@font-face {
    font-family: "Inter";
    src: url("/assets/fe/fonts/Inter/static/Inter_18pt-Regular.ttf")
        format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/assets/fe/fonts/Inter/static/Inter_18pt-Bold.ttf")
        format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/assets/fe/fonts/Inter/static/Inter_18pt-Light.ttf")
        format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Inter", sans-serif;
    font-feature-settings: "cv03", "cv04", "cv11";
}

.btn-dark {
    background-color: #070f27;
}

.main-bg {
    background: #fefaef;
}
.navbar.navbar-expand-lg {
    background: #070f27;
    backdrop-filter: blur(15.899999618530273px);
}
.navbar-custom {
    top: 0px;
    left: 0;
    right: 0;
    z-index: 10;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(7.949999809265137px);
    box-shadow: none;
    transition: all 0.3s ease;
}

.navbar-custom.hide {
    transform: translateY(-100%);
}

.navbar-nav .nav-link.active {
    color: #c30838 !important;
}

.carousel-item {
    height: 100vh;
    max-height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

.carousel-caption p {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.banner-section {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    /*background: fixed;*/
    padding: 40px 0px;
    height: 100vh;
}

.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); /* Lớp phủ tối giúp chữ nổi bật */
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-title {
    font-size: 10vw;
    font-weight: 900;
    letter-spacing: 18px;
    padding: 20px 0px;
    text-transform: uppercase;
    line-height: 120px;
}

.banner-description {
    margin: 20px auto;
    font-size: 16px;
    width: 70%;
    text-transform: capitalize;
}

.video-box {
    margin: 30px auto 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    position: relative;
}
.video-box img {
    max-width: 100%;
}
.video-box:hover {
    transform: scale(1.02);
}
.card-content h5 {
    font-size: 43px !important;
    line-height: normal !important;
}
.video-icon {
    font-size: 40px;
    color: #a90030;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#fullpage-wrapper {
    opacity: 0;
    pointer-events: none;
    height: 100vh;
}

h1 {
    font-size: 6em;
    font-size: calc(2em + 2vw);
    margin: 0;
    padding: 1em 0 0 0;
}

.section {
    color: #fff;
}

/* Elements */
.box {
    height: 60vh;
    padding: 30px 0 0 0;
    text-align: center;
    background: #4e4e4e;
    width: 400px;
    max-width: 80vw;
    margin: 30px auto;
    border-radius: 12px;
    font-size: 1.4em;
}

/* Backgrounds colors for sections */
/*.fp-section:nth-child(1){*/
/*    background-image: linear-gradient(128deg,#40afff,#3f61ff);*/
/*}*/

/*.fp-section:nth-child(2){*/
/*    background-image: linear-gradient(128deg,#ff9a3f,#ff4b40);*/
/*}*/

/*.fp-section:nth-child(3){*/
/*    background-image: linear-gradient(128deg,#fc40ff,#543fff);*/
/*}*/
.fp-watermark {
    display: none;
}

.card-overlay {
    position: relative;
    color: white;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
}
.card-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}
.card-content {
    position: relative;
    z-index: 2;
    padding: 1rem;
}
.big-number {
    font-size: 3rem;
    font-weight: bold;
}
.link-arrow {
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.link-arrow:hover {
    text-decoration: underline;
}
.card-box {
    background-size: contain;
}
.card-box {
    position: relative;
    color: white;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.5s ease;
}
.card-box:hover {
    transform: scale(1.03);
}
.overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.4s ease;
}
.card-box:hover .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.card-content {
    position: relative;
    z-index: 2;
    padding: 1rem;
    opacity: 1;
    transition: opacity 0.4s ease;
}
.card-box:hover .card-content {
    opacity: 1;
}
.big-number {
    font-size: 3rem;
    font-weight: bold;
}

.link-arrow {
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.link-arrow:hover {
    text-decoration: underline;
    transform: translateX(5px);
}

.full-height {
    height: 520px;
}

.half-height {
    height: 50%;
}
.card-section-top.card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}
.card-content.card-section-bottom {
    height: 100%;
    text-align: left;
}
.container-custom {
    max-width: 95%;
    margin: 0 auto;
    padding: 0px 10px;
    overflow: hidden;
}
.khoa-hoc-section {
    background-color: #fffaf0;
}

