.bg-why{}
.bg-why ul{padding: 0px; margin: 0px; list-style: none;}
#block-product-list{
    background:url(../images/bg-product-category.jpg) no-repeat top center;
  
}
#block-gift{
}
#block-gift .gift-item{}
#block-gift .gift-item .title{
    font-size: 1.4rem;
    color: var(--second);
}
#block-gift .gift-item .description{font-size: 0.9rem;}
#block-gift .gift-item .link-detail{
    background: var(--second);
    color: #fff;
    display: inline-block;
    margin-top: 12px;
    padding: 5px 17px;
    border-radius: 30px;
    text-decoration: none;
}
#block-gift .gift-item .link-detail:hover{}
#block-gift .image-circle{
    width: 100%;
    height: 0;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FADFAE 0%, #FFDEA3 100%);
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    border-radius: 50%;
}
#block-gift .image-circle img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
}
#block-gift .gift-item{padding-bottom: 20px;max-width: 360px;margin: auto;}
#block-gift .gift-caption{
    background: #5d3b22;
    color: #fff;
    padding: 24px 18px 30px;
    width: 90%;
    margin: -140px auto 0;
    padding-top: 140px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
#block-gift .gift-button-prev,
#block-gift .gift-button-next{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #5d3b22;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}
#block-gift .gift-button-prev{left: -10px;}
#block-gift .gift-button-next{right: -10px;}
#block-gift .gift-slider-pagination{
    position: absolute;
    width: 50%;
}
#block-gift .gift-slider-pagination span{
    width: 12px;
    height: 5px;
    border-radius: 3px;
    background: #ffffff;
    opacity: 0.5;
    margin: 0 2px;
}
#block-gift .gift-slider-pagination .swiper-pagination-bullet-active{
    background: var(--second);
    opacity: 1;
}
@media (max-width: 991.98px){
    #block-gift .image-circle{width: 220px;height: 220px;border-width:6px}
    #block-gift .gift-button-prev{left: 0}
    #block-gift .gift-button-next{right: 0}
}
@media (max-width: 575.98px){
    #block-gift .image-circle{max-width: 90%;height: 90%;}
    #block-gift .gift-caption{width: 100%;margin-top: 0;padding-top: 0;padding: 14px;border-radius: 5px;}
}


#block-process{}
#block-process .title{
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary);
}
#block-process .description{width:100%;max-width:300px;margin:10px auto}


.process-item {
    position: relative;
}


.process-item.arrow-right::after {
    content: "";
    position: absolute;
    top: calc(40% - 10px);
    right: -40px;
    background: url(../images/arrow-1.svg) no-repeat right center;
    width: 70px;
    height: 20px;
}


.process-item.arrow-down::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #013E61;
}

.process-item.arrow-down::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    transform: rotate(90deg);
    position: absolute;
    left: calc(50% - 4px);
    bottom: -63px;
    font-size: 26px;
}


.process-item.arrow-left::after {
        content: "";
        position: absolute;
        top: calc(40% - 10px);
        left: -40px;
        background: url(../images/arrow-1.svg) no-repeat right center;
        width: 70px;
        height: 20px;
        transform: rotate(180deg);
}



#block-service{
    background: var(--primary);
    color: #FFF;
}
#block-service .service-item:after{
    content:"";
    width:100%;
    height:1px;
    background:#fff;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
}
#block-service .service-item:first-child{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}
#block-service .service-item{
   color: #fff;
   display: block;
   text-align: center;
   text-decoration: none;
   border-radius: 10px;
   display: block;
   position: relative;
   margin-bottom: 10px;
   transition: 0.4s ease;
}
#block-service .service-item.active{
    background: var(--second);
    color: #fff;
}
#block-service .service-item-photo{
    position: relative;
}
#block-service .service-item-photo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    opacity: 0;
    transition: 0.4s ease;
}
#block-service .service-item-photo img.active{
    opacity: 1;
}



