body.mte-tour-extensions .tour-info-detail-item:nth-child(3) {
    display: none;
}

.booking-condition .text-center-item .desc {
    padding-left: 1.75rem;
    flex-direction: column !important;
}

.booking-condition .text-center-item .desc>p {
    color: #3d3d3d;
    font-size: 0.875rem !important;
    line-height: 150% !important;
    letter-spacing: 0.00219rem !important;
    font-weight: 400 !important;
    margin-bottom: 0.6rem !important;
}

.booking-condition .text-center-item .desc>p:last-child {
    margin-bottom: 0 !important;
}

.swiper-button-next-custom,
.swiper-button-next-custom {
    cursor: pointer;
}

#tour_Details .box-collapse {
    position: relative;
}

#tour_Details .title-day>svg {
    cursor: pointer;
}

#tour_Details .title-day h3 {
    cursor: pointer;
}

#intinery>.map-location>iframe {
    background: #E5E3DF;
}

.exclude_price {
    margin: 0em 0 1.5em 1em;
}

#tour_Details .box-collapse .arrow-down {
    position: absolute;
    left: 50%;
    animation: arrowdown .7s infinite alternate;
    cursor: pointer;
    transform: translatex(-50%);
    width: 3rem;
}

.tour-item-btn>button:first-child span {
    color: #fff;
}

#tourDetail_banner .overlay-change-thumb {
    z-index: -1;
}

@keyframes arrowdown {
    0% {
        bottom: 0
    }

    100% {
        bottom: 10px
    }
}

/*     .tour-infomation>.infomation-left>.info-date {
        display: none !important;
    } */

.youtube-video,
.youtube-video iframe {
    width: 100%;
    height: 100%;
}

.youtube-video {
    width: 100%;
    height: 100%;
    position: relative;
}

.youtube-video img {
    width: 100%;
    height: 100%;
}

.popup-booktour-with-tour .motor-contact-form span[data-name="departureDateContactUi"],
.popup-booktour-with-tour .motor-contact-form .departure-date-ui,
.popup-booktour-with-tour .motor-contact-form .departure-date-custom-ui {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 0 1rem 0 !important;
    height: 2.5rem !important;
    clear: both !important;
    position: relative !important;
}

.popup-booktour-with-tour .motor-contact-form span[data-name="departureDateContactUi"]::after,
.popup-booktour-with-tour .motor-contact-form .departure-date-ui::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.875rem;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 1.5px solid #262626;
    border-bottom: 1.5px solid #262626;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.popup-booktour-with-tour .motor-contact-form>span[data-name="departureDateContactUi"],
.popup-booktour-with-tour .motor-contact-form>span.departure-date-ui {
    display: block !important;
}

.popup-booktour-with-tour .motor-contact-form span[data-name="departureDateContactUi"]>br,
.popup-booktour-with-tour .motor-contact-form .departure-date-ui>br {
    display: none !important;
}

.popup-booktour-with-tour .motor-contact-form .departure-date-mode {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 0 1rem 0 !important;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    clear: both;
}

.popup-booktour-with-tour .motor-contact-form .departure-date-mode__option {
    display: flex;
    align-items: center;
    color: #262626;
    font-family: Trip Sans;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
}

.popup-booktour-with-tour .motor-contact-form .departure-date-mode__option+.departure-date-mode__option {
    margin-left: 1.5rem;
}

.popup-booktour-with-tour .motor-contact-form .departure-date-mode input[type="radio"] {
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem 0 0;
    padding: 0;
    flex: 0 0 auto;
    accent-color: #f96515;
}

