.pagi li {
    margin: 0 8px;
}
.pagi li a, .pagi li  span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 16px;
    font-weight: 500;
}
.pagi li.active{
    border-radius: 10px;
    background: #a8ce26;
    color: #fff;
}

.pagi li a:hover, .pagi li a:focus {
    background: #a8ce26;
    color: #fff;
    border-radius: 10px;
}

/* Header + footer brand green */
header {
    background: #1a695b;
    backdrop-filter: none;
}

footer {
    background-color: #1a695b;
    color: #fff;
}

footer .ft_top p,
footer .ft_nav li a,
footer .tel_box ul,
footer .tel_box ul a,
footer .social p,
footer .ceti_left p,
footer .ceti a {
    color: #fff;
}

/* Footer titles */
footer .ft_info > p.fw-bold,
footer .tel_box h4,
footer .ft_nav > li > a,
footer .social p,
footer .ceti ul a {
    color: #a8ce26 !important;
}

footer .ft_nav li a:hover,
footer .tel_box ul a:hover,
footer .ceti a:hover,
footer .ceti ul a:hover {
    color: #a8ce26 !important;
}

footer .ft_tel > span {
    background-color: #a8ce26;
}

footer .social a svg path {
    fill: #fff !important;
}

footer .social a img {
    filter: none;
}

button.btn.btn-load-more {
    padding: 10px 30px;
    background: #98bb4c;
    color: white;
    border: none;
    border-radius: 600px;
    width: 150px;
}

button.btn.btn-load-more:hover {
    background: #a8ce26;
    color: white;
}

button.btn.btn-load-more.loading{
    pointer-events: none;
    opacity: 0.7;
}

/* Breadcrumb — top left on child pages */
.vfc-breadcrumb {
    margin-top: 0;
    padding: 12px 0;
    background: #f7fee7;
}

.vfc-breadcrumb + main > .banner_page,
.vfc-breadcrumb + main > .banner,
.vfc-breadcrumb + main > .news_cover {
    margin-top: 0;
}

/* Hide banner overlay text on all pages except home (home uses .banner_overlay) */
.banner_page_abs {
    display: none !important;
}

/* Page banners — 16:9, no viewport max-height */
.banner_page,
.banner_page--ratio-16x9,
main > .banner:not(:has(.banner_slider)) {
    overflow: hidden;
}

.banner_page .zoom-img,
.banner_page--ratio-16x9 .zoom-img {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.banner_page .zoom-img:before,
.banner_page--ratio-16x9 .zoom-img:before {
    display: none;
    padding-bottom: 0;
}

main > .banner:not(:has(.banner_slider)) > img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 767px) {
    .banner_page .zoom-img:before,
    .banner_page--ratio-16x9 .zoom-img:before {
        display: none;
        padding-bottom: 0;
    }
}

.vfc-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-start;
    text-align: left;
}

.vfc-breadcrumb__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #6c9e00;
}

.vfc-breadcrumb__item:not(:last-child)::after {
    content: "/";
    color: #94a3b8;
    margin-left: 2px;
}

.vfc-breadcrumb__item a {
    color: #6c9e00;
    text-decoration: none;
}

.vfc-breadcrumb__item a:hover {
    color: #0d542b;
}

.vfc-breadcrumb__item.is-active span {
    color: #0d542b;
}

/* Product detail tabs — Figma panel */
.product_info_tabs__inner {
    display: grid;
    grid-template-columns: 276px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    padding: 64px 48px 64px 32px;
    background: rgba(237, 237, 237, 0.5);
    border-radius: 48px;
}

.product_info_tabs__nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: sticky;
    top: 100px;
    z-index: 2;
    pointer-events: auto;
}

.product_info_tabs .tab-pane {
    display: none;
}

