@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai&family=Montserrat&display=swap');

@import url("animate.css");
@import url("owl.css");
@import url("custom-animate.css");
@import url("jquery.mCustomScrollbar.min.css");


@font-face {
    font-family: 'sanford';
    src: url('../fonts/sanford-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none
}

:root {
    --rgba-primary: 93,74,55;
    --secondary: #e3dfd9;
    --color-body: #363432;
    --white: #fff;

    --gray: #d0d0d0;
    --tertiary: #cdc6bb;
    --quaternary: #764d3a10;
    --brown: #5c462b;

    --rgba-black: 0,0,0;

    --font-family:'sanford','IBM Plex Sans Thai';
    --font-body:'Montserrat','IBM Plex Sans Thai';
    --font-thai:'IBM Plex Sans Thai','IBM Plex Sans Thai';
}

body {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--color-body);
    line-height: 1.6;
    font-weight: lighter;
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden !important
}

::-moz-selection {
    background-color: var(--primary);
    color: #fff;
}

::selection {
    background-color: var(--primary);
    color: #fff;
}

figure {
    margin: 0
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--secondary)
}

button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important
}

h1, h2, h3{
    position: relative;
    margin: 0;
    background: none;
    line-height: 1.6em;
    font-family: var(--font-family);
    font-weight: lighter;
    text-transform: uppercase;
}

h1 {
    font-size: 70px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 28px
}

h4 {
    position: relative;
    margin: 0;
    font-size: 26px;
    font-weight: lighter;

}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

input, button, select, textarea {
}

textarea {
    overflow: hidden
}

ul {
    margin: 0;
    padding-left: 30px;
}

img {
    display: inline-block;
    max-width: 100%
}

.theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.centered {
    text-align: center
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: var(--gray);
    font-size: 14px;
    letter-spacing: .05em;
    background-color: var(--secondary);
    padding: 10px 30px !important;
    text-transform: uppercase;
    border: 2px solid var(--secondary);
}

.btn-style-one:hover {
    color: var(--secondary);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    border-color: var(--white);
    background: var(--white)
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    color: var(--gray);
    margin-bottom: 14px
}

.list-style-one li a {
    color: var(--gray)
}

.list-style-one li a:hover {
    text-decoration: none;
    color: var(--secondary)
}

.list-style-one li i {
    font-style: normal
}

.list-style-one li .icon {
    position: relative;
    top: 2px;
    font-size: 18px;
    margin-right: 8px;
    color: var(--secondary)
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 25px;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%
}

.scroll-to-top:hover {
    color: var(--white);
    border: solid 1px var(--white)
}

.sec-title {
    position: relative;
    margin-bottom: 30px;
    color: var(--primary)
}

.sec-title .inner-title {
    position: relative
}

.sec-title .title {
    margin-bottom: 10px;
    text-transform: uppercase
}

.sec-title h1, .sec-title h2, .sec-title h3 {
    position: relative;
    color: var(--primary);
    line-height: 1.3em;
    font-size: 30px;
    display: inline-block;
}

.facility-section .sec-title .text {
    position: relative;
    color: var(--white);
    margin-top: 15px !important
}

.sec-title h1:before, .sec-title h2:before {
    position: absolute;
    content: "";
    left: -65px;
    top: 50%;
    height: 2px;
    width: 50px;
    background-color: var(--primary)
}

.sec-title .line-lr h1:after, .sec-title .line-lr h2:after {
    position: absolute;
    content: "";
    right: -65px;
    top: 50%;
    height: 2px;
    width: 50px;
    background-color: var(--primary)
}

.sec-title.style-three h2 {
    font-size: 30px
}

.sec-title.centered {
    text-align: center
}

.sec-title.centered .text {
    max-width: 580px;
    margin: 0 auto
}

.sec-title.light h2, .sec-title.light .text {
    color: var(--white)
}

.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.main-header .nav-toggler {
    position: absolute;
    top: 50%;
    margin-top: 0;
    display: block
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    color: var(--gray);
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    background: none
}

.main-header .header-upper {
    position: relative
}

.main-header .header-upper .outer-container {
    position: relative;
    padding: 0 100px
}

