body.home .header-main {
    background: rgba(255, 255, 255, 0.06);
}

body.home .transparent #logo img {
    padding: 10px;
}

#btn-open-form-modal form {
    margin: 0;
}

#btn-open-form-modal form .lk-eyebrow p {
    color: #fff;
}

#btn-open-form-modal form .lk-sub {
    color: #fff;
}

#btn-open-form-modal form .lk-overlay-wrap .lk-title p {}

#btn-open-form-modal form .lk-overlay-wrap .lk-title p {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 25px;
}

/* ===== HERO ===== */
.lk-hero {
    position: relative;
    /* background: #14181F; */
    color: #FFFFFF;
    overflow: hidden;
    padding: 64px 0 0;
}

.lk-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    column-gap: 40px;
    align-items: center;
    padding: 90px 0 56px;
}

.lk-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 500;
    color: #D9DCE0;
    margin-bottom: 26px;
}

.lk-hero__tag span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #D6321C;
}

.lk-hero h1 {
    font-size: clamp(36px, 5.2vw, 48px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.6px;
    max-width: 640px;
    color: #fff;
}

.lk-hero h1 em {
    font-style: normal;
    color: #df0024;
    position: relative;
}

.lk-hero p {
    margin-top: 24px;
    font-size: 15px;
    color: #B7BBC2;
    max-width: 520px;
}

.lk-hero__swatch .lk-halftone img {
    height: 100%;
    object-fit: cover;
}

.lk-hero__actions {
    display: flex;
    gap: 16px;
    margin-top: 38px;
    flex-wrap: wrap;
}

.lk-hero__stats {
    display: flex;
    gap: 0;
    margin-top: 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.lk-hero__stat {
    padding: 22px 32px 0 0;
    margin-right: 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.lk-hero__stat:last-child {
    border-right: none;
}

.lk-hero__stat b {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -1px;
}

.lk-hero__stat span {
    font-size: 12.5px;
    color: #8A8F99;
}

.lk-hero__panel {
    position: relative;
    aspect-ratio: 4/5;
}

.lk-hero__swatch {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #1C222B;
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lk-hero__swatch .lk-halftone {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 1;
}

.lk-hero__swatch-label {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #5B616C;
    font-size: 12.5px;
    text-align: center;
    padding: 0 30px;
    display: none;
}

.lk-crop--onpanel {
    color: #df0024;
}

.lk-hero__chip {
    position: absolute;
    z-index: 3;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    display: none;
}

.lk-hero__chip--1 {
    top: -22px;
    left: -26px;
}

.lk-hero__chip--2 {
    bottom: -20px;
    right: -24px;
    background: #D6321C;
    color: #fff;
}

.lk-hero__chip b {
    font-size: 13px;
    font-weight: 700;
    color: #14181F;
    display: block;
}

.lk-hero__chip--2 b {
    color: #fff;
}

.lk-hero__chip span {
    font-size: 10.5px;
    color: #8A8F99;
}

.lk-hero__chip--2 span {
    color: rgba(255, 255, 255, 0.75);
}

.lk-hero__chip-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.lk-hero__actions .lk-btn--primary {
    background: #D6321C;
    color: #FFFFFF;
    box-shadow: 0 0 0 rgba(214, 50, 28, 0);
}

.lk-hero__actions .lk-btn--outline-light {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
}

.lk-hero__actions .lk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 32px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.25s cubic-bezier(.2, .7, .2, 1);
    white-space: nowrap;
}

/* css section  giới thiệu */
.lk-intro-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.lk-intro-section {
    padding: 88px 0;
    background: linear-gradient(to bottom, #fbfbfc, #f4f6f8);
    position: relative;
    overflow: hidden;
}

.lk-intro-dots {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: radial-gradient(#059669 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.lk-intro-glow-1 {
    position: absolute;
    top: -160px;
    right: 25%;
    width: 600px;
    height: 600px;
    background: rgba(236, 253, 245, 0.4);
    border-radius: 9999px;
    filter: blur(140px);
    pointer-events: none;
}

.lk-intro-glow-2 {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 500px;
    height: 500px;
    background: rgba(209, 250, 229, 0.3);
    border-radius: 9999px;
    filter: blur(120px);
    pointer-events: none;
}

.lk-intro-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    z-index: 10;
}

.lk-intro-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 96px;
}

@media (min-width: 1024px) {
    .lk-intro-grid {
        grid-template-columns: repeat(12, 1fr);
        gap: 64px;
    }

    .lk-intro-col-text {
        grid-column: span 6;
    }

    .lk-intro-col-stats {
        grid-column: span 6;
    }
}

/* --- LEFT COLUMN --- */
.lk-intro-col-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lk-intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(236, 253, 245, 0.8);
    border: 1px solid rgba(209, 250, 229, 0.8);
    color: #065f46;
    padding: 6px 16px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    width: fit-content;
}

.lk-intro-badge svg {
    width: 14px;
    height: 14px;
    color: #059669;
    animation: lk-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes lk-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.lk-intro-title {
    font-weight: 900;
    font-size: 32px;
    color: #111827;
    letter-spacing: -0.02em;
    line-height: 1.25;
}


.lk-intro-title-gradient {
    color: transparent;
    font-weight: 900;
    background: linear-gradient(135deg, #f87171 0%, #e30613 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lk-intro-divider {
    height: 4px;
    width: 80px;
    background: #059669;
    border-radius: 9999px;
}

.lk-intro-desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}

@media (min-width: 640px) {
    .lk-intro-desc {
        font-size: 16px;
    }
}

.lk-intro-desc strong {
    color: #111827;
    font-weight: 600;
}

.lk-intro-quote {
    border-left: 4px solid #10b981;
    padding: 16px 20px;
    background: linear-gradient(90deg, rgba(236, 253, 245, 0.5), transparent);
    border-radius: 0 12px 12px 0;
    border-top: 1px solid rgba(243, 244, 246, 0.5);
    border-right: 1px solid rgba(243, 244, 246, 0.5);
    border-bottom: 1px solid rgba(243, 244, 246, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: none;
}

.lk-intro-quote-text {
    font-size: 13px;
    font-style: italic;
    color: #1f2937;
    font-weight: 500;
    display: block;
    line-height: 1.6;
}

@media (min-width: 640px) {
    .lk-intro-quote-text {
        font-size: 14px;
    }
}

.lk-intro-quote-cite {
    font-size: 9px;
    color: #047857;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
}

/* --- RIGHT COLUMN: STAT CARDS --- */
.lk-intro-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (min-width: 640px) {
    .lk-intro-stats-grid {
        gap: 20px;
    }
}

.lk-intro-stat-card {
    background: #ffffff;
    border: 1px solid rgba(229, 231, 235, 0.7);
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s;
    position: relative;
    overflow: hidden;
}

.lk-intro-stat-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-color: rgba(167, 243, 208, 0.8);
    transform: translateY(-4px);
}

.lk-intro-stat-topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #10b981, #059669);
    opacity: 0;
    transition: opacity 0.3s;
}

.lk-intro-stat-card:hover .lk-intro-stat-topbar {
    opacity: 1;
}

.lk-intro-stat-number {
    font-size: 30px;
    font-weight: 900;
    color: #e40c18;
    letter-spacing: -0.02em;
    display: block;
    transition: color 0.3s;
}

@media (min-width: 640px) {
    .lk-intro-stat-number {
        font-size: 36px;
    }
}

.lk-intro-stat-card:hover .lk-intro-stat-number {
    color: #df0024;
}

.lk-intro-stat-label {
    font-size: 12px;
    font-weight: 800;
    color: #111827;
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.lk-intro-stat-desc {
    font-size: 11px;
    color: #6b7280;
    margin-top: 4px;
    line-height: 1.5;
    font-weight: 300;
}

.lk-intro-stat-bar-track {
    margin-top: 16px;
    height: 4px;
    width: 100%;
    background: #f3f4f6;
    border-radius: 9999px;
    overflow: hidden;
}

.lk-intro-stat-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #059669, #10b981);
    border-radius: 9999px;
    transition: width 1s;
}

/* --- BOTTOM DARK BANNER --- */
.lk-intro-banner {
    margin-top: 24px;
    background: linear-gradient(135deg, #111827, #0f172a);
    color: #ffffff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.lk-intro-banner-glow {
    position: absolute;
    right: -48px;
    bottom: -48px;
    width: 128px;
    height: 128px;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 9999px;
    filter: blur(24px);
}

.lk-intro-banner-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    z-index: 10;
}

@media (min-width: 640px) {
    .lk-intro-banner-inner {
        flex-direction: row;
        align-items: center;
    }
}

.lk-intro-banner-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.lk-intro-banner-icon {
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lk-intro-banner-icon.lk-icon-green {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.lk-intro-banner-icon.lk-icon-teal {
    background: rgba(20, 184, 166, 0.1);
    border: 1px solid rgba(20, 184, 166, 0.2);
}

.lk-intro-banner-icon svg {
    width: 20px;
    height: 20px;
}

.lk-intro-banner-icon.lk-icon-green svg {
    color: #34d399;
}

.lk-intro-banner-icon.lk-icon-teal svg {
    color: #2dd4bf;
}

.lk-intro-banner-title {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
}

.lk-intro-banner-sub {
    font-size: 10px;
    color: #9ca3af;
    margin-top: 2px;
}

.lk-intro-banner-sep {
    height: 32px;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    display: none;
}

@media (min-width: 640px) {
    .lk-intro-banner-sep {
        display: block;
    }
}

.sec_home_gt_sr .lk-intro-grid {
    margin-bottom: 0;
}

/* css section chủ lực */
.lk-products-section {
    background: linear-gradient(to bottom, #f9fafb, #ffffff);
    padding: 88px 0;
    position: relative;
    overflow: hidden;
}

.sec_home_sp_cl .lk-header h2 {
    text-align: left;
    margin: 0;
}

.sec_home_sp_cl .lk-header .lk-advantages__header {
    margin-bottom: 0;
}

.sec_home_sp_cl .lk-header p {
    max-width: 380px;
    color: #000;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
}

.lk-products-section .lk-glow-1 {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 620px;
    height: 620px;
    background: rgba(37, 99, 235, 0.03);
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

.lk-products-section .lk-glow-2 {
    position: absolute;
    bottom: -160px;
    right: -80px;
    width: 420px;
    height: 420px;
    background: rgba(37, 99, 235, 0.025);
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
}


/* ===== Header ===== */
.sec_home_sp_cl .lk-header {
    text-align: center;
    margin: 0 auto 64px;
    background: unset;
    padding: 0;
}

.lk-desc {
    color: #000;
}

.lk-card-footer .lk-card-link {
    margin: 0;
}

.sec_home_sp_cl .lk-header::before {
    display: none;
}

.lk-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #1d4ed8;
    padding: 6px 14px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.lk-badge svg {
    width: 14px;
    height: 14px;
    color: #2563eb;
    animation: lk-pulse 2.2s ease-in-out infinite;
}

@keyframes lk-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.lk-header h2 {
    font-weight: 900;
    font-size: 32px;
    color: #111827;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.lk-header p {
    color: #6b7280;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.7;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

@media (min-width: 640px) {
    .lk-header p {
        font-size: 14px;
    }
}

/* ===== Product cards grid ===== */
.lk-products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: stretch;
    text-align: left;
}

@media (min-width: 768px) {
    .lk-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

.lk-card {
    background: #ffffff;
    border: 1px solid rgba(229, 231, 235, 0.8);
    border-radius: 28px;
    padding: 36px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.02);
    transition: box-shadow 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media (min-width: 1024px) {
    .lk-card {
        padding: 44px;
    }
}

.lk-card:hover {
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.07);
    transform: translateY(-4px);
}

.lk-card--red:hover {
    border-color: #fecaca;
}

.lk-card--green:hover {
    border-color: #a7f3d0;
}

.lk-card-topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
}

.lk-card--red .lk-card-topbar {
    background: #da251d;
}

.lk-card--green .lk-card-topbar {
    background: #059669;
}

.lk-card-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 10;
}

.lk-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lk-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: background 0.3s ease, color 0.3s ease;
}

.lk-card--red .lk-card-icon {
    background: #fef2f2;
    color: #da251d;
    border: 1px solid #fee2e2;
}

.lk-card--red:hover .lk-card-icon {
    background: #da251d;
    color: #ffffff;
}

.lk-card--green .lk-card-icon {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #d1fae5;
}

.lk-card--green:hover .lk-card-icon {
    background: #059669;
    color: #ffffff;
}

.lk-card-icon svg {
    width: 28px;
    height: 28px;
}

.lk-card-num {
    font-weight: 900;
    font-size: 52px;
    color: #f3f4f6;
    letter-spacing: -0.04em;
    user-select: none;
    transition: color 0.5s ease;
}

.lk-card--red:hover .lk-card-num {
    color: #fee2e2;
}

.lk-card--green:hover .lk-card-num {
    color: #d1fae5;
}

.lk-card-title {
    font-weight: 900;
    font-size: 24px;
    color: #111827;
    letter-spacing: -0.02em;
    transition: color 0.3s ease;
}

.lk-card--red:hover .lk-card-title {
    color: #da251d;
}

.lk-card--green:hover .lk-card-title {
    color: #059669;
}

.sec_home_sp_cl .lk-card-desc {
    color: #000;
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.7;
}

@media (min-width: 640px) {
    .lk-card-desc {
        font-size: 15px;
    }
}

.lk-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 4px;
}

.lk-tag {
    background: #f9fafb;
    color: #374151;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 13px;
    border-radius: 9999px;
    border: 1px solid rgba(229, 231, 235, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.lk-card--red .lk-tag:hover {
    background: #fef2f2;
    color: #da251d;
    border-color: #fecaca;
}

.lk-card--green .lk-tag:hover {
    background: #ecfdf5;
    color: #059669;
    border-color: #a7f3d0;
}

/* image frame */
.lk-img-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.lk-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.7s ease;
    filter: brightness(0.98) contrast(1.01);
}

.lk-img-frame:hover img {
    transform: scale(1.05);
}

.lk-img-placeholder {
    position: absolute;
    inset: 0;
    background: rgba(250, 249, 246, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
    transition: opacity 0.5s ease;
}

.lk-img-frame:hover .lk-img-placeholder {
    opacity: 0;
    pointer-events: none;
}

.lk-img-placeholder-icon {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    margin-bottom: 12px;
    border: 1px solid #f3f4f6;
}

.lk-img-placeholder-icon svg {
    width: 20px;
    height: 20px;
    color: #9ca3af;
}

.lk-img-placeholder-title {
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.lk-img-placeholder-sub {
    font-size: 10px;
    color: #9ca3af;
    margin-top: 6px;
    font-weight: 300;
    font-style: italic;
}

.lk-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    align-items: flex-end;
    padding: 24px;
}

.lk-img-frame:hover .lk-img-overlay {
    opacity: 1;
}

.lk-overlay-tag {
    color: #ffffff;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    display: inline-block;
}

.lk-card--red .lk-overlay-tag {
    background: #da251d;
}

.lk-card--green .lk-overlay-tag {
    background: #059669;
}

.lk-overlay-caption {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.lk-card-footer {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.lk-card-link {
    font-weight: 900;
    font-size: 16px;
    color: #111827;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.lk-card--red .lk-card-link:hover {
    color: #da251d;
}

.lk-card--green .lk-card-link:hover {
    color: #059669;
}

.lk-card-link .lk-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 18px;
}

.lk-card-link:hover .lk-arrow {
    transform: translateX(8px);
}

/*css section vs chọn chúng tôi */
.lk-advantages {
    padding: 88px 0;
}

/* Eyebrow */
.lk-advantages__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.lk-advantages__eyebrow-line {
    height: 1px;
    width: 32px;
    background-color: #DF0024;
}

.lk-advantages__eyebrow-text {
    color: #DF0024;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-weight: 700;
}

/* Header row */
.lk-advantages__header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 64px;
}

.lk-advantages__card:hover .lk-advantages__number {
    color: #fff;
}

.lk-advantages__title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
    color: #000;
    margin: 0;
}

.lk-advantages__desc {
    max-width: 380px;
    color: #000;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Grid */
.lk-advantages__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background-color: #e5e7eb;
}

.lk-advantages__card {
    background-color: #ffffff;
    padding: 40px;
    height: 100%;
    transition: background-color 0.3s ease;
}

.lk-advantages__card:hover {
    background-color: #000;
}

.lk-advantages__icon-box {
    width: 48px;
    height: 48px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: border-color 0.3s ease;
}

.lk-advantages__card:hover .lk-advantages__icon-box {
    border-color: rgba(223, 0, 36, 0.4);
}

.lk-advantages__icon-box svg {
    width: 18px;
    height: 18px;
    stroke: #DF0024;
}

.lk-advantages__number {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    color: #DF0024;
    margin-bottom: 16px;
    user-select: none;
}

.lk-advantages__card-title {
    font-size: 18.4px;
    font-weight: 700;
    color: #000;
    margin: 0 0 12px 0;
    transition: color 0.3s ease;
}

.lk-advantages__card:hover .lk-advantages__card-title {
    color: #ffffff;
}

.lk-advantages__card-desc {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    transition: color 0.3s ease;
}

.lk-advantages__card:hover .lk-advantages__card-desc {
    color: rgba(255, 255, 255, 0.5);
}

/* Responsive */
@media (min-width: 640px) {
    .lk-advantages__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 768px) {
    .lk-advantages__header {
        flex-direction: row;
        align-items: flex-end;
    }
}

@media (min-width: 1024px) {
    .lk-advantages__grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/*css section năng lực */
.lk-capacity {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 68px;
    align-items: center;
    position: relative;
    z-index: 2;

}

.lk-paneltag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.lk-paneltag--light .lk-paneltag__text {
    color: #9096A0;
}

.lk-section-nl h2 {
    color: #fff;
    font-size: clamp(30px, 4vw, 32px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    max-width: 720px;
}

.lk-paneltag--light .lk-paneltag__no {
    border-color: rgba(255, 255, 255, 0.4);
    color: #FFC629;
}

.lk-paneltag__no {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1.4px solid #14181F;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}

.lk-paneltag__text {
    font-size: 12.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4A4F56;
}

.lk-capacity__list {
    margin-top: 34px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    overflow: hidden;
}

.lk-capacity__item {
    padding: 22px;
    background: #171C24;
}

.lk-capacity__num {
    font-size: 12.5px;
    font-weight: 700;
    color: #FFC629;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.lk-capacity__item b {
    font-size: 14.5px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.lk-capacity__item p {
    font-size: 12.5px;
    color: #8A8F99;
}

.lk-capacity__frame {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 8px;
    background: #1C222B;
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lk-capacity__frame-label {
    position: relative;
    z-index: 2;
    color: #5B616C;
    font-size: 12.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    display: none;
}

.lk-section-nl {
    /* background: #14181F; */
    color: #F3F1EA;
    overflow: hidden;
    padding: 88px 0;
    position: relative;
}

.lk-halftone {
    position: absolute;
    inset: 0;
    /* pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, 0.09) 1.4px, transparent 1.4px);
    background-size: 15px 15px; */
}

.lk-crop--tl {
    top: 10px;
    left: 10px;
    border-top: 1.4px solid;
    border-left: 1.4px solid;
}

.lk-crop {
    position: absolute;
    width: 18px;
    height: 18px;
    opacity: 0.55;
    pointer-events: none;
}

.lk-crop--br {
    bottom: 10px;
    right: 10px;
    border-bottom: 1.4px solid;
    border-right: 1.4px solid;
}

/* css section ngành hàng */
.industry-section {
    box-sizing: border-box;
    padding: 88px 0;
    background: #ffffff;
    color: #000;
}

.industry-section *,
.industry-section *::before,
.industry-section *::after {
    box-sizing: inherit;
}

.industry-section__header {
    margin-bottom: 56px;
}

.industry-section__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: #d99d28;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.industry-section__eyebrow-line {
    width: 32px;
    height: 1px;
    background: #d99d28;
}

.industry-section__heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.industry-section__title {
    margin: 0;
    color: #000;
    font-size: clamp(2rem, 3.5vw, 2rem);
    font-weight: 800;
    line-height: 1.1;
}

.industry-section__description {
    max-width: 320px;
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.7;
}

.industry-section__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.industry-section__tabs {
    border: 0px solid #e1e3e8;
}

.industry-section__tab {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 88px;
    padding: 20px 32px;
    border: 0;
    border-bottom: 1px solid #e1e3e8;
    background: #ffffff;
    color: #000;
    text-align: left;
    cursor: pointer;
    transition: background-color 200ms ease, color 200ms ease;
    margin: 0;
}

.industry-section__tab:last-child {
    border-bottom: 0;
}

.industry-section__tab:hover {
    background: #f5f6f8;
}

.industry-section__tab:focus-visible {
    position: relative;
    z-index: 1;
    outline: 3px solid #d99d28;
    outline-offset: -3px;
}

.industry-section__tab--active,
.industry-section__tab--active:hover {
    background: #000;
    color: #ffffff;
}

.industry-section__icon {
    width: 40px;
    height: 40px;
    display: grid;
    flex: 0 0 40px;
    place-items: center;
    border: 1px solid #e1e3e8;
    color: #d99d28;
    transition: background-color 200ms ease, border-color 200ms ease;
}

.industry-section__tab--active .industry-section__icon {
    border-color: rgba(217, 157, 40, 0.4);
    background: rgba(217, 157, 40, 0.1);
}

.industry-section__icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.industry-section__tab-name {
    flex: 1;
    font-size: 1.05rem;
    font-weight: 700;
}

.industry-section__chevron {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    fill: none;
    stroke: #8a8f9b;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 200ms ease, transform 200ms ease;
}

.industry-section__tab--active .industry-section__chevron {
    stroke: #d99d28;
    transform: translateX(2px);
}

.industry-section__panel {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    background: #162040;
}

.industry-section__panel:focus-visible {
    outline: 3px solid #d99d28;
    outline-offset: -3px;
}

.industry-section__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transform: scale(1);
    transition: opacity 180ms ease, transform 500ms ease;
}

.industry-section__image--changing {
    opacity: 0;
    transform: scale(1.02);
}

.industry-section__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.76), transparent 70%);
}

.industry-section__panel-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 32px;
}

.industry-section__panel-label {
    display: block;
    margin-bottom: 8px;
    color: #d99d28;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.industry-section__panel-title {
    margin: 0;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}

.industry-section__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: #d99d28;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    transition: gap 200ms ease, color 200ms ease;
}

.industry-section__link:hover {
    gap: 12px;
    color: #efbd5c;
}

.industry-section__link:focus-visible {
    outline: 2px solid #d99d28;
    outline-offset: 4px;
}

.industry-section__link svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 900px) {
    .industry-section {
        padding: 80px 0;
    }

    .industry-section__content {
        grid-template-columns: 1fr;
    }

    .industry-section__panel {
        min-height: 420px;
    }
}

