@font-face {
    font-family: 'Montserrat';
    src: url('../lib/font/montserrat.woff2') format('woff2');
    font-weight: 100 900; /* Font biến đổi có thể dùng từ 100 đến 900 */
    font-style: normal;
}

body {
    font-family: 'Montserrat', sans-serif !important;;
    font-weight: 400; /* Đặt trọng lượng mặc định */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700; /* Hoặc chọn trọng lượng phù hợp */
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-blog {
    box-shadow: inset 0 0 0 0 #e6a13a;
    background-color: #f0ba70;
    color: #fff;
}

.btn.btn-blog:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #e6a13a !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fec66e;
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid #e6a13a !important;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid #e6a13a !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 35px 15px;
    color: var(--bs-white) !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color: var(--bs-dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-white) !important;
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 100px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 80px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar-light .navbar-brand h1 {
        color: var(--bs-primary);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #fec66e !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background: #fec66e;
        transition: .5s;
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;

}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

@media (max-width: 768px) {

    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        height: 700px;
        margin-top: -100px;
    }

    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        opacity: 0;
    }

    .search-bar {
        margin-top: -100px;
        transition: 0.5s;
    }
}

/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url(../img/breadcrumb-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-secondary) !important;
}

/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .container .section-about-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.about .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

/*** About End ***/


/*** Services Start ***/
.service .service-content-inner {
    transition: 0.5s;
}

.service .service-content-inner:hover {
    position: relative;
    background: var(--bs-primary) !important;
}

.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
    transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
    color: var(--bs-white) !important;
}

/*** Service End ***/


/*** Destination Start ***/
.destination .tab-class .tab-content .tab-pane .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.5s;

}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {
    opacity: 0;
    transition: 0.5s;
}

.destination .tab-class .nav-item {
    padding: 0 0 20px 0;
}

.destination .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.destination .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon {
    background: rgba(19, 53, 123, 0.4);
}

.destination .tab-class .tab-content .destination-img:hover .destination-overlay {
    bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
    opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
    transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
    transform: scale(1.2);
}

/*** Destination End ***/


/*** Packages Start ***/
.packages .packages-item .packages-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}

.packages .packages-item .packages-img .packages-info {
    background: rgba(0, 0, 0, .3);
}

.packages .packages-item .packages-img .packages-info small,
.packages .packages-item .packages-img .packages-info small i {
    color: var(--bs-white);
    transition: 0.5s;
}

.packages .packages-item .packages-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid;
    border-radius: 10px !important;
    visibility: hidden;
    transition: 0.7s;
    z-index: 3;
}

.packages .packages-item .packages-img:hover.packages-img::after {
    width: 100%;
    height: 100%;
    border: 300px solid;
    border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
    visibility: visible;
}

.packages .packages-item .packages-img small,
.packages .packages-item .packages-img small i {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover small,
.packages .packages-item .packages-img:hover small i {
    color: var(--bs-white) !important;

}

.packages .packages-item .packages-img img {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover img {
    transform: scale(1.3);
}

.packages .packages-item .packages-img .packages-price {
    position: absolute;
    /* width: 100px;  */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: #fec66e;
    color: var(--bs-white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 5;
}

.packages .packages-carousel {
    position: relative;
}

.packages .packages-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev i,
.packages .packages-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev:hover,
.packages .packages-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.packages .packages-carousel .owl-nav .owl-prev:hover i,
.packages .packages-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

/*** Packages End ***/


/*** Explore Tour Start ***/
.ExploreTour .tab-class .nav-item {
    padding: 0 0 20px 0;
}

.ExploreTour .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.ExploreTour .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}


/* National Tour Start */
.ExploreTour #NationalTab-1 .national-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #NationalTab-1 .national-item img {
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #NationalTab-1 .national-item .national-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #NationalTab-1 .national-item .national-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-plus-icon {
    opacity: 1;
}

.ExploreTour #NationalTab-1 .national-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

/* International Tour Start */
.ExploreTour #InternationalTab-2 .international-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .international-item img {
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #InternationalTab-2 .international-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.ExploreTour #InternationalTab-2 .international-item .international-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #InternationalTab-2 .international-item .international-content .international-info a {
    font-size: 14px;
}

