/*
Theme Name: Flatsome Child
Template: flatsome
*/

/* =========================================================
   VARIABLES
========================================================= */

:root {
    --dk-red: #ee0033;
    --dk-red-dark: #c5002a;

    --dk-dark: #101828;
    --dk-text: #475467;
    --dk-muted: #667085;

    --dk-border: #e4e7ec;
    --dk-soft: #f7f9fc;

    --dk-blue: #2563eb;
    --dk-purple: #7c3aed;

    --dk-container: 1180px;
}


/* =========================================================
   GLOBAL
========================================================= */

.dksp-page,
.dksp-page * {
    box-sizing: border-box;
}

.dksp-page {
    width: 100%;

    overflow-x: hidden;

    background: #fff;
    color: var(--dk-text);
}

.dksp-container {
    width: calc(100% - 40px);
    max-width: var(--dk-container);

    margin: 0 auto;
}


/* =========================================================
   SECTIONS
========================================================= */

.dksp-section {
    position: relative;

    padding: 60px 0;

    background: #fff;
}

.dksp-section--soft {
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(238, 0, 51, 0.035),
            transparent 22%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(37, 99, 235, 0.035),
            transparent 24%
        ),
        var(--dk-soft);
}


/* =========================================================
   SECTION HEADING
========================================================= */

.dksp-section-head {
    width: 100%;
    max-width: 700px;

    margin: 0 auto 32px;

    text-align: center;
}

.dksp-section-head--left {
    margin-left: 0;
    margin-bottom: 26px;

    text-align: left;
}

.dksp-section-head > span {
    display: block;

    margin-bottom: 8px;

    color: var(--dk-red);

    font-size: 12px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.dksp-section-head h2 {
    margin: 0 0 10px !important;

    color: var(--dk-dark);

    font-size: 38px !important;
    line-height: 1.18 !important;

    font-weight: 750 !important;

    letter-spacing: -0.025em;
}

.dksp-section-head p {
    max-width: 620px;

    margin: 0 auto !important;

    color: var(--dk-muted);

    font-size: 16px !important;
    line-height: 1.6 !important;
}


/* =========================================================
   COMMON BUTTON
========================================================= */

.dksp-btn {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    min-height: 50px;

    margin: 0 !important;
    padding: 0 22px !important;

    border-radius: 11px;

    font-size: 14px !important;
    line-height: 1 !important;

    font-weight: 700 !important;

    text-decoration: none !important;

    transition:
        transform .22s ease,
        background .22s ease,
        color .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.dksp-btn:hover {
    transform: translateY(-2px);
}

.dksp-btn--primary {
    background: var(--dk-red);

    border: 1px solid var(--dk-red);

    color: #fff !important;

    box-shadow:
        0 10px 25px rgba(238, 0, 51, .18);
}

.dksp-btn--primary:hover {
    background: var(--dk-red-dark);

    border-color: var(--dk-red-dark);
}

.dksp-btn--ghost {
    background: #fff;

    border: 1px solid var(--dk-border);

    color: var(--dk-dark) !important;
}

.dksp-btn--light {
    background: #fff;

    color: var(--dk-red) !important;
}

.dksp-btn--outline-light {
    background: transparent;

    border: 1px solid rgba(255, 255, 255, .55);

    color: #fff !important;
}


/* =========================================================
   ICON
========================================================= */

.dksp-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 44px;

    width: 44px;
    height: 44px;

    border-radius: 13px;

    background: rgba(238, 0, 51, .08);

    color: var(--dk-red);

    font-size: 18px;
    font-weight: 800;
}


/* =========================================================
   HERO
========================================================= */

.dksp-hero {
    padding: 34px 0 42px;

    background:
        radial-gradient(
            circle at 84% 18%,
            rgba(238, 0, 51, .08),
            transparent 26%
        ),
        #fff;
}

.dksp-hero__box {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(350px, .95fr);

    gap: 46px;

    align-items: center;

    padding: 36px 40px;

    overflow: hidden;

    background: #fff;

    border:
        1px solid
        rgba(16, 24, 40, .05);

    border-radius: 28px;

    box-shadow:
        0 20px 60px
        rgba(16, 24, 40, .08);
}

.dksp-hero__box::before {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    left: -105px;
    bottom: -145px;

    border-radius: 50%;

    background:
        rgba(238, 0, 51, .04);
}

.dksp-hero__box::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    top: -65px;
    right: -50px;

    border-radius: 50%;

    background:
        rgba(37, 99, 235, .04);
}

.dksp-hero__content,
.dksp-hero__media {
    position: relative;

    z-index: 2;

    min-width: 0;
}

.dksp-badge {
    display: inline-flex;

    margin-bottom: 16px;
    padding: 8px 14px;

    background:
        rgba(238, 0, 51, .06);

    border:
        1px solid
        rgba(238, 0, 51, .14);

    border-radius: 999px;

    color: var(--dk-red);

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;
}

.dksp-title {
    margin: 0 0 12px !important;

    color: var(--dk-dark);

    font-size:
        clamp(40px, 4vw, 56px) !important;

    line-height: 1.08 !important;

    font-weight: 750 !important;

    letter-spacing: -.035em;
}

.dksp-subtitle {
    margin: 0 0 20px !important;

    color: var(--dk-text);

    font-size: 18px !important;
    line-height: 1.65 !important;
}

.dksp-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-bottom: 18px;
}

.dksp-points {
    display: flex;

    flex-wrap: wrap;

    gap: 9px 20px;

    margin: 0;
    padding: 0;

    list-style: none;

    color: var(--dk-muted);

    font-size: 13px;
}

.dksp-points li::before {
    content: "•";

    margin-right: 8px;

    color: var(--dk-red);
}

.dksp-hero__media-card {
    display: flex;

    align-items: center;
    justify-content: center;

    min-height: 300px;

    padding: 18px;

    background:
        linear-gradient(
            145deg,
            #f4f6f8,
            #fff
        );

    border-radius: 26px;

    box-shadow:
        inset 0 0 0 1px
        rgba(16, 24, 40, .04),

        0 15px 40px
        rgba(16, 24, 40, .06);
}

.dksp-hero__image {
    display: block;

    width: 100% !important;
    max-width: 390px !important;
    max-height: 285px;

    object-fit: contain;

    border-radius: 18px;
}


/* =========================================================
   BENEFITS
========================================================= */

.dksp-benefits {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 18px;
}

