/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* banner */
/* .section-container {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
} */

.product-page-title {
    display: none;
}

.page-title-custom {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.hostel-form-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 10000000;
    opacity: 0;
    visibility: hidden;
    transition: 1s ease-in-out;
}

.hostel-form-overlay.active {
    opacity: 1;
    visibility: visible;
}

.wpcf7-response-output {
    display: none;
}

.hostel__noti {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100vh);
    width: 21rem;
    border-radius: 1rem;
    background: #14bf77;
    z-index: 9999999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    padding: 2.1875rem;
}

.hostel__noti img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    margin-bottom: 0.75rem;
}

.hostel__noti span {
    display: block;
    color: #fff;
    font-family: Heavitas;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.hostel__noti .close-btn {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
}

.hostel__noti.active {
    transform: translate(-50%, -50%);
}

.hostel__noti br {
    display: none;
}

.tourDetail__banner {
    width: 100%;
    height: 40.125rem;
    max-height: 100vh;
    position: relative;
}

.list_address>li:first-of-type:hover {
    background: #f2ffbf;
}
.tourDetail__banner {
   min-height: 700px;
}
.tourDetail__banner .mainImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item_day li {
    font-size: 0.875rem;
}

.tourDetail__banner .tourDetail__banner-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.33) 52.42%,
            rgba(0, 0, 0, 0.67) 82.02%,
                rgba(0, 0, 0, 0.79) 100%);
    }