.ExploreTour #InternationalTab-2 .international-item .international-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-plus-icon {
    opacity: 1;
}

/* carousel Start */
.ExploreTour #InternationalTab-2 .InternationalTour-carousel .international-item {
    position: relative;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}

/*** Explore Tour End ***/


/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-item img {
    min-height: 300px;
    object-fit: cover;
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
    opacity: 1;
    margin: 0;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
    background: rgba(19, 53, 123, 0.8);
}

.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}

.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

/*** Gallery End ***/

/*** Tour Booking Start ***/
.booking {
    background: linear-gradient(#e6a13a, #f0ba70), url(../img/tour-booking-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}


.booking .container .section-booking-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.booking .container .section-booking-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.booking .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.booking .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}



/*** Tour Booking end ***/

/*** Travel Guide Start ***/
.guide .guide-item .guide-img {
    position: relative;
}

.guide .guide-item .guide-img .guide-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: -50px;
    display: flex;
    justify-content: center;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
    z-index: 9;
}

.guide .guide-item .guide-img .guide-img-efects {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.guide .guide-item .guide-img .guide-img-efects::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects::after {
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: rgba(19, 53, 123, .5);
}

.guide .guide-item .guide-img-efects img {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects img {
    transform: scale(1.1);
}

.guide .guide-item .guide-title {
    position: relative;
    background: var(--bs-light);
    transition: 0.5s;
}

.guide .guide-item .guide-title::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title::after {
    height: 100%;
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner,
.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 2;
}

.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    color: var(--bs-white);
}

/*** Travel Guide End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    background: rgba(255, 255, 255, .2);
    color: var(--bs-white);
}

.blog .blog-item .blog-img .blog-img-inner {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
    opacity: 1;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
    height: 100%;
    background: rgba(19, 53, 123, .6);
    opacity: 1;
}

.blog .blog-item .blog-img .blog-img-inner {
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-img-inner img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner img {
    transform: scale(1.2);
}

/*** Blog End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid var(--bs-primary);
    border-style: dotted;
    border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid var(--bs-white);
    border-style: dotted;
    transition: 0.5s;
}

/*** Testimonial End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

/*** Contact End ***/

/*** Subscribe Start ***/
.subscribe {
    background: linear-gradient(rgba(19, 53, 123, .6), rgba(19, 53, 123, .6)), url(../img/subscribe-img.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

/*** Subscribe End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}

/*** copyright end ***/

.blink {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li {
    list-style: none;
    margin: 0 5px;
}

.pagination a {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
}

.pagination a:hover {
    background-color: #f2f2f2;
}

.pagination .active {
    background-color: #337ab7;
    color: #fff;
    border-color: #337ab7;
}

#tour-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#tour-wrapper h1,
#tour-wrapper h2,
#tour-wrapper h3 {
    color: #1E3A8A;
}

#tour-wrapper p {
    color: #555;
}

/* Card container */
.card {
    width: 350px;
    margin: 20px auto;
    /* Căn giữa thẻ card */
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}

/* Card container */
.card-img-container {
    position: relative;
    overflow: hidden;
    /* Ngăn hình ảnh bị tràn */
}

.card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
    /* Hiệu ứng phóng to và mờ */
}

.card-img-container:hover .card-img {
    transform: scale(1.1);
    /* Phóng to ảnh 10% */
    filter: brightness(0.8);
    /* Làm tối nhẹ ảnh */
}



/* Giá tiền sát top và căn giữa */
.card-price-tag {
    position: absolute;
    top: 0;
    /* Đẩy giá tiền lên sát top */
    left: 50%;
    /* Căn giữa theo chiều ngang */
    transform: translateX(-50%);
    /* Dịch chuyển về chính giữa */
    background-color: #fec66e;
    /* Màu nền */
    color: #fff;
    /* Màu chữ */
    padding: 8px 12px;
    border-radius: 0 0 5px 5px;
    /* Bo tròn góc dưới */
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    z-index: 10;
    /* Đảm bảo hiển thị trên ảnh */
}

/* Information Section */
/* .card-info {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-size: 0.9em;
    color: #555;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 5px;
} */

/* Content */
.card-content {
    padding: 15px;
}

.card-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #14141f;
}

