html {
    height: 100%;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
}

.tit-special {
    font-family: "Minion Italic", Times, "Times New Roman", serif;
    letter-spacing: 0;
    font-style: italic;
    font-weight: 500;
}

.txtcolor {
    color: #c19b2e;
}

.txtcolorgray {
    color: #666;
}

body {
    font: 14px "Minion Regular", Times, "Times New Roman", serif;
    position: relative;
    min-height: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    margin-top: 75px;
    width: 18%;
    padding-left: 8%;
    padding-top: 40px;
}

#page-header {
    background-color: #f3f3f3;
    position: fixed;
    width: 100%;
    padding: 3px;
    height: 75px;
    top: 0px;
    z-index: 99;
    font-size: 14px;
    color: #5a270c!important;
}

.sc2 .wrap-room {
    background: #e1e1e1;
}

.site-width {
    width: 90%;
    margin: auto;
}

#main-nav,
#secondary-nav {
    padding-top: 27px;
}

.wraplogo img {
    height: 100%;
}

#content {
    /*padding-bottom: 200px;*/
}

.wraplogo {
    width: 14%;
    float: left;
    height: 100%;
}

#main-nav {
    float: left;
    padding-left: 20px;
}

#secondary-nav {
    width: 24%;
    float: left;
}


/* red with opacity*/

.dropbtn {
    margin-left: 18px;
    padding-bottom: 31px;
    color: #5a270c;
    text-transform: uppercase;
    font-family: 'Times New Roman' !important;
    font-weight: 600;
}

.dropdown {
    position: relative;
    display: inline-block;
    line-height: 1.4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9;
    margin-top: 29px;
}

.dropdown-content ul li a {
    color: #b2b2b2;
    font: 14px/28px "Minion Regular", Times, "Times New Roman", serif;
}

.dropdown-content ul li a:hover {
    color: #fff;
}

.dropdown-content ul li {
    color: black;
    padding: 4px 10px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
    color: #c19b2e;
}

.dropdown-content2 {
    min-width: 240px;
}

.dropdown:hover .dropbtn {
    color: #c19b2e;
    text-transform: uppercase;
}

.dropbtn-menu2 {
    font-size: 13px;
}

.btn-reservations {
    padding: 5px 10px 5px 10px;
    color: #5a270c;
    background-color: #c19b2e;
    font: 13px/18px "Futura Book", Helvetica, Arial, sans-serif;
}