.khoa-hoc-title {
    font-size: 3rem;
    font-weight: 800;
    color: #0d0d5d;
    text-transform: uppercase;
}

.khoa-hoc-link {
    color: #a50024;
    font-weight: bold;
    text-decoration: none;
}

.main-banner {
    position: relative;
    height: 520px;
    background-size: cover;
    background-position: center;
    color: white;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.1)
    );
}

.category-menu {
    position: relative;
    padding-top: 2rem;
    z-index: 2;
}

.category-menu a {
    margin: 0 10px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
}

.category-menu a.active {
    font-weight: bold;
    text-decoration: underline;
}

.course-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.course-box {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 250px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.course-box img {
    width: 100%;
    height: auto;
    display: block;
}

.course-box .btn {
    font-size: 0.8rem;
    padding: 5px 10px;
}

.course-description {
    max-width: 600px;
}
.course-section {
    position: relative;
    background: rgba(0, 0, 0, 0.4);
}

.swiper {
    width: 100%;
    height: 100%;
}

/* .mySwiperCourse .swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 60px;
    color: white;
} */
.mySwiper .swiper {
    height: 100vh;
}
.course-content {
    z-index: 2;
}

.course-title {
    font-size: 3rem;
    font-weight: bold;
}

.course-desc {
    max-width: 600px;
    font-size: 1rem;
    margin-top: 1rem;
}

.course-menu .menu-item.active,
.course-menu .menu-item:hover {
    font-weight: bold;
    font-size: 1.1rem;
    opacity: 1;
    scale: 1.1;
}

/* Gradient overlay to help text visibility */
#bannerSwiper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));*/
    z-index: 1;
}
#bannerSwiper .swiper-slide:hover::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.banner-title img {
    max-width: 50%;
}
.khoa-hoc-box {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 300px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    z-index: 9;
    padding: 10px;
}
.khoa-hoc-box img {
    width: 100%;
    object-fit: cover;
}
.khoa-hoc-box .btn-group {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.khoa-hoc-box .btn {
    font-size: 0.85rem;
    padding: 6px 10px;
}
.btn-follow-large {
    text-align: center;
    display: block;
    width: 100%;
    background: #850221;
    color: #fff;
    text-decoration: none;
    font-size: 50px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 16px;
    border: 2px solid #850221;
}
.btn-follow-large:hover {
    background: #ffffff;
    color: #850221;
}
a.btn-follow-large svg {
    width: 20px;
    fill: #ffff;
}
.testimonial-card {
    background-color: #000;
    color: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* .testimonial-card:hover {
    scale: 1.05;
} */

.testimonial-card img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonial-card .name {
    font-weight: bold;
    margin-top: 15px;
}

.testimonial-card .position {
    font-size: 0.9rem;
    color: #ccc;
}

.video-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

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

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 15px;
}

/*.play-button::after {*/
/*    content: "\25B6";*/
/*    font-size: 24px;*/
/*    color: #000;*/
/*}*/

.mySwiperTestimonial .swiper-slide {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

h3.title {
    font-size: 135px;
    font-weight: 900;
    color: #000028;
    line-height: 175px;
}
.title-fs-40 {
    font-size: 40px;
    font-weight: 900;
    color: #000028;
    line-height: 175px;
}
h4.title {
    font-weight: 700;
    font-size: 6vw;
    line-height: 140%;
    letter-spacing: -5%;
    text-transform: uppercase;
}

.studio-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.studio-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.studio-card:hover img {
    transform: scale(1.02);
}

.studio-info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 1rem;
}

.studio-info .location {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.about-link {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-weight: 600;
    color: black;
    font-size: 1.1rem;
}
a.btn-link-more {
    text-decoration: none;
    color: #850221;
    font-weight: bold;
    font-size: 30px;
}

a.btn-link-more:hover {
    text-decoration: underline;
}
img.icon_office {
    width: 18px;
    margin-right: 10px;
}

.studio-info span {
    font-size: 16px;
}

.studio-info .st-text {
    font-size: 30px;
    text-transform: uppercase;
}
.footer {
    background-color: #000;
    color: white;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding-top: 0;
}

.footer h5,
.footer h6 {
    font-weight: bold;
}

.footer .title-main {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: 3px;
    color: white;
    line-height: 1;
}

.footer .subtitle {
    font-size: 1.5rem;
    font-weight: bold;
}

.footer input[type="text"] {
    border-radius: 20px;
    padding: 8px 20px;
    border: none;
    width: 100%;
}

.footer .email-form {
    position: relative;
    margin-top: 20px;
}

.footer .email-form button {
    position: absolute;
    right: 5px;
    top: 50%;
    border: none;
    background: #f04b6b;
    color: white;
    border-radius: 50%;
    padding: 6px 12px;
    font-weight: bold;
    transform: translateY(-50%);
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer .social-icons i {
    font-size: 1.3rem;
    margin-right: 15px;
    color: white;
}

.footer .copyright {
    font-size: 0.85rem;
    margin-top: 30px;
}

.footer .vector-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
    max-width: 40%;
}

.footer .section-title {
    border-bottom: 2px solid gray;
    margin-bottom: 20px;
    padding: 40px 0;
}

.highlight-pink {
    color: #f04b6b;
    font-weight: bold;
}

.footer .info-title {
    color: #850221;
    font-weight: bold;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 20px;
}
.footer {
    background-color: #000;
}
.footer-sub-title {
    font-weight: 100;
    font-size: 30px;
    line-height: 45px;
}

.footer-origin-title {
    font-weight: bold;
    font-size: 50px;
}

.section-title.has-border-right {
    border-right: 2px solid gray;
}
footer.footer ul {
    list-style-type: none;
    padding: 0px;
}
.btn-outline-danger {
    color: #850221;
    border-color: #850221;
}

.bg-image-footer {
    display: flex;
    justify-content: end;
}
.khoa-hoc-box .btn-group .btn {
    border-radius: 100px !important;
    font-weight: bold;
}

.khoa-hoc-box .btn-group .btn:hover,
.khoa-hoc-box .btn-group .btn.active {
    background: #850221;
}
.box-text-title {
    margin-bottom: 40px;
}

.home-page .navbar-custom {
    /* top: 30px; */
    top: 0;
    position: fixed;
}
.container-biendao-show {
    margin-block: 100px !important;
}
.btn.btn-dark.btn-lg.rounded-pill {
    font-size: 16px;
    font-family: "Inter";
    text-transform: capitalize;
}
h2.section-title {
    font-weight: 700;
    font-size: 180px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #c30838;
    text-align: center;

    display: block;
    margin-top: 8rem;
    height: 120px !important;
    margin-bottom: 60px !important;
}
.navbar-custom {
    top: 0px;
    position: fixed;
}
.video-box img {
    width: 25%;
}
div#nextSection,
#nextSection {
    height: 100vh;
}
.row.custom-row {
    margin-top: 1vh;
}
.cus-col {
    margin-top: 0px;
}
.custom-row.row-top {
    margin-bottom: 1vh;
}
.custom-row.row-top .card-box {
    height: 32.33vh;
}
.custom-row.row-bottom {
    margin-top: 1vh;
}
.custom-row.row-bottom .card-box.full-height {
    height: 65.66vh;
}

.user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}
a.d-block.action-block {
    height: 100%;
    color: #fff;
    text-decoration: unset;
}

