body {
    scroll-behavior: smooth;
}

.feature-item {
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 30px -15px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}

.feature-icon-img {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(234, 234, 234);
}

.feature-icon-img img {
    width: 30px;
    height: auto;
    object-fit: contain;
}

.feature-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(229, 229, 229);
    background-color: rgba(234, 234, 234, 0);
    margin-bottom: 24px;
}

.feature-icon,
.feature-icon-img {
    border-radius: 100%;
    overflow: hidden;
}

.feature-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #f60606;
    margin-bottom: 12px;
    font-size: 17px;
    max-width: 224px;
    text-align: center;
}

.feature-description {
    max-width: 164px;
    font-size: 18px;
    text-align: center;
}

.why-choosen-title {
    text-transform: uppercase;
    text-align: center;
    background-image: linear-gradient(rgb(27 43 121), rgb(9 18 73));
    background-color: initial;
    padding: 12px;
}

.why-choosen-title h2,
.why-choosen-title h3 {
    margin-bottom: 0;
    color: white;
}

.why-choosen-title h2 {
    font-size: 34px;
    font-weight: bold;
}

.why-choosen-title h3 {
    font-size: 21px;
    font-weight: normal;
}

.why-choosen-content {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 30px -15px;
    overflow: hidden;
    width: 100%;
}

.why-choosen-list ul {
    padding: 0;
    margin: 0;
    list-style-image: url("https://tuyensinh.duhochannahanoi.edu.vn/wp-content/uploads/2025/01/icon_check.png");
}

.why-choosen-list ul li {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
}

/* .why-choosen-list ul li::before {
    content: '\f00c';
    font-weight: 900;
    font-family: "Font Awesome 5 Free", serif;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    color: #f60606;
} */

.why-choosen-list {
    padding: 24px 48px 0;
    font-size: 15px;
    margin-bottom: 40px;
}

.why-choosen-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 12px 24px;
}

.cta-btn {
    font-size: 16px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    font-weight: bold !important;
    color: rgb(26, 42, 83) !important;
    background-image: linear-gradient(rgb(254, 244, 18), rgb(243, 140, 1)) !important;
    background-color: initial !important;
    border-width: 2px !important;
    border-radius: 1000px !important;
    border-color: rgb(250, 226, 226) !important;
    width: 200px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cta-btn:hover {
    color: white;
}

.why-choosen-slider {
    width: 100%;
}

.why-choosen-slider-custom {
    margin-bottom: 12px;
}

.why-choosen-slider-custom-thumbs .swiper-slide img {
    opacity: 0.5;
}

.why-choosen-slider-custom-thumbs .swiper-slide:hover {
    cursor: pointer;
}

.why-choosen-slider-custom-thumbs .swiper-slide:hover img,
.why-choosen-slider-custom-thumbs .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}


.why-choosen-slider-custom-thumbs .swiper-button-next::after,
.why-choosen-slider-custom-thumbs .swiper-button-prev::after {
    font-size: 24px;
    color: black;
}

.banner-larger {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner-larger img {
    width: 100%;
    height: auto;
}

.conditional-title,
.form-title {
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.conditional-title::after,
.form-title::after {
    content: "";
    width: 50%;
    height: 3px;
    background-color: rgb(229, 229, 229);
    bottom: -8px;
    left: 0;
    position: absolute;
}

.conditional-title h2,
.conditional-title h3,
.form-title h2,
.form-title h3 {
    margin-bottom: 0;
}

.conditional-title h2,
.form-title h2 {
    font-size: 33px;
    font-weight: bold;
    color: #f60606;
}

.conditional-title h3,
.form-title h3 {
    font-size: 30px;
    font-weight: normal;
}

.conditional-list .conditional-item:not(:last-child) {
    margin-bottom: 12px;
}

.conditional-item {
    background-image: linear-gradient(rgb(27 43 121), rgb(9 18 73));
    background-color: initial;
    color: white;
    font-weight: bold;
    font-size: 17px;
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 0;
    min-height: 80px;
    border-radius: 8px;
    background-clip: initial;
    box-shadow: rgb(0, 0, 0) 0 9px 8px -12px;
    overflow: hidden;
}

.condition-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 234, 192, 0.4);
    overflow: hidden;
}

.condition-icon img {
    width: 34px;
    height: 34px;
}

.conditional-item-non-icon .conditional-description {
    padding: 0 24px;
    text-align: center;
}

.conditional-description {
    flex: 1;
}

.conditional-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
}

