/* input(1127,1): run-time error CSS1019: Unexpected token, found '}'
input(1907,1): run-time error CSS1019: Unexpected token, found '}' */
:root {
    --hai-cream: #FAF8F3;
    --hai-white: #FFFFFF;
    --hai-warm: #EBE9E1;
    --hai-green: #008744;
    --hai-green-dark: #1A8F3D;
    --hai-blue: #0066B3;
    --hai-text: #1A1A1A;
    --hai-muted: #4F4F4F;
    --hai-border: #E0E0E0;
    --hai-divider: #E8E4DC;
    --header-height: 130px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    overflow-x: clip;
}

body {
    margin: 0;
    font-family: 'Be Vietnam Pro', 'Segoe UI', system-ui, sans-serif;

    color: var(--hai-text);
    background-color: var(--hai-white);
}

a {
    color: inherit;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin-inline: auto;
}

@media (max-width: 1345px) {
    .container {
        padding-inline: 40px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding-inline: 24px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-inline: 16px;
    }
}

.section-title {

    letter-spacing: -0.02em;

    margin: 0 0 1rem;
    color: var(--hai-text);
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    margin-bottom: 1.5rem;
    border-radius: 9999px;

    text-transform: uppercase;
    letter-spacing: 0.06em;
    background-color: rgba(0, 135, 68, 0.08);
    color: var(--hai-green);
    border: 1px solid rgba(0, 135, 68, 0.15);
}

.section-badge span {
    display: inline-block;
    width: 6px;
    height: 12px;
    border-radius: 2px;
    background-color: var(--hai-green);
}

.text-description {

    color: var(--hai-muted);
    margin: 0 0 2rem;
    max-width: 36rem;
}

.hero-section {
    position: relative;
    width: 100%;
    min-height: 750px;
    height: auto;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.hero-section__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-section__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.1) 100%);
}

.hero-text-wrapper {
    position: relative;
    z-index: 2;
    padding: 140px 1.5rem 0;
    max-width: 1560px;
    margin: 0 auto;
    width: 100%;
    color: var(--hai-white);
}

@media (min-width: 1370px) {
    .hero-text-wrapper {
        padding-top: 200px;
    }
}

@media (min-width: 1024px) {
    .hero-text-wrapper {
        padding-left: 6.5rem;
    }
}

.hero-section__eyebrow {

    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 1.5rem;
}

.hero-section__title {


    letter-spacing: -0.01em;
    margin: 0 0 2.5rem;
    color: var(--hai-white);
}

.hero-section__description {
    max-width: 37rem;
}

.hero-section__subtitle {

    color: var(--hai-white);
    margin: 0 0 1rem;

}

.hero-section__text {

    color: rgba(255, 255, 255, 0.9);

    margin: 0;
}