@media (max-width: 640px) {
    .industry-section {
        padding: 64px 0;
    }


    .industry-section__header {
        margin-bottom: 36px;
    }

    .industry-section__heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .industry-section__description {
        max-width: 100%;
    }

    .industry-section__tab {
        min-height: 76px;
        padding: 16px 20px;
    }

    .industry-section__panel {
        min-height: 360px;
    }

    .industry-section__panel-content {
        padding: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .industry-section__tab,
    .industry-section__icon,
    .industry-section__chevron,
    .industry-section__image,
    .industry-section__link {
        transition: none;
    }
}

/* css section chứng nhận */
.certification-page {
    margin: 0;
}

.certification-section {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 112px 0;
    background-color: #162040;
    color: #ffffff;
}

.certification-section *,
.certification-section *::before,
.certification-section *::after {
    box-sizing: inherit;
}

.certification-section__pattern {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(45deg,
            rgba(255, 255, 255, 0.03) 0,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 12px);
    background-size: 24px 24px;
    pointer-events: none;
}

.certification-section__container {
    position: relative;
    width: min(100% - 48px, 1280px);
    margin: 0 auto;
}

.certification-section__header {
    margin-bottom: 64px;
}

.certification-section__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: #d99d28;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.certification-section__eyebrow-line {
    width: 32px;
    height: 1px;
    flex: 0 0 32px;
    background-color: #d99d28;
}

