﻿

/* Combo Detail  */
.combo-header {
    background: url(detail-header.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}


.imgs_gird .end {
    position: relative;
}

.imgs_gird .end .other {
    position: absolute;
    width: 99%;
    height: 99%;
    font-size: 40px;
    text-align: center;
    border-radius: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0;
    line-height: 120px;
}


.imgs_gird .end .other-small-sp {
    position: absolute;
    width: 94%;
    height: 95%;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 5px;
    line-height: 100px;
}



.grid_6 {
  	width: 1170px;
    height: 690px;
 

}



.grid_6 .big {
    width: 780px;
    height: 460px;
    float: left;
}

.grid_6 .big img {

    height: 99%;
    width: 99%;
    border-radius: 12px;
    object-fit: cover;
    }

.grid_6 .small {
    width: 390px;
    height: 230px;
    float: left;

    }

.grid_6 .small img {
    height: 98%;
    width: 98%;
    border-radius: 12px;
    object-fit: cover;
}





.room-icon i {
    vertical-align: middle;
}

.combo-box-header {
    background: #ffb400;
}

.line-vertical:after {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #e6e6e6;
    left: 100%;
}

ul.combo-caption li, ul.combo-more-info li {
    margin-top: 1px;
}

ul.combo-caption li i {

    display: inline-block;
    width: 30px;
    text-align: left;

}

.choose-month .input-group-addon {
    background: #fff;
    border-right: none !important;
}

.choose-month input {
    background: #fff !important;
}

.btn-request {
    background-color: #28bb4a;
    border-radius: 0px;
    padding: 11px 12px;
}

.btn-request-booking {
    background-color: #126bc4;
    border-radius: 0px;
    padding: 19px 12px;
}

.btn-sort:after {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    margin-left: -20px;
    content: "";
    height: 4px;
    width: 40px;
    display: block;
    bottom: -1px;
    background: #0098d5;
    z-index: 10;
}

.btn-sort:hover:after, .active.btn-sort:after {
    left: 40%;
    top: 170%;
    opacity: 1;
    filter: alpha(opacity=100);
}