@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maitree&display=swap');

@font-face {
    font-family: 'Lora_Regular';
    src: url('../../asset_theme21/font/Lora-Regular.woff2') format('woff2'),
    url('../../asset_theme21/font/Lora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora_Italic';
    src: url('../../asset_theme21/font/Lora-Italic.woff2') format('woff2'),
    url('../../asset_theme21/font/Lora-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'kanit_Regular';
    src: url('../../asset_theme21/font/kanit-regular-webfont.woff2') format('woff2'),
    url('../../asset_theme21/font/kanit-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


:root {
    --second-color: #fdfbd3;
    --light-second-color: #eee;

    --color-black: #2a2c2c;
    --font-family: 'Lora_Regular', 'kanit_Regular';
    --font-family-second: 'Lora_Italic', 'kanit_Regular';
}

body {
    color: #474848;
    background: #fff;
    font-family: var(--font-family);
}

h1, h2, h3 {
    color: var(--main-color);
    font-weight: lighter;
    line-height: normal;
}
p {
    margin: 8px 0 15px;
}


.logo img {
    width: auto;
    height: 65px;
    margin: auto;
    display: block;
}

.main-header .logo {
    padding: 10px 0;
}


.nav ul li:hover > a {
    color: var(--main-color);
}

#navigate .active > a {
    color: var(--main-color);
    background: none;
}
.sf-menu .parent-menu.active:after {
    color: var(--main-color) !important;
    padding-right:0;

}

.text_slide {
    height: 100px;
}



.section_offers, .section_accommodation {
    background: var(--light-second-color);
}

.nav ul li.parent-menu a {
    white-space: nowrap;
}

.tp-dottedoverlay {
    width: 100%;
    z-index: 3;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.tp-dottedoverlay.twoxtwo {
   content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    top: 0;
    bottom: 0;
    left: 0;

}

.imagebox {
    background-position: center !important;
    object-fit: cover;

}

.padding_submit {
    padding: 0 10px 10px;
}


.section_video video {
    top: inherit;
}

.navigate {
    color: #fff;
}

.nav .sf-menu > li > a {
    padding: 0 10px;
    line-height: 93px;
}

.sf-menu ul {
    padding: 0;
    top: 93px;
}

.widget_02 .btnbook_reser {
    background: var(--second-color) !important;
    color: #fdfbd3;
    border: none;
    padding: 27px 0;
}

.widget_02 .btnbook_reser:hover {
    background: var(--second-color) !important;
    color: #fff;
}
.reservation span,.reservation_box select,
.reservation_box input{
    font-size: 18px;
}
.reservation-check , #promocode{
    margin: 3px 0 0;
}

.widget_02 p {
    font-size: 14px;
}

.padding_apply {
    padding: 0 10px 10px;
}

.navigate {
    margin: 0;
}

.nav ul.sf-menu > li:before {
    top: 60px;
}

.nav ul.sf-menu > li.active:before {
    display: none;
}

.nav ul.sf-menu > li:hover:before {
    top: 60px;
    height: 1px;
    display: none;
}

.sf-menu .parent-menu:after ,
.sf-menu .parent-menu:hover:after , .sf-menu .parent-menu.active:after{
    top: 39px;
    right: 8px;
}

.nav ul li.parent-menu a {
    padding-right: 27px;
}

.btn-primary {
    border: none !important;
    padding: 15px !important;
}

.modal-body {
    border: 1px solid #eee;
    margin-top: 100px;
}

.modal-title {
    color: #242424;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.overlay_gallery img {
    width: 100%;
}

.btn-info {
    padding: 15px 30px;
    border-radius: 0;
}

.section_reservationmobile .col-xs-8 {
    background: var(--main-color);
    color: var(--second-color);
}
.nav_mobile {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    /*text-transform: uppercase;*/
}

.button_container {
    position: fixed;
    top: 23px;
    right: 50px;
    height: 15px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}
.button_container:hover {
    opacity: 1;
}
.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
}
.button_container.active .middle {
    opacity: 0;
    background: #fff;
}
.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
}
.button_container span {
    background: #232323;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 7px;
}
.button_container span:nth-of-type(3) {
    top: 14px;
}
.button_container span {
    background: var(--color-black);
}

.button_container.active span:nth-of-type(3) {
    top: 22px;
}
.section_faciliiesinroom {
    text-align: center;
    padding-bottom: 100px;
}

.amenities ul {
    padding: 0;
    margin: 50px 0 0 0;
}

.amenities li {
    width: 20%;
    float: left;
    padding: 10px;
}

.amenities img {
    width: 50px;
}

.amenities p {
    margin: 0;
}

.widget_02 p {
    line-height: initial;
}

.reservation {
    background: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 40px;
}
.widget_02 .btnbook_reser {
    border-radius: 0 40px 40px 0;
}

.book_now {
    color: #fff;
}

.logo_sha {
    position: absolute;
    top: 120px;
    right: 50px;
}

.logo_sha img {
    width: 150px;
}

.nav .sf-menu > li:hover {
    background: none;
}

.nav .sf-menu li ul li {
    background: #fff;
    border-bottom: 0;
}

.nav .sf-menu .dropdown_menu li:hover {
    background: var(--main-color);
}

.nav .sf-menu .dropdown_menu li:hover a {
    color: #fff;
}

figure, .nav ul li:last-child {
    margin: 0 !important;
}

.section_description h2, .section_offers h3, .section_facilities h3, .section_accommodation h3,
.section_titlecontentchild h3, .section_info h3{
    color: var(--color-black);
    font-family: var(--font-family-second);
    font-size: 18px;
    margin: 0;

}
.text_slide h2 {
    font-size: 48px;
    font-family: var(--font-family-second);
    color: #fff;
}
.slide_facilities {
    margin-top: 50px;
}

.owl-theme .owl-dot {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    padding: 0;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0.4;
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 7px auto;
}

.owl-theme .owl-dot {
    border: 1px solid var(--main-color);
}

.owl-theme .owl-dots .owl-dot.active {
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--main-color);
}

