:root {
    --primary-color-dark-blue: #1B37A0;
    --primary-color-dark-blue-02: #16224B;
    --primary-color-dark-blue-deep: #1B67EA;
    --primary-color-dark-blue-dark1: #016DDB;
    --primary-color-dark-blue-dark2: #0747B6;
    --primary-color-dark-linear: linear-gradient(to right, #216BEB, #0F1EB5);
    --secondary-color-gold-linear: linear-gradient(to right, #FFEFBC, #FFC291);
    --secondary-color-blue-l1: #00C2FD;
    --disabled-element-text-color: #AFD8FF;
    --danger-color: #E23A3A;
    --red-color: #FF4653;
    --green-color: #46ff90;
    --yellow-color: #FFDEB0;
    --dark90: rgba(26, 26, 26, 1);
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

@font-face {
    font-family: 'InterM';
    src: url('../font/Inter-Medium.eot');
    src: url('../font/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter-Medium.woff2') format('woff2'),
        url('../font/Inter-Medium.woff') format('woff'),
        url('../font/Inter-Medium.ttf') format('truetype'),
        url('../font/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterB';
    src: url('../font/Inter-Bold.eot');
    src: url('../font/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter-Bold.woff2') format('woff2'),
        url('../font/Inter-Bold.woff') format('woff'),
        url('../font/Inter-Bold.ttf') format('truetype'),
        url('../font/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Regular.eot');
    src: url('../font/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter-Regular.woff2') format('woff2'),
        url('../font/Inter-Regular.woff') format('woff'),
        url('../font/Inter-Regular.ttf') format('truetype'),
        url('../font/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('../font/Montserrat-Regular.eot');
    src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Montserrat-Regular.woff2') format('woff2'),
        url('../font/Montserrat-Regular.woff') format('woff'),
        url('../font/Montserrat-Regular.ttf') format('truetype'),
        url('../font/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontB';
    src: url('../font/Montserrat-Bold.eot');
    src: url('../font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Montserrat-Bold.woff2') format('woff2'),
        url('../font/Montserrat-Bold.woff') format('woff'),
        url('../font/Montserrat-Bold.ttf') format('truetype'),
        url('../font/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MontB', sans-serif;
    font-weight: 500;
    line-height: 55px;
}

a.nav-link {
    font-family: 'InterB', sans-serif;
    font-weight: 400;
    line-height: 27px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #BCF4FF !important;
    background: #BCF4FF !important;
}

.li-dropdown-item.active {
    background-color: #BCF4FF !important;
}

.input_search {
    display: none;
}

.beauty-scrollbar {
    max-height: 542px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
}

.no-border {
    border: none;
}

.no-background {
    background: transparent;
}

.beauty-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.beauty-scrollbar::-webkit-scrollbar-track {
    background: #C7EDF9;
    /* Màu nền track */
    border-radius: 10px;
    /* Bo tròn track */
}

.beauty-scrollbar::-webkit-scrollbar-thumb {
    background: var(--secondary-color-blue-l1);
    /* Gradient đẹp */
    border-radius: 46px;
    /* Bo tròn thanh cuộn */
    /* Khoảng cách giữa thumb và track */
}


.beauty-scrollbar::-webkit-scrollbar-thumb:hover {
    background: gray;
    /* Đổi gradient khi hover */
}

.btn-subscribe.loading {
    pointer-events: none;
    /* Disable nút khi đang loading */
    opacity: 0.7;
    /* Giảm độ sáng */
    position: relative;
}

.btn-subscribe.loading::after {
    content: "";
    position: absolute;
    right: 10px;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* Tạo animation loading */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.text-justify {
    text-align: justify;
}

#main-navigation .nav-item {
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.breadcrumb-wrapper {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.breadcrumb p {
    margin-bottom: 0px;
}

.breadcrumb-wrapper .category-wrapper {
    grid-template-columns: 1fr;
}

.breadcrumb-wrapper .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-wrapper .breadcrumb a {
    color: #007bff;
    text-decoration: none;
    padding: 0 10px;
}

.decor-bar-container {
    display: flex;
    width: 190px;
    justify-content: center;
    margin: 1.2rem auto;
    column-gap: 5px;
}

.decor-bar-container span {
    height: 8px;
    border-radius: 5px;
    background-color: #FFDEB0;
}

.decor-bar_start {
    flex: 2;
}

.decor-bar_center {
    flex: 1;
}

.decor-bar_end {
    flex: 3;
}

#main-header.sticky .top-nav {
    background: transparent;
}

.top-nav {
    height: 63px;
    /* background: var(--primary-color-dark-linear); */
    background: linear-gradient(to right, #002397 0%, #0F7BFF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-nav .service-button {
    font-family: "MontB", sans-serif;
    background: var(--secondary-color-gold-linear);
    color: var(--primary-color-dark-blue-dark2);
    text-decoration: none;
    border-radius: 20px;
    padding: 8px 20px;
    height: 30px;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
}

.dropdown-toggle::after {
    display: none;
}

/* enable hover menu */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 70px;
}

#top-nav-container {
    position: relative;
    height: 100%;
    align-items: center;
}

#top-nav-container>ul,
#top-nav-container>ul>li {
    height: 100%;
}

#top-nav-container>ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

#top-nav-container>ul>li {
    list-style-type: none;
    display: flex;
    align-items: center;
}

#top-nav-container .dropdown-menu {
    top: 16px !important;
    left: 242px;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

#top-nav-container .dropdown-menu li:first-child,
#top-nav-container .dropdown-menu li:first-child:hover {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

#top-nav-container li:hover .dropdown-menu {
    display: block;
}


.navbar-expand-lg .offcanvas .offcanvas-body {
    justify-content: space-evenly;
    column-gap: 80px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

header.bg-light {
    background-color: #fff !important;
}

.navbar-brand-mobile {
    display: none;
}

#main-header .dropdown-menu {
    width: 380px;
    padding: 0px;
    z-index: 9999;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: none;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#main-header .dropdown-menu li:last-child,
#main-header .dropdown-menu li:last-child:hover {
    border-bottom: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

#main-header .dropdown-menu li {
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #ebeaea;
    transition: all .3s ease;
}

#main-header .dropdown-menu li a {
    font-family: "Inter", sans-serif;
    text-decoration: none;
    color: var(--primary-color-dark-blue);
    font-size: 16px;
}

#main-header .dropdown-menu li:hover {
    background-color: #BCF4FF;
}

.top-nav .nav-link.search-button {
    background: #BCF4FF;
    padding: 12 7px;
    border-radius: 37px;
    width: 266px;
    height: 30px;
}

.search-bar {
    display: flex;
    align-items: center;
    position: relative;
}

.search-bar input {
    border: none;
    outline: none;
    background: none;
    flex: 1;
    font-size: 16px;
    color: #3a66b0;
    text-indent: 10px;
}

.search-bar input::placeholder {
    color: #3a66b0;
    text-align: center;
}

.search-bar input:focus {
    outline: none;
    color: #0056b3;
    background-color: #e8f4ff;
    /* Màu nền khi focus */
}

.search-bar button {
    background: none;
    border: none;
    cursor: pointer;
    color: #3a66b0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
}

.search-bar button .icon-search-tum {
    font-size: 21px;
}

.search-bar button:hover {
    opacity: 0.8;
}

.service-link-menu {
    display: flex;
    justify-content: space-between;
    color: #fff;
    column-gap: 30px;
}

.service-link-menu .iconfont {
    font-size: 18px;
}

.navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    color: var(--primary-color-dark-blue-dark2);
}

.navbar-nav .nav-item .nav-link.active {
    color: var(--secondary-color-blue-l1);
}

.nav-link.nav-link-icon {
    display: flex;
    height: 40px;
    color: var(--primary-color-dark-blue-dark2);
    align-items: center;
}

@-webkit-keyframes stuckMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stuckMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes stuckMoveUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stuckMoveUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes stuckFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes stuckFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.navbar-expand-lg .navbar-nav {
    align-items: center;
}

header#main-header.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0 auto;
    z-index: 999999;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
    background: #1B37A0 !important;
}