.card-subtitle {
    color: #777;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.card-rating {
    color: #13357b;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.card-description {
    font-size: 0.95em;
    color: #555;
    line-height: 1.5;
}

.btn_tung {
    text-decoration: none;
    color: #fff;
    background-color: #fec66e;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 0.9em;
    transition: background-color 0.3s ease;
}

/* Nút trong card-actions */
.card-actions a {
    text-decoration: none;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: block;
    /* Đảm bảo nút chiếm không gian đầy đủ */
    text-align: center;
    /* Căn giữa chữ trong nút */
}

.card-actions a:hover {
    background-color: #fec66e;
    transform: translateY(-2px);
}

/* Thẻ chứa thông tin */
.card-info {
    display: flex;
    /* Sắp xếp các info-item theo hàng ngang */
    justify-content: center;
    /* Căn giữa các item theo chiều ngang */
    align-items: center;
    /* Căn giữa theo chiều dọc */
    gap: 10px;
    /* Khoảng cách giữa các item */
    padding: 10px 0;
    /* Thêm padding trên dưới */
    font-size: 0.9em;
    color: #14141f;
}

/* Thông tin từng item */
.info-item {
    display: flex;
    /* Cho phép icon và chữ nằm trên cùng một hàng */
    align-items: center;
    /* Căn giữa icon và text */
    gap: 5px;
    /* Khoảng cách giữa icon và chữ */
    position: relative;
    padding: 0 10px;
    /* Thêm padding ngang để có khoảng cách */
}

/* Thêm gạch dọc giữa các info-item */
.info-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    /* Đặt gạch sát bên phải */
    top: 50%;
    /* Căn giữa theo chiều dọc */
    transform: translateY(-50%);
    /* Giúp gạch thẳng đứng chính giữa */
    height: 60%;
    /* Chiều cao gạch */
    width: 1px;
    /* Độ dày của gạch */
    background-color: #ccc;
    /* Màu sắc của gạch dọc */
}

/* Responsive cho màn hình nhỏ hơn 768px (tablet và điện thoại) */
@media screen and (max-width: 768px) {
    .card {
        width: 100%;
        /* Card chiếm toàn bộ chiều ngang */
        margin: 15px 10px;
        /* Thêm khoảng cách đều hai bên */
    }

    .card-img {
        height: 180px;
        /* Giảm chiều cao ảnh */
    }

    .card-price-tag {
        font-size: 1em;
        /* Giảm kích thước chữ giá tiền */
        padding: 6px 10px;
        /* Thu nhỏ padding */
    }

    .card-title {
        font-size: 1.2em;
        /* Giảm kích thước chữ tiêu đề */
    }

    .card-subtitle {
        font-size: 0.8em;
        /* Thu nhỏ chữ phụ */
    }

    .card-description {
        font-size: 0.85em;
        /* Giảm kích thước mô tả */
    }

    .btn_tung {
        font-size: 0.85em;
        /* Thu nhỏ chữ nút */
        padding: 6px 12px;
        /* Giảm padding của nút */
    }

    .info-item {
        font-size: 0.8em;
        /* Thu nhỏ chữ thông tin */
        padding: 0 5px;
        /* Thu nhỏ padding */
    }

    .info-item:not(:last-child)::after {
        height: 50%;
        /* Giảm chiều cao gạch ngăn cách */
    }
}

/* Responsive cho màn hình nhỏ hơn 480px (điện thoại nhỏ) */
@media screen and (max-width: 480px) {
    .card {
        width: 100%;
        /* Chiếm toàn bộ chiều ngang màn hình */
        margin: 10px 5px;
        /* Giảm lề */
    }

    .card-img {
        height: 150px;
        /* Tiếp tục giảm chiều cao ảnh */
    }

    .card-price-tag {
        font-size: 0.9em;
        /* Giảm kích thước chữ giá tiền */
    }

    .card-title {
        font-size: 1em;
        /* Giảm kích thước chữ tiêu đề */
    }

    .card-description {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        /* Đảm bảo không tràn khung */
    }

    .btn_tung {
        font-size: 0.8em;
        /* Thu nhỏ chữ nút */
        padding: 5px 10px;
        /* Giảm padding của nút */
    }

    .info-item {
        font-size: 0.75em;
        /* Thu nhỏ chữ thông tin */
        padding: 0 3px;
        /* Giảm padding */
    }

    .info-item:not(:last-child)::after {
        height: 40%;
        /* Giảm chiều cao gạch ngăn cách */
    }
}