.conditional-image {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.conditional-image img {
    width: 100%;
    height: auto;
}

.form-list .form-item:not(:last-child) {
    margin-bottom: 12px;
}

.form-item {
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 0;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 30px -15px;
    overflow: hidden;
    border-radius: 8px;
}

.form-meta {
    flex: 1
}

.form-meta-title {
    color: rgb(26, 42, 83);
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.form-meta-description {
    font-size: 22px;
    font-weight: bold;
    color: #f60606;
}

.form-subscribe {
    width: 100%;
    height: 100%;
    border-width: 3px;
    border-radius: 8px;
    border-color: rgb(27, 43, 121);
    background-image: linear-gradient(rgb(27 43 121), rgb(9 18 73));
    padding: 12px;
}

.form-subscribe-border {
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    border-color: rgba(255, 198, 198, 0.4);
    padding: 24px;
}

.form-shortcode-title {
    font-size: 20px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    max-width: 336px;
    margin: 0 auto 40px;
}

#countdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 215px;
    margin: 0 auto;
}

.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    width: calc(25% - 12px);
    height: auto;
    aspect-ratio: 1 / 1;
}

.time-number {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    background-color: rgb(171, 26, 56);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 4px;
}

.time-label {
    font-size: 12px;
}

.media-title,
.path-title {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    padding: 24px 0;
    color: #f60606;
}

.path-item {
    box-shadow: rgb(0, 0, 0) 0 15px 20px -20px;
    height: 100%;
    position: relative;
}

.path-item-title {
    background-color: #101e68;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.path-content {
    padding: 12px;
    font-size: 15px;
    line-height: 1.6;
}

.path-circle {
    width: 32px;
    height: 32px;
    border-width: 6px;
    border-radius: 100%;
    border-style: solid;
    border-color: #f60606;
    background-color: #101e68;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -150%);
}

.path-list {
    padding-top: 64px;
    position: relative;
}

.path-list::before {
    content: '';
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
}

.path-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.media-item {
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 24px;
    border-radius: 8px;
    display: block;
}

.media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-item img:hover {
    cursor: pointer;
}

.form-shortcode .wpforms-container .wpforms-field {
    padding: 0 !important;
    margin-bottom: 12px;
}

.form-shortcode button.cta-btn {
    margin: 24px auto !important;
}

.time-countdown-text {
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 12px;
}

.slider-item {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.slider-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.site-header.header-logo .main-navigation ul.menu {
    float: unset;
    display: flex;
    justify-content: flex-end;
}

.header-main {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.header-main.stuck {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

.footer-widgets {
    background: #101e68;
}

.main-navigation ul.menu>li>a:hover,
.main-navigation ul.menu>li.current-menu-item>a,
.site-header.logo-left .main-navigation ul.menu>li>a:hover,
.site-header.logo-left .main-navigation ul.menu>li.current-menu-item>a {
    color: #f60606 !important;
}

#page {
    overflow: hidden;
}


#metu .tg-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 99;
}

#metu .mmt-app {
    position: relative;
    display: flex;
    flex-direction: row;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    justify-content: center;
    box-sizing: border-box;
    min-height: 56px;
    -webkit-transition: all 0.24s;
    transition: all 0.24s;
}

#metu .mmt-menu__item--mobile {
    background-color: hsla(0, 0%, 100%, 0.2);
    margin: 10px 5px;
}

#metu .mmt-button--mobile {
    height: 40px;
    justify-content: center;
}

#metu .mmt-button {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 10px;
    flex-direction: row;
    cursor: pointer;
}

#metu .mmt-button--mobile .mmt-button__icon {
    margin-right: 10px;
}

#metu .mmt-button__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    box-sizing: border-box;
}

#metu .mmt-button--mobile .mmt-button__label {
    font-size: 12px;
    line-height: 13px;
    max-height: 26px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#metu .mmt-button--mobile .mmt-button__label a {
    color: #fff;
}

.metu-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #c00d00 !important;
    opacity: 1;
    color: rgb(232, 232, 232);
    border-top: 1px solid #efefef;
}

.create-profile {
    position: fixed;
    top: 40%;
    right: 0;
    width: 71px;
    height: 77px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: #c00d00;
    padding: 10px 3px;
    z-index: 100000;
}

