.content-tour {

}

.content-tour-header .fa-star {
    font-size: 14px;
    color: #f8b600;
}

.tour-service-content {
    font-size: 16px;
    width: 100%;
    padding-bottom: 12px;
}

.tour-schedule-menu * {
    font-size: 14px;
}
.sec #menu {
    /* margin-left: 0;
    margin-right: 0;
    padding-left: 1.5%;
    padding-right: 1.5%; */
}
@media (min-width: 768px) {
    .tour-tour-mua-thu-nhat-ban-5n5d #menu .tour-schedule-menu-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.67%;
        -ms-flex: 0 0 16.67%;
        flex: 0 0 16.67%;
        max-width: 16.67%;
    }
}

#menu .tour-schedule-menu-col:nth-child(2n+1) {
    background: #fcfbe5;
}

#menu .tour-schedule-menu-col:nth-child(2n) {
    background: #e8fcfc;
}
#menu .swiper-container {
    overflow: hidden;
    position: relative;
}
/* #menu .swiper-wrapper .swiper-slide {
    display: block;
    float: left;
}

@media (max-width: 767px) {
    #menu .swiper-container .swiper-wrapper {
        display: flex;
        width: 100%;
        height: inherit;
    }
} */
.countdown {
/*     position: relative; */
}
.countDown {
    display: flex;
    justify-content: left;
    max-width: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
}
p.countSeat {
    display: block;
    position: absolute;
    bottom: 0;
    right: 325px;
    height: 70px;
    width: 60px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
}
.countSeat span {
    color: #7cbd36;
    display: block;
    padding-top: 10px;
    font-size: 32px;
    font-weight: bold;
}
.countSeat span::after {
    content: 'Trống';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #fff;
}
.countDown .container {
    /* visibility: hidden;
    display: none; */
    width: 80px;
}
.countDown .a div {
    display: block;
    height: 70px;
    width: 60px;
    text-align: center;
    position: relative;
    font-size: 32px;
    color: #f8b600;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.4);
}
.countDown .container:nth-child(1) .a div::after {
    content: 'Ngày';
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #fff;
}

.countDown .container:nth-child(2) .a div::after {
    content: 'Giờ';
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #fff;
}

.countDown .container:nth-child(3) .a div::after {
    content: 'Phút';
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #fff;
}

.countDown .container:nth-child(4) .a div::after {
    content: 'Giây';
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #fff;
}

@media (max-width: 767px) { 
    .countDown {
        left: -webkit-calc(3% + 56px);
        left: -moz-calc(3% + 56px);
        left: calc(3% + 56px);
        right: auto;
        margin: 0;
        bottom: -64px;
        justify-content: center;
    }
    .countDown .container {
        width: 55px;
        display: inline-block;
        margin: 0;
    }
    .countDown .a div {
        font-size: 18px;
        width: 44px;
        height: 58px;
    }
    .slider .countDown .container .a div::after {
        font-size: 11px;
        bottom: 6px;
    }
    p.countSeat {
        width: 44px;
        height: 58px;
        left: 3%;
        bottom: -64px;
    }
    p.countSeat span {
        font-size: 18px;
        padding-top: 6px;
    }
    p.countSeat span::after {
        font-size: 11px;
        bottom: 12px;
    }
}
