/*================================= tour-detail-page ====================================*/
.detail-page .section-tour {
    padding: 160px 0 80px;
}

.section-tour__item {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #DED5C9;
}

.photos__inner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.tour__info-wrap {
    margin-top: 24px;
}

.section-tour-info__name-wrap {
    margin-top: 12px;
    gap: 20px;
}

.section-tour-info__name {
    color: #FFF;
}

.section-tour-info__price {
    margin-right: 6px;
}

.section-tour-info__price span {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    color: #ffc329;
}

.section-tour-info__date {
    border-left: 1px solid #FFF;
    padding-left: 6px;
}

.section-tour-info__date span {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    color: #FFF;
}

.tour-cost {
    flex-wrap: wrap;
    width: 100%;
}

.tour-cost__col {
    background-color: #151915;
    padding: 40px;
    width: 50%;
}

.tour-cost__title {
    margin-bottom: 24px;
    font-size: 26px;
}

.tour-program {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 80px;
}

.main-info-wrap {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.main-info {
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 980px) {
    .col-100-xs {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .tour-cost__col {
        padding: 24px;
    }

    .main-info-wrap .btn {
        width: 100%;
        margin-top: 24px;
    }

    .section-tour-info__date {
        border: none;
        padding-left: 0;
    }

    .photos__inner img {
        height: 320px;
    }
}

.tour-slider {
    display: flex;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}
.tour-slider .slick-list {
    /* overflow: visible; */
}
.tour-slide {
    padding: 0 15px 80px;
}

.tour-slide img {
    width: 100%;
    height: 100%;
    max-height: 320px;
    object-fit: cover;
}

.tour-slider .slick-arrow.slick-prev {}

.tour-slider .slick-arrow.slick-next {
    right: 0;
}