.dropdown:hover .dropbtn.btn-reservations {
    color: #FFF;
}


}
.btn-down img {
    margin-bottom: 5px;
}
.menu-left {
    height: unset !important;
}
.menu-left {
    width: 18%;
    padding-left: 5%;
    padding-top: 40px;
    height: 100%;
}
.menu-moblie {
    display: none;
    position: fixed;
    right: 10px;
    top: 30px;
    font-size: 30px;
}
.font-1 {
    font-family: "Futura Book", Helvetica, Arial, sans-serif;
}
.logoslide img {
    width: 60%;
}
.banner-top img {
    width: 100%;
    height: auto;
}
.font-2 {
    font-family: "Minion Regular", Times, "Times New Roman", serif;
}
.p-about {
    margin-top: 22px;
}
.fsize11 {
    font-size: 11px;
}
.fsize12 {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
}
.fsize13 {
    font-size: 13px;
}
.fsize14 {
    font-size: 14px;
}
.sc2 {
    width: 100%;
}
.divfooter {
    background: url(../../Content/images/bgfooter.png), linear-gradient(to bottom, #121212 0, #000 100%);
    /*position: absolute;*/
    
    bottom: 0;
    width: 100%;
    position: relative;
}
.ctfooter {
    margin-top: 20px;
}
.ctfooter ul {
    list-style: none;
}
.ctfooter ul li a:not(.txtcolor) {
    line-height: 2.5;
    color: #fff;
}
.flexslider {
    border: none;
    margin: 0;
}
.md-hotel {
    width: 70%;
    float: left;
}
.about-hotel {
    width: 29.9%;
    float: right;
    text-align: center;
    border: 1px solid #d1bc8f;
    padding: 12px 40px;
    font: 13px/20px "Futura Book", Helvetica, Arial, sans-serif;
    height: 463px;
}
.md-hotel img {
    width: 97%;
    height: 463px;
}
.sc1,
.sc2 {
    margin-top: 40px;
}
.richtext {
    font-size: 13px;
}
.aboutHr {
    border-top: 2px solid #c19b2e;
    width: 33px;
    text-align: center;
    margin: auto;
    margin-top: 22px;
}
.btn-learnmore {
    background: linear-gradient(to bottom, #c19b2e, #c19b2e 100%);
    padding: 12px 40px;
    color: #fff;
}
.btn-learnmore :hover {
    color: #fff !important;
}
.tit-room {
    text-align: center;
    padding-top: 40px;
    letter-spacing: .02em;
}
.tit-hotel,
.tit-hotel2 {
    font-size: 35px;
}
.tit-hotel2 {
    color: #c19b2e;
}
.colorsv {
    color: #c19b2e
}
.p-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 48px;
    /* fallback */
    
    -webkit-line-clamp: 2;
    /* number of lines to show */
    
    -webkit-box-orient: vertical;
    color: #6e6e6e
}
span.p-overflow.des-roomHomeView {
    color: #FFF;
}
.list-room {}
.slide-room {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.owl2 {
    width: 150%;
    left: -15%;
}
.owl2 .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 34%;
    z-index: 3;
    outline: none;
}
.owl2 .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 34%;
    z-index: 3;
    outline: none;
}
.owl2 .owl-nav i {
    color: #fff;
    font-size: 28px;
}
.info-1 {
    position: absolute;
    left: 0px;
    width: 35%;
    background: rgba(0, 0, 0, 0.67);
    z-index: 3;
    height: 100%;
}
.info-2 {
    position: absolute;
    right: 0px;
    width: 15%;
    background: rgba(0, 0, 0, 0.67);
    z-index: 3;
    height: 100%;
}
.logoslide {
    padding: 10% 20% 10% 20%;
}
.Reservations {
    right: 0px;
}
form.fbqs {
    width: 260px;
    padding: 10px;
}
.fbqs label {
    font-weight: 500;
}
.fbqs select {
    background: #fff;
}
.Reservations {
    position: fixed;
    right: 10px;
    top: 75px;
}
.wrap-contenFooter {
    width: 86%;
    margin: auto;
}
.social-website {
    margin-right: 10%;
}
.social-website a i {
    color: #c19b2e;
    font-size: 30px;
    margin-top: 5px;
    margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
    .md-hotel {
        margin-top: 20px;
        width: 100%;
        float: none;
    }
    
    .about-hotel {
        width: 100%;
        float: none;
        text-align: center;
        border: 1px solid #d1bc8f;
        padding: 12px 40px;
        font: 13px/20px "Futura Book", Helvetica, Arial, sans-serif;
        height: unset;
    }
    
    .md-hotel img {
        width: 100%;
        height: unset;
    }
}
@media only screen and (max-width: 1140px) {
    #page-header {
        background-color: #f3f3f3;
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 99;
        font-size: 14px;
        color: #5a270c !important;
    }
    
    .site-width {
        position: fixed;
        width: 60%;
        right: -707px;
        margin-top: 74px;
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        transition: right ease .5s;
    }
    
    .site-widthView {
        position: fixed;
        width: 60%;
        right: 0px;
        margin-top: 74px;
        transition: right ease .5s;
        background-color: rgba(0, 0, 0, 0.8);
        overflow: auto;
        height: 100%;
    }
    
    #main-nav,
    #secondary-nav {
        padding-top: 25px;
    }
    
    .wraplogo {
        position: fixed;
        left: 10px;
        top: 0px;
    }
    
    .wraplogo {
        height: 74px;
        float: left;
    }
    
    .wraplogo img {
        width: 140px;
        float: left;
        height: 100%;
    }
    
    #main-nav {
        width: 80%;
        float: none;
    }
    
    #secondary-nav {
        width: 80%;
        float: none;
        padding-left: 20px;
    }
    
    .menu-moblie {
        display: block;
        position: fixed;
        right: 40px;
        top: 30px;
        font-size: 30px;
    }
    
    .dropdown {
        position: relative;
        display: block;
        line-height: 1.6;
        margin-top: 5px;
    }
    
    .btn-mobile {
        color: #fff;
        cursor: pointer;
    }
    
    .dropdown-content {
        display: block;
        position: unset;
        background-color: #f1f1f1;
        min-width: 160px;
        margin-left: 20px;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 9;
        margin-top: 10px;
        margin-top: 10px;
    }
    
    .btn-down {
        margin-left: 20px;
        cursor: pointer;
    }
    
    .dropdown-content ul li a {
        color: #b2b2b2;
        font: 14px/28px "Minion Regular", Times, "Times New Roman", serif;
    }
    
    .dropdown-content ul li a:hover {
        color: #fff;
    }
    
    .dropdown-content ul li {
        color: black;
        padding: 4px 10px;
        text-decoration: none;
        display: block;
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
        color: #fff;
    }
    
    .dropdown-content2 {
        min-width: 240px;
    }
}
@media only screen and (max-width: 769px) {
    .menu-left {
        display: none;
    }
    
    .content-right {
        width: 100% !important;
    }
    
    .site-width {
        position: fixed;
        width: 60%;
        right: -460px;
        margin-top: 74px;
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        transition: right ease .5s;
    }
    
    .site-widthView {
        position: fixed;
        width: 80%;
        right: 0px;
        margin-top: 74px;
        transition: right ease .5s;
        background-color: rgba(0, 0, 0, 0.8);
        overflow: auto;
        height: 100%;
    }
}
a.btn-booking {
    margin-left: 15px;
    padding: 8px 15px;
    color: #FFF;
    background: #c09a2c;
}
a.btn-booking:hover {
    color: #000;
}
.item-rooms .item-room {
    width: 100%;
}
.item-rooms .info-room {
    min-height: auto;
    max-height: auto;
    border: none;
}
.item-rooms .info-room h3 {
    margin: 0;
}
.item-rooms .p-about {
    margin: 0;
}
.item-roomstd.tb-item.tb-item-pirce {
    padding: 0 15px;
}
.tb-rooms .tb-item.tb-item-pirce {
    padding: 0 15px;
}
.tab-detailrooms {
    display: flex;
}
.tab-detailrooms .bookrooms {
    padding: 15px;
}