/*
Theme Name: E-visa
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.ev-file-error {
    color: red;
}


.row_hddk {
    margin-top: -60px;
}

.nav-left {
    margin-left: 50px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.nav-right {
    margin-left: -50px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* Section bọc tổng */
.hero {
    overflow: hidden;
    /* quan trọng để không tạo scroll ngang */
}

/* 2 cột */
.hero__wrap {
    display: grid;
    grid-template-columns: minmax(320px, 520px) 1fr;
    align-items: center;
}

/* Cụm hình bên phải */
.right-visual {
    width: 100vw;
    /* lấy full viewport */
    margin-right: calc(50% - 50vw);
    /* kéo sát mép phải */
    justify-self: end;
}

/* Ảnh/cụm ảnh bên phải */
.right-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Responsive: mobile xếp dọc */
@media (max-width: 768px) {
    .hero__wrap {
        grid-template-columns: 1fr;
    }

    .right-visual {
        width: 100%;
        margin-right: 0;
        justify-self: stretch;
    }
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 145px;
    align-items: start;
    text-align: center;
    margin-top: 18px;
}

.feature {
    margin-top: -60px;
    font-weight: 600;
    line-height: 1.2;
    font-size: clamp(14px, 1.2vw, 18px);
}

.feature-2 {
    font-weight: 600;
    line-height: 1.2;
    font-size: clamp(14px, 1.2vw, 18px);
}

/* Tablet: vẫn 3 cột nhưng nhỏ lại */
@media (max-width: 849px) {
    .hero-features {

        gap: 0px;
    }
}

/* Mobile: tự động xuống 1 cột hoặc 2 cột tùy bạn */
@media (max-width: 849px) {
    .hero-features {
        grid-template-columns: repeat(3, 1fr);
        /* hoặc repeat(2,1fr) nếu muốn 2 cột */
        text-align: left;
        /* tùy gu */
    }
}

@media (max-width: 549px) {
    .hero-features {

        gap: 0px;
    }

    .feature {
        margin-top: -40px;

    }
}

.section_trang_dk .bg-fill {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 100% 100%;
}

/* Khi đang ở Step 2: ép background-size về như cũ */
.section_trang_dk.is-step-2 .bg-fill{
  background-size: unset !important;   /* hoặc cover nếu bạn muốn */
  /* background-position: center bottom !important;  (nếu cần đều hơn) */
}

.section_bang_gia .bg-fill {
    z-index: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 100%;
}


/* CSS CUSTOM POST TYLE */


.file-native-hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.file-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.file-btn {
    width: 125px;
    margin-top: 13px;
    padding: 6px 12px;
    border: 1px solid #bdbdbd;
    background: #f7f7f7;
    border-radius: 4px;
    cursor: pointer;
    font: inherit;
}

.file-btn:active {
    transform: translateY(1px);
}

.file-name {
    min-width: 0x;
    color: #333;
    font: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
}

.file-thumb {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    /* chỉ hiện khi có ảnh */
}

.submit_lien_he input {
    margin-left: -15px;
    font-size: 16px !important;
    font-weight: 600;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1450px !important;
}


/* TÙY BIẾN PHẦN HEADER */



/* 1) header-wrapper là mốc neo (có stuck khi scroll) */
#header .header-wrapper {
    overflow-x: clip;
    /* chống tràn ngang do decor */
}

/* 2) Neo header-decor theo góc phải header-wrapper */
#header .header-wrapper .header-decor {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
    z-index: 9999;
}

#header .header-wrapper.stuck .header-decor::after {
    top: -88px;
    display: none;
}

/* 3) Nón */
#header .header-wrapper .header-decor::after {
    content: "";
    position: absolute;
    right: 16px;
    top: -65px;
    width: 276px;
    height: 181px;
    background: url(http://evisa.dailyve.com/wp-content/uploads/2026/01/ChatGPT-Image-Jan-15-2026-09_17_48-AM.png) no-repeat right top / contain;
    transform: translateX(25px) scale(var(--dvHatScale, 1));
    transform-origin: right top;
}
}

/* 4) Hạc */
#header .header-wrapper .header-decor::before {
    content: "";
    position: absolute;
    right: 0;
    top: -178px;
    width: 240px;
    height: 190px;
    background: url("http://evisa.dailyve.com/wp-content/uploads/2025/12/Frame-98.png") no-repeat center / contain;
    transform: translateX(269px) scale(var(--dvCraneScale, 1));
    transform-origin: right center;
}

/* 5) Scale responsive */
:root {
    --dvHatScale: 1;
    --dvCraneScale: 1;
}



/* 6) Nếu sticky cần chỉnh riêng */
#header .header-wrapper.stuck .header-decor::after {
    top: -88px;
}

#header .header-wrapper.stuck .header-decor::before {
    top: -178px;
}

/* 7) Đai an toàn chống kéo ngang */
html,
body {
    overflow-x: hidden;
}



/* tổng quan */

.overview {
    width: 55%;
    padding: 20px 0;
}

.overview__title {
    text-align: center;
    margin-top: 25px !important;
    margin: 0 0 20px;
    color: rgb(203, 10, 49);
    /* đỏ như hình */
    font-weight: bold;
    font-size: 22px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.overview__cols {
    margin-bottom: -55px;
    height: 0;
    z-index: 2;
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    position: relative;
    align-items: start;
}


.overview__list {
    margin: 0;
    padding-left: 22px;
    line-height: 1.8;
    color: #222;
    font-size: 18.5px;
}

.overview__list li {
    margin: 0 0 5px;
}

.modal[aria-hidden="true"] {
    display: none;
}

.modal[aria-hidden="false"] {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.modal__dialog {
    position: relative;
    width: min(760px, calc(100% - 32px));
    margin: 40vh auto;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.modal__dialog-1 {
    position: relative;
    width: min(760px, calc(100% - 32px));
    margin: 7vh auto;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.modal__header {
    background: #b3001b;
    color: #fff;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__close {
    top: -12px;
    right: -230px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 26px !important;
    cursor: pointer;
}

.modal__body {
    padding: 18px;
    max-height: 65vh;
    overflow: auto;
}

.modal__footer {
    padding: 16px 18px 20px;
    display: flex;
    justify-content: center;
}

.modal__confirm {
    padding: 10px 18px;
    border: 0;
    border-radius: 4px;
    background: #b3001b;
    color: #fff;
    cursor: pointer;
}

.modal__title {
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.overview__link {
    color: #cb0a31;
}


/* Mobile: tự xuống 1 cột */
@media (max-width: 768px) {
    .overview__cols {
        grid-template-columns: 1fr;
    }

    .overview__cols::before {
        display: none;
    }
}




/* Hướng dẫn và điều kiện */

.dv-panel--top h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 17px;
    line-height: 25px;
    color: black;

}

.dv-stack {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding-top: 64px;
}


.dv-panel {
    background: #fff;
    /* box-shadow: 0 10px 28px rgba(0,0,0,.14); */
}

/* khung đứng (đè lên) */
.dv-panel--top {
    left: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    padding: 15px;
    border-top-right-radius: 50px;
    border-top-left-radius: 25px;
    position: absolute;
    top: 65px;
    right: clamp(12px, 8vw, 84px);
    width: clamp(180px, 52vw, 265px);
    min-height: 110px;
    height: auto;
    z-index: 1;
    transform: translateY(-55%);
}

/* khung chính */
.dv-panel--main {
    min-height: 250px;
    height: auto;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
    z-index: 2;
    padding: 14px 10px 0px;
}


.dv-icon {
    position: absolute;
    top: -50px;
    right: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cb0a31;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(214, 0, 0, .25);
    z-index: 3;
    /* đẩy icon lên ngang phần top */
    transform: translateY(-60%);
}


.dv-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* title */
.dv-title {
    margin: 0 70px 10px 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    color: #111;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.dv-title span {
    text-transform: none;
    font-weight: 700;
}

/* list */
.dv-list {
    height: 170px;
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.6;
    color: #222;
}

.dv-list li {
    margin: 0 0 8px;
}

/* button */


.dv-btn {
    width: min(260px, 65%);
    margin: -3px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e7e7e7;
    text-decoration: none;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .08);
}





.dv-btn__dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f5b500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    line-height: 1;
}



.row_bang_gia {
    margin-bottom: -20px;
}

.dv-list li {
    margin: 0 0 8px;
}




/* nút hiển thị popup chính */


.ev-notice-open {
    font-size: 17px !important;
    width: 200px;
    height: 58px;
    opacity: 1;
    border-radius: 8px;
    border-width: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px 0px 20px;
    border: 2px solid rgb(203, 10, 49);
    background: rgb(203, 10, 49);
    color: white;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}



.ev-notice-modal {
    z-index: 2147483647 !important;
    background: #fff;
    max-width: 820px;
    width: 94%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}


.ev-notice-header {
    background: #c8102e;
    color: #fff;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ev-notice-header h2 {
    color: white;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
}

.ev-notice-close {
    left: 840px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}


.ev-notice-body {
    padding: 18px 24px;
    overflow-y: auto;
    max-height: 60vh;
    font-size: 14px;
    line-height: 1.6;
}


.ev-notice-body h3 {
    font-weight: 600;
    margin: 10px 0;
    font-size: 20px;
    color: #c8102e;
    text-transform: uppercase;
}

.ev-notice-body h2 {
    color: #c8102e;
    font-size: 23px;
    font-weight: 550;
}

.ev-notice-body h4 {
    font-size: 23px;
    color: black;
}


.ev-notice-steps,
.ev-notice-sublist {
    font-size: 16px;
    margin: 0 0 12px 22px;
    padding: 0;
}

.ev-notice-steps li,
.ev-notice-sublist li {
    margin-bottom: 6px;
}


.ev-check-mark {
    color: #c8102e;
    font-weight: 700;
}

.ev-notice-footer {
    border-top: 1px solid #eee;
    padding: 12px 20px 16px;
    background: #fafafa;
}


.ev-notice-confirm {
    margin-bottom: 10px;
}

.ev-notice-confirm label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 6px;
}

.ev-notice-confirm input[type="checkbox"] {
    margin-top: 3px;
}


.ev-notice-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
}

.ev-notice-actions button {
    min-width: 130px;
    height: 45px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}


.ev-btn-cancel {
    padding: 0 !important;
    background: #4b5563;
    color: #fff;
}


.ev-btn-continue {
    padding: 0 !important;
    background: #c8102e;
    color: #fff;
    opacity: .5;
}


.ev-btn-continue:not(:disabled) {
    opacity: 1;
}


.ev-notice-main {
    list-style: none;
    margin: 0;
    padding-left: 0;
    counter-reset: evMain;
}

.ev-notice-main>li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
    line-height: 1.6;
}


.ev-notice-main>li::before {
    counter-increment: evMain;
    content: counter(evMain);
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #e30613;
    color: #e30613;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}


.ev-notice-main>li+li {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}


.ev-notice-sublist {
    list-style: decimal;
    margin: 4px 0 8px 32px;
    padding-left: 18px;
}


.ev-notice-sublist li {
    margin-bottom: 4px;
}

.ev-notice-sublist li::marker {
    color: #e30613;
    font-weight: 700;
}


.ev-notice-body p strong {
    color: #e30613;
}

.ev-notice-backdrop {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .45);
    z-index: 2147483600;
}


.ev-notice-modal {
    background: #fff;
    max-width: 900px;
    width: 96%;
    max-height: 90vh;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


.ev-notice-header {
    padding: 12px 20px;
    background: #c8102e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ev-notice-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.ev-notice-close {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}


.ev-notice-body {
    padding: 16px 24px 12px;
    overflow-y: auto;
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

.ev-notice-body h2 {
    margin: 0 0 10px;
    color: #e30613;
    font-size: 18px;
}


.ev-notice-footer {
    padding: 12px 24px 16px;
    border-top: 1px solid #eee;
    background: #fafafa;
}

.ev-notice-confirm {
    font-size: 14px;
    margin-bottom: 12px;
}

.ev-notice-confirm label {
    display: block;
    margin-bottom: 6px;
}

.ev-notice-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.ev-btn-cancel,
.ev-btn-continue {
    min-width: 140px;
    border-radius: 6px;
    padding: 8px 18px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.ev-btn-cancel {
    background: #444;
    color: #fff;
}

.ev-btn-continue {
    background: #e30613;
    color: #fff;
    opacity: .5;
}

.ev-btn-continue:enabled {
    opacity: 1;
}

.ev-btn-continue:disabled {
    cursor: not-allowed;
}


.ev-notice-main {
    list-style: none;
    margin: 0;
    padding-left: 0;
    counter-reset: evMain;
}

.ev-notice-main>li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.ev-notice-main>li::before {
    counter-increment: evMain;
    content: counter(evMain);
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #e30613;
    color: #e30613;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}


.ev-notice-main>li+li {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}


.ev-notice-sublist {
    list-style: decimal;
    margin: 4px 0 8px 32px;
    padding-left: 18px;
}

.ev-notice-sublist li {
    margin-bottom: 4px;
}


.ev-notice-sublist li::marker {
    color: #e30613;
    font-weight: 700;
}


.ev-notice-body p strong {
    color: #e30613;
}



/* Responsive */
@media (max-width: 768px) {
    .ev-notice-modal {
        max-width: 95%;
        max-height: 95vh;
    }

    .ev-notice-body {
        padding: 14px 16px;
    }

    .ev-notice-actions {
        flex-direction: row;
    }
}



.ev-notice-body {
    padding: 18px 24px;
    overflow-y: auto;
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 1.6;
}


.ev-notice-footer {
    border-top: 1px solid #eee;
    padding: 12px 20px 16px;
    background: #fafafa;
    flex-shrink: 0;
}




.ev-notice-backdrop.is-open {
    display: flex !important;
}




.ev-notice-steps {
    list-style: none;
    margin: 0 0 12px 0;
    padding-left: 0;
    counter-reset: evMain;
}


.ev-notice-steps>li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
    line-height: 1.6;
}


.ev-notice-steps>li::before {
    counter-increment: evMain;
    content: counter(evMain);
    position: absolute;
    left: 0;
    top: 0.525em;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #e30613;
    color: #e30613;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 15px;
    font-weight: 600;
}


.ev-notice-steps>li+li {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}



/* Responsive giữ full màn hình trên mobile */
@media (max-width: 768px) {
    .ev-notice-modal {
        max-width: 95%;
        max-height: calc(100vh - 20px);
    }

    .ev-notice-body {
        padding: 14px 16px;
    }
}




.evisa-process {
    padding: 30px 0;
}


.evisa-process-inner {
    margin-bottom: -87px !important;
    margin-top: 450px !important;
    max-width: 1450px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    padding: 22px 32px;
    display: flex;
    align-items: center;
    gap: 32px;
}


.evisa-step {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-direction: row;
}


.evisa-step-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
}


.evisa-step-content h3 {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 500;
    color: #c8102e;
}

.evisa-step-content p {
    font-weight: 300;
    margin: 0;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.5;
}


.evisa-step-arrow {
    font-size: 50px;
    color: #d1d5db;
    flex-shrink: 0;
}



@media (max-width: 549px) {

    .evisa-step-content p {
        font-size: 17px;

    }

    .evisa-step-content h3 {
        font-size: 17px;
    }

}


.ev-header-buttons {

    display: flex;
    align-items: center;
    gap: 8px;
}


.ev-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.15s ease;
    white-space: nowrap;
    background: #FFE7A0;
    color: #fff;
}

.ev-pill span {
    line-height: 1;
    color: #cb0a31;
}

.ev-pill img {
    width: 16px;
    height: 16px;
}

.ml-testi-badge img {
    width: 25%;
}

.ev-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.35);
    opacity: 0.96;
}