#main-navigation .icon-tum-home {
    font-size: 21px;
}

#main-navigation .nav-link {
    transition: color .5s ease;
}

#main-navigation .nav-link:hover {
    color: var(--primary-color-dark-blue-dark2);
}

header#main-header.sticky .icon-Logo,
header#main-header.sticky .nav-link {
    color: #fff;
}

header#main-header.sticky .nav-link.search-button {
    color: unset;
}

header#main-header.sticky .dropdown-menu .nav-link {
    color: var(--primary-color-dark-blue);
}

header#main-header.sticky .nav-link.active {
    color: var(--secondary-color-blue-l1);
}

.service-link-menu .nav-link {
    align-items: center;
}

.navbar-brand {
    margin: 0px;
}

.navbar-brand .icon-Logo {
    font-size: 33px;
    color: #207AC8;
}

.white-logo {
    color: #fff;
}

.icon-Logo.white-logo {
    font-size: 4vh;
}

.navbar.navbar-expand-lg.navbar-light {
    display: flex;
    padding: 0px;
    height: 70px;
    justify-content: center;
}

#navbarNav {
    justify-content: center;
}

#top-nav-container {
    justify-content: center;
    column-gap: 30px;
    left: 5%;
    position: relative;
}

#main-banner-slider {
    width: 100%;
    position: relative;
}

.btn-contact {
    background: #006FDE;
    padding: 8px 25px;
    border-radius: 15px;
    color: #fff;
    margin-left: 20px;
    display: flex;
    column-gap: 10px;
    transition: box-shadow .6s ease;
}

.btn-contact:hover {
    background: #006FDE;
    color: #fff;
    box-shadow: 2px 1px 1px #333;
}


#main-header .iconfont.icon-kvn-group {
    font-size: 60px;
    color: #fff;
}

body #main-header.sticky .iconfont.icon-kvn-group {
    font-size: 60px;
    color: rgba(0, 151, 243, 1) !important;
}

body #main-header.sticky #main-navigation>li>.nav-link {
    color: rgba(0, 151, 243, 1);
}

body #main-header.sticky .navbar {
    background: #fff !important;
}

body:not(.home) .iconfont.icon-kvn-group {
    font-size: 60px;
    color: #fff !important;
}

/* body:not(.home) #main-header.sticky .navbar {
    background: #1B37A0 !important
} */

body .navbar.navbar-expand-lg.navbar-light {
    position: absolute;
    z-index: 1000;
    max-width: 100%;
}

body:not(.single.single-post) #main-navigation>li>.nav-link {
    color: #fff;
}

.category #main-navigation>li>a {
    color: #fff;
}

#main-banner-slider {
    position: relative;
    overflow: hidden;
}

#main-banner-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 124px;
    background: linear-gradient(180deg, #0C2678 0%, rgba(12, 38, 120, 0.00) 100%);
    z-index: 9999;
}

#main-banner-slider .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

#main-banner-slider .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    height: 8px;
    width: 26px;
    border-radius: 2px;
}

#main-banner-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--secondary-color-blue-l1) !important;
    border-radius: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}




#main-banner-slider .swiper-slide a {
    width: 100%;
}

#main-banner-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-slider img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.teacher-photo {
    width: 170px;
    height: 170px;
    background-color: #66d1dc;
    border-radius: 50%;
    margin: 0 auto;
}


.teacher-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
}

.teacher-swiper .swiper-wrapper .teacher-card {
    width: 400px;
    height: 600px;
    position: relative;
    transition: transform 0.3s ease;
    padding: 70px;
    box-shadow: 3px 5px 22.6px 0 rgba(0, 0, 0, 0.35) !important;
}

.teacher-swiper .swiper-wrapper .teacher-card:first-child,
.teacher-swiper .swiper-wrapper .teacher-card:last-child {
    margin-top: 80px;
}

.teacher-swiper .swiper-wrapper .teacher-card:first-child {

    z-index: 10;
    left: 20px;
}

.teacher-swiper .swiper-wrapper .teacher-card:nth-child(2) {
    z-index: 9;
}

.teacher-swiper .swiper-wrapper .teacher-card:last-child {
    z-index: 8;
    left: -20px;
}

.teacher-card h5.text-primary {
    line-height: 18px;
}

.teacher-card .certificate {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
}

.cer-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
}

.cer-text strong {
    font-family: "MontB", sans-serif;
    font-weight: bold;
}

.teacher-personal {
    display: flex;
    flex-direction: column;
    align-items: start;

}

.teacher-section {
    padding: 50px 0px 100px 0px;
}

.teacher-personal ul {
    row-gap: 10px;
    display: flex;
    flex-direction: column;
}

.teacher-personal .title {
    font-weight: bold;
    color: var(--primary-color-dark-blue);
}

.teacher-personal li {
    display: grid;
    grid-template-columns: 5% 95%;
    align-items: start;
    column-gap: 5px;
    justify-content: start;

}

.teacher-personal .bi-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #05CAD5;
    margin-top: 3px;
}

/* why section */
#why_section {
    text-align: center;
    padding: 50px 0 50px;
}

#why_section .title_block .top {
    font-size: 40px;
    display: block;
    text-transform: uppercase;
}

#service_section .top {
    font-size: 50px;
    display: block;
    color: #000;
    text-transform: uppercase;
}

#service_section .title_block {
    margin: 50px 0px;
}

#service_section .bottom {
    font-size: 40px;
    display: block;
    text-transform: uppercase;
}


@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 var(--primary-color-dark-blue-dark2);
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    70% {
        box-shadow: 0 0 0 10px transparent;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 transparent;
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
}

