.page-id-5058 #main,
.page-id-5058 #wrapper {
    background-color: #050a30;
    position: relative;
}

.page-id-5058 #main::after,
.page-id-5058 #wrapper::after {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(to right, #80808012 1px, transparent 1px), linear-gradient(to bottom, #80808012 1px, transparent 1px);
    background-color: #020617;
    background-size: 24px 24px;
    pointer-events: none;
}

.page-id-5058 .sec_ft1 {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    font-weight: normal;
    text-transform: capitalize;
}

.page-id-5058 header,
.page-id-5058 .header-wrapper {
    z-index: 99999;
    background-color: transparent;
}

.page-id-5058 .header-wrapper.stuck {
    background-color: #050a30;
}

/**/
.hsn_top_sr h1 span {
    color: #dd3333;
}

.tt_fbads_hero h1 {
    text-align: center;
    color: #fff;
}

.tt_fbads_hero h1 {
    text-align: center;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-size: 72px;
    margin-bottom: 0px;
    position: relative;
}

.tt_fbads_hero h1 span:after {
    content: "";
    width: 150px;
    height: 5px;
    display: block;
    margin: auto;
}

.tt_fbads_hero h1 span {
    color: #dd3333;
    background-image: -webkit-gradient(linear, left top, right top, from(#dd3333), to(#dd3333));
    background-image: linear-gradient(90deg, #dd3333 0%, #dd3333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: unset;
}

.hsn_top_sr h1 span {
    color: #dd3333;
}

.sub_tt_hero p {
    color: #fff;
    max-width: 650px;
    margin: auto;
    text-align: center;
}

.cns_mnsa ul li {
    color: #fff;
    list-style: none;
    margin-left: 0 !important;
    display: flex;
    gap: 5px;
}

.sub_tt_hero {
    margin-top: 15px;
}

.imc_hngsa img {
    min-height: 550px;
    object-fit: cover;
    border-radius: 10px;
}

.hz_mn {
    width: fit-content;
    margin: auto;
    color: #dec17b;
    text-transform: capitalize;
    text-shadow: 0 0 30px #ff313126;
    padding: 10px 20px;
    margin-left: 0;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hsn_top_sr {
    margin-top: 25px;
}

.hsn_top_sr h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
}

.tt_mmjsa p {
    color: #fff;
    font-size: 16px;
}

.tt_mmjsa {
    margin-top: 15px;
    margin-bottom: 25px;
    max-width: 550px;
}

.tt_mmjsa p {
    margin: 0;
}

.row_mnhassa .col .col-inner .button {
    margin: 0;
    padding: 8px 30px;
    border-radius: 10px;
    font-weight: normal;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.row_mnhassa .col .col-inner .btn_khamphnsa {
    background: linear-gradient(135deg, #dd3333b5, #dd3333) !important;
    color: #fff;
    border: none;
}

.row_mnhassa .col .col-inner .btn_khamphnsa {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.row_mnhassa .col .col-inner .btn_khphas {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.row_mnhassa .col .col-inner {
    display: flex;
    gap: 25px;
}

.imc_hngsa .col-inner:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0c71c3, #3b82f6);
    filter: blur(120px);
    opacity: 0.3;
}

.imc_hngsa .col-inner .img {
    z-index: 9;
}

/**/
.card-badge {
    position: absolute;
    bottom: -24px;
    left: -40px;
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: bounce 4s infinite;
    z-index: 99;
}

/* flex layout */
.card-badge .card-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* icon box */
.card-badge .icon-box {
    width: 48px;
    height: 48px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(79, 70, 229, 0.2);
    color: var(--primary);
}

/* text */
.card-badge .title {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.card-badge .subtitle {
    color: #94a3b8;
    font-size: 14px;
}

/* bounce animation */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/**/
/* wrapper */
.marquee-wrapper {
    position: absolute;
    left: 0;
    width: 100%;

    overflow: hidden;
    z-index: 0;

    opacity: 0.03;
    pointer-events: none;
    user-select: none;
    display: none;
}

/* marquee container */
.marquee-wrapper .marquee {
    display: flex;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
}

/* group */
.marquee-wrapper .marquee-group {
    display: flex;
    gap: 64px;
    padding-right: 64px;
    font-size: 100px;
    color: #fff;
    line-height: 1;
}

/* responsive (md:text-[150px]) */
@media (min-width: 768px) {
    .marquee-wrapper .marquee-group {
        font-size: 150px;
    }
}

/* animation */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/**/
.row_mnhassa .button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* base */
.row_mnhassa .btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    /* bỏ gạch chân */
    cursor: pointer;
    transition: all 0.3s ease;
}

/* primary */
.row_mnhassa .btn-primary {
    background: #dd3333;
    color: #ffffff;
}

.row_mnhassa .btn-primary:hover {
    box-shadow: 0 0 30px rgba(12, 113, 195, 0.4);
}

/* outline */
.row_mnhassa .btn-outline {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.row_mnhassa .btn-outline:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.3);
}

/* */
.sec_vande {
    z-index: 9999;
}

/* section */
.problem-section {
    padding: 96px 0;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

/* heading */
.problem-section .heading {
    text-align: center;
    margin-bottom: 64px;
}

.problem-section .label {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.problem-section .title {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
}

.problem-section .title span {
    color: #dd3333;
}

/* responsive */
@media (min-width: 768px) {
    .problem-section .title {}
}

/* grid */
.problem-section .card-grid {
    display: grid;
    gap: 32px;
}

@media (min-width: 768px) {
    .problem-section .card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* card */
.problem-section .card {
    padding: 32px;
    border-radius: 10px;

    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);

    border: 1px solid rgba(239, 68, 68, 0.1);
    transition: all 0.3s ease;
}

.problem-section .card:hover {
    border-color: rgba(239, 68, 68, 0.3);
}

/* icon */
.problem-section .icon-box {
    width: 56px;
    height: 56px;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(239, 68, 68, 0.1);
    color: #fff;

    margin-bottom: 24px;
}

/* text */
.problem-section .card h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
}

.problem-section .card p {
    color: #94a3b8;
    line-height: 1.6;
}

.problem-section .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.dmdh::after {
    background: linear-gradient(to bottom, #0b1326, transparent, #0b1326);
    inset: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
}

.dmdh .section-content {
    z-index: 9999;
    position: relative;
}

/**/
.marquee-section {
    padding: 48px 0;
    overflow: hidden;
    background: #09090f;
    border-top: 1px solid #ffffff12;
    border-bottom: 1px solid #ffffff12;
}

.marquee-section .marquee {
    width: 100%;
    overflow: hidden;
}

.marquee-section .marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 20s linear infinite;
    opacity: 1;
    filter: grayscale(100%);
}

.marquee-section .marquee-group {
    display: flex;
    gap: 64px;
    padding-right: 64px;
    align-items: center;
    white-space: nowrap;
}

.marquee-section .marquee-group span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-family: sans-serif;
    /* thay bằng font-headline nếu bạn có */
}

/* Animation chạy ngang */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/**/
.section_cart {
    padding: 80px 0px;
}

.section_cart .header {
    margin-bottom: 40px;
}

.section_case_study .header,
.section_cart .header,
.box_th_ke .header {
    background-color: transparent;
}

.section_cart .sub-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.section_cart.title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
}

.section_cart .title span {
    color: #dd3333;
}

/* GRID */
.section_cart .grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

/* CARD */
.section_cart .card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
}

.section_cart .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    transition: 0.7s;
}

.section_cart .card:hover img {
    transform: scale(1.1);
}

.section_cart .bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.section_cart .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #0b1326, rgba(11, 19, 38, 0.7), transparent);
}

.section_cart .overlay.vertical {
    background: linear-gradient(to top, #0b1326, transparent);
}

.section_cart .content {
    position: relative;
    z-index: 2;
}

.section_cart .content h4 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #fff;
}

.section_cart .footer span {
    color: #fff;
}

.section_cart .content p {
    color: #aaa;
}

/* LARGE CARD */
.section_cart .large-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px;
}

