.tour_book_04 .append-icon{
    position: relative;
}
.tour_book_04 .append-icon .glyphicon{
    color: #99cccc;
    font-size: 35px;
    float: left;
}
.tour_book_04 .append-icon .glyphicon.right{
    color: #333;
    font-size: 10px;
    position: absolute;
    top: 17px;
    right: 27px;
    cursor: pointer;
}
.tour_book_04 .append-icon .form-group{
    margin-left: 40px;
}
.tour_book_04 .datepicker-wrapper{
    width: 49%;
    float: left;
    position: relative;
}
.tour_book_04 .date-value{
    width: 49%;
    float: left;
}
.tour_book_04 .separate{
    width: 1%;
    float: left;
    border-left: 1px solid #999;
    height: 38px;
}
.tour_book_04 .time-value{
    width: 50%;
    float: right;
}
.tour_book_04 .user-value, .tour_book_04 .time-value{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.tour_book_04 .form-group.border{
    border: 1px solid #999;
    height: 40px;
    background-color: #fff;
}
.tour_book_04 .form-group.border input,
.tour_book_04 .form-group.border select,
.tour_book_04 .form-group.border input:hover,
.tour_book_04 .form-group.border select:hover{
    border: none !important;
    height: 38px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
}
.tour_book_04 .dropdown-user{
    background-color: #fff;
    width: 400px;
    border: 1px solid #999;
    padding: 16px;
    position: absolute;
    top: 43px;
    left: 56px;
    z-index: 10;
    display: none;
}
.tour_book_04 .dropdown-user .row{
    margin-bottom: 16px;
    font-size: 14px;
}
.tour_book_04 .dropdown-user .row p.text-center{
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 0px !important;
}
.tour_book_04 .dropdown-user .glyphicon{
    cursor: pointer;
}
.tour_book_04 .option-price .form-group{
    margin-bottom: 16px;
    padding: 8px 16px;
}
.tour_book_04 .option-price .form-group:hover, .tour_book_04 .option-price .form-group.selected{
    background-color: #99cccc;
}
.tour_book_04 .option-price .form-group label{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}
.tour_book_04 .option-price .form-group p{
    margin-bottom: 0px !important;
}
.tour_book_04_checkout{
    font-size: 13px !important;
}
.tour_book_04_checkout .form-group label{
    font-weight: bold;
    line-height: 25px;
}
#right_total_price{
    text-align: right;
    color: #f10100;
}

/* ===========================
   Responsive Tour Booking
=========================== */

/* Tablet */
@media (max-width:991px){

    .tour_book_04 .datepicker-wrapper{
        width:100%;
        float:none;
        margin-bottom:15px;
    }

    .tour_book_04 .append-icon .form-group{
        margin-left:45px;
    }

    .tour_book_04 .dropdown-user{
        width:100%;
        left:0;
        top:48px;
        padding:15px;
        box-sizing:border-box;
    }

}

/* Mobile */
@media (max-width:767px){

    .tour_book_04 .append-icon{
        position:relative;
    }

    .tour_book_04 .append-icon .glyphicon:first-child{
        font-size:20px;
    }

    .tour_book_04 .append-icon .glyphicon.right{
        right:15px;
        top:18px;
        font-size:12px;
    }

    .tour_book_04 .append-icon .form-group{
        margin-left:35px;
    }

    /* Date */
    .tour_book_04 .date-value{
        width:48%;
    }

    .tour_book_04 .time-value{
        width:48%;
    }

    .tour_book_04 .separate{
        width:4%;
        height:38px;
    }

    .tour_book_04 .form-group.border{
        height:auto;
        min-height:44px;
    }

    .tour_book_04 .form-group.border input,
    .tour_book_04 .form-group.border select{
        height:44px;
        font-size:15px;
    }

    /* Popup chọn số lượng */
    .tour_book_04 .dropdown-user{
        width:100%;
        left:0;
        right:0;
        top:48px;
        padding:12px;
        box-sizing:border-box;
    }

    .tour_book_04 .dropdown-user .row{
        margin-bottom:12px;
    }

    .tour_book_04 .dropdown-user .glyphicon{
        font-size:18px;
    }

    .tour_book_04 .option-price .form-group{
        padding:12px;
    }

    .tour_book_04 .option-price .form-group label{
        font-size:14px;
    }

}

/* Mobile nhỏ */
@media (max-width:575px){

    .tour_book_04 .date-value,
    .tour_book_04 .time-value{
        width:100%;
        float:none;
    }

    .tour_book_04 .separate{
        display:none;
    }

    .tour_book_04 .form-group.border{
        margin-bottom:10px;
    }

    .tour_book_04 .append-icon .form-group{
        margin-left:32px;
    }

    .tour_book_04 .dropdown-user{
        position:fixed;
        left:10px;
        right:10px;
        top:50%;
        transform:translateY(-50%);
        width:auto;
        max-height:80vh;
        overflow-y:auto;
        border-radius:8px;
        box-shadow:0 8px 30px rgba(0,0,0,.25);
        z-index:99999;
    }

    .tour_book_04_checkout{
        font-size:14px !important;
    }

    #right_total_price{
        text-align:left;
        margin-top:10px;
        font-size:18px;
        font-weight:700;
    }

}