.main-header .nav-outer {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -100px;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .header-upper .logo-box {
    position: relative;
    z-index: 20;
    padding: 20px 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    max-width: 120px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.fixed-header.main-header .header-upper .logo-box .logo {
    max-width: 104px
}

.sticky-header .logo img, .logo-footer img, .fixed-header .logo img {
    filter: brightness(0) invert(1)
}

.sticky-header .logo {
    max-width: 104px;
    margin-right: auto;
}

.main-header .header-upper .outer-box {
    position: relative;
    float: right;
    z-index: 10;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .header-upper .outer-box .login-btn {
    position: relative;
    float: left
}

.main-header .header-upper .outer-box .login-btn .icon {
    position: relative;
    color: var(--gray);
    font-size: 18px;
    line-height: 1.3em
}

.main-header .header-upper .outer-box .book-box-btn, .main-header .header-upper .outer-box .book-box-btn2 {
    position: relative;
    padding: 40px 0 36px;
    margin-left: 35px;
    color: var(--white);
    cursor: pointer;
    float: left
}

.main-header .header-upper .outer-box .book-box-btn:hover a, .main-header .header-upper .outer-box .book-box-btn2:hover a {
    color: var(--primary)
}

.book-box-btn [class^="icon-"][class^="icon-"] {
    font-size: 27px;
    padding-right: 10px;
    position: relative
}

.book-box-btn2 [class^="icon-"] {
    font-size: 30px;
    padding-right: 10px
}

.main-header .header-upper .outer-box .cart-btn {
    position: relative;
    float: left
}

.main-header .header-upper .outer-box .cart-btn .icon {
    position: relative;
    color: var(--gray);
    font-size: 18px;
    line-height: 1.3em;
    margin-left: 15px
}

.main-header .header-upper .outer-box .cart-btn .total-cart {
    position: absolute;
    content: "";
    top: -8px;
    right: -12px;
    color: var(--gray);
    width: 20px;
    height: 20px;
    font-size: 12px;
    padding-left: 1px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background-color: var(--secondary);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .nav-outer .book-box-btn, .main-header .nav-outer .book-box-btn2 {
    display: inline-block
}

.main-header .nav-outer .book-box-btn .icon, .main-header .nav-outer .book-box-btn2 .icon {
    position: relative;
    top: 2px;
    color: var(--white);
    cursor: pointer;
    font-size: 17px;
}

.main-header.header-style-three .nav-outer .book-box-btn .icon, .main-header.header-style-three .nav-outer .book-box-btn2 .icon {
    color: var(--secondary)
}

.header-style-three .main-menu {
    float: left;
    width: auto
}

.main-header .header-upper .upper-right {
    padding-top: 32px
}

.main-menu {
    position: relative;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navbar-collapse {
    padding: 0;
    width: 100%
}

.main-menu .navigation {
    position: relative;
    margin: 0;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex: 1
}

.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation > li:last-child {
    margin-right: 0
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: var(--white);
    text-align: center;
    line-height: 22px;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 600;
    padding: 15px 0;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation > li > a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 12px;
    height: 2px;
    width: 0;
    background-color: var(--secondary);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    top: 60px
}

.main-menu .navigation > li.current > a:before, .main-menu .navigation > li:hover > a:before {
    width: 100%
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-header.light-version .main-menu .navigation > li:hover > a, .main-header.light-version .main-menu .navigation > li.current > a {
    opacity: 1;
    color: var(--secondary)
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 80%;
    width: 245px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background: var(--white);
    text-align: left;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.sticky-header .main-menu .navigation > li > ul {
    top: 100%
}

.main-menu .navigation > li > ul:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    display: block
}

.notclick-mobile {
    display: block !important
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 0
}

.main-menu .navigation > li > ul > li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 0;
    line-height: 24px;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.main-menu .navigation > li > ul > li:hover > a {
    color: var(--secondary);
    padding-left: 5px
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 0;
    top: 9px;
    width: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 270px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background: var(--white);
    text-align: left;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 0
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 0;
    line-height: 24px;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: var(--secondary);
    padding-left: 5px
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation > li > ul > li.dropdown > a {
    cursor: default
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--white);
    line-height: 28px;
    border: 1px solid var(--white);
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none
}

.dropdown-btn2 {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--white);
    line-height: 28px;
    border: 1px solid var(--white);
    background-size: 20px;
    cursor: pointer;
    z-index: 5
}

.dropdown-btn2 .fa {
    color: var(--gray) !important
}

.dropdown.active .dropdown-btn2 .fa {
    color: #c7c7c7 !important
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    opacity: 0;
    background: var(--primary)
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) .8s both;
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) .8s both
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.sticky-header .main-menu {
    margin-top: 0
}

.sticky-header .main-menu .navigation > li {
    position: relative;
    margin: 0 0 0 20px;
    padding: 0
}

.sticky-header .main-menu .navigation > li:before, .sticky-header .main-menu .navigation > li:after {
    display: none
}

.sticky-header .main-menu .navigation > li > a {
    color: var(--white)
}

.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a {
    color: var(--secondary) ;
    background-color: inherit
}

.sticky-header .nav-outer .options-box {
    margin-top: 26px
}

.sticky-header .logo {
    padding: 10px 0 10px
}

.sticky-header .header-upper .logo-box {
    padding: 10px 0
}

.sticky-header .main-menu .navigation > li > a {
    padding: 30px 0
}

.sticky-header .header-upper .button-box {
    padding-top: 15px
}

.sticky-header .header-upper .button-box .btn-style-one {
    background-color: var(--white);
    color: var(--gray)
}

.sticky-header .main-menu .navigation > li > a {
    padding: 26px 0 !important
}

.sticky-header .main-menu .navigation > li > a:before {
    display: none
}

.header-style-three .nav-outer {
    float: right;
    margin-top: 0;
    width: auto
}

.header-style-three .main-menu .navigation > li > a {
    color: var(--white);
    font-size: 16px;
    padding: 25px 0
}

.fixed-header.header-style-three .main-menu .navigation > li > a {
    font-size: 15px;
}

.header-style-three .main-menu .navigation > li > a.active {
    color: var(--secondary)
}

.header-style-three .main-menu .navigation > li > a:before {
    bottom: 34px
}

.header-style-three .header-upper .outer-box .book-box-btn, .header-style-three .header-upper .outer-box .book-box-btn2 {
    padding: 13px 20px 9px 20px
}

.flag img {
    opacity: .6
}

.flag .active img, .flag img:hover {
    opacity: 1
}

.flag .none430, .logo-flag .none430 {
    padding-right: 10px
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    color: var(--secondary);
    padding: 10px 0;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 30px;
    text-align: center;
    margin-top: 10px
}

.mobile-menu .nav-logo img {
    max-width: 50%
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--white);
    padding: 40px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 68px;
    top: 55px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 35px;
    color: #000;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mobile-menu .close-btn:hover {
    color: var(--secondary)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li:last-child {
    border-bottom: none
}

.mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none !important
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-transform: capitalize
}

.mobile-menu .navigation li > a:hover, .mobile-menu .navigation li > a.active, .mobile-menu .navigation li.current > a {
    color: var(--secondary)
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: var(--gray);
    cursor: pointer;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li > ul, .mobile-menu .navigation li > div > ul, .mobile-menu .navigation li > ul > li > ul {
    display: none
}

.mobile-menu .navigation li.flag {
    text-align: center
}

.mobile-menu .navigation li.flag a {
    padding: 20px 5px;
    line-height: 50px
}

.menu-main {
    width: 100%;
    z-index: 100;
    left: 0
}

.menu-main > ul > li {
    width: 100%;
    padding: 0;
    position: relative
}

.menu-main a {
    color: #000;
    text-shadow: 0 0 0 rgba(4, 4, 4, 0)
}

.menu-main > ul > li a {
    display: block;
    padding: 10px 30px
}

.menu-main > ul > li:hover a {
}

.sub-menu, .menu-main .arrow-down {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 9px;
    display: block;
    height: 20px;
    width: 20px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    border: none
}
.sub-menu::before, .menu-main .arrow-down:before,
.sub-menu::after, .menu-main .arrow-down:after {
    content: "";
    position: absolute;
    background-color: #000;
    display: block;
    margin: auto;
    z-index: 99;
}
.sub-menu::before, .menu-main .arrow-down:before {
    top:0;
    bottom: 0;
    width: 20px;
    height: 1px;
}

.sub-menu::after, .menu-main .arrow-down:after {
    left: 0;
    right: 0;
    width: 1px;
    height: 20px;
}

.sub-menu.submenu-opened::after, .menu-main .arrow-down.submenu-opened::after {
    content: initial
}

.menu-main .arrow-down {
    height: 44px;
    background: none
}

.menu-main ul li > ul {
    width: 100% !important;
    margin-left: 0;
    padding-top: 0;
    position: relative;
    display: none;
    left: 0
}

.menu-main ul li.active > ul {
    display: block
}

.menu-main > ul > li ul li {
    width: 100%;
    padding: 0;
    position: relative;
    height: auto !important;
    background-color: rgba(255, 255, 255, .8)
}

.menu-main > ul > li ul li a {
    display: block;
    padding-left: 50px
}

.menu-main > ul > li ul li ul li a {
    padding-left: 80px
}

.menu-main > ul > li ul li .sub-menu {
}

.menu-main ul li > ul li.active ul {
    left: 0
}

.menu-main.active {
    display: block
}

a.active-menu, .active-menu a{
    color: var(--secondary)
}

.roomtype-sub a {
    cursor: default
}

.roomtype-sub ul li a {
    cursor: pointer
}

.active-menu ul a {
    color: #000
}

.active-menu .sub-menu::before, .active-menu .sub-menu::after {
    background-color: var(--secondary)
}

.sub-menu, .menu-main ul li.active > ul {
    -ms-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -op-animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.logo-flag li {
    padding-right: 30px
}

.logo-flag li, .logo-flag {
    display: flex;
    flex-direction: row;
    align-items: center
}

.book-popup {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.book-popup .overlay-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block
}

.book-popup.popup-visible {
    top: 0;
    visibility: visible;
    opacity: 1
}

.book-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 20px;
    color: var(--white);
    cursor: pointer;
    z-index: 5
}

.book-popup .close-search:hover {
    opacity: .7
}

.book-popup .search-form {
    position: relative;
    padding: 0 15px 0;
    margin: 0 auto
}

.book-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.book-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: var(--white);
    line-height: 30px;
    font-size: 24px;
    color: var(--primary);
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.book-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 23px 10px 20px 10px;
    color: var(--white) !important;
    background: var(--secondary);
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0
}

.book-popup .search-form fieldset input[type="submit"]:hover {
    background: var(--secondary)
}

.book-popup h3 {
    font-size: 24px;
    color: var(--white);
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase
}

.popup-inner {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%)
}

main {
    position: relative;
    padding: 90px 0
}

.pd-0 {
    padding-bottom: 0
}

.about-section .title-box {
    position: relative
}

.about-section .title-box .bold-text {
    color: #000;
    margin-bottom: 20px
}

.about-section .pattern-layer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 500px
}

.specialoffer-block {
    position: relative
}

.specialoffer-block .inner-box {
    position: relative;
    padding-bottom: 10px
}

.specialoffer-block .inner-box .image {
    position: relative;
    display: block;
    background: #000;
    overflow: hidden;
    height: 400px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.specialoffer-block .inner-box:hover .image {
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: rotateY(180deg)
}

.specialoffer-block .inner-box .image a {
    position: relative
}

.specialoffer-block .inner-box .image a:before {
    content: "\e905";
    font-family: "icomoon";
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -20px 0 0px -20px;
    text-align: center;
    color: var(--secondary);
    font-size: 40px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px)
}

.specialoffer-block .inner-box .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.specialoffer-block .inner-box:hover .image img {
    opacity: .6
}

.specialoffer-block .inner-box:hover .image a:before {
    -webkit-transition: all 300ms ease 400ms;
    -moz-transition: all 300ms ease 400ms;
    -ms-transition: all 300ms ease 400ms;
    -o-transition: all 300ms ease 3400ms;
    transition: all 300ms ease 400ms;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.specialoffer-block .inner-box .lower-box {
    position: relative;
    padding-top: 35px;
    text-align: center
}

.specialoffer-block .inner-box .lower-box h3 {
    position: relative;
    padding-bottom: 10px
}

.specialoffer-block .inner-box .lower-box h3 a {
    position: relative;
    color: var(--primary);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-size: 20px;
    line-height: 1.2em;
}

.specialoffer-block .inner-box .lower-box h3 a:hover {
    color: #000
}

.specialoffer-block .inner-box .lower-box .text {
    position: relative;
    color: var(--gray);
    font-size: 14px;
    margin-top: 4px
}

.container-fluid {
    position: relative;
    background-color: var(--tertiary)
}

.container-fluid .pattern-layer {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 600px;
    height: 545px;
    background-repeat: no-repeat;
    background-position: left bottom
}

.container-fluid .outer-section {
    position: relative
}

.container-fluid .outer-section .left-column {
    position: relative;
    width: 50%;
    float: left;
    padding: 0 15px;
    padding-right: 200px
}

.container-fluid .outer-section .left-column .inner-column {
    position: relative;
    max-width: 520px;
    width: 100%;
    display: block;
    float: right;
    padding: 90px 0;
    padding-right: 110px
}

.container-fluid .outer-section .left-column .sec-title h2:before {
    background-color: var(--primary)
}

.container-fluid .outer-section .left-column .text {
    position: relative;
    color: var(--gray)
}

.container-fluid .outer-section .right-column {
    position: relative;
    width: 50%;
    float: right;
    padding: 0 0;
    background-size: cover
}

.container-fluid .outer-section .right-column .inner-column {
    position: relative;
    display: block;
    padding: 90px 20px 90px 0;
    margin-left: -250px;
    background-size: cover
}

.container-fluid .outer-section .right-column .inner-column .owl-carousel {
    width: 100%;
    display: block;
    max-width: 1100px
}

.container-fluid .outer-section .right-column .inner-column .owl-dots {
    display: none
}

.container-fluid .outer-section .right-column .inner-column .owl-nav {
    position: absolute;
    bottom: 0;
    left: -70px
}

.container-fluid .outer-section .right-column .inner-column .owl-nav .owl-prev, .container-fluid .outer-section .right-column .inner-column .owl-nav .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    color: var(--primary);
    line-height: 53px;
    text-align: center;
    font-size: 22px;
    margin-left: 2px;
    border: solid 1px var(--primary);
    border-radius: 50%;
    margin-top: 10px;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.container-fluid .outer-section .right-column .inner-column .owl-nav .owl-prev:hover, .container-fluid .outer-section .right-column .inner-column .owl-nav .owl-next:hover {
    color: var(--secondary);
    border: solid 1px var(--secondary);
    font-size: 30px
}

.container-fluid .image-layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover
}

.container-fluid .image-layer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(115, 74, 74, .2)
}