.ev-pill-logout {
    background: #b91c1c;
}

.ev-btn-full {
    width: 100%;
}


.ev-login-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.ev-login-modal.is-open {
    display: block;
}

.ev-login-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
}

.ev-login-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 380px;
    width: calc(100% - 32px);
    background: #0f172a;
    border-radius: 16px;
    padding: 22px 22px 18px;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: #e5e7eb;

}

.ev-login-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: none;
    background: #1f2937;
    color: #e5e7eb;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ev-login-close:hover {
    background: #374151;
}

.ev-login-title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.ev-login-form {
    margin: 0;
}

.ev-form-row {
    margin-bottom: 12px;
}

.ev-form-row label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    color: #9ca3af;
}

.ev-form-row input[type="text"],
.ev-form-row input[type="password"] {
    width: 100%;
    padding: 9px 10px;
    border-radius: 10px;
    border: 1px solid #4b5563;
    background: #020617;
    color: #e5e7eb;
    font-size: 14px;
    outline: none;
    transition: all 0.18s ease;
}

.ev-form-row input:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.5);
}

.ev-form-remember {
    font-size: 12px;
    color: #9ca3af;
}

.ev-form-remember input {
    margin-right: 4px;
}

.ev-login-note {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #9ca3af;
}

.ev-login-note a {
    color: #60a5fa;
    text-decoration: none;
}

.ev-login-note a:hover {
    text-decoration: underline;
}

/* MOBILE: cụm nút xuống góc phải, xếp dọc */

@media (max-width: 849px) {
    .ev-header-buttons {
        display: block;
        position: fixed;
        right: 10px;
        bottom: 10px;
        flex-direction: column;
        align-items: flex-end;
        z-index: 9999;
        gap: 6px;
    }
}


@media (max-width: 768px) {
    .ev-header-buttons {
        display: block;
        position: fixed;
        right: 10px;
        bottom: 10px;
        flex-direction: column;
        align-items: flex-end;
        z-index: 9999;
        gap: 6px;
    }

    .ev-pill {
        font-size: 12px;
        padding: 6px 10px;
    }
}

.ev-login-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.ev-login-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}

.ev-login-dialog {

    z-index: 1;
    background: #111827;
    padding: 24px 28px;
    border-radius: 12px;
    width: 420px;
    max-width: 95%;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
}

.ev-login-title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.ev-login-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 22px;
    color: #9ca3af;
    cursor: pointer;
}

.ev-login-close:hover {
    color: #fff;
}

.ev-form-row {
    margin-bottom: 14px;
}

.ev-form-row label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.ev-form-row input[type="text"],
.ev-form-row input[type="password"] {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #4b5563;
    background: #111827;
    color: #f9fafb;
}

.ev-form-row input[type="text"]:focus,
.ev-form-row input[type="password"]:focus {
    outline: none;
    border-color: #3b82f6;
}

.ev-login-note {
    margin-top: 12px;
    font-size: 13px;
    text-align: center;
}

.ev-login-note a {
    color: #3b82f6;
    text-decoration: none;
}

.ev-login-note a:hover {
    text-decoration: underline;
}


.ev-btn-full {
    width: 100%;
    text-align: center;
}


.ev-pill-login {
    color: #cb0a31;
    background: #fff4d6;
}

.ev-pill-logout {
    color: #cb0a31;
    background: #fff4d6;
}



.ev-float-mb {
    display: none;
}

#ev-login-submit-mobile,
#ev-login-submit,
button.ev-pill.ev-pill-login,
.ev-login-form .ev-pill-login {
    display: flex !important;
    align-items: center !important;
    /* canh giữa theo chiều dọc */
    justify-content: center !important;
    /* canh giữa theo chiều ngang */
    text-align: center !important;
    line-height: 1.2 !important;
}


@media (max-width: 1024px) {
    .ev-float-mb {
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: fixed;
        right: 0px;
        bottom: 88px;
        z-index: 999999;
    }

    .ev-float-btn {
        top: 25px !important;
        font-size: 9px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 40px;
        padding: 0 14px;
        border-radius: 999px;
        border: 1px solid rgba(0, 0, 0, .12);
        background: #fff;
        color: #111;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;

        box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    }



    .ev-float-ghost span {
        color: #cb0a31;
        font-size: 11px;
    }

    .ev-float-btn i {
        font-size: 16px;
    }
}



/* nút popup điều khoản */


.ev8-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2147483600;
}


.ev8-backdrop.is-open {
    display: flex;
}


.ev8-modal {
    background: #fff;
    max-width: 820px;
    width: 94%;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


.ev8-header {
    background: #c8102e;
    color: #fff;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ev8-header h2 {
    text-align: center;
    color: white;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.ev8-close {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}


.ev8-body {
    padding: 18px 24px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 1.6;
}

.ev8-body p {
    margin: 0 0 10px;
}

.ev8-body strong {
    font-weight: 700;
}

.ev8-footer {
    padding: 12px 24px 16px;
    border-top: 1px solid #eee;
    text-align: center;
    background: #fafafa;
}

.ev8-btn-confirm {
    min-width: 160px;
    padding: 10px 24px;
    border-radius: 6px;
    border: none;
    background: #c8102e;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}


a.ev8-trigger {
    color: #c8102e;
    font-weight: 700;
    text-decoration: underline;
}


@media (max-width: 768px) {
    .ev8-modal {
        width: 95%;
        max-height: 95vh;
    }

    .ev8-body {
        padding: 14px 16px;
    }
}

/* nút popup điều kiện */


.ev21-link {
    color: #e30613;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}


.ev21-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2147483647;
}

.ev21-backdrop.is-open {
    display: flex;
}


.ev21-modal {
    background: #fff;
    max-width: 820px;
    width: 94%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}


.ev21-header {
    padding-left: 80px;
    height: 70px;
    background: #e30613;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ev21-header h2 {
    color: white;
    text-align: center;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}


.ev21-close {
    top: 10px;
    right: -40px;
    background: transparent;
    border: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}


.ev21-body {
    padding: 20px 24px;
    font-size: 15px;
    line-height: 1.6;
    overflow-y: auto;
}


.ev21-body strong {
    font-size: 19px;
}


.ev21-footer {
    padding: 16px 24px 20px;
    text-align: center;
    border-top: 1px solid #eee;
}

.ev21-close-btn {
    display: inline-block;
    min-width: 140px;
    padding: 10px 24px;
    border-radius: 6px;
    border: none;
    background: #e30613;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}


@media (max-width: 480px) {
    .ev21-header h2 {
        font-size: 18px;
    }

    .ev21-body {
        font-size: 14px;
        padding: 16px;
    }
}


/* Nút popup quyền và nghĩa vụ */



/* Trigger giống link đỏ */
.ev-law-trigger {
    color: #d1001c;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 600;
}

/* Backdrop nổi lên toàn trang */
.ev-law-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 2147483600 !important;
    display: none;
    padding: 24px;
}

/* Mở modal */
.ev-law-backdrop.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Box modal */
.ev-law-modal {
    width: min(920px, 100%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .35);
    overflow: hidden;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;

    transform: translateY(10px);
    opacity: 0;
    transition: .18s ease;
}

/* Animate khi mở */
.ev-law-backdrop.is-open .ev-law-modal {
    transform: translateY(0);
    opacity: 1;
}

/* Header đỏ như mẫu 1 */
.ev-law-modal-header {
    background: #c8102e;
    color: #fff;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ev-law-modal-header h3 {
    color: white;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2px;
}

/* Nút X */
.ev-law-modal-close {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 8px;
}

.ev-law-modal-close:hover {
    background: rgba(255, 255, 255, .12);
}

/* Nội dung cuộn */
.ev-law-modal-body {
    padding: 16px 18px;
    overflow: auto;
}

/* Scroll đẹp hơn */
.ev-law-modal-body::-webkit-scrollbar {
    width: 10px;
}

.ev-law-modal-body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .25);
    border-radius: 10px;
}

.ev-law-modal-body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .06);
}

/* Text */
.ev-law-modal-body h4 {
    margin: 8px 0 10px;
    font-size: 16px;
}

.ev-law-modal-body p {
    margin: 8px 0;
    line-height: 1.55;
}

.ev-law-modal-body ul {
    margin: 8px 0;
    padding-left: 18px;
}

.ev-law-modal-body li {
    margin: 6px 0;
    line-height: 1.55;
}

/* Footer nút */
.ev-law-modal-footer {
    padding: 14px 18px;
    border-top: 1px solid rgba(0, 0, 0, .08);
    display: flex;
    justify-content: center;
    gap: 14px;
}

/* Button style */
.ev-law-btn {
    border: 0;
    cursor: pointer;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    min-width: 120px;
    transition: .15s ease;
}

.ev-law-btn.is-cancel {
    background: #3a3a3a;
    color: #fff;
}

.ev-law-btn.is-cancel:hover {
    filter: brightness(1.05);
}

.ev-law-btn.is-primary {
    background: #f05a66;
    color: #fff;
}

.ev-law-btn.is-primary:hover {
    filter: brightness(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .ev-law-backdrop {
        padding: 14px;
    }

    .ev-law-modal {
        border-radius: 12px;
        max-height: calc(100vh - 28px);
    }

    .ev-law-modal-header {
        padding: 12px 14px;
    }

    .ev-law-modal-header h3 {
        font-size: 16px;
    }

    .ev-law-modal-body {
        padding: 12px 14px;
    }

    .ev-law-modal-footer {
        padding: 12px 14px;
        gap: 10px;
        flex-direction: column;
    }

    .ev-law-btn {
        width: 100%;
        min-width: 0;
    }
}




/* ===== Section: Gói dịch vụ & bảng giá ===== */


.pricing-card__btn,
.pricing-card__btn--primary,
.pricing-card__btn-dt {
    display: inline-block;
    min-width: 150px;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
    cursor: pointer;
    border: 2px solid transparent;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(22, 24, 28, 0.06);
}


.pricing-card__btn {
    background: #ffffff;
    color: #c0392b;
    border-color: rgba(192, 57, 43, 0.12);
}


.pricing-card__btn--primary {
    background: linear-gradient(180deg, #ff7a1a 0%, #ff6a00 100%);
    color: #fff;
    border-color: rgba(255, 106, 0, 0.18);
    box-shadow: 0 8px 28px rgba(255, 102, 0, 0.12);
}


.pricing-card__btn-dt {
    background: #fff;
    color: #c0392b;
    border: 2px solid rgba(192, 57, 43, 0.12);
}


.pricing-card__btn:hover,
.pricing-card__btn--primary:hover,
.pricing-card__btn-dt:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(22, 24, 28, 0.10);
    opacity: 0.98;
}


.pricing-card__btn:focus,
.pricing-card__btn--primary:focus,
.pricing-card__btn-dt:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(255, 138, 70, 0.12);
}


@media (max-width: 640px) {

    .pricing-card__btn,
    .pricing-card__btn--primary,
    .pricing-card__btn-dt {
        display: block;
        width: calc(100% - 40px);
        margin: 12px auto 0;
        min-width: 0;
    }
}




.evisa-pricing {
    padding: 48px 0;
    background: #f9fafb;
}

.evisa-pricing__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.evisa-pricing__title {
    color: black;
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    margin: 0 0 24px;
}


.evisa-pricing__cards {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
}


.pricing-card-tc {
    width: 82%;
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px 20px 24px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    height: 350px;
    align-items: center
}

.pricing-card-gn {
    width: 80%;
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px 20px 24px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    height: 350px;
    align-items: center
}

.pricing-card-dt {
    width: 80%;
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px 20px 24px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    height: 350px;
    align-items: center
}


.pricing-card__title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 2.0;
}

.pricing-card__title span {
    font-weight: 400;
    color: #6b7280;
}


.pricing-card__list {
    list-style: disc;
    padding-left: 18px;
    margin: 0 0 20px;
}

.pricing-card__list li {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 6px;
}

.pricing-card__list strong {
    font-weight: 600;
}

.pricing-card__note {
    display: block;
    font-size: 0px;
    color: #9ca3af;
}


.pricing-card__btn {
    padding: 0 15px;
    padding-bottom: 13px;
    margin-top: 25px;
    display: inline-block;
    align-self: flex-start;
    border-radius: 999px;
    border: 1px solid #D32F2F;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #D32F2F;
    transition: all 0.2s ease;
}

.pricing-card__btn-dt {
    padding: 0 15px;
    padding-bottom: 15px;
    margin-top: auto;
    display: inline-block;
    align-self: flex-start;
    border-radius: 999px;
    border: 1px solid #D32F2F;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #D32F2F;
    transition: all 0.2s ease;
}



.pricing-card__btn:hover {
    background: #D32F2F;
    color: #ffffff;
}

.pricing-card__btn-dt:hover {
    background: #D32F2F;
    color: #ffffff;
}