/* FOOTER */
.section_cart .footer {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
    position: relative;
}

.section_cart .avatars {
    display: flex;
}

.section_cart .avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: -10px;
    border: 2px solid #0b1326;
}

/* RIGHT */
.section_cart .right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section_cart .small-card {
    flex: 1;
}

.section_cart .header h3 {
    color: #fff;
    font-size: 48px;
    max-width: 550px;
    margin: 0;
    line-height: normal;
    margin-top: 25px;
}

.section_cart .content svg {
    color: #fff;
}

.section_cart .avatars img {
    opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .section_cart .grid {
        grid-template-columns: 1fr;
    }
}

/**/
.glass-panel {
    position: relative;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}

/* Blur background */
.glass-panel .bg-blur {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 260px;
    height: 260px;
    background: rgba(99, 102, 241, 0.2);
    border-radius: 50%;
    filter: blur(60px);
    transition: 0.3s;
}

.glass-panel:hover .bg-blur {
    background: rgba(99, 102, 241, 0.4);
}

/* Content */
.content {
    position: relative;
    z-index: 2;
}

/* Icon box */
.glass-panel .icon-box {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #6366f1;
}

/* Title */
.glass-panel h4 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 16px;
}

/* Description */
.glass-panel p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1.6;
}

/* List */
.glass-panel ul {
    list-style: none;
    padding: 0;
}