.certification-section__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 3.5vw, 2rem);
}

.certification-section__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.certification-section__card {
    height: 100%;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    transition: border-color 300ms ease, background-color 300ms ease, transform 300ms ease;
}

.certification-section__card:hover {
    border-color: rgba(217, 157, 40, 0.5);
    background-color: rgba(255, 255, 255, 0.03);
    transform: translateY(-4px);
}

.certification-section__card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.certification-section__code {
    margin: 0;
    color: #d99d28;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.certification-section__version {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.certification-section__icon {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #d99d28;
    transition: border-color 300ms ease, background-color 300ms ease;
}

.certification-section__card:hover .certification-section__icon {
    border-color: rgba(217, 157, 40, 0.3);
    background-color: rgba(217, 157, 40, 0.06);
}

.certification-section__icon svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.certification-section__card-title {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
}

.certification-section__card-description {
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    line-height: 1.65;
}

.certification-section--js .certification-section__reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 600ms ease, transform 600ms ease;
}

.certification-section--js .certification-section__reveal--visible {
    opacity: 1;
    transform: translateY(0);
}

.certification-section--js .certification-section__card:nth-child(2) {
    transition-delay: 80ms;
}

.certification-section--js .certification-section__card:nth-child(3) {
    transition-delay: 160ms;
}