@keyframes pulse-animation-second {
    0% {
        box-shadow: 0 0 var(--primary-color-dark-blue-dark1);
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    70% {
        box-shadow: 0 0 0 10px transparent;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 transparent;
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
}

@keyframes pulse-animation-yellow {
    0% {
        box-shadow: 0 0 var(--yellow-color);
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    70% {
        box-shadow: 0 0 0 10px transparent;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 transparent;
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
}

.readmore-button-main {
    background: var(--primary-color-dark-linear);
    padding: 14px 43px;
    border-radius: 37px;
    color: #fff;
    text-decoration: none;
    font-family: "InterB", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin: 30px auto;
    display: inline-block;
    box-shadow: 5px 4px 6px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    width: 250px;
    justify-content: space-around;
}

.animation-button-main {
    animation: pulse-animation 2s infinite;
}

.animation-button-second {
    animation: pulse-animation-second 2s infinite;
}

.animation-button-yellow {
    animation: pulse-animation-yellow 2s infinite;
}

.content-block-countries {
    display: flex;
    flex-wrap: wrap;
    /* padding: 25px calc(100% / 8); */
    row-gap: 25px;
    column-gap: 25px;
    width: 986px;
    margin: 25px auto;
    position: relative;
}

.program-item-bottom {
    text-transform: uppercase;
}

.news-list-group-item img {
    width: 70px;
    height: 52px;
    object-fit: cover;
}


.content-block-countries .content-block-item.content-block-country {
    flex: calc((100% / 3) - 75px);
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
}

.content-block-item figure img {
    width: 100%;
}

.content-block-item figure {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

.content-block-item figure figcaption {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 9, 95, 1) 0%, rgba(46, 56, 153, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    height: 30%;
    color: #fff;
    transition: all .8s;
}

.content-block-item:hover figure figcaption {
    height: 100%;

    background: linear-gradient(to top, rgb(5, 47, 173) 30%, rgba(5, 64, 242, 0) 100%);
}

.content-block-item figure figcaption p {
    font-size: 16px;
    height: 0;
    overflow: hidden;
    margin-bottom: -20px;
    transition: all .5s;
    padding-top: 8px;
}

.content-block-item:hover figure figcaption p {
    height: auto;
    overflow: visible;
    margin-bottom: 0px;
}

.content-block-item:hover figure figcaption p a {
    border-radius: 20px;
    background: transparent;
    border: 1px solid #fff;
    padding: 5px 25px;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.content-block-item:hover figure figcaption .h3 {
    margin-bottom: 0px;
}

.content-block-item figure figcaption .h3 a {
    font-family: "InterB", sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}



h3.title_block span {
    display: block;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 600;
    margin-bottom: 5px;
}

h3.title_block .top {
    font-size: 40px;
    color: #1C1C1C;
}

h3.title_block .bottom {
    font-size: 50px;
    color: red;
}

h1.title_block span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 50px;
    color: #1C1C1C;
}

h2.title_block span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 40px;

    color: var(--primary-color-dark-blue-dark2);
}

hr.title_block_line {
    color: var(--secondary-color-blue-l1);
    width: 468px;
    margin: auto;
    height: 2px;
    background-color: var(--secondary-color-blue-l1);
}

.hexagon-container {
    background-image: url(../kvn/Hexagon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1 / 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hexagon-inner {
    width: 200px;
    display: inline-grid;
    aspect-ratio: cos(30deg);
    margin: 0 5px;
    color: orange;
    filter: url('#goo');
}

.hexagon-inner:before {
    content: "";
    background: currentColor;
    clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
}



.hex-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85);
}

.hex-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}


.duhoc-section {
    background: url('../kvn/Option\ Section2.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    padding: 6vh 0px;
    height: 130vh;
}

.duhoc-section h2 {
    color: #fff;
    margin-bottom: 5vh !important;
}

.reasons-section {
    background: linear-gradient(135deg, #b6d7f7, #81b4f5);
    background-image: url('../kvn/Section - Why Edu2.png');
    /* nếu có */
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 50px 0 100px;
}

.reason-box {
    position: relative;
    background: linear-gradient(90deg, #00386B 0%, #008DEC 100%);
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 15px 20px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reason-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #39CAFF 19%, #023AC7 100%);
    opacity: 0;
    transition: opacity .8s ease-in;
    z-index: 0;
    border-radius: 20px;
}

.reason-box:hover::before {
    opacity: 1;
}

.reason-box>* {
    position: relative;
    z-index: 1;
}

.reason-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.reason-box img {
    width: 72px;
    height: 72px;
}

.reason-box .reason-info {
    text-align: left;
    width: 60%;
}


.reason-box i {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}

.reason-box h4 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
}

.reason-box p {
    font-size: 0.95rem;
    margin: 0;
    color: #eee;
}

.tuyensinh-section .card {
    width: 390px;
    box-shadow: 12px 18px 31.4px -14px rgba(0, 0, 0, 0.4) !important;
}


.icon-box {
    padding: 1vw;
    width: 10vw;
    display: block;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.icon-box img {
    width: 6vw;
}

.icon-box .label {
    font-weight: bold;
}

.icon-box .code {
    color: #f9b500;
    font-size: 0.9em;
}

/* .icon-box.selected {
    border-color: white;
    border-radius: 10px;
} */

.duhoc-section ul li {
    font-family: "InterB", sans-serif;
    margin-bottom: 0.8rem;
    color: #fff;
    font-size: 2vh;
}

.duhoc-section .list-unstyled .icon-checkbox {
    font-size: 12px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    background: #2DC071;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.list-styled-register .large-text {
    font-size: 5vh;
}

.list-styled-register button strong {
    font-family: 'InterB', sans-serif;
}

.list-styled-register .list-styled-box {
    width: 24vw;
    padding: 2vw !important;
    border-radius: 2vw !important;
    background-color: #0747B6 !important;
    margin-left: 16vw;
    margin-top: 10vw;
}

.flower-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.flower-wrapper img {
    position: absolute;
}

.flower-wrapper .large-flower {
    width: 100px;
    left: 5%;
}

.flower-wrapper .small-flower {
    width: 60px;
    right: 5%;
    bottom: 15%;
}

.visa-services-section .container {
    position: relative;
    z-index: 150;
}

.news-card-group .meta {
    display: flex;
    justify-content: space-between;
}

.intro-right {
    display: flex;
    justify-content: end;
}

.intro-right .position-relative {
    width: 85%;
}

.hexagon-canvas {
    transition: transform 0.6s ease;
    display: block;
}

.hexagon-canvas img {
    width: 238px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#intro h2 {
    position: relative;

}

#intro h2::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 80px;
    height: 7px;
    background-color: red;
    z-index: 1;

}

#intro .video {
    width: 500px;
    cursor: pointer;
}

.hexagon-canvas:hover {
    transform: scale(1.05);
}

.duhoc-section .label .text {
    display: block;
    position: relative;
    padding-bottom: 2vw;
}

.duhoc-section .label .text:after {
    content: "";
    border-bottom: 1px solid red;
    height: 12px;
    width: 50px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

.duhoc-section .label {
    font-family: "InterB", sans-serif;
    color: #fff;
    font-weight: bold;
}

.duhoc-section .icon-box:hover {
    border-color: white;
    border-radius: 10px;
}

.content-block-item.content-block-country>span.h3 {

    width: 100%;
    margin-bottom: 5px;
    color: #fff;
}

.content-block-item.content-block-country>p {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}


.faq-section {
    background-color: #fff;
}

.faq-box {
    background: white;
    border-radius: 20px;
    /* box-shadow: 12px 18px 31.4px -14px rgba(0, 0, 0, 0.4); */
    /* theo mẫu Drop Shadow bạn gửi */
    transition: transform 0.3s ease;
    height: 100%;
}

.faq-box:hover {
    transform: translateY(-5px);
}

.tuyensinh-swiper .readmore {
    text-decoration: none;
}

.tuyensinh-section .swiper-button-next {
    right: -50px;
}

.tuyensinh-section .swiper-button-prev {
    left: -50px;
}

.tuyen-sinh-description .readmore {
    text-decoration: none;
    display: inline-flex;
    flex-direction: row;
}

.faq-icon {
    margin: 0 auto;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color-dark-blue, #1B37A0);
}

.fw-semibold {
    font-family: "MontB", sans-serif;
}

.faq-icon img {
    width: 140px;
    height: 140px;
}

/* .call_bar */

.call_bar.dark-blue {
    background-color: var(--primary-color-dark-blue-dark2);
    height: 82px;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.call_bar.lighter-blue {
    background-color: var(--primary-color-dark-blue-dark2);
    height: 82px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call_bar_content {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 80px;
}

.call_bar_hotline {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 0px;
    column-gap: 10px;
}

.call_bar_hotline img {
    width: 32px;
    height: 32px;
}

.call_bar_content .call_bar_button {
    font-family: "MontB", sans-serif;
    color: #000;
    background: var(--secondary-color-gold-linear);
    width: 212px;
    height: 44px;
    border-radius: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 24px;
    column-gap: 8px;
}

.call_bar_button span {
    font-weight: bold;
}

.call_bar_hotline a {
    font-family: "MontB", sans-serif;
    font-size: 31px;
    color: #fff;
    text-decoration: none;
}

/* end call_bar */

#about-us {
    background-image: url(../img/Section_About\ Us.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}

#about-us .content-block {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
}

#about-us .content-block .content-block-item {
    flex-basis: 32%;
    text-align: center;
}

#about-us .about-us-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    line-height: 3rem;
}

#about-us .decor-bar-container span {
    background-color: var(--secondary-color-blue-l1);
}

#about-us .about-us-description {
    text-align: justify;
}

#about-us .about-us-bottom {
    display: flex;
    justify-content: center;
}

#about-us .about-us-button-more {
    font-family: "MontB", sans-serif;
    color: var(--primary-color-dark-blue-dark2);
    width: 180px;
    height: 44px;
    border-radius: 37px;
    border: 1px solid var(--primary-color-dark-blue-dark2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
}

/* scholarship */
#scholarship {
    background-image: url(../img/Scholarship\ Section.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    color: #fff;
    width: 100%;
    height: auto;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scholarship .header-block h3 {
    text-align: center;
    text-transform: uppercase;
}

#scholarship .content-block {
    display: flex;
    justify-content: center;
    padding: 0px calc(100%/8);
}

#scholarship .card-list {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
}

