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

/* =========================================================
   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;
    }
}
/* =========================================================
   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;
    }

    /* FINAL */


    /* 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
   Chỉ áp dụng cho trang dk_service.
   Pricing nằm riêng trong service-pricing.css.
========================================================= */

.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: 72px 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;
}

/* HERO */

.dksp-enterprise .dksp-hero {
    padding: 58px 0 52px;
    background: #fff;
    border-top: 1px solid #eaecf0;
}

.dksp-enterprise .dksp-hero__box {
    padding: 0;
    gap: 54px;
    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 {
    padding: 3px 0 3px 12px;
    border: 0;
    border-left: 3px solid #ee0033;
    border-radius: 0;
    background: none;
    letter-spacing: .07em;
}

.dksp-enterprise .dksp-hero__media-card {
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    box-shadow: none;
}

.dksp-enterprise .dksp-placeholder {
    padding: 30px;
    background: #f5f7fa;
    color: #101828;
    text-align: center;
}

.dksp-enterprise .dksp-placeholder small {
    color: #475467;
    font-size: 15px;
}

.dksp-enterprise .dksp-points {
    font-size: 14px;
    line-height: 1.65;
}

/* BUTTON */

.dksp-enterprise .dksp-btn {
    border-radius: 6px;
    box-shadow: none;
    font-size: 15px !important;
    letter-spacing: 0;
    text-transform: none;
}

.dksp-enterprise .dksp-btn:hover {
    transform: none;
}

/* CARDS */

.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: 15px !important;
    line-height: 1.7 !important;
}

/* SERVICE NAV */

.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;
    color: #344054;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

.dksp-service-nav a:last-child,
.dksp-service-nav a:hover {
    color: #c5002a;
}

/* SEO CONTENT */

.dksp-b2b-split {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 68px;
}

.dksp-b2b-copy {
    color: #475467;
    font-size: 17px;
    line-height: 1.85;
}

.dksp-b2b-copy p {
    margin: 0 0 18px;
}

.dksp-enterprise .dksp-b2b-link {
    display: inline-block;
    margin-top: 12px;
    color: #bd0028;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 650;
    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 {
    min-width: 0;
    padding: 28px;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
}

.dksp-b2b-number {
    display: block;
    margin-bottom: 20px;
    color: #bd0028;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .1em;
}

.dksp-enterprise .dksp-b2b-card h3 {
    margin: 0 0 12px;
    color: #101828;
    font-size: 20px;
    line-height: 1.4;
}

.dksp-b2b-card p {
    margin: 0;
    color: #475467;
    font-size: 15px;
    line-height: 1.75;
}

/* PREPARATION */

.dksp-b2b-prepare {
    border-bottom: 1px solid #e4e7ec;
}

.dksp-b2b-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: prepare;
}

.dksp-b2b-checklist li {
    position: relative;
    margin: 0 0 24px;
    padding: 0 0 24px 52px;
    border-bottom: 1px solid #e4e7ec;
    counter-increment: prepare;
}

.dksp-b2b-checklist li::before {
    content: counter(prepare, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    color: #bd0028;
    font-size: 15px;
    font-weight: 700;
}

.dksp-b2b-checklist li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.dksp-enterprise .dksp-b2b-checklist h3 {
    margin: 0 0 8px;
    color: #101828;
    font-size: 18px;
}

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

/* CONSULTATION */

.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: 68px;
}

.dksp-b2b-eyebrow {
    color: #fda4af;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.dksp-enterprise .dksp-b2b-consult-copy h2 {
    margin: 18px 0 22px;
    color: #fff;
    font-size: clamp(30px, 3.3vw, 42px);
    line-height: 1.2;
    letter-spacing: -.025em;
}

.dksp-b2b-consult-copy p,
.dksp-b2b-consult-copy li {
    color: #d0d5dd;
    font-size: 16px;
    line-height: 1.8;
}

