body,
h1,
h2,
h3,
h4,
h5,
h6,
p, 
a{
    font-family: trebuchets;
}
.section-title,
.section-subtitle{
    font-family: trebuchets;
}
.navbar .navbar-nav .nav-link{
    font-family: trebuchets;
    font-weight: 600;
}

html .navbar {
    background: #000000bf;
    padding: 10px 0;
    position: unset;
}
.header{
    min-height: auto;
}
html .slider-fade .owl-item{
    height: auto;
}

nav.navbar.navbar-expand-lg.nav-scroll {
    background: #000000bf;
    position: fixed;
}

.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}

.hom-com {
    padding: 40px 0px;
}

.hom1 {
    position: relative;
    overflow: hidden;
}

.hom1-title {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.hom1-title h2,
.page-head h2 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}


.head-title {
    margin-top: -10px;
    margin-bottom: 10px;
}

.hl-1 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #f7e3b9;
}

.hl-2 {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    position: relative;
    top: 5px;
    width: 12px;
    border: 1px solid #e8c57a;
    border-radius: 50px;
    background: #ffffff;
}

.hl-3 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #f7e3b9;
}

.hl-1-block {
    background: #4a4640;
}

.hl-2-block {
    border: 1px solid #4a4640;
    background: #ab9466;
}

.hl-3-block {
    background: #4a4640;
}

.page-head {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 29px;
}

.main-inn {
    background: #fff;
}

.inn-body-section {
    padding-top: 50px;
    padding-bottom: 80px;
}

.inn-detail {
    background: url(../images/h-detail.jpg) no-repeat;
    background-attachment: fixed;
    background-size: 40%;
}

.inn-bod {
    width: 55%;
    float: right;
}

.inn-detail-p1 {}

.inn-detail-p1 h4 {}

.inn-detail-p1 h2 {}

.inn-detail-p1 p {}

.inn-com {
    /*border-bottom: 1px solid #dcdcdc;
    padding-bottom: 40px;*/
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    width: 100%;
}

.inn-com h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.inn-com p,
li,
span,
th,
td {}

.inn-com p {}

.inn-com-form {}

.inn-com-form form {
    padding: 10px 15px !important;
    border-radius: 5px;
    box-shadow: 0px 9px 24px -9px rgba(0, 0, 0, 0.8);
    background: none;
    /*background: -webkit-linear-gradient(to bottom, #efefef, #e6e6e6);
        background: linear-gradient(to bottom, #efefef, #e6e6e6);*/
    border: 1px solid #f9f9f9;
}

.inn-com-form form input {
    border: 1px solid #cfcec4;
    box-sizing: border-box;
    height: 45px;
    border-radius: 2px;
    background: #fff;
}

.inn-com-form form textarea {
    border: 1px solid #cfcec4;
    padding: 20px;
    box-sizing: border-box;
    height: 45px;
    border-radius: 2px;
    height: 120px;
    background: #fff;
}

.inn-com-form form input[type="submit"],
button.btn{
    background: #a28750;
    padding: 7px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: trebuchets;
    border-radius: 2px;
    width: 100%;
    border: 1px solid #bca11f;
    font-size: 16px;
}
button.btn{
    padding: 12px 25px;
}

.inn-com-form form label {
    padding: 10px 24px;
    font-size: 14px;
    top: 6px;
    left: 6px;
    color: #6d6d6d;
    line-height: 15px;
}

.inn-sec-head-spa {
    margin-top: 50px !important;
}

.full-btn {
    width: 100%;
    display: block !important;
}

.inn-com-list-point {}

.inn-com-list-point ul {
    margin-bottom: 0px;
}