#scholarship .card-list .main-content-card {
    flex: 1;
    height: 537px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    text-decoration: none;
    color: #000;
}

#scholarship .main-content-card-body {
    padding: 1rem;
    text-align: left;
    color: #737373;
}

#scholarship .main-content-card-body p {
    margin-bottom: 10px;
}

#scholarship .main-content-card-tags {
    display: flex;
    justify-content: space-around;
    padding-left: 0px;
    width: 50%;
}

#scholarship .post-extra-main {
    display: flex;
    justify-content: space-between;
}

#scholarship .post-extra-main .post-extra-top,
#scholarship .post-extra-main .post-extra-bottom {
    display: flex;
    align-items: center;
}

#scholarship .btn-text {
    padding: 0px;
    display: flex;
    align-items: center;
}

#scholarship .main-content-card-tags .main-content-card-tag {
    min-width: 3rem;
    list-style-type: none;
    text-align: center;
    width: fit-content;
    color: var(--secondary-color-blue-l1);
}

#scholarship p.h3.post-title {
    font-family: "MontB", sans-serif;
    font-size: 30px;
    text-align: left;
    color: #494949 !important;
}

#scholarship .main-content-card-img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


#scholarship-card-group {
    flex: 1.2;
    display: flex;
    row-gap: 1rem;
}

#scholarship-card-group .card-item {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: var(--primary-color-dark-blue-02);
    border-radius: 15px;
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}

#scholarship-card-group .card-item:hover {
    background: linear-gradient(180deg, rgba(62, 193, 211, 50%) 0%, rgba(5, 64, 242, 50%) 64%), linear-gradient(#00C2FD, #00C2FD);
}

#scholarship-card-group .card-item:hover .frame-btn-register {
    color: #fff;
    border-color: #fff;
    transition: color 0.3s ease, border-color 0.3s ease;
}

#scholarship-card-group .card-item:hover .iconfont {
    color: #fff;
}

#scholarship-card-group .frame-top {
    display: grid;
    grid-template-columns: 12% 88%;
    align-items: center;
    column-gap: 1rem;
}

#scholarship-card-group .frame-top .frame-calendar {
    font-family: "InterB", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 57px;
    background-color: var(--danger-color);
    border-radius: 8px;
}

#scholarship-card-group .frame-day {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid #fff;
}

#scholarship-card-group .frame-title {
    font-family: "MontB", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

#scholarship-card-group hr.frame-line {
    color: #E74040;
    opacity: 1;
}

#scholarship-card-group .frame-bottom {
    display: flex;
    justify-content: space-between;
}

#scholarship-card-group .frame-time {
    display: flex;
    align-items: center;
}

#scholarship-card-group .frame-time .icon-akar-icons-calendar {
    color: var(--secondary-color-blue-l1);
    font-size: 24px;
}


#scholarship-card-group .frame-btn-register {
    display: flex;
    align-items: center;
    border-radius: 37px;
    color: var(--secondary-color-blue-l1);
    border: 1px solid var(--secondary-color-blue-l1);
    padding: 0px 1rem;
    cursor: pointer;
    text-decoration: none;
}

#subscribe_01 {
    background-image: url(../kvn/hoc-bong.png);
    background-color: #102f93;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: "MontB", sans-serif;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 6vh;
    padding: 8vh 0;
    position: relative;
}

#subscribe_01 .text-box {
    text-align: left;
    color: white;
    position: absolute;
    top: 25%;
    left: 47%;
    transform: translateX(-50%);
}

#subscribe_01 .text-box .line1 {
    font-size: clamp(18px, 2.5vw, 30px);
    font-weight: bold;
    color: #FFD400;
    line-height: 1.5em;
}

#subscribe_01 .text-box .line2 {
    font-size: clamp(18px, 2.5vw, 30px);
    font-weight: bold;
    color: white;
    margin-top: 0.2em;
    line-height: 1.5em;
}

#subscribe_01 .text-box .line3 {
    font-size: clamp(36px, 7vw, 70px);
    font-weight: bold;
    background: linear-gradient(to bottom, #FFEF76 0%, #FFF985 32%, #FF7100 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1em;
}

#subscribe_01 h3 span {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 4vh;
}

.animation-object-wrapper {
    position: absolute;
    bottom: 0;
    left: 40%;
    transform: translate(-50%, 0%);
}

#subscribe_02 {
    background-image: url(../kvn/subscribe-form02.png);
    background-color: #102f93;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: "MontB", sans-serif;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: space-evenly;
    padding: 4vh 0;
}

#subscribe_02 .top {
    margin-bottom: 0px;
}

.description-info-register {
    display: none;
}

.description-info-register-pc {
    color: #fff;
    text-align: center;
    ;
}

#subscribe_02 .subscribe_form {
    height: 26vw;
    left: 5%;
    top: 10%;
}

