/*Index Css*/
.box-introduce {
    padding: var(--range-xxl) 0;
    position: relative;
    z-index: 99;
    overflow: unset;
}

.box-introduce .container {
    position: relative;
}

.box-introduce .container:before {
    content: '';
    width: 500px;
    height: 100%;
    right: 100%;
    background-image: url('../images/bg-about-special.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: contain;
    position: absolute;
}

.intro-head {
    padding-bottom: 15px;
}

.intro-tile {
    font-size: 36px;
    color: var(--main-color);
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.intro-head span {
    font-size: 20px;
    color: var(--main-color);
    font-weight: 600;
}

.box-activity {
    padding: var(--range-xxl) 0;
    background-image: url('https://vanphucdang.com/wp-content/uploads/2024/12/a7-fig4-bg.jpg');
	background-position: center top;
    background-size: 100% 100%;
}

.activity-item {
    border-radius: 10px;
}

.activity__body {
    padding: 15px;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.activity__body .activity-title {
    font-size: 15px;
    color: var(--second-color);
    margin-bottom: 0;
    text-align: left;
    font-weight: 600;
    min-height: 45px;
    line-height: 22px;
}

.activity-slide {
    margin-bottom: 0;
}

.activity-slide .activity__img img{height: 197px; width: 100%; object-fit: cover;}

.activity-slide .owl-dots {
    bottom: -40px;
}

.activity-slide .owl-nav .owl-next {
    right: -50px;
}

.activity-slide .owl-nav .owl-prev {
    left: -50px;
}

.box-products-and-news {
    padding: var(--range-xxl) 0;
}

.box-products .row > div {
    margin-bottom: 30px;
}

.product-item {
    position: relative;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 100%;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
	background-size:cover;
}

.product-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    opacity: 0;
    visibility: hidden;
    background-color: #bf94546b;
    transition: all .3s linear;
}

.product-item .product__body .product-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
    position: relative;
}

.product-item:hover .product__body .product-title {
    color: #fff !important;
}

.product-item:hover {
    border-radius: 40px;
}

.product-item:hover:before {
    opacity: 1;
    visibility: visible;
}

.news-right .news-item {
    flex-direction: column;
    border-radius: 10px;
}

.news-right .news-item .news__img {
    width: 100%;
}

.news-right .news-item .news__body {
    padding: 20px;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.box-sale-network {
    padding: var(--range-xxl) 0;
    background-image: url('../images/bg-retail-location.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fffaf3;
}

.sale-network-title {
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
    background-color: var(--second-color);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.sale-network-main {
    display: flex;
}

.sale-network-main ul {
    padding: 0;
    margin-bottom: 20px;
}

.sale-network-main ul li {
    list-style: none;
}

.sale-network-main ul li a {
    font-size: 14px;
}

.sale-network-main .sale-network-left, .sale-network-main .sale-network-right {
    width: 50%;
    padding: 20px 15px;
} 

.network-title {
    font-size: 14px;
    color: var(--second-color);
    font-weight: 700;
    padding-bottom: 10px;
    display: block;
}

.box-partner {
    padding: var(--range-xxl) 0;
    background-color: #fffcfc;
}

.partner-slide .owl-nav .owl-prev {
    left: -20px;
}

.partner-slide .owl-nav .owl-next {
    right: -20px;
}

.partner-slide .owl-nav [class*='owl-'] a {
    line-height: 0;
}

.partner-slide .owl-nav [class*='owl-'] i {
    font-size: 25px;
    color: #333;
}

/*Responsive CSS*/

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    .sale-network-title {
        margin-bottom: 25px;
    }

    .box-sale-network {
        background-image: none;
    }
}

@media (max-width: 767px) {
    .news-item {
        flex-direction: column;
    }

    .news-item .news__img {
        width: 100% !important;
    }

    .news-item .news__body {
        padding-top: 10px;
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width: 320px) {
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    
}

@media (min-width: 768px) and (max-width: 991px) {
    
}

@media (min-width: 1024px){
    
}

@media (min-width: 1200px){
    
}