.certification-section--js .certification-section__card:nth-child(4) {
    transition-delay: 240ms;
}

@media (max-width: 1023px) {
    .certification-section__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 639px) {
    .certification-section {
        padding: 72px 0;
    }

    .certification-section__container {
        width: min(100% - 32px, 1280px);
    }

    .certification-section__header {
        margin-bottom: 40px;
    }

    .certification-section__title br {
        display: none;
    }

    .certification-section__grid {
        grid-template-columns: 1fr;
    }

    .certification-section__card {
        padding: 28px;
    }

    .certification-section--js .certification-section__card:nth-child(n) {
        transition-delay: 0ms;
    }
}

@media (prefers-reduced-motion: reduce) {

    .certification-section__card,
    .certification-section__icon,
    .certification-section--js .certification-section__reveal {
        transition: none;
    }

    .certification-section__card:hover {
        transform: none;
    }
}

/*css section logo doi tác*/
.partners-page {
    margin: 0;
}

.partners-section {
    box-sizing: border-box;
    width: 100%;
    padding: 80px 0;
    background-color: #ffffff;
    color: #162040;
}

.partners-section *,
.partners-section *::before,
.partners-section *::after {
    box-sizing: inherit;
}

.partners-section .partners-section__container {}

.partners-section .partners-section__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 56px;
}