.hero-actions-wrapper {
    position: relative;
    z-index: 2;
    padding: 3rem 1.5rem 0;
    max-width: 1560px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

@media (min-width: 768px) {
    .hero-actions-wrapper {
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }
}

@media (min-width: 1024px) {
    .hero-actions-wrapper {
        padding-left: 100px;
    }
}

.btn-report {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: fit-content;
    height: 52px;
    padding: 0 1rem;
    border-radius: 9999px;

    color: var(--hai-white);
    background: rgba(38, 38, 38, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-report svg,
.btn-report img {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
}

@media (min-width: 1025px) {
    .btn-report:hover {
        background: var(--hai-white);
        color: #005CB9;
    }
}

.hero-stats {
    position: relative;
    width: 100%;
    z-index: 20;
    background-color: #F5EFE0;
    border-bottom: 1px solid var(--hai-divider);
}

.hero-stats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1024px) {
    .hero-stats__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.hero-stats__item {
    position: relative;
    padding: 16px 24px;
    min-height: 120px;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #E8E6E2;
}

.hero-stats__item:nth-last-child(-n+2) {
    border-bottom: none;
}

@media (min-width: 1024px) {
    .hero-stats__item {
        padding: 20px 30px;
        min-height: 130px;
        border-bottom: none;
        border-radius: 5px;
    }
}

.hero-stats__item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 1px;
    height: 80px;
    background: #E8E6E2;
    z-index: 2;
    display: none;
}

.hero-stats__item:nth-child(even)::after {
    display: block;
}

@media (min-width: 1024px) {
    .hero-stats__item::after {
        display: block;
    }

    .hero-stats__item:first-child::after {
        display: none;
    }
}

.hero-stats__item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1px;
    width: calc(100% - 2px);
    height: 0;
    background-color: #1A8F3D;
    z-index: -1;
    transition: height 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero-stats__item:hover::before {
    height: 100%;
}

.stat-badge {
    display: block;


    color: #595959;
    /* Tăng độ tương phản từ #B0ACA3 */
    margin-bottom: 2px;
    transition: color 0.3s ease;
}

.hero-stats__item:hover .stat-badge {
    color: rgba(255, 255, 255, 0.9);
}

.stat-value {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    margin: 0 0 4px 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left center;
}

.hero-stats__item:hover .stat-value {
    transform: translate(6px, -4px) scale(1.15);
}

.stat-number {


    color: #1F1B16;
    transition: color 0.3s ease;
}

.hero-stats__item:hover .stat-number {
    color: #FFFFFF;
}

.stat-unit {


    color: #6C6966;
    transition: color 0.3s ease;
}

.hero-stats__item:hover .stat-unit {
    color: rgba(255, 255, 255, 0.9);
}

.stat-change {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;


    color: #1A8F3D;
    transition: color 0.3s ease;
}

.hero-stats__item:hover .stat-change {
    color: #FFFFFF;
}



.stat-icon {}

.about-section {
    padding: 3rem 0;
    background-color: #FFFFFF;
}

@media (min-width: 768px) {
    .about-section {
        padding: 3rem 0;
    }
}

.about-section__grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.about-section__text-col .section-badge--green {
    display: flex;
}

@media (min-width: 992px) {
    .about-section__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin-bottom: 4rem;
        align-items: center;
    }

    .about-section__text-col .section-badge--green {
        display: flex;
    }
}

.about-section__title {

    color: #1F1B16;
    margin: 0 0 1.5rem;

    letter-spacing: -0.02em;
}

.section-badge--green {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: #1A8F3D;
    text-transform: uppercase;

    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
    .section-badge--green {
        margin-top: 0.5rem;
    }
}

.badge-lines {
    display: inline-block;
    width: 15px !important;
    height: 9px !important;
    background-color: transparent !important;
    background-image: repeating-linear-gradient(to right,
            #1A8F3D 0px,
            #1A8F3D 3px,
            transparent 3px,
            transparent 6px) !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.text-description--about {

    color: #6C6966;
    margin-bottom: 2rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .text-description.text-description--about {
        max-width: 100%;
    }
}

.text-description--about strong {

    color: #1F1B16;
    display: block;
    margin-bottom: 0.75rem;

}



.about-section__img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    margin-left: auto;
    margin-right: 0;
}

@media (min-width: 992px) {
    .about-section__img {
        width: 90%;
        height: 290px;
    }
}

.about-section__metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding-top: 1.5rem;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .about-section__metrics {
        grid-template-columns: repeat(4, 1fr);
        gap: 3rem;
        padding-top: 2rem;
    }
}

.about-metric {
    position: relative;
    padding-top: 1.5rem;
}

.about-metric::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #E8E6E2;
}

.about-metric strong {
    display: block;

    color: #1F1B16;

    margin-bottom: 0.75rem;
}

.about-metric>span {

    color: #6C6966;

}

.count-up {

    font-family: inherit;
}

.eco-section {
    padding: 3rem 0;
    background-color: var(--hai-white);
}

.eco-section__header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
    align-items: center;
}