.subscribe_form {
    /* padding: 3vh;
    height: 54vh;
    background: linear-gradient(to right, #216BEB 0%, #0F1EB5 100%);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 42vh; */
    padding: 0 1.6vw 1vw 1.6vw;
    left: 18%;
    position: relative;
    width: 42vh;
    order: 2;
    background: linear-gradient(to bottom, #216BEB 0%, #0F1EB5 100%);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 83.33vh;
}

.register-btn {
    cursor: pointer;
}

.subscribe_form.fancybox__content {
    padding: 2vh 3.5vh !important;
    background: linear-gradient(to bottom, #216BEB 0%, #0F1EB5 100%);
    border-radius: 15px;
}

.subscribe_form:not(.fancybox__content).success .is-close-btn {
    display: none;
}

.subscribe_form.fancybox__content.success {
    padding: 0px !important;
}

.subscribe_section .subscribe_title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subscribe_section .headline-top-title {
    background: linear-gradient(to right, #216BEB 0%, #0F1EB5 100%);
    width: 23vh;
    height: 4vh;
    padding: 1vh;
    font-size: 2vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 2vh;
}

.subscribe_section .headline-top-title-bottom {
    font-family: "MontB", sans-serif;
    font-size: 3.25vh;
    margin-bottom: 0px;
}

.subscribe_section .headline-top-title-bottom strong {
    font-size: 4.5vh;
}

.subscribe_section .headline_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subscribe_section .headline_center {
    display: flex;
    color: var(--danger-color);
    align-items: center;
    margin: 0.5vh;
}

.subscribe_section .headline_center .headline_center_top {
    width: 12vh;
    height: 12vh;
    font-size: 2.8vh;
    line-height: 4vh;
    display: flex;
    margin-bottom: 0px;
    align-items: center;
}

.subscribe_section .headline_center .headline_center_bottom {
    font-family: "MontB";
    font-size: 14vh;
    line-height: 5vh;
    text-shadow: .5vh .5vh .5vh #FFEFBC;
    display: flex;
    align-items: center;
    column-gap: 1vh;
}

.headline_center_bottom .medium-text {
    font-size: 7vh;
    -webkit-text-stroke: 3px FFEFBC;
}

.subscribe_section .headline_bottom {
    display: flex;
    align-items: center;
}

.subscribe_section .headline_bottom_content {
    display: flex;
    align-items: center;
    width: 45vh;
    height: 8vh;
    background: linear-gradient(to right, #216BEB 0%, #0F1EB5 100%);
    color: #fff;
    border-radius: 2vh;
    padding: 2vh 3vh;
    font-size: 2vh;
}

/* .subscribe_section .subscribe_form {
    padding: 2vh 3.5vh;
    width: 42vh;
    height: 57vh;
    order: 2;
    background: linear-gradient(to bottom, #216BEB 0%, #0F1EB5 100%);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 83.33vh;
} */

.subscribe_section .subscribe-footer {
    order: 1;
}

.btn-subscribe {
    display: flex;
    justify-content: center;
    column-gap: 1vh;
}

.input-with-icon {
    position: relative;
}

.input-with-icon span {
    position: absolute;
    color: var(--primary-color-dark-blue-dark1);
    font-size: 2.4vh;
    left: .5vw;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;

}

#faq h3.title_block span {
    font-size: 40px;
    color: var(--primary-color-dark-blue-dark2)
}

#faqAccordion {
    display: none;
}

.gallery-section {
    background: #BBE7FF;
}

.gallery-section img {
    cursor: pointer;
}

.gallery-section .nav-pills .nav-link {
    border-radius: 999px;
    padding: 0.4rem 1.2rem;
    border: 1px solid var(--primary-color-dark-blue, #1B37A0);
    color: var(--primary-color-dark-blue, #1B37A0);
    font-weight: 500;
}

.gallery-section .nav-pills .nav-link.active {
    background: var(--primary-color-dark-linear, linear-gradient(to right, #216BEB, #0F1EB5));
    color: white;
    border: none;
}

.gallery-swiper {
    padding: 20px 0;
}

.gallery-swiper .swiper-slide {
    width: 300px;
    /* bạn có thể chỉnh để khớp theo thiết kế */
}

.gallery-swiper img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}

.flex-layout {
    display: flex;
}

.grid-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 150px;
    gap: 16px;
}

.kvn-swiper {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.kvn-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.kvn-swiper .swiper-slide img {
    width: 300px;
    height: 210px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 12px 18px 31.4px -14px rgba(0, 0, 0, 0.4);
}

.flex-item {
    width: auto;
    height: 210px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 12px 18px 31.4px -14px rgba(0, 0, 0, 0.4);
}

.grid-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 12px 18px 31.4px -14px rgba(0, 0, 0, 0.4);
}

.text-primary {
    color: var(--primary-color-dark-blue-dark2) !important;
}

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

.subscribe_form .icon-kvn-group {
    font-size: 3vw;
}

.subscribe_form .form-group {
    text-align: center;
}

.subscribe_form .form-group .form-control {
    margin: 0.6vw 0px;
    border-radius: 5px;
    width: 100%;
    height: 2.5vw;
    padding-left: 4vh;
    font-family: "MontB", sans-serif;
}

.subscribe_form textarea {
    min-height: 4vh;
    max-height: 10vh;
}

.subscribe_form .form-group textarea.form-control {
    height: 6vh;
}

.subscribe_form .form-group textarea.form-control {
    padding-left: 5px;
}

.subscribe_form .form-control::placeholder {
    color: #636363;
    font-family: "MontB", sans-serif;
    font-size: 1.6vh;
    /* Màu chữ placeholder */
}

.subscribe_form textarea::placeholder {
    padding-left: 3.2vh;
}


.subscribe_form .form-control:focus {
    font-family: "Mont", sans-serif;
    border-color: #0f62fe;
    outline: none;
    box-shadow: 0 0 5px rgba(15, 98, 254, 0.8);
    font-weight: normal;
}

.btn-subscribe {
    min-width: 18vh;
    padding: 1vh;
    background: linear-gradient(180deg, #FFEF76 0%, #FFF985 32%, #FF7100 84%);
    /* Màu đỏ */
    color: var(--primary-color-dark-blue-dark2);
    border: none;
    margin: auto;
    border-radius: 3vh;
    font-size: 2vh;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Khoảng cách giữa biểu tượng và text */
    transition: all 0.3s ease-in-out;
}

.subscribe_form .btn-subscribe:hover {
    background-color: #d32f2f;
    /* Màu đậm hơn khi hover */
}

/* Đồng hồ đếm ngược */
.subscribe-countdown-timer {
    text-align: center;
    margin-top: 1vh;
}

.subscribe-countdown-timer-header {
    font-size: 1.88vh;
    margin-bottom: 2vh;
    font-weight: bold;
    color: #fff;
}

.iconfont.icon-a-Plane_Paper11 {
    font-size: 2.5vh !important;
}

.subscribe-countdown-timer-footer {
    display: flex;
    justify-content: space-between;
    gap: 1vh;
}

.subscribe-countdown-timer-footer div {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 1.2vh;
}

.subscribe-countdown-timer-footer div span {
    font-family: 'Digital Numbers', sans-serif;
    /* Font digital */
    background-color: #fff;
    width: 8vh;
    height: 8vh;
    border-radius: 5px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.8vh;
    font-weight: normal;
}

.subscribe-countdown-timer-footer div small {
    font-size: 1.4vh;
    color: #fff;
}

/* why_choose_us */
#why_choose_us {
    background-image: url(../img/why2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: "MontB", sans-serif;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 50px;
    padding: 100px 0px 50px;
}

#why_choose_us .title_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#why_choose_us .title_block .top {
    color: var(--secondary-color-blue-l1);
}

#why_choose_us .title_block .bottom {
    color: #fff;
}

.why_choose_us_content {
    display: flex;
    flex-wrap: wrap;
    width: 862px;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.why_choose_us_item {
    width: 25%;
    max-height: 260px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 5px;
    border-radius: 15px;
    padding: 12px;
    color: #fff;
    margin-bottom: 20px;
}

.why_choose_us_title {
    flex: 2;
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;

}

.why_choose_us_title .large-text {
    font-size: 40px;
    font-weight: bold;
}

.why_choose_us_body {
    font-size: 18px;
    flex: 3;
    text-align: center;
}

/* section#why_edu */
#why_edu {
    background-image: url(../img/why_edu.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    font-family: "MontB", sans-serif;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    column-gap: 50px;
    padding: 100px 0px 100px;
}

#why_edu .title_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#why_edu .top,
#why_edu .bottom {
    color: var(--primary-color-dark-blue-dark2);
    font-size: 40px;
}

#why_edu .title_block {
    margin-bottom: 50px;
}

.slide-wrapper {
    overflow: hidden;
    width: 100%;
}

.kvn-swiper-rtl .slide-wrapper {
    display: flex;
    width: max-content;
    column-gap: 20px;
    animation: scroll-left 30s linear infinite;
}

.kvn-swiper-ltr .slide-wrapper {
    display: flex;
    width: max-content;
    column-gap: 20px;
    animation: scroll-right 30s linear infinite;
}

.slide-wrapper img {
    height: 210px !important;
    width: auto;
    display: block;
    border-radius: 10px;
}

.slide {
    flex-shrink: 0;
    width: 200px;
    /* hoặc kích thước phù hợp */
    margin-right: 30px;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.why_edu_content {
    display: flex;
    flex-wrap: wrap;
    width: 942px;
    margin: auto;
    column-gap: 26px;
    row-gap: 26px;
    padding: 0px;
}

.why_edu_body {
    margin-bottom: 0px;
    font-size: 16px;
    color: var(--primary-color-dark-blue-dark2);
    text-transform: uppercase;
}

#why_edu .why_edu_item {
    width: 31%;
    display: flex;
    background-color: #CAECFF;
    border: 2px solid #fff;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    border-radius: 15px;
    padding: 12px;
    color: #fff;
    transition: transform .5 ease;
}

#why_edu .why_edu_item:hover {
    transform: scale(1.06);
}

/* #custom_gallery */

#custom_gallery {
    background-image: url(../img/footer_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: "MontB", sans-serif;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    column-gap: 50px;
    padding: 100px 0px 100px;
}

#custom_gallery .logo-title {
    text-align: center;
}

