.row-align-center > .no-gutters {
    align-items: center;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
#google_translate_element {
    position: relative;
    z-index: 10;
}

#google_translate_element > .goog-te-gadget > span {
    display: none;
}

.skiptranslate.goog-te-gadget {
    color: transparent;
    font-size: 0;
}

.goog-te-gadget .goog-te-combo {
    border: 0;
    margin: 4px 0;
}

.goog-te-gadget .goog-te-combo {
    border-radius: 5px;
    padding: 0.8rem 0rem 0.7rem 0.3rem;
    border: 1px solid var(--color-black);
    outline: none;
}

.bg-head {
    background: #0c61a3;
}

.bg-head .row > div {
    display: flex;
    justify-content: space-between;
}

.box-search .input-group {
    border: 1px solid var(--color-highlight);
    border-radius: 8px;
}

.box-search .input-group .form-control {
    height: 42px;
    border: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.box-search .input-group .input-group-append .btn-submit {
    background: none;
    border: 0;
    padding: 0 10px;
}

.hotline-head {
    display: flex;
    align-items: center;
}

.hotline-head i {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid;
    align-items: center;
    justify-content: center;
}

.phone-show {
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.wrp-effect-scale {
    position: relative;
}

.wrp-effect-scale img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wrp-effect-scale:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.item-image-link {
    position: relative;
}

.image-link--tile {
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    color: black;
    padding: .3rem 2rem;
    font-size: 1.6rem;
    text-transform: capitalize;
}

.banner-slider .info-form {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.banner-slider .info-form .text {
    text-align: center;
    color: #fff;
}

.banner-slider .info-form .text .title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.banner-slider .info-form .text .dsc {
    font-size: 2.5rem;
}

.banner-slider .info-form .form {
    background: #fff;
    padding: 1.5rem;
    border-radius: 1.5rem;
    max-width: 85rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}

.banner-slider .info-form .form .btn-submit {
    width: 100%;
    border-radius: .8rem;
    height: 5rem;
}

.banner-slider .info-form .form .orderby-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner-slider .info-form .form .dropdown-menu {
    min-width: 17rem;
    padding: 0;
}

.banner-slider .info-form .form .dropdown-menu .checkmark {
    height: 1.6rem;
    width: 1.6rem;
    background-color: #fff;
    display: inline-block;
    margin-right: .8rem;
    border: 1px solid #464646;
    border-radius: .3rem;
    position: relative;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label {
    display: block;
    margin-bottom: 0;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.banner-slider .info-form .form .dropdown-menu .list-item input:checked ~ .checkmark {
    background: var(--color-highlight);
}

.banner-slider .info-form .form .dropdown-menu .list-item input:checked ~ .checkmark:after {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: #fff;
    font-size: .9rem;
    position: absolute;
    top: 0;
    left: .3rem;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label input {
    opacity: 0;
    width: 0;
    height: 0;
}

.banner-slider .info-form .form .orderby-title>span {
    cursor: pointer;
}

.banner-slider .info-form .form .item-check.custom-control {
    padding-left: 0;
}

.banner-slider .info-form .form .dropdown-menu .list-item {
    max-height: 250px;
    overflow-y: auto;
}

.banner-slider .info-form .form .dropdown-menu .list-item::-webkit-scrollbar {
    width: .2rem;
    background-color: #F5F5F5;
    border: 1px solid #fff
}

.banner-slider .info-form .form .dropdown-menu .list-item::-webkit-scrollbar-thumb {
    background-color: #000;
    width: .3rem;
}

.banner-slider .info-form .form .orderby-title span.text-name span {
    display: block;
}

.banner-slider .info-form .form .orderby-title span.icon {
    border: 1px solid #e7e6e6;
    width: 5rem;
    height: 5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .8rem;
    margin-right: 1rem;
    color: #000;
    font-size: 2rem;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label:hover {
    color: var(--color-highlight);
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label:hover .checkmark {
    border-color: var(--color-highlight);
}

.bg-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.info-benefit .text-benefit .item {
    margin-bottom: 3rem;
}

.info-benefit .text-benefit .item .short {
    display: inline-block;
    background: #dbeafe;
    padding: .5rem 1.5rem;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 1.2rem;
    color: #3b5abb;
}

.info-benefit .text-benefit .item .title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.info-benefit .title-slogan {
    margin-bottom: 4.5rem;
}

.box-enjoytour .box-slogan * {
    position: relative;
}

.box-enjoytour .box-slogan {
    padding: 6rem 0;
    position: relative;
}

.box-enjoytour .box-slogan:before {
    content: "";
    background: #c4eeec;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    z-index: 0;
}

.box-enjoytour .title-slogan {
    border-left: 2px solid black;
    padding: calc(3rem + 5vw) 0;
    margin-left: 6rem;
    padding-left: 6rem;
}

.inner-video .fa-circle-play {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 8rem;
    color: black;
}

.title-tab {
    margin-bottom: 30px;
}

.title-tab .block-tab>li.nav-item {
    margin-right: 15px;
}

.title-tab .block-tab>li.nav-item>.nav-link {
    font-weight: 600;
    color: #7c828f;
    font-size: 14px;
    border-radius: 22px;
    padding: 12px 25px;
    margin-bottom: 0;
    border-bottom: 0;
    border: 1px solid #ddd;
}

.title-tab .block-tab>li.nav-item>.nav-link.active, .title-tab .block-tab>li.nav-item>.nav-link:hover {
    background: #004ee6;
    color: #fff;
}

.title-tab .title-slogan {
    margin-bottom: 25px;
}

.product-item .product-title a {
    display: -webkit-box;
    max-width: 100%;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item .inner-content {
    padding: 15px;
}

.product-item .inner-content .price {
    display: flex;
    justify-content: space-between;
}

.product-item .inner-content .attributes .item {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    white-space: nowrap;
}

.product-item .inner-content .attributes .item span {
    font-size: 12px;
    font-weight: 600;
    color: #4b5563;
    line-height: 21px;
}

.product-item .inner-content .attributes .item span.name>i {
    margin-right: 5px;
    color: black;
    display: inline-block;
    width: 8px;
}

.product-item .inner-content .attributes .item span.value>span {
    margin-left: 3px;
    position: relative;
}

.product-item .inner-content .attributes .item span.value>span:first-child {
    margin-left: 0;
}

.product-item .inner-content .attributes .item span.value>span:before {
    content: ',';
    margin-right: 3px;
}

.product-item .inner-content .attributes .item span.value>span:first-child:before {
    display: none;
}

.category-list .inter-content {
    position: relative;
    margin-top: 1rem;
    text-align: center;
}

.category-list .inter-content .name > a {
    font-size: 1.6rem;
    color: var(--color-black);
    text-transform: capitalize;
    font-weight: bold;
}

.box-what-customers .item {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
    background: white;
}

.box-what-customers .item .title {
    font-weight: 700;
    margin-bottom: 15px;
}

.box-what-customers .item .description {
    margin-bottom: 15px;
}

.box-what-customers .item .img-name {
    display: flex;
    align-items: center;
}

.box-what-customers .item .img-name .img {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 15px;
}

.box-what-customers .item .img-name .img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.box-what-customers .item .inter-content .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.swiper-button-prev i, .swiper-button-next i {
    color: #fff;
}

.article-item {
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
}

.article-item .inner-content {
    padding: 15px;
}

.box-article-detail .banner-article-detail {
    max-width: calc(100% - 10vw);
    margin-left: auto;
    margin-right: auto;
}

.box-article-detail .banner-article-detail .inner-image img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
    border-radius: 50px;
}

.box-article-detail .article-detail {
    /* flex-basis: calc(100% - 90px); */
    /* max-width: calc(100% - 90px); */
    padding: 30px 20px 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.box-article-detail .box-share-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -140px;
}

.box-article-detail .social-share {
    background: #fff;
    display: inline-block;
    padding: 5px 5px;
    border-radius: 43px;
    border: 1px solid #dddd;
}

.box-article-detail .item-detail-share {
    flex: 0 0 60px;
    max-width: 60px;
}

.box-article-detail .social-share .list-social .btn-social a {
    color: #fff !important;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.box-article-detail .social-share .list-social .btn-social svg {
    width: 40px;
    height: 40px;
}

.box-article-detail .article-detail .article-top .title {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    text-transform: upercase;
    padding: 0 50px;
    margin-bottom: 15px;
}

.box-article-detail .article-detail .article-top {
    text-align: center;
}

.box-article-detail .author-view-detail {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.box-article-detail .author-view-detail .author {
    display: flex;
    align-items: center;
}

.box-article-detail .author-view-detail .author .img-author {
    margin-right: 15px;
}

.box-article-detail .author-view-detail .author .img-author img {
    width: 54px;
    height: 54px;
    border: 4px solid var(--blue-black);
    border-radius: 50%;
}

.box-article-detail .author-view-detail .view {
    background: #EAEAEA;
    padding: 2px 10px;
    border-radius: 20px;
    color: #000;
    font-size: 13px;
}

.box-article-detail .author-view-detail .view i {
    margin-right: 5px;
}

.box-article-detail .social-share .list-social .btn-social:last-child a {
    margin-bottom: 0;
}

.header-page-title {
    height: 800px;
    background-size: cover;
    backdrop-filter: brightness(60%);
    -webkit-backdrop-filter: brightness(60%);
    margin-bottom: 70px;
    background-position: center;
}

.header-page-title .breadcrumb {
    height: 100%;
    backdrop-filter: brightness(70%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-page-title .breadcrumb .content {
    text-align: center;
    position: relative;
    z-index: 9;
}

.header-page-title .breadcrumb .content .title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.header-page-title .breadcrumb nav.breadcrumbs-section {
    justify-content: center;
}

.header-page-title .breadcrumb nav.breadcrumbs-section a, .header-page-title .breadcrumb nav.breadcrumbs-section a>span {
    color: #fff;
}

.article-hot .info-article-right .article-item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.article-hot .info-article-right .article-item .inner-image {
    flex: 0 0 175px;
}

.article-hot .info-article-right .article-item:last-child {
    margin-bottom: 0;
}

.article-hot .info-article-left .article-item {
    margin-bottom: 0;
    position: relative;
}

.article-hot .info-article-left .article-item .inner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.article-hot .info-article-left .article-item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 190px;
    bottom: 0;
    background-image: linear-gradient(0deg, black, transparent);
    z-index: 1;
}

.article-hot .info-article-left .article-item .inner-content .article-title a {
    color: #fff;
}

.article-hot .info-article-left .article-item .inner-content .post-date {
    color: #fff;
}

.article-hot .info-article-left .article-item .inner-content .article-title {
    height: auto;
}

.article-hot .info-article-left .article-item .inner-content .article-description {
    color: #fff;
}

.article-hot {
    margin-bottom: 70px;
}

.article-hot .title-section {
    margin-bottom: 30px;
}

.article-hot .info-article-left .article-item .inner-image .img {
    padding-top: 75.5%;
}

.box-article-page .article-item {
    display: flex;
    border: 0;
    border-radius: 0;
}

.box-article-page .article-item .inner-image {
    flex: 0 0 250px;
}

.box-article-page .article-item .inner-content {
    padding: 0 15px;
    flex: 1 1;
}

.box-article-page .article-item .inner-content .article-title {
    height: auto;
}

.box-article-page .article-item .inner-image .img {
    border-radius: 12px;
    overflow: hidden;
}

.view-small {
    border: 1px solid #d1d5db;
    border-radius: 12px;
}

.view-small .title {
    padding: 10px 15px;
    border-bottom: 1px solid #d1d5db;
    font-weight: 700;
    font-size: 18px;
}

.view-small .info {
    padding: 15px;
}

.view-small .info .article-item {
    border: 0;
    border-radius: 0;
    display: flex;
    margin-bottom: 20px;
}

.view-small .info .article-item .inner-image {
    flex: 0 0 115px;
    max-width: 115px;
}

.view-small .info .article-item .inner-content {
    padding: 0;
    flex: 1 1;
    padding-left: 15px;
}

.view-small .info .article-item .inner-content .article-title a {
    font-size: 14px;
}

.view-small .info .article-item .inner-content .article-title {
    line-height: 1.2;
    margin-bottom: 5px !important;
    height: auto;
}

.view-small .info .article-item .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
    padding-top: 90%;
}

.view-small .info .article-item .inner-content .article-description {
    font-size: 13px;
}

.view-small .info .article-item:last-child {
    margin-bottom: 0;
}

.box-contact-website .img {
    border-radius: 20px;
    overflow: hidden;
}

.box-contact-website .info-form .title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--color-mainlogo);
}

.box-contact-website .info-form .dsc {
    margin-bottom: 20px;
    font-size: 15px;
}

.box-contact-website .info-form .form-group {
    margin-bottom: 15px;
}

.box-contact-website .info-form .form-group .form-control {
    border-radius: 8px;
    height: 48px;
    border-color: #ddd;
}

.box-contact-website .info-form .form-group textarea.form-control {
    height: 100px;
}

.box-contact-website .info-form .form-group .btn-submit {
    border-radius: 8px;
}

.box-map-contact {
    background: var(--light);
    margin-top: 50px;
    padding-left: calc((100% - 1170px)/2);
}

.box-map-contact>.row {
    display: flex;
    align-items: center;
}

.info-website .info .item > span {
    display: block;
}

.info-website .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color-mainlogo);
}

.info-website .dsc {
    margin-bottom: 25px;
    font-size: 16px;
    color: var(--color-mainlogo);
}

.info-website .info .item {
    margin-bottom: 30px;
}

.info-website .info .item span.name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--color-mainlogo);
}

.info-website .info .item span.name>svg {
    display: inline-block;
    margin-right: 10px;
}

.info-website .info>.row>div:nth-child(4) .item, .info-website .info>.row>div:nth-child(4) .item {
    margin-bottom: 0;
}

.box-image-product {
    margin-bottom: 40px;
    position: relative;
}

.box-image-product>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.box-image-product>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}

.box-image-product .img-right .img {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 65.9%;
}

.box-image-product .img-right .img:last-child {
    margin-bottom: 0;
}

.box-image-product .img-left {
    border-radius: 8px;
    overflow: hidden;
}

.product-content-detail-left .product-info-left {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.product-content-detail-left .product-info-left .product-title-detail {
    font-size: 28px;
    font-weight: 600;
}

.product-content-detail-left .product-info-left .dsc {
    font-size: 16px;
}

.product-content-detail-left .product-info-left .attributes {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.product-content-detail-left .product-info-left .attributes .item {
    margin-right: 30px;
    margin-bottom: 10px;
}

.product-content-detail-left .product-info-left .attributes span.name i {
    display: inline-block;
    color: var(--color-highlight);
    width: 25px;
    margin-right: 0;
}

.product-content-detail-left .product-info-left .attributes .item span.name {
    font-weight: 600;
}

.product-content-detail-right {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
    top: 0;
}

.product-content-detail-right form .form-group {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-content-detail-right form .form-group span.icon {
    display: inline-block;
    flex: 0 0 40px;
}

.product-content-detail-right form .form-group span.icon svg {
    width: 30px;
    height: 30px;
}

.product-content-detail-right form .form-group span.value {
    flex: 1 1;
}

.product-content-detail-right form .form-group span.value input.form-control {
    border: 0;
    padding: 0;
    height: 35px;
}

.product-content-detail-right form .form-group .btn-submit {
    width: 100%;
    border-radius: 5px;
}

.product-content-detail-right .price {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.product-content-detail-right .price .price-amount {
    font-size: 20px;
}

.product-content-detail-right .price .price-amount.old-price {
    font-size: 1.8rem;
}

.product-content-detail-right form .form-group span.value label {
    margin-bottom: 0;
}

.product-content-detail-left .produc-info-left-bottom {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.product-content-detail-left .produc-info-left-bottom .title, .product-content-detail-left .product-info-left-lt .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.load-more {
    background: #ffffff;
    position: relative;
    padding: 10px;
}

.load-more>a {
    padding: 8px 25px;
    background: var(--color-highlight);
    color: #fff;
    display: inline-block;
    border-radius: 20px !important;
    cursor: pointer;
}

.load-more>.btn-hide, .info-show-content.show .load-more>.btn-show {
    display: none;
}

.info-show-content.show .load-more>.btn-hide {
    display: inline-block;
}

/* .info-show-content .content-text {
    max-height: 500px;
    overflow: hidden;
} */

.info-show-content.show .content-text {
    max-height: 100%;
}

.load-more>a>i {
    font-size: 10px;
}

.product-content-detail-left .product-info-left-lt {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
}

.product-content-detail-left .product-info-left-lt .card {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.product-content-detail-left .product-info-left-lt .item-title-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    cursor: pointer;
    color: var(--color-highlight);
}

.product-content-detail-left .product-info-left-lt .card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.description-process {
    padding-top: 15px;
}

.product-content-detail-left .product-info-left-lt .item-title-process.collapsed {
    color: #000;
}

.product-content-detail-left .product-info-left-lt .item-title-process.collapsed i:before {
    content: '\f078';
}

.box-image-product .item.item-img>a {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    background: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    color: #000;
}

.contact-right {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1033;
}

.contact-right li.entry-content {
    list-style: none;
}

.contact-right li.entry-content>a {
    margin-top: 10px;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
    color: #000;
}

.contact-right li.entry-content>a>span.icon>img {
    width: 32px;
    height: 32px;
    display: inline-block;
    object-fit: contain;
}

.contact-right li.entry-content>a span.icon {
    display: inline-block;
    margin-right: 10px;
}

.contact-right li.entry-content>a span.content span.name {
    font-weight: 700;
    display: block;
    font-size: 16px;
}

.box-member-top a i {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important;
}

.item-why-trip .why-image img {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
    margin: 0 auto;
}

.item-why-trip .swiper-why--tile {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 1rem 0;
}

.item-why-trip .swiper-why--description {
    color: gray;
}

/* menu tabs */
.menu-section .tabs-entry .nav {
    border-right: 1px solid #f0f0f0;
}

.menu-section .tabs-entry .nav > li {
    width: 100%;
}

.menu-section .tabs-entry .tab-content > .tab-pane > ul {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1rem;
}

.menu-section .tabs-entry .tab-content > .tab-pane > ul > li {
    flex: 0 0 25%;
    max-width: calc(25% - 1rem);
}

.menu-section .tabs-entry .tab-content > .tab-pane > ul > li .menu-link {
    display: block;
    height: auto;
}

.menu-section .tabs-entry .tab-content > .tab-pane > ul > li > a {
    font-weight: bold;
    color: black;
}

.menu-section .tabs-entry .tab-content > .tab-pane > ul > li > a:hover {
    color: var(--color-highlight);
}

.menu-section .tabs-entry .nav > li.nav-item > a {
    color: black;
    padding: 1rem 1rem;
    border-bottom: 1px dashed lightgray;
    position: relative;
}

.menu-section .tabs-entry .nav > li.nav-item:last-child > a {
    border: 0;
}

/* .menu-section .tabs-entry .nav > li.nav-item > a:before {
    content: "\f061";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: absolute;
    right: 5rem;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
} */
.menu-section .tabs-entry .nav > li.nav-item > a.active:before, .menu-section .tabs-entry .nav > li.nav-item > a:hover:before {
    right: 1rem;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    color: var(--color-highlight);
}

.menu-section .tabs-entry .nav > li.nav-item > a.active {
    color: var(--color-highlight) !important;
}

.menu-section .tabs-entry .nav, .menu-section .tabs-entry .tab-content {
    max-height: 50rem;
    overflow-y: auto;
}

.menu-section .tabs-entry .nav::-webkit-scrollbar {
    width: .5rem;
}

.menu-section .tabs-entry .nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.menu-section .tabs-entry .nav::-webkit-scrollbar-thumb {
    background-color: var(--color-highlight);
}

.menu-section .has-child > .tabs-entry > .row > div {
    background: #f1f1f1;
}

.menu-section .tabs-entry .nav > li.nav-item > a.active {
    background: white;
}

.menu-section .tabs-entry .tab-content {
    padding: .5rem !important;
    margin: .5rem;
    background: white;
    height: calc(100% - 1rem);
}

/* --- */
.box-category-page {
    padding: 6rem 0;
}

.inter-page-name {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
    text-transform: uppercase;
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, rgb(0 0 0 / 65%) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgb(0 0 0 / 65%) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 65%) 100%);
}

.item-seamless a {
    display: block;
    position: relative;
}

.item-seamless .seamless--tile {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: rgb(0 188 212 / 70%);
    padding: .8rem;
    color: white;
    text-align: center;
    text-transform: capitalize;
}

.item-seamless a:after {
    /* content: ""; */
    position: absolute;
    bottom: -.8rem;
    right: -.8rem;
    background: rgb(0 188 212 / 50%);
    width: 50%;
    height: 50%;
    z-index: -1;
    border-bottom-right-radius: 2rem;
}

.image-seamless, .item-seamless .seamless--tile {
    border-bottom-right-radius: 2rem;
    overflow: hidden;
}

.video-container {
    padding-top: 30%;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.title-footer {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-mainlogo);
    margin-bottom: 20px;
}

.menu-footer>ul {
    padding-left: 0;
}

.menu-footer>ul>li {
    list-style: none;
}

.menu-footer>ul>li>a {
    color: var(--color-text);
    display: inline-block;
    margin-bottom: 15px;
}

footer .social-section * {
    color: black !important;
}

.form-title {
    font-size: 2rem;
}

.information-other .form-group i {
    font-size: 2.5rem;
    width: 2.5rem;
    margin-right: .5rem;
}

.information-other .form-group .input-group span {
    width: 9rem;
}

.information-other .form-group .input-group {
    align-items: center;
}

.information-other .form-group img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
    margin-right: .5rem;
}

/*nghia customỉze*/
.traveller-wrapper {
    position: relative;
    max-width: 100%;
}

.traveller-select {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 1rem 3rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 999;
}

.traveller-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9ecef;
}

.traveller-controls button {
    width: 30px;
    height: 30px;
    line-height: 1;
    font-size: 18px;
    padding: 0;
}

.traveller-controls span {
    margin: 0 10px;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}

.tag-input {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px;
    min-height: 38px;
    /* chiều cao tối thiểu giống input */
    background-color: #fff;
    position: relative;
}

.tag-input button#plusBtn {
    margin-left: auto;
    border: 1px dashed;
    width: 30px;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
}

.tag-input button#plusBtn:hover {
    border: 1px dashed;
    color: black;
}

.tag {
    background-color: #e2e6ea;
    border-radius: 4px;
    padding: 5px 8px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.tag .remove-tag {
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #666;
}

.tag .remove-tag:hover {
    color: #000;
}

.product-content-detail-right .traveller-row {
    font-size: 12px;
}

.icon i.fa-brands.fa-whatsapp {
    font-size: 25px;
}

/*nghia customỉze*/
/*start duoc*/
.form-tailor {
    background-color: var(--light);
    padding: 5rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
}

.product-item .inner-image::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
    z-index: 1;
}

.product-item:hover .inner-image::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}