.about-tabs{}
.about-tabs .nav-link{
    border: 0 !important;
    border-bottom: 2px solid #B0B0B0 !important;
    background: transparent;
    color: #B0B0B0;
}
.about-tabs .nav-link.active,.about-tabs.nav-link:hover{
    background: transparent;
    border-color: var(--primary) !important;
    color: var(--primary);
}
.box-description{
    border-radius: 9px;
    overflow: hidden;
}
.box-description:after{content:"";background: var(--primary);position: absolute;left: 0;width: 100%;height: 100%;opacity: 0.3;bottom: 0;}
.box-description .desc{
    color: #fff;
    z-index: 2;
}
.home-page .section-title:after {
    opacity:0;
    content:"";
    position:absolute;
    background: var(--secondary-color);
    width: 100px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 50px);
}

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: var(--primary);
    margin-bottom: 0.5rem;
    padding-bottom: 10px;
    position: relative;
    font-family: 'Playfair Display';
    margin-bottom: 0.5rem;
}
.section-title.no-bg:after{
    background: transparent;
}
.section-title.title-v2{
    background:transparent;
    margin: 0;
}

h4.section-subtitle {
    font-size: 1.4rem;
    position: relative;
    font-weight: bold;
    padding-bottom: 10px;
}
h4.section-subtitle:after{content:"";background: var(--primary);height: 1px;width: 150px;position: absolute;bottom: 5px;left: 0;}
/* ===== ABOUT US SECTION ===== */


.about-images-wrapper {
    position: relative;
}

.main-image img{width:100%}
.main-image {
    
    position: relative;
    z-index: 1;
}

.overlay-image {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 2;
    max-width: 200px;
}

.overlay-image img {
    border: 5px solid #DBDFDE;
}


.about-text {
    font-size: 1.1rem;
    color: var(--gray-dark);
    margin-bottom: 2rem;
    line-height: 1.8;
}





.feature-icon i {
    color: var(--white);
    font-size: 1.5rem;
}





.latest-news-section {
    background: #FFFBF5;
}

.news-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}
.news-card .news-date{
    transform: translateX(-50%);
    left:50%;
    bottom:-10px;
    top:auto;
    padding:5px;
    min-width: 40px;

}


.news-slider-container,
.news-swiper,
.swiper-wrapper,
.swiper-slide {
    height: 100%;
}


.news-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    flex: 1;
}