.accommodation-block {
    position: relative
}

.accommodation-block .inner-box {
    position: relative;
    overflow: hidden;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.accommodation-block .inner-box:hover .image img {
    -webkit-transform: scale(1.2, 1.3);
    -ms-transform: scale(1.2, 1.3);
    -moz-transform: scale(1.2, 1.3);
    transform: scale(1.2, 1.3)
}

.accommodation-block .inner-box .image {
    position: relative;
    height: 400px
}

.accommodation-block .inner-box .image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease
}

.accommodation-block .inner-box .overlay-box {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.accommodation-block .inner-box .overlay-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: -1px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    background: rgb(0, 0, 0, .7);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 56%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 56%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 56%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1)
}

.accommodation-block .inner-box .overlay-box:after {
    position: absolute;
    content: "";
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .5)
}

.accommodation-block .inner-box:hover .overlay-box:before {
    top: 100%;
    opacity: 0
}

.accommodation-block .inner-box:hover .overlay-box:after {
    opacity: 1;
    top: 0
}

.accommodation-block .inner-box .overlay-box h3 {
    position: absolute;
    right: 35px;
    bottom: 35px;
    text-align: right;
    line-height: 1em;
    padding-bottom: 10px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.accommodation-block .inner-box:hover .overlay-box h3 {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -moz-transform: translateX(110%);
    transform: translateX(110%)
}

.accommodation-block .inner-box .overlay-box h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background-color: var(--secondary)
}

