.section-header{
    padding-bottom: 30px;
}
.section-header h2 {
    font-size: 38px;
    font-weight: 600;
    color: #e78c3d;
    text-transform: uppercase;
}

/* Navbar */
.navbar {
    background-color: #FFFFFF;
    border-bottom: 2px solid #8BC53F;
    transition: all 0.3s ease;
}
.navbar-brand {
    color: #055C33;
    font-weight: bold;
    font-size: 1.5rem;
}
.navbar-brand span {
    color: #8BC53F;
}
.nav-link {
    color: #055C33;
    font-weight: 500;
}
.nav-link:hover, .nav-link.active {
    color: #8BC53F;
}

/* Nút bấm (Button) */
.btn-primary-hex {
    background-color: #055C33;
    color: #FFFFFF;
    border: 1px solid #055C33;
}
.btn-primary-hex:hover {
    background-color: #8BC53F;
    color: #FFFFFF;
    border: 1px solid #8BC53F;
}
.btn-accent-hex {
    background-color: #F3BA1D;
    color: #FFFFFF;
    border: 1px solid #F3BA1D;
    font-weight: bold;
}
.btn-accent-hex:hover {
    background-color: #055C33;
    color: #FFFFFF;
    border: 1px solid #055C33;
}

/* Hero Slider */
.carousel-item {
    height: 80vh;
    min-height: 500px;
}
.carousel-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000099;
    z-index: 1;
}
.carousel-caption {
    z-index: 2;
    bottom: 0;
    top: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.carousel-caption h1 {
    color: #F3BA1D;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
}
.carousel-caption p {
    color: #FFFFFF;
    font-size: 1.2rem;
    max-width: 800px;
    text-shadow: 1px 1px 3px #000000;
}
.carousel-indicators [data-bs-target] {
    background-color: #FFFFFF;
}
.carousel-indicators .active {
    background-color: #F3BA1D;
}

/* Tiêu đề Section */
.section-title {
    color: #055C33;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #8BC53F;
    margin: 10px auto 0;
}

/* =========================================
   FEATURES SECTION (GIỚI THIỆU - ĐƯỢC LÀM MỚI)
   ========================================= */
.features-section {
    background-color: #F9F9F9;
    padding: 80px 0;
}
.feature-box {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 40px 20px;
    box-shadow: 0 5px 15px #EEEEEE;
    transition: all 0.4s ease;
    height: 100%;
    border-bottom: 4px solid transparent;
}
/* Hiệu ứng nổi box khi rê chuột */
.feature-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 30px #DDDDDD;
    border-bottom: 4px solid #F3BA1D;
}
/* Vòng tròn bao quanh icon */
.icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 2px dashed #8BC53F;
    color: #8BC53F;
    font-size: 2.5rem;
    margin-bottom: 25px;
    transition: all 0.5s ease;
}
/* Đổi màu và xoay icon khi rê chuột vào box */
.feature-box:hover .icon-wrapper {
    background-color: #8BC53F;
    color: #FFFFFF;
    border: 2px solid #055C33;
    transform: rotateY(360deg);
}
.feature-box h4 {
    color: #055C33;
    font-weight: bold;
    margin-bottom: 15px;
}
.feature-box p {
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Card Sản phẩm */
.product-card {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.product-card:hover {
    transform: translateY(-5px);
    border-color: #8BC53F;
    box-shadow: 0 4px 15px #DDDDDD;
}
.product-card .img{
    background-color: #fff; height: 250px; display: flex; align-items: center; justify-content: center;
}
.product-card .card-body {
    text-align: center;
}
.product-card h5 {
    color: #055C33;
    font-weight: 600;
    font-size: 16px;
}
.product-card .price {
    color: #F3BA1D;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
}
.product-card img {
    max-width: 100%;
    max-height: 250px;
}

/* Tin Tức */
.news-section {
    background-color: #F9F9F9;
}
.news-card {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}
.news-card:hover {
    box-shadow: 0 5px 15px #CCCCCC;
}
.news-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.news-date {
    color: #8BC53F;
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.news-title {
    color: #055C33;
    font-weight: bold;
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.3s;
}
.news-title:hover {
    color: #F3BA1D;
}
.news-desc {
    color: #666666;
    font-size: 0.95rem;
    margin-top: 10px;
}
.read-more {
    color: #F3BA1D;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9rem;
}
.read-more:hover {
    color: #055C33;
    text-decoration: underline;
}

/* Footer */
.footer-bg {
    background-image: url('assets/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.footer-overlay {
    background-color: #055C33E6;
    color: #FFFFFF;
    padding: 60px 0 20px;
}
.footer-overlay h5 {
    color: #F3BA1D;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-overlay a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-overlay a:hover {
    color: #F3BA1D;
}
.footer-links li {
    margin-bottom: 10px;
}
.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #FFFFFF;
    color: #055C33;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}
.social-icons a:hover {
    background-color: #F3BA1D;
    color: #FFFFFF;
    transform: translateY(-3px);
}
.footer-bottom {
    border-top: 1px solid #8BC53F66;
    margin-top: 30px;
    padding-top: 20px;
}

/* Nút Scroll to Top */
#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #F3BA1D;
    color: #FFFFFF;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
}
#backToTop:hover {
    background-color: #8BC53F;
}

/* Page Banner */
.page-banner {
    background-image: url('https://images.unsplash.com/photo-1592982537447-6f29e2c8846c?q=80&w=1920&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0;
    text-align: center;
}
.page-banner-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: #055C33E6; /* Xanh lá đậm, độ mờ 90% */
    z-index: 1;
}
.page-banner-content {
    position: relative;
    z-index: 2;
}
.page-banner-content h1 {
    color: #F3BA1D;
    font-weight: bold;
    text-transform: uppercase;
}
.breadcrumb-custom {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    justify-content: center;
}
.breadcrumb-custom li, .breadcrumb-custom li a {
    color: #FFFFFF;
    text-decoration: none;
}
.breadcrumb-custom li a:hover {
    color: #8BC53F;
}
.breadcrumb-custom .active {
    color: #8BC53F;
    font-weight: bold;
}
.breadcrumb-custom li+li::before {
    content: "\f105"; /* FontAwesome angle-right */
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #FFFFFF;
    padding: 0 10px;
}

/* Về Chúng Tôi - Story */
.story-section {
    padding: 80px 0;
    background-color: #FFFFFF;
}
.story-img-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px #DDDDDD;
}
.story-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
.story-text {
    color: #666666;
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Tầm nhìn & Sứ mệnh */
.vision-mission-section {
    background-color: #F9F9F9;
    padding: 80px 0;
}
.vm-card {
    background-color: #FFFFFF;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px #EEEEEE;
    height: 100%;
    border-top: 4px solid #8BC53F;
    transition: all 0.3s ease;
}
.vm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px #DDDDDD;
    border-top-color: #F3BA1D;
}
.vm-icon {
    font-size: 3.5rem;
    color: #055C33;
    margin-bottom: 20px;
}
.vm-card h4 {
    color: #055C33;
    font-weight: bold;
    margin-bottom: 15px;
}
.vm-card p {
    color: #666666;
    line-height: 1.7;
}

/* Giá trị cốt lõi */
.core-values-section {
    padding: 80px 0;
    background-color: #FFFFFF;
}
.value-box {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    transition: all 0.4s ease;
    height: 100%;
}
.value-box:hover {
    background-color: #055C33;
    border-color: #055C33;
}
.value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #F9F9F9;
    color: #8BC53F;
    border-radius: 50%;
    font-size: 2rem;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}