.product_info_tabs .tab-pane.show.active {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.product_info_tabs__btn {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #e5e7eb;
    background: transparent;
    color: #99a1af;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 24px;
    border-radius: 0;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.product_info_tabs__btn:hover {
    color: #0d542b;
}

.product_info_tabs__btn.is-active {
    background: #ecfcca;
    color: #0d542b;
    border-bottom-color: transparent;
    border-radius: 16px;
}

.product_info_tabs__heading {
    margin: 0;
    color: #0d542b;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}

.product_info_tabs__subheading {
    margin: 0;
    color: #0d542b;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}

.product_info_blocks {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product_info_card {
    padding: 24px;
    border: 1px solid #e6e7eb;
    border-radius: 16px;
    /* background: #fff; */
}

.product_info_card--accent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border: 0;
    background: #ecfcca;
}

.product_info_card h3 {
    margin: 0 0 16px;
    color: #1e2939;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.product_info_card--accent h3 {
    margin: 0;
}

.product_info_card p,
.product_info_card--rich,
.product_video_desc {
    margin: 0;
    color: #4a5565;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.product_info_card--accent p {
    line-height: 22px;
}

.product_info_card--rich p + p {
    margin-top: 12px;
}

.product_storage_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.product_storage_card {
    min-height: 100%;
}

.product_storage_card p {
    color: #4a5565;
}

.product_info_media {
    overflow: hidden;
    border-radius: 24px;
}

.product_info_media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 524px;
    object-fit: cover;
}

.product_dosage_table {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    overflow: hidden;
    /* background: #fff; */
}

.product_dosage_table__head,
.product_dosage_table__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 24px;
    border: 0;
    border-radius: 0;
    /* background: #fff; */
    color: #4a5565;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.product_dosage_table__head {
    background: #f7f6f3;
    font-weight: 700;
}

.product_dosage_table__row + .product_dosage_table__row,
.product_dosage_table__head + .product_dosage_table__row {
    border-top: 1px solid #e5e7eb;
}

.product_dosage_table__crop,
.product_dosage_table__disease,
.product_dosage_table__dose {
    display: block;
    flex: none;
    min-width: 0;
    box-sizing: border-box;
}

.product_dosage_table__crop {
    width: 100px;
    font-weight: 700;
}

.product_dosage_table__disease {
    width: 150px;
}

.product_dosage_table__dose {
    width: auto;
    flex: 1 1 auto;
}

.product_dosage_table__head .product_dosage_table__crop,
.product_dosage_table__head .product_dosage_table__disease,
.product_dosage_table__head .product_dosage_table__dose {
    font-weight: 700;
}

.product_safety_warning {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #ffc6c8;
    border-radius: 16px;
    background: #fff4f4;
}

.product_safety_warning__icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #9f0000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
}

.product_safety_warning h3 {
    margin: 0 0 12px;
    color: #9f0000;
    font-size: 18px;
    font-weight: 600;
}

.product_safety_warning__body {
    color: #4a5565;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    white-space: pre-line;
}

.product_usage_video {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    width: 100%;
}

.product_usage_video__player {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.product_video_desc {
    margin: 0;
    color: #4a5565;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    white-space: pre-line;
}

.product_video_poster {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1100 / 595;
    padding: 0;
    border: 0;
    overflow: hidden;
    border-radius: 48px;
    background: rgba(217, 217, 217, 0.2);
    cursor: pointer;
}

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

.product_video_frame {
    position: relative;
    width: 100%;
    aspect-ratio: 1100 / 595;
    overflow: hidden;
    border-radius: 48px;
    background: rgba(217, 217, 217, 0.2);
}

.product_video_frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.product_video_caption {
    margin: 8px 0 0;
    text-align: center;
    color: #99a1af;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.product_info_tabs__stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
}

.product_info_tabs__main {
    min-width: 0;
}

.product_usage_media {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    width: 100%;
}

.product_usage_media__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0;
    width: 100%;
}

.product_usage_media__poster,
.product_usage_media__image,
.product_usage_media__video,
.product_usage_media__frame {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1488 / 823;
    overflow: hidden;
    border: 0;
    padding: 0;
    border-radius: 48px;
    background: rgba(217, 217, 217, 0.2);
}

.product_usage_media__poster {
    cursor: pointer;
}

.product_usage_media__poster img,
.product_usage_media__image img,
.product_usage_media__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_usage_media__play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #ebebeb;
    transform: translate(-50%, -50%);
}

