@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

.page-id-1063 #main,
.page-id-1063 #wrapper {
    background-color: #050a30;
    position: relative;
}

.header.show-on-scroll,
.header.has-transparent,
.header.transparent {
    position: absolute;
    z-index: 99999999;
}

.page-id-1063 .sec_ft1 {
    display: none;
}

.page-id-1063 #main::after,
.page-id-1063 #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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    font-weight: normal;
    text-transform: capitalize;
}

section {
    z-index: 9999;
}

/* Badge */
.box_content_hero .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    margin: 0px;
    width: auto;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Ping animation */
.box_content_hero .ping-dot {
    position: relative;
    width: 6px;
    height: 6px;
}

.box_content_hero .ping {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d4af37;
    border-radius: 50%;
    opacity: 0.6;
    animation: ping 1.5s infinite;
}

.box_content_hero .dot {
    position: relative;
    width: 6px;
    height: 6px;
    background: #d4af37;
    border-radius: 50%;
}

@keyframes ping {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Title */
.box_content_hero .title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 500;
    margin: 24px 0;
    color: #fff;

}

.box_content_hero .highlight {
    color: #dd3333;
    font-style: italic;
    font-weight: 500;
}

/* Description */
.box_content_hero .desc {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    max-width: 500px;
}

/* Buttons */
.box_content_hero .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.box_content_hero .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 999px;
    text-decoration: none;
    transition: 0.3s;
}

.box_content_hero .primary {
    background: #dd3333 !important;
    color: #fff;
}

.primary:hover {
    background: #b8962e;
}

.box_content_hero .outline {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.box_content_hero .outline:hover {
    border-color: #dd3333;
    color: #fff;
}

section .row_ttrang .col {
    padding-bottom: 0;
}

/* Stats */
.box_content_hero .stats {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.box_content_hero .number {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 4px;
    color: #fff;
}

.box_content_hero .label {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}

/* card img hero banner */
.wr_img_hero_bn .card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #1e293b;
    padding: 8px;
}

.row_section_hero .col {
    padding-bottom: 0;
}

.box_content_hero ul li {
    color: #fff;
}

/* image */
.wr_img_hero_bn .main-img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    opacity: 1;
    transition: all 0.7s ease;
    min-height: 550px;
}

.wr_img_hero_bn .main-img:hover {}

/* info box */
.wr_img_hero_bn .info-box {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #0f172a;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    animation: bounce 3s infinite;
}

/* left box */
.wr_img_hero_bn .info-box.left {
    top: 15px;
    left: 15px;
}

/* right box */
.wr_img_hero_bn .info-box.right {
    bottom: 15px;
    right: 15px;
    animation-duration: 4s;
    animation-delay: 1s;
}

/* icon */
.wr_img_hero_bn .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 215, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: gold;
}

.wr_img_hero_bn .icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

/* text */
.wr_img_hero_bn .label {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 4px;
}

.wr_img_hero_bn .value {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

/* animation */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/**/
.sec_thuctrang {
    background: #09090f;
    border-top: 1px solid #ffffff12;
    border-bottom: 1px solid #ffffff12;
}

.box_tt_ttrang .subtitle {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    /* gold */
    margin-bottom: 24px;
}

/* Tiêu đề chính */
.box_tt_ttrang .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 32px;
    color: #fff;
}

@media (min-width: 768px) {
    .box_tt_ttrang .title {
        font-size: 48px;
    }
}

/* highlight */
.box_tt_ttrang .highlight {
    color: #dd3333;
    font-style: italic;
    font-weight: 500;
}

/* mô tả */
.box_tt_ttrang .description {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 40px;
}

/* divider */
.box_tt_ttrang .divider {
    width: 80px;
    height: 1px;
    background-color: rgba(212, 175, 55, 0.3);
}

/*css thục trạng*/

.grid_tt_ttrang {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 640px) {
    .grid_tt_ttrang {
        grid-template-columns: 1fr 1fr;
    }
}

.grid_tt_ttrang .card {
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #111827;
    /* bg-ink */
    border-radius: 16px;
    transition: all 0.5s ease;
    color: white;
}

.grid_tt_ttrang .card:hover {
    border-color: rgba(212, 175, 55, 0.3);
    /* gold */
}

.grid_tt_ttrang .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 24px;
    transition: all 0.5s ease;
}

.grid_tt_ttrang .card:hover .icon {
    color: #dd3333;
    border-color: rgba(212, 175, 55, 0.3);
}

.grid_tt_ttrang .icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.grid_tt_ttrang .card h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #fff;
}