/* Tiêu đề */
.page-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Arial', sans-serif;
}


/* Căn chỉnh tổng thể */
.main-container {
    display: flex;
    justify-content: space-between; /* Cách đều các phần */
    align-items: flex-start;
    gap: 20px; /* Khoảng cách giữa các phần */
}

.tour-container {
    flex: 1; /* Cho phép chiếm phần còn lại */
    max-width: 70%; /* Giữ đúng tỷ lệ */
}

.pricing-container {
    flex: 0 0 30%; /* Giữ cố định 40% */
    max-width: 100%; /* Không vượt quá */
    min-width: 300px; /* Đảm bảo không quá nhỏ */
}

/* Hình ảnh lớn */
.main-image {
    width: 100%;
    overflow: hidden;
}

.main-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.main-image img:hover {
    transform: scale(1.05);
}

/* Bọc cả thumbnail + nút */
.thumbnail-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 10px;
}

/* Container cuộn ngang */
.thumbnail-container {
    display: flex;
    overflow: hidden;
    gap: 10px;
    scroll-behavior: smooth;
    width: 85%;
}

/* Các hình nhỏ */
.thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 8px;
    transition: 0.3s;
    flex-shrink: 0;
}

.thumbnail:hover {
    transform: scale(1.1);
    border-color: #ff6f61;
}

/* Nút điều hướng */
.prev-btn, .next-btn {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 8px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    transition: 0.3s;
}

.prev-btn { left: -30px; }
.next-btn { right: -30px; }

.prev-btn:hover, .next-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}


/* Accordion container */
.accordion {
    margin: 30px 0;
    font-family: Arial, sans-serif;
    position: relative;
}

/* Accordion item */
.accordion-item {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    position: relative;
}

/* Header with icon */
.accordion-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* Circle icon */
.icon {
    width: 12px;
    height: 12px;
    background-color: #13357b;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

/* Vertical line */
.accordion-item:not(:last-child) .icon::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    width: 2px;
    height: calc(100% - 12px);
    background-color: #ddd;
    transform: translateX(-50%);
    z-index: 0;
}

.accordion .accordion-button {
    background-color: #fff !important; /* Nền trắng */
    color: #e6a13a !important; /* Màu chữ */
    border: none; /* Loại bỏ viền mặc định */
    text-align: left;
    box-shadow: none; /* Loại bỏ bóng */
    transition: all 0.3s ease;
}

/* Khi hover vào button */
.accordion .accordion-button:hover {
    background-color: #e6a13a !important; /* Nền xám nhạt */
    color: #333 !important; /* Chữ màu xanh nhấn */
}

/* Xóa viền của các trạng thái focus */
.accordion .accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* Khi accordion được mở */
.accordion .accordion-button:not(.collapsed) {
    background-color: #fff !important; /* Nền vẫn là màu trắng */
    color: #e6a13a !important; /* Màu chữ nổi bật */
    border: none;
}

/* Accordion content */
.accordion-content {
    padding-left: 22px;
    border-left: 2px solid #ddd;
    margin-bottom: 20px;
    display: none;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

/* Khi accordion mở */
.accordion-content.show {
    display: block;
}

/* Tiêu đề lịch trình */
.accordion-title h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
    border-left: 4px solid #e6a13a;
    padding-left: 10px;
    display: inline-block;
}



/* Mô tả ngày đi và thời gian đi (đặt ngoài gallery) */
.trip-info {
    text-align: center; /* Căn giữa thông tin */
    margin: 20px 0; /* Khoảng cách từ trên xuống dưới */
    font-size: 1.2rem; /* Kích thước font chữ */
    color: #333; /* Màu chữ */
    font-family: 'Arial', sans-serif;
}

/* Làm nổi bật các từ "Ngày đi" và "Thời gian đi" */
.trip-info strong {
    color: #ff6f61; /* Màu sắc cho từ "Ngày đi" và "Thời gian đi" */
    font-weight: bold;
}

