.section-menu-home  {
    /* background: #0c4c03; */
}

.swiper.swiper-slider-main {
    border-radius: 20px !important;
}


.service-values .value-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    /* border: 1px solid #e5e5e5; */
    border-radius: 12px;
    padding: 12px 10px 13px;
    height: 100%;
}

.service-values .value-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0066cc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #356d17, #0a9614);
}

.service-values .value-icon img {
    max-width: 34px;
    max-height: 34px;
    object-fit: contain;
}

.service-values .value-content {
    flex: 1;
}

.service-values .value-title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-highlight);
    line-height: 1.2;
}

.service-values .value-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #4a4a4a;
}

@media (max-width: 991px) {
    .service-values .value-title {
        font-size: 20px;
    }

    .service-values .value-desc {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    

    .service-values .value-icon {
        width: 56px;
        min-width: 56px;
        height: 56px;
    }

    .service-values .value-title {
        font-size: 18px;
    }

    .service-values .value-desc {
        font-size: 15px;
    }
}

.service-values>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.service-values>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}

.box-section-home-01 {
    margin-bottom: 20px;
    margin-top: 15px;
}

.box-section-home-02, .box-section-home-03, .box-section-home-04{
    margin-bottom: 20px;
}
.box-section-block-page {
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    height: 100%;
}

.title-left {
    color: var(--color-highlight);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Merriweather";
}

.title-more {
    border-bottom: 2px solid var(--color-highlight);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.view-small article.article-item {
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
}

.view-small .inner-content .article-title {
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    max-width: 100%;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-small .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
}

.view-small article.article-item:last-child {
    margin-bottom: 0;
}

.box-di-luong-mua {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
}
.box-di-luong-mua .item .content {
    position: relative;
    padding-top: 44.5%;
    border-radius: 8px;
    overflow: hidden;
}

.box-di-luong-mua .item .content img {
    width: 100%;
}

.box-di-luong-mua .item .content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-duong-day-nong {
    position: relative;
    border-radius: 12px;
    padding: 15px 15px;
    background: linear-gradient(180deg, #f6fbf6 0%, #ffffff 100%);
    /* box-shadow: 0 6px 18px rgba(12, 76, 3, 0.06); */
    overflow: hidden;
}

.box-duong-day-nong .title-more, .title-more-more {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 0;
    margin-bottom: 16px;
    padding-bottom: 12px;
}

.box-duong-day-nong .title-more::after, .title-more-more::after {
    content: "";
    position: absolute;
    left: 64px;
    right: 40px;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--color-highlight), rgba(10, 150, 20, 0));
    border-radius: 2px;
}

.box-duong-day-nong .title-more .title-icon, .title-more-more .title-icon{
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a9614, #0c4c03);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 0 0 4px rgba(10, 150, 20, 0.12);
}