.popup-booktour-with-tour .motor-contact-form select[name="departureDateContactUi"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border: 1px solid #C5C5C5 !important;
    background: #fff !important;
    box-shadow: none !important;
    padding-right: 2.5rem !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.popup-booktour-with-tour .motor-contact-form input[name="departureDateCustomUi"] {
    border: 1px solid #C5C5C5 !important;
    background: #fff !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
    .popup-booktour-with-tour .motor-contact-form>p {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }

    .popup-booktour-with-tour .motor-contact-form span[data-name="contactFullname"],
    .popup-booktour-with-tour .motor-contact-form span[data-name="contactTelephone"] {
        width: calc(50% - 0.5rem) !important;
        flex: 0 0 calc(50% - 0.5rem) !important;
    }

    .popup-booktour-with-tour .motor-contact-form span[data-name="departureDateContactUi"],
    .popup-booktour-with-tour .motor-contact-form .departure-date-ui,
    .popup-booktour-with-tour .motor-contact-form .departure-date-custom-ui {
        height: 10.66667rem !important;
        margin-bottom: -3.2rem !important;
    }

    .popup-booktour-with-tour .motor-contact-form span[data-name="departureDateContactUi"]::after,
    .popup-booktour-with-tour .motor-contact-form .departure-date-ui::after {
        right: 2.875rem !important;
        width: 1.5rem !important;
        height: 1.5rem !important;
    }
}

@media screen and (max-width: 639.98px) {
    .popup-booktour-with-tour .motor-contact-form .departure-date-mode {
        margin-bottom: 3.2rem !important;
    }

    .popup-booktour-with-tour .motor-contact-form .departure-date-mode__option {
        width: 100%;
        font-size: 3.73333rem;
        letter-spacing: 0.03733rem;
    }

    .popup-booktour-with-tour .motor-contact-form .departure-date-mode__option+.departure-date-mode__option {
        margin-left: 0;
        margin-top: 2.13333rem;
    }

    .popup-booktour-with-tour .motor-contact-form .departure-date-mode input[type="radio"] {
        width: 4.26667rem;
        height: 4.26667rem;
        margin-right: 2.13333rem;
    }
}

.youtube-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#tourDetail_banner .slide-banner .overlay_slide_banner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.61) 90.7%, #000 124.11%) !important;

}

#tour_Details .expand-all2>span {
    color: #262626;
    text-align: right;
    font-size: 1rem;
    font-weight: 800;
    line-height: 120%;
}

#about-tour-detail .text-center-item>div>span,
#about-tour-detail .text-content-left>.title>span {
    color: #262626;
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.03733rem;
}

.tour-item-btn>button a>span {
    color: #fff;
}

.info-img-hover-main-highlight p {
    color: #f1f1f1;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.00219rem;
    margin-bottom: 0.25rem;
}

#videoInfo>.video>iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.tourList-slide-info-img-hover>img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}

#videoInfo {
    margin-bottom: 3.75rem;
}

#overview .hightlight-info>p {
    padding-left: 0;
}

#tour_Details .title-tour-detail .collapseAll2,
#tour_Details .collapseAll {
    display: none;
    color: #262626;
    text-align: right;
    font-size: 1rem;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.0125rem;
}

#tour_Details .collapseAll2,
#tour_Details .expand-all2 {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #262626;
    display: flex;
}

.icon-open-popup>.popUp-about-tour {
    z-index: 5;
}

#about-tour-detail .tour-price .title>h2,
#about-tour-detail .important-notes .title>h2,
#about-tour-detail .what-include .title>h2,
#about-tour-detail .booking-condition>.title>h2 {
    color: #1A1A1A;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .booking-condition .text-center-item .desc>p {
        font-size: 3.73333rem !important;
        line-height: 150%;
        letter-spacing: 0.00933rem;
    }

    #tour_Details .expand-all2>span {
        font-size: 3.2rem;
    }

    #about-tour-detail .tour-price,
    .tour-prices-bikes-table-list {
        width: 100%;
    }

    #about-tour-detail .tour-price .title>h2,
    #about-tour-detail .important-notes .title>h2,
    #about-tour-detail .what-include .title>h2,
    #about-tour-detail .booking-condition>.title>h2 {
        font-size: 4.26667rem;
    }

    #about-tour-detail .text-center-item>div>span,
    #about-tour-detail .text-content-left>.title>span {
        font-size: 3.73333rem;
        letter-spacing: 0.03733rem;
    }

    #about-tour-detail {
        padding-top: 16rem;
        padding-left: 4.27rem;
        padding-right: 4.27rem;
    }

    .tour-item-btn>button a>span {
        display: none;
    }

    #tour_Details .title-tour-detail>h2 {
        opacity: 0;
        visibility: hidden;
    }

    #tour_Details .title-tour-detail .collapseAll2>span,
    #tour_Details .expand-all>span,
    #tour_Details .collapseAll>span,
    #tour_Details .expand-all2>span {
        font-size: 3.2rem;
    }
}

@media screen and (min-width: 768px) {
    .overview-bot-item>span {
        color: #262626;
        font-weight: 700;
    }

    .text-content-center {
        position: relative;
        left: -1.6rem;
    }

    .overview-right-bot .overview-bot-item:first-child {
        width: 17.7rem;
    }

    .booking-condition .text-content-left {
        position: relative;
        left: -2rem;
    }
}

