/*
Theme Name: Alisso Vietnam
Theme URI: http://alisso.com
Author: Pham Thanh Tân
Author URI: http://alisso.com
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

.row-small {
    margin-left: -4px;
    margin-right: -4px;
}

.col-small {
    padding-left: 4px;
    padding-right: 4px;
}

.container-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-md {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fix {
    max-width: 1677px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container-full {
        max-width: 540px;
        padding: 0 15px;
    }

    .container-lg {
        max-width: 540px;
        padding: 0 15px;
    }

    .container-md {
        max-width: 540px;
        padding: 0 15px;
    }
}

@media (min-width:768px) {
    .container-full {
        max-width: 720px;
        padding: 0 15px;
    }

    .container-lg {
        max-width: 720px;
        padding: 0 15px;
    }

    .container-md {
        max-width: 720px;
        padding: 0 15px;
    }
}

@media (min-width:992px) {
    .container-full {
        max-width: 960px;
        padding: 0 15px;
    }

    .container-lg {
        max-width: 960px;
        padding: 0 15px;
    }

    .container-md {
        max-width: 960px;
        padding: 0 15px;
    }
}

@media (min-width:1200px) {
    .container-full {
        max-width: 100%;
        padding: 0 60px;
    }

    .container-lg {
        max-width: 1340px;
        padding: 0 15px;
    }

    .container-md {
        max-width: 1280px;
        padding: 0 15px;
    }

    .container-fix {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/*@media (min-width:1367px){.container-full{max-width:100%;padding: 0 60px;}.container-lg{max-width:1340px;padding: 0 15px;}.container-md{max-width:1280px;padding: 0 15px;}}*/