.dksp-benefit {
    position: relative;

    min-height: 185px;

    padding: 24px;

    background: #fff;

    border: 1px solid var(--dk-border);
    border-radius: 20px;

    box-shadow:
        0 8px 24px
        rgba(16, 24, 40, .04);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.dksp-benefit:hover {
    transform: translateY(-5px);

    border-color:
        rgba(238, 0, 51, .2);

    box-shadow:
        0 18px 42px
        rgba(16, 24, 40, .08);
}

.dksp-benefit__number {
    position: absolute;

    top: 18px;
    right: 22px;

    color: #edf1f5;

    font-size: 46px;
    line-height: 1;

    font-weight: 800;
}

.dksp-benefit .dksp-icon {
    margin-bottom: 18px;
}

.dksp-benefit:nth-child(2) .dksp-icon {
    background:
        rgba(37, 99, 235, .08);

    color: var(--dk-blue);
}

.dksp-benefit:nth-child(3) .dksp-icon {
    background:
        rgba(124, 58, 237, .08);

    color: var(--dk-purple);
}

.dksp-benefit h3,
.dksp-audience h3 {
    margin: 0 0 7px !important;

    color: var(--dk-dark);

    font-size: 19px !important;
    line-height: 1.4 !important;
}

.dksp-benefit p,
.dksp-audience p {
    margin: 0 !important;

    color: var(--dk-muted);

    font-size: 14px !important;
    line-height: 1.6 !important;
}


/* =========================================================
   FEATURES
========================================================= */

.dksp-features {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(350px, .95fr);

    gap: 46px;

    align-items: center;
}

.dksp-features--single {
    grid-template-columns: 1fr;
}

.dksp-feature-list {
    display: grid;

    gap: 16px;
}

.dksp-feature {
    display: flex;

    gap: 13px;

    align-items: flex-start;
}

.dksp-feature h3 {
    margin: 0 0 5px !important;

    color: var(--dk-dark);

    font-size: 18px !important;
}

.dksp-feature p {
    margin: 0 !important;

    color: var(--dk-muted);

    font-size: 14px !important;
    line-height: 1.6 !important;
}

.dksp-feature-image {
    position: relative;

    padding: 12px;

    background:
        linear-gradient(
            145deg,
            #f8fafc,
            #eef2f6
        );

    border:
        1px solid
        rgba(16, 24, 40, .05);

    border-radius: 26px;

    box-shadow:
        0 18px 50px
        rgba(16, 24, 40, .08);
}

.dksp-feature-image::before {
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    top: -25px;
    right: -20px;

    border-radius: 50%;

    background:
        rgba(238, 0, 51, .07);
}

.dksp-feature-image img {
    position: relative;

    z-index: 2;

    display: block;

    width: 100%;
    height: auto;

    border-radius: 18px;
}


/* =========================================================
   SHOWCASE
========================================================= */

.dksp-showcase {
    padding: 56px 0 60px;

    background:
        linear-gradient(
            180deg,
            #fff,
            #fafbfc
        );
}

.dksp-showcase__head {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 44px;

    align-items: end;

    margin-bottom: 26px;
}

.dksp-showcase__head span {
    display: block;

    margin-bottom: 8px;

    color: var(--dk-red);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: .08em;

    text-transform: uppercase;
}

.dksp-showcase__head h2 {
    max-width: 500px;

    margin: 0 !important;

    color: var(--dk-dark);

    font-size: 36px !important;
    line-height: 1.18 !important;

    font-weight: 750 !important;

    letter-spacing: -.02em;
}

.dksp-showcase__head > p {
    margin: 0 !important;

    color: var(--dk-muted);

    font-size: 15px !important;
    line-height: 1.65 !important;
}

.dksp-showcase__gallery {
    display: grid;

    grid-template-columns:
        1.35fr .85fr;

    grid-template-rows:
        repeat(2, 215px);

    gap: 16px;
}

.dksp-showcase__item {
    margin: 0;

    overflow: hidden;

    background: #f4f6f8;

    border:
        1px solid
        rgba(16, 24, 40, .05);

    border-radius: 22px;

    box-shadow:
        0 14px 40px
        rgba(16, 24, 40, .07);
}

.dksp-showcase__item--1 {
    grid-row: 1 / 3;
}

.dksp-showcase__item img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover;

    transition:
        transform .45s ease;
}

.dksp-showcase__item:hover img {
    transform: scale(1.035);
}


/* =========================================================
   AUDIENCE
========================================================= */

.dksp-audiences {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 16px;
}

.dksp-audience {
    position: relative;

    padding: 22px;

    overflow: hidden;

    background: #fff;

    border: 1px solid var(--dk-border);
    border-radius: 18px;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.dksp-audience::after {
    content: "";

    position: absolute;

    width: 70px;
    height: 70px;

    right: -30px;
    bottom: -30px;

    border-radius: 50%;

    background:
        rgba(238, 0, 51, .04);
}

.dksp-audience:hover {
    transform: translateY(-5px);

    border-color:
        rgba(238, 0, 51, .2);

    box-shadow:
        0 16px 38px
        rgba(16, 24, 40, .07);
}

.dksp-audience .dksp-icon {
    margin-bottom: 14px;
}


/* =========================================================
   PROCESS
========================================================= */

.dksp-process {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 16px;
}

.dksp-process::before {
    content: "";

    position: absolute;

    z-index: 0;

    top: 38px;

    left: 7%;
    right: 7%;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            rgba(238, 0, 51, .12),
            rgba(238, 0, 51, .8),
            rgba(238, 0, 51, .12)
        );
}

.dksp-process__item {
    position: relative;

    z-index: 1;

    min-height: 185px;

    padding:
        74px
        23px
        22px;

    background: #fff;

    border: 1px solid var(--dk-border);
    border-radius: 18px;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.dksp-process__item:hover {
    transform: translateY(-5px);

    border-color:
        rgba(238, 0, 51, .2);

    box-shadow:
        0 15px 36px
        rgba(16, 24, 40, .07);
}

.dksp-process__number {
    position: absolute;

    z-index: 3;

    top: 15px;
    left: 23px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    border: 5px solid #fff;
    border-radius: 50%;

    background: var(--dk-red);

    color: #fff;

    font-size: 14px;
    line-height: 1;

    font-weight: 800;

    box-shadow:
        0 6px 16px
        rgba(238, 0, 51, .22);
}

.dksp-process h3 {
    margin: 0 0 7px !important;

    color: var(--dk-dark);

    font-size: 18px !important;
    line-height: 1.4 !important;

    font-weight: 700 !important;
}

.dksp-process p {
    margin: 0 !important;

    color: var(--dk-muted);

    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* =========================================================
   LATEST NEWS
========================================================= */

.dksp-news {
    position: relative;

    padding: 58px 0 64px;

    overflow: hidden;

    background: #fff;
}


/* =========================================================
   HEADING
========================================================= */

.dksp-news__heading {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 30px;
}

.dksp-news__eyebrow {
    display: block;

    margin-bottom: 8px;

    color: var(--dk-red);

    font-size: 12px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: .09em;

    text-transform: uppercase;
}

.dksp-news__heading h2 {
    margin: 0 !important;

    color: var(--dk-dark);

    font-size: 38px !important;
    line-height: 1.15 !important;

    font-weight: 750 !important;

    letter-spacing: -.025em;
}


/* =========================================================
   VIEW ALL
========================================================= */

.dksp-news__view-all {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding-bottom: 4px;

    color: #101828 !important;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none !important;

    transition:
        color .2s ease;
}

.dksp-news__view-all span {
    color: var(--dk-red);

    font-size: 28px;
    line-height: .7;

    transition:
        transform .2s ease;
}

.dksp-news__view-all:hover {
    color: var(--dk-red) !important;
}

.dksp-news__view-all:hover span {
    transform: translateX(3px);
}


/* =========================================================
   GRID
========================================================= */

.dksp-news__grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 22px;
}


/* =========================================================
   CARD
========================================================= */

.dksp-news-card {
    min-width: 0;

    background: transparent;
}


/* IMAGE */

.dksp-news-card__image {
    position: relative;

    display: block;

    width: 100%;

    aspect-ratio: 16 / 10;

    margin-bottom: 16px;

    overflow: hidden;

    border-radius: 16px;

    background: #f4f5f7;

    box-shadow:
        0 5px 18px
        rgba(16, 24, 40, .05);
}

.dksp-news-card__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .45s ease;
}