#tourDetail_banner .slide-banner .overlay_slide_banner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 9.5625rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.61) 37.7%, #000 83.11%);
    z-index: 2
}

.icon-open-popup>.popUp-about-tour>.destination li {
    color: #454545;
    font-size: 0.875rem;
    line-height: 150%;
    letter-spacing: 0.00219rem;
    transition: all 0.3s;
    list-style-type: decimal;
}

.icon-open-popup>.popUp-about-tour>.destination li:hover {
    color: #E35C13;
}

.overview-left {
    width: 40%;
}

.overview-left>div:first-child {
    display: flex;
    align-items: center;
}

.overview-left>div:first-child>img,
#overview .overview-bot-item>div>img,
.overview-left>div>img {
    margin-right: 0.5rem;
}

.overview-right .overview-right-top>div {
    display: flex;
    align-items: center;
}

.overview-right .overview-right-top>div>img {
    margin-right: 0.5rem;
}

#about-tour-detail .tour-price .title img,
#about-tour-detail .important-notes .title img,
#about-tour-detail .what-include .title img,
#about-tour-detail .booking-condition>.title img {
    width: 2rem;
    height: 2rem;
}

#tour_Details .detail-day>div:nth-child(2) {
    padding-bottom: 3rem;
}

#tour_Details .detail-day>div>p {
    height: auto;
}

#tour_Details .detail-day .overlay-text {
    width: 100%;
}

.destination-mb>div:first-child {
    display: flex;
    align-items: center;
}

.tour-infomation>.infomation-left {
    position: relative;
}

.tour-infomation>.infomation-left>.info-date {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 10rem;
    /*         margin-bottom: 0.87rem; */
}

.infomation-left>.info-date>.info_departure_date,
.infomation-left>.info-date>.info_end_date {
    display: flex;
    flex-direction: column;
    width: 9rem;
    padding: 0.75rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.info-date>.info_departure_date {
    margin-right: 0.5rem;
}

.info-date>.info_departure_date>img,
.info-date>.info_end_date>img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    background: rgba(0, 0, 0, 0.53);
    backdrop-filter: blur(10px);
}

.info-date>.info_departure_date>span:first-child,
.info-date>.info_end_date>span:first-child {
    color: #FFF;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.00375rem;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

.info-date>.info_departure_date>span:nth-child(2),
.info-date>.info_end_date>span:nth-child(2) {
    color: #F1F1F1;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 120%;
    position: relative;
    z-index: 2;
}

#tourDetail_banner .tour-infomation .infomation-right>div>.button-join {
    flex-direction: column;
    width: 13.1875rem;
    height: 3.5rem;
    padding: 0.625rem 1.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all 0.3s;
    cursor: pointer;
    display: flex;
    margin-left: 1rem;
}

.infomation-right>div>.button-join>span {
    color: #262626;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 120%;
    transition: all 0.3s;

}

.infomation-right>div>.button-join>span:last-child {
    color: #6A6A6A;
    margin-top: 0.25rem;
}

.infomation-right>div>.button-join:hover>span {
    color: #fff;
}

.infomation-right>div>.button-join:hover {
    background: #F96515 !important;
}

#tour_Details .tour_Details_day {
    transition: all 0.5s;
    background: #fff;
}

#tour_Details .slide-day {
    transition: all 0.5s;
}

#videoInfo .book-now {
    border-radius: 50%;
    transition: all 0.3s;
    background: #FF5900;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#videoInfo .book-now>span {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
}

.call-now span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    color: #262626;
    font-weight: 700;
}

.call-now img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    #tourDetail_banner .slideThumb .swiper-slide {
        width: calc(100% / 10);
    }

    .swiper-button-next-custom svg,
    .swiper-button-prev-custom svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    #videoInfo .call-now {
        top: 19rem;
        left: 6.25rem;
        border-radius: 50%;
        transition: all 0.3s;
    }

    #videoInfo .call-now:hover {
        background: #fff
    }

    #videoInfo .book-now:hover {
        background: #F96515;
    }

    #video-banner>iframe {
        object-fit: cover;
        width: 74.6875rem;
        height: 42rem;
    }
}