.glass-panel ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    margin-bottom: 10px;
}

/* Check icon */
.glass-panel .check-icon {
    color: #6366f1;
    font-weight: bold;
}

.row_iumsn {}

.row_iumsn .col .col-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.glass-panel ul li,
.glass-panel ul {
    margin: 0 !important;
}

/**/
.sec_hmsan {
    padding: 75px 0 !important;
    border-top: 1px solid #ffffff12;
    border-bottom: 1px solid #ffffff12;
    position: relative;
    z-index: 99;
}

.sticky-box .subtitle {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffff;
    margin-bottom: 1rem;
}

.row_mnhsa .col {
    padding-bottom: 0 !important;
}

/* Title */
.sticky-box .title {
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .sticky-box .title {
        font-size: 3rem;
    }
}

.sticky-box .highlight {
    color: #dd3333;
}

/* Description */
.sticky-box .description {
    font-size: 16px;
    color: #fff;
    margin-bottom: 2rem;
}

/* Button */
.sticky-box .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    border: 1px solid rgba(99, 102, 241, 0.3);
    color: #ffff;
    font-weight: normal;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sticky-box .btn:hover {
    background: #dd3333;
    color: #ffff;
    border: unset;
}

.sticky-box .btn svg {
    transition: transform 0.3s ease;
}

.sticky-box .btn:hover svg {
    transform: translateX(4px);
}

.sticky-box .btn {
    margin: 0;
}

/* css case study*/
/* Layout */
.section_case_study {
    padding: 0;
    border-top: 0px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
}

/* Header */
.section_case_study .header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    gap: 20px;
}

.section_case_study .label {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #dd3333;
    margin-bottom: 10px;
}

.section_case_study.title {
    font-size: 40px;
}

.section_case_study .title span {
    color: #dd3333;
}