.dksp-news-card:hover
.dksp-news-card__image img {
    transform: scale(1.045);
}


/* FALLBACK */

.dksp-news-card__placeholder {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(255,255,255,.18),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #d9002f,
            #ee0033
        );

    color: #fff;

    font-size: 18px;

    font-weight: 750;
}


/* =========================================================
   META
========================================================= */

.dksp-news-card__meta {
    display: flex;

    flex-wrap: wrap;

    gap: 5px 10px;

    align-items: center;

    margin-bottom: 8px;
}

.dksp-news-card__category {
    color: var(--dk-red);

    font-size: 13px;

    font-weight: 700;
}

.dksp-news-card__date {
    color: var(--dk-red);

    font-size: 13px;

    font-weight: 600;
}


/* =========================================================
   TITLE
========================================================= */

.dksp-news-card h3 {
    margin: 0 0 14px !important;

    font-size: 18px !important;
    line-height: 1.42 !important;

    font-weight: 700 !important;
}

.dksp-news-card h3 a {
    display: -webkit-box;

    overflow: hidden;

    color: #101828 !important;

    text-decoration: none !important;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    transition:
        color .2s ease;
}

.dksp-news-card h3 a:hover {
    color: var(--dk-red) !important;
}


/* =========================================================
   FOOTER
========================================================= */

.dksp-news-card__footer {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 10px;

    padding-top: 2px;

    color: var(--dk-muted);

    font-size: 13px;
}

.dksp-news-card__more {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;

    border:
        1px solid
        var(--dk-border);

    border-radius: 50%;

    color: #344054 !important;

    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.dksp-news-card__more:hover {
    transform: translateX(2px);

    background: var(--dk-red);

    border-color: var(--dk-red);

    color: #fff !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .dksp-news__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .dksp-news {
        padding:
            42px
            0
            46px;
    }

    .dksp-news__heading {
        align-items: center;

        margin-bottom: 22px;
    }

    .dksp-news__heading h2 {
        font-size: 29px !important;
    }

    .dksp-news__view-all {
        font-size: 13px;
    }

    /*
     * Mobile dạng kéo ngang:
     * 1 card + hé card kế tiếp.
     */
    .dksp-news__grid {
        display: flex;

        width: auto;

        margin-right: -13px;
        padding-right: 13px;

        gap: 14px;

        overflow-x: auto;

        scroll-snap-type: x mandatory;

        scrollbar-width: none;

        -webkit-overflow-scrolling: touch;
    }

    .dksp-news__grid::-webkit-scrollbar {
        display: none;
    }

    .dksp-news-card {
        flex:
            0
            0
            84%;

        scroll-snap-align: start;
    }

    .dksp-news-card h3 {
        font-size: 17px !important;
    }
}
/* =========================================================
   PRICING SLIDER
========================================================= */

.dksp-pricing-section {
    overflow: hidden;
}

.dksp-pricing-slider-wrap {
    position: relative;

    padding: 6px 0 4px;
}

.dksp-pricing-slider {
    width: 100%;

    overflow: hidden;
}

.dksp-pricing-slider .swiper-wrapper {
    align-items: stretch;
}

.dksp-pricing-slider .swiper-slide {
    height: auto;

    display: flex;
}

.dksp-price-card {
    display: flex;

    flex-direction: column;

    width: 100%;
    height: 100%;

    overflow: hidden;

    background: #fff;

    border: 1px solid #e4e7ec;
    border-radius: 20px;

    box-shadow:
        0 8px 24px
        rgba(16, 24, 40, .05);

    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}

.dksp-price-card:hover {
    transform: translateY(-5px);

    border-color:
        rgba(238, 0, 51, .28);

    box-shadow:
        0 18px 42px
        rgba(16, 24, 40, .1);
}

.dksp-price-card--featured {
    border:
        2px solid
        var(--dk-red);

    box-shadow:
        0 14px 34px
        rgba(238, 0, 51, .12);
}


/* PRICE HEADER */

.dksp-price-card__top {
    position: relative;

    min-height: 76px;

    padding: 21px 22px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #d9002f 0%,
            #ee0033 55%,
            #ff375f 100%
        );
}

.dksp-price-card__top::before {
    content: "";

    position: absolute;

    width: 130px;
    height: 130px;

    right: -25px;
    top: -55px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, .10);
}

.dksp-price-card__top::after {
    content: "";

    position: absolute;

    width: 90px;
    height: 90px;

    right: 70px;
    bottom: -60px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, .07);
}

.dksp-price-card__decor {
    position: absolute;

    inset: 0;

    pointer-events: none;
}

.dksp-price-card__name {
    position: relative;

    z-index: 2;

    color: #fff;

    font-size: 17px;
    line-height: 1.25;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: .015em;
}

.dksp-price-card__badge {
    position: absolute;

    z-index: 3;

    top: 17px;
    right: 16px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 27px;

    padding: 0 11px;

    border:
        1px solid
        rgba(255, 255, 255, .25);

    border-radius: 999px;

    background:
        rgba(255, 255, 255, .18);

    color: #fff;

    font-size: 11px;
    line-height: 1;

    font-weight: 700;

    backdrop-filter: blur(6px);
}


/* PRICE BODY */

.dksp-price-card__body {
    display: flex;

    flex-direction: column;

    flex: 1;

    min-height: 315px;

    padding: 20px 22px 22px;
}

.dksp-price-card__meta {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 18px;
}

.dksp-price-card__meta-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    background: #f7f9fc;

    border: 1px solid #dce1e8;
    border-radius: 11px;

    color: #475467;
}

.dksp-price-card__meta strong {
    color: #344054;

    font-size: 16px;

    font-weight: 750;
}

.dksp-price-card__features {
    margin: 0 0 22px;
    padding: 0;

    list-style: none;
}

.dksp-price-card__features li {
    position: relative;

    margin-bottom: 8px;

    padding-left: 16px;

    color: #475467;

    font-size: 14px;
    line-height: 1.55;
}

.dksp-price-card__features li::before {
    content: "•";

    position: absolute;

    left: 0;

    color: var(--dk-red);

    font-weight: 900;
}

.dksp-price-card__bottom {
    margin-top: auto;
}

.dksp-price-card__price {
    margin-bottom: 17px;
}

.dksp-price-card__price strong {
    display: block;

    color: #1d2939;

    font-size: 34px;
    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -.025em;
}

.dksp-price-card__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 47px;

    padding: 0 18px;

    background: #fff;

    border: 1.5px solid #344054;
    border-radius: 12px;

    color: #1d2939 !important;

    font-size: 14px;
    line-height: 1;

    font-weight: 750;

    text-decoration: none !important;

    transition:
        background .22s ease,
        color .22s ease,
        border-color .22s ease,
        transform .22s ease,
        box-shadow .22s ease;
}

.dksp-price-card__button:hover {
    transform: translateY(-2px);

    background: #101828;

    border-color: #101828;

    color: #fff !important;
}