.inn-com-list-point ul li {
    font-size: 15px;
    line-height: 32px;
    float: left;
    padding: 5px 12px;
    /*border: 1px solid #e7e7e7;*/
    margin: 0px 5px 5px 0px;
    width: 49%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.inn-com-list-point ul.list-check-bar li {
    padding: 5px 0px;
    width: 100%;
}


.inn-com-list-point ul li i {
    color: #61a019;
}

.inn-room-price {
    background: #e8c57a;
    padding: 7px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: trebuchets;
    border-radius: 2px;
    width: 100%;
    font-size: 45px;
    margin-top: 15px;
    display: table-caption;
}

.inn-com-price {}

.inn-com-price h4 {}

.room {
    position: relative;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    padding: 10px;
    margin-bottom: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*.room:hover {
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        transform: scale(1.005);
    }*/

.r1 h3 {
    margin: 10px 0px;
}

.r1 img {
    width: 100%;
}

.r2 {
    border-right: 1px solid #d1d1d1;
}

.r2 h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 22px;
}

.r3 {
    border-right: 1px solid #d1d1d1;
}

.r4 {
    border-right: 1px solid #d1d1d1;
}

.r5 {}

.r-com {
    width: 20%;
    float: left;
    padding: 10px;
}

.r-com h3 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.r-com a h3 {
    font-weight: 700;
}

.r-com ul {
    margin-bottom: 0px;
}

.r-com ul li {
    background: url('../images/h-check.png') no-repeat left center;
    background-size: 10px;
    padding-left: 20px;
    line-height: 28px;
}

.r2-ratt {
    margin-bottom: 10px;
}

.r2-ratt i {
    color: #FF9800;
}

.r2-ratt img {
    width: 22px;
}

.r2-ratt span {
    margin-top: -3px;
    position: absolute;
    margin-left: 5px;
}

.r2-available {
    background: #4CAF50;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    border-radius: 44px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
}

.r2-block {
    background: #F44336;
}

.room-price {
    text-decoration: line-through;
}

.room-price-1 {
    /* text-decoration: line-through; */
    font-size: 32px;
    font-weight: 600;
    font-family: trebuchets;
    color: #333;
}

.room-price span {
    font-size: 35px;
}

.inn-room-book {
    padding: 10px 15px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-family: trebuchets;
    border-radius: 2px;
    width: 100%;
    font-size: 14px;
    display: table-caption;
    width: 136px;
    margin-top: 10px;
    background: #a28750;
    background: -webkit-linear-gradient(to right, #eacb21, #eacb21);
    background: linear-gradient(to top, #a28750, #cfa858);
}

.room-1 {
    width: 47%;
    float: left;
    margin: 10px;
}

.r-com-1 {
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    border-right: 0px;
}

.r-com-r {
    width: 100%;
    border-right: 0px;
}

.r-com-1 ul li {
    float: left;
    display: inline-block;
    padding-right: 20px;
}

.r-com-1 h4 {
    font-size: 24px;
    font-weight: 600;
    color: #e8c57a;
}

.r2-available-1 {
    margin-top: 0px;
}

.r1-1 {
    border-bottom: 0px solid #d4d4d4;
}

.r5-1 {
    border-bottom: 0px solid #d4d4d4;
}

.truncate_6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}


.check-available {
    background: #2a2b33;
    box-shadow: 0px -5px 32px 9px rgba(0, 0, 0, 0.56);
}

.check-available form {
    border: 0px;
    box-shadow: none;
}

.avail-title {}

.avail-title h4 {
    color: #000;
    margin: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}


/*-------------------------------------------------*/
/* =  HOTELS
/*-------------------------------------------------*/

.to-ho-hotel-con {
    position: relative;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
}

.to-ho-hotel-con-1 {
    position: relative;
}

.to-ho-hotel-con-1:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.41) 18%, rgba(0, 0, 0, 0.02) 85%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.to-ho-hotel-con-1:hover:before{
    position: unset;
}
.to-ho-hotel-con-1 img {
    width: 100%;
    min-height: 189px;
    height: 189px;

}
@media(max-width: 568px){
    .to-ho-hotel-con-1 img {
        height: auto;
    
    }
}
#owl-list-hotel-other .owl-stage-outer {
    width: 100%;
    float: left;
}

.to-ho-hotel-con-23 {
    position: absolute;
    /* overflow: hidden; */
    padding: 20px;
    bottom: 0px;
    width: 100%;
}

.to-ho-hotel-con-2 {}