/* Button */
.section_case_study .btn {
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid rgba(12, 113, 195, 0.3);
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.section_case_study .btn:hover {
    background: #dd3333;
    color: #fff;
}

/* Panel */
.section_case_study .panel {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    overflow: hidden;
}

.section_case_study .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* Left */
.section_case_study.content {
    padding: 40px;
}

.section_case_study .tag {
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-shadow: 0 0 30px #ff313126;
    padding: 10px 20px;
    margin-left: 0;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.section_case_study.heading {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section_case_study .desc {
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Stats */
.section_case_study .stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.section_case_study.number {
    color: #dd3333;
    font-size: 22px;
}

.section_case_study .label-sm {
    font-size: 11px;
    text-transform: uppercase;
    color: #94a3b8;
    margin-top: 5px;
}

/* Right chart */
.section_case_study .chart-wrapper {
    background: rgba(255, 255, 255, 0.02);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_case_study .chart {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.section_case_study .bars {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 200px;
    margin-bottom: 20px;
}

.section_case_study .bar {
    width: 20px;
    background: rgba(12, 113, 195, 0.2);
    border-radius: 6px 6px 0 0;
}

.section_case_study .bar.h1 {
    height: 80px;
}

.section_case_study .bar.h2 {
    height: 50px;
}

.section_case_study .bar.h3 {
    height: 110px;
}

.section_case_study .bar.h4 {
    height: 70px;
}

.section_case_study .bar.h5 {
    height: 130px;
}

.section_case_study .bar.h6 {
    height: 100px;
}

.section_case_study .bar.h7 {
    height: 150px;
}

.section_case_study .bar.highlight {
    background: rgba(12, 113, 195, 0.4);
}

.section_case_study .bar.active {
    background: #dd3333;
    box-shadow: 0 0 20px rgba(12, 113, 195, 0.4);
}

.section_case_study .bar.active-strong {
    background: #dd3333;
    box-shadow: 0 0 20px rgba(12, 113, 195, 0.6);
}

/* Months */
.section_case_study .months {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    text-transform: uppercase;
    color: #94a3b8;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
}

.section_case_study .header .title {
    color: #fff;
    font-size: 48px;
    margin-bottom: 0;
}

.section_case_study .btn {
    margin: 0;
}

.section_case_study .content {
    padding: 30px;
    color: #fff;
}

.section_case_study .content .heading {
    color: #fff;
    font-size: 30px;
}

.section_case_study .stats .number {
    font-size: 24px;
}

.bocc_mnhsa {
    text-align: center;
    color: #fff;
}

.bocc_mnhsa h2 {
    font-size: 48px;
    color: #fff;
    margin: 0;
}

.sec_prosess {
    position: relative;
    z-index: 99;
    background: #09090f;
    border-top: 1px solid #ffffff12;
    border-bottom: 1px solid #ffffff12;
}

/**/
/* Card */
.card-item-process {
    padding: 24px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #1e293b;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    max-width: 400px;
}

.card-item-process:hover {
    border-color: #3b82f6;
}

/* Icon */
.card-item-process .icon-box {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: rgba(59, 130, 246, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    color: #3b82f6;
}

/* Title */
.card-item-process .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
}

/* List */
.card-item-process .list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-item-process .list li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    color: #fff;
    align-items: flex-start;
}

/* Check icon */
.card-item-process .check-icon {
    color: #3b82f6;
    font-weight: bold;
    flex-shrink: 0;
}

.card-item-process .list li {
    margin: 0;
}

.row_list_process .col {
    /* padding-bottom: 0; */
}

.bocc_mnhsa {
    margin-bottom: 48px;
}

.bocc_mnhsa h2 span {
    color: #dd3333;
}

/**/
.grid_projects {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

@media (min-width: 768px) {
    .grid_projects {
        grid-template-columns: repeat(3, 1fr);
    }
}

.grid_projects .card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.grid_projects.card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.grid_projects .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.grid_projects .card:hover img {
    transform: scale(1.1);
}

.grid_projects .tag {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.grid_projects .card-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.grid_projects .card-content h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.grid_projects .card-content p {
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 20px;
    flex: 1;
}

.grid_projects .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 12px;
}

.grid_projects .highlight {
    color: #fff;
}

.grid_projects.arrow-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s;
}

.grid_projects .arrow-btn:hover {
    color: #dd3333;
}

.grid_projects .card-footer .arrow-btn {
    margin: 0;
    color: #fff;
}

/**/
.pricing-section {}


.pricing-section .heading {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-section .heading h2 {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #dd3333;
}

.pricing-section .heading h3 {
    font-size: 40px;
    color: #fff;
}

.pricing-section .heading span {
    color: #dd3333;
}

.pricing-section .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pricing-section .card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.pricing-section .card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.pricing-section .price {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.pricing-section .price span {
    font-size: 14px;
    color: #94a3b8;
}

.pricing-section .card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    flex-grow: 1;
}

.pricing-section .card ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.pricing-section .card a {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: white;
    font-weight: normal;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    text-align: center;
}

.sec_Case_Study {
    border-top: 1px solid #ffffff12;
    border-bottom: 1px solid #ffffff12;
    z-index: 999;
}

.pricing-section .card a:hover {
    background: rgba(255, 255, 255, 0.05);
}

.pricing-section {
    padding-bottom: 10px;
}

/* Highlight card */
.pricing-section .highlight {
    border: 2px solid #dd3333;
    transform: scale(1.05);
}

.pricing-section .highlight .badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #dd3333;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 999px;
    font-weight: bold;
    width: fit-content;
}

.pricing-section .primary {
    background: #dd3333;
    color: #0f172a;
    border: none;
}

/* Responsive */
@media (max-width: 900px) {
    .pricing-section .pricing-grid {
        grid-template-columns: 1fr;
    }
}

/**/
.steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.step-item {
    display: flex;
    gap: 24px;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s ease;
}

.step-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(99, 102, 241, 0.3);
    /* primary */
}

.step-number {
    font-size: 48px;
    color: rgba(99, 102, 241, 0.3);
    min-width: 60px;
}

.step-content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.step-content p {
    color: #a1a1aa;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.tt_bchsa h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 35px;
}

.img_buoc_th {
    height: 600px;
    overflow: hidden;
    border-radius: 10px;
}

/**/
.testimonial-section {}

.testimonial-section .heading {
    text-align: center;
    margin-bottom: 60px;
}

.testimonial-section .heading h2 {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #dd3333;
    margin-bottom: 10px;
}

.testimonial-section.heading h3 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}

.testimonial-section .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.testimonial-section .card {
    position: relative;
    padding: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    color: white;
}

.testimonial-section .quote-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.1;
    stroke: #dd3333;
    fill: none;
    stroke-width: 2;
}

.testimonial-section .content {
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 30px;
}

.testimonial-section .author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-section .author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #dd3333;
}

.testimonial-section .name {
    font-weight: bold;
}

.testimonial-section .role {
    font-size: 14px;
    color: #94a3b8;
}

.testimonial-section .heading h3 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
}

