body:not(.home) {
    background: linear-gradient(to bottom, #e9ecef 0%, rgb(245 246 248 / 35%) 100%);
}
.bg-main {
    background: var(--color-main) !important;
}
.fs-12{
    font-size: 1.2rem !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-14{
    font-size: 1.4rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-22{
    font-size: 2.2rem !important;
}
.fs-24{
    font-size: 2.4rem !important;
}
.fs-25{
    font-size: 2.5rem !important;
}
.fs-32{
    font-size: 3.2rem !important;
}
.fs-35{
    font-size: 3.5rem !important;
}
.fs-40{
    font-size: 4rem !important;
}

.text-underline{
    text-decoration: underline;
}
.font-weight-500{
    font-weight: 500;
}
.shadow-1 {
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}
.color-text {
    color: var(--color-text) !important;
}
.color-yellow {
    color: var(--yellow) !important;
}
.rounded {
    border-radius: 0.5rem !important;
}
.rounded-10 {
    border-radius: 1rem !important;
}
.bg-light {
    background: var(--light) !important;
}
.bg-gray-gradient {
    background: linear-gradient(to bottom, #e9ecef 0%, rgb(245 246 248 / 35%) 100%);
}
.hover-effect {
    transition: all 0.25s ease-in-out
}

.hover-effect:hover {
    transform: translateY(-.25rem)
}
.hover .hover-img a:after {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,49,50,.55);
    opacity: 0;
    -webkit-transition: opacity .23s;
    -o-transition: opacity .23s;
    transition: opacity .23s;
}
.hover:hover .hover-img a:after {
    opacity: 1;
}

.object-cover {
    object-fit: cover;
}
.bg-second {
    background: var(--color-second);
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }
}




header {
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    position: relative;
}
.setting-menu>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.setting-menu.fixed {
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}
.setting-menu.fixed .menu-section > ul > li > a {
    height: 6.5rem;
    line-height: 6.5rem;
}

.setting-menu.fixed .logo-section img {
    height: 3rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullet {
    background-color: #fff0;
    border: 1px solid #fff0;
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    opacity: 0.5;
}
.swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: var(--gray-bold);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}

.swiper-pagination-bullet-active {
    border-color: var(--color-highlight);
    opacity: 1;
    transition: all 0.35s ease-in-out
}

.swiper-pagination-bullet-active:after {
    width: 0.6rem;
    height: 0.6rem;
    background-color: var(--color-highlight) !important
}
.swiper-button-prev, .swiper-button-next {
    background: var(--color-highlight);
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    color: white;
    transition: all 0.35s ease-in-out
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: var(--color-second);
    color: white;
}
.swiper-slider-main .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 50%);
}

.swiper-slider-main .swiper-pagination {
    text-align: left;
    left: 1.1rem;
}
.swiper-slider-main .swiper-pagination-bullet::after {
    background-color: var(--white);
}
.swiper-slider-main .swiper-button-prev, .swiper-slider-main .swiper-button-next {
    opacity: 0;
}
.swiper-slider-main:hover .swiper-button-prev, .swiper-slider-main:hover .swiper-button-next {
    opacity: 1;
}
.swiper-slider-main .btn:hover {
    background: var(--color-second) !important;
    border-color: var(--color-second) !important;
}
.search-section .form-group i, .book-tour-section .right .form-group i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.search-section .form-control, .book-tour-section .right .form-control {
    padding-left: 3rem;
}
.search-section .btn {
    letter-spacing: .115rem;
}
.datepicker table {
    text-align: center;
}
.datepicker tbody tr > td.day {
    cursor: pointer;
}
.title-sub {
    letter-spacing: .175rem;
}
.swiper-left .swiper-button-next {
    right: 0;
}

.swiper-left .swiper-button-prev {
    right: 5rem;
    left: inherit;
}
.cate-section .item .info {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5rem 1.5rem 1.5rem 1.5rem;
    background: linear-gradient(0deg, rgb(0 0 0 / 85%) 0%, rgb(0 0 0 / 0%) 100%);
    width: 100%;
}
.cate-section .item .info .right i {
    width: 4rem;
    height: 4rem;
}
.cate-section .item .image:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(0 0 0 / 35%);
    transition: opacity 0.25s ease-in-out;
    z-index: 0;
}
.cate-section .item:hover .image:after {
    opacity: 1;
}
.cate-section .item .image i {
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: rgb(0 0 0 / 55%);
}

