/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


:root {
    --font-sans: 'Be Vietnam Pro', Arial, Helvetica, sans-serif;
    --blue: #9ac2fd;
    --primary: #062a5f;
    --primary-dark: #001f4f;
    --primary-deep: #001735;
    --primary-soft: #0b3b7a;

    --secondary: #ed1c2e;
    --secondary-dark: #c81024;
    --secondary-soft: #fff0f2;

    --text: #061b3a;
    --text-muted: #b0bdd3;
    --text-light: #8a96aa;
    --white: #ffffff;

    --bg: #ffffff;
    --bg-light: #f7f9fc;
    --bg-soft: #f2f6fb;
    --bg-dark: #001f4f;
    --bg-footer: #001b43;

    --border: #e4eaf2;
    --border-light: #eef2f7;

    --success: #18a058;
    --warning: #f5a623;
    --info: #1677ff;
    --star: #ffc107;

    --gradient-hero: linear-gradient(90deg, #001f4f 0%, #082f66 48%, #dff6ff 100%);
    --gradient-cta: linear-gradient(135deg, #ed1c2e 0%, #c81024 100%);
    --gradient-footer: linear-gradient(180deg, #00265d 0%, #001735 100%);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.5;
    background-color: var(--bg);
    color: var(--text);
    font-family: var(--font-sans) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.alt-font,
.nav>li>a,
.button,
button,
input,
textarea,
select {
    font-family: var(--font-sans) !important;
}

/* <--- Bố cục chính */
.section {
    padding: 20px 0px !important;
}

.section .col-inner {
    height: 100%;
}

.section .row {
    /* max-width: 80rem; */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .section {
        padding: 40px 0px !important;
    }

    .section .row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1024px) {
    .section {
        padding: 80px 0px !important;
    }

    .section .row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.row-grid {
    display: grid !important;
}

.row-grid>div {
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 0 !important;
}

.row ul li {
    margin: 0 !important;
}

/* ============================================== */

/* ---------------------- */
.nk-section-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 32px;
}

.nk-section-head h2 {
    position: relative;
    margin-bottom: 16px;
    color: var(--text);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.nk-section-head h2::after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    margin: 12px auto 0;
    background: var(--secondary);
    border-radius: 999px;
}

.nk-section-head p {
    margin: 0;
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.7;
}


/* -----------------------------------section-02 */
.features-grid-1779714609470 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 12px;
    background-color: var(--white);
    padding: 24px 20px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

.features-grid-1779714609470 .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.features-grid-1779714609470 .feature-item>div:nth-of-type(1) {
    display: flex;
    height: 48px;
    width: 48px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #061b4e;
}

.features-grid-1779714609470 .feature-item>div:nth-of-type(1)>svg {
    height: 40px;
    width: 40px;
}

.features-grid-1779714609470 .feature-item>div:nth-of-type(2)>h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    color: #061b4e;
    height: 42px;
}

.features-grid-1779714609470 .feature-item>div:nth-of-type(2)>p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-light);
}

@media (min-width: 640px) {
    .features-grid-1779714609470 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .features-grid-1779714609470 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

/* --- DARK MODE (Chỉ ghi đè thuộc tính màu sắc) --- */
/* @media (prefers-color-scheme: dark) {
              .features-grid-1779714609470 .feature-item > div:nth-of-type(1) {
          color: var(--white);
        }

         .features-grid-1779714609470 .feature-item > div:nth-of-type(2) > h3 {
          color: var(--white);
        }

         .features-grid-1779714609470 .feature-item > div:nth-of-type(2) > p {
          color: var(--text-light);
        }
      } */


/* ---------------------------------CTA */
.cta-1779722392278 {
    position: relative;
    display: flex;
    min-height: 108px;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(90deg, #031a3f 0%, #06285f 52%, #041d48 100%);
    box-shadow: 0 10px 28px rgba(6, 27, 78, 0.16);
}

.cta-1779722392278::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.13), transparent 28%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 36%);
    pointer-events: none;
}

