
#slider.flexslider, 
#slider .flex-viewport {
    height: 375px !important; 
}

#slider .slides li {
    height: 370px !important;
}

#slider .slides img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; 
    object-position: center !important; 
}
/*background top bar*/
.bg-1 {
    background-image: url('../Img/Room/Room.png');
}
.bg-2 {
    background-image: url('../Img/Room/Room.png');
}
.bg-3 {
    background-image: url('../Img/Room/Room.png');
}
.bg-4 {
    background-image: url('../Img/Room/Room.png');
}
.bg-5 {
    background-image: url('../Img/Room/Room.png');
}
.bg-6 {
    background-image: url('../Img/Room/Room.png');
}

.breadcrumb-area {
    padding: 150px 0px;
    margin-top:0px
}
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6{
    background-attachment: scroll;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.overlay-dark-2:before {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.breadcrumb-text h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 26px;
    margin-bottom: 19px;
    text-transform: uppercase;
}
.breadcrumb-text {
    position: relative;
    padding: 10px 30px;
    display: table;
    border: 1px solid #ffffff;
    z-index: 1;
    text-align:center;
    margin:0 auto;
}
    .breadcrumb-text ul {
        position: relative;
        padding:0;
    }

        .breadcrumb-text ul li {
            position: relative;
            color: #ffffff;
            font-size: 15px;
            font-weight: 400;
            display: inline-block;
            margin-right: 20px;
            text-transform: uppercase;
        }

            .breadcrumb-text ul li:after {
                content: '/';
                position: absolute;
                right: -17px;
                top: 0px;
            }
            .breadcrumb-text ul li:last-child:after {
                display: none;
            }
            .breadcrumb-text ul li:last-child {
                margin-right: 0px;
            }

.breadcrumb-text ul li a {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
    .breadcrumb-text ul li a:hover, .breadcrumb-text ul li a:active, .breadcrumb-text ul li a:focus {
        text-decoration:none;
        outline:none;
        color:#936d3a;
    }
    .breadcrumb-text p {
        color: #fff;
        margin-bottom: 7px;
    }
.breadcrumb-bar {
        bottom: -25px;
    position: absolute;
}
.breadcrumb-bar .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    line-height: 12px;
    margin: 0;
    
    text-align: left;
}
.breadcrumb-bar li:first-child {
    margin-left: 0;
}
.breadcrumb-bar li {
    color: #b5876d;
    font-family: "raleway";
    font-size: 18px;
    line-height: 14px;
    margin: 0 18px;
    position: relative;
    text-transform: capitalize;
}
.breadcrumb li a {
    color:#fff;
}
.breadcrumb li a:hover,.breadcrumb li a:active,.breadcrumb li a:focus {
    color:#b5876d;
    text-decoration:none;outline:none;
}
.item.container-img .image {
    width: 100% !important;
    height: 250px !important;    /* Ép tất cả các ảnh cao bằng nhau chằn chặn */
    object-fit: cover !important; /* Giúp ảnh không bị móp, tự co giãn thông minh */
}
/*pice*/
.item-price {
    position: absolute;
    top: 10px;
    right: 25px;
    background-color: #b1915c;
    border-radius: 50%;
    padding: 4%;
    text-align: center;
    cursor: pointer;
    width: 127px;
    height: 127px;
}
.item-price .starting-from {
    font-size: 12px;
    margin-bottom: 0;
    color: #fff;
}
.item-price .show-price {
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
}
.item-price .show-price-vnd {
    font-size: 10px;
    margin-bottom: 0;
    color: #fff;
}
.item-price .book-now {
    font-size: 9px;
    color: #936d3a;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height:30px;
}
/*room list*/
.gdlr-room-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 12px;
    border-bottom: 2px solid;
    font-size: 16px;
    border-color: #3a3a3a;
}
.gdlr-room-title a {
    color: var(--primary-color);
}
    .gdlr-room-title a:hover, .gdlr-room-title a:active, .gdlr-room-title a:focus {
        color: var(--second-color);
        text-decoration:none;
        outline:none;
    }
.gdlr-hotel-room-info ul li {
    list-style-type: none;
    //color: #5d400c;
    padding: 5px 0px;
}
.gdlr-hotel-room-info ul {
    float: left;
    left: -40px;
    position: relative;
}
    .gdlr-hotel-room-info ul li:before {
        content: "\f046";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        //color: #5d400c;
        font-size: 18px;
        padding-right: 0.5em;
    }
.gdlr-button {
    margin-top: 30px;
    margin-bottom: 60px;
}
.gdlr-button .with-border{
    padding:15px 30px;
    background:var(--primary-color);
    color:#fff;
    border-bottom:2px solid var(--primary-color);
}
    .gdlr-button .with-border:hover, .gdlr-button .with-border:active, .gdlr-button .with-border:focus {
        text-decoration:none;
        outline:none;
    	background:var(--second-color);
    }
        .gdlr-button .with-border i {
        margin-left:5px;
    }