.to-ho-hotel-con-2 h4 {
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.to-ho-hotel-con-2 a {
    color: #333;
}

.to-ho-hotel-con-3 {}

.to-ho-hotel-con-3 ul {
    padding: 0px;
    margin-bottom: 0px;
}

.to-ho-hotel-con-3 ul li {
    list-style-type: none;
    float: left;
    color: #f9f9f9;
}

.to-ho-hotel-con-3 ul li:last-child {
    float: right;
    padding-top: 10px;
}

.ho-hot-rat-star {
    padding-bottom: 0px !important;
}

.ho-hot-rat-star i {
    font-size: 14px !important;
    padding-left: 3px;
    color: #FF9800;
}

.ho-hot-rat-star-list {}

.ho-hot-rat-star-list i {
    color: #04abc0;
}

.hot-list-left-part-rat {
    width: 25px;
    height: 25px;
    background-color: #04abc0;
    /* bottom: 8px; */
    padding: 4px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
    margin-right: 10px;
}

.ho-hot-pri {
    font-size: 38px;
    font-weight: 600;
    color: #e8c57a;
    float: right;
}

.ho-hot-pri-dis {
    font-weight: 400;
    color: #a4a4a4;
    /* float: right; */
    padding: 0px 5px;
    /* display: none; */
    text-decoration: line-through;
}

.hot-page2-hli-3 {
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: rgba(255, 197, 37, 0.79);
    /* bottom: 8px; */
    padding: 4px;
    margin: 9px 5px;
    right: 5px;
    border-radius: 5px;
}

.to-ho-hotel-con-4 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 14px;
}

.to-ho-hotel-con-4 a {
    float: left;
    width: 47%;
    text-align: center;
}

.to-ho-hotel-con-5 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 12px;
}

.to-ho-hotel-con-5 ul {
    margin-bottom: 0px;
    padding: 0px;
}

.to-ho-hotel-con-5 ul li {
    float: left;
    list-style-type: none;
    display: inline-block;
    width: 25%;
}

.to-ho-hotel-con-5 ul li a {
    display: block;
    border: 1px solid #ececec;
    margin: 2px;
    padding: 0px 5px;
    font-size: 12px;
    color: #8a8a8a;
    text-align: center;
}

.to-ho-hotel-con-5 ul li a i {
    padding-right: 5px;
}

.hom-hot-book-btn {
    margin-right: 3%;
}

.hom-hot-view-btn {
    margin-left: 3%;
}

.hom-hot-av-tic {
    position: absolute;
    background-color: #4CAF50;
    bottom: 15px;
    padding: 3px 8px;
    margin: 0px 0px;
    left: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #253747;
    font-family: trebuchets;
}

.hom-hot-av-tic-list {
    left: 10px;
    right: inherit;
    bottom: 10px;
    border-radius: 2px;
    background: rgba(0, 188, 212, 0.41);
    color: #fff;
    font-weight: 600;
    padding: 3px 8px;
    font-size: 13px;
}

html label.heading_title{
    font-weight: 700;
    color: white;
    font-size: 16px;
    text-align: left;
    padding: 0;
}

.float_field{
    float: left;
}
.float_field label.heading_title{
    float: left;
    min-width: 150px;
    padding-top: 10px;
}
.float_field input{
    width: auto;
}
p.description{
    color: #fff;
}
.outelementform input[type="radio"] {
    margin: 0;
    padding: 0;
    height: auto;
}
.inn-com-form form label{
    color: #fff;
}

.booking_form input[type="checkbox"]{
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
    border-radius: 0;
    width: auto;
}
.booking_form .label_checkbox{
    padding: 0;
}

.check-available.booking_form{
    background: #fff;
}
.check-available.booking_form .inn-com-form form input[type="number"],
.check-available.booking_form .inn-com-form form input[type="text"] {
    border: 1px solid #cfcec4;
    padding: 20px;
    box-sizing: border-box;
    height: 45px;
    border-radius: 2px;
    background: #f6f6f6;
    border: none;
    outline: 0;
}
.check-available.booking_form p.description,
.check-available.booking_form label,
.check-available.booking_form p{
    color: #2a2b33;
    padding-left: 0;
}

.check-available.booking_form .inn-com-form form input[type="number"], .check-available.booking_form .inn-com-form form input[type="text"]{
    height: 40px;
}


.line_1{
    width: 100%;
    height: 1px;
    background: black;
    margin: 10px;
}
.iFrameMap iframe{
    width: 100%;
    height: 200px;
}
.powered {
    background: #1d2033;
    color: white;
    padding: 10px 0;
    margin: 0;
}