.grid_tt_ttrang .card p {
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    font-weight: 300;
}

/**/
.services_gg_ads {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.services_gg_ads .service-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 8px;
}

.services_gg_ads .service-item:hover {
    background: #111827;
}

/* LEFT */
.services_gg_ads .service-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.services_gg_ads .number {
    font-size: 24px;
    color: #fff;
    transition: 0.5s;
}

.services_gg_ads .service-item:hover .number {
    color: #fff;
}

.services_gg_ads .icon {
    width: 56px;
    height: 56px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.5s;
}

.services_gg_ads .service-item:hover .icon {
    background: #dd3333;
    color: #fff;
    border-color: #dd3333;
}

/* MIDDLE */
.services_gg_ads .service-middle .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffff;
    margin-bottom: 8px;
}

.services_gg_ads .service-middle h4 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    transition: 0.5s;
    margin-bottom: 0;
}

.services_gg_ads .service-item:hover h4 {
    transform: translateX(8px);
}

/* RIGHT */
.services_gg_ads .service-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.services_gg_ads .service-right p {
    font-size: 16px;
    color: #ffff;
    max-width: 400px;
    margin-bottom: 0;
}

.services_gg_ads .arrow {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    transition: 0.5s;
}

.services_gg_ads .service-item:hover .arrow {
    background: #dd3333;
    color: #fff;
    border-color: #dd3333;
    transform: rotate(45deg);
}

/* RESPONSIVE */
@media (min-width: 1024px) {
    .services_gg_ads .service-item {
        flex-direction: row;
        align-items: center;
        gap: 48px;
    }

    .services_gg_ads .service-left {
        width: 20%;
    }

    .services_gg_ads .service-middle {
        width: 40%;
    }

    .services_gg_ads .service-right {
        width: 40%;
    }
}

/**/
.hds_dichvu .section-header {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 50px;
}

/* LEFT */
.hds_dichvu .header-left {
    max-width: 600px;
}

.services_gg_ads .service-item {
    background: transparent;
    border-top: 1px solid #ffffff12;
    border-bottom: 1px solid #ffffff12;
}

.hds_dichvu .header-left h2 {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}

.hds_dichvu .section-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding-bottom: 50px;
}

.hds_dichvu .header-left h3 {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0;
}

.hds_dichvu .header-left h3 span {
    font-style: italic;
    font-weight: 500;
    color: #dd3333;
}

/* RIGHT */
.hds_dichvu .header-desc {
    font-size: 16px;
    color: #fff;
    max-width: 400px;
    line-height: 1.6;
    padding-bottom: 0px;
    margin-bottom: 0;
}

/* RESPONSIVE */
@media (min-width: 768px) {
    .hds_dichvu .section-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .hds_dichvu .header-left h3 {
        font-size: 48px;
    }
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    gap: 25px;
}

.stat-item {}

.stat-number {
    font-size: 36px;
    /* gần text-4xl */
    font-weight: 500;
    /* font-light */
    color: #fff;
    /* màu gold (bạn có thể chỉnh lại) */
    margin-bottom: 0px;
}

.stat-label {
    color: #fff;
    font-size: 12px;
    /* text-xs */
    letter-spacing: 2px;
    /* tracking-widest */
    text-transform: uppercase;
    line-height: 1.5;
}

/**/
.box_ts_chon {
    background: #111827;
    border-top: 1px solid #ffffff12;
    border-bottom: 1px solid #ffffff12;
}

.box_ts_chon .list {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.box_ts_chon .item {
    display: flex;
    gap: 30px;
    padding: 40px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
    border-radius: 0;
}

.box_ts_chon .item:hover {
    background: rgba(255, 255, 255, 0.02);
}

.box_ts_chon .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.5s;
}

.box_ts_chon .item:hover .icon {
    border-color: rgba(212, 175, 55, 0.5);
    transform: scale(1.1);
}

.box_ts_chon .icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.box_ts_chon .content .number {
    color: #dd3333;
    font-size: 14px;
    margin-bottom: 10px;
}

.box_ts_chon .content h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    transition: 0.3s;
}

.box_ts_chon .item:hover h4 {
    color: #dd3333;
}

.box_ts_chon .content p {
    color: #fff;
    line-height: 1.6;
    max-width: 500px;
}

/* Responsive */
@media (max-width: 640px) {
    .box_ts_chon .item {
        flex-direction: column;
    }
}

/* css poage result */


.section_result {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 120px;
    align-items: center;
}

.section_result.reverse {
    flex-direction: column;
}

