/*
Theme Name: NhanBT 
Theme URI: https://nhanbui123.github.io/
Author: NhanBT
Author URI: https://nhanbui123.github.io/
Description: Giao diện WordPress tùy chỉnh nhẹ, chuẩn SEO, tối ưu tốc độ và dễ tùy biến cho các dự án cá nhân hoặc doanh nghiệp nhỏ.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nhanbt-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, translation-ready
*/
@font-face {
    font-family: 'text-bold';
    src: url('fonts/BeVietnamPro-Bold.ttf') format('truetype');

}

@font-face {
    font-family: 'text-semiBold';
    src: url('fonts/BeVietnamPro-SemiBold.ttf') format('truetype');

}

@font-face {
    font-family: 'text-regular';
    src: url('fonts/BeVietnamPro-Regular.ttf') format('truetype');

}

@font-face {
    font-family: 'title';
    src: url('fonts/Lora-Regular.ttf') format('truetype');

}

@font-face {
    font-family: 'title-medium';
    src: url('fonts/Lora-Medium.ttf') format('truetype');

}


@font-face {
    font-family: 'title-italic';
    src: url('fonts/Lora-Italic.ttf') format('truetype');

}


:root {
    --color-blue-bg: #D1CCFF;
    --primary-color: #EC0C7E;
    --padding: 16px;
    --font-size-menu: 16px;
    --color-background: #FEFBF7;
    --color-padding: #F6E3C8;
    --color-body: #FFFAF3;
    --color-bg-story: #FAF5EE;
    --color-text-white: #FFF6E9;

    --color-text-primary: #1B2259;
    --color-pink: #FFEBF0;

    --color-about-team-active: #E2DFFF;

    --button-color-disible: #818395;
    --button-color-bg-disible: #EDEDF4;
}

html {
    scroll-behavior: smooth;
}

.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1120px;
}

.text-semiBold {
    font-family: 'text-semiBold';
}

.text-white {
    color: var(--color-text-white) !important;
}

.text-black {
    color: var(--color-text-primary)
}

body {
    background: var(--color-body);
    font-family: 'text-regular'
}

* {
    color: var(--color-text-primary);
}

a {
    font-family: 'text-bold';
    text-decoration: none;
}

a.btn {
    font-family: 'text-bold';
    display: inline-flex;
    align-items: center;
    height: 40px;
    color: var(--color-text-white);
}

a.btn i {
    margin-left: .5rem;
}

a.btn i {
    font-size: 23px;
    color: var(--color-text-white);
}

a.btn:hover {
    color: var(--primary-color);
    background-color: var(--color-text-white);
    ;
    border: solid 1px var(--primary-color);
}

.trips-card a.btn:hover {
    background-color: #fff;
    color: var(--primary-color);
    border: solid 1px var(--primary-color);
}

a.btn:hover i {
    color: var(--primary-color);
}



h1,
h2 {
    font-family: 'title';
}


/******* EDIT BOOOTSTRAP *****/

.border-danger {
    border-color: var(--primary-color) !important;
}

.btn-danger {

    background: var(--primary-color);
}



/****** END ********/


/****** MENU MOBI ********/
.menu-header .container {
    max-width: 1320px;
}

.menu-mobile {
    height: 100vh;
    width: 100%;
    position: fixed;
    background: var(--color-body);
    display: none;
    z-index: 99;
}

.menu-mobile.active {
    display: flex;
}

.menu-mobile ul {
    padding: 0;
    display: block;
}

.menu li:last-child a {
    background: var(--primary-color);
    color: var(--color-text-white);
    padding: 8px 16px;
    border-radius: 48px;
    border: 1px solid var(--primary-color);
}

.menu li:last-child a:hover {
    color: var(--primary-color);
    background: var(--color-text-white);
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 10px var(--primary-color);
    transition: all 0.3s ease;
}

.menu-mobile ul li:last-child {
    display: block;
    /* background: var(--primary-color); */
    height: 40px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-radius: 48px;
}

.menu-mobile ul li a {

    color: var(--color-text-primary);
    text-decoration: none;
}

.menu-mobile ul li:last-child a {
    color: #fff;
}

.menu-mobile ul li:last-child a:hover {
    color: var(--color-text-primary);
}

.menu-mobile ul li {
    list-style-type: none;
    text-align: center;
    font-family: "text-bold";
    font-size: 24px;
    margin-bottom: 2rem;
    color: var(--color-text-primary);
}

.find-us {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--color-text-primary);
    width: 100%;
}

.find-us p {
    font-size: 20px;
    font-family: "title-italic";
}

.menu-mobi-icon i {
    font-size: 25px;
    color: var(--primary-color);
}

/****** END ********/

/****** MENU ********/

.menu-header,
.menu-menu-header-container {
    width: 100%;
}

img.logo {

    height: 32px;
    width: 195px
}

.menu {
    display: flex;
    list-style: none;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
}

ul#menu-menu-header>li:first-child {
    margin-right: 100px;
}

.menu-item a {
    text-decoration: none;
    color: var(--color-text-primary);
    transition: all .3s;
}

.menu-item a:hover {
    color: var(--primary-color);
}

/****** END ********/



/******* HERO *****/

.hero-img {
    border: solid var(--color-body) 40px;
    border-left: 0;
    border-bottom: solid var(--color-body) 0;
    border-top: 0;
    min-height: 338px;
    height: 100%;
}