.news-date {
    z-index: 2;
}
.news-card .date-day {font-size: 1.2rem;}
.news-card .date-month {

}
.date-day {
    display: block;
   
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

.date-month {
    display: block;
    
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.news-image {
    position: relative;
    overflow: hidden;
    /* height: 200px; */
    width: 100%;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    padding: 20px;
}

.news-content h5 a{
    text-decoration: none;
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-content p {
    color: var(--gray-dark);
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 0.95rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.news-content .view-more{}
.news-content .view-more span{transition: all 0.3s ease;width: 30px;height: 30px;border-radius: 50%;line-height: 30px;background: var(--primary);color: #fff;}
.news-content .view-more a{transition: all 0.3s ease;text-decoration: none;color: #333;font-weight: 600;}
.news-content .view-more:hover a{color: var(--primary-color);}
.news-content .view-more:hover span{transform: translateX(5px);}

.news-read-more {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.news-read-more:hover {
    color: var(--secondary-color);
    gap: 10px;
}

/* Partners Section */
.partners-section {
    padding: 40px 0;
    border-top: 1px solid var(--border-color);
}

.partner-logo {
    max-height: 60px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 0 20px;
}

.partner-logo:hover {
    opacity: 1;
}


/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

section.animate-in {
    opacity: 1;
}


.news-item .avatar-news img{
    position: absolute;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    top: 0;
}
.news-item .avatar-news{
    position: relative;
    /* height: 0; */
    --bs-aspect-ratio: 110%;
}
.news-item .avatar-news::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.news-item .avatar-news .news-date{
    position: absolute;
    top: 0;
}
/* ===== END LATEST NEWS SECTION ===== */

/* ===== Brand Section ===== */


.brand-item{width: 100%;display: block;overflow: hidden;height: 0;padding-bottom: 45%;position: relative;}
.brand-item{}
.brand-item a{background: #fff;transition: 0.5s ease all !important;-webkit-transition: 0.5s ease all !important;-moz-transition: 0.5s ease all !important;-ms-transition: 0.5s ease all !important;-o-transition: 0.5s ease all !important;width: 100%;margin: 0;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

.brand-list .xnav {
    font-size: 1.5rem;
    z-index: 12;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.brand-list .next {
    left: auto;
    right: 0;
}
.ratio-brand{    --bs-aspect-ratio: 39.25%;
    background-size: contain !important;
    display: block;}



    .ratio-brand{   
         --bs-aspect-ratio: 39.25%;
        background-size: contain !important;
        display: block;
    }
    
  .product-category-item{
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

.product-category-item:after{content:"";width: 100%;height: 100%;position: absolute;background: #000;top: 0;left: 0;z-index: 1;opacity: 0.3;}
.product-category-item span{
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 123;
    text-align: center;
    max-width: 90%;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.5;
}
.product-category-item:hover span{}

/* Why Choose Labaco Section */
.why-choose-labaco {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}


.why-content {
    position: relative;
    z-index: 2;
}



.feature-icon {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex:  0 0 55px;
}

.feature-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.feature-box h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.feature-box p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}
.feature-info h5 {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-transform: uppercase;
}


.center-images {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.image-top {
    position: relative;
    z-index: 3;
    width: 280px;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    transform: translateX(-20px) translateY(-10px);
}

.image-bottom {
    position: relative;
    z-index: 2;
    width: 300px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    transform: translateX(20px) translateY(20px);
}

.image-top img,
.image-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .why-choose-labaco .section-title {
        font-size: 2rem;
    }
    
    .center-images {
        min-height: 300px;
        margin: 3rem 0;
    }
    
    .image-top {
        width: 220px;
        height: 280px;
        transform: translateX(-10px) translateY(-5px);
    }
    
    .image-bottom {
        width: 240px;
        height: 160px;
        transform: translateX(10px) translateY(15px);
    }
    
    .feature-box {
        margin-bottom: 2rem;
    }
    
    .feature-icon {
        width: 70px;
        height: 70px;
    }
    
    .feature-icon i {
        font-size: 1.8rem;
    }
    
    .feature-box h3 {
        font-size: 1.2rem;
    }
}



@media(min-width:1024px){
    .col-why-1{flex: 0 0 39%;}
    .col-why-2{flex: 0 0 22%;}



}

@media (max-width: 767.98px) {
    .why-choose-labaco .section-title {
        font-size: 1.5rem;
    }
    
    .center-images {
        min-height: 250px;
        margin: 2rem 0;
    }
    
    .image-top {
        width: 180px;
        height: 220px;
        transform: translateX(-5px) translateY(-5px);
    }
    
    .image-bottom {
        width: 200px;
        height: 130px;
        transform: translateX(5px) translateY(10px);
    }
    
    .feature-box {
        margin-bottom: 1.5rem;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 1rem;
    }
    
    .feature-icon i {
        font-size: 1.5rem;
    }
    
    .feature-box h3 {
        font-size: 1.1rem;
    }
    
    .feature-box p {
        font-size: 0.9rem;
    }
}


/* ===== Gallery Slider (2 hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ng) ===== */


/* NÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºt ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œiÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âu hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºng giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯a */
.gallery-prev,.gallery-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 4px 16px rgba(0,0,0,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:5;
    color:var(--primary);
    cursor:pointer;
    padding-top: 1px;
}
.gallery-prev{left: 10px;}
.gallery-next{right: 10px;}
.gallery-prev i,.gallery-next i{font-size:16px}

@media(min-width:768px){
    .gallery-prev{/* left:-15px; */}
    .gallery-next{/* right:-15px; */}
}

@media(min-width:1200px){
    .gallery-prev{/* left:-20px; */}
    .gallery-next{/* right:-20px; */}
}

.news-item{
    color: #fff;
    text-decoration: none;
}
.news-item:hover .inner{
    transform: scale(1.05);
}
.news-item:hover{
    color: #fff;
}
.news-item .inner{transition: 0.5s ease all !important;color:#fff}
.news-item .inner:after{content:"";width: 100%;height: 100%;position: absolute;background: #000;top: 0;left: 0;z-index: 1;opacity: 0.3;}
.news-item  .info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 10px 30px;
    height: auto;
    top: auto;
}
.news-item  .info .date{
    display: flex;
    align-items: center;
    gap: 4px;
}
.news-item  .info h3{
    font-size: 1.4rem;
    margin: 8px 0;
}
.news-item  .info p{}


#block-social{
    background: url(../images/bg-video.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}




.with-bottom-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: calc(100% - 23px);
    border-left: 2px dotted #013E61;
}
.with-bottom-arrow{
    height: 62px;
    position: relative;
}
.with-bottom-arrow::before {content: "\f105";font-family: "Font Awesome 5 Pro";position: absolute;bottom: 0;transform: rotate(-270deg);font-size: 26px;color: var(--primary);left: calc(50% - 5px);}


/* About Section Styles */
.gioi-thieu-section {
    background: #fffaf3 url(../images/bg.png) no-repeat;
    position: relative;
    background-size: cover;
}

.gioi-thieu-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-pattern.png) repeat;
    opacity: 0.03;
    pointer-events: none;
}

.about-row {
    position: relative;
    z-index: 2;
}

.about-item-image > div{
    border-radius: 25px;
}
.about-item-image {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FADFAE 0%, #FFDEA3 100%);
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    border-radius: 30px;
}

.about-item-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.15);
    transition: all 0.4s ease;
}

.about-item-image:hover img {
    transform: scale(1.02);
    box-shadow: 0 20px 45px rgba(139, 69, 19, 0.25);
}

.about-item-content {
    padding: 20px;
}
.about-title:after {content:"";width: 80px;height: 60px;display: inline-block;background: url(../images/bird.svg) no-repeat;background-size: 100%;}
.about-title {
    font-size: 2.1rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
    font-family:
    'Playfair Display';
    text-transform: uppercase;
    font-weight: 600;
}


.about-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5D4037;
    margin-bottom: 2rem;
    text-align: justify;
}

.about-button {
    margin-top: 1.5rem;
}

.btn-about {
    display: inline-block;
    padding: 12px 30px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3);
    letter-spacing: 1px;
    font-size: 1rem;
}

.btn-about:hover {
    background: linear-gradient(45deg, #A0522D, #8B4513);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.4);
    color: #fff;
}

@media(max-width:768px){
    .section-title{
    font-size: 1.4rem;
}
    .about-text{
    font-size: 0.9rem;
    }
    #block-product-list{
        background-size: cover;
    }
    #block-gift .gift-item .title{font-size: 1.2rem;}
    .process-item{}
    .process-item .image{}
    #block-process .title{
    font-size: 0.9rem;
}
    .process-item .image svg{
        width: 95%;
        height: auto;
    }
    #block-process .description{
    font-size: 0.8rem;
}
    .process-item::after{display:none}
    
    /* About Section Mobile */
    .about-item-content {
        text-align: center;
        margin-top: 2rem;
        padding: 15px;
    }
    
    .about-title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    
    .about-title::after {
        left: 90%;
        transform: translateX(-50%);
        position: absolute;
        top: -11px;
    }
    
    .about-description {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    .about-row {
        margin-bottom: 3rem !important;
    }
    
}






.why-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: rgb(139, 69, 19);
    margin-bottom: 2rem;
    line-height: 1.2;
}
.features-left {
    justify-content: flex-end;
}

.features-left, .features-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}
.features-left .feature-item {
    flex-direction: row;
    text-align: right;
}

.feature-item {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
    transition: 0.3s;
}

.feature-text {
    flex: 1 1 0%;
}
.feature-text span {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.feature-item:nth-child(2n+1) .feature-icon {
    animation-delay: 0s;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    border-radius: 50%;
    flex: 0 0 100px;
}


.center-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-image-container {
    position: relative;
    max-width: 400px;
    width: 100%;
}
.center-product-image img {
    animation: 3s ease-in-out 0s infinite normal none running float;
    -webkit-animation: 3s ease-in-out 0s infinite normal none running float;
    -moz-animation: 3s ease-in-out 0s infinite normal none running float;
    -ms-animation: 3s ease-in-out 0s infinite normal none running float;
    -o-animation: 3s ease-in-out 0s infinite normal none running float;
}

.product-image-container img {
    width: 100%;
    height: auto;
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 10px 30px);
    transition: 0.3s;
}


.feature-item:hover .feature-text span {
    color: rgb(210, 105, 30);
}

.feature-text span {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.feature-item:hover {
    transform: translateY(-3px);
}
.why-content-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 500px;
    gap: 2rem;
}

/* Float Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Mobile responsive for why section */
@media (max-width: 991.98px) {
    .why-content-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .features-left {
        order: 2;
    }
    
    .center-product-image {
        order: 1;
    }
    
    .features-right {
        order: 3;
    }
    
    .feature-item {
        justify-content: center;
    }
    
    .features-left .feature-item {
        flex-direction: row;
        text-align: center;
    }
    
    .why-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .why-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    
    .feature-item {
        gap: 0.8rem;
    }
    
    .feature-icon {
        width: 80px;
        flex: 0 0 80px;
    }
    
    .feature-text span {
        font-size: 0.85rem;
    }
    
    .center-product-image img {
        max-width: 300px;
    }
}

/* ===== FEEDBACK SECTION ===== */

.feedback-slider-container {
    max-width: 100%;
    padding: 0 50px;
    overflow: hidden;
}

.feedback-swiper {
    overflow: hidden;
    padding: 20px 0;
}



.feedback-card {
    background: #fff;
    border-radius: 0;
    padding: 25px 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    height: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.feedback-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.feedback-name{
    background: url(../images/human.svg) no-repeat top left;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.feedback-name h6{}
.feedback-avatar {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f0f0f0;
}

.feedback-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-name h6 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0;
    margin-top: 0;
}

.feedback-content {
    flex: 1;
    margin-top: 10px;
    font-weight: 500;
}

.feedback-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feedback-rating {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-top: auto;
}

.feedback-rating i {
    font-size: 16px;
    color: #ffc107;
}

.feedback-rating .far {
    color: #e0e0e0;
}

/* Navigation Buttons */
.feedback-swiper-button-prev,
.feedback-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary);
    z-index: 10;
    transition: all 0.3s ease;
}