.value-box:hover .value-icon {
    background-color: #F3BA1D;
    color: #FFFFFF;
    transform: scale(1.1);
}
.value-box h5 {
    color: #055C33;
    font-weight: bold;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}
.value-box:hover h5 {
    color: #F3BA1D;
}
.value-box p {
    color: #666666;
    margin-bottom: 0;
    transition: all 0.4s ease;
}
.value-box:hover p {
    color: #DDDDDD;
}

#contact-info h3{ line-height: 38px;}
#contact-info ul{ margin-left: 0; padding-left: 0;}


/* =========================================
           CHI TIẾT TIN TỨC (NEWS DETAIL)
           ========================================= */
.news-detail-section {
    padding: 60px 0;
    background-color: #FFFFFF;
}
.article-title {
    color: #055C33;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 38px;
}
.article-meta {
    color: #666666;
    font-size: 0.95rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}
.article-meta span {
    margin-right: 15px;
}
.article-meta i {
    color: #8BC53F;
    margin-right: 5px;
}
.article-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px #DDDDDD;
}
.article-content {
    color: #333333;
    line-height: 1.8;
    font-size: 1.05rem;
}
.article-content h3 {
    color: #055C33;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}
.article-content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 20px 0;
}
.article-quote {
    background-color: #F9F9F9;
    border-left: 4px solid #8BC53F;
    padding: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #055C33;
    font-size: 1.1rem;
}
.article-tags {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #EEEEEE;
}
.tag-item {
    display: inline-block;
    background-color: #F9F9F9;
    color: #666666;
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #EEEEEE;
    transition: all 0.3s ease;
}
.tag-item:hover {
    background-color: #8BC53F;
    color: #FFFFFF;
    border-color: #8BC53F;
}
.share-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #FFFFFF;
    margin-right: 10px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.share-buttons a:hover {
    opacity: 0.8;
}
.btn-fb { background-color: #3B5998; }
.btn-tw { background-color: #1DA1F2; }
.btn-zl { background-color: #008FE5; }

/* =========================================
   SIDEBAR (CỘT BÊN PHẢI)
   ========================================= */
.sidebar-widget {
    background-color: #F9F9F9;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #EEEEEE;
}
.widget-title {
    color: #055C33;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #8BC53F;
}

/* Cấu trúc Tìm kiếm */
.search-form .input-group {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    overflow: hidden;
}
.search-form input {
    border: none;
    box-shadow: none;
}
.search-form button {
    background-color: #055C33;
    color: #FFFFFF;
    border: none;
    padding: 0 15px;
}
.search-form button:hover {
    background-color: #F3BA1D;
}

/* Cấu trúc Bài viết mới */
.recent-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #DDDDDD;
}
.recent-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.recent-post-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}
.recent-post-info h6 {
    margin: 0 0 5px;
    font-size: 0.95rem;
    line-height: 1.4;
}
.recent-post-info a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s;
}
.recent-post-info a:hover {
    color: #F3BA1D;
}
.recent-post-date {
    font-size: 0.8rem;
    color: #8BC53F;
}