/*@media (min-width: 1200px) {
	.site-header .container {
		max-width: 1430px;
	}
	.blog .container {
		max-width: 1430px;
	}
}*/
.sticky-wrapper {
    z-index: 9400;
    /*height: 69px !important;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    /*background-color: rgba(0,0,0,0.56);*/
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.nav-top {
    background-color: #fff;
    padding: 5px 0;
}

.nav>li>a.active {
    border-bottom: 1px solid #ac916e;
    padding-bottom: 0.5rem;
    color: #fff;
}

b,
strong {
    font-weight: 700 !important;
}

small,
.small {
    font-size: 95% !important;
}

.smaller {
    font-size: 90% !important;
}

h1,
.h1 {
    font-size: 3.125rem;
}

h2,
.h2 {
    font-size: 2.5rem;
}

.willgroup-font {
    font-size: 1.2rem;
}

.text-666 {
    color: #666 !important;
}

a.text-666:hover {
    color: #ac916e !important;
}

.text-c4c4c4 {
    color: #c4c4c4 !important;
}

a.text-c4c4c4:hover {
    color: #c4c4c4 !important;
}

.font-family-secondary {
    font-family: 'Vidaloka';
}

.font-family-Montserrat {
    font-family: 'Montserrat';
}

.font-family-Vidaloka {
    font-family: 'Vidaloka';
}

.font-family-OpenSans {
    font-family: 'Open Sans';
}

.font-family-barlow {
    font-family: 'Barlow';
}

.font-family-barlow-condensed {
    font-family: 'Barlow Condensed';
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.font-weight-lg {
    font-weight: 500 !important;
}

.font-weight-md {
    font-weight: 400 !important;
}

.font-weight-sm {
    font-weight: 300 !important;
}

.text-primary {
    color: #29390c !important;
}

a.text-primary:hover {
    color: #666 !important;
}

.text-primary1 {
    color: #29390c !important;
}

a.text-primary1:hover {
    color: #324d02 !important;
}

.text-secondary {
    color: #ac916e !important;
}

a.text-secondary:hover {
    color: #7d6d58 !important;
}

.text-green-main {
    color: #29390c !important;
}

a.text-green-main:hover {
    color: #ac916e !important;
}

a.text-muted:hover {
    color: inherit !important;
}

.text-666666 {
    color: #666666 !important;
}

a.text-666666:hover {
    color: #7d6d58 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-primary {
    background-color: #ac916e !important;
}

.bg-call {
    background-color: #000 !important
}

a.bg-call:focus,
a.bg-call:hover,
button.bg-call:focus,
button.bg-call:hover {
    background-color: #000 !important;
    color: #ac916e;
}

.bg-book-mobile {
    background-color: #ac916e !important;
    border: 1px solid #ac916e;
    padding: 10px 20px !important;
    position: fixed;
    bottom: 10px;
    left: 15px;
    color: #fff;
    border-radius: 22px;
    z-index: 1010;
}

a.bg-book-mobile:focus,
a.bg-book-mobile:hover,
button.bg-book-mobile:focus,
button.bg-book-mobile:hover {
    background-color: #000000 !important;
    color: #ac916e;
}

.bg-directions {
    background-color: #947a59 !important
}

a.bg-directions:focus,
a.bg-directions:hover,
button.bg-directions:focus,
button.bg-directions:hover {
    background-color: #947a59 !important;
}

.bg-yellow {
    background-color: #ac916e !important;
}

.bg-blue {
    background-color: #0c6376 !important;
}

.bg-green {
    background-color: #43480e !important;
}

.bg-green-black {
    background-color: #13232f !important;
}

.bg-black-main {
    background-color: #0a090a !important;
}

.bg-red-main {
    background-color: #6e0e14 !important;
}

.bg-light {
    background-color: #ebdfd5 !important;
}

.bg-dark {
    background-color: #222 !important;
}

.bg-dark-80 {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-dark-50 {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-dark-30 {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-dark1 {
    background-color: #1f1f1f !important;
}

.bg-brown {
    background-color: #ebdfd5 !important;
}

.bg-cover {
    background-color: #0a0a0a;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-cover-transparent {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-shadow {
    text-shadow: 0px 0px 10px #000000;
}

.black-white {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.text-black {
    color: #1a161a;
}

.border-primary {
    border-color: #909090 !important;
}

.border-dee2e6 {
    border-color: #dee2e6 !important;
}

.border-d1d1d1 {
    border-color: #d1d1d1 !important;
}

a:hover .black-white,
a.active .black-white,
.slick-current .black-white {
    -webkit-filter: none;
    filter: none;
}

.opacity-0 {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/*a:focus .opacity-0*/
a:hover .opacity-0 {
    visibility: visible;
    opacity: 1;
}

.mh-1 {
    min-height: 12.5rem;
}

.mh-1-5 {
    min-height: 15rem;
}

.mh-1-6 {
    min-height: 16rem;
}

.mh-1-7 {
    min-height: 17rem;
}

.mh-1-75 {
    min-height: 17.5rem;
}

.mh-1-8 {
    min-height: 18rem;
}

.mh-2 {
    min-height: 25rem;
}

.mh-2-8 {
    min-height: 28rem;
}

.mh-3 {
    min-height: 30rem;
}

.mh-4 {
    min-height: 35rem;
}

.mh-5 {
    min-height: 40rem;
}

.mh-20 {
    min-height: 20rem;
}

.mh-22 {
    min-height: 22rem;
}

.mh-25 {
    min-height: 25rem;
}

@media (max-width: 1200px) {

    mh-1-5,
    mh-1-6,
    mh-1-7,
    mh-1-75,
    .mh-1-8,
    .mh-2,
    .mh-20,
    .mh-2-8,
    .mh-3,
    .mh-4,
    .mh-22,
    .mh-25 {
        min-height: 20rem;
    }

    .mh-4,
    .mh-5 {
        min-height: 22rem;
    }
}

@media (max-width: 960px) {

    mh-1-5,
    mh-1-6,
    mh-1-7,
    mh-1-75,
    .mh-1-8,
    .mh-2,
    .mh-20,
    .mh-2-8,
    .mh-3,
    .mh-4,
    .mh-22,
    .mh-25 {
        min-height: 15.5rem;
    }

    .mh-4,
    .mh-5 {
        min-height: 17rem;
    }
}

@media (max-width: 767px) {

    mh-1-5,
    mh-1-6,
    mh-1-7,
    mh-1-75,
    .mh-1-8,
    .mh-2,
    .mh-20,
    .mh-2-8,
    .mh-3,
    .mh-4,
    .mh-22,
    .mh-25,
    .mh-4,
    .mh-5 {
        min-height: 14rem;
    }

    .col-6 .mh-1-5,
    .col-6 .mh-1-6,
    .col-6 .mh-1-7,
    .col-6 .mh-1-75,
    .col-6 .mh-1-8,
    .col-6 .mh-2,
    .col-6 .mh-20,
    .col-6 .mh-2-8,
    .col-6 .mh-3,
    .col-6 .mh-4,
    .col-6 .mh-22,
    .col-6 .mh-25,
    .col-6 .mh-4,
    .col-6 .mh-5 {
        min-height: 7rem;
    }
}

.lh-12 {
    line-height: 1.2;
}

.lh-body {
    line-height: 1.5;
}

.mb-fix {
    margin-bottom: 2rem !important;
}

.zoom {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a:hover .zoom {
    transform: scale(1.1);
}

.home-rooms .slick-current a:hover .zoom {
    transform: scale(1.1) translateY(-50%) !important;
}

@media (max-width: 767.98px) {

    h1,
    .h1,
    h2,
    .h2 {
        font-size: 1.5rem;
    }
}

/*--------------------------------------------------------------
# Icon
--------------------------------------------------------------*/
.icon-phone-cus {
    background: transparent url(/images/icon-phone.png) center center / cover no-repeat;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
}

.icon-email-cus {
    background: transparent url(/images/icon-email.png) center center / cover no-repeat;
    display: inline-block;
    width: 1.625rem;
    height: 1.25rem;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.required {
    color: #F00;
}

.form-control,
.custom-select,
.input-group-addon {
    font-size: inherit;
    font-weight: 400;
    color: #29390c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0.4rem 1rem;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-control,
.custom-select,
.input-group-addon {
    height: calc(1.4em + 1rem + 3px);
    padding: .3rem .5rem;
}

textarea.form-control {
    height: auto;
}

.form-control:focus,
.form-control:focus+.input-group-btn .btn,
.custom-select:focus {
    border-color: #ac916e;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background: #FFF;
}

.custom-select {
    background-image: url(/images/arrow-down-black.png);
    -webkit-background-size: 0.5rem 0.25rem;
    -moz-background-size: 0.5rem 0.25rem;
    background-size: 0.5rem 0.25rem;
    padding-left: 0.5rem;
    padding-right: 1.75rem;
}

textarea::placeholder,
input::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: #29390c;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #29390c;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #29390c;
}

input[placeholder],
[placeholder],
*[placeholder] {
    color: #29390c;
    /*border:1px solid red;*/
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

.btn {
    letter-spacing: 0.05rem;
    box-shadow: none !important;
}

.btn-lg {
    font-size: 1rem;
}

.btn-sm {
    font-size: 0.75rem;
}

.btn-sync-w,
.btn-sync-w:not(:disabled):not(.disabled):active:focus {
    position: relative;
    overflow: hidden;
    color: #fff !important;
    background-color: transparent;
    padding: 8px 20px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    border-top: thin solid #191617 !important;
    border-bottom: thin solid #191617 !important;
    border-left: 0;
    border-right: 0;
    webkit-transition: background .8s ease-out, color .8s ease-out, border .8s ease-out;
    transition: background .8s ease-out, color .8s ease-out, border .8s ease-out;
}

.btn-sync-w:hover,
.btn-sync-w:focus,
.btn-sync-w:not(:disabled):not(.disabled):active {
    color: #fff !important;
    border-top: thin solid #ac916e !important;
    border-bottom: thin solid #ac916e !important;
}

.btn-sync-w::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-top: thin solid #fff;
    height: 1px;
}

.btn-sync-w:hover:before {
    width: 0;
    transition: .5s;
}

.btn-sync-w::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-bottom: thin solid #fff;
    height: 1px;
}

.btn-sync-w:hover:after {
    width: 0;
    left: 0;
    transition: .5s;
    background: #fff;
}

/*.btn-book-header,
.btn-book-header:not(:disabled):not(.disabled):active:focus {
	color: #000!important;
	background-color: #ac916e;
	border-color: #ac916e;
    padding:6px 15px!important;
    text-transform:uppercase;
    font-size:14px;
}
.btn-book-header:hover,
.btn-book-header:focus,
.btn-book-header:not(:disabled):not(.disabled):active 
{
	background: #d3af62;
}*/
.btn-book-header {
    position: relative;
    z-index: 1;
    border: 1px solid #ac916e;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    font-family: cormorant-garamond, serif;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px
}

.btn-book-header::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background-image: linear-gradient(to right, #ac916e, #ead8b0, #ac916e);
    transition: all 0.3s ease-in-out
}

.btn-book-header:hover,
.button-book-header:active {
    color: #7d6d58;
}

.btn-book-header:hover::before,
.button-book-header:active::before {
    width: 100%;
    left: 0
}

@media screen and (max-width: 767px) {
    .btn-book-header {
        float: right;
        display: none;
    }
}

.btn-book,
.btn-book:not(:disabled):not(.disabled):active:focus {
    color: #fff !important;
    background: #ac916e;
    border-color: #ac916e;
}

.btn-book:hover,
.btn-book:focus,
.btn-book:not(:disabled):not(.disabled):active {
    color: #fff !important;
    background-color: #7d6d58;
    border-color: #7d6d58;
}

.btn-primary-fix,
.btn-primary-fix:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background: #ac916e !important;
    border-color: #ac916e !important;
}

.btn-primary-fix:hover,
.btn-primary-fix:focus,
.btn-primary-fix:not(:disabled):not(.disabled):active {
    background: #7d6d58 !important;
    border-color: #7d6d58 !important;
    color: #fff;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background: #000;
    border-color: #000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #1e2d02;
    border-color: #1e2d02;
}

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    color: #ac916e;
    background: transparent;
    border-color: #ac916e;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #000;
    background-color: #ac916e;
    border-color: #ac916e;
}

.btn-dark,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    color: #FFF;
    background: #808080;
    border-color: #808080;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: #ac916e;
    border-color: #ac916e;
}

.btn-outline-dark,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    color: #29390c;
    background-color: transparent;
    border-color: #29390c;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #29390c;
    border-color: #29390c;
    /*-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

.btn-outline-light,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
    color: #000;
    background-color: #ac916e;
    border-color: #ac916e;
}

.btn-outline-blue,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus {
    color: #ac916e;
    background-color: transparent;
    border-color: #ac916e;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active {
    color: #000;
    background-color: #ac916e;
    border-color: #ac916e;
}

.btn-outline-black,
.btn-outline-black:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: #c59967;
    border-color: #c59967;
}

.btn-outline-black:hover,
.btn-outline-black:focus,
.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active {
    color: #FFF;
    background-color: #ac916e;
    border-color: #000;
}

.btn-hotline,
.btn-hotline:not(:disabled):not(.disabled):active:focus {
    color: #333;
    /*background: #ececec;*/
    border-color: none;
    padding: 3px 15px;
}

.btn-hotline:hover,
.btn-hotline:focus,
.btn-hotline:not(:disabled):not(.disabled):active {
    color: #7d6d58;
    /*background-color: #e0e0e0;*/
    border-color: none;
}

.btn-main {
    position: relative;
    z-index: 1;
    border: 1px solid #ac916e;
    background-color: transparent;
    color: #ac916e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px
}

.btn-main::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    /*background-color:#ac916e;*/
    background-image: linear-gradient(to right, #ac916e, #ead8b0, #ac916e);
    transition: all 0.3s ease-in-out
}

.btn-main:hover,
.button-main:active {
    color: #1a161a;
    /*background-image: linear-gradient(to right, #ac916e,#ead8b0,#ac916e);*/
    /*border-color:#C98634;*/
}

.btn-main:hover::before,
.button-main:active::before {
    width: 100%;
    left: 0
}

.dropdown-menu {
    font-size: inherit;
    border-radius: 0;
    margin-top: 0;
}

.popover {
    font-size: inherit;
    border-radius: 0;
}

.review-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.review-popup-closer {
    font-size: 1rem;
    color: #aaa;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    top: 0;
    right: 0;
}

.review-popup-closer:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .popover {
        min-width: 15rem;
        max-width: 40rem;
    }

    .review-popup {
        width: 25rem;
        height: auto;
        margin-left: 0.25rem;
        position: absolute;
        top: 100%;
        left: 100%;
        transform: translateY(-25%);
    }
}

/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.page-header {
    text-align: center;
    background-color: #202022;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 16.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.page-title,
.page-header h1 {
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.page-desc,
.page-header p {
    color: #FFF;
    margin-top: 1.25rem;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item.active {
    color: inherit;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: '>';
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
    justify-content: center;
    margin: 1.25rem 0 0;
}

.pagination .page-item {
    margin: 0 0.1875rem 0.375rem;
}

.pagination .page-link {
    color: #ac916e;
    background: transparent;
    border: 0.125rem solid #ac916e;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.25rem;
    padding: 0;
}

.pagination .page-link:hover {
    color: #FFF;
    background: #ac916e;
    border-color: #ac916e;
}

.pagination .page-item.active .page-link {
    color: #FFF;
    background: #ac916e;
    border-color: #ac916e;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
    min-height: calc(100vh - 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
}

.modal-header {
    justify-content: center;
    border-bottom: 0;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.modal-title {
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
}

.modal-title:after {
    content: ' ';
    background: #000;
    width: 6.25rem;
    height: 0.125rem;
    margin-top: 0.625rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-body {
    padding: 1.5rem;
}

.modal-close {
    background: transparent;
    border: 0;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
}

.modal-close:hover {
    background: #7d6d58;
}

.modal-close:before,
.modal-close:after {
    content: ' ';
    background: #ac916e;
    display: block;
    width: 5px;
    height: 1.75rem;
    margin-top: -0.625rem;
    margin-left: -1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.modal-close:before {
    transform: rotateZ(-45deg);
}

.modal-close:after {
    transform: rotateZ(45deg);
}

.aside-nav .modal-close:before,
.aside-nav .modal-close:after {
    background: #ac916e;
}

.modal-close:hover:before,
.modal-close:hover:after {
    background: #000;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.modal-prev,
.modal-next {
    font-size: 3.75rem;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.modal-prev:hover,
.modal-next:hover {
    color: inherit;
    opacity: 1;
}

.modal-prev {
    left: 1.5rem;
}

.modal-next {
    right: 2.5rem;
}

.modal-review a.text-primary:hover {
    text-decoration: underline;
    color: #ac916e !important;
}

@media (min-width: 768px) {
    .modal-md {
        max-width: 750px;
    }

    .modal-sm {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .modal-lg {
        max-width: 600px;
    }

    .modal-sm {
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .modal-scroll .modal-dialog {
        overflow: hidden;
        height: calc(100vh - 3.75rem);
    }

    .modal-scroll .modal-content,
    .modal-scroll .modal-content>.row,
    .modal-scroll .info {
        height: 100%;
    }

    .modal-scroll .info {
        overflow: auto;
    }
}

/*--------------------------------------------------------------
## modal login
--------------------------------------------------------------*/
.modal-login .modal-close {
    color: #666;
    background: transparent;
}

.modal-login .modal-close:hover {
    color: #111;
}

.modal-login .col-left,
.modal-login .col-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 35rem;
    padding: 1.25rem 2.5rem;
}

.modal-login .col-left {
    background-color: #111111;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.modal-login .col-left:before {
    content: ' ';
    background: rgba(0, 0, 0, 0.7);
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-login .desc {
    color: #FFF;
    position: relative;
    z-index: 11;
}

.modal-login .desc h2 {
    font-family: 'Cormorant SC', serif;
    font-size: 2.875rem;
    border-bottom: 1px solid #EEE;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.modal-login .desc ul {
    padding-left: 0.9375rem;
}

.modal-login .desc ul li {
    margin-bottom: 0.5rem;
}

.modal-login .logo {
    display: block;
    text-align: center;
    margin: 0px 40px 0px;
    max-width: 70%;
}

.modal-login .logo img {
    max-height: 3.75rem;
}

.modal-login .bg-line {
    display: table;
    white-space: nowrap;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}

.modal-login .bg-line::before,
.modal-login .bg-line::after {
    border-top: 1px solid #C0C0C0;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.625rem;
    width: 50%;
}

.modal-login .bg-line>.title {
    color: #000;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.modal-login .links {
    text-align: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.modal-login .links li+li {
    border-top: 1px solid #ddd;
    padding-top: 0.375rem;
    margin-top: 0.375rem;
}

.modal-login .links li a {
    color: #ac916e;
}

.modal-login .links li a:hover {
    color: #111111;
}

.modal-login .form-control,
.modal-login .btn {
    height: 3.125rem;
    line-height: 3.125rem;
}

.modal-login .form-control+.form-control {
    border-top: 0;
}

.modal-login .btn-social {
    color: #FFF;
    margin-bottom: 0.3125rem;
    position: relative;
}

.modal-login .btn-social .icon {
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    left: 0.9375rem;
    top: 0.8125rem;
}

.modal-login .btn-facebook {
    background: #3c5a98;
}

.modal-login .btn-facebook:hover {
    color: #FFF;
    background: #1A4398;
}

.modal-login .btn-google {
    background: #e74b37;
}

.modal-login .btn-google:hover {
    color: #FFF;
    background: #CC3732;
}

@media (min-width: 992px) {
    .modal-login .modal-dialog {
        max-width: 56.25rem;
    }
}

@media (max-width: 992px) {
    body #lz_overlay_chat {
        display: none !important;
    }
}

@media (max-width: 991px) {

    .modal-login .modal-close,
    .modal-login .modal-close:hover {
        color: #FFF;
    }

    .modal-login .col-left,
    .modal-login .col-right {
        min-height: 0;
        padding: 1.25rem;
    }
}

/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/
.spin::before {
    -webkit-animation: spin 1.2s infinite linear;
    -moz-animation: spin 1.2s infinite linear;
    -ms-animation: spin 1.2s infinite linear;
    -o-animation: spin 1.2s infinite linear;
    animation: spin 1.2s infinite linear;
}

@keyframes "spin" {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes "spin" {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes "spin" {
    from {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes "spin" {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
    color: #FFF;
    background-color: #000;
    /*background-color: rgba(0,0,0,.75);*/
    width: 100%;
    position: fixed;
    z-index: 1049;
    top: 0;
    left: 0;
    /*-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;*/
}

.site-header::after {
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    height: 130px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 768px) {
    .site-header::after {
        display: none;
    }

    .site-header {
        background-color: #000;
        position: inherit;
        top: 0;
        bottom: inherit;
    }
}

.site-logo {
    padding: 15px 0;
    /*background-color:#7d6d58;*/
    /*background-image: url(/images/bg-logo.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size: auto;*/
}

.site-header.scroll .site-logo {
    padding: 0;
    background-image: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.site-logo img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.site-logo .logo-1 {
    width: 110px;
    padding: 0;
}

.site-logo .logo-2 {
    display: none;
}

.logo-menu .logo-1 {
    display: none;
}

.logo-menu .logo-1 img {
    width: 25px;
}

.logo-menu .logo-2 img {
    width: 80px;
}

.site-hotel-menu,
.site-hotel-menu .sub-menu {
    font-weight: 600;
    color: #808080;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.site-hotel-menu>li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1rem;
}

.site-hotel-menu>li>a {
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #dee2e6;
    display: block;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.site-hotel-menu .sub-menu>li {
    margin-bottom: 0.5rem;
}

.site-header.scroll {
    /*color:inherit;*/
    background: #ffffff !important;
    /*background: -moz-linear-gradient(top, #ac916e 0%, #ef9175 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ac916e), color-stop(100%, #ef9175));
	background: -webkit-linear-gradient(top, #ac916e 0%, #ef9175 100%);
	background: -o-linear-gradient(top, #ac916e 0%, #ef9175 100%);
	background: -ms-linear-gradient(top, #ac916e 0%, #ef9175 100%);
	background: linear-gradient(to bottom, #ac916e 0%, #ef9175 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac916e', endColorstr='#ef9175', GradientType=0 );
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
}

.site-header.scroll .site-logo .logo-1 {
    display: none;
    width: 110px;
    padding: 10px 0;
}

.site-header.scroll .site-logo .logo-2 {
    display: inline-block;
    width: 90px;
    padding: 10px 0;
    /*width: 45px;*/
}

/*.site-header .site-contact {
    margin-bottom:25px;
}*/
/*.site-header.scroll .site-contact {
    margin-bottom:15px; margin-top:10px;
}*/
.site-header .site-contact a {
    color: #ac916e;
    /*font-family: whitney-light;*/
    /*text-transform: uppercase;*/
    font-size: 14px;
}

.site-header .site-contact a:hover {
    text-decoration: underline;
}

/*.site-header.scroll .site-contact,
.site-header.scroll .site-menu {
	display: none !important;
}*/
.site-header.scroll .popover {
    display: none;
}

.site-header.scroll .site-nav ul li a.book-now {
    color: #ac916e;
}

.site-header.scroll .site-nav ul li a.book-now:hover {
    color: #ac916e;
}

.site-header.scroll .site-nav ul li a.reservation {
    color: #ac916e;
}

.site-header.scroll .site-nav ul li a.reservation:hover {
    color: #ac916e;
}

/*.site-header .site-menu {
    margin-bottom:20px;
}
.site-header.scroll .site-menu {
    margin-top:10px;
    margin-bottom:15px;
}*/
.site-header.scroll .site-nav .menu>li>a {
    color: #7d6d58;
}

.site-header.scroll .site-nav .menu>li>a:hover {
    color: #ac916e;
}

.site-menu .site-menu-item a {
    font-family: "Vidaloka";
    /*font-family: whitney-light;*/
    text-transform: uppercase;
    font-size: 14px;
    color: #7d6d58;
}

.site-menu .site-menu-item a:hover {
    text-decoration: underline;
}

.logo-mobile {
    width: 80px;
}

@media (max-width: 991.98px) {

    /*.site-logo .logo-2,
	.site-logo .logo-3 {
		display: none;
	}
	.site-header.scroll .site-logo .logo-2 {
		display: none;
	}*/
    /*.site-header.scroll .site-logo .logo-1 {
    	display: none;
    }*/
    /*.site-header.scroll .site-logo .logo-3 {
    	display: block;
    }*/
    .site-logo .logo-1 {
        width: 90px;
    }

    .site-header.scroll .site-logo .logo-1 {
        padding: 10px 0;
        width: 80px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .site-header.scroll .site-logo .logo-2 {
        padding: 10px 0;
        width: 80px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
}

/*--------------------------------------------------------------
## site navigation
--------------------------------------------------------------*/
.site-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.site-nav .menu {
    display: flex;
}

.site-nav .menu>li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
}

.scroll .site-nav .menu>li {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.site-nav .menu>li>a {
    /*font-size: 0.825rem;
	text-transform: uppercase;
	display: block;
    font-weight:bold;*/
    display: inline-block;
    font-family: 'Barlow';
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: inherit;
    letter-spacing: .1em;
    font-size: 13px;
    font-weight: 300;
}

.site-nav .menu>li>a:hover {
    color: #ac916e;
}

.site-nav-left .menu>li {
    margin-right: 1.75rem;
}

.site-nav-right .menu>li {
    margin-left: 1.75rem;
}

@media (max-width: 1400px) {
    .site-nav-left .menu>li {
        margin-right: 1.5rem;
    }

    .site-nav-right .menu>li {
        margin-left: 1.5rem;
    }
}

/*.site-header.scroll .site-nav .menu > li > a {
    color:#ac916e;
}*/
.site-nav .sub-menu {
    background-color: #fff;
    display: none;
    min-width: 10rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
}

.site-nav li:hover>.sub-menu {
    display: block;
}

.site-nav .sub-menu>li>a {
    font-family: 'Barlow';
    font-size: 15px;
    white-space: nowrap;
    color: #7d6d58;
    display: block;
    padding: 0.5rem 1rem;
}

.site-nav .sub-menu>li>a:hover {
    color: #ac916e;
}

/*.site-header.scroll .site-nav .sub-menu > li > a {
    font-family: 'Barlow';
	font-size: 15px;
	white-space: nowrap;
	color: #7d6d58;
	display: block;
	padding: 0.5rem 1rem;
}
.site-header.scroll .site-nav .sub-menu > li > a:hover {
	color: #ac916e;
}*/
.site-nav .menu>li.menu-item-has-children:hover:before {
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    content: " ";
    height: 0;
    left: calc(50% - 7px);
    position: absolute;
    bottom: 0;
    width: 0;
}

/*--------------------------------------------------------------
## Site popup
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
    .site-popup {
        display: none;
    }
}

/*--------------------------------------------------------------
## aside navigation
--------------------------------------------------------------*/
.aside-overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
}

.aside-nav {
    background-position: center center;
    background-size: cover;
    /*background: #191617;*/
    width: 25rem;
    padding: 1.5rem 1.5rem 0;
    overflow: auto;
    position: fixed;
    z-index: 2026;
    top: 0;
    bottom: 0;
    left: -25rem;
    transition: all 0.3s ease 0s;
}

@media (max-width: 768px) {
    .aside-nav {
        /*width: 17.5rem;
	left: -17.5rem;*/
        width: 100%;
        left: -100%;
    }
}

body.open-aside-nav .aside-nav {
    left: 0;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.aside-nav-closer {
    right: 0;
}

.aside-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

/*.aside-nav a {
	color: #fff;
    font-family:"Vidaloka";
}
.aside-nav a:hover {
	color: #ac916e;
}*/
.aside-nav .menu>li {
    /*border-bottom: 1px solid #666;*/
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    text-align: center;
}

.aside-nav .menu>li>a {
    color: #fff;
    text-transform: uppercase;
    /*font-family:"Vidaloka";*/
    font-size: 22px;
    font-weight: 700;
}

.aside-nav .menu>li>a:hover {
    color: #ac916e;
}

.aside-nav .menu>li.current-menu-item>a,
.aside-nav .menu>li.current-menu-parent>a {
    color: #C5A154;
}

.aside-nav .menu>li.menu-item-has-children:before {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 10px;
    transition: all 0.3s ease 0s;
    font-weight: 300;
    color: #7d6d58;
}

.aside-nav .menu>li.menu-item-has-children.active:before {
    transform: rotateZ(180deg);
}

.aside-nav .menu>li.menu-item-has-children:hover:before {
    color: #FFF;
    background: #7d6d58;
}

.aside-nav .sub-menu {
    background: transparent;
    box-shadow: none;
    display: none;
    padding: 0.5rem 1rem;
    position: relative;
    top: 0;
    left: 0;
    /*border-bottom:1px solid #dcdcdc;*/
}

.aside-nav li:hover .sub-menu {
    display: none;
}

.aside-nav .sub-menu li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.aside-nav .sub-menu li a {
    font-size: 16px;
    text-transform: initial;
}

.aside-nav-toggler i.fa-align-justify:before {
    color: #ac916e;
}

.aside-nav-toggler:hover i.fa-align-justify:before {
    color: #fff;
}

/*.nav-scroll .aside-nav-toggler i.fa-align-justify:before {
    color:#7d6d58;
}
.nav-scroll .aside-nav-toggler:hover i.fa-align-justify:before {
    color:#7d6d58;
}*/
/*--------------------------------------------------------------
## site mobile
--------------------------------------------------------------*/
.site-mobile {
    background: transparent;
    display: flex;
    /*width: 100%;*/
    position: fixed;
    z-index: 999;
    bottom: 20px;
    left: 20px;
    width: auto;
}

.site-mobile>a {
    font-size: 0.875rem;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    /*-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;*/
    height: auto;
    padding: 5px 10px;
}

.site-mobile>a>i {
    font-size: 0.875rem;
}

.site-mobile .open-booking {
    color: #fff;
    background: #ac916e;
    /*-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;*/
    border-radius: 25px;
    font-size: 17px;
}

.site-mobile .open-booking>span img {
    width: 20px;
    /*margin-left: 5px;*/
}

.site-mobile .open-booking>span:first-child {
    font-size: 1.5rem;
    margin-right: .5rem;
}

.call-mobile {
    background: transparent;
    width: auto;
    position: absolute;
    z-index: 9999;
    top: 19px;
    right: 20px;
}

.call-mobile>a {
    color: #fff;
    background: transparent;
    font-size: 1.875rem;
    padding: 0;
    border-radius: 50%;
}

.site-header.scroll .call-mobile {
    top: calc(50% - 15px);
    font-size: 2rem;
}

.site-header.scroll .call-mobile>a {
    color: #ac916e;
}

.language-pc {
    /*background: #b5947d;*/
    width: auto;
    margin-left: 10px;
    position: relative;
}

.language-pc:hover {
    /*background: #ac916e;*/
}

.language-pc>a {
    color: #fff;
    /*background: transparent;*/
    font-size: 12px;
    padding: 0 10px;
    /*line-height:16px;*/
    /*border:1px solid #fff;*/
    display: inline-block;
    /*border-radius: 50%;*/
    text-transform: uppercase;
}

.language-pc>a:hover {
    color: #fff;
    /*background-color:#fff;*/
    /*border:1px solid #7d6d58;*/
}

/*.nav-scroll .language-pc > a {
    color: #7d6d58;
    background-color:#b5947d; 
}*/
@media screen and (max-width: 767px) {
    .language-pc {
        display: none;
    }
}

#pclanguage {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #fff;
    width: 100%;
}

#pclanguage li {
    width: 100%;
}

#pclanguage li a img {
    width: 16px !important;
}

#pclanguage li a {
    color: #333;
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
}

#pclanguage li a:hover {
    color: #7d6d58;
    background-color: #ececec;
}

.language-pc>a>img {
    width: 16px !important;
}

.language-mobile {
    background: transparent;
    width: auto;
    position: absolute;
    z-index: 9999;
    top: 40%;
    right: 10px;
    /*border:1px solid #dcdcdc;
    padding:5px;*/
}

.language-mobile>a {
    color: #fff;
    background: transparent;
    font-size: 12px;
    padding: 5px 10px;
    /*line-height:16px;*/
    border: 1px solid #fff;
    display: inline-block;
    /*border-radius: 50%;*/
    text-transform: uppercase;
}

/*.language-mobile > a > img{
    float:left;
}*/
/*.site-header.scroll .language-mobile {
    top: calc(50% - 30px);
    font-size: 2rem;
}*/
.nav-scroll .language-mobile>a {
    color: #ac916e;
    border: 1px solid #ac916e;
}

#mobilelanguage {
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #ac916e;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#mobilelanguage li img {
    width: 15px;
}

#mobilelanguage li a {
    font-size: 12px;
}

.gift-mobile {
    /*position: fixed;*/
    z-index: 999;
    background: transparent;
    height: 50px;
    /*right: 100px;*/
    /*bottom: 25px;*/
    font-size: 1.875rem;
    margin-left: 5px;
}

.gift-mobile>a {
    color: #fff;
    background: #ac916e;
    font-size: 1.875rem;
    padding: 11px 14px;
    border-radius: 50%;
    display: inline-block;
}

#site-popup-mobile {
    position: fixed;
    bottom: 89px;
    z-index: 999;
    top: auto !important;
    right: 95px;
}

/*--------------------------------------------------------------
# slick slider
--------------------------------------------------------------*/
.slick-slider .slick-arrow {
    /*font-size: 0;
	color: transparent;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	display: block;
	width: 1rem;
	height: 3rem;
	padding: 0;
	margin-top: -1.5rem;*/
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    color: #fff;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.slick-slider [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #b19777;
    color: #FFF;
}

.slick-slider .owl-prev {
    left: 10px !important;
}

.slick-slider .owl-next {
    right: 10px !important;
}

.slick-slider .owl-prev>span,
.slick-slider .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-slider .slick-prev {
    background-image: url(../images/icon-backslide.png);
    left: 1.5rem;
}

.slick-slider .slick-next {
    background-image: url(../images/icon-nextslide.png);
    right: 1.5rem;
}

.home-banner .slick-slider .slick-dots {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    text-align: right !important;
    line-height: 1.5;
}

.home-banner .slick-slider .slick-dots li {
    display: block;
    /*margin: 0 0.3125rem;*/
    margin-bottom: 10px;
}

.home-banner .slick-slider .slick-dots button {
    font-size: 0;
    color: transparent;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
    padding: 0;
    box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
}

.home-banner .slick-slider .slick-dots li.slick-active button {
    background: #ac916e;
    border-color: #ac916e;
}

.tab-content .slick-slider .slick-dots {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 2rem;
    text-align: center;
}

.tab-content .slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 0.3125rem;
}

.tab-content .slick-slider .slick-dots button {
    font-size: 0;
    color: transparent;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    width: 0.813rem;
    height: 0.813rem;
    padding: 0;
    box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
}

.tab-content .slick-slider .slick-dots li.slick-active button {
    background: #ac916e;
    border-color: #ac916e;
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .slick-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.tab-content .site-slider .slick-dots {
    bottom: 6rem;
}

.site-slider .item {
    display: none;
}

.site-slider.slick-initialized .item {
    display: flex;
}

.site-slider .title,
.site-slider .desc,
.site-slider .btn,
.site-slider .slick-slide:first-child .title,
.site-slider .slick-slide:first-child .desc,
.site-slider .slick-slide:first-child .btn {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease 0.5s;
}

.site-slider .slick-current .title,
.site-slider .slick-current .desc,
.site-slider .slick-current .btn,
.site-slider .slick-current.slick-first .title,
.site-slider .slick-current.slick-first .desc,
.site-slider .slick-current.slick-first .btn {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.res-gallery .std-post-gallery .slick-prev {
    left: 4.5rem;
}

@media (min-width: 768px) {
    .site-slider .slick-prev {
        left: 6rem;
    }

    .site-slider .slick-next {
        right: 6rem;
    }
}

@media (max-width: 575px) {
    .tab-content .site-slider .slick-dots {
        bottom: 7.5rem;
    }
}

/*--------------------------------------------------------------
# site banner
--------------------------------------------------------------*/
/*.site-banner {
	padding-top: 40%;
}*/
.site-banner-book {
    padding-top: 28%;
}

/*--------------------------------------------------------------
# page rating
--------------------------------------------------------------*/
.page-rating p {
    margin-bottom: 0.25rem;
}

/*--------------------------------------------------------------
# standard category
--------------------------------------------------------------*/
.std-cat-post .separator {
    border-color: #404040;
    transition: all 0.3s ease 0s;
}

.std-cat-post:hover .separator {
    border-color: #ac916e;
}

@media (max-width: 991.98px) {
    .full-mobile {
        width: 100%
    }

    .willgroup-font {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
# single room
--------------------------------------------------------------*/
@media (min-width: 992px) {
    .std-post-book {
        position: absolute;
        top: 0.75rem;
        right: 0;
    }

    .std-post-info {
        width: 20rem;
    }
}

.m-w-full {
    /*margin: 1rem auto !important;*/
    max-width: 210px;
}

.m-w {
    /*margin: 1rem auto !important;*/
    min-width: 210px;
}

/*--------------------------------------------------------------
# home rooms
--------------------------------------------------------------*/
.home-rooms,
.home-rooms .slick-slide {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.home-rooms .slick-list {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.home-rooms .slick-slide a.box-img-room {
    min-height: 30rem;
}

.home-rooms .slick-slide .info {
    display: none;
}

.home-rooms .slick-slide.slick-current .info {
    display: block;
}

.home-rooms .slick-slide .bd-icon {
    display: none;
}

.home-rooms .slick-slide.slick-current .bd-icon {
    display: block;
}

.std-cat-post-gallery .slick-slide a.box-img-room {
    overflow: hidden;
}

.std-cat-post-gallery .slick-slide a img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.std-cat-post-gallery .slick-slide a:hover img {
    transform: scale(1.1);
}

.home-rooms .slick-prev {
    background-image: none;
    left: 17%;
    top: 38%;
}

.home-rooms .slick-next {
    background-image: none;
    right: 17%;
    top: 38%;
}

@media (max-width: 768px) {
    .home-rooms .slick-slide a.box-img-room {
        min-height: 15rem;
    }

    .home-rooms .slick-prev {
        background-image: none;
        left: 5%;
        top: 38%;
    }

    .home-rooms .slick-next {
        background-image: none;
        right: 5%;
        top: 38%;
    }
}

/*--------------------------------------------------------------
# home brands
--------------------------------------------------------------*/
.home-brands-thumbs:before {
    content: ' ';
    border-top: 1.5rem solid #FFF;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.home-brands-thumbs .slick-list {
    padding: 0 !important;
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content a {
    border-bottom: 1px solid #ac916e;
}

.entry-content cite {
    font-style: normal
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-family: 'Vidaloka';
    font-size: 1.5rem;
}

.entry-content blockquote {
    font-size: 1rem;
    color: #666;
    background: #f8f9fa;
    border-left: 0.25rem solid #ac916e;
    padding: 1.5rem 1.5rem 0.5rem 3rem;
    position: relative;
}

.entry-content blockquote:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.5rem;
    font-weight: 900;
    color: #999;
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
}

.entry-content ul>li,
.entry-content ol>li {
    margin-bottom: 0.75rem;
}

.entry-content table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}

.entry-content table th,
.entry-content table td {
    border: 1px solid #dee2e6;
    padding: 0.5rem;
}

.entry-content img.centered,
.entry-content .aligncenter {
    display: block;
    margin: 0 auto 1rem;
}

.entry-content img.alignnone {
    margin-bottom: 0;
}

.entry-content .alignleft {
    float: left;
    text-align: left
}

.entry-content .alignright {
    float: right;
    text-align: right
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin: 0 1rem 1rem 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin: 0 0 1rem 1rem;
}

.entry-content .wp-caption {
    max-width: 100%
}

.entry-content .wp-caption-text {
    background: #efefef;
    padding: 1rem 1rem;
}

/*--------------------------------------------------------------
# fancybox
--------------------------------------------------------------*/
.fancybox-thumbs .play {
    font-size: 1rem;
    color: #FFF;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fancybox-thumbs__list a:before {
    border: 3px solid #ac916e !important;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
    color: #fff;
    background: #7d6d58;
}

.site-footer a:hover {
    color: #ac916e;
}

.box-logo-footer {
    text-align: center;
    position: relative;
}

.box-logo-footer:after {
    content: '';
    border-top: 1px solid #dadada;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
}

/*.box-logo-footer .footer-column {
    position:absolute;
    width:100%;
    left:0;
}*/
.logo-footer {
    width: 100%;
    background-color: #191617;
    text-align: center;
    left: 0;
}

/*.logo-footer:before 
{
    content:'';
    background-color:#191617;
    position:absolute;
    width:100%;
    height:1px;
    left:0;
    top:0;
    z-index:9;
}*/
.logo-footer>img {
    width: 100px;
    z-index: 9;
    position: relative;
    background-color: #191617;
}

.footer-social li {
    margin-right: 0.5rem;
    display: inline-block;
}

.footer-social li a {
    background: #fff;
    font-size: 14px;
    color: #000;
    /*border: 0.1875rem solid #FFF;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
}

.footer-Coppy .footer-social li a {
    background: transparent;
    color: #ac916e;
}

/*.footer-social li a.facebook-f{
    background:#3578E5;
}*/
.footer-social li a.facebook-f:hover {
    /*background:#3578E5;*/
    /*color:#fff;*/
    opacity: .5;
}

/*.footer-social li a.instagram{
    background:#cd0079;
}*/
.footer-social li a.instagram:hover {
    /*background:#cd0079;*/
    /*color:#fff;*/
    opacity: .5;
}

/*.footer-social li a.youtube{
    background:#f50002;
}*/
.footer-social li a.youtube:hover {
    /*background:#f50002;*/
    opacity: .5;
}

/*.footer-social li a.google-plus{
    background:#da5336;
}*/
.footer-social li a.google-plus:hover {
    /*background:#da5336;*/
    /*color:#fff;*/
    opacity: .5;
}

/*.footer-social li a.tumblr{
    background:#3d668a;
}*/
.footer-social li a.tumblr:hover {
    /*background:#3d668a;*/
    /*color:#fff;*/
    opacity: .5;
}

/*.footer-social li a.twitter{
    background:#1da1f2;
}*/
.footer-social li a.twitter:hover {
    /*background:#1da1f2;*/
    /*color:#fff;*/
    opacity: .5;
}

/*.footer-social li a.pinterest{
    background:#e60023;
}*/
.footer-social li a.pinterest:hover {
    /*background:#e60023;*/
    /*color:#fff;*/
    opacity: .5;
}

/*.footer-social li a.tripadvisor{
    background:#00af87;
}*/
.footer-social li a.tripadvisor:hover {
    /*background:#00af87;
    color:#fff;*/
    opacity: .5;
}

/*.footer-social li a.linkedin{
    background:#0077b5;
}*/
.footer-social li a.linkedin:hover {
    /*background:#0077b5;
    color:#fff;*/
    opacity: .5;
}

.footer-social li a:hover {
    opacity: 0.5;
    /*color:#fff;*/
}

/*.footer-social li a.google{
    background:#da5336;
}*/
.footer-social li a.google:hover {
    /*background:#da5336;
    color:#fff;*/
    opacity: .5;
}

/*.footer-social li a.tiktok{
    background:#3d3c3c;
}*/
.footer-social li a.tiktok:hover {
    /*background:#3d3c3c;
    color:#fff;*/
    opacity: .5;
}

/*.footer-nav {
    text-align:center;
}*/
.footer-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-nav li {
    /*margin-bottom: 0.875rem;*/
    display: inline-block;
    /*padding:0 30px;*/
    margin-left: 20px;
    float: right;
}

.footer-nav li a {
    color: #ac916e;
    /*text-transform:uppercase;*/
    font-size: 14px;
    /*letter-spacing:.125rem;*/
    font-weight: 500;
}

.footer-nav li a:hover {
    color: #ac916e !important;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .box-logo-footer {
        display: none;
    }

    .footer-nav li {
        padding: 0 15px;
        margin: 0;
        float: initial;
    }
}

.footer-nav-2 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.footer-nav-2 li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-nav-3 .menu>li>a {
    font-weight: 700;
}

.footer-nav-3 .sub-menu {
    margin-top: 1rem;
}

.footer-nav-3 .sub-menu>li {
    display: flex;
}

.footer-nav ul li a:hover {
    color: #dee2e6;
}

.car-member>a>img {
    max-width: 150px;
    /*height: 35px;*/

}

@media (max-width: 768px) {
    .logo-footer {
        margin-bottom: 15px;
    }
}

@media (max-width: 415px) {
    .logo-footer {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    /*.logo-footer > img {
        max-width: 130px !important;
    }*/
}

.single-room-gallery .item {
    /*color: #FFF;*/
    display: block;
    position: relative;
}

/*.single-room-gallery .item:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,41,96,0.32);
    box-shadow: 0 1px 5px 0 rgba(0,41,96,0.32);
}*/
/*.single-room-gallery .item:before {
	content: ' ';
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}*/
/*.single-room-gallery .item:hover:before {
	opacity: 1;
	visibility: visible;
}*/
.single-room-gallery .desc {
    font-size: 0.8125rem;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: 0;
    padding: 0.3125rem 0.625rem;
    margin-bottom: 0;
}

.single-room-gallery .owl-prev,
.single-room-gallery .owl-next {
    font-size: 3.75rem;
    color: #FFF;
    background: transparent;
    border: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
    margin-top: -4rem;
    position: absolute;
    z-index: 10;
    top: 33%;
}

.single-room-gallery .owl-prev {
    left: 0.625rem;
}

.single-room-gallery .owl-nav span {
    width: 1rem;
    height: 2.938rem;
}

.single-room-gallery .owl-prev span.ion-arrow-left {
    background-image: url(../images/icon-backslide.png);
    display: inline-block;
}

.single-room-gallery .owl-next {
    right: 0.625rem;
}

.single-room-gallery .owl-next span.ion-arrow-right {
    background-image: url(../images/icon-nextslide.png);
    display: inline-block;
}

.single-room-gallery .owl-dots {
    text-align: center;
    list-style: none;
    padding-left: 0;
    margin-top: 0.4375rem;
    margin-bottom: 0;
}

.single-room-gallery .owl-dot {
    display: inline-block;
    margin: 0.4375rem;
}

.single-room-gallery .owl-dot span {
    font-size: 0;
    color: transparent;
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    padding: 0;
}

.single-room-gallery .owl-dot span:hover,
.single-room-gallery .owl-dot.active span {
    background: #bf882d;
    border-color: #bf882d;
}

@media (max-width: 767px) {
    .single-room-detail .col+.col {
        border-left: 0;
    }
}

.single-slide .item {
    padding: 2px;
}

.single-slide .owl-prev,
.single-slide .owl-next,
.single-blog .owl-prev,
.single-blog .owl-next,
.rooms1 .owl-carousel .owl-prev,
.rooms1 .owl-carousel .owl-next,
.rooms-home .owl-prev,
.rooms-home .owl-next,
.rooms-gallery .owl-prev,
.rooms-gallery .owl-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 34px;
    background: #ac916e;
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    /*border: 1px solid #fff;*/
    /*border-radius: 100%;*/
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    font-weight: bold;
    /*font-size: 3.75rem;
	color: #ac916e;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	margin-top: -4rem;
	position: absolute;
	z-index: 10;
	top: 50%;
    width: 1rem;
    height: 3rem;
    text-indent:-9999rem;*/
}

.single-slide .owl-prev:hover,
.single-slide .owl-next:hover,
.single-blog .owl-prev:hover,
.single-blog .owl-next:hover,
.rooms1 .owl-carousel .owl-prev:hover,
.rooms1 .owl-carousel .owl-next:hover,
.rooms-home .owl-prev:hover,
.rooms-home .owl-next:hover,
.rooms-gallery .owl-prev:hover,
.rooms-gallery .owl-next:hover {
    color: #7d6d58;
    /*border: 1px solid #7d6d58;*/
}

.single-slide .owl-prev>span,
.single-slide .owl-next>span,
.single-blog .owl-prev>span,
.single-blog .owl-next>span,
.rooms1 .owl-carousel .owl-prev>span,
.rooms1 .owl-carousel .owl-next>span,
.rooms-gallery .owl-prev>span,
.rooms-gallery .owl-next>span,
.rooms-home .owl-prev>span,
.rooms-home .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.single-slide .owl-prev,
.single-blog .owl-prev,
.rooms-home .owl-prev,
.rooms-gallery .owl-prev {
    left: -40px !important;
}

.single-slide .owl-next,
.single-blog .owl-next,
.rooms-home .owl-next,
.rooms-gallery .owl-next {
    right: -40px !important;
}

.rooms1 .owl-carousel .owl-prev {
    left: -25px !important;
}

.rooms1 .owl-carousel .owl-next {
    right: -25px !important;
}

@media (max-width: 767px) {

    .single-slide .owl-prev,
    .single-slide .owl-next,
    .single-blog .owl-prev,
    .single-blog .owl-next,
    .rooms1 .owl-carousel .owl-prev,
    .rooms1 .owl-carousel .owl-next {
        top: 34%;
    }

    .single-slide .owl-prev,
    .single-blog .owl-prev,
    .rooms1 .owl-carousel .owl-prev,
    .rooms-home .owl-prev,
    .rooms-gallery .owl-prev {
        left: -30px !important;
    }

    .single-slide .owl-next,
    .single-blog .owl-next,
    .rooms1 .owl-carousel .owl-next,
    .rooms-home .owl-next,
    .rooms-gallery .owl-next {
        right: -30px !important;
    }
}

.single-slide .owl-dots,
.single-blog .owl-dots,
.rooms1 .owl-carousel .owl-dots,
.rooms-gallery .owl-dots,
.rooms-home .owl-dots {
    text-align: center;
    list-style: none;
    padding-left: 0;
    margin-top: 0.4375rem;
    margin-bottom: 0;
}

.single-slide .owl-dot,
.single-blog .owl-dot,
.rooms1 .owl-carousel .owl-dot,
.rooms-gallery .owl-dot,
.rooms-home .owl-dot {
    display: inline-block;
    margin: 0.4375rem;
}

.single-slide .owl-dot span,
.single-blog .owl-dot span,
.rooms1 .owl-carousel .owl-dot span,
.rooms-gallery .owl-dot span,
.rooms-home .owl-dot span {
    font-size: 0;
    color: transparent;
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    padding: 0;
}

.single-slide .owl-dot span:hover,
.single-slide .owl-dot.active span,
.single-blog .owl-dot span:hover,
.single-blog .owl-dot.active span,
.rooms1 .owl-carousel .owl-dot span:hover,
.rooms1 .owl-carousel .owl-dot.active span,
.rooms-gallery .owl-dot span:hover,
.rooms-gallery .owl-dot.active span,
.rooms-home .owl-dot span:hover,
.rooms-home .owl-dot.active span {
    background: #ac916e;
    border-color: #fff;
}

/*Home Gallery*/
.home-gallery {
    position: relative;
    overflow: hidden;
}

.home-gallery .owl-prev,
.home-gallery .owl-next {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    opacity: 0.85;
    transition: all 0.2s;
    backface-visibility: hidden;
    color: #ac916e;
}

.home-gallery .owl-prev:hover,
.home-gallery .owl-next:hover {
    color: #fff;
}

.home-gallery .owl-prev>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    right: -15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
    top: 50%;
}

.home-gallery .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.home-gallery .owl-prev {
    left: 0 !important;
    transform: translate3d(-50%, -50%, 0);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
}

.home-gallery .owl-next {
    right: 0 !important;
    transform: translate(50%, -50%);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
}

.home-gallery .item .service-box-home {
    margin: 8px 5px;
}

@media (max-width: 767px) {
    .home-gallery .owl-prev {
        left: 0px !important;
    }

    .home-gallery .owl-next {
        right: 0px !important;
    }
}

.home-gallery .owl-dots {
    text-align: center;
    list-style: none;
    padding-left: 0;
    margin-top: 0.4375rem;
    margin-bottom: 0;
}

.home-gallery .owl-dot {
    display: inline-block;
    margin: 0.4375rem;
}

.home-gallery .owl-dot span {
    font-size: 0;
    color: transparent;
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    padding: 0;
}

.home-gallery .owl-dot span:hover,
.home-gallery .owl-dot.active span {
    background: #ac916e;
    border-color: #ac916e;
}

.font-bold {
    font-weight: 600 !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-12 {
    font-size: 12px !important;
}

.box-address p span a {}

.box-address p span a:hover {
    color: #ac916e;
}

.single-slide-info {
    min-height: 183px;
    border: 1px solid #dee2e6;
}

.img-box img {
    width: 100%;
}

/*.room-features-box {
    border-left:1px solid #dcdcdc;
}
@media (max-width: 767px) 
{
    .room-features-box {
        border-left:none;
    }
}*/
.room-features {
    display: inline-block;
}

.room-features ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
    width: 100%;
    display: inline-block;
}

.room-features.cl ul li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
    list-style: none;
}

/*.room-features.cl ul li:before {
    content:'\f00c';
    position:absolute;
    left:0;
    width:16px;
    height:16px;
    font-family:"Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}*/
.room-features.cl ul li:before {
    content: '\e64c';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 23px;
    font-size: 16px;
    /*color: #ac916e;*/
    font-family: 'themify';
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.room-features.cl4 ul li {
    width: 25%;
    float: left;
    /*border-bottom:1px dotted #9f9f9f;*/
    padding-left: 18px;
    background: url(../images/check.png) no-repeat left top 3px;
}

.room-features.cl3 ul li {
    width: 33.333333%;
    float: left;
    /*border-bottom:1px dotted #9f9f9f;*/
    padding-left: 18px;
    background: url(../images/check.png) no-repeat left top 3px;
}

.room-info1 ul {
    list-style: none;
    padding: 0;
    /*margin:0;*/
}

.room-info1 ul li i {
    /*color:#ac916e;*/
    text-align: center;
    min-width: 25px;
}

.room-info1 ul li span {
    /*color:#ac916e;*/
}

.room-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*width:100%;
    display:inline-block;*/
}

.room-info ul li {
    border-bottom: 1px dotted #9f9f9f;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.form-horizontal {
    border: 1px solid #dcdcdc;
    padding: 15px;
}

@media (max-width: 767px) {
    .box-address p span {
        display: inline-block;
        width: 100%;
    }

    .room-features ul li {
        width: 100%;
        float: none;
    }

    .room-features.cl3 ul li {
        width: 100%;
        float: none;
    }

    .room-features.cl4 ul li {
        width: 100%;
        float: none;
    }

    /*.single-slide {padding:0 15px;}*/
}

#bgDiv {
    background-color: Gray;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.bgDiv {
    background-color: Gray;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.bgDiv1 {
    background-color: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.SubmitProgress {
    background-color: #FFFFFF;
    border: 2px solid #416549;
    border-radius: 5px 5px 5px 5px;
    left: 50%;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 10010;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#msgbox {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.msgboxContent {
    background-color: #FFFFFF;
    /*border: 2px solid #416549;*/
    max-width: 500px;
    /*margin:1.75rem auto;*/
    text-align: center;
    /*min-height: calc(100vh - 2.5rem);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    position: relative;
}

.msgboxContent .msg-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    color: #324436;
    padding: 5px;
}

.msgboxContent .msg-close i {
    line-height: 26px;
}

.msg-content {
    max-width: 500px;
}

.msg-error-icon i {
    color: #ec0000;
    font-size: 40px;
}

.msg-complete-icon i {
    color: #5aa162;
    font-size: 40px;
}

#Progress {
    background-color: #FFFFFF;
    border: 2px solid #b5d549;
    border-radius: 5px 5px 5px 5px;
    left: 50%;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 10010;
}

.title-room {
    min-height: 50px;
}

.form-check label {
    float: left;
}

.site-menu .language {
    border-left: 1px solid #dcdcdc;
    margin-left: 15px;
}

.site-menu .language a {
    margin-left: 15px;
    /*font-family: whitney-light;*/
    /*text-transform: uppercase;*/
    font-size: 13px;
    float: left;
}

/*.site-menu .language a img{float:left;}*/
.site-menu .language a span {
    margin-left: 5px;
}

.wrap-about-us {
    position: relative;
    float: left;
    width: 100%;
}

@media (min-width: 1024px) {
    .wrap-about-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrap-about-us::before {
        border: 10px solid rgba(134, 112, 80, .24);
        box-sizing: border-box;
        content: "";
        height: 100%;
        position: absolute;
        display: inline-block;
        left: auto;
        right: 0;
        top: 0;
        width: 96%;
        background: #fff;
    }
}

/*.box-about-us {
    padding-right:22px;
}*/
/*@media (max-width: 990px) {    
.box-about-us {
    padding-right:0;
}
}*/
.title-small {
    font-size: 15px;
    font-family: 'Vidaloka', sans-serif;
    font-weight: 400;
    color: #ac916e;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 0;
}

.title-h2 {
    /*margin: 0em auto 0.8em;
    color: #333;
    font-weight: 500;
    font-size: 2em;
    letter-spacing: 1px;
    font-family:"Vidaloka";*/
    font-size: 45px;
    font-family: 'Vidaloka', serif;
    font-weight: 700;
    color: #ac916e;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.title-details {
    margin: 0em auto 0.8em;
    color: #333;
    font-weight: 500;
    font-size: 2.5em;
    letter-spacing: 1px;
    font-family: "Vidaloka";
}

.title-page h1,
.title-page .h1 {
    /*font-size: 35px;*/
    font-family: 'Vidaloka', serif;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 0;
    line-height: 1.25em;
}

.title-page h2,
.title-page .h2 {
    font-size: 45px;
    color: #fff !important;
    position: relative;
    font-family: 'Vidaloka', serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0;
}

.title-page img {
    height: 20px;
    width: auto;
}

.title-page .img-left {
    margin-right: 10px;
}

.title-page .img-right {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .box-about-left .box-about-content {
        margin-top: 15px;
        max-width: inherit;
        padding: 0 15px;
    }

    .title-page h1,
    .title-page .h1 {
        font-size: 35px;
        line-height: 1;
    }

    .title-page img {
        height: 15px;
        width: auto;
    }

    .title-page h2,
    .title-page .h2 {
        font-size: 35px;
    }
}

.box-shadow-4 {
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
}

.btn-underline {
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.slick-slide:not(.slick-active) {
    /*margin: 20px 0px 0px;*/
    /*opacity: 0.3;*/
}

.cat-title {
    /*margin: 10px 0 0 0;*/
    line-height: 2;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #7d6d58;
    font-family: "Vidaloka";
}

.button-web {
    display: inline-block;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    font-family: 'Barlow', sans-serif;
    background-color: #ff6600;
    border: 1px solid transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.button-web span {
    position: relative
}

.button-web:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border: 1px solid transparent;
    background-color: #FFF;
    opacity: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    content: '';
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*.button-web:after {
    position: relative;
    vertical-align: 5px;
    display: inline-block;
    margin-left: 15px;
    width: 30px;
    height: 1px;
    background-color: #FFF;
    content: '';
}*/

.button-web:hover,
.button-web:hover i {
    color: #ff6600
}

.button-web:hover:after {
    background-color: #ff6600
}

.button-web:hover:before {
    opacity: 1;
    width: 100%;
    right: 0;
    bottom: 0;
    border-color: #ff6600
}

.mega-menu {
    width: 100%;
    padding: 15px !important;
    top: 96% !important;
}

.catmenu {
    border-bottom: 1px dotted #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.mega-menu ul li {
    padding: 5px 0;
}

.mega-menu ul li a i {
    margin-right: 5px;
}

.mobile-brand-list {
    display: none;
}

.tabbox {
    display: inline-block;
    width: 100%;
}

.tabbox li {
    display: inline-block;
}

.tabbox li a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .tabbox {
        display: none;
    }

    .tabbox li {
        font-size: 1rem;
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .mobile-brand-list {
        display: block;
    }
}

.font30 {
    font-size: 1.875rem !important;
}

.font16 {
    font-size: 1rem !important;
}

.font20 {
    font-size: 1.25rem !important;
}

#result h3.title {
    overflow: hidden;
    height: 40px;
    text-transform: none;
    color: #fff;
}

.box-address {
    padding: 0 0 15px 0;
    font-size: 15px;
    line-height: 1.8;
}

.box-address p i {
    margin-right: 5px;
}

.mobile-brand-list {
    border: 1px solid #e3e3e3;
}

.btn-brand-list {
    width: 100%;
    padding: 0.5rem 1rem;
    color: #fff;
}

.btn-brand-list:hover {
    color: #ea2428;
}

.stretcher-item {
    position: relative;
    /*background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 30vh;*/
    overflow: hidden;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.stretcher-item figure {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    z-index: 999;
    font-size: initial;
    padding: 20px 10px;
    width: 100%;
    left: 0;
    bottom: -20px;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.our-people .stretcher-item figure {
    margin: 0;
}

.our-people .stretcher-item:hover figure {
    top: 0;
    bottom: 0;
}

.stretcher-item figure figcaption {
    white-space: normal;
    font-size: 13px;
}

.stretcher-item figure h4 {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .stretcher-item figure {
        padding: 20px 30px;
    }
}

.stretcher-item:hover figure {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-active:hover figure {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*.portfolio-row {
margin-left:.25rem !important;
margin-right:.25rem !important;
}*/
.pl-125rem,
.px-125rem {
    padding-left: .125rem !important;
}

.pr-125rem,
.px-125rem {
    padding-right: .125rem !important;
}

/*.GalleryDetail {
padding:0 80px;
}*/
.g-thumbs {
    height: 80px;
}

.g-detail-title {
    text-align: left;
    padding: 1rem 1.913rem;
}

@media (min-width: 1921px) {
    .box-gallery {
        height: 57rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1920px) {
    .box-gallery {
        height: 42rem;
    }
}

@media (max-width: 991px) {

    /*.GalleryDetail {
        padding: 0;
    }*/
    .box-gallery {
        height: 35rem;
    }
}

@media (max-width: 960px) {
    .box-gallery {
        height: 33rem;
    }
}

@media (max-width: 860px) {
    .box-gallery {
        height: 31rem;
    }
}

@media (max-width: 768px) {
    .box-gallery {
        height: 29rem;
    }

    .g-detail-title {
        position: absolute;
        bottom: 0;
        text-align: center;
        padding: 1rem;
    }
}

@media (max-width: 660px) {
    .box-gallery {
        height: 27rem;
    }
}

@media (max-width: 560px) {
    .box-gallery {
        height: 24rem;
    }
}

@media (max-width: 500px) {
    .box-gallery {
        height: 22rem;
    }
}

@media (max-width: 480px) {
    .box-gallery {
        height: 19rem;
    }
}

@media (max-width: 420px) {
    .box-gallery {
        height: 17rem;
    }
}

@media (max-width: 360px) {
    .box-gallery {
        height: 15rem;
    }
}

@media (max-width: 260px) {
    .box-gallery {
        height: 13rem;
    }
}

@media (max-width: 768px) {
    .g-thumbs {
        height: 50px;
    }

    .home-brands-thumbs .slick-arrow {
        top: 0;
    }
}

.box-title-portfolio {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 20px;
    max-width: 300px;
    z-index: 9999;
}

.box-link-portfolio {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    max-width: 300px;
    z-index: 9999;
    line-height: 40px;
}

@media (max-width: 768px) {
    .box-title-portfolio {
        position: initial;
        text-align: center;
        width: 100%;
        max-width: initial;
    }

    .box-link-portfolio {
        display: none;
    }
}

.black-list {
    color: #fff;
}

.black-list:hover {
    color: #ea2428;
}

.bg-content {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}

.popover-body ul {
    list-style: none;
    padding: 0;
}

.title-content {
    border-bottom: 1px solid #bebebe;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media (max-width: 990px) {
    .title-content {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.page-header-detail {
    /*padding-top: 200px;
    padding-bottom: 200px;*/
    /*margin-top: -180px;*/
}

@media (max-width: 768px) {
    .page-header-detail {
        margin-top: 0px;
    }
}

/*  
    ----------------------------------
    33. Booking
    ----------------------------------
*/
.booking {
    padding-top: 0;
}

.booking.booking-inner {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .booking.booking-inner {
        /*margin-top: -165px;*/
        z-index: 9;
        position: relative;
        color: #333;
    }

    .booking.booking-inner .booking-wrapper {
        position: relative;
    }

    .booking.booking-inner .booking-wrapper:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}

/*@media (max-width: 991px) {
  .booking.booking-inner .booking-wrapper {
    background-color: #fff;
    color: white;
  }
}*/

.booking.booking-light-theme .booking-wrapper {
    border-bottom: 1px solid #dddddd;
}

.booking.booking-default-theme {
    padding-bottom: 0;
    color: white;
    background-color: #7d6d58;
}

.booking.booking-default-theme .section-header .title {
    color: white;
    text-align: center;
}

.booking .section-header {
    padding-top: 15px;
    padding-bottom: 0;
    background-color: transparent;
}

.booking .section-header span {
    font-size: 100%;
    color: inherit;
}

@media (min-width: 768px) {
    .booking .section-header {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .booking .section-header {
        padding-top: 35px;
    }
}

@media (min-width: 1200px) {
    .booking .section-header {
        padding-top: 40px;
    }
}

.booking .booking-wrapper {
    font-weight: 200;
}

.booking .booking-wrapper .datepicker,
.booking .booking-wrapper .qty-result {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    text-indent: -99999px;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 9;
}

.booking .booking-wrapper .date {
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.booking .booking-wrapper .date:after {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f061";
    position: absolute;
    left: 100%;
    top: 50%;
    font-size: 20px;
    margin-top: -6px;
    font-weight: 300;
}

.booking .booking-wrapper .guests:after {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f055";
    position: absolute;
    left: 50px;
    top: 50%;
    font-size: 20px;
    margin-top: -6px;
    font-weight: 300;
}

.booking .booking-wrapper .date .day {
    font-size: 40px;
    line-height: 40px;
}

/*.booking .booking-wrapper .date .year {
  display: none;
}*/

.booking .booking-wrapper .guests input {
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.booking .booking-wrapper .guests .qty-result-text {
    font-size: 40px;
    line-height: 40px;
}

@media (min-width: 992px) {
    .booking .booking-wrapper .guests .qty-result-text {
        font-size: 50px;
        line-height: 50px;
    }
}

.booking .booking-wrapper .guests input::-webkit-outer-spin-button,
.booking .booking-wrapper .guests input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.booking .booking-wrapper .guests .guest-list {
    display: none;
    background-color: white;
    position: fixed;
    z-index: 99999;
    margin: 0;
    padding: 0;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
}

.booking .booking-wrapper .guests .guest-list li {
    color: #3a3d45;
    padding: 0;
    list-style-type: none;
    padding: 10px 0;
}

.booking .booking-wrapper .guests .guest-list li.header,
.booking .booking-wrapper .guests .guest-list li.footer {
    background-color: #000;
    color: white;
    padding: 10px 15px;
}

.booking .booking-wrapper .guests .guest-list li.header .qty-apply,
.booking .booking-wrapper .guests .guest-list li.footer .qty-apply {
    font-size: 70%;
    cursor: pointer;
    float: right;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.booking .booking-wrapper .guests .guest-list li div {
    font-size: large;
    float: left;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(1) {
    width: 20%;
    padding-left: 10px;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(2) {
    width: 40%;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(2) span {
    font-size: 18px;
    padding: 3px 10px;
    display: inline-block;
    font-weight: 300;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(2) span small {
    display: block;
    font-weight: 200;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(3) {
    width: 40%;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}

.booking .booking-wrapper .guests .guest-list li div>span {
    font-size: 70%;
}

.booking .booking-wrapper .guests .guest-list li .qty-amount {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #dddddd;
    border-radius: 100%;
    font-weight: 500;
}

.booking .booking-wrapper .guests .guest-list li .qty-btn {
    border: 2px solid #dddddd;
    border-radius: 100%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin-left: 7px;
    outline: none;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.booking .booking-wrapper .guests .guest-list li .qty-btn:hover {
    background-color: #000;
    color: white;
    border-color: #000;
}

@media (min-width: 768px) {
    .booking .booking-wrapper .guests .guest-list {
        position: absolute;
        width: auto;
        min-width: 350px;
        left: 0;
        top: 93px;
    }
}

@media (min-width: 992px) {
    .booking .booking-wrapper .guests .guest-list {
        top: 108px;
    }
}

.booking .booking-wrapper .date,
.booking .booking-wrapper .guests {
    position: relative;
    padding-top: 20px;
}

.booking .booking-wrapper .date .date-value,
.booking .booking-wrapper .guests .date-value {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Vidaloka", serif;
}

.booking .booking-wrapper .date:before,
.booking .booking-wrapper .guests:before {
    position: absolute;
    content: attr(data-text);
    left: 0;
    top: 0;
    color: #6d6e71;
    font-size: 12px;
}

.booking .booking-wrapper .date:hover .date-value,
.booking .booking-wrapper .guests:hover .date-value {
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.booking .booking-wrapper .btn {
    display: block;
    /*padding: 20px;*/
    width: 100%;
    /*font-size: 150%;*/
    text-transform: none;
}

.booking .booking-wrapper .btn small {
    display: block;
    font-size: 50%;
}

@media (min-width: 992px) {

    .booking .booking-wrapper .text-size,
    .booking .booking-wrapper .date .day,
    .booking .booking-wrapper .guests .qty-result {
        font-size: 50px;
        line-height: 50px;
        color: #7d6d58;
    }

    /*.booking .booking-wrapper {
    padding: 20px;
  }*/
    .booking .booking-wrapper .date .month {
        display: inline-block;
    }

    .booking .booking-wrapper .guests .qty-result {
        height: 80px;
    }

    .booking .booking-wrapper .btn {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .booking .booking-wrapper .date {
        padding-right: 0;
    }

    .booking .booking-wrapper .date:after {
        display: none;
    }

    /*.booking .booking-wrapper .btn {
    margin-top: 15px;
  }*/
}

@media (max-width: 991px) {
    .booking .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

/*  
    ----------------------------------
    34. Datepicker
    ----------------------------------
*/

/*.ui-datepicker .ui-datepicker-header {
    background: #ac916e;
    border: #ac916e;
    color: #fff;
}
.ui-datepicker {
    font-size: 15px;
    color: #222;
    background: #fff;
    z-index: 100 !important;
    border-radius: 0px;
    z-index:9999;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #f8f5f0;
    background: #f8f5f0;
    color: #222;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #ac916e;
    background: #ac916e;
    font-weight: normal;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev:after {
    font-size: 10px;
    content: "\e875";
    font-family: "LinearIcons";
    color: #fff;
    width: 100%;
    text-align:center;
}
.ui-datepicker .ui-datepicker-next:before {
    font-size: 10px;
    content: "\e876";
    font-family: "LinearIcons";
    color: #fff;
    float: right;
    width: 100%;
    text-align:center;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: #d2a233;
    border: 1px solid transparent;
}*/
.btn-form1-submit {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    background: #7d6d58;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    text-decoration: none;
    line-height: 62.5px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.btn-form1-submit:hover {
    background: #ac916e;
    color: #fff;
}

.btn-form1-submit:focus {
    outline: none;
}

.btn-form1-submit:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: inherit;
}

/*.ui-datepicker {
  z-index: 10009 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background-color: #000;
}

.ui-datepicker .ui-datepicker-title {
  background-color: #000;
  font-family: "Vidaloka", sans-serif;
}

@media (max-width: 767px) {
  .ui-datepicker {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 0 !important;
    margin-top: 0 !important;
    position: fixed !important;
  }
}*/


.blog aside {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background-color: #eeeeee;
}

.blog aside .booking .booking-wrapper {
    padding: 20px;
}

.blog aside .booking .booking-wrapper .date:after {
    display: none;
}

.blog aside .booking .booking-wrapper .date .day {
    font-size: 50px;
    line-height: 55px;
}

.blog aside .booking .booking-wrapper .btn {
    font-size: 100%;
    margin-top: 15px;
}

.blog aside .box {
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.blog aside .box .title {
    padding-top: 7.5px;
    margin-bottom: 15px;
}

.blog aside .box ul {
    margin: 0;
    padding: 0;
}

.blog aside .box ul li {
    list-style-type: circle;
    margin-left: 20px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog aside .box ul li:hover {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.blog aside .box ul li a {
    color: black;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea;
}

.blog aside .box ul li.active {
    list-style-type: disc;
}

.blog aside .box ul li.active a {
    color: #000;
    opacity: 0.8;
}

.blog aside .box ul li:last-child a {
    border-bottom: 0;
}

.blog aside .box.box-search {
    padding: 0;
    position: relative;
    background-color: white;
}

.blog aside .box.box-search .form-control {
    border: 0;
}

.blog aside .box.box-search .btn {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
}

.blog aside .box.box-posts ul li {
    list-style-type: none;
    margin-left: 0;
}

.blog aside .box.box-posts ul li a {
    position: relative;
    display: table;
    width: 100%;
}

.blog aside .box.box-posts ul li a>span {
    display: table-cell;
    vertical-align: middle;
}

.blog aside .box.box-posts ul li a .date {
    width: 40px;
    text-align: center;
    line-height: 1;
}

.blog aside .box.box-posts ul li a .date span {
    display: block;
}

.blog aside .box.box-posts ul li a .date span:nth-child(1) {
    font-size: 75%;
}

.blog aside .box.box-posts ul li a .date span:nth-child(2) {
    font-weight: 500;
    font-size: 20px;
}

.blog aside .box.box-posts ul li a .text {
    padding-left: 5px;
}

.blog aside .box.box-tags ul li {
    margin: 0 2px 2px 0;
    display: block;
    float: left;
}

.blog aside .box.box-tags ul li:hover {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.blog aside .box.box-tags ul li a {
    padding: 7.5px;
    border: 0;
    background-color: #000;
    color: white;
    font-size: 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.blog aside .box.box-tags ul li a:hover {
    background-color: #112942;
}

@media (min-width: 768px) {
    .blog aside {
        display: block;
    }
}

.form-check-book {
    width: auto;
    display: block;
    background-color: #ffffff;
    transition: all .46s;
    /*max-width: inherit;*/
    padding: 0;
}

.form-check-book input {
    color: #222;
    /*height: 2.4rem;*/
    /*height: calc(1.5em + 1rem + 2px);*/
    /*padding: 0 1.25rem;*/
    display: block;
    width: 100%;
    border: none;
    padding: 20px 40px 20px 20px;
    font-size: 15px;
}

/*select{
    display:block;
    width:100%;
    height:3.5rem;
    margin:0 0 0 0;
    padding:0 0 0 .5rem;
    border:none;
    border-bottom:.1rem solid #dbd9d9;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:url(/images/icons/select-arrow.svg) no-repeat center right 3px transparent; background-size:16px 8px}
select:focus,select:active{border-bottom-color:#000}
select:disabled{opacity:.33 !important}
select:disabled:focus,select:disabled:active{border-bottom:1px solid #d9d9d9;}*/
.form-check-book select {
    width: 100%;
    height: 2.4rem;
    position: relative;
    z-index: 5;
    background-color: transparent;
    /*color: #fff;*/
    font-weight: 500;
    padding: 0 1.25rem;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    background-size: 18px 9px;
}

.form-check-book select option {
    background-color: #7d6d58;
    color: #fff;
}

.form-check-book .sep {
    background-color: #f1eeeb;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: inherit;
    left: inherit;
    height: 1.2rem;
    width: .1rem;
    position: absolute;
    /*opacity: .42;*/
}

.home-form-check {
    /*top:-150px;*/
    margin: 0 auto;
}

.home-form-check .about-us {
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
    box-shadow: 0 0 .5rem 0 rgba(0, 0, 0, .16);
}

.home-form-check .about-us .inner {
    border-color: #b7c726;
    border-width: 0.125rem;
    border-style: solid;
    position: relative;
    z-index: 1;
    padding: 7rem 17rem 7.5rem 17rem;
}

.home-form-check .about-us .inner .inner-body {
    text-align: justify;
    line-height: 2.4rem;

}

a.line-link-animation {
    /*font-size: 13px;
    font-size: 1.3rem;*/
    display: inline-block;
    font-weight: 600;
    padding-bottom: 0;
    border: none;
}

.about-us a.line-link-animation {
    padding-top: 0;
    background: url(../images/icons/icon-off-page-link.svg) no-repeat top right;
    background-size: auto;
    background-size: 12px 12px;
}

a.line-link-animation:hover {
    color: #333;
}

.about-us a.line-link-animation {
    padding-right: 17px;
    font-weight: 600;
}

a.line-link-animation span.line-animated {
    display: block;
    width: 100%;
    border-bottom: .1rem solid #000;
    margin-top: .6rem;
}

.line-animated {
    border-bottom-color: #000;
}

.home-form-check .about-us .badge {
    position: absolute;
    z-index: 200;
}

@media (min-width: 601px) {
    .home-form-check .about-us .badge {
        left: -0.25rem;
        bottom: -3.5rem;
        width: 10rem;
    }
}

@media (min-width: 1201px) {
    .home-form-check .about-us .badge {
        left: -4.2rem;
        bottom: -9rem;
        width: 28rem;
    }
}

.accepted-cards {
    /*margin-top:5px;*/
    text-align: right;
}

.accepted-cards label {
    margin: 0;
    font-size: 16px;
    color: #ac916e;
    /*display:block;*/
}

.accepted-cards img {
    height: 22px;
    width: auto;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .accepted-cards {
        text-align: center;
        margin-bottom: 20px;
    }

    .accepted-cards label {
        display: block;
    }

    .accepted-cards img {
        margin-left: 0px;
        margin-top: 10px;
    }
}

.bottom-0 {
    bottom: 0;
}

.home-post .info h3 {
    color: #fff;
    margin: 0;
    width: 60%;
    text-align: center;
}

.ptop-0 {
    padding-top: 0;
}

.ptop-1 {
    padding-top: 1rem;
}

.ptop-2 {
    padding-top: 2rem;
}

.ptop-3 {
    padding-top: 3rem;
}

.ptop-4 {
    padding-top: 4rem;
}

.ptop-5 {
    padding-top: 5rem;
}

.ptop-6 {
    padding-top: 6rem;
}

.ptop-7 {
    padding-top: 7rem;
}

.ptop-8 {
    padding-top: 8rem;
}

.ptop-9 {
    padding-top: 9rem;
}

.ptop-10 {
    padding-top: 10rem;
}

.ptop-11 {
    padding-top: 11rem;
}

.ptop-12 {
    padding-top: 12rem;
}

.ptop-13 {
    padding-top: 13rem;
}

.ptop-14 {
    padding-top: 14rem;
}

.ptop-15 {
    padding-top: 15rem;
}

@media (max-width: 768px) {
    .ptop-4 {
        padding-top: 2rem;
    }

    .ptop-5 {
        padding-top: 2rem;
    }

    .ptop-6 {
        padding-top: 2rem;
    }

    .ptop-7 {
        padding-top: 3rem;
    }

    .ptop-8 {
        padding-top: 3rem;
    }

    .ptop-9 {
        padding-top: 3rem;
    }

    .ptop-10 {
        padding-top: 4rem;
    }

    .ptop-11 {
        padding-top: 4rem;
    }

    .ptop-12 {
        padding-top: 3rem;
    }

    .ptop-13 {
        padding-top: 5rem;
    }

    .ptop-14 {
        padding-top: 5rem;
    }

    .ptop-15 {
        padding-top: 5rem;
    }
}

.pbottom-0 {
    padding-bottom: 0;
}

.pbottom-1 {
    padding-bottom: 1rem;
}

.pbottom-2 {
    padding-bottom: 2rem;
}

.pbottom-3 {
    padding-bottom: 3rem;
}

.pbottom-4 {
    padding-bottom: 4rem;
}

.pbottom-5 {
    padding-bottom: 5rem;
}

.pbottom-6 {
    padding-bottom: 6rem;
}

.pbottom-7 {
    padding-bottom: 7rem;
}

.pbottom-8 {
    padding-bottom: 8rem;
}

.pbottom-9 {
    padding-bottom: 9rem;
}

.pbottom-10 {
    padding-bottom: 10rem;
}

.pbottom-11 {
    padding-bottom: 11rem;
}

.pbottom-12 {
    padding-bottom: 12rem;
}

.pbottom-13 {
    padding-bottom: 13rem;
}

.pbottom-14 {
    padding-bottom: 14rem;
}

.pbottom-15 {
    padding-bottom: 15rem;
}

@media (max-width: 768px) {
    .pbottom-4 {
        padding-bottom: 2rem;
    }

    .pbottom-5 {
        padding-bottom: 2rem;
    }

    .pbottom-6 {
        padding-bottom: 2rem;
    }

    .pbottom-7 {
        padding-bottom: 3rem;
    }

    .pbottom-8 {
        padding-bottom: 3rem;
    }

    .pbottom-9 {
        padding-bottom: 3rem;
    }

    .pbottom-10 {
        padding-bottom: 4rem;
    }

    .pbottom-11 {
        padding-bottom: 4rem;
    }

    .pbottom-12 {
        padding-bottom: 4rem;
    }

    .pbottom-13 {
        padding-bottom: 5rem;
    }

    .pbottom-14 {
        padding-bottom: 5rem;
    }

    .pbottom-15 {
        padding-bottom: 5rem;
    }
}

.service-content {
    padding: 2rem 1.5rem;
}

@media (max-width: 768px) {
    .service-content {
        padding: 0 1.5rem 3rem 1.5rem;
    }
}

.home-banner {
    /*background-image: url(/UploadFile/Banner/home1.jpg);*/
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background: #474747;
    background: -moz-linear-gradient(left, #474747 0%, #a0a0a0 100%);
    background: -webkit-linear-gradient(left, #474747 0%, #a0a0a0 100%);
    background: linear-gradient(to right, #474747 0%, #a0a0a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#a0a0a0',GradientType=1 );*/
    /*height:800px;*/
}

.smartsoft {
    bottom: 30px;
    left: 0px;
    display: block;
}

.smartsoft-phone.smartsoft-static {
    opacity: 0.8;
}

.smartsoft-phone.smartsoft-hover {
    opacity: 0.5;
}

.smartsoft-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running smartsoft-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 160px;
    left: 20px;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 160px;
}

.smartsoft-phone.smartsoft-active .smartsoft-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running smartsoft-circle-anim !important;
}

.smartsoft-phone.smartsoft-static .smartsoft-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running smartsoft-circle-anim !important;
}

.smartsoft-phone.smartsoft-hover .smartsoft-ph-circle {
    border-color: rgba(154, 72, 55, 1);
    opacity: 0.5;
}

.smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-circle {
    border-color: rgba(236, 16, 25, 1);
    opacity: 0.5;
}

.smartsoft-phone.smartsoft-green .smartsoft-ph-circle {
    border-color: rgba(154, 72, 55, 1);
    opacity: 0.5;
}

.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-circle {
    border-color: rgba(154, 72, 55, 0.96);
    opacity: 0.5;
}

.smartsoft-phone.smartsoft-gray .smartsoft-ph-circle {
    border-color: rgba(236, 16, 25, 1);
    opacity: 0.5;
}

.smartsoft-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 100px;
    left: 50px;
    opacity: 0.1;
    position: absolute;
    top: 50px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}

.smartsoft-phone.smartsoft-active .smartsoft-ph-circle-fill {
    animation: 1.7s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim !important;
}

.smartsoft-phone.smartsoft-static .smartsoft-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim !important;
    opacity: 0 !important;
}

.smartsoft-phone.smartsoft-hover .smartsoft-ph-circle-fill {
    background-color: rgba(154, 72, 55, 1);
    opacity: 0.75 !important;
}

.smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-circle-fill {
    background-color: rgba(154, 72, 55, 1);
    opacity: 0.75 !important;
}

.smartsoft-phone.smartsoft-green .smartsoft-ph-circle-fill {
    background-color: rgba(204, 116, 92, 1);
    opacity: 0.75 !important;
}

.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    opacity: 0.75 !important;
}

.smartsoft-phone.smartsoft-gray .smartsoft-ph-circle-fill {
    background-color: rgba(154, 72, 55, 1);
    opacity: 0.75 !important;
}

.smartsoft-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim;
    background-color: rgba(30, 30, 30, 0.1);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==");
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 70px;
    /*opacity: 0.9;*/
    position: absolute;
    top: 70px;
    transform-origin: 50% 50% 0;
    width: 60px;
}

.smartsoft-phone.smartsoft-active .smartsoft-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim !important;
}

/*.smartsoft-phone.smartsoft-static .smartsoft-ph-img-circle {animation: 0s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim !important;}*/
.smartsoft-phone.smartsoft-hover .smartsoft-ph-img-circle {
    background-color: rgba(154, 72, 55, 1);
}

.smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-img-circle {
    background-color: rgba(154, 72, 55, 1);
}

.smartsoft-phone.smartsoft-green .smartsoft-ph-img-circle {
    background-color: #9a4837;
    /*background-color: rgba(233,48,0, 1);*/
}

.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-img-circle {
    background-color: rgba(154, 72, 55, 0.96);
}

.smartsoft-phone.smartsoft-gray .smartsoft-ph-img-circle {
    background-color: rgba(236, 16, 25, 1);
}

.smartsoft-phone {
    background-color: transparent;
    cursor: pointer;
    height: 160px;
    width: 160px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    z-index: 100 !important;
}

.smartsoft-phone.smartsoft-show {
    visibility: visible;
}

@keyframes smartsoft-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0) scale(.5) skew(1deg)
    }

    30% {
        opacity: .5;
        transform: rotate(0) scale(.7) skew(1deg)
    }

    100% {
        opacity: .1;
        transform: rotate(0) scale(.7) skew(1deg)
    }
}

@keyframes smartsoft-circle-fill-anim {
    50% {
        opacity: .2;
        transform: rotate(0) scale(1) skew(1deg)
    }

    0%,
    100% {
        opacity: .2;
        transform: rotate(0) scale(.7) skew(1deg)
    }
}

@keyframes smartsoft-circle-img-anim {

    0%,
    100%,
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@media (max-width: 939px) {
    .smartsoft {
        bottom: 0;
        left: 0px;
        display: block;
    }

    .smartsoft-ph-circle-fill {
        animation: 2.3s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim;
        background-color: #000;
        border: 2px solid transparent;
        border-radius: 100%;
        height: 50px;
        left: 25px;
        opacity: 0.1;
        position: absolute;
        top: 25px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 50px;
    }

    .smartsoft-ph-img-circle {
        animation: 1s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim;
        background-color: rgba(30, 30, 30, 0.1);
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==");
        background-position: center center;
        background-repeat: no-repeat;
        border: 2px solid transparent;
        border-radius: 100%;
        height: 30px;
        left: 35px;
        /*opacity: 0.7;*/
        position: absolute;
        top: 35px;
        transform-origin: 50% 50% 0;
        width: 30px;
        background-size: 25px 25px;
    }

    .smartsoft-phone {
        background-color: transparent;
        cursor: pointer;
        height: 100px;
        position: fixed;
        transition: visibility 0.5s ease 0s;
        visibility: hidden;
        width: 100px;
        z-index: 100 !important;
    }

    .smartsoft-ph-circle {
        animation: 1.2s ease-in-out 0s normal none infinite running smartsoft-circle-anim;
        background-color: transparent;
        border: 2px solid rgba(30, 30, 30, 0.4);
        border-radius: 100%;
        height: 80px;
        left: 10px;
        opacity: 0.1;
        position: absolute;
        top: 10px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 80px;
    }
}

ul.list_icon li {
    font-size: 16px;
    color: #000;
    position: relative;
    margin-bottom: 13px;
}

ul.list_icon {
    padding-left: 25px;
}

ul.list_icon li {
    padding-left: 25px;
}

ul.list_icon li::before {
    content: "";
    /*content: "\f0a9";
    font-family: "Font Awesome 5 Pro";*/
    position: absolute;
    width: 16px;
    height: 25px;
    left: 0;
    /*font-size:15px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight:900;*/
}

.box-price {
    font-size: 25px;

}

.box-price strong {
    color: #ac916e;
}

.accepted-cards img {
    height: 24px;
}

.box-content {
    padding: 3rem;
}

@media (max-width: 768px) {
    .box-content {
        padding: 1rem;
    }
}

#formcheckbook .box-formcheckbook {
    position: absolute;
    top: -8rem;
    z-index: 12;
    width: 100%;
}

#formcheckbook.on .box-formcheckbook {
    position: fixed;
    top: 99px;
    z-index: 20;
    width: 100%;
    background: #333;
    -webkit-transition: width .5s, background-color .5s;
    transition: width .5s, background-color .5s;
}

#formcheckbook1 .box-formcheckbook1 {
    position: absolute;
    top: -5rem;
    z-index: 12;
    width: 100%;
}

#formcheckbook1.on .box-formcheckbook1 {
    position: fixed;
    top: 103px;
    z-index: 12;
    width: 100%;
    background: #333;
    -webkit-transition: width .5s, background-color .5s;
    transition: width .5s, background-color .5s;
}

header .caption span i.star-rating {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.date-icon {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.date-icon-png {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.room-gallery {
    padding: 0 20px;
}

@media (max-width: 768px) {
    .room-gallery {
        padding: 0;
    }
}

.m-6 {
    margin: 3.5rem !important
}

.mt-6,
.my-6 {
    margin-top: 3.5rem !important
}

.mr-6,
.mx-6 {
    margin-right: 3.5rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 3.5rem !important
}

.ml-6,
.mx-6 {
    margin-left: 3.5rem !important
}

.m-7 {
    margin: 4rem !important
}

.mt-7,
.my-7 {
    margin-top: 4rem !important
}

.mr-7,
.mx-7 {
    margin-right: 4rem !important
}

.mb-7,
.my-7 {
    margin-bottom: 4rem !important
}

.ml-7,
.mx-7 {
    margin-left: 4rem !important
}

.m-8 {
    margin: 4.5rem !important
}

.mt-8,
.my-8 {
    margin-top: 4.5rem !important
}

.mr-8,
.mx-8 {
    margin-right: 4.5rem !important
}

.mb-8,
.my-8 {
    margin-bottom: 4.5rem !important
}

.ml-8,
.mx-8 {
    margin-left: 4.5rem !important
}

.m-9 {
    margin: 5rem !important
}

.mt-9,
.my-9 {
    margin-top: 5rem !important
}

.mr-9,
.mx-9 {
    margin-right: 5rem !important
}

.mb-9,
.my-9 {
    margin-bottom: 5rem !important
}

.ml-9,
.mx-9 {
    margin-left: 5rem !important
}

.service-box-home .content {
    padding: 0 15%;
}

.copyright {
    font-size: 14px;
    margin-bottom: 0;
    color: #ac916e;
    /*text-transform:uppercase;*/
}

@media (max-width: 768px) {
    .copyright {
        text-align: center;
        margin-bottom: 15px;
    }
}

.fix-title {
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

/* ======= type10 style ======= */

.type10 .service-box-home {
    position: relative;
    overflow: hidden;
}

.type10 .service-box-home:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.type10 .service-box-home:hover a.zoom {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.type10 .service-box-home:hover .con {
    padding-bottom: 100px;
    display: none;
}

.type10 .service-box-home .con-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 9;
    background-color: rgba(33, 33, 33, 0.7);
    padding: 25px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.type10 .service-box-home:hover .con-content {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

/*.type10 .service-box-home .con .con-content {
    display:none;    
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}*/
.type10 .service-box-home img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.type10 .service-box-home .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Barlow', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}

.type10 .service-box-home .category a {
    color: #fff;
}

.type10 .service-box-home .category:hover {
    color: #fff;
}

.type10 .service-box-home .con {
    padding: 20px 20px 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    /*text-align: center;*/
    z-index: 2;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.type10 .service-box-home .con h6,
.type10 .service-box-home .con h6 a {
    position: relative;
    color: #fff;
    /*font-size: 15px;*/
    font-family: 'Brygada 1918', sans-serif;
    display: inline;
    letter-spacing: 3px;
    /*text-transform: uppercase;*/
}

.type10 .service-box-home .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.type10 .service-box-home .con h5,
.type10 .service-box-home .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.type10 .service-box-home .con p {
    color: #fff;
    font-size: 20px;
}

.type10 .service-box-home .con i {
    color: #fff;
    font-size: 15px;
}

.type10 .service-box-home .con i:hover {
    color: #fff;
    cursor: pointer;
}

.type10 .service-box-home .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
}

.type10 .service-box-home .con .butn-light:hover {
    border-color: #1f3d7c;
}

/* line animation */
.type10 .service-box-home .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 30px;
}

.type10 .service-box-home:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

/* facilities */
.type10 .facilities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.type10 .facilities ul li {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding-bottom: 20px;
    float: left;
}

.type10 .facilities ul li i {
    margin-right: 10px;
}

/* permalink */
.type10 .service-box-home .con .permalink {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}

.type10 .service-box-home .con .permalink a {
    color: #fff;
    text-align: right;
    line-height: normal;
}

.type10 .service-box-home .con .permalink i {
    font-size: 10px;
    text-align: right;
}

.type10 .service-box-home .con .permalink a:hover,
.type10 .service-box-home .con .permalink i:hover {
    color: #1f3d7c;
}

@media (max-width: 768px) {
    .type10 {
        text-align: center;
    }

    /*.type10 .service-box-home .con {
        position:inherit;
        background-color:#23283E;
    }*/
    .type10 .service-box-home:hover .con {
        padding: 20px 20px 30px 20px;
    }

    .type10 .service-box-home:hover .con {
        display: block;
    }

    .type10 .service-box-home .con h6 a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .type10 .service-box-home .con-content {
        display: none !important;
    }
}

.menu-pc {
    /*background-color:#ecdbce;*/
    padding: 6px;
}

.menu-pc i {
    font-size: 16px;
    color: #fff;
}

.menu-pc:hover i:before {
    color: #b5947d !important;
}

.logo-feft {
    text-align: center;
}

.logo-feft img {
    width: 140px;
}

a.cta {
    text-align: center;
    display: inline-block;
    /*float: left;*/
    clear: both;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    color: #ac916e;
    font-weight: 400;
}

a.cta::after {
    content: " ";
    display: block;
    transform-origin: bottom left;
    animation-duration: 0.8s;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ac916e;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a.cta:hover {
    text-decoration: none;
}

a.cta:hover::after {
    visibility: visible;
    width: 100%;
}

a.cta1 {
    text-align: center;
    display: inline-block;
    /*float: left;*/
    clear: both;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
}

a.cta1::after {
    content: " ";
    display: block;
    transform-origin: bottom left;
    animation-duration: 0.8s;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #fff;
    /*visibility: visible;*/
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a.cta1:hover {
    color: #fff;
    text-decoration: none;
}

a.cta1:hover::after {
    visibility: visible;
    width: 100%;
}

a.cta2 {
    text-align: center;
    display: inline-block;
    /*float: left;*/
    clear: both;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    color: #212121;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
}

a.cta2::after {
    content: " ";
    display: block;
    transform-origin: bottom left;
    animation-duration: 0.8s;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #212121;
    /*visibility: visible;*/
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a.cta2:hover {
    color: #212121;
    text-decoration: none;
}

a.cta2:hover::after {
    visibility: visible;
    width: 100%;
}

a.cta-white {
    text-align: center;
    display: inline-block;
    /*float: left;*/
    clear: both;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
}

a.cta-white::after {
    content: " ";
    display: block;
    transform-origin: bottom left;
    animation-duration: 0.8s;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #fff;
    /*visibility: visible;*/
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a.cta-white:hover {
    color: #fff;
    text-decoration: none;
}

a.cta-white:hover::after {
    visibility: visible;
    width: 100%;
}

a.cta-black {
    text-align: center;
    display: inline-block;
    /*float: left;*/
    clear: both;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
}

a.cta-black::after {
    content: " ";
    display: block;
    transform-origin: bottom left;
    animation-duration: 0.8s;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #000;
    /*visibility: visible;*/
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a.cta-black:hover {
    color: #000;
    text-decoration: none;
}

a.cta-black:hover::after {
    visibility: visible;
    width: 100%;
}

.no-banner {
    background-color: #000;
    min-height: 97px;
}

@media (max-width: 768px) {
    .no-banner {
        min-height: 65px;
    }
}

.box-price strong span {
    color: #111;
}

.text-shadow-10 {
    text-shadow: 0px 0px 10px #000000;
}

.home-photo-gallery {
    padding: 0 100px;
}

@media (max-width: 768px) {
    .home-photo-gallery {
        padding: 0 15px;
    }
}

.box-tap-title {
    border-top: 2px solid #7d6d58;
    border-bottom: 2px solid #7d6d58;
}

.page-room hr {
    border-top: 1px solid #ac916e;
    margin: 45px 0;
}

.form-search-book label {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

.box-tap-title.sticky-top {
    background-color: #fff;
    top: 85px;
}

.box-roomtap-title.sticky-top {
    background-color: #fff;
    top: 85px;
}

.box-roomtap-title .navbar-nav {
    /*border-top:2px solid #7d6d58;*/
    border-bottom: 2px solid #7d6d58;
}

.tab-content .navbar-expand-sm .navbar-nav .nav-link {
    font-size: 16px;
}

@media (max-width: 768px) {
    .form-search-book label {
        color: #111111;
    }
}

.article-footer .post-tag-cloud::before {
    position: absolute;
    top: 0;
    left: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    content: "\f02c";
}

.article-footer .post-tag-cloud:not(:only-child) {
    max-width: calc(100% - 250px);
}

.article-footer .post-tag-cloud {
    position: relative;
    padding-left: 25px;
}

.article-share .article-share-container a[title="Facebook"] {
    color: #3b5998;
}

/*.article-share .article-share-container a[title="Facebook"]:hover {
  color: #fff;
  background-color:#3b5998;
}*/
.article-share .article-share-container a[title="Twitter"] {
    color: #1da1f2;
}

/*.article-share .article-share-container a[title="Twitter"]:hover {
  color: #fff;
  background-color:#1da1f2;
}*/
.article-share .article-share-container a[title="Pinterest"] {
    color: #bd081c;
}

/*.article-share .article-share-container a[title="Pinterest"]:hover {
  color: #fff;
  background-color:#bd081c;
}*/
.article-share .article-share-container a[title="Coppy"] {
    color: #ac916e;
}

/*.article-share .article-share-container a[title="Coppy"]:hover {
  color: #fff;
  background-color:#416549;
}*/
.article-share .article-share-container a:hover {
    opacity: 0.5;
}

.article-share .article-share-container a {
    position: relative;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    /*border: 1px solid #f2f2f2;*/
    /*color: #3b5998;*/
    text-align: center;
}

.article-share .article-share-container a {
    line-height: 30px;
    /*color: #3b5998;*/
    text-align: center;
}

.article-share .article-share-container a i {
    line-height: 30px;
}

.article-share .article-share-container a span {
    display: none;
}

.thong-bao-thanh-cong {
    top: 50%;
    left: 50%;
    background: #808080;
    color: #fff;
    padding: 15px;
    position: absolute;
}

.blog-info.blog-info-top {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 5px 0;
    margin-bottom: 0;
    text-align: left;
}

@media (min-width:992px) {
    .blog-info.blog-info-top {
        padding: 10px 0;
    }
}

.blog-info .entry {
    padding: 5px 10px 5px 0;
    list-style-type: none;
    display: inline-block;
    font-size: 90%;
}

.room-item .desc p {
    margin: 0;
}

.footer-top-content {
    position: relative;
    /*border-bottom:2px solid #ac916e;*/
}

.footer-top-content hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #ac916e;
}

/*.footer-top-content::before {
  border: 2px solid #ac916e;
  box-sizing: border-box;
  content: "";
  height: 90%;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 55px;
  bottom: 0;
  width: 100%;
}*/
.box-menufooter-left {
    margin-top: 15%;
    padding: 50px;
    /*border-top:2px solid #ac916e;
    border-left:2px solid #ac916e;*/
    text-align: center;
    height: 87%;
}

.box-menufooter-right {
    margin-top: 15%;
    padding: 50px;
    /*border-top:2px solid #ac916e;
    border-right:2px solid #ac916e;*/
    text-align: center;
    height: 87%;
}

@media (max-width: 768px) {
    .footer-top-content {
        text-align: center;
    }

    .footer-top-content>.row>[class*=col-md-] {
        margin-bottom: 20px;
    }

    .footer-top-content::before {
        border: none;
    }

    .box-menufooter-left {
        margin-top: 30px;
        padding: 0;
        border-top: 0;
        border-left: 0;
    }

    .box-menufooter-right {
        margin-top: 30px;
        padding: 0;
        border-top: 0;
        border-right: 0;
    }
}

.rooms1 .item>a {
    display: block;
}

.box-left .sticky-top {
    top: 100px;
}

.fascia_gallery {
    position: relative;
    padding-bottom: 33%;
    margin: 30px -1% 0;
}

.box_img {
    cursor: pointer;
    position: absolute;
    margin-bottom: 0px !important;
}

.img_1 {
    width: 34%;
    padding-bottom: 15.6%;
    margin: 0.5%;
}

.img_2 {
    left: 35%;
    width: 14%;
    margin: 0.5%;
    padding-bottom: 15.5%;
}

/*.img_3{
	left: 50%;
	width: 24%;
	margin: 0.5%;
	padding-bottom: 7.3%;
}
.img_4{
	left: 50%;
	width: 24%;
	margin: 0.5%;
	padding-bottom: 7.2%;
	top: 25.4%;
}*/
.img_3 {
    left: 50%;
    padding-bottom: 15.6%;
    width: 24%;
    margin: 0.5%;
}

.img_4 {
    right: 0;
    padding-bottom: 15.6%;
    width: 24%;
    margin: 0.5%;
}

/*.img_5{
	right: 0;
	padding-bottom: 15.6%;
	width: 24%;
	margin: 0.5%;
}*/
.img_5 {
    top: 50%;
    padding-bottom: 15.5%;
    width: 24%;
    margin: 0.5%;
}

.img_7 {
    width: 14%;
    margin: 0.5%;
    padding-bottom: 15.5%;
    top: 50%;
    left: 60%;
}

/*.img_7{
	padding-bottom: 7.3%;
	left: 25%;
	width: 24%;
	margin: 0.5%;
	top: 75%;
}*/
.img_6 {
    left: 25%;
    padding-bottom: 15.6%;
    width: 34%;
    margin: 0.5%;
    top: 50%;
}

.img_8 {
    top: 50%;
    padding-bottom: 15.5%;
    right: 0;
    width: 24%;
    margin: 0.5%;
    /*top: 50%;
	padding-bottom: 7.3%;
	left: 25%;
	width: 24%;
	margin: 0.5%;*/
}

.img_9 {
    width: 34%;
    padding-bottom: 15.6%;
    margin: 0.5%;
}

.img_10 {
    left: 35%;
    width: 14%;
    margin: 0.5%;
    padding-bottom: 15.5%;
}

.img_11 {
    left: 50%;
    width: 24%;
    margin: 0.5%;
    padding-bottom: 7.3%;
}

.img_12 {
    left: 50%;
    width: 24%;
    margin: 0.5%;
    padding-bottom: 7.2%;
    top: 25.4%;
}

.img_13 {
    right: 0;
    padding-bottom: 15.6%;
    width: 24%;
    margin: 0.5%;
}

.box_img::after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/zoom_img.svg') center center no-repeat rgba(30, 43, 49, 0.7);
    background-size: 40px;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.box_img:hover:after {
    opacity: 1;
}

/*Content Nav*/

.content-nav .content-nav-box>div .content-item-title {
    /*border-bottom: 1px solid #988060;*/
    /*padding-top: 0.5rem;
	padding-bottom: 0.5rem;*/
    position: relative;
}

/*.content-nav .content-nav-box > div > .content-item-title {
	text-transform: uppercase;
}*/
.content-nav .content-nav-box>div.current-menu-item>.content-item-title,
.content-nav .content-nav-box>div.current-menu-parent>.content-item-title {
    color: #C5A154;
}

.content-nav .content-nav-box>div.content-item-has-children .content-item-title:before {
    content: '\f106';
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 0.625rem;
    transition: all 0.3s ease 0s;
    font-weight: 300;
    color: #fff;
    background: #343a40;
}

.content-nav .content-nav-box>div.content-item-has-children.active .content-item-title:before {
    transform: rotateZ(180deg);
}

.content-nav .content-nav-box>div.content-item-has-children:hover .content-item-title:before {
    color: #FFF;
}

.content-nav .content-item-has-children .sub-content {
    /*background: transparent;*/
    box-shadow: none;
    display: block;
    padding: 20px;
    position: relative;
    /*border-top:4px solid #fff;*/
}

/*.content-nav .content-item-has-children:hover .sub-content 
{
	display: none;
}*/
.content-nav-toggler i.fa-align-justify:before {
    color: #25ab4b;
}

.content-nav-toggler:hover i.fa-align-justify:before {
    color: #00ab99;
}

.widget-book-us {
    /*padding: 15px;*/
    /*border: 1px solid #e4e7e8; 
    margin-bottom:25px;*/
    background-color: #f9f5f2;
    margin-top: 15px;
}

.widget-book-us h4 {
    padding: 10px 15px;
    /*background-color: #ac916e;*/
    font-weight: 700;
    color: #111;
    margin: 0;
    border-bottom: 1px solid #343a40;
}

.widget-book-us .list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-book-us .list-check li {
    /*color: #666;*/
    padding: 5px 0 5px 25px;
    border-bottom: 1px solid #e4e7e8;
    margin-bottom: 0;
    position: relative;
}

.widget-book-us .list-check li:last-child {
    border-bottom: none;
    padding-bottom: 5px;
}

.widget-book-us .list-check li:before {
    content: '\f058';
    top: 5px;
    color: #111;
    font-size: 16px;
    padding-left: 1px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
}

.widget-book-us .list-check li strong {
    display: block;
    color: #111;
    font-size: 16px;
}

.widget-book-us .list-check li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.res-gallery {
    position: relative;
}

.res-gallery .event-gallery-link {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.map-content-home {
    padding: 80px 100px 80px 100px;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.about-home {
    /*padding:3rem !important;*/
}

.about-home strong {
    color: #ac916e;
}

.essentialinfo {
    /*background-image: url(/images/bg-essentialinfo.jpg);*/
    background-color: #0a090a;
    border-bottom: 1px solid #ac916e;
}

.essentialinfo strong {
    color: #ac916e;
}

@media (max-width: 768px) {
    .map-home {
        background-color: #f9f5f2;
    }

    .map-content-home {
        padding: 15px;
        text-align: left;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .footer-column {
        text-align: center;
    }

    .social-box {
        text-align: center;
    }

    .res-gallery .event-gallery-link {
        position: inherit;
        width: 100%;
        background-color: #111;
        text-align: center;
    }

    /*.about-home {
    padding:25px 15px !important;
    text-align:center;
}*/
}

/*jhgjhg*/
.boxrooms .room-slide {
    outline: none;
    background-color: #fff;
    width: 30rem;
    position: relative;
    transition: all .5s ease-in-out;
    margin: 2.5rem 3.5rem 0rem 3.5rem;
    text-align: center;
    max-height: 90rem;
    box-shadow: 0 3px 19px 0 rgba(0, 0, 0, .1)
}

.boxrooms .room-slide h3 {
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 1.3rem
}

.boxrooms .room-slide p.pre-title {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 1rem
}

@media (max-width: 1200px) {
    .boxrooms .room-slide {
        margin: 2.2rem;
        margin-top: 6rem
    }
}

@media (max-width: 768px) {
    .boxrooms .room-slide {
        margin: 0 2.5rem;
    }
}

@media (min-width: 1202px) {
    .boxrooms .room-slide {
        opacity: 0
    }
}

.boxrooms .room-slide.slick-active .room-image-wrapper {
    margin-bottom: 1rem
}

.boxrooms .room-slide.slick-active .room-image-wrapper:hover img {
    transform: scale(1.05)
}

.boxrooms .room-slide .room-image-wrapper {
    overflow: hidden;
    margin-bottom: 1rem
}

.boxrooms .room-slide .room-image-wrapper img {
    transition: all 1s
}

.boxrooms .room-slide p.intro-text {
    height: 0;
    margin-bottom: 1rem;
    transition: all .25s ease-in-out;
    opacity: 0;
    display: none;
    max-height: 600px;
    text-align: center
}

.boxrooms .room-slide a.cta {
    padding: 1rem 0;
    font-size: 11px;
    font-size: 1.1rem
}

.boxrooms .room-slide a.article-image-link {
    border: none;
    margin-bottom: 0;
    padding: 0
}

.boxrooms .room-slide a.room-slide-link {
    border: none;
    margin-bottom: 0;
    padding: 0
}

.boxrooms .room-slide a.room-slide-link:hover {
    color: inherit;
}

.boxrooms .room-slide div.article-meta-wrap {
    padding: 0 2rem 6.7rem 2rem
}

@media (max-width: 768px) {
    .boxrooms .room-slide div.article-meta-wrap {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.boxrooms .room-slide div.article-link-abs {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center
}

.boxrooms .slick-active {
    opacity: 1
}

.boxrooms .slick-track {
    padding: 30px 0px
}

.boxrooms .slick-current {
    transform: scale(1.2);
    margin-top: 2rem
}

@media (max-width: 1200px) {
    .boxrooms .slick-current {
        margin-top: 2rem
    }
}

@media (max-width: 768px) {
    .boxrooms .slick-current {
        margin-top: 0
    }
}

.boxrooms .slick-current p.intro-text {
    display: inline-block;
    opacity: 1;
    height: auto;
    font-size: 10px;
    font-size: 1rem
}

.boxrooms .slick-current p.pre-title {
    font-size: 16px;
    font-size: 1.6rem
}

.boxrooms .slick-slider .slick-prev,
.boxrooms .slick-slider .slick-next {
    position: absolute;
    top: 50%;
    z-index: 999;
    font-size: 25px;
    background-image: none;
    background-color: #ac916e;
}

.boxrooms .slick-prev {
    left: 1rem
}

.boxrooms .slick-next {
    right: 1rem
}

.boxrooms .slick-arrow.fade {
    opacity: .3
}

.boxrooms.light .slick-prev {
    border-color: #fff
}

.boxrooms.light .slick-next {
    border-color: #fff
}

.boxrooms.light header.module-header {
    color: #fff
}

@media (max-width: 768px) {
    .boxrooms .slick-prev {
        left: -15px;
    }

    .boxrooms .slick-next {
        right: -15px;
    }
}

.pre-title::before {
    margin-right: 1rem;
}

.pre-title::after {
    margin-left: 1rem;
}

.pre-title::before,
.pre-title::after {
    border-top: .1rem solid #dbd9d9;
    content: " ";
    display: inline-block;
    height: .2rem;
    width: 1.5rem;
}

/*Date*/
#inline-date-picker-in,
#inline-date-picker-out {
    padding: 0px !important;
    font-family: 'Vidaloka' !important;
    border: 0 !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/*@media (min-width: 1430px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}*/
/*@media (min-width: 1600px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.75rem;
        padding-left: 1.75rem;
    }
}*/
.con-service {
    border: 0.5px solid #dadada;
    position: absolute;
}

.con-service p {
    color: #555;
    font-size: 13px;
}

.con-service.con-left {
    padding: 40px 120px 40px 40px;
    right: -7%;
    width: 100%;
    z-index: 9;
}

.con-service.con-right {
    padding: 40px 20px 40px 100px;
    left: -7%;
    width: 100%;
    z-index: 9;
}

.home-service-list {
    margin-bottom: 150px;
}

.home-service-list:last-child {
    margin-bottom: 0;
}

.con-service h3 {
    font-weight: 300;
    font-style: italic;
}

/*.con-service::before {
  content: '';
  position: absolute;
  width: calc(100% + 0px);
  height: 100%;
  border: 0.5px solid #dadada;
  top: 0;
  right: 0;
  pointer-events: none;
}*/
.letter-spacing-1-5px {
    letter-spacing: 1.5px;
}

.news-item .news-block {
    position: relative;
    margin-bottom: 85px;
}

.news-item .news-block:before {
    content: '';
    position: absolute;
    width: calc(100% - 80px);
    height: 100%;
    border: 0.5px solid #dadada;
    top: 40px;
    left: 40px;
    pointer-events: none;
}

.news-item .news-info {
    position: relative;
    background: #fff;
    padding: 30px 40px 33px;
}

.news-item .news-info h3 {
    margin: 15px 0 13px;
}

.news-item .news-info h3 a {
    font-size: 24px;
    line-height: 30px;
    display: block;
}

.news-item .news-info .cate {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    color: #b1b1b1;
    font-weight: 500;
}

.news-item .news-info .cate a {
    color: #ac916e;
}

.news-item .news-info .cate a:hover {
    text-decoration: underline;
}

.news-item .news-info .des {
    color: #555;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /*max-height: 60px;*/
}

.index-brands {
    padding: 60px 0 108px;
}

@media screen and (max-width:1920px) {
    .news-item .news-info .des {
        font-size: 13px;
        line-height: 17px;
    }

    .news-item .news-block {
        margin-bottom: 60px;
    }

    .news-item .news-block:before {
        width: calc(100% - 56px);
        top: 28px;
        left: 28px;
    }

    .news-item .news-info {
        padding: 20px 25px 22px;
    }

    .news-item .news-info .cate {
        font-size: 9px;
        line-height: 14px;
    }

    .news-item .news-info h3 a {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media screen and (max-width:767px) {
    .home-service-list {
        margin-bottom: 50px;
    }

    .news-item .news-info h3 a {
        font-size: 18px;
    }

    .news-item .news-info .cate,
    .btn-more {
        font-size: 10px;
    }

    .service-item .info p,
    .news-item .news-info .des {
        font-size: 13px;
    }

    .con-service {
        position: initial;
    }

    .con-service.con-right,
    .con-service.con-left {
        padding: 15px;
    }
}

.search-book p-4 {}

.search-book .bo-left {
    border-left: 1px solid #dee2e6;
}

.search-book .bo-right {
    border-right: 1px solid #dee2e6;
}

@media screen and (max-width:767px) {
    .search-book .bo-left {
        border-left: none;
    }

    .search-book .bo-left1 {
        border-left: 1px solid #dee2e6;
    }

    .search-book .bo-top {
        border-top: 1px solid #dee2e6;
    }

    .booking .booking-wrapper .guests {
        margin: 0 auto;
        text-align: center;
    }

    .booking .booking-wrapper .guests::before {
        /*text-align:center;*/
        width: 100%;
    }

    .booking .booking-wrapper .guests::after {
        display: none;
    }

    .essential-item {
        margin-bottom: 30px;
    }
}

.room-item .room-item-img::before {
    top: 38px;
    /*width: calc(100% - (38px * (1366 / 1920) * 2 ));*/
    height: calc(100% - 38px * (1366 / 1920));
    content: '';
    position: absolute;
    left: 50%;
    width: calc(100% - (38px * 2));
    height: calc(100% - 38px);
    z-index: 2;
    transform: translate(-50%, 0);
    border: 0.5px solid #dadada;
    border-bottom: none;
    pointer-events: none;
}

.room-item .room-content::before {
    bottom: -20px;
    /*width: calc(100% - (38px * (1366 / 1920) * 2));*/
    content: '';
    position: absolute;
    /*bottom: -38px;*/
    left: 50%;
    width: calc(100% - (52px * 2));
    height: 20px;
    z-index: 2;
    transform: translate(-50%, 0);
    border: 0.5px solid #dadada;
    border-top: none;
}

.room-item .room-content {
    text-align: center;
    padding: 15px;
}

.room-item .room-facilities p {
    margin: 0;
}

.room-item .room-facilities i {
    font-size: 20px;
}

.opening-contact .flaticon-clock {
    font-size: 50px;
    color: #ac916e;
}

.opening-contact .flaticon-headphones {
    font-size: 50px;
    color: #ac916e;
}

.opening-contact-info {
    width: auto;
    display: inline-block;
    /*width: calc(100% - 60px);*/
}

#mobileGifts {
    color: #ac916e;
}

#mobileGifts:hover {
    color: #fff;
}

/* Slide st7 */
/*@media (min-width: 768px){*/
.slider-fade .owl-item .item .item-slide-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    webkit-animation: imageAnimation 15s ease-in-out infinite 0s;
    -moz-animation: imageAnimation 15s ease-in-out infinite 0s;
    -o-animation: imageAnimation 15s ease-in-out infinite 0s;
    -ms-animation: imageAnimation 15s ease-in-out infinite 0s;
    animation: imageAnimation 15s ease-in-out infinite 0s;
    -webkit-filter: brightness(85%);
    filter: brightness(85%)
}

/*}*/
@keyframes imageAnimation {
    0% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

@-webkit-keyframes imageAnimation {
    0% {
        -webkit-transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1)
    }
}

@-moz-keyframes imageAnimation {
    0% {
        -moz-transform: scale(1.1)
    }

    50% {
        -moz-transform: scale(1)
    }

    100% {
        -moz-transform: scale(1.1)
    }
}

@-ms-keyframes imageAnimation {
    0% {
        -ms-transform: scale(1.1)
    }

    50% {
        -ms-transform: scale(1)
    }

    100% {
        -ms-transform: scale(1.1)
    }
}

.banner-home-info {
    position: absolute;
    padding: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 7;
    height: 100vh;
    text-align: center;
}

.banner-home-play {
    /*background-image: linear-gradient(#ac916e,#ead8b0,#ac916e);*/
    /*background-image: url(/images/bg-play-hover.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size: cover;*/
    font-size: 1.25rem;
    width: 3.725rem;
    height: 3.725rem;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
}

.banner-home-play:hover i {
    /*background-image: url(/images/bg-play.png);*/
    color: #ac916e;
}

.bg-v-50 {
    background-color: rgba(194, 156, 62, 0.5) !important;
}

.title-home {
    font-family: 'Vidaloka';
    font-size: 3.125rem;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/*.navbar-nav .dropdown-menu 
{
    bottom:50px;
    top:inherit;
}*/
/*.nav-scroll .navbar-nav .dropdown-menu {
    bottom:inherit;
    top:32px;
}*/
.module-border-wrap {
    max-width: 250px;
    padding: 1rem;
    position: relative;
    background: linear-gradient(to right, red, purple);
    padding: 3px;
}

.module-border {
    background: #222;
    color: white;
    padding: 2rem;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 1;
}

[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

.book-a-table {
    color: #ac916e !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.border-bottom-2 {
    border-bottom: 2px solid #ac916e;
}

.border-top-2 {
    border-top: 2px solid #ac916e;
}

.border-bottom-main-2 {
    border-bottom: 2px solid #ac916e;
}

.border-top-main-2 {
    border-top: 2px solid #ac916e;
}

/*.caption-icon {
    position:relative;
}
.caption-icon h1::after {
    content:'';
    background-image: url(/images/caption-icon-left.png);
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position:absolute;
    width:113px;
    height:35px;
}
.caption-icon h1::before {
    content:'';
    background-image: url(/images/caption-icon-left.png);
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position:absolute;
    width:113px;
    height:35px;
}*/
.title-banner img {
    height: 35px;
    width: auto;
}

.title-banner img.img-left {
    margin-right: 10px;
}

.title-banner img.img-right {
    margin-left: 10px;
}

.footer-Coppy {
    background-color: rgba(0, 0, 0, .75);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    display: none;
}

@media screen and (max-width:767px) {
    .content-text {
        margin-top: 30px;
    }

    .title-banner img {
        height: 20px;
        width: auto;
    }

    .footer-Coppy {
        position: inherit;
    }
}

.text-bold {
    font-weight: bold;
}

.spa-container .spa {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.spa-container .cat-img-spa img {
    width: 100%;
}

.spa {
    /*text-align: center;
    padding:0 15px;
    padding:15px;
    border:1px solid #dcdcdc;*/
}

.spa .spa-content {
    width: 100%;
    /*min-height: 385px;*/
}

.box-cart-price {
    position: relative;
}

.box-cart-price input {
    margin: 0;
}

.spa-home .spa-content {
    width: 100%;
    /*min-height: 385px;*/
}

.spa-home .spa-content table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
    width: 100%;
}

.spa-home table td {
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
}

.spa-home table th {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 10px;
    text-align: left;
    color: #9d6106;
}

@media (max-width: 320px) {
    .spa .spa-content {
        min-height: initial;
    }
}

.spa .spa-content .title {
    font-weight: 400;
    transition: color .3s ease 0s;
    background: #000;
    /*margin-bottom: 15px;*/
    font-size: 15px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    color: #ac916e;
}

.spa .spa-content .ellipsis {
    padding: 15px;
}

@media (max-width: 768px) {
    .spa .spa-content .ellipsis {
        padding: 15px 0;
    }
}

.spa .spa-content .small-title {
    display: inline-block;
    /*color:#fff;*/
}

.spa .spa-content div.price {
    margin-bottom: 20px;
    color: #d3b66f;
    -webkit-transition: color .3s ease 0s;
    -moz-transition: color .3s ease 0s;
    -ms-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    font-style: italic;
    font-size: 20px
}

.spa .spa-content div.price .discount,
.spa .spa-content div.price .strike {
    display: none
}

.spa .spa-content div.price:focus,
.spa .spa-content div.price:hover {
    color: #000;
    cursor: pointer
}

.spa .spa-content .more a {
    color: #d3b66f;
    text-decoration: none;
}

.spa .spa-content .more a:focus,
.spa .spa-content .more a:hover {
    color: #d3b66f;
}

.spa table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
    width: 100%;
    border: none;
}

.spa table th {
    background: #29390c;
    padding: 10px 10px;
    text-align: left;
    color: #ac916e;
    border: none;
}

.spa table tr {
    border: none;
}

.spa table td {
    padding: 10px 10px;
    text-align: left;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #29390c;
}

.table-price {
    width: 100%;
}

.table-price table tr td span {
    float: left;
    line-height: 15px;
    margin-left: 5px;
}

.spa-home .table-price table tr td span {
    float: left;
    line-height: 12px;
    font-size: 10px;
}

@media (max-width: 480px) {
    .spa-home .table-price table tr td span {
        float: left;
        line-height: 14px;
        font-size: 12px;
    }
}

.check-on {
    background: transparent url(../images/check-on.png) 0 0;
    width: 16px;
    height: 16px;
    border: 0;
    float: left;
    margin-right: 5px;
    text-indent: -9999em;
}

.check-off {
    background: transparent url(../images/check-off.png) 0 0;
    width: 16px;
    height: 16px;
    border: 0;
    float: left;
    margin-right: 5px;
    text-indent: -9999em;
}

.cart-count {
    font-size: 13px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    background: #c59830;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -8px;
    left: 20px;
    z-index: 1;
}

.box-cart {
    /*margin-left:10px;*/
    position: relative;
    /*display:inline-block;*/
    vertical-align: middle;
    padding-left: 15px;
    display: none;
}

.box-cart a {
    font-weight: bold;
}

.box-cart a span.candia-cart {
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
}

@media (max-width: 767px) {
    .box-cart {
        padding-top: 10px;
    }

    .box-cart a span.candia-cart {
        position: relative;
        width: 35px;
        height: 25px;
        display: block;
        margin: 0 auto;
    }
}

.my-order {
    position: relative;
    background-color: #000;
    height: 40px;
    width: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    border-radius: 50%;
    display: block;
}

@media (max-width: 992px) {
    .my-order {
        margin: 0 auto;
    }
}

.box-cart a span.candia-cart:before {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 35px;
    font-weight: bold;
}

.text-cart {
    /*width:30px;*/
    height: 40px;
    line-height: 40px;
    color: #c59830;
}

.box-cart-pc {
    position: fixed;
    background-color: #416549;
    right: 20px;
    top: 20px;
    /*height:60px;
    width:60px;*/
    border-radius: 50%;
    z-index: 1050;
}

.box-cart-pc a span.candia-cart {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    padding: 10px;
}

.box-cart-pc a span.candia-cart:before {
    position: absolute;
    top: 4px;
    left: 7px;
    font-size: 35px;
    font-weight: bold;
}

.box-cart-pc .cart-count {
    left: 30px;
    font-size: 15px;
    width: 25px;
    height: 25px;
    background-color: #ac916e;
    color: #fff;
    line-height: 24px;
}

.checkout {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.checkout__button {
    font-size: 30px;
    position: relative;
    width: 40px;
    height: 100%;
    float: right;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.checkout__order {
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    max-width: 100vw;
    margin-top: 20px;
    width: 100%;
}

@media (min-width: 480px) {
    .checkout__order {
        width: 360px;
    }
}

.checkout__order-inner {
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    background: white;
    border: 1px solid #e3e3e3;
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.36, 0.78, 0.24, 0.98);
    transition: all 0.5s cubic-bezier(0.36, 0.78, 0.24, 0.98);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.checkout__order.open .checkout__order-inner {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 10;
}


.btn-order,
.btn-order:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: #416549;
    border: 1px solid #416549;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
}

.btn-order:hover,
.btn-order:focus,
.btn-order:not(:disabled):not(.disabled):active {
    color: #416549;
    background-color: transparent;
    border: 1px solid #416549;
}

.add-to-cart-listing {
    position: relative;
}

.add-to-cart-listing .btn-order {
    border-radius: 20px;
    width: 100px;
}

.add-to-cart-listing .change-quantity {
    border: 1px solid #416549;
    border-radius: 20px;
    width: 130px;
    position: relative;
    background-color: #fff;
}

.add-to-cart-listing .change-quantity>div.orderbt {
    width: 33.333%;
    color: #416549;
    text-align: center;
    line-height: 35px;
}

.add-to-cart-listing .change-quantity>div i {
    line-height: 35px;
}

.add-to-cart-listing .change-quantity>div:nth-child(1) {
    cursor: pointer;
}

.add-to-cart-listing .change-quantity>div:nth-child(3) {
    cursor: pointer;
}

.add-to-cart-listing .change-quantity>div.view-count-cart {
    border-left: 1px solid #416549;
    border-right: 1px solid #416549;
}

.load-add-cart {
    background-color: #29390c;
    bottom: 0;
    height: 100%;
    left: 0;
    /*opacity: 0.6;*/
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    /*border-radius:20px;*/
}

.load-add-cart i {
    /*background-color: #FFFFFF;*/
    /*border: 2px solid #bf882e;*/
    /*border-radius: 5px 5px 5px 5px;*/
    color: #fff;
    left: 50%;
    /*padding: 10px;
    position: fixed;*/
    text-align: center;
    top: 50%;
    z-index: 10010;
    font-size: 20px;
}

.change-quantity-sp .btn-order {
    border-radius: 20px;
    width: 100px;
}

.change-quantity-sp {
    border: 1px solid #416549;
    border-radius: 20px;
    width: 130px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.change-quantity-sp>div.orderbt {
    width: 33.333%;
    color: #416549;
    text-align: center;
    line-height: 35px;
}

.change-quantity-sp>div i {
    line-height: 35px;
}

/*.change-quantity-sp button
{
    border:1px solid rgba(0, 0, 0, 0.3);
    padding: 0.5rem;
}*/
.view-count-sp {
    line-height: 15px;
}

.item-cart {
    border-top: 1px solid #416549;
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
}

.cart-details-right-item {
    border-top: 1px solid #416549;
    margin-top: 10px;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
}

.combo-vat {
    text-align: right;
    font-style: italic;
    display: inline-block;
    width: 100%;
    color: #111;
}

.cursor-pointer {
    cursor: pointer;
}

/*.giasp {
color:#c69930;
}*/
.btn-clear,
.btn-clear:not(:disabled):not(.disabled):active:focus {
    color: #fff !important;
    background: #7d6d58;
    border-color: #7d6d58;
}

.btn-clear:hover,
.btn-clear:focus,
.btn-clear:not(:disabled):not(.disabled):active {
    color: #fff !important;
    background-color: #416549;
    border-color: #416549;
}

.box-book-call {
    box-shadow: 0.5rem 0 1.5rem 0 rgba(0, 0, 0, 0.5);
}

.border-radius-50 {
    border-radius: 50%;
}

.spalisthome {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.itemspalisthome a {
    /*border-bottom:1px dotted #dcdcdc;*/
    text-transform: uppercase;
}

.itemspalisthome .icon-spa {
    width: 16px;
    height: 16px;
}

a.text-white:hover {
    color: #C69930 !important;
}

.spalistcontent .spalist-nav .content-nav-box>div .content-item-title {
    border: 1px solid #ac916e;
    background-color: transparent;
    background-image: linear-gradient(225deg, #FCD20000 96%, #ac916e 96%);
    position: relative;
}

.spalistcontent .content-nav-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (max-width: 686px) {
    .spalistcontent .content-nav-item {
        margin-bottom: 10px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

.spalistcontent .spalist-nav .content-nav-box .content-item-has-children.active .content-item-title {
    background-color: #fff;
}

.spalistcontent .spalist-nav .content-nav-box .content-item-has-children .content-item-title {
    background-color: #ac916e;
}

.spalistcontent .spalist-nav .content-nav-box .content-item-has-children.active .content-item-title h6 {
    color: #000000;
}

.spalistcontent .spalist-nav .content-nav-box .content-item-has-children .content-item-title h6 {
    color: #fff;
}

.spalistcontent .spalist-nav .content-nav-box .content-item-has-children .content-item-title::before {
    content: '\f106';
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 1rem;
    transition: all 0.3s ease 0s;
    font-weight: 300;
    color: #fff;
}

.spalistcontent .spalist-nav .content-nav-box .content-item-has-children.active .content-item-title::before {
    color: #ac916e;
    transform: rotateZ(180deg);
}

.spalist-content {
    width: 100%;
}

.spalist-title {
    cursor: pointer;
}

.span-or {
    display: inline-block;
}

@media (max-width: 686px) {
    .span-or {
        display: block;
        margin-bottom: 10px;
    }
}

/*#tablecart {
    margin-bottom:1.5rem;
}
@media (max-width: 686px) {
#tablecart {
    margin-bottom:1rem;
}
}*/

/* ---- .gallery-grid-item ---- */

.gallery-image-home .gallery-overly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.gallery-image-home:hover .gallery-overly {
    opacity: 1;
}

.gallery-image-home:before,
.gallery-image-home:after {
    position: absolute;
    top: 20px;
    right: 35px;
    bottom: 20px;
    left: 35px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

.gallery-image-home:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.gallery-image-home:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.gallery-image-home:hover:before,
.gallery-image-home.hover:before,
.gallery-image-home:hover:after,
.gallery-image-home.hover:after {
    opacity: 1.0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-image-home .gallery-zoom-icon {
    border-radius: 5px;
    display: block;
    content: '';
    position: absolute;
    /*background:url('../images/zoom.png') no-repeat center center;*/
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    /*border:4px double #fff;*/
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 5;
}

.gallery-image-home:hover .gallery-zoom-icon {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

/*hgfhgffffffffffffff*/

.menu-restaurant .owl-prev,
.menu-restaurant .owl-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #8a7861;
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    font-weight: bold;
}

.menu-restaurant .owl-prev:hover,
.menu-restaurant .owl-next:hover {
    /*color: #7d6d58;*/
    opacity: 0.5;
}

.menu-restaurant .owl-prev>span,
.menu-restaurant .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.menu-restaurant .owl-prev {
    left: -40px !important;
}

.menu-restaurant .owl-next {
    right: -40px !important;
}

@media (max-width: 767px) {
    .menu-restaurant {
        padding: 0 25px;
    }

    .menu-restaurant .owl-prev,
    .menu-restaurant .owl-next {
        top: 34%;
    }

    .menu-restaurant .owl-prev {
        left: -55px !important;
    }

    .menu-restaurant .owl-next {
        right: -55px !important;
    }
}

.menu-restaurant .owl-dots {
    text-align: center;
    list-style: none;
    padding-left: 0;
    margin-top: 0.4375rem;
    margin-bottom: 0;
}

.menu-restaurant .owl-dot {
    display: inline-block;
    margin: 0.4375rem;
}

.menu-restaurant .owl-dot span {
    font-size: 0;
    color: transparent;
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    padding: 0;
}

.menu-restaurant .owl-dot span:hover,
.menu-restaurant .owl-dot.active span {
    background: #8a7861;
    border-color: #fff;
}

.menu-content .nav-tabs .nav-link {
    background-color: transparent;
    color: #0a090a;
    border: 1px solid #0a090a;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px !important;
    padding: .5rem .5rem
}

.menu-content .nav-tabs .nav-link:hover {
    margin: 0 !important;
    border: 1px solid #8a7861;
}

.menu-content .nav-tabs .nav-link.active {
    background-color: #0a090a;
    color: #8a7861;
}

.menu-content .nav-tabs .nav-item {
    margin: 0 10px;
    display: inline-flex;
}

.menu-content .nav-tabs {
    border: 0;
    display: block;
    text-align: center;
}

/*.menu-content .nav-tabs:hover {margin:0!important;}*/
.testimonial-box .testimonial-box-right {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonial-box-left-content {
    padding: 0 100px;
    display: flex;
    min-height: var(--window-height);
    align-items: center;
}

@media screen and (max-width: 768px) {
    .testimonial-box-left-content {
        padding: 15px;
        min-height: initial;
    }

    .menu-content .nav-tabs .nav-item {
        margin: 0 5px;
    }
}

.box__testimonial {
    border-right: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    min-height: 0 !important;
    border-bottom: 1px solid rgba(239, 239, 239, 0.08);
}

.box__testimonial .site-box-content {
    padding: 0 80px;
}

.box__testimonial:last-child {
    border-bottom: none !important
}

.box__testimonial .cite {
    margin: 0
}

.box__testimonial .cite span {
    display: block;
    opacity: .72
}

.box__testimonial div.avatar {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-bottom: 40px;
    position: relative;
    background: rgba(239, 239, 239, 0.08)
}

.box__testimonial div.avatar img {
    border-radius: 100%
}

.box__testimonial div.avatar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: calc(30px / 16 * 16 + 0px);
    background: #efefef;
    color: #0a090a;
    border-radius: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px),
screen and (max-width: 1024px) and (orientation: portrait) {
    .box__testimonial {
        border-right: none !important;
        border-bottom: none !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .box__testimonial .site-box-content {
        padding: 15px;
    }
}

.btn-call-chat,
.btn-call-chat:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background: #111;
    border-color: #111;
}

.btn-call-chat:hover,
.btn-call-chat:focus,
.btn-call-chat:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #8e1c01;
    border-color: #8e1c01;
}

.border-radius-22px {
    border-radius: 22px;
}

.btn-call-chat.chat {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    line-height: normal;
}

.link-block-9 {
    position: absolute;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .content-mobile {
        text-align: center;
    }
}