.pricing-card--highlight {
    border-color: #f97316;
    box-shadow: 0 10px 25px rgba(249, 115, 22, 0.18);
}

.pricing-card__btn--primary {
    background: #f97316;
    border-color: #f97316;
    color: #ffffff;
}

.pricing-card__btn--primary:hover {
    background: #ea580c;
    border-color: #ea580c;
}


.pricing-card__badge {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f97316;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 1023.98px) {
    .evisa-pricing__cards {
        display: flex;
        gap: 10px;
        flex-wrap: nowrap;
        flex-direction: column;
    }
}

@media (max-width: 639.98px) {
    .evisa-pricing__title {
        font-size: 20px;
    }

    .evisa-pricing__cards {
        grid-template-columns: 1fr;
    }


    .evisa-pricing__title {
        font-size: 22px;
    }

    .pricing-card-tc {
        width: 100%;
    }

    .pricing-card-gn {
        width: 100%;
    }

    .pricing-card-dt {
        width: 100%;
    }

    .pricing-card__btn {
        width: 100%;
    }

    .pricing-card__btn-dt {
        width: 100%;
    }

    .pricing-card__title {
        font-size: 21px;
    }

    .pricing-card__list li {
        font-size: 16.5px;
    }

    .ev-lookup-title {
        font-size: 19px !important;
    }

    .ev-lookup-row label {
        font-size: 16px !important;
    }

    .ev-lookup-submit {
        font-size: 14px !important;
    }
}




/* ===== Block Tra cứu hồ sơ eVisa ===== */


.evisa-lookup {
    padding: 40px 16px;
    color: #111827;
}

.evisa-lookup__card {
    max-width: 640px;
    margin: 0 auto;
    background-color: #EB4F00;
    background-image: url('http://evisa.dailyve.com/wp-content/uploads/2025/12/Frame-50.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 18px;
    padding: 28px 24px 24px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}


.evisa-lookup__title {
    font-size: 22px;
    margin: 0 0 4px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #111827;
}


.evisa-lookup__row {
    margin-top: 14px;
}

.evisa-lookup__row label {
    display: block;
    font-size: 14px;
    color: white;
    font-weight: 500;
}


.evisa-lookup .required {
    color: #ef4444;
}


.evisa-lookup input[type="text"],
.evisa-lookup input[type="email"],
.evisa-lookup input[type="tel"],
.evisa-lookup textarea {
    width: 100%;
    margin-top: 6px;
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    color: #111827;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}


.evisa-lookup input[type="text"]:focus,
.evisa-lookup input[type="email"]:focus,
.evisa-lookup input[type="tel"]:focus,
.evisa-lookup textarea:focus {
    border-color: #b91c1c;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(185, 28, 28, 0.1);
}


.evisa-lookup ::placeholder {
    color: #9ca3af;
}


.evisa-lookup textarea {
    min-height: 110px;
    resize: vertical;
}


.evisa-lookup__actions {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}

.evisa-lookup .evisa-lookup__btn {
    margin-left: 85px;
    appearance: none;
    border: none;
    border-radius: 999px;
    padding: 10px 22px;
    background: #b91c1c;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    cursor: pointer;
    line-height: 1.3;
    transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.1s ease;
}

.evisa-lookup .evisa-lookup__btn:hover {
    background: #991b1b;
    box-shadow: 0 8px 18px rgba(185, 28, 28, 0.3);
    transform: translateY(-1px);
}

.evisa-lookup .evisa-lookup__btn:active {
    transform: translateY(0);
    box-shadow: none;
}


.evisa-lookup__note {
    margin-top: 10px;
    font-size: 15px;
    color: white;

}

/* ===== RESPONSIVE ===== */
@media (max-width: 575.98px) {
    .evisa-lookup {
        padding: 28px 12px;
    }

    .evisa-lookup__card {
        padding: 20px 16px 18px;
        border-radius: 14px;
    }

    .evisa-lookup__title {
        font-size: 18px;
        letter-spacing: 0.06em;
    }

    .evisa-lookup__row {
        margin-top: 12px;
    }
}


/* Bảng giá */


.ev-price-box {
    margin-top: -15px;
    color: #374151;
}

.ev-price-line {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}


.ev-price-line-1 {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.ev-price-line-2 {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.ev-price-main {
    font-size: 32px;
    font-weight: 700;
    color: rgb(203, 10, 49);
    margin-right: 4px;
}

.ev-price-main-1 {
    margin-top: 15px;
    font-size: 32px;
    font-weight: 700;
    color: rgb(203, 10, 49);
    margin-right: 4px;
}


.ev-price-unit {
    font-size: 14px;
    color: #f00606;
}


.ev-benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ev-benefit-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #4b5563;
}


.ev-benefit-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.1em;
    font-size: 11px;
    color: #ffc857;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #f3f4f6;
    color: #111827;
}

.ev-pricing-page {
    padding: 48px 16px 56px;
}

.ev-container {
    max-width: 1200px;
    margin: 0 auto;
}


.ev-hero {
    text-align: center;
    margin-bottom: 36px;
}

.ev-hero__title {
    margin: 0 0 8px;
    font-size: 30px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ev-hero__subtitle {
    margin: 0;
    font-size: 15px;
    color: #4b5563;
}

.ev-hero__subtitle strong {
    color: #1f2937;
}

.ev-break-desktop {
    display: none;
}


.ev-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}


.ev-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 20px 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
}

.ev-card--highlight {
    border-color: #b91c1c;
    box-shadow: 0 18px 40px rgba(185, 28, 28, 0.18);
    position: relative;
    transform: translateY(-4px);
}

.ev-card__head {
    margin-bottom: 12px;
}

.ev-card__title {
    margin: 4px 0 6px;
    font-size: 20px;
}

.ev-card__desc {
    margin: 0 0 12px;
    font-size: 14px;
    color: #6b7280;
}


.ev-chip {
    display: inline-block;
    padding: 3px 10px;
    font-size: 11px;
    border-radius: 999px;
    background: #fee2e2;
    color: #b91c1c;
    font-weight: 600;
}

.ev-chip--hot {
    background: #b91c1c;
    color: #ffffff;
}


.ev-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 4px;
}

.ev-price__main {
    font-size: 32px;
    font-weight: 700;
    color: #b91c1c;
}

.ev-price__unit {
    font-size: 14px;
    color: #9ca3af;
}


.ev-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    font-size: 14px;
}

.ev-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    color: #4b5563;
}

.ev-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.1em;
    font-size: 11px;
    color: #ffc857;
}


.ev-speed {
    margin-top: 18px;
    border-radius: 12px;
    background: rgba(255, 231, 160, 1);
    border: 1px dashed #fecaca;
    margin-bottom: 14px;
    font-size: 13px;
}

.ev-speed-cb {
    margin-top: 70px;
    border-radius: 12px;
    background: rgba(255, 231, 160, 1);
    border: 1px dashed #fecaca;
    margin-bottom: 14px;
    font-size: 13px;
}

.ev-speed-cb-1 {
    margin-top: 44px;
    border-radius: 12px;
    background: rgba(255, 231, 160, 1);
    border: 1px dashed #fecaca;
    margin-bottom: 14px;
    font-size: 13px;
}

.ev-speed_2 {
    margin-top: 38px;
    border-radius: 12px;
    background: rgba(255, 231, 160, 1);
    border: 1px dashed #fecaca;
    margin-bottom: 14px;
    font-size: 13px;
}


.ev-speed--accent {
    background: #fffbeb;
    border-color: #fde68a;
}

.ev-speed__row {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
}

.ev-speed__row:not(:last-child) {
    border-bottom: 1px solid rgba(248, 113, 113, 0.12);
}

.ev-speed__row span:first-child {
    font-size: 13px;
    font-weight: 600;
    color: rgba(185, 28, 28, 1);
}

.ev-speed__row span:last-child {
    font-weight: 400;
    font-size: 13px;
    color: rgba(17, 24, 39, 1);
}

.ev-speed--accent .ev-speed__row span:first-child {
    color: #b45309;
}


.ev-btn--full {
    width: 100%;
}



.ev-card__note {
    margin: 8px 0 0;
    font-size: 12px;
    color: #6b7280;
}


.text_pb_cb_up {
    width: 30% !important;
    background-color: #fee2e2;
    width: 30%;
    text-align: center;
    border-radius: 20px;
}

.text_pb_cb_up p {
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 999px;
    font-weight: 600;
}

.text_evisa h4 {
    margin: 4px 0 6px;
    font-size: 20px;
}

.text_ph_cb_down p {
    margin: 0 0 12px;
    font-size: 14px;
    color: #6b7280;
}

.dk_co_ban {
    font-size: 11px;
    font-weight: 600;
}

.text_ph_cb_down {
    margin: 8px 0 0;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: -20px;
}

.text_pb_nc_up {
    width: 40% !important;
    background-color: rgb(211, 47, 47);
    text-align: center;
    border-radius: 20px;
}

.text_pb_nc_up p {
    color: white;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 999px;
    font-weight: 600;
}

.text_ph_tm_down p {
    padding-bottom: 25px;
    margin: 0 0 12px;
    font-size: 14px;
    color: #6b7280;
}

.text_ph_tm_down {
    margin: 8px 0 0;
    font-size: 14px;
    color: #6b7280;
}


.col_nc .col-inner {
    border: 1px rgb(211, 47, 47) solid;
}


/* Dành cho đối tác */

.col-inner {
    background-color: unset !important;
}

.text_quyen_loi {
    margin-bottom: -40px;
}

.partner-section {
    background-color: rgba(235, 79, 0, 1);
    background-image: url('http://evisa.dailyve.com/wp-content/uploads/2025/12/Bai-dang-Instagram-Sale-Khuyen-mai-Giang-sinh-Nam-moi-An-tuong-Hien-dai-Do-vang-2-1-1.png');
    position: relative;
    padding: 3rem 1.5rem;
    border-radius: 24px;
    margin: 2rem auto;
    max-width: 960px !important;
    padding: 80px 0 10px 30px;
    background-repeat: no-repeat;
    background-position: 135% 17%;
    background-size: 86% auto;
}



.partner-section,
.partner-section p,
.partner-section li {
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
}


.partner-section h3 {

    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    vertical-align: middle;
    color: white;

}



.page-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.8rem;
    font-weight: 600;
    color: #b91c1c;
    margin-bottom: 0.75rem;
}

.page-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 41.6px;
    line-height: 47.84px;
    vertical-align: middle;
    color: #ffffff;
}

.page-title span {
    color: #dc2626;
}

.page-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    vertical-align: middle;
    color: #ffffff !important;
}

ul {
    margin: 0.5rem 0 1.5rem 1.25rem;
    padding: 0;
}

ul li {
    margin-bottom: 0.4rem;
}


.partner-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(248, 113, 113, 0.6);
    background: rgba(254, 242, 242, 0.9);
    color: #b91c1c;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0.5rem 0 1.5rem;
}

.partner-pill span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #16a34a;
}


.partner-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.85rem 1.5rem;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 1);
    color: #fef2f2;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(185, 28, 28, 0.4);
    transform: translateY(0);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.partner-btn .icon {
    font-size: 1.1rem;
}

.partner-btn:hover {
    color: #fef2f2;
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(185, 28, 28, 0.5);
    filter: brightness(1.03);
}

.partner-btn:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(185, 28, 28, 0.45);
}


.partner-scroll {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.partner-scroll-btn {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(248, 113, 113, 0.7);
    background: rgba(254, 242, 242, 0.9);
    font-size: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    animation: bounce 1.4s infinite;
    color: #b91c1c;
}

.partner-scroll-btn br {
    display: none;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(4px);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .partner-section {
        padding: 2.5rem 1.25rem;

    }

    .page-subtitle br {
        display: none;
    }
}

@media (max-width: 480px) {
    .partner-section {
        width: auto;
        padding: 2.2rem 1rem;
        margin: 1.2rem 0.5rem;
    }

    .page-title {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .partner-btn {
        width: 100%;
        justify-content: center;
    }

    ul {
        margin: 0.5rem 0 1.5rem 0.25rem;

    }
}

/* đk */


#tao_email {
    width: 5%;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}


form p {
    font-size: 17px;
    margin: 0 0 .5em;
}

.ev-radio-inline-1 {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ev-radio-inline-1 label {
    font-weight: 300;
}


.ev-field-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 12px;
}

.ev-field-group-nhh input {
    width: 74% !important;
    border-radius: 6px;
}

.one {
    color: black;
    font-weight: 600 !important;
}

button,
html [type=button],
[type=reset],
[type=submit] {
    font-size: 13px !important;

}

.ev-field-group .so_dien_thoai {
    width: 101%;
    margin-top: 14px;
}

.ev-field-group .dc_sdt {
    height: 35%;
}

.ev-field-group label,
.ev-field-group-3 label,
.ev-field-group-nhh label {
    margin-top: 15px;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
}


.ev-field-group input,
.ev-field-group select,
.ev-field-group textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    padding: 5px 12px;
    font-size: 16px;
    outline: none;
}


.ev-field-group-1 input,
.ev-field-group-1 select,
.ev-field-group-1 textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    padding: 10px 12px;
    font-size: 16px;
}


.ev-field-group-2 input,
.ev-field-group-2 select,
.ev-field-group-2 textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    padding: 10px 12px;
    font-size: 16px;
}


.ev-field-group-3 {
    margin-bottom: 15px;
    width: 20%;
}

.ev-field-group-3 input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    padding: 10px 12px;
}


.ev-has-error {
    border-color: #ef4444 !important;
    outline: none;
}

.ev-field-error {
    margin-top: 6px;
    font-size: 13px;
    color: #ef4444;
    line-height: 1.3;
}

.ev-required {
    color: #dc2626;
}


.ev-field-checkbox-1 {
    display: flex !important;
    gap: 10px;
    align-items: center;
}

.ev-field-checkbox label.ev-inline-label {
    margin: auto;
    display: flex;
    font-weight: 400;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}


.ev-span-2 {
    grid-column: span 2;
}

.ev-field-group .ev-span-2 {
    display: flex;
}


.ev-grid-3,
.ev-grid-4 {
    display: grid;
    gap: 8px;
}