.section_footer a:hover,
.section_copyright a:hover {
    color: var(--main-color);
}

.social_mediafooter i:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.nav #navigate .sf-menu li ul li:hover a {
    color: var(--main-color);
}

.details_offers {
    padding: 30px 0 0;
}

.details_offers h3 {
    font-size: 24px;
    font-family: var(--font-family);
    color: var(--color-black);
}

.book_offers {
    background: var(--second-color);
    color: var(--second-color);
    border: none;
    padding: 15px 28px;
    border-radius: 50px;
    margin: 10px 0 0;
}

.book_offers:hover {
    background: var(--second-color);
    color: var(--main-color);

}

.main-header, .navigate, .sf-menu .parent-menu:after {
    color: var(--color-black);
}
.main-header {
    background: #fff;
}
.sf-menu .parent-menu:hover:after {
    color: var(--main-color);
    transition: all 0.4s;
}
/***********************/
/* HEADER */
/***********************/
.main-header {
    transition: all .6s;
}

.scroll_menu {
    padding: 0 50px;
    transition: all .6s;
}
.navbar ul {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.navbar ul li {
    position: relative;
    float: left;
    list-style: none;
    padding: 0 10px;
}
.navbar ul > li:last-child {
    padding: 0 0 0 10px;
}
.navbar ul li > a {
    line-height: 85px;
}
.navbar ul li > a:hover, .navbar ul li a.active {
    color: var(--main-color);
}
.sub-menu-parent > a:after {
    content: "\f107";
    font-family: FontAwesome;
}
.sub-menu-parent .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-1em);
    transition: all .6s;
    z-index: -1;
    white-space: nowrap;
    background: #fff;
}
.navbar ul .sub-menu-parent .sub-menu li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 8px 15px;
}
.sub-menu-parent .sub-menu li a {
    line-height: normal;
}
.sub-menu-parent:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    transition-delay: 0s, 0s, .6s;
    padding: 0;
    transition: all 1s;
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, .1)
}
.menu-mobile .overlay {
    padding: 80px 30px;
    background: #026380e6;
}
.menu-mobile .overlay.open {
    width: 380px;
}
.menu-mobile .overlay ul {
    width: 100%;
}
.menu-mobile .overlay ul li{
    float: none;
    position: relative;
}
.menu-mobile .overlay ul li a {
    line-height: normal;
}
.menu-mobile .overlay nav {
    top: auto;
    transform: none;
    text-align: left;
}
.menu-mobile .overlay.open li {
    padding: 10px 0;
}

