.tab-container .hkt-tab-wrap.active {
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    z-index: 99999;
}
.tab-container .hkt-tab-wrap.active ul {margin: 0 auto;}
body.admin-bar .tab-container .hkt-tab-wrap.active {top: 76px;}
.col-sm-12 .parallax.global-map-area {background: #009585;}

.home-location.location-list {display: none;}

.list-duration .duration-des {display: none;}
.fixed-wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 200px;
    top: 0;
    left: 0;
    z-index: 999999;
}
.fixed-inner {
    overflow: hidden;
    position: absolute;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    background-color: #fff;
    border: 2px solid #009585;
    padding: 0;
}
.fixed-wrap .close-popup {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    right: 0;
    background-color: #009585;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.fixed-wrap .duration-des {position: initial;height: 95%;overflow: auto;padding: 20px;}

.tour-list .box-title small {display: none;}

.certificate-wrap {margin-top: 25px;}
.hkt-open-popup {cursor: pointer;}
.certificate .description {display: none;}

.list-faq {margin-bottom: 35px;}
.list-faq .open-popup:before {display: none;}

/* dangcustom */
.wps_extra_service_booking_page {
    line-height: 20px;
}

.wps_extra_service_booking_page .form-group .wps_block{
    margin-bottom: 12px;
    font-size: 14px;
}

.wps_extra_service_booking_page .form-group p{
    margin-bottom: 0;
    font-size: 14px;
}

.wps_extra_service_booking_page .form-group input{
    margin-right: 10px;
}

.wps_background_page {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: none;
    background-position: center;
}

.wps_background_page.tour {
    background: url(/wp-content/uploads/2017/12/slide1.jpg) no-repeat;   
    background-size: cover;
}

.wps_background_page.cruise {
    background: url("/wp-content/uploads/2018/07/cruise1.jpg") no-repeat;
    background-size: cover;
}

.wps_background_page.hotel {
    background: url("/wp-content/uploads/2018/01/slide-hotel-1.jpg") no-repeat;
    background-size: cover;
}

#hotel-description .features label {
    width: 200px;
}

@media (max-width: 480px) {
    #hotel-description .features label {
        width: 80px;
        white-space: unset;
    }
}