.cate-section .item:hover .image i {
    opacity: 1;
}
.highlight-section .item .image {
    width: 6.4rem;
    height: 6.4rem;
}
.highlight-section .item .image img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 4rem;
}
.why-section .card-header .btn-link:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    position: absolute;
    right: 0;
}
.why-section .card-header .btn-link:not(.collapsed):after {
    content: '\f106';
}
.why-section .image-left {
    padding-top: 110%;
}
.review-star > label::before {
    font-weight: 900;
}
.btn-detail {
    width: 4rem;
    height: 4rem;
}
.btn-detail:hover {
    background: var(--color-second) !important;
}
.swiper .swiper-slide{
    height: auto;
}
.banner-home .banner-section .item {
    margin: 0 !important;
}
.banner-section .item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    z-index: 1;
}
.banner-section .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    color: white;
    max-width: 768px;
}
.banner-section .item img {
    height: 25vw;
}
.testimonial-section .swiper-slide img {
    width: 6.4rem;
    height: 6.4rem;
    object-fit: cover;
}
.testimonial-section .swiper-slide .icon {
    font-size: 5.5rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    opacity: .05;
    line-height: 1;
}
.contact-home .btn {
    min-width: 18rem;
}
.contact-home .btn:hover {
    background: var(--color-second) !important;
    border-color: var(--color-second) !important;
    color: white !important;
}
footer{
    background-color: var(--color-main);
    color: rgb(255 255 255 / 65%);
    padding-top: 3rem;
}
footer .logo-section {
    padding: 0 !important;
}
footer .logo-section img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
footer a {
    color: rgb(255 255 255 / 65%);
}
.social-section ul li {
    float: left;
}
.social-section ul li a {
    color: var(--gray);
    margin-right: 2rem;
}
.social-section ul li a:hover{
    opacity:0.8
}
.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}
.footer-widget .item img {
    max-height: 4rem;
}
.copyright {
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.social-section .desc {
    line-height: 1.7;
}
.breadcrumbs-section-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 26vw;
}
.breadcrumbs-section-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.entire-cart-totals .proceed-to-checkout {
    padding-top: 1.5rem;
}
.title-sidebar::before {
    content: '';
    width: 2.035px;
    height: 21px;
    background: var(--color-highlight);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.view-small .article-item:last-child {
    margin: 0 !important;
    padding: 0 !important;
}
.banner-right .banner-section .item:before {
    display: none;
}

.banner-right .banner-section .info {
    display: none;
}
.banner-right .banner-section .item img {
    height: auto;
    border-radius: 1rem;
}
.banner-right .banner-section .item:last-child {
    margin: 0 !important;
}
.product-desc ul, .product-desc ol {
    margin: 0;
    padding-left: 1.5rem;
    line-height: 1.7;
}



.lichtrinh #accordion .card {
    padding-left: 4rem;
    margin-left: 1.2rem;
}
.lichtrinh #accordion .card:not(:last-child):before {
    position: absolute;
    content: "";
    border-left: 1px solid #dee2e6;
    width: 0;
    height: calc(100% + 2rem);
    left: 0;
    top: 2rem;
    z-index: 1;
}
.lichtrinh #accordion .card .btn-link:before {
    position: absolute;
    left: -5.7rem;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    content: "\2b";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    border-radius: 50%;
    display: flex;
    line-height: 0;
    justify-content: center;
    align-items: center;
    background: var(--color-highlight);
    border: 1px solid var(--color-highlight);
    color: #fff;
    z-index: 2;
    transition: 0.3s ease-in-out;
}
.lichtrinh #accordion .card .btn-link:not(.collapsed):before {
    content: "\f068";
}
#accordion .card:last-child {
    border-bottom:none !important;
}
#accordion .card .btn-link {
    text-decoration: auto !important;
}
#accordion .card .btn-link:hover, #accordion .card .btn-link:not(.collapsed) {
    color: var(--color-highlight) !important;
}
.book-tour-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}
.book-tour-section .left, .book-tour-section .right {
    z-index: 1;
}