.ev-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ev-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ev-grid-5 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}


.ev-radio-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 14px;
}

.ev-radio-inline label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-direction: column-reverse;
}


.ev-list-note {
    margin: 0 0 12px;
    padding-left: 20px;
    font-size: 13px;
}

/* children grid */
.ev-children-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 12px;
}


.ev-stepper {

    max-width: 1280px;
    margin: 40px auto;
    background: rgba(255, 247, 221, 1);
    border-radius: 10px;
    padding: 24px 28px 32px;

}

#title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: rgba(227, 6, 19, 1);
    font-weight: 700;
    color: white;
}


.ev-stepper-nav {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px 24px 0;
    border-bottom: 1px solid #e5e7eb;
    background: #f8f8f8;
    gap: 16px;
}

.ev-stepper-nav-item {
    position: relative;
    display: flex;
    align-items: center;
    color: #9ca3af;
    font-size: 14px;
    padding: 8px 0 12px;
    flex: 1;
    min-width: 0;
}

.ev-stepper-number {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 700;
    background: #ffffff;
    color: #6b7280;
    flex: 0 0 auto;
}

.ev-stepper-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
}


.ev-stepper-sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: -6px;
    font-size: 34px;
    line-height: 1;
    color: #9ca3af;
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.img_hoa_sen_evisa {
    z-index: -1;
    margin-top: -625px;
}

.ev-stepper-nav-item:last-child .ev-stepper-sep {
    display: none;
}


.ev-stepper-nav-item.is-active .ev-stepper-number {
    background: #e30613;
    border-color: #e30613;
    color: #fff;
}

.ev-stepper-nav-item.is-active .ev-stepper-label {
    color: #e30613;
    font-weight: 700;
}

.ev-stepper-nav-item.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: #e30613;
}


.ev-step-form {
    margin-top: 10px;
}

.ev-step {
    display: none;
    animation: evFadeIn .3s ease;
}

.ev-step.is-active {
    display: block;
}



@keyframes evFadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ev-step h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #111827;
}

.ev-section {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 18px;
    overflow: hidden;
}

.ev-section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: rgba(0, 0, 0, 1);
    font-weight: 700;
    color: white;
}

.img_hoa_sen_dk {

    background-color: rgba(244, 244, 244);


}


.ev-section-toggle {
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid #9ca3af;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.ev-section-body {
    padding: 16px 18px 18px;
}


.ev-note {
    background: #e0f5ff;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 13px;
    color: #065f46;
    margin-bottom: 14px;
}


.ev-upload-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ev-upload-card {
    border-radius: 10px;
    border: 1px dashed #9ca3af;
    padding: 14px 14px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f9fafb;
}


.ev-upload-preview {
    width: 63%;
    max-width: 450px;
    aspect-ratio: 9 / 8;
    border-radius: 8px;
    background: #e5e7eb;
    background-image: url('http://evisa.dailyve.com/wp-content/uploads/2026/01/ChatGPT-Image-15_37_40-3-thg-1-2026.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


input[type=checkbox],
input[type=radio] {
    margin-top: 0px;
    display: inline;
    margin-right: 10px;
    font-size: 0px;
}

.ev-upload-preview-1 {
    width: 90%;
    max-width: 450px;
    aspect-ratio: 9 / 6;
    border-radius: 8px;
    background: #e5e7eb;
    background-image: url('http://evisa.dailyve.com/wp-content/uploads/2026/01/ChatGPT-Image-15_41_49-3-thg-1-2026.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ev-upload-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.ev-upload-label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}


.ev-upload-btn {
    background-color: rgba(0, 0, 0, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(143, 147, 31, 1);
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;


}

.ev-upload-btn-1 {
    background-color: rgba(0, 0, 0, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(143, 147, 31, 1);
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.ev-upload-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ev-upload-btn input[type="file"],
.ev-upload-btn-1 input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}


button,
html [type=button],
[type=reset],
[type=submit] {
    font-size: 15px;
    -webkit-appearance: button;
}


.ev-step[data-step="1"] {
    padding: 18px;
}

.ev-step[data-step="1"] h3 {
    margin: 0 0 6px 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.ev-step[data-step="1"] p {
    margin: 0 0 14px 0;
    opacity: 0.85;
    line-height: 1.5;
}

.ev-review-summary {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.ev-sum-section+.ev-sum-section {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(0, 0, 0, 0.12);
}

.ev-sum-title {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.ev-sum-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ev-sum-item {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.02);
}

.ev-sum-item .k {
    font-size: 12px;
    font-weight: 700;
    opacity: 0.75;
    margin-bottom: 4px;
}

.ev-sum-item .v {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}


.ev-review-actions {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.ev-review-btn {
    min-width: 150px;
    width: auto;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 14px 16px;
    cursor: pointer;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    transition: transform 0.08s ease, box-shadow 0.12s ease, background 0.12s ease;
    user-select: none;
}

.ev-review-btn:active {
    transform: translateY(1px);
}

.ev-review-btn--back {
    background: #9d7c7c59;
}

.ev-review-btn--back:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.ev-review-btn--next {
    background: #fb2d2d;
    color: #fff;
}

.ev-review-btn--next:hover {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.ev-review-btn[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none !important;
    transform: none !important;
}

.ev-review-summary:empty {
    padding: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.ev-review-summary:empty::before {
    content: "There is no data to display yet. Please go back and enter your information.";
    display: block;
    font-size: 14px;
}


.ev-pay-card {
    margin-top: 12px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 14px;
}

.ev-checks .ev-inline-label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 10px;
}

.ev-step-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 16px;
    flex-wrap: wrap;
}


@media (max-width: 992px) {
    .ev-stepper {
        margin: 24px 12px;
        padding: 18px 16px 22px;
    }

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

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

    .ev-field-group-3 {
        width: 32%;
    }

    .ev-upload-grid {
        grid-template-columns: 1fr;
    }

    .ev-upload-preview {
        max-width: 520px;
    }

    .ev-children-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ev-stepper-nav {
        padding: 10px 14px 0;
        gap: 10px;
    }

    .ev-stepper-sep {
        font-size: 28px;
        margin-right: -4px;
    }
}


@media (max-width: 768px) {
    form p {
        font-size: 16px;
    }

    .ev-radio-inline {
        margin-left: 0;
    }

    .ev-stepper-nav {
        padding: 10px 10px 0;
        gap: 8px;
    }

    .ev-stepper-number {
        width: 26px;
        height: 26px;
        font-size: 12px;
        margin-right: 6px;
    }

    .ev-stepper-label {
        font-size: 12px;
    }

    .ev-stepper-sep {
        font-size: 24px;
        width: 18px;
        height: 18px;
        margin-right: -2px;
    }

    .ev-grid-4,
    .ev-grid-3 {
        grid-template-columns: 1fr;
    }

    .ev-field-group-3 {
        width: 100%;
    }

    .ev-children-grid {
        grid-template-columns: 1fr;
    }

    .ev-sum-grid {
        grid-template-columns: 1fr;
    }

    .ev-review-actions,
    .ev-step-actions {
        justify-content: stretch;
    }

    .ev-review-btn {
        padding: 3px;
        width: 36%;
        min-width: 0;
    }


}

@media (max-width: 480px) {

    .ev-btn-primary {
        width: 36% !important;
        padding: 3px !important;
    }

    .ev-field-group {
        margin-top: -20px;
        width: 100%;
    }

    .ev-stepper {
        padding: 16px 12px 18px;
    }

    .ev-stepper-label {
        max-width: 90px;
    }

    /* tránh tràn chữ */

    .ev-stepper {
        margin: 0;
        padding: 0;
    }

    .ev-btn-secondary {
        margin-left: 10px !important;
        padding: 3px !important;
        width: 35% !important;
    }

    .ev-radio-inline-1 {
        margin-bottom: 25px;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        flex-wrap: nowrap;
    }
}



/* thông tin sổ xuống các nút 1*/


.ev-q-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-bottom: 1px solid #eef2f7;

}

.ev-q-text {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.ev-q-radio {
    margin-top: -20px !important;
    display: flex;
    gap: 18px;
    white-space: nowrap;
    font-size: 14px;
}

.ev-q-radio label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #111827;
}

.ev-q-panel {
    padding: 14px 16px 18px;
}

.ev-table-wrap {
    width: 100%;
    overflow: auto;
    border-radius: 8px;
    border: 1px solid #eef2f7;
}

.ev-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.ev-table th,
.ev-table td {
    border-bottom: 1px solid #eef2f7;
    padding: 12px 10px;
    vertical-align: middle;
}

.ev-table th {
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    color: #111827;
    background: #f9fafb;
}

.ev-table td {
    font-size: 14px;
    color: #111827;
}

.ev-table input,
.ev-table select {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    height: 34px;
    padding: 6px 10px;
    font-size: 14px;
    background: #fff;
    box-sizing: border-box;
}

.ev-stt {
    text-align: center;
    font-weight: 700;
    color: #2563eb;
}

.ev-actions {
    text-align: center;
}

.ev-icon-btn {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 2px solid currentColor;
    background: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

.ev-icon-btn.is-remove {
    top: 5px;
    font-size: 13px;
    color: #ef4444;
}

.ev-icon-btn.is-add {
    top: -25px;
    font-size: 13px;
    color: #06b6d4;
}

.ev-icon-btn.is-add-1 {
    top: 65px;
    font-size: 13px;
    color: #06b6d4;
}

.ev-icon-btn.is-remove-1 {
    top: -19px;
    font-size: 13px;
    color: #ef4444;
}

.ev-table--mini {
    min-width: 700px;
}


.ev-child-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}


.ev-child-table th,
.ev-child-table td {
    vertical-align: middle;
}

.ev-child-table td.ev-actions,
.ev-child-table th:last-child {
    text-align: center;
}


.ev-child-table .ev-actions {
    display: flex;
    justify-content: center;
    align-items: center;
}


.ev-child-table input,
.ev-child-table select {
    width: 100%;
    box-sizing: border-box;
}

.ev-child-table input[type="file"] {
    display: block;
    width: 100%;
    max-width: 100%;
}


/* Mobile */
@media (max-width: 768px) {

    .ev-field-group-nhh input {
        width: 100% !important;
        border-radius: 6px;
    }

    .ev-q-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .ev-q-radio {
        width: 100%;
        justify-content: flex-end;
    }
}

/* thông tin sổ xuống nút 3 */

.ev-q-head {
    display: flex;
    justify-content: space-between;
    gap: 0;
}

.ev-q-text {
    font-weight: 600;
}

.ev-q-radio {
    margin-top: unset !important;
    display: flex;
    gap: 14px;
    align-items: center;
}

.ev-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.ev-table {
    width: 100%;
    border-collapse: collapse;
}

/* thông tin nút sổ xuống */

.ev-error {
    margin-top: 0px;
    font-size: 12px;
    color: #e53935;
    line-height: 1.2;
}

.ev-input.is-invalid,
.ev-select.is-invalid {
    border: 1px solid #e53935 !important;
    box-shadow: 0 0 0 2px rgba(229, 57, 53, .08);
}



/* form evis hero */

.mini-evisa-form {
    margin-top: 15px;
    margin-left: auto;
    width: 89%;
    background-color: #EB4F00;
    background-image: url(http://evisa.dailyve.com/wp-content/uploads/2025/12/Frame-50.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* margin: auto; */
    height: 470px;
    max-width: 650px;
    padding: 28px 24px 24px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.mini-evisa-form label {

    color: white;
}


.button,
button,
input,
textarea,
select,
fieldset {
    font-weight: 100;
    margin-bottom: 1em;
    border-radius: 20px;
}


input[type=submit],
input[type=submit].button,
input[type=submit],
.primary {
    background-color: rgba(17, 24, 39, 1);
    border-radius: 20px;
    margin-top: 10px;
    text-transform: unset;
}

.mini-note {
    color: white;
}




/* =========================
   FORM TRA CỨU E-VISA
   ========================= */

.tra_cuu_ho_so .ev-lookup-wrap {
    margin-top: -45px;
}

.luu_y {
    font-size: 20px;
}

.col_tra_cuu .ev-lookup-wrap {
    background-color: #EB4F00;
    background-image: url('http://evisa.dailyve.com/wp-content/uploads/2025/12/Bai-dang-Instagram-Sale-Khuyen-mai-Giang-sinh-Nam-moi-An-tuong-Hien-dai-Do-vang-2-1-1.png');
}


.ev-lookup-wrap {
    background-color: #EB4F00;
    background-image: url('http://evisa.dailyve.com/wp-content/uploads/2025/12/Frame-50.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* hoặc contain */
    margin-top: 95px;
    margin: auto;
    height: 485px;
    max-width: 600px;
    padding: 28px 24px 24px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.ev-lookup-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 18px;
    text-align: center;
    color: #ffffff;
}

.ev-lookup-form {
    margin: 0;
}

.ev-lookup-row {
    margin-bottom: 14px;
}

.ev-lookup-row label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #ffffff;
}

.ev-lookup-row label span {
    color: #ef4444;
}

.ev-lookup-row input[type="text"],
.ev-lookup-row input[type="email"] {
    width: 100%;
    padding: 10px 11px;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #d1d5db;
    outline: none;
    transition: all .2s ease;
    background: #f9fafb;
}

.ev-lookup-row input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
    background: #ffffff;
}

.ev-lookup-submit {
    text-align: left;
    margin-top: 6px;
    width: 36%;
    padding: 6px 10px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: #111827;
    color: #ffffff;
    letter-spacing: .04em;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.35);
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.ev-lookup-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.40);
    opacity: .96;
}

.ev-lookup-submit:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .25);
}

.ev-lookup-message {
    margin-top: 10px;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #ecfdf5;
    border: 1px solid #6ee7b7;
    color: #047857;
}

.ev-lookup-message.is-error {
    background: #fef2f2;
    border-color: #fecaca;
    color: #b91c1c;
}

/* =========================
   POPUP / MODAL
   ========================= */
.ev-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}



.ev-modal-dialog {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    max-width: 520px;
    width: calc(100% - 32px);
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 22px 20px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.45);
}

.ev-modal-close {
    position: absolute;
    top: 9px;
    right: 11px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: none;
    background: #f3f4f6;
    color: #374151;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ev-modal-close:hover {
    background: #e5e7eb;
}

.ev-modal-body h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.ev-modal-body p {
    margin: 4px 0;
    font-size: 17px;
    color: #374151;
}

.ev-note {
    color: #CB0A31;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #fffbeb;
    border: 1px solid #facc15;
    font-size: 16px;
}


.ev-status {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ev-status-processing {
    background: #fef3c7;
    color: #92400e;
}

.ev-status-approved {
    background: #dcfce7;
    color: #166534;
}

.ev-status-rejected {
    background: #fee2e2;
    color: #b91c1c;
}

.ev-status-supplement {
    background: #e0f2fe;
    color: #075985;
}


.ev-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.ev-btn-primary {
    border-radius: 12px;
    width: 15%;
    padding: 8px;
    background: #fb2d2d;
    color: #ffffff;
    border: none;
}


.ev-btn-secondary {
    padding: 0;
    border-radius: 12px;
    background: #9d7c7c59;
    width: 15%;
}

.ev-btn-primary:hover {
    opacity: .92;
}

.ev-btn-outline {
    border: 1px solid #2563eb;
    color: #2563eb;
    background: #ffffff;
    margin-top: 4px;
}

.ev-btn-outline:hover {
    background: #eff6ff;
}



.ev-lookup-message.is-error {
    color: #dc2626;
    margin-top: 8px;
}

.ev-result-card ul {
    list-style: none;
    padding: 0;
}

.ev-result-card li {
    margin-bottom: 6px;
}

.ev-status-approved {
    border-left: 4px solid #16a34a;
    padding-left: 12px;
}

.ev-status-processing {
    border-left: 4px solid #f59e0b;
    padding-left: 12px;
}

.ev-status-rejected {
    border-left: 4px solid #dc2626;
    padding-left: 12px;
}



/* CÁC NÚT TIỆN ÍCH */

/* DV Floating Contact - right middle */

.dv-float-wrap {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;

}

/* Nút 3 chấm */
.dv-fab {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .10);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .18);
    cursor: pointer;
    display: grid;
    place-items: center;
    gap: 6px;
    padding: 0;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.dv-fab:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
    background: rgba(255, 255, 255, .98);
}

.dv-fab-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #111;
    display: block;
    box-shadow: 0 0 0 4px rgba(17, 17, 17, .06);
    transition: all .22s ease;
}

/* Khi mở: biến 3 chấm thành X */
.dv-fab[aria-expanded="true"] .dv-fab-dot:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    width: 18px;
    height: 3px;
    border-radius: 999px;
}