.create-profile a {
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.create-profile a .img {
    margin-bottom: 5px;
    overflow: hidden;
    transition: ease-in-out 0.3s;
}

.modal-custom {
    z-index: 999999999 !important;
}

.modal-custom .close {
    z-index: 999;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 40px;
    height: 40px;
    background-color: red;
    color: white;
    opacity: 1;
    border-radius: 100%;
}

div.wpforms-container-full.custom-form {
    color: white !important;
    margin: 0 !important;
    height: 100%;
    background: #2d3191;
    padding: 30px;
    border-radius: 20px;
}

div.wpforms-container-full.custom-form .form-control {
    height: 40px;
    border-radius: 20px;
    border: none;
    padding: 0 15px;
    line-height: 40px;
    color: #7d7d7d;
    font-size: 14px;
    margin-bottom: 10px !important;
}

div.wpforms-container-full.custom-form .wpforms-form button[type='submit'] {
    width: 100% !important;
    color: rgb(26, 42, 83) !important;
    background-image: linear-gradient(rgb(254, 244, 18), rgb(243, 140, 1)) !important;
    background-color: initial !important;
    height: 40px !important;
    border-radius: 20px !important;
    line-height: 40px !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 40px !important;
    border: none !important;
    text-transform: uppercase !important;
    font-weight: bold;
}

.subscribe-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.subscribe-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 934px;
    }
}

.modal-custom {
    z-index: 99999999999999999 !important;
}

.modal-custom .close {
    z-index: 999;
    position: absolute;
    right: -24px;
    top: -24px;
    width: 24px;
    height: 24px;
    background-color: red;
    color: white;
    opacity: 1;
    border-radius: 100%;
}

.modal-custom .modal-dialog .modal-content {
    border-radius: 20px;
    padding: 40px 56px 48px 26px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.modal-custom .modal-dialog .modal-body {
    position: relative;
    z-index: 2;
}

.popup-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.subscribe-form {
    background: #2d3191;
    padding: 30px;
    color: white;
    border-radius: 20px;
}

.popup-slogan-title {
    font-size: 22px;
    font-weight: bold;
    color: #c00d00;
}

.popup-slogan-desc {
    font-size: 20px;
    font-weight: bold;
    color: rgb(26, 42, 83);
}

.wpforms-container .wpforms-field {
    padding: 0 0 12px 0 !important;
}

.site-header.header-logo .logo img {
    margin: 0 !important;
}

.popup-form .cta-btn {
    width: 100% !important;
}

.popup-form {
    border-color: rgb(27, 43, 121);
    background-image: linear-gradient(rgb(27 43 121), rgb(9 18 73)) !important;
    color: white !important;
    padding: 24px;
    border-radius: 10px;
}

#video-box {
    position: relative;
    overflow: hidden;
}

.play-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000008c;
}

.play-icon:hover {
    cursor: pointer;
}

.play-icon img {
    width: 64px;
    height: 64px;
}

.why-choosen-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 600px) {
    .logo a {
        display: block;
        max-width: 80px;
    }

    .logo a img {
        width: 100%;
        height: auto;
    }

    .feature-item {
        height: auto;
        margin-bottom: 24px;
    }

    .why-choosen-image {
        margin-top: 24px;
    }

    .why-choosen-slider {
        margin-bottom: 24px;
    }

    .form-title {
        margin-top: 24px;
    }

    .path-item {
        height: auto;
        margin-bottom: 64px;
        position: relative;
        z-index: 2;
    }

    .path-list::before {
        width: 2px;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .path-circle {
        z-index: 2;
    }

    .path-content {
        position: relative;
        z-index: 2;
        background: white;
    }

    .modal-custom .close {
        right: -10px;
        top: -10px;
    }

    .modal-custom .modal-dialog .modal-content {
        padding: 12px;
    }

    .popup-slogan {
        text-align: center;
        margin-bottom: 20px;
    }

    .conditional-title h2,
    .form-title h2,
    .why-choosen-title h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .conditional-title h3,
    .form-title h3,
    .why-choosen-title h3 {
        font-size: 19px;
    }

    .feature-title {
        max-width: unset;
    }

    .media-title,
    .path-title {
        font-size: 24px;
    }

    .modal-content {
        border-color: rgb(27, 43, 121);
        background-image: linear-gradient(rgb(27 43 121), rgb(9 18 73)) !important;
        color: white !important;
    }

    div.wpforms-container-full .wpforms-field-label,
    .wp-core-ui div.wpforms-container-full .wpforms-field-label {
        color: white !important;
    }

    .feature-description {
        max-width: 100%;
    }

    .popup-slogan-title {
        color: rgb(254, 244, 18);
    }

    .popup-slogan-desc {
        color: white;
    }
}