.box-duong-day-nong .title-more .title-left, .title-more-more .title-left{
    flex: 1;
    color: var(--color-highlight);
    font-weight: 800;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.box-duong-day-nong .title-more .title-dots , .title-more-more .title-dots  {
    flex: 0 0 36px;
    width: 36px;
    height: 24px;
    background-image: radial-gradient(rgba(10, 150, 20, 0.35) 1.6px, transparent 1.8px);
    background-size: 7px 7px;
    background-position: top right;
    background-repeat: repeat;
    opacity: 0.85;
}

.box-duong-day-nong .content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.box-duong-day-nong .content .item {
    background: #ffffff;
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 4px 14px rgba(12, 76, 3, 0.07);
    position: relative;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.box-duong-day-nong .content .item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(12, 76, 3, 0.12);
}

.box-duong-day-nong .content .item a {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.box-duong-day-nong .content .item .icon {
    flex: 0 0 56px;
    max-width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #0a9614, #0c4c03);
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 5px rgba(10, 150, 20, 0.12);
}

.box-duong-day-nong .content .inter {
    flex: 1;
    padding-left: 16px;
    border-left: 2px solid rgba(10, 150, 20, 0.35);
    min-width: 0;
}

.box-duong-day-nong .content .inter .top {
    font-size: 15px;
    font-weight: 700;
    color: #cf0000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.box-duong-day-nong .content .inter .phone {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-highlight);
    letter-spacing: 0.5px;
    line-height: 1.1;
}

@media (max-width: 575px) {
    .box-duong-day-nong .content .inter .phone {
        font-size: 20px;
    }

    .box-duong-day-nong .content .item .icon {
        flex: 0 0 50px;
        max-width: 50px;
        height: 50px;
        font-size: 19px;
    }
}

.box-section-home-03 {
    margin-bottom: 20px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row>div {
    padding-right: 10px;
    padding-left: 10px;
}

.chart-box {
    position: relative;
    height: 176px;
}
.chartjs-tooltip-custom {
      position: absolute;
      background: #fff;
      border: 1px solid #cfcfcf;
      box-shadow: 0 2px 6px rgba(0,0,0,0.12);
      border-radius: 2px;
      pointer-events: none;
      opacity: 0;
      transition: all .08s ease;
      min-width: 150px;
      padding: 16px 14px;
      z-index: 10;
      transform: translate(-50%, 0);
    }

    .tt-title {
      font-size: 14px;
      font-weight: 700;
      color: #222;
      margin-bottom: 18px;
    }

    .tt-label {
      font-size: 14px;
      color: #666;
      margin-bottom: 6px;
    }

    .tt-value-blue {
      font-size: 18px;
      color: #2f63c7;
    }

    .tt-value-orange {
      font-size: 18px;
      color: #d96a05;
    }
.wrap-chart {
    border-radius: 12px;
    padding: 15px;
    background: #fff;
}

.box-section-block-page .article-item.article-item-img {margin-bottom: 0;}

.article-item .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
}

.box-section-block-page.box-section-block-img>.row>div {
    margin-top: 4px;
}

.article-item .inner-image .img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #0000007d;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width:1200px){
    .menu-container .menu-section >ul {
        display: flex;
        justify-content: space-between;
    }
    .menu-section > ul > li > a.active {
        background: #ffffff1f;
        display: flex;
        text-align: center;
        padding: 0 15px;
        align-items: center;
        gap: 5px;
        color: #fff !important;
    }
}

.box-section-block-video .content .img span.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.box-section-block-video .content .img {
    border-radius: 8px;
    overflow: hidden;
}

header .logo-section a {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 20px;
}

header .logo-section .name-site .name {
    font-size: 20px;
    font-weight: 700;
    color: #057c0c;
}

.header-top {
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

header .logo-section .name-site .website {
    color: var(--color-highlight);
    font-weight: 700;
    font-style: italic;
}

.box-search .input-group .form-control {
    height: 40px;
    border-radius: 8px !important;
    font-size: 16px;
}

.box-search .input-group .input-group-append .btn.btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    padding: 0;
    width: 40px;
    background: none;
    border: 0;
    z-index: 222;
}
.hotline.top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    gap: 20px;
}

.hotline.top .item span.name {
    font-weight: 600;
    margin-right: 5px;
}