#custom_gallery .title_block {
    font-size: 40px;
    color: var(--dark90);
    text-transform: uppercase;
    text-align: center;
}

.custom_tab_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    border: none;
}

.custom_tab_content .nav-link {
    font-family: "MontB", sans-serif;
    color: #007bff;
    background-color: #fff;
    border-color: #007bff;
    border-radius: 37px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    margin-right: 10px;
}

.custom_tab_content .nav-link.active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 37px;
    font-weight: bold;
    padding: 10px 20px;
    margin-right: 10px;
}

#custom_gallery_tabs {
    border: none;
    margin-bottom: 20px;
}

.custom_gallery_content .tab-content {
    padding: 10px 20px;
    min-height: 500px;
}

.custom-gallery-footer {
    display: flex;
    justify-content: center;
}

.custom-gallery-footer .btn-events-readmore {
    width: 186px;
    padding: 15px 25px;
    background: linear-gradient(to top, #1C41BB 0%, #00C2FD 100%);
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 35px;
    margin-top: 20px;
    border: 1px solid #00C2FD;
}

.thumbnail-slider .swiper-slide-thumb-active img {
    border-color: #007bff;
    /* Màu border cho thumbnail được chọn */
}


#custom_gallery .swiper-container-wrapper {
    width: 800px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
}


.main_custom_gallery_slider {
    width: 80%;
    height: auto;
    margin-right: 5px;
}

.main_custom_gallery_slider .swiper-button-next,
.main_custom_gallery_slider .swiper-button-prev {
    display: none;
}

.thumbnail_custom_gallery_slider {
    width: 10%;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.thumbnail_custom_gallery_slider .swiper-slide {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    height: 80px !important;
}

.thumbnail_custom_gallery_slider .swiper-slide img:hover {
    transform: scale(1.05);
    /* Hiệu ứng phóng to khi hover */
}

.thumbnail_custom_gallery_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.thumbnail_custom_gallery_slider .swiper-slide img:hover {
    transform: scale(1.05);
}

.main_custom_gallery_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.thumbnail_custom_gallery_slider .swiper-slide:not(.swiper-slide-thumb-active) img {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

/* Đảm bảo rằng thumb active có độ mờ bình thường */
.thumbnail_custom_gallery_slider .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}

/* Customer review slider */
#customer_review {
    background-color: #C0E9FF;
    color: #fff;
    padding: 30px 60px;
}

#customer_review h3.title_block,
#customer_review p.description-block {
    text-align: center;
}

#customer_review h3.title_block {
    font-size: 50px;
    text-transform: uppercase;
}

#customer_review h3.title_block .top,
#customer_review h3.title_block .bottom {
    display: block;
    color: var(--primary-color-dark-blue-dark2);
}

.customer-review-text {
    font-family: "Inter", sans-serif;
    color: #737373;
    font-size: 14px;
}

#customer_review p.description-block {
    font-size: 24px;
    color: var(--disabled-element-text-color);
}

#swiper-customer-review {
    width: 100%;
    margin: auto;
    overflow-x: hidden;
    position: relative;
}

#swiper-customer-review .swiper-wrapper {
    margin: auto;
}

swiper-customer-review .swiper-wrapper .swiper-slide .avatar {
    width: 135px;
}

#swiper-customer-review .swiper-wrapper .swiper-slide {
    width: 350px !important;
    height: 100%;
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* left: 50%;
    transform: translateX(-50%); */
}

#swiper-customer-review .swiper-wrapper .swiper-slide .customer-review-content {
    padding: 20px;
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #737373;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: justify;
    height: 220px;
    font-size: 14px;
    top: -60px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.testimonial .avatar {
    position: relative;
    z-index: 51;
    width: 130px;
    height: 130px;
}

/* 
#swiper-customer-review .swiper-slide {
    left: 50%;
    transform: translatex(-50%) !important;
} */

#reply-card {
    display: flex;
    justify-content: center;
    width: 458px;
    background-color: #3E8BEC;
    border-radius: 15px;
    margin: auto;
    padding: 15px 0px;
}

.headline-card {
    font-family: "MontB", sans-serif;
    text-align: center;
}

#reply-card .btn-cta-click-now {
    font-family: "MontB", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 31px;
    margin: auto;
    width: 200px;
    display: block;
    padding: 8px 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to top, #23B33A 0%, #57D163 100%);
}

.customer-reply-card-img-listing {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    padding: 0px;
    width: 100px;
    height: 40px;
    position: relative;
}

.customer-reply-card-img {
    list-style-type: none;


}

.customer-reply-card-img:first-child {
    position: absolute;
    left: 0px;
}

.customer-reply-card-img:nth-child(2) {
    position: absolute;
    right: 40px;
}

.customer-reply-card-img:last-child {
    position: absolute;
    left: 40px;
}

.customer-reply-card-img img {
    width: 38px;
    height: 38px;
}

.headline-card.headline-top {
    font-size: 28px;
    margin-bottom: 0px;
}

.headline-card.headline-bottom {
    font-size: 20px;
}

#swiper-customer-review .author h4 {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    line-height: 21px;
    color: var(--primary-color-dark-blue-dark1);
}

#swiper-customer-review .author p {
    font-family: "MontB", sans-serif;
    color: #000;
    font-weight: bold;

}

#swiper-customer-review .swiper-wrapper .swiper-slide .customer-review-content::after {
    content: '';
    position: absolute;
    background-image: url('../kvn/arrow_comment.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 51px;
    height: 35px;
    bottom: -33px;
    right: 50px;
    display: block;
}

#swiper-customer-review .swiper-wrapper .swiper-slide .customer-review-content img {
    display: block;
    width: 32px;
    height: auto;
    margin: 0px;
}

#swiper-customer-review .swiper-wrapper .swiper-slide .customer-review-content img.avatar {
    width: 135px;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

#swiper-customer-review .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

/* Gradient overlay */
#swiper-customer-review .gradient-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    /* Kích thước của gradient ở mỗi bên */
    pointer-events: none;
    /* Không ảnh hưởng đến thao tác chuột */
    z-index: 10;
}

#swiper-customer-review .gradient-left {
    left: 0;
    width: 100px;
    background: linear-gradient(90deg, #C0E9FF 0%, rgba(192, 233, 255, 0%) 100%);
}

#swiper-customer-review .gradient-right {
    right: 0;
    width: 100px;
    transform: rotate(180deg);
    background: linear-gradient(90deg, #C0E9FF 0%, rgba(192, 233, 255, 0%) 100%);
}

.gallery-section {
    position: relative;
}

.gallery-section .tab-pane {
    position: relative;
}