.product_usage_media__play::before {
    content: "";
    position: absolute;
    left: 46px;
    top: 36px;
    border-style: solid;
    border-width: 18px 0 18px 28px;
    border-color: transparent transparent transparent #b6b6b6;
}

.product_usage_media__item figcaption {
    margin: 0;
    max-width: 720px;
    text-align: center;
    color: #99a1af;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.product_usage_media__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width: 1199px) {
    .vfc-breadcrumb {
        padding: 10px 0;
    }

    .vfc-breadcrumb__item {
        font-size: 13px;
    }

    .product_info_tabs__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px 16px;
        border-radius: 24px;
    }

    .product_info_tabs__nav {
        position: static;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 8px;
    }

    .product_info_tabs__btn {
        width: auto;
        flex: 0 0 auto;
        white-space: nowrap;
        border-bottom: 0;
        background: transparent;
        color: #99a1af;
        padding: 10px 16px;
        border-radius: 12px;
        font-size: 14px;
    }

    .product_info_tabs__btn.is-active {
        background: #ecfcca;
        color: #0d542b;
        border-radius: 12px;
    }

    .product_info_tabs__heading,
    .product_info_tabs__subheading {
        font-size: 20px;
        line-height: 26px;
    }

    .product_info_card {
        padding: 16px;
    }

    .product_info_card h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .product_info_card p,
    .product_info_card--rich,
    .product_video_desc,
    .product_video_caption,
    .product_usage_media__item figcaption {
        font-size: 15px;
        line-height: 22px;
    }

    .product_storage_grid {
        grid-template-columns: 1fr;
    }

    .product_dosage_table__head,
    .product_dosage_table__row {
        gap: 12px;
        padding: 12px 16px;
        font-size: 15px;
        line-height: 22px;
    }

    .product_video_frame,
    .product_video_poster,
    .product_usage_media__poster,
    .product_usage_media__image,
    .product_usage_media__video,
    .product_usage_media__frame {
        border-radius: 24px;
    }

    .product_usage_media {
        gap: 24px;
    }

    .product_usage_media__play {
        width: 72px;
        height: 72px;
    }

    .product_usage_media__play::before {
        left: 30px;
        top: 24px;
        border-width: 12px 0 12px 18px;
    }
}

@media screen and (max-width: 767px) {
    .product_dosage_table {
        border-radius: 16px;
    }

    .product_dosage_table__head {
        display: none;
    }

    .product_dosage_table__row {
        flex-direction: column;
        gap: 12px;
        padding: 16px;
    }

    .product_dosage_table__crop,
    .product_dosage_table__disease,
    .product_dosage_table__dose {
        width: 100%;
        flex: none;
        font-size: 15px;
        line-height: 22px;
    }

    .product_dosage_table__crop::before,
    .product_dosage_table__disease::before,
    .product_dosage_table__dose::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 2px;
        color: #99a1af;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
    }

    .product_dosage_table__crop {
        color: #0d542b;
        font-size: 16px;
        font-weight: 700;
    }
}

.pro_item__meta {
    gap: 0;
}

.pro_item__views {
    color: #666;
    font-size: 14px;
}

.pro_item__views + .pro_item__downloads,
.pro_item__views + .pro_item__date {
    margin-left: 16px;
}

.pro_item__downloads {
    gap: 6px;
    color: #6c9e00;
}

.pro_item__downloads + .pro_item__date {
    margin-left: 20px;
}

/* Product cards: remove browser focus ring; border color on hover */
.pro_item {
    transition: border-color 0.25s ease;
}

.pro_item:hover {
    border-color: #0d542b;
}

/* Home greeting: mobile only */
.bnner--mobile {
    display: none;
}

@media screen and (max-width: 767.98px) {
    .bnner--mobile {
        display: flex;
    }
}

.pro_item a,
.pro_item a:hover,
.pro_item a:focus,
.pro_item a:focus-visible,
.pro_item a:active {
    outline: none !important;
    box-shadow: none;
}

.pro_item a {
    -webkit-tap-highlight-color: transparent;
}

.search-investor__body {
    flex: 1;
    min-width: 0;
    padding: 0 20px;
}