.hotline.top .item  a {
    font-weight: 700;
    color: #960a0a;
    font-size: 16px;
}
.hotline.top>span {
    display: inline-flex;
    width: 1px;
    height: 20px;
    background: #787878;
}
footer {
    background: #104904;
    padding: 40px 0;
    margin-top: 20px;
    background: var(--color-highlight);
    color: #fff;
    background-image: linear-gradient(135deg, #0a9614 0%, #0c4c03 100%);
}

.info-website {
    display: flex;
    gap: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.info-website span.logo-footer {
    flex: 0 0 100px;
}

.info-website .info {
    color: #fff;
}

.info-website .info .name {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}


.info-website .info a {
    color: #fff;
}

.info-website .info p span {
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}

.info-website .info p a {
    color: #ffff;
}

.title-footer {
    font-size: 16px;
    font-weight: 700;
    color: #ffff;
    margin-bottom: 15px;
}

.footer-menu-section ul.list-unstyled >li>a {
    color: #fff !important;
}

article.article-item.article-item-page {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #eef0ee;
    border-radius: 12px;
    padding: 14px;
    transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

article.article-item.article-item-page:hover {
    /* border-color: transparent; */
    /* box-shadow: 0 10px 24px rgba(12, 76, 3, 0.10); */
    /* transform: translateY(-2px); */
}

article.article-item.article-item-page .inner-image {
    flex: 0 0 250px;
    max-width: 250px;
}

article.article-item.article-item-page .inner-image .img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

article.article-item.article-item-page .inner-image .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

article.article-item.article-item-page:hover .inner-image .img img {
    transform: scale(1.05);
}

.mb-20 {
    margin-bottom: 20px;
}

article.article-item.article-item-page .inner-content {
    flex-basis: calc(100% - 270px);
    max-width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

article.article-item.article-item-page .inner-content .article-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

article.article-item.article-item-page .inner-content .article-title a {
    color: #1a1a1a;
    transition: color .2s ease;
}

article.article-item.article-item-page:hover .inner-content .article-title a {
    color: var(--color-highlight);
}
article.article-item.article-item-page .inner-content .post-date svg {
    width: 20px;
    height: 20px;
}
article.article-item.article-item-page .inner-content .article-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

article.article-item.article-item-page .inner-content .post-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 500;
}

@media (max-width: 767px) {
    article.article-item.article-item-page {
        display: flex;
        gap: 12px;
        padding: 10px;
        flex-direction: row;
    }

    article.article-item.article-item-page .inner-image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    article.article-item.article-item-page .inner-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    article.article-item.article-item-page .inner-content .article-title {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }

    article.article-item.article-item-page .inner-content .article-description {
        display: none;
    }
}


/* NÃºt Ä‘Äƒng nháº­p */
.header-top .box-member-top {
    flex-shrink: 0;
}

.box-member-top a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px !important;
    font-size: 16px;
    font-weight: 600;
    color: #0c4c03;
    border: 1.5px solid #0c4c03;
    border-radius: 999px;
    background: #ffffff;
    text-decoration: none;
    transition: all .25s ease;
    white-space: nowrap;
}


.box-member-top a:hover {
    background: linear-gradient(135deg, #26c48c 0%, #0f7a3f 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 8px 18px rgba(15, 83, 47, 0.22);
    transform: translateY(-1px);
    background: linear-gradient(135deg, #356d17, #0a9614);
}

.box-section-article-01 .box-section-block-page {
    height: auto;
    margin-bottom: 15px;
}

.box-section-article-01 .wrap-chart {
    margin-bottom: 15px;
}

.box-section-article-01 .box-di-luong-mua {
    margin-bottom: 15px;
}

.header-member-top-right {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.header-member-top-right .box-search {
    width: 350px;
}

/* =========================
   Article Detail Page
   ========================= */
.article-detail {
    background: #ffffff;
    border-radius: 14px;
    padding: 32px 36px;
    box-shadow: 0 6px 24px rgba(15, 83, 47, 0.06);
}

.article-detail-header {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eef1ee;
}

.article-detail-title {
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--color-main);
    margin: 0 0 14px;
    letter-spacing: -0.01em;
}

.article-detail-meta {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    font-size: 13px;
    color: #7a7a7a;
}

.article-detail-meta .article-detail-author,
.article-detail-meta .post-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 500;
}

.article-detail-meta .article-detail-author i,
.article-detail-meta .post-date i {
    color: var(--color-highlight);
    font-size: 13px;
}

.article-detail-meta .article-detail-author strong {
    color: var(--color-main);
    font-weight: 600;
}

.article-detail-meta .author-label {
    color: #7a7a7a;
}

.article-detail-meta .post-date span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* áº£nh chÃ­nh */
.article-detail .article-image-detail {
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
}

.article-detail .article-image-detail img {
    border-radius: 8px;
}

/* body content */
.article-detail-body {
    background: transparent;
    padding: 0;
    margin-bottom: 28px;
}

.article-detail-description {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
    color: var(--color-main);
    padding: 16px 20px;
    background: #f4f9f4;
    border-left: 4px solid var(--color-highlight);
    border-radius: 6px;
    margin-bottom: 22px;
}

.article-detail .article-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.article-detail .article-content p {
    margin-bottom: 16px;
    text-align: justify;
}

.article-detail .article-content h1,
.article-detail .article-content h2,
.article-detail .article-content h3,
.article-detail .article-content h4,
.article-detail .article-content h5,
.article-detail .article-content h6 {
    color: var(--color-main);
    font-weight: 700;
    margin: 24px 0 12px;
    line-height: 1.4;
}

.article-detail .article-content h2 {
    font-size: 22px;
}

.article-detail .article-content h3 {
    font-size: 19px;
}

.article-detail .article-content h4 {
    font-size: 17px;
}

.article-detail .article-content img {
    border-radius: 8px;
    margin: 8px 0;
}

.article-detail .article-content a {
    color: var(--color-highlight);
    text-decoration: underline;
}

.article-detail .article-content ul,
.article-detail .article-content ol {
    padding-left: 24px;
    margin-bottom: 16px;
}

.article-detail .article-content li {
    margin-bottom: 6px;
}

.article-detail .article-content blockquote {
    border-left: 4px solid var(--color-highlight);
    padding: 12px 18px;
    margin: 16px 0;
    background: #f4f9f4;
    color: #444;
    font-style: italic;
    border-radius: 0 6px 6px 0;
}

.article-detail .article-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 16px 0;
}

.article-detail .article-content table th,
.article-detail .article-content table td {
    border: 1px solid #e1e1e1;
    padding: 8px 12px;
}

.article-detail .article-content table th {
    background: #f4f9f4;
    color: var(--color-main);
    font-weight: 600;
}

/* táº£i file Ä‘Ã­nh kÃ¨m */
.article-detail .entire-file {
    padding: 16px 20px;
    background: #fafafa;
    border: 1px dashed #d7dcd7;
    border-radius: 8px;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.article-detail .entire-file a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--color-highlight);
    color: #ffffff !important;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all .25s ease;
    margin: 0;
}

.article-detail .entire-file a:hover {
    background: #046709;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(5, 124, 12, 0.25);
}

/* tags */
.article-detail-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 0;
    border-top: 1px solid #eef1ee;
    margin-top: 10px;
}

