:root {
    --brand-green: #186700;
    --brand-green-dark: #003a0c;
    --brand-green-soft: #e8f5e9;
    --brand-neon: #00eb09;
    --ink: #1c1b1b;
    --muted: #4b5563;
    --line: #d1d5db;
    --teal: #00c3d0;
}

body {
    color: var(--ink);
    font-family: "Montserrat", Arial, sans-serif;
    background: #fff;
}

a {
    text-decoration: none;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.topbar {
    padding: 0;
    background: #fff;
}

.header-tools {
    display: flex;
    gap: 24px;
    align-items: center;
}

.brand-link img {
    height: 95px;
    width: auto;
}

.header-search {
    position: relative;
    width: 40%;
    left: 50px;
}

.header-search .form-control {
    min-height: 44px;
    padding-right: 54px;
    border: 2px solid #608568;
    border-radius: 999px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 500;
    text-indent: 50px;
}

.header-search .form-control:focus {
    border-color: var(--brand-green);
    box-shadow: 0 0 0 .2rem rgba(24, 103, 0, .12);
}

.header-search .btn {
    position: absolute;
    top: 50%;
    left: 4px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #fff;
    background: #196700d9;
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.header-search .btn:hover,
.header-search .btn:focus {
    color: #fff;
    background: #0f5200;
}

.header-actions {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.cart-link {
    position: relative;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    color: #000;
    top: 12px;
}

.cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    display: grid;
    min-width: 20px;
    height: 20px;
    place-items: center;
    padding: 0 5px;
    color: #fff;
    background: #d71920;
    border: 2px solid #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.language-switcher {
    display: flex;
    gap: 8px;
    align-items: center;
}

.language-switcher a {
    display: grid;
    place-items: center;
    background: #fff;
}

.language-switcher a:hover,
.language-switcher a:focus {
    border-color: var(--brand-green);
    box-shadow: 0 8px 18px rgba(0, 58, 12, .1);
}

.language-switcher img {
    width: 22px;
}

.main-nav {
    position: relative;
    background: var(--brand-green-dark);
    box-shadow: inset 0 1px 12px rgba(255, 255, 255, .25);
}

@media (max-width: 991.98px) {
    .main-nav .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        max-height: calc(100vh - 100%);
        overflow-y: auto;
        background: var(--brand-green-dark);
        box-shadow: 0 16px 24px rgba(0, 0, 0, .25);
    }
}

.navbar-brand img {
    width: 104px;
    height: auto;
}

.main-nav .navbar-nav {
    gap: 22px;
}

.main-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
    color: var(--brand-neon);
}

.hero-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .45), rgba(0, 0, 0, .15)),
        url("/images/locmiennam/hero.jpg") center / cover no-repeat;
}

.hero-section.has-banner {
    background: #06140f;
}

.hero-section.has-banner::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .45), rgba(0, 0, 0, .15));
    content: "";
    pointer-events: none;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: block;
    background-position: center;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s ease;
}

.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.min-vh-hero {
    min-height: 520px;
}

.hero-eyebrow {
    margin-bottom: 14px;
    color: var(--brand-green-soft);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-section h1 {
    margin-bottom: 18px;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
}

.hero-copy {
    max-width: 620px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.55;
}

.hero-control {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: #fff;
    background: rgba(0, 0, 0, .25);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    transform: translateY(-50%);
}

.hero-control-prev {
    left: 24px;
}

.hero-control-next {
    right: 24px;
}

.btn-brand {
    color: #fff;
    background: var(--brand-green);
    border-color: var(--brand-green);
    font-weight: 700;
}

.btn-brand:hover,
.btn-brand:focus {
    color: #fff;
    background: #0f5200;
    border-color: #0f5200;
}

.btn-neon {
    color: #071006;
    background: var(--brand-neon);
    border-color: var(--brand-neon);
    font-weight: 700;
}

.btn-neon:hover,
.btn-neon:focus {
    color: #071006;
    background: #37ff3f;
    border-color: #37ff3f;
}

.section-block {
    padding: 72px 0;
}

.section-muted {
    background: #f7faf7;
}

.section-heading {
    display: block;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.section-heading h2 {
    margin: 0;
    /* color: var(--brand-green); */
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

.section-link,
.read-more {
    color: #005f2d;
    font-size: 14px;
    font-weight: 700;
}

.section-lead {
    max-width: 760px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.category-card {
    display: flex;
    min-height: 154px;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--ink);
    background: #fff;
}

.category-media {
    display: grid;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    place-items: center;
    border-radius: 8px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.category-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
    border: 2px solid #429A5F;
}

.category-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.product-card,
.solution-card,
.article-card,
.capability-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.product-media,
.solution-media,
.article-media {
    display: block;
    overflow: hidden;
    background: #f3f4f6;
}

.product-media {
    height: 240px;
}

.product-media img {
    width: 100%;
    /* height: 100%; */
    -o-object-fit: contain;
       object-fit: contain;
}

.product-body,
.solution-body,
.article-body {
    padding: 22px;
}

.product-body h3,
.solution-body h3,
.article-body h3,
.capability-card h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.28;
    min-height: 50px;
}

.product-body p {
    margin-bottom: 18px;
    color: var(--brand-green);
    font-weight: 800;
}

.product-body .cate {
    color: #7D7D7D;
}

.product-body .link {
    color: var(--brand-green);
    text-align: center;
    display: block;
    padding-top: 5px;
}

.solution-media,
.article-media {
    height: 220px;
}

.solution-media img,
.article-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform .3s ease;
}

.solution-card:hover img,
.article-card:hover img {
    transform: scale(1.04);
}

.solution-body p,
.article-body p,
.capability-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
}

.solution-body a {
    color: var(--brand-green);
}

.skeleton-media,
.skeleton-line {
    background: linear-gradient(90deg, #eef0f2 25%, #e2e5e9 37%, #eef0f2 63%);
    background-size: 400% 100%;
    animation: skeleton-pulse 1.4s ease infinite;
}

.skeleton-line {
    display: block;
    height: 14px;
    border-radius: 4px;
}

@keyframes skeleton-pulse {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.capability-card {
    padding: 28px;
    border: 1px solid var(--brand-green);
}

.capability-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    place-items: center;
    color: #fff;
    background: var(--brand-green);
    border-radius: 8px;
    font-size: 24px;
}

.capability-image {
    width: 100%;
    max-height: 430px;
    -o-object-fit: cover;
       object-fit: cover;
}

.partner-carousel {
    position: relative;
    margin-top: 28px;
}

.partner-carousel-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.partner-carousel-viewport::-webkit-scrollbar {
    display: none;
}

.partner-strip {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    align-items: center;
    padding: 8px 56px 16px;
}

.partner-item {
    flex: 0 0 clamp(140px, 18vw, 220px);
    display: grid;
    min-height: 88px;
    padding: 14px 18px;
    scroll-snap-align: center;
    place-items: center;
    background: #fff;
    border: 1px solid rgba(24, 103, 0, .12);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .04);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.partner-item:hover,
.partner-item:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(24, 103, 0, .25);
    box-shadow: 0 18px 36px rgba(0, 58, 12, .12);
}

.partner-item img {
    width: 100%;
    max-width: 160px;
    max-height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
}

.partner-carousel-control {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--brand-green);
    background: #fff;
    border: 1px solid rgba(24, 103, 0, .18);
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(0, 58, 12, .12);
    transform: translateY(-50%);
    transition: background .2s ease, color .2s ease, opacity .2s ease, transform .2s ease;
}

.partner-carousel-control:hover,
.partner-carousel-control:focus-visible {
    color: #fff;
    background: var(--brand-green);
    transform: translateY(-50%) scale(1.04);
}

.partner-carousel-control:disabled {
    opacity: .35;
    cursor: not-allowed;
}

.partner-carousel-prev {
    left: -8px;
}

.partner-carousel-next {
    right: -8px;
}

@media (max-width: 767.98px) {
    .partner-strip {
        padding: 8px 46px 14px;
    }

    .partner-carousel-control {
        width: 40px;
        height: 40px;
    }

    .partner-carousel-prev {
        left: -2px;
    }

    .partner-carousel-next {
        right: -2px;
    }

    .lang-visually-hidden {
        display: none !important;
    }

    .header-search {
        position: absolute;
        top: 15px;
        display: inline-block;
        left: 70px !important;
        width: -moz-fit-content;
        width: fit-content;
    }

    .header-search .btn {
        left: 0px;
        width: 34px;
        height: 34px;
    }
}

.faq-accordion {
    max-width: 980px;
}

.faq-accordion .accordion-item {
    border-color: var(--line);
}

.faq-accordion .accordion-button {
    font-weight: 700;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--brand-green);
    background: var(--brand-green-soft);
    box-shadow: none;
}

.article-body time {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 14px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
}

.article-body h3 {
    min-height: 76px;
}

.blog-page {
    background: #fff;
}

.blog-hero {
    padding: 92px 0 42px;
    background: #fff;
}

.blog-hero-inner {
    max-width: 820px;
}

.blog-hero h1 {
    margin-bottom: 14px;
    color: var(--brand-green);
    font-size: 42px;
    font-weight: 800;
    line-height: 1.18;
}

.blog-hero p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.blog-content {
    padding-top: 0;
}

.blog-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 22px;
    margin-bottom: 34px;
    border-top: 1px solid #e5e7eb;
}

.blog-filter a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 8px 16px;
    color: var(--muted);
    background: #fff;
    border: 1px solid #d9e2db;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.blog-filter a.active,
.blog-filter a:hover,
.blog-filter a:focus {
    color: #fff;
    background: var(--brand-green);
    border-color: var(--brand-green);
}

.news-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.news-card:hover {
    border-color: rgba(24, 103, 0, .35);
    box-shadow: 0 18px 42px rgba(0, 58, 12, .1);
    transform: translateY(-2px);
}

.news-card-media {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    background: #f3f4f6;
}

.news-card-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform .3s ease;
}

.news-card:hover .news-card-media img {
    transform: scale(1.04);
}

.news-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    padding: 7px 12px;
    overflow: hidden;
    color: #fff;
    background: rgba(0, 58, 12, .86);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.news-card-body {
    padding: 22px;
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 12px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
}

.news-meta i {
    margin-right: 4px;
}

.news-card h2 {
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
}

.news-card h2 a {
    color: var(--ink);
}

.news-card h2 a:hover,
.news-card h2 a:focus {
    color: var(--brand-green);
}

.news-card p {
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
}

.blog-sidebar {
    display: grid;
    gap: 32px;
    align-content: start;
}

.blog-widget {
    padding: 25px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.blog-widget h2 {
    padding-bottom: 12px;
    margin-bottom: 18px;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}

.blog-category-list {
    display: grid;
    gap: 14px;
}

.blog-category-list a {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    color: var(--muted);
    font-size: 15px;
    font-weight: 600;
}

.blog-category-list span {
    display: inline-flex;
    min-width: 0;
    align-items: center;
}

.blog-category-list i {
    margin-right: 8px;
    color: var(--brand-green);
}

.blog-category-list small {
    flex: 0 0 auto;
    min-width: 30px;
    padding: 3px 8px;
    color: #6b7280;
    background: #f3f4f6;
    border-radius: 999px;
    font-size: 12px;
    text-align: center;
}

.popular-list {
    display: grid;
    gap: 22px;
}

.popular-post {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px;
    align-items: start;
}

.popular-post img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    background: #f3f4f6;
    border-radius: 4px;
}

.popular-post strong {
    display: block;
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.popular-post:hover strong,
.popular-post:focus strong {
    color: var(--brand-green);
}

.popular-post small {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin-top: 6px;
    color: #6b7280;
    font-size: 12px;
}

.newsletter-widget {
    padding: 48px 32px;
    color: #fff;
    background: #003322;
    border: 1px solid #fdfdfd;
    border-radius: 12px;
    text-align: center;
}

.newsletter-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin: 0 auto 20px;
    color: #dcffe7;
    font-size: 28px;
}

.newsletter-widget h2 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 800;
}

.newsletter-widget p {
    margin-bottom: 24px;
    color: #d0d0d0;
    font-size: 15px;
    line-height: 1.55;
}

.newsletter-widget form {
    display: grid;
    gap: 12px;
}

.newsletter-widget .form-control {
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    font-size: 14px;
}

.newsletter-message {
    min-height: 20px;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 700;
}

.newsletter-message.is-success {
    color: #9effb6;
}

.newsletter-message.is-danger {
    color: #ffb4b4;
}

.newsletter-widget small {
    display: block;
    margin-top: 16px;
    color: rgba(255, 255, 255, .75);
    font-size: 12px;
}

.blog-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