.dv-fab[aria-expanded="true"] .dv-fab-dot:nth-child(2) {
    opacity: 0;
}

.dv-fab[aria-expanded="true"] .dv-fab-dot:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    width: 18px;
    height: 3px;
    border-radius: 999px;
}

/* Menu bung ra SANG TRÁI, căn giữa theo nút */
.dv-fab-menu {
    position: absolute;
    right: 66px;
    /* bung sang trái */
    top: 50%;
    transform: translateY(-50%) scale(.96);
    transform-origin: center right;

    display: grid;
    gap: 10px;

    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;

    z-index: 1000000;
}

.dv-float-wrap.dv-open .dv-fab-menu {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    pointer-events: auto;
}

.dv-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #111;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 999px;
    padding: 10px 12px 10px 10px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .14);
    transition: transform .18s ease, box-shadow .18s ease;
    min-width: 190px;
}

.dv-item:hover {
    transform: translateX(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.dv-ico {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    flex: 0 0 36px;
}

.dv-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2px;
}

/* Màu thương hiệu */
.dv-zalo .dv-ico {
    background: #0068ff;
}

.dv-wa .dv-ico {
    background: #25d366;
}

.dv-phone .dv-ico {
    background: #111;
}

.dv-msg .dv-ico {
    background: #0084ff;
}

.dv-mail .dv-ico {
    background: #ff5a5f;
}

/* Mobile tối ưu */
@media (max-width: 480px) {
    .dv-float-wrap {
        right: 12px;
    }

    .dv-item {
        min-width: 170px;
    }


    .dv-fab {
        left: 20px !important;
        top: 160px !important;
        width: 35px;
        height: 40px;
        border-radius: 999px;
        border: 1px solid rgba(0, 0, 0, .10);
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 14px 40px rgba(0, 0, 0, .18);
        cursor: pointer;
        display: grid;
        place-items: center;
        gap: 6px;
        padding: 0;
        transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }
}



/* CÁC GÓI EVISA */

.visa_coban {
    display: flex;
    justify-content: space-between;
}

.visa_coban span {
    background-color: rgba(221, 221, 221, 1);
    padding: 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.visa_coban p {
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    vertical-align: middle;

}


.bang_gia_dich_vu {
    margin-top: -30px;
    max-width: 1300px !important;
    background-color: rgba(248, 241, 215, 1);
    padding-top: 30px;
    border: 3px rgb(203, 10, 49) solid;
    border-radius: 20px;
}


.button_dK {

    border: 2px rgba(255, 231, 160, 1) solid;
}

.button_dk span {
    font-size: 14px;
}

.button_dk_1 {

    font-size: 14px;
}

.button_dk_2 {

    font-size: 14px;
}



.col_visa_pb .ev-speed {
    margin-top: 90px;
}

.col_visa_nc .ev-speed {
    margin-top: 110px;
}

.visa_nangcao {
    display: flex;
    justify-content: space-between;
}

.visa_nangcao span {
    background-color: rgb(203, 10, 49);
    padding: 12px;
    border-radius: 999px;
    font-size: 12px;
    color: white;
}

.visa_nangcao p {
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    vertical-align: middle;

}

.visa_nc {
    border-radius: 20px;
    padding: 30px;
    background-color: white;
    border: 1px rgb(221 221 221) solid;
    transition: border-color 0.3s ease;

}


.visa_nc:hover {
    border: 1px rgb(203, 10, 49) solid;
}

.visa_pb {
    border-radius: 20px;
    padding: 30px;
    background-color: white;
    border: 1px rgb(221 221 221) solid;
    transition: border-color 0.3s ease;
}


.visa_pb:hover {
    border: 1px rgb(203, 10, 49) solid;
}


.visa_tm {

    border-radius: 20px;
    padding: 30px;
    background-color: white;
    border: 1px rgb(221 221 221) solid;
    transition: border-color 0.3s ease;
}


.visa_tm:hover {
    border: 1px rgb(203, 10, 49) solid;
}

.text_nc {
    height: 107px;
    font-family: Be Vietnam Pro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.6px;
    vertical-align: middle;

}


.col_visa_thuongmai .visa_thuongmai {
    height: 56px;
}

.visa_thuongmai {
    margin-top: 11px;
    height: 55px;
    border-radius: 20px;
}

.text_tm {
    height: 125px;
    font-family: Be Vietnam Pro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.6px;
    vertical-align: middle;
}

.visa_thuongmai p {
    font-size: 19px;
    color: black;
    font-weight: 700;
    line-height: 32px;
    vertical-align: middle;

}

.visa_tm {
    border-radius: 20px;
    padding: 30px;
    background-color: white;
}

.text_cb {
    height: 97px;
    font-family: Be Vietnam Pro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.6px;
    vertical-align: middle;

}



/* FEEDBACK KHÁCH HÀNG */

/* .img_feedback img{
    width: 85% !important ;
} */

.slider_img {

    left: -80px;
}

.sections_feedback .bg-fill {
    top: -170px;
    height: 870px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 131% 100%;
}

.ml-testi-wrap {
    position: relative;
    padding: 36px 0
}

.ml-testi-header {
    display: flex;
    justify-content: center;
    margin-bottom: 18px
}

.ml-testi-title {
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    font-size: 14px;
    color: #d3171c
}

/* WRAPPER cho phép thò ra ngoài */
.ml-testi {
    position: relative;
    max-width: 830px;
    margin: 0 auto;
    overflow: visible;
    --float-x: 48px;
    --float-y: -25px;
    /* --float-size: 140px; */
    --img-x: -53px;
    --img-y: -76px;
    --img-size: 170px;
}

/* Viewport cắt slide -> chỉ thấy 1 slide */
.ml-testi-viewport {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .10), 0 4px 10px rgba(0, 0, 0, .06);
}

/* Background dưới */
.ml-testi-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .9;
    z-index: 0;
}

.ml-testi-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .65), rgba(255, 255, 255, .85));
    z-index: 0;
}

/* Track */
.ml-testi-track {
    position: relative;
    z-index: 2;
    display: flex;
    transition: transform .35s ease;
}

.ml-testi-slide {
    min-width: 100%
}

/* Nội dung */
.ml-testi-inner {
    height: 250px;
    position: relative;
    padding: 28px 24px 28px 65px !important;

}

.ml-testi-meta {
    margin-left: 110px;
}


.ml-testi-right-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.ml-testi-name {
    font-weight: 500;
    font-size: 20px;
    color: #c90f1a
}

.ml-testi-role {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    margin-top: 3px
}

.ml-testi-partner {
    height: 22px;
    object-fit: contain;
    opacity: .95
}

.ml-testi-quote {
    font-weight: 400;
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 1);
}

/* FLOAT (vòng đỏ + avatar) */
.ml-testi-float {
    position: absolute;
    left: var(--float-x);
    top: var(--float-y);
    width: var(--float-size);
    height: var(--float-size);
    border-radius: 999px;
    z-index: 50;
    pointer-events: none;

    /* JS sẽ set background-image (avatar) vào element này */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Vòng tròn đỏ */
.ml-testi-float::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #EB4F00;
    box-shadow: 0 22px 44px rgba(201, 15, 26, .25), 0 10px 22px rgba(0, 0, 0, .12);
    z-index: 1;
}

/* Avatar (lấy ảnh từ background-image của .ml-testi-float) */
.ml-testi-float::after {
    content: "";
    position: absolute;
    left: var(--img-x);
    top: var(--img-y);
    width: var(--img-size);
    height: var(--img-size);
    border-radius: 999px;

    background-image: inherit;
    /* QUAN TRỌNG: lấy ảnh avatar */
    background-size: cover;
    background-position: center;

    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .20));
    z-index: 2;
}

/* NAV */
.ml-testi-nav {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 10
}

.ml-testi-btn {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 30px;
    border-radius: 999px;
    /* backdrop-filter: blur(6px); */
    display: grid;
    place-items: center;
    cursor: pointer;
}



.ml-testi-btn.prev {
    transform: rotate(180deg);
    top: 105px;
    left: -85px;

}


.ml-testi-btn.next {
    top: 115px;
    right: -92px;
}

/* DOTS */
.ml-testi-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 14px
}

.ml-testi-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #d9d9d9;
    border: none;
    cursor: pointer
}

.ml-testi-dot[aria-current="true"] {
    background: #c90f1a
}



/* Câu hỏi thường gặp */

.cau_hoi {

    background-color: rgba(253, 246, 219, 1);
    border-radius: 15px;
}



.section_ch::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -85px;
    width: 600px;
    height: 620px;
    background: url('http://evisa.dailyve.com/wp-content/uploads/2025/12/ETE-6.png') no-repeat center / contain;
    z-index: 1;
    pointer-events: none;
    opacity: .95;
}

.section_ch::after {
    z-index: 10;
}

.section_ch .section-content {
    position: relative;
    z-index: 10;
}


.nav-size-medium>li>a {
    font-size: 14.5px;
}

.ux-menu-link__link {
    color: black;
    font-weight: 500;
    font-size: 17px;
}

.ux-menu-link__link:hover {
    color: #af0606 !important;
}

.primary.is-underline,
.primary.is-link,
.primary.is-outline {
    color: #D32F2F;
}

.is-outline:hover,
.primary.is-outline:hover {
    color: #fff;
    background-color: #D32F2F;
    border-color: #D32F2F;
}

.button span {
    font-weight: 600;
    display: inline-block;
    line-height: 1.6;
}

.content_tt {
    width: 160% !important;
    margin-left: auto;
    margin-top: -25px;
    font-weight: 300;
    font-size: 22px !important;
    line-height: 33px;
    vertical-align: middle;
    color: rgba(40, 50, 82, 1);

}

.ev_popup {
    margin-left: auto;
    width: 100%;
}

.section_tp {
    z-index: 0;
}

.section_tp .bg-fill {
    top: -60px
}

.icon-box-left {
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.text_tt h3 {
    font-size: 25px;
    color: #cb0a31 !important;
}

.text_tt li {
    font-size: 17px;
    width: 80%;
}


.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: unset;
}

.col_dk {
    height: 350px;
    background: rgb(255 246 216);
}


.text {
    width: 100%;
}

.text_tq {

    width: 63%;
    margin-left: auto;
}


.text_tq_li {
    width: 65%;
    margin-left: auto;
}




.text_hdđk h2 {
    margin-top: 27px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 22px;
}

.text_evisa h2 {
    font-weight: bold;
    font-size: 22px;
}

.text_evisa h2 span {
    color: black;
}

.icon_four {
    box-shadow: 0 6px 5px rgba(0, 0, 0, .19);
    height: 200px;
    background-color: rgba(253, 246, 219, 1);
    padding: 7px 10px;
    border-radius: 4px;
}

.icon_four h3 {

    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(203, 10, 49, 1);

}

.icon_four p {

    font-weight: 400;
    font-size: 14px;
    line-height: 25.6px;
    text-align: center;
    vertical-align: middle;
    color: black;
}

.text_qt h2 {
    font-size: 22px;
    font-weight: bold;
}

.text_qt span {
    color: rgb(203, 10, 49)
}



.text_tc h2 {
    font-size: 22px;
    font-weight: bold;
}

.text_tc span {
    color: rgb(203, 10, 49)
}

.text_dv h2 {
    font-weight: 700;
    color: rgb(203, 10, 49) !important;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;

}

.text_dv p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    text-align: center;
    vertical-align: middle;

}

.text_dg h2 {
    margin-bottom: 90px;
    color: rgb(203, 10, 49) !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

}

.text_ttdt h1 {
    width: 100%;
    margin-left: auto;
    font-weight: 400;
    font-size: 50px;
    line-height: 82.5px;
    vertical-align: middle;
    text-transform: uppercase;

}