@media only screen and (max-width: 767px) {
    #tour_Details .box-collapse .arrow-down {
        width: 6rem;
    }

    .overview-bot-item span {
        color: #262626;
        font-weight: 700;
    }

    .overview-bot-item>span:nth-child(2) {
        padding-left: 6.56rem;
    }

    .swiper-button-next-custom svg,
    .swiper-button-prev-custom svg {
        width: 4rem;
        height: 4rem;
    }

    .call-now span {
        font-size: 3.73333rem;
    }

    .info-img-hover-main-highlight p {
        font-size: 3.7333rem;
        color: #262626;
    }

    #videoInfo .book-now>span {
        font-size: 3.7333rem;
    }

    .overview-infomation p {
        padding-left: 6.56rem;
    }

    #tourDetail_banner .slide-banner .overlay_slide_banner {
        display: none;
    }

    .overview-left>div:first-child>img,
    #overview .overview-bot-item>div>img,
    .overview-left>div>img {
        margin-right: 2.13rem;
    }

    .destination-mb .list-destination-mb>li {
        color: #262626;
        font-size: 3.73333rem;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.03733rem;
        list-style-type: decimal;
    }

    #tour_Details .detail-day>div:nth-child(2) {
        padding-bottom: 10rem;
    }

    #intinery .swiper_tour_day .swiper-slide img {
        height: 28rem;
    }

    #about-tour-detail .tour-price .title img,
    #about-tour-detail .important-notes .title img,
    #about-tour-detail .what-include .title img,
    #about-tour-detail .booking-condition>.title img {
        width: 5.33333rem;
        height: 5.33333rem;
    }

    #videoInfo {
        margin-bottom: 16rem;
    }

    .tour-level-mb>span:nth-child(2) {
        margin: 0 2.13rem;
        color: #6A6A6A;
        font-size: 3.73333rem;
        line-height: 120%;
        letter-spacing: 0.03733rem;
    }

    .tour-level-mb>span:nth-child(3) {
        color: #262626;
        font-size: 3.73333rem;
        font-weight: 800;
        line-height: 120%;
        letter-spacing: 0.03733rem;
    }
}

.tour-prices-bikes-table {
    margin-top: 2.5rem;
}

.tour-prices-bikes-table-title>span:nth-child(1),
.tour-prices-bikes-table-title>span:nth-child(2) {
    color: #262626;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 1.2rem */
    letter-spacing: 0.0125rem;
}

.tour-prices-bikes-table-title>span:nth-child(2) {
    color: #E35C13;
}

.tour-prices-bikes-table-list {
    margin-top: 1.31rem;
    display: flex;
}

/* @media screen and (min-width: 768px) {
    width: 74.5%;
} */

.heading-table-top {
    max-width: 13rem;
    height: 13.3125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.31rem 1rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #A9A9A9;
}

.heading-table-top::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 1px;
    top: 0;
    left: 0;
    transform: rotate(46deg);
    transform-origin: left;
    background: #A9A9A9;
}

.heading-table-bottom {
    display: flex;
    flex-direction: column;
}

.tour-prices-bikes-table-heading {
    border: 1px solid #A9A9A9;
    /* width: 12.9125rem; */
}

.heading-table-top>span {
    color: #3D3D3D;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.5rem */
}

.heading-table-top>span:nth-child(1) {
    text-align: right;
}

.heading-table-bottom {
    padding: 1.25rem;
}

.heading-table-bottom>span:not(:last-child) {
    margin-bottom: 1.5rem;
}

.heading-table-bottom>span {
    color: #3D3D3D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.2rem */
    letter-spacing: 0.0125rem;
}

.tour-prices-bikes-table-item {
    width: 17.3125rem;
}

.group-size-detail>span:nth-child(1) {
    display: none;
}

.item-top-name {
    background: #262626;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 1.9375rem;
}

.tour-price-table {
    width: 57.8125rem;
    border-collapse: collapse;
    border: 1px solid #C5C5C5;
}

.tour-price-table th,
.tour-price-table td {
    text-align: center;
    padding: 1.1875rem 1.25rem 1.125rem 1.25rem;
    border: 1px solid #C5C5C5;
}