/* Đoạn mô tả về chuyến đi */
.trip-description {
    text-align: center; /* Căn giữa mô tả */
    margin-top: 20px; /* Khoảng cách với thông tin ngày đi và thời gian đi */
    font-size: 1rem; /* Kích thước chữ mô tả */
    color: #666; /* Màu chữ nhạt hơn một chút */
    font-family: 'Arial', sans-serif;
    line-height: 1.6; /* Tăng khoảng cách giữa các dòng */
    max-width: 800px; /* Giới hạn chiều rộng để đoạn mô tả không dài quá */
    margin-left: auto;
    margin-right: auto;
}

/* Thêm hiệu ứng cho đoạn mô tả nếu muốn */
.trip-description p {
    margin-bottom: 15px; /* Khoảng cách giữa các đoạn văn */
}

.main-container {
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
}

.tour-container {
    flex: 2;
    margin-right: 20px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tour-details {
    margin-right: 20px;
}

.tour-header {
    margin-bottom: 20px;
}

.tour-header h1 {
    font-size: 24px;
    color: #e6a13a;
    margin-bottom: 10px;
}

.tour-header span {
    color: #777777;
    font-size: 14px;
}

.tour-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tour-info div {
    text-align: center;
}

.tour-info div span {
    display: block;
    font-weight: bold;
    color: #080808;
}

.tour-header .departure-date {
    color: #555555; /* Màu chữ */
    font-size: 14px; /* Kích thước chữ */
    margin-left: 10px; /* Khoảng cách với phần địa điểm */
}

.pricing-container {
    width: 100%; /* Giữ đúng 40% */
    min-width: 300px; /* Đảm bảo không bị quá nhỏ trên màn hình nhỏ */
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 15%;
    height: auto; /* Không bị bó hẹp */
    overflow: hidden;
}

/* Phần giá như tiêu đề */
.pricing-container .price-header {
    background-color: #e6a13a; /* Nền nổi bật */
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
}

/* Giá gốc (nếu có giảm giá) */
.pricing-container .price-header .original {
    text-decoration: line-through;
    color: #ffd700;
    font-size: 16px;
    margin-left: 10px;
}

/* Phần nội dung bên dưới */
.pricing-container .price-content {
    padding: 15px;
    background-color: #ffffff;
}

/* Khuyến mãi (nếu có) */
.pricing-container .discount {
    background-color: #e6a13a;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Nút đặt hàng */
.pricing-container button {
    background-color: #e6a13a;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.pricing-container button:hover {
    background-color: #cf8a2c;
}

.tungla-detail-tour-social-icons {
    display: flex;
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
    gap: 10px; /* Khoảng cách giữa các icon */
    margin-top: 10px; /* Tạo khoảng cách với phần trên */
}

.tungla-detail-tour-social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    transition: background-color 0.3s;
}

.tungla-detail-tour-social-icons a:hover {
    background-color: #555;
}


@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
    }

    .tour-container {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .pricing-container {
        top: 20px;
    }
}

.banner-custom {
    position: relative;
    width: 100%;
    height: 100vh; /* Chiều cao toàn màn hình */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end; /* Đưa nội dung xuống chân banner */
    justify-content: center;
    padding-bottom: 50px; /* Tạo khoảng cách giữa nội dung và mép dưới */
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.banner-content {
    position: relative;
    color: white;
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 20px;
}

/* Tiêu đề */
.banner-content h1 {
    font-size: 48px;
    margin: 0;
    color: white;
}

/* Đoạn văn bản */
.banner-content p {
    font-size: 18px;
    margin-top: 10px;
    max-width: 40%;
    margin: 10px auto; /* Căn giữa */
    line-height: 1.6; /* Tăng khoảng cách dòng giúp dễ đọc */
}

.color-text{
    color: #e6a13a;
}

.color-background{
    background-color: #f0ba70;
}

.color-other{
    color: #fec66e;
}

.tungla-footer {
    background-color: #f0ba70;
    color: #000;
    font-family: Arial, sans-serif;
    padding: 20px;
    border-top: 1px solid #ccc;
}

.tungla-footer-container {
    display: flex;
    justify-content: center; /* Căn giữa các cột */
    align-items: flex-start; /* Căn từ trên xuống */
    flex-wrap: wrap;
    max-width: 1200px; /* Giới hạn chiều rộng */
    margin: 0 auto; /* Căn giữa container */
    gap: 20px; /* Khoảng cách giữa các cột */
}

.tungla-footer-column {
    flex: 1;
    margin: 10px;
    min-width: 200px;
}

.tungla-footer-column h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}