.blog-pagination a,
.blog-pagination span {
    display: grid;
    min-width: 40px;
    height: 40px;
    place-items: center;
    color: var(--brand-green);
    border: 1px solid var(--brand-green);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.blog-pagination span {
    border-color: transparent;
}

.blog-pagination a.active,
.blog-pagination a:hover,
.blog-pagination a:focus {
    color: #fff;
    background: var(--brand-green);
}

.post-detail-page {
    background: #fff;
}

.post-detail-hero {
    position: relative;
    padding: 100px 0 84px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .82), rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(/images/locmiennam/detail-hero.jpg) center / cover no-repeat;
}

.post-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 500;
}

.post-breadcrumb a {
    color: rgba(255, 255, 255, .8);
}

.post-breadcrumb a:hover,
.post-breadcrumb a:focus {
    color: #fff;
}

.post-category-pill {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 13px;
    color: #fff;
    background: var(--brand-green);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.post-detail-hero h1 {
    max-width: 920px;
    margin-bottom: 24px;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.18;
}

.post-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 500;
}

.post-hero-meta i {
    margin-right: 6px;
}

.post-detail-content {
    background: #fff;
}

.article-content {
    color: #111827;
    font-size: 16px;
    line-height: 1.85;
    text-align: justify;
}

/* Article tables styled like Bootstrap's .table.table-bordered */
.article-content table {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    border-collapse: collapse;
}

.article-content table th,
.article-content table td {
    padding: 0.75rem;
    color: inherit;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.article-content table thead th {
    vertical-align: bottom;
    font-weight: 700;
}

.article-content ul {
    padding-left: 20px;
    margin-bottom: 18px;
}

.article-content .lead {
    color: #1f2937;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
}

.article-content h2 {
    margin: 34px 0 16px;
    color: #111827;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
}

.article-content h3 {
    margin: 28px 0 12px;
    color: #111827;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.35;
}

.article-content p {
    margin-bottom: 18px;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

.article-featured-image {
    margin-bottom: 28px;
    overflow: hidden;
    background: #f3f4f6;
    border-radius: 12px;
}

.article-featured-image img {
    display: block;
    width: 100%;
    height: auto;
}

.post-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding-top: 28px;
    margin-top: 34px;
    border-top: 1px solid #e5e7eb;
}

.post-tags,
.post-share,
.author-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.post-tags a,
.post-share a,
.author-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-green);
    background: #eef8f0;
    border: 1px solid rgba(76, 175, 80, .22);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.post-tags a {
    gap: 6px;
    padding: 8px 12px;
}

.post-share span {
    color: #111827;
    font-weight: 800;
}

.post-share a,
.author-social a {
    width: 38px;
    height: 38px;
}

.post-tags a:hover,
.post-tags a:focus,
.post-share a:hover,
.post-share a:focus,
.author-social a:hover,
.author-social a:focus {
    color: #fff;
    background: var(--brand-green);
}

.toc-widget ol,
.toc-widget ul {
    display: grid;
    gap: 14px;
    padding-left: 0;
    margin: 0;
}

.toc-widget ul {
    gap: 8px;
    margin-top: 10px;
}

.toc-widget li {
    color: var(--brand-green);
    font-weight: 800;
    list-style: none;
}

.toc-widget a {
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
}

.toc-widget ul a {
    color: var(--muted);
    font-weight: 600;
}

.toc-widget a:hover,
.toc-widget a:focus {
    color: var(--brand-green);
}

.post-detail-sidebar .blog-widget h2 {
    font-size: 24px;
}

.post-detail-sidebar {
    width: 100%;
}

.post-detail-sidebar-sticky {
    display: grid;
    gap: 32px;
}

@media (min-width: 992px) {
    .post-detail-sidebar-sticky {
        position: sticky;
        top: 24px;
        align-self: start;
    }
}

.author-box {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 36px;
    align-items: center;
    padding: 34px 42px;
    margin-top: 52px;
    background: #fff;
    border: 1px solid #4caf50;
    border-radius: 12px;
}

.author-box img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}

.author-box h2 {
    margin-bottom: 14px;
    color: #111827;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}

.author-box p {
    margin: 0;
    color: #111827;
    font-size: 16px;
    line-height: 1.65;
}

.author-box .author-position {
    margin-bottom: 10px;
    color: var(--brand-green);
    font-weight: 800;
}

.author-social {
    margin-top: 16px;
}

.related-posts-block {
    margin-top: 42px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.related-posts-block h2 {
    margin-bottom: 18px;
    color: #111827;
    font-size: 26px;
    font-weight: 800;
}

.related-posts-block ul {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.related-posts-block a {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    color: #111827;
    border-bottom: 1px solid #eef2f7;
    font-weight: 800;
    line-height: 1.45;
}

.related-posts-block a:hover,
.related-posts-block a:focus {
    color: var(--brand-green);
}

.related-posts-block span {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}

.contact-page {
    background: #fff;
}

.contact-hero {
    padding: 74px 0 34px;
    text-align: center;
}

.contact-hero h1 {
    margin-bottom: 12px;
    color: var(--brand-green);
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.contact-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.contact-main {
    padding: 0 0 72px;
}

.contact-panel {
    padding: 28px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(0, 58, 12, .06);
}

.contact-panel h2 {
    margin-bottom: 22px;
    color: #111827;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.contact-form .form-label {
    margin-bottom: 6px;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
}

.contact-form .form-control {
    min-height: 42px;
    border-color: #d1d5db;
    border-radius: 6px;
    font-size: 14px;
}

.contact-form textarea.form-control {
    min-height: 128px;
}

.contact-form .form-control:focus {
    border-color: var(--brand-green);
    box-shadow: 0 0 0 .2rem rgba(24, 103, 0, .12);
}

.contact-info-list {
    display: grid;
    gap: 18px;
}

.contact-info-list>div {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
}

.contact-info-list>div:last-child {
    border-bottom: 0;
}

.contact-info-list i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--brand-green);
    background: var(--brand-green-soft);
    border-radius: 50%;
}

.contact-info-list strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
}

.contact-info-list a {
    display: block;
    color: #374151;
    font-size: 14px;
    line-height: 1.5;
}

.contact-info-list a:hover,
.contact-info-list a:focus {
    color: var(--brand-green);
}

.contact-socials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.contact-socials a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #374151;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}

.contact-socials a:hover,
.contact-socials a:focus {
    color: var(--brand-green);
    border-color: var(--brand-green);
}

.contact-address-section {
    padding-top: 58px;
}

.contact-address-section>h2 {
    position: relative;
    margin-bottom: 24px;
    padding-left: 16px;
    color: var(--brand-green);
    font-size: 24px;
    font-weight: 800;
}

.contact-address-section>h2::before {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 4px;
    content: "";
    background: var(--brand-green);
    border-radius: 999px;
}

.address-card {
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
}

.address-card-top {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.address-card-top span,
.address-card small {
    display: inline-flex;
    padding: 5px 8px;
    color: #0a7a3d;
    background: #e8f5e9;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.address-card-top i {
    color: #9ca3af;
}

.address-card p {
    min-height: 46px;
    margin: 12px 0;
    color: #111827;
    font-size: 14px;
    line-height: 1.55;
}

.address-card a {
    color: var(--brand-green);
    font-size: 13px;
    font-weight: 700;
}

.contact-map {
    height: 300px;
    margin-top: 26px;
    overflow: hidden;
    border-radius: 8px;
}

.contact-map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.support-section {
    padding: 42px;
    margin-top: 46px;
    background: #f5f7f5;
    border-radius: 8px;
}

.support-section h2 {
    margin-bottom: 10px;
    color: #111827;
    font-size: 28px;
    font-weight: 800;
}

.support-section p {
    max-width: 720px;
    margin: 0 auto 28px;
    color: #374151;
    font-size: 16px;
    line-height: 1.65;
}

.support-card {
    padding: 18px 12px;
    text-align: center;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 4px;
}

.support-card.is-highlight {
    background: #e8f5e9;
    border-color: #0a7a3d;
}

.support-avatar {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin: 0 auto 12px;
    color: #fff;
    background: #0a7a3d;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 800;
}

.support-card.is-highlight .support-avatar {
    background: #0288d1;
}

.support-card h3 {
    margin-bottom: 6px;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
}

.support-card p {
    margin-bottom: 8px;
    color: #0a7a3d;
    font-size: 12px;
    font-weight: 700;
}

.support-card a {
    display: block;
    color: #111827;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
}

.support-card a:last-child {
    color: #3f493f;
    font-size: 12px;
}

.catalog-cta {
    padding: 48px 0 0;
    margin-top: 46px;
    border-top: 1px solid #d1d5db;
}

.catalog-cta h2 {
    margin-bottom: 12px;
    color: #111827;
    font-size: 28px;
    font-weight: 800;
}

.catalog-cta p {
    margin-bottom: 22px;
    color: #3f493f;
    font-size: 16px;
}

.project-page {
    background: #fff;
}

.project-hero {
    position: relative;
    padding: 138px 0 120px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .62), rgba(0, 0, 0, .1)),
        url("/images/locmiennam/bg_project.png") center / cover no-repeat;
}

.project-hero h1 {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.18;
}

.project-hero p {
    max-width: 760px;
    margin-bottom: 42px;
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
}

.project-stats {
    display: inline-grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    gap: 0;
    overflow: hidden;
    background: rgba(139, 198, 146, .12);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 18px;
    box-shadow: inset 0 4px 16px rgba(255, 255, 255, .18);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}

.project-stats>div {
    min-width: 130px;
    padding: 26px 30px;
    border-right: 1px solid rgba(255, 255, 255, .34);
}

.project-stats>div:last-child {
    border-right: 0;
}

.project-stats strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
}

.project-stats strong span {
    color: #4caf50;
}