.accommodation-block .inner-box .overlay-box h3 a {
    position: relative;
    color: var(--white);
    font-size: 21px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.accommodation-block .inner-box .overlay-box h3 a:hover {
    color: var(--secondary)
}

.accommodation-block .inner-box .overlay-box .links-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.accommodation-block .inner-box:hover .overlay-box .links-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.accommodation-block .inner-box .overlay-box .links-box .link {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: var(--secondary);
    margin: 0 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.accommodation-block .inner-box .overlay-box .links-box .link i {
    font-size: 60px;
    display: block
}

.slide-block {
    position: relative
}

.slide-block .inner-box {
    position: relative;
    overflow: hidden;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.slide-block .inner-box:hover .image img {
    -webkit-transform: scale(1.2, 1.3);
    -ms-transform: scale(1.2, 1.3);
    -moz-transform: scale(1.2, 1.3);
    transform: scale(1.2, 1.3)
}

.slide-block .inner-box .image {
    position: relative
}

.other-section .inner-box .image {
    height: 450px
}

.slide-block .inner-box .image img {
    position: relative;
    display: block;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slide-block .inner-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.slide-block .inner-box .overlay-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: -1px;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    background: rgb(0, 0, 0, .5);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 56%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 56%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 56%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1)
}

.slide-block .inner-box .overlay-box:after {
    position: absolute;
    content: "";
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .5)
}

.slide-block .inner-box:hover .overlay-box:before {
    top: 100%;
    opacity: 0
}

.slide-block .inner-box:hover .overlay-box:after {
    opacity: 1;
    top: 0
}

.slide-block .inner-box .overlay-box h3 {
    width: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -5px;
    line-height: 1.3em;
    padding-bottom: 10px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.slide-block .inner-box .overlay-box h3 span {
    font-size: 14px;
    display: block;
    line-height: 1.5em;
    opacity: 0
}

.slide-block .inner-box:hover .overlay-box h3 {
    opacity: 1;
    transform: translateY(-40%)
}

.slide-block .inner-box:hover .overlay-box h3 span {
    opacity: 1
}

.slide-block .inner-box .overlay-box h3 a {
    position: relative;
    color: var(--white);
    font-size: 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.slide-block .inner-box:hover .overlay-box h3 a {
    color: var(--secondary)
}

.slide-block .inner-box:hover .overlay-box h3 a span {
    color: var(--white)
}

.other-section .slide-block .inner-box .overlay-box h3 {
    bottom: 15px
}

.other-section .inner-box .overlay-box .links-box2 {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.other-section .inner-box:hover .overlay-box .links-box2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.other-section .inner-box:hover .overlay-box h3 {
    opacity: 1;
    transform: translateY(20%);
    opacity: 0
}

.other-section .link2 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: calc(50% - 40px);
    font-size: 16px;
    color: var(--secondary);
    margin: 0 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    top: 0
}

.other-section .link2, .accommodation-block .inner-box .overlay-box .links-box .link, .facility-section .link2 {
    display: flex;
    align-items: center;
    flex-direction: row
}

.other-section .link2 div, .accommodation-block .inner-box .overlay-box .links-box .link div, .facility-section .link2 div {
    width: 100%;
    text-align: center
}

.other-section .link2 i {
    font-size: 60px;
    display: block;
    padding-bottom: 10px
}

.main-footer {
    position: relative;
    color: var(--white);
    background-color: var(--primary);
    font-size: 15px
}

.main-footer a {
    color: var(--white)
}

.main-footer a:hover {
    color: var(--secondary)
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px
}

.main-footer .widgets-section {
    position: relative;
    padding: 50px 0;
    padding-bottom: 40px
}

.main-footer .footer-widget h4 {
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 24px;
    padding-bottom: 14px;
    text-transform: uppercase
}

.main-footer .footer-widget h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background-color: var(--secondary)
}

.footer-list {
    position: relative;
    font-size: 0
}

.footer-list li {
    width: 50%;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: top
}

.footer-list li a {
    color: var(--white);
    font-size: 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.footer-list li a:hover {
    color: var(--secondary)
}

.main-footer {
    color: var(--white)
}

.main-footer .contact-list {
    position: relative
}

.main-footer .contact-list li {
    position: relative;
    line-height: 1.6em;
    margin-bottom: 5px
}

.main-footer .contact-list li span {
    font-size: 18px;
    display: block
}

.main-footer .footer-bottom-image {
    position: relative
}

.main-footer .footer-bottom-image .image {
    position: relative
}

.main-footer .footer-bottom-image .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .8)
}

.main-footer .footer-bottom-image .image img {
    position: relative;
    width: 100%;
    display: block
}

.gallery-section {
    position: relative
}

.gallery-section .filters {
    position: relative;
    margin-bottom: 40px
}

.gallery-section .filters .filter-tabs {
    position: relative
}

.gallery-section .filters li {
    position: relative;
    display: inline-block;
    color: var(--gray);
    cursor: pointer;
    font-size: 16px;
    margin: 0 12px 6px;
    padding: 0 0 6px;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.gallery-section .filters li:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: var(--secondary);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.gallery-section .filters li.active::before, .gallery-section .filters li:hover::before {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .facility-section {
        background-attachment: fixed
    }
}

.facility-section {
    position: relative;
    text-align: center;
    padding-top: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--white)
}

.facility-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4)
}