@media (min-width: 992px) {
    .eco-section__header {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
}

.eco-section__img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: none;
}

@media (min-width: 992px) {
    .eco-section__img {
        width: 87%;
    }
}

.eco-section__title {


    margin-bottom: 1.5rem;
    color: #1F1B16;
    max-width: 35rem;
}

.eco-section__desc {

    color: #6C6966;
    margin: 0;
}

.eco-carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.eco-carousel-track {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 2rem;
}

.eco-card {
    flex: 0 0 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    transition: none;
}

@media (min-width: 768px) {
    .eco-card {
        flex: 0 0 calc((100% - 2rem) / 2);
    }
}

@media (min-width: 1200px) {
    .eco-carousel-track {
        gap: 3rem;
    }

    .eco-card {
        flex: 0 0 calc((100% - 9rem) / 4);
    }
}


.eco-card__number {

    color: #1A8F3D;
    margin-bottom: 1.5rem;
}

.eco-card h3 {

    color: #1F1B16;
    margin: 0 0 1rem;

}

.eco-card p {

    color: #6C6966;
    margin: 0;

}

.esg-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #1A8F3D;
    position: relative;
    min-height: 600px;
}

@media (max-width: 992px) {
    .esg-section {
        grid-template-columns: 1fr;
    }
}

.esg-section__left {
    position: relative;
    background-size: cover;
    background-position: center;
}

@media (max-width: 992px) {
    .esg-section__left {
        min-height: 400px;
    }
}

.esg-section__overlay {
    display: none;
}

.esg-panel {
    background-color: #1A8F3D;
    padding: 6rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .esg-panel {
        padding: 4rem 2rem;
    }
}

.esg-panel__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-left: 1px;
    /* Căn chỉnh lại cho bằng với phần viền (bearing) của dấu | ở dưới */
}

.esg-badge {
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 1.25rem;
}

.esg-badge .badge-lines {
    background-image: repeating-linear-gradient(to right,
            rgba(255, 255, 255, 0.8) 0px,
            rgba(255, 255, 255, 0.8) 3px,
            transparent 3px,
            transparent 6px) !important;
}

.esg-panel__quote-title {

    color: #FFFFFF;

    margin: 0 0 1.25rem;
    letter-spacing: -0.01em;
}

.esg-panel__quote-desc {

    color: rgba(255, 255, 255, 0.9);

    margin: 0;
    max-width: 90%;
}

.esg-arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: auto;
    padding: 0;
    height: auto;
    border: none;
    background: transparent;
    color: #FFFFFF;


    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-top: 0.5rem;
}

.esg-arrow-btn:hover {
    transform: translateX(4px);
}

.esg-arrow-btn svg {
    width: 20px;
    height: 20px;
}

.esg-panel__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 600px) {
    .esg-panel__bottom {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.esg-stat {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    justify-self: start;
    height: 100%;
}

.esg-stat__pipe {
    color: #C9A961;


    margin-right: 8px;
}

.esg-stat__label {

    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-transform: none;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.esg-stat__value {

    color: #FFFFFF;

    margin-bottom: 0.25rem;
}

.esg-stat__desc {

    color: #FFFFFF;

    margin: 0;
    flex: 1;
}

.esg-stat__divider {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin-top: 1.5rem;
}

.news-desc {

    color: #6C6966;
    margin: 0 0 0.5rem;
}

.news-link {

    color: #1A8F3D;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.news-link:hover {
    transform: translateX(4px);
}

.news-link svg,
.news-link img {
    width: 16px;
    height: 16px;
}

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background: #FFFFFF;
    height: 76.5px;
}

.site-header__inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    gap: 1rem;
}

.site-header__brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    height: 100%;
    flex-shrink: 0;
}

.site-header__logo {
    height: 65px;
    width: auto;
    object-fit: contain;
}

.site-header__logo-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 58px;
    background: var(--hai-green);
    color: #fff;


    border-radius: 4px;
}