.article-detail-tags .tags-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: var(--color-main);
    margin: 0;
    font-size: 14px;
}

.article-detail-tags .tags-label i {
    color: var(--color-highlight);
}

.article-detail-tags .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
}

.article-detail-tags .tags li {
    list-style: none;
}

.article-detail-tags .tags a {
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    color: var(--color-highlight);
    background: #eaf5ea;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    transition: all .2s ease;
}

.article-detail-tags .tags a:hover {
    background: var(--color-highlight);
    color: #ffffff;
}

/* chia sáº» máº¡ng xÃ£ há»™i */
.article-detail .social-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px 0 4px;
    border-top: 1px solid #eef1ee;
    margin-top: 4px;
}

.article-detail .social-share .share-title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: var(--color-main);
    font-size: 14px;
}

.article-detail .social-share .share-title i {
    color: var(--color-highlight);
}

.article-detail .social-share .share-title label {
    margin: 0;
    font-weight: 600;
    color: var(--color-main);
}

.article-detail .social-share .list-social {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.article-detail .social-share .list-social .btn-social {
    float: none;
    margin: 0;
}

.article-detail .social-share .list-social .btn-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f4f6f4;
    color: var(--color-main);
    font-size: 14px;
    transition: all .25s ease;
}

.article-detail .social-share .list-social .btn-social a:hover {
    background: var(--color-highlight);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(5, 124, 12, 0.25);
}

