*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}
img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
    user-select: none;
}
input,
select,
textarea {
    background-color: transparent;
    outline: none;
    border: none;
}
button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

button,
img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

a {
    text-decoration: none;
    /* color: inherit; */
}

html {
    font-size: 1vw;
    scroll-behavior: smooth;
}
body {
    font-family: "Inter", sans-serif;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior: none;
    -webkit-user-drag: none;
    -ms-content-zooming: none;
    vertical-align: baseline;
    position: relative;
    background: white;
    color: black;
    line-height: 1.6;
}
:root {
    --float-distance: 14px; /* khoảng dịch lên/xuống */
    --float-tilt: 3deg; /* góc xoay nhẹ */
    --float-duration: 4s; /* thời gian 1 chu kỳ */
    --float-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (max-width: 639px) {
    html {
        font-size: 3.84vw;
    }
}

/* Custom thanh cuộn */
html::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar {
    width: 0.45rem;
}

html::-webkit-scrollbar-track,
.custom-scroll::-webkit-scrollbar-track {
    background: #fff;
}

html::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #f7083a 0%, #6519ff 100%);
    border-radius: 1.5rem;
}

/* Ẩn thanh cuộn */
.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: currentColor !important;
}

/* Ẩn nút tăng/giảm trên tất cả trình duyệt */
input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

/* Ẩn trên WebKit (Chrome, Safari, Edge) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*  */
.customize-partial-edit-shortcut {
    z-index: 999;
    top: -2rem;
    right: -2rem;
    position: absolute;
}
.customize-partial-edit-shortcut-button {
    width: 2rem;
    height: 2rem;
    background: #28b4e9;
    border-radius: 100%;
    border: 2px solid white;
}
.customize-partial-edit-shortcut-button svg {
    fill: white;
}
.main-section > .customize-partial-edit-shortcut {
    z-index: 999;
    top: 0;
    left: 0;
    right: unset;
    position: absolute;
}
.hidden-edit-shortcut > .customize-partial-edit-shortcut {
    display: none;
}
.customize_bottom_left > .customize-partial-edit-shortcut {
    bottom: 0;
    left: 0;
    right: unset;
    top: unset;
}
.customize_top_left > .customize-partial-edit-shortcut {
    bottom: unset;
    left: 0;
    right: unset;
    top: 0;
}
/*  */
.swiper-parallax {
    position: relative;
    width: 100%;
}
.swiper-parallax .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.swiper-parallax .slide-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0%;
    left: 0%;
    will-change: transform;
}
.swiper-parallax .slide-image-wrapper::before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
}
.swiper-parallax .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
}
/*  */
.btn-red {
    display: flex;
    padding: 0.69444rem 1.38889rem;
    align-items: center;
    justify-content: center;
    gap: 0.69444rem;
    border-radius: 2.08333rem;
    background: #ed1c24;
    box-shadow: 2px 4px 0 0 #a30f14;
    transition: all 0.3s;
}
.btn-red:hover {
    background: #bd0f16;
}
.btn-red2 {
    display: flex;
    padding: 0.69444rem 1.38889rem;
    align-items: center;
    justify-content: center;
    gap: 0.69444rem;
    border-radius: 2.08333rem;
    background: #fde8e8;
    box-shadow: 2px 4px 0 0 #f27377;
    transition: all 0.3s;
}
.btn-red2:hover {
    background: #f6a2a4;
}
.btn-white {
    display: flex;
    padding: 0.69444rem;
    justify-content: center;
    align-items: center;
    gap: 0.69444rem;
    flex-shrink: 0;
    border-radius: 100%;
    background: #fff;
    box-shadow: 1px 2px 0 0 #273d8c;
}
/*  */
.text-14re {
    font-family: Inter;
    font-size: 0.97222rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42; /* 142.857% */
}
.text-16re {
    font-family: Inter;
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.37;
}
.text-18re {
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33;
}
.text-20re {
    font-family: Inter;
    font-size: 1.38889rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}
.text-16bold {
    font-family: Inter;
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}
.text-18bold {
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.33; /* 133.333% */
}
.text-20bold {
    font-family: Inter;
    font-size: 1.38889rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}
.text-24bold {
    font-family: Inter;
    font-size: 1.66667rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}
.text-30bold {
    font-family: Inter;
    font-size: 2.08333rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; /* 120% */
    text-transform: capitalize;
}
.text-custom {
    font-size: 1.94444rem;
    font-weight: bold;
    color: #1da1f2; /* màu chữ xanh */
    -webkit-text-stroke: 14px white;
}
/*  */
.scrollbar::-webkit-scrollbar {
    width: 0.55556rem;
}

/* màu nền track */
.scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

/* màu nút kéo */
.scrollbar::-webkit-scrollbar-thumb {
    padding-top: 1rem;
    background: #28b4e9;
    border-radius: 1.38889rem; /* bo tròn */
}
/*  */
.scrollbarv2::-webkit-scrollbar {
    width: 0.55556rem;
}

/* màu nền track */
.scrollbarv2::-webkit-scrollbar-track {
    border-radius: 1.38889rem;
    background: #e9e9e9;
}

/* màu nút kéo */
.scrollbarv2::-webkit-scrollbar-thumb {
    padding-top: 1rem;
    border-radius: 1.38889rem;
    background: #cacaca;
}
/*  */
.scrollbarv3::-webkit-scrollbar {
    width: 0.55556rem;
}

/* màu nền track */
.scrollbarv3::-webkit-scrollbar-track {
    border-radius: 1.38889rem;
    background: #c1c1c1;
}