.dksp-b2b-consult-copy ul {
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.dksp-b2b-consult-copy li {
    margin: 8px 0;
}

.dksp-b2b-consult-copy li::before {
    content: "✓";
    margin-right: 12px;
    color: #fda4af;
}

.dksp-enterprise .dksp-b2b-phone {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* LEAD FORM */

.dksp-lead-form {
    position: relative;
    min-width: 0;
    margin: 0;
    padding: 32px;
    background: #fff;
    border-radius: 12px;
}

.dksp-enterprise .dksp-lead-form h3 {
    margin: 0 0 6px;
    color: #101828;
    font-size: 23px;
}

.dksp-form-note {
    margin: 0 0 22px;
    color: #667085;
    font-size: 13px;
}

.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;
    margin-bottom: 7px;
    color: #344054;
    font-size: 14px;
    font-weight: 650;
}

.dksp-lead-form label small {
    font-size: 12px;
    font-weight: 400;
}

.dksp-lead-form input:not([type="checkbox"]):not([type="hidden"]) {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    margin: 0;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #98a2b3;
    border-radius: 6px;
    box-shadow: none;
    color: #101828;
    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;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
}

.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,
.dksp-form-hp[hidden] {
    position: absolute !important;
    left: -99999px !important;
    top: auto !important;
    display: none !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.dksp-lead-form button {
    width: 100%;
    gap: 16px;
    white-space: normal;
}

.dksp-lead-form button:disabled {
    opacity: .65;
    cursor: wait;
}

.dksp-form-status {
    margin: 16px 0 0;
    color: #166534;
    font-size: 14px;
    line-height: 1.6;
}

.dksp-form-status:empty {
    display: none;
}

.dksp-form-status[data-error] {
    color: #b42318;
}

/* FINAL CTA */

.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;
}

/* ACCESSIBILITY */

.dksp-enterprise a:focus-visible,
.dksp-enterprise button:focus-visible,
.dksp-enterprise summary:focus-visible {
    outline: 3px solid #175cd3;
    outline-offset: 4px;
}

/* MOBILE CTA */

.dksp-mobile-cta {
    display: none;
}

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

@media (max-width: 1023px) {

    .dksp-enterprise .dksp-hero__box {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 28px;
    }

    .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);
    }

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

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

@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%;
    }

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

    .dksp-enterprise .dksp-hero {
        padding: 32px 0 36px;
    }

    .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-title {
        font-size: 32px !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;
    }

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

    .dksp-enterprise .dksp-b2b-split > .dksp-section-head {
        margin-bottom: 0;
    }

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

    .dksp-enterprise .dksp-section-head p,
    .dksp-b2b-copy,
    .dksp-b2b-card p,
    .dksp-b2b-checklist p,
    .dksp-b2b-consult-copy p,
    .dksp-b2b-consult-copy li {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .dksp-enterprise .dksp-hero .dksp-actions {
        display: grid;
        gap: 10px;
    }

    .dksp-service-nav .dksp-container {
        flex-wrap: nowrap;
        gap: 22px;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .dksp-service-nav .dksp-container::-webkit-scrollbar {
        display: none;
    }

    .dksp-service-nav a {
        flex: 0 0 auto;
    }

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

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

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

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

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

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

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

    .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;
    }

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

    .dksp-lead-form {
        width: 100%;
        min-width: 0;
        padding: 24px 20px;
        border-radius: 10px;
    }

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

    .dksp-form-fields {
        grid-template-columns: 1fr;
        gap: 15px;
    }

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

    .dksp-enterprise .dksp-final {
        padding-bottom: 32px;
    }

    .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;
    }

    .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;
        background: #fff;
        border: 1px solid #d0d5dd;
        border-radius: 7px;
        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;
    }
}