.feedback-swiper-button-prev {
    left: 10px;
}

.feedback-swiper-button-next {
    right: 10px;
}

.feedback-swiper-button-prev:hover,
.feedback-swiper-button-next:hover {
    background: var(--primary);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.feedback-swiper-button-prev:hover i,
.feedback-swiper-button-next:hover i {
    color: #fff;
}

.feedback-swiper-button-prev i,
.feedback-swiper-button-next i {
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .feedback-slider-container {
        padding: 0 20px;
    }
    
    .feedback-card {
        padding: 20px 15px;
        min-height: 280px;
    }
    
    .feedback-avatar {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    
    .feedback-name h6 {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }
    
    .feedback-content p {
        font-size: 0.85rem;
        -webkit-line-clamp: 3;
    }
    
    .feedback-rating i {
        font-size: 14px;
    }
    
    .feedback-swiper-button-prev,
    .feedback-swiper-button-next {
        width: 35px;
        height: 35px;
        display: none; /* Hide navigation on mobile */
    }
}

@media (max-width: 576px) {
    .feedback-card {
        min-height: 250px;
        padding: 15px;
    }
    
    .feedback-content p {
        -webkit-line-clamp: 3;
    }
}

/* ===== NEWS SECTION ===== */
#block-news {
    background: #fff;
}

/* Col-8: Main News List with Custom Scroll */
.news-list-container {
    overflow-y: auto;
    padding-right: 15px;
    margin-right: -15px;
    height: 100%;
    position: relative;
}

/* Custom Scrollbar */
.news-list-container::-webkit-scrollbar {
    width: 8px;
}

.news-list-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.news-list-container::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.news-list-container::-webkit-scrollbar-thumb:hover {
    background: #8B4513;
}

/* News Item Card */
.news-item-card {
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.news-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: var(--primary);
}

.news-item-card .news-image {
    /* height: 100%; */
    overflow: hidden;
}

.news-item-card .news-image img {
    width: 100%;
    height: 100% !IMPORTANT;
    object-fit: cover;
    transition: all 0.3s ease;
}

.news-item-card:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    padding: 20px;
}