.tour-price-table td {
    color: var(--greyscaletext-50, #454545);

    /* WEB/SUB1/REGULAR */
    font-family: "Trip Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 1.2rem */
    letter-spacing: 0.0125rem;
}

.tour-price-table th,
.tour-price-table td strong {
    color: var(--greyscaletext-80, #262626);

    /* WEB/H6/BOLD */
    font-family: "Trip Sans";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 1.5rem */
}

.item-top-name span {
    color: #F1F1F1;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.05rem */
    letter-spacing: 0.00875rem;
    padding: 0 0.75rem;
}

.item-top-name button {
    border: 1px solid #C5C5C5;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1.9375rem;
    width: 1.9375rem;
    cursor: pointer;
    transition: all 300ms;
}

.item-top-name button:hover {
    background: #F96515;
}

.item-top-name button svg {
    width: 1.3125rem;
    height: auto;
}

.item-top-name button:hover path {
    stroke: #fff;
}

.item-top-img {
    width: 100%;
    height: 11.4rem;
    border-bottom: 1px solid #A9A9A9;
    overflow: hidden;
}

.item-top-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 300ms;
}

.item-bottom {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
}

.item-bottom span {
    text-align: center;
    color: #E35C13;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.2rem */
    letter-spacing: 0.0125rem;
}

.group-size-detail:not(:last-child) {
    margin-bottom: 1.5rem;
}

.group-size-detail {
    display: flex;
    justify-content: center;
}

.tour-prices-bikes-table-item {
    border: 1px solid #A9A9A9;
    border-left: 0px;
}

.item-top {
    position: relative;
}

.item-hover-details {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.25rem;
    height: 6.25rem;
    padding: 2.25rem 1.3125rem 1.3125rem 1.25rem;
    transform: translate(-50%, -50%);
    border-radius: 62.5rem;
    background: rgba(249, 101, 21, 0.80);
    backdrop-filter: blur(2.5px);
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.2rem */
    letter-spacing: 0.0125rem;
    cursor: pointer;
    transition: all 300ms;
}

.item-hover-details svg {
    width: 1.5rem;
    height: auto;
}

.item-top:hover .item-hover-details {
    visibility: visible;
    opacity: 1;
}

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

.tour-prices-info-list {
    margin-top: 6.25rem;
    background-image: linear-gradient(to right, rgba(197, 197, 197, 1) 50%, rgba(197, 197, 197, 0) 0%);
    background-position: top;
    background-size: 15px 1px;
    background-repeat: repeat-x;
}

.tour-prices-info-item {
    display: flex;
    justify-content: space-between;
    padding: 0 calc((100% - 87.5rem) / 2);
}

.tour-prices-info-item:not(:first-child) {
    margin-top: 3.75rem;
    padding-bottom: 3.75rem;
    background-image: linear-gradient(to right, rgba(197, 197, 197, 1) 50%, rgba(197, 197, 197, 0) 0%);
    background-position: bottom;
    background-size: 15px 1px;
    background-repeat: repeat-x;
}

.tour-prices-info-item:first-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    background-image: linear-gradient(to right, rgba(197, 197, 197, 1) 50%, rgba(197, 197, 197, 0) 0%);
    background-position: bottom;
    background-size: 15px 1px;
    background-repeat: repeat-x;
}

.tour-prices-info-item-content {
    width: 50.4375rem;
    color: #3D3D3D;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.3125rem */
    letter-spacing: 0.00219rem;
}

.tour-prices-info-item-content ul li:not(:first-child),
.tour-prices-info-item-content p:not(:first-child) {
    margin-top: 0.75rem;
}

.tour-prices-info-item-title {
    max-width: 25rem;
    display: flex;
    align-items: center;
    height: fit-content;
}

.tour-prices-info-item-title img {
    width: 2.25rem;
    height: auto;
    margin-right: 0.75rem;
}

.tour-prices-info-item-title h3 {
    color: #1A1A1A;
    font-size: 2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 2.4rem */
    letter-spacing: 0.005rem;
    text-transform: uppercase;
}

.tour-prices-info-item-content ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.bike-info-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.63rem;
}

.bike-info-gallery-vid {
    width: 39.5625rem;
}

.bike-info-gallery-vid iframe {
    width: 100%;
    height: 22.25rem;
    object-fit: cover;
}

.bike-info-gallery-pictures {
    width: 26.54188rem;
}

.bikeGallerySwiper {
    height: 16.47831rem;
}

.bikeThumbSwiper {
    height: 100%;
    width: 100%;
    flex-shrink: 0;
}

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

.bike-thumb-container {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    height: 5.30088rem;
}

.bike-thumb-fixed {
    flex-grow: 1;
    margin-left: 8px;
    position: relative;
}

.bike-thumb-fixed .bike-thumb-fixed-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bike-thumb-number-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
}

.bike-thumb-fixed::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
}

.bike-thumb-number-left img {
    width: 1.25rem;
    height: auto;
    margin-left: 0.37rem;
}

.bike-thumb-number-left span {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.2rem */
    letter-spacing: 0.0125rem;
}