.project-stats small {
    display: block;
    color: #d5d5d5;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

.project-scroll {
    display: inline-grid;
    grid-template-columns: 38px 120px;
    gap: 16px;
    align-items: center;
    align-self: flex-end;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.project-scroll i {
    display: grid;
    width: 38px;
    height: 92px;
    place-items: center;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, .65);
    font-size: 20px;
}

.project-scroll:hover,
.project-scroll:focus {
    color: var(--brand-neon);
}

.project-main {
    padding: 58px 0 76px;
}

.project-filter {
    padding: 24px;
    margin-bottom: 42px;
    background: #f6f6f6;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.project-filter .form-label {
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
}

.project-filter .form-select {
    min-height: 50px;
    color: var(--ink);
    background-color: #fcf9f8;
    border-color: var(--line);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
}

.project-filter .form-select:focus {
    border-color: var(--brand-green);
    box-shadow: 0 0 0 .2rem rgba(24, 103, 0, .12);
}

.project-filter-btn {
    min-height: 50px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 10px;
    font-size: 13px;
    text-transform: uppercase;
    white-space: nowrap;
}

.project-grid {
    margin-bottom: 72px;
}

.project-card {
    overflow: hidden;
    background: #f8f8f8;
    border: 1px solid #429a5f;
    border-radius: 6px;
}

.project-card-media {
    position: relative;
    display: block;
    height: 276px;
    overflow: hidden;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.project-card-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform .25s ease;
}

.project-card-media span {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 6px 16px;
    color: #fff;
    background: rgba(0, 154, 73, .72);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.project-card:hover .project-card-media img {
    transform: scale(1.04);
}

.project-card-body {
    display: flex;
    min-height: 274px;
    flex-direction: column;
    padding: 28px 30px 26px;
}

.project-card h2 {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.project-card h2 a {
    color: #000;
}

.project-card h2 a:hover,
.project-card h2 a:focus {
    color: var(--brand-green);
}

.project-card p {
    margin-bottom: 22px;
    color: #131313;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
}

.project-card-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    align-self: flex-end;
    margin-top: auto;
    color: #007334;
    font-size: 15px;
    font-weight: 700;
}

.project-card-link:hover,
.project-card-link:focus {
    color: #003a0c;
}

.project-profile-cta {
    padding-top: 48px;
    border-top: 1px solid var(--line);
}

.project-profile-cta h2 {
    margin-bottom: 14px;
    color: var(--ink);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
}

.project-profile-cta p {
    max-width: 760px;
    margin: 0 auto 24px;
    color: #3f493f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.recruitment-page {
    background: #fff;
}

.recruitment-hero {
    height: 720px;
    color: #fff;
    background: linear-gradient(to top, rgb(255 255 255) 0%, rgba(255, 255, 255, 0) 58%), linear-gradient(90deg, rgb(255 255 255 / 0%), rgb(0 58 12 / 0%), rgba(0, 0, 0, .35)), url(/images/locmiennam/project-hero.jpg) center / cover no-repeat;
}

.recruitment-eyebrow {
    display: block;
    padding: 5px 14px;
    color: #dcffe7;
    background: rgba(24, 103, 0, .72);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 auto;
    width: 135px;
    text-align: center;
    margin-top: 450px;
}

.recruitment-hero h1 {
    margin-bottom: 20px;
    font-size: 55px;
    font-weight: 800;
    line-height: 1.16;
    text-align: center;
    background: linear-gradient(90deg, #00B22D, #004D13);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.recruitment-hero p {
    max-width: 720px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
}

.recruitment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.recruitment-hero-panel {
    max-width: 390px;
    padding: 34px;
    margin-left: auto;
    background: rgba(139, 198, 146, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 18px;
    box-shadow: inset 0 4px 16px rgba(255, 255, 255, .16);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
}

.recruitment-hero-panel strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
}

.recruitment-hero-panel span {
    display: block;
    margin-bottom: 16px;
    color: #4caf50;
    font-size: 20px;
    font-weight: 800;
}

.recruitment-hero-panel p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
}

.recruitment-main {
    padding: 64px 0 78px;
}

.recruitment-heading {
    max-width: 760px;
    margin: 0 auto 30px;
}

.recruitment-heading h2 {
    margin-bottom: 12px;
    color: var(--ink);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
}

.recruitment-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
}

.recruitment-filter {
    padding: 24px;
    margin-bottom: 36px;
    background: #f6f6f6;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.recruitment-filter .form-label {
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
}

.recruitment-filter .form-select {
    min-height: 50px;
    background-color: #fcf9f8;
    border-color: var(--line);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
}

.recruitment-filter .btn {
    min-height: 50px;
    border-radius: 10px;
}

.text-justify {
    text-align: justify;
}

.job-card {
    display: flex;
    flex-direction: column;
    padding: 26px;
    background: #fff;
    border: 1px solid #429a5f;
    border-radius: 8px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.job-card:hover {
    border-color: var(--brand-green);
    box-shadow: 0 18px 42px rgba(0, 58, 12, .1);
    transform: translateY(-2px);
}

.job-card-top {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.job-card-top span,
.job-card-top small {
    display: inline-flex;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.job-card-top span {
    color: #fff;
    background: var(--brand-green);
}

.job-card-top small {
    color: #0a7a3d;
    background: var(--brand-green-soft);
}

.job-card h2 {
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
}

.job-card h2 a {
    color: #111827;
}

.job-card h2 a:hover,
.job-card h2 a:focus {
    color: var(--brand-green);
}

.job-card p {
    margin-bottom: 20px;
    color: #374151;
    font-size: 15px;
    line-height: 1.6;
}

.job-meta {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0 0 22px;
    color: #3f493f;
    font-size: 14px;
    font-weight: 600;
    list-style: none;
}

.job-meta i {
    width: 20px;
    margin-right: 8px;
    color: var(--brand-green);
}

.job-card-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    color: #007334;
    font-size: 15px;
    font-weight: 800;
}

.job-card-link:hover,
.job-card-link:focus {
    color: #003a0c;
}

.recruitment-benefits {
    padding: 64px 0;
    background: #f7faf7;
}

.recruitment-benefits h2 {
    margin-bottom: 14px;
    color: var(--brand-green);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
}

.recruitment-benefits>.row>.col-lg-4 p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.benefit-card {
    padding: 24px;
    background: #f7faf7;
    border: 1px solid var(--line);
    border-radius: 8px;
    position: relative;
}

.benefit-card i {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    margin-bottom: 16px;
    color: #005F2D;
    background: #E8F5E9;
    border-radius: 50%;
    font-size: 17px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.benefit-card h3 {
    margin-bottom: 10px;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
}

.benefit-card p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
}

.recruitment-process {
    padding-top: 66px;
}

.process-card {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.process-card span {
    display: inline-flex;
    margin-bottom: 16px;
    color: var(--brand-green);
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.process-card h3 {
    margin-bottom: 10px;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
}

.process-card p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.65;
}

.recruitment-cta {
    padding-top: 48px;
    margin-top: 54px;
    border-top: 1px solid var(--line);
    background: url("/images/locmiennam/recruitment-cta-bg.png") center / cover no-repeat;
    padding-bottom: 120px;
    color: #fff;
    border-bottom: 1px solid #ccc;
}

.recruitment-cta h2 {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 800;
}

.recruitment-cta p {
    max-width: 740px;
    margin: 0 auto 22px;
    font-size: 16px;
    line-height: 1.65;
}

.job-detail-page {
    background: #fff;
}

.job-detail-hero {
    padding: 76px 0 84px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .86), rgb(75 75 75 / 18%), rgba(0, 0, 0, .4)), url(/images/locmiennam/job-detail-hero.png) center / cover no-repeat;
}

.job-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
    font-weight: 600;
}

.job-breadcrumb a {
    color: rgba(255, 255, 255, .82);
}

.job-breadcrumb a:hover,
.job-breadcrumb a:focus {
    color: #fff;
}

.job-detail-hero h1 {
    max-width: 900px;
    margin-bottom: 18px;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.18;
}

.job-detail-hero p {
    max-width: 760px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
}

.job-detail-main {
    padding: 64px 0 78px;
}

.job-detail-panel,
.job-apply-panel,
.job-summary-card,
.job-contact-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(0, 58, 12, .05);
}

.job-detail-panel {
    padding: 34px;
}

.job-detail-intro {
    padding-bottom: 26px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--line);
}

.job-detail-intro h2,
.job-content-section h2,
.job-apply-panel h2,
.job-summary-card h2,
.job-contact-card h2 {
    margin-bottom: 16px;
    color: #111827;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.job-detail-intro p {
    margin: 0;
    color: #374151;
    font-size: 16px;
    line-height: 1.7;
}

.job-contact-card-share a {
    display: inline-flex !important;
    gap: 6px;
    align-items: center;
    margin-right: 12px;
    color: #374151;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}

.job-contact-card-share a i {
    padding: 0 5px;
    margin: 0;
}

.job-content-section {
    margin-bottom: 34px;
}

.job-content-section:last-child {
    margin-bottom: 0;
}

.job-content-section ul {
    display: grid;
    gap: 14px;
    margin: 0;
    list-style: none;
}

.job-content-section li {
    position: relative;
    padding-left: 30px;
    color: #111827;
    font-size: 15px;
    line-height: 1.7;
}

.job-apply-panel {
    padding: 34px;
    margin-top: 30px;
}

.job-apply-panel .btn {
    min-width: 180px;
}

.job-detail-sidebar {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 24px;
}

.job-summary-card,
.job-contact-card {
    padding: 26px;
}

.job-contact-card-no-bg,
.job-contact-card-no-bg h2,
.job-contact-card-no-bg p {
    background: #fff !important;
    color: #000 !important;
}

.job-contact-card-no-bg a,
.job-contact-card-no-bg i {
    color: #0288D1 !important;
}

.job-summary-list {
    display: grid;
    gap: 18px;
    margin-bottom: 24px;
}

.job-summary-list>div {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: start;
}

.job-summary-list i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--brand-green);
    background: var(--brand-green-soft);
    border-radius: 50%;
    font-size: 18px;
}

.job-summary-list small {
    display: block;
    margin-bottom: 2px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.job-summary-list strong {
    display: block;
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.job-contact-card {
    color: #fff;
    background: #032;
    border-color: #032;
}

.job-contact-card h2 {
    color: #fff;
}

.job-contact-card p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.6;
}

.job-contact-card a {
    display: block;
    margin-top: 10px;
    color: var(--teal);
    font-size: 14px;
    font-weight: 700;
    word-break: break-word;
}

.job-contact-card i {
    margin-right: 8px;
    color: var(--brand-neon);
}

.about-page {
    background: #fff;
}

.about-hero {
    padding: 140px 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 58, 12, .74), rgba(0, 0, 0, .36)),
        url("/images/locmiennam/bg_head_about.png") center / cover no-repeat;
}

@media (min-width: 1920px) {
    .about-hero {
        height: 750px;
        padding: 100px 0;
    }
}

.about-eyebrow,
.about-section-label {
    display: inline-flex;
    color: #02730d;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.about-eyebrow {
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .24);
}

.about-section-label {
    margin-bottom: 18px;
    padding: 7px 13px;
}

.about-hero h1 {
    max-width: 780px;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.12;
}