/* responsive */
@media (max-width: 991px) {
    .article-detail {
        padding: 24px 22px;
    }

    .article-detail-title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .article-detail {
        padding: 18px 16px;
        border-radius: 10px;
    }

    .article-detail-title {
        font-size: 20px;
    }

    .article-detail-meta {
        font-size: 12px;
        gap: 6px 12px;
    }

    .article-detail-description,
    .article-detail .article-content {
        font-size: 15px;
    }

    .article-detail .article-content h2 {
        font-size: 19px;
    }

    .article-detail .article-content h3 {
        font-size: 17px;
    }

    .article-detail .social-share {
        gap: 10px;
    }

    .article-detail .social-share .list-social .btn-social a {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

/* =========================
   Contact Page
   ========================= */
.contact-section {
    padding: 30px 0 40px;
}

.contact-heading {
    margin-bottom: 40px;
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-highlight);
    margin-bottom: 12px;
}

.contact-eyebrow::before,
.contact-eyebrow::after {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--color-highlight);
    display: inline-block;
}

.contact-title {
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 12px;
    letter-spacing: 0.5px;
}

.contact-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0 auto;
    max-width: 720px;
    line-height: 1.6;
}

.contact-wrapper {
    align-items: stretch;
}

.contact-wrapper > [class^="col-"] {
    display: flex;
}

.contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(15, 83, 47, 0.08);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.contact-card-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-card-icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--color-highlight);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 8px 18px rgba(5, 124, 12, 0.25);
}

.contact-card-icon-light {
    background: #fff;
    color: var(--color-highlight);
    box-shadow: none;
}

.contact-card-head-text {
    flex: 1;
}

.contact-card-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 4px;
    letter-spacing: 0.5px;
}

