/********** Template CSS **********/
:root {
    --primary: #198754!important;
    --secondary: #dc3545!important;
    --light: #f8f9fa!important;
    --dark: #212529!important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 100px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bg-icon {
    background: url(../img/bg-icon.png) center center repeat;
    background-size: contain;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    background:#f1fff2;
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

    .navbar-light .navbar-nav .nav-link:hover , .navbar-light .navbar-nav .nav-link.active { color: #e85420; font-weight: bold; }

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 7px 15px;
    color: #FFF;
    font-weight: 500;
    outline: none;
    display:inline-block;
}

#header-carousel .carousel-caption h1 { color:#0c4e08!important; }

.carousel-control-prev,
.carousel-control-next {
    display: none !important;
}

.carousel-indicators {
    display: flex !important;
}
.carousel-indicators [data-bs-target] { height:5px; background-color:#383535; }


@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
        color:#000;
        text-align:left;
    }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
    border-radius: 3rem;
}

#header-carousel .carousel-item .carousel-caption .container h1 {width:80%;}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 100vh;
    }
	
	#header-carousel .carousel-item .carousel-caption { background: linear-gradient(317deg, #7ca65600 0%, #FCF9F1 70%); }
	#header-carousel .carousel-item .carousel-caption .container { margin-top:-130px; }
	#header-carousel .carousel-item .carousel-caption .container h1 { margin-bottom:20px; font-size:2em; line-height:1.5em; }
    #header-carousel .carousel-item .carousel-caption .container .btn-more { margin-bottom:10px; }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

.about-container .about-list-item { font-weight:bold; }
.about-img { padding:0!important; transform:scale(1.1); }
.about-ico { display:inline-block; width:40px; height:40px; margin-right:10px; vertical-align:middle; float:left; margin-top:5px; }
.about-container .btn-more { margin-top:10px; }

.benefit-item { aspect-ratio:414/600; background:url(/assets/img/phan-bon-huu-co-cao-cap.png) top left no-repeat; background-size:100% 100%; padding-top: 70px; width: 70%; margin: 0 auto 30px; }
.benefit-item.nhap-khau-nguyen-kien { background-image:url(/assets/img/nhap-khau-nguyen-kien.png); }
.benefit-item.nguyen-lieu-nhap-khau { background-image:url(/assets/img/nguyen-lieu-nhap-khau.png); }
.benefit-item.cong-nghe-nano-dang-chelate { background-image:url(/assets/img/cong-nghe-nano-dang-chelate.png); }


/*** Section Header ***/
.section-header {
    position: relative;
    padding-top: 25px;
    margin:0 auto;
}

.section-title {
    position: relative;
    padding: 30px 0 22px;
    font-size:1.3em;
    display: inline-block;
    background-image: url(/assets/img/section-title-left-bg.png), url(/assets/img/section-title-right-bg.png);
    /* Dùng auto hoặc kích thước cố định theo chiều cao thay vì chia 50% theo chiều rộng */
    background-size: 51% 100%, 51% 100%; 
    /* Đặt ảnh 1 bên trái (left: 0), ảnh 2 bên phải (right: 0) */
    background-position: left 100%, right 100%;
    background-repeat: no-repeat;
}
.section-title:before, .section-title:after { 
    content:''; 
    position:absolute; 
    top:0; 
    right:49%; 
    display:inline-block; 
    width:auto; height:100%; 
    aspect-ratio:1002/430; 
    background:url(/assets/img/section-title-bg.png) top left no-repeat; 
	background-size:100% 100%;
    z-index:1;
}
.section-title:after { right:unset; left:49%; transform:scaleX(-1); }
.section-title span { position:relative; z-index:2; }