.tourDetail__banner-content {
    position: absolute;
    top: 25%;
    left: 6.25rem;
    width: 46.125%;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.tourDetail__banner-content .banner-content-top {
    width: 37.3125rem;
    display: flex;
    flex-direction: column;
}
.tourDetail__banner-content .banner-content-top .location{
    background: none;
}
.tourDetail__banner-content .banner-content-top .location span {
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    pointer-events:auto;
    font-size: 16px;
}

.itemRelated span {
    color: #727272;
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 157.143% */
    letter-spacing: 0.00219rem;
}

.tourDetail__banner-content .banner-content-top .location img {
    width: 0.75rem;
    height: 0.75rem;
    object-fit: contain;
    margin-right: 0.25rem;
}

.tourDetail__banner-content .banner-content-top .banner-title {
    color: #fff;
    font-family: Heavitas;
    font-size: 4rem;
    font-weight: 400;
    line-height: 87.5%;
    display: flex;
    margin-bottom: 1.25rem;
}

.tourDetail__banner-content .banner-content-top .duration {
    width: 15.3125rem;
    height: 3.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 2rem;
}

.tourDetail__banner-content .banner-content-top .duration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.tourDetail__banner-content .banner-content-top .duration span {
    position: relative;
    z-index: 2;
    color: #2e2e2e;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.0125rem;
}

.tourDetail__banner-content .banner-content-bottom {
    display: flex;
}

.tourDetail__banner-content .banner-content-bottom .banner-col {
    display: flex;
    flex-direction: column;
    max-width: 33.33%;
}

.tourDetail__banner-content .banner-content-bottom .banner-col:not(:last-child) {
    margin-right: 1.88rem;
}

.tourDetail__banner-content .banner-content-bottom .banner-col.banner-col2,
.tourDetail__banner-content .banner-content-bottom .banner-col.banner-col3 {
    width: 13.0625rem;
}

.tourDetail__banner-content .banner-content-bottom .banner-col .header {
    display: flex;
    position: relative;
    align-items: center;
    padding: 0 0 0.25rem 0;
}

.tourDetail__banner-content .banner-content-bottom .banner-col .header .icon {
    display: flex;
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    margin-right: 0.38rem;
}

.tourDetail__banner-content .banner-content-bottom .banner-col .header span {
    color: #d9d9d9;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 183.333%;
    letter-spacing: 0.00188rem;
}

.tourDetail__banner-content .banner-content-bottom .banner-col .info {
    margin-left: 1.38rem;
    display: flex;
    flex-direction: column;
    position: relative;
    width: fit-content;
    padding-top: 0.25rem;
}

.tourDetail__banner-content .banner-content-bottom .banner-col .info::before {
    content: "";
    width: 100%;
    height: 2px;
    display: flex;
    background: linear-gradient(90deg,
            #d9d9d9 0.49%,
            rgba(217, 217, 217, 0) 99.26%);
    position: absolute;
    top: 0;
    left: 0;
}

.tourDetail__banner-content .banner-content-bottom .banner-col ul.info {
    margin-left: 2.25rem;
}

.tourDetail__banner-content .banner-content-bottom .banner-col ul.info::before {
    left: -0.8rem;
}

.tourDetail__banner-content .banner-content-bottom .banner-col .info li,
.tourDetail__banner-content .banner-content-bottom .banner-col .info span {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 169.231%;
    letter-spacing: 0.00206rem;
}

.tourDetail__banner-content .banner-content-bottom .banner-col .info li:not(:last-child) {
    margin-bottom: 0.0625rem;
}

.tourDetail__banner-content .banner-content-bottom .banner-col .depart,
.tourDetail__banner-content .banner-content-bottom .banner-col .size {
    margin-bottom: 1.44rem;
}

.tourDetail__banner .banner-prices {
    display: flex;
    position: absolute;
    right: 7.71rem;
    bottom: 0;
    z-index: 2;
    transform: translateY(50%);
}

.tourDetail__banner .banner-prices .price-item {
    width: 11.88669rem;
    height: 12.12288rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.tourDetail__banner .banner-prices .price-item div {
    position: relative;
    z-index: 1;
}

.tourDetail__banner .banner-prices .price-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.tourDetail__banner .banner-prices .price-item:first-child img {
    animation: rotate 5s linear infinite;
}

.tourDetail__banner .banner-prices .price-item:nth-child(2) img {
    animation: rotate 5s linear 1s infinite;
}

.tourDetail__banner .banner-prices .price-item .price-heading {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 142.857%;
    letter-spacing: 0.00875rem;
}

.tourDetail__banner .banner-prices .price-item .price-text {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 108.333%;
}

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

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

.tourDetail__bs {
    display: flex;
    align-items: center;
    margin-top: 2.94rem;
    margin-bottom: 2.44rem;
}

.tourDetail__bs .iconHome {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    margin-right: 0.25rem;
}

.tourDetail__bs .iconArr {
    width: 0.1875rem;
    height: 0.375rem;
    object-fit: contain;
    margin: 0 0.5rem;
}

.tourDetail__bs a,
.tourDetail__bs span {
    color: #c5c5c5;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.00375rem;
    text-decoration: none;
}

.tourDetail__bs .textbold {
    color: #262626 !important;
}

.tourDetail__actions,
.tourDetail__infoMb {
    display: none;
}

.videoThumbnail {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* video */

.tourDetail-vid {
    width: 74.1875rem;
    height: 41.704rem;
    overflow: hidden;
    position: relative;
    margin: 0 auto 6.25rem;
    border-radius: 0.5rem;
}

.tourDetail-vid .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.tourDetail-vid .vidBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 4;
}

.tourDetail-vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.tourDetail-main {
    margin-bottom: 6.25rem;
}

.tourDetail-main .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-bottom: 1.25rem;
}

.tourDetail-main .header .subText {
    color: #b34b1e;
    font-family: Heavitas;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.tourDetail-main .header .mainText {
    color: #b34b1e;
    font-family: Heavitas;
    font-size: 44px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.tourDetail-main .detail-item {
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: max-height 1s;
}

.tourDetail-main .item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.tourDetail-main .item-header .item-header-left {
    display: flex;
    align-items: center;
}

.tourDetail-main .item-header .item-header-left img {
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
    margin-right: 0.25rem;
}

.tourDetail-main .item-header .item-header-left span {
    color: #2e2e2e;
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 117.647%;
    letter-spacing: 0.00531rem;
    text-transform: uppercase;
}

.tourDetail-main .item-header .item-header-right {
    display: flex;
    width: 1.75rem;
    height: 1.75rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #b34b1e;
    cursor: pointer;
}

.tourDetail-main .item-content {
    border-left: 1px solid #b34b1e;
    margin-left: 1rem;
    padding-left: 1rem;
    position: relative;
    display: flex;
}

.tourDetail-main .item-content::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #b34b1e;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    display: flex;
    transform: translate(-50%, 50%);
}

.tourDetail-main .item-content .content-left {
    width: 23.625rem;
    display: flex;
    flex-direction: column;
    margin-right: 4.32rem;
}

.tourDetail-main .detail-item .content-title {
    color: #2e2e2e;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.0125rem;
    margin-bottom: 1rem;
}

.tourDetail-main .item-content .content-left .content-des {
    color: #727272;
    text-align: justify;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 157.143%;
    letter-spacing: 0.00219rem;
}

.tourDetail-main .item-content .content-right .list-tab {
    width: 100%;
    overflow-x: auto;
}

.tourDetail-main .item-content .content-right .list-tab .list-tab-container {
    width: max-content;
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.tourDetail-main .item-content .content-right .list-tab .tab-item {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    margin-right: 0.88rem;
    cursor: pointer;
    transition: all 0.5s;
}

.tourDetail-main .item-content .content-right .list-tab .tab-item.active,
.tourDetail-main .item-content .content-right .list-tab .tab-item:hover {
    background-color: #fed1bd;
}

.tourDetail-main .item-content .content-right .list-tab .tab-item img {
    display: flex;
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    margin-right: 0.25rem;
}

.tourDetail-main .item-content .content-right .list-tab .tab-item span {
    color: #b34b1e;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 142.857%;
    letter-spacing: 0.00875rem;
}

.tourDetail-main .item-content .content-right .list-tab .tab-item:hover span,
.tourDetail-main .item-content .content-right .list-tab .tab-item.active span {
    color: #6a2c12;
}

.tourDetail__imgSw {
    width: 57.75rem;
    height: 19.5625rem;
    overflow: hidden;
    position: relative;
    user-select: none;
    margin-bottom: 1rem;
}

.tourDetail__imgSw .swiper-slide {
    overflow: hidden;
    border-radius: 0.5rem;
}

.tourDetail__imgSw .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tourDetail__imgSw .tourDetail__imgSw-btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 1.8125rem;
    height: 0.81025rem;
    object-fit: contain;
    cursor: pointer;
}

.tourDetail__imgSw .tourDetail__imgSw-btn.tourDetail__imgSw-prev {
    left: 1rem;
    transform: translateY(-50%);
}

.tourDetail__imgSw .tourDetail__imgSw-btn.tourDetail__imgSw-next {
    right: 1rem;
    transform: translateY(-50%) rotate(180deg);
}

.tourDetail-main .content-right .subDes {
    width: 100%;
    display: flex;
    padding: 0.625rem 0.75rem;
    align-items: center;
    border-radius: 0.75rem;
    background: #fff0ea;
    color: #6a2c12;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 157.143%;
    letter-spacing: 0.00219rem;
}

.tourDetail-main .detail-item .overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    pointer-events: none;
    transition: all 0.3s;
    opacity: 1;
}

.tourDetail-main .detail-item.full {
    max-height: fit-content;
}

.tourDetail-main .detail-item {
    max-height: 15rem;
}

.tourDetail-main .detail-item.full .overlay {
    opacity: 0;
}

.tourDetail-main .detail-item.full .item-header-right .plus {
    display: none;
}

.tourDetail-main .detail-item.full .item-header-right .minus {
    display: flex;
}

.tourDetail-main .detail-item .item-header-right .minus {
    display: none;
}

.tourDetail-main .detail-item .content-title-mb {
    display: none;
}

.tour-detail-book-form {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
}

.cheers-faq-two-columns {
    margin-top: 6.25rem;
}

.section_map {
    width: 100%;
    height: 43.0625rem;
    position: relative;
    margin-bottom: 12.32rem;
}

.sub_title {
    color: #B34B1E;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    font-family: Heavitas;
    margin-bottom: 0;
}

.title {
    color: #B34B1E;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.5;
    font-family: Heavitas;
}

/* button */
.btn_map {
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    z-index: 10;
}

/* .btn_map::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #b4870b;
  width: 1.8125rem;
  height: 0.81025rem;
} */

.btn_map:active::before {
    transform: translate(-50%, -50%) scale(0.9);
}

.prev_map {
    left: -0.69rem;
    transform: translateX(-100%);
}

.prev_map::before {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.next_map {
    right: -30px;
    transform: translateX(100%);
}

.next_map.active {
    right: 12.3rem;
}

.next_map::before {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

/* aside left */
.step_map {
    width: 100%;
    position: relative;
    margin-top: 6.38rem;
}

/* step people */
.box_step_people {
    width: 100%;
    position: relative;
    height: fit-content;
    margin-bottom: 30px;
    padding: 0 50px;
}

.step_people {
    width: 100%;
    position: relative;
    height: fit-content;
    display: flex;
    justify-content: space-between;
}

.step_people .item_circle {
    height: 0.80669rem;
    width: 0.80669rem;
    border: 2px solid #b34b1e;
    background: transparent;
    transition: all 0.2s;
    border-radius: 50%;
    position: relative;
}

.step_people .item_circle.hidden {
    display: block !important;
    visibility: visible !important;
}

.step_people .item_circle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.67rem;
    transform: translate(100%, -50%);
    width: 11.02438rem;
    object-fit: fill;
    border: 1.4px dashed #b34b1e42;
}

.step_people .item_circle:nth-last-child(2):after,
.step_people .item_circle:nth-last-child(2):before {
    display: none;
}

.step_people .item_circle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.67rem;
    transform: translate(100%, -50%);
    width: 0;
    object-fit: fill;
    height: 2px;
    background: #b34b1e;
    transition: all 0.5s;
}

.step_people .item_circle.active::before {
    width: 11.02438rem;
}

.step_people .item_circle:first-child {
    background: #b34b1e;
}

.step_people .item_circle.active {
    background: #b34b1e;
}

.step_people .item_circle.active+div {
    background: #b34b1e;
}

.step_people .item_circle.hidden::after,
.step_people .item_circle.hidden::before {
    display: none;
}

.icon_people_map {
    position: absolute;
    top: -0.5rem;
    left: 0;
    transform: translate(-25%, -100%);
    height: 2.42rem;
    width: 2.42rem;
    object-fit: contain;
    transition: all 0.5s;
    transform-origin: center center;
}

.icon_people_map.active1 {
    left: 50%;
    transform: translate(-45%, -100%);
}

.icon_people_map.active2 {
    left: 100%;
    transform: translate(-65%, -100%) rotateY(180deg);
}

.icon_people_map.active3 {
    left: 50%;
    transform: translate(-55%, -100%) rotateY(180deg);
}

/* step day */
.step_box {
    width: 100%;
    height: fit-content;
    position: relative;
    user-select: none;
}

.step_day {
    width: 100%;
    height: fit-content;
    overflow: hidden;
    display: flex;
}

.item_day {
    width: 7.6rem;
    height: fit-content;
    margin-right: 5.51rem;
    flex-shrink: 0;
    transition: all 0.5s;
}

.title_day {
    position: relative;
    width: 100%;
    height: 2.75rem;
    background: #f9f9f9;
    border-radius: 0.5rem;
    transition: all 0.2s;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.0125rem;
    transition: all 0.2s;
}

.item_day.active .title_day {
    background: #fff9e7;
    color: #2e2e2e;
}

.long_tour {
    display: block;
    text-align: center;
    margin-top: 0.75em;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.42;
    letter-spacing: 0.00875rem;
    font-weight: 700;
    color: #898989;
    transition: all 0.2s;
}

.item_day.active .long_tour {
    color: #2e2e2e;
}

.list_address {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.list_address>li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.93rem;
    width: 100%;
    height: 2rem;
    background: #f9f9f9;
    border-radius: 0.5rem;
    transition: all 0.2s;
    color: #727272;
    font-weight: 500;
}

.list_address>li:first-of-type {
    margin-top: 0;
}

.item_day.active .list_address>li {
    background: #e3ffbf;
    color: #2e2e2e;
}

.list_address>li svg {
    height: 1.93188rem;
    width: auto;
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    transform: translate(-50%, 100%);
}

.list_address>li:last-child svg {
    display: none;
}

.item_day.active .list_address>li svg path {
    fill: #2a8400;
    transition: all 0.2s;
}

/* aside right */
.map_box {
    position: absolute;
    top: -90px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.map_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    opacity: 0;
}

.map_box img.active {
    opacity: 1;
}

@media (min-width: 768px) and (max-width:1100px) {
    .section_map {
        height: 63.0625rem;
    }

    .step_map {
        margin-top: 29.38rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .map_box {
        bottom: auto;
        top: 6rem;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
    }
}

.tour-details-book-now-map-btn {
    width: 10rem;
    height: 3.5rem;
    background: rgba(179, 75, 30, 1) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0.5rem;
    margin-left: 32%;
    margin-top: 3.25rem;
    z-index: 2;
}

.tour-details-book-now-map-btn:before { 
    opacity: 0;
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background-image: url(./asset/images/btn_bg_light.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.tour-details-book-now-map-btn:hover::before{
    opacity: 1;
    transition: 0.4s ease;
}

.tourDetail__mapVid.mb {
    display: none;
}

.tourDetail-main .item-content .content-left .content-des {
    display: none;
}

.tourDetail-main .item-content .content-left .content-des.active {
    display: block;
}

/* .fixed-actions {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1002;
    -webkit-transform: translateZ(0);
} */

.tourDetail__imgSw {
    display: none;
}

.tourDetail__imgSw.active {
    display: block;
}

.tourDetail-main .content-right .subDes {
    display: none;
}

.tourDetail-main .content-right .subDes.active {
    display: flex;
}

.tourDetail-main .item-content .content-left .content-des strong {
    color: rgba(46, 46, 46, 1);
}

.destinationTourRecom {
    margin-top: 5.5rem;
}

.headerDestinationTour {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.headerDestinationTour span {
    width: fit-content;
    color: #b5461d;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    font-family: Heavitas;
    margin-bottom: 1rem;
}

.headerDestinationTour h3 {
    color: #b5461d;
    width: fit-content;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    font-family: Heavitas;
}


@media (max-width: 64em) {
    .section-container {
        width: 100%;
    }

    .tourDetail__banner {
        height: 34.875rem;
    }

    .tourDetail__banner-content .banner-content-bottom .banner-col1,
    .tourDetail__banner-content .banner-content-bottom .pickup,
    .tourDetail__banner-content .banner-content-bottom .transport {
        display: none;
    }

    .tourDetail__banner-content {
        width: 100%;
        left: 0;
        bottom: 100px;
        padding: 0 30px;
        top: 30%;
    }

    .tourDetail__banner-content .banner-content-top {
        width: 50%;
    }

    .tourDetail__banner-content .banner-content-top .banner-title {
        display: block;
        font-size: 44px;
        line-height: 116.667%;
        margin-bottom: 1rem;
    }

    .tourDetail__banner-content .banner-content-top .location {
        width: fit-content;
        height: 1.25rem;
        padding: 0.25rem 0.5rem;
        margin-bottom: 0.75rem;
    }

    .tourDetail__banner-content .banner-content-top .location span {
        font-size: 16px;
    }

    .tourDetail__banner-content .banner-content-top .duration {
        width: 10.32156rem;
        height: 2.77181rem;
        margin-bottom: 1rem;
    }

    .tourDetail__banner-content .banner-content-top .duration span,
    .tourDetail__banner-content .banner-content-bottom .banner-col .info span {
        font-size: 16px;
    }

    .tourDetail__banner-content .banner-content-bottom .banner-col .header .icon {
        width: 0.875rem;
        height: 0.875rem;
    }

    .tourDetail__banner-content .banner-content-bottom .banner-col .header span {
        font-size: 16px;
        font-weight: 500;
        line-height: 138.462%;
    }

    .tourDetail__banner-content .banner-content-bottom .banner-col.banner-col2,
    .tourDetail__banner-content .banner-content-bottom .banner-col.banner-col3 {
        width: max-content;
    }

    .tourDetail__banner .banner-prices {
        right: auto;
        left: 1rem;
        transform: translateY(30%);
    }

    .tourDetail__banner .banner-prices .price-item {
        width: 7.19456rem;
        height: 7.24913rem;
        margin-right: 0.71rem;
    }

    .tourDetail__banner .banner-prices .price-item .price-heading {
        font-size: 0.625rem;
        letter-spacing: 0;
    }

    .tourDetail__banner .banner-prices .price-item .price-text {
        font-size: 2rem;
        line-height: 125%;
        letter-spacing: 0.005rem;
    }

    .tourDetail__bs {
        padding: 0 1rem;
        margin-top: 3.13rem;
        margin-bottom: 0.75rem;
    }

    .tourDetail__bs a,
    .tourDetail__bs span {
        font-size: 0.625rem;
        font-weight: 500;
        letter-spacing: 0.00313rem;
        white-space: nowrap;

    }

    .tourDetail__bs .textbold {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tourDetail__actions {
        display: flex;
        background: #fff;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        width: 100%;
        z-index: 1002;
    }

    .tourDetail__actions .action-item {
        color: #898989;
        font-family: Heavitas;
        font-size: 14px;
        font-weight: 400;
        line-height: 180%;
        text-transform: uppercase;
        position: relative;
    }

    .tourDetail__actions .action-item.active {
        color: rgba(179, 75, 30, 1);
        border-bottom: 1.5px solid rgba(179, 75, 30, 1);
    }

    .tourDetail__actions .action-item::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #b34b1e;
        position: absolute;
        bottom: 0;
        left: 0;
        display: none;
    }

    .tourDetail__infoMb {
        display: flex;
        flex-direction: column;
        padding: 0 1rem;
    }

    .tourDetail__infoMb .tourDetail__infoMb-container {
        overflow: hidden;
        transition: all 0.5s;
    }

    .tourDetail__infoMb .tourDetail__infoMb-item {
        width: 100%;
        padding: 0.75rem;
        border-radius: 0.75rem;
        background: #f8f8f8;
        margin-bottom: 0.75rem;
    }

    .tourDetail__infoMb .header {
        display: flex;
        align-items: center;
        margin-bottom: 0.25rem;
    }

    .tourDetail__infoMb .header img {
        width: 0.875rem;
        height: 0.875rem;
        object-fit: contain;
        margin-right: 0.38rem;
    }

    .tourDetail__infoMb .header span {
        color: #262626;
        font-size: 0.8125rem;
        font-weight: 600;
        line-height: 138.462%;
    }

    .tourDetail__infoMb .content {
        margin-left: 1.25rem;
    }

    .tourDetail__infoMb .content span,
    .tourDetail__infoMb .content li {
        color: #828282;
        font-size: 14px;
        font-weight: 500;
        line-height: 169.231%;
        letter-spacing: 0.00206rem;
    }

    .tourDetail__infoMb .btn {
        display: flex;
        align-items: center;
        align-self: center;
        cursor: pointer;
    }

    .tourDetail__infoMb .btn span {
        color: #b34b1e;
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 157.143%;
        letter-spacing: 0.00219rem;
        margin-right: 0.37rem;
        text-transform: uppercase;
    }

    .tourDetail__infoMb .btn img {
        width: 0.39956rem;
        height: 0.63356rem;
        object-fit: contain;
    }

    .tourDetail-vid {
        width: 100%;
        height: 25rem;
        border-radius: 0;
        margin: 1.46rem 0 4.1rem;
    }

    .tourDetail-main .detail-item {
        padding: 0 0 1rem;
        /* width: calc(100% - 2rem); */
        width: 100%;
        margin: 0 auto 1rem;
        border-bottom: 1px solid rgba(217, 217, 217, 0.4);
    }

    .tourDetail-main .header {
        align-items: flex-start;
        padding: 0 1rem;
    }

    .tourDetail-main .header .subText {
        font-size: 0.75rem;
    }

    .tourDetail-main .header .mainText {
        font-size: 1.5rem;
    }

    .tourDetail-main .item-header .item-header-left {
        flex-direction: row-reverse;
    }

    .tourDetail-main .item-content {
        flex-direction: column;
        border: none;
        margin: 0;
        padding: 0;
    }

    .tourDetail-main .item-content::before {
        display: none;
    }

    .tourDetail-main .item-header .item-header-left img {
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 0;
        margin-left: 0.6rem;
    }

    .tourDetail-main .item-header .item-header-left span {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.00188rem;
    }

    .tourDetail-main .item-header .item-header-right {
        width: 1.25rem;
        height: 1.25rem;
        padding: 0.3rem;
    }

    .tourDetail-main .item-header .item-header-right img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .tourDetail-main .detail-item .content-title {
        font-size: 0.875rem;
        letter-spacing: 0.00875rem;
        margin-bottom: 0;
        display: none;
    }

    .tourDetail-main .item-content .content-left {
        width: 100%;
        margin-right: 0;
        margin-top: 1rem;
    }

    .tourDetail__imgSw {
        width: 100%;
        height: 14.9375rem;
    }

    .tourDetail-main .detail-item .overlay {
        display: none;
    }

    .tourDetail-main .detail-item {
        max-height: 5rem;
    }

    .tourDetail-main .detail-item .content-title-mb {
        display: flex;
    }

    .tourDetail-main .item-content {
        flex-direction: column-reverse;
    }
    #footer .amlab_footer{
        height: 100vh;
    }
    .amlab_footer .row{
        margin-left: 0 !important;
    }
}

@media (max-width: 48em) {
    /* .container {
        width: 21.4375rem;
    } */

    .row.row-collapse {
        padding: 0 1rem;
    }

    /* button */
    .btn_map {
        display: none;

    }

    .sub_title {
        font-size: 0.75rem;
    }

    .title {
        font-size: 1.5rem;
    }

    /* aside left */
    .section_map {
        margin-top: 4.1rem;
        margin-bottom: 10.32rem;
    }

    .step_map {
        width: 21.4375rem;
        margin-top: 28.2rem;
    }

    .step_people .item_circle {
        width: 0.5rem;
        height: 0.5rem;
    }

    .step_people .item_circle::after {
        width: 5rem;
    }

    .step_people .item_circle.active::before {
        width: 5rem;
    }

    .list_address {
        display: none;
    }

    .item_day.active .list_address {
        display: flex;
        flex-direction: row;
        position: absolute;
        left: 0;
        top: 4rem;
        width: 21.4375rem;
        height: 4rem;
        flex-wrap: wrap;
    }

    .list_address>li svg {
        display: none;
    }

    .item_day .list_address>li {
        white-space: nowrap;
        margin-right: 0.5rem;
        width: 6.6rem;
        margin-top: 0.5rem;
    }

    .item_day.active .list_address>li:first {
        margin-right: 0;
    }

    /* step day */
    .step_day {
        height: 13rem;
    }

    .item_day {
        position: static;
        width: 5.9375rem;
        margin-right: 1.81rem;
        height: fit-content;
    }

    .box_title_long {
        height: 3.625rem;
        background: #f9f9f9;
        border-radius: 0.5rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        user-select: none;
    }

    .item_day.active .box_title_long {
        background: rgba(179, 75, 30, 1);
    }

    .item_day.active .title_day,
    .item_day.active .long_tour {
        color: #fff;
    }

    .title_day {
        height: fit-content;
        background: transparent;
        color: #898989;
        user-select: none;
    }

    .item_day.active .title_day {
        background: transparent;
    }

    .long_tour {
        margin-bottom: 0;
        margin-top: 0.25rem;
        transform: translateY(-10px);
    }

    /* aside right */
    .map_box {
        position: absolute;
        width: 100%;
        height: 21.5rem;
        top: 6rem;
        bottom: auto;
    }

    .tour-detail-book-form-main-customer-departure-date {
        width: 48% !important;
    }

    .tour-detail-book-form-main-customer-pickup {
        width: 48% !important;
    }

    .tour-detail-book-form-main-customer-dropoff {
        width: 48% !important;
    }

    .tourDetail__bs {
        padding: 0 1rem !important;
    }

    /* 	.tourDetail__actions{
		position: sticky;
		top: 0;
		left:0;
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		z-index: 10000;
		background: #fff;
	} */
    .sub_title,
    .title {
        padding: 0 1rem;
    }

    .step_map {
        width: 100%;
        padding: 0 1rem;
    }

    .item_day:last-child {
        margin-right: 0;
    }

    .tour-details-book-now-map-btn {
        margin-left: 20%;
    }

    .step_day {
        min-height: 8rem;
        max-height: 13rem;
        height: fit-content;
    }

    .tourDetail-main .header .mainText {
        text-align: left;
    }

    .title_day {
        font-size: 0.875rem;
    }

    .long_tour {
        font-size: 0.75rem;
    }

    .homepage__tours-wrapper {
        margin-top: 3.5rem;
    }

    .tourDetail__actions .action-item.active {
        color: rgba(179, 75, 30, 1);
        border-bottom: 1.5px solid rgba(179, 75, 30, 1);
    }

    .tourDetail__mapVid.pc {
        display: none;
    }

    .tourDetail__mapVid.mb {
        display: block;
    }

    .tourDetail-main .detail-item.full {
        max-width: 100rem;
    }

    .tourDetail-main .item-content .content-right .list-tab::-webkit-scrollbar {
        display: none;
    }

    .tour-detail-book-form,
    .cheers-faq-two-columns,
    .homepage__tours-wrapper {
        margin-top: 3.5rem;
    }

    .tourDetail-main {
        margin-bottom: 3.5rem;
    }

    .tourDetail-vid {
        height: 12rem;
    }

    .tourDetail-main .item-content .content-right .list-tab .list-tab-container {
        flex-wrap: no-wrap;
        overflow-x: auto;
    }

    .tourDetail-main .item-content .content-right .list-tab .list-tab-container .tab-item {
        flex-shrink: 0;
        border-radius: 2rem;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}