.room-list{
    padding-top:60px;
}



/*Room banner-detail*/
.banner-detail {
    background-image: url(/Content/Img/Room/banner-detail.jpg);
}

.text2 i.fa {
    font-size: 14px;
}


/*////thumnail*/
.hr-room {
    margin-top: 20px;
    margin-bottom: 20px;
}

.room-compare_title {
    font-weight: 700;
    margin: 0;
    font-size: 22px;
    line-height: 1;
    color: #232323;
}

.room-compare_item {
    margin-top: 30px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.room-compare_item .text2 {
    margin-top: 20px;
}

    .room-compare_item .text2 h2 {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

        .room-compare_item .text2 h2 a {
            color: #232323;
        }

            .room-compare_item .text2 h2 a:hover {
                color: #e7c130;
                text-decoration: none;
            }

    .room-compare_item .text2 ul {
        margin-top: 10px;
        font-size: 14px;
        margin-bottom: 0;
        color: #333;
        padding-left: 0;
        list-style: none;
    }

        .room-compare_item .text2 ul li {
            padding: 4px 0;
            font-weight: 500;
        }
/*slider*/
.flex-direction-nav .flex-next {
    right: 10px !important;
    /*height: 50px !important;
    width: 50px !important;
    margin:0 !important;*/
}

.flex-direction-nav a:before {
    font-size: 18px !important;
    color: #fff !important;
}

.flex-direction-nav .flex-prev {
    left: 10px !important;
    text-align: left;
}

.btn-a .tbn-hover {
    padding: 8px;
}

    .btn-a .tbn-hover:hover, .btn-a .tbn-hover:active, .btn-a .tbn-hover:focus {
        text-decoration: none;
        outline: none;
    }


.room-details-text p,
.room-details-text .desc{
    //color: #fff;
    line-height: 1.5em;
    //font-size: 15px;
    text-transform:capitalize;
}
.room-details-text .desc ul{
	padding: 0;
	margin-left: 20px;
}
.room-details-title {
    //line-height: 18px;
    margin-bottom: 34px;
    position: relative;
    text-transform: uppercase;
    color: var(--primary-color);
}
#carousel.flexslider .slides li img {
    width: 140px !important;
    height: 90px !important;      
    object-fit: cover !important; 
    cursor: pointer;
}

#carousel.flexslider .slides li {
    margin-right: 5px !important; 
}
    .room-details-title::after {
        background: var(--primary-color) none repeat scroll 0 0;
        bottom: -10px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 90px;
    }

.room-facilities {
    margin-bottom: 32px;
    overflow: hidden;
    padding-top: 22px;
}

.single-facility {
    float: left;
    width: 33.3333%;
}

    .single-facility > span {
        display: block;
        line-height: 25px;
        margin-bottom: 10px;
        color:#fff;
    }

    .single-facility span i {
        font-size: 18px;
        padding-right: 10px;
    }

    .single-facility .fa-check {
        color: #1db000;
    }

    .single-facility .fa-times {
        color: #ce0707;
        margin-right: 3px;
    }



/*** 

====================================================================
	Product Tabs Style
====================================================================

***/


.product-info-tabs {
    position: relative;
}

.prod-tabs {
    position: relative;
}

    .prod-tabs .tab-btns {
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #eeeeee;
    }

        .prod-tabs .tab-btns .tab-btn {
            position: relative;
            float: left;
            top: 1px;
            font-size: 18px;
            color: #fff;
            font-weight: 700;
            padding: 10px 0px 14px;
            line-height: 24px;
            margin-right: 30px;
            text-transform: uppercase;
        }

a.tab-btn:hover, a.tab-btn:active, a.tab-btn:focus {
    text-decoration: none;
    outline: none;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
    color: #937e63;
    font-weight: 700;
}

.prod-tabs .tabs-container {
    position: relative;
    color: #5a5a5a;
    background: transparent;
}

    .prod-tabs .tabs-container .tab {
        position: relative;
        padding: 25px 0px 6px;
        display: none;
    }

        .prod-tabs .tabs-container .tab.active-tab {
            display: block;
        }

        .prod-tabs .tabs-container .tab .text-room p {
            position: relative;
            font-size: 17px;
            font-weight: 300;
            color: #828c95;
            font-family: 'Hind', sans-serif;
        }


/*** 

====================================================================
	Hotel Booking
====================================================================

***/

.hotel-booking {
    position: relative;
    margin-top: 42px;
    /*margin-bottom: 60px;*/
}

    .hotel-booking h2 {
        position: relative;
        color: #263e5b;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 22px;
        font-family: 'Hind', sans-serif;
    }

.events-section {
    position: relative;
    padding: 120px 0px 85px 0px;
}

.book-hotel {
    position: relative;
    margin-bottom: 80px;
    background-color: #f9fafb;
    padding: 38px 50px 25px 50px;
    border: 1px solid #f6f6f6;
}