.dksp-price-card--featured
.dksp-price-card__button {
    background: var(--dk-red);

    border-color: var(--dk-red);

    color: #fff !important;

    box-shadow:
        0 9px 22px
        rgba(238, 0, 51, .19);
}

.dksp-price-card--featured
.dksp-price-card__button:hover {
    background: var(--dk-red-dark);

    border-color: var(--dk-red-dark);
}


/* SLIDER ARROWS */

.dksp-slider-arrow {
    position: absolute;

    z-index: 10;

    top: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    padding: 0;

    transform: translateY(-50%);

    background: #fff;

    border: 1px solid #e4e7ec;
    border-radius: 50%;

    color: #101828;

    font-size: 26px;
    line-height: 1;

    cursor: pointer;

    box-shadow:
        0 8px 22px
        rgba(16, 24, 40, .10);

    transition:
        background .22s ease,
        border-color .22s ease,
        color .22s ease,
        transform .22s ease,
        opacity .22s ease;
}

.dksp-slider-prev {
    left: -16px;
}

.dksp-slider-next {
    right: -16px;
}

.dksp-slider-arrow:hover {
    transform:
        translateY(-50%)
        scale(1.06);

    background: var(--dk-red);

    border-color: var(--dk-red);

    color: #fff;
}

.dksp-slider-arrow.swiper-button-disabled {
    opacity: .32;

    cursor: default;
}


/* PAGINATION */

.dksp-pricing-pagination {
    position: static !important;

    display: none;

    margin-top: 18px;

    text-align: center;
}

.dksp-pricing-pagination
.swiper-pagination-bullet {
    width: 7px;
    height: 7px;

    background: #98a2b3;

    opacity: .35;
}

.dksp-pricing-pagination
.swiper-pagination-bullet-active {
    background: var(--dk-red);

    opacity: 1;
}


/* =========================================================
   FAQ
========================================================= */

.dksp-faq {
    width: 100%;
    max-width: 850px;

    margin: 0 auto;
}

.dksp-faq__item {
    margin-bottom: 10px;
    padding: 0 22px;

    background: #fff;

    border: 1px solid var(--dk-border);
    border-radius: 14px;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.dksp-faq__item[open] {
    border-color:
        rgba(238, 0, 51, .22);

    box-shadow:
        0 10px 30px
        rgba(16, 24, 40, .05);
}

.dksp-faq__item summary {
    position: relative;

    padding:
        16px
        35px
        16px
        0;

    cursor: pointer;

    color: var(--dk-dark);

    font-size: 15px;

    font-weight: 700;

    list-style: none;
}

.dksp-faq__item summary::-webkit-details-marker {
    display: none;
}

.dksp-faq__item summary::after {
    content: "+";

    position: absolute;

    top: 50%;
    right: 0;

    transform:
        translateY(-50%);

    color: var(--dk-red);

    font-size: 22px;
}

.dksp-faq__item[open]
summary::after {
    content: "−";
}

.dksp-faq__item > div {
    padding-bottom: 16px;

    color: var(--dk-muted);

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   FINAL CTA
========================================================= */

.dksp-final {
    padding: 42px 0 46px;

    background: #fff;
}

.dksp-final__box {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 40px;

    padding: 36px 40px;

    overflow: hidden;

    border-radius: 26px;

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(255, 255, 255, .15),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #dc002f,
            #ee0033 60%,
            #ff3159
        );

    color: #fff;

    box-shadow:
        0 20px 50px
        rgba(238, 0, 51, .2);
}

.dksp-final__box::before {
    content: "";

    position: absolute;

    width: 240px;
    height: 240px;

    top: -130px;
    right: -70px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, .1);
}

.dksp-final__box > * {
    position: relative;

    z-index: 2;
}

.dksp-final__box > div:first-child {
    max-width: 670px;
}

.dksp-final__box > div > span {
    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;
}

.dksp-final h2 {
    margin: 5px 0 7px !important;

    color: #fff;

    font-size: 34px !important;
}

.dksp-final p {
    margin: 0 !important;

    color:
        rgba(255, 255, 255, .84);

    font-size: 15px !important;
    line-height: 1.65 !important;
}