.gallery-section .gradient-left {
    left: 0;
    width: 100px;
    background: linear-gradient(90deg, #C0E9FF 0%, rgba(192, 233, 255, 0%) 100%);
}

.gallery-section .gradient-right {
    right: 0;
    width: 100px;
    transform: rotate(180deg);
    background: linear-gradient(90deg, #C0E9FF 0%, rgba(192, 233, 255, 0%) 100%);
}

.gallery-section .gradient-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    pointer-events: none;
    z-index: 10;
}

/* end customer review slider */

.fullscreen-gallery {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.fullscreen-gallery img {
    margin: auto;
    display: block;
}

.fullscreen-gallery .swiper-pagination {
    bottom: -25px;
}

.fullscreen-gallery .swiper-pagination-bullet {
    background-color: white;
    opacity: 0.5;
    width: 20px;
    height: 7px;
    margin: 0 6px;
    border-radius: 2px;
    transition: 0.3s;
}

.fullscreen-gallery .swiper-pagination-bullet-active {
    background-color: #00C2FD;
    opacity: 1;
    width: 7px;
    border-radius: 50%;
    transform: scale(1.2);
}

.fullscreen-gallery.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.fullscreen-gallery .swiper {
    width: 90%;
    max-width: 960px;
}

.btn-close-gallery {
    position: absolute;
    top: 0px;
    right: 10px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 10000;
}

/* #pride */
#pride {
    background-image: url(../img/baochi_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #F5F5F5;
    width: 100%;
    height: auto;
    padding: 100px 0px;
}

#pride .title_block {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

#pride h3.title_block .top {
    color: var(--secondary-color-blue-l1);
}

#pride h3.title_block .bottom {
    display: block;
    color: #fff;
}

.pride-container {
    width: 865px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.pride-large-image {
    max-width: 865px;
}

.pride-large-image img {
    width: 865px;

}

.card_pride_container .swiper-button-next,
.card_pride_container .swiper-button-prev {
    z-index: 1000;
    position: absolute;
}

.card_pride_container .swiper-button-next {

    /* Đặt vị trí nút ra ngoài */
}


.card_pride_container {
    width: 100%;
    padding: 50px 0px;
    border: 2px solid #51D6FF;
    border-radius: 15px;
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    color: var(--secondary-color-blue-l1);
    font-size: 80%;
}



.card-pride-title {
    font-family: "InterB", sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    line-height: 24px;
}


.events-container {
    display: grid;
    grid-template-columns: 51% 48%;
    column-gap: 20px;
}

.events-large-item {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.events_content {
    display: flex;
    margin-bottom: 50px;
}

#events_tabs {
    margin-bottom: 30px;
    border: none;
}

#events {
    padding: 50px 0px;
}

#events .title_block .left {
    text-transform: uppercase;
}


#events .title_block .top {
    color: #000;
}

#events .title_block .bottom {
    color: #FF4653;
}

.events-footer .btn-events-readmore {
    font-family: "InterB", sans-serif;
    width: 186px;
    padding: 15px 25px;
    background: linear-gradient(to top, #1C41BB 0%, #00C2FD 100%);
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 35px;
    margin-top: 20px;
    border: 1px solid #00C2FD;
}

.events-footer {
    display: flex;
    justify-content: center;
}

.wrap-events-title h3 {
    line-height: 40px;
}

.events_content.custom_tab_content {
    width: 1000px;
    margin: 30px auto;
}

.wrap-events-img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: block;
}

.events-scroll-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 15px;
    column-gap: 15px;
    padding-left: 0px;
    max-height: 500px;
}

.events-thumb-content {
    margin-bottom: 0px;
    ;
}

.wrap-events-title p {
    margin-bottom: 0px;
    ;
}

.events-large-item img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.events-scroll-list .events-item img {
    width: 100%;
}

.events-scroll-list .events-item .wrap-events-thumb-img img {
    width: 100%;
    height: 150px;
    padding: 0px 0px;
    border-radius: 12px;
}

.header-title-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.wrap-events-title {
    font-family: 'InterB', sans-serif;
    color: #1B37A0;
    text-decoration: none;
    margin-bottom: 10px;
}

.events-item {
    display: flex;
    flex-direction: column;
    width: 48%;
    row-gap: 10px;
}

/* Scholarship slider */
#scholarship-02 {
    background: linear-gradient(90deg, #54ADFF 0%, #81F7FF 100%);
    width: 100%;
    height: auto;
    padding: 30px 50px;
    overflow: hidden;
}

#scholarship-02 h3.title_block .top,
#scholarship-02 h3.title_block .bottom {
    color: #fff;
}

#scholarship-02-slider .swiper-container {
    width: 100%;
    height: 400px;
    position: relative;

}



#scholarship-02-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease;
    width: 271px;
    height: 542px;
}

#scholarship-02-slider .swiper-slide a::after {
    content: '';
    background-image: url(../img/icons/btn_video_play.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    opacity: 1;
    transition: all 0.3s ease;
}

/* #scholarship-02-slider .swiper-slide a:hover::after {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
} */

#scholarship-02-slider .swiper-slide a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 2px solid #AFD8FF;
    border-radius: 50%;
    animation: none;
    opacity: 0;
}

#scholarship-02-slider .swiper-slide a:hover::before {
    animation: circleRotate 1.5s linear infinite;
    opacity: 1;
}

.scholarship-social {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin: 30px;
}

.scholarship-social li {
    list-style-type: none;
}

.scholarship-social li a {}

.scholarship-social li a span {
    font-size: 40px;
    color: initial !important;
}

.icon.icon-zalo {
    font-size: 40px;
}

.icon.icon-facebook {
    font-size: 40px;
    color: #fff;
}

@keyframes circleRotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        width: 50px;
        height: 50px;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}


#scholarship-02-slider .swiper-slide img {
    width: 271px;
    height: 542px;
    object-fit: cover;
    border-radius: 10px;
}

#scholarship-02-slider .swiper-pagination {
    position: relative;
    bottom: 0px;
    top: 15px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

#scholarship-02-slider .swiper-pagination span {
    background-color: #CDCDCD;
    opacity: 1;
}

#scholarship-02-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--secondary-color-blue-l1);
    border: 1px solid var(--secondary-color-blue-l1);
    border-radius: 10px;
    display: inline-block;
    height: 8px;
    opacity: 1;
    width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.swiper-slide.moved-to-right {
    transform: translateX(100px);
    /* Điều chỉnh khoảng cách sang phải */
    transition: transform 0.3s ease;
}

/* Partner review slider */
#partner-review {
    background: url(../kvn/Section-Partner.png) no-repeat center center;
    background-size: 100%;
    width: 100%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    position: relative;
}

#partner-review h3.title_block,
#partner-review p.description-block {
    text-align: center;
}

#partner-review h3.title_block {
    text-transform: uppercase;
}

#partner-review h3.title_block .top {
    display: block;
    color: #fff;
}

#partner-review p.description-block {
    color: var(--disabled-element-text-color);
}

#swiper-partner-review {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.partner-logos {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    padding-left: 0px;
}

.partner-logos li {
    list-style-type: none;
}

.partner-logos li p {
    font-family: "InterB", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1B37A0;
}

.partner-logo-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#swiper-partner-review .swiper-wrapper {
    margin: auto;
}

#swiper-partner-review .swiper-wrapper .swiper-slide {
    width: 100px;
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    text-align: center;
    padding: 20px 0px;
    color: #fff;
}

#subscribe_widget_register {
    position: absolute !important;
    left: 50% !important;
    transform: translate(-50%, -40%) !important;
    top: 50% !important;
}

#partner-review .swiper-button-prev {
    left: 150px;
    top: 60%;
}

#partner-review .swiper-button-next {
    right: 150px;
    top: 60%;
}

#swiper-partner-review .swiper-wrapper .swiper-slide img {
    width: 100px;
}

#swiper-partner-review .swiper-wrapper .partner-review-slide-header {
    display: flex;
}

#swiper-partner-review .swiper-wrapper .partner-review-slide-header img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

