.news-detail-section .article-content a {
    color: #1155cc !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
}

.news-detail-section .news-detail-subtitle {
    margin-top: 15px;
    display: flex;
    font-style: italic;
}

.news-detail-section .news-detail-subtitle .text {
    margin-left: 3px;
    margin-right: 3px;
}

.product-detail-subtitle {
    margin-bottom: 15px;
    color: #1b1b1b;
    line-height: 1.2;
}

.product-img:hover .image-before-hover {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.product-img:hover .image-after-hover {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.product-img .image-before-hover {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    height: auto;
}

.product-img .image-after-hover {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    height: 0;
}

header .menu>ul>li>a {
    text-transform: unset !important;
}

.product-item .only-label {
    position: absolute;
    left: 0;
    bottom: 0;
}

.product-item .only-label>span {
    color: #0a4595;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .landing-page-banner-slider .swiper-pagination {
        bottom: 4px;
    }
}