.facility-section:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    background-color: var(--white)
}

.facility-section .sec-title h2:before {
    position: absolute;
    content: "";
    right: -65px;
    top: 50%;
    height: 2px;
    width: 50px;
    background-color: var(--white) !important
}

.facility-section .sec-title h2:after {
    position: absolute;
    content: "";
    right: -65px;
    top: 50%;
    height: 2px;
    width: 50px;
    background-color: var(--white)
}

.facility-section h2 {
    position: relative;
    color: var(--white) !important
}

.facility-section ul {
    position: relative;
}

.facility-section ul li {
    position: relative;
    font-size: 24px;
    color: var(--white);
    margin: 0 60px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block
}

.facility-section ul li a {
    color: var(--secondary)
}

.facility-section ul li a:hover {
    text-decoration: underline
}

.facility-section .theme-btn {
    margin-top: 50px
}

.facility-section.style-two::before {
    background-color: rgba(0, 0, 0, .7)
}

.facility-section.style-two h2, .facility-section.style-two ul li {
    color: var(--white)
}

.facility-section.style-three:before {
    display: none
}

.facility-section .content-box {
    position: relative
}

.facility-section .content-box .inner-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 0 30px;
    background-color: var(--white)
}

.facility-block {
    color: #000
}

.facility-carousel .slide-block .inner-box .image img {
    height: 400px
}