.partner-review-info {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#swiper-partner-review .swiper-wrapper .swiper-slide .partner-review-content {
    padding: 20px;
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #737373;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: justify;
    height: 215px;
    font-size: 14px;
}

#swiper-partner-review .swiper-wrapper .swiper-slide .customer-review-content img.avatar {
    width: 135px;
}

#swiper-partner-review .swiper-wrapper .swiper-slide .customer-review-content img {
    display: block;
    width: 32px;
    margin: 5px auto 15px;
}

#swiper-partner-review .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

/* Gradient overlay */
#swiper-partner-review .gradient-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 160px;
    /* Kích thước của gradient ở mỗi bên */
    pointer-events: none;
    /* Không ảnh hưởng đến thao tác chuột */
    z-index: 10;
}

#swiper-partner-review .swiper-pagination {
    top: 5px;
    position: relative;
}

.partner-review-name {
    font-family: "MontB", sans-serif;
    color: #FFDEB0;
}

#swiper-partner-review .swiper-pagination-bullet-active {
    background-color: var(--secondary-color-blue-l1);
    border: 1px solid var(--secondary-color-blue-l1);
    border-radius: 10px;
    display: inline-block;
    height: 8px;
    opacity: 1;
    width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}


#swiper-partner-review .gradient-left {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#swiper-partner-review .gradient-right {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

/* end partner review slider */
footer {
    padding: 20px 0px 0px !important;
}

.fanpage {
    display: flex;
    flex-direction: column;
    align-items: self-startf;
}

.fanpage img {
    height: 250px;
}

footer.kvn-bg-dark {
    background-color: var(--primary-color-dark-blue-02);
    color: #fff;
}

footer.kvn-bg-dark .icon-kvn-group {
    font-size: 60px;
}

.footer-container .footer-container-top {
    display: flex;
    column-gap: 50px;
    min-height: 380px;
}

.footer-container .footer-container-top .contact-info {
    text-align: left;
    width: 50%;
}

.footer-element-wrapper {
    display: flex;
    column-gap: 8px;
}

.footer-element-wrapper .iconfont {
    color: #00c2fe;
    font-weight: bold;
    font-size: 21px;
}

.footer-element-wrapper .icon {
    width: 21px;
}

.list-quick-links {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    height: 120px;
    width: 50%;
}


.list-quick-links li {
    width: 50%;
}

.list-quick-links li a {
    font-weight: bold;
    font-family: "InterB", sans-serif;
}

.footer-title {
    color: var(--yellow-color);
    font-size: 20px;
}

.h-title {
    display: inline-block;
    color: var(--yellow-color);
}

.footer-logo {
    display: flex;
    column-gap: 100px;
    margin: 30px 0px;
    align-items: center;
}

.footer-logo .mb-3 {
    margin-bottom: 0px;
}

.footer-social {
    display: flex;
    column-gap: 20px;
    margin-bottom: 0px;
}

.footer-social li {
    list-style-type: none;
    height: 40px;
    display: flex;
    align-items: center;
}

.footer-social .icon-facebook {
    font-size: 40px;
}

.list-quick-links li a {
    text-transform: uppercase;
}

.list-quick-links li {
    min-height: 50px;
}

.map {
    display: flex;
    flex-direction: column;
}

.map .h-title {
    font-size: 16px;
    text-align: left;
}

.footer-container-bottom {
    display: flex;
    align-items: center;
    column-gap: 50px;
}


.footer-bottom {
    background: linear-gradient(to right, #10236B, #2B439C);
    padding: 15px;
}

/* Float button container */
.float-container {
    position: fixed;
    bottom: 94px;
    right: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 40px;
    z-index: 999999;
}

/* Main button style */
/* .float-main-btn img {
    width: 64px;
    height: 64px;
    background-color: #4caf50;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
} */

#floatMenu {
    display: flex;
}

/* Submenu buttons */
.float-menu {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.float-btn {
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.float-btn span {
    font-size: 12px;
    color: #636363;
}

.float-btn img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Toggle Button */
.toggle-btn {
    background-color: transparent;
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(76, 175, 80, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
    }
}

/* .float-main-btn .phone-btn {
    width: 45px;
    height: 45px;
    background-color: #43B200;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

} */

#toggleBtn .iconfont {
    color: var(--secondary-color-blue-l1);
    font-weight: bold;
}

/* Main Call Button with Animation */
/* .float-main-btn span {
    width: 60px;
    height: 45px;
    background-color: #4caf50;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 20px;
    animation: pulse 2s infinite;
} */

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    right: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #43B200;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgb(67, 178, 0, .7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #43B200;
    width: 33px;
    height: 33px;
    top: 36px;
    left: 36px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.hotline-phone-ring-img-circle .pps-btn-img .iconfont {
    color: #fff;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

#tum-feedback-form {
    display: flex;
    flex-direction: column;
}

.attachment {
    cursor: pointer;
}

#tum-feedback-form .attachment .icon-camera1 {
    color: var(--primary-color-dark-blue-dark1);
    font-size: 21px;
}

.feedback-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.feedback-form-title {
    text-align: center;
}

.feedback-form-title-top {
    font-size: 33px;
    font-weight: bold;
    color: #000;
}

.feedback-form-title-middle {
    font-size: 20px;
    font-weight: bold;
    color: #646464;
}

.feedback-form-title-bottom {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.photo-attach-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tum-feedback-form .form-group .form-control {
    margin: 15px 0px;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding-left: 30px;
}

#mobile_remember {
    display: block;
    transform: scale(1.6);
    /* Tăng kích thước */
    margin: 10px;
    /* Tùy chỉnh khoảng cách */
}

.mobile_remember_wrapper {
    display: flex;
    font-size: 14px;
    align-items: center;
    column-gap: 5px;
}


#tum-feedback-form input[type="text"],
#tum-feedback-form input[type="number"] {
    background: #F9F9F9;
    font-size: 12px;
    -webkit-text-stroke-color: #E6E6E6;
}

#tum-feedback-form .note {
    font-size: 14px;
}

#tum-feedback-form textarea {
    height: 300px !important;
    background: #F9F9F9;
    -webkit-text-stroke-color: #E6E6E6;
}

#tum-feedback-form button {
    margin: auto;
    min-width: 180px;
    padding: 12px 25px;
    background: linear-gradient(to top, #1C41BB 0%, #00C2FD 100%);
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 35px;
    margin-top: 20px;
}

.just-validate-error-label {
    display: none;
}

.attachment {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.attachment .just-validate-error-label {
    display: block !important;
    font-size: 14px;
}

input[type="file"].just-validate-error-label {
    display: block;
}

.just-validate-error-field:focus,
input.just-validate-error-field:focus,
select.just-validate-error-field:focus {
    border-color: var(--red-color) !important;
    box-shadow: 0 0 0 .25rem #dc354540 !important;
}

.just-validate-success-field:focus,
input.just-validate-success-field:focus,
select.just-validate-success-field:focus {
    border-color: var(--green-color) !important;
    box-shadow: 0 0 0 .25rem #dc354540 !important;
}

form .form-group input.just-validate-error-field {
    background-image: url("../img/error.png") !important;
    border-color: var(--red-color);
}

form .form-group input.just-validate-success-field {
    background-image: url("../img/success.png") !important;
    border-color: var(--green-color);
}

form .form-group input.just-validate-error-field,
form .form-group input.just-validate-success-field {
    background-position: right calc(.375em + .1875rem) center !important;
    background-repeat: no-repeat !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
}

.subscribe_section .subscribe_form.success {
    padding: 0;
    height: auto;
}

.subscribe_section .subscribe_form.success img {
    width: 100%;
}

#mkt-sidebar {
    margin-top: 25px;
}

#vertical-slide-sidebar {
    margin-bottom: 20px;
}