.base_plus_icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 55;
    cursor: pointer;
}

.base_plus_icon .plus_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 10px;
    display: block
}

.base_plus_icon .plus_icon:after, .base_plus_icon .plus_icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    margin: auto;
    display: block;
    transition: all .6s
}

.navbar_fix .active .base_plus_icon .plus_icon:after,
.navbar_fix .active .base_plus_icon .plus_icon:before {
    background-color: var(--second-color)
}

.base_plus_icon .plus_icon:before {
    width: 1px;
    height: 20px
}

.base_plus_icon .plus_icon:after {
    width: 20px;
    height: 1px
}

.base_plus_icon .plus_icon.active:before {
    display: none
}
.button_container.active {
    right: 25px;
}
.navbar_fix ul.info {
    display: none;
    padding-left: 20px;
}
.navbar_fix ul.info.active {
    display: block
}
.navbar_fix .active > a {
    color: var(--second-color);
}
.menu-mobile .overlay .navbar_fix {
    max-height: 400px;
    overflow: scroll;
}

.nav-lang ul {
    padding: 0;
    margin: 0;
}

.arrow-lang  {
    height: 15px;
    transform: rotate(0);
}
.arrow-lang.rotate  {
    transform: rotate(180deg);
}

.navbar ul > li.nav-lang {
    padding: 0;
}
.nav-lang ul > li {
    border: 1px solid #e1e1e1;
    padding: 10px 25px !important;
    margin: 20px 0 20px 20px;
    cursor: pointer;
    transition: all .5s;
}
.nav-lang ul > li:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
}
.nav-lang label {
    cursor: pointer;

}
.nav-lang ul > li .lang_parent {
    position: absolute;
    width: 100%;
    top: 55px;
    white-space: nowrap;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
    text-align: center;
    background: white;
    color: #464646;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}

.nav-lang ul > li .lang_parent.open {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
}

.nav-lang ul > li .lang_parent li {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    line-height: normal;
    padding: 0!important;
    margin: 0;
}

.nav-lang ul > li .lang_parent li:last-child {
    border: 0;
    padding: 0;
    width: 100%;
}

.nav-lang ul > li .lang_parent li a {
    width: 100%;
    display: inline-block;
    padding: 8px 0;
    line-height: normal;
}
.nav-lang ul > li .lang_parent li:hover {
    background: none !important;

}
.nav-lang ul > li .lang_parent li:hover a {
    color: var(--main-color);
}
.navlang_mobile {
    display: none;
}
.navlang_mobile  {
    position: relative;
    right: 55px;
    padding: 20px 0;
    display: inline-block;
}
.navlang_mobile ul {
    padding: 0;
    margin: 0;
}
.navlang_mobile .lang_parent {
    position: absolute;
    width: 70px;
    top: 30px;
    white-space: nowrap;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
    text-align: center;
    background: white;
    color: #464646;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}

.navlang_mobile .lang_parent.open {
    top: 35px;
    opacity: 1;
    pointer-events: auto;
}
.navlang_mobile .lang_parent li {
    border-bottom: 1px solid #d8d8d8;
}

.navlang_mobile .lang_parent li:last-child {
    border: 0;
}
.navlang_mobile .lang_parent a {
    line-height: normal;
}
.navlang_mobile .lang_parent li a {
    width: 100%;
    display: inline-block;
    padding: 8px 0;
}



/*********************************/
/* PARALLAX IMAGES */
/*********************************/
.parallax-images {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 550px;
    z-index: 1;
}

.parallax-images .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: center no-repeat fixed;
    background-size: cover;
    z-index: 10;
}


/*********************************/

.section_copyright,
.section_contentchild, .section_info{
    background: var(--light-second-color);
}
.section_contentchild .col-xs-6 {
    padding: 0 15px;
    margin: 30px 0 0;
}
.row_contentchild{
    margin: 0 -15px;
}
.section_contentchild .col-xs-6:nth-child(1),
.section_contentchild .col-xs-6:nth-child(2){
    margin: 0;
}

.section_contentchild  .details_offers {
    padding: 50px;
    background: #fff;
}
.section_offersinfo {
    background: #fff;
}
.owl-theme .owl-dots {
    margin-top: 25px;
}
.section_faciliiesinroom {
    padding: 100px 0 ;
}
.amenities li {
    list-style: none;
}
.amenities img {
    height: 26px;
    width: auto;
}
.social_mediafooter {
    margin: 0 0 20px;
}
.social_mediafooter a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #d1d1d1;
    color: #000;
    border-radius: 50%;
    /*text-align: center;*/
    padding: 6px 0;
    margin: 0 5px;
    transition: all 0.5s;
}
.social_mediafooter i {
    vertical-align: middle;
}
.social_mediafooter i:hover {
    color: inherit;
}
.social_mediafooter img {
    vertical-align: middle;
    display: inline-block;
    width: auto;
    height: 20px;
    transition: all .5s;
}
.social_mediafooter a:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
}
.social_mediafooter a:hover img {
    filter: brightness(0) invert(1);
}
.owl-dots.disabled {
    display: none;
}
.social_media{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.social_media img,.social_media i {
    vertical-align: middle;

}
.social_media img {
    filter: brightness(0) invert(1);
    height: 20px;
    width: auto;
 }
.social_media li {
    margin: 5px 0;
}
.social_media li:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);

}
.item_1 {
    margin-top: 50px;
}
.section_info h2 {
    color: var(--color-black);
    font-size: 18px;
}