.footer-bottom-area {
    padding: 0;
    background: #f9f9f9;
    padding-top: 40px;
}
.round_trip{
    font-weight: 700;
    font-size: 18px;
}

.inn-com-form form textarea,
.check-available.booking_form .form-control{
    background: #f6f6f6 !important;
    border-radius: 2px;
    border: none !important;
    outline: 0;
}
img.trip{
    width: 100%;
    height: auto;
}

.booking_form .booking_form_container{
    box-shadow: 0px 0 2px 0px rgb(0 0 0 / 18%);
}

#formBooking .select_wrap select{
    height: 45px;
}

a.button_view {
    background: #a28750;
    color: #a28750;
    border-radius: 3px;
    border: 1px solid #a28750;
    margin-top: 5px;
    padding: 10px 35px;
}
a.button_view:hover {
    background: #91763f;
    color: white;
}
h5 a.truncate_2{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    height: 50px;
    font-weight: 600;
}
.itemss {
    margin-bottom: 30px;
}
.footer-container {
    margin-top: 50px;
}
.news .heading-title{
    color: #000;
}

footer iframe {
    width: 100% !important;
    height: 250px;
}
footer h2{
    padding-bottom: 20px;
    font-size: 22px;
}


footer .footer-bottom-contai{
    padding-bottom: 40px;
}
button.btn::before{
    content: unset;
}
.inn-com-form form input[type="submit"]:hover,
button.btn:hover{
    cursor: pointer;
    opacity: 0.9;
}
.demo-gallery li{
    list-style: none;
    margin-bottom: 20px;
}

.demo-gallery li a:hover > img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery li a{
    overflow: hidden;
}

.pad-bot-0 .desc{
    margin-bottom: 0;
}

.section {
    margin: 50px 0;
}

.footer-area li:first-child{
    margin-top: 0;
}
.slider_home-header .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
@media(max-width: 991px){
    .col_mb{
        margin-bottom: 20px;
    }
    footer h2 {
        padding-bottom: 5px;
    }
}
.fb-page.fb_iframe_widget {
    height: 200px;
    overflow: hidden;
}


#navbarSupportedContent .language .btn-group button.btn.btn-link.dropdown-toggle {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}
.language_wp{
    display: flex;
    align-items: center;
    justify-content: center;
}
.language .btn-group .btn:hover {
    font-weight: 600;
}
.language .btn-group .btn::before {
    content: unset;
}
.language .dropdown-menu.show {
    top: 6px;
}



span.required {
    color: red;
}
form label input,
form label{
    cursor: pointer;
}

@media(max-width: 991px){
    .language .btn-group .btn {
        background-color: transparent;
        padding: 10px 15px;
    }
    nav.navbar.navbar-expand-lg.nav-scroll,
    html .navbar{
        background: #1d2328;
    }
    
    

}

label.radio-inline.radio_5,
label.radio-inline.radio_12{
    display: block;
    padding: 5px 0;
}

img#round_trip.round_img2{
        display: none;
    }
@media(min-width: 768px){
    .round_trip.round_img1,
    .one_trip.round_img1{
        display: none;
    }
    
}

@media(max-width: 768px){
    #hide_768{
        display: none;
    }
    .one_trip,
    img#round_trip.round_img1{
        display: none;
    }
    
    .round_trip.round_img1,
    .one_trip.round_img1{
        display: block;
        padding: 10px 0 20px 0;
    }
    .check-available.booking_form .inn-com-form form input[type="number"], .check-available.booking_form .inn-com-form form input[type="text"]{
        width: 100%;
    }
}



input::placeholder {
  color: #495057;
}

p.alert_messeger {
    color: #a28750 !important;
    font-weight: 600;
}
.d-flex{
    display: flex;
}
.language .btn-group .btn {
    background: #fff !important;
}
@media (max-width: 991px){
    .language .btn-group .btn {
        padding-right: 0;
        background-color: #fff;
    }
    .language .btn-group button.btn.btn-link.dropdown-toggle {
        background: white;
        padding: 1px 5px;
        border-radius: 2px;
    }

    .language .dropdown-menu.show {
        top: 100%
    }
    .language .dropdown-menu.show li button{
        font-size: 10px;
    }
    .language {
        margin-bottom: 9px;
    }
}
html #contact_page .reservations .text a {
    font-size: inherit;
}
html body:not(.common-home) #formBooking .form-control {
    border: 1px solid #cfcec4;
}
html body:not(.common-home) #formBooking .check-available {
    background: unset;
    box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.56);
}