.search-investor__body p {
    margin: 0;
}

.search-investor__meta {
    margin-bottom: 4px;
    font-size: 13px;
    text-transform: uppercase;
}

.search-investor__body .desc {
    margin-top: 6px;
    color: #666;
    font-size: 14px;
}

.doc_item p a,
.search-investor__body p a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.doc_item p a:hover,
.search-investor__body p a:hover {
    color: #6c9e00;
}

.doc_list .btn_blue,
.search-investor__body .btn_blue {
    white-space: nowrap;
    width: auto;
    min-width: 130px;
    flex-shrink: 0;
    padding-left: 16px;
    padding-right: 16px;
}

/* Governance circles stay round at every width */
.qt_text ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 160px));
    justify-content: space-between;
    align-items: start;
    gap: 12px;
    container-type: inline-size;
}

.qt_text li {
    width: 100%;
    height: auto;
    max-width: none;
    aspect-ratio: 1 / 1;
    min-width: 0;
    min-height: 0;
    align-self: start;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 10%;
    overflow: hidden;
    font-size: clamp(10px, 4.5cqw, 16px);
    line-height: 1.15;
}

/* Sustainable development — governance slider nav */
.qt_slider {
    position: relative;
    padding: 0 56px;
}

.qt_slider .swiper {
    overflow: hidden;
}

.qt_slider_nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: background-color 0.2s ease, border-color 0.2s ease;
    padding: 0;
    touch-action: manipulation;
}

.qt_slider_nav::before {
    content: "";
    position: absolute;
    inset: -10px;
}

.qt_slider_nav::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1a695b;
    border-right: 2px solid #1a695b;
    transform: translate(-60%, -50%) rotate(45deg);
}

.qt_slider_nav--prev {
    left: 0;
}

.qt_slider_nav--prev::after {
    transform: translate(-30%, -50%) rotate(-135deg);
}

.qt_slider_nav--next {
    right: 0;
}

.qt_slider_nav:hover {
    background: #1a695b;
    border-color: #1a695b;
}

.qt_slider_nav:hover::after {
    border-color: #ffffff;
}

.qt_slider_nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

@media screen and (max-width: 767px) {
    .qt_slider {
        padding: 0 0 56px;
    }

    .qt_slider_nav {
        top: auto;
        bottom: 0;
        width: 40px;
        height: 40px;
        margin-top: 0;
    }

    .qt_slider_nav--prev {
        left: calc(50% - 48px);
        right: auto;
    }

    .qt_slider_nav--next {
        left: calc(50% + 8px);
        right: auto;
    }
}

.post-social {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid #e5e7e4;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.post-social__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
}

.post-social__label {
    min-width: 140px;
    color: #0d542b;
    font-size: 15px;
    font-weight: 700;
}

.post-social__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-social__list a,
.post-social__copy,
.post-social__zalo-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #d7e0d4;
    border-radius: 999px;
    background: #f7faf5;
    color: #0d542b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
    line-height: 1.2;
    font-family: inherit;
}

.post-social__list a:hover,
.post-social__copy:hover,
.post-social__zalo-btn:hover {
    background: #eef6df;
    border-color: #6c9e00;
    color: #6c9e00;
}

/* Zalo SDK injects iframe on customize=false; with customize=true keep our pill look */
.post-social__zalo-btn.zalo-share-button {
    position: relative;
}

.post-social__zalo-btn.zalo-share-button iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    border: 0 !important;
}

@media (max-width: 767px) {
    .post-social__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .post-social__label {
        min-width: 0;
    }
}

.tab-content[data-ajax-products-url].is-loading {
    opacity: 0.55;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.js-product-category-tab.is-loading {
    pointer-events: none;
}

/* Header dropdown menu */
.header_nav {
    position: relative;
}

.header_nav > .menu-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.header_nav > .menu-item > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

/* Active header item (including parent of current child page) */
.header_nav > .menu-item.current > a,
.header_nav > .menu-item.current > a .menu-title {
    color: #a8ce26 !important;
    font-weight: 700;
}

.header_nav > .menu-item > a:hover,
.header_nav > .menu-item > a:hover .menu-title {
    color: #a8ce26;
}

.header_nav .menu-item-has-children > a .menu-caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    margin-top: 2px;
}