.entire-map-contact iframe {
    display: block;
}
.form-control {
    padding: 1.2rem 1.5rem;
    border-color: #dedede;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    height: auto;
}
.contact-page .form-group {
    margin-bottom: 2.5rem;
}
.contact-page .title-description {
    line-height: 1.7;
}
.contact-page p {
    color: var(--color-text);
}

.product-image-detail .inner-image {
    padding-top: 66.66%;
}
.bootstrap-select>.dropdown-toggle {
    font-size: 1.5rem;
    padding: 1.276rem 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #dedede;
}

.btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 3rem;
    width: 6rem;
    height: 6rem;
    background: rgb(0 0 0 / 30%);
    line-height: 6rem;
    border-radius: 50%;
}
body {
  counter-reset: section;
}

.file-number::before {
  counter-increment: section;
  content: counter(section);
}
.list-file .article-title a{
    color: var(--color-main);
}
.title-article-detail {
    font-size: 2.8rem;
}

.box-category-content .category-content {
    max-height: 300px;
    overflow: hidden;
}

.box-category-content.transform-active .category-content {
    max-height: inherit;
}

.box-category-content .load-more {
    margin-top: 15px;
}

.box-category-content .load-more a {
    border: 1px solid var(--color-highlight);
    padding: 0.8rem 3rem;
    font-size: 16px;
    color: var(--color-highlight);
    font-weight: 600;
    display: inline-block;
}
.box-category-content .load-more a:hover{
    color: white;
    background: var(--color-highlight);
}
.box-category-content .load-more .btn-hide, .box-category-content.transform-active .load-more .btn-show {
    display: none;
}

.box-category-content.transform-active .load-more .btn-hide {
    display: inline-block;
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.member-mb-section .dropdown>a {
    padding: 0 !important;
    color: white !important;
}
.member-mb-section a.btn-action-header {
    color: white !important;
}

@media (min-width:992px) {
    .search-section {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
        border-radius: 1rem 1rem 0 0 !important;
    }
}
@media (max-width:1000px) {
    .setting-menu>.container > .row > div>div:nth-child(1) {
        order: 2;
    }
     .setting-menu>.container > .row > div>div:nth-child(2) {
        order: 1;
    }
    
     .setting-menu>.container > .row > div>div:nth-child(3) {
        order: 3;
    }
    .nh-admin-bar {
        display: none;
    }
}

@media (max-width:1200px) {
    .menu-section > ul > li > a {
        font-size: 1.6rem;
    }
    
    .btn-booking .btn-submit {
        padding: 1.2rem 1.5rem;
    }
    .menu-section > ul > li {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}
@media (max-width:992px) {
    .swiper-slider-main, .swiper-slider-main .swiper-slide img {
        height: 45vh;
    }
    .swiper-slide--tile {
        font-size: 3rem;
    }
    
    .swiper-slide--description {
        font-size: 1.4rem;
    }
    header .logo-section img {
        max-height: 3rem;
    }
    body {
        font-size: 1.4rem;
    }
    .title-section {
        font-size: 3.1rem !important;
    }

}
@media (max-width:991px) {
    .footer-mb >.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width:768px) {
    .banner-section .item img {
        height: 30vh;
    }
}

@media (max-width:767px) {
    .breadcrumbs-section-bg {
        height: 20vh;
    }
    table {
        display: block;
        overflow-x: scroll;
		width: 100% !important;
    }
    .swiper-left .swiper-button-prev, .swiper-left .swiper-button-next {
        bottom: 1rem;
        top: unset;
        transform: unset;
    }
    .tag--item {
        padding: 0.5rem 1rem;
    }
    .footer-mb >.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .product-detail-footer #accordion .card .btn-link {
        font-size: 1.8rem !important;
    }
}

@media (max-width:390px) {
    .btn-mb {
        width: 100%;
        margin: 0.5rem 0;
    }
}