.cta-1779722392278 .main {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 22px 42px;
}

.cta-1779722392278 .main h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
}

.cta-1779722392278 .main p {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.cta-1779722392278 .main .phone {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 82px;
    min-width: 420px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 16px 34px 16px 54px;
    color: #ffffff;
}

.cta-1779722392278 .main .phone::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 44px 14px 14px 44px;
    background: linear-gradient(135deg, #ed1c2e 0%, #d90d24 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transform: skewX(-28deg);
    transform-origin: center;
}

.cta-1779722392278 .main .icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    flex: 0 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.cta-1779722392278 .main .number {
    display: block;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.cta-1779722392278 .main .note {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 767px) {
    .cta-1779722392278 .main {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 22px;
        text-align: center;
    }

    .cta-1779722392278 .main .title {
        font-size: 22px;
    }

    .cta-1779722392278 .main .phone {
        min-width: 0;
        width: 100%;
        padding: 16px 20px;
    }

    .cta-1779722392278 .main .number {
        font-size: 22px;
    }
}

/* ----------------------------testimonial-section */
.testimonial-1779766383674 {
    width: 100%;
    background-color: #ffffff;
    padding: 12px 0;
}

.testimonial-1779766383674 .testimonial-swiper {
    padding: 8px 44px 34px;
    position: relative;
}

@media (max-width: 640px) {
    .testimonial-1779766383674 .testimonial-swiper {
        padding-left: 34px;
        padding-right: 34px;
    }
}

.testimonial-1779766383674 .testimonial-swiper .swiper-slide {
    height: auto;
}

.testimonial-1779766383674 .testimonial-card {
    height: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 20px 24px;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.07);
}

.testimonial-1779766383674 .testimonial-card header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.testimonial-1779766383674 .testimonial-card header>div:first-child {
    flex-shrink: 0;
    display: flex;
    height: 70px;
    width: 70px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f1f5f9;
}

.testimonial-1779766383674 .testimonial-card header>div:first-child div {
    height: 100%;
    width: 100%;
    background-image: url("https://img.lightshot.app/lpeZ8--LQB-IXC4grKFdow.png");
    background-size: cover;
    background-position: center;
}

.testimonial-1779766383674 .testimonial-card header>div:last-child {
    min-width: 0;
    padding-top: 4px;
}

.testimonial-1779766383674 .testimonial-card header>div:last-child div {
    display: flex;
    gap: 4px;
    margin-bottom: 4px;
}

/* Các tag svg ngôi sao */
.testimonial-1779766383674 .testimonial-card header svg {
    width: 15px;
    height: 15px;
    fill: #ffb800;
}

.testimonial-1779766383674 .testimonial-card header h3 {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    color: #061b4e;
}

.testimonial-1779766383674 .testimonial-card header p {
    font-size: 11px;
    font-weight: 500;
    color: #64748b;
    margin-top: 2px;
}

.testimonial-1779766383674 .testimonial-card>p {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #061b4e;
}

.testimonial-1779766383674 .testimonial-swiper .swiper-pagination {
    bottom: 0;
}

.testimonial-1779766383674 .testimonial-swiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #cbd5e1;
    opacity: 1;
}

.testimonial-1779766383674 .testimonial-swiper .swiper-pagination-bullet-active {
    background: #06245c;
}

.testimonial-1779766383674 .testimonial-swiper .swiper-button-prev,
.testimonial-1779766383674 .testimonial-swiper .swiper-button-next {
    width: 28px;
    height: 28px;
    margin-top: -18px;
    color: #061b4e;
}

.testimonial-1779766383674 .testimonial-swiper .swiper-button-prev::after,
.testimonial-1779766383674 .testimonial-swiper .swiper-button-next::after {
    display: none;
}

.testimonial-1779766383674 .testimonial-swiper .swiper-button-prev {
    left: 0;
}