@media (max-width: 430px) {

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

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

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

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

@media (prefers-reduced-motion: reduce) {

    .dksp-enterprise *,
    .dksp-enterprise *::before,
    .dksp-enterprise *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

/* =========================================================
   DK NEWS SINGLE
   Enterprise article layout
========================================================= */

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

.dk-article {
    width: 100%;
    overflow-x: hidden;

    background: #fff;

    color: #475467;

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


/* =========================================================
   ARTICLE HEADER
========================================================= */

.dk-article__header {
    padding: 58px 0 42px;

    background:
        linear-gradient(
            180deg,
            #fff 0%,
            #fafbfc 100%
        );

    border-bottom: 1px solid #eaecf0;
}

.dk-article__header-inner {
    width: calc(100% - 40px);
    max-width: 920px;

    margin: 0 auto;
}

.dk-article__breadcrumb {
    display: flex;
    flex-wrap: wrap;

    align-items: center;

    gap: 7px;

    margin-bottom: 26px;

    color: #98a2b3;

    font-size: 13px;
    line-height: 1.5;
}

.dk-article__breadcrumb a {
    color: #667085 !important;

    text-decoration: none !important;
}

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

.dk-article__category {
    display: inline-flex;

    margin-bottom: 15px;

    color: #ee0033 !important;

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

    font-weight: 750;

    letter-spacing: .09em;

    text-decoration: none !important;

    text-transform: uppercase;
}

.dk-article__title {
    max-width: 900px;

    margin: 0 0 19px !important;

    color: #101828;

    font-size: clamp(35px, 4vw, 50px) !important;
    line-height: 1.16 !important;

    font-weight: 750 !important;

    letter-spacing: -.032em;
}

.dk-article__lead {
    max-width: 820px;

    margin: 0 0 22px !important;

    color: #475467;

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

.dk-article__meta {
    display: flex;
    flex-wrap: wrap;

    align-items: center;

    gap: 8px;

    color: #98a2b3;

    font-size: 13px;
    line-height: 1.5;
}

.dk-article__meta time {
    color: #667085;
}

.dk-article__meta-separator {
    color: #d0d5dd;
}


/* =========================================================
   FEATURED IMAGE
========================================================= */

.dk-article__featured-wrap {
    width: calc(100% - 40px);
    max-width: 1080px;

    margin: 42px auto 0;
}

.dk-article__featured {
    width: 100%;

    margin: 0;

    overflow: hidden;

    background: #f5f7fa;

    border: 1px solid #eaecf0;
    border-radius: 14px;
}

.dk-article__featured-image {
    display: block;

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

    max-height: 610px;

    object-fit: cover;
}


/* =========================================================
   MAIN ARTICLE
========================================================= */

.dk-article__main {
    width: calc(100% - 40px);
    max-width: 820px;

    margin: 0 auto;

    padding: 58px 0 70px;
}

.dk-article__content {
    color: #344054;

    font-size: 17px;
    line-height: 1.85;
}

.dk-article__content > *:first-child {
    margin-top: 0;
}

.dk-article__content > *:last-child {
    margin-bottom: 0;
}


/* PARAGRAPH */

.dk-article__content p {
    margin: 0 0 22px !important;

    color: #344054;

    font-size: 17px !important;
    line-height: 1.85 !important;
}


/* HEADINGS */

.dk-article__content h2 {
    margin: 46px 0 18px !important;

    color: #101828;

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

    font-weight: 750 !important;

    letter-spacing: -.02em;
}

.dk-article__content h3 {
    margin: 34px 0 14px !important;

    color: #101828;

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

    font-weight: 700 !important;
}

.dk-article__content h4 {
    margin: 28px 0 12px !important;

    color: #101828;

    font-size: 19px !important;
    line-height: 1.45 !important;

    font-weight: 700 !important;
}


/* LINKS */

.dk-article__content a {
    color: #bd0028;

    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.dk-article__content a:hover {
    color: #ee0033;
}


/* LIST */

.dk-article__content ul,
.dk-article__content ol {
    margin: 0 0 24px;

    padding-left: 25px;
}

.dk-article__content li {
    margin-bottom: 9px;

    color: #344054;

    font-size: 17px;
    line-height: 1.75;
}


/* STRONG */

.dk-article__content strong,
.dk-article__content b {
    color: #101828;

    font-weight: 700;
}


/* IMAGE */

.dk-article__content img {
    max-width: 100%;
    height: auto;

    border-radius: 10px;
}

.dk-article__content figure {
    max-width: 100%;

    margin: 30px 0;
}

.dk-article__content figcaption {
    margin-top: 9px;

    color: #667085;

    font-size: 13px;
    line-height: 1.6;

    text-align: center;
}


/* BLOCKQUOTE */

.dk-article__content blockquote {
    margin: 32px 0;
    padding: 6px 0 6px 23px;

    border-left: 4px solid #ee0033;

    color: #475467;

    font-size: 18px;
    line-height: 1.75;

    font-style: normal;
}

.dk-article__content blockquote p:last-child {
    margin-bottom: 0 !important;
}


/* TABLE */

.dk-article__content .wp-block-table {
    margin: 30px 0;

    overflow-x: auto;
}

.dk-article__content table {
    width: 100%;

    border-collapse: collapse;

    font-size: 15px;
}

.dk-article__content th,
.dk-article__content td {
    padding: 13px 14px;

    border: 1px solid #e4e7ec;

    text-align: left;
    vertical-align: top;
}

.dk-article__content th {
    background: #f8fafc;

    color: #101828;

    font-weight: 700;
}


/* SEPARATOR */

.dk-article__content hr {
    margin: 40px 0;

    border: 0;
    border-top: 1px solid #e4e7ec;
}


/* EMBED */

.dk-article__content iframe {
    max-width: 100%;
}


/* =========================================================
   ARTICLE PAGE LINKS
========================================================= */

.dk-article__page-links {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 35px;
}


/* =========================================================
   CONSULT CTA
========================================================= */

.dk-article__cta {
    display: flex;

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

    gap: 32px;

    margin-top: 55px;
    padding: 30px 32px;

    background: #101828;

    border-radius: 12px;
}

.dk-article__cta-content {
    max-width: 500px;
}

.dk-article__cta-eyebrow {
    display: block;

    margin-bottom: 9px;

    color: #fda4af;

    font-size: 11px;

    font-weight: 750;

    letter-spacing: .09em;

    text-transform: uppercase;
}

.dk-article__cta h2 {
    margin: 0 0 9px !important;

    color: #fff;

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

    font-weight: 700 !important;
}

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

    color: #d0d5dd;

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

.dk-article__cta-actions {
    display: flex;

    flex-direction: column;

    flex: 0 0 auto;

    gap: 9px;

    min-width: 185px;
}

.dk-article__cta-primary,
.dk-article__cta-phone {
    display: flex;

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

    min-height: 45px;

    padding: 0 17px;

    border-radius: 6px;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none !important;
}

.dk-article__cta-primary {
    gap: 9px;

    background: #ee0033;

    border: 1px solid #ee0033;

    color: #fff !important;
}

.dk-article__cta-primary:hover {
    background: #d9002f;

    border-color: #d9002f;
}

.dk-article__cta-phone {
    background: transparent;

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

    color: #fff !important;
}

.dk-article__cta-phone:hover {
    background: rgba(255, 255, 255, .06);
}


/* =========================================================
   BACK
========================================================= */

.dk-article__back {
    margin-top: 35px;
    padding-top: 25px;

    border-top: 1px solid #e4e7ec;
}

.dk-article__back a {
    color: #344054 !important;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none !important;
}

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


/* =========================================================
   RELATED POSTS
========================================================= */

.dk-article-related {
    padding: 62px 0 72px;

    background: #f8fafc;

    border-top: 1px solid #eaecf0;
}

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

    margin: 0 auto;
}

.dk-article-related__heading {
    margin-bottom: 28px;
}

.dk-article-related__heading > span {
    display: block;

    margin-bottom: 8px;

    color: #ee0033;

    font-size: 12px;

    font-weight: 750;

    letter-spacing: .09em;

    text-transform: uppercase;
}

.dk-article-related__heading h2 {
    margin: 0 !important;

    color: #101828;

    font-size: 34px !important;
    line-height: 1.2 !important;

    font-weight: 750 !important;

    letter-spacing: -.025em;
}

.dk-article-related__grid {
    display: grid;

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

    gap: 24px;
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.dk-article a:focus-visible {
    outline: 3px solid #175cd3;
    outline-offset: 4px;
}


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

@media (max-width: 900px) {

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

    .dk-article__cta {
        align-items: flex-start;
    }
}


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

@media (max-width: 767px) {

    .dk-article__header {
        padding:
            38px
            0
            32px;
    }

    .dk-article__header-inner,
    .dk-article__featured-wrap,
    .dk-article__main,
    .dk-article-related__container {
        width:
            calc(100% - 28px);
    }

    .dk-article__breadcrumb {
        margin-bottom: 19px;
    }

    .dk-article__title {
        font-size:
            32px !important;

        line-height:
            1.2 !important;
    }

    .dk-article__lead {
        font-size:
            16px !important;

        line-height:
            1.7 !important;
    }

    .dk-article__featured-wrap {
        margin-top: 26px;
    }

    .dk-article__featured {
        border-radius: 10px;
    }

    .dk-article__main {
        padding:
            38px
            0
            48px;
    }

    .dk-article__content,
    .dk-article__content p,
    .dk-article__content li {
        font-size:
            16px !important;
    }

    .dk-article__content h2 {
        margin-top:
            38px !important;

        font-size:
            26px !important;
    }

    .dk-article__content h3 {
        font-size:
            21px !important;
    }

    .dk-article__cta {
        display: block;

        margin-top: 42px;

        padding:
            25px
            21px;
    }

    .dk-article__cta h2 {
        font-size:
            23px !important;
    }

    .dk-article__cta-actions {
        width: 100%;

        margin-top: 22px;
    }

    .dk-article__cta-primary,
    .dk-article__cta-phone {
        width: 100%;
    }

    .dk-article-related {
        padding:
            44px
            0
            50px;
    }

    .dk-article-related__heading h2 {
        font-size:
            28px !important;
    }

    .dk-article-related__grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }
}