@media (min-width: 992px) {
    .section_result {
        flex-direction: row;
        gap: 80px;
    }

    .section_result.reverse {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}

.section_result .image-box {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.section_result .bg-layer {
    position: absolute;
    inset: 0;
    background: rgba(212, 175, 55, 0.2);
    transform: translate(16px, 16px);
    border-radius: 16px;
    transition: 0.7s;
    z-index: -1;
}

.section_result .group:hover .bg-layer {
    transform: translate(24px, 24px);
}

.section_result .image-wrapper {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    aspect-ratio: 4/3;
}

.section_result .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: 0.7s;
}

.section_result .group:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.section_result .content {
    max-width: 500px;
}

.section_result .tag {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.section_result .content h4 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}

.section_result .content p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 40px;
    font-size: 16px;
}

.section_result .stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.section_result .number {
    font-size: 40px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 500;
}

.section_result .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff
}

.sec_kq_tte {
    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_result:last-child {
    margin-bottom: 0;
}

/**/
/* 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: #111827;
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.4s ease;
    transform: translateY(0);
    color: #fff;
}

.grid_quytrinh .card h4 {
    color: #fff;
    font-weight: bold;
}

/* Hover nâng card */
.grid_quytrinh .card:hover {
    transform: translateY(0px) 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_qt .subtitle {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #dd3333;
    /* gold */
}

/* H3 */
.section-header_qt .title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #fff;
}

/* Highlight */
.section-header_qt .highlight {
    color: #dd3333;
    font-style: italic;
    font-weight: 500;
}

/* Paragraph */
.section-header_qt .description {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    font-weight: 300;
}

.section-header_qt {
    text-align: center;
}

.section-header_qt .description {
    margin-bottom: 45px;
}

/* css bảng giá */
.box_pricing .header {
    color: #fff;
    text-align: center;
    background-color: transparent;
}

.box_pricing .header h2 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.box_pricing .header h3 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.box_pricing .header h3 span {
    color: #dd3333;
    font-style: italic;
    font-weight: 500;
}

.box_pricing .header p {
    color: rgba(255, 255, 255, 0.6);
}

.box_pricing .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 45px;
}

.box_pricing .card {
    background: #111827;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.box_pricing .card h4 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.box_pricing .desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    min-height: 40px;
}

.box_pricing .price-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 30px 0;
    padding-bottom: 20px;
}

.box_pricing .price {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.box_pricing .note {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.box_pricing .ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    flex: 1;
}

.box_pricing .ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.box_pricing .card a {
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.box_pricing .card a:hover {
    border-color: #dd3333;
    color: #fff;
}

.box_pricing .active {
    border: 1px solid #dd3333;
    background: #dd3333;
}

.box_pricing .badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #d4af37;
    color: #000;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    width: max-content !important;
    display: block;
    line-height: 25px;
}

.box_pricing .btn-gold {
    background: #050a30;
    color: #fff !important;
    border: none;
}

.box_pricing .btn-gold:hover {
    background: #b8962e;
}

.box_pricing .pricing-grid ul li {
    list-style: none;
    color: #fff;
    margin-left: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .box_pricing .pricing-grid {
        grid-template-columns: 1fr;
    }
}

/**/
.testimonial-section {
    background: transparent;
    position: relative;
    z-index: 9;
}

.testimonial-section .heading {
    text-align: center;
    margin-bottom: 80px;
}

.testimonial-section .heading h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.testimonial-section .divider {
    width: 90px;
    height: 1px;
    background: #d33;
    margin: auto;
}

.testimonial-section .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-section .card {
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-section .stars {
    color: #fbbf24;
    margin-bottom: 20px;
    font-size: 14px;
}

.testimonial-section .content_us {
    color: #a1a1aa;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 30px;
}

.testimonial-section .user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-section .user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    filter: grayscale(100%);
    opacity: 0.8;
}

.testimonial-section .user h4 {
    color: #fff;
    margin: 0;
}

.testimonial-section .user span {
    font-size: 12px;
    color: #71717a;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 900px) {
    .testimonial-section .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

/**/
/* ===== 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: 40px;
    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: 16px;
    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;
    /* letter-spacing: 2px; */
    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;
    margin-bottom: 0;
}

.working-time {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    transition: all 0.3s ease;
    color: #fff;
}

/* ===== 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 {}
}

.working-time p {
    margin: 0;
}

/**/
.col_forms {
    background-color: #050a30;
    color: #fff;
    border-radius: 16px;
    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: 8px;
    height: 45px;
    color: #fff;
    background-color: transparent;
}

.iem_form textarea {
    box-shadow: unset;
    border-radius: 8px;
    background-color: transparent;
    color: #fff;
}

.iem_form textarea::placeholder {
    color: #fff;
}

.iem_form_hcms input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    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: 8px;
}