.contact-card-desc {
    font-size: 14px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

/* Form */
.contact-form .contact-field {
    position: relative;
    margin-bottom: 16px;
}

.contact-form .contact-field-icon {
    position: absolute;
    top: 16px;
    left: 18px;
    color: #9aa19a;
    font-size: 15px;
    z-index: 2;
    pointer-events: none;
}

.contact-form .contact-field-textarea .contact-field-icon {
    top: 18px;
}

.contact-form .form-control {
    height: 52px;
    border-radius: 10px;
    border: 1px solid #e5e8e5;
    background: #fff;
    padding: 10px 18px 10px 46px;
    font-size: 15px;
    color: #1a1a1a;
    transition: border-color .2s ease, box-shadow .2s ease;
    box-shadow: none;
}

.contact-form textarea.form-control {
    height: auto;
    min-height: 120px;
    padding-top: 16px;
    resize: vertical;
}

.contact-form .form-control::placeholder {
    color: #a3a8a3;
}

.contact-form .form-control:focus {
    border-color: var(--color-highlight);
    box-shadow: 0 0 0 3px rgba(5, 124, 12, 0.12);
    outline: none;
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: var(--color-highlight);
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0 8px 18px rgba(5, 124, 12, 0.22);
}

.contact-submit:hover {
    background: #046709;
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(5, 124, 12, 0.3);
}

/* Info card */
.contact-card-info {
    background: var(--color-highlight);
    color: #fff;
    background-image: linear-gradient(135deg, #0a9614 0%, #0c4c03 100%);
}

.contact-card-info::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 180px;
    height: 180px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><g fill="%23ffffff" fill-opacity="0.08"><rect x="10" y="70" width="16" height="40"/><rect x="32" y="55" width="16" height="55"/><rect x="54" y="40" width="16" height="70"/><rect x="76" y="55" width="16" height="55"/><rect x="98" y="70" width="16" height="40"/></g></svg>') no-repeat center/contain;
    pointer-events: none;
}

.contact-card-info .contact-card-title {
    color: #fff;
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

.contact-info-item:last-child {
    border-bottom: 0;
}

.contact-info-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: var(--color-highlight);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.contact-info-text {
    flex: 1;
    min-width: 0;
}

.contact-info-label {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #fff;
}

.contact-info-value {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    word-break: break-word;
}
.box-section-home-05 {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .contact-title {
        font-size: 26px;
    }

    .contact-card {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .contact-section {
        padding: 20px 0 30px;
    }

    .contact-heading {
        margin-bottom: 28px;
    }

    .contact-title {
        font-size: 22px;
    }

    .contact-subtitle {
        font-size: 14px;
    }

    .contact-eyebrow::before,
    .contact-eyebrow::after {
        width: 24px;
    }

    .contact-card {
        padding: 20px;
        border-radius: 12px;
    }

    .contact-card-icon {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .contact-card-title {
        font-size: 16px;
    }

    .contact-form .form-control {
        height: 48px;
        font-size: 14px;
    }
}
.swiper.swiper-slider-main .img {
    padding-top: 67.5%;
}
@media (max-width:1200px) {
    header .logo-section .name-site {
        display: none;
    }
    
    header .logo-section a {
        display: flex;
        justify-content: center;
    }
    header {
        position: relative;
    }
    .menu-container a.btn-menu-mobile {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.header-menu-mb [nh-mini-member] {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}


    .section-home-mb-001 {
        padding-top: 15px;
        margin-bottom: 20px;
    }
    
    .service-values .value-content {
        text-align: center;
    }
    
    .service-values>.row>div {
        margin-bottom: 15px;
    }
        
    .logo-section img {
        height: 6rem;
    }
    .service-values .value-item {
        padding: 15px 15px;
        display: flex;
        flex-direction: column;
    }
    .header-member-top-right {
        position: relative;
    }
    
    .header-member-top-right .box-search {
        position: absolute;
        top: 40px;
        z-index: 999;
        padding: 5px;
        background: #fff;
        border-radius: 8px;
        opacity: 0;
        display: none;
    }
    
    .header-member-top-right .icon {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border-radius: 8px;
    }
    
    .header-member-top-right:hover .box-search {
        display: block;
        opacity: 1;
    }
    .breadcrumbs-section h1 {
        font-size: 14px;
    }
    
    .breadcrumbs-section {
        font-size: 14px;
    }
}

@media (max-width:767px){
    .section-home-mb-001 {
        padding-top: 15px;
        margin-bottom: 20px;
    }
    
    .service-values .value-content {
        text-align: center;
    }
    
    .service-values>.row>div {
        margin-bottom: 15px;
    }
    
    .section-home-mb-002 {
        margin-bottom: 5px;
    }
    
    .section-home-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .wrap-chart {
        margin-top: 0;
        padding: 10px;
    }
    .footer-mid-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    
    .footer-mid-mb>.container>.row>div:nth-child(3), .footer-mid-mb>.container>.row>div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .info-website {
        display: flex;
        flex-direction: column;
    }
    
    .info-website span.logo-footer img {
        width: 80px;
        height: 80px;
    }
    
    .info-website span.logo-footer {
        flex: auto;
        text-align: center;
    }
    footer {
        padding: 30px 0 20px;
    }
}

.slider-thu-vien .img {
    border-radius: 8px;
    overflow: hidden;
}

.menu-section > ul > li > .entry-menu li>a:hover {
    color: var(--color-highlight);
}

@media (min-width:767px) and (max-width:1200px){
    .section-home-mb-002 {
        margin-bottom: 20px;
    }
    
    .section-home-mb.section-home-mb-01,
    .section-home-mb.section-home-mb-02, 
    .section-home-mb.section-home-mb-03, 
    .section-home-mb.section-home-mb-04, 
    .section-home-mb.section-home-mb-05{
        margin-bottom: 30px;
    }
    
    .wrap-chart {
        margin-top: 0;
    }
    .footer-mid-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    
    .footer-mid-mb>.container>.row>div:nth-child(3), .footer-mid-mb>.container>.row>div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
}

.box-search-page {
    padding: 15px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.box-search-page:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.title-section {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.input-group {
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.input-group:focus-within {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.15);
}

.form-control {
    flex: 1;
    border: none;
    padding: 14px 20px;
    font-size: 15px;
    outline: none;
    background: transparent;
}

.form-control::placeholder {
    color: #aaa;
}

.btn-submit {
    background: linear-gradient(135deg, #28a745, #218838);
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #218838, #1e7e34);
    transform: scale(1.05);
}

.btn-submit:active {
    transform: scale(0.95);
}

.login-required {
  max-width: 420px;
  margin: 40px auto;
  padding: 30px 25px;
  text-align: center;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  font-family: Arial, sans-serif;
}

.login-text {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.5;
}

.login-btn-wrap {
  margin-top: 10px;
}

.login-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #356d17, #0a9614);
}

.login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgb(0 254 6 / 30%);
}

.login-btn:active {
  transform: scale(0.96);
}

.login-btn:hover {
    color: #fff;
}

.box-section-home-003 {
    margin-bottom: 20px;
}
.swiper.swiper-slider-banner .img {
    border-radius: 12px;
    overflow: hidden;
}
.title-left a {
    color: var(--color-highlight);
}

.img-moi-truong-congty {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.img-moi-truong-congty img {
    width: 100%;
    height: auto;
}

.swiper-slider-banner .img {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.swiper-slider-banner .inter-img {
    border: 1px solid var(--color-highlight);
    border-radius: 8px;
    padding: 2px;
    background: #fff;
}
.swiper-slider-banner .img img {
    transition: 1s;
}

.swiper-slider-banner .img:hover img {
    transform: scale(1.1);
}
.banner-top-mid .img img {
    width: 100%;
    height: auto;
}
@media (max-width:1200px){
    .swiper-slider-banner>.row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .swiper-slider-banner>.row>div {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 10px;
    }
    .box-duong-day-nong .title-more .title-left, .title-more-more .title-left {
        font-size: 16px;
        height: 41px;
    }
    
    .box-duong-day-nong .title-more .title-dots, .title-more-more .title-dots {
        display: none;
    }
    
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    
    .box-duong-day-nong .title-more::after, .title-more-more::after {
        display: none;
    }
    
    .box-duong-day-nong .title-more, .title-more-more {
         border-bottom: 2px solid var(--color-highlight);
         margin-bottom: 16px;
         padding-bottom: 10px;
    }
    .header-member-top-right .icon svg path {
        stroke: var(--color-highlight);
    }
    
    .btn-menu-mobile svg path {
        stroke: var(--color-highlight);
    }
}
@media (min-width:1200px){
    .swiper-slider-banner>.row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .swiper-slider-banner>.row>div {
        flex: 0 0 12.5%;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 0;
    }
    .menu-container {
        background: #0c4c03;
    }

}

@media (min-width:1200px) and (max-width:1399px){
    .swiper-slider-banner>.row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .swiper-slider-banner>.row>div {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 10px;
    }
}

.section-menu-home>.container>.row:before {
    content: '';
    position: absolute;
    left: 50%;
    width: calc(100% - 20px);
    height: 100%;
    transform: translateX(-50%);
    background: #0c4c03;
}

.section-menu-home>.container>.row {
    position: relative;
}

.section-menu-home>.container>.row>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-menu-home>.container>.row>div>div:nth-child(1) {
    flex-basis: calc(100% - 50px);
    max-width: calc(100% - 50px);
}


.header-menu-mb>.container>.row>div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.header-menu-mb [nh-mini-member] {
    background: #fff;
    border-radius: 8px;
    color: var(--color-highlight);
}

.header-menu-mb [nh-mini-member] .member_info a, .header-menu-mb [nh-mini-member] a {
    color: var(--color-highlight) !important;
}

.box-page-home .article-item {
    background: #fff;
    padding: 15px;
    height: 100%;
    margin-bottom: 0;
    border-radius: 12px;
}

.box-page-home .article-item .inner-image {
    margin-bottom: 15px;
}

.box-page-home .article-item .inner-content .article-title {
    font-size: 15px;
    margin-bottom: 10px !important;
    font-weight: 600;
}
.wrap-chart .content .img {
    padding-top: 49.25%;
}
.box-page-home .article-item .inner-content .post-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.box-page-home .article-item .inner-content .post-date svg {
    width: 20px;
    height: 20px;
}

.box-section-block-video .icon img {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    object-fit: contain;
    transform: translate(-50%, -50%);
}


.view-small.view-small-list article.article-item .inner-content {
    flex: 0 0 100%;
    max-width: 100%;
}

.view-small.view-small-list article.article-item .inner-content .article-title a {
    display: flex;
    gap: 15px;
    align-items: center;
}

.view-small.view-small-list article.article-item .inner-content .article-title {
    margin-bottom: 0;
}