.header_nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 1000;
}

.header_nav .menu-item-has-children:hover > .sub-menu,
.header_nav .menu-item-has-children.is-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(-3px);
}

.header_nav .sub-menu .menu-item {
    display: block;
    width: 100%;
}

.header_nav .sub-menu .menu-item a {
    display: block;
    padding: 10px 16px;
    color: #0d0d0d !important;
    white-space: nowrap;
}

.header_nav .sub-menu .menu-item a:hover,
.header_nav .sub-menu .menu-item.current a {
    color: #6c9e00 !important;
    background: #f7fee7;
}

.magazine_archive {
    background: #fff;
}

.magazine-group + .magazine-group {
    margin-top: 56px;
}

.magazine-group__title {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 28px;
    padding-bottom: 10px;
    border-bottom: 3px solid #c5a028;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #1a695b;
    text-align: center;
}

/* Centered grid: 4/năm đầy hàng; 2–3 cuốn căn giữa, không lệch trống 1 bên */
.magazine-group__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 36px 28px;
}

.magazine-group__cell {
    flex: 0 1 calc(25% - 21px);
    width: calc(25% - 21px);
    max-width: 260px;
    min-width: 180px;
}

.magazine-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px 16px 18px;
    text-align: center;
    background: #fff;
    border: 1px solid #e8ebe6;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(26, 105, 91, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.magazine-item:hover {
    border-color: #d5e3a8;
    box-shadow: 0 14px 32px rgba(26, 105, 91, 0.14);
    transform: translateY(-4px);
}

.magazine-item__cover {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.magazine-item__cover-frame {
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 8px;
    background: #f3f4f6;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.magazine-item__cover:hover .magazine-item__cover-frame {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.magazine-item__cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.magazine-item__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 16px;
}

.magazine-item__title {
    margin: 0;
    width: 100%;
    min-height: 2.7em;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.magazine-item__title a {
    color: #0d0d0d;
    text-decoration: none;
}

.magazine-item__title a:hover {
    color: #6c9e00;
}

.magazine-item__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 16px;
}

.magazine-item__view,
.magazine-item__download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.magazine-item__view {
    color: #6c9e00;
}

.magazine-item__view:hover {
    color: #0d542b;
}

.magazine-item__download {
    color: #666;
}

.magazine-item__download:hover {
    color: #6c9e00;
}

.magazine-item__stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 14px;
    margin-top: auto;
    padding-top: 4px;
    color: #666;
    font-size: 13px;
    font-weight: 500;
}

.magazine-item__stats span + span {
    color: #6c9e00;
}

@media (max-width: 1199px) {
    .magazine-group__cell {
        flex-basis: calc(33.333% - 19px);
        width: calc(33.333% - 19px);
        max-width: 280px;
    }
}

@media (max-width: 991px) {
    .magazine-group__grid {
        gap: 32px 20px;
    }

    .magazine-group__cell {
        flex-basis: calc(50% - 10px);
        width: calc(50% - 10px);
        max-width: 300px;
        min-width: 160px;
    }
}