@-webkit-keyframes hoverShine {
    100% {
        left: 125%;
    }
}

@keyframes hoverShine {
    100% {
        left: 125%;
    }
}

.gradient-background {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 8px;
    left: 8px;
    z-index: 0;
    border-bottom-right-radius: 25px;
}

.animation--border {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animation--border::before {
    content: "";
    background-image: conic-gradient(#259bb7b0 20deg, transparent 120deg);
    width: 150%;
    height: 150%;
    position: absolute;
    animation: rotate 2s linear infinite;
}

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

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

.category-list .inter-img img {
    border-radius: 0px 0 20px 0;
}

.logo_small {
    /* height: 10rem; */
    margin-left: .5rem;
}

/*end duoc*/

.bg-gradient {
    background: linear-gradient(to bottom, white 0%, var(--color-mainlogo) 50%, white 100%);
}

.item-gallery {
    border: 2px solid white;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.item-gallery .gallery_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.item-gallery .gallery_title a {
    display: block;
    color: white;
    background: linear-gradient(to bottom, rgb(0 0 0 / 7%) 0%, rgb(0 0 0 / 50%) 50%, rgb(0 0 0 / 70%) 100%);
    padding: 2rem 0;
}

.video-category {
    position: relative;
    padding-top: 25%;
}

.clip-category {
    position: relative;
    background: #f7f7f7;
    border-radius: 1rem;
    overflow: hidden;
}

.text-clip * {
    color: white;
}

.text-clip {
    position: absolute;
    top: 1rem;
    left: 3%;
    z-index: 2;
}

.video-category:before {
    content: "";
    background: rgb(0 0 0 / 20%);
    position: absolute;
    inset: 0;
    z-index: 1;
}
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 500px) {
    .box-footer-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .row-mobile > .container > .row > div, .row-mobile .row.no-gutters > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gallery_container {
        grid-template-areas: "md-1 md-2" "md-3 md-4" "md-5 md-6" "md-7 md-8" "md-9 md-10" "md-11 md-11";
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }

    .image-link--tile {
        font-size: 1.3rem;
    }

    .box-article-detail .article-detail, .box-article-detail .item-detail-share {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-article-detail .item-detail-share {
        margin-top: 15px;
    }

    .box-article-detail .social-share .list-social {
        display: flex;
        gap: 1rem;
    }

    .box-article-detail .social-share .list-social .btn-social a {
        margin: 0;
    }

    .product-item .inner-content .attributes .item {
        align-items: center;
    }

    .product-item .inner-content .attributes .item span {
        font-size: 12px;
    }

    .form-tailor .desc-section {
        text-align: justify;
    }
    
    .header-page-title {
        height: 270px;
    }
    
    .video-category {
        padding-top: 50%;
    }
    
    .video-container {
        padding-top: 30%;
    }
}

@media (max-width: 767px) {
    .swiper-slider-main .swiper-slide img {
        height: 70vw;
    }

    .banner-slider .info-form {
        transform: none;
        position: initial;
    }

    .banner-slider .info-form .text {
        position: absolute;
        top: 18vw;
        left: 0;
        z-index: 1;
        width: 100%;
    }

    .banner-slider .info-form .form {
        margin-top: 15px;
        border: 1px solid #ddd;
    }

    .banner-slider .info-form .form .dropdown {
        margin-bottom: 15px;
    }

    .form-tailor {
        padding: 3rem;
    }
    
    
}

@media (min-width: 992px) {
    .box-enjoytour .video {
        position: absolute;
        bottom: -60px;
        right: -60px;
        z-index: 2;
        width: 100%;
        height: 100%;
    }

    .product-content-detail-right {
        position: sticky;
    }

    .newsletter-box > div >.row > div:nth-child(1) {
        border-right: 1px solid #dee2e6;
    }    

    .px-md-50 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    } 
}

@media (max-width: 1000px) {
    /* menu tabs mobile */ .menu-section .tabs-entry .nav > li.nav-item > a {
        padding: 0 1rem !important;
        height: 6rem;
        line-height: 3rem;
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        border: 0;
    }

    .menu-section .tabs-entry .tab-content > .tab-pane > ul > li {
        flex: 0 0 100%;
        max-width: calc(100% - 1rem);
    }

    .menu-section .tabs-entry .tab-content > .tab-pane > ul > li > a {
        padding: 0 1rem !important;
    }

    /* --- */
}

.box-table-nav nav li {
    list-style: none !important;
}

.product-title-detail {
    color: var( --color-green);
}

.product-content-detail-left .produc-info-left-bottom .title, .product-content-detail-left .product-info-left-lt .title {
    color: red;
    text-transform: uppercase;
}

.is-mobile .product-content-detail-left .product-info-left .product-title-detail {
    font-size: 27px;
    font-weight: bold;
}

.cus-branchs {
    border: 1px solid var(--gray-bold);
    padding: 1rem;
    border-radius: 8px;
    transition: transform .2s; /* Animation */
}

.cus-branchs:hover {
    background: var(--color-highlight);
    transform: scale(1.1);
}

.cus-branchs strong {
    color: var(--color-mainlogo);
}

.social-section img {
    height: 1.4rem;
}

header .social-section img {
    filter: brightness(0) invert(1);
}

.wrap-suggestion ul > li > .row > div:nth-child(1) {
    flex: 0 0 30%;
    max-width: 30%;
    
}


.wrap-suggestion ul > li > .row > div:nth-child(2) {
    flex: 0 0 70%;
    max-width: 70%;
    
}

/*CTA*/
.hotline-phone-ring-wrap {
    left: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 990;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 7rem;
    height: 7rem;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotline-phone-ring-img-circle {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-circle {
    width: 6.5rem;
    height: 6.5rem;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(246 68 57);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 5rem;
    height: 5rem;
    position: absolute;
    background-color: rgb(246 68 57 / .7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-social .tooltip-text {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    /* Vị trí của tooltip */
    position: absolute;
    bottom: 4px;
    /* Điều chỉnh để thay đổi khoảng cách */
    white-space: nowrap;
    z-index: 999;
    /* Hiệu ứng */
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 130%;
}

.tooltip-social:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-social:hover .tooltip-text::after {
    content: "";
    position: absolute;
    top: 27%;
    right: 100%;
    border-width: 7px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.75) transparent transparent;
}

.tooltip-social:hover img {
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}

#whatsapp .hotline-phone-ring-circle, .messenger-toggle .hotline-phone-ring-circle {
    border-color: #61f77c;
}

#whatsapp .hotline-phone-ring-circle-fill, .messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: #61f77c;
}
#phone .hotline-phone-ring-circle, .messenger-toggle .hotline-phone-ring-circle {
    border-color: #2095f4;
}

#phone .hotline-phone-ring-circle-fill, .messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: #2095f4;
}