.tungla-footer-column ul {
    list-style: none;
    padding: 0;
}

.tungla-footer-column ul li {
    margin: 5px 0;
}

.tungla-footer-column ul li a {
    text-decoration: none;
    color: #000;
}

.tungla-footer-column ul li a:hover {
    text-decoration: underline;
}

.tungla-footer-contact {
    margin-bottom: 20px;
}

.tungla-footer-contact p {
    margin: 5px 0;
}

.tungla-footer-social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.tungla-footer-social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    transition: background-color 0.3s;
}

.tungla-footer-social-icons a:hover {
    background-color: #555;
}

.tungla-footer-copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}


.about {
    background-color: #f8f9fa; /* Màu nền nhẹ nhàng */
}

.about h1 {
    color: #143d59;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.about h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #e6a13a;
    margin-top: 10px;
}

.about p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about h3 {
    color: #e6a13a;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.about img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.about img:hover {
    transform: scale(1.05);
}

/* Điều chỉnh cho bố cục đẹp hơn trên mobile */
@media (max-width: 768px) {
    .about .col-sm-6 {
        text-align: center;
    }

    .about img {
        margin-top: 20px;
    }
}

.custom-caption-content * {
    color: white !important; /* Đảm bảo chữ hiển thị */
    z-index: 999 !important; /* Đưa phần tử lên trên cùng */
    visibility: visible !important;
    opacity: 1 !important;
}

.custom-carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    padding: 25px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    /* backdrop-filter: blur(10px); */
    /* background: rgba(0, 0, 0, 0.5); */
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
    text-align: center;
    z-index: 10; /* Giữ caption trên cùng */
}

/* Đảm bảo ảnh chạy mượt */
.carousel-inner .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.custom-caption-content {
    display: flex; /* Đưa tiêu đề và nội dung thành hàng ngang */
    width: 100%; /* Chiếm toàn bộ chiều rộng của phần caption */
    gap: 20px; /* Khoảng cách giữa hai phần */
    align-items: center; /* Căn giữa theo chiều dọc */
}

/* Tiêu đề */
.custom-title {
    font-size: 70px;
    font-weight: bold;
    flex: 4; /* Chiếm 30% không gian */
    text-align: left; /* Căn giữa nội dung */
    margin: 0; /* Xóa margin mặc định của p */
    padding: 10px;
    white-space: normal; /* Cho phép xuống dòng nếu cần */
    line-height: 1.3;
}

/* Nội dung chữ */
.custom-text {
    font-size: 40px;
    line-height: 1.5;
    flex: 6; /* Chiếm 70% không gian */
    margin: 0; /* Xóa margin mặc định */
    padding: 10px;
    text-align: justify; /* Căn đều hai bên để đẹp hơn */
    white-space: normal; /* Cho phép xuống dòng nếu cần */
}


.custom-button {
    display: inline-block;
    background: white;
    color: black;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.section-divider {
    width: 100%;
    height: 5px;
    border: none;
    background: linear-gradient(to right, #ff7e5f, #feb47b); /* Hiệu ứng chuyển màu */
    margin: 0;
    padding: 0;
}

.fsocial-container {
    position: fixed;
    left: 10px;
    bottom: 30px; /* Đẩy nút social lên trên */
}

.fsocial-toggle {
    background: #ff5722;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.fsocial-toggle:hover {
    background: #e64a19;
}

.fsocial {
    display: none; /* Ẩn ban đầu */
    position: absolute;
    bottom: 60px;
    right: 0;
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.fsocial a {
    display: block;
    text-align: center;
    margin: 5px 0;
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

.fsocial a:hover {
    color: #ff5722;
}

.fsocial.show-fsocial {
    display: block !important;
}