/* màu nút kéo */
.scrollbarv3::-webkit-scrollbar-thumb {
    padding-top: 1rem;
    border-radius: 1.38889rem;
    background: white;
}
/* form */
.form-wapper {
    display: flex;
    align-items: center;
    gap: 2.78rem;
    margin-top: 2.08rem;
}
.form-wapper:first-child {
    margin-top: 0;
}
.form-input-wapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 0.42rem;
    position: relative;
}
.form-input-wapper label {
    color: #111;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33; /* 133.333% */
}
.form-input-wapper label strong {
    color: #ed1c24;
    font-weight: 400;
}
.form-input {
    width: 100%;
    padding: 0.69444rem 0.97222rem;
    border-radius: 1.38889rem;
    background: #fff;
    color: #111;

    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33; /* 133.333% */
}
.form-input::placeholder {
    color: #979797;
}
.form-select {
    appearance: none;
    width: 100%;
    padding: 0.69444rem 0.97222rem;
    border-radius: 1.38889rem;
    background: #fff;
    color: #111;

    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33;
}
.form-select::placeholder {
    color: #979797;
}
@media screen and (max-width: 639px) {
    html::-webkit-scrollbar-track,
    .custom-scroll::-webkit-scrollbar-track {
        background: transparent;
    }
    /*  */
    .form-wapper {
        flex-direction: column;
        gap: 1rem;
        margin-top: 1rem;
    }
    .form-input-wapper {
        width: 100%;
    }
}
.screen-reader-response {
    display: none;
}
.wpcf7-response-output {
    text-align: center;
}
.form-submit {
    margin-top: 1rem;
}
.form-submit p {
    color: white;
}
.btn_submit_form input {
    cursor: pointer;
}
.wpcf7-not-valid-tip {
    color: #ed1c24;
}
.btn_submit_form br {
    display: none;
}
.btn_submit_form p {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.tax-do-tuoi .dgnl,
.page-id-16 .dgnl,
.page-id-14 .dgnl,
.page-id-12 .dgnl {
    margin-bottom: 8.958rem;
}
.header.scrolled {
    z-index: 50;
    background: white;
    width: 100%;
    box-shadow: 0px 5px 5px #0000002b;
    animation: slideDown 0.5s ease forwards;
}
@keyframes slideDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(5rem);
    }
}
.float-card {
    transform-style: preserve-3d;
    /* animation */
    animation: float3dSmooth 1s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite
        alternate;
}

@keyframes float3dSmooth {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }
    100% {
        transform: translate3d(0, calc(-1 * var(--float-distance)), 4px)
            rotateX(calc(var(--float-tilt) * -0.5))
            rotateY(calc(var(--float-tilt) * 0.4));
    }
}

.bg-item-clip::before {
    position: absolute;
    content: "";
    top: -1.38889rem;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 1.38889rem;
    border-bottom-right-radius: 1.38889rem;
    background-color: transparent;
    width: 100%;
    height: calc(100% + 1.38889rem);
    clip-path: circle(0% at 0 0%);
}
.bg-item-clip.hover::before {
    transition: all 0.5s ease-in-out;
    background-color: #e3e8f7;
    clip-path: circle(150% at 50% 0%);
}
.bg-item-clip.unhover::before {
    transition: all 0.5s ease-in-out;
    background-color: #e3e8f7;
    clip-path: circle(0% at 100% 100%);
}

/*  */
.input-profile {
    flex: 1;
    width: auto;
    display: flex;
    padding: 0.69444rem 1.11111rem;
    border-radius: 1.38889rem;
    background: #fff;
    align-items: center;
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
}
.input-profile::placeholder {
    color: #979797;
}
.textarea-profile {
    height: 12.29167rem;
    padding: 1.38889rem 1.11111rem;
    flex-shrink: 0;
    resize: none;
    border-radius: 1.38889rem;
    background: #fff;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33; /* 133.333% */
}
.textarea-profile::placeholder {
    color: #979797;
}
.note-parents .btn-red {
    min-width: 12.72rem;
    color: white;
}
.input-over-hidden {
    opacity: 0;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.input-profile-v2 {
    width: 100%;
    display: flex;
    height: 2.77778rem;
    padding: 0.625rem 1.38889rem;
    align-items: center;
    gap: 0.69444rem;
    border-radius: 0.55556rem;
    border: 1px solid rgba(167, 167, 167, 0.5);
    color: #333;
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.37; /* 137.5% */
}
.input-profile-v2::placeholder {
    color: #c9c9c9;
}
.style-strong strong {
    position: relative;
}
.style-strong strong::before {
    content: "";
    width: 8.88889rem;
    height: 0.97222rem;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/wp-content/uploads/2025/11/Group-1000002805.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.item-hanhtrinh:nth-child(1) .item-hanhtrinh-shadow {
    background: #ed1c24;
}
.item-hanhtrinh:nth-child(1) .item-hanhtrinh-number {
    color: #ed1c24;
}
.item-hanhtrinh:nth-child(3) .item-hanhtrinh-shadow {
    background: #0085f0;
}
.item-hanhtrinh:nth-child(3) .item-hanhtrinh-number {
    color: #0085f0;
}
.item-hanhtrinh:nth-child(5) .item-hanhtrinh-shadow {
    background: #ff8600;
}
.item-hanhtrinh:nth-child(5) .item-hanhtrinh-number {
    color: #ff8600;
}

.pagination {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    .page-number,
    .page-numbers {
        width: 32px;
        height: 32px;
        border-radius: 4px;
        border: 1px solid #dfe3e8;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgba(38, 38, 38, 0.6);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.42;
        transition: all 0.3s;
    }
    .page-number:hover,
    .page-number.current,
    .page-numbers:hover,
    .page-numbers.current {
        border-radius: 4px;
        border: 2px solid #e97f00;
        background: #fff;
        color: #e97f00;
    }
}