.testimonial-1779766383674 .testimonial-swiper .swiper-button-next {
    right: 0;
}

.testimonial-1779766383674 .arrow {
    border: solid #061b4e;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
}

.testimonial-1779766383674 .arrow-left {
    transform: rotate(135deg);
}

.testimonial-1779766383674 .arrow-right {
    transform: rotate(-45deg);
}

/* ----------------------------------------footer */
.footer-1780020374480 {
    background-color: #0f172a;
}

.row-1780020374480 .footer-grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}


.row-1780020374480 .brand-info .brand-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.row-1780020374480 .brand-info .logo-wrapper {
    display: flex;
    align-items: center;
}

.row-1780020374480 .brand-info .logo-wrapper span {
    font-size: 70px;
    font-weight: 900;
    color: #ffffff;
}

.row-1780020374480 .brand-info .logo-wrapper span:last-child {
    color: var(--secondary);
    margin-left: -4px;
}

.row-1780020374480 .brand-info .brand-divider {
    height: 62px;
    width: 1px;
    background-color: var(--white);
}

.row-1780020374480 .brand-info .brand-title h2 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.05;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.row-1780020374480 .brand-info .brand-title h2:last-child {
    color: var(--secondary);
    margin-top: 4px;
}


.row-1780020374480 .brand-info .brand-slogan {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--white);
}

.row-1780020374480 .brand-info .brand-desc {
    margin-top: 24px;
    max-width: 450px;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: var(--white);
}


.row-1780020374480 .brand-info .contact-list {
    margin-top: 28px;
}

.row-1780020374480 .brand-info .contact-list>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.row-1780020374480 .brand-info .contact-list>div+div {
    margin-top: 16px;
}

.row-1780020374480 .brand-info .contact-list svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: var(--secondary);
}

.row-1780020374480 .brand-info .contact-list p {
    font-size: 16px;
    line-height: 28px;
    color: var(--white);
}

.row-1780020374480 .brand-info .contact-list p span {
    margin-left: 12px;
    color: #ffffff;
}

.row-1780020374480 .brand-info .contact-list p span.bold {
    font-weight: 800;
}


.row-1780020374480 .brand-info .social-wrapper {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.row-1780020374480 .brand-info .social-wrapper a {
    display: flex;
    height: 56px;
    width: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease;
    font-weight: 800;
}

/* .row-1780020374480 .brand-info .social-wrapper a:hover {
    transform: translateY(-4px);
}

.row-1780020374480 .brand-info .social-wrapper a.fb {
    background-color: var(--secondary);
    font-size: 31px;
}

.row-1780020374480 .brand-info .social-wrapper a.zalo {
    background-color: var(--secondary);
    font-size: 19px;
}

.row-1780020374480 .brand-info .social-wrapper a.yt {
    background-color: var(--secondary);
}

.row-1780020374480 .brand-info .social-wrapper a.yt svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
} */


.row-1780020374480 .footer-column h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
}

.row-1780020374480 .footer-column .column-line {
    display: block;
    margin-top: 20px;
    height: 4px;
    width: 56px;
    border-radius: 9999px;
    background-color: var(--secondary);
}

.row-1780020374480 .footer-column ul {
    margin-top: 48px;
    list-style: none;
    display: grid;
    gap: 24px;
}


.row-1780020374480 .footer-column ul a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
    transition: color 0.2s ease;
}

.row-1780020374480 .footer-column ul a:hover {
    color: #ffffff;
}

.row-1780020374480 .footer-column ul svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: var(--secondary);
    transition: transform 0.2s ease;
}

.row-1780020374480 .footer-column ul a:hover svg {
    transform: translateX(4px);
}


@media (min-width: 1024px) {
    .row-1780020374480 .footer-grid-container {
        grid-template-columns: 1.35fr 0.9fr 1fr 0.9fr;
    }
}