.brand_logo img {
    height: 80px;
}
 .nav_desktop li {
    line-height: 80px;
}
.nav_desktop a.active:before {
    height: 25px;
}
.btn_seeoffers {
    color: #3c97df;
}
.lang_parent a {
    line-height: 20px;
}
.nav_top a {
    text-align: center;
}
.text_slide h4 {
    color: #fff;
}
.btn_booknowmain {
    padding: 13px 40px;
}
.text_accom h4 {
    padding: 0;
}
.text_accom h3,.text_accom h4 {
    color: #fff;
}
.details_facilities h4, .section_accommodations h4,.section_offers h4, .section_facilities h4 {
    margin-bottom: 4px;
}
.arrow-down {
    position: relative;
    right: 4px;
}
.section_footer h4 {
    color: #eee;
    margin-bottom: 4px;
}
.overlay_box:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    z-index: 1;
}
.images_accom:after {
    z-index: 2;
}
.section_footer .col-xs-4:nth-child(1) i {
    padding-right: 6px;
}
.form_contact .btn_booknow {
    padding: 13px 20px;
}
.t-arrow-top {
    top: auto !important;
    transform: rotate(0deg) !important;
}
.btn_booknow {
    line-height: 20px;
}
.overlay_menu ul li a {
    font-size: 16px;
}
/***************************/
/* BOOKING MOBILE */
/***************************/
.booking_mobile {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 8;
    height: 60px;
    text-align: center;
    display: none;
    box-shadow: rgb(0 0 0 / 9%) 0 0 10px;
}
.booking_mobile [class*=col-xs-]{
    background: #f7f7f7;
    padding: 20px 10px;
}
.booking_mobile .border-book {
    border-right: 1px solid #eae9e7;
}
.booking_mobile .book {
    background: #3c97df;
    color: #fff;
}
/**************************/
/* SUB MENU HEADER*/
/**************************/
.dropdown-info {
    position: relative;
}
.sub-info {
    position: absolute;
    /*width: 100%;*/
    white-space: nowrap;
    transform: translateY(-1em);
    left: 0;
    padding: 0;
    text-align: left;
    background: white;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}
.dropdown-info:hover .sub-info {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.sub-info li {
    position: relative;
    width: 100%;
    line-height: normal;
}
.sub-info li a {
    width: 100%;
    display: block;
    padding: 10px 15px;
}
.sub-info li:hover {
    background: #fab51d;
}
.sub-info li:hover a {
    color: #fff;
}

.dropdown li {
    position: relative;
}
.submenu {
    position: absolute;
    background: #fff;
    right: -221px;
    top: 0;
    width: fit-content;
    transform: translateX(-10%);
    transition: all 500ms ease;
    opacity: 0;
    pointer-events: none;
}
.sub-info li .submenu.nth-child1{
    right: -140px;
}
.sub-info li  .submenu.nth-child2{
    right: -229px;
}
.sub-info li  .submenu.nth-child3{
    right: -242px;
}
.sub-info  .submenu a, .sub-info li:hover .submenu a {
    color: #505050;
}
.sub-info li:hover .submenu {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}
.submenu li:hover a, .lg-sub-html h4 {
    color: #fff !important;
}
.our_aboutus a {
    color: #fab51d;
}
.our_attractions .details_facilities h2 {
    font-size: 24px;
    margin: 0 0 15px;
}
.our_attractions .details_facilities {
    font-size: 13px;
}
.our_attractions .details_facilities p {
    margin: 0 0 10px;
}
.our_attractions .details_facilities h5 {
    font-size: 16px;
    margin: 0 0 15px;
    font-family: 'zcoolxiaowei_regular', 'maitree_regular';
}
.our_attractions.box_facilities .details_facilities h2 {
    font-size: 30px;
}
.type_package {
    padding-top: 20px;
}
.type_package h5 {
    font-family: 'zcoolxiaowei_regular', 'maitree_regular';
    font-size: 16px;
    margin: 0 0 10px;
}
.bg_position div.mc-image {
    background-position: top  center;
}
.section_sitemap a {
    color: #292626;
}
.section_sitemap a:hover {
    color: #fab51d;
}
.our_activities .btn_booknow {
    width: fit-content;
}
.crypto {
    position: relative;
    margin-bottom: 25px;
}
.crypto span {
    padding-right: 15px;
    display: block;
    margin-bottom: 5px;
}
.icon_crypto img {
    height: 30px;
    vertical-align: middle;
    margin: 0 2px;
}
.sister_hotel {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #eee;
}
.sister_hotel img {
    height: 80px;
    margin: 0 15px;
}