.site-header__nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    height: 100%;
    flex: 1;
    justify-content: center;
}

.site-header__nav-link {
    font-style: normal;
    letter-spacing: 0;
    color: var(--hai-muted);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    height: 100%;
    padding: 0 0.5rem;
    transition: color 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), padding 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.site-header__nav-link::before {
    content: "•";
    position: absolute;
    left: -10px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: var(--hai-green);
}

.site-header__nav-link:hover {
    color: var(--hai-green);
    padding-left: 20px;
    padding-right: 0;
}

.site-header__nav-link:hover::before {
    opacity: 1;
    transform: scale(1.8);
    left: 2px;
}

.site-header__nav-link.is-active {
    color: var(--hai-text);
    border-bottom-color: var(--hai-green);
}

.site-header__nav-link.is-active:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.site-header__nav-link.is-active:hover::before {
    opacity: 0;
}

.site-header__nav-item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.site-header__nav-link-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    height: 100%;
}

.site-header__dropdown-toggle {
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
    color: var(--hai-text);
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header__dropdown-toggle svg {
    transition: transform 0.3s ease;
}

.site-header__dropdown-toggle.is-open svg {
    transform: rotate(180deg);
}

.site-header__dropdown {
    display: none;
    flex-direction: column;
}

.site-header__dropdown-link {
    padding: 8px 14px;
    color: var(--hai-text);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    white-space: nowrap;
    border-radius: 6px;
    margin: 2px 8px;
    position: relative;
    display: flex;
    align-items: center;
}

.site-header__dropdown-link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 3px;
    background-color: var(--hai-green);
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
}

.site-header__dropdown-link:hover {
    color: var(--hai-green);
    background-color: rgba(26, 143, 61, 0.06);
    box-shadow: none;
    padding-left: 18px;
}

.site-header__dropdown-link:hover::after {
    height: 60%;
    opacity: 1;
    left: 6px;
}

@media (min-width: 1241px) {
    @keyframes dropdownFadeIn {
        from {
            opacity: 0;
            transform: translateY(10px) scale(0.98);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    .site-header__nav-item.has-dropdown:hover .site-header__dropdown {
        display: flex;
        animation: dropdownFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    .site-header__dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        min-width: 190px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-top: 3px solid var(--hai-green);
        border-radius: 0 0 8px 8px;
        padding: 8px 0;
        z-index: 100;
        margin-top: 0;
    }

    .site-header__dropdown::before {
        content: '';
        position: absolute;
        top: -14px;
        left: 0;
        width: 100%;
        height: 14px;
        background: transparent;
    }

    .site-header__dropdown-toggle {
        display: none;
    }
}

@media (max-width: 1240px) {
    .site-header__nav-link::before {
        display: none !important;
    }

    .site-header__nav-item {
        width: 100%;
        margin: 0;
        align-items: flex-start;
        flex-direction: column;
        border-bottom: 1px solid var(--hai-divider);
        height: auto;
    }

    .site-header__nav-item:last-child {
        border-bottom: none;
    }

    .site-header__nav-link-wrapper {
        width: 100%;
        display: block;
        position: relative;
    }

    .site-header__nav-link {
        display: block;
        width: 100%;
        height: auto;
        padding: 16px 44px 16px 8px;
        color: var(--hai-green-dark);
        white-space: normal;
        border-bottom: none;
    }

    .site-header__nav-link.is-active {
        color: var(--hai-white);
        background-color: var(--hai-green);
        border-radius: 8px;
        margin: 4px 8px;
        width: calc(100% - 16px);
    }

    .site-header__nav-link:hover {
        padding-left: 12px;
        padding-right: 44px;

    }

    .site-header__dropdown-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--hai-green);
    }

    .site-header__nav-link.is-active+.site-header__dropdown-toggle {
        color: var(--hai-white);
    }

    .site-header__dropdown {
        padding: 8px;
        margin-left: 8px;
        margin-top: 0;
        margin-bottom: 16px;
        width: calc(100% - 16px);
        position: static;
        box-shadow: none;
        background: var(--hai-cream);
        border: none;
        border-left: 3px solid var(--hai-green);
        border-radius: 8px;
        display: none;
    }

    .site-header__dropdown.is-open {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .site-header__dropdown-link {
        padding: 10px 12px;
        white-space: normal;
        color: var(--hai-muted);
        border-radius: 6px;
        transition: all 0.2s ease;
    }

    .site-header__dropdown-link:hover {
        background: var(--hai-white);
        color: var(--hai-green);
        padding-left: 16px;
    }
}

.site-header__tools {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-shrink: 0;
}

.site-header__search-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--hai-text);
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-header__search-btn:hover {
    color: var(--hai-green);
}