.secinmsa {
    background: #09090f;
    border-top: 1px solid #ffffff12;
    border-bottom: 1px solid #ffffff12;
    z-index: 999;
}

.row_buoc_th .col {
    padding-bottom: 0;
}

.img_buoc_th img {
    max-height: 600px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-section .grid {
        grid-template-columns: 1fr;
    }

    .testimonial-section .heading h3 {
        font-size: 28px;
    }
}

/**/
/* Grid layout */
.grid_quytrinh {
    display: grid;
    gap: 24px;
}

/* Responsive */
@media (min-width: 768px) {
    .grid_quytrinh {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .grid_quytrinh {
        grid-template-columns: repeat(3, 1fr);
    }
}

.grid_quytrinh .card {
    position: relative;
    padding: 32px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.4s ease;
    transform: translateY(0);
    color: #fff;
}

.grid_quytrinh .card h4 {
    color: #fff;
}

/* Hover nâng card */
.grid_quytrinh .card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(99, 102, 241, 0.5);
}

/* Glow effect */
.grid_quytrinh .card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at top right,
            rgba(99, 102, 241, 0.25),
            transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* .grid_quytrinh .card:hover::before {
  opacity: 1;
} */

/* Light sweep (hiệu ứng ánh sáng chạy) */
.grid_quytrinh .card::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.15),
            transparent);
    transform: rotate(25deg) translateX(-100%);
    transition: transform 0.7s ease;
}

/* .grid_quytrinh .card:hover::after {
  transform: rotate(25deg) translateX(100%);
} */

/* Background number mượt hơn */
.grid_quytrinh .bg-number {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 120px;
    color: rgba(255, 255, 255, 0.04);
    transition: all 0.4s ease;
}