.book-search-form {
    position: relative;
}

    .book-search-form .column {
        position: relative;
        padding: 0px;
    }

        .book-search-form .column .row {
            margin: 0px -8px;
        }

    .book-search-form .form-group {
        position: relative;
        margin-bottom: 20px;
        padding: 0px 8px;
    }

        .book-search-form .form-group .field-label {
            position: relative;
            display: block;
            line-height: 24px;
            font-size: 15px;
            font-weight: 700;
            color: #263e5b;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .book-search-form .form-group input[type="text"],
        .book-search-form .form-group input[type="email"],
        .book-search-form .form-group input[type="url"],
        .book-search-form .form-group input[type="tel"],
        .book-search-form .form-group select,
        .book-search-form .form-group textarea {
            position: relative;
            display: block;
            line-height: 32px;
            font-size: 16px;
            padding: 14px 20px;
            height: 60px;
            color: #111111;
            width: 100%;
            background: #ffffff;
            border: 1px solid #f6f6f6;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

        .book-search-form .form-group select {
            -moz-appearance: none;
            -webkit-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            cursor: pointer;
            background: #ffffff url(../images/icons/icon-select-2.png) right center no-repeat;
        }

            .book-search-form .form-group select option {
                text-indent: 20px;
            }

        .book-search-form .form-group input:focus {
            border-color: #ff3d54;
        }

    .book-search-form button {
        display: block;
        width: 100%;
        letter-spacing: 1px;
        line-height: 24px;
        padding: 16px 20px;
        text-align: center;
        margin-top: 0px;
    }

.event-item {
    position: relative;
    margin-bottom: 40px;
}

    .event-item .inner-box {
        position: relative;
    }

        .event-item .inner-box .image-box {
            position: relative;
        }

            .event-item .inner-box .image-box img {
                position: relative;
                width: 100%;
                display: block;
            }

        .event-item .inner-box .lower-content {
            position: relative;
            text-align: center;
            display: block;
            margin-top: -20px;
        }

            .event-item .inner-box .lower-content .date {
                position: relative;
                color: #ffffff;
                font-size: 14px;
                background-color: #8dd0d3;
                padding: 10px 40px;
                border-radius: 3px;
                font-weight: 600;
                margin-bottom: 15px;
                display: inline-block;
            }

            .event-item .inner-box .lower-content h3 a {
                position: relative;
                font-size: 20px;
                color: #45445a;
                transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
            }

                .event-item .inner-box .lower-content h3 a:hover {
                    color: #c4d114;
                }

            .event-item .inner-box .lower-content .text {
                position: relative;
                color: #777777;
                font-size: 16px;
                font-family: 'Josefin Sans', sans-serif;
            }

.events-section a {
    margin-top: 40px;
}

.btn-field {
    background: #ff3d54;
    border: 1px solid #ff3d54;
    padding: 12px 30px;
    color: #fff;
}

    .btn-field:hover {
        background: #fff;
        color: #ff3d54;
        border: 2px solid #ff3d54;
    }
#slider.flexslider {
    margin: 0px;
    padding: 0;
    border: none;
}
#carousel.flexslider {
    margin: 0px;
    padding: 0;
    border: none;
}
/*slider owl index articles*/


#owl-demo2 .owl-nav [class*='owl-'] {
    position: absolute;
    display: inline-block;
    top: 0;
    margin: 0px;
    margin-top: -5%;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    background-color: #b1915c;
    border: none;
    border-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

    #owl-demo2 .owl-nav [class*='owl-']:hover {
        background: #fff;
        color: #b1915c;
    }

#owl-demo2 .owl-nav .owl-prev {
    right: 6.5%;
}

#owl-demo2 .owl-nav .owl-next {
    right: 1.2%;
}
.bg-3 {
	margin-top: 0px;
}
.bg-3 .breadcrumb-text h2 {
	word-break: break-word;
}

@media screen and (max-width: 1100px) {
    #owl-demo2 .owl-nav [class*='owl-'] {
        margin-top: -8% !important;
    }

    #owl-demo2 .owl-nav .owl-prev {
        right: 9.5% !important;
    }

    #owl-demo2 .owl-nav .owl-next {
        right: 2% !important;
    }
}
@media screen and (max-width: 767px) {
	#sub-menu .navbar-default .navbar-toggle {
		margin-top: 55px;
	}
}
@media screen and (max-width: 700px) {
    #owl-demo2.owl-theme .owl-nav {
        display: none;
    }
	.bg-3 .breadcrumb-text h2 {
		font-size: 28px;
	}

}
@media screen and (max-width: 480px) {
	.bg-3 .breadcrumb-text h2 {
		font-size: 23px;
	}
	.breadcrumb-text ul li a {
		font-size: 13px;
	}
	.breadcrumb-text ul li {
		font-size: 13px;
	}
}
@media screen and (max-width: 320px) {
	#sub-menu .navbar-default .navbar-toggle {
		margin-top: 60px;
	}
}