.about-hero p {
    max-width: 740px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-hero-card {
    max-width: 390px;
    padding: 34px;
    margin-left: auto;
    text-align: center;
    background: rgba(139, 198, 146, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 18px;
    box-shadow: inset 0 4px 16px rgba(255, 255, 255, .16);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
}

.about-hero-card img {
    width: 148px;
    height: auto;
    margin-bottom: 22px;
}

.about-hero-card p {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
}

.about-hero-card strong {
    display: inline-flex;
    padding: 8px 16px;
    color: #fff;
    background: var(--brand-green);
    border-radius: 999px;
    font-size: 18px;
    font-weight: 800;
}

.about-overview,
.about-values,
.about-capability,
.about-sales-process,
.about-timeline,
.about-cta {
    padding: 68px 0;
}

.about-overview h2,
.about-capability h2,
.about-sales-process h2,
.about-heading h2,
.about-cta h2 {
    margin-bottom: 16px;
    color: #111827;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.22;
    position: relative;
}

.about-overview h2:before {
    content: "";
    border-bottom: 2px solid #0A7A3D;
    display: inline-block;
    padding-bottom: 8px;
    width: 150px;
    position: absolute;
    bottom: -10px;
}

.about-overview p,
.about-capability p,
.about-heading p,
.about-cta p {
    color: #3f493f;
    font-size: 16px;
    line-height: 1.72;
}

.about-overview .vision {
    color: #0A7A3D;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.about-image {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    /* border-radius: 8px; */
}

.about-image::after {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 35px rgba(0, 58, 12, .35);
    content: "";
    pointer-events: none;
}

.about-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.about-stats {
    padding: 42px 0;
    background: #f7faf7;
    position: relative;
}

.about-sales-process h6,
.about-stats h6 {
    color: #0A7A3D;
    font-weight: bold;
    text-transform: uppercase;
}

.about-stats h2::before {
    content: "";
    border-bottom: 2px solid #0A7A3D;
    display: inline-block;
    padding-bottom: 8px;
    width: 150px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.about-stat-card {
    padding: 26px;
    text-align: center;
    background: #FAFFF2;
    border: 1px solid #429a5f;
    border-radius: 8px;
    position: relative;
}

.about-stat-card i {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid #186600;
    font-size: 17px;
    border-radius: 50%;
    position: absolute;
    color: #186600;
    background: #fff;
    right: 10px;
}

.about-stat-card strong {
    display: block;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-size: 17px;
    text-align: left;
}

.about-stat-card span {
    color: #111827;
    font-size: 14px;
    line-height: 1.45;
    text-align: justify;
    display: block;
}

.about-heading {
    max-width: 760px;
    margin: 0 auto 34px;
}

.about-heading-line {
    display: block;
    width: 150px;
    height: 2px;
    margin: 18px auto 0;
    background: linear-gradient(90deg, #0a7a3d, #e5e7eb);
}

.about-values {
    background: #fff;
}

.about-value-card,
.about-timeline-card {
    padding: 26px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.about-value-card:hover,
.about-timeline-card:hover {
    border-color: rgba(24, 103, 0, .42);
    box-shadow: 0 18px 42px rgba(0, 58, 12, .08);
    transform: translateY(-2px);
}

.about-value-card i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 18px;
    color: #fff;
    background: var(--brand-green);
    border-radius: 8px;
    font-size: 23px;
}

.about-value-card h3,
.about-timeline-card h3 {
    margin-bottom: 10px;
    color: #111827;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
}

.about-value-card p,
.about-timeline-card p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.65;
}

.about-capability {
    background: #f7faf7;
}

.about-sales-process {
    background: #fff;
}

.about-sales-process-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 30px;
    position: relative;
    padding-top: 2px;
}

.about-sales-process-list::before {
    content: "";
    position: absolute;
    top: 33px;
    right: 8%;
    left: 8%;
    height: 2px;
    background: linear-gradient(90deg, #0a7a3d, #e5e7eb);
}

.about-sales-process-item {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.about-sales-process-marker {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    margin-bottom: 28px;
    color: #1a1a1a;
    background: #00ff1e;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    font-size: 20px;
    font-weight: 800;
}

.about-sales-process-item:last-child .about-sales-process-marker {
    color: #fff;
    background: #00730c;
    border-color: #a0fdab;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
}

.about-sales-process-marker i {
    font-size: 24px;
    line-height: 1;
}

.about-sales-process-item h3 {
    max-width: 150px;
    min-height: 58px;
    margin-bottom: 22px;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.about-sales-process-item p {
    max-width: 178px;
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.about-capability-list {
    display: grid;
    gap: 16px;
}

.about-capability-list>div {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: start;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.about-capability-list i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #fff;
    background: var(--brand-green);
    border-radius: 50%;
}

.about-capability-list span {
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

.about-timeline-card span {
    display: inline-flex;
    margin-bottom: 16px;
    color: var(--brand-green);
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.about-cta {
    border-top: 1px solid var(--line);
}

.about-cta p {
    max-width: 720px;
    margin: 0 auto 24px;
}

.catalog-page {
    background: #fff;
}

.catalog-hero {
    padding: 64px 0 72px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 58, 12, .72), rgba(0, 0, 0, .38)),
        url("/images/locmiennam/bg_woo.png") center / cover no-repeat;
}

.catalog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
    font-weight: 600;
}

.catalog-breadcrumb a {
    color: rgba(255, 255, 255, .82);
}

.catalog-breadcrumb a:hover,
.catalog-breadcrumb a:focus {
    color: #fff;
}

.catalog-eyebrow {
    display: inline-flex;
    padding: 8px 14px;
    margin-bottom: 18px;
    color: #dcffe7;
    background: rgba(24, 103, 0, .82);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.catalog-hero h1 {
    max-width: 840px;
    margin-bottom: 16px;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.18;
}

.catalog-hero p {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
}

.catalog-search {
    position: relative;
}

.catalog-search .form-control {
    min-height: 52px;
    padding-right: 58px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    font-size: 14px;
}

.catalog-search .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    border-radius: 50%;
}

.catalog-main {
    padding: 58px 0 78px;
}

.catalog-sidebar {
    display: grid;
    gap: 24px;
}

.catalog-widget {
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(0, 58, 12, .05);
}

.catalog-widget h2 {
    margin-bottom: 18px;
    color: #013619;
    font-size: 22px;
    text-transform: uppercase;
}

.catalog-category-list {
    display: grid;
    gap: 14px;
}

.catalog-category-parent {
    display: flex;
    gap: 8px;
    align-items: center;
}

.catalog-category-list a {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    color: #374151;
    font-size: 15px;
    font-weight: 700;
}

.catalog-category-link {
    flex: 1 1 auto;
    min-width: 0;
}

.catalog-category-list span {
    display: inline-flex;
    min-width: 0;
    align-items: center;
}

.catalog-category-list i {
    margin-right: 8px;
    color: var(--brand-green);
}

.catalog-category-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    -o-object-fit: contain;
       object-fit: contain;
}

.catalog-category-list small {
    flex: 0 0 auto;
    min-width: 30px;
    padding: 3px 8px;
    color: #0a7a3d;
    background: var(--brand-green-soft);
    border-radius: 999px;
    font-size: 12px;
    text-align: center;
}

.catalog-category-list a:hover,
.catalog-category-list a:focus {
    color: var(--brand-green);
}

.catalog-subcategory-toggle {
    display: inline-flex;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 0;
    color: var(--brand-green);
    background: transparent;
}

.catalog-subcategory-toggle i {
    margin-right: 0;
}

.catalog-subcategory-list {
    display: none;
    gap: 8px;
    padding-left: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.catalog-subcategory-list.is-open {
    display: grid;
}

.catalog-subcategory-list a {
    justify-content: flex-start;
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
}

.catalog-subcategory-list i {
    margin-right: 4px;
    font-size: 12px;
}

.catalog-help-widget {
    color: #fff;
    background: #032;
    border-color: #032;
}

.catalog-help-widget>i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 16px;
    color: var(--brand-neon);
    font-size: 26px;
}

.catalog-help-widget h2 {
    color: #fff;
}

.catalog-help-widget p {
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.65;
}

.catalog-toolbar {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--line);
}

.catalog-toolbar strong {
    display: block;
    color: #111827;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.catalog-toolbar span {
    display: block;
    margin-top: 4px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
}

.catalog-toolbar .form-select {
    min-width: 210px;
    min-height: 44px;
    border-color: var(--line);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.catalog-product-card {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #656565;
    border-radius: 12px;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.catalog-product-card:hover {
    border-color: #186700;
    box-shadow: 0 16px 34px rgba(24, 103, 0, .1);
    transform: translateY(-2px);
}

.catalog-product-media {
    position: relative;
    display: grid;
    /* height: 300px; */
    place-items: center;
    padding: 0;
    overflow: hidden;
    background: #fff;
    /* border: 1px solid #656565; */
    border-radius: 12px;
}

.catalog-product-media a:not(.catalog-product-cart) {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.catalog-product-media img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform .25s ease;
}

.catalog-product-card:hover .catalog-product-media img {
    transform: scale(1.04);
}

.catalog-product-cart {
    position: absolute;
    bottom: 25px;
    left: 12px;
    margin: 0;
}

.catalog-product-cart button,
.catalog-product-cart {
    display: grid;
    width: 37px;
    height: 36px;
    place-items: center;
    color: #000;
    background: #62ff00;
    border: 0;
    border-radius: 28px;
    font-size: 17px;
    line-height: 1;
}

.catalog-product-cart button {
    padding: 0;
}

.catalog-product-cart:hover,
.catalog-product-cart:focus,
.catalog-product-cart button:hover,
.catalog-product-cart button:focus {
    color: #000;
    background: #37ff3f;
}

.catalog-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 15px 11px 0;
}

.catalog-product-body small {
    display: block;
    margin-bottom: 12px;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.catalog-product-body h2 {
    display: -webkit-box;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    min-height: 44px;
}

.catalog-product-body h2 a {
    color: #111827;
}

.catalog-product-body h2 a:hover,
.catalog-product-body h2 a:focus {
    color: var(--brand-green);
}

.catalog-product-actions {
    display: grid;
    gap: 10px;
    margin-top: 10px;
    padding-top: 1px;
}

.catalog-product-actions .btn {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    font-size: 14px;
}

.catalog-quote-btn {
    color: #fff;
    background: #186700;
    border-color: #186700;
}

.catalog-quote-btn:hover,
.catalog-quote-btn:focus {
    color: #fff;
    background: #0f5200;
    border-color: #0f5200;
}

.catalog-zalo-btn {
    gap: 8px;
    color: #0288d1;
    background: #fff;
    border: 1px solid #0288d1;
    font-weight: 500;
    line-height: 1.2;
}

.catalog-zalo-btn img {
    width: 21px;
    height: 21px;
    -o-object-fit: contain;
       object-fit: contain;
}

.catalog-zalo-btn:hover,
.catalog-zalo-btn:focus {
    color: #fff;
    background: #0288d1;
}

.catalog-zalo-btn:hover img,
.catalog-zalo-btn:focus img {
    filter: brightness(0) invert(1);
}

.quote-request-modal .modal-dialog {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.quote-request-modal .modal-content {
    position: relative;
    padding: 40px 43px 40px;
    overflow: hidden;
    background: linear-gradient(135deg, #1d201a 0%, #00521D 100%);
    border: 0;
    border-radius: 15px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.quote-modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: #111827;
    background: #f4f7f2;
    border: 0;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
}

.quote-modal-close:hover,
.quote-modal-close:focus {
    color: #fff;
    background: var(--brand-green);
}

.quote-request-form {
    display: grid;
    gap: 20px;
}

.quote-modal-heading p {
    margin: 0 0 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.quote-modal-heading h2 {
    margin: 0;
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.quote-form-fields {
    display: grid;
    gap: 20px;
}

.quote-form-group {
    display: grid;
    gap: 16px;
}

.quote-form-group label {
    margin: 0;
    color: #fff;
    font-weight: 600;
    line-height: 1.25;
}

.quote-form-group .form-control,
.quote-phone-field {
    color: #111827;
    background: #f4f4f4;
    border: 0;
    border-radius: 50px;
    font-weight: 500;
}

.quote-form-group .form-control {
    padding: 14px 30px;
}

.quote-form-group textarea.form-control {
    min-height: 133px;
    resize: vertical;
    border-radius: 15px;
}

.quote-form-group .form-control::-moz-placeholder {
    color: #9b9b9b;
    opacity: 1;
}

.quote-form-group .form-control::placeholder {
    color: #9b9b9b;
    opacity: 1;
}

.quote-form-group .form-control:focus {
    background: #fff;
    border-color: transparent;
    box-shadow: 0 0 0 .18rem rgba(24, 103, 0, .14);
}

.quote-phone-field {
    display: flex;
    align-items: center;
    padding-left: 18px;
}

.quote-phone-field .form-control {
    flex: 1;
    min-height: 54px;
    padding-left: 16px;
    background: transparent;
    box-shadow: none;
}

.quote-phone-prefix {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    min-height: 28px;
    padding-right: 16px;
    color: #111827;
    border-right: 1px solid #b8b8b8;
    font-weight: 600;
    line-height: 1;
}

.quote-vietnam-flag {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 17px;
    overflow: hidden;
    background: #da251d;
}

.quote-vietnam-flag::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffde00;
    content: "★";
    font-size: 10px;
    line-height: 1;
    transform: translate(-50%, -50%);
}

.quote-submit-btn {
    display: inline-flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--brand-green);
    border: 0;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.quote-submit-btn:hover,
.quote-submit-btn:focus {
    color: #fff;
    background: #0f5200;
}

.quote-form-message {
    min-height: 22px;
    margin: -34px 0 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.quote-form-message.is-success {
    color: var(--brand-green);
}

.quote-form-message.is-danger {
    color: #d71920;
}

.quote-success-panel {
    display: grid;
    min-height: 520px;
    align-content: center;
    justify-items: center;
    gap: 18px;
    padding: 28px 16px;
    text-align: center;
}

.quote-success-panel[hidden] {
    display: none;
}

.quote-success-icon {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    color: #fff;
    background: var(--brand-green);
    border-radius: 50%;
    font-size: 38px;
}

.quote-success-panel p {
    margin: 4px 0 0;
    color: var(--brand-green);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.quote-success-panel h2 {
    margin: 0;
    color: #000;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.quote-success-panel span {
    display: block;
    max-width: 440px;
    color: #4b5563;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

.quote-success-close {
    display: inline-flex;
    min-width: 180px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    color: #fff;
    background: var(--brand-green);
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
}

.quote-success-close:hover,
.quote-success-close:focus {
    color: #fff;
    background: #0f5200;
}

.message-modal .modal-dialog {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.message-modal .modal-content {
    position: relative;
    min-height: 392px;
    padding: 72px 47px 66px 52px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(11, 47, 0, .8) 0%, rgba(0, 0, 0, .8) 100%),
        #17381f;
    border: 1px solid #f8f8f8;
    border-radius: 24px;
    box-shadow:
        inset 0 22px 39px rgba(255, 255, 255, .25),
        0 24px 70px rgba(0, 0, 0, .32);
}

.message-modal .modal-content::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(30, 70, 32, .28);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    content: "";
}

.message-modal .modal-content>* {
    position: relative;
    z-index: 1;
}

.message-modal-copy {
    display: grid;
    max-width: 372px;
    gap: 8px;
}

.message-modal-kicker,
.message-modal-title,
.message-modal-description {
    margin: 0;
    color: #fff;
}

.message-modal-kicker {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.message-modal-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.message-modal-description {
    max-width: 452px;
    margin-top: 23px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.message-modal-icon {
    position: absolute !important;
    top: 68px;
    right: 43px;
    display: grid;
    width: 93px;
    height: 93px;
    place-items: center;
    color: #12ff2f;
    background: radial-gradient(circle at 50% 50%, rgba(73, 122, 74, .92) 0%, rgba(53, 95, 57, .88) 68%, rgba(29, 71, 36, .8) 100%);
    border-radius: 50%;
    box-shadow:
        inset 0 7px 12px rgba(255, 255, 255, .14),
        0 4px 18px rgba(0, 0, 0, .22);
    font-size: 64px;
    line-height: 1;
}

.message-modal-close {
    display: inline-flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
    color: #fff;
    background: #186700;
    border: 1px solid #c8ff94;
    border-radius: 36px;
    box-shadow: 0 4px 2px rgba(0, 0, 0, .25);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.message-modal-close:hover,
.message-modal-close:focus {
    color: #fff;
    background: #0f5200;
    border-color: #c8ff94;
}

.catalog-empty {
    padding: 58px 28px;
    background: #f7faf7;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.catalog-empty i {
    display: block;
    margin-bottom: 14px;
    color: var(--brand-green);
    font-size: 42px;
}

.catalog-empty h2 {
    margin-bottom: 10px;
    color: #111827;
    font-size: 24px;
    font-weight: 800;
}

.catalog-empty p {
    max-width: 620px;
    margin: 0 auto 22px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}

.catalog-pagination {
    margin-top: 42px;
}

.product-detail-page {
    background: #fff;
}

.product-detail-hero {
    padding: 48px 0 72px;
}

.product-detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 34px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
}

.product-detail-breadcrumb a {
    color: #4b5563;
}

.product-detail-breadcrumb a:hover,
.product-detail-breadcrumb a:focus {
    color: var(--brand-green);
}

.product-detail-gallery {
    display: grid;
    gap: 16px;
}

.product-detail-image {
    display: grid;
    height: 560px;
    place-items: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid #656565;
    border-radius: 12px;
}

.product-detail-image img {
    width: 100%;
    height: 100%;
    max-height: 560px;
    -o-object-fit: contain;
       object-fit: contain;
}

.product-detail-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.product-detail-thumbs a {
    display: grid;
    aspect-ratio: 1 / 1;
    place-items: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 10px;
}

.product-detail-thumbs a.active,
.product-detail-thumbs a:hover,
.product-detail-thumbs a:focus {
    border-color: var(--brand-green);
}

.product-detail-thumbs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.product-detail-summary {
    padding-top: 6px;
}

.product-detail-category {
    display: inline-flex;
    margin-bottom: 14px;
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.product-detail-summary h1 {
    max-width: 620px;
    margin-bottom: 18px;
    color: #000;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.16;
}

.product-detail-lead {
    max-width: 620px;
    margin-bottom: 26px;
    color: #4b5563;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}

.product-detail-price {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 28px;
}

.product-detail-price span {
    color: var(--brand-green);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
}

.product-detail-price del {
    color: #9ca3af;
    font-size: 18px;
    font-weight: 600;
}

.product-detail-variants {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.product-detail-variant-btn {
    padding: 8px 18px;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    transition: border-color .15s ease, color .15s ease, background-color .15s ease;
}

.product-detail-variant-btn:hover,
.product-detail-variant-btn:focus {
    border-color: var(--brand-green);
    color: var(--brand-green);
}

.product-detail-variant-btn.active {
    color: #fff;
    background: var(--brand-green);
    border-color: var(--brand-green);
}

.product-detail-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}

.product-detail-meta div {
    min-height: 86px;
    padding: 16px;
    background: #f7faf7;
    border: 1px solid #dbe7dc;
    border-radius: 12px;
}

.product-detail-meta small {
    display: block;
    margin-bottom: 8px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.product-detail-meta strong {
    display: block;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.product-detail-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.product-detail-actions .btn,
.product-detail-cart .btn {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.product-detail-quote-btn {
    color: #fff;
    background: #186700;
    border-color: #186700;
}

.product-detail-quote-btn:hover,
.product-detail-quote-btn:focus {
    color: #fff;
    background: #0f5200;
    border-color: #0f5200;
}

.product-detail-zalo-btn {
    gap: 9px;
    color: #0288d1;
    background: #fff;
    border: 1px solid #0288d1;
}

.product-detail-zalo-btn img {
    width: 21px;
    height: 21px;
    -o-object-fit: contain;
       object-fit: contain;
}

.product-detail-zalo-btn:hover,
.product-detail-zalo-btn:focus {
    color: #fff;
    background: #0288d1;
}

.product-detail-zalo-btn:hover img,
.product-detail-zalo-btn:focus img {
    filter: brightness(0) invert(1);
}

.product-detail-cart {
    margin: 0;
}

.product-detail-cart .btn {
    width: 100%;
    gap: 10px;
    color: #071006;
    background: #62ff00;
    border-color: #62ff00;
}

.product-detail-cart .btn:hover,
.product-detail-cart .btn:focus {
    color: #071006;
    background: #37ff3f;
    border-color: #37ff3f;
}

.product-description-section {
    padding: 0;
    background: #fff;
}

.product-description-heading {
    margin-bottom: 26px;
}

.product-description-heading span {
    display: inline-flex;
    margin-bottom: 16px;
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.product-description-heading h2 {
    margin-bottom: 18px;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.product-description-heading p {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.product-description-content {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.product-description-richtext {
    color: #111827;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

.product-description-richtext figure.image {
    text-align: center;
}

.product-description-richtext li {
    padding-left: 8px;
    list-style: disc;
    padding-inline-start: 8px !important;
}

.product-description-richtext {
    max-width: 100% !important;
    height: auto !important;
}

.product-description-richtext> :first-child {
    margin-top: 0;
}

.product-description-richtext> :last-child {
    margin-bottom: 0;
}

.product-description-richtext h2,
.product-description-richtext h3,
.product-description-richtext h4 {
    margin: 30px 0 18px;
    color: #000;
    font-weight: 700;
    line-height: 1.25;
}

.product-description-richtext h2 {
    font-size: 28px;
}

.product-description-richtext h3 {
    font-size: 24px;
}

.product-description-richtext h4 {
    font-size: 20px;
}

.product-description-richtext p,
.product-description-richtext ul,
.product-description-richtext ol,
.product-description-richtext table {
    margin-bottom: 24px;
}

.product-description-richtext ul,
.product-description-richtext ol {
    padding-left: 22px;
}

.product-description-richtext li {
    margin-bottom: 8px;
}

.product-description-richtext img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.product-description-richtext table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    /* border: 1px solid #d1d5db; */
    border-collapse: collapse;
    border-radius: 10px;
}

.product-description-richtext th,
.product-description-richtext td {
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    vertical-align: top;
}

.product-description-richtext th {
    background: #e8f5e9;
    color: #0a3d12;
    font-weight: 700;
}

.product-description-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.product-description-highlights div {
    display: grid;
    gap: 12px;
    align-items: start;
    grid-template-columns: 34px 1fr;
    padding: 16px;
    background: #fff;
    border: 1px solid #dbe7dc;
    border-radius: 12px;
}

.product-description-highlights i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #071006;
    background: #62ff00;
    border-radius: 50%;
}

.product-description-highlights span {
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.product-detail-sidebar {
    display: grid;
    gap: 48px;
    align-self: start;
}

.product-doc-card {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 0 14px;
    padding: 34px;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 12px;
}

.product-doc-icon {
    padding-top: 6px;
    color: #333;
    font-size: 20px;
}

.product-doc-card h2 {
    margin-bottom: 16px;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.product-doc-card p {
    margin-bottom: 24px;
    color: #4b5563;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
}

.product-doc-actions {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.product-doc-actions a {
    display: grid;
    grid-template-columns: 18px 1fr 18px;
    gap: 8px;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    color: #071006;
    background: #a7ff3d;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.product-doc-actions a:hover,
.product-doc-actions a:focus {
    color: #071006;
    background: #62ff00;
}

.product-related h2 {
    margin-bottom: 24px;
    color: #222;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.product-related-list {
    display: grid;
    gap: 24px;
}

.product-related-card {
    display: grid;
    grid-template-columns: 104px 1fr auto;
    gap: 20px;
    align-items: center;
    min-height: 136px;
    padding: 22px 24px;
    background: #f1ffed;
    border: 1px solid #62b44e;
    border-radius: 9px;
}

.product-related-image {
    display: grid;
    width: 104px;
    height: 88px;
    place-items: center;
    overflow: hidden;
    background: #efefef;
    border-radius: 8px;
}

.product-related-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.product-related-body span {
    display: inline-flex;
    margin-bottom: 6px;
    padding: 3px 9px;
    color: #166700;
    background: #fff;
    border: 1px solid #78d66a;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
}

.product-related-body h3 {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
}

.product-related-body h3 a {
    color: #111;
}

.product-related-body h3 a:hover,
.product-related-body h3 a:focus {
    color: var(--brand-green);
}

.product-related-body p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.product-related-quote {
    display: inline-flex;
    min-width: 104px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    color: var(--brand-green);
    background: #fff;
    border: 1px solid var(--brand-green);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.product-related-quote:hover,
.product-related-quote:focus {
    color: #fff;
    background: var(--brand-green);
}

.cart-page {
    background: #fff;
}

.cart-heading-section {
    padding: 46px 0 18px;
    background: #fff;
}

.cart-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 600;
}

.cart-breadcrumb a {
    color: #4b5563;
}

.cart-breadcrumb a:hover,
.cart-breadcrumb a:focus {
    color: var(--brand-green);
}

.cart-page-title span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--brand-green);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.cart-page-title h1 {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--brand-green);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.cart-main-section {
    padding: 28px 0 86px;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 30px;
    align-items: start;
}

.cart-table-card,
.cart-summary-card,
.cart-empty-state {
    background: #fff;
    border: 1px solid #dbe3dc;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(0, 58, 12, .06);
}

.cart-table-card {
    overflow: hidden;
}

.cart-table-head,
.cart-item-row {
    display: grid;
    grid-template-columns: minmax(270px, 1fr) 150px 150px 150px 54px;
    gap: 18px;
    align-items: center;
}

.cart-table-head {
    min-height: 62px;
    padding: 0 22px;
    color: #fff;
    background: var(--brand-green-dark);
    font-size: 14px;
    font-weight: 700;
}

.cart-items {
    display: grid;
}

.cart-item-row {
    min-height: 146px;
    padding: 22px;
    border-bottom: 1px solid #e5ece6;
}

.cart-item-row:last-child {
    border-bottom: 0;
}

.cart-product-cell {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 18px;
    align-items: center;
    min-width: 0;
}

.cart-product-image {
    display: grid;
    width: 108px;
    height: 96px;
    place-items: center;
    overflow: hidden;
    background: #f4f7f4;
    border: 1px solid #d9e2db;
    border-radius: 10px;
}

.cart-product-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.cart-product-cell h2 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.cart-product-cell h2 a {
    color: #111827;
}

.cart-product-cell h2 a:hover,
.cart-product-cell h2 a:focus {
    color: var(--brand-green);
}

.cart-product-cell p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.cart-price-cell strong,
.cart-subtotal-cell {
    color: #111827;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.cart-price-cell del {
    display: block;
    margin-top: 5px;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 600;
}

.cart-quantity-cell {
    display: grid;
    grid-template-columns: 38px 54px 38px;
    width: -moz-max-content;
    width: max-content;
    overflow: hidden;
    border: 1px solid #cfd8d0;
    border-radius: 999px;
}

.cart-quantity-cell button,
.cart-quantity-cell input {
    width: 100%;
    height: 38px;
    color: #111827;
    background: #fff;
    border: 0;
}

.cart-quantity-cell button {
    display: grid;
    place-items: center;
    color: var(--brand-green);
    font-size: 18px;
}

.cart-quantity-cell button:hover,
.cart-quantity-cell button:focus {
    background: var(--brand-green-soft);
}

.cart-quantity-cell input {
    border-right: 1px solid #cfd8d0;
    border-left: 1px solid #cfd8d0;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
}

.cart-quantity-cell input::-webkit-outer-spin-button,
.cart-quantity-cell input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
            appearance: none;
}

.cart-remove-btn {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #d71920;
    background: #fff5f5;
    border: 1px solid #ffd3d3;
    border-radius: 50%;
    font-size: 18px;
}

.cart-remove-btn:hover,
.cart-remove-btn:focus {
    color: #fff;
    background: #d71920;
    border-color: #d71920;
}

.cart-summary-card {
    position: sticky;
    top: 24px;
    padding: 28px;
}

.cart-summary-card h2 {
    margin-bottom: 22px;
    color: #111827;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
}

.cart-summary-line,
.cart-summary-total {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.cart-summary-line {
    padding: 14px 0;
    color: #4b5563;
    border-bottom: 1px solid #e5ece6;
    font-size: 15px;
    font-weight: 600;
}

.cart-summary-line strong {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
}

.cart-summary-total {
    padding: 20px 0;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
}

.cart-summary-total strong {
    color: var(--brand-green);
    font-size: 26px;
    font-weight: 800;
}

.cart-summary-card p {
    margin-bottom: 22px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.cart-checkout-btn,
.cart-continue-btn,
.cart-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.cart-checkout-btn {
    gap: 10px;
    width: 100%;
    color: #fff;
    background: var(--brand-green);
    border-color: var(--brand-green);
}

.cart-checkout-btn:hover,
.cart-checkout-btn:focus {
    color: #fff;
    background: #0f5200;
    border-color: #0f5200;
}

.cart-continue-btn {
    gap: 8px;
    width: 100%;
    margin-top: 12px;
    color: var(--brand-green);
    background: #fff;
    border: 1px solid #b8cbbb;
}

.cart-continue-btn:hover,
.cart-continue-btn:focus,
.cart-outline-btn:hover,
.cart-outline-btn:focus {
    color: #fff;
    background: var(--brand-green-dark);
    border-color: var(--brand-green-dark);
}

.cart-empty-state {
    max-width: 760px;
    padding: 58px 34px;
    margin: 0 auto;
    text-align: center;
}

.cart-empty-state i {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    margin: 0 auto 20px;
    color: var(--brand-green);
    background: var(--brand-green-soft);
    border-radius: 50%;
    font-size: 34px;
}

.cart-empty-state h2 {
    margin-bottom: 12px;
    color: #111827;
    font-size: 28px;
    font-weight: 800;
}

.cart-empty-state p {
    max-width: 560px;
    margin: 0 auto 26px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.7;
}

.cart-empty-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.cart-outline-btn {
    min-width: 154px;
    color: var(--brand-green);
    background: #fff;
    border: 1px solid #b8cbbb;
}

.checkout-page {
    background: #fff;
}

.checkout-heading-section {
    padding-bottom: 12px;
}

.checkout-page-title {
    display: grid;
    gap: 8px;
}

.checkout-page-title h1 {
    display: block;
    margin: 0;
    color: #111827;
    font-size: 42px;
    line-height: 1.15;
    text-transform: none;
}

.checkout-main-section {
    padding-top: 22px;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 30px;
    align-items: start;
}

.checkout-form-stack {
    display: grid;
    gap: 22px;
}

.checkout-panel,
.checkout-summary-card {
    background: #fff;
    border: 1px solid #dbe3dc;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(0, 58, 12, .06);
}

.checkout-panel {
    padding: 30px;
}

.checkout-panel-heading {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
    margin-bottom: 24px;
}

.checkout-panel-heading>span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #fff;
    background: var(--brand-green);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 800;
}

.checkout-panel-heading h2 {
    margin-bottom: 8px;
    color: #111827;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.checkout-panel-heading p {
    max-width: 620px;
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.checkout-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.checkout-field-full {
    grid-column: 1 / -1;
}

.checkout-field .form-label {
    margin-bottom: 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
}

.checkout-field .form-control {
    min-height: 52px;
    padding: 12px 16px;
    color: #111827;
    border: 1px solid #cfd8d0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
}

.checkout-field .form-control:focus {
    border-color: var(--brand-green);
    box-shadow: 0 0 0 .2rem rgba(24, 103, 0, .12);
}

.checkout-payment-options {
    display: grid;
    gap: 14px;
}

.checkout-payment-option {
    position: relative;
    display: grid;
    grid-template-columns: 22px 46px 1fr;
    gap: 14px;
    align-items: center;
    min-height: 86px;
    padding: 18px;
    border: 1px solid #dbe3dc;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.checkout-payment-option:hover,
.checkout-payment-option:focus-within {
    background: #fbfdfb;
    border-color: var(--brand-green);
    box-shadow: 0 12px 28px rgba(0, 58, 12, .08);
}

.checkout-payment-option input {
    width: 18px;
    height: 18px;
    accent-color: var(--brand-green);
}

.checkout-payment-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: var(--brand-green);
    background: var(--brand-green-soft);
    border-radius: 50%;
    font-size: 21px;
}

.checkout-payment-option strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
}

.checkout-payment-option small {
    display: block;
    color: #5f6b63;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.checkout-bank-qr {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    margin-top: 14px;
    padding: 18px;
    background: #f7faf7;
    border: 1px solid #dbe3dc;
    border-radius: 12px;
}

.checkout-bank-qr[hidden] {
    display: none;
}

.checkout-bank-qr-image img {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #dbe3dc;
    border-radius: 8px;
}

.checkout-bank-qr-info p {
    margin-bottom: 6px;
    color: #111827;
    font-size: 14px;
    line-height: 1.6;
}

.checkout-bank-qr-info strong {
    color: #111827;
}

.checkout-bank-qr-note {
    margin-top: 10px;
    padding-top: 10px;
    color: #5f6b63;
    font-size: 13px;
    line-height: 1.6;
    border-top: 1px dashed #dbe3dc;
}

.checkout-summary-card {
    position: sticky;
    top: 24px;
    padding: 28px;
}

.checkout-summary-heading {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.checkout-summary-heading h2 {
    margin: 0;
    color: #111827;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.checkout-summary-heading a {
    color: var(--brand-green);
    font-size: 14px;
    font-weight: 700;
}

.checkout-summary-items {
    display: grid;
    gap: 16px;
    max-height: 360px;
    padding-right: 4px;
    margin-bottom: 18px;
    overflow-y: auto;
}

.checkout-summary-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
}

.checkout-summary-image {
    position: relative;
    width: 72px;
    height: 66px;
    background: #f4f7f4;
    border: 1px solid #d9e2db;
    border-radius: 10px;
}

.checkout-summary-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.checkout-summary-image span {
    position: absolute;
    top: -8px;
    right: -8px;
    display: grid;
    min-width: 24px;
    height: 24px;
    place-items: center;
    padding: 0 7px;
    color: #fff;
    background: var(--brand-green);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.checkout-summary-item h3 {
    margin-bottom: 6px;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.checkout-summary-item p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.checkout-summary-item strong {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.checkout-summary-lines {
    border-top: 1px solid #e5ece6;
}

.checkout-summary-note {
    margin-bottom: 22px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.checkout-submit-btn {
    min-height: 56px;
}

.checkout-success-page {
    background: #fff;
}

.checkout-success-heading-section {
    padding-bottom: 0;
}

.checkout-success-main-section {
    padding: 24px 0 86px;
}

.checkout-success-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 30px;
    align-items: start;
}

.checkout-success-content {
    display: grid;
    gap: 24px;
}

.checkout-success-hero,
.checkout-success-panel,
.checkout-success-summary {
    background: #fff;
    border: 1px solid #dbe3dc;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(0, 58, 12, .06);
}

.checkout-success-hero {
    position: relative;
    overflow: hidden;
    padding: 42px;
}

.checkout-success-hero::before {
    position: absolute;
    top: -120px;
    right: -90px;
    width: 280px;
    height: 280px;
    background: rgba(24, 103, 0, .08);
    border-radius: 50%;
    content: "";
}

.checkout-success-hero>* {
    position: relative;
    z-index: 1;
}

.checkout-success-icon {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    margin-bottom: 22px;
    color: #fff;
    background: var(--brand-green);
    border-radius: 50%;
    font-size: 38px;
    box-shadow: 0 16px 34px rgba(24, 103, 0, .22);
}

.checkout-success-hero>span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--brand-green);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.checkout-success-hero h1 {
    max-width: 680px;
    margin-bottom: 14px;
    color: #111827;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.18;
}

.checkout-success-hero p {
    max-width: 720px;
    margin-bottom: 26px;
    color: #4b5563;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.checkout-success-hero p strong {
    color: var(--brand-green);
    font-weight: 800;
}

.checkout-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.checkout-success-actions .cart-checkout-btn,
.checkout-success-actions .cart-continue-btn {
    width: auto;
    min-width: 190px;
    padding-right: 24px;
    padding-left: 24px;
    margin-top: 0;
}

.checkout-success-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.checkout-success-panel {
    padding: 28px;
}

.checkout-success-panel-heading {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 22px;
}

.checkout-success-panel-heading span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: var(--brand-green);
    background: var(--brand-green-soft);
    border-radius: 50%;
    font-size: 22px;
}

.checkout-success-panel-heading h2 {
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.checkout-success-list {
    display: grid;
    gap: 16px;
    margin: 0;
}

.checkout-success-list div {
    display: grid;
    gap: 5px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5ece6;
}

.checkout-success-list div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.checkout-success-list dt {
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.checkout-success-list dd {
    margin: 0;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.checkout-success-summary {
    position: sticky;
    top: 24px;
    padding: 28px;
}

.checkout-success-summary .checkout-summary-heading span {
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
}

.checkout-success-summary-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
}

.checkout-success-product-icon {
    position: relative;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: var(--brand-green);
    background: #f4f7f4;
    border: 1px solid #d9e2db;
    border-radius: 12px;
    font-size: 24px;
}

.checkout-success-product-icon span {
    position: absolute;
    top: -8px;
    right: -8px;
    display: grid;
    min-width: 23px;
    height: 23px;
    place-items: center;
    padding: 0 7px;
    color: #fff;
    background: var(--brand-green);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.checkout-success-summary-item h3 {
    margin-bottom: 5px;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.checkout-success-summary-item p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.checkout-success-summary-item strong {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.consultation-cta {
    position: relative;
    overflow: hidden;
    padding: 126px 0;
    color: #fff;
    background: #071d0b;
}

.consultation-cta::before {
    position: absolute;
    inset: -18px;
    content: "";
    background:
        linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)),
        url("/images/locmiennam/cta.jpg") center / cover no-repeat;
}

.consultation-cta>.container {
    position: relative;
    z-index: 1;
}

.consultation-cta h2 {
    margin-bottom: 18px;
    color: #f8fffb;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.12;
}

.consultation-cta p {
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .9);
    font-size: 19px;
    line-height: 1.6;
}

.cta-form {
    display: flex;
    max-width: 760px;
    gap: 12px;
    margin: 0 auto;
}

.cta-form .form-control {
    min-height: 56px;
    border-color: #6b7280;
}

.cta-form .btn {
    flex: 0 0 auto;
}

.cta-message {
    min-height: 24px;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
}

.cta-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 34px;
    justify-content: center;
    margin-top: 34px;
    color: #dcffe7;
    font-size: 14px;
    font-weight: 600;
}

.site-footer {
    color: #fff;
    background: #050505;
}

.site-footer .container {
    padding-top: 72px;
    padding-bottom: 60px;
}

.footer-logo {
    width: 132px;
    height: auto;
    margin-bottom: 26px;
}

.footer-summary {
    color: #f3f3f3;
    font-size: 15px;
    line-height: 1.7;
}

.brand-badge {
    width: 120px;
    height: auto;
    margin-top: 18px;
    border-radius: 999px;
}

.site-footer h2 {
    margin-bottom: 22px;
    color: var(--brand-green-soft);
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-list,
.footer-links {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-list li,
.footer-links a {
    color: #f3f3f3;
    font-size: 15px;
    line-height: 1.55;
}

.footer-list i {
    margin-right: 8px;
}

.footer-social .zalo a {
    position: relative;
    top: 5px;
}

.support-list a {
    display: block;
    color: var(--teal);
}

.footer-links a:hover {
    color: var(--brand-neon);
}

.footer-bottom {
    padding: 10px 16px;
    color: #fff;
    background: #166700;
    font-size: 12px;
    text-align: center;
}

.navbar-toggler-icon {
    width: 24px;
    height: 24px;
}

@media (max-width: 1199.98px) {
    .main-nav .navbar-nav {
        gap: 8px;
    }

    .main-nav .nav-link {
        font-size: 14px;
    }

    .about-sales-process-list {
        gap: 18px;
    }

    .about-sales-process-item h3 {
        font-size: 18px;
    }

    .about-sales-process-item p {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .header-tools {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 16px;
    }

    .brand-link img {
        height: 40px;
        width: auto;
    }

    .header-search .form-control {
        min-height: 35px;
        padding: 0 5px;
        text-indent: 34px;
    }

    .cart-link {
        width: 40px;
        height: 40px;
        top: 5px;
    }

    .main-nav .navbar-nav {
        gap: 0;
        padding: 18px 15px;
    }

    .hero-section h1 {
        font-size: 40px;
    }

    .hero-control {
        display: none;
    }

    .section-block {
        padding: 56px 0;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .capability-image {
        min-height: 320px;
    }

    .blog-hero {
        padding: 68px 0 34px;
    }

    .blog-hero h1 {
        font-size: 36px;
    }

    .blog-sidebar {
        margin-top: 18px;
    }

    .post-detail-hero {
        padding: 58px 0 68px;
    }

    .post-detail-hero h1 {
        font-size: 38px;
    }

    .toc-widget {
        position: static;
    }

    .contact-hero {
        padding: 58px 0 28px;
    }

    .contact-hero h1 {
        font-size: 36px;
    }

    .support-section {
        padding: 30px;
    }

    .project-hero {
        padding: 96px 0 92px;
    }

    .project-hero h1 {
        font-size: 38px;
    }

    .project-stats {
        width: 100%;
    }

    .project-stats>div {
        min-width: 0;
        padding: 22px;
    }

    .project-filter-btn {
        width: 100%;
    }

    .recruitment-hero {
        padding: 88px 0;
    }

    .recruitment-hero h1 {
        font-size: 38px;
    }

    .recruitment-hero-panel {
        max-width: none;
        margin-left: 0;
    }

    .job-detail-hero {
        padding: 62px 0 70px;
    }

    .job-detail-hero h1 {
        font-size: 38px;
    }

    .job-detail-sidebar {
        position: static;
    }

    .about-hero {
        padding: 88px 0;
    }

    .about-hero h1 {
        font-size: 40px;
    }

    .about-hero-card {
        max-width: none;
        margin-left: 0;
    }

    .catalog-hero {
        padding: 56px 0 64px;
    }

    .catalog-hero h1 {
        font-size: 38px;
    }

    .catalog-sidebar {
        position: static;
    }

    .product-detail-image {
        height: 460px;
    }

    .product-detail-summary h1 {
        font-size: 36px;
    }

    .product-description-heading {
        position: static;
    }

    .product-description-highlights {
        grid-template-columns: 1fr;
    }

    .product-detail-sidebar {
        gap: 34px;
    }

    .product-related-card {
        grid-template-columns: 104px 1fr auto;
    }

    .about-sales-process-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 22px;
    }

    .about-sales-process-list::before {
        display: none;
    }

    .about-sales-process-item {
        padding: 22px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 8px;
    }

    .about-sales-process-marker {
        margin-bottom: 18px;
    }

    .about-sales-process-item h3,
    .about-sales-process-item p {
        max-width: none;
    }

    .about-sales-process-item h3 {
        min-height: 0;
        margin-bottom: 12px;
    }
}

@media (max-width: 767.98px) {
    .recruitment-hero {
        background-size: contain;
        max-height: 200px;
    }

    .recruitment-hero h1 {
        display: none;
    }

    .recruitment-eyebrow {
        display: none;
    }

    .about-image {
        height: auto !important;
        min-height: auto;
    }

    .about-image img {
        height: auto !important;
    }

    .about-image::after {
        box-shadow: none;
    }

    .footer-logo {
        display: none;
    }

    .topbar {
        padding: 12px 0;
    }

    .header-tools {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 12px;
    }

    .brand-link {
        grid-column: 1;
    }

    .header-actions {
        grid-column: 2;
        grid-row: 1;
        gap: 10px;
    }

    .header-search {
        grid-column: 1 / -1;
        grid-row: 2;
        left: 0;
    }

    .min-vh-hero {
        min-height: 460px;
    }

    .hero-section h1 {
        font-size: 34px;
    }

    .hero-copy {
        font-size: 16px;
    }

    .category-card {
        min-height: 138px;
        padding: 14px 10px;
    }

    .solution-media,
    .article-media {
        height: 210px;
    }

    .product-media {
        height: auto;
    }

    .consultation-cta {
        padding: 82px 0;
    }

    .consultation-cta h2 {
        font-size: 34px;
    }

    .consultation-cta p {
        font-size: 16px;
    }

    .cta-form {
        flex-direction: column;
    }

    .cta-form .btn {
        width: 100%;
    }

    .blog-hero {
        padding: 52px 0 28px;
    }

    .blog-hero h1 {
        font-size: 32px;
    }

    .blog-filter {
        gap: 8px;
        margin-bottom: 24px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }

    .blog-filter a {
        flex: 0 0 auto;
        min-height: 40px;
    }

    .news-card-media {
        height: 210px;
    }

    .news-card h2 {
        font-size: 19px;
    }

    .blog-widget,
    .newsletter-widget {
        padding: 22px;
    }

    .post-detail-hero {
        padding: 46px 0 56px;
    }

    .post-detail-hero h1 {
        font-size: 32px;
    }

    .article-content {
        font-size: 15px;
        line-height: 1.75;
    }

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

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

    .author-box {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 26px;
        text-align: center;
    }

    .author-box img {
        margin: 0 auto;
    }

    .contact-hero {
        padding: 46px 0 24px;
    }

    .contact-hero h1 {
        font-size: 32px;
    }

    .contact-panel {
        padding: 22px;
    }

    .contact-socials {
        grid-template-columns: 1fr;
    }

    .contact-map {
        height: 240px;
    }

    .support-section {
        padding: 24px 18px;
    }

    .support-section h2,
    .catalog-cta h2 {
        font-size: 24px;
    }

    .project-hero {
        padding: 72px 0;
    }

    .project-hero h1 {
        font-size: 32px;
    }

    .project-hero p {
        font-size: 16px;
    }

    .project-stats {
        grid-template-columns: 1fr;
    }

    .project-stats>div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .34);
    }

    .project-stats>div:last-child {
        border-bottom: 0;
    }

    .project-main {
        padding: 42px 0 58px;
    }

    .project-filter {
        padding: 18px;
        margin-bottom: 30px;
    }

    .project-card-media {
        height: 230px;
    }

    .project-card-body {
        min-height: 0;
        padding: 22px;
    }

    .project-card h2 {
        font-size: 20px;
    }

    .project-profile-cta {
        padding-top: 38px;
    }

    .project-profile-cta h2 {
        font-size: 24px;
    }

    .recruitment-hero {
        padding: 0;
    }

    .recruitment-hero h1 {
        font-size: 32px;
    }

    .recruitment-hero p {
        font-size: 16px;
    }

    .recruitment-actions .btn {
        width: 100%;
    }

    .recruitment-main {
        padding: 44px 0 58px;
    }

    .recruitment-benefits {
        padding: 48px 0;
    }

    .recruitment-heading h2,
    .recruitment-benefits h2 {
        font-size: 25px;
    }

    .recruitment-filter {
        padding: 18px;
    }

    .job-card {
        padding: 22px;
    }

    .job-card h2 {
        font-size: 20px;
    }

    .recruitment-process {
        padding-top: 48px;
    }

    .recruitment-cta h2 {
        font-size: 24px;
    }

    .job-detail-hero {
        padding: 50px 0 58px;
    }

    .job-detail-hero h1 {
        font-size: 32px;
    }

    .job-detail-hero p {
        font-size: 16px;
    }

    .job-detail-main {
        padding: 44px 0 58px;
    }

    .job-detail-panel,
    .job-apply-panel,
    .job-summary-card,
    .job-contact-card {
        padding: 24px;
    }

    .job-detail-intro h2,
    .job-content-section h2,
    .job-apply-panel h2,
    .job-summary-card h2,
    .job-contact-card h2 {
        font-size: 22px;
    }

    .job-apply-panel .btn {
        width: 100%;
    }

    .about-hero {
        padding: 68px 0;
    }

    .about-hero h1 {
        font-size: 34px;
    }

    .about-hero p {
        font-size: 16px;
    }

    .about-hero-actions .btn {
        width: 100%;
    }

    .about-overview,
    .about-values,
    .about-capability,
    .about-sales-process,
    .about-timeline,
    .about-cta {
        padding: 50px 0;
    }

    .about-overview h2,
    .about-capability h2,
    .about-sales-process h2,
    .about-heading h2,
    .about-cta h2 {
        font-size: 26px;
    }

    .about-image {
        height: 320px;
    }

    .about-stat-card,
    .about-value-card,
    .about-sales-process-item,
    .about-timeline-card {
        padding: 22px;
    }

    .about-sales-process-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-sales-process-item {
        display: grid;
        grid-template-columns: 54px 1fr;
        gap: 6px 16px;
        align-items: start;
    }

    .about-sales-process-marker {
        width: 54px;
        height: 54px;
        grid-row: span 2;
        margin: 0;
        font-size: 18px;
    }

    .about-sales-process-item h3 {
        margin: 0;
        font-size: 18px;
    }

    .about-sales-process-item p {
        font-size: 14px;
    }

    .catalog-hero {
        padding: 48px 0 56px;
    }

    .catalog-hero h1 {
        font-size: 32px;
    }

    .catalog-hero p {
        font-size: 16px;
    }

    .catalog-main {
        padding: 42px 0 58px;
    }

    .catalog-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .catalog-toolbar .form-select {
        width: 100%;
        min-width: 0;
    }

    .catalog-product-media {
        height: 300px;
    }

    .catalog-product-body {
        padding: 15px 11px 11px;
    }

    .catalog-product-body small {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .catalog-product-body h2 {
        margin-bottom: 24px;
    }

    .catalog-product-actions .btn {
        border-radius: 16px;
    }

    .product-detail-hero {
        padding: 38px 0 56px;
    }

    .product-detail-breadcrumb {
        margin-bottom: 24px;
    }

    .product-detail-image {
        height: 380px;
    }

    .product-detail-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .product-detail-summary h1 {
        font-size: 32px;
    }

    .product-detail-lead {
        font-size: 16px;
    }

    .product-detail-price span {
        font-size: 30px;
    }

    .product-detail-actions {
        grid-template-columns: 1fr;
    }

    .product-description-section {
        padding: 52px 0 62px;
    }

    .product-description-heading h2 {
        font-size: 32px;
    }

    .product-description-content {
        padding: 24px;
    }

    .product-description-richtext {
        font-size: 16px;
        line-height: 1.75;
    }

    .product-doc-card {
        padding: 26px;
    }

    .product-doc-card h2,
    .product-related h2 {
        font-size: 28px;
    }

    .product-related-card {
        grid-template-columns: 96px 1fr;
    }

    .product-related-quote {
        grid-column: 2;
        width: -moz-max-content;
        width: max-content;
    }
}

@media (max-width: 575.98px) {
    .brand-link img {
        height: 40px;
        width: auto;
    }

    .language-switcher a {
        width: 30px;
    }

    .language-switcher img {
        width: 20px;
    }

    .cart-link {
        width: 38px;
        height: 38px;
        font-size: 19px;
    }

    .section-heading h2 {
        font-size: 24px;
    }

    .min-vh-hero {
        min-height: 380px;
    }

    .hero-section h1 {
        font-size: 30px;
    }

    .product-body,
    .solution-body,
    .article-body,
    .capability-card {
        padding: 18px;
    }

    .news-card-body {
        padding: 18px;
    }

    .popular-post {
        grid-template-columns: 72px 1fr;
        gap: 12px;
    }

    .popular-post img {
        width: 72px;
        height: 72px;
    }

    .post-detail-hero h1 {
        font-size: 28px;
    }

    .author-box h2 {
        font-size: 22px;
    }

    .contact-info-list>div {
        grid-template-columns: 1fr;
    }

    .contact-info-list i {
        margin-bottom: 4px;
    }

    .project-stats strong {
        font-size: 28px;
    }

    .project-card-media {
        height: 210px;
    }

    .job-card-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .recruitment-hero-panel {
        padding: 26px;
    }

    .recruitment-hero-panel strong {
        font-size: 42px;
    }

    .job-breadcrumb {
        font-size: 12px;
    }

    .job-detail-panel,
    .job-apply-panel,
    .job-summary-card,
    .job-contact-card {
        padding: 20px;
    }

    .job-summary-list>div {
        grid-template-columns: 34px 1fr;
    }

    .job-summary-list i {
        width: 34px;
        height: 34px;
    }

    .about-hero-card {
        padding: 26px;
    }

    .about-image {
        height: 260px;
    }

    .about-capability-list>div {
        grid-template-columns: 34px 1fr;
        padding: 16px;
    }

    .about-capability-list i {
        width: 34px;
        height: 34px;
    }

    .about-stat-card strong {
        font-size: 30px;
    }

    .catalog-widget {
        padding: 20px;
    }

    .catalog-product-card {
        padding: 10px 10px 32px;
        border-radius: 12px;
    }

    .catalog-product-media {
        height: 286px;
        padding: 0;
        border-radius: 12px;
    }

    .catalog-product-cart {
        bottom: 20px;
        left: 12px;
    }

    .catalog-product-cart button,
    .catalog-product-cart {
        width: 37px;
        height: 36px;
        font-size: 18px;
    }

    .catalog-product-body {
        padding: 28px 11px 0;
    }

    .catalog-product-body small {
        font-size: 16px;
    }

    .catalog-product-body h2 {
        margin-bottom: 22px;
        font-size: 22px;
    }

    .catalog-product-actions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .catalog-product-actions .btn {
        width: 100%;
        border-radius: 16px;
    }

    .quote-request-modal .modal-dialog {
        margin: 16px;
    }

    .quote-request-modal .modal-content {
        padding: 40px 22px 36px;
    }

    .quote-modal-close {
        top: 14px;
        right: 14px;
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .quote-request-form {
        gap: 20px;
    }

    .quote-modal-heading p {
        font-size: 18px;
    }

    .quote-modal-heading h2 {
        font-size: 28px;
    }

    .quote-form-fields,
    .quote-form-group {
        gap: 12px;
    }

    .quote-form-group label,
    .quote-submit-btn {
        font-size: 18px;
    }

    .quote-form-group .form-control,
    .quote-phone-field {
        font-size: 15px;
    }

    .quote-form-group .form-control {
        padding-right: 18px;
        padding-left: 18px;
    }

    .quote-phone-field {
        padding-left: 12px;
    }

    .quote-phone-prefix {
        gap: 7px;
        padding-right: 10px;
        font-size: 14px;
    }

    .quote-vietnam-flag {
        width: 22px;
        height: 15px;
    }

    .quote-success-panel {
        min-height: 420px;
        gap: 14px;
        padding: 24px 0;
    }

    .quote-success-icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }

    .quote-success-panel p {
        font-size: 18px;
    }

    .quote-success-panel h2 {
        font-size: 28px;
    }

    .quote-success-panel span {
        font-size: 15px;
    }

    .quote-success-close {
        min-width: 150px;
        min-height: 44px;
        font-size: 16px;
    }

    .message-modal .modal-dialog {
        margin: 16px;
    }

    .message-modal .modal-content {
        min-height: auto;
        padding: 40px 24px 28px;
        border-radius: 22px;
    }

    .message-modal-copy {
        max-width: none;
        padding-right: 82px;
    }

    .message-modal-kicker {
        font-size: 18px;
    }

    .message-modal-title {
        font-size: 30px;
    }

    .message-modal-icon {
        top: 36px;
        right: 24px;
        width: 64px;
        height: 64px;
        font-size: 44px;
    }

    .message-modal-description {
        max-width: none;
        margin-top: 20px;
        font-size: 15px;
    }

    .message-modal-close {
        min-height: 48px;
        margin-top: 28px;
        font-size: 18px;
    }

    .catalog-zalo-btn img {
        width: 21px;
        height: 21px;
    }

    .product-detail-image {
        height: 300px;
    }

    .product-detail-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-detail-summary h1 {
        font-size: 28px;
    }

    .product-detail-meta {
        grid-template-columns: 1fr;
    }

    .product-detail-actions .btn,
    .product-detail-cart .btn {
        min-height: 52px;
        font-size: 18px;
    }

    .product-description-heading h2 {
        font-size: 28px;
    }

    .product-description-content {
        padding: 20px;
    }

    .product-description-highlights div {
        grid-template-columns: 30px 1fr;
        padding: 14px;
    }

    .product-description-highlights i {
        width: 30px;
        height: 30px;
    }

    .product-doc-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .product-doc-icon {
        padding-top: 0;
        margin-bottom: 8px;
    }

    .product-doc-actions {
        grid-template-columns: 1fr;
    }

    .product-related-card {
        grid-template-columns: 82px 1fr;
        gap: 14px;
        padding: 16px;
    }

    .product-related-image {
        width: 82px;
        height: 74px;
    }

    .product-related-body h3 {
        font-size: 18px;
    }

    .product-related-quote {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1199.98px) {

    .cart-layout,
    .checkout-layout,
    .checkout-success-layout {
        grid-template-columns: 1fr;
    }

    .cart-summary-card,
    .checkout-summary-card,
    .checkout-success-summary {
        position: static;
    }

    .cart-table-head,
    .cart-item-row {
        grid-template-columns: minmax(280px, 1fr) 130px 140px 130px 48px;
        gap: 14px;
    }
}

@media (max-width: 991.98px) {

    .cart-page-title h1,
    .checkout-page-title h1 {
        font-size: 36px;
    }

    .cart-table-card {
        overflow: visible;
        border: 0;
        box-shadow: none;
    }

    .cart-table-head {
        display: none;
    }

    .cart-items {
        gap: 16px;
    }

    .cart-item-row {
        grid-template-columns: 1fr auto;
        gap: 18px;
        min-height: 0;
        padding: 18px;
        border: 1px solid #dbe3dc;
        border-radius: 12px;
        box-shadow: 0 14px 34px rgba(0, 58, 12, .06);
    }

    .cart-product-cell,
    .cart-price-cell,
    .cart-quantity-cell,
    .cart-subtotal-cell {
        grid-column: 1;
    }

    .cart-remove-btn {
        grid-column: 2;
        grid-row: 1;
    }

    .cart-subtotal-cell {
        color: var(--brand-green);
        font-size: 18px;
    }

    .checkout-panel,
    .checkout-summary-card,
    .checkout-success-hero,
    .checkout-success-panel,
    .checkout-success-summary {
        padding: 24px;
    }

    .checkout-success-info-grid {
        grid-template-columns: 1fr;
    }

    .checkout-success-hero h1 {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {

    .cart-heading-section,
    .checkout-heading-section,
    .checkout-success-heading-section {
        padding: 36px 0 14px;
    }

    .cart-main-section,
    .checkout-main-section,
    .checkout-success-main-section {
        padding: 24px 0 58px;
    }

    .cart-product-cell {
        grid-template-columns: 88px 1fr;
        gap: 14px;
    }

    .cart-product-image {
        width: 88px;
        height: 82px;
    }

    .cart-product-cell h2 {
        font-size: 16px;
    }

    .cart-summary-card,
    .cart-empty-state {
        padding: 22px;
    }

    .cart-empty-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .checkout-field-grid {
        grid-template-columns: 1fr;
    }

    .checkout-panel-heading {
        grid-template-columns: 42px 1fr;
        gap: 14px;
    }

    .checkout-panel-heading>span {
        width: 42px;
        height: 42px;
    }

    .checkout-panel-heading h2,
    .checkout-summary-heading h2 {
        font-size: 22px;
    }

    .checkout-payment-option {
        grid-template-columns: 20px 42px 1fr;
        gap: 12px;
        padding: 16px;
    }

    .checkout-payment-icon {
        width: 42px;
        height: 42px;
    }

    .checkout-bank-qr {
        grid-template-columns: 1fr;
    }

    .checkout-bank-qr-image img {
        max-width: 220px;
        margin: 0 auto;
    }

    .checkout-success-icon {
        width: 62px;
        height: 62px;
        font-size: 32px;
    }

    .checkout-success-hero h1 {
        font-size: 28px;
    }

    .checkout-success-hero p {
        font-size: 15px;
    }

    .checkout-success-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .checkout-success-actions .cart-checkout-btn,
    .checkout-success-actions .cart-continue-btn {
        width: 100%;
    }

    .checkout-success-summary-item {
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .checkout-success-summary-item strong {
        grid-column: 2;
    }
}

@media (max-width: 575.98px) {

    .cart-page-title h1,
    .checkout-page-title h1 {
        font-size: 30px;
    }

    .cart-item-row {
        grid-template-columns: 1fr;
    }

    .cart-remove-btn {
        grid-column: 1;
        grid-row: auto;
        width: 100%;
        height: 42px;
        border-radius: 12px;
    }

    .cart-quantity-cell {
        grid-template-columns: 40px 52px 40px;
    }

    .cart-summary-total {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .cart-checkout-btn,
    .cart-continue-btn,
    .cart-outline-btn {
        width: 100%;
    }

    .checkout-success-panel-heading {
        align-items: flex-start;
    }

    .checkout-success-panel-heading h2 {
        font-size: 20px;
    }
}

.map-footer {
    margin-bottom: 20px;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.w100 {
    width: 100%;
}

.page-item {
    padding: 0 6px;
}

.active>.page-link,
.page-link.active {
    background-color: var(--brand-green);
    border-color: var(--brand-green);
}

.footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #fff;
    background: #166700;
    border-radius: 50%;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .footer-social a {
        width: 40px;
        height: 40px;
    }
}

.policy-page {
    background: #fff;
}

.policy-hero {
    position: relative;
    padding: 76px 0 82px;
    color: #fff;
    background:
        linear-gradient(90deg, rgb(0 35 12 / 24%), rgb(0 58 12 / 3%), rgba(0, 0, 0, .36)), url(/images/locmiennam/detail-hero.jpg) center / cover no-repeat;
}

.policy-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 600;
}

.policy-breadcrumb a {
    color: rgba(255, 255, 255, .86);
}

.policy-breadcrumb a:hover,
.policy-breadcrumb a:focus {
    color: #fff;
}

.policy-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 14px;
    color: #0c4b15;
    background: #dcffe7;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.policy-hero h1 {
    max-width: 780px;
    margin-bottom: 16px;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.16;
}

.policy-hero p {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}

.policy-hero-contact {
    display: grid;
    gap: 12px;
    padding: 24px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 8px;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
}

.policy-hero-contact span {
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.policy-hero-contact a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.policy-hero-contact i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--brand-green);
    background: #fff;
    border-radius: 50%;
}

.policy-main {
    padding: 64px 0 78px;
}

.policy-sidebar {
    position: sticky;
    top: 24px;
    padding: 22px;
    background: #f6f8f6;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.policy-sidebar h2 {
    margin-bottom: 18px;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
}

.policy-nav-list {
    display: grid;
    gap: 10px;
}

.policy-nav-list a {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: center;
    min-height: 48px;
    padding: 8px 10px;
    color: #243024;
    background: #fff;
    border: 1px solid #e2e8e2;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.policy-nav-list i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--brand-green);
    background: var(--brand-green-soft);
    border-radius: 50%;
}

.policy-nav-list a:hover,
.policy-nav-list a:focus {
    color: var(--brand-green);
    border-color: rgba(24, 103, 0, .35);
}

.policy-nav-empty {
    display: block;
    padding: 12px;
    color: var(--muted);
    background: #fff;
    border: 1px dashed #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
}

.policy-content {
    min-height: 420px;
}

.policy-cms-content {
    padding: 34px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(0, 58, 12, .05);
}

.policy-form {
    padding: 28px;
    margin-top: 24px;
    background: #f6f8f6;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.policy-cta {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 34px;
    margin-top: 54px;
    color: #fff;
    background: var(--brand-green-dark);
    border-radius: 8px;
}

.policy-cta span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #9effb6;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.policy-cta h2 {
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
}

.policy-cta p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.7;
}

.policy-cta .btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .policy-hero {
        padding: 62px 0 68px;
    }

    .policy-hero h1 {
        font-size: 38px;
    }

    .policy-sidebar {
        position: static;
    }

    .policy-nav-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .policy-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .policy-hero {
        padding: 46px 0 54px;
    }

    .policy-breadcrumb {
        margin-bottom: 24px;
    }

    .policy-hero h1 {
        font-size: 32px;
    }

    .policy-hero p {
        font-size: 15px;
    }

    .policy-main {
        padding: 42px 0 58px;
    }

    .policy-nav-list {
        grid-template-columns: 1fr;
    }

    .policy-cms-content,
    .policy-form,
    .policy-cta {
        padding: 22px;
    }

    .policy-cta h2 {
        font-size: 24px;
    }
}

.pt-0 {
    padding-top: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.pd-10 {
    padding: 10px !important;
}

/* social */

.addThis_listSharing.hidden-xs {
    opacity: 1;
    top: auto !important;
    visibility: visible
}

.actionToolbar_mobile.visible-xs {
    opacity: 0;
    visibility: hidden
}

@media (max-width: 767px) {
    .modal-addThis .modal-dialog-centered {
        margin: 30px 10px 40px
    }

    .addThis_listSharing.hidden-xs {
        opacity: 0;
        visibility: hidden
    }

    .actionToolbar_mobile.visible-xs {
        opacity: 1;
        visibility: visible
    }

    footer.footer .copyright .inner .fot_copyright {
        padding-bottom: 40px
    }

    .footer-bottom {
        padding-bottom: 55px;
    }
}

.addThis_listSharing {
    position: fixed;
    bottom: 85px;
    z-index: 999;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.addThis_listSharing.is-show {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.addThis_listing {
    list-style: none;
}

.addThis_listing .addThis_item {
    margin-bottom: 5px;
    margin-right: 24px;
}

.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: black;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
    text-decoration: none;
    opacity: .9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.actionToolbar_mobile {
    top: auto !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    height: 45px;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding: 5px 10px;
}

.actionToolbar_mobile ul.actionToolbar_listing {
    margin: 0;
    padding: 0;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.actionToolbar_mobile ul.actionToolbar_listing li {
    width: 20%;
    float: left;
    list-style: none !important;
}

.actionToolbar_mobile ul.actionToolbar_listing li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
    fill: #696969;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
    margin-top: -25px;
    display: inline-block;
    vertical-align: top;
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
    width: 44px;
    height: 44px;
}

/* modal- center */
.modal-addThis {
    font-size: 0;
    text-align: center;
    padding: 0 !important;
    background: rgba(3, 17, 27, 0.7);
    transition: opacity .35s linear;
}

.modal-addThis:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-addThis .modal-dialog-centered {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-addThis.fade .modal-dialog {
    transform: translate(0, 0);
}

.modal-addThis .modal-dialog-centered .modal-content {
    width: 100%;
}

.modal-addThis .modal-dialog-centered {
    margin: 30px auto 50px;
}

.modal-addThis.fade .modal-dialog-centered {
    opacity: 0;
    transform: scale(0.8);
    transition: all .2s;
}

.modal-addThis.fade.in .modal-dialog-centered {
    opacity: 1;
    transform: scale(1);
}