.news-date {
    color: #888;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.news-date i {
    margin-right: 5px;
    color: var(--primary);
}

.news-title {
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 1.4;
}

.news-title a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-title a:hover {
    color: var(--primary);
}

.news-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-read-more {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border-bottom: 1px solid;
    text-decoration: none !important;
}

.news-read-more:hover {
    color: #8B4513;
    text-decoration: underline;
}

/* Col-4: Sidebar */
.news-sidebar {
    padding-left: 30px;
}

/* Featured Main Card */

.featured-image {
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.featured-main-card:hover .featured-image img {
    transform: scale(1.05);
}

.featured-date {
    color: #888;
    font-size: 0.8rem;
    margin-bottom: 8px;
}

.featured-date i {
    margin-right: 5px;
    color: var(--primary);
}

.featured-title {
    margin-bottom: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.featured-title a:hover {
    color: var(--primary);
}

.featured-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-read-more {
    color: #fff;
    padding: 6px 15px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    background: var(--primary);
    border-radius: 2px;
}

.featured-read-more:hover {
    transform: translateY(-1px);
    letter-spacing: 1px;
}

/* Featured Small Cards */
.featured-small-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.featured-small-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.small-image {
    height: 80px;
    overflow: hidden;
}

.small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.featured-small-card:hover .small-image img {
    transform: scale(1.05);
}

.small-content {
    padding: 15px;
}

.small-date {
    color: #888;
    font-size: 0.75rem;
    margin-bottom: 5px;
}

.small-date i {
    margin-right: 3px;
    color: var(--primary);
}

.small-title {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.3;
}

.small-title a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.small-title a:hover {
    color: var(--primary);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .news-sidebar {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .news-list-container {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
        margin-right: 0;
    }
    
    .featured-main-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .news-item-card .news-image {
        /* height: 100px; */
    }
    
    .news-content {
        padding: 15px;
    }
    
    .news-title {
        font-size: 1rem;
    }
    
    .featured-content {
        padding: 15px;
    }
    
    .featured-title {
        font-size: 1.1rem;
    }
    
    .small-content {
        padding: 12px;
    }
}
.video-category{
    border: 1px solid var(--primary);
    border-radius: 20px;
}

.video-category .title{
    text-align: center;
    width: 80%;
    text-align: center;
    background: var(--primary);
    margin-left: 10%;
    padding: 10px 0;
    border-radius: 30px;
    color: #fff;
    margin-bottom: -20px;
    margin-top: 10px;
}

/* Video item styles */
.video-item {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    width: 100%;
  }
  
  .video-item:hover {
    transform: translateY(-6px);
  }
  
  .video-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
  }
  
  .video-item:hover img {
    transform: scale(1.05);
  }

  .swiper-video .swiper-slide {
    transition: all 0.3s ease;
    opacity: 0.7;
    transform: scale(0.95);
  }
  .swiper-video .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
        
        /* Responsive adjustments */
  @media (max-width: 575px) {
    .video-item {
      /* margin-bottom: 15px; */
    }
  }
.video-swiper{
    height: 100%;
}









/* Success Stories Gallery */
.success-stories-gallery .loader:after{
    content:"";
    background: url(../images/loading.gif) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.success-stories-gallery .loader img{opacity: 0;}
.success-stories-gallery {
    position: relative;
    margin: 3rem 0;
}

.success-stories-gallery .row {
    align-items: center;
}

/* Main Image */
.main-image-container {
    text-align: center;
    /* padding: 0 20px; */
    background: #FFFFFF;
}

.main-image {
    /* border-radius: 15px; */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.main-image:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}


/* ===== BANNER GIFT SWIPER ===== */
.banner-gift {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.banner-gift::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-pattern.png) repeat;
    opacity: 0.1;
    pointer-events: none;
}

.slide-item {
    display: flex;
    align-items: center;
    min-height: 400px;
    position: relative;
    z-index: 2;
}

.slide-content {
    flex: 1;
    z-index: 3;
    position: relative;
}

.slide-image {
    flex: 0 0 45%;
    position: relative;
    z-index: 1;
}

.slide-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.gift-content {
    color: #fff;
    padding: 2rem 0;
}

.gift-content h4 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    opacity: 0;
}

.gift-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.gift-content .content {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0;
}

.gift-content .link a {
    display: inline-block;
    background: #fff;
    color: #8B4513;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gift-content .link a:hover {
    background: #D2691E;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* ===== FEEDBACK SECTION ===== */
#block-feedback {
    background: linear-gradient(135deg, #f8f4e6 0%, #ffffff 100%);
    position: relative;
}

.feedback-slider-container {
    margin-top: 2rem;
}



.feedback-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-color: #D2691E;
}

.feedback-name h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #8B4513;
    margin-bottom: 0;
}