.images_icon {
    object-fit: cover;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: #2b2c2d;
}
.section_contentchild h2 {
    color: var(--color-black);
}
.navbar_fix::-webkit-scrollbar {
    display: none;
}
.overlay_gallery img {
    height: 400px;
    object-fit: cover;
}
.view .mask  {
    display: block;
}
.sitemap > ul {
    text-align: left;
    margin: 30px 0 0;
}
/***********************/
/* DETAIL ROOMS */
/***********************/
.detail_room {
    position: relative;
    display: inline-block;
    width: 70%;
}
.detail_room ul {
    padding: 0;
    margin: 0;
}
.detail_room ul li {
    list-style: none;
    width: 33.33%;
    float: left;
    text-align: center;
    border-right: 1px solid #e4e0ce;
    padding: 0 15px;
}
.detail_room ul li:last-child {
    border-right: 0;
}
.detail_room p {
    margin: 5px 0 0;
}
.detail_room img{
    width: auto;
    height: 28px;
    vertical-align: middle;
}

.detail_room img.bed {
    height: 26px;
}
.gallery_box {
    margin-right: -10px;
    margin-left: -10px;
}
.owl-carousel .owl-stage {
    margin: auto;
}
.reservation_box #numberrroomRow:before {
    top: -9px;
}
.btn_apply{
    border-radius: 50px!important;
    background: var(--main-color)!important;
    color: var(--second-color)!important;
}
.btn_apply:hover{
    background: var(--second-color)!important;
    color: var(--main-color)!important;
}
/***************************/
/* DOWNLOAD */
/***************************/
.page_download {
    position: relative;
    width: 100%;
    padding: 50px 0 0;
}
.page_download img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
}
.page_download .col-xs-12 {
    padding: 15px;
    border-top: 1px solid #eee;
}
.page_download .col-xs-12 [class*=col-xs-] {
    padding: 0;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_download .col-xs-12  .col-xs-8 {
    padding: 0 0 0 50px;
}
.page_download p,
.page_download .btn_book {
    margin: 0;
}