.site-header__icon {
    width: 1.25rem;
    height: 1.25rem;
}

.site-header__icon--sm {
    width: 1.125rem;
    height: 1.125rem;
}

.site-header__icon--xs {
    width: 0.875rem;
    height: 0.875rem;
}

.site-header__lang {
    position: relative;
}

.site-header__lang-btn {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    background: none;
    border: none;
    color: var(--hai-text);

    cursor: pointer;
    padding: 0.25rem 0;
    font-family: inherit;
}

.site-header__lang-btn:hover {
    color: var(--hai-green);
}



@media (max-width: 1240px) {
    .site-header__nav.is-active ~ .site-header__tools .site-header__lang-dropdown,
    .site-header__inner:has(.site-header__nav.is-active) .site-header__lang-dropdown {
        display: none !important;
    }
}

.site-header__lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.35rem;
    background: #FFF;
    border: 1px solid var(--hai-border);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: none;
    flex-direction: column;
    min-width: 140px;
    padding: 0.35rem 0;
    z-index: 120;
}

.site-header__lang-dropdown a {
    padding: 0.5rem 1rem;

    color: var(--hai-text);
    text-decoration: none;
}

.site-header__lang-dropdown a:hover {
    background: var(--hai-cream);
    color: var(--hai-green);
}

.site-header__lang-dropdown a.is-active {
    color: var(--hai-green);
    background: rgba(26, 143, 61, 0.06);
}

.lang-check {
    margin-right: 4px;
    color: var(--hai-green);
}

@media (max-width: 330px) {
    .site-header__lang-btn .nav-menu,
    .site-header__lang-btn .site-header__icon--xs {
        display: none !important;
    }
    .site-header__tools {
        gap: 0.5rem !important;
    }
}

@media (max-width: 1240px) {
    .site-header__nav {
        display: none;
    }

    .site-header__nav.is-active {
        display: flex;
    }
}

@media (max-width: 639px) {
    .site-header__inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .site-header__menu-toggle {
        display: block !important;
    }

    .site-header__tools {
        margin-left: auto;
    }
}