/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.btn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 220px;
    height: 48px;
    padding: 0 28px;
    background: linear-gradient(317deg, #7ca656 0%, #174d00 100%);
    border: 1px solid #497817;
    border-radius: 999px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.btn-more.red { background:linear-gradient(317deg, #fd2121 0%, #8a0f1b 100%); border-color:#e60d0d; }

.btn-more .arrow {
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    margin-top: -2px;
}

.btn-more:hover {
    background: linear-gradient(49deg, #7ca656 0%, #174d00 100%);
    transform: translateY(-2px);
    color:#FFF;
}
.btn-more.red:hover { background:linear-gradient(49deg, #fd2121 0%, #8a0f1b 100%); }

.btn-more:hover .arrow {
    transform: translateX(3px);
}

.btn-more .arrow {
    transition: transform 0.25s ease;
}

.advantage-container { background:url(/assets/img/advantage-bg.jpg) bottom center no-repeat; background-size:auto 200%; }

/*** Product ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.product-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item img {
    transition: .5s;
}

.product-item:hover img {
    transform: scale(1.1);
}

.product-item small a:hover {
    color: var(--primary) !important;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    color: #FFF;
	background-color:transparent!important;
}
.footer.container-fluid { padding-left:0!important; padding-right:0!important; }

.footer-logo { text-align:center; }
.footer-logo img { width:auto; height:150px; display:inline-block; }

.footer .col-md-6 { margin-top:2em; }
.footer .copyright .col-md-6 { margin-top:0 }

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: inherit;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer-content { max-width:unset; background:url(/assets/img/footer-bg-mobile.jpg) bottom right no-repeat; background-size:auto 100%; padding-top:0!important; padding-bottom:10em!important; }
.footer-content .g-5 { --bs-gutter-x:unset!important; --bs-gutter-y:unset!important; }

.footer .copyright {
    padding: 15px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
    background:linear-gradient(352deg, #f09316 0%, #865f2b 20%, #d59f2a 38%, #ffd85a 52%, #d59f2a 64%, #eb8f16 82%, #ffd85a 100%);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* css mobile menu trượt full màn hình từ phải qua trái */
.mobile-nav-header .mobile-logo { display: none; }

@media (max-width: 991.98px) {
    /* Thiết lập menu full màn hình trượt từ phải sang */
    .navbar-collapse {
        position: fixed !important;
        top: 0;
        right: -100%; /* Mặc định ẩn hoàn toàn sang bên phải */
        left: auto !important;
        width: 100vw; /* Trượt full chiều rộng màn hình */
        height: 100vh;
        background-color: #ffffff;
        z-index: 99999;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        transition: right 0.4s ease-in-out; /* Hiệu ứng trượt mượt mà */
    }

    /* Khi mở menu */
    .navbar-collapse.show {
        right: 0; /* Trượt vào phủ kín màn hình */
    }

    /* Đưa nút hamburger nằm phía bên phải ngoài cùng và nổi lên trên */
    .navbar-toggler {
        z-index: 100000;
        position: relative;
        margin-left: auto;
    }

    /* Logo chính ẩn đi khi trên mobile hoặc tuỳ ý, nhường chỗ cho logo trong menu */
    .navbar-brand {
        margin-right: 0;
    }

    /* Định dạng khu vực chứa logo phụ nằm bên trong menu */
    .mobile-nav-header {
        width: 100%;
        display: flex !important;
        justify-content: flex-start;
        padding: 10px 25px;
        margin-bottom: 20px;
    }

    .mobile-nav-header .mobile-logo {
        display: block !important;
    }

    /* Canh chỉnh các liên kết menu bên dưới logo */
    .navbar-nav {
        text-align: center;
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 15px 0 !important;
        font-size: 1rem;
        font-weight: 600;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        width: 100%;
    }
}

.navbar h1 { display: none; }
.bg-light { background-color:transparent!important; }

/* --- Firm Visit Section (Mobile First) --- */
.firm-visit-section {
    background-color: var(--primary); /* Hoặc màu chủ đạo của bạn */
    margin-top: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position:relative;
}
.firm-visit-section:before {
    content:''; position:absolute; top:0; left:0; width:100%; height:100%; 
    background-image: url('/assets/img/promotion-bg.jpg'); /* Nếu có dùng class bg-icon của template */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:1; 
    opacity:.2;
}
.firm-visit-section .container { position:relative; z-index:2; }

.firm-visit-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
}

.firm-visit-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.firm-visit-img {
    width: auto;
    height: 280px;
    object-fit: contain;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
}

.firm-visit-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.firm-visit-desc {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.firm-visit-action {
    width: 100%;
    text-align: center;
}

/* --- Testimonial Section (Mobile First) --- */
.testimonial-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
}

.testimonial-header {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.testimonial-heading {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #202124;
}

.testimonial-subheading {
    color: #6c757d;
    font-size: 1rem;
    margin: 0;
}

.testimonial-item {
    position: relative;
    background-color: #ffffff;
    padding: 2rem;
    margin-top: 1.5rem;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.testimonial-quote-icon {
    font-size: 2.5rem;
    color: var(--primary, #046307); /* Hoặc màu chủ đạo của bạn */
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -1.2rem;
    margin-left: 1.5rem;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 1.5rem;
}

.testimonial-author-wrapper {
    display: flex;
    align-items: center;
}

.testimonial-author-img {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author-info {
    margin-left: 1rem;
}

.testimonial-author-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
    color: #202124;
}

.testimonial-author-title {
    font-size: 0.875rem;
    color: #6c757d;
}

/* product list */
/* --- Product Section Grid & Equal Height (Mobile First) --- */
.product-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.product-top-row {
    display: flex;
    flex-direction: column;
}

.custom-product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.custom-product-col {
    width: calc(50% - 5px);
    display: flex; /* Giúp col kéo giãn theo chiều cao card */
}

/* Thẻ sản phẩm */
.product-card {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: all 0.3s ease;
}

/* Vùng chứa ảnh cố định chiều cao và căn giữa tuyệt đối */
.product-img-wrap {
    position: relative;
    background-color: #FFF;
    aspect-ratio:1/1;
    background-image: url(/assets/img/product-frame.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s;
}
.product-card:hover .btn-more, .product-card:hover .product-img-wrap { transform:scale(1.05); }

.product-img {
    height: 80%;
    width: 80%;
    object-fit: contain;
    position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);
}

.product-card .btn-more { width: fit-content; min-width: unset; padding: 5px 40px; height: 40px; margin: -50px auto 10px; z-index: 2; transform:scale(.8); }

.product-tag-hot {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: var(--secondary, #ffc107);
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Vùng chứa tên và mô tả ngắn (flex-grow giúp đẩy phần action xuống đáy) */
.product-info-wrap {
    padding: 1.5rem;
    text-align: center;
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product-title {
    display: block;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--primary, #046307);
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.product-title:hover {
    color: var(--primary, #046307);
}

.product-desc {
    color:#333;
    font-size: 0.95rem;
}

/* Phần nút bấm (Chi tiết / Tư vấn) luôn nằm sát đáy khung */
.product-footer-action {
    display: flex;
    border-top: 1px solid #dee2e6;
    background-color: #ffffff;
    margin-top: auto; /* Đẩy hẳn xuống dưới cùng */
}

.product-action-btn {
    width: 50%;
    text-align: center;
    padding: 0.75rem 0;
}

.product-action-btn a {
    text-decoration: none;
    font-size: 0.9rem;
    color: #6c757d;
}

.product-action-btn a:hover {
    color: var(--primary, #046307);
}

/* --- Tùy chỉnh thanh điều hướng trượt ngang trên Mobile --- */
.product-nav-scroll {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Hỗ trợ trượt mượt trên iOS */
    padding-bottom: 0.5rem; /* Tạo khoảng trống nhỏ cho thanh cuộn nếu có */
}

/* Ẩn thanh cuộn mặc định trên các trình duyệt (tùy chọn nhưng đẹp hơn) */
.product-nav-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.product-nav-scroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Trên mobile, ép ul không bị bóp méo hoặc xuống dòng */
.product-nav-scroll .nav-pills {
    display: inline-flex !important;
    flex-wrap: nowrap;
}

.product-nav-scroll .nav-pills .btn { font-size:.8em; border-radius:20px; background-color:#ddd; border:unset; }
.product-nav-scroll .nav-pills .btn.active { background-color:var(--primary); }

/* --- Responsive Layout (Grid hệ thống theo màn hình) --- */
@media (min-width: 576px) {
    .custom-product-col {
        width: calc(50% - 0.75rem); /* Tablet: 2 cột */
    }
}

@media (min-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        display: flex !important;
    }

    .carousel-indicators {
        display: none !important;
    }
    
    #header-carousel .carousel-item .carousel-caption .container h1 { font-size:2em; margin-top:20px; width:50%; margin-bottom:20px;  }
    #header-carousel .carousel-item .carousel-caption .container .btn-more { transform:scale(.8); transform-origin:top left; }
    #header-carousel .carousel-item .carousel-caption .container .btn-more.red { margin-left:-30px; }
    #header-carousel .carousel-item .carousel-caption .container .col-lg-7 { padding-left:60px; }
    #header-carousel .carousel-control-prev, #header-carousel .carousel-control-next { width:10%; }
    
    .section-title { padding:30px 0 20px; font-size:2em; }
    .section-title:before, .section-title:after {  aspect-ratio:1002/487; }
    .section-title:before { right:90%; }
    .section-title:after { left:90%; }
    
    .about-container .about-list { display:flex; flex-direction:column; align-items:start; }
    .about-container .about-list .about-list-item { line-height:40px; }
    .about-container .about-list .about-list-item img { margin-top:0; }
    
    .benefit-container { width:90%; margin:0 auto; gap:20px; }
    .benefit-item { width:calc(50% - 20px); flex:0 0 auto; padding-top:100px; }
    
    .advantage-container { background-size:auto 100%;  }
    
    .product-nav-scroll { overflow:unset; }
    .product-nav-scroll .nav-pills { justify-content:center!important; width:100%; }
    .product-nav-scroll .nav-pills .btn { font-size:1em; }
    
    .footer-content { background-image:url(/assets/img/footer-bg.png); padding-top:4em!important; }
    .footer .footer-contact-address { display:flex; flex-direction:column; justify-content:end; }
    .footer .footer-contact-address, .footer .footer-form { padding-left:2em; }
    
}
@media (min-width: 992px) {
    .navbar.navbar-expand-lg { padding-left:1rem!important; padding-right:1rem!important; }
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
	
    .firm-visit-section {
        margin-top: 5rem;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .firm-visit-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 2rem;
    }

    .firm-visit-content {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .firm-visit-wrapper {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }

    .firm-visit-img {
        height: 240px;
        margin-left: -40px; /* Giữ nguyên hiệu ứng tràn lề trái nhẹ như yêu cầu cũ nếu muốn */
        margin-right: 20px;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .firm-visit-title {
        font-size: 2.5rem;
    }

    .firm-visit-action {
        flex: 0 0 35%;
        max-width: 35%;
        text-align: right;
    }
	
    .testimonial-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
        margin-bottom: 5rem;
    }

    .testimonial-heading {
        font-size: 2.5rem;
    }

    .testimonial-item {
        padding: 3rem;
    }

    .testimonial-quote-icon {
        font-size: 3rem;
        margin-left: 3rem;
    }
	
	.footer-logo { text-align:left; }
	.footer-logo img { width:auto; height:150px; display:inline-block; }
	
    .product-top-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
    
    .custom-product-col {
        width: calc(25% - 1.125rem); /* Desktop: 4 cột chuẩn 100% bằng nhau */
    }
    .product-nav-scroll {
        overflow-x: visible;
        white-space: normal;
    }
    
    .product-nav-scroll .nav-pills {
        display: inline-flex !important;
        flex-wrap: wrap;
    }
    
    
    .top-bar .text-start { width:65%!important; }
    .top-bar .text-end { width:35%!important; }
    
    .navbar .navbar-nav .nav-link { font-weight:normal; border-radius:20px; transition:all .3s;  }
    .navbar .navbar-nav .nav-link:hover:not(.dropdown-menu), .navbar .navbar-nav .nav-link.active {
        background: linear-gradient(115deg, #8b5a18 0%, #a66b1e 20%, #d59f2a 38%, #ffd85a 52%, #d59f2a 64%, #a66b1e 82%, #8b5a18 100%);
        color:#FFF;
        font-weight:normal; 
    }
    
    #header-carousel .carousel-item .carousel-caption .container h1 { width:80%; }
    .footer-content { padding-top:6em!important; padding-bottom:4em!important; }
    
    
    .footer .footer-logo { margin-top:-120px; }
    .footer .footer-contact-address { justify-content:start; }
    .footer-content { aspect-ratio:100/40; padding-top:200px!important;  }
}

@media (min-width:1200px){
	
	.navbar h1 { display: inline-block; vertical-align:middle; margin-left: 10px !important; font-size:1.5rem; color:#ff7f07!important; }
    .navbar .navbar-nav .nav-link { padding:7px 20px; }
    
    .section-title { font-size:2.5em; padding:40px 0 25px; }
    
    .px-lg-5.navbar.navbar-expand-lg { padding-left:7%!important; padding-right:7%!important; }
    
    .benefit-container { width:100%; }
    .benefit-item { width:calc(25% - 20px); padding-top:7%; }
    
    #header-carousel .carousel-item .carousel-caption .container h1 { font-size:3em; width:100%; }
    #header-carousel .carousel-item .carousel-caption .container .col-lg-7 { padding-left:10px; }
    #header-carousel .carousel-item .carousel-caption .container .btn-more { transform:unset; }
    #header-carousel .carousel-item .carousel-caption .container .btn-more.red { margin-left:10px; }
    
    .advantage-container { background-size:contain; }
 
    .product-section .section-title { margin-left:100px; margin-right:-100px; } 
    
    .custom-product-grid { gap:20px; }
    
	.footer-content { background:url(/assets/img/footer-bg.png) bottom center no-repeat; background-size:100% 100%; padding-top:300px!important; padding-right:3em; padding-bottom:5em!important; }
    .footer .col-md-6 { margin-top:0; padding-left:2em; }
    .footer .footer-intro { width:30%!important; }
    .footer .footer-links { width:20%!important; }
    
}

@media (min-width:1500px){
    .benefit-item h4 { font-size:1.7em; line-height:1.3em; }
    
    .product-card .btn-more { transform:unset; }
    
    .footer-content { aspect-ratio:100/40; padding:20% calc(50% - 600px) 100px!important; }
}