/* swiper */

.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.swiper-button-next,
.swiper-button-prev {
    box-shadow: 0px 0px 3.08px 0px #00000040;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    color: #00000099;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
    font-weight: bold;
}

.swiper-pagination-bullet {
    opacity: 0.5;
    width: 15px;
    height: 15px;
}

.swiper .box-image,
.swiper .box-all {
    height: 100%;
}

.box-all {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.box-course {
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: block;
}

.box-image {
    display: block;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.box-course .image-cover {
    display: block;
    padding-top: 100%;
}

.image-cover img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#navCourseSwiper {
    height: 150px;
    z-index: 3;
}

.mySwiperCourse {
    margin-top: -110px;
}

.nav-course-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#navCourseSwiper .nav-course-item {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 130% */
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

#navCourseSwiper .swiper-slide-thumb-active .nav-course-item,
#navCourseSwiper .nav-course-item:hover {
    font-weight: 700;
}

.mySwiperTestimonial {
    height: 500px;
}

.banner {
    position: relative;
    overflow: hidden;
}

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

.banner .bg-banner img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.title-mega {
    font-size: 130px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #850221;
}
.skiptranslate {
    display: none !important;
}
.top-language {
    display: flex;
    gap: 5px;
    margin-right: 1rem;
}
.btn-primary:hover {
    background-color: #6c001a;
}
.facilities-list.about .studio-card img {
    height: 300px;
}
.bg-c {
    background: #fefaef;
}