@media (max-width: 767px) {
    .magazine-group__title {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .magazine-group__grid {
        gap: 28px 16px;
    }

    .magazine-group__cell {
        flex-basis: calc(50% - 8px);
        width: calc(50% - 8px);
        max-width: none;
        min-width: 0;
    }

    .magazine-item__title {
        font-size: 15px;
        min-height: 2.6em;
    }

    .magazine-item__actions {
        flex-direction: column;
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .magazine-group__cell {
        flex-basis: 100%;
        width: 100%;
        max-width: 260px;
    }
}

/* Home banner starts below the fixed header */
main > .banner:has(.banner_slider) {
    margin-top: 100px;
}

/* Desktop: show the whole banner image, do not crop to the viewport */
@media screen and (min-width: 1200px) {
    .banner_item > img,
    .banner_item video {
        height: auto;
        max-height: none;
        width: 100%;
        object-fit: contain;
    }
}

/* Slider height follows the active slide image */
.banner_slider .swiper-autoheight,
.banner_slider .swiper-autoheight .swiper-slide {
    height: auto;
}

.banner_slider .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

@media screen and (max-width: 767px) {
    main > .banner:has(.banner_slider) {
        margin-top: 70px;
    }
}

/* Home banner slider — nav arrows + click-through overlay */
.banner > .banner_overlay {
    pointer-events: none;
    align-items: flex-end;
    padding-bottom: 176px;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner > .banner_overlay {
        padding-bottom: 106px;
    }
}

@media screen and (max-width: 1199px) {
    .banner > .banner_overlay {
        position: absolute;
        top: auto;
        bottom: 0;
        height: auto;
        padding: 0 0 12px;
        background: transparent;
    }

    .view_index {
        margin-top: 12px;
    }
}

.banner > .banner_overlay .banner_search {
    pointer-events: auto;
}

.banner_search form input,
.banner_search form button {
    background: #ffffff;
    color: #1a695b;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 8px 24px rgba(13, 84, 43, 0.16);
}

.banner_search form button {
    color: #1a695b;
}

.banner_search form input::placeholder {
    color: #6b7280;
    opacity: 1;
}

.banner .banner_slider__nav {
    --swiper-navigation-size: 18px;
    width: 48px;
    height: 48px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    border: none;
    border-radius: 50%;
    background: rgba(13, 84, 43, 0.55);
    color: #faffe8;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background 0.25s ease, opacity 0.25s ease;
}

.banner .banner_slider__nav:hover {
    background: rgba(108, 158, 0, 0.9);
}

.banner .banner_slider__nav:after {
    font-size: 16px;
    font-weight: 700;
}

.banner .banner_slider__nav--prev {
    left: 20px;
}

.banner .banner_slider__nav--next {
    right: 20px;
}

@media (max-width: 767px) {
    .banner .banner_slider__nav {
        width: 40px;
        height: 40px;
        top: 42%;
    }

    .banner .banner_slider__nav--prev {
        left: 10px;
    }

    .banner .banner_slider__nav--next {
        right: 10px;
    }
}

/* Investor / section nav strip — brand #19695b + readable contrast */
.lv_nav_scroll {
    background-color: #19695b;
}

.lv_nav_scroll .lv_nav a {
    color: #ffffff;
}

.lv_nav_scroll .lv_nav a.active,
.lv_nav_scroll .lv_nav a:hover {
    color: #bbf451;
}

/* Floating contact icons — white circles, brand-green glyphs */
:root {
    --vfc-float-btn: 56px;
    --vfc-float-gap: 12px;
    --vfc-float-pad: 12px;
    --vfc-float-right: 16px;
    --vfc-float-bottom: 16px;
    --vfc-float-icons-space: calc(var(--vfc-float-right) + var(--vfc-float-btn) + 12px);
}

.link_fix {
    right: var(--vfc-float-right);
    bottom: var(--vfc-float-bottom);
}

.link_fix li:not(:last-child) {
    margin-bottom: var(--vfc-float-gap);
}

.link_fix a {
    width: var(--vfc-float-btn);
    height: var(--vfc-float-btn);
    padding: var(--vfc-float-pad);
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14), 0 8px 16px rgba(0, 0, 0, 0.1);
    transition:
        background-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

.link_fix a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter 0.22s ease, transform 0.22s ease;
}

.link_fix a:hover,
.link_fix a:focus-visible {
    background: #1a695b;
    box-shadow: 0 6px 14px rgba(26, 105, 91, 0.28), 0 10px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    outline: none;
}

.link_fix a:hover img,
.link_fix a:focus-visible img {
    filter: brightness(0) invert(1);
}

.link_fix a:active {
    transform: translateY(0) scale(0.96);
}

@media (prefers-reduced-motion: reduce) {
    .link_fix a,
    .link_fix a img {
        transition: none;
    }

    .link_fix a:hover,
    .link_fix a:focus-visible,
    .link_fix a:active {
        transform: none;
    }
}

/* About — partners by industry */
.partner_industry_tabs.nav-tabs {
    gap: 12px;
}

.partner_industry_tabs .nav-link {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #1a695b;
    border-radius: 999px;
    height: auto;
    min-height: 40px;
    padding: 8px 18px;
    font-weight: 600;
    line-height: 1.3;
}

.partner_industry_tabs .nav-link:hover {
    border-color: #1a695b;
    color: #1a695b;
}

.partner_industry_tabs .nav-link.active {
    background: #1a695b;
    border-color: #1a695b;
    color: #ffffff;
}

.partner_industry_slider,
.value_slider {
    position: relative;
    padding: 0 48px;
    z-index: 1;
}

.partner_industry_slider .swiper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.partner_industry_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 140px;
    padding: 18px 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
}