.dksp-final
.dksp-actions {
    flex-shrink: 0;

    margin: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .dksp-container {
        width:
            calc(100% - 32px);
    }

    .dksp-hero__box,
    .dksp-features {
        grid-template-columns: 1fr;
    }

    .dksp-benefits,
    .dksp-audiences {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }

    .dksp-process {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }

    .dksp-process::before {
        display: none;
    }

    .dksp-process__item {
        min-height: auto;

        padding: 23px;
    }

    .dksp-process__number {
        position: static;

        width: 44px;
        height: 44px;

        margin-bottom: 14px;

        border: 0;
    }

    .dksp-showcase__head {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .dksp-showcase__gallery {
        grid-template-columns:
            1fr 1fr;

        grid-template-rows:
            310px
            200px;
    }

    .dksp-showcase__item--1 {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    .dksp-final__box {
        flex-direction: column;

        align-items: flex-start;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .dksp-container {
        width:
            calc(100% - 26px);
    }

    .dksp-section {
        padding:
            42px
            0;
    }

    .dksp-section-head {
        margin-bottom: 25px;
    }

    .dksp-section-head h2 {
        font-size:
            29px !important;
    }


    /* HERO */

    .dksp-hero {
        padding:
            18px
            0
            28px;
    }

    .dksp-hero__box {
        gap: 22px;

        padding: 21px;

        border-radius: 20px;
    }

    .dksp-title {
        font-size:
            34px !important;
    }

    .dksp-subtitle {
        font-size:
            16px !important;
    }

    .dksp-actions {
        flex-direction: column;
    }

    .dksp-btn {
        width: 100% !important;
    }

    .dksp-points {
        flex-direction: column;
    }


    /* GRIDS */

    .dksp-benefits,
    .dksp-audiences,
    .dksp-process {
        grid-template-columns: 1fr;
    }


    /* SHOWCASE */

    .dksp-showcase {
        padding:
            42px
            0;
    }

    .dksp-showcase__head h2 {
        font-size:
            29px !important;
    }

    .dksp-showcase__gallery {
        grid-template-columns: 1fr;

        grid-template-rows: none;

        gap: 14px;
    }

    .dksp-showcase__item,
    .dksp-showcase__item--1 {
        grid-column: auto;
        grid-row: auto;

        height: 235px;
    }


    /* PRICING */

    .dksp-slider-arrow {
        display: none;
    }

    .dksp-pricing-pagination {
        display: block;
    }

    .dksp-price-card {
        border-radius: 18px;
    }

    .dksp-price-card__top {
        min-height: 68px;

        padding:
            18px
            18px;
    }

    .dksp-price-card__name {
        font-size: 15px;
    }

    .dksp-price-card__badge {
        top: 14px;
        right: 13px;
    }

    .dksp-price-card__body {
        min-height: 285px;

        padding:
            18px
            18px
            20px;
    }

    .dksp-price-card__meta {
        margin-bottom: 14px;
    }

    .dksp-price-card__price strong {
        font-size: 30px;
    }

    .dksp-price-card__button {
        min-height: 45px;
    }


    /* FINAL */

    .dksp-final {
        padding:
            30px
            0
            34px;
    }

    .dksp-final__box {
        padding:
            27px
            22px;
    }

    .dksp-final h2 {
        font-size:
            28px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .dksp-container {
        width:
            calc(100% - 22px);
    }

    .dksp-price-card__body {
        min-height: 270px;
    }

    .dksp-price-card__price strong {
        font-size: 28px;
    }
}

/* =========================
   FONT SERVICE PAGE
========================= */

.dksp-page,
.dksp-page button,
.dksp-page input,
.dksp-page select,
.dksp-page textarea {
    font-family:
        "Inter",
        "Be Vietnam Pro",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif !important;

    font-style: normal;
}

.dksp-page h1,
.dksp-page h2,
.dksp-page h3,
.dksp-page h4,
.dksp-page h5,
.dksp-page h6,
.dksp-page strong,
.dksp-page b {
    font-family:
        "Inter",
        "Be Vietnam Pro",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif !important;
}

.dksp-page h1 {
    font-weight: 700 !important;
}

.dksp-page h2 {
    font-weight: 700 !important;
}

.dksp-page h3 {
    font-weight: 700 !important;
}

.dksp-page p,
.dksp-page li,
.dksp-page a,
.dksp-page span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =========================================================
   CATEGORY NEWS ARCHIVE
========================================================= */

.dk-news-archive,
.dk-news-archive * {
    box-sizing: border-box;
}

.dk-news-archive {
    background: #fff;

    color: #475467;

    font-family:
        "Inter",
        "Be Vietnam Pro",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
}

.dk-news-archive__container {
    width: calc(100% - 40px);
    max-width: 1180px;

    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.dk-news-archive__hero {
    position: relative;

    padding:
        60px
        0
        56px;

    overflow: hidden;

    text-align: center;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(238, 0, 51, .07),
            transparent 24%
        ),
        linear-gradient(
            180deg,
            #fff,
            #fafbfc
        );

    border-bottom:
        1px solid
        #f0f1f3;
}

.dk-news-archive__eyebrow {
    display: inline-flex;

    margin-bottom: 12px;

    padding:
        8px
        14px;

    border:
        1px solid
        rgba(238, 0, 51, .14);

    border-radius: 999px;

    background:
        rgba(238, 0, 51, .055);

    color: #ee0033;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: .08em;

    text-transform: uppercase;
}

.dk-news-archive__hero h1 {
    margin:
        0
        auto
        14px !important;

    color: #101828;

    font-size: 42px !important;
    line-height: 1.15 !important;

    font-weight: 750 !important;

    letter-spacing: -.025em;
}

.dk-news-archive__description {
    max-width: 760px;

    margin: 0 auto !important;

    color: #667085;

    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   CONTENT
========================================================= */

.dk-news-archive__content {
    padding:
        58px
        0
        70px;
}


/* =========================================================
   GRID
========================================================= */

.dk-news-archive__grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap:
        32px
        24px;
}


/* =========================================================
   CARD
========================================================= */

.dk-news-card {
    min-width: 0;

    overflow: hidden;

    background: #fff;

    border:
        1px solid
        #eaecf0;

    border-radius: 18px;

    box-shadow:
        0 8px 24px
        rgba(16, 24, 40, .045);

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.dk-news-card:hover {
    transform: translateY(-5px);

    border-color:
        rgba(238, 0, 51, .18);

    box-shadow:
        0 18px 42px
        rgba(16, 24, 40, .09);
}


/* IMAGE */

.dk-news-card__image {
    display: block;

    width: 100%;

    aspect-ratio:
        16 / 9;

    overflow: hidden;

    background: #f5f6f8;
}

.dk-news-card__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .45s ease;
}

.dk-news-card:hover
.dk-news-card__image img {
    transform:
        scale(1.045);
}


/* PLACEHOLDER */

.dk-news-card__placeholder {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            135deg,
            #d9002f,
            #ee0033
        );

    color: #fff;

    font-size: 20px;

    font-weight: 750;
}


/* BODY */

.dk-news-card__body {
    padding:
        20px
        21px
        22px;
}


/* META */

.dk-news-card__meta {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 8px 12px;

    margin-bottom: 10px;

    font-size: 13px;
}

.dk-news-card__category {
    color: #ee0033;

    font-weight: 700;
}

.dk-news-card__meta time {
    color: #98a2b3;
}


/* TITLE */

.dk-news-card__title {
    margin:
        0
        0
        10px !important;

    font-size:
        20px !important;

    line-height:
        1.42 !important;

    font-weight:
        700 !important;
}

.dk-news-card__title a {
    display: -webkit-box;

    overflow: hidden;

    color: #101828 !important;

    text-decoration: none !important;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    transition:
        color .2s ease;
}

.dk-news-card__title a:hover {
    color:
        #ee0033 !important;
}


/* EXCERPT */

.dk-news-card__excerpt {
    min-height: 68px;

    margin-bottom: 18px;

    color: #667085;

    font-size: 14px;

    line-height: 1.65;
}


/* READ MORE */

.dk-news-card__more {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #ee0033 !important;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none !important;
}

.dk-news-card__more span {
    transition:
        transform .2s ease;
}

.dk-news-card__more:hover span {
    transform:
        translateX(4px);
}


/* =========================================================
   PAGINATION
========================================================= */

.dk-news-pagination {
    margin-top: 48px;
}

.dk-news-pagination .nav-links {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;
}

.dk-news-pagination .page-numbers {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 40px;
    height: 40px;

    padding:
        0
        12px;

    border:
        1px solid
        #e4e7ec;

    border-radius: 10px;

    background: #fff;

    color: #344054;

    font-size: 14px;

    font-weight: 600;
}

.dk-news-pagination .page-numbers.current,
.dk-news-pagination .page-numbers:hover {
    background: #ee0033;

    border-color: #ee0033;

    color: #fff;
}


/* =========================================================
   EMPTY CATEGORY
========================================================= */

.dk-news-empty {
    max-width: 600px;

    margin: 20px auto;

    padding:
        55px
        30px;

    text-align: center;

    background: #f8fafc;

    border:
        1px solid
        #eaecf0;

    border-radius: 22px;
}

.dk-news-empty__icon {
    margin-bottom: 15px;

    font-size: 42px;
}

.dk-news-empty h2 {
    margin:
        0
        0
        10px !important;

    color: #101828;

    font-size: 28px !important;
}

.dk-news-empty p {
    max-width: 450px;

    margin:
        0
        auto
        22px !important;

    color: #667085;

    font-size: 15px;

    line-height: 1.65;
}

.dk-news-empty__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 46px;

    padding:
        0
        20px;

    border-radius: 10px;

    background: #ee0033;

    color: #fff !important;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .dk-news-archive__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .dk-news-archive__container {
        width:
            calc(100% - 26px);
    }

    .dk-news-archive__hero {
        padding:
            42px
            0;
    }

    .dk-news-archive__hero h1 {
        font-size:
            31px !important;
    }

    .dk-news-archive__description {
        font-size:
            14px;
    }

    .dk-news-archive__content {
        padding:
            36px
            0
            50px;
    }

    .dk-news-archive__grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }

}

/* =========================================================
   VIETTEL BUSINESS FOOTER
========================================================= */

.dk-footer,
.dk-footer * {
    box-sizing: border-box;
}