.text-black {
    color: black;
    font-size: 16px;
    text-transform: capitalize;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* CONG */
.mt-10 {
    margin-top: 10rem !important;
}
h3.title.dash {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 60px;
}

.bg-scale {
    background-color: rgba(133, 2, 33, 1);
    color: white;
    padding: 10px;
    border-radius: 8px;
    margin-right: 10px;
}
.bg-scale img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    filter: invert(1);
}
.dashboard-style-wrapper .card {
    border-radius: 13px;
    box-shadow: 0px 4px 17.4px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.home-abs-course {
    position: absolute;
    top: 25%;
}
.swiper-slide.css-slider-new {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100% !important;
}

.dashboard-style-wrapper .card-body {
    flex-direction: column;
    gap: 10px;
    display: flex;
    justify-content: center;
    border-radius: 16px;
}

p.sub-total {
    font-size: 40px;
    font-weight: bold;
}
.card-custom {
    background: #071226;
    color: #fff;
    border-radius: 20px;
    padding: 30px;
}
.dashboard-style-wrapper .big-number {
    font-size: 44px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    line-height: 1;
    color: white;
}

.change {
    color: #e63946;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
}
.change .triangle {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #e63946;
}
.right img {
    max-width: 100%;
    height: auto;
    margin-top: -5rem;
}
.bg-fig {
    background: rgba(7, 15, 39, 1);
}
.card-body-right.dashboard-course {
    display: flex;
    align-items: center;
}

.dashboard-style-total {
    background-color: rgba(254, 250, 239, 1);
    border-radius: 13px;
    box-shadow: 0px 4px 17.4px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 50%;
    margin: auto;
    margin-top: 2rem;
}
.mt-5rem {
    margin-top: 2rem;
    justify-content: center;
}

/* .mySwiperCourse .swiper-slide.dash {
    height: max-content !important;
    padding: 10px !important;
    margin: 0;
} */
.swiper-slide.dash .course-card {
    background: black;
    padding: 20px;
    border-radius: 12px;
}
.swiper-slide.dash .course-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.swiper-slide.dash .course-card p {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 100;
    color: white;
}
.progress-box {
    margin-top: 2rem;
}

.custom-select.dash {
    border: none;
    background-color: inherit;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid var(--plyr-color-main);
    border-radius: 8px;
}
.section-dash-total .swiper-button-next,
.section-dash-total .swiper-button-prev {
    position: static !important; /* bỏ vị trí mặc định */
    width: 35px;
    height: 35px;
    margin: 0 5px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
}
.section-dash-total .swiper-button-next:after,
.section-dash-total .swiper-button-prev:after {
    font-size: 18px;
}
.form-select.dash {
    border: 2px solid var(--plyr-color-main);
    border-radius: 8px;
    width: max-content;
}
.swiper-dash {
    height: max-content;
    margin-bottom: 2rem;
}

.video-banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.banner-box-desc {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: white;
    text-align: center;
    z-index: 20;
}

.banner-item {
    height: 100vh;
    width: 100vw;
}

.bottom-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    z-index: 999;
    background: #fff;
}

@media (min-width: 1400px) {
    .container-xl {
        max-width: 1440px;
    }
}