.feedback-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.feedback-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.feedback-rating i {
    color: #FFD700;
    font-size: 1.2rem;
}

.feedback-swiper-button-prev,
.feedback-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.feedback-swiper-button-prev:hover,
.feedback-swiper-button-next:hover {
    background: #D2691E;
    transform: translateY(-50%) scale(1.1);
}

.feedback-swiper-button-prev {
    left: 7px;
}

.feedback-swiper-button-next {
    right: 7px;
}

/* ===== NEWS SECTION ===== */
#block-news {
    background: #f8f9fa;
}

.news-list-container {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 15px;
    width: 100%;
}

.news-list-container::-webkit-scrollbar {
    width: 6px;
}

.news-list-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.news-list-container::-webkit-scrollbar-thumb {
    background: #8B4513;
    border-radius: 10px;
}

.news-item-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.news-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.news-image {
    /* overflow: hidden; */
    /* height: 120px; */
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.news-item-card:hover .news-image img {
    transform: scale(1.1);
}

.news-content {
    padding: 15px;
}

.news-date {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 8px;
}

.news-date i {
    margin-right: 5px;
}

.news-title a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-title a:hover {
    color: #333;
}

.news-excerpt {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-read-more {
    color: #8B4513;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.news-read-more:hover {
    color: #D2691E;
}

/* Featured Article */
.featured-main-card {
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
}

.featured-main-card:hover {
    transform: translateY(-5px);
}

.featured-image {
    overflow: hidden;
    aspect-ratio: 10/6.5;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.featured-main-card:hover .featured-image img {
    transform: scale(1.1);
}
.owl-carousel.owl-news .owl-nav button.owl-next{right: 0px;top: -66px;color: #333;background: none;}
.owl-carousel.owl-news .owl-nav button.owl-prev{color: #333;background: none;top: -66px;left: inherit;right: 34px;}
.featured-content {
    padding: 20px 0px;
}

.featured-date {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 10px;
}

.featured-title a {
    color: #333;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-title a:hover {
    color: #8B4513;
}

.featured-excerpt {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-read-more:hover {
    /* color: #D2691E; */
}

/* ===== VIDEO SECTION ===== */
#block-video {
    background: #f8f9fa;
}

.video-category {
    margin-bottom: 30px;
}

.video-category .inner {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.video-item {
    position: relative;
    cursor: pointer;
}

.video-item a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: all 0.3s ease;
}

/* Play button icon using content on ::before with circle background */
.video-item a::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-44%, -50%);
    transition: all 0.3s ease;
    width: 70px;
    height: 70px;
    text-align: center;
    background: url(../images/video.png);
    background-size: 100%;
}

/* Hover effects */
.video-item:hover a::after {
    background: rgba(0, 0, 0, 0.6);
}

.video-item:hover a::before {
    transform: translate(-44%, -50%) scale(1.1);
}

.video-category .title {
    text-align: center;
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

/* ===== ARCHIVEMENT SWIPER ===== */
.swiper-archivement {
    padding: 20px 0;
}

.swiper-archivement .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.swiper-archivement .swiper-slide a {
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid var(--primary);
    overflow: hidden;
}

.swiper-archivement .swiper-slide a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    border-color: #8B4513;
}

.swiper-archivement .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1199.98px) {
    .gift-content h3 {
        font-size: 2rem;
    }
    
    .slide-item {
        min-height: 350px;
    }
    
    .feedback-swiper-button-prev {
        left: -20px;
    }
    
    .feedback-swiper-button-next {
        right: -20px;
    }
}

@media (max-width: 991.98px) {
    .slide-item {
        flex-direction: column;
        text-align: center;
        min-height: auto;
        padding: 3rem 0;
    }
    
    .slide-image {
        flex: none;
        order: -1;
        margin-bottom: 2rem;
        max-width: 300px;
    }
    
    .gift-content h3 {
        font-size: 1.8rem;
    }
    
    .gift-content h4 {
        font-size: 1.1rem;
    }
    
    .gift-content .content {
        font-size: 1rem;
    }
    
    .news-list-container {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
    
    .featured-main-card {
        margin-top: 2rem;
    }
    
    .feedback-swiper-button-prev,
    .feedback-swiper-button-next {
        display: none;
    }
}

@media (max-width: 767.98px) {

    .news-list-container{position: relative !important;}


    .banner-gift {
        min-height: 300px;
    }
    
    .gift-content {
        padding: 1.5rem 0;
    }
    
    .gift-content h3 {
        font-size: 1.5rem;
    }
    
    .gift-content h4 {
        font-size: 1rem;
    }
    
    .feedback-card {
        padding: 1.5rem;
        margin: 0 5px;
    }
    
    .feedback-name h6 {
        font-size: 1.1rem;
    }
    
    .feedback-content p {
        font-size: 0.9rem;
    }
    
    .news-content {
        padding: 12px;
    }
    
    .news-image {
        /* height: 100px; */
    }
    
    .featured-content {
        padding: 15px;
    }
    
    .featured-image {
        height: 150px;
    }
    
    .video-item {
        /* height: 150px; */
    }
    
    .video-item a::after {
        /* width: 50px; */
        /* height: 50px; */
    }
    
    .video-item a::before {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .banner-gift {
        min-height: 250px;
    }
    
    .gift-content h3 {
        font-size: 1.3rem;
    }
    
    .gift-content .content {
        font-size: 0.9rem;
    }
    
    .gift-content .link a {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .feedback-card {
        padding: 1rem;
    }
    
    .news-item-card .row {
        flex-direction: column;
    }
    
    .news-item-card .col-4,
    .news-item-card .col-8 {
        flex: none;
        width: 100%;
    }
    
    .news-image {
        /* height: 150px; */
    }
    
    .video-item {
        /* height: 120px; */
    }
    
    .video-item a::after {
        /* width: 40px; */
        /* height: 40px; */
    }
    
    .video-item a::before {
        font-size: 14px;
    }
}

/* Swiper Navigation Customization */
.swiper-button-next,
.swiper-button-prev {
    color: #8B4513;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: 600;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #8B4513;
    color: #fff;
    transform: scale(1.1);
}

.swiper-pagination-bullet {
    background: #8B4513;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #D2691E;
}