.bikeGallerySwiper .swiper-button-next::after,
.bikeGallerySwiper .swiper-button-prev::after {
    display: none;
}

.bikeGallerySwiper .swiper-button-next,
.bikeGallerySwiper .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 300ms;
}

.bikeGallerySwiper .swiper-button-next {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    right: 0;
}

.bikeGallerySwiper .swiper-button-prev {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    left: 0;
}

.bikeGallerySwiper .swiper-button-next svg,
.bikeGallerySwiper .swiper-button-prev svg {
    width: 1.25rem;
    height: auto;
}

.bikeGallerySwiper .swiper-button-next:hover,
.bikeGallerySwiper .swiper-button-prev:hover {
    background: #F96515;
}

.bike-info-gallery-pictures>button {
    min-width: 12.1875rem;
    min-height: 3.5rem;
    background: #222;
    color: #fff;
    margin-top: 5.37rem;
}

.bike-info-gallery-pictures>button svg {
    width: 1.25rem;
    height: auto;
    margin-left: 0.5rem;
}

.bikes-specifications ul {
    width: 39.5625rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.contact-bike {
    width: 26.5625rem;
    height: 3.5rem;
    background: #222;
    color: #fff;
    margin-top: 1.5rem;
    border: 0px;
}

.contact-bike svg {
    width: 1.25rem;
    height: auto;
    margin-left: 0.5rem;
}

.bikes-specifications ul {
    list-style-type: none;
    padding: 0.75rem;
    display: grid;
    grid-template-columns: auto auto;
    border: 1px solid #A9A9A9;
}

.bikes-specifications li {
    display: flex;
    /*         align-items: center; */
}

.bikes-specifications li::before {
    content: '';
    display: flex;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url(/wp-content/uploads/2024/01/Circle_Check-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 0.1rem;
    position: relative;
    top: 10%;
}

.bikes-specifications li span:nth-child(1) {
    color: #222;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.00875rem;
}

.bikes-specifications li span:nth-child(2) {
    color: #6A6A6A;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.00875rem;
    margin-left: 0.25rem;
}

.bike-info .section-title {
    color: #E35C13;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.5rem */
}

.bike-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms;
}

.bike-popup-overlay {
    background: rgba(34, 34, 34, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bike-info {
    background: #fff;
    width: 82rem;
    height: 75vh;
    padding: 3.75rem 6.25rem;
    overflow: auto;
    display: none;
    z-index: 5;
    position: relative;
}

.bike-info.active {
    display: block;
}

.bike-popup.active {
    visibility: visible;
    opacity: 1;
}

.bike-popup-close {
    position: absolute;
    right: 0;
    top: 0;
    background: #262626;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bike-popup-close svg {
    width: 50%;
    height: auto;
}

.bikes-specifications-title {
    display: none;
}

.date_info_left {
    display: flex;
    margin-top: 0.5rem;
    flex-direction: column;
}

.date_info_left>div:last-child {
    width: 100%;
    height: 6rem;
    overflow: auto;
    display: flex;
}

.date_info_left>div:first-child {
    /* 		margin-right: 0.5rem; */
    display: flex;
    margin-bottom: 0.5rem;
}

.date_info_left>div:first-child>div {
    display: flex;
    flex-direction: row;
}

.date_info_left>div:first-child>div:first-child {
    margin-right: 6.5rem;
}

.date_info_left>div::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.date_info_left>div::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.date_info_left>div::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.date_info_left>div::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.date_info_left>div>div {
    display: flex;
    align-items: center;
    flex-direction: column;

}

.date_info_left>div:last-child>div:first-child {
    margin-right: 9rem;
}

.date_info_left>div>div>img {
    margin-right: 0.5rem;
}

.date_info_left>div>div li {
    cursor: pointer;
    color: #262626;
    font-weight: 700;
    padding-left: 1.8rem;
    list-style-type: none;
}

.overview-left>div:first-child>span,
.overview-right .overview-right-top>div>span,
#overview .overview-bot-item>div>span,
.date_info_left>div>div>span {
    color: #6A6A6A;
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: 0.00875rem;
}

[data-join-room-type] .join-room-type-label {
    display: flex !important;
    width: auto;
    align-items: center;
    margin-bottom: 0;
}

[data-join-room-type] .join-room-type-label:not(:last-child) {
    margin-right: 1rem;
}

[data-join-room-type] .join-room-type-label input {
    margin-right: 0.375rem;
    min-height: auto;
}

.popup-booktour-with-tour.is-join-tour .support-vehicle-left p:last-child {
    display: none;
}

@media only screen and (max-width: 767px) {
    .date_info_left>div:last-child {
        height: 20rem;
    }

    .date_info_left>div:last-child>div:first-child {
        margin-right: 19rem;
    }

    #tour_Details .title-tour-detail .collapseAll2>svg,
    #tour_Details .expand-all>svg,
    #tour_Details .collapseAll>svg,
    #tour_Details .expand-all2>svg {
        width: 5rem;
        height: 5rem;
    }

    .date_info_left {
        margin-top: 4.27rem;
    }

    .date_info_left>div>div {
        margin-bottom: 1.5rem;
    }

    .date_info_left>div>div>img {
        width: 4.26667rem;
        height: 4.26667rem;
        margin-right: 2.13rem;
    }

    .overview-left>div:first-child>span,
    .overview-right .overview-right-top>div>span,
    #overview .overview-bot-item>div>span,
    .date_info_left>div>div>span {
        font-size: 3.73333rem;
        letter-spacing: 0.03733rem;
    }

    .tour-prices-bikes-table-heading {
        display: none;
    }

    .tour-prices-bikes-table-list {
        flex-direction: column;
        margin-top: 5.33rem;
    }

    .tour-prices-bikes-table-item {
        width: 100%;
    }

    .item-top-img {
        height: 56.8rem;
    }

    .item-top {
        display: flex;
    }

    .item-top-name span {
        font-size: 3.73333rem;
        letter-spacing: 0.03733rem;
        writing-mode: vertical-lr;
        transform: scale(-1);
        flex-grow: 1;
        text-align: center;
    }

    .item-top-name {
        flex-direction: column;
    }

    .item-top-name button {
        width: 12.8rem;
        height: 12.8rem;
    }

    .item-top-name button svg {
        width: 5.6rem;
    }

    .item-bottom span {
        font-size: 4.26667rem;
        letter-spacing: 0.05333rem;
    }

    .tour-prices-bikes-table {
        margin-top: 8.53rem;
    }

    .tour-prices-content-top {
        margin-top: 4.27rem;
    }

    .tour-prices-bikes-table-item:not(:last-child) {
        margin-bottom: 8.53rem;
    }

    .tour-prices-bikes-table-item {
        border-left: 1px solid #A9A9A9;
    }

    .tour-prices-content-bottom {
        margin-top: 3.2rem;
    }

    .tour-prices-content-top p,
    .tour-prices-content-bottom p {
        margin-top: 3.2rem;
    }

    .tour-prices-info-list {
        margin-top: 16rem;
    }

    .tour-prices-info-item {
        flex-direction: column;
    }

    .tour-prices-info-item-title img {
        width: 6.4rem;
        margin-right: 3.2rem;
    }

    .tour-prices-info-item-title h3 {
        font-size: 5.33333rem;
        letter-spacing: 0.01333rem;
    }

    .tour-prices-info-item-title {
        max-width: 100%;
    }

    .tour-prices-info-item-content {
        width: 100%;
        font-size: 3.73333rem;
        letter-spacing: 0.00933rem;
        margin-top: 4.27rem;
    }

    .tour-prices-info-item-content ul {
        padding-left: 6rem;
    }

    .tour-prices-info-item-content ul li:not(:first-child),
    .tour-prices-info-item-content p:not(:first-child) {
        margin-top: 3.2rem;
    }

    .group-size-detail {
        display: flex;
        justify-content: space-between;
    }

    .item-bottom span:nth-child(1) {
        color: #828282;
    }

    .item-bottom {
        padding: 4.27rem;
    }

    .group-size-detail:not(:last-child) {
        padding-bottom: 3.2rem;
        border-bottom: 1px solid #F1F1F1;
        margin-bottom: 3.2rem;
    }

    .item-bottom span:nth-child(1) {
        display: block;
    }

    .tour-prices-info-item:not(:first-child) {
        margin-top: 8rem;
        padding-bottom: 8rem;
    }

    .tour-prices-info-item:first-child {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .bike-info-gallery-pictures {
        width: 100%;
    }

    .bike-info-gallery-vid {
        width: 100%;
        order: 3;
    }

    .bike-info {
        width: 100%;
        height: 100vh;
        padding: 0;
        padding-top: 16.8rem;
        padding-bottom: 5.04rem;
    }

    .bike-info .section-title {
        font-size: 5.33333rem;
        letter-spacing: 0.01333rem;
        padding: 0 4.27rem;
    }

    .bike-info-gallery {
        margin-top: 4.27rem;
    }

    .bikeGallerySwiper {
        height: 62.08427rem;
    }

    .bike-thumb-container {
        height: 20.46347rem;
    }

    .bike-info-gallery-vid iframe {
        height: 56.40773rem;
    }

    .bikes-specifications {
        margin-top: 5.33rem;
        padding: 0 4.27rem;
    }

    .bikes-specifications ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border: 0px;
    }

    .bikes-specifications li:not(:nth-child(2)) {
        border-top: 1px solid #F1F1F1;
    }

    .bikes-specifications li::before {
        width: 4.26667rem;
        height: 4.26667rem;
        margin-right: 2.13rem;
    }

    .bikes-specifications li span:nth-child(1) {
        font-size: 3.73333rem;
        letter-spacing: 0.03733rem;
    }

    .bikes-specifications li span:nth-child(2) {
        font-size: 3.73333rem;
        letter-spacing: 0.03733rem;
    }

    .bikes-specifications li:nth-child(1) {
        order: 4;
        width: 50%;
    }

    .bikes-specifications li:nth-child(3) {
        order: 5;
        width: 50%;
    }

    .bikes-specifications li:nth-child(4) {
        order: 2;
    }

    .bikes-specifications li:nth-child(5) {
        order: 6;
        width: 50%;
        padding-bottom: 0;
    }

    .bikes-specifications li:nth-child(6) {
        order: 3;
    }

    .bikes-specifications li:nth-child(7) {
        order: 7;
        width: 50%;
        padding-bottom: 0;
    }

    .bikes-specifications li>div {
        display: flex;
        flex-direction: column;
    }

    .bikes-specifications li {
        align-items: start;
    }

    .bikes-specifications li {
        padding: 3.2rem 0;
    }

    .contact-bike {
        width: 91.733333rem;
        height: 14.933333rem;
        margin: 0 auto;
        margin-top: 4.27rem;
        order: 4;
        background: #F96515;
    }

    .contact-bike svg {
        width: 5.33333rem;
        margin-left: 2.13rem;
    }

    .bikeGallerySwiper .swiper-button-next,
    .bikeGallerySwiper .swiper-button-prev {
        width: 10rem;
        height: 10rem;
    }

    .bikeGallerySwiper .swiper-button-next svg,
    .bikeGallerySwiper .swiper-button-prev svg {
        width: 5rem;
    }

    .bike-info-gallery-vid {
        margin-top: 6.25rem;
    }

    .bikes-specifications-title {
        color: #262626;
        font-size: 4.26667rem;
        letter-spacing: 0.05333rem;
        display: block;
    }

    .bike-popup-close {
        width: 11.73333rem;
        height: 11.73333rem;

    }
}

#video-banner>div {
    width: 80vw;
    height: 80vh;
}

.tour-infomation>.infomation-left>h1 {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    #video-banner>div {
        height: 26vh;
    }

    #video-banner>div .close {
        width: 4.5rem;
        height: 4.5rem;
        right: 5.5rem;
    }

    #video-banner>div>.close>img {
        width: 2.5rem;
        height: 2.5rem
    }

    .tour-price-table {
        width: 100%;
    }

    .tour-price-table th,
    .tour-price-table td strong {
        color: var(--greyscaletext-80, #262626);
        font-family: "Trip Sans";
        font-size: 3.25rem;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
    }

    .tour-price-table th,
    .tour-price-table td {
        text-align: center;
        padding: 3.1875rem 4.25rem 3.125rem 3.25rem;
        border: 1px solid #C5C5C5;
    }

    .tour-price-table td {
        color: var(--greyscaletext-50, #454545);
        font-family: "Trip Sans";
        font-size: 3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.0125rem;
    }

    .tour-extensions-day-icon {
        display: none;
    }

    .tour-extensions-day .detail-day {
        padding-left: 0;
    }

    #tour_Details .tour-extensions-day .slide-day {
        height: 63.46667rem;
        margin-bottom: 4.27rem;
    }
}



@media screen and (max-width: 767px) {
    .tour-item-btn>.book-tour-btn-g {
        color: #fff;
    }

    .tour-item-btn>.book-tour-btn-g span,
    .tour-item-btn>button a svg {
        display: none;
    }

    .tour-item-btn>button:nth-last-child(2) {
        background: #F96515;
    }
}