.hero-img img,
.hero-img iframe {
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.hero h2 {
    position: relative;
    width: 79%;
}

.hero h2::before {
    position: absolute;
    content: "";
    height: 35px;
    width: 35px;
    background: url('https://duhocabroadwise.vn/wp-content/uploads/2025/05/icon-logo.png');
    background-repeat: no-repeat;
    background-size: cover;
    top: -30px;
    left: -20px;
}

/****** END ********/


/******* TRIPS *****/
.trips {
    margin-bottom: 1rem;
}

.trips .container {
    background: var(--color-padding);
    border-radius: 32px;
    padding: 72px;
}

.trips-banner {
    background-size: cover;
    background-position: top;
    border-radius: 1rem;
    height: 400px;
    margin-bottom: 40px;
}

.trips h2 {
    font-size: 32px;
    max-width: 46%;
    margin-bottom: 0;
    margin: 0 auto;
    color: var(--color-text-white);
}

.trips-card h2 {
    max-width: 100%;
    color: var(--color-text-primary);
}

.trips h4 {
    font-family: 'title-italic';
    max-width: 80%;
    margin: 0 auto;
    color: var(--color-text-white);
}


.trips-card a.btn {
    color: var(--color-text-primary);
}

.trips-card img {
    border-radius: 1rem;
}

.trips-card-image {
    height: 280px;
    /* bạn có thể điều chỉnh: 180px, 220px tùy thiết kế */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    /* bo góc nhẹ cho đẹp */

    /* màu nền nhẹ nếu ảnh có khoảng trống */
}

.trips-card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.trips-card-content {
    min-height: 321px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.trips-card-content a i {
    font-size: 20px;
    height: 17px;
}

.trips-card-content .btn-outline-secondary {
    background: #fff;
    ;
}

.trips .col-md-4:nth-child(1),
.trips .col-md-4:nth-child(2),
.trips .col-md-4:nth-child(3) {
    margin-bottom: 30px;
}

.trips a.btn i {
    color: var(--primary-color);
}

.trips a.btn-outline-secondary {
    background: var(--button-color-bg-disible);
}

.trips a.btn-outline-secondary i {
    color: var(--button-color-disible);
}

.trips a.btn-outline-secondary:hover {
    color: var(--button-color-disible);
    border: 1px solid var(--button-color-disible);
}

.trips a.btn-outline-secondary:hover span {
    transform: unset;
}

.disabled-link {
    pointer-events: none;
    cursor: not-allowed;
}

/****** END ********/



/* CSS TEAM  */

.team h2 {
    font-size: 40px;
}

.team h4 {
    font-family: 'title-italic';
}

.team-wrapper {
    display: flex;
    justify-content: flex-start;
}

.team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 4%;
    row-gap: 30px;
}

.team-member img {
    width: 206px;
    height: auto;
    display: block;
}

.team-member {
    width: 48%;
    display: flex;
    justify-content: center;
}

.team-member img {
    transition: transform 0.5s ease-in-out;
}

.team-member:hover img {
    cursor: pointer;
    animation: floatHover 1.5s ease-in-out infinite;
}

@keyframes floatHover {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    70% {
        transform: translateY(-10px);
    }

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

/****** END ********/


/* CSS STUDENT  */

.student .container {
    background: var(--color-padding);
    border-radius: 32px;
    margin-bottom: 80px;
    padding: 70px 40px;
    position: relative;
}

.student h2 {
    font-size: 40px;
    max-width: 79%;
    margin: 0 auto;
}

.student-infor {
    display: flex;
    align-items: stretch;
    /* Đảm bảo các cột có chiều cao bằng nhau */
}

.carousel-inner {
    border-radius: 1rem;
}

.student-infor .student-description {
    width: 60%;
    background: #FFF6E9;
    display: flex;
    align-items: center;
}

.student-infor .student-img {
    width: 40%;
}


.student-infor .student-img img {
    height: 100%;
    object-fit: cover;
}

#testimonialCarousel {
    max-width: 83%;
    margin: 0 auto;
}

.student-slide {
    position: relative;
}

.studentSwiper {
    max-width: 870px;
}

.studentSwiper .swiper-wrapper .swiper-slide {padding: 0;border-radius: 1rem;overflow: hidden;background: var(--color-padding);}

.studentSwiper .swiper-wrapper {
    background: var(--color-padding);
}

.studen-quote {
    font-family: 'text-bold';
    font-size: 14px;
}

.student h4 {
    font-family: 'title-italic';
}

.button-bar {
    width: 116%;
    height: 100px;
    position: absolute;
    z-index: 999999999999999999999;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.student .carousel-indicators {

    position: relative;
}

.button-bar i {
    font-size: 25px;
}

.button-bar .carousel-control-prev,
.carousel-control-next {
    width: unset;
}

.carousel-indicators [data-bs-target] {
    height: 8px;
    width: 8px;
    background-color: #C8C8C8;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: var(--color-text-primary);
    width: 24px;
    border-radius: 5px;
}



/****** END ********/


/****** ABOUT ADVISORY ********/

.advisory {
    padding-top: 3rem;
}

.team {
    padding: 88px 0;
}

.abouts .advisory {
    padding: 0;
}

.abouts .advisory .container {
    background: none;
}

.abouts {
    background: #D1CCFF;
}

.advisory .container {
    background: var(--color-about-team-active);
    border-radius: 32px;
    padding: 72px 15px;
}

.advisory .row {
    position: relative;
}

.advisory-title h5 {
    font-size: 14px;
    font-family: 'text-semiBold';
    text-transform: uppercase;
}

.advisory-title h2 {
    font-size: 40px;
    font-family: 'title';
    margin-bottom: 2rem;
}

.advisory-img {
    height: 200px;
    width: 100%;
    margin-bottom: 1rem;
}

.advisory-img img {
    height: 100%;
    width: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
    margin: 0 auto;
}

.advisory-content h5 {
    font-family: 'title-italic';
    font-size: 24px;
    color: var(--color-text-white);
}

.advisory-content {min-height: 200px;display: flex;flex-direction: column;justify-content: space-between;padding: 0 1rem;}

.advisory-content-main {
    margin-bottom: 0;
}

.advisory-content p {
    font-family: 'text-regular';
    font-size: 14px;
    color: var(--color-text-white);
}

.advisory-content-btn {
    border-radius: 48px;
    border: 1px solid var(--color-text-white);
    padding: 8px 16px;
    color: var(--color-text-white);
}
.swiper-slide {
	padding: 1.5rem 0;
	background: var(--color-text-primary);
	border-radius: 32px;
}

.mySwiper {max-width: 974px;}

/****** END ********/

/****** STORY ********/

.story {
    background: var(--color-bg-story);
}

.story .container {
    height: 399px;
    margin-bottom: 40px;
}


.story h1 {
    font-size: 40px;
    font-family: "title";
    color: var(--color-text-primary);
}

.story h2 {
    font-size: 24px;
    font-family: "title-italic";
    color: var(--color-text-primary);
}

.story-items {
    column-count: 2;
    column-gap: 1rem;
    max-width: 1120px;
    margin: 0 auto;
}

.story-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
    break-inside: avoid;
    padding: 32px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.story-item-content {
    overflow: hidden;
    color: var(--color-text-primary);
}

.story-item-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Giới hạn 3 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.story-item-content.active p {
    display: block;
    ;
}

.story-item-infor {
    display: flex;
    justify-content: space-between;
    color: var(--color-text-primary);
}

.story-item-infor-img {
    width: 20%;
    height: 100%;
}

.story-item-infor-content {
    width: 78%;
    color: var(--color-text-primary);
}

.story-item-infor-content h4 {
    font-family: 'title-italic';
    font-size: 20px;
}

.story-item-infor-content p {
    font-family: 'text-bold';
    font-size: 14px;
}

.story-item-infor-img img {
    height: 86px;
    width: 86px;
    border-radius: 100%;
    object-fit: cover;
}

.btn-expand-collapse {
    display: flex;
    align-items: center;
    border-bottom: 1.6px solid var(--primary-color);
    height: 28px;
    width: 90px;
    font-family: "text-bold";
    font-size: 16px;
    justify-content: space-between;
}

.btn-expand-collapse:hover {
    cursor: pointer;
    color: var(--primary-color);
}

.btn-expand-collapse img {
    height: 18px;
    width: 18px;
    margin-left: 5px;
    object-fit: contain;
}

.btn-expand-collapse img {
    transition: all 0.3s ease-in-out;
    display: none;
}

.btn-expand-collapse:hover img {
    transform: rotate(180deg);
}

.btn-expand-collapse:hover span {
    color: var(--priamry-color);
    transition: all 0.3s ease-in-out;
}

.btn-expand-collapse img.active {
    display: block;
}

/****** END ********/

/****** BLOGS ********/

.blogs-banner .container {
    position: relative;
}

.blogs-banner {
    position: relative;
}

.blogs-banner-title h1 {
    font-family: 'title-medium';
    font-size: 48px;

}

.blogs-banner-title h3 {
    font-family: 'text-regular';
    font-size: 24px;

}

.bg-banner-blogs {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.blogs-banner-search .search-box span.right-icon i {
    color: var(--color-text-white)
}


.spin-loader {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-banner-blogs-mobile {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.blogs-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 364px;
    border-bottom: 1.7px solid var(--primary-color);
}


.blogs-banner-title {
    width: 45%;
}

.blogs-banner-search {
    position: relative;
    width: 45%;
}

.blogs-banner-search .search-box {
    width: 100%;
    display: flex;
    padding: 0;
    height: 40px;
    border: 1px solid var(--color-text-primary);
    align-items: center;
    background: var(--color-background);
    color: var(--color-text-primary);
    border-radius: 8px;
    overflow-x: hidden;
}

.blogs-banner-search .search-box.active { 
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.search-result {
    position: absolute;
    top: 100%;
    height: fit-content;
    padding: 1rem .5rem;
    left: 0;
    width: 100%;
    background: #cccc;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: var(--color-text-primary);
    z-index: 9;
    display: none;
}

.search-result.active {
	display: block;
}

.search-result ul li:first-child {
    list-style: none;
    font-size: 22px;
    margin-bottom: 1rem;
    color: #fff;
}

.search-result ul li strong {
    color: var(--primary-color);
}

.search-result ul li {
    color: var(--primary-color);
    margin-bottom: .5rem;
}

.search-result ul li a {
    font-family: 'title-italic';
    color: #fff;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
}

.search-result ul li:hover a {
    color: var(--primary-color);
}

.search-result ul li:hover {
    color: #fff;
}

.blogs-banner-search .search-box span.search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    color: var(--color-text-primary);
}

.blogs-banner-search .search-box span.right-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    color: var(--color-background);
    background: var(--color-text-primary);
}

.blogs-banner-search .search-box span.right-icon:hover {
    background: var(--primary-color);
    cursor: pointer;
}

.blogs-banner-search .search-box input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;

}

.blogs-banner-search .search-box input:focus-visible,
.blogs-banner-search .search-box input:focus {
    outline: none;
}

.blogs-banner-search .search-box input::placeholder {
    color: var(--color-text-primary);
    font-family: 'text-regular';
    font-size: 16px;
}

.blogs-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blogs-tab-title h3 {
    font-family: 'title';
    font-size: 40px;
    margin-bottom: 0;
}


.blogs-tab-list,
.blogs-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.blogs-tab-list li a,
.blogs-list li a {
    font-family: 'text-regular';
    font-size: 16px;
    border-radius: 48px;
    border: 1px solid var(--color-text-primary);
    margin-right: 16px;
    padding: 8px 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color-text-primary);
}

.blogs-grid-item .blogs-list li a {
    display: block;
    margin-bottom: .5rem;
}

.blogs-tab-list li a:hover,
.blogs-list li a:hover {
    background: var(--primary-color);
    transition: all .3s;
    color: var(--color-text-white);
    border: 1px solid var(--primary-color);
}

.blogs-tab-list li a.active {
    color: var(--color-background) !important;
    background: var(--primary-color) !important;
    border: var(--primary-color) 1px solid !important;
}

.blogs-tab-list li:last-child a {
    margin-right: 0;
}

.post-thumbnail {
    height: 300px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

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

.post-thumbnail img:hover {
    transition: all .3s;
    cursor: pointer;
    transform: scale(1.5);
}

.blogs-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4%;
    row-gap: 40px;
    position: relative;
}

.blogs-grid-loading {
    height: 100vh;
    width: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
}

.blogs-grid-item {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blogs-grid-item h4 a {
    font-family: 'title';
    font-size: 32px;
    color: var(--color-text-primary);
}

.blogs-grid-item h4:hover a {
    color: var(--primary-color);
    transition: all .3s;
}

.pagination-page-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-page-ul li {
    background: var(--color-padding);
    height: 30px;
    width: 30px;
    border-radius: 100%;
    margin-right: 16px;
}

.pagination-page-ul li:hover {
    background: var(--color-text-primary);
}

.pagination-page-ul li:hover a {
    color: var(--color-text-white);
}

.pagination-page-ul li a {
    color: var(--color-text-primary);
    font-family: 'text-regular';
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-page-ul li:last-child {
    margin-right: 0;
    background: none;
}

.pagination-page-ul li:first-child,
.pagination-page-ul li.disabled {
    background: none;
}

.pagination-page-ul li.disabled {
    display: none;
}

.pagination-page-ul li:first-child:hover a,
.pagination-page-ul li:last-child:hover a {
    color: var(--color-primary);
}

.pagination-page-ul li.active {
    background: var(--color-text-primary);

}

.pagination-page-ul li.active a {

    color: var(--color-background);
}

.blog-detail .blogs-banner-content .blogs-banner-title {
    width: 100%;
}

.blog-detail .blogs-banner-title h1 {
    font-size: 48px;
    font-family: 'title-medium';
}

.blog-detail-title {
    display: flex;
}

.blog-detail-title p {
    font-family: 'title-italic';
    font-size: 20px;
    color: var(--button-color-disible)
}

.blog-detail-title strong {
    font-weight: normal;
    font-family: 'text-regular';
    font-size: 24px;
    color: var(--color-text-primary);
}

.blog-detail-title .author {
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.blog-detail .blogs-banner-content .blogs-list li:last-child {
    border: none;
}

.blog-detail-content .container {
    max-width: 836px;
    margin: 0 auto;
    padding: 80px 0;
}

.blog-detail-content * {
    color: var(--color-text-primary);
}

.blog-detail-content h1,
.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4,
.blog-detail-content h5 {
    font-family: 'text-bold';
}

.blog-detail-content p {
    font-family: 'text-regular';
}

.img-box {

    overflow-x: hidden;

}

.blog-relative .container .blog-relative-content {

    position: relative;

    padding-top: 80px;

    margin-bottom: 80px;
}

.blog-relative-content {
    border-top: 1.7px solid var(--primary-color);
}

.blog-relative-title h3 {
    font-size: 40px;
    font-family: "title";
    color: var(--color-text-primary);
    margin-bottom: 2rem;
}

.blog-relative-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-relative-item {
    width: 31%;
    margin-bottom: 1.5rem;
}

.blog-relative-item h4 a {
    font-family: 'title';
    font-size: 32px;
    margin-bottom: 1.5rem;
    color: var(--color-text-primary);
    display: block;
}

.blog-relative-item h4 a:hover {
    color: var(--color-primary);
    transition: all .3s;
}

.blog-relative-item h4:hover {
    color: var(--primary-color);
    transition: all .3s;
    cursor: pointer;
}

.blog-relative-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.blog-relative-item .blogs-list {
    flex-wrap: wrap;
}

.blog-relative-item .blogs-list li a {
    margin-bottom: 8px;
    display: block;
}


/****** END ********/

/****** BOOKING AND ADVISE ********/
.booking-advise .container {

    max-width: 960px;
}

.booking-advise-title {
    padding: 50px 0;
    margin-bottom: 50px;
    border-bottom: 1.7px solid var(--primary-color);
}

.booking-advise-title h2 {
    font-size: 48px;
    font-family: 'title-medium';
    text-align: center;
    margin-bottom: 2.5rem;

}

.booking-advise-title p {
    font-family: 'text-regular';
    font-size: 16px;
    text-align: center;
}

.booking-advise-title p:last-child {
    margin-bottom: 0;
}

.booking-advise-block-1 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.booking-advise-block-1 .booking-advise-block-content {
    width: 54%;
}

.booking-advise-block-1 .booking-advise-block-img {
    width: 43%;
}

.booking-advise-block-1 .booking-advise-block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.booking-advise-block-content h3 {
    font-size: 32px;
    font-family: 'title-regular';
    margin-bottom: 32px;
}

.booking-advise-block-content p {
    font-family: 'text-regular';
    font-size: 16px;
    margin-bottom: 2rem;
}

.booking-advise-block-content p:last-child {
    margin-bottom: 0;
}

.booking-advise-block-1 {
    margin-bottom: 50px;
}

.booking-advise-block-2 {
    background: var(--color-blue-bg);
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.booking-advise-block-2-title {
    width: 35%;
}

.booking-advise-block-2-title h3 {
    font-family: 'title-regular';
    font-size: 32px;
}

.booking-advise-block-2-content {
    width: 65%;
    display: flex;
    justify-content: end;
}

.booking-advise-block-2 ul li P {
    color: var('--color-text-primary');
}

.booking-advise-block-3 h3 {
    font-size: 16px;
    font-family: 'text-bold';
    text-transform: uppercase;
}

.booking-advise-block-3 {
    margin-bottom: 50px;
}

.booking-advise-block-4 a.btn i {
    font-size: 20px;
}

.booking-advise-block-4 a.btn span {
    color: var(--color-text-white);
}

.booking-advise-block-4 a.btn:hover span {
    color: var(--color-primary);
}

.booking-advise-block-4 {
    background: var(--color-pink);
    padding: 40px;
    border-radius: 1rem;
    margin-bottom: 50px;
}

.booking-advise-block-4-content p:first-child {
    font-family: 'text-regular';
    text-transform: uppercase;
}

.booking-advise-block-5 {
    margin-bottom: 80px;
}

.not-found-section.advise-end {
    max-height: 425px;
}

.not-found-section.advise-end .btn span {
    color: var(--color-text-white);
}

.not-found-section.advise-end .btn:hover span {
    color: var(--color-primary);
}

.not-found-section.advise-end h4 {
    font-family: 'title-italic';
    font-size: 24px;
    max-width: 68%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.not-found-section.advise-end p {
    max-width: 68%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

/****** END ********/

/****** FOOTER ********/

img.logo_footer {
    height: 50px;
    width: 262px;
}

footer {
    background: #1B2259;
}

footer p {
    font-size: 14px;
}

footer h4 a {
    text-decoration: none;
    font-family: 'text-bold';
}

footer h3 {
    font-family: 'title-italic';
    font-size: 32px;

}

footer input.form-control {
    height: 48px;
    background-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

footer input.form-control::placeholder {
    color: #fff;
}

footer button.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

footer button.btn:hover {
    color: var(--color-text-white);
    background-color: var(--primary-color);
}

.footer-menu {}

.footer-menu h4 a {
    color: var(--color-text-white);
    display: block;
    margin-bottom: .5rem;
    font-size: 20px;
    font-family: 'text-semibold';
}

.footer-menu h4 a:hover {
    color: var(--primary-color);
    transition: all .3s;
}

.contact-section .form-control,
.contact-section .form-select {
    color: var(--color-text-white);
    border: 1px solid var(--color-text-primary);
}

.form-control:focus {
    background: transparent;
    color: var(--color-text-white);
}

/****** END ********/
.btn-cta {
    background-color: var(--color-text-primary);
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
}

.btn-cta:hover {
    background-color: #002d99;
}



.text-pink {
    color: #e6007e;
}

.btn span {
    transition: transform 0.3s ease;
    color: var(--color-text-primary);
}

.hero .btn span {
    color: var(--color-text-white);
}

.btn:hover span {
    transform: translateX(5px);
    color: var(--color-primary);
}

.bg-footer {
    background-color: #1B1F5C;
}

/********************* ABOUTS *****************/

.values {
    background: var(--color-background);
}

.values h1 {
    font-size: 48px;
}

.values h4 {
    font-family: 'title-italic';
}

.value {
    padding: 32px;
    border-radius: 24px;
}

.values .col-md-6:nth-child(1) .value,
.values .col-md-6:nth-child(3) .value {
    background: linear-gradient(to right, #E8E1F4 0%, #FFF6E9 100%);

}

.values .col-md-6:nth-child(2) .value,
.values .col-md-6:nth-child(4) .value {
    background: linear-gradient(to left, #E8E1F4 0%, #FFF6E9 100%);

}

.value img {
    height: 72px;
    width: 72px;
}

.abouts-teams h5 {
    font-family: 'text-semiBold';
    font-size: 14px;
}

.abouts-teams h2 {
    font-family: "title-medium";
    font-size: 40px;
}


.abouts-teams h3 {
    font-family: 'title-italic';
    font-size: 20px;
}

.abouts-teams,
.about-team-panel-wrap {
    background: var(--color-text-white);
    width: 100%;
}

.wrap-about-team {
    display: flex;
    justify-content: center;
    gap: 1.5%;
    row-gap: 2%;
}

.about-team {
    width: 26.5%;
    border-radius: 24px;
    padding-bottom: 0 !important;
    background: #F6E3C8;
    transition: all .1s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.about-team:hover {
    cursor: pointer;
}

.about-team a:hover,
.about-team a:focus {
    color: var(--color-text-primary);
}

.about-team.active {
    width: 44%;
    background: var(--color-about-team-active);
    display: flex;
    transition: all .1s;
    flex-direction: row;
    align-items: flex-end;
}



.about-team-content {
    width: 100%;
    padding: 1rem;
}

.about-team.active .about-team-content {
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0;
    width: 60%;
}

.about-team.active img {
    width: 40%;
    object-fit: cover;
}

.about-team.active .about-team-content-des {
    display: block;
}

.about-team .about-team-content-des {
    display: none;
}

.about-team.active img {
    height: 284px;
}

.about-team img {
    height: 200px;
    object-fit: cover;
    object-position: bottom;
}

.about-team img:hover {
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
}


.about-team h6 {
    font-family: 'title-italic';
    font-size: 20px;
    text-align: center;
}

.about-team.active h6 {
    text-align: left;
    white-space: nowrap;
}

.about-team-content-des {
    text-align: left;
}

.about-team.active p.chucvu {
    margin-bottom: 10px;
}

p.chucvu {
    font-family: 'text-bold';
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.about-team.active p.chucvu {
    text-align: left;
}

.about-team-panel-wrap .container {
    margin-bottom: 1.5rem;
    border-radius: 24px;
    background: var(--color-about-team-active);
    overflow: hidden;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.about-team-panel {
    display: flex;
    /* giữ nguyên */
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
    visibility: hidden;
    padding: 40px;
    justify-content: flex-start;
    gap: 5%;
    align-items: center;
    display: none;
}

.about-team-panel-img {
    width: 35%;
    height: 390px;
}

.about-team-panel-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    object-position: top;
    height: 100%;
}

.about-team-panel-content {
    width: 60%;
    text-align: left;
}

.about-team-panel.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    visibility: visible;
    display: flex;
    left: 0;
}

.about-team-panel-content blockquote {
    font-size: 24px;
    font-family: "title";
}

/************* END *******************/


/************* SERVICES *******************/

.services-section .container {
    max-width: 978px;
    margin: 0 auto;
    padding: 0;
}

.services-section h2 {
    font-family: "title-medium";
    font-size: 48px;
}

.services-section h4 {
    font-family: "title-italic";
}

.services-image img {
    border-radius: 16px;
    width: 100%;
    object-fit: cover;
}

.services-content ul li {
    color: var(--color-text-primary);
}

.services-content h4 {
    font-family: "text-bold";
}

.services-content h4 {
    font-family: "title-italic";
}


.not-found-section {
    background: #FFDCE6;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 284px;
    padding: 48px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.not-found-section .btn-cta span {
    color: var(--color-text-white);
}

.not-found-section .btn-cta:hover span {
    color: var(--primary-color);
}


.not-found-section img:hover {
    transition: all 0.3s ease-in-out;
    transform: translateY(-2px) rotate3d(1, 1, 1, -10deg);
}

.not-found-section div {
    z-index: 1;
    position: relative;
}

section.not-found-section .w {
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 0;
}

.not-found-section h2 {
    font-family: "title";
    font-size: 40px;
}

/************* services moi *******************/

.services-block {margin-bottom: 4rem;}

.services-block:last-child {
    margin-bottom: 0;
}

.services {
    display: flex;
    align-items: end;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 32px;
}

.services-block:nth-child(even) .services {
    flex-direction: row-reverse;
}

.services-block:nth-child(even) .services-image,
.services-block:nth-child(odd) .services-image {
    width: 40%;
}

.services-block:nth-child(even) .services-content,
.services-block:nth-child(odd) .services-content {
    width: 56%;
}

.services-block:nth-child(even) .services h3,
.services-block:nth-child(odd) .services h3 {
    font-family: "title";
    font-size: 40px;
}

.services-block:nth-child(even) .services-content-bottom {

    background: var(--color-pink);
    border-radius: 16px;
    padding: 3rem;

}

.services-block:nth-child(odd) .services-content-bottom {

    background: var(--color-about-team-active);
    border-radius: 16px;
    padding: 3rem;

}

.services-block:first-child .services-content h3 {
    font-family: "title";
    font-size: 40px;
}

.services-block:first-child .services-image {
    width: 39%;
}

.services-block:first-child .services-content {
    width: 56%;
}

.services-block:first-child .services-image img {
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}

.services-block:first-child .services-content-bottom {
    background: var(--color-padding);
    border-radius: 16px;
    padding: 3rem;
}



.services-content h4 {
    font-family: "text-bold";
}

.services-content p {
    color: var(--color-text-primary);
}


.services-content-bottom p,
.services-content-bottom ul li,
.services-content-bottom span,
.services-content-bottom strong {
    color: var(--color-text-primary);
}

/************* END *******************/


/************* CONTACT *******************/

.contact-section {
    background: var(--color-background-contact);
}

.contact-section h2 {
    font-size: 57px;
    font-family: "title-medium";
}

.contact-section h4 {
    font-family: "title-italic";
}

.contacts {
    background-color: var(--color-text-primary);
    border-radius: 16px;
    position: relative;
    height: 408px;
}

.contacts h3 {
    font-family: "title";
    font-size: 32px;
    color: var(--color-text-white);
}

.contacts p {
    font-family: "text-regular";
    color: var(--color-text-white);
}

.contacts i {
    margin-right: 12px;
    color: var(--color-text-white);
}

.contact-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

/************* END *******************/

/************* CSS FORM EDIT *******************/

.form-page-cover-image-wrapper {
    display: none !important;
}


/************* END *******************/



/*************RESPONSIVE *******************/

@media(max-width:1280px) {
    .team-member img {
        width: 170px;
    }

    .trips .container {
        padding: 2rem;
        border-radius: 0;
    }
}

@media(max-width:992px) {

    /************* TRANG CHU *******************/
    .hero-img {
        border: none;
    }

    .hero-img img {
        margin-bottom: 2rem;
    }

    .py-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }


    .hero h2::before {
        left: 0;
        top: -46px;
    }

    .hero h2 {
        font-size: 20px;
    }

    .hero p.text-black {
        font-size: 14px;
        margin-bottom: 0;
    }

    .trips-card-content {
        display: block;
        min-height: unset;
    }

    .trips-card-titles P {
        font-size: 12px;
    }

    .trips-card-content p {
        font-size: 14px;
    }

    .trips h2 {
        font-size: 26px;
        margin-bottom: .5rem;
        max-width: 100%;
    }

    .team-grid {
        justify-content: center;
    }

    .student-infor {
        flex-direction: column-reverse;
    }

    .student-infor .student-description {
        width: 100%;
    }

    .student-infor .student-img {
        width: 100%;
    }

    .student-infor .student-img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    #testimonialCarousel {
        max-width: 100%;
        margin: 0 auto;
    }

    .student .container {
        border-radius: 0;
    }

    .student h2 {
        font-size: 24px;
    }

    .button-bar {
        display: none;
    }

    .carousel-inner {
        border-radius: 0.5rem;
    }

    .student .container {
        margin-bottom: 0;
        padding: 40px 20px;
    }

.student .container {
}

    .footer-menu h4:last-child {
        margin-bottom: 0;
    }


    /************* END *******************/

    /************* ABOUTS *******************/
    .values h1 {
        font-size: 32px;
    }

    .values h4 {
        font-size: 16px;
    }

    .value h4 {
        font-size: 20px;
    }

    .wrap-about-team {
        display: block;
        align-items: center;
    }

    .about-team-content-des p {
        font-size: 12px;
        text-align: left;
    }

    .about-team {
        width: 48.5%;
        align-items: end;
        height: 175px;
        flex-direction: row;
        margin-bottom: 1.5rem;
    }

    .about-team.active {

        width: 100%;

        justify-content: space-between;

        padding-right: 0 !important;

        padding-bottom: 0 !important;

        min-height: 200px;
    }

    p.chucvu {
        text-align: left;
    }

    .about-team h6 {
        font-size: 16px;
        text-align: left;
    }

    .about-team.active img {
        height: 196px;
        width: unset;
    }

    .about-team-panel {

        padding: 1rem;
        padding-top: 2rem;
        position: unset;
    }

    .about-team-panel-img {
        width: 100%;
        height: 100%;
        margin-bottom: 1rem;
    }

    .about-team-panel-img img {
        object-position: top;
    }

    .about-team-panel-content blockquote {
        font-size: 20px;
    }

    .about-team-panel-content {
        width: 100%;
    }

    .about-team.active .about-team-content {
        padding: 0;
        padding-bottom: 1.5rem;
        padding-left: 1.5rem;
    }

    .about-team-panel-wrap .container {
        margin-bottom: 2rem;
    }

    /************* END *******************/

    /************* SERVICES *******************/
    .services-section h2 {
        font-size: 32px;
    }

    .services h4 {
        font-size: 20px;
    }

    .services .btn,
    .apply-support .btn,
    .not-found-section .btn {
        font-size: 13px;
    }

    .not-found-section h2 {
        font-size: 24px;
    }

    .not-found-section {
        padding: 50px 0;
    }

    .services-block:first-child .services-content h3,
    .services-block:nth-child(even) .services h3,
    .services-block:nth-child(odd) .services h3 {
        font-size: 28px;
    }

    .services-content h4 {
        font-size: 18px;
    }

    .dacdiem h4,
    .dacdiem2 h4 {
        font-family: "title-italic";
        font-size: 20px;
    }

    /************* END *******************/


    /************* CONTACT *******************/

    .contact-section h2 {
        font-size: 32px;
    }

    .contact-section h4 {

        font-size: 20px;
    }


    .contacts {
        height: 350px;
    }

    body.no-scroll {
        overflow: hidden;
    }

    .story {
        padding: 0 2rem;
    }

    .story-items {
        column-count: 1;
    }

    .story .container {
        border-radius: 16px;
    }

    .story-item {
        margin-bottom: 2rem;
        padding: 1rem;
    }

    .story-item-infor-img img {
        height: 56px;
        width: 56px;
    }

    .story-item-infor-content h4 {
        font-size: 16px;
    }

    .story-item-infor-content p {
        font-size: 12px;
    }

    .blogs-banner-content {
        height: auto;
        flex-wrap: wrap;
        padding: 80px 0 3rem 0;
        border-bottom: 1.7px solid var(--primary-color);
    }

    .blogs-banner-search,
    .blogs-banner-title {
        width: 100%;
    }

    .blogs-banner-title h1 {
        font-size: 32px;
    }

    .blogs-banner-title h3 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .blogs-tab-list,
    .blogs-list {
        flex-wrap: wrap;
    }

    .blogs-tab-list li a,
    .blogs-list li a {
        margin-bottom: .5rem;
        display: block;
    }

    .blogs-tab-list li:nth-last-child(2) a,
    .blogs-list li:nth-last-child(2) a {
        margin-bottom: 0;
    }

    .blogs-tab-title,
    .blogs-tab-list {
        width: 100%;
        margin-bottom: 1rem;
    }

    .blogs-tab {
        flex-wrap: wrap;
    }

    .blogs-tab-title h3 {
        font-size: 24px;
    }

    .blog-relative-group {
        flex-wrap: wrap;
    }

    .blog-relative-item {
        width: 48%;
    }

    .blog-detail-content .container {
        padding: 48px 24px;
    }

    .blog-detail .blogs-banner-title h1 {
        font-size: 2rem;
    }

    .blog-detail-title p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .blog-detail-title strong {
        font-size: 20px;
    }

    .blog-detail-title .author {
        margin-bottom: 24px;
    }

    .blog-detail .blogs-banner-content .blogs-list li:last-child {
        text-transform: uppercase;
        margin-top: .5rem;
    }

    .blog-relative .container {
        padding: 0 24px;
    }

    .blog-relative .container .blog-relative-content {
        padding-top: 48px;
    }

    .blog-relative-title h3 {
        font-size: 32px;
    }

    .blog-relative-item h4 a {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .blog-relative-item img {
        margin-bottom: 1rem;
    }

    .blog-relative-item {
        margin-bottom: 24px;
    }

    .blogs-tab-list li a,
    .blogs-list li a,
    .blogs-list li span {
        font-size: 12px;
    }

    .blog-relative .container {
        margin-bottom: 0;
    }

    .blog-relative-item:last-child {
        margin-bottom: 0;
    }

    .blog-relative-item img,
    .post-thumbnail {
        height: 203px;
    }

    .blogs-grid {
        row-gap: 24px;
    }

    .booking-advise-title h2 {
        font-size: 32px;
        text-align: left;
        margin-bottom: .5rem;
    }

    .booking-advise-title p {
        text-align: left;
    }

    .booking-advise-title {
        padding: 48px 0;
    }

    .booking-advise .container {
        padding: 0 32px;
    }

}


@media(max-width:768px) {
	
	.mySwiper {
	padding:30px;
	}

    .blogs-grid-loading {
        height: 600px;
    }

    .hero-img img {
        margin-bottom: 0;
    }

    .about-team.active {
        width: 100%;
        padding: 1.5rem;
        position: relative;
    }

    .about-team {
        height: auto;
        width: 100%;
        align-items: center;
        padding-top: .5rem;
        margin-bottom: 1.5rem;
    }

    .wrap-about-team {
        row-gap: 1.5%;
    }

    .about-team-panel {
        padding: 1.5rem;
    }

    .about-team.active img {
        height: 172px;
        position: absolute;
        right: 1px;
        bottom: 1px;
    }

    .about-team.active .about-team-content {
        padding: 0;
        width: 66%;
        padding-bottom: 1.5rem;
    }

    .about-team-panel-wrap .container {
        margin-bottom: 1.5rem;
    }

    .about-team-panel {
        flex-direction: column;
    }

    .about-team-panel-img {
        height: 400px;
    }

    .services-block:first-child .services,
    .services-block:nth-child(even) .services,
    .services-block:nth-child(odd) .services {
        flex-direction: column;
    }

    .services-block:nth-child(even) .services-content-bottom,
    .services-block:nth-child(odd) .services-content-bottom {
        padding: 1.5rem;
    }

    .services-block .services-image,
    .services-block .services-content {
        width: 100% !important;
    }

    .services-block .services-image {
        margin-bottom: 1.5rem;
    }

    a.btn {
        height: auto
    }

    .blogs-grid-item {
        width: 100%;
    }

    .blogs-grid-item h4 a {
        font-size: 20px;
    }

    .blog-relative-item {
        width: 100%;
    }

    .booking-advise-block-1 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .booking-advise-block-1 .booking-advise-block-content,
    .booking-advise-block-1 .booking-advise-block-img {
        width: 100%;
    }

    .booking-advise-title {
        margin-bottom: 40px;
    }

    .booking-advise-block-1 .booking-advise-block-img {
        height: 265px;
        margin-bottom: 2rem;
    }

    .booking-advise-block-content h3 {
        font-size: 26px;
    }

    .booking-advise-block-2-title h3 {
        font-size: 26px;
        margin-bottom: 1rem;
    }

    .booking-advise-block-content p {
        margin-bottom: 1rem;
    }

    .booking-advise-block-1 {
        margin-bottom: 2rem;
    }

    .booking-advise-block-2 {
        padding: 2rem;
        border-radius: 0;
        display: block;
        text-align: center;
    }

    .booking-advise-block-4 {
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .booking-advise-block-4 {
        border-radius: 0;
    }

    .booking-advise .container:nth-child(2),
    .booking-advise .container:nth-child(4) {
        padding: 0;
    }

    .booking-advise-block-2-title,
    .booking-advise-block-2-content {
        width: 100%;
    }

    .booking-advise-block-2-content ul li {
        text-align: left;
    }

    .booking-advise-block-3 {
        margin-bottom: 32px;
    }

    .not-found-section.advise-end {
        max-height: fit-content;
        padding: 32px;
    }

    .not-found-section.advise-end h4 {
        max-width: 100%;
    }

    .not-found-section.advise-end p {
        max-width: 100%;
    }

    .advisory {
        padding: 1.5rem
    }

.team {
    padding: 40px 0 50px;
}

    .advisory .container {
        border-radius: 24px;
    }

    .advisory-content {
        margin-bottom: 1.5rem;
    }
	
	.student-infor .student-description p{
		font-size: 14px;
	}
	.services-block {
    margin-bottom
	}
}

@media(max-width:480px) {
    .blogs-grid-loading {
        height: 380px;
        background-position: center !important;
    }

    .about-team-panel-img {
        height: 256px;
    }
}


#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px #fff;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1;
}

#backToTop:hover {
    background-color: var(--color-padding);
    transform: scale(1.1);
}

.swiper-button-next,
.swiper-button-prev {
  width: 48px;               /* Chiều rộng nút */
  height: 48px;              /* Chiều cao nút */
  background-color: #ffffffcc; /* Màu nền có độ mờ */
  border-radius: 50%;        /* Bo tròn hình tròn */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Đổ bóng nhẹ */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #f1f1f1;
}

/* Tùy chỉnh mũi tên bên trong */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px; /* Kích thước mũi tên */
  color: #333;     /* Màu sắc mũi tên */
} .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 27px;}
.swiper-pagination-bullet-active {width: 18px;border-radius: 4px;background: var(--color-text-primary);}