.facility-section .inner-box .overlay-box .links-box2 {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.facility-section .inner-box:hover .overlay-box .links-box2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.facility-section .link2 {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: var(--secondary);
    margin: 0 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.facility-section .link2 i {
    font-size: 50px;
    margin-bottom: 10px;
    display: block
}

.contact-section {
    position: relative;
    padding: 160px 0 70px;
    max-width: 80%;
    margin: 0 auto
}

.contact-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 40px
}

.contact-section.style-two {
    padding-top: 90px
}

.contact-form {
    position: relative;
    margin-top: 50px
}

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select, .contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: var(--gray);
    height: 55px;
    font-size: 15px;
    background: var(--tertiary);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group textarea:focus {
}

.contact-form .form-group textarea::-webkit-input-placeholder, .contact-form .form-group input::-webkit-input-placeholder {
    color: var(--gray)
}

.contact-form .form-group textarea {
    height: 130px;
    resize: none
}

.contact-form button {
    cursor: pointer
}

.contact-form input.error, .contact-form select.error, .contact-form textarea.error {
    border-color: #ff0000 !important
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000
}

.contact-info-section {
    position: relative
}

.social-contact {
    position: relative;
    text-align: center;
    margin-top: 30px
}

.social-contact li {
    position: relative;
    margin: 0 10px;
    font-size: 25px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.social-contact a {
    color: var(--primary)
}

.social-contact a:hover {
    color: var(--secondary)
}

.popular-tags a {
    position: relative;
    color: var(--gray);
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 8px;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.popular-tags a:hover {
    color: var(--secondary)
}

.copyright {
    font-size: 14px
}

main section {
    padding: 0 0 90px 0
}

main section:first-child {
    padding-top: 0
}

main section:last-child {
    padding-bottom: 0
}

.owl-dots {
    position: relative;
    text-align: center;
    margin-top: 10px
}

.owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid var(--primary);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.owl-dots .owl-dot.active, .owl-dots .owl-dot:hover {
    background-color: var(--primary)
}

.special-offer .owl-dots {
    margin-top: 10px
}

.social-links li {
    display: inline;
    padding-right: 10px;
    font-size: 16px
}

.logo-footer {
    max-width: 120px;
    padding-bottom: 30px;
    margin: 0 auto
}

.flag img {
    width: 30px;
    display: inline-block
}

.flag a {
    display: inline !important
}

.main-menu .navigation > li.flag > a:before {
    background-color: transparent !important
}

.book-box-btn, .book-box-btn2 {
    padding: 9px 15px 5px 15px;
    background-color: var(--primary);
    font-size: 15px;
    white-space: nowrap;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sticky-header .book-box-btn {
    border: solid 1px var(--white)
}

.fixed-header .book-box-btn2 {
    border: solid 1px var(--white)
}

.fixed-header .book-box-btn2 a {
    color: var(--white)
}

.book-box-btn a, .book-box-btn2 a {
    color: var(--white);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex: 1
}

.book-box-btn:hover, .book-box-btn2:hover {
    background-color: var(--white)
}

.book-box-btn:hover a, .book-box-btn2:hover a, .book-box-btn:hover span, .book-box-btn2:hover span {
    color: var(--primary)
}

.accommodation.container-fluid {
    padding-right: 0
}

.socialmedia {
    margin-bottom: 20px
}

.socialmedia li {
    display: inline-block;
    padding-right: 10px;
    font-size: 20px
}


.color-primary, p.color-primary {
    color: var(--primary)
}

.color-secondary {
    color: var(--secondary)
}

.amenity-carousel {
    text-align: center;
    margin-bottom: 30px
}

.amenity-carousel span {
    width: 100%;
    display: block;
    padding-top: 2px;
    line-height: 1.1em;
    font-size: .9em;
    color: var(--primary);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11px
}

.amenity-carousel i {
    font-size: 40px
}

.amenity-carousel .owl-dots {
    margin: 0
}

.type-room {
    font-size: 0
}

.type-room li, .type-room .cover-ico {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding-bottom: 10px;
    padding-right: 50px
}

.type-room li [class^="icon-"], .type-room div [class^="icon-"] {
    font-size: 50px;
    vertical-align: top
}

.type-room li span, .type-room div span {
    display: block
}

.amenity-list {
    text-align: center;
    font-size: 0;
    text-transform: capitalize;
}

.amenity-item {
    width: calc(17% - 2%);
    margin: 0 2% 20px 0;
    display: inline-block;
    vertical-align: text-top;
    font-size: 16px
}

.amenity-item:nth-child(6n) {
    margin-right: 0
}

.amenity-item:last-child {
    margin-right: 0 !important
}

.amenity-set {
    display: flex;
    color: var(--primary);
    background-color: var(--white);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 30px 10px;
    justify-content: center;
    align-items: center;
    min-height: 156px
}

.amenity-item i, .amenity-item img, .amenity-item span, .amenity-item div .mask_img3, .type-room li .mask_img4, .type-room div .mask_img4 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.amenity-item i, .amenity-item img, .amenity-item div .mask_img3, .type-room div .mask_img4 {
    font-size: 50px;
    margin-bottom: 5px;
    display: inline-block
}

.amenity-item span {
    display: block;
    line-height: 17px
}

.amenity-item:hover i, .amenity-item:hover img {
    transform: translateY(-20%)
}

.amenity-item:hover span {
    transform: translateY(-25%)
}

.list-block {
    position: relative;
    padding: 50px 0
}

.list-block .inner-box {
    position: relative
}

.list-block .inner-box .image-column {
    position: relative
}

.list-block .inner-box .image-column .inner-column {
    position: relative;
    overflow: hidden
}

.list-block .inner-box .image-column .inner-column .image {
    position: relative
}

.list-block .inner-box .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.list-block .inner-box .content-column {
    position: relative
}

.list-block .inner-box .content-column .inner-column {
    position: relative;
    padding-right: 50px
}

.list-block:nth-child(even) .content-column .inner-column {
    padding-right: 0;
    padding-left: 50px
}

.list-block.style-two .inner-box .content-column .inner-column {
    position: relative;
    padding-right: 0;
    padding-left: 50px
}

.list-block .inner-box .content-column h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background-color: var(--primary)
}

.list-block .inner-box .content-column h2 {
    position: relative;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.3em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500
}

.list-block .inner-box .content-column h2 a {
    position: relative;
    color: var(--primary);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.list-block .inner-box .content-column h2 a:hover {
    color: var(--secondary)
}

.list-block .inner-box .content-column .text {
    position: relative;
    color: var(--gray);
    font-size: 14px;
    line-height: 1.9em
}

.list-block .inner-box .row {
    display: flex;
    align-items: center;
    flex-direction: row
}

.list-block:nth-child(odd) {
    background-color: var(--tertiary)
}

.list-block:nth-child(even) .content-column {
}

.list-block:nth-child(even) .content-column {
    order: 2
}

figure.effect-jazz {
    position: relative;
    height: 500px
}

figure.effect-jazz img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    width: 100%;
    height: 100%;
    object-fit: cover
}

figure.effect-jazz:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1)
}

.mousescrollbar {
    text-align: center;
    position: absolute;
    bottom: 47px;
    z-index: 1;
    left: 50%;
    margin-left: 0
}

.mousescrollbar small {
    display: inline-block;
    font-size: 12px
}

.mousescrollbar a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 25px;
    height: 40px;
    margin-left: -12px;
    border: 2px solid var(--white);
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center
}

.mousescrollbar a span::after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 2px;
    height: 17px;
    margin-left: -1px;
    background-color: var(--white)
}

.mousescrollbar a span::before {
    position: absolute;
    top: 4px;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border: solid 2px var(--white);
    background-color: var(--white);
    border-radius: 100%;
    -webkit-animation: mouse-arrow 2s infinite;
    animation: mouse-arrow 2s infinite;
    box-sizing: border-box
}

@-webkit-keyframes mouse-arrow {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes mouse-arrow {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.button-style {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit
}

.button-style.learn-more {
    width: 12rem;
    height: auto
}

.button-style.learn-more:hover .circle {
    background: var(--primary)
}

.button-style.learn-more .circle {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: var(--secondary);
    border-radius: 1.625rem
}

.button-style.learn-more .circle .icon {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--white)
}

.button-style.learn-more .circle .icon.arrow {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    left: .425rem;
    width: 1.125rem;
    height: .125rem;
    background: none
}

.button-style.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -.25rem;
    right: .0625rem;
    width: .625rem;
    height: .625rem;
    border-top: .125rem solid var(--white);
    border-right: .125rem solid var(--white);
    transform: rotate(45deg)
}

.button-style.learn-more .button-text {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .75rem 0;
    margin: 0 0 0 .5rem;
    color: var(--secondary);
    line-height: 1;
    text-align: center;
    text-transform: uppercase
}

.specialoffer-block:hover .circle {
    width: 100%
}

.specialoffer-block:hover .circle .icon.arrow {
    background: var(--white);
    transform: translate(1rem, 0)
}

.specialoffer-block:hover .button-text {
    color: var(--white)
}

.demo_gallery [class*="col-"].text-center {
    padding: 0 !important
}

figure.view_photo {
    margin: 0;
    position: relative
}

.image_photo {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-size: cover !important;
    transform: scale(1);
    transition: all 1s
}

.gallery-section .image_photo {
    height: 600px
}

.view_photo {
    overflow: hidden;
    cursor: pointer;
    background-color: #000
}

.view_photo:hover .image_photo {
    transform: scale(1.1);
    opacity: .6
}

.demo_gallery {
    display: inline-block;
    width: 100%
}

.demo_gallery [class*="col-"] {
    padding: 15px
}

.gallery-site {
    font-size: 0
}