.partners-section .partners-section__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #d99d28;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.partners-section .partners-section__eyebrow-line {
    width: 32px;
    height: 1px;
    flex: 0 0 32px;
    background-color: #d99d28;
}

.partners-section .partners-section__title {
    margin: 0;
    color: #000;
    font-size: clamp(1.8rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
}

.partners-section .partners-section__description {
    max-width: 320px;
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.65;
}

.partners-section .partners-section__grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    background-color: #e5e7eb;
    border: 1px solid #e5e7eb;
}

.partners-section .partners-section__item {
    display: flex;
    aspect-ratio: 1;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px;
    background-color: #ffffff;
    text-align: center;
    transition: background-color 250ms ease;
}

.partners-section .partners-section__monogram {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    background-color: #f1f2f4;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    transition: background-color 250ms ease, color 250ms ease;
}

.partners-section .partners-section__name {
    margin: 0;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 250ms ease;
}

.partners-section .partners-section__item:hover {
    background-color: #f7f7f5;
}

.partners-section .partners-section__item:hover .partners-section__monogram {
    background-color: #df0024;
    color: #ffffff;
}

.partners-section .partners-section__item:hover .partners-section__name {
    color: #df0024;
}

@media (max-width: 1023px) {
    .partners-section .partners-section__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 639px) {
    .partners-section {
        padding: 64px 0;
    }

    .partners-section .partners-section__container {
        width: min(100% - 32px, 1280px);
    }

    .partners-section .partners-section__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 40px;
    }

    .partners-section .partners-section__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .partners-section .partners-section__item {
        padding: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .partners-section .partners-section__item,
    .partners-section .partners-section__monogram,
    .partners-section .partners-section__name {
        transition: none;
    }
}