.partner_industry_logo img {
    max-width: 100%;
    max-height: 190px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.partner_industry_nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
}

.partner_industry_nav::before {
    content: "";
    position: absolute;
    inset: -10px;
}

.partner_industry_nav::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1a695b;
    border-right: 2px solid #1a695b;
    transform: translate(-60%, -50%) rotate(45deg);
}

.partner_industry_nav--prev {
    left: 0;
}

.partner_industry_nav--prev::after {
    transform: translate(-30%, -50%) rotate(-135deg);
}

.partner_industry_nav--next {
    right: 0;
}

.value_slider .partner_industry_nav {
    top: 165px;
}

.partner_industry_nav:hover {
    background: #1a695b;
    border-color: #1a695b;
}

.partner_industry_nav:hover::after {
    border-color: #ffffff;
}

.partner_industry_nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

@media screen and (max-width: 767px) {
    .partner_industry_slider,
    .value_slider {
        padding: 0 44px;
    }

    .partner_industry_nav {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .partner_industry_nav::before {
        inset: -12px;
    }

    .partner_industry_logo {
        min-height: 110px;
        padding: 18px 14px;
    }

    .partner_industry_logo img {
        max-height: 100px;
    }
}

.link_fix a.show_zalo {
    padding: 0 4px;
}

.link_fix a.show_zalo img {
    width: 94%;
    height: auto;
    max-height: 48%;
}

.phone_fix {
    right: 100px;
    bottom: calc(var(--vfc-float-bottom) + var(--vfc-float-btn) + var(--vfc-float-gap));
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1600px) {
    :root {
        --vfc-float-btn: 60px;
        --vfc-float-gap: 12px;
        --vfc-float-pad: 12px;
        --vfc-float-right: 20px;
        --vfc-float-bottom: 20px;
    }
}

/* 14" / HD laptops */
@media screen and (max-width: 1599px) {
    :root {
        --vfc-float-btn: 52px;
        --vfc-float-gap: 10px;
        --vfc-float-pad: 11px;
        --vfc-float-right: 14px;
        --vfc-float-bottom: 14px;
    }

    .link_radius {
        width: auto;
        min-width: 132px;
        max-width: 100%;
        height: 44px;
        padding: 0 14px;
        font-size: 14px;
        border-radius: 22px;
    }

    .link_radius_nor {
        padding: 0 12px;
    }

    .link_radius_nor svg,
    .link_radius svg {
        width: 20px;
        height: 20px;
        margin-left: 8px;
        flex-shrink: 0;
    }

    .notice_box .link_radius_nor {
        margin-top: 48px;
    }

    .btn_blue {
        width: auto;
        min-width: 120px;
        height: 40px;
        padding: 6px 14px;
        font-size: 14px;
    }

    .doc_list .btn_blue {
        width: auto;
        min-width: 110px;
        white-space: nowrap;
    }

    button.btn.btn-load-more {
        width: auto;
        min-width: 128px;
        padding: 8px 22px;
        font-size: 14px;
    }

    .ft_button {
        height: 48px;
        padding: 0 16px;
        font-size: 14px;
    }

    .ft_button span {
        width: auto;
        max-width: 150px;
    }

    .banner_search form input,
    .banner_search form button {
        height: 48px;
    }

    .banner_search form button {
        width: 48px;
    }

    .banner .banner_slider__nav {
        width: 40px;
        height: 40px;
        --swiper-navigation-size: 16px;
    }

    .banner .banner_slider__nav:after {
        font-size: 14px;
    }

    .product_info_tabs__btn {
        font-size: 15px;
        line-height: 22px;
        padding: 12px 16px;
    }

    .frm_chat input,
    .frm_chat button {
        height: 40px;
    }

    .frm_chat button {
        flex: 0 0 40px;
    }
}

@media screen and (max-width: 1199px) {
    :root {
        --vfc-float-btn: 48px;
        --vfc-float-gap: 8px;
        --vfc-float-pad: 10px;
        --vfc-float-right: 12px;
        --vfc-float-bottom: 12px;
    }

    .link_radius {
        height: 42px;
        min-width: 120px;
        font-size: 13px;
    }

    .btn_blue {
        height: 38px;
        font-size: 13px;
    }
}

/* Short laptop screens (14" height) — keep float stack from covering content */
@media screen and (max-height: 900px) and (min-width: 768px) {
    :root {
        --vfc-float-btn: 48px;
        --vfc-float-gap: 8px;
        --vfc-float-pad: 10px;
    }

    .link_fix a {
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.14);
    }
}