.gallery-site .container {
    font-size: inherit
}

.gallery-site .container .demo_gallery {
    font-size: 16px
}

.row_gallery {
    margin-right: -15px;
    margin-left: -15px
}

.info_gallery {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    color: var(--white);
    text-shadow: 1px 1px 1px #000;
    cursor: pointer
}

.count_photo {
    text-align: center;
    border-right: 1px solid #eee;
    margin-right: 30px;
    padding-right: 30px
}

.count_photo i {
    display: block
}

.display_icon i {
    font-size: 40px
}

.view_photo:hover .display_icon i {
    opacity: 1
}

.contact-form .form-group {
    margin-bottom: 30px !important
}

.contact-form .form-group:last-child {
    margin-bottom: 0 !important;
}

ul.navigation-sitemap li ul {
    margin: 15px 0 15px 30px
}

ul.navigation-sitemap li ul li {
    list-style-type: disc
}

ul.navigation-sitemap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 0 15px
}

ul.navigation-sitemap li {
    flex: 0 0 calc((100% - 0px) / 3);
    margin: 0 0 20px 0;
    padding: 0;
}

ul.navigation-sitemap li a {
    font-weight: 600;
    color: var(--primary)
}

ul.navigation-sitemap li a:hover {
    color: var(--secondary)
}

ul.navigation-sitemap li li a {
    font-weight: normal
}

ul.navigation-sitemap li li {
    margin: 0
}

ul.navigation-sitemap li:nth-child(3n) {
    margin-right: 0
}

.map-section {
    line-height: 0
}

.transition-wrapper {
    position: relative;
    height: 20px;
    width: 50px
}

.transition-wrapper {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    width: 50px;
    cursor: pointer
}

.transition-wrapper div {
    align-self: flex-end;
    height: 2px;
    width: 70%;
    background: var(--white);
    border-radius: 10px
}

.transition-wrapper .element2 {
    width: 85%;
    transition: all 200ms ease-in-out
}

.transition-wrapper .element3 {
    width: 60%;
    transition: all 400ms ease-in-out
}

.transition-wrapper:hover div {
    width: 100%
}

.transition-wrapper:hover .element1 {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
    animation: burger-hover 1s infinite ease-in-out alternate
}

.transition-wrapper:hover .element2 {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms
}

.transition-wrapper:hover .element3 {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%
    }
    50% {
        width: 50%
    }
    100% {
        width: 100%
    }
}

@keyframes burger-hover {
    0% {
        width: 100%
    }
    50% {
        width: 50%
    }
    100% {
        width: 100%
    }
}

.bell {
    display: block;
    font-size: 23px;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
    margin-right: 10px;
    top: 3px;
    position: relative;
    top: -2px;
    position: relative;
}

@keyframes ring {
    0% {
        transform: rotate(0deg)
    }
    10% {
        transform: rotate(10deg)
    }
    20% {
        transform: rotate(-10deg)
    }
    30% {
        transform: rotate(10deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    50% {
        transform: rotate(0deg)
    }
}

.btn-style-1 {
    position: relative;
    line-height: 10px;
    background: var(--primary);
    color: var(--white);
    font-size: 14px;
    letter-spacing: .05em;
    padding: 15px 30px 12px 30px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.btn-style-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-style-1:hover, .btn-style-1:focus, .btn-style-1:active {
    color: var(--white)
}

.btn-style-1:hover:before, .btn-style-1:focus:before, .btn-style-1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.images_mask {
    object-fit: cover;
    width: 100px;
    height: 100px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: var(--primary)
}

select:active {
    font-size: 18px !important
}

.reservation-check select:focus {
    font-size: 33px !important
}

.reservation-check select:active {
    font-size: 18px !important
}

.reservation-check select option {
    font-size: 18px !important
}

.amenity-carousel.owl-carousel.owl-drag .owl-item {
    border: solid 1px var(--quaternary);
    padding: 5px;
    border-radius: 2px
}

.mask_img {
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background-color: var(--white)
}

.mask_img2 {
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background-color: var(--primary)
}

.mask_img3 {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background-color: var(--primary)
}

.mask_img4 {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background-color: var(--primary)
}

.mask_img5 {
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background-color: var(--primary)
}

.amenity-item:hover .mask_img3 {
    margin-top: -20px
}

.type-room li:hover .mask_img4, .type-room div:hover .mask_img4 {
    margin-top: -10px
}

.admin img {
    max-width: inherit !important
}

#content-modal .modal-backdrop.in {
    opacity: 0 !important
}

#content-modal .modal-lg {
    max-width: 100% !important
}

#content-modal .modal-content {
    border: 0
}

#content-modal .modal-header {
    border: 0 !important;
    display: inherit !important;
    min-height: auto !important
}

#content-modal .modal-backdrop {
    z-index: 0
}

.fade.in {
    opacity: 1
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #fff
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background: none
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16px;
    padding: 15px;
    text-align: -webkit-center
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px;
    width: 900px;
    margin: auto;
    transition: all .5s
}

.modal-footer {
    padding: 10px;
    text-align: right
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
        margin-top: 0
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.modal-lg {
    width: 100% !important;
    height: 100% !important
}

.fixed-header .book-box-btn2 span {
    color: var(--white)
}

.book-box-btn span, .book-box-btn2 span {
    color: var(--white);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex: 1;
    cursor: pointer;
    align-items: center;
    position: relative;
    top: 0
}

.book-box-btn:hover span, .book-box-btn2:hover span {
    color: var(--primary)
}

.text-slider {
    position: absolute;
    width: 90%;
    height: 210px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 50px;
    z-index: 9
}

.text-slider h1 {
    color: white;
    margin: 0
}

.text-slider p {
    color: white;
    margin: 0;
    text-transform: capitalize
}

.text-slider ul {
    margin: 0;
    padding: 0;
    transition: all .5s
}

.text-slider li {
    animation-name: fadeInDown;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: 0;
    list-style: none
}

.text-slider li:nth-child(1) {
    animation-delay: .5s
}

.text-slider li:nth-child(2) {
    animation-delay: .9s
}

#section-point {
    overflow: hidden !important
}