.form_dk .row .col .col-inner {
    padding: 0;
}

.ttb_hmnsah h2 span {
    font-style: italic;
    color: #fff;
    font-weight: normal;
    font-size: 40px;
}

.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;
}

section .section-header_qt .subtitle {
    color: #fff;
}

.footer-wrapper {
    z-index: 999;
}

.bxx_img_khangs .col .col-inner .box-text {
    display: none;
}

.bxx_img_khangs .col {
    padding-bottom: 0;
}

.bxx_img_khangs .col .col-inner {
    background-color: #fff;
    border-radius: 5px;
}

.sec_khachhang {
    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);
}

/*css fix section thông số ads */
.box_mnhsa .hero {
    text-align: center;
    margin-bottom: 1.5rem;
}

.box_mnhsa .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 10px;
    color: #ffff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 1rem;
    width: fit-content;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.box_mnhsa .badge svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

.box_mnhsa .h1 {
    font-size: clamp(24px, 5vw, 48px);
    font-weight: 500;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}

.box_mnhsa .h1 span {
    color: #dd3333;
    /* background: linear-gradient(90deg, #60a5fa, #818cf8, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
}

.sec_thognso {
    border-top: 1px solid #ffffff12;
    border-bottom: 1px solid #ffffff12;
}

.box_mnhsa .sub {
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 45px;
    margin-top: 20px;
}

.box_mnhsa .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

@media (min-width: 640px) {
    .box_mnhsa .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.box_mnhsa .card {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #111827;
    border-radius: 16px;
    transition: all 0.5s ease;
    color: white;
}

.box_mnhsa .card-2 {
    /* grid-column: span 2; */
}

.al_card {
    margin-top: 15px;
}

.crr_5s {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.box_mnhsa .card-4 {
    grid-column: 1/-1;
}

.box_mnhsa .card-ind {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.box_mnhsa .ib {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    flex-shrink: 0;
}

.box_mnhsa .ib svg {
    width: 16px;
    height: 16px;
}

.box_mnhsa .ib-b {
    background: rgba(96, 165, 250, 0.15);
    color: #60a5fa;
}

.box_mnhsa .ib-g {
    background: rgba(74, 222, 128, 0.15);
    color: #4ade80;
}

.box_mnhsa .ib-a {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
}

.box_mnhsa .ib-i {
    background: rgba(129, 140, 248, 0.15);
    color: #818cf8;
}

.box_mnhsa .ib-p {
    background: rgba(244, 114, 182, 0.15);
    color: #f472b6;
}

.box_mnhsa .lbl {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.4rem;
}

.box_mnhsa .num-lg {
    font-size: clamp(32px, 6vw, 48px);
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

.box_mnhsa .num-lg s {
    font-size: 0.65em;
    color: #60a5fa;
    font-style: normal;
    text-decoration: none;
}

.box_mnhsa .num-md {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 500;
    color: #fff;
    line-height: 1.1;
}

.box_mnhsa .num-ind {
    color: #818cf8;
}

.box_mnhsa .desc {
    font-size: 13px;
    color: #fff;
    line-height: 1.6;
    margin-top: 0.5rem;
}

.box_mnhsa .desc-ind {
    color: rgba(165, 180, 252, 0.85);
}

.box_mnhsa .donut-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.box_mnhsa .leg {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.box_mnhsa .leg-r {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #fff;
}

.box_mnhsa .dot {
    width: 9px;
    height: 9px;
    border-radius: 2px;
    flex-shrink: 0;
}

.box_mnhsa .rank {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 6px;
}

.box_mnhsa .wide-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 640px) {
    .box_mnhsa .wide-inner {
        flex-direction: row;
        align-items: flex-end;
    }
}

.box_mnhsa .chart-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.box_mnhsa .ctlbl {
    font-size: 11px;
    color: #fff;
}

.marquee-topbar {
    overflow: hidden;
    background: #09090f;
    color: #fff;
    border-top: 1px solid #ffffff12;
    border-bottom: 1px solid #ffffff12;
}

.marquee-track span img {
    width: 25px;
    margin: 0 35px;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
    will-change: transform;
}

.marquee-track span {
    font-size: 28px;
    padding: 32px 0;
    white-space: nowrap;
    color: #fff;
    /* -webkit-text-stroke: 1px #fff;
      border-top: 1px solid rgba(64, 64, 64, 1);
      border-bottom: 1px solid rgba(64, 64, 64, 1); */
}

@keyframes marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}