/* ── Header Responsive ── */
.site-header__menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 120;
    position: relative;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: var(--hai-green);
    position: absolute;
    left: 0;
    display: block;
    border-radius: 4px;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.hamburger-inner {
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner::before {
    content: "";
    top: -8px;
}

.hamburger-inner::after {
    content: "";
    bottom: -8px;
}

.site-header__menu-toggle.is-active .hamburger-inner {
    transform: rotate(45deg);
}

.site-header__menu-toggle.is-active .hamburger-inner::before {
    opacity: 0;
}

.site-header__menu-toggle.is-active .hamburger-inner::after {
    transform: rotate(-90deg) translateX(8px);
}

@media (max-width: 1240px) {
    .site-header__menu-toggle {
        display: block;
    }

    .site-header__nav {
        display: none;
        position: absolute;
        top: 100%;
        right: -100%;
        width: max-content;
        max-width: 90vw;
        height: auto;
        max-height: calc(100vh - 100px);
        background: #ffffff;
        flex-direction: column;
        padding: 1rem 0;
        transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        border: 1px solid var(--hai-divider);
        border-radius: 8px;
        z-index: 105;
        gap: 0;
        overflow-y: auto;
        opacity: 0;
    }


    .site-header__nav.is-active {
        display: flex;
        right: 5px;
        opacity: 1;
        margin-top: 0px;
    }

    .site-header__nav-link {
        font-style: normal;
        letter-spacing: 0;
        padding: 0.5rem 1.5rem;
        width: 100%;
        height: auto;
        display: block;
    }

    .site-header__dropdown-link {
        padding: 6px 16px 6px 2rem;
    }

    .hero-section {
        height: auto;
        min-height: 500px;
        padding: 120px 0 60px;
    }

    .hero-text-wrapper {
        padding: 0 1.5rem;
    }

    .hero-section__title {}

    .hero-stats {
        position: relative;
        top: 0;
        height: auto;
    }
}

/* ── Responsive hero ── */
@media (max-width: 1023px) {
    :root {
        --header-height: 70px;
    }

    .hero-section {
        height: auto;
        min-height: 600px;
        padding-bottom: 120px;
    }

    .hero-text-wrapper {
        padding-top: 0px;
    }

    .hero-actions-wrapper {
        padding-top: 1.5rem;
    }
}

@media (max-width: 767px) {

    .hero-section {
        height: auto;
        min-height: auto;
        padding-bottom: 4rem;
    }

    .hero-text-wrapper {
        padding-top: 0px;
    }

    .hero-section__title {

        margin-bottom: 1.5rem;
    }

    .hero-actions-wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 1.5rem;
        gap: 1rem;
    }

    .btn-report {
        /* Removed width: 100% so it doesn't stretch */
    }

    .about-section,
    .factory-section,
    .eco-section,
    .stock-section,
    .doc-section {
        padding: 3rem 0;
    }

    .esg-section {
        padding: 0;
    }

    .about-section__grid,
    .eco-section__header,
    .stock-section__grid {
        gap: 2rem;
        margin-bottom: 0rem;
    }

    .about-section__metrics {
        padding-bottom: 2rem;
        gap: 1.5rem;
    }

    .eco-card {
        padding: 1.5rem;
    }
}



.hero-section__title {}

.hero-stats {
    position: relative;
    top: 0;
    height: auto;
}


/* ── Responsive hero ── */
@media (max-width: 1023px) {
    :root {
        --header-height: 70px;
    }

    .hero-section {
        height: auto;
        min-height: 600px;
        padding-bottom: 120px;
    }

    .hero-text-wrapper {
        padding-top: 0px;
    }

    .hero-actions-wrapper {
        padding-top: 1.5rem;
    }
}

@media (max-width: 767px) {

    .hero-section {
        height: auto;
        min-height: auto;
        padding-bottom: 4rem;
    }

    .hero-text-wrapper {
        padding-top: 0px;
    }

    .hero-section__title {

        margin-bottom: 1.5rem;
    }

    .hero-actions-wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 1.5rem;
        gap: 1rem;
    }

    .btn-report {
        /* Removed width: 100% so it doesn't stretch */
    }

    .about-section,
    .factory-section,
    .eco-section,
    .stock-section,
    .doc-section {
        padding: 3rem 0;
    }

    .esg-section {
        padding: 0;
    }

    .about-section__grid,
    .eco-section__header,
    .stock-section__grid {
        gap: 2rem;
        margin-bottom: 0rem;
    }

    .about-section__metrics {
        padding-bottom: 2rem;
        gap: 1.5rem;
    }

    .eco-card {
        padding: 1.5rem;
    }
}