@media screen and (max-width: 767px) {
    :root {
        --vfc-float-btn: 48px;
        --vfc-float-gap: 8px;
        --vfc-float-pad: 10px;
        --vfc-float-right: 12px;
        --vfc-float-bottom: 12px;
    }

    .banner .banner_slider__nav {
        width: 36px;
        height: 36px;
    }
}

/* Post table of contents */
.desc_p h1,
.desc_p h2,
.desc_p h3 {
    scroll-margin-top: 110px;
}

.post-toc {
    background: #f7fee7;
    border: 1px solid #d8f999;
    border-radius: 16px;
    padding: 16px 18px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

/* Reset article list rules that break TOC inside <article> */
article .post-toc ul,
article .post-toc ol {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

article .post-toc li {
    list-style: none !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 8px !important;
    /* keep padding-left free for H1/H2/H3 indent */
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

article .post-toc li:last-child {
    margin-bottom: 0 !important;
}

article .post-toc li * {
    display: revert;
}

.post-toc__title,
.post-toc__summary {
    color: #1a695b;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
}

.post-toc__summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    user-select: none;
}

.post-toc__summary::-webkit-details-marker {
    display: none;
}

.post-toc__summary::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #1a695b;
    border-bottom: 2px solid #1a695b;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-left: 12px;
    flex-shrink: 0;
}

.post-toc--mobile[open] .post-toc__summary {
    margin-bottom: 12px;
}

.post-toc--mobile[open] .post-toc__summary::after {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.post-toc__nav {
    display: block;
    width: 100%;
}

.post-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.post-toc__item {
    display: block;
    margin: 0 0 8px;
}

.post-toc__item:last-child {
    margin-bottom: 0;
}

.post-toc__item--h1 {
    padding-left: 0 !important;
}

.post-toc__item--h2 {
    padding-left: 14px !important;
}

.post-toc__item--h3 {
    padding-left: 28px !important;
}

.post-toc__link {
    color: #1a695b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    display: inline-block;
    max-width: 100%;
    transition: color 0.2s ease;
}

.post-toc__link:hover,
.post-toc__link.is-active {
    color: #6c9e00;
}

.post-toc--sidebar {
    position: sticky;
    top: 100px;
    z-index: 2;
}

/* Parent must be as tall as the article column for sticky to work */
.news_detail .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.post_sidebar {
    flex: 1 1 auto;
    height: 100%;
    min-height: 100%;
    align-self: stretch;
}

.post-toc--mobile {
    display: none;
    margin: 16px 0 24px;
    z-index: 0;
}

@media screen and (max-width: 767.98px) {
    .news_detail .row > [class*="col-"] {
        display: block;
    }

    .post-toc--sidebar {
        display: none !important;
    }

    .post-toc--mobile {
        display: block !important;
    }

    .desc_p h1,
    .desc_p h2,
    .desc_p h3 {
        scroll-margin-top: 90px;
    }
}

#omi_8nn {
    visibility: hidden;
}