.text_evisa_ct {
    margin-top: -75px;
    margin-left: auto;
    width: 89%;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 25.6px;
    vertical-align: middle;

}

.text_chtg h2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

}


.text_footer_1 {
    color: white;
    line-height: 0px;
}

.text_footer_1 p {
    line-height: 0px;
}


.text_footer_1 strong {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.text_footer_1 span {

    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    vertical-align: middle;


}

.form_nhap_canh input[type=date] {
    border-radius: 20px !important;
}

.text_footer_1 h3 {

    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.text_footer_2 h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.text_footer_2 a {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 27.2px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #f2f0e8;
}

.text_footer_3 p {
    margin-bottom: -80px;
    margin-top: -50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    vertical-align: middle;

}


.text_tc {
    margin-bottom: 75px;
}

.img_hoa_sen {
    right: -848px;
    top: -131px;
}


.bang_gia_e_visa {
    background-color: rgba(235, 79, 0, 1);
}

.img_evisa {
    left: 0;
    top: -20px;
    width: 130% !important;
}


.row_hang_nghin {

    max-width: 1350px !important;
}



.quy_trinh_evisa {
    max-width: 1340px !important;
}


.text_dv_evisa h2 {
    margin-top: 76px;
    color: white;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    vertical-align: middle;
    text-transform: uppercase;

}

.text_dv_evisa p {
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    text-align: center;
    vertical-align: middle;

}

.trang_bang_gia_dich_vu {
    max-width: 1298px !important;
    background-color: rgba(235, 79, 0, 1);
    border-radius: 24px;
}


.button_dktkdt {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 16px;
}

.text_hddk h2 {
    font-weight: 700;
    font-size: 24px;
    vertical-align: middle;
    text-transform: uppercase;

}

.text_hddk h2 span {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    vertical-align: middle;
    text-transform: uppercase;

}

.col_hddk {
    border-radius: 20px;
    margin-bottom: 30px !important;
    margin: auto;
    background-color: rgba(255, 247, 221, 1);
    max-width: 1050px !important;
}


.text_hddk_1 h3 {
    padding-left: 22px;
    color: rgba(203, 10, 49, 1) !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    vertical-align: middle;
}

.text_hddk_1 span {
    color: rgba(203, 10, 49, 1) !important;
    font-weight: 500;
}


/* CSS */
.title-row {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 12px;
}

.title-left {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: clamp(22px, 2vw, 18px);
    white-space: nowrap;
}

.title-left span {
    color: #cb0a31;
}


.title-right {
    flex: 0 1 220px;
    /* ✅ cho phép khối ảnh co lại */
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}

.title-right img {
    display: block;
    max-width: 100%;
    height: auto;
}

.form_lien_he {
    border-radius: 20px;
    padding: 20px;
    margin: auto;
    background-color: #EB4F00;
    background-image: url('http://evisa.dailyve.com/wp-content/uploads/2025/12/Frame-50.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 36%;

}

.form_lien_he label {
    color: white;
}

.text_form_lien_he input {
    border-radius: 10px;
}

input[type=submit] {

    text-align: left;

}

.text_cap_evisa span {
    color: black;
}

.col_cap_evisa {
    padding: 0;
    margin-bottom: 25px !important;
    margin: auto;
    max-width: 1080px !important;
    background-color: rgba(255, 247, 221, 1);
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.ev-law-link {
    color: rgba(203, 10, 49, 1);
    font-weight: 600;
}


.trang_row_dv {
    max-width: 1235px !important;
    background-color: rgba(235, 79, 0, 1);
    border-radius: 24px;

}

.trang_test_dv {
    margin-top: 50px;
}

/* Reset nhẹ để tránh p/ul/li bị margin mặc định làm giãn */
.ev-law-box,
.ev-law-box * {
    box-sizing: border-box;
}

.ev-law-title {
    margin: 0 0 8px;
}

.ev-law-list {
    margin: 0;
    padding-left: 18px;
}

.ev-law-list>li {
    margin: 6px 0;
    line-height: 1.5;
}

/* List (1)-(5) */
.ev-law-lines {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
}


.ev-law-lines>li,
.ev-law-lines>li * {
    margin: 0;
    padding: 0;
}


.ev-law-lines>li {
    display: flex;
    align-items: center;
    gap: 5px;
}


.ev-law-lines>li+li {
    margin-top: 0px;

}


.ev-law-no {
    flex: 0 0 0x;
    white-space: nowrap;
}


.ev-law-text {
    flex: 1;
    min-width: 0;
    line-height: 1.45;

}


.ev-law-link {
    display: inline;
    white-space: nowrap;

}

#evRightsTitle {
    text-align: center;
    color: white;
}

#evTempTitle {
    text-align: center;
    color: white;
}

.ev-law-modal-footer button {
    font-size: 16px !important;
}

.text_hd p {
    margin-left: 25px;
}


.text_hd h3 {
    padding-left: 30px !important;
    color: rgba(203, 10, 49, 1) !important;
}

.text_hd ul {
    padding-left: 10px !important;
}


.evisa-header__inner {
    margin-top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 17px;
}


.text_dk_evisa .evisa-header__inner {
    margin-bottom: -20px;
}


.evisa-header__left {
    flex: 0 0 auto;
}


.evisa-header__right {
    flex: 0 0 auto;
    justify-content: flex-start;
}


.evisa-header__label {
    color: #cb0a31;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
}

.evisa-header__label span {
    color: black;
    font-size: 22px;
}

/* Logo co giãn hợp lý */
.evisa-header__logo {
    margin-top: -23px;
    margin-bottom: 5px;
    display: block;
    width: auto;
    max-width: 180px;
    height: auto;
    object-fit: contain;
}

/* Responsive: vẫn sát, nhưng cho xuống dòng nếu màn hình nhỏ */
@media (max-width:768px) {
    .evisa-header__inner {
        margin-top: -20px;
        margin-bottom: 50px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
    }

    .evisa-header__label {
        white-space: normal;
        /* mobile cho xuống dòng nếu cần */
    }

    .evisa-header__logo {
        max-width: 140px;
    }
}



/* REPONSIVE ĐIỆN THOAI */

@media (max-width: 549px) {

    .nav-left {
        margin-left: unset;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .text_dg h2 {
        font-size: 22px;
    }

    .slider_img {
        left: unset;
    }

    .sections_feedback .bg-fill {
        height: 450px;
        top: 560px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 85% 100%;
    }



    .evisa-header {
        width: 101%;
    }

    .ev-lookup-wrap {
        height: 450px;
    }

    .ev_popup {
        margin-left: auto;
        width: 78%;
    }

    .modal__title {
        font-size: 18px;
    }

    .modal__dialog {
        position: relative;
        width: min(760px, calc(100% - 32px));
        margin: 16vh auto;
        background: #fff;
        border-radius: 6px;
        overflow: hidden;
    }

    .ev-q-radio {
        margin-top: unset !important;
    }

    .ev-q-head {
        display: flex;
        justify-content: space-between;
        gap: 0;
        flex-direction: column;
        align-items: flex-end;
    }

    .ev-field-group-nhh input {
        width: 100% !important;
    }

    .text_ttdt h1 {
        width: unset;
        font-size: 40px;
        line-height: 56.5px;

    }

    .content_tt {
        width: unset !important;
        margin-top: 10px;
        text-align: center;
        font-size: 21px !important;
        line-height: 30.5px;
    }

    .dv-list {
        font-size: 15px;
    }


    .evisa-process-inner {
        margin-top: unset !important;
    }

    .text_tq {
        width: 100%;

    }

    .text_tq_li-1 {
        width: 100%;
    }


    .overview__list-1 {
        padding: 0 0px;
        font-size: 16px;
    }

    .overview__cols {
        display: block;
    }

    .overview__col {
        margin-bottom: 12px;
    }

    .overview__col .overview__list-1 {
        color: black;
        max-height: 400px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-right: 6px;
    }


    .overview__list-1 {
        margin: 0;
        line-height: 1.8;
        color: #222;
        font-size: 17px;
    }


    .img_tq img {
        opacity: 0.3 !important;
        height: 460px !important;
    }


    .dv-panel--top {
        width: clamp(196px, 75vw, 250px);
    }

    .dv-icon {
        right: 45px;
        top: -35px;

    }

    .text_evisa_ct {
        text-align: center !important;
        font-size: 14px !important;
        margin-top: -20px;
        width: 100% !important;

    }


    .mini-evisa-form {
        width: 100%;

    }


    .img_evisa {
        margin-bottom: 50px;
        left: 0;
        top: 0;
        width: 100% !important;
    }

    .row_hang_nghin {
        display: flex;
        flex-direction: column;
    }

    .img_vn {
        margin-top: -35px;
        right: 0;
        top: 0;
        margin-bottom: 25px;
    }

    .ev-step_1 {
        display: flex !important;
    }

    .ev-steps {
        margin-top: -80px !important;
    }

    .ev-step__title {
        font-size: 14px !important;
        margin: 0 auto !important;
    }

    .ev-step__desc {
        font-size: 13.5px !important;
    }

    .ev-lookup-submit {
        width: 67%;
    }

    .bang_gia_dich_vu {
        border: 1px rgb(203, 10, 49) solid;
    }

    .text_dv h2 {
        font-size: 27px;
    }

    .text_tm {
        margin-top: 30px;
    }



    .ml-testi-inner {
        height: auto;
    }

    .ml-testi-btn.prev {

        transform: rotate(180deg);
        top: 110px;
        left: -28px;
    }

    .ml-testi-btn.next {

        top: 125px;
        right: -38px;
    }

    .ml-testi-quote {
        font-size: 14px;
    }

    .ml-testi-inner {
        padding: 28px 26px 10px 35px !important;
    }

    .ml-testi-right-top {
        padding-top: 0;
    }

    .ml-testi-name {
        font-size: 16px;
    }

    .ml-testi-role {
        font-size: 14.5px;
    }

    .ml-testi-meta {
        margin-left: 130px;
    }

    .ml-testi {
        --float-x: 16px;
        --float-y: -37px;
        --float-size: 110px;
        --img-x: -25px;
        --img-y: -52px;
        --img-size: 170px;
    }

    .section_ch::after {
        z-index: 10 !important;
        transform: rotate(23deg);
        content: "";
        right: -229px;
        bottom: 42px;
        width: 500px;
        height: 500px;
        background: url('http://evisa.dailyve.com/wp-content/uploads/2025/12/ETE-6.png') no-repeat center / contain;
        z-index: 1;
        pointer-events: none;
        opacity: .95;
    }

    .overview__list-1 {
        color: black;
    }

    .evisa-process-inner {
        padding: 18px 20px;
        gap: 20px;
    }

    .evisa-step-content h3 {
        font-size: 17px;
    }

    .evisa-step-content p {
        font-size: 14px;
    }

    .evisa-process-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .evisa-step {
        width: 100%;
    }


    .evisa-step-arrow {
        display: none;
    }



    .text_dk_evisa {
        margin-top: 30px;
    }

    .form_lien_he {
        width: 90%;
    }

    .dv-panel--top h3 {
        font-size: 16px;
    }

    .mini-note {
        margin-top: -35px !important;
    }

    .button_dk_1 {
        width: 100%;
        margin-top: 50px;
        font-size: 14px;
    }

    .button_dk_2 {
        width: 100%;
        margin-top: 53px;
        font-size: 14px;
    }

    .button_dk {
        width: 100%;
        margin-top: 53px;
        font-size: 14px;
    }

    .text_dv p {
        font-size: 15px;
    }

    .visa_nangcao p {
        font-size: 16px;
    }

}


@media (min-width: 550px) and (max-width: 767px) {

    .nav-left {
        margin-left: unset;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }


    .text_dg h2 {
        font-size: 22px;
    }

    .slider_img {
        left: unset;
    }

    .sections_feedback .bg-fill {
        height: 450px;
        top: 560px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 85% 100%;
    }

    .img_tq img {
        opacity: 0.3 !important;

    }

    .img_vn img {
        margin-right: auto;
    }

    .text_ttdt h1 {
        text-align: center;
        width: 100%;
    }

    .content_tt {
        width: 93% !important;
    }

    .ev_popup {
        text-align: center;
        margin-left: auto;
        width: 68%;
    }

    .evisa-process-inner {
        padding: 18px 20px;
        gap: 20px;
    }

    .evisa-step-content h3 {
        font-size: 17px;
    }

    .evisa-step-content p {
        font-size: 14px;
    }

    .evisa-process-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .evisa-step {
        width: 100%;
    }


    .evisa-step-arrow {
        display: none;
    }

    .text_tq {
        width: 95%;
        margin-left: auto;
    }

    .show-for-small {
        display: block !important;
    }

    .hide-for-small {
        display: none;
    }

    .overview__col .overview__list-1 {
        color: black;
        max-height: 400px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-right: 6px;
    }

    .img_tq img {
        opacity: 0.35;
        height: 440px;
    }

    .dv-panel--top {
        width: clamp(180px, 52vw, 190px);
    }

    .dv-panel--top h3 {
        font-size: 16px;
    }

    .dv-icon {
        top: -45px;
        right: 0px;
    }

    .dv-list {
        font-size: 13px;
    }

    .text_evisa_ct {
        margin-top: -26px;
        width: 100%;
        margin-left: 10px !important;
    }

    .mini-evisa-form {
        width: 100%;
        margin-left: 10px !important;
    }

    .img_evisa {
        left: 0;
        top: 0;
        width: 100% !important;
    }


    .ml-testi-btn.next {
        top: 128px;
        right: -47px;
    }

    .ml-testi-btn.prev {
        transform: rotate(180deg);
        top: 113px;
        left: -28px;
    }

    .ml-testi-inner {
        height: 280px;
    }

    .ml-testi {
        position: relative;
        max-width: 830px;
        margin: 0 auto;
        overflow: visible;
        --float-x: 48px;
        --float-y: -45px;
        --img-x: -53px;
        --img-y: -76px;
        --img-size: 190px;
    }

    .bang_gia_dich_vu_small {
        margin-left: 100px;
    }



    .text_dk_evisa {
        margin-top: 30px;
    }
}


/* TAPLET DỌC */


@media (min-width: 768px) and (max-width: 849px) {

    .nav-left {
        margin-left: unset;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }


    .slider_img {
        left: unset;
    }

    .sections_feedback .bg-fill {
        height: 657px;
        top: 680px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 100% 100%;
    }



    .ev-field-group-nhh input {
        width: 100% !important;
        border-radius: 6px;
    }

    .img_tq img {
        opacity: 0.3 !important;
    }

    .text_ttdt h1 {
        width: 100%;
    }

    .content_tt {
        width: 100% !important;
    }

    .evisa-process-inner {
        padding: 18px 20px;
        gap: 20px;
    }

    .evisa-step-content h3 {
        font-size: 17px;
    }

    .evisa-step-content p {
        font-size: 14px;
    }

    .evisa-process-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .evisa-step {
        width: 100%;
    }


    .evisa-step-arrow {
        display: none;
    }

    .text_tq {
        width: 95%;
        margin-left: auto;
    }

    .show-for-small {
        display: block !important;
    }

    .hide-for-small {
        display: none;
    }

    .overview__col .overview__list-1 {
        color: black;
        max-height: 400px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-right: 6px;
    }

    .text_evisa_ct {
        width: 92%;
    }

    .mini-evisa-form {
        margin: auto;
        width: 100%;

    }

    .img_evisa {
        left: 0;
        top: 0;
        width: 100% !important;

    }

    .ml-testi {
        position: relative;
        max-width: 830px;
        margin: 0 auto;
        overflow: visible;
        --float-x: 48px;
        --float-y: -45px;
        --img-x: -53px;
        --img-y: -76px;
        --img-size: 190px;
    }

    .bang_gia_dich_vu_small {
        margin-left: 100px;
    }

    .ml-testi-btn.next {
        top: 128px;
        right: -30px;
    }

    .ml-testi-btn.prev {
        transform: rotate(180deg);
        top: 110px;
        left: -20px;
    }

    .text_hdđk h2 {
        margin-top: 20px;
    }

    .ml-testi-viewport {
        padding-right: 10px;
    }



    .text_dk_evisa {
        margin-top: 30px;
    }

    .form_lien_he {
        width: 90%;
    }

    .ev_popup {
        text-align: center;
        margin-left: auto;
        width: 100%;
    }


}



@media (min-width: 850px) and (max-width: 1011px) {

    .nav-left {
        margin-left: unset;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .nav-right {
        margin-left: unset;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .text_dg h2 {
        font-size: 22px;
    }

    .col_danh_gia_khach_hang {
        max-width: 100% !important;
    }

    .slider_img {
        width: 150%;
    }

    .sections_feedback .bg-fill {
        height: 776px;
        top: 540px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 100% 100%;
    }

    .row_danh_gia_khach_hang {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-features {
        gap: 0
    }

    .hero-features {

        margin-left: 35px;
        gap: 115px;
    }

    .text_tien_loi {
        margin-left: 31px !important;
        font-weight: 600;
        margin-top: 28px;
    }

    .visa_tm {
        border-radius: 20px;
        padding: 13px;
        background-color: white;
    }

    .visa_pb {
        border-radius: 20px;
        padding: 16px;
        background-color: white;
        border: 1px rgb(221 221 221) solid;
        transition: border-color 0.3s ease;
    }

    .visa_nc {
        border-radius: 20px;
        padding: 16px;
        background-color: white;
        border: 1px rgb(221 221 221) solid;
        transition: border-color 0.3s ease;
    }

    .visa_nangcao span {
        background-color: rgb(203, 10, 49);
        padding: 7px;
        border-radius: 999px;
        font-size: 9px;
        color: white;
    }

    .visa_coban span {
        background-color: rgba(221, 221, 221, 1);
        padding: 8px;
        border-radius: 999px;
        font-size: 9px;
        font-weight: 600;
    }

    .text_cb {
        height: 102px;
    }

    .ev-speed-cb {
        margin-top: 22px;
    }

    .text_tc {
        margin-top: -40px;
        margin-bottom: 75px;
    }


    .button_dk_1 {
        width: 100%;
        font-size: 11px;
    }

    .button_dk_2 {
        width: 100%;
        font-size: 11px;
    }

    .button_dk {
        width: 100%;
        font-size: 11px;
    }

    .ev-step__title {
        font-size: 14px !important;
    }

    .ev-step__desc {
        font-size: 13px !important;
    }

    .ev-steps {
        margin-top: -53px !important;
    }

    .text_evisa_ct {
        width: 98%;
    }

    .mini-evisa-form {
        height: 530px;
        width: 98%;
    }

    .mini-note {
        font-size: 15px;
    }

    .text_hdđk h2 {
        margin-top: 27px;
    }

    .dv-btn {
        font-size: 13px;
    }


    #header .header-wrapper .header-decor::after {
        display: none;
    }

    #header .header-wrapper .header-decor::before {
        display: none;
    }

    .col-inner {
        margin: 0px 0px 0px 0px !important;
    }

    .text_ttdt h1 {
        text-align: center;
        width: 100%;
        margin-left: auto;
    }

    .content_tt {
        text-align: center !important;
        width: 100% !important;
        margin-left: auto;
    }

    .ev_popup {
        margin-left: auto;
        width: 60%;
    }

    .evisa-process-inner {
        padding: 18px 20px;
        gap: 20px;
    }

    .evisa-step-content h3 {
        font-size: 17px;
    }

    .evisa-step-content p {
        font-size: 14px;
    }

    .evisa-process-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .evisa-step {
        width: 100%;
    }


    .evisa-step-arrow {
        display: none;
    }

    .img_tq img {
        height: 960px;
    }

    .overview__list {
        line-height: 1.65;
        font-size: 15px;
    }

    .dv-panel--top {
        width: clamp(157px, 59vw, 155px);
    }

    .dv-panel--top h3 {
        font-size: 12px;
    }

    .dv-list {
        font-size: 11.5px;
    }

    .dv-icon {
        right: -10px;
        width: 30px;
        height: 30px;
    }

    .img_evisa {
        left: -0px;
        top: 0px;
        width: 107% !important;
    }

    .icon_four p {
        font-size: 12px;
    }

    .icon_four h3 {
        font-size: 12px;
        line-height: 20px;
    }

    .ev-lookup-wrap {
        margin-top: -50px !important;
        height: 485px;
    }

    .ev-lookup-submit {
        width: 50%;
    }

    .ml-testi-btn.next {
        top: 115px;
        right: -43px;
    }

    .ml-testi-btn.prev {
        transform: rotate(180deg);
        top: 110px;
        left: -20px;
    }

    .visa_coban p {
        font-size: 14px;
    }

    .visa_nangcao p {
        font-size: 12px;
    }

    .visa_thuongmai p {
        font-size: 13px;
    }

    .text_cb {
        font-size: 13px;
    }

    .text_nc {
        font-size: 12px;
    }

    .text_tm {
        font-size: 11px;
    }



    .section_ch::after {
        content: "";
        position: absolute;
        right: -300px;
        bottom: -85px;
        width: 600px;
        height: 620px;
        background: url('http://evisa.dailyve.com/wp-content/uploads/2025/12/ETE-6.png') no-repeat center / contain;
        pointer-events: none;
        opacity: .95;
    }



    .text_dk_evisa {
        margin-top: 30px;
    }


}

@media (min-width: 1012px) and (max-width: 1096px) {

    .nav-left {
        margin-left: unset;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .nav-right {
        margin-left: unset;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .hero-features {

        margin-left: 35px;
        gap: 20px;
    }

    .col_danh_gia_khach_hang {
        max-width: 100% !important;
    }

    .slider_img {
        width: 150%;
    }

    .sections_feedback .bg-fill {
        height: 776px;
        top: 540px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 100% 100%;
    }

    .row_danh_gia_khach_hang {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .text_dg h2 {
        font-size: 22px;
    }

    .visa_nangcao span {
        background-color: rgb(203, 10, 49);
        padding: 8px;
        border-radius: 999px;
        font-size: 9px;
        color: white;
    }

    .visa_coban span {
        background-color: rgba(221, 221, 221, 1);
        padding: 8px;
        border-radius: 999px;
        font-size: 9px;
        font-weight: 600;
    }

    .text_cb {
        height: 102px;
    }

    .ev-speed-cb {
        margin-top: 22px;
    }

    .text_tc {
        margin-top: -40px;
        margin-bottom: 75px;
    }


    .button_dk_1 {
        width: 100%;
        font-size: 11px;
    }

    .button_dk_2 {
        width: 100%;
        font-size: 11px;
    }

    .button_dk {
        width: 100%;
        font-size: 11px;
    }

    .ev-step__title {
        font-size: 14px !important;
    }

    .ev-step__desc {
        font-size: 13px !important;
    }

    .ev-steps {
        margin-top: -53px !important;
    }

    .text_evisa_ct {
        width: 98%;
    }

    .mini-evisa-form {
        height: 510px;
        width: 98%;
    }

    .dv-btn {
        font-size: 13px;
    }


    .text_tien_loi {
        margin-left: -52px;
        margin-top: -15px !important;
    }

    .text_ho_tro {
        margin-left: -37px !important;
        margin-top: 30px !important;
    }

    .text_an_toan {
        margin-left: -108px !important;
        margin-top: -15px !important;
    }

    #header .header-wrapper .header-decor::after {
        display: none;
    }

    #header .header-wrapper .header-decor::before {
        display: none;
    }

    .col-inner {
        margin: 0px 0px 0px 0px !important;
    }

    .text_ttdt h1 {
        text-align: center;
        width: 100%;
        margin-left: auto;
    }

    .content_tt {
        text-align: center !important;
        width: 100% !important;
        margin-left: auto;
    }

    .ev_popup {
        margin-left: auto;
        width: 60%;
    }

    .evisa-process-inner {
        padding: 18px 20px;
        gap: 20px;
    }

    .evisa-step-content h3 {
        font-size: 17px;
    }

    .evisa-step-content p {
        font-size: 14px;
    }

    .evisa-process-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .evisa-step {
        width: 100%;
    }


    .evisa-step-arrow {
        display: none;
    }

    .img_tq img {
        height: 960px;
    }

    .overview__list {
        line-height: 1.65;
        font-size: 15px;
    }

    .dv-panel--top {
        width: clamp(157px, 59vw, 195px);
    }

    .dv-panel--top h3 {
        font-size: 12px;
    }

    .dv-list {
        font-size: 11.5px;
    }

    .dv-icon {
        right: -10px;
        width: 30px;
        height: 30px;
    }

    .img_evisa {
        left: 0px;
        top: 0px;
        width: 100% !important;
    }

    .icon_four p {
        font-size: 12px;
    }

    .icon_four h3 {
        font-size: 12px;
        line-height: 20px;
    }

    .ev-lookup-wrap {
        margin-top: -50px !important;
        height: 485px;
    }

    .ev-lookup-submit {
        width: 50%;
    }

    .ml-testi-btn.next {
        top: 130px;
        right: -35px;
    }

    .ml-testi-btn.prev {
        transform: rotate(180deg);
        top: 110px;
        left: -20px;
    }

    .visa_coban p {
        font-size: 15px;
    }

    .visa_nangcao p {
        font-size: 15px;
    }

    .visa_thuongmai p {
        font-size: 15px;
    }

    .text_cb {
        font-size: 13px;
    }

    .text_nc {
        font-size: 13px;
    }

    .text_tm {
        font-size: 13px;
    }



    .section_ch::after {
        content: "";
        position: absolute;
        right: -300px;
        bottom: -85px;
        width: 600px;
        height: 620px;
        background: url('http://evisa.dailyve.com/wp-content/uploads/2025/12/ETE-6.png') no-repeat center / contain;
        pointer-events: none;
        opacity: .95;
    }



    .text_dk_evisa {
        margin-top: 30px;
    }


}

/* TAPLET NGANG */

@media (min-width: 1097px) and (max-width: 1100px) {

    .mini-note {
        font-size: 14.5px;
        color: white;
    }

    .nav-left {
        margin-left: unset;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .nav-right {
        margin-left: unset;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .text_dg h2 {
        font-size: 22px;
    }

    .col_danh_gia_khach_hang {
        max-width: 100% !important;
    }

    .slider_img {
        width: 150%;
    }

    .sections_feedback .bg-fill {
        height: 776px;
        top: 540px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 100% 100%;
    }

    .row_danh_gia_khach_hang {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-features {

        margin-left: 35px;
        gap: 20px;
    }

    .visa_nangcao p {
        font-size: 17px;
    }

    .visa_nangcao span {
        background-color: rgb(203, 10, 49);
        padding: 8px;
        border-radius: 999px;
        font-size: 9px;
        color: white;
    }

    .visa_coban span {
        background-color: rgba(221, 221, 221, 1);
        padding: 8px;
        border-radius: 999px;
        font-size: 9px;
        font-weight: 600;
    }

    .text_tien_loi {
        margin-left: -39px;
        margin-top: -50px !important;
    }

    .text_ho_tro {
        margin-left: -37px !important;
        margin-top: 30px !important;
    }

    .text_an_toan {
        margin-left: -110px !important;
        margin-top: -50px !important;
    }


    .col-inner {
        margin: 0px 0px 0px 0px !important;
    }

    .text_ttdt h1 {
        text-align: center;
        width: 100%;
        margin-left: auto;
    }

    .content_tt {
        text-align: center !important;
        width: 100% !important;
        margin-left: auto;
    }

    .ev_popup {
        margin-left: auto;
        width: 57%;
    }


    .text_tq {
        width: 100%;
        margin-left: auto;
    }

    .dv-list {
        font-size: 13px
    }

    .dv-panel--top h3 {
        font-size: 15px
    }

    .dv-panel--top {
        width: clamp(180px, 52vw, 160px);
    }

    .dv-icon {
        top: -45px;
        right: -5px;
    }

    .text_evisa_ct {
        width: 98%;
    }

    .mini-evisa-form {
        height: 420px;
        width: 98%;
    }


    .icon_four p {
        font-size: 13px;
    }

    .icon_four h3 {
        font-size: 13px;

    }

    .ev-lookup-submit {
        width: 50%;
    }

    .ev-lookup-wrap {
        height: 520px;
    }


    .visa_tm {
        padding: 18px;

    }

    .visa_thuongmai p {
        font-size: 17.5px;
    }

    .button_dk {
        font-size: 15px;
    }

    #header .header-wrapper .header-decor::after {
        display: none;
    }

    #header .header-wrapper .header-decor::before {
        display: none;
    }

    .img_tq img {
        height: 1100px;
    }

    .overview__list {
        line-height: 1.65;
        font-size: 17px;
    }



    .text_dk_evisa {
        margin-top: 30px;
    }

    .form_lien_he {
        width: 90%;
    }

    .img_evisa {
        top: -57px;
        width: 100% !important;
    }

    .col-inner {
        margin: 0px 0px 0px 0px !important;
    }

}

@media (min-width: 1101px) and (max-width: 1299px) {
    .mini-note {
        font-size: 14.5px;
        color: white;
    }

    .nav-left {
        margin-left: 50px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .nav-right {
        margin-left: -50px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .text_dg h2 {
        font-size: 22px;
    }

    .col_danh_gia_khach_hang {
        max-width: 100% !important;
    }

    .slider_img {
        width: 150%;
    }

    .sections_feedback .bg-fill {
        height: 865px;
        top: 540px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 100% 100%;
    }

    .row_danh_gia_khach_hang {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-features {

        margin-left: 35px;
        gap: 20px;
    }

    .visa_nangcao p {
        font-size: 17px;
    }

    .visa_nangcao span {
        background-color: rgb(203, 10, 49);
        padding: 8px;
        border-radius: 999px;
        font-size: 9px;
        color: white;
    }

    .visa_coban span {
        background-color: rgba(221, 221, 221, 1);
        padding: 8px;
        border-radius: 999px;
        font-size: 9px;
        font-weight: 600;
    }


    .text_tien_loi {
        margin-left: -39px;
        margin-top: -50px !important;
    }

    .text_ho_tro {
        margin-left: -37px !important;
        margin-top: 30px !important;
    }

    .text_an_toan {
        margin-left: -110px !important;
        margin-top: -50px !important;
    }


    #header .header-wrapper .header-decor::after {
        display: none;
    }

    #header .header-wrapper .header-decor::before {
        display: none;
    }

    .col-inner {
        margin: 0px 0px 0px 0px !important;
    }

    .text_ttdt h1 {
        text-align: center;
        width: 100%;
        margin-left: auto;
    }

    .content_tt {
        text-align: center !important;
        width: 100% !important;
        margin-left: auto;
    }

    .ev_popup {
        margin-left: auto;
        width: 57%;
    }


    .text_tq {
        width: 100%;
        margin-left: auto;
    }

    .dv-list {
        font-size: 13px
    }

    .dv-panel--top h3 {
        font-size: 15px
    }

    .dv-panel--top {
        width: clamp(180px, 52vw, 160px);
    }

    .dv-icon {
        top: -45px;
        right: -5px;
    }

    .text_evisa_ct {
        width: 89%;

    }


    .icon_four p {
        font-size: 13px;
    }

    .icon_four h3 {
        font-size: 13px;

    }

    .ev-lookup-submit {
        width: 50%;
    }

    .ev-lookup-wrap {
        height: 520px;
    }


    .visa_tm {
        padding: 18px;

    }

    .visa_thuongmai p {
        font-size: 17.5px;
    }

    .button_dk {
        font-size: 15px;
    }

    .img_tq img {
        height: 1100px;
    }

    .overview__list {
        line-height: 1.65;
        font-size: 17px;
    }



    .text_dk_evisa {
        margin-top: 30px;
    }

    .img_evisa {
        top: -57px;
        width: 100% !important;
    }
}

@media (min-width: 1300px) and (max-width: 1365px) {

    .mini-note {
        font-size: 15px;
        color: white;
    }

    .nav-left {
        margin-left: 80px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .nav-right {
        margin-left: -80px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .col_danh_gia_khach_hang {
        max-width: 600px;
    }

    .slider_img {
        width: 100%;
    }

    .hero-features {

        margin-left: 35px;
        gap: 20px;
    }

    .visa_nangcao p {
        font-size: 17px;
    }

    .visa_nangcao span {
        background-color: rgb(203, 10, 49);
        padding: 8px;
        border-radius: 999px;
        font-size: 9px;
        color: white;
    }

    .visa_coban span {
        background-color: rgba(221, 221, 221, 1);
        padding: 8px;
        border-radius: 999px;
        font-size: 9px;
        font-weight: 600;
    }

    .text_tien_loi {
        margin-left: -39px;
        margin-top: -50px !important;
    }

    .text_ho_tro {
        margin-left: -37px !important;
        margin-top: 30px !important;
    }

    .text_an_toan {
        margin-left: -110px !important;
        margin-top: -50px !important;
    }

    /* #header .header-wrapper .header-decor::after {
        content: "";
        position: absolute;
        right: -5px;
        top: -65px;
        width: 240px;
        height: 200px;
        background: url("http://evisa.dailyve.com/wp-content/uploads/2025/12/1-922.png") no-repeat right top / contain;
        transform: translateX(25px) scale(var(--dvHatScale, 1));
        transform-origin: right top;
    } */

    #header .header-wrapper .header-decor::before {
        content: "";
        position: absolute;
        right: 0;
        top: -178px;
        width: 240px;
        height: 190px;
        background: url("http://evisa.dailyve.com/wp-content/uploads/2025/12/Frame-98.png") no-repeat center / contain;
        transform: translateX(269px) scale(var(--dvCraneScale, 1));
        transform-origin: right center;
    }

    .col-inner {
        margin: 0px 0px 0px 0px !important;
    }

    .text_ttdt h1 {
        text-align: center;
        width: 100%;
        margin-left: auto;
    }

    .content_tt {
        text-align: center !important;
        width: 100% !important;
        margin-left: auto;
    }

    .ev_popup {
        margin-left: auto;
        width: 57%;
    }


    .text_tq {
        width: 100%;
        margin-left: auto;
    }

    .dv-list {
        font-size: 13px
    }

    .dv-panel--top h3 {
        font-size: 15px
    }

    .dv-panel--top {
        width: clamp(180px, 52vw, 160px);
    }

    .dv-icon {
        top: -45px;
        right: -5px;
    }

    .text_evisa_ct {

        width: 90%;

    }

    .mini-evisa-form {
        margin-top: unset;
        margin-left: auto;
        width: 90%;
    }

    .icon_four p {
        font-size: 13px;
    }

    .icon_four h3 {
        font-size: 13px;

    }

    .ev-lookup-submit {
        width: 50%;
    }

    .ev-lookup-wrap {
        height: 520px;
    }


    .visa_tm {
        padding: 18px;

    }

    .visa_thuongmai p {
        font-size: 17.5px;
    }

    .button_dk {
        font-size: 15px;
    }

    .img_tq img {
        height: 1100px;
    }

    .overview__list {
        line-height: 1.65;
        font-size: 17px;
    }



    .text_dk_evisa {
        margin-top: 30px;
    }

    .img_evisa {
        top: -57px;
        width: 100% !important;
    }

}

/* LAPTOP */

@media (min-width: 1366px) and (max-width: 1450px) {

    .nav-left {
        margin-left: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .nav-right {
        margin-left: -10px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .col_danh_gia_khach_hang {
        max-width: 600px;
    }

    .slider_img {
        width: 100%;
    }

    .hero-features {
        margin-left: 35px;
        gap: 20px;
    }


    .text_tc {
        margin-top: -30px;
        margin-bottom: 80px;
    }

    .ev-steps {
        margin-top: -29px !important;
    }

    .row_hang_nghin {
        margin-right: auto;
    }

    .text_tien_loi {
        margin-left: -45px !important;
        margin-top: -60px !important;
    }

    .text_ho_tro {
        margin-left: -10px !important;
        margin-top: 30px !important;
    }


    .text_an_toan {
        margin-top: -60px !important;
        margin-left: -160px !important;
    }



    .col-inner {
        margin: 0px 0px 0px 0px !important;
    }

    .text_ttdt h1 {
        text-align: center;
        width: 100%;
        margin-left: auto;
    }

    .content_tt {
        text-align: center !important;
        width: 100% !important;
        margin-left: auto;
    }

    .ev_popup {
        margin-left: auto;
        width: 57%;
    }


    .text_tq {
        width: 100%;
        margin-left: auto;
    }

    .dv-list {
        font-size: 15px
    }

    .dv-panel--top h3 {
        font-size: 15px
    }

    .dv-panel--top {
        width: clamp(180px, 52vw, 235px);
    }

    .dv-icon {
        top: -45px;
        right: -5px;
    }

    .text_evisa_ct {

        width: 89%;

    }

    .mini-evisa-form {
        margin-top: unset;
        height: 470px;
    }

    .img_evisa {
        LEFT: 0;
        top: -57px;
        width: 100% !important;
    }

    .icon_four p {
        font-size: 13px;
    }

    .icon_four h3 {
        font-size: 13px;

    }

    .ev-lookup-submit {
        width: 37%;
    }

    .ev-lookup-wrap {
        margin-top: 70px;
        height: 480px;
    }


    .visa_tm {
        padding: 18px;

    }

    .visa_thuongmai p {
        font-size: 17.5px;
    }

    .button_dk {
        font-size: 15px;
    }


    .img_tq img {
        height: 1100px;
    }

    .overview__list {
        line-height: 1.65;
        font-size: 19px;
    }


    /* 3) Nón */
    /* #header .header-wrapper .header-decor::after {
        content: "";
        position: absolute;
        right: -5px;
        top: -65px;
        width: 280px;
        height: 200px;
        background: url("http://evisa.dailyve.com/wp-content/uploads/2025/12/1-922.png") no-repeat right top / contain;
        transform: translateX(25px) scale(var(--dvHatScale, 1));
        transform-origin: right top;
    } */

    #header .header-wrapper .header-decor::before {
        content: "";
        position: absolute;
        right: 0;
        top: -178px;
        width: 240px;
        height: 190px;
        background: url("http://evisa.dailyve.com/wp-content/uploads/2025/12/Frame-98.png") no-repeat center / contain;
        transform: translateX(269px) scale(var(--dvCraneScale, 1));
        transform-origin: right center;
    }



    .text_dk_evisa {
        margin-top: 30px;
    }

}

@media (min-width: 1451px) and (max-width: 1670px) {

    .nav-left {
        margin-left: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .nav-right {
        margin-left: -10px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .col_danh_gia_khach_hang {
        max-width: 600px;
    }

    .slider_img {
        width: 100%;
    }

    .hero-features {
        margin-left: 35px;
        gap: 20px;
    }


    .text_tc {
        margin-top: -30px;
        margin-bottom: 80px;
    }

    .ev-steps {
        margin-top: -29px !important;
    }

    .row_hang_nghin {
        margin-right: auto;
    }

    .text_tien_loi {
        margin-left: -45px !important;
        margin-top: -60px !important;
    }

    .text_ho_tro {
        margin-left: -10px !important;
        margin-top: 30px !important;
    }


    .text_an_toan {
        margin-top: -60px !important;
        margin-left: -160px !important;
    }



    .col-inner {
        margin: 0px 0px 0px 0px !important;
    }

    .text_ttdt h1 {
        text-align: center;
        width: 100%;
        margin-left: auto;
    }

    .content_tt {
        text-align: center !important;
        width: 100% !important;
        margin-left: auto;
    }

    .ev_popup {
        margin-left: auto;
        width: 57%;
    }


    .text_tq {
        width: 100%;
        margin-left: auto;
    }

    .dv-list {
        font-size: 15px
    }

    .dv-panel--top h3 {
        font-size: 15px
    }

    .dv-panel--top {
        width: clamp(180px, 52vw, 235px);
    }

    .dv-icon {
        top: -45px;
        right: -5px;
    }



    .text_evisa_ct {

        width: 90%;

    }

    .mini-evisa-form {
        margin-top: unset;
        margin-left: auto;
        width: 90%;
    }

    .img_evisa {
        LEFT: 0;
        top: -57px;
        width: 110% !important;
    }

    .icon_four p {
        font-size: 13px;
    }

    .icon_four h3 {
        font-size: 13px;

    }

    .ev-lookup-submit {
        width: 37%;
    }

    .ev-lookup-wrap {
        margin-top: 70px;
        height: 480px;
    }


    .visa_tm {
        padding: 18px;

    }

    .visa_thuongmai p {
        font-size: 17.5px;
    }

    .button_dk {
        font-size: 15px;
    }


    .img_tq img {
        height: 1100px;
    }

    .overview__list {
        line-height: 1.65;
        font-size: 19px;
    }


    /* 3) Nón */
    /* #header .header-wrapper .header-decor::after {
        content: "";
        position: absolute;
        right: -5px;
        top: -65px;
        width: 280px;
        height: 200px;
        background: url("http://evisa.dailyve.com/wp-content/uploads/2025/12/1-922.png") no-repeat right top / contain;
        transform: translateX(25px) scale(var(--dvHatScale, 1));
        transform-origin: right top;
    } */

    #header .header-wrapper .header-decor::before {
        content: "";
        position: absolute;
        right: 0;
        top: -178px;
        width: 240px;
        height: 190px;
        background: url("http://evisa.dailyve.com/wp-content/uploads/2025/12/Frame-98.png") no-repeat center / contain;
        transform: translateX(269px) scale(var(--dvCraneScale, 1));
        transform-origin: right center;
    }



    .text_dk_evisa {
        margin-top: 30px;
    }

}

@media (min-width: 1671px) and (max-width: 1785px) {
    .img_evisa {
        left: 0;
        top: -20px;
        width: 120% !important;
    }

    .hero-features {
        margin-left: -100px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
        align-items: start;
        text-align: center;
        margin-top: 18px;
    }
}

@media (min-width: 1786px) and (max-width: 1850px) {
    .img_evisa {
        left: 0;
        top: -20px;
        width: 123% !important;
    }
}

@media (min-width: 1851px) and (max-width: 1875px) {
    .img_evisa {
        left: 0;
        top: -20px;
        width: 125% !important;
    }
}

@media (min-width: 912px) {

    .visa_nc {
        margin-left: -10px;
        padding: 29px;
    }

    .visa_tm {
        padding: 18px;
    }

    .ev-float-primary,
    .ev-float-ghost {
        display: none;
    }
}




@media (min-width: 1590px) {

    .row_hang_nghin {
        margin-right: auto;
    }

}