/* css home tin tức */
.news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: left;
}

.news-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-width: 0;
    padding: 0.75rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
        0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.news-card--important {
    background: #fffbeb;
    border-color: #fcd34d;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}

.news-card__image-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1.25rem;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    aspect-ratio: 16 / 9;
}

.news-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-card:hover .news-card__image {
    transform: scale(1.035);
}

.news-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.news-card__category {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    border: 1px solid;
    border-radius: 0.375rem;
    font-size: 0.5625rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.news-card__category--activity {
    color: #1d4ed8;
    background: #eff6ff;
    border-color: #dbeafe;
}

.news-card__category--business {
    color: #1d4ed8;
    background: #eff6ff;
    border-color: #dbeafe;
}

.news-card__category--procurement {
    color: #b45309;
    background: #fffbeb;
    border-color: #fef3c7;
}

.news-card__category--industry {
    color: #7e22ce;
    background: #faf5ff;
    border-color: #f3e8ff;
}

.news-card__category--career {
    color: #be123c;
    background: #fff1f2;
    border-color: #ffe4e6;
}

.news-card__date {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    color: #9ca3af;
    font-size: 0.6875rem;
    font-weight: 500;
}

.news-card__date svg {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.25rem;
}

.news-card__title {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #030712;
    font-size: 0.875rem;
    font-weight: 900;
    line-height: 1.375;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.3s ease;
}

.news-card:hover .news-card__title {
    color: #1d4ed8;
}

.news-card__label {
    display: inline-flex;
    width: fit-content;
    margin-top: 0.625rem;
    padding: 0.125rem 0.5rem;
    color: #ffffff;
    background: #f59e0b;
    border-radius: 0.25rem;
    font-size: 0.5rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.news-card__summary {
    display: -webkit-box;
    overflow: hidden;
    margin: 0.875rem 0 0;
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.625;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.news-card__source {
    color: #9ca3af;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.news-card__link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.25rem;
    color: #2563eb;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-card__link:hover {
    color: #1e40af;
}

.news-card__link:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 3px;
}

.news-card__link svg {
    width: 0.875rem;
    height: 0.875rem;
    transition: transform 0.3s ease;
}

.news-card__link:hover svg {
    transform: translate(0.125rem, -0.125rem);
}

@media (min-width: 640px) {
    .news-card__title {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .news-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {

    .news-card,
    .news-card__title,
    .news-card__link,
    .news-card__link svg,
    .news-card__image {
        transition: none;
    }
}

.news-section__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
    gap: 32px;
}

.news-section__eyebrow {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: rgb(217, 157, 40);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    gap: 12px;
}

.news-section__eyebrow .news-section__eyebrow-line {
    width: 32px;
    height: 1px;
    background-color: rgb(217, 157, 40);
    flex: 0 0 32px;
}

#news-section-title {
    margin: 0;
    color: #000;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.15;
}

.news-section__description {
    max-width: 320px;
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.65;
}

/* css form đăng ký nhận tin */
.lk-cta {
    position: relative;
    background: #14181F;
    color: #FFFFFF;
    border-radius: 16px;
    padding: 68px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.lk-cta {
    margin-top: 80px;
}

.lk-cta__deco {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 240px;
    height: 240px;
    border: 44px solid rgba(214, 50, 28, 0.14);
    border-radius: 50%;
}

.lk-cta__deco2 {
    position: absolute;
    bottom: -50px;
    left: 30%;
    width: 140px;
    height: 140px;
    border: 30px solid rgba(255, 198, 41, 0.08);
    border-radius: 50%;
}

.lk-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.lk-cta__actions .lk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 3px;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.25s cubic-bezier(.2, .7, .2, 1);
    white-space: nowrap;
}

.lk-cta__actions .lk-btn--primary {
    background: #D6321C;
    color: #FFFFFF;
    box-shadow: 0 0 0 rgba(214, 50, 28, 0);
}

.lk-cta__actions .lk-btn--outline-light {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
}

.lk-cta h2 {
    font-size: clamp(26px, 3.4vw, 36px);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.6px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.lk-cta p {
    margin-top: 16px;
    color: #B7BBC2;
    font-size: 15px;
    max-width: 460px;
    position: relative;
    z-index: 1;
}

.lk-cta__contact {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #D9DCE0;
    flex-wrap: wrap;
    margin-top: 26px;
    position: relative;
    z-index: 1;
}

/* css fix popup*/
#at-open-form-modal .lk-eyebrow p {
    color: #fff;
}

#at-open-form-modal .lk-title p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

#at-open-form-modal .lk-sub {
    color: #fff;
}

#at-open-form-modal {
    border-radius: 8px;
    overflow: hidden;
}