.dk-footer {
    margin-top: 0;

    background: #101828;

    color: #cbd5e1;

    font-family:
        Inter,
        "Be Vietnam Pro",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
}

.dk-footer__container {
    width: calc(100% - 40px);
    max-width: 1180px;

    margin: 0 auto;
}


/* =========================================================
   TOP
========================================================= */

.dk-footer__top {
    padding:
        60px
        0
        48px;
}

.dk-footer__grid {
    display: grid;

    grid-template-columns:
        1.7fr
        1fr
        1fr
        1fr;

    gap: 50px;
}


/* =========================================================
   BRAND
========================================================= */

.dk-footer__brand {
    max-width: 390px;
}

.dk-footer__logo {
    display: inline-flex;

    flex-direction: column;

    margin-bottom: 20px;

    color: #fff;

    font-size: 34px;
    line-height: .8;

    font-weight: 800;

    letter-spacing: -.04em;
}

.dk-footer__logo::first-letter {
    color: #ee0033;
}

.dk-footer__logo small {
    margin-top: 9px;

    color: #fff;

    font-size: 10px;

    font-weight: 500;

    letter-spacing: .3em;

    text-transform: uppercase;
}

.dk-footer__brand > p {
    max-width: 340px;

    margin:
        0
        0
        25px !important;

    color: #98a2b3;

    font-size: 14px !important;
    line-height: 1.75 !important;
}


/* =========================================================
   CONTACT
========================================================= */

.dk-footer__contact {
    display: grid;

    gap: 11px;
}

.dk-footer__contact > a {
    display: flex;

    align-items: center;

    gap: 12px;

    max-width: 280px;

    color: #fff !important;

    text-decoration: none !important;
}

.dk-footer__contact > a > span {
    display: flex;

    align-items: center;
    justify-content: center;

    flex:
        0
        0
        40px;

    width: 40px;
    height: 40px;

    border-radius: 11px;

    background:
        rgba(238, 0, 51, .13);

    color: #ff3159;

    font-size: 16px;
}

.dk-footer__contact div {
    display: flex;

    flex-direction: column;

    gap: 2px;
}

.dk-footer__contact small {
    color: #98a2b3;

    font-size: 11px;
}

.dk-footer__contact strong {
    color: #fff;

    font-size: 14px;

    font-weight: 700;
}


/* =========================================================
   COLUMNS
========================================================= */

.dk-footer__column h3 {
    margin:
        0
        0
        20px !important;

    color: #fff;

    font-size: 16px !important;
    line-height: 1.3 !important;

    font-weight: 700 !important;
}

.dk-footer__column ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.dk-footer__column li {
    margin-bottom: 12px;
}

.dk-footer__column a {
    position: relative;

    color: #98a2b3 !important;

    font-size: 14px;

    line-height: 1.5;

    text-decoration: none !important;

    transition:
        color .2s ease,
        padding-left .2s ease;
}

.dk-footer__column a:hover {
    padding-left: 5px;

    color: #fff !important;
}

.dk-footer__column a::before {
    content: "";

    position: absolute;

    left: 0;
    top: 50%;

    width: 0;
    height: 2px;

    background: #ee0033;

    transform:
        translateY(-50%);

    transition:
        width .2s ease;
}

.dk-footer__column a:hover::before {
    width: 3px;
}


/* =========================================================
   BOTTOM
========================================================= */

.dk-footer__bottom {
    border-top:
        1px solid
        rgba(255, 255, 255, .08);

    background:
        rgba(0, 0, 0, .08);
}

.dk-footer__bottom-inner {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    min-height: 70px;
}

.dk-footer__bottom p {
    margin: 0 !important;

    color: #667085;

    font-size: 12px !important;
}


/* =========================================================
   SOCIAL
========================================================= */

.dk-footer__social {
    display: flex;

    gap: 8px;
}

.dk-footer__social a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;

    border:
        1px solid
        rgba(255, 255, 255, .10);

    border-radius: 9px;

    background:
        rgba(255, 255, 255, .04);

    color: #98a2b3 !important;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.dk-footer__social a:hover {
    transform: translateY(-2px);

    background: #ee0033;

    border-color: #ee0033;

    color: #fff !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .dk-footer__grid {
        grid-template-columns:
            1.5fr
            1fr
            1fr;

        gap: 38px;
    }

    .dk-footer__brand {
        grid-column:
            1 / 4;

        max-width: none;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .dk-footer__container {
        width:
            calc(100% - 28px);
    }

    .dk-footer__top {
        padding:
            44px
            0
            34px;
    }

    .dk-footer__grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );

        gap:
            32px
            24px;
    }

    .dk-footer__brand {
        grid-column:
            1 / 3;
    }

    .dk-footer__brand > p {
        max-width: none;
    }

    .dk-footer__bottom-inner {
        flex-direction: column;

        align-items: flex-start;

        justify-content: center;

        padding:
            18px
            0;
    }

}
/* =========================================================
   TẮT ABSOLUTE FOOTER MẶC ĐỊNH FLATSOME
========================================================= */

#footer .absolute-footer {
    display: none !important;
}