.hero-breadcrumb-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.breadcrumb-wrapper {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.breadcrumb-wrapper .hero-breadcrumb-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 768px) {
    .hero-breadcrumb-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

/* Make SVG arrows in btn-primary scale down on mobile exactly like the farmer buttons do for images */
.btn-primary__icon svg,
.btn-primary__icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

@media (max-width: 768px) {

    .btn-primary__icon svg,
    .btn-primary__icon img {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 580px) {

    /* Prevent the button from becoming too tiny on Shareholder mobile page */
    .btn-primary,
    .btn-report {
        min-height: 46px !important;
        height: 46px !important;
        gap: 12px !important;
        justify-content: flex-start !important;
    }

    .btn-primary__bg {
        left: 5px !important;
        width: 36px !important;
        height: 36px !important;
    }


    .btn-primary__icon {
        width: 36px !important;
        height: 36px !important;
        flex: 0 0 36px !important;
    }

    .btn-primary__text {}

    .btn-primary__icon svg,
    .btn-primary__icon img {
        width: 18px !important;
        height: 18px !important;
    }
}

/* news-card__date SVG icon size */
.news-card__date svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Floating Contact Widget */
.floating-contact-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 9999;
}

.floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.floating-btn:hover {
    transform: scale(1.1);
}

.floating-btn--messenger {
    background: linear-gradient(45deg, #00B2FF, #006AFF);
    animation: floating-shake 5s infinite;
    position: relative;
}

/* --- Search Dropdown --- */
.site-search-dropdown {
    position: fixed;
    top: 77px;
    right: max(40px, calc((100vw - 1300px) / 2));
    width: 320px;
    max-width: calc(100vw - 32px);
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 12px;
    z-index: 9999;
    border: 1px solid #eaeaea;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}
.site-search-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.site-search-dropdown form {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}
.site-search-dropdown input {
    flex: 1;
    border: none;
    padding: 10px 14px;
    outline: none;
    width: 100%;
    color: #333;
}
.site-search-dropdown button {
    background: #1A8F3D;
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s;
}
.site-search-dropdown button:hover {
    background: #14702f;
}

@media (max-width: 768px) {
    .site-search-dropdown {
        position: fixed;
        top: 77px; 
        left: 16px;
        right: 16px;
        width: auto;
        max-width: none;
        border-radius: 4px;
        border-left: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
    }
}

.floating-btn--zalo {
    background: #ffffff;
    animation: floating-shake 5s infinite;
    position: relative;
}

.floating-btn::before,
.floating-btn::after,
.floating-btn .wave {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid rgba(0, 104, 255, 0.45);
    pointer-events: none;
}
.floating-btn::before {
    animation: floating-pulse 3s infinite;
}
.floating-btn::after {
    animation: floating-pulse 3s infinite 1s;
}
.floating-btn .wave {
    animation: floating-pulse 3s infinite 2s;
}

@keyframes floating-pulse {
    0% { transform: scale(0.95); opacity: 0; }
    10% { transform: scale(1); opacity: 0.7; }
    70% { transform: scale(1.8); opacity: 0; }
    100% { transform: scale(1.8); opacity: 0; }
}

@keyframes floating-shake {
    0%, 80%, 100% { transform: rotate(0deg); }
    82% { transform: rotate(-15deg); }
    84% { transform: rotate(15deg); }
    86% { transform: rotate(-12deg); }
    88% { transform: rotate(12deg); }
    90% { transform: rotate(-8deg); }
    92% { transform: rotate(8deg); }
    94% { transform: rotate(-4deg); }
    96% { transform: rotate(4deg); }
    98% { transform: rotate(0deg); }
}

@media (max-width: 767px) {
    .floating-contact-widget {
        bottom: 16px;
        right: 16px;
        gap: 16px;
    }
    .floating-btn {
        width: 44px;
        height: 44px;
    }
    .floating-btn svg {
        width: 26px !important;
        height: 26px !important;
    }
    @keyframes floating-pulse {
        0% { transform: scale(0.95); opacity: 0; }
        10% { transform: scale(1); opacity: 0.7; }
        70% { transform: scale(1.5); opacity: 0; }
        100% { transform: scale(1.5); opacity: 0; }
    }
}