/* Danh mục tin tức */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list li {
    margin-bottom: 10px;
}
.category-list a {
    color: #666666;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.category-list a:hover {
    color: #FFFFFF;
    background-color: #8BC53F;
    border-color: #8BC53F;
}
.category-list i {
    margin-right: 8px;
}


/* =========================================
   CẤU HÌNH MENU ĐA CẤP (DROPDOWN SUBMENU)
   ========================================= */
/* Căn chỉnh các item trong dropdown */
.dropdown-item {
    color: #333333;
    padding: 12px 20px;
    border-bottom: 1px solid #EEEEEE;
    font-weight: 500;
    transition: all 0.3s ease;
}
.dropdown-item:last-child {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #F9F9F9;
    color: #055C33;
    padding-left: 25px; /* Hiệu ứng thụt lề mượt mà */
}

/* Ẩn dấu mũi tên mặc định của Bootstrap trên mục có cấp con */
.dropdown-submenu > a::after {
    display: none;
}

/* Định vị trí cho menu cấp 2 (Màn hình máy tính) */
.dropdown-submenu {
    position: relative;
}
/* TẠO HIỆU ỨNG HOVER TRÊN MÀN HÌNH MÁY TÍNH (Từ 992px trở lên) */
@media (min-width: 992px) {
    /* Rê chuột vào menu cấp 1 sẽ mở danh sách con */
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        animation: fadeIn 0.3s ease forwards;
    }

    /* Rê chuột vào menu cấp 2 sẽ mở danh sách cháu */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        top: 0;
        left: 100%;
        margin-top: -3px;
        margin-left: 0;
        border-radius: 8px;
        animation: fadeIn 0.3s ease forwards;
    }

    /* Đổi màu chữ khi hover để dễ nhận biết */
    .dropdown:hover > .nav-link {
        color: #8BC53F;
    }

    /* Keyframes tạo hiệu ứng trượt nhẹ và rõ dần */
    @keyframes fadeIn {
        0% { opacity: 0; transform: translateY(10px); }
        100% { opacity: 1; transform: translateY(0); }
    }
}

/* DUY TRÌ CHẾ ĐỘ CLICK TRÊN ĐIỆN THOẠI (Dưới 992px) */
@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        display: none;
        position: static;
        float: none;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 10px;
        box-shadow: none !important;
        border: 1px solid #EEEEEE;
    }
    /* Gắn class show từ jQuery khi người dùng chạm vào */
    .dropdown-submenu > .dropdown-menu.show {
        display: block;
    }
}