.image_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.album-box:nth-child(4n + 0) .col-xs-4.filtr-item, .album-box:nth-child(4n + 1) .col-xs-4.filtr-item {
    width: 66.666667%
}

.hidepic {
    display: none
}

.demo_gallery [class*="col-"] {
    position: relative
}

.mobile-img-size {
    display: none
}

.nophoto-icon {
    width: 50px
}

.gallery-carousel .image_photo {
    cursor: ew-resize !important
}

.gallery-carousel .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-flex
}

.gallery-carousel .owl-nav [class*="owl-"] {
    opacity: .5
}

.gallery-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 1
}

.gallery-carousel .owl-prev, .gallery-carousel .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    color: var(--white);
    line-height: 53px;
    text-align: center;
    font-size: 22px;
    margin-left: 10px;
    border: solid 1px var(--white);
    border-radius: 50%;
    margin-top: 10px
}

.social-contact .mask_img5:hover {
    background-color: var(--secondary);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.type-room i {
    font-size: 30px;
    color: var(--primary)
}

.type-room li span, .type-room div span {
    padding-top: 5px;
    color: var(--primary)
}

.type-room img, .amenity-carousel img {
    width: 40px !important
}

.otheraccommodation-carousel .owl-stage-outer, .otherfacility-carousel .owl-stage-outer, .facility-carousel .owl-stage-outer, .offer-carousel .owl-stage-outer {
    text-align: center
}

.otheraccommodation-carousel .owl-stage, .otherfacility-carousel .owl-stage, .facility-carousel .owl-stage, .offer-carousel .owl-stage {
    display: inline-flex
}

.about-section .sec-title {
    margin-bottom: 0 !important
}

.type-room {
    margin-top: 20px
}

.navigation-sitemap {
    color: var(--primary)
}

.error i {
    font-size: 70px;
    padding-bottom: 20px;
    display: block
}

.logo {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .header-upper .logo-box {
    position: relative;
    z-index: 20;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

footer .socialmedia li:hover {
    opacity: .7
}

.tp-bannertimer {
    background-color: var(--secondary);
    opacity: .6
}

.policy {
    position: relative
}

.tab-verticle .tab-verticle .verticle-tab {
    position: relative;
    height: auto
}

.tab-verticle .verticle-tab:after, .tab-verticle .verticle-tab:before {
    content: "";
    display: table
}

.tab-verticle .verticle-tab:after {
    clear: both
}

.tab-verticle .verticle-tab h4 {
    cursor: pointer;
    border-right: solid 1px #cccccc70 !important;
    padding: 20px 40px 0 40px;
    font-size: 18px;
    line-height: 1em
}

.tab-verticle .verticle-tab h4::before {
    content: "\ed3c";
    font-family: "icomoon" !important;
    margin-right: 30px;
    position: absolute;
    left: 0
}

.tab-verticle .verticle-tab h4.active::before {
    content: "\ed1f";
    font-family: "icomoon" !important;
    margin-right: 30px
}

.tab-verticle .verticle-tab h4::after {
    content: "";
    border-bottom: dashed 1px #cccccc70;
    padding: 10px 0;
    display: block
}

.tab-verticle .verticle-tab h4:first-child {
    padding-top: 0
}

.tab-verticle .verticle-tab h4:last-child:after {
    border-bottom: 0 !important
}

.tab-verticle .verticle-tab .tab-detail {
    zoom: 1;
    position: relative;
    border-left: solid 1px #cccccc70;
    display: none
}

.tab-verticle .verticle-tab .tab-detail:after, .verticle-tab .tab-detail:before {
    content: "";
    display: table
}

.tab-verticle .verticle-tab .tab-detail:after {
    clear: both
}

.tab-verticle .verticle-tab .tab-detail li {
    list-style: circle
}

.tab-verticle .verticle-tab .active {
    cursor: default;
    border-right: none
}

.tab-verticle .verticle-tab .active + .tab-detail {
    display: block
}

.tab-verticle ol {
    margin: 10px 0 0 30px
}

.tab-verticle .verticle-tab .active {
    font-weight: bold;
    color: var(--secondary)
}

@media screen and (min-width: 991px) {
    .tab-verticle .verticle-tab h4 {
        position: relative;
        width: 40%;
        display: block
    }

    .tab-verticle .verticle-tab .tab-detail {
        position: absolute;
        width: 60%;
        right: 1px;
        top: -2px;
        padding-left: 40px
    }
}

@media screen and (max-width: 990px) {
    .tab-verticle .verticle-tab .tab-detail {
        padding-top: 20px;
        border-left: 0
    }

    .tab-verticle .verticle-tab h4 {
        border-right: 0 !important;
        padding-right: 0
    }

    .tab-verticle .verticle-tab h4::before {
        content: "\ed3c"
    }

    .tab-verticle .verticle-tab h4.active::before {
        content: "\ed1f"
    }
}

footer address {
    margin-bottom: inherit;
}

.title-box p:last-child {
    margin-bottom: 0;
}

.main-header .header-upper .logo-box .logo img {
    filter: brightness(0) invert(1);
}

header:after, .tp-bgimg:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, .48785451680672265) 7%, rgba(0, 0, 0, 0) 90%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .48785451680672265) 7%, rgba(0, 0, 0, 0) 90%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .48785451680672265) 7%, rgba(0, 0, 0, 0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.accommodation .owl-carousel .owl-dots.disabled, .accommodation .owl-carousel .owl-nav.disabled {
    opacity: 1;
    display: inherit;
    cursor: none;
}

.otheraccommodation-carousel .owl-stage, .otherfacility-carousel .owl-stage, .facility-carousel .owl-stage, .offer-carousel .owl-stage {
    font-size: 0
}

.otheraccommodation-carousel .owl-stage *, .otherfacility-carousel .owl-stage *, .facility-carousel .owl-stage *, .offer-carousel .owl-stage *{
    font-size: initial
}

body.bodyhidden {
    height: 100vh;
    overflow: hidden !important
}

.line-clam3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inner-container, .main-header .sticky-header .container, .main-header .nav-outer, .main-header .nav-outer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.logo-box {
    max-width: 220px;
}

.header-style-three .main-menu {
    float: right;
}

.main-header .header-upper .logo-box {
    margin-right: auto
}