.header_menu .navbar.navbar-default .nav.navbar-nav li a {
    color: #000;
}

.header_top .header_top_inner .pull-left a {
    color: #000;
}

.header_social li a {
    color: #000;
}

.main_header_area {
    background: #fff;
}

.slider {
    padding-top: 40px;
}

.header-color {
    background: #FFB606;
}

.image-size {
    width: 130px;
    height: 130px;
}

.s_room_item .s_room_right_text .book_now_btn {
    margin: 20px;
}
.introduction_area.intro_area2{padding-top: 0px;}
.introduction_img {
    margin-bottom: 15px;
}
.choose_resot_area {
    background: #f6f6f6;
    padding: 50px 0px;
}
.footer-color {
    color: #fff;
}

.footer-color:hover {
    color: #FFB606;
}

.bg-white {
    background-color: #fff;
    align-items: center;
    margin-left: 20px;
}

.client_area.client_three {
    padding-top: 50px;
}

.prev-next .owl-prev,
.prev-next .owl-next {
    height: 46px;
    width: 46px;
    text-align: center;
    font-size: 25px;
    color: #7e7e7e;
    border: 2px solid #d1d1d1;
    line-height: 41px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.prev-next .owl-prev {
    margin-right: 20px;
}

.clients_slider {
    text-align: center;
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    z-index: 100;
}

.book_room_box {
    float: none;
    max-width: 470px;
}

.book_table_inner .book_table_item .input-append input {
    padding: 5px;
}

.grid_gallery_item {
    margin-bottom: 18px;
    margin-top: 18px;
}

.gallery-view {
    color: #000;
}

a.gallery-view:hover {
    color: #FFB606;
}

.read-more {
    padding-bottom: 40px;
}

.title-blog {
    color: #a0a0a0;
    float: right;
}

.room_pagination {
    margin-top: 0px;
    margin-bottom: 10px;
}

#scrollUp {
    width: 42px;
    height: 38px;
    color: #FFB606;
    right: 30px;
    bottom: 30px;
    border-radius: 20px;
    float: right;
    text-align: center;
    overflow: hidden;
    z-index: 999 !important;
    border: 2px solid #FFB606;
    background-color: #fff;
    margin-right: 20px;
}

#scrollUp i {
    display: block;
    line-height: 32px !important;
    font-size: 25px;
}

#scrollUp:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.line-clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.l_news_item .news_text h4 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: .40px;
    color: #242424;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.gallery_expand{
    position: relative;
    top: 65px;
    right: 140px;
}

.room_pagination .pagination .active a {
    border-radius: 0px;
    height: 48px;
    padding: 0px;
    width: 48px;
    line-height: 44px;
    border: 2px solid #FFB606;
    font-size: 20px;
    color: #7e7e7e;
    display: block;
    background: transparent;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;

}

.gallery_empty {

    padding: 0px 134px;
    width: auto;

}

.testimonial {
    margin-bottom: 20px;
}

.pages {
    font-size: 15px;
    line-height: 45px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .30px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

@media only screen and (min-width: 1200px) {
    .room-img {
        width: 100%;
        height: 637px;
        object-fit: contain;
    }
    .vl {
        margin-top: 20px;
        border-left: 3px solid #FFB606;
        height: 500px;
      }
   
}
@media only screen and (min-width: 900px) {
    .room-img {
        width: 100%;
        height: 637px;
        object-fit: contain;
    }
    .vl {
        margin-top: 20px;
        border-left: 3px solid #FFB606;
        height: 500px;
      }
   
}

@media (max-width:767px) {
    .room-img {
        width: 100%px;
        height: 230px;
    }
}


  