select.error,
input.error {
    margin-bottom: 0 !important;

}
label.error {
    color: #ff7a7a !important;
}
#formBooking label.error {
    padding: 0 !important;
}
.news-category #formBooking{
    display: none;
}

section.room-info {
    padding-bottom: 50px;
}

p.img_3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
p.img_3 img{
    width: 100%;
}
p.img_2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
@media(max-width: 991px){
    p.img_3,
    p.img_2 {
        display: unset;
    }
    .content-page.v-base iframe{
        height: 350px;
    }
    .content-page.v-base img{
        width: 100%;
        padding: 5px 0;
    }
}
html .float-icon-hotline ul li .fa-telegram {
    background-color: #35abdf;
    font-size: 33px;
    overflow: hidden;
}
html .float-icon-hotline ul li .fa-whatsapp {
    background-color: #36bb22;
    font-size: 25px;
    overflow: hidden;
}
html .float-icon-hotline .hotline_float_icon{
    /*display: none;*/
    list-style: none;
}
html .float-icon-hotline .hotline_float_icon.fixed{
    display: block;
}

html .float-icon-hotline .hotline_float_icon.fixed .fa-home{
    display: block;
}
html .float-icon-hotline .hotline_float_icon.fixed .fa-close{
    display: none;
 font-size: 20px;
}

html .float-icon-hotline .hotline_float_icon.fixed.close .fa-home{
    display: none;
}
html .float-icon-hotline .hotline_float_icon.fixed.close .fa-close{
    display: block;
}


html .float-icon-hotline .hotline_float_icon.fixed i{
    /*width: 50px;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*font-size: 20px;*/
    background-color: #a28750;
}

html .float-icon-hotline ul li span {
    background-color: #a28750;
}

html .float-icon-hotline .hotline_float_icon.fixed.close .fa-close.animated.infinite {
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset;
}
label.radio-inline.radio_8 {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}
label.radio-inline.radio_13 {
    display: block;
    padding-bottom: 0;
    max-width:60%;
    padding: 5px 0;
}
label.radio-inline.radio_16 {
    display: block;
    padding-bottom: 0;
    max-width:60%;
    padding: 5px 0;
}
 @media (min-width: 1200px){
.container {
    max-width: 90%;
}
} 
@media (max-width:767px){
	iframe{
    	max-width:100% !important;
        height:auto
    }
} 
.footer-container,
.footer-bottom-area{
	background:none;
}    
html .navbar {
    background: #0B2447;
} 
nav.navbar.navbar-expand-lg.nav-scroll ,
.check-available{
    background: #0B2447;
} 
label.radio-inline.radio_8,
label.radio-inline.radio_5, label.radio-inline.radio_12,
label.radio-inline.radio_15{
	max-width:60%
}
label.radio-inline.radio_15{
	display:block;    
    padding:5px 0
}
@media(min-width:991px){
    #datepick-12{
        width:30.5%;
        position:relative;
        float:right;
    }
    .id_news13 {
         -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
} 
.article-main #tab-comment, .room-info .room-reviews {
    position: relative;
    background: #f8f5f0;
    padding: 25px;
    display: none;
} 
.logo-img{
	width:50px
} 
.demo-gallery li img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
@media(max-width:991px){
	height: 300px;
}
.thumbs_box .thumb-item { cursor: pointer; padding: 2px; }
.thumbs_box .thumb-item img {
  height: 80px; width: 120px; object-fit: cover;
  border-radius: 6px; border: 2px solid transparent;
}
.thumbs_box .thumb-item.active img { border-color: #333; }

/* Phòng trường hợp theme ép width làm chỉ hiện 1 item */
.thumbs_box .owl-item { width: auto !important; }
.thumbs_box .owl-stage { display: flex; align-items: center; }
.footerNav-social{
    display: flex;
    gap: 20px;
    align-items: center;
}
.footerNav-social i{
    font-size:20px;
}
.footerNav-social li:first-child {
    margin-top: 5px;
}