@media (max-width: 767px) {
    .top-language {
        display: flex;
        gap: 5px;
        margin-left: 10px;
        margin-bottom: 1rem;
    }
    .mb-title-top {
        margin-top: 4rem;
    }
    .mb-title-top-4 {
        margin-top: 1rem;
    }
    .navbar-toggler {
        color: white;
    }
    .navbar-custom {
        top: 0px !important;
        background: rgb(255 255 255 / 23%);
        padding: 10px 0;
        border: 3px solid;
    }

    .sec2-mb {
        display: block !important ;
    }
    .sec2-mb .banner-box-text {
        position: absolute;
        top: 12%;
    }
    .banner-title {
        font-size: 10vw;
        font-weight: 900;
        letter-spacing: 6px;
        padding: 0;
        text-transform: uppercase;
        text-align: center;
        line-height: 0 !important;
        margin-top: 3rem;
    }
    .banner-description {
        margin: 10px auto;
        font-size: 13px;

        margin-top: 1rem;
        text-transform: capitalize;
    }
    .banner-description h1 span,
    .banner-description p span {
        font-size: 36px !important;
    }
    .footer .section-title {
        border-right: 0;
        border-bottom: 1px solid gray;
    }
    .title-mega {
        font-size: 60px;
    }
    /* .swiper {
        height: auto;
    } */

    .section-mb-home #bannerSwiper {
        height: 100vh !important;
    }

    h3.title {
        line-height: 45px;
        font-size: 40px;
    }
    .mb-title-gt {
        font-size: 30px !important;
        padding: 20px;
    }
    a.btn-link-more {
        font-size: 18px;
    }

    #navCourseSwiper {
        height: 75px;
    }

    .mySwiperCourse {
        margin-top: -60px;
        height: 420px;
    }

    .mySwiperCourse .swiper-slide {
        padding: 0;
        align-items: flex-start;
    }

    #navCourseSwiper .nav-course-item {
        font-size: 12px;
        line-height: 24px;
    }

    #navCourseSwiper .swiper-slide-thumb-active .nav-course-item,
    #navCourseSwiper .nav-course-item:hover {
        font-size: 14px;
    }

    .course-desc {
        display: none;
    }

    .course-title {
        font-size: 2rem;
        margin-top: 30px;
        text-align: center;
    }

    .course-content {
        width: 100%;
    }

    .khoa-hoc-box {
        right: 50%;
        transform: translateX(50%) !important;
    }
    .dashboard-style-wrapper .card {
        margin-bottom: 2rem;
    }
    .btn-primary-text {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
    }
    .dashboard-style-wrapper .card-body {
        gap: 0;
    }
    .card-body.dashboard-income {
        padding: 0;
    }
    .dashboard-style-total {
        background-color: rgba(254, 250, 239, 1);
        border-radius: 13px;
        box-shadow: 0px 4px 17.4px 0px rgba(0, 0, 0, 0.1);
        padding: 10px;
        width: 100%;
        margin: auto;
        margin-top: 0;
    }
    .title-fs-40 {
        font-size: 40px;
        font-weight: 900;
        color: #000028;
        line-height: normal;
    }

    .navbar-brand {
        width: 80px;
    }

    .btn-follow-large {
        font-size: 20px;
    }

    .filter-room {
        display: none;
    }

    .filter-room.show {
        display: flex;
    }

    .filter-room {
        position: absolute;
        min-width: 0;
        top: 40px;
        left: 0;
        z-index: 1051;
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        flex-direction: column;
        gap: 10px;
    }

    .btn-close-filter-room {
        background: transparent;
        border: none;
        box-shadow: none;
    }

    #filter-wrapper {
        padding: 0 !important;
    }

    .filter-room-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(2px);
        z-index: 1050;
    }

    .filter-room-backdrop.show {
        display: block;
    }

    #btn-filter-room {
        position: relative;
        z-index: 1;
    }

    @media (max-width: 991.98px) {
        .navbar-expand-lg .navbar-collapse .dropdown-menu {
            color: #fff;
        }
    }
}