.grid_quytrinh .card:hover .bg-number {
    color: rgba(99, 102, 241, 0.15);
    transform: scale(1.1);
}

/* Icon animation */
.grid_quytrinh .icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(99, 102, 241, 0.1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.grid_quytrinh .card:hover .icon {
    transform: rotate(8deg) scale(1.1);
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.6);
}

/* Text hover subtle */
.grid_quytrinh .card:hover h4 {
    color: #dd3333;
}

/* Blur nền nhẹ khi hover (optional nâng cao) */
.grid_quytrinh:hover .card:not(:hover) {
    filter: blur(2px);
    opacity: 0.6;
    transform: scale(0.98);
}

/**/
.section-header {
    text-align: center;
    margin-bottom: 64px;
}

/* Dòng nhỏ phía trên */
.section-header .subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    /* màu primary */
    margin-bottom: 16px;
}

/* Tiêu đề chính */
.section-header .title {
    font-size: 40px;
    color: #ffffff;
    margin: 0;
}

.section-header .title span {
    color: #dd0000;
    /* màu primary */
}

/* Mô tả */
.section-header .description {
    color: #a0a0a0;
    margin-top: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.6;
}

.sec_bg_dv {
    z-index: 999;
    background: rgb(9, 9, 15);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

/**/
.section_case_study .btn svg {
    width: 25px;
    fill: #fff;
}

.section_case_study .btn svg path {
    fill: #fff;
}

.section_case_study .btn {
    display: flex;
    gap: 5px;
}

/* Responsive */
@media (min-width: 768px) {
    .section-header .title {
        font-size: 48px;
    }
}

/**/
/* ===== LABEL ===== */
.contact-label {
    display: block;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff3131;
    margin-bottom: 20px;
}

/* ===== TITLE ===== */
.contact-title {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff;
    font-weight: normal;
}

.contact-title .highlight {
    font-style: italic;
    color: #ff3131;
}

/* ===== DESCRIPTION ===== */
.contact-description {
    font-size: 18px;
    color: #fff;
    max-width: 500px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* ===== CONTACT LIST ===== */
.contact-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

/* ITEM */
.contact-item {
    display: flex;
    align-items: center;
    gap: 24px;
    transition: all 0.3s ease;
}

/* ICON BOX */
.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #f8f3e7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff3131;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.contact-icon svg {
    width: 22px;
    height: 22px;
}

/* HOVER EFFECT */
.contact-item:hover .contact-icon {
    background: #ff3131;
    color: #ffffff;
}

/* SMALL TITLE */
.contact-small-title {
    font-size: 18px;
    text-transform: math-auto;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

/* VALUE */
.contact-value {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.working-time h4 {
    color: #fff;
}

.working-time {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    transition: all 0.3s ease;
    color: #fff;
}

.col_form form {
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .contact-title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {

    .contact-title {
        font-size: 34px;
    }

    .contact-description {
        font-size: 16px;
    }

    .contact-value {
        font-size: 16px;
    }

    .working-time {}
}

/**/
.col_forms {
    background-color: #050a30;
    color: #fff;
    border-radius: 10px;
    padding: 60px !important;
}

.iem_form label {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.row .iem_form input {
    border-radius: 5px;
    box-shadow: unset;
    height: 45px;
    margin-bottom: 0;
    background-color: transparent;
    color: #fff;
}

.iem_form select {
    margin-bottom: 0;
    box-shadow: unset;
    border-radius: 10px;
    height: 45px;
    color: #fff;
    background-color: transparent;
}

.iem_form textarea {
    box-shadow: unset;
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
}

.iem_form textarea::placeholder {
    color: #fff;
}

.iem_form_hcms input {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    background-color: #ff3131;
    box-shadow: unset;
    border: unset;
    margin: 0;
    padding-right: 60px;
}

.iem_form_hcms {
    position: relative;
}

.iem_form_hcms i {
    position: absolute;
}

.wpcf7-spinner {
    position: absolute;
}

.iem_form_hcms i {
    position: absolute;
    left: 63%;
    color: #fff;
    margin-top: 13px;
}

.pricing-card ul li {
    margin-left: 0;
}

.row_mnhass .col:nth-child(2) .col-inner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 5px;
    border: 1px solid #00a0d2;
    color: #fff;
}

.row-form:last-child .col {
    padding-bottom: 0;
}

.sunbhsa {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row .section-title-normal span {
    border-bottom: 0px solid rgba(0, 0, 0, .1);
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
}

.row .section-title-normal {
    border-bottom: 0px solid #ececec;
}

.mjnhsa .col-inner {
    background-color: #0b0809;
    padding: 25px;
    border-radius: 10px;
}

.form_dk .row .col .col-inner {
    padding: 0;
}

.ttb_hmnsah h2 span {
    font-style: italic;
    color: #fff;
    font-weight: normal;
    font-size: 46px;
}

.mjnhsa .col-inner form {
    margin: 0;
}

.row .iem_form_hcms input {
    background-color: #dd3333;
    color: #fff;
    border-radius: 99px;
}

.sec_cthsa {
    padding-bottom: 0 !important;
}

.tj-primary-btn svg {
    width: 24px;
}

.col_form {
    background-color: #0e1c30;
    padding: 25px !important;
    border-radius: 10px;
}

.sub_text_hero p {
    display: flex;
    justify-content: center;
}

.section_tke {
    z-index: 9;
    background: #09090f;
    border-top: 1px solid #ffffff12;
    border-bottom: 1px solid #ffffff12;
}

.sec_mnhsa {
    margin-top: 80px;
}

.dss_mjj p {
    color: #fff;
    text-align: left;
    max-width: 520px;
}

.row_thongkw {
    margin-bottom: 25px;
}

.dss_mjj .sec-titldeps {
    margin-bottom: 20px;
}

.sec_cthsa {
    margin-bottom: 80px;
}

/* section thông số */
.box_th_ke .header {
    margin-bottom: 60px;
}

.box_th_ke {
    margin-top: 60px;
}

.box_th_ke .tag {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.box_th_ke h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 0.9;
    text-transform: uppercase;
}

.box_th_ke .gradient-text {
    color: #dd3333;
    /* background: linear-gradient(to right, #ccff00, #34d399);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.box_btn_views a {
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid rgba(12, 113, 195, 0.3);
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    gap: 5px;
}

.box_th_ke .grid {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.box_th_ke .card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
}

.box_th_ke .card:hover {
    background: transparent;
    color: #dd3333;
}

.box_th_ke .index {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.box_th_ke .card:hover .index {
    color: #fff;
}

.box_th_ke .number {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0px;
}

.box_th_ke .card:hover .number {
    color: #dd3333;
}

.box_th_ke .unit {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.box_th_ke .card:hover .unit {
    color: #dd3333;
}

.box_th_ke .content {
    margin-top: auto;
}

.box_th_ke .content h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

.box_th_ke .content p {
    font-size: 12px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
}

.box_th_ke .card:hover .content p {
    color: #fff;
}

.box_btn_views a:hover {
    background-color: #dd3333;
    color: #fff;
}

.box_th_ke .footer {
    margin-top: 60px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_th_ke .header h2 {
    color: #fff;
    font-size: 40px;
    margin: 0;
}

.box_th_ke .footer a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.box_th_ke .header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.box_th_ke .footer a:hover {
    color: #ccff00;
}

/* Responsive */
@media (min-width: 768px) {
    .box_th_ke h1 {
        font-size: 80px;
    }

    .box_th_ke .grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .box_th_ke .number {
        font-size: 40px;
    }
}

/*css footer*/
.footer-wrapper {
    z-index: 99;
}

/* css rps */
@media (max-width: 1440px) {}

@media only screen and (min-width: 768px) and (max-width: 1366px) {}

@media (min-width: 768px) and (max-width: 1023px) {
    .row_heerro_section {
        width: 95%;
    }
}

/* fix css form */
.working-time p,
.working-time h4 {
    margin: 0;
}