/* Enterprise service layer. Scoped to service pages; pricing geometry stays original. */
.dksp-enterprise { --dk-blue: #ee0033; --dk-purple: #101828; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.dksp-enterprise .dksp-container { max-width: 1200px; }
.dksp-enterprise section[id] { scroll-margin-top: 110px; }
.dksp-enterprise .dksp-section { padding: 76px 0; }
.dksp-enterprise .dksp-section--soft { background: #f5f7fa; }
.dksp-enterprise .dksp-section-head h2 { font-size: clamp(27px, 3.2vw, 38px) !important; line-height: 1.22 !important; letter-spacing: -.025em; }
.dksp-enterprise .dksp-section-head p { line-height: 1.75 !important; }
.dksp-enterprise .dksp-section-head--left p { margin-left: 0 !important; }
.dksp-enterprise .dksp-hero { padding: 64px 0 56px; background: #fff; border-top: 1px solid #eaecf0; }
.dksp-enterprise .dksp-hero__box { padding: 0; gap: 56px; border: 0; border-radius: 0; box-shadow: none; background: none; }
.dksp-enterprise .dksp-hero__box::before, .dksp-enterprise .dksp-hero__box::after { display: none; }
.dksp-enterprise .dksp-title { font-size: clamp(34px, 4.2vw, 56px) !important; line-height: 1.12 !important; letter-spacing: -.035em; }
.dksp-enterprise .dksp-subtitle { font-size: 18px !important; line-height: 1.75 !important; }
.dksp-enterprise .dksp-badge { border: 0; border-left: 3px solid #ee0033; border-radius: 0; padding: 3px 0 3px 12px; background: none; letter-spacing: .07em; }
.dksp-enterprise .dksp-hero__media-card { border-radius: 12px; box-shadow: none; border: 1px solid #e4e7ec; }
.dksp-enterprise .dksp-placeholder { background: #f5f7fa; color: #101828; text-align: center; padding: 30px; }
.dksp-enterprise .dksp-placeholder small { font-size: 15px; color: #475467; }
.dksp-enterprise .dksp-points { font-size: 14px; line-height: 1.65; }
.dksp-enterprise .dksp-btn { border-radius: 6px; font-size: 15px !important; box-shadow: none; letter-spacing: 0; text-transform: none; }
.dksp-enterprise .dksp-btn:hover { transform: none; }
.dksp-enterprise .dksp-benefit, .dksp-enterprise .dksp-audience, .dksp-enterprise .dksp-process__item, .dksp-enterprise .dksp-news-card, .dksp-enterprise .dksp-faq__item { border-radius: 10px; box-shadow: none; }
.dksp-enterprise .dksp-benefit:hover, .dksp-enterprise .dksp-audience:hover, .dksp-enterprise .dksp-news-card:hover { transform: none; }
.dksp-enterprise .dksp-benefit p, .dksp-enterprise .dksp-audience p, .dksp-enterprise .dksp-process__item p, .dksp-enterprise .dksp-feature p { font-size: 16px !important; line-height: 1.75 !important; }
.dksp-enterprise .dksp-final__box { background: #101828; border-radius: 12px; box-shadow: none; }
.dksp-enterprise .dksp-final__box::before, .dksp-enterprise .dksp-final__box::after { display: none; }
.dksp-enterprise a:focus-visible, .dksp-enterprise button:focus-visible, .dksp-enterprise summary:focus-visible { outline: 3px solid #175cd3; outline-offset: 4px; }
.dksp-service-nav { border-top: 1px solid #e4e7ec; border-bottom: 1px solid #e4e7ec; background: #fff; }
.dksp-service-nav .dksp-container { display: flex; flex-wrap: wrap; gap: 8px 30px; padding-top: 10px; padding-bottom: 10px; }
.dksp-service-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 650; color: #344054; text-decoration: none; }
.dksp-service-nav a:last-child, .dksp-service-nav a:hover { color: #c5002a; }
.dksp-b2b-split { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 72px; }
.dksp-b2b-copy { font-size: 17px; line-height: 1.85; color: #475467; }
.dksp-b2b-copy p { margin: 0 0 18px; }
.dksp-enterprise .dksp-b2b-link { display: inline-block; color: #bd0028; font-size: 15px; line-height: 1.6; font-weight: 650; margin-top: 12px; text-decoration: underline; text-underline-offset: 4px; }
.dksp-b2b-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.dksp-b2b-card { background: #fff; border: 1px solid #e4e7ec; border-radius: 10px; padding: 28px; min-width: 0; }
.dksp-b2b-number { display: block; color: #bd0028; font-size: 13px; font-weight: 750; letter-spacing: .1em; margin-bottom: 24px; }
.dksp-enterprise .dksp-b2b-card h3 { font-size: 20px; line-height: 1.4; margin: 0 0 12px; color: #101828; }
.dksp-b2b-card p { margin: 0; font-size: 16px; line-height: 1.75; color: #475467; }
.dksp-b2b-prepare { border-bottom: 1px solid #e4e7ec; }
.dksp-b2b-checklist { padding: 0; margin: 0; list-style: none; counter-reset: prepare; }
.dksp-b2b-checklist li { position: relative; padding: 0 0 24px 52px; margin: 0 0 24px; border-bottom: 1px solid #e4e7ec; counter-increment: prepare; }
.dksp-b2b-checklist li::before { content: counter(prepare, decimal-leading-zero); position: absolute; left: 0; top: 0; font-size: 15px; font-weight: 700; color: #bd0028; }
.dksp-b2b-checklist li:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
.dksp-enterprise .dksp-b2b-checklist h3 { font-size: 18px; margin: 0 0 8px; color: #101828; }
.dksp-b2b-checklist p { font-size: 16px; line-height: 1.75; margin: 0; }
.dksp-enterprise .dksp-b2b-consult { background: #101828; }
.dksp-b2b-consult-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 72px; }
.dksp-b2b-eyebrow { color: #fda4af; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.dksp-enterprise .dksp-b2b-consult-copy h2 { color: #fff; font-size: clamp(30px, 3.3vw, 42px); line-height: 1.2; margin: 18px 0 22px; letter-spacing: -.025em; }
.dksp-b2b-consult-copy p, .dksp-b2b-consult-copy li { font-size: 16px; color: #d0d5dd; line-height: 1.8; }
.dksp-b2b-consult-copy ul { list-style: none; padding: 0; margin: 24px 0; }
.dksp-b2b-consult-copy li { margin: 8px 0; }
.dksp-b2b-consult-copy li::before { content: '✓'; color: #fda4af; margin-right: 12px; }
.dksp-enterprise .dksp-b2b-phone { display: inline-block; color: #fff; font-size: 18px; font-weight: 650; text-decoration: underline; text-underline-offset: 5px; }
.dksp-lead-form { position: relative; background: #fff; border-radius: 12px; padding: 32px; margin: 0; min-width: 0; }
.dksp-enterprise .dksp-lead-form h3 { color: #101828; font-size: 23px; margin: 0 0 6px; }
.dksp-form-note { font-size: 13px; color: #667085; margin: 0 0 22px; }
.dksp-form-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.dksp-form-wide { grid-column: 1 / -1; }
.dksp-lead-form label { display: block; font-size: 14px; font-weight: 650; color: #344054; margin-bottom: 7px; }
.dksp-lead-form label small { font-weight: 400; font-size: 12px; }
.dksp-lead-form input:not([type=checkbox]):not([type=hidden]) { box-sizing: border-box; width: 100%; min-height: 48px; margin: 0; padding: 10px 12px; border: 1px solid #98a2b3; border-radius: 6px; background: #fff; color: #101828; box-shadow: none; font: inherit; font-size: 16px; }
.dksp-lead-form input:focus { outline: 2px solid #175cd3; outline-offset: 2px; }
.dksp-form-service { margin: 20px 0 16px; font-size: 14px; line-height: 1.6; }
.dksp-lead-form .dksp-form-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.6; font-weight: 400; margin: 0 0 20px; }
.dksp-form-consent input { flex: 0 0 18px; width: 18px; height: 18px; margin: 3px 0 0; accent-color: #ee0033; }
.dksp-form-consent a { color: #bd0028; text-decoration: underline; }
.dksp-form-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.dksp-lead-form button { width: 100%; gap: 16px; white-space: normal; }
.dksp-lead-form button:disabled { opacity: .65; cursor: wait; }
.dksp-form-status { font-size: 14px; line-height: 1.6; margin: 16px 0 0; color: #166534; }
.dksp-form-status:empty { display: none; }
.dksp-form-status[data-error] { color: #b42318; }
.dksp-mobile-cta { display: none; }
@media (max-width: 1023px) {
    .dksp-enterprise .dksp-hero__box { gap: 28px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .dksp-b2b-split, .dksp-b2b-consult-grid { gap: 36px; }
    .dksp-b2b-grid { gap: 16px; }
    .dksp-b2b-card { padding: 22px; }
    .dksp-form-fields { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 767px) {
    body.single-dk_service { padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }
    .dksp-enterprise .dksp-container { width: calc(100% - 36px); }
    .dksp-enterprise .dksp-section { padding: 48px 0; }
    .dksp-enterprise .dksp-hero { padding: 36px 0; }
    .dksp-enterprise .dksp-hero__box, .dksp-b2b-split, .dksp-b2b-consult-grid, .dksp-b2b-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .dksp-enterprise .dksp-section-head { margin-bottom: 24px; }
    .dksp-enterprise .dksp-b2b-split > .dksp-section-head { margin-bottom: 0; }
    .dksp-enterprise .dksp-subtitle { font-size: 17px !important; }
    .dksp-enterprise .dksp-hero .dksp-actions { display: grid; gap: 10px; }
    .dksp-service-nav .dksp-container { flex-wrap: nowrap; overflow-x: auto; gap: 22px; }
    .dksp-service-nav a { flex: 0 0 auto; }
    .dksp-b2b-copy { font-size: 16px; }
    .dksp-b2b-number { margin-bottom: 14px; }
    .dksp-lead-form { padding: 24px 20px; }
    .dksp-mobile-cta { display: flex; position: fixed; z-index: 990; bottom: 0; left: 0; right: 0; gap: 8px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)); background: #fff; border-top: 1px solid #d0d5dd; box-shadow: 0 -3px 16px rgba(16,24,40,.08); }
    .dksp-mobile-cta a { flex: 1; display: flex; align-items: center; justify-content: center; min-height: 46px; padding: 8px; border: 1px solid #d0d5dd; border-radius: 6px; color: #101828; font-size: 14px; font-weight: 650; text-decoration: none; }
    .dksp-mobile-cta .dksp-mobile-cta-primary { flex: 1.4; background: #ee0033; border-color: #ee0033; color: #fff; }
    .dksp-enterprise .dksp-final { padding-bottom: 32px; }
}
@media (prefers-reduced-motion: reduce) {
    .dksp-enterprise *, .dksp-enterprise *::before, .dksp-enterprise *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
/* =========================================================
   DK SERVICE - MOBILE FINAL FIX
========================================================= */

@media (max-width: 767px) {

    body.single-dk_service {
        overflow-x: hidden;
        padding-bottom:
            calc(76px + env(safe-area-inset-bottom, 0px));
    }

    .dksp-enterprise {
        overflow-x: hidden;
    }

    .dksp-enterprise .dksp-container {
        width: calc(100% - 30px);
        max-width: 100%;
    }


    /* HERO */

    .dksp-enterprise .dksp-hero {
        padding: 30px 0 34px;
    }

    .dksp-enterprise .dksp-hero__box {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .dksp-enterprise .dksp-title {
        font-size: 34px !important;
        line-height: 1.12 !important;
    }

    .dksp-enterprise .dksp-subtitle {
        font-size: 16px !important;
        line-height: 1.65 !important;
    }

    .dksp-enterprise .dksp-hero__media-card {
        min-height: auto;
        padding: 14px;
    }


    /* SECTION */

    .dksp-enterprise .dksp-section {
        padding: 44px 0;
    }

    .dksp-enterprise .dksp-section-head {
        max-width: 100%;
        margin-bottom: 24px;
    }

    .dksp-enterprise .dksp-section-head h2 {
        font-size: 28px !important;
        line-height: 1.24 !important;
    }

    .dksp-enterprise .dksp-section-head p {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }


    /* ENTERPRISE SEO */

    .dksp-b2b-split,
    .dksp-b2b-grid,
    .dksp-b2b-consult-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .dksp-b2b-copy {
        font-size: 15px;
        line-height: 1.75;
    }

    .dksp-b2b-card {
        padding: 22px 20px;
        border-radius: 10px;
    }

    .dksp-b2b-number {
        margin-bottom: 12px;
    }

    .dksp-enterprise .dksp-b2b-card h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    .dksp-b2b-card p {
        font-size: 15px;
        line-height: 1.7;
    }


    /* PREPARATION */

    .dksp-b2b-checklist li {
        padding-left: 43px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .dksp-enterprise
    .dksp-b2b-checklist h3 {
        font-size: 17px;
    }

    .dksp-b2b-checklist p {
        font-size: 15px;
        line-height: 1.7;
    }


    /* CONSULT */

    .dksp-enterprise .dksp-b2b-consult {
        background: #101828 !important;
    }

    .dksp-b2b-consult-copy {
        padding-bottom: 6px;
    }

    .dksp-enterprise
    .dksp-b2b-consult-copy h2 {
        margin: 10px 0 15px;

        color: #fff !important;

        font-size: 29px !important;
        line-height: 1.2 !important;
    }

    .dksp-b2b-consult-copy p,
    .dksp-b2b-consult-copy li {
        color: #d0d5dd !important;

        font-size: 15px;
        line-height: 1.7;
    }

    .dksp-enterprise .dksp-b2b-phone {
        color: #fff !important;
        font-size: 16px;
    }


    /* FORM */

    .dksp-lead-form {
        width: 100%;
        min-width: 0;

        padding: 23px 19px;

        border-radius: 10px;
    }

    .dksp-enterprise .dksp-lead-form h3 {
        font-size: 21px;
    }

    .dksp-form-fields {
        display: grid;

        grid-template-columns: 1fr;

        gap: 15px;
    }

    .dksp-form-wide {
        grid-column: auto;
    }

    .dksp-lead-form
    input:not([type="checkbox"]):not([type="hidden"]) {
        width: 100%;

        min-width: 0;
        min-height: 46px;

        font-size: 16px;
    }

    /*
     * Honeypot chống spam:
     * tuyệt đối không được nhìn thấy.
     */
    .dksp-form-hp {
        position: absolute !important;

        left: -99999px !important;
        top: auto !important;

        width: 1px !important;
        height: 1px !important;

        overflow: hidden !important;

        opacity: 0 !important;

        pointer-events: none !important;
    }


    /* FINAL CTA */

    .dksp-enterprise .dksp-final__box {
        display: block;

        padding: 27px 21px;

        border-radius: 12px;
    }

    .dksp-enterprise .dksp-final h2 {
        font-size: 28px !important;
        line-height: 1.22 !important;
    }

    .dksp-enterprise .dksp-final
    .dksp-actions {
        margin-top: 22px;
    }


    /* MOBILE FIXED CTA */

    .dksp-mobile-cta {
        position: fixed !important;

        z-index: 9998 !important;

        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;

        display: flex !important;

        gap: 8px;

        margin: 0 !important;

        padding:
            9px
            12px
            calc(
                9px +
                env(safe-area-inset-bottom, 0px)
            );

        background: #fff;

        border-top:
            1px solid #e4e7ec;

        box-shadow:
            0 -5px 20px
            rgba(16, 24, 40, .10);
    }

    .dksp-mobile-cta a {
        display: flex !important;

        align-items: center;
        justify-content: center;

        flex: 1;

        min-height: 46px;

        padding: 6px 10px;

        border:
            1px solid #d0d5dd;

        border-radius: 7px;

        background: #fff;

        color: #101828 !important;

        font-size: 13px;
        font-weight: 700;

        text-decoration: none !important;
    }

    .dksp-mobile-cta
    .dksp-mobile-cta-primary {
        flex: 1.4;

        background: #ee0033;

        border-color: #ee0033;

        color: #fff !important;
    }

}


/* =========================================================
   IPHONE SMALL WIDTH
========================================================= */

@media (max-width: 430px) {

    .dksp-enterprise .dksp-container {
        width: calc(100% - 26px);
    }

    .dksp-enterprise .dksp-title {
        font-size: 31px !important;
    }

    .dksp-enterprise
    .dksp-section-head h2 {
        font-size: 26px !important;
    }

    .dksp-mobile-cta a {
        font-size: 12px;
    }

}