@media (max-width:991px) {
    .nav-menu,
    .nav-push-item {
        display: none
    }
}

@font-face {
    font-family: 'TeXGyreAdventor';
    font-style: normal;
    font-weight: 400;
    src: local('TeXGyreAdventor'), url('https://fonts.cdnfonts.com/s/425/texgyreadventor-regular.woff') format('woff');
}

@font-face {
    font-family: 'TeXGyreAdventor';
    font-style: italic;
    font-weight: 400;
    src: local('TeXGyreAdventor'), url('https://fonts.cdnfonts.com/s/425/texgyreadventor-italic.woff') format('woff');
}

@font-face {
    font-family: 'TeXGyreAdventor';
    font-style: normal;
    font-weight: 700;
    src: local('TeXGyreAdventor'), url('https://fonts.cdnfonts.com/s/425/texgyreadventor-bold.woff') format('woff');
}

@font-face {
    font-family: 'TeXGyreAdventor';
    font-style: italic;
    font-weight: 700;
    src: local('TeXGyreAdventor'), url('https://fonts.cdnfonts.com/s/425/texgyreadventor-bolditalic.woff') format('woff');
}

p {
    margin-bottom: 1rem;
}

.mt-10 {
    margin-top: 10px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-80 {
    margin-top: 80px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-80 {
    margin-bottom: 80px
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-80 {
    padding-top: 80px
}

.pt-100 {
    padding-top: 100px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-160 {
    padding-bottom: 160px
}

body {
    background-color: #f8f8f8;
    color: #777;
    font-family: var(--primary-font), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden
}

@media (max-width:399px) {
    body {
        font-size: 14px
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

footer .list-social i,
img {
    margin-right: 5px;
}

img {
    max-width: 100%;
    transition: all .4s ease-out 0s
}

.btn:focus,
.slick-initialized .slick-slide:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
    box-shadow: none;
    outline: none;
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none
}

a,
i,
span {
    display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--secondary-font), serif;
    font-weight: 400;
    margin-bottom: 10px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #222
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ul {
    list-style-type: none;
    padding: 0
}

ul {
    margin: 0
}

a {
    transition: all .3s ease-out 0s
}

a,
a:hover {
    color: var(--primary)
}

input,
select,
textarea {
    background-color: #f8f8f8;
    border: none;
    height: 70px;
    padding: 0 40px;
    width: 100%
}

textarea {
    height: 250px;
    padding-top: 25px
}

::-moz-placeholder {
    color: #777;
    font-family: var(--tertiary-font), sans-serif
}

::placeholder,
input,
select,
textarea {
    color: #777;
    font-family: var(--tertiary-font), sans-serif
}

.nice-select {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 70px;
    line-height: 70px;
    padding-left: 50px;
    position: relative;
    width: 100%
}

.nice-select:after {
    display: none
}

.nice-select:before {
    color: var(--primary);
    content: "\f063";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.input-group input,
.input-group select,
.input-group textarea {
    padding-left: 80px
}

.input-group label {
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.input-group .icon {
    bottom: 35px;
    color: var(--primary);
    left: 40px;
    position: absolute;
    transform: translateY(50%)
}

.input-group.textarea .icon {
    bottom: auto;
    top: 25px;
    transform: translateY(0)
}

.input-group .nice-select {
    padding-left: 80px
}

.input-group .nice-select:before {
    left: 40px
}

.input-group.input-group-two input,
.input-group.input-group-two select,
.input-group.input-group-two textarea {
    background-color: #fff;
    color: #777;
    height: 60px;
    padding: 0 50px 0 30px
}

.input-group.input-group-two ::-moz-placeholder {
    color: #777;
    opacity: 1
}

.input-group.input-group-two ::placeholder {
    color: #777;
    opacity: 1
}

.input-group.input-group-two .icon {
    bottom: 30px;
    left: auto;
    right: 30px
}

.input-group.input-group-two .nice-select {
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 50px 0 30px
}

.input-group.input-group-two .nice-select:before {
    left: auto;
    right: 30px
}

@media (min-width:1600px) {
    .container-custom-one {
        max-width: 1600px
    }
    .container-custom-three {
        max-width: 1420px
    }
}

.main-btn,
.slick-slide img {
    display: inline-block
}

.main-btn {
    border: 2px solid var(--primary);
    border-radius: 0;
    color: #777;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 60px;
    padding: 0 48px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease-out 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.main-btn.btn-filled {
    background-color: var(--primary);
    box-shadow: 0 14px 24px 0 hsla(39, 27%, 65%, .4);
    color: #fff
}

.main-btn.btn-filled:hover {
    background-color: transparent;
    box-shadow: none;
    color: #777
}

.main-btn.btn-border {
    border-color: var(--primary)
}

.main-btn.btn-border:hover {
    background-color: var(--primary);
    box-shadow: 0 14px 24px 0 hsla(39, 27%, 65%, .4);
    color: #fff
}

.section-title span.title-tag {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-bottom: 20px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .section-title span.title-tag {
        letter-spacing: 2px
    }
}

@media (max-width:399px) {
    .section-title span.title-tag {
        font-size: 12px
    }
}

.section-title h2 {
    font-size: 80px;
    letter-spacing: -1px;
    line-height: 1.125
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title h2 {
        font-size: 62px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-title h2 {
        font-size: 52px
    }
}

@media (max-width:767px) {
    .section-title h2 {
        font-size: 42px
    }
}

@media (max-width:399px) {
    .section-title h2 {
        font-size: 32px
    }
}

.arrow-style {
    display: flex;
    justify-content: flex-end
}

.arrow-style .slick-arrow {
    background: #fff;
    color: #111;
    cursor: pointer;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: all .3s ease-out 0s;
    width: 70px
}

.arrow-style .slick-arrow:hover {
    background-color: var(--primary);
    box-shadow: 0 14px 24px 0 hsla(39, 27%, 65%, .3);
    color: #fff
}

.preloader {
    background-color: var(--primary);
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

.preloader .cssload-container {
    display: block;
    width: 97px
}

.preloader .cssload-loading i {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 19px;
    width: 19px
}

.preloader .cssload-loading i:first-child {
    animation: cssload-loading-ani2 .58s linear infinite;
    opacity: 0;
    transform: translate(-19px)
}

.preloader .cssload-loading i:nth-child(2),
.preloader .cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 .58s linear infinite
}

.preloader .cssload-loading i:last-child {
    animation: cssload-loading-ani1 .58s linear infinite
}

@keyframes sticky {
    0% {
        top: -200px
    }
    to {
        top: 0
    }
}

@keyframes pulse-border {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(1.3)
    }
}

@keyframes pulse-border-2 {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

@keyframes cssload-loading-ani1 {
    to {
        opacity: 0;
        transform: translate(39px)
    }
}

@keyframes cssload-loading-ani2 {
    to {
        opacity: 1;
        transform: translate(19px)
    }
}

@keyframes cssload-loading-ani3 {
    to {
        transform: translate(19px)
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}

@keyframes hvr-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        transform: translateX(1px) rotate(0)
    }
    to {
        transform: translateX(-1px) rotate(0)
    }
}

header.header-absolute {
    background-color: transparent;
    left: 0;
    position: absolute;
    top: 35px;
    width: 100%;
    z-index: 99
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    header .container.container-custom-one {
        max-width: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    header .container.container-custom-one {
        max-width: 100%
    }
}

header .nav-container .toggle {
    margin-right: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    header .nav-container .toggle {
        margin-right: 20px;
        margin-right: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header .nav-container .toggle {
        display: none
    }
}

@media (max-width:767px) {
    header .nav-container .toggle {
        display: none
    }
}

header .nav-container .toggle a {
    color: #222;
    font-size: 24px;
    padding: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    header .nav-container .site-logo img {
        max-width: 200px
    }
}

@media (max-width:575px) {
    header .nav-container .site-logo img {
        max-width: 180px
    }
}

header .nav-container .site-logo .sticky-logo {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header .nav-container .header-info {
        padding: 40px 20px 0
    }
}

@media (max-width:767px) {
    header .nav-container .header-info {
        padding: 40px 20px 0
    }
}

header .nav-container .header-info .item {
    padding-left: 50px;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header .nav-container .header-info .item {
        color: #fff
    }
}

@media (max-width:767px) {
    header .nav-container .header-info .item {
        color: #fff
    }
}

header .nav-container .header-info .item i {
    background: #111;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 30px
}

header .nav-container .header-info .item span {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 4px
}

header .nav-container .header-info .item a {
    display: block
}

header .nav-container .header-info .item .title {
    font-size: 24px;
    font-weight: 400
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    header .nav-container .header-info .item .title {
        font-size: 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    header .nav-container .header-info .item .title {
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header .nav-container .header-info .item .title {
        color: #fff;
        font-size: 22px
    }
}

@media (max-width:767px) {
    header .nav-container .header-info .item .title {
        color: #fff;
        font-size: 22px
    }
}

header .nav-container .header-info .item:not(:last-child) {
    margin-right: 45px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    header .nav-container .header-info .item:not(:last-child) {
        margin-right: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    header .nav-container .header-info .item:not(:last-child) {
        margin-right: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header .nav-container .header-info .item:not(:last-child) {
        margin-bottom: 30px;
        margin-right: 0
    }
}

@media (max-width:767px) {
    header .nav-container .header-info .item:not(:last-child) {
        margin-bottom: 30px;
        margin-right: 0
    }
}

header .nav-container .menu-items ul li {
    display: inline-block;
    position: relative
}

header .nav-container .menu-items ul li a {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    line-height: 80px;
    padding: 0 20px;
    text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    header .nav-container .menu-items ul li a {
        font-size: 14px;
        padding: 0 10px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    header .nav-container .menu-items ul li a {
        padding: 0 8px
    }
}

header .nav-container .menu-items ul li .submenu {
    background-color: #fff;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 110%;
    transition: all .3s ease-out 0s;
    visibility: hidden;
    width: 200px;
    z-index: 99
}

header .nav-container .menu-items ul li .submenu li {
    display: block
}

header .nav-container .menu-items ul li .submenu li a {
    border-bottom: 1px solid rgba(242, 244, 248, .7);
    border-radius: 0;
    color: #777;
    display: block;
    line-height: 30px!important;
    margin: 0;
    padding: 8px 24px;
    position: relative;
    transition: all .3s ease-out 0s
}

header .nav-container .menu-items ul li .submenu li a:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff!important
}

header .nav-container .menu-items ul li .submenu li .submenu {
    left: 100%;
    top: 50%
}

header .nav-container .menu-items ul li .submenu li:hover .submenu {
    top: 0
}

header .nav-container .menu-items ul li:hover>.submenu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

header .nav-container .menu-items ul li .dd-trigger,
header .nav-container .nav-pushed-item {
    display: none
}

header .nav-container .navbar-toggler {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none
}

header .nav-container .navbar-toggler span {
    background-color: #222;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    position: relative;
    transition-duration: .3s;
    width: 30px
}

header .nav-container .navbar-toggler.active span:first-of-type {
    top: 8px;
    transform: rotate(45deg)
}

header .nav-container .navbar-toggler.active span:nth-of-type(2) {
    opacity: 0
}

header .nav-container .navbar-toggler.active span:nth-of-type(3) {
    top: -8px;
    transform: rotate(-45deg)
}

header .nav-container .navbar-close {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 12
}

header .nav-container .navbar-close .cross-wrap {
    cursor: pointer;
    height: 26px;
    position: relative;
    width: 26px
}

header .nav-container .navbar-close .cross-wrap span {
    background: #fff;
    border-radius: 6px;
    display: block;
    height: 2px;
    position: absolute;
    width: 100%
}

header .nav-container .navbar-close .cross-wrap span.top {
    left: 0;
    top: 12px;
    transform: rotate(45deg)
}

header .nav-container .navbar-close .cross-wrap span.bottom {
    bottom: 12px;
    left: 0;
    transform: rotate(-45deg)
}

header .nav-container.breakpoint-on .nav-menu {
    background-color: var(--primary);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    display: block;
    height: 100%;
    left: -300px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 70px 0 0;
    position: fixed;
    top: 0;
    transition-duration: .5s;
    width: 300px;
    z-index: 9999
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li {
    display: block
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li a {
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    color: #fff!important;
    display: block;
    line-height: 45px!important
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu {
    background-color: transparent;
    box-shadow: none;
    display: none;
    left: 0;
    opacity: 1;
    position: relative;
    top: 0;
    transition: none;
    visibility: visible;
    width: 100%
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a {
    color: #fff;
    line-height: 45px!important;
    padding: 0 20px 0 40px
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a:hover {
    border-color: hsla(0, 0%, 100%, .5)
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .dd-trigger {
    background: transparent;
    border-left: 1px solid hsla(0, 0%, 100%, .5);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
    z-index: 2
}

header .nav-container.breakpoint-on .nav-menu.menu-on {
    left: 0
}

header .nav-container.breakpoint-on .nav-pushed-item,
header .nav-container.breakpoint-on .navbar-close,
header .nav-container.breakpoint-on .navbar-toggler {
    display: block
}

header.header-two .nav-container .menu-items ul li a,
header.header-two .nav-container .toggle a {
    color: #fff
}

header.header-two .nav-container .navbar-toggler span {
    background-color: #fff
}

header.header-two .header-info .item i {
    background: var(--primary)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header.header-two .header-info .item i {
        background: #111
    }
}

@media (max-width:767px) {
    header.header-two .header-info .item i {
        color: #111
    }
}

header.header-two .header-info .item,
header.header-two .header-info .item .title,
header.header-two .header-info .item a {
    color: #fff
}

header.header-three {
    background-color: transparent;
    position: relative
}

header.header-three .main-menu-area {
    bottom: -60px;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99
}

@media (max-width:399px) {
    header.header-three .main-menu-area {
        bottom: 0;
        position: relative;
        top: 0
    }
}

header.header-three .main-menu-area.sticky-header.sticky-active {
    animation: sticky 1.2s;
    bottom: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

header.header-three .main-menu-area.sticky-header.sticky-active .nav-container {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .04)
}

header.header-three .main-menu-area.sticky-header.sticky-active .nav-container .menu-items ul li a {
    line-height: 100px
}

header.header-three .header-top {
    background-color: #222;
    font-family: var(--tertiary-font), sans-serif;
    padding-bottom: 75px;
    padding-top: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header.header-three .header-top {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    header.header-three .header-top {
        padding-bottom: 50px;
        text-align: center
    }
}

@media (max-width:399px) {
    header.header-three .header-top {
        display: none
    }
}

header.header-three .header-top,
header.header-three .header-top a {
    color: #fff
}

@media (max-width:767px) {
    header.header-three .header-top ul.header-top-info {
        margin-top: 10px
    }
}

header.header-three .header-top ul.header-top-info li {
    display: inline-block;
    margin-left: 15px
}

@media (max-width:575px) {
    header.header-three .header-top ul.header-top-info li {
        margin-left: 5px
    }
}

header.header-three .header-top ul.header-top-info li i {
    color: var(--primary);
    margin-right: 10px
}

header.header-three .nav-container {
    background-color: #fff;
    padding: 0 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    header.header-three .nav-container {
        padding: 0 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header.header-three .nav-container {
        padding: 10px
    }
}

@media (max-width:767px) {
    header.header-three .nav-container {
        padding: 10px
    }
}

@media (max-width:399px) {
    header.header-three .nav-container {
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 5px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    header.header-three .nav-container .site-logo img {
        max-width: 200px
    }
}

@media (max-width:399px) {
    header.header-three .nav-container .site-logo img {
        max-width: 150px
    }
}

header.header-three .nav-container .menu-items ul li a {
    line-height: 120px
}

header.header-three .nav-container .menu-items ul li .submenu li a {
    line-height: 30px
}

header.header-three .nav-container .menu-right-buttons {
    display: flex
}

header.header-three .nav-container .menu-right-buttons .toggle {
    margin-right: 0
}

header.header-three .nav-container .menu-right-buttons>div {
    margin-left: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    header.header-three .nav-container .menu-right-buttons>div {
        margin-left: 5px
    }
}

@media (max-width:767px) {
    header.header-three .nav-container .menu-right-buttons>div {
        margin-left: 5px
    }
}

header.header-three .nav-container .menu-right-buttons .navbar-toggler {
    border: 2px solid hsla(0, 0%, 52%, .2);
    padding: 15px
}

@media (max-width:575px) {
    header.header-three .nav-container .menu-right-buttons .navbar-toggler {
        padding: 5px 10px
    }
    header.header-three .nav-container .menu-right-buttons .navbar-toggler span {
        width: 20px
    }
}

header.header-three .nav-container .menu-right-buttons a {
    border: 2px solid hsla(0, 0%, 52%, .2);
    color: #111;
    height: 65px;
    line-height: 65px;
    padding: 0;
    text-align: center;
    width: 65px
}

@media (max-width:575px) {
    header.header-three .nav-container .menu-right-buttons a {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        width: 40px
    }
}

header.header-three .nav-container .menu-right-buttons a:hover {
    background-color: var(--primary);
    color: #fff
}

header.inner-page.header-absolute {
    background-color: #fff;
    top: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header.inner-page.header-absolute .nav-container {
        padding: 10px 0
    }
}

@media (max-width:767px) {
    header.inner-page.header-absolute .nav-container {
        padding: 10px 0
    }
}

header.inner-page.header-absolute .nav-container .menu-items ul li a {
    line-height: 130px
}

header.sticky-header.sticky-active {
    animation: sticky 1.2s;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .04);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header.sticky-header.sticky-active .nav-container {
        padding: 10px 0
    }
    header.sticky-header.sticky-active .nav-container .site-logo img {
        max-width: 200px
    }
}

@media (max-width:767px) {
    header.sticky-header.sticky-active .nav-container {
        padding: 10px 0
    }
}

header.sticky-header.sticky-active .nav-container .menu-items ul li a {
    line-height: 100px
}

header.sticky-header.sticky-active .nav-container .site-logo .main-logo {
    display: none
}

header.sticky-header.sticky-active .nav-container .site-logo .sticky-logo {
    display: block
}

header.sticky-header.sticky-active.header-two .nav-container .menu-items ul li a,
header.sticky-header.sticky-active.header-two .nav-container .toggle a {
    color: #111
}

header.sticky-header.sticky-active.header-two .nav-container .navbar-toggler span {
    background-color: #111
}

header.sticky-header.sticky-active.header-two .header-info .item,
header.sticky-header.sticky-active.header-two .header-info .item .title,
header.sticky-header.sticky-active.header-two .header-info .item a {
    color: #111
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header.sticky-header.sticky-active.header-two .header-info .item,
    header.sticky-header.sticky-active.header-two .header-info .item .title,
    header.sticky-header.sticky-active.header-two .header-info .item a {
        color: #fff
    }
}

@media (max-width:767px) {
    header.sticky-header.sticky-active.header-two .header-info .item,
    header.sticky-header.sticky-active.header-two .header-info .item .title,
    header.sticky-header.sticky-active.header-two .header-info .item a {
        color: #fff
    }
}

.offcanvas-wrapper {
    left: 0;
    margin-left: -450px;
    min-height: 100vh;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 450px;
    z-index: 999
}

.offcanvas-wrapper.show-offcanvas {
    margin-left: 0;
    opacity: 1;
    visibility: visible
}

.offcanvas-wrapper .offcanvas-overly {
    background-color: #1e1e1e;
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%;
    z-index: 98
}

.offcanvas-wrapper .offcanvas-overly.show-overly {
    opacity: .5;
    visibility: visible
}

.offcanvas-wrapper .offcanvas-widget {
    background-color: #fff;
    height: 100vh;
    padding: 70px 40px;
    position: relative;
    width: 100%;
    z-index: 99
}

.offcanvas-wrapper .offcanvas-widget a.offcanvas-close {
    color: var(--primary);
    font-size: 28px;
    position: absolute;
    right: 30px;
    top: 30px
}

.offcanvas-wrapper .offcanvas-widget .widget {
    font-size: 14px;
    margin-bottom: 50px
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 25px;
    padding-left: 30px;
    position: relative
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title:before {
    background-color: var(--primary);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form {
    position: relative
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form input {
    background-color: #f8f8f8;
    border: none;
    font-size: 14px;
    height: 60px;
    padding-left: 30px;
    padding-right: 60px;
    width: 100%
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button {
    background-color: var(--primary);
    border: none;
    color: #fff;
    font-size: 14px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-out 0s;
    width: 60px;
    z-index: 1
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button:hover {
    background-color: #111;
    color: #fff
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li {
    line-height: 30px
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li a {
    color: #777;
    font-weight: 700
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li a:hover {
    color: var(--primary);
    padding-left: 10px
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li .submenu {
    padding-left: 10px
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li {
    display: inline-block;
    margin-right: 5px
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a {
    background-color: var(--primary);
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a:hover {
    background-color: #222
}

.breadcrumb-area {
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumb-area {
        margin-top: 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb-area {
        margin-top: 100px
    }
}

@media (max-width:575px) {
    .breadcrumb-area {
        margin-top: 80px
    }
}

.breadcrumb-area:before {
    background-color: #222;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.breadcrumb-area .breadcrumb-text {
    padding: 100px 0;
    position: relative
}

.breadcrumb-area .breadcrumb-text,
.breadcrumb-area .breadcrumb-text h2.page-title {
    color: #fff
}

.breadcrumb-area .breadcrumb-text h2.page-title {
    font-size: 72px;
    letter-spacing: -1px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb-area .breadcrumb-text h2.page-title {
        font-size: 60px
    }
}

@media (max-width:575px) {
    .breadcrumb-area .breadcrumb-text h2.page-title {
        font-size: 50px
    }
}

.breadcrumb-area .breadcrumb-text span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    padding-bottom: 25px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .breadcrumb-area .breadcrumb-text span {
        letter-spacing: 2px
    }
}

@media (max-width:575px) {
    .breadcrumb-area .breadcrumb-text span {
        font-size: 12px
    }
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav {
    background-color: #fff;
    bottom: 0;
    padding: 20px 40px;
    position: absolute;
    right: 0;
    z-index: 2
}

@media (max-width:575px) {
    .breadcrumb-area .breadcrumb-text .breadcrumb-nav {
        font-size: 14px;
        padding: 15px 20px
    }
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li {
    display: inline-block;
    font-weight: 700;
    position: relative
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li,
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a {
    color: #222
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a:hover {
    color: var(--primary)
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child) {
    margin-left: 10px;
    padding-left: 10px
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child):before {
    color: #222;
    content: "|";
    left: -2px;
    position: absolute;
    top: 50%;
    transform: translateY(-48%)
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active,
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active:before {
    color: var(--primary)
}

.banner-area .banner-content span.promo-tag {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-bottom: 30px;
    text-transform: uppercase
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-area .banner-content span.promo-tag {
        font-size: 12px;
        letter-spacing: 1px
    }
}

@media (max-width:767px) {
    .banner-area .banner-content span.promo-tag {
        font-size: 12px;
        letter-spacing: 1px
    }
}

.banner-area .banner-content .title {
    font-size: 120px;
    font-weight: 400;
    letter-spacing: -6px;
    line-height: 1.1;
    padding-bottom: 26px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner-area .banner-content .title {
        font-size: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-area .banner-content .title {
        font-size: 86px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .banner-area .banner-content .title {
        font-size: 72px
    }
}

@media (max-width:575px) {
    .banner-area .banner-content .title {
        font-size: 66px
    }
}

@media (max-width:399px) {
    .banner-area .banner-content .title {
        font-size: 52px
    }
}

.banner-area .banner-content ul li {
    display: inline-block
}

.banner-area .banner-content ul li:last-child {
    margin-left: 24px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-area .banner-content ul li:last-child {
        margin-left: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-area .banner-content ul li:last-child {
        margin-left: 10px
    }
}

@media (max-width:767px) {
    .banner-area .banner-content ul li:last-child {
        margin-left: 5px
    }
}

@media (max-width:399px) {
    .banner-area .banner-content ul li:last-child {
        margin-left: 0;
        margin-top: 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .banner-area .banner-content .main-btn {
        line-height: 55px;
        padding: 0 35px
    }
}

@media (max-width:575px) {
    .banner-area .banner-content .main-btn {
        letter-spacing: 1px;
        line-height: 50px;
        padding: 0 25px
    }
}

.banner-area.banner-style-two .single-banner {
    height: 950px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .banner-area.banner-style-two .single-banner {
        height: 700px
    }
}

.banner-area.banner-style-two .single-banner .banner-bg,
.banner-area.banner-style-two .single-banner .banner-overly {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2
}

.banner-area.banner-style-two .single-banner .banner-overly {
    background-color: #222;
    opacity: .6;
    z-index: -1
}

.banner-area.banner-style-two .single-banner .banner-bg {
    animation: zoomIn 15s linear infinite
}

.banner-area.banner-style-two .banner-content,
.banner-area.banner-style-two .banner-content h1 {
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-area.banner-style-two .banner-content h1 {
        font-size: 90px
    }
}

.banner-area.banner-style-two .banner-content .main-btn.btn-border:hover,
.banner-area.banner-style-two .banner-content .main-btn.btn-filled {
    box-shadow: none
}

.banner-area.banner-style-two .banner-content .main-btn.btn-border,
.banner-area.banner-style-two .banner-content .main-btn.btn-filled:hover {
    border-color: hsla(0, 0%, 100%, .2);
    color: #fff
}

.banner-area .slick-arrow {
    background: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 50px;
    z-index: 9
}

.banner-area .slick-arrow:hover {
    background-color: var(--primary);
    color: #fff
}

.banner-area ul.slick-dots {
    bottom: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(-51%)
}

.banner-area ul.slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.banner-area ul.slick-dots li button {
    border: none;
    border-radius: 50%;
    font-size: 0;
    height: 10px;
    line-height: 0;
    width: 10px
}

.banner-area ul.slick-dots li.slick-active button {
    background-color: var(--primary)
}

.about-section {
    position: relative;
    z-index: 1
}

.about-section .down-arrow-wrap {
    padding-bottom: 125px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-section .down-arrow-wrap {
        padding-bottom: 90px
    }
}

@media (max-width:767px) {
    .about-section .down-arrow-wrap {
        padding-bottom: 90px
    }
}

.about-section .down-arrow-wrap a.down-arrow {
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 0 14px 24px 0 hsla(39, 27%, 65%, .3);
    color: #fff;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 60px
}

.about-section .down-arrow-wrap a.down-arrow:before {
    animation: pulse-border-2 1s linear infinite
}

.about-section .down-arrow-wrap a.down-arrow:after,
.about-section .down-arrow-wrap a.down-arrow:before {
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.about-section .down-arrow-wrap a.down-arrow:after {
    animation: pulse-border-2 1.5s linear infinite
}

.about-section .about-title span.title-tag span {
    color: var(--primary)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-section .about-title h2 {
        font-size: 45px
    }
}

@media (max-width:575px) {
    .about-section .about-title h2 {
        font-size: 30px
    }
}

.about-section .about-features {
    grid-column-gap: 35px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    margin-top: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-section .about-features {
        grid-column-gap: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-section .about-features {
        grid-column-gap: 15px
    }
}

@media (max-width:767px) {
    .about-section .about-features {
        grid-column-gap: 15px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 2fr;
        margin-top: 60px
    }
}

@media (max-width:575px) {
    .about-section .about-features {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 3fr
    }
}

.about-section .about-features li {
    margin-top: 15px
}

.about-section .about-features li a {
    background: #fff;
    box-shadow: 0 14px 24px 0 hsla(0, 0%, 72%, .1);
    color: var(--primary);
    display: block;
    padding: 55px 0 45px;
    position: relative;
    text-align: center;
    z-index: 1
}

.about-section .about-features li a,
.about-section .about-features li a i,
.about-section .about-features li a span {
    transition: all .3s ease-out 0s
}

.about-section .about-features li a i {
    font-size: 75px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-section .about-features li a i {
        font-size: 55px
    }
}

.about-section .about-features li a img {
    max-width: 75px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-section .about-features li a img {
        max-width: 55px
    }
}

.about-section .about-features li a .title {
    color: #111;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-top: 10px;
    text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-section .about-features li a .title {
        letter-spacing: 2px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-section .about-features li a .title {
        letter-spacing: 1px
    }
}

@media (max-width:767px) {
    .about-section .about-features li a .title {
        letter-spacing: 1px
    }
}

.about-section .about-features li a .hover-icon {
    bottom: 0;
    color: #fff;
    font-size: 75px;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    z-index: -1
}

.about-section .about-features li a:hover {
    background: var(--primary);
    color: #fff
}

.about-section .about-features li a:hover .title {
    color: #fff
}

.about-section .about-features li a:hover .hover-icon {
    opacity: .1;
    visibility: visible
}

.about-section .about-features.masonry-layout {
    margin-top: 0
}

@media (max-width:767px) {
    .about-section .about-features.masonry-layout {
        margin-top: 50px
    }
}

.about-section .about-features.masonry-layout li {
    margin-top: 0
}

.about-section .about-features.masonry-layout li:nth-child(2) {
    margin-top: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-section .about-features.masonry-layout li:nth-child(2) {
        margin-top: 50px
    }
}

@media (max-width:767px) {
    .about-section .about-features.masonry-layout li:nth-child(2) {
        margin-top: 50px
    }
}

.about-section .about-features.masonry-layout li:nth-child(3) {
    margin-top: 200px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-section .about-features.masonry-layout li:nth-child(3) {
        margin-top: 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-section .about-features.masonry-layout li:nth-child(3) {
        margin-top: 100px
    }
}

@media (max-width:575px) {
    .about-section .about-features.masonry-layout li:nth-child(3) {
        margin-top: 0
    }
}

.about-section .about-features.masonry-layout li:nth-child(4) {
    margin-top: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-section .about-features.masonry-layout li:nth-child(4) {
        margin-top: 50px
    }
}

@media (max-width:767px) {
    .about-section .about-features.masonry-layout li:nth-child(4) {
        margin-top: -50px
    }
}

@media (max-width:575px) {
    .about-section .about-features.masonry-layout li:nth-child(4) {
        margin-top: 50px
    }
}

.room-type-section {
    position: relative;
    z-index: 1
}

.room-type-section,
.room-type-section:before {
    background-position: 50%;
    background-size: 100% 100%
}

.room-type-section:before {
    background-image: url(../img/bg/brush.png);
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.room-type-section .room-filter {
    text-align: right
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .room-type-section .room-filter {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .room-type-section .room-filter {
        margin-top: 30px
    }
}

.room-type-section .room-filter li a {
    border: 2px solid transparent;
    border-radius: 0;
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 30px;
    text-transform: capitalize;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-type-section .room-filter li a {
        padding: 10px 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .room-type-section .room-filter li a {
        padding: 10px 20px
    }
}

@media (max-width:575px) {
    .room-type-section .room-filter li a {
        font-size: 14px;
        padding: 8px 15px
    }
}

.room-type-section .room-filter li a.active,
.room-type-section .room-filter li a:hover {
    background-color: transparent;
    border-color: #e6e6e6;
    color: #111
}

.room-type-section .room-items .row {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.room-type-section .room-items .row>.col,
.room-type-section .room-items .row>[class*=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.room-type-section .room-items .room-box {
    height: 280px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

.room-type-section .room-items .room-box.extra-height {
    height: 575px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .room-type-section .room-items .room-box.extra-height {
        height: 280px
    }
}

@media (max-width:767px) {
    .room-type-section .room-items .room-box.extra-height {
        height: 280px
    }
}

.room-type-section .room-items .room-box:after {
    background: linear-gradient(45deg, hsla(0, 0%, 7%, .502), hsla(0, 0%, 7%, .25) 44%, hsla(0, 0%, 7%, 0));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.room-type-section .room-items .room-box .room-bg {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    transition: all .4s ease-out 0s;
    width: 100%
}

.room-type-section .room-items .room-box .room-content {
    bottom: 30px;
    left: 30px;
    position: absolute;
    right: 30px;
    z-index: 2
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .room-type-section .room-items .room-box .room-content {
        left: 15px
    }
}

.room-type-section .room-items .room-box .room-content h3 {
    font-size: 36px
}

@media (max-width:767px) {
    .room-type-section .room-items .room-box .room-content h3 {
        font-size: 26px
    }
}

.room-type-section .room-items .room-box .room-content h3 a {
    color: #fff
}

.room-type-section .room-items .room-box .room-content span {
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px
}

.room-type-section .room-items .room-box .room-content span i {
    margin-right: 10px
}

@media (max-width:767px) {
    .room-type-section .room-items .room-box .room-content span {
        font-size: 14px
    }
}

.room-type-section .room-items .room-box .room-link {
    border: 2px solid hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    opacity: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    visibility: hidden;
    width: 60px;
    z-index: 3
}

@media (max-width:767px) {
    .room-type-section .room-items .room-box .room-link {
        height: 40px;
        line-height: 40px;
        right: 10px;
        text-align: center;
        width: 40px
    }
}

.room-type-section .room-items .room-box .room-link:hover {
    background-color: #fff;
    color: #111
}

.room-type-section .room-items .room-box.extra-wide .room-link {
    right: 40px
}

.room-type-section .room-items .room-box:hover .room-link {
    bottom: 30px;
    opacity: 1;
    visibility: visible
}

.room-type-section .room-items .room-box:hover .room-bg {
    transform: scale(1.1)
}

.cta-section .cta-inner {
    background-color: #fff;
    padding: 100px 0;
    position: relative;
    z-index: 1
}

.cta-section .cta-inner .cta-text p {
    color: var(--primary);
    font-size: 20px;
    line-height: 1.6
}

.cta-section .cta-inner .cta-text a.main-btn.btn-filled {
    background-color: #111;
    border-color: #111;
    color: #fff;
    margin-top: 40px
}

.cta-section .cta-inner .cta-text a.main-btn.btn-filled:hover {
    background-color: var(--primary);
    border-color: var(--primary)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta-section .cta-inner .cta-text {
        margin-top: 60px
    }
}

@media (max-width:767px) {
    .cta-section .cta-inner .cta-text {
        margin-top: 60px
    }
}

.cta-section .cta-inner .cta-features .single-feature {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .cta-section .cta-inner .cta-features .single-feature {
        grid-template-columns: 100px 1fr
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .cta-section .cta-inner .cta-features .single-feature {
        grid-template-columns: 100px 1fr
    }
}

@media (max-width:575px) {
    .cta-section .cta-inner .cta-features .single-feature {
        display: block
    }
}

.cta-section .cta-inner .cta-features .single-feature .icon {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 hsla(39, 27%, 65%, .2);
    color: var(--primary);
    font-size: 60px;
    height: 120px;
    line-height: 120px;
    position: relative;
    text-align: center;
    transition: all .3s ease-out 0s;
    width: 120px;
    z-index: 2
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .cta-section .cta-inner .cta-features .single-feature .icon {
        font-size: 40px;
        height: 100px;
        line-height: 100px;
        width: 100px
    }
}

@media (max-width:767px) {
    .cta-section .cta-inner .cta-features .single-feature .icon {
        font-size: 40px;
        height: 100px;
        line-height: 100px;
        width: 100px
    }
}

@media (max-width:575px) {
    .cta-section .cta-inner .cta-features .single-feature .icon {
        margin-bottom: 30px
    }
}

.cta-section .cta-inner .cta-features .single-feature .cta-desc {
    font-size: 14px;
    padding-left: 40px;
    position: relative;
    z-index: 1
}

@media (max-width:575px) {
    .cta-section .cta-inner .cta-features .single-feature .cta-desc {
        padding-left: 0
    }
}

.cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
    color: #111;
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
        font-size: 26px
    }
}

.cta-section .cta-inner .cta-features .single-feature .cta-desc .count {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #111;
    color: transparent;
    font-size: 120px;
    font-weight: 700;
    left: -32px;
    line-height: 1;
    opacity: .1;
    position: absolute;
    top: 0;
    z-index: -1
}

@media (max-width:575px) {
    .cta-section .cta-inner .cta-features .single-feature .cta-desc .count {
        left: 0;
        top: -75px
    }
}

.cta-section .cta-inner .cta-features .single-feature:hover .icon {
    background-color: var(--primary);
    color: #fff
}

.cta-section .cta-inner .cta-features .single-feature:last-child {
    margin-bottom: 0
}

.cta-section .cta-inner:after {
    background-color: var(--primary);
    bottom: -40px;
    content: "";
    height: 20px;
    left: 35px;
    position: absolute;
    right: 35px
}

.cta-section .cta-inner:before {
    bottom: 0;
    color: #f6f6f6;
    content: "\f127";
    font-family: Flaticon;
    font-size: 350px;
    left: 0;
    line-height: 1;
    position: absolute
}

.room-gallery-cta {
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    z-index: 1
}

.room-gallery-cta:before {
    background-color: #111;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.room-gallery-cta ul li {
    display: inline-block;
    margin: 0 10px
}

@media (max-width:767px) {
    .room-gallery-cta ul li {
        margin: 0 5px
    }
    .room-gallery-cta ul li .main-btn {
        letter-spacing: 1px;
        padding: 0 25px
    }
}

@media (max-width:399px) {
    .room-gallery-cta ul li .main-btn {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 0 15px
    }
}

.room-gallery-cta ul li .main-btn.btn-border:hover,
.room-gallery-cta ul li .main-btn.btn-filled {
    box-shadow: none
}

.room-gallery-cta ul li .main-btn.btn-border,
.room-gallery-cta ul li .main-btn.btn-filled:hover {
    border-color: hsla(0, 0%, 100%, .2);
    color: #fff
}

.room-gallery-cta .cta-text h2 {
    color: #fff;
    font-size: 80px;
    letter-spacing: -3px;
    line-height: 1.125
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 72px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 52px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 42px
    }
}

@media (max-width:575px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 32px
    }
}

@media (max-width:399px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 28px
    }
}

.room-gallery-cta .cta-text span {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-bottom: 20px;
    text-transform: uppercase
}

.room-gallery-cta .rotate-images img {
    bottom: 0;
    left: 3%;
    position: absolute;
    transform: rotate(-37deg);
    z-index: 1;
    z-index: -1
}

@media (max-width:767px) {
    .room-gallery-cta .rotate-images img {
        max-width: 150px
    }
}

@media (max-width:399px) {
    .room-gallery-cta .rotate-images img {
        max-width: 100px
    }
}

.room-gallery-cta .rotate-images img.rotate-image-one {
    bottom: auto;
    left: 8%;
    max-width: 260px;
    top: 0;
    transform: rotate(-37deg)
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        left: 2%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        left: 2%;
        max-width: 220px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        left: 1%;
        max-width: 180px
    }
}

@media (max-width:767px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        left: 1%;
        max-width: 150px
    }
}

@media (max-width:399px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        max-width: 100px
    }
}

.room-gallery-cta .rotate-images img.rotate-image-three {
    left: auto;
    right: 5%
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        left: auto;
        max-width: 250px;
        right: 2%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        left: auto;
        max-width: 250px;
        right: 2%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        left: auto;
        max-width: 200px;
        right: 1%
    }
}

@media (max-width:767px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        left: auto;
        max-width: 150px;
        right: 1%
    }
}

@media (max-width:399px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        max-width: 100px
    }
}

.text-block.with-bg {
    background-position: 50%;
    background-size: cover;
    position: relative;
    z-index: 1
}

.text-block.with-bg:after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: .94;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media (max-width:575px) {
    .text-block .block-text p {
        padding-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .text-block .mb-small {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .text-block .mb-small {
        margin-bottom: 50px
    }
}

.video-wrap {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: flex;
    height: 480px;
    justify-content: center;
    width: 100%
}

@media (max-width:575px) {
    .video-wrap {
        height: 350px
    }
}

.video-wrap a.popup-video {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 14px 24px 0 hsla(39, 27%, 65%, .3);
    color: #111;
    font-size: 16px;
    height: 60px;
    line-height: 65px;
    position: relative;
    text-align: center;
    width: 60px
}

.video-wrap a.popup-video:before {
    animation: pulse-border-2 1s linear infinite
}

.video-wrap a.popup-video:after,
.video-wrap a.popup-video:before {
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-wrap a.popup-video:after {
    animation: pulse-border-2 1.5s linear infinite
}

.video-wrap.video-wrap-two {
    height: 460px
}

@media (max-width:575px) {
    .video-wrap.video-wrap-two {
        height: 350px
    }
}

.video-wrap.video-wrap-two a.popup-video {
    box-shadow: none;
    font-size: 20px;
    height: 120px;
    line-height: 120px;
    width: 120px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .video-wrap.video-wrap-two a.popup-video {
        height: 100px;
        line-height: 100px;
        width: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .video-wrap.video-wrap-two a.popup-video {
        height: 80px;
        line-height: 80px;
        width: 80px
    }
}

@media (max-width:767px) {
    .video-wrap.video-wrap-two a.popup-video {
        height: 80px;
        line-height: 80px;
        width: 80px
    }
}

.video-wrap.video-about {
    height: 650px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .video-wrap.video-about {
        height: 500px
    }
}

@media (max-width:767px) {
    .video-wrap.video-about {
        height: 300px
    }
}

.testimonial-box {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 50px 30px;
    text-align: center;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial-box {
        padding: 50px 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .testimonial-box {
        font-size: 14px;
        padding: 50px 20px
    }
}

.testimonial-box .client-img {
    margin: auto;
    max-height: 150px;
    max-width: 150px;
    position: relative
}

.testimonial-box .client-img img {
    border-radius: 50%;
    max-height: 150px;
    max-width: 150px
}

.testimonial-box .client-img .check {
    background-color: var(--primary);
    border: 4px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px
}

.testimonial-box h3 {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 15px;
    margin-top: 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial-box h3 {
        font-size: 26px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .testimonial-box h3 {
        font-size: 22px
    }
}

.testimonial-box .clinet-post {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial-box .clinet-post {
        font-size: 14px;
        font-size: 12px
    }
}

.testimonial-box:hover {
    box-shadow: 0 14px 24px 0 hsla(39, 27%, 65%, .2)
}

.testimonial-slider ul.slick-dots {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.testimonial-slider ul.slick-dots li {
    cursor: pointer;
    display: inline-block
}

.testimonial-slider ul.slick-dots li button {
    background: #e7e7e7;
    border: 0;
    font-size: 0;
    height: 4px;
    margin: 0 5px;
    transition: all .3s ease-out 0s;
    width: 16px
}

.testimonial-slider ul.slick-dots li.slick-active button {
    background-color: var(--primary);
    width: 26px
}

.latest-news .latest-post-box .post-img {
    background-position: 50%;
    background-size: cover;
    height: 260px;
    width: 100%
}

@media (max-width:767px) {
    .latest-news .latest-post-box .post-img {
        height: 220px
    }
}

.latest-news .latest-post-box .post-desc {
    background-color: #fff;
    padding: 40px 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .latest-news .latest-post-box .post-desc {
        padding: 35px 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .latest-news .latest-post-box .post-desc {
        font-size: 14px;
        padding: 35px 18px
    }
}

@media (max-width:399px) {
    .latest-news .latest-post-box .post-desc {
        font-size: 14px;
        padding: 35px 25px
    }
}

.latest-news .latest-post-box .post-desc .post-meta {
    margin-bottom: 20px
}

.latest-news .latest-post-box .post-desc .post-meta li {
    display: inline-block;
    margin-right: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .latest-news .latest-post-box .post-desc .post-meta li {
        font-size: 14px;
        margin-right: 5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .latest-news .latest-post-box .post-desc .post-meta li {
        margin-right: 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .latest-news .latest-post-box .post-desc .post-meta li {
        font-size: 12px;
        margin-right: 5px
    }
}

@media (max-width:399px) {
    .latest-news .latest-post-box .post-desc .post-meta li {
        font-size: 12px;
        margin-right: 5px
    }
}

.latest-news .latest-post-box .post-desc .post-meta li a {
    color: #777;
    font-weight: 500
}

.latest-news .latest-post-box .post-desc .post-meta li a i {
    margin-right: 10px
}

.latest-news .latest-post-box .post-desc .post-meta li:last-child {
    margin-right: 0
}

.latest-news .latest-post-box .post-desc h3 {
    color: #111;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.4;
    margin-bottom: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .latest-news .latest-post-box .post-desc h3 {
        font-size: 22px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .latest-news .latest-post-box .post-desc h3 {
        font-size: 20px
    }
}

@media (max-width:399px) {
    .latest-news .latest-post-box .post-desc h3 {
        font-size: 20px
    }
}

.features-loop .feature-box {
    background-color: #fff;
    border: 2px solid #f8f8f8;
    font-size: 14px;
    margin-top: 30px;
    padding: 60px 50px;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .features-loop .feature-box {
        padding: 50px 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .features-loop .feature-box {
        padding: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .features-loop .feature-box {
        padding: 35px 25px
    }
}

@media (max-width:575px) {
    .features-loop .feature-box {
        padding: 50px 30px
    }
}

.features-loop .feature-box .icon {
    color: var(--primary);
    font-size: 70px;
    line-height: 1;
    margin-bottom: 30px
}

.features-loop .feature-box:hover .icon i {
    animation: hvr-buzz-out .75s linear 1
}

.features-loop .feature-box h3 {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 30px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .features-loop .feature-box h3 {
        font-size: 24px
    }
}

.features-loop .feature-box .count {
    color: #f8f8f8;
    font-size: 120px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -10px
}

.features-loop .feature-box.dark-box {
    background-color: #292929;
    border: none
}

.features-loop .feature-box.dark-box,
.features-loop .feature-box.dark-box h3 a {
    color: #fff
}

.features-loop .feature-box.dark-box .count {
    color: #222
}

.room-gird-loop .room-box .room-img-wrap {
    height: 240px;
    overflow: hidden;
    width: 100%
}

.room-gird-loop .room-box .room-img-wrap .room-img {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    transition: all .3s ease-out 0s;
    width: 100%
}

.room-gird-loop .room-box:hover .room-img {
    transform: scale(1.1)
}

.room-gird-loop .room-box .room-desc {
    background-color: #fff;
    font-size: 14px;
    padding: 50px 35px 30px;
    position: relative;
    text-align: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-gird-loop .room-box .room-desc {
        padding: 50px 25px 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .room-gird-loop .room-box .room-desc {
        padding: 50px 20px 30px
    }
}

.room-gird-loop .room-box .room-desc .icons {
    background-color: #fff;
    box-shadow: 0 8px 16px 0 hsla(0, 0%, 54%, .04);
    left: 25px;
    padding: 15px;
    position: absolute;
    right: 25px;
    top: 0;
    transform: translateY(-50%)
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .room-gird-loop .room-box .room-desc .icons {
        left: 12px;
        padding: 15px 5px;
        right: 12px
    }
}

.room-gird-loop .room-box .room-desc .icons li {
    color: #222;
    display: inline-block;
    margin: 0 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-gird-loop .room-box .room-desc .icons li {
        margin: 0 5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .room-gird-loop .room-box .room-desc .icons li {
        margin: 0 8px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .room-gird-loop .room-box .room-desc .icons li {
        margin: 0 5px
    }
}

@media (max-width:399px) {
    .room-gird-loop .room-box .room-desc .icons li {
        margin: 0 5px
    }
}

.room-gird-loop .room-box .room-desc h4 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 15px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .room-gird-loop .room-box .room-desc h4 {
        font-size: 20px
    }
}

.room-gird-loop .room-box .room-desc span.price {
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .room-gird-loop .room-box .room-desc span.price {
        font-size: 14px
    }
}

.room-slider {
    position: relative;
    z-index: 1
}

.room-slider .rooms-slider-one.row {
    margin-left: -20px;
    margin-right: -20px
}

.room-slider .rooms-slider-one.row>.col {
    padding-left: 20px;
    padding-right: 20px
}

.room-slider .rooms-slider-one .slider-img {
    background-position: 50%;
    background-size: cover;
    height: 580px;
    width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-slider .rooms-slider-one .slider-img {
        height: 500px
    }
}

@media (max-width:767px) {
    .room-slider .rooms-slider-one .slider-img {
        height: 450px
    }
}

@media (max-width:575px) {
    .room-slider .rooms-slider-one .slider-img {
        height: 400px
    }
}

@media (max-width:767px) {
    .room-slider .rooms-content-wrap {
        margin-bottom: 100px
    }
}

.room-slider .rooms-content-wrap .room-content-box {
    background-color: #222;
    color: #d4d4d4;
    font-size: 14px;
    margin-top: -495px;
    padding: 60px 50px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-slider .rooms-content-wrap .room-content-box {
        margin-top: -445px
    }
}

@media (max-width:767px) {
    .room-slider .rooms-content-wrap .room-content-box {
        margin-top: -100px;
        padding: 50px 30px
    }
}

@media (max-width:575px) {
    .room-slider .rooms-content-wrap .room-content-box {
        margin-top: -50px;
        padding: 50px 30px
    }
}

.room-slider .rooms-content-wrap .room-content-box .slider-count {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    position: absolute;
    right: 50px;
    top: 90px;
    z-index: 3
}

.room-slider .rooms-content-wrap .room-content-box .slider-count .current {
    color: var(--primary)
}

.room-slider .rooms-content-wrap .room-content-box .slider-count-big {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px hsla(0, 0%, 100%, .6);
    bottom: -30px;
    font-size: 200px;
    line-height: 1;
    opacity: .1;
    position: absolute;
    right: 0;
    z-index: -1
}

@media (max-width:767px) {
    .room-slider .rooms-content-wrap .room-content-box .slider-count-big {
        font-size: 150px
    }
}

.room-slider .rooms-content-wrap .room-content-box h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px
}

.room-slider .rooms-content-wrap .room-content-box h3,
.room-slider .rooms-content-wrap .room-content-box h3 a {
    color: #fff
}

.room-slider .rooms-content-wrap .room-content-box .icon {
    color: var(--primary);
    font-size: 70px;
    line-height: 1;
    margin-bottom: 40px
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider {
    padding-bottom: 45px
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider .single-content {
    overflow: hidden
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots {
    bottom: 0;
    left: 0;
    position: absolute
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li {
    cursor: pointer;
    display: inline-block
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li button {
    background: #434343;
    border: 0;
    font-size: 0;
    height: 4px;
    margin: 0 5px;
    transition: all .3s ease-out 0s;
    width: 16px
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li.slick-active button {
    background-color: var(--primary);
    width: 26px
}

.room-details .deatils-box {
    font-family: var(--tertiary-font), sans-serif
}

.room-details .deatils-box .title-wrap {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin-right: 40px;
    padding: 40px 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-details .deatils-box .title-wrap {
        margin-right: 30px;
        padding: 40px 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .room-details .deatils-box .title-wrap {
        margin-right: 20px;
        padding: 30px 20px
    }
}

@media (max-width:575px) {
    .room-details .deatils-box .title-wrap {
        display: block;
        margin-right: 20px;
        padding: 30px
    }
}

.room-details .deatils-box .title-wrap .title .room-cat {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.room-details .deatils-box .title-wrap .title h2 {
    font-size: 48px;
    letter-spacing: -1px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-details .deatils-box .title-wrap .title h2 {
        font-size: 42px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .room-details .deatils-box .title-wrap .title h2 {
        font-size: 32px
    }
}

@media (max-width:575px) {
    .room-details .deatils-box .title-wrap .title h2 {
        font-size: 28px
    }
}

.room-details .deatils-box .title-wrap .price {
    color: var(--primary);
    font-family: var(--primary-font), sans-serif;
    font-size: 40px;
    font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-details .deatils-box .title-wrap .price {
        font-size: 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .room-details .deatils-box .title-wrap .price {
        font-size: 30px
    }
}

@media (max-width:575px) {
    .room-details .deatils-box .title-wrap .price {
        font-size: 24px;
        margin-top: 15px
    }
}

.room-details .deatils-box .title-wrap .price span {
    font-size: 16px
}

.room-details .deatils-box .thumb {
    margin-bottom: 60px;
    margin-top: -90px;
    position: relative
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .room-details .deatils-box .thumb {
        margin-top: -65px
    }
}

.room-details .deatils-box h3.subtitle {
    border-bottom: 1px solid #f1f1f1;
    font-size: 30px;
    margin-bottom: 40px;
    padding-bottom: 20px
}

.room-details .deatils-box .room-fearures {
    background-color: #fff;
    padding: 50px 50px 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-details .deatils-box .room-fearures {
        padding: 50px 35px 30px
    }
}

@media (max-width:575px) {
    .room-details .deatils-box .room-fearures {
        padding: 50px 30px 30px
    }
}

.room-details .deatils-box .room-fearures .room-fearures-list li {
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    width: 33.33%
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .room-details .deatils-box .room-fearures .room-fearures-list li {
        width: 50%
    }
}

@media (max-width:575px) {
    .room-details .deatils-box .room-fearures .room-fearures-list li {
        width: 100%
    }
}

.room-details .deatils-box .room-fearures .room-fearures-list li i {
    color: var(--primary);
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.room-details .deatils-box .room-rules {
    background-color: #fff;
    padding: 50px 50px 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-details .deatils-box .room-rules {
        padding: 50px 35px 30px
    }
}

@media (max-width:575px) {
    .room-details .deatils-box .room-rules {
        padding: 50px 0;
    }
}

.room-details .deatils-box .room-rules .room-rules-list li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative
}

.room-details .deatils-box .room-rules .room-rules-list li:before {
    color: var(--primary);
    content: "\f00c";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.room-details .deatils-box .cancellation-box {
    background-color: #fff;
    padding: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-details .deatils-box .cancellation-box {
        padding: 50px 35px
    }
}

@media (max-width:575px) {
    .room-details .deatils-box .cancellation-box {
        padding: 50px 0;
    }
}

.room-details .deatils-box .cancellation-box strong {
    color: #222
}

.room-details .deatils-box .related-room h3.subtitle {
    border-color: #ddd
}

.room-details .room-booking-form {
    background-color: #fff;
    padding: 40px 0;
}

.room-details .room-booking-form .vuta-input {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.room-details .room-booking-form textarea {
    min-height: 100px;
    padding: 15px;
}

.room-details .room-booking-form ul {
    margin-bottom: 20px !important;
    border-radius: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .room-details .room-booking-form {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .room-details .room-booking-form {
        margin-top: 30px
    }
}

.room-details .room-booking-form .nice-select,
.room-details .room-booking-form input,
.room-details .room-booking-form select {
    background-color: #f8f8f8
}

.room-details .room-booking-form .main-btn {
    box-shadow: none;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 100%
}

.room-details .room-booking-form .title {
    font-family: var(--primary-font), sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-details .room-booking-form .title {
        padding-left: 50px
    }
}

@media (max-width:399px) {
    .room-details .room-booking-form .title {
        padding-left: 50px
    }
}

.room-details .room-booking-form .title:before {
    background-color: var(--primary);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .room-details .room-booking-form .title:before {
        width: 30px
    }
}

@media (max-width:399px) {
    .room-details .room-booking-form .title:before {
        width: 30px
    }
}

.menu-area {
    position: relative;
    z-index: 1
}

.menu-area .menu-loop .single-menu-box {
    align-items: center;
    margin-bottom: 20px;
    padding-left: 120px;
    position: relative
}

@media (max-width:575px) {
    .menu-area .menu-loop .single-menu-box {
        padding-left: 0;
        padding-top: 140px
    }
}

.menu-area .menu-loop .single-menu-box .menu-desc {
    color: #222;
    font-size: 14px;
    padding: 20px 85px 20px 30px;
    position: relative;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .menu-area .menu-loop .single-menu-box .menu-desc {
        padding: 20px 50px 20px 30px
    }
}

@media (max-width:399px) {
    .menu-area .menu-loop .single-menu-box .menu-desc {
        padding: 20px 50px 20px 30px
    }
}

.menu-area .menu-loop .single-menu-box .menu-desc h4 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 8px
}

.menu-area .menu-loop .single-menu-box .menu-img {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px
}

@media (max-width:575px) {
    .menu-area .menu-loop .single-menu-box .menu-img {
        height: 120px;
        left: 30px
    }
}

.menu-area .menu-loop .single-menu-box:hover .menu-desc {
    background-color: #fff
}

.contact-part .contact-info .info-box {
    grid-column-gap: 30px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 30px;
    padding: 50px 45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .contact-part .contact-info .info-box {
        grid-template-columns: 30px 1fr;
        padding: 50px 30px
    }
}

@media (max-width:767px) {
    .contact-part .contact-info .info-box {
        display: block;
        padding: 30px 20px
    }
}

.contact-part .contact-info .info-box .icon {
    color: var(--primary);
    font-size: 40px
}

@media (max-width:767px) {
    .contact-part .contact-info .info-box .icon {
        margin-bottom: 15px
    }
}

.contact-part .contact-info .info-box .desc h4 {
    font-size: 24px;
    margin-bottom: 20px
}

.contact-part .contact-form {
    background-color: #fff;
    padding: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-part .contact-form {
        padding: 15px
    }
}

@media (max-width:767px) {
    .contact-part .contact-form {
        padding: 15px
    }
}

.contact-part .contact-form .main-btn.btn-filled {
    box-shadow: none
}

.offers-area .offer-boxes-loop .offer-box {
    margin-bottom: 60px
}

.offers-area .offer-boxes-loop .offer-box .offer-desc {
    background-color: #fff;
    border-top: 6px solid var(--primary);
    margin-left: 60px;
    margin-right: 60px;
    margin-top: -75px;
    padding: 65px 60px 60px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc {
        margin-left: 30px;
        margin-right: 30px;
        padding: 65px 40px 60px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -50px;
        padding: 40px 30px 30px
    }
}

@media (max-width:575px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -30px;
        padding: 40px 20px 30px
    }
}

@media (max-width:399px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc {
        margin-left: 5px;
        margin-right: 5px;
        padding: 30px 15px 20px
    }
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .main-btn {
    box-shadow: none;
    margin-top: 30px
}

@media (max-width:575px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .main-btn {
        line-height: 40px;
        padding: 0 35px
    }
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap {
    align-items: center;
    border-bottom: 2px solid #ececec;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 40px
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title .room-cat {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-bottom: 10px;
    text-transform: uppercase
}

@media (max-width:575px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title .room-cat {
        letter-spacing: 2px
    }
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
    font-size: 48px;
    letter-spacing: -1px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
        font-size: 32px
    }
}

@media (max-width:575px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
        font-size: 24px
    }
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
    color: var(--primary);
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-align: right
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
        font-size: 32px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
        font-size: 28px
    }
}

@media (max-width:575px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
        font-size: 20px
    }
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price span {
    font-size: 16px
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature,
.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-text {
    font-family: var(--tertiary-font), sans-serif
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature {
        margin-top: 50px
    }
}

@media (max-width:767px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature {
        margin-top: 50px
    }
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature li {
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    width: 50%
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature li i {
    color: var(--primary);
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.post-box .post-desc {
    background-color: #fff;
    padding: 50px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .post-box .post-desc {
        padding: 40px 30px
    }
}

@media (max-width:575px) {
    .post-box .post-desc {
        font-size: 14px;
        padding: 40px 30px
    }
}

@media (max-width:399px) {
    .post-box .post-desc {
        padding: 40px 20px
    }
}

.post-box .post-desc .cat {
    background-color: var(--primary);
    color: #fff;
    display: inline-block;
    font-family: var(--tertiary-font), sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 10px 30px
}

.post-box .post-desc .cat:hover {
    background-color: #111
}

.post-box .post-desc h2 {
    color: #111;
    font-size: 42px;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .post-box .post-desc h2 {
        font-size: 34px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .post-box .post-desc h2 {
        font-size: 32px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .post-box .post-desc h2 {
        font-size: 30px
    }
}

@media (max-width:575px) {
    .post-box .post-desc h2 {
        font-size: 24px
    }
}

.post-box .post-desc .post-meta {
    margin-bottom: 30px
}

.post-box .post-desc .post-meta li {
    display: inline-block;
    margin-right: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .post-box .post-desc .post-meta li {
        margin-right: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .post-box .post-desc .post-meta li {
        margin-right: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .post-box .post-desc .post-meta li {
        margin-right: 10px
    }
}

@media (max-width:575px) {
    .post-box .post-desc .post-meta li {
        font-size: 14px;
        margin-bottom: 5px;
        margin-right: 15px
    }
}

.post-box .post-desc .post-meta li a {
    color: #777
}

.post-box .post-desc .post-meta li a:hover {
    color: var(--primary)
}

.post-box .post-desc .post-meta li a i {
    margin-right: 5px
}

.post-box .post-desc .post-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 35px
}

.post-box .post-desc .post-footer .author {
    font-family: var(--secondary-font), serif;
    letter-spacing: -1px
}

.post-box .post-desc .post-footer .author a {
    color: #777
}

.post-box .post-desc .post-footer .author img {
    margin-right: 15px
}

.post-box .post-desc .post-footer .read-more a {
    color: #777;
    font-family: var(--tertiary-font), sans-serif;
    font-size: 14px
}

.post-box .post-desc .post-footer .read-more a i {
    margin-right: 5px
}

.post-box .post-desc .post-footer .read-more a:hover {
    color: var(--primary)
}

.news-details-box {
    background-color: #fff;
    font-family: var(--tertiary-font), sans-serif;
    padding: 40px
}

@media (max-width:767px) {
    .news-details-box {
        font-size: 14px;
        padding: 30px
    }
}

@media (max-width:399px) {
    .news-details-box {
        padding: 15px
    }
}

.news-details-box .entry-content .cat {
    background-color: var(--primary);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 10px 30px
}

.news-details-box .entry-content .cat:hover {
    background-color: #111
}

.news-details-box .entry-content .subtitle,
.news-details-box .entry-content .title {
    font-family: var(--secondary-font), serif;
    letter-spacing: -1px;
    margin-bottom: 30px
}

.news-details-box .entry-content h2.title {
    font-size: 36px;
    margin-bottom: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .news-details-box .entry-content h2.title {
        font-size: 28px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .news-details-box .entry-content h2.title {
        font-size: 34px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .news-details-box .entry-content h2.title {
        font-size: 28px
    }
}

@media (max-width:575px) {
    .news-details-box .entry-content h2.title {
        font-size: 20px
    }
}

@media (max-width:399px) {
    .news-details-box .entry-content h2.title {
        font-size: 18px
    }
}

.news-details-box .entry-content h3.subtitle {
    font-size: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .news-details-box .entry-content h3.subtitle {
        font-size: 24px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .news-details-box .entry-content h3.subtitle {
        font-size: 26px
    }
}

@media (max-width:575px) {
    .news-details-box .entry-content h3.subtitle {
        font-size: 18px
    }
}

.news-details-box .entry-content .post-meta {
    margin-bottom: 25px
}

.news-details-box .entry-content .post-meta li {
    display: inline-block;
    margin-right: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .news-details-box .entry-content .post-meta li {
        margin-right: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .news-details-box .entry-content .post-meta li {
        margin-right: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .news-details-box .entry-content .post-meta li {
        margin-right: 10px
    }
}

@media (max-width:575px) {
    .news-details-box .entry-content .post-meta li {
        margin-bottom: 5px;
        margin-right: 15px
    }
}

.news-details-box .entry-content .post-meta li a {
    color: #777;
    font-size: 14px
}

.news-details-box .entry-content .post-meta li a:hover {
    color: var(--primary)
}

.news-details-box .entry-content .post-meta li a i {
    margin-right: 5px
}

.news-details-box .entry-footer .tag-and-share h5 {
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .news-details-box .entry-footer .tag-and-share h5 {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .news-details-box .entry-footer .tag-and-share .tag {
        margin-bottom: 30px
    }
}

.news-details-box .entry-footer .tag-and-share .tag li {
    display: inline-block;
    margin-right: 5px
}

.news-details-box .entry-footer .tag-and-share .tag li a {
    background-color: #f8f8f8;
    color: #777;
    display: block;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase
}

.news-details-box .entry-footer .tag-and-share .tag li a:hover {
    background-color: var(--primary);
    color: #fff
}

.news-details-box .entry-footer .tag-and-share .share li {
    display: inline-block;
    margin-left: 25px
}

.news-details-box .entry-footer .tag-and-share .share li a {
    color: #b5becc;
    font-size: 18px
}

.news-details-box .entry-footer .related-post-box h3 {
    font-size: 26px;
    letter-spacing: -1px
}

.news-details-box .entry-footer .related-post-box .thumb {
    background-position: 50%;
    background-size: cover;
    height: 300px;
    width: 100%
}

.news-details-box .entry-footer .related-post-box .desc {
    box-shadow: 0 8px 16px 0 rgba(93, 93, 93, .06);
    font-size: 14px;
    padding: 40px;
    transition: .3s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .news-details-box .entry-footer .related-post-box .desc {
        padding: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .news-details-box .entry-footer .related-post-box .desc {
        padding: 30px
    }
}

@media (max-width:767px) {
    .news-details-box .entry-footer .related-post-box .desc {
        padding: 30px
    }
}

.news-details-box .entry-footer .related-post-box .desc .date {
    color: #777;
    display: inline-block;
    margin-bottom: 10px
}

.news-details-box .entry-footer .related-post-box .desc .date i {
    margin-right: 5px
}

.news-details-box .entry-footer .related-post-box .desc h4 {
    color: #222;
    font-size: 22px;
    letter-spacing: -1px;
    margin-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .news-details-box .entry-footer .related-post-box .desc h4 {
        font-size: 18px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .news-details-box .entry-footer .related-post-box .desc h4 {
        font-size: 22px
    }
}

@media (max-width:399px) {
    .news-details-box .entry-footer .related-post-box .desc h4 {
        font-size: 20px
    }
}

.news-details-box .entry-footer .related-post-box:hover .desc {
    background-color: #f8f8f8;
    box-shadow: none
}

.pagination-wrap {
    padding-top: 20px;
    text-align: center
}

.pagination-wrap ul li {
    display: inline-block;
    margin: 0 5px
}

@media (max-width:575px) {
    .pagination-wrap ul li {
        margin-bottom: 8px
    }
}

.pagination-wrap ul li a {
    background-color: #fff;
    color: #777;
    color: #111;
    font-family: var(--tertiary-font), sans-serif;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    width: 50px
}

.pagination-wrap ul li a:hover,
.pagination-wrap ul li.active a {
    background-color: var(--primary);
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sidebar {
        margin-top: 80px
    }
}

@media (max-width:767px) {
    .sidebar {
        margin-top: 80px
    }
}

.sidebar .widget {
    background-color: #fff;
    padding: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sidebar .widget {
        padding: 40px 20px
    }
}

@media (max-width:399px) {
    .sidebar .widget {
        padding: 40px 20px
    }
}

.sidebar .widget .widget-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 40px;
    padding-left: 30px;
    position: relative
}

.sidebar .widget .widget-title:before {
    background-color: var(--primary);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px
}

.sidebar .widget.search-widget form {
    position: relative
}

.sidebar .widget.search-widget form input {
    background-color: #f8f8f8;
    border: none;
    font-size: 14px;
    height: 60px;
    padding-left: 30px;
    padding-right: 60px;
    width: 100%
}

.sidebar .widget.search-widget form button {
    background-color: var(--primary);
    border: none;
    color: #fff;
    font-size: 14px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-out 0s;
    width: 60px;
    z-index: 1
}

.sidebar .widget.search-widget form button:hover {
    background-color: #111;
    color: #fff
}

.sidebar .widget.popular-feeds .single-popular-feed {
    grid-column-gap: 15px;
    align-items: center;
    border-bottom: 1px solid #e1e6ff;
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc h6 {
    font-size: 18px;
    margin-bottom: 10px
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
    font-size: 14px
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
    margin-right: 5px
}

.sidebar .widget.categories-widget ul li {
    margin-bottom: 10px
}

.sidebar .widget.categories-widget ul li:last-child {
    margin-bottom: 0
}

.sidebar .widget.categories-widget ul li a {
    background-color: #f8f8f8;
    color: #777;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    position: relative;
    transition: all .3s ease-out 0s
}

.sidebar .widget.categories-widget ul li a span {
    background-color: #eaeaea;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all .3s ease-out 0s;
    width: 50px
}

.sidebar .widget.categories-widget ul li a:hover {
    background-color: var(--primary);
    color: #fff
}

.sidebar .widget.categories-widget ul li a:hover span {
    background-color: #947f58
}

.sidebar .widget.popular-tag-widget ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px
}

.sidebar .widget.popular-tag-widget ul li a {
    background-color: #f4f4f4;
    color: #777;
    font-size: 12px;
    padding: 10px 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sidebar .widget.popular-tag-widget ul li a {
        padding: 10px 15px
    }
}

@media (max-width:399px) {
    .sidebar .widget.popular-tag-widget ul li a {
        padding: 10px 15px
    }
}

.sidebar .widget.popular-tag-widget ul li a:hover {
    background-color: var(--primary)
}

.booking-form {
    margin-top: -70px;
    position: relative;
    z-index: 2
}

.booking-form .booking-form-inner {
    background-color: #fff;
    padding: 10px 40px 40px;
}

.booking-form form .nice-select,
.booking-form form input,
.booking-form form select {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--primary);
    color: hsla(0, 0%, 47%, .5);
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 100%
}

.booking-form form .nice-select {
    border-color: #e9e9e9;
    padding-left: 0
}

.booking-form form .nice-select:after {
    display: none
}

.booking-form form .nice-select:before {
    left: 0
}

.booking-form form label {
    color: #222;
    display: block;
    font-family: var(--tertiary-font), sans-serif;
    font-weight: 700;
    margin: 0
}

.booking-form form .inputs-filed {
    position: relative
}

.booking-form form .inputs-filed .nice-select,
.booking-form form .inputs-filed input {
    padding: 0 20px
}

.booking-form form .inputs-filed .icon {
    bottom: 15px;
    color: var(--primary);
    font-size: 14px;
    left: 0;
    position: absolute
}

.booking-form form button {
    background-color: var(--primary);
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s ease-out 0s;
    width: 100%
}

.booking-form form button:hover {
    background-color: #111
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .booking-form form button {
        font-size: 12px;
        letter-spacing: 1px
    }
}

.booking-form.boxed-layout {
    margin-top: -40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .booking-form.boxed-layout {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .booking-form.boxed-layout {
        margin-top: 0
    }
}

.booking-form.boxed-layout form button {
    font-size: 12px;
    letter-spacing: 1
}

.places-boxes .place-box .place-bg-wrap {
    overflow: hidden
}

.places-boxes .place-box .place-bg-wrap .place-bg {
    background-position: 50%;
    background-size: cover;
    height: 190px;
    transition: all .3s ease-out 0s;
    width: 100%
}

@media (max-width:575px) {
    .places-boxes .place-box .place-bg-wrap .place-bg {
        height: 220px
    }
}

.places-boxes .place-box:hover .place-bg {
    transform: scale(1.1)
}

.places-boxes .place-box .desc {
    background-color: #fff;
    padding: 20px;
    text-align: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .places-boxes .place-box .desc {
        padding: 20px 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .places-boxes .place-box .desc {
        padding: 20px 15px
    }
}

.places-boxes .place-box .desc h4 {
    font-size: 24px;
    margin-bottom: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .places-boxes .place-box .desc h4 {
        font-size: 22px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .places-boxes .place-box .desc h4 {
        font-size: 22px
    }
}

.places-boxes .place-box .desc .time {
    font-family: var(--tertiary-font), sans-serif;
    font-size: 14px
}

.places-details .title-wrap .place-cat {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 5px;
    text-transform: uppercase
}

@media (max-width:575px) {
    .places-details .title-wrap .place-cat {
        font-size: 12px;
        letter-spacing: 0
    }
}

.places-details .title-wrap h2 {
    font-size: 48px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .places-details .title-wrap h2 {
        font-size: 38px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .places-details .title-wrap h2 {
        font-size: 32px
    }
}

@media (max-width:575px) {
    .places-details .title-wrap h2 {
        font-size: 28px
    }
}

@media (max-width:399px) {
    .places-details .title-wrap h2 {
        font-size: 24px
    }
}

.places-details .title-wrap .link a {
    background-color: #fff;
    color: #777;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 25px 45px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .places-details .title-wrap .link a {
        padding: 20px 30px
    }
}

@media (max-width:575px) {
    .places-details .title-wrap .link a {
        letter-spacing: 0;
        padding: 15px 25px
    }
}

.places-details .title-wrap .link a:hover {
    background-color: var(--primary);
    color: #fff
}

.restaurant-tab-area .restaurant-rood-list .nav-link {
    background-color: #fff;
    border-radius: 0;
    display: block;
    margin-bottom: 30px;
    padding: 35px 25px;
    text-align: center;
    transition: all .3s ease-out 0s
}

@media (max-width:575px) {
    .restaurant-tab-area .restaurant-rood-list .nav-link {
        padding: 25px
    }
}

.restaurant-tab-area .restaurant-rood-list .nav-link .title {
    color: #222;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
    transition: all .3s ease-out 0s
}

.restaurant-tab-area .restaurant-rood-list .nav-link i {
    color: var(--primary);
    font-size: 60px;
    transition: all .3s ease-out 0s
}

@media (max-width:575px) {
    .restaurant-tab-area .restaurant-rood-list .nav-link i {
        font-size: 40px
    }
}

.restaurant-tab-area .restaurant-rood-list .nav-link.active,
.restaurant-tab-area .restaurant-rood-list .nav-link:hover {
    background-color: var(--primary)
}

.restaurant-tab-area .restaurant-rood-list .nav-link.active .title,
.restaurant-tab-area .restaurant-rood-list .nav-link.active i,
.restaurant-tab-area .restaurant-rood-list .nav-link:hover .title,
.restaurant-tab-area .restaurant-rood-list .nav-link:hover i {
    color: #fff
}

.restaurant-tab-area .food-box {
    margin-bottom: 30px
}

@media (max-width:399px) {
    .restaurant-tab-area .food-box {
        margin-left: -5px;
        margin-right: -5px
    }
}

.restaurant-tab-area .food-box .thumb {
    position: relative
}

.restaurant-tab-area .food-box .thumb img {
    width: 100%
}

.restaurant-tab-area .food-box .thumb .price {
    background-color: var(--primary);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 15px;
    position: absolute;
    right: 10px;
    top: 10px
}

.restaurant-tab-area .food-box .desc {
    background-color: #fff;
    padding: 30px;
    position: relative
}

@media (max-width:575px) {
    .restaurant-tab-area .food-box .desc {
        padding: 15px
    }
}

.restaurant-tab-area .food-box .desc a.cat {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media (max-width:575px) {
    .restaurant-tab-area .food-box .desc a.cat {
        letter-spacing: 1px
    }
}

@media (max-width:399px) {
    .restaurant-tab-area .food-box .desc a.cat {
        letter-spacing: 0
    }
}

.restaurant-tab-area .food-box .desc h4 {
    font-size: 24px
}

@media (max-width:575px) {
    .restaurant-tab-area .food-box .desc h4 {
        font-size: 20px
    }
}

@media (max-width:399px) {
    .restaurant-tab-area .food-box .desc h4 {
        font-size: 18px
    }
}

.restaurant-tab-area .food-box .desc .link {
    color: #d2d2d2;
    font-size: 18px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-out 0s;
    visibility: hidden
}

.restaurant-tab-area .food-box:hover .desc .link {
    opacity: 1;
    right: 30px;
    visibility: visible
}

@media (max-width:575px) {
    .restaurant-tab-area .food-box:hover .desc .link {
        right: 10px
    }
}

.menu-area.gradient-white {
    background: linear-gradient(45deg, #f8f8f8, #fff)
}

footer .footer-subscibe-area {
    background-color: #fff
}

footer .footer-subscibe-area .subscribe-text .subscribe-form {
    position: relative
}

footer .footer-subscibe-area .subscribe-text .subscribe-form input {
    background-color: #f8f8f8;
    border: none;
    color: #aeaeae;
    font-size: 16px;
    height: 90px;
    letter-spacing: 3px;
    padding-left: 50px;
    padding-right: 230px;
    width: 100%
}

@media only screen and (min-width:576px) and (max-width:767px) {
    footer .footer-subscibe-area .subscribe-text .subscribe-form input {
        padding-left: 20px;
        padding-right: 200px
    }
}

@media (max-width:575px) {
    footer .footer-subscibe-area .subscribe-text .subscribe-form input {
        height: 70px;
        padding-left: 20px;
        padding-right: 20px
    }
}

footer .footer-subscibe-area .subscribe-text .subscribe-form button {
    background-color: var(--primary);
    border: none;
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 15px;
    transition: all .3s ease-out 0s;
    width: 200px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    footer .footer-subscibe-area .subscribe-text .subscribe-form button {
        width: 180px
    }
}

@media (max-width:575px) {
    footer .footer-subscibe-area .subscribe-text .subscribe-form button {
        height: 60px;
        position: unset;
        width: 100%
    }
}

footer .footer-subscibe-area .subscribe-text .subscribe-form button:hover {
    background-color: #111
}

footer .footer-widget-area {
    background-color: #222;
    position: relative;
    z-index: 1
}

footer .footer-widget-area:after {
    background-image: var(--pattern-footer-dark);
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

footer .footer-widget-area .widget,
footer .footer-widget-area .widget .widget-title,
footer .footer-widget-area .widget a,
footer .footer-widget-area .widget h6 {
    color: #fff
}

footer .footer-widget-area .widget h4.widget-title {
    font-size: 24px;
    margin-bottom: 40px
}

footer .footer-widget-area .widget.site-info-widget {
    color: #bababa
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    footer .footer-widget-area .widget.site-info-widget {
        font-size: 14px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    footer .footer-widget-area .widget.site-info-widget {
        font-size: 14px
    }
}

footer .footer-widget-area .widget.site-info-widget .social-links {
    text-align: left
}

footer .footer-widget-area .widget.site-info-widget .social-links a {
    background-color: #2e2e2e;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    footer .footer-widget-area .widget.site-info-widget .social-links a {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        margin-right: 2px;
        width: 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    footer .footer-widget-area .widget.site-info-widget .social-links a {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        margin-right: 2px;
        width: 35px
    }
}

footer .footer-widget-area .widget.site-info-widget .social-links a:hover {
    background-color: var(--primary)
}

footer .footer-widget-area .widget.nav-widget {
    padding-left: 70px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    footer .footer-widget-area .widget.nav-widget {
        padding-left: 0
    }
}

@media (max-width:767px) {
    footer .footer-widget-area .widget.nav-widget {
        padding-left: 0
    }
}

footer .footer-widget-area .widget.nav-widget ul li {
    float: left;
    margin-bottom: 35px;
    width: 50%
}

@media (max-width:399px) {
    footer .footer-widget-area .widget.nav-widget ul li {
        margin-bottom: 20px;
        width: 100%
    }
}

footer .footer-widget-area .widget.nav-widget ul li a {
    font-family: var(--tertiary-font), sans-serif;
    padding-left: 20px;
    position: relative
}

footer .footer-widget-area .widget.nav-widget ul li a:hover {
    color: var(--primary);
    padding-left: 30px
}

footer .footer-widget-area .widget.nav-widget ul li a:before {
    content: "+";
    left: 0;
    position: absolute;
    top: 0
}

footer .footer-widget-area .widget.nav-widget ul li:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    footer .footer-widget-area .widget.contact-widget {
        padding-left: 70px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    footer .footer-widget-area .widget.contact-widget {
        padding-left: 20px
    }
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box {
    grid-column-gap: 20px;
    border-bottom: 1px solid #2e2e2e;
    display: grid;
    font-size: 14px;
    grid-template-columns: 40px 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 30px;
    padding-bottom: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box {
        grid-column-gap: 15px
    }
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box p {
    font-size: 20px;
    margin-bottom: 10px
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box .icon {
    color: var(--primary);
    font-size: 40px
}

footer .footer-widget-area.light-theme {
    background-image: var(--pattern-footer-light)
}

footer .footer-widget-area.light-theme:after {
    display: none
}

footer .footer-widget-area.light-theme .widget,
footer .footer-widget-area.light-theme .widget a {
    color: #777
}

footer .footer-widget-area.light-theme .widget .widget-title,
footer .footer-widget-area.light-theme .widget h6 {
    color: #222
}

footer .footer-widget-area.light-theme .widget.site-info-widget .social-links a {
    background-color: #f8f8f8;
    color: #777
}

footer .footer-widget-area.light-theme .widget.site-info-widget .social-links a:hover {
    background-color: var(--primary)
}

footer .footer-widget-area.light-theme .widget.contact-widget .contact-box {
    border-color: #e1e1e1
}

footer .copyright-area {
    background-color: #111;
    color: #fff
}

footer .copyright-area .social-links {
    text-align: right
}

@media (max-width:767px) {
    footer .copyright-area .social-links {
        margin-bottom: 10px;
        text-align: center
    }
}

footer .copyright-area .social-links a {
    background-color: #212121;
    color: #fff;
    height: 60px;
    line-height: 60px;
    margin-left: 10px;
    text-align: center;
    width: 60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    footer .copyright-area .social-links a {
        height: 50px;
        line-height: 50px;
        margin-left: 5px;
        width: 50px
    }
}

@media (max-width:767px) {
    footer .copyright-area .social-links a {
        height: 50px;
        line-height: 50px;
        margin: 0 5px;
        width: 50px
    }
}

@media (max-width:575px) {
    footer .copyright-area .social-links a {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        margin: 0 2px;
        width: 40px
    }
}

footer .copyright-area .social-links a:hover {
    background-color: var(--primary)
}

footer .copyright-area .copyright-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase
}

@media (max-width:575px) {
    footer .copyright-area .copyright-text {
        letter-spacing: 0
    }
}

footer .copyright-area .copyright-text a {
    color: #fff;
    text-decoration: underline
}

footer .copyright-area .copyright-text.copyright-two {
    font-family: var(--tertiary-font), sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none
}

@media (max-width:767px) {
    footer .copyright-area .copyright-text {
        margin-top: 10px;
        text-align: center
    }
}

footer .copyright-area .footer-menu ul li {
    display: inline-block;
    margin-right: 15px;
    padding-left: 15px;
    position: relative
}

@media (max-width:399px) {
    footer .copyright-area .footer-menu ul li {
        margin-right: 0;
        padding-left: 0
    }
}

footer .copyright-area .footer-menu ul li:before {
    background-color: #fff;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px
}

@media (max-width:399px) {
    footer .copyright-area .footer-menu ul li:before {
        display: none
    }
}

footer .copyright-area .footer-menu ul li:first-child {
    margin-left: 0;
    padding-left: 0
}

footer .copyright-area .footer-menu ul li:first-child:before {
    display: none
}

footer .copyright-area .footer-menu ul li a {
    color: #fff;
    font-family: var(--tertiary-font), sans-serif;
    font-weight: 700
}

footer .copyright-area .footer-menu ul li a:hover {
    color: var(--primary)
}

footer .copyright-area.light-theme {
    background-color: #f8f8f8
}

footer .copyright-area.light-theme,
footer .copyright-area.light-theme .copyright-text,
footer .copyright-area.light-theme .footer-menu ul li a,
footer .copyright-area.light-theme a {
    color: #222
}

footer .copyright-area.light-theme .footer-menu ul li:before {
    background-color: #737373
}

.back-to-top {
    background-color: var(--primary);
    bottom: 40px;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    position: fixed;
    right: 0;
    text-align: center;
    visibility: hidden;
    width: 40px;
    z-index: 99
}

.back-to-top.active {
    opacity: 1;
    right: 40px;
    visibility: visible
}

.back-to-top:hover {
    background-color: #222
}

.footer-subscibe-area {
    background-color: #fff
}

.footer-subscibe-area .subscribe-text .subscribe-form {
    position: relative
}

.footer-subscibe-area .subscribe-text .subscribe-form input {
    background-color: #f8f8f8;
    border: none;
    color: #aeaeae;
    font-size: 16px;
    height: 90px;
    letter-spacing: 3px;
    padding-left: 50px;
    padding-right: 230px;
    width: 100%
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-subscibe-area .subscribe-text .subscribe-form input {
        padding-left: 20px;
        padding-right: 200px
    }
}

@media (max-width:575px) {
    .footer-subscibe-area .subscribe-text .subscribe-form input {
        height: 70px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.footer-subscibe-area .subscribe-text .subscribe-form button {
    background-color: var(--primary);
    border: none;
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 15px;
    transition: all .3s ease-out 0s;
    width: 200px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-subscibe-area .subscribe-text .subscribe-form button {
        width: 180px
    }
}

@media (max-width:575px) {
    .footer-subscibe-area .subscribe-text .subscribe-form button {
        height: 60px;
        position: unset;
        width: 100%
    }
}

.footer-subscibe-area .subscribe-text .subscribe-form button:hover {
    background-color: #111
}

body.show-admin-bar {
    position: static!important
}

body.show-admin-bar header.header-absolute {
    top: 75px
}

body.show-admin-bar header.header-absolute.inner-page,
body.show-admin-bar header.sticky-header.sticky-active {
    top: 40px
}

body.show-admin-bar .offcanvas-wrapper {
    z-index: 9999999
}

body.show-admin-bar .breadcrumb-area {
    margin-top: 170px
}

body #list-photo .item .photo-item .thumb {
    box-shadow: none;
    padding: 0
}

body #list-photo .item .photo-item img {
    border: none
}

body .main-btn.btn-filled.booking-button {
    background-color: transparent;
    box-shadow: none;
    color: #777;
    font-size: 12px;
    line-height: 20px;
    padding: 7px 12px
}

body .restaurant-tab-area .food-box .desc .cat {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media (max-width:575px) {
    body .restaurant-tab-area .food-box .desc .cat {
        letter-spacing: 1px
    }
}

@media (max-width:399px) {
    body .restaurant-tab-area .food-box .desc .cat {
        letter-spacing: 0
    }
}

body .features-loop .feature-box.dark-box,
body .features-loop .feature-box.dark-box h3 {
    color: #fff
}

body .about-section .about-features li div {
    background: #fff;
    box-shadow: 0 14px 24px 0 hsla(0, 0%, 72%, .1);
    color: var(--primary);
    display: block;
    padding: 55px 0 45px;
    position: relative;
    text-align: center;
    z-index: 1
}

body .about-section .about-features li div,
body .about-section .about-features li div i,
body .about-section .about-features li div span {
    transition: all .3s ease-out 0s
}

body .about-section .about-features li div i {
    font-size: 75px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    body .about-section .about-features li div i {
        font-size: 55px
    }
}

body .about-section .about-features li div img {
    max-width: 75px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    body .about-section .about-features li div img {
        max-width: 55px
    }
}

body .about-section .about-features li div .title {
    color: #111;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-top: 10px;
    text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    body .about-section .about-features li div .title {
        letter-spacing: 2px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    body .about-section .about-features li div .title {
        letter-spacing: 1px
    }
}

@media (max-width:767px) {
    body .about-section .about-features li div .title {
        letter-spacing: 1px
    }
}

body .about-section .about-features li div .hover-icon {
    bottom: 0;
    color: #fff;
    font-size: 75px;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    z-index: -1
}

body .about-section .about-features li div:hover {
    background: var(--primary);
    color: #fff
}

body .about-section .about-features li div:hover .title {
    color: #fff
}

body .about-section .about-features li div:hover .hover-icon {
    opacity: .1;
    visibility: visible
}

body .about-section .about-features-boxes .single-feature-box.dark,
body .about-section .about-features-boxes .single-feature-box.dark h4 {
    color: #fff
}

body .pagination-wrap .pagination {
    border-radius: 0;
    display: inline-block
}

body .pagination-wrap .pagination .page-item .page-link,
body .pagination-wrap .pagination .page-item a,
body .pagination-wrap .pagination .page-item span {
    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #111;
    display: inline-block;
    font-family: var(--tertiary-font), sans-serif;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0;
    outline: none!important;
    padding: 0;
    width: 50px
}

body .pagination-wrap .pagination .page-item .page-link:hover,
body .pagination-wrap .pagination .page-item a:hover,
body .pagination-wrap .pagination .page-item span:hover {
    background-color: var(--primary);
    color: #fff
}

body .pagination-wrap .pagination .page-item.active .page-link,
body .pagination-wrap .pagination .page-item.active a,
body .pagination-wrap .pagination .page-item.active span {
    background-color: var(--primary);
    border: none;
    color: #fff
}

body .pagination-wrap .pagination .page-item.disabled {
    cursor: not-allowed
}

body header .nav-container .menu-items ul li.active>a,
body header.sticky-header.sticky-active.header-two .nav-container .menu-items ul li.active>a {
    color: var(--primary)
}

body .half-circle-spinner,
body .half-circle-spinner * {
    box-sizing: border-box
}

body .half-circle-spinner {
    border-radius: 100%;
    height: 60px;
    margin: 20px auto;
    position: relative;
    width: 60px
}

body .half-circle-spinner .circle {
    border: 6px solid transparent;
    border-radius: 100%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

body .half-circle-spinner .circle.circle-1 {
    animation: half-circle-spinner-animation 1s infinite;
    border-top-color: var(--primary)
}

body .half-circle-spinner .circle.circle-2 {
    animation: half-circle-spinner-animation 1s infinite alternate;
    border-bottom-color: var(--primary)
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.booking-form-body {
    background-color: #fff;
    padding: 50px 35px 30px;
    position: relative
}

.booking-form-body p strong {
    color: #222
}

.booking-form-body .booking-inner-body {
    background-color: #f8f8f8;
    padding: 50px 35px 30px;
    position: relative
}

.booking-form-body .left-line {
    padding-left: 30px;
    position: relative
}

.booking-form-body .left-line:before {
    background: var(--primary);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 2px
}

.booking-form-body .inner-title {
    color: #222
}

.booking-form-body .inner-title a {
    color: var(--primary);
    text-decoration: underline
}

.booking-form-body form label {
    color: inherit;
    font-size: 16px;
    font-weight: 500
}

.booking-form-body .booking-inner-body form .nice-select,
.booking-form-body .booking-inner-body form input {
    background-color: #fff
}

.booking-form-body form input::-moz-placeholder {
    font-size: 14px
}

.booking-form-body form input::placeholder {
    font-size: 14px
}

.booking-form-body form .group-fix {
    flex-wrap: unset
}

.booking-form-body form .input-group-text {
    background: transparent;
    border: none;
    padding: 0 20px
}

.booking-form-body form .input-group-prepend .input-group-text {
    padding-left: 0
}

.booking-form-body form .input-group-append .input-group-text {
    padding-right: 0
}

.bookingtable .table td,
.bookingtable .table th {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    padding: 15px
}

.bookingtable .table td strong,
.bookingtable .table th strong {
    color: #222
}

.bookingtable .table thead td,
.bookingtable .table thead th {
    border-bottom-width: 1px
}

.bookingtable .table thead th a {
    display: flex;
    margin-bottom: 10px
}

.bookingtable .table thead th a:before {
    align-items: center;
    border: 1px solid var(--primary);
    content: "\f068";
    display: flex;
    font-family: Font Awesome\ 5 Pro;
    font-size: 14px;
    height: 20px;
    justify-content: center;
    line-height: normal;
    margin-right: 10px;
    width: 20px
}

.bookingtable .table thead th a.collapsed:before {
    content: "\f067"
}

.custom-checkbox label {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    padding-left: 25px;
    position: relative
}

.custom-checkbox input {
    height: auto;
    left: -99999px;
    position: absolute;
    width: auto
}

.custom-checkbox label span {
    border: 1px solid var(--primary);
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    width: 15px
}

.custom-checkbox label input:checked~span:before {
    color: var(--primary);
    content: "\f00c";
    font-family: Font Awesome\ 5 Pro;
    font-size: 12px;
    left: 1px;
    line-height: normal;
    position: absolute
}

.booking-conformation-box,
.search-box .search-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.booking-conformation-box {
    margin-bottom: 45px
}

.booking-conformation-box .booking-conformation-text span,
.search-box .search-item .search-item-text span {
    display: block
}

.success-btn {
    background-color: #72b772;
    border-color: #72b772;
    color: #fff
}

.success-btn:focus,
.success-btn:hover {
    background-color: var(--primary);
    border-color: var(--primary)
}

.search-box .total-price {
    color: #222;
    display: block;
    margin-bottom: 20px
}

.room-gird-loop .room-box .room-desc .nice-select {
    background: #f8f8f8;
    float: none;
    margin-top: 20px
}

.room-gird-loop .room-box .room-desc .actions {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center
}

.room-gird-loop .room-box .room-desc .actions .confirm-btn,
.room-gird-loop .room-box .room-desc .item-boxs {
    display: none
}

.room-gird-loop .room-box .room-desc .item-boxs .item-boxs-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.main-btn.btn-filled.button-loading {
    background-color: var(--primary)!important
}

.room-details .deatils-box .title-wrap {
    position: relative;
    z-index: 2
}

@media (max-width:575px) {
    .room-details .deatils-box .title-wrap {
        display: block;
        margin-right: 0;
        padding: 20px;
        width: 100%
    }
    .room-details .deatils-box .thumb {
        margin-top: 0
    }
    .booking-form-body .booking-inner-body {
        padding: 20px
    }
    .booking-form-body {
        padding: 30px 0
    }
    .booking-form-body form .group-fix {
        display: block
    }
    .booking-form-body form .input-group-append .input-group-text {
        margin-top: 5px;
        padding-left: 0
    }
    .booking-form-body form .input-group-prepend .input-group-text {
        margin-bottom: 5px;
        padding-right: 0
    }
    .booking-conformation-box {
        display: block
    }
    .booking-conformation-box .booking-conformation-button button {
        margin-top: 10px
    }
    .main-btn {
        font-size: 13px;
        letter-spacing: 1px
    }
    .room-gird-loop .room-box .room-desc .item-boxs .item-boxs-item {
        display: block
    }
    .room-gird-loop .room-box .room-desc .item-boxs .item-boxs-item .item-remove {
        margin-top: 5px
    }
}

.room-gird-loop .room-box .room-desc .actions button {
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    width: 100%
}

.room-gird-loop .room-box .room-desc .actions button+button {
    margin-top: 10px
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li.active a {
    color: var(--primary);
    padding-left: 10px
}

header .nav-container .header-info .item a {
    word-break: break-all
}

@media (max-width:767px) {
    header.header-two .nav-pushed-item .header-info .item i {
        background: #111;
        color: #fff
    }
    .show-admin-bar header .nav-container.breakpoint-on .nav-menu.menu-on {
        top: 40px
    }
    header .nav-container .header-info .item .title {
        font-size: 18px
    }
}

header .nav-container .site-logo img {
    max-height: 100px;
    max-width: 250px
}

#alert-container {
    position: fixed;
    right: 5px;
    top: 150px;
    z-index: 9999999
}

#alert-container .alert {
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, .1);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 450px!important;
    min-height: 45px!important;
    padding: 15px 40px 15px 60px;
    position: relative
}

#alert-container .alert.alert-success {
    background-color: #bff9d0;
    color: #299c77
}

#alert-container .alert .message-icon {
    fill: #299c77;
    stroke: #299c77;
    font-size: 20px;
    left: 5%;
    position: absolute;
    top: 30%
}

#alert-container .alert.alert-dismissible .close {
    font-size: 12px;
    padding: .75rem;
    position: absolute
}

body.show-admin-bar #alert-container {
    top: 190px
}

.room-gallery-cta,
.room-slider {
    overflow: hidden
}

footer .copyright-area .footer-menu .language-wrapper,
footer .copyright-area .footer-menu ul {
    display: inline-block;
    font-size: 14px
}

footer .copyright-area .footer-menu .language-wrapper .dropdown-menu li {
    padding-left: 0
}

.language-wrapper .dropdown {
    height: 100%
}

.language-wrapper .dropdown.open .language_bar_chooser.dropdown-menu {
    display: block
}

.language-wrapper .dropdown .btn {
    background: none!important;
    border: none!important;
    border-radius: 0!important;
    box-shadow: none!important;
    color: inherit!important;
    font-size: inherit;
    height: 100%;
    margin-bottom: 0;
    outline: none!important;
    padding: 7px 15px;
    transition: all .4s ease
}

.language-wrapper .dropdown .dropdown-menu {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
    float: left;
    font-size: 14px;
    line-height: 58px;
    list-style: none;
    margin: 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    width: 160px;
    z-index: 1000
}

.language-wrapper .dropdown .dropdown-menu li img {
    margin: 0 10px
}

.language-wrapper .dropdown .dropdown-menu li span {
    color: #222
}

.language-wrapper .dropdown .dropdown-menu li.active a span {
    color: #fff
}

.language-wrapper .dropdown .language_bar_chooser {
    display: block;
    float: right;
    line-height: 58px;
    text-align: center;
    width: 160px
}

.language-wrapper .dropdown .language_bar_chooser li {
    display: inline-block;
    float: left;
    margin-left: 5px
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu {
    border-radius: 0!important;
    display: none
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li {
    display: block;
    margin: 0;
    width: 100%
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li:hover {
    background: #ddd
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li a {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 0!important;
    text-align: left;
    width: 100%
}

.language-wrapper .language_bar_list li {
    display: inline-block;
    margin-left: 5px;
    min-width: 90px
}

.language-wrapper .language_bar_list li a {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.language-wrapper .language_bar_list li a img {
    margin-right: 10px;
    width: 20px
}

.language-wrapper .language_bar_list li a span {
    color: #222
}

body[dir=rtl] .language-wrapper .language_bar_list li a img {
    margin-left: 10px;
    margin-right: 0
}

body[dir=rtl] .language-wrapper .language_bar_chooser.dropdown-menu li a {
    text-align: right
}

.language-wrapper .dropdown-toggle:after {
    display: none
}

.language-wrapper .btn-select-language {
    background: transparent!important;
    border: none!important;
    box-shadow: none!important;
    color: #fff!important;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    padding: 0
}

.language-wrapper .btn-select-language img {
    height: 13px;
    margin-right: 4px;
    margin-top: 3px;
    vertical-align: top
}

.language-wrapper .language_bar_list {
    vertical-align: middle
}

.language-wrapper .language_bar_list li a span {
    color: #fff
}

.language-wrapper .language_bar_list li a img {
    margin-top: 4px
}

.language-wrapper .language_bar_list li a:hover span {
    color: var(--primary)
}

.language-wrapper .dropdown-menu.language_bar_chooser {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #fff!important;
    display: none;
    font-size: 14px;
    line-height: 1;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: 0;
    text-align: left;
    z-index: 1000
}

.language-wrapper .dropdown-menu li img {
    margin: 0 10px
}

.language-wrapper .dropdown-menu li a {
    padding: 10px 0
}

.language-wrapper.choose-currency {
    margin-left: 15px
}

.language-wrapper.choose-currency .dropdown .dropdown-menu.language_bar_chooser {
    min-width: 0;
    width: auto
}

.language-wrapper.choose-currency .dropdown .dropdown-menu.language_bar_chooser li {
    padding: 0
}

.language-wrapper.choose-currency .dropdown .dropdown-menu.language_bar_chooser li:before {
    display: none
}

.language-wrapper.choose-currency .dropdown .dropdown-menu.language_bar_chooser li a {
    padding: 10px 0;
    text-align: center
}

.booking-form form button {
    padding: 0 10px
}

.preloader {
    z-index: 9999999
}

.room-type-section .room-filter {
    list-style: none
}

.room-details-slider-nav {
    margin-top: 12px
}

.room-details-slider-nav img {
    margin-right: 12px;
    width: 115px!important
}

.room-details-slider-nav img:last-child {
    margin: 0
}

.lg-backdrop {
    z-index: 10001
}

.lg-outer {
    z-index: 10002
}

body[dir=ltr] .lg-outer {
    direction: ltr
}

.order-detail-box button.toggle-coupon-form {
    background: transparent;
    border: none;
    color: var(--primary);
    transition: color .2s ease
}

.order-detail-box button.toggle-coupon-form:hover {
    text-decoration: underline
}

.order-detail-box button.remove-coupon-code {
    color: #fff
}

.order-detail-box button.remove-coupon-code i {
    margin-inline-start: 0!important
}

.order-detail-box input.form-control {
    outline: none!important;
    padding-left: 10px
}

.order-detail-box .btn {
    background-color: var(--primary);
    border-color: var(--primary)
}

.datagrid {
    --bb-datagrid-padding: 1.5rem;
    --bb-datagrid-item-width: 15rem;
    grid-gap: var(--bb-datagrid-padding);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--bb-datagrid-item-width), 1fr))
}

.datagrid-title {
    color: var(--bb-secondary);
    font-size: .625rem;
    font-weight: var(--bb-font-weight-bold);
    letter-spacing: .04em;
    line-height: 1rem;
    margin-bottom: .25rem;
    text-transform: uppercase
}

.text-danger-fg,
.text-info-fg,
.text-success-fg,
.text-warning-fg {
    color: #fff
}

.booking-form-body h4 {
    margin-bottom: 20px
}

.auth-card form .auth-input-icon {
    top: 0
}

.booking-info-sidebar {
    color: #fff;
    font-family: var(--secondary-font), Arial, Helvetica, sans-serif, serif;
    font-size: 14px
}

.booking-info-sidebar .room-type {
    background-color: var(--primary);
    color: #fff;
    left: 15px;
    padding: 3px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 15px
}

.booking-info-sidebar .booking-info-body {
    background-color: #faf6f0;
    padding: 20px;
    color: #000;
}

.booking-info-sidebar .booking-info-body .text-center {
    font-size: 20px;
}

@media (max-width:996px) {
    .room-details .room-booking-form .vuta-input {
        margin-bottom: 10px;
    }
}

.booking-info-sidebar .booking-info-total {
    background-color: #151516;
    font-size: 30px
}

header .nav-container .header-info .item .title {
    font-family: var(--secondary-font), Arial, Helvetica, sans-serif
}

.reviews-block {
    position: relative
}

.custom-submit-review-btn {
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    height: 50px;
    min-width: 160px
}

.custom-submit-review-btn:hover {
    background-color: var(--primary-color-hover)
}

.custom-submit-review-btn:disabled {
    cursor: not-allowed;
    opacity: .7
}

.custom-submit-review-btn:disabled:hover {
    opacity: .7
}

.rating-wrap {
    display: inline-block;
    font-family: Font Awesome\ 5 Pro!important;
    height: 20px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 75px
}

.rating-wrap:before {
    color: #d2d2d2;
    content: "\f005\f005\f005\f005\f005";
    float: left;
    font-size: 12px;
    font-weight: 600;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0
}

.rating-wrap .review-rate {
    color: #edb867;
    font-family: Font Awesome\ 5 Pro!important;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0
}

.rating-wrap .review-rate:before {
    content: "\f005\f005\f005\f005\f005";
    font-size: 12px;
    font-weight: 600;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0
}

.reviews-list.blur {
    opacity: .3
}

.custom-review-input {
    background-color: #fff;
    border-radius: 10px;
    min-height: 120px;
    padding: 10px 20px;
    width: 100%
}

.custom-review-input:disabled {
    background-color: #dfdfdf
}

.review-item-block {
    gap: 1.5rem;
    margin-top: 10px
}

.review-item-block .img-block {
    flex-shrink: 0;
    height: 80px;
    width: 80px
}

.review-item-block .img-block .review-avatar-img {
    border-radius: 999px;
    height: 100%;
    width: 100%
}

.review-item-block .reviewer-name {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 8px;
    margin-inline-end: 8px
}

.review-item-block .review-time {
    color: var(--primary-color)
}

.review-item-block .review-content {
    font-weight: 400;
    margin-bottom: 10px!important
}

.loading-spinner {
    align-items: center;
    background: hsla(0, 0%, 100%, .5);
    display: flex;
    height: 100%;
    inset-inline-start: 0;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%
}

.loading-spinner:after {
    animation: lds-dual-ring .5s linear infinite;
    border-color: var(--primary-color) transparent var(--primary-color) transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    content: " ";
    display: block;
    height: 40px;
    position: absolute;
    top: 18rem;
    width: 40px
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.review-information-link {
    color: var(--primary-color)
}

.review-information-link:hover {
    text-decoration: underline
}

.ms-1 {
    margin-left: .25rem!important
}

.justify-content-between {
    justify-content: space-between!important
}

.input-quantity {
    align-items: end;
    display: flex;
    width: 100%
}

.input-quantity button {
    color: var(--primary);
    font-size: 18px;
    max-width: 70px
}

.input-quantity input {
    text-align: center
}

.input-quantity input::-webkit-inner-spin-button,
.input-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.input-quantity input[type=number] {
    -moz-appearance: textfield
}

[data-bb-toggle=toggle-guests-and-rooms] {
    align-items: center;
    background-color: transparent!important;
    border-bottom: 2px solid var(--primary)!important;
    color: hsla(0, 0%, 47%, .5)!important;
    display: flex;
    font-size: 14px!important;
    font-weight: inherit!important;
    height: 50px!important;
    letter-spacing: normal!important;
    padding: 0 20px!important;
    text-align: start;
    text-transform: none!important
}

.custom-dropdown {
    width: 18rem
}

@media (max-width:767px) {
    .custom-dropdown {
        width: 100%
    }
}

.custom-dropdown .inputs-filed {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between
}

.custom-dropdown .inputs-filed .input-quantity {
    max-width: 10rem
}

.custom-dropdown .inputs-filed .main-btn {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    width: 40px
}

.contact-form .textarea-icon.icon {
    bottom: auto;
    top: 57px;
    transform: translateY(0)
}

.contact-form .input-group .nice-select {
    background-color: #f8f8f8!important;
    border: none;
    height: 70px;
    padding-left: 80px;
    width: 100%
}

.contact-form .contact_custom_fields_wrapper input:before {
    color: var(--primary);
    content: "+";
    font-family: Font Awesome\ 5 Pro;
    font-size: 24px;
    font-weight: 300;
    left: 35px;
    position: absolute;
    top: 63%;
    transform: translateY(-50%)
}

.info-box .desc {
    word-break: break-word
}

@import url(https://fonts.cdnfonts.com/css/tex-gyre-adventor);
:root {
    --white: #fff;
    --black: #000;
    --primary: #EF7321;
    --second: #ffddb3;
    --third: #7F5030;
    --body: #140f08
}

body {
    background-color: #fff;
    font-family: TeXGyreAdventor, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--body)
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25
}

a,
button,
i,
img {
    transition: all ease .4s
}

[class^=vuta-home-] .box-title h2 {
    font-size: 48px;
    line-height: 58px
}

@media screen and (max-width:996px) {
    [class^=vuta-home-] .box-title h2 {
        font-size: 22px !important;
        line-height: 1.25 !important
    }
}

.offer-item .second-btn,
.order-service .box-btn .second-btn,
.order-service .service-hide-item .hide-content a,
.primary-btn,
.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn a,
.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn a,
.service-detail .list-btn ul .second-btn {
    display: flex;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    height: 48px;
    align-items: center;
    background: var(--primary);
    border: 1px solid var(--primary);
    justify-content: center;
    position: relative
}

.offer-item .second-btn .txt,
.order-service .box-btn .second-btn .txt,
.order-service .service-hide-item .hide-content a .txt,
.primary-btn .txt,
.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn a .txt,
.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn a .txt,
.service-detail .list-btn ul .second-btn .txt {
    transition: all ease .4s
}

.offer-item .second-btn:hover,
.order-service .box-btn .second-btn:hover,
.order-service .service-hide-item .hide-content a:hover,
.primary-btn:hover,
.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn a:hover,
.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn a:hover,
.service-detail .list-btn ul .second-btn:hover {
    background: var(--second);
    border: 1px solid var(--primary);
    color: #140f08
}

.offer-item .second-btn:hover .txt,
.order-service .box-btn .second-btn:hover .txt,
.order-service .service-hide-item .hide-content a:hover .txt,
.primary-btn:hover .txt,
.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn a:hover .txt,
.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn a:hover .txt,
.service-detail .list-btn ul .second-btn:hover .txt {
    padding-right: 20px
}

.offer-item .second-btn:hover .hide-icon,
.order-service .box-btn .second-btn:hover .hide-icon,
.order-service .service-hide-item .hide-content a:hover .hide-icon,
.primary-btn:hover .hide-icon,
.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn a:hover .hide-icon,
.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn a:hover .hide-icon,
.service-detail .list-btn ul .second-btn:hover .hide-icon {
    opacity: 1;
    transform: translate3d(-10px, -50%, 0)
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeindown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media screen and (max-width:996px) {
    .fadeindown {
        animation: none
    }
}

.line-3,
.offer-item .box-content p,
.offer-slider .offer-item .box-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.banner-page .box-content p,
.line-2,
.offer-item .box-content h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

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

.vuta-home-signature .sticky {
    transition: all ease .4s
}

.vuta-home-signature .sticky.sticky-top {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #140f08
}

.swiper-container {
    position: relative
}

.wraper {
    overflow: hidden
}

.offer-item .second-btn,
.order-service .box-btn .second-btn,
.order-service .service-hide-item .hide-content a,
.primary-btn,
.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn a,
.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn a,
.service-detail .list-btn ul .second-btn {
    display: inline-flex;
    padding-left: 30px;
    padding-right: 30px
}

.offer-item .second-btn .hide-icon,
.order-service .box-btn .second-btn .hide-icon,
.order-service .service-hide-item .hide-content a .hide-icon,
.primary-btn .hide-icon,
.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn a .hide-icon,
.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn a .hide-icon,
.service-detail .list-btn ul .second-btn .hide-icon {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(-10px, -50%, 0);
    transition: transform .3s, opacity .3s
}

.offer-item .second-btn i,
.order-service .box-btn .second-btn i,
.order-service .service-hide-item .hide-content a i,
.primary-btn i,
.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn a i,
.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn a i,
.service-detail .list-btn ul .second-btn i {
    font-size: 14px
}

.signature-slider {
    position: relative
}

.signature-slider .swiper-slide {
    display: flex;
    background: #eee;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
    transform: scale(.8)
}

.signature-slider .swiper-slide.swiper-slide-active {
    transform: scale(1)
}

.slider {
    overflow: hidden
}

.booking-slider {
    margin-left: -15px;
    margin-right: -15px
}

.booking-slider .item {
    margin-left: 15px;
    margin-right: 15px
}

.vuta-home-banner .box-img {
    position: relative,
}

.vuta-home-banner .box-img::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    z-index: 1;
}

.vuta-home-banner .banner-slider .box-img {
    aspect-ratio: 1600/846
}

.vuta-home-banner .banner-slider .box-img img {
    height: 100%;
    min-height: 600px
}

.vuta-home-banner .banner-slider .banner-item {
    position: relative
}

.vuta-home-banner .banner-slider .banner-item .box-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    padding-left: 20px;
    max-width: 770px;
    margin: 0 auto;
    z-index: 3;
    padding-right: 20px
}

.vuta-home-banner .banner-slider .banner-item .box-content h2 {
    font-size: 40px;
    color: #fff;
}

@media screen and (max-width:996px) {
    .vuta-home-banner .banner-slider .banner-item .box-content h2 {
        font-size: 24px
    }
    .vuta-home-banner .banner-slider .box-img img {
        min-height: unset;
    }
    .vuta-home-banner .banner-slider .box-img {
        aspect-ratio: 1/1;
    }
}

.vuta-home-banner .banner-slider .banner-item .box-content .box-btn {
    display: flex;
    margin-top: 30px;
    justify-content: center
}

.vuta-home-banner .banner-slider .banner-item .box-content .box-btn a {
    /* width: 150px; */
    height: 48px;
    border: 1px solid var(--primary);
    display: flex;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: var(--primary);
    justify-content: center;
    font-weight: 700
}

.vuta-home-banner .banner-slider .banner-item .box-content .box-btn a:hover {
    background: var(--second);
    color: #141414;
    border: 1px solid var(--second)
}

.vuta-home-banner .banner-bottom {
    position: absolute;
    width: min(940px, 100% - 20px);
    display: flex;
    margin: 0 auto;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 50px;
    justify-content: center;
}

.banner-menu .wraper .box-btn .primary-btn i {
    margin-right: 5px;
}

@media (max-width:1550px) {
    .vuta-home-banner .banner-bottom {
        bottom: 100px;
    }
}

@media screen and (max-width:996px) {
    .vuta-home-banner .banner-bottom .box-btn {
        width: 100%
    }
}

.vuta-home-banner .banner-bottom .box-btn a {
    width: 180px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--body);
    background: var(--second);
    font-size: 12px;
    text-transform: uppercase
}

@media screen and (max-width:996px) {
    .vuta-home-banner .banner-bottom .box-btn a {
        width: 100%;
        height: 40px
    }
}

.vuta-home-banner .banner-bottom .box-btn a:hover {
    background: var(--primary)
}

.vuta-home-banner .banner-bottom .booking-item {
    width: calc((100% - 180px)/ 2);
    height: 80px;
    background: #fff;
    padding: 19px 20px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    position: relative
}

@media screen and (max-width:996px) {
    .vuta-home-banner .banner-bottom .booking-item {
        width: 100%;
        height: 60px;
        padding: 10px 20px
    }
}

.vuta-home-banner .banner-bottom .booking-item>a {
    position: absolute;
    inset: 0
}

.vuta-home-banner .banner-bottom .booking-item:first-child {
    border-right: 1px solid #999
}

.vuta-home-banner .banner-bottom .booking-item span {
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    color: #999;
    font-weight: 700
}

.vuta-home-banner .banner-bottom .booking-item p {
    margin-bottom: 0
}

.vuta-home-prize {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d2d2d2
}

@media screen and (max-width:996px) {
    .vuta-home-prize {
        padding-top: 0px
    }
}

.vuta-home-prize ul {
    width: min(880px, 100%);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 80px
}

@media screen and (max-width:996px) {
    .vuta-home-prize ul {
        gap: 40px;
        flex-wrap: wrap
    }
}

.vuta-home-prize ul li {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1
}

.vuta-home-prize ul li img {
    object-fit: cover;
    height: 100%;
    transition: all ease .4s
}


/* .vuta-home-prize ul li img:hover {
    filter: grayscale(1)
} */

.vuta-home-about {
    padding: 120px 0
}

@media screen and (max-width:996px) {
    .vuta-home-about {
        padding: 40px 0
    }
    .vuta-home-prize ul li {
        width: 50px;
        height: 50px;
        aspect-ratio: 1/1
    }
    .vuta-home-prize ul {
        gap: 15px;
    }
}

.vuta-home-about .box-title {
    text-align: center;
    margin-bottom: 30px
}

.vuta-home-about .box-content {
    width: min(770px, 100%);
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px
}

.vuta-home-about .box-content span {
    font-size: 24px;
    color: var(--primary);
    font-style: italic
}

.vuta-home-signature {
    background-image: url('/storage/overview/banner-1.webp');
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 220px;
    padding-bottom: 120px
}

.vuta-home-signature .box-title h2 {
    color: #fff;
}

.vuta-home-signature::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
}

@media screen and (max-width:996px) {
    .vuta-home-signature {
        padding: 40px 0;
        padding-bottom: 5px;
    }
}

.vuta-home-signature .sticky {
    position: absolute;
    background-color: rgba(20, 15, 8, .4);
    top: 0;
    left: 50%;
    width: 100%;
    z-index: 2;
    transform: translateX(-50%)
}

.vuta-home-signature .box-title,
.vuta-home-signature .signature-slider {
    position: relative;
    z-index: 2;
}

.vuta-home-signature .signature-slider {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}

@media screen and (max-width:996px) {
    .vuta-home-signature .sticky {
        display: none
    }
}

.vuta-home-signature .sticky .list-sticky {
    display: flex;
    gap: 47px;
    justify-content: center;
    width: 100%
}

.vuta-home-signature .sticky .list-sticky li a {
    width: 126px;
    height: 100px;
    display: flex;
    opacity: .54;
    color: #fff;
    flex-direction: column;
    justify-content: center
}

.vuta-home-signature .sticky .list-sticky li a:hover {
    color: var(--second);
    opacity: 1
}

.vuta-home-signature .sticky .list-sticky li a:hover img {
    filter: invert(93%) sepia(11%) saturate(1480%) hue-rotate(317deg) brightness(102%) contrast(101%)
}

.vuta-home-signature .sticky .list-sticky img {
    filter: brightness(1) invert(1);
    height: 40px;
    width: 40px;
    margin: 0 auto;
    margin-bottom: 10px
}

.vuta-home-signature .sticky .list-sticky span {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase
}

.vuta-home-signature .box-title {
    max-width: 920px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 120px
}

@media screen and (max-width:996px) {
    .vuta-home-signature .box-title {
        margin-bottom: 40px
    }
}

.vuta-home-signature .swiper-slide {
    padding: 10px;
    background: 0 0;
    border: 2px solid rgba(255, 255, 255, .2)
}

.vuta-home-signature .swiper-slide {
    position: relative;
    background: 0 0;
    height: 575px;
    width: 384px;
}

.vuta-home-signature .swiper-slide .bg {
    inset: 0;
    z-index: 1;
    position: absolute
}

.vuta-home-signature .swiper-slide .bg .box-img {
    height: 100%
}

.vuta-home-signature .swiper-slide .bg .box-img img {
    height: 100%
}

.vuta-home-signature .swiper-slide .bg .box-content {
    position: absolute;
    padding-bottom: 20px;
    padding-left: 65px;
    padding-right: 65px;
    text-align: center;
    width: 100%;
    bottom: 0
}

.vuta-home-signature .swiper-slide .bg .box-content h3 {
    color: #fff
}

.vuta-home-signature .swiper-slide .front {
    display: none;
}

.vuta-home-signature .swiper-slide .front .box-img img {
    height: 100%
}

.vuta-home-signature .swiper-slide-active .front .box-img {
    aspect-ratio: 1/1;
}

.vuta-home-signature .swiper-button-next,
.vuta-home-signature .swiper-button-prev {
    display: none;
}

.vuta-home-signature .swiper-slide-active .front {
    display: block;
}

.vuta-home-signature .swiper-slide-active {
    padding: 0;
    border: 0
}

.vuta-home-signature .swiper-slide-active .bg {
    opacity: 0;
    visibility: hidden
}

.vuta-home-signature .swiper-slide-active .box-title {
    margin-bottom: 0;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px
}

.vuta-home-signature .swiper-slide-active .box-title h3 {
    color: var(--body);
    margin-bottom: 0
}

.vuta-home-signature .swiper-slide-active .box-content {
    padding: 30px;
    background: #fff;
    text-align: center
}

.vuta-home-signature .swiper-slide-active .box-content .box-btn a {
    width: 180px;
    margin: 0 auto
}

.vuta-home-service {
    padding: 120px 0
}

@media screen and (max-width:996px) {
    .vuta-home-service {
        padding: 40px 0
    }
}

.vuta-home-service .box-title h2 {
    margin-bottom: 16px
}

.vuta-home-service .list-service {
    display: flex;
    font-size: 36px;
    font-weight: 700;
    gap: 32px;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 66px
}

@media screen and (max-width:996px) {
    .vuta-home-service .list-service {
        font-size: 20px;
        margin-bottom: 20px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }
}

.vuta-home-service .list-service li {
    position: relative
}

.vuta-home-service .list-service li::before {
    position: absolute;
    content: "/";
    top: 10px;
    font-weight: 400;
    left: -20px
}

.vuta-home-service .list-service li:first-child::before {
    display: none
}

.vuta-home-service .list-service li a {
    color: var(--body);
    display: flex;
    padding: 10px;
    align-items: center;
    position: relative
}

.vuta-home-service .list-service li a::before {
    background: var(--body);
    height: 2px;
    width: 100%;
    bottom: 0;
    content: "";
    position: absolute;
    display: none
}

.vuta-home-service .list-service li.active a {
    color: var(--primary)
}

.vuta-home-service .list-service li.active a::before {
    display: block;
    background: var(--primary)
}

.vuta-home-service .list-service li:hover a {
    color: var(--primary)
}

.vuta-home-service .service-slider .item {
    transition: all ease .7s;
    width: 350px !important
}

.vuta-home-service .service-slider .item:hover {
    width: 700px !important
}

.service-item {
    position: relative;
    height: 460px;
    display: flex;
    align-self: start;
    overflow: hidden;
    flex-shrink: 0
}

.service-item img {
    position: absolute;
    height: 100%;
    width: 710px;
    max-width: initial;
    /* content: ""; */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease .7s
}

.service-item>a {
    position: absolute;
    inset: 0;
    z-index: 2
}

.service-item .box-content {
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    padding: 20px;
    bottom: 0;
    right: 0;
    width: 100%
}

.service-item .box-content h4 {
    font-size: 20px;
    color: #fff
}

.service-item .box-content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0
}

.masonry {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.masonry .col {
    padding: 0;
}

@media screen and (max-width:996px) {
    .masonry {
        gap: 5px
    }
}

.masonry .gallery-item {
    position: relative;
    margin-bottom: 20px
}

.masonry .gallery-item:hover .box-content p {
    opacity: 1;
    visibility: visible
}

.masonry .gallery-item:hover::before {
    opacity: 1;
    visibility: visible
}

.masonry .gallery-item:hover .icon {
    background: var(--second) !important
}

@media screen and (max-width:996px) {
    .masonry .gallery-item {
        margin-bottom: 5px
    }
}

.masonry .gallery-item::before {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    inset: 0;
    z-index: 1;
    content: ""
}

.masonry .gallery-item>a {
    position: absolute;
    inset: 0;
    z-index: 3
}

.masonry .gallery-item .box-content {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    bottom: 0;
    padding: 20px
}

@media screen and (max-width:996px) {
    .masonry .gallery-item .box-content {
        padding: 10px
    }
}

.masonry .gallery-item .box-content p {
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all ease .4s
}

@media screen and (max-width:996px) {
    .masonry .gallery-item .box-content p {
        display: none
    }
}

.masonry .gallery-item .box-content .icon {
    height: 22px;
    transition: all ease .4s;
    width: 22px;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.masonry .gallery-item .box-content .icon i {
    font-size: 14px
}

.masonry .gallery-item:hover img {
    transform: scale(1.1)
}

.masonry .col .box-img {
    aspect-ratio: 1/1;
    overflow: hidden
}

.masonry .col .box-img img {
    height: 100%;
    transition: all ease .7s
}

.masonry .col:nth-child(odd) .gallery-item:nth-child(odd) .box-img {
    aspect-ratio: 3/2
}

.masonry .col:nth-child(even) .gallery-item:nth-child(even) .box-img {
    aspect-ratio: 3/2
}

.masonry .col:nth-child(even) .gallery-item:nth-child(odd) .box-img {
    aspect-ratio: 1/1
}

.vuta-home-gallery {
    padding: 120px 0;
    background-color: #faf6f0
}

@media screen and (max-width:996px) {
    .vuta-home-gallery {
        padding: 40px 0
    }
}

.vuta-home-gallery .box-title {
    text-align: center;
    margin-bottom: 30px
}

.vuta-home-gallery .list-social {
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 30px
}

@media screen and (max-width:996px) {
    .vuta-home-gallery .list-social {
        gap: 15px;
    }
    .vuta-home-gallery .list-social li a {
        text-align: center;
        justify-content: center
    }
    #list-photo .item {
        width: 50% !important;
    }
}

.vuta-home-gallery .list-social a {
    color: var(--primary);
    display: flex;
    gap: 5px
}

.vuta-home-gallery .list-social a .icon {
    background: var(--primary);
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}

.vuta-home-gallery .list-social a .icon i {
    color: #fff;
    font-size: 14px
}

.vuta-home-map {
    position: relative
}

@media screen and (max-width:996px) {
    .vuta-home-map {
        display: flex;
        flex-direction: column
    }
}

.vuta-home-map .map {
    position: relative;
    z-index: 1
}

@media screen and (max-width:996px) {
    .vuta-home-map .map {
        order: 2
    }
}

@media screen and (max-width:996px) {
    .vuta-home-map .map iframe {
        height: 300px !important
    }
}

.vuta-home-map .form-location {
    position: absolute;
    z-index: 6;
    top: 10px;
    left: 10px;
    width: 360px;
    background: #fff;
    border: 2px solid #000
}

@media screen and (max-width:996px) {
    .vuta-home-map .form-location {
        order: 1
    }
}

@media screen and (max-width:996px) {
    .vuta-home-map .form-location {
        position: unset;
        width: calc(100% - 20px);
        margin: 0 auto
    }
}

.vuta-home-map .form-location .box-title {
    padding: 20px;
    text-align: center
}

.vuta-home-map .form-location .box-title p {
    margin-bottom: 0;
    font-size: 14px
}

.vuta-home-map .form-location h2 {
    text-align: center;
    line-height: 1.75;
    font-size: 20px;
    margin-bottom: 0
}

@media screen and (max-width:996px) {
    .vuta-home-map .form-location h2 {
        margin-bottom: 10px
    }
}

.vuta-home-map .form-location .box-info {
    background-color: #faf6f0
}

.vuta-home-map .form-location .box-info .list-location li .link {
    padding: 20px;
    border-top: 2px solid #000;
    position: relative;
    cursor: pointer
}

.vuta-home-map .form-location .box-info .list-location li .link::before {
    content: "\e91a";
    font-family: VUTA;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all ease .4s
}

.vuta-home-map .form-location .box-info .list-location li.active .link::before {
    transform: rotate(180deg)
}

.vuta-home-map .form-location .box-info .list-location li a {
    text-transform: uppercase;
    color: #000;
    font-weight: 700
}

.vuta-home-map .form-location .box-info .list-location .hidden-content {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0
}

.vuta-home-map .form-location .box-info .list-location .hidden-content ul {
    max-height: 170px;
    overflow-y: scroll
}

.vuta-home-map .form-location .box-info .list-location .hidden-content li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: unset;
    color: #616161;
    display: flex;
    padding: 15px 20px
}

.vuta-home-map .form-location .box-info .list-location .hidden-content li a:hover {
    background: var(--primary)
}

.vuta-home-banquet {
    background: var(--second);
    color: #616161;
}

.vuta-home-banquet .wraper {
    display: flex
}

@media screen and (max-width:996px) {
    .vuta-home-banquet .wraper {
        flex-direction: column
    }
}

.vuta-home-banquet .wraper .left {
    width: 50%;
    padding: 100px 0;
    flex-shrink: 0;
    padding-left: calc((100vw - 1250px)/ 2);
    padding-right: 30px
}

@media screen and (max-width:996px) {
    .vuta-home-banquet .wraper .left {
        width: 100%;
        padding: 40px 15px
    }
}

.vuta-home-banquet .wraper .left .box-content {
    max-width: 400px;
    color: #616161
}

@media screen and (max-width:996px) {
    .vuta-home-banquet .wraper .left .box-content {
        max-width: 100%
    }
}

@media screen and (max-width:996px) {
    .vuta-home-banquet .wraper .left .box-title {
        text-align: center
    }
}

.vuta-home-banquet .wraper .left .box-title h2 {
    font-size: 36px;
    color: #616161;
}

.vuta-home-banquet .wraper .left .box-title h4 {
    margin-bottom: 30px;
    font-style: italic;
    color: var(--primary)
}

.offer-item .vuta-home-banquet .wraper .left .second-btn,
.order-service .box-btn .vuta-home-banquet .wraper .left .second-btn,
.order-service .service-hide-item .hide-content .vuta-home-banquet .wraper .left a,
.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn .vuta-home-banquet .wraper .left a,
.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn .vuta-home-banquet .wraper .left a,
.service-detail .list-btn ul .vuta-home-banquet .wraper .left .second-btn,
.vuta-home-banquet .wraper .left .offer-item .second-btn,
.vuta-home-banquet .wraper .left .order-service .box-btn .second-btn,
.vuta-home-banquet .wraper .left .order-service .service-hide-item .hide-content a,
.vuta-home-banquet .wraper .left .primary-btn,
.vuta-home-banquet .wraper .left .service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn a,
.vuta-home-banquet .wraper .left .service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn a,
.vuta-home-banquet .wraper .left .service-detail .list-btn ul .second-btn {
    display: inline-flex;
    padding-left: 15px;
    padding-right: 15px
}

.vuta-home-banquet .wraper .right {
    width: 50%;
    flex-shrink: 0
}

.vuta-home-banquet .wraper .right .box-img {
    height: 100%;
}

.vuta-home-banquet .wraper .right .box-img img {
    height: 100%;
}

.header-nobanner .logo img {
    filter: none !important;
}

@media screen and (max-width:996px) {
    .vuta-home-banquet .wraper .right {
        width: 100%
    }
}

.vuta-home-contact {
    padding: 80px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width:996px) {
    .vuta-home-contact {
        padding: 40px 0;
        border-top: 0;
    }
}

.vuta-home-contact .box-title h2 {
    font-size: 36px;
    line-height: 46px
}

.vuta-home-contact .gr-input {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap
}

@media screen and (max-width:996px) {
    .vuta-home-contact .gr-input {
        flex-wrap: wrap
    }
}

.offer-item .vuta-home-contact .gr-input .second-btn,
.order-service .box-btn .vuta-home-contact .gr-input .second-btn,
.order-service .service-hide-item .hide-content .vuta-home-contact .gr-input a,
.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn .vuta-home-contact .gr-input a,
.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn .vuta-home-contact .gr-input a,
.service-detail .list-btn ul .vuta-home-contact .gr-input .second-btn,
.vuta-home-contact .gr-input .offer-item .second-btn,
.vuta-home-contact .gr-input .order-service .box-btn .second-btn,
.vuta-home-contact .gr-input .order-service .service-hide-item .hide-content a,
.vuta-home-contact .gr-input .primary-btn,
.vuta-home-contact .gr-input .service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn a,
.vuta-home-contact .gr-input .service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn a,
.vuta-home-contact .gr-input .service-detail .list-btn ul .second-btn {
    width: 180px;
    flex-shrink: 0
}

@media screen and (max-width:996px) {
    .offer-item .vuta-home-contact .gr-input .second-btn,
    .order-service .box-btn .vuta-home-contact .gr-input .second-btn,
    .order-service .service-hide-item .hide-content .vuta-home-contact .gr-input a,
    .service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn .vuta-home-contact .gr-input a,
    .service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn .vuta-home-contact .gr-input a,
    .service-detail .list-btn ul .vuta-home-contact .gr-input .second-btn,
    .vuta-home-contact .gr-input .offer-item .second-btn,
    .vuta-home-contact .gr-input .order-service .box-btn .second-btn,
    .vuta-home-contact .gr-input .order-service .service-hide-item .hide-content a,
    .vuta-home-contact .gr-input .primary-btn,
    .vuta-home-contact .gr-input .service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn a,
    .vuta-home-contact .gr-input .service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn a,
    .vuta-home-contact .gr-input .service-detail .list-btn ul .second-btn {
        width: 100%
    }
}

.vuta-home-contact .gr-input .vuta-input {
    height: 45px;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0
}

.vuta-home-contact .gr-input .vuta-input:focus {
    box-shadow: none;
    outline: 0
}

.brand-slider {
    padding-top: 20px;
    padding-bottom: 20px
}

.swiper {
    position: relative
}

[class^=popup-] {
    position: fixed;
    inset: 0;
    height: 100vh;
    display: none;
    width: 100%;
    /* overflow-y: scroll; */
    z-index: 999
}

[class^=popup-].active {
    display: block
}

.popup-search {
    background: #faf6f0
}

.popup-search .close {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    z-index: 999;
    content: ""
}

.popup-search .close span {
    background: #000;
    height: 1px;
    width: 30px
}

.popup-search .close span:first-child {
    transform: rotate(45deg)
}

.popup-search .close span:last-child {
    transform: rotate(-45deg)
}

.popup-search .search-content {
    padding-top: 100px;
    width: min(870px, 100%);
    margin: 0 auto
}

.popup-search .search-content .search-form {
    position: relative
}

.popup-search .search-content .search-form input {
    height: 80px;
    background: 0 0;
    font-size: 24px;
    color: #000;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000;
    padding-right: 40px
}

.popup-search .search-content .search-form input:focus {
    outline: 0;
    box-shadow: none
}

.popup-search .search-content .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    height: 80px;
    width: 40px;
    align-items: center;
    justify-content: center;
    font-size: 32px
}

.popup-search .keys {
    padding-top: 40px;
    margin-bottom: 20px
}

.popup-search .keys span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: rgba(20, 15, 8, .5)
}

.popup-search .keys ul {
    display: flex;
    gap: 15px
}

.popup-search .keys ul li a {
    display: flex;
    padding: 10px;
    align-items: center;
    background: #fff;
    gap: 10px;
    color: #000;
    font-size: 14px
}

.popup-search .keys ul li a:hover {
    background: var(--primary)
}

.popup-search .topic span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: rgba(20, 15, 8, .5)
}

.popup-search .topic ul {
    padding-left: 15px
}

.popup-search .topic ul li {
    margin-bottom: 10px;
    list-style: disc;
    color: #000
}

.popup-search .topic ul li a {
    color: var(--primary)
}

.popup-search .topic ul li a:hover {
    color: var(--second)
}

.popup-menu-desktop {
    overflow-y: scroll;
    background: #faf6f0
}

.popup-menu-desktop .close {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    z-index: 999;
    content: ""
}

.popup-menu-desktop .close span {
    background: #000;
    height: 1px;
    width: 30px
}

.popup-menu-desktop .close span:first-child {
    transform: rotate(45deg)
}

.popup-menu-desktop .close span:last-child {
    transform: rotate(-45deg)
}

.popup-menu-desktop .content {
    display: flex;
    height: 100%
}

.popup-menu-desktop .logo img {
    height: 100px;
}

.popup-menu-desktop .box-left {
    width: 50%;
    flex-shrink: 0;
    background: #faf6f0
}

@media screen and (max-width:996px) {
    .popup-menu-desktop .box-left {
        width: 100%
    }
}

.popup-menu-desktop .box-left .list-menu {
    max-width: 767px;
    padding: 0 60px;
    margin-left: auto;
    padding-top: 100px
}

@media screen and (max-width:996px) {
    .popup-menu-desktop .box-left .list-menu {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        gap: 20px
    }
}

.popup-menu-desktop .box-left .list-menu li {
    margin-bottom: 10px
}

@media screen and (max-width:996px) {
    .popup-menu-desktop .box-left .list-menu li .link {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc
    }
}

.popup-menu-desktop .box-left .list-menu li a {
    color: #616161;
    font-size: 20px
}

.popup-menu-desktop .box-left .list-menu li a:hover {
    color: var(--primary)
}

.popup-menu-desktop .box-left .list-menu li.dropdown {
    position: relative
}

.popup-menu-desktop .box-left .list-menu li.dropdown::before {
    height: 1px;
    width: 100px;
    background: var(--primary);
    content: "";
    position: absolute;
    left: 150px;
    top: 16px
}

@media screen and (max-width:996px) {
    .popup-menu-desktop .box-left .list-menu li.dropdown::before {
        display: none
    }
}

.popup-menu-desktop .box-left .list-menu li.dropdown::after {
    height: 8px;
    width: 8px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 12px;
    left: 143px
}

@media screen and (max-width:996px) {
    .popup-menu-desktop .box-left .list-menu li.dropdown::after {
        display: none
    }
}

.popup-menu-desktop .box-left .list-menu li .submenu {
    position: absolute;
    top: 0;
    left: 120px;
    padding-left: 170px
}

@media screen and (max-width:996px) {
    .popup-menu-desktop .box-left .list-menu li .submenu {
        padding-left: 15px;
        position: inherit;
        left: unset;
        padding-top: 10px
    }
}

.popup-menu-desktop .box-left .list-menu li .submenu li a {
    color: #000;
    font-size: 18px
}

.popup-menu-desktop .box-left .list-menu li .submenu li a:hover {
    color: var(--primary)
}

@media screen and (max-width:996px) {
    .popup-menu-desktop .box-left .list-menu .list-desktop-menu {
        order: 2
    }
}

.popup-menu-desktop .box-left .list-menu .logo {
    margin-top: 10px;
    padding-top: 50px;
    text-align: center
}

@media screen and (max-width:996px) {
    .popup-menu-desktop .box-left .list-menu .logo {
        order: 1;
        padding-top: 0
    }
}

.popup-menu-desktop .box-right {
    width: 50%;
    flex-shrink: 0;
    background: #fff;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 100px
}

@media screen and (max-width:996px) {
    .popup-menu-desktop .box-right {
        display: none
    }
}

.popup-menu-desktop .box-right ul li {
    margin-bottom: 15px
}

.popup-menu-desktop .box-right ul li a {
    color: var(--body)
}

.popup-menu-desktop .box-right ul li a:hover {
    color: var(--primary)
}

.popup-menu-desktop .box-right h3 {
    color: #616161;
    margin-bottom: 20px;
    font-size: 20px
}

.popup-menu-desktop .box-right .box-stay-item {
    max-width: 560px
}

.popup-menu-desktop .box-right .box-stay-item .stay-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #ccc solid
}

.popup-menu-desktop .box-right .box-stay-item .stay-item .box-img {
    width: 48%;
    flex-shrink: 0;
    aspect-ratio: 3/2
}

.popup-menu-desktop .box-right .box-stay-item .stay-item .box-img a {
    display: unset;
}

.box-img>a {
    display: unset !important;
}

.popup-menu-desktop .box-right .box-stay-item .stay-item .box-img img {
    height: 100%
}

.popup-menu-desktop .box-right .box-stay-item .stay-item .box-content {
    width: 48%;
    flex-shrink: 0;
    padding-top: 20px;
}

.popup-menu-desktop .box-right .box-stay-item .stay-item:last-child .box-img {
    order: 1
}

.popupcus-booking {
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    left: 0;
    top: 100%;
    transition: .5s;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.popupcus-booking .close {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    z-index: 999;
    content: ""
}

.popupcus-booking .close span {
    width: 30px;
    height: 1px;
    background: #fff;
    display: flex
}

.popupcus-booking .close span:first-child {
    transform: rotate(45deg)
}

.popupcus-booking .close span:last-child {
    transform: rotate(-45deg)
}

.popupcus-booking.active {
    opacity: 1;
    top: 0;
    visibility: visible
}

.popupcus-booking .content {
    width: 100%;
    height: 70%;
    z-index: 99999;
    top: 0;
    left: 0;
    padding: 20px 15px 30px;
    position: relative;
    background-color: #fff;
    overflow-y: scroll;
    transition: .5s;
    margin: 0;
    overflow: hidden
}

.popupcus-booking h2 {
    margin-bottom: 20px
}

.popupcus-booking .booking-slider {
    margin-bottom: 30px
}

.popupcus-booking .booking-item {
    position: relative
}

.popupcus-booking .booking-item>a {
    position: absolute;
    inset: 0;
    z-index: 99
}

.popupcus-booking .booking-item .box-img {
    aspect-ratio: 3/2
}

.popupcus-booking .booking-item .box-img img {
    height: 100%
}

.popupcus-booking .booking-item .rating {
    margin-bottom: 10px
}

.popupcus-booking .booking-item .rating i svg g path {
    fill: var(--primary)
}

.popupcus-booking .booking-item .box-content {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 20px;
    content: "";
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    transition: all ease .4s
}

.popupcus-booking .booking-item .box-content h4 {
    font-size: 20px
}

.popupcus-booking .booking-item:hover .hide-content {
    visibility: visible;
    opacity: 1
}

.popupcus-booking .booking-item:hover .box-content {
    opacity: 0;
    visibility: visible
}

.popupcus-booking .booking-item .hide-content {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: var(--primary);
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding-top: 50px;
    content: ""
}

.popupcus-booking .booking-item .hide-content p {
    margin-bottom: 0
}

.popupcus-booking .booking-item .hide-content h5 {
    font-size: 18px;
    margin-bottom: 15px
}

.popupcus-booking .box-input {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between
}

.popupcus-booking .box-input .vuta-input {
    height: 45px;
    border-radius: 0
}

.popupcus-booking .box-input .gr-input {
    width: calc(25% - 20px)
}

.popupcus-booking .box-input .gr-input label {
    display: block;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px
}

.booking-slider {
    position: relative
}

.booking-slider .swiper-button-next,
.booking-slider .swiper-button-prev {
    top: -50px
}

.ovh {
    overflow: hidden
}

.banner-page {
    position: relative
}

.banner-page::before {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .2);
    content: ""
}

.banner-page .box-img img {
    height: 700px
}

@media screen and (max-width:996px) {
    .banner-page .box-img img {
        height: 300px
    }
}

.banner-page .box-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding-bottom: 120px
}

@media screen and (max-width:996px) {
    .banner-page .box-content {
        padding-bottom: 20px
    }
}

.banner-page .box-content p {
    max-width: 720px
}

.banner-page .box-content h2 {
    font-size: 52px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 30px
}

@media screen and (max-width:996px) {
    .banner-page .box-content h2 {
        font-size: 32px
    }
}

.banner-page .box-content p {
    color: #fff;
    font-size: 20px
}

.break {
    position: relative
}

.break::before {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    content: ""
}

.break img {
    height: 700px;
    object-fit: cover
}

@media screen and (max-width:996px) {
    .break img {
        height: 400px
    }
}

.break .box-content {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1100px
}

.break .box-content p {
    font-size: 32px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width:996px) {
    .break .box-content p {
        font-size: 20px
    }
}

.break .box-content span {
    font-size: 20px;
    color: #fff
}

.misson {
    padding: 120px 0
}

@media screen and (max-width:996px) {
    .misson {
        padding: 40px 0
    }
}

.misson h2 {
    font-size: 48px;
    line-height: 1.25
}

@media screen and (max-width:996px) {
    .misson h2 {
        font-size: 24px
    }
}

.misson .misson-item {
    margin-top: -182px
}

.misson .misson-item .vuta-row {
    align-items: center
}

.misson .misson-item:nth-child(odd) .box-content {
    padding-left: 47px;
    padding-right: 107px
}

@media screen and (max-width:996px) {
    .misson .misson-item:nth-child(odd) .box-content {
        padding: 0
    }
}

@media screen and (max-width:996px) {
    .misson .misson-item:nth-child(odd) [class^=vuta-col-]:nth-child(2) {
        order: 1
    }
}

@media screen and (max-width:996px) {
    .misson .misson-item:nth-child(odd) [class^=vuta-col-]:nth-child(1) {
        order: 2
    }
}

.misson .misson-item:nth-child(odd) .box-img {
    padding-right: 47px
}

@media screen and (max-width:996px) {
    .misson .misson-item:nth-child(odd) .box-img {
        padding: 0;
        height: 250px
    }
    .misson .misson-item:nth-child(odd) .box-img img {
        height: 100%
    }
}

.misson .misson-item:nth-child(even) .box-content {
    padding-left: 47px;
    padding-right: 107px
}

@media screen and (max-width:996px) {
    .misson .misson-item:nth-child(even) .box-content {
        padding: 0;
        padding-top: 20px
    }
}

.misson .misson-item:nth-child(even) [class^=vuta-col-]:nth-child(1) {
    order: 2
}

.misson .misson-item:nth-child(even) [class^=vuta-col-]:nth-child(2) {
    order: 1
}

.misson .misson-item:nth-child(even) .box-img {
    padding-left: 47px
}

@media screen and (max-width:996px) {
    .misson .misson-item:nth-child(even) .box-img {
        padding: 0;
        height: 250px
    }
    .misson .misson-item:nth-child(even) .box-img img {
        height: 100%
    }
}

@media screen and (max-width:996px) {
    .misson .misson-item {
        margin-top: 10px
    }
}

.misson .misson-item:first-child {
    margin-top: 0
}

.blog {
    padding-top: 20px;
    padding-bottom: 120px;
    border-bottom: 1px solid #d2d2d2
}

.blog-item .author {
    margin-bottom: 10px
}

.blog-item .author ul {
    display: flex;
    align-items: center;
    color: #616161;
    gap: 30px
}

.blog-item .author ul li {
    font-size: 14px;
    position: relative
}

.blog-item .author ul li img {
    height: 20px
}

.blog-item .author ul li::before {
    content: "/";
    position: absolute;
    left: -15px;
    color: #888
}

.blog-item .author ul li:first-child::before {
    display: none
}

.blog-item .box-content h4 {
    font-size: 28px
}

@media screen and (max-width:996px) {
    .blog-item .box-content h4 {
        font-size: 18px
    }
}

.blog-item .box-content h4 a {
    color: #000
}

@media screen and (max-width:996px) {
    .blog-item .box-content p {
        margin-bottom: 0
    }
}

.blog-item .box-img {
    aspect-ratio: 16/9;
    overflow: hidden
}

.blog-item .box-img img {
    height: 100%;
    transition: all ease .7s
}

.blog-item:hover .box-content h4 a {
    color: var(--primary)
}

.blog-item:hover img {
    transform: scale(1.1)
}

.blog-item.flex-item {
    display: flex;
    gap: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d2d2d2
}

@media screen and (max-width:996px) {
    .blog-item.flex-item {
        flex-direction: column
    }
}

.blog-item.flex-item .box-content {
    width: 50%
}

@media screen and (max-width:996px) {
    .blog-item.flex-item .box-content {
        width: 100%
    }
}

.blog-item.flex-item .box-img {
    width: 50%;
    flex-shrink: 0
}

@media screen and (max-width:996px) {
    .blog-item.flex-item .box-img {
        width: 100%
    }
}

@media screen and (max-width:996px) {
    .blog-item.flex-item {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.vuta-home-prize.page {
    padding-top: 10px
}

@media screen and (max-width:996px) {
    .pagination {
        padding-top: 15px;
        justify-content: center
    }
}

.pagination ul {
    display: flex;
    gap: 30px
}

.pagination ul li a {
    color: #141414;
    font-size: 30px
}

@media screen and (max-width:996px) {
    .pagination ul li a {
        font-size: 20px
    }
}

.pagination ul li.active a,
.pagination ul li:hover a {
    color: var(--primary)
}

:root {
    --swiper-width: 50%
}

.offer-slider .slick-prev.slick-arrow {
    transform: translate(50%, -50%);
    border: 2px solid #ccc;
    top: 80%;
    left: calc((100% - var(--swiper-width))/ 2 - 10px)
}

.offer-slider .slick-prev.slick-arrow::before {
    font-family: VUTA;
    content: "\e902";
    opacity: 1;
    color: #ccc
}

.offer-slider .slick-next.slick-arrow {
    top: 80%;
    transform: translate(50%, -50%);
    border: 2px solid #ccc;
    right: calc((100% - var(--swiper-width))/ 2 + 10px)
}

.offer-slider .slick-next.slick-arrow::before {
    font-family: VUTA;
    content: "\e903";
    color: #ccc;
    opacity: 1
}

.blog-slider {
    margin: -10px 0
}

.blog-slider .item {
    margin-left: 10px;
    margin-right: 10px
}

.blog-slider .slick-prev.slick-arrow {
    transform: translate(50%, -50%);
    border: 2px solid #ccc;
    top: 80%;
    left: calc((100% - var(--swiper-width))/ 2 - 10px)
}

.blog-slider .slick-prev.slick-arrow::before {
    font-family: VUTA;
    content: "\e902";
    opacity: 1;
    color: #ccc
}

.blog-slider .slick-next.slick-arrow {
    top: 80%;
    transform: translate(50%, -50%);
    border: 2px solid #ccc;
    right: calc((100% - var(--swiper-width))/ 2 + 10px)
}

.blog-slider .slick-next.slick-arrow::before {
    font-family: VUTA;
    content: "\e903";
    color: #ccc;
    opacity: 1
}

.blog-slider .blog-item .box-content {
    padding: 40px 60px;
    display: none;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: -50px;
    background: #fff;
    position: relative;
    min-height: 300px;
}

.blog-slider .slick-arrow {
    background: #fff;
}

@media screen and (max-width:996px) {
    .blog-slider .blog-item .box-content {
        padding: 20px;
        min-height: 180px;
    }
}

.blog-slider .blog-item .box-content h4 {
    font-size: 36px;
    line-height: 1.25
}

@media screen and (max-width:996px) {
    .blog-slider .blog-item .box-content h4 {
        font-size: 18px
    }
}

.blog-slider .blog-item .box-content h4 a {
    color: #000
}

@media screen and (max-width:996px) {
    .blog-slider .blog-item .box-content {
        margin-left: 15px;
        margin-right: 15px
    }
}

.blog-slider .blog-item .box-content .author {
    margin-bottom: 10px
}

.blog-slider .blog-item .box-content .author ul {
    display: flex;
    align-items: center;
    color: #616161;
    gap: 30px
}

.blog-slider .blog-item .box-content .author ul li {
    font-size: 14px;
    position: relative
}

.blog-slider .blog-item .box-content .author ul li img {
    height: 20px
}

.blog-slider .blog-item .box-content .author ul li::before {
    content: "/";
    position: absolute;
    left: -15px;
    color: #888
}

.blog-slider .blog-item .box-content .author ul li:first-child::before {
    display: none
}

.blog-slider .slick-slide.slick-current.slick-active.slick-center .box-content {
    display: block
}

.blog-detail {
    padding-top: 150px
}

@media screen and (max-width:996px) {
    .blog-detail {
        padding-top: 100px
    }
}

.blog-detail .main-img {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

@media screen and (max-width:996px) {
    .blog-detail .main-img {
        height: 350px
    }
}

.blog-detail .short-desc {
    font-style: italic
}

.blog-detail .top-detail {
    width: min(960px, 100% - 30px);
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:996px) {
    .blog-detail .top-detail {
        margin-bottom: 0
    }
}

.blog-detail .top-detail h1 {
    font-size: 48px;
    margin-bottom: 20px
}

@media screen and (max-width:996px) {
    .blog-detail .top-detail h1 {
        font-size: 24px
    }
}

.blog-detail .top-detail .author {
    margin-bottom: 10px
}

.blog-detail .top-detail .author ul {
    display: flex;
    align-items: center;
    color: #616161;
    gap: 30px
}

.blog-detail .top-detail .author ul li {
    font-size: 14px;
    position: relative
}

.blog-detail .top-detail .author ul li img {
    height: 20px
}

.blog-detail .top-detail .author ul li::before {
    content: "/";
    position: absolute;
    left: -15px;
    color: #888
}

.blog-detail .top-detail .author ul li:first-child::before {
    display: none
}

.blog-detail .breadcrumb ul li a {
    color: #000
}

.blog-detail .wraper-content {
    width: min(1260px, 100% - 30px);
    margin-left: auto;
    margin-top: 40px;
    margin-right: auto;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:996px) {
    .blog-detail .wraper-content {
        flex-direction: column
    }
}

@media screen and (max-width:996px) and (max-width:996px) {
    .blog-detail .wraper-content {
        margin-top: 20px
    }
}

.blog-detail .wraper-content h2 {
    font-size: 24px
}

@media screen and (max-width:996px) {
    .blog-detail .wraper-content h2 {
        font-size: 20px
    }
}

.blog-detail .wraper-content h3 {
    font-size: 20px
}

@media screen and (max-width:996px) {
    .blog-detail .wraper-content h3 {
        font-size: 18px
    }
}

.blog-detail .wraper-content h4 {
    font-size: 16px;
    font-weight: 700
}

.blog-detail .wraper-content figure {
    margin-bottom: 20px
}

.blog-detail .wraper-content .content {
    width: min(960px, 100%)
}

.blog-detail .social {
    position: relative
}

@media screen and (max-width:996px) {
    .blog-detail .social {
        order: 2
    }
}

.blog-detail .social ul {
    position: sticky;
    display: inline-block;
    top: 85px;
    padding: 32px 20px;
    border-radius: 9999px;
    background-color: #faf6f0
}

@media screen and (max-width:996px) {
    .blog-detail .social ul {
        display: flex;
        position: unset;
        justify-content: space-around;
        padding: 5px 0
    }
}

.blog-detail .social ul li {
    margin-bottom: 20px
}

@media screen and (max-width:996px) {
    .blog-detail .social ul li {
        margin-bottom: 0
    }
}

.blog-detail .social ul li:last-child {
    margin-bottom: 0
}

.blog-detail .social ul li a {
    color: #616161;
    font-size: 28px
}

.blog-detail .social ul li:hover a {
    color: var(--primary)
}

.related-blog {
    margin-top: 60px;
    padding: 60px 0;
    background-color: #faf6f0
}

@media screen and (max-width:996px) {
    .related-blog {
        margin-top: 20px;
        padding: 20px 0 20px
    }
}

.related-blog .box-title {
    text-align: center;
    margin-bottom: 40px
}

@media screen and (max-width:996px) {
    .related-blog .box-title {
        margin-bottom: 20px
    }
}

.related-blog .box-title h2 {
    font-size: 48px
}

@media screen and (max-width:996px) {
    .related-blog .box-title h2 {
        font-size: 24px
    }
}

@media screen and (max-width:996px) {
    .related-blog [class^=vuta-col-]:last-child .blog-item {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0
    }
}

.related-blog .blog-item {
    display: flex;
    flex-direction: column
}

@media screen and (max-width:996px) {
    .related-blog .blog-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc
    }
}

.related-blog .blog-item .box-img {
    order: 1;
    margin-bottom: 20px
}

.related-blog .blog-item .box-content {
    order: 2
}

.related-blog .blog-item .box-content h4 {
    font-size: 24px
}

.related-blog .blog-item .box-content p {
    text-align: justify
}

.offer-slider {
    padding: 60px 0;
    margin: 0 -10px
}

@media screen and (max-width:996px) {
    .offer-slider {
        padding: 20px 0
    }
}

.offer-slider .item {
    margin-left: 10px;
    margin-right: 10px
}

.offer-slider .offer-item {
    position: relative
}

.offer-slider .offer-item>a {
    position: absolute;
    inset: 0;
    z-index: 2
}

.offer-slider .offer-item .box-content {
    padding: 40px 60px;
    display: none;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: -50px;
    background: #fff;
    position: relative
}

@media screen and (max-width:996px) {
    .offer-slider .offer-item .box-content {
        padding: 20px;
        margin-left: 10px;
        margin-right: 10px
    }
}

.offer-slider .offer-item .box-content h4 {
    font-size: 36px;
    line-height: 1.25
}

@media screen and (max-width:996px) {
    .offer-slider .offer-item .box-content h4 {
        font-size: 20px
    }
}

.offer-slider .offer-item .box-content h4 a {
    color: #000
}

.offer-slider .offer-item .box-content .time {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.offer-slider .offer-item .box-content .author {
    margin-bottom: 10px
}

.offer-slider .offer-item .box-content .author ul {
    display: flex;
    align-items: center;
    color: #616161;
    gap: 30px
}

.offer-slider .offer-item .box-content .author ul li {
    font-size: 14px;
    position: relative
}

.offer-slider .offer-item .box-content .author ul li img {
    height: 20px
}

.offer-slider .offer-item .box-content .author ul li::before {
    content: "/";
    position: absolute;
    left: -15px;
    color: #888
}

.offer-slider .offer-item .box-content .author ul li:first-child::before {
    display: none
}

.offer-slider .item.slick-slide.slick-current.slick-active.slick-center .box-content {
    display: block
}

.kind-offer .sticky {
    border-top: 1px solid #d9d9d9;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    position: sticky;
    top: 0;
    z-index: 9999
}

.kind-offer .sticky ul {
    display: flex;
    justify-content: center;
    gap: 50px
}

.kind-offer .sticky ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    font-weight: 700;
    color: #141414
}

.kind-offer .sticky ul li.active a {
    color: var(--primary)
}

.kind-offer .box-tab {
    background-color: #faf6f0;
    padding: 0
}

@media screen and (max-width:996px) {
    .kind-offer .box-tab {
        padding: 30px 0
    }
}

.offer-item .box-content h4 {
    font-size: 24px
}

@media screen and (max-width:996px) {
    .offer-item .box-content h4 {
        font-size: 18px
    }
}

.offer-item .box-content h4 a {
    color: var(--body)
}

.offer-item .box-content .time {
    font-weight: 700;
    margin-bottom: 15px
}

.offer-item .box-content .box-btn {
    display: flex;
    margin-top: 20px;
    gap: 20px
}

.offer-item .second-btn {
    background: 0 0;
    border: 1px solid var(--body);
    color: #000;
}

.offer-item img {
    transition: all ease .7s
}

.offer-item .box-img {
    aspect-ratio: 16/9;
    overflow: hidden
}

@media (max-width:996px) {
    .offer-item .box-content .box-btn a,
    .offer-item .box-content .box-btn form {
        width: calc(50% - 10px);
        padding-left: 10px;
        padding-right: 10px;
    }
    .offer-item .box-content .box-btn form {
        padding: 0;
    }
    .offer-item .box-content .box-btn form button {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.offer-item:hover .box-content h4 a {
    color: var(--primary)
}

.offer-item:hover .box-img img {
    transform: scale(1.1)
}

.offer-item.flex-item {
    padding-top: 40px;
    border-top: 1px solid #d2d2d2;
    display: flex;
    margin-bottom: 40px;
    gap: 60px
}

@media screen and (max-width:996px) {
    .offer-item.flex-item {
        flex-direction: column;
        padding-top: 10px;
        margin-bottom: 10px;
        gap: 0
    }
    .offer-item.flex-item .box-img {
        order: 1 !important
    }
    .offer-item.flex-item .box-content {
        order: 2 !important
    }
}

.offer-item.flex-item:nth-child(even) .box-img {
    order: 1
}

.offer-item.flex-item:nth-child(even) .box-content {
    order: 2
}

.offer-item.flex-item:nth-child(odd) .box-img {
    order: 2
}

.offer-item.flex-item:nth-child(odd) .box-content {
    order: 1
}

.offer-item.flex-item .box-img {
    width: calc(50% - 30px);
    flex-shrink: 0
}

@media screen and (max-width:996px) {
    .offer-item.flex-item .box-img {
        width: 100%
    }
}

.offer-item.flex-item .box-content {
    width: calc(50% - 30px);
    flex-shrink: 0
}

@media screen and (max-width:996px) {
    .offer-item.flex-item .box-content {
        width: 100%
    }
}

.booking {
    padding-top: 90px;
    background: #faf6f0
}

.input-group .main-btn {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:996px) {
    .booking {
        padding-top: 72px
    }
}

.booking .box-booking {
    padding: 20px;
    border-radius: 10px;
    background: #fff
}

@media screen and (max-width:996px) {
    .booking .box-booking {
        padding: 0;
        border-radius: 0
    }
    .booking .box-booking .top-booking {
        padding: 15px 20px;
        display: none;
    }
}

.booking .box-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

@media screen and (max-width:996px) {
    .booking .box-option {
        align-items: flex-start
    }
}

.booking .box-option span {
    font-size: 14px;
    flex: 0 0 auto
}

.booking .box-option ul {
    display: flex;
    align-items: center;
    gap: 15px
}

@media screen and (max-width:996px) {
    .booking .box-option ul {
        flex-wrap: wrap;
        gap: 10px
    }
}

.booking .box-option ul li {
    position: relative
}

.booking .box-option ul li::before {
    position: absolute;
    left: -8px;
    top: 5px;
    height: 16px;
    width: 1px;
    background: #616161;
    content: ""
}

.booking .box-option ul li:first-child::before {
    display: none
}

.booking .box-option ul li.active a {
    color: #000
}

.booking .box-option ul li a {
    color: var(--primary);
    font-size: 14px;
    text-transform: uppercase
}

.booking .booking-item {
    display: flex
}

.booking .booking-item .hide-item {
    display: none
}

.booking .booking-item .left-item {
    width: 240px;
    flex-shrink: 0;
}

@media screen and (max-width:996px) {
    .booking .booking-item {
        flex-direction: column
    }
    .booking .booking-item table tr {
        border-left: 0 !important;
        border-right: 0 !important
    }
    .booking .booking-item .left-item {
        order: 2
    }
    .booking .booking-item .left-item .hide-item {
        display: block
    }
    .booking .booking-item .right-item {
        order: 1
    }
    .booking .booking-item .right-item .box-content {
        display: none
    }
}

.booking .booking-item .primary {
    display: flex;
    align-items: center
}

.booking .booking-item .primary .price {
    background-color: rgba(255, 229, 170, .9);
    -webkit-box-flex: 1;
    height: 104px;
    -ms-flex: 1 1 auto;
    width: 120px;
    flex-shrink: 0;
    flex: 1 1 auto;
    padding: 1rem .75rem;
    font-size: 12px;
    color: #000;
    line-height: 1.2
}

.booking .booking-item .primary .price .amount {
    font-size: 2em;
    font-weight: 700;
    display: block
}

.booking .booking-item .primary .booking-btn {
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: center;
    height: 104px;
    position: relative;
    text-transform: uppercase;
    background: #ffe5aa
}

.booking .booking-item .primary .booking-btn::after,
.booking .booking-item .primary .booking-btn::before {
    content: "";
    position: absolute;
    left: 100%;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.booking .booking-item .primary .booking-btn::before {
    top: 0;
    width: 1.5rem;
    height: 100%;
    background-color: #ffe5aa;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%)
}

.booking .booking-item .primary .booking-btn::after {
    top: 50%;
    width: 8px;
    height: 40%;
    background-color: #191919;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%)
}

.booking .booking-item .price-table th {
    padding: .3rem 0 .25rem 0;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border: 0;
    text-transform: none
}

.booking .booking-item .price-table thead {
    background-color: #35302d;
    color: #fff
}

.booking .booking-item .price-table thead tr {
    background-color: #35302d;
    color: #fff;
    font-size: .9rem;
    font-weight: 400;
    text-align: center;
    font-size: 12px
}

.booking .booking-item .price-table tbody tr td {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #000
}

@media screen and (max-width:996px) {
    .booking .booking-item .price-table tbody tr td {
        font-size: 12px
    }
}

@media screen and (max-width:996px) {
    .booking .booking-item .table {
        margin-bottom: 0
    }
}

.booking .booking-item .list-checkin .checkin-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    color: #616161;
    display: flex;
    gap: 10px
}

.booking .booking-item .list-checkin .checkin-item i {
    margin-top: 4px;
}

.booking .booking-item .list-checkin .checkin-item h4 {
    font-size: 16px;
    color: #000
}

.booking .booking-item .list-checkin .checkin-item:last-child span {
    color: var(--primary)
}

.booking .booking-item .social {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc
}

.booking .booking-item .social span {
    margin-bottom: 10px;
    display: block
}

.booking .booking-item .social .list-social {
    display: flex;
    gap: 5px
}

.booking .booking-item .social .list-social li a {
    width: 24px;
    display: flex
}

.booking .booking-item .social .list-social li a i {
    font-size: 24px
}

.booking .booking-item .social .list-social li:first-child a {
    color: #3b5998
}

.booking .booking-item .social .list-social li:nth-child(2) a {
    color: #1da1f2
}

.booking .booking-item .social .list-social li:nth-child(3) a {
    color: #bd081c
}

.booking .booking-item .social .list-social li:nth-child(4) a {
    color: #25d366
}

.booking .booking-item .social .list-social li:nth-child(5) a {
    color: #00c300
}

.booking .booking-item .social .list-social li:nth-child(6) a {
    color: #ef4056
}

.booking .booking-item .social .list-social li:nth-child(7) a {
    color: #32a1a9
}

.booking .booking-item .box-content {
    padding-top: 15px;
}

.booking .booking-item .box-content h3 {
    font-size: 18px;
}

.booking .booking-item .box-content ul {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.booking .booking-item .box-content ul li {
    width: 33%;
    margin-bottom: 10px;
    color: #616161;
}

@media screen and (max-width:996px) {
    .booking .booking-item .box-content {
        padding: 15px
    }
    .booking .booking-item .box-content h4 {
        font-size: 20px
    }
    .booking .booking-item .box-content ul li {
        width: 50%;
        padding-right: 0;
    }
}

@media screen and (max-width:996px) {
    .booking .bottom {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:996px) {
    .aside {
        padding-top: 10px
    }
}

.aside h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
}

.aside .products-item-asie {
    background-color: #fff;
    border-radius: .25rem;
    overflow: hidden;
    margin-bottom: 20px
}

.aside .products-item-asie .pro-heading {
    padding: 10px 15px;
    background: #fff
}

.aside .products-item-asie .pro-heading h4 {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0
}

.aside .products-item-asie .pro-heading h4 a {
    color: #000
}

.aside .products-item-asie .pro-heading .duration span {
    color: #6c625c;
    font-size: 1rem;
    display: block
}

.aside .products-item-asie .pro-coupon {
    display: flex
}

@media screen and (max-width:996px) {
    .aside .products-item-asie .pro-coupon {
        flex-direction: column
    }
}

.room-booking-form .input-group .input-quantity input {
    height: 40px;
    padding: 0 40px;
}

.room-booking-form .input-group .input-quantity button {
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.aside .products-item-asie .pro-coupon .left-item {
    width: 64%
}

@media screen and (max-width:996px) {
    .aside .products-item-asie .pro-coupon .left-item {
        width: 100%;
        order: 2
    }
    .aside .products-item-asie .pro-coupon .left-item .table tr {
        margin-bottom: 0 !important
    }
}

.aside .products-item-asie .pro-coupon .left-item .table {
    margin-bottom: 0
}

.aside .products-item-asie .pro-coupon .right-item {
    width: 36%
}

@media screen and (max-width:996px) {
    .aside .products-item-asie .pro-coupon .right-item {
        order: 1;
        width: 100%
    }
}

.aside .products-item-asie .pro-coupon .primary {
    display: flex;
    flex-direction: column;
    align-items: center
}

.aside .products-item-asie .pro-coupon .primary .price {
    background-color: rgba(255, 229, 170, .9);
    -webkit-box-flex: 1;
    height: 104px;
    -ms-flex: 1 1 auto;
    width: 50%;
    flex-shrink: 0;
    flex: 1 1 auto;
    padding: 1rem .75rem;
    font-size: 12px;
    color: #000;
    line-height: 1.2
}

.aside .products-item-asie .pro-coupon .primary .price .amount {
    font-size: 2em;
    font-weight: 700;
    display: block
}

.aside .products-item-asie .pro-coupon .primary .booking-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    text-transform: uppercase;
    background: #ffe5aa
}

.aside .products-item-asie .pro-coupon .primary .booking-btn::after,
.aside .products-item-asie .pro-coupon .primary .booking-btn::before {
    content: "";
    position: absolute;
    left: 100%;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.aside .products-item-asie .pro-coupon .primary .booking-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 8%;
    margin-left: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ffe5aa;
    -webkit-clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
    clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.aside .products-item-asie .pro-coupon .primary .booking-btn::after {
    top: 50%;
    width: 8px;
    height: 40%;
    background-color: #191919;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%)
}

.aside .products-item-asie .pro-coupon .box-img {
    aspect-ratio: 1/1;
    height: 104px
}

@media screen and (max-width:996px) {
    .aside .products-item-asie .pro-coupon .box-img {
        height: 100%;
        max-height: 100%;
        aspect-ratio: 16/9;
    }
}

.aside .products-item-asie .pro-coupon .box-img img {
    height: 100%;
    object-fit: cover;
}

.aside .products-item-asie .pro-coupon .box-img a {
    display: unset;
}

.aside .products-item-asie .pro-coupon .price-table th {
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border: 0;
    text-transform: none
}

.aside .products-item-asie .pro-coupon .price-table thead {
    background-color: #35302d;
    color: #fff
}

.aside .products-item-asie .pro-coupon .price-table thead tr {
    background-color: #35302d;
    color: #fff;
    font-size: .9rem;
    font-weight: 400;
    text-align: center;
    font-size: 12px
}

.aside .products-item-asie .pro-coupon .price-table tbody tr td {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: #000
}

.vuta-home-banquet.page {
    margin-bottom: 20px
}

.service {
    padding: 80px 0;
    padding-bottom: 0
}

@media screen and (max-width:996px) {
    .service {
        padding: 40px 0 0
    }
}

.service .box-service {
    padding-bottom: 80px
}

@media screen and (max-width:996px) {
    .service .box-service {
        padding-bottom: 20px
    }
}

.service .service-slider-1 {
    position: relative
}

.service .service-slider-1 .service-item-slider-1 .box-title {
    margin-bottom: 20px
}

.service .service-slider-1 .service-item-slider-1 .box-title h5 {
    font-size: 16px
}

.service .service-slider-1 .service-item-slider-1 .box-title h4 {
    font-size: 28px
}

.service .service-slider-1 .service-item-slider-1 .box-title h4 a {
    color: var(--body)
}

@media screen and (max-width:996px) {
    .service .service-slider-1 .service-item-slider-1 .d-flex {
        flex-direction: column
    }
}

.service .service-slider-1 .service-item-slider-1 .d-flex .box-img {
    width: 50%;
    flex-shrink: 0
}

@media screen and (max-width:996px) {
    .service .service-slider-1 .service-item-slider-1 .d-flex .box-img {
        width: 100%
    }
}

.service .service-slider-1 .service-item-slider-1 .d-flex .box-content {
    width: 50%;
    flex-shrink: 0;
    padding-left: 40px
}

@media screen and (max-width:996px) {
    .service .service-slider-1 .service-item-slider-1 .d-flex .box-content {
        width: 100%;
        padding: 0;
        padding-bottom: 15px
    }
}

.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .list-info li {
    display: flex;
    gap: 20px;
    margin-bottom: 10px
}

.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn {
    margin-top: 20px
}

.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn a {
    background: 0 0;
    border: 1px solid var(--body);
    min-width: 120px
}

.service .service-slider-2 {
    position: relative
}

.service .service-slider-2 .service-item-slider-2 .box-img img {
    height: 500px
}

@media screen and (max-width:996px) {
    .service .service-slider-2 .service-item-slider-2 .box-img img {
        height: 250px
    }
}

.service .service-slider-2 .service-item-slider-2 .box-content {
    margin-top: -140px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative;
    width: min(1260px, 100%)
}

@media screen and (max-width:996px) {
    .service .service-slider-2 .service-item-slider-2 .box-content {
        margin-top: -40px
    }
}

@media screen and (max-width:996px) {
    .service .service-slider-2 .service-item-slider-2 .box-content {
        width: calc(100% - 40px)
    }
}

.service .service-slider-2 .service-item-slider-2 .box-content::after {
    background: linear-gradient(180deg, #fff 0, #faf6f0 100%);
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 273px;
    top: 0;
    width: calc(100% + 45px)
}

@media screen and (max-width:996px) {
    .service .service-slider-2 .service-item-slider-2 .box-content::after {
        display: none
    }
}

.service .service-slider-2 .service-item-slider-2 .box-content .lg {
    padding-left: 273px
}

@media screen and (max-width:996px) {
    .service .service-slider-2 .service-item-slider-2 .box-content .lg {
        padding-left: 0
    }
}

.service .service-slider-2 .service-item-slider-2 .box-content .lg .box-sv {
    position: relative;
    z-index: 2;
    padding: 40px
}

@media screen and (max-width:996px) {
    .service .service-slider-2 .service-item-slider-2 .box-content .lg .box-sv {
        padding: 20px;
        position: unset;
        background: linear-gradient(180deg, #fff 0, #faf6f0 100%)
    }
}

.service .service-slider-2 .service-item-slider-2 .box-content .box-title h5 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px
}

.service .service-slider-2 .service-item-slider-2 .box-content .box-title h4 {
    font-size: 32px;
    margin-bottom: 20px
}

@media screen and (max-width:996px) {
    .service .service-slider-2 .service-item-slider-2 .box-content .box-title h4 {
        font-size: 24px
    }
}

.service .service-slider-2 .service-item-slider-2 .box-content .box-title h4 a {
    color: var(--body)
}

.service .service-slider-2 .service-item-slider-2 .box-content .content {
    display: flex;
    gap: 30px
}

@media screen and (max-width:996px) {
    .service .service-slider-2 .service-item-slider-2 .box-content .content {
        flex-direction: column;
        gap: 10px
    }
}

@media screen and (max-width:996px) {
    .service .service-slider-2 .service-item-slider-2 .box-content .content .flex-2 {
        display: none
    }
}

.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 {
    width: min(340px, 100%);
    flex-shrink: 0
}

.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 ul li {
    display: flex
}

.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 ul li .icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 ul li img {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn {
    margin-top: 20px
}

.service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn a {
    background: 0 0;
    border: 1px solid var(--body);
    min-width: 120px
}

.service .swiper-container-horizontal {
    overflow: hidden
}

.banner-page .breadcrumb {
    display: flex;
    gap: 25px
}

.banner-page .breadcrumb li {
    position: relative;
    color: #fff
}

.banner-page .breadcrumb li::before {
    position: absolute;
    content: "\e903";
    left: -20px;
    font-family: VUTA;
    top: 2px
}

.banner-page .breadcrumb li:first-child::before {
    display: none
}

.banner-page .breadcrumb li:hover a {
    color: var(--primary)
}

.banner-page .breadcrumb a {
    color: #fff
}

.service-detail {
    padding: 80px 0
}

@media screen and (max-width:996px) {
    .service-detail {
        padding: 40px 0
    }
}

.service-detail .list-info {
    padding-right: 120px
}

@media screen and (max-width:996px) {
    .service-detail .list-info {
        padding-right: 0
    }
}

.service-detail .list-info li {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    gap: 10px;
    align-items: center
}

.service-detail .list-info li img {
    height: 24px
}

.service-detail .list-info li:last-child {
    border-bottom: none
}

.service-detail .list-info li a {
    color: #000;
    margin-right: 20px
}

.service-detail .list-info li a:hover {
    color: var(--primary)
}

.service-detail .list-btn ul {
    display: flex;
    gap: 20px
}

.service-detail .list-btn ul i {
    margin-right: 3px
}

.service-detail .list-btn ul .second-btn {
    background: 0 0;
    border: 1px solid #000
}

@media screen and (max-width:996px) {
    .service-detail .list-btn ul {
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-between
    }
    .service-detail .list-btn ul li {
        width: 30%
    }
    .service-detail .list-btn ul li a {
        width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

.service-detail .service-img-slider {
    margin-top: 80px
}

@media screen and (max-width:996px) {
    .service-detail .service-img-slider {
        margin-top: 20px
    }
}

.service-detail .service-img-slider .item {
    margin-left: 60px;
    margin-left: 60px
}

@media screen and (max-width:996px) {
    .service-detail .service-img-slider .item {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media screen and (max-width:996px) {
    .order-service [class^=vuta-col-] {
        margin-bottom: 20px
    }
}

.order-service .service-hide-item {
    position: relative;
    overflow: hidden
}

.order-service .service-hide-item .box-img {
    height: 500px
}

@media screen and (max-width:996px) {
    .order-service .service-hide-item .box-img {
        height: 350px
    }
    .room-details .room-booking-form {
        padding: 0 !important;
    }
    .room-details .gr-input {
        margin-bottom: 10px;
    }
    .room-details .deatils-box h3.subtitle {
        font-size: 20px !important;
    }
    .room-details .deatils-box .room-rules {
        padding-top: 10px !important;
    }
    .room-details .deatils-box .cancellation-box {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .sidebar {
        position: unset;
        top: unset;
        margin-top: 0 !important;
    }
}

.order-service .service-hide-item .box-img img {
    height: 100%
}

.order-service .service-hide-item .hide-content {
    position: absolute;
    inset: 0;
    content: "";
    transition: all ease .4s;
    padding: 30px;
    height: 100%;
    text-align: center
}

.order-service .service-hide-item .hide-content .box-content {
    position: absolute;
    left: 50%;
    width: 100%;
    content: "";
    transition: all ease .4s;
    top: 85%;
    transform: translate(-50%, -50%)
}

.order-service .service-hide-item .hide-content h4 {
    color: #fff;
    margin-bottom: 30px
}

.order-service .service-hide-item .hide-content a {
    visibility: hidden;
    opacity: 0
}

.order-service .service-hide-item .hide-content .box-btn {
    padding-top: 0
}

.order-service .service-hide-item:hover .hide-content {
    background-color: rgba(0, 0, 0, .4)
}

.order-service .service-hide-item:hover .hide-content .box-content {
    top: 50%
}

.order-service .service-hide-item:hover .hide-content .box-content a {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width:996px) {
    .order-service .service-hide-item .hide-content {
        background-color: rgba(0, 0, 0, .4)
    }
    .order-service .service-hide-item .hide-content .box-content {
        top: 50%
    }
    .order-service .service-hide-item .hide-content .box-content a {
        visibility: visible;
        opacity: 1
    }
}

.order-service .box-btn {
    display: flex;
    justify-content: center;
    padding-top: 40px
}

@media screen and (max-width:996px) {
    .order-service .box-btn {
        padding-top: 10px;
        padding-bottom: 0;
        border-bottom: 1px solid #ccc
    }
}

.order-service .box-btn .second-btn {
    background: 0 0;
    border: 1px solid #000
}

.faq {
    padding: 80px 0;
    border-bottom: 1px solid #ccc
}

.faq .slogan {
    margin-bottom: 60px
}

@media screen and (max-width:996px) {
    .faq {
        padding: 20px 0;
        border-bottom: 0
    }
}

.faq .table-content {
    padding-right: 80px
}

.faq .table-content h3 {
    font-size: 28px;
    margin-bottom: 30px
}

.faq .table-content ul li {
    margin-bottom: 25px
}

.faq .table-content ul li a {
    color: #000;
    font-weight: 700
}

@media screen and (max-width:996px) {
    .faq .table-content {
        padding-right: 0;
        border-bottom: 1px dashed #ccc
    }
    .faq .table-content ul li {
        margin-bottom: 15px
    }
}

.faq .table-content ul li.active a,
.faq .table-content ul li:hover a {
    color: var(--primary)
}

@media (max-width: 575px) {
    .ps-popup__content {
        max-width: calc(100% - 30px) !important;
        margin: 0 auto;
    }
    .faq .table-content h3 {
        display: none;
    }
}

.faq [class^=vuta-col-]:nth-child(2) {
    border-left: 1px solid #ccc
}

@media screen and (max-width:996px) {
    .faq [class^=vuta-col-]:nth-child(2) {
        border-left: 0
    }
}

.faq .tab-content {
    padding-left: 80px
}

@media screen and (max-width:996px) {
    .faq .tab-content {
        padding-left: 0;
        padding-top: 20px
    }
}

.faq .tab-content h4 {
    font-size: 40px;
    margin-bottom: 40px
}

@media screen and (max-width:996px) {
    .faq .tab-content h4 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        color: var(--primary)
    }
}

.faq .tab-content .info-faq ul li {
    padding: 30px;
    border-top: 1px solid #ccc
}

.faq .tab-content .info-faq ul li .link a {
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 700
}

.faq .tab-content .info-faq ul li .hidden-content p {
    margin-top: 20px;
    margin-bottom: 0
}

.faq .tab-content .info-faq ul li.active {
    background: #faf6f0
}

.faq .tab-content .info-faq ul li:last-child {
    border-bottom: 1px solid #ccc
}

.service-slider {
    margin-left: -15px;
    margin-right: -15px
}

.service-slider .item {
    margin-left: 15px;
    margin-right: 15px
}

.popup-contact .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999;
    background: #fff;
    padding: 50px;
    width: min(720px, 100%)
}

.popup-contact .content .vuta-input {
    margin-bottom: 15px;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0
}

.popup-contact .content .vuta-input:focus {
    outline: 0;
    box-shadow: none
}

.popup-contact .content .max {
    font-size: 12px;
    color: #616161
}

.popup-contact .content .red {
    color: red
}

.offer-item .popup-contact .content .second-btn,
.order-service .box-btn .popup-contact .content .second-btn,
.order-service .service-hide-item .hide-content .popup-contact .content a,
.popup-contact .content .offer-item .second-btn,
.popup-contact .content .order-service .box-btn .second-btn,
.popup-contact .content .order-service .service-hide-item .hide-content a,
.popup-contact .content .primary-btn,
.popup-contact .content .service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn a,
.popup-contact .content .service-detail .list-btn ul .second-btn,
.popup-contact .service .service-slider-2 .service-item-slider-2 .box-content .content .flex-1 .box-btn a,
.service .service-slider-1 .service-item-slider-1 .d-flex .box-content .box-btn .popup-contact .content a,
.service .service-slider-2 .service-item-slider-2 .box-content .popup-contact .content .flex-1 .box-btn a,
.service-detail .list-btn ul .popup-contact .content .second-btn {
    width: 100%
}

.popup-contact .content .box-btn {
    padding-top: 40px
}

.popup-contact .content .close {
    position: absolute;
    top: 20px;
    border: 1px solid #616161;
    border-radius: 50%;
    right: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    z-index: 999;
    content: ""
}

.popup-contact .content .close span {
    background: #000;
    height: 1px;
    width: 30px
}

.popup-contact .content .close span:first-child {
    transform: rotate(45deg)
}

.popup-contact .content .close span:last-child {
    transform: rotate(-45deg)
}

input[type=date] {
    position: relative
}

input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: 0 0
}

@keyframes animate {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.hotline-sticky ul {
    --size: 40px;
    --shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    bottom: 0;
    right: 0;
    z-index: 20;
    transform: translateY(-50%);
    background: var(--primary);
    padding: 10px !important;
    border-radius: 30px 0 0 30px;
    position: fixed;
    transition: var(--br-transition)
}

.hotline-sticky ul::before {
    top: -30px;
    border-radius: 0 0 50px 0;
    box-shadow: 30px 1px 0 0 var(--primary);
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    width: 60px;
    pointer-events: none
}

.hotline-sticky ul::after {
    bottom: -30px;
    border-radius: 0 50px 0 0;
    box-shadow: 30px -1px 0 0 var(--primary);
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    width: 60px;
    pointer-events: none
}

.hotline-sticky ul li a {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotline-sticky ul li a img {
    width: 32px
}

.hotline-sticky ul li:last-child a img {
    animation: animate 1.5s ease infinite
}

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 230px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    opacity: .5;
    color: #fff;
    display: none;
    transition: all ease .4s;
    z-index: 999999999
}

.back-to-top.active {
    display: flex;
    right: 25px;
}

.back-to-top:hover {
    opacity: 1
}

.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 10px;
}

.contact-page {
    position: relative;
    margin-bottom: 100px
}

@media screen and (max-width: 996px) {
    .contact-page {
        margin-bottom: 0
    }
}

.contact-page::before {
    display: none
}

.contact-page .box-img {
    position: relative
}

.contact-page .box-img img {
    height: 770px
}

@media screen and (max-width: 996px) {
    .contact-page .box-img img {
        height: 500px
    }
}

.contact-page .box-img::before {
    background: radial-gradient(92.32% 86.64% at 86.64% 44.57%, rgba(0, 0, 0, 0) 40.59%, #000 100%), linear-gradient(180deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0
}

.contact-page .box-content {
    padding-bottom: 0;
    bottom: -70px;
    z-index: 2
}

@media screen and (max-width: 996px) {
    .contact-page .box-content {
        position: relative;
        margin-top: -360px;
        bottom: unset
    }
}

.contact-page .box-content .left-content {
    padding-top: 124px
}

@media screen and (max-width: 996px) {
    .contact-page .box-content .left-content {
        padding-top: 0;
        padding-bottom: 20px
    }
}

.contact-page .box-content h2 {
    margin-bottom: 20px
}

.contact-page .box-content p {
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    padding-right: 30px
}

@media screen and (max-width: 996px) {
    .contact-page .box-content p {
        padding-right: 0
    }
}

.contact-page .box-content ul {
    margin-top: 20px
}

.contact-page .box-content ul li {
    color: rgba(255, 255, 255, .8);
    margin-bottom: 20px;
    font-size: 16px
}

@media screen and (max-width: 996px) {
    .contact-page .box-content ul li {
        font-size: 14px
    }
}

.contact-page .box-content ul li:last-child {
    display: flex;
    gap: 20px
}

.contact-page .box-content ul li:last-child a {
    display: flex;
    gap: 8px
}

@media screen and (max-width: 996px) {
    .contact-page .box-content ul li:last-child a {
        gap: 4px
    }
}

.contact-page .box-content ul li:last-child i {
    display: flex;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    border-radius: 6px
}

.contact-page .box-content ul a {
    color: rgba(255, 255, 255, .8)
}

.contact-page .box-content ul a:hover {
    color: var(--primary)
}

.contact-page .box-content ul i {
    margin-right: 8px
}

@media screen and (max-width: 996px) {
    .contact-page .box-content ul i {
        margin-right: 4px
    }
}

.contact-page .box-content .form-contact {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 10px 20px 0 rgba(0, 0, 0, .1)
}

@media screen and (max-width: 996px) {
    .contact-page .box-content .form-contact {
        padding: 30px 20px
    }
}

.contact-page .box-content .form-contact .gr-input {
    margin-bottom: 35px
}

@media screen and (max-width: 996px) {
    .contact-page .box-content .form-contact .gr-input {
        margin-bottom: 0
    }
}

.contact-page .box-content .form-contact .gr-input .vuta-input {
    border-radius: 0;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    border: 0;
    border-bottom: 1px solid #616161
}

@media screen and (max-width: 996px) {
    .contact-page .box-content .form-contact .gr-input .vuta-input {
        margin-bottom: 15px
    }
}

.contact-page .box-content .form-contact .gr-input .vuta-input:focus {
    outline: 0;
    box-shadow: none
}

.contact-page .box-content .form-contact .gr-input .box-input {
    position: relative
}

.contact-page .box-content .form-contact .gr-input .box-input input {
    padding-left: 65px
}

.contact-page .box-content .form-contact .gr-input .box-input .small {
    border: 0;
    position: absolute;
    left: 0;
    width: 50px;
    height: 44px
}

.contact-page .box-content .form-contact .gr-input label {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase
}

.contact-page .box-content .form-contact .gr-input label span {
    color: red
}

.contact-page .box-content .form-contact .gr-input small {
    color: #888;
    font-size: 12px
}

.contact-page .box-content .form-contact .box-btn button {
    width: 100%
}

.vuta-header .dropdown-toggle {
    border-radius: 0;
    height: 48px;
    color: var(--second);
    border: 1px solid var(--second);
}

.language_bar_chooser {
    position: absolute;
}

.vuta-header {
    padding: 40px 0;
    background: 0 0;
    transition: all ease .4s;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99
}

@media screen and (max-width:1200px) {
    .vuta-header {
        padding: 5px 0;
        top: 0;
        left: 0
    }
}

.vuta-header.header-nobanner {
    background: #fff;
    padding: 10px 0;
}

.vuta-header.header-nobanner .logo img {
    height: 50px;
}

.vuta-header.header-nobanner .wraper .header-left ul li a,
.vuta-header.header-nobanner .wraper .header-right ul li a {
    color: var(--body)
}

.vuta-header.header-nobanner .wraper .header-left ul li:first-child a .icon span {
    background: var(--body);
    transition: all ease .4s
}

.vuta-header.header-nobanner .wraper .header-left ul li:first-child a:hover .icon span {
    background: var(--primary)
}

.vuta-header.fixed-top {
    background: #fff;
    padding: 6px 0;
    position: fixed;
    border-bottom: 1px solid #d2d2d2
}

@media (max-width:996px) {
    .vuta-header.fixed-top {
        z-index: 99 !important;
    }
}

.vuta-header .logo img {
    transition: all ease 0.4s;
}

.vuta-header.fixed-top .logo img {
    max-height: 50px !important;
}

.vuta-header.fixed-top ul li a {
    color: var(--body) !important
}

.vuta-header.fixed-top .header-left ul li:first-child:hover .icon span {
    background: var(--primary)
}

.vuta-header.fixed-top .header-left ul li:first-child .icon span {
    transition: all ease .4s;
    background: var(--body)
}

.vuta-header.fixed-top .header-left ul li a:hover {
    color: var(--primary) !important
}

.vuta-header .wraper {
    padding: 0 60px;
    display: flex;
    overflow: unset;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:1200px) {
    .vuta-header .wraper {
        padding: 0 10px
    }
}

.vuta-header .wraper .header-left,
.vuta-header .wraper .header-right {
    display: flex;
    flex: 1 1 0%;
    align-items: center
}

.vuta-header .wraper .header-left ul,
.vuta-header .wraper .header-right ul {
    display: flex;
    gap: 20px;
    align-items: center
}

.vuta-header .wraper .header-left ul li a,
.vuta-header .wraper .header-right ul li a {
    display: flex;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    height: 48px;
    align-items: center;
    gap: 8px;
    justify-content: center
}

.vuta-header .wraper .header-left ul li a i,
.vuta-header .wraper .header-right ul li a i {
    font-size: 16px
}

.vuta-header .wraper .header-left ul li a:hover,
.vuta-header .wraper .header-right ul li a:hover {
    color: var(--primary)
}

.vuta-header .wraper .header-left ul li:first-child a:hover span,
.vuta-header .wraper .header-right ul li:first-child a:hover span {
    background: var(--primary)
}

.vuta-header .wraper .header-left ul li:first-child a span,
.vuta-header .wraper .header-right ul li:first-child a span {
    display: block;
    width: 40px;
    transition: all ease .4s;
    height: 1px;
    margin-bottom: 8px;
    background: #fff
}

.vuta-header .wraper .header-left ul li:first-child a span:last-child,
.vuta-header .wraper .header-right ul li:first-child a span:last-child {
    margin-bottom: 0
}

.vuta-header .wraper .header-right {
    justify-content: right
}

.vuta-footer .logo img {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 15px;
}

@media screen and (max-width:996px) {
    .vuta-header .wraper .header-right ul li:first-child button span {
        display: none
    }
    .vuta-header .dropdown-toggle {
        height: auto;
    }
    section {
        overflow: hidden;
    }
    .vuta-footer .logo {
        text-align: center;
    }
}

.vuta-header .wraper .header-right ul li .hide-icon {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(-10px, -50%, 0);
    transition: transform .3s, opacity .3s
}

.vuta-header .wraper .header-right ul li i {
    font-size: 14px
}

.vuta-header .wraper .header-right ul li a {
    padding-right: 16px;
    padding-left: 16px;
    position: relative;
    border: 1px solid #fff;
    gap: 5px
}

@media screen and (max-width:996px) {
    .vuta-header .wraper .header-right ul li a {
        height: 30px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.vuta-header .wraper .header-right ul li a .txt {
    transition: all ease .4s
}

.vuta-header .wraper .header-right ul li a#reserve:hover {
    background: var(--second);
    border: var(--second);
    color: #140f08
}

.vuta-header .wraper .header-right ul li a#reserve:hover .txt {
    padding-right: 20px
}

.vuta-header .wraper .header-right ul li a#reserve:hover .hide-icon {
    opacity: 1;
    transform: translate3d(-10px, -50%, 0)
}

.vuta-header .wraper .header-right ul li:last-child a {
    background: var(--second);
    border: 1px solid var(--second);
    color: #140f08
}

@media screen and (max-width:1200px) {
    .vuta-header .wraper .header-left ul span {
        display: none
    }
    .vuta-header .wraper .header-left ul li a i {
        font-size: 20px
    }
    .vuta-header .wraper .header-left ul .txt {
        display: none
    }
    .vuta-header .wraper .header-left ul li:last-child {
        display: none
    }
}

.vuta-header .wraper .language_bar_chooser li a span {
    background: transparent !important;
    width: auto !important;
    height: auto !important;
}

.vuta-header .wraper .language_bar_chooser li a span:hover {
    background: transparent !important;
}

.vuta-header .wraper .language_bar_chooser {
    flex-direction: column;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
}

.vuta-header .wraper .language_bar_chooser.show {
    opacity: 1;
    visibility: visible;
    padding: 0;
}

.vuta-header .wraper .header-right ul {
    gap: 0;
}

.vuta-header .wraper .header-right ul li {
    border-bottom: 1px solid #000;
}

.vuta-header .wraper .header-right ul li a {
    justify-content: left;
    padding-left: 30px;
}

.vuta-header .wraper .header-right ul li:last-child {
    border-bottom: 0;
}

.vuta-header .wraper .language_bar_chooser.show li {
    width: 100%;
}

.vuta-footer .footer-top {
    background-color: #faf6f0;
    padding-top: 80px;
    padding-bottom: 40px
}

@media screen and (max-width:996px) {
    .vuta-footer .footer-top {
        padding: 40px 0 20px
    }
}

.vuta-footer .footer-top h3 {
    font-size: 24px;
    margin-bottom: 30px
}

.vuta-footer .footer-top ul li {
    margin-bottom: 15px
}

.vuta-footer .footer-top ul li a {
    color: var(--body)
}

.vuta-footer .footer-top ul li a:hover {
    color: var(--primary)
}

.vuta-footer .footer-top .list-cat {
    display: flex;
    flex-wrap: wrap
}

.vuta-footer .footer-top .list-cat li {
    width: 50%
}

.vuta-footer .footer-top [class^=vuta-col-]:nth-child(2) {
    padding-left: 40px
}

@media screen and (max-width:996px) {
    .vuta-footer .footer-top [class^=vuta-col-]:nth-child(2) {
        padding-left: 8px
    }
}

.vuta-footer .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #616161
}

@media screen and (max-width:996px) {
    .vuta-footer .footer-copyright {
        justify-content: left;
        flex-direction: column
    }
}

@media screen and (max-width:996px) {
    .vuta-footer .footer-copyright .left {
        margin-right: auto;
        width: 100%
    }
}

.vuta-footer .footer-copyright .left ul {
    display: flex;
    gap: 20px;
    margin-bottom: 0
}

@media screen and (max-width:996px) {
    .vuta-footer .footer-copyright .left ul {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc
    }
}

.vuta-footer .footer-copyright .left ul li {
    margin-bottom: 0
}

.vuta-footer .footer-copyright .left ul li a {
    color: #616161
}

.vuta-footer .footer-copyright .right a {
    font-weight: 700;
    color: #000
}

.vuta-footer .footer-copyright .right p {
    margin-bottom: 0
}

.booking-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.aside .room-booking-form {
    margin-bottom: 20px;
}

.box-content ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.kind-offer .offer-item .box-content ul {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.kind-offer .offer-item .box-content ul li {
    width: calc(33% - 10px);
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
}

@media (max-width:996px) {
    .kind-offer .offer-item .box-content ul li {
        width: calc(50% - 10px);
    }
    .kind-offer .offer-item .box-content {
        padding-top: 15px;
    }
}

.vuta-header .wraper .logo img {
    max-height: 100px;
    filter: brightness(0) invert(1);
}

.vuta-header.fixed-top .wraper .logo img {
    filter: unset;
}

@media screen and (max-width: 1200px) {
    .vuta-header .wraper .header-left ul span {
        display: none;
    }
    .vuta-header .wraper .logo img {
        max-height: 60px;
    }
    .ps-popup__content {
        max-width: 500px;
    }
}

@media screen and (max-width: 1200px) {
    .vuta-header .wraper .header-left ul li:last-child {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .vuta-header .wraper .header-left ul .txt {
        display: none;
    }
}

.required {
    color: #ff0000;
}

.sidebar {
    position: sticky;
    top: 70px
}

.booking-info-sidebar img {
    width: 100%;
}

.booking-gallery .view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 45px;
    color: #616161;
    border-radius: 9999px;
    position: absolute;
    z-index: 2;
    width: 150px;
    bottom: 10px;
    background: rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .7);
    right: 10px;
    border: 1px solid #616161;
    color: rgba(255, 255, 255, .8);
}

.booking-gallery {
    margin-bottom: 20px;
}

.booking h1 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.booking-gallery .view-all svg path {
    fill: rgba(255, 255, 255, .8);
}

.section-title h2 {
    font-size: 40px;
}

@media (max-width:996px) {
    .section-title h2 {
        font-size: 24px;
    }
}

.gr-input input {
    height: 40px !important;
    border-radius: 0 !important;
}

@media (max-width:996px) {
    .booking .booking-item .primary .booking-btn::before,
    .booking .booking-item .primary .booking-btn::after {
        display: none;
    }
    .booking .booking-item .left-item {
        width: 100%;
    }
    .booking .booking-item .price-table tbody tr td {
        text-align: unset;
    }
    .booking-page {
        padding: 0;
    }
    .booking-info-sidebar .booking-info-total {
        font-size: 20px;
        padding: 5px 0;
        color: var(--primary);
    }
    .booking .booking-item .primary .booking-btn {
        background: var(--primary);
        width: 150px;
        color: #fff;
    }
}

.photo-item .thumb {
    position: relative;
}

.photo-item .box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    padding: 20px !important;
    bottom: 0;
    right: 0;
    width: 100%;
    box-shadow: none !important;
}

.photo-item .box-content p {
    transition: all ease 0.4s;
    visibility: hidden;
    opacity: 0;
}

.photo-item a {
    color: #fff;
}

.photo-item .box-content .icon {
    height: 36px;
    display: flex;
    width: 36px;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0 !important;
    justify-content: center;
}

#list-photo .item .photo-item div:hover {
    background: none !important;
}

#list-photo .item .photo-item .thumb:hover .box-content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%) !important;
}

.photo-item .thumb:hover .box-content p {
    visibility: visible;
    opacity: 1;
}

.booking-form .booking-form-inner {
    padding: 20px 40px 40px;
}

#toggle-guests-and-rooms {
    margin-top: 10px;
    border-radius: 0 !important;
}

.booking-form .inputs-filed {
    margin-top: 15px;
}

.places-wrapper {
    padding-top: 40px;
}

.aside .room-booking-form .input-group {
    margin-bottom: 20px;
}

@media (max-width:996px) {
    .booking-form .booking-form-inner {
        padding: 15px !important;
        padding-top: 0 !important;
        background: #faf6f0;
        margin-bottom: 20px;
    }
    #toggle-guests-and-rooms {
        position: relative;
        z-index: 3;
        margin-top: 10px;
        border-radius: 0 !important;
    }
    .inputs-filed button {
        height: 40px !important;
    }
    .booking-form form label {
        font-size: 12px;
    }
    .places-wrapper {
        padding-top: 20px;
    }
    .popup-menu-desktop .box-left .list-menu .logo img {
        width: 150px;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
    }
    .photo-item .box-content {
        background: transparent;
        padding: 15px;
    }
    .photo-item .box-content .icon {
        height: 28px;
        background: rgba(0, 0, 0, .5);
        width: 28px;
        border: 1px solid rgb(255, 221, 179);
    }
    .photo-item .box-content .icon i {
        font-size: 14px;
    }
}

.banner-menu.sticky-top {
    position: sticky;
    width: 100%;
    z-index: 100;
    top: 0;
    bottom: unset;
    margin-top: 0;
}

.banner-menu {
    width: min(1300px, 100%);
    margin: 0 auto;
    margin-top: 0px;
    transition: all ease .5s;
    overflow: unset;
    z-index: 9;
    position: relative;
    margin-top: -40px;
}

.banner-menu .wraper {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    transition: box-shadow .3s;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}

.banner-menu .wraper ul {
    display: flex;
}

.banner-menu .wraper ul li a {
    display: flex;
    padding: 0 20px;
    line-height: 1.5;
    height: 80px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.banner-menu .wraper ul li a::before {
    position: absolute;
    bottom: 0;
    content: "";
    background: var(--primary);
    width: 100%;
    transform: scale(0);
    transition: all ease-in-out 0.4s;
    height: 2px;
}

.banner-menu .wraper ul li a:hover::before {
    transform: scale(1);
}

@media (max-width:996px) {
    .banner-menu {
        display: none;
    }
}

.vuta-home-banner {
    position: relative;
}

@media (max-width:1400px) {
    .vuta-home-banner .banner-bottom .booking-form-inner {
        padding: 25px !important;
        padding-top: 10px !important;
    }
}

@media screen and (max-width:996px) {
    .vuta-home-banner .banner-bottom {
        margin-bottom: 0;
        padding-bottom: 1px;
        flex-direction: column;
        height: auto;
        margin-top: -100px;
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
        width: 100%;
    }
    .vuta-home-signature .box-title {
        margin-bottom: 80px;
    }
}

@media (max-width:577px) {
    .vuta-home-signature .box-title {
        margin-bottom: 20px;
    }
}

.map iframe {
    height: 350px !important;
}

@media (max-width:1550px) {
    .blog-slider .slick-prev.slick-arrow {
        left: calc(10% - 10px);
    }
    .blog-slider .slick-next.slick-arrow {
        right: calc(10% + 10px);
    }
}

.datepicker.dropdown-menu {
    z-index: 100 !important;
    padding: 10px;
}

.vuta-home-restaurant {
    position: relative;
}

.vuta-home-restaurant .wraper {
    display: flex;
    align-items: center;
}

.vuta-home-restaurant .wraper .box-left,
.vuta-home-restaurant .wraper .box-right {
    flex-shrink: 0;
    width: 50%;
}

.vuta-home-restaurant .bg-img {
    position: absolute;
    inset: 0;
    /* background-image: url(../images/bar.webp); */
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.vuta-home-restaurant .bg-img::before {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    inset: 0;
    z-index: 3;
    content: "";
}

.vuta-home-restaurant .box-right {
    padding: 50px;
    position: relative;
    z-index: 2;
    background: #faf6f0;
}

.vuta-home-restaurant .left-content {
    position: relative;
    z-index: 9;
    max-width: 650px;
    margin-left: auto;
    padding-right: 20px;
}

.vuta-home-restaurant .left-content .box-title {
    margin-bottom: 40px;
}

.vuta-home-restaurant .left-content .box-title h2 {
    color: #fff;
}

.vuta-home-restaurant .left-content .list-places li a {
    font-weight: 700;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    color: #fff;
    position: relative;
}

.vuta-home-restaurant .left-content .list-places li a::before {
    height: 1px;
    width: calc(100% - 11px);
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    right: 0;
    background: var(--primary);
    content: "";
    position: absolute;
    transition: opacity .3s, visibility .3s, transform .3s;
}

.vuta-home-restaurant .left-content .list-places li a::after {
    left: 0;
    bottom: -4px;
    transition: opacity .3s, visibility .3s, transform .3s;
    width: 11px;
    height: 11px;
    visibility: hidden;
    opacity: 0;
    border-radius: 99999px;
    position: absolute;
    content: "";
    border: 1px solid var(--primary);
}

.vuta-home-restaurant .left-content .list-places li a:hover,
.vuta-home-restaurant .left-content .list-places li a.active {
    color: var(--primary);
}

.vuta-home-restaurant .left-content .list-places li a.active::before {
    opacity: 1;
    visibility: visible;
}

.vuta-home-restaurant .left-content .list-places li a.active::after,
.vuta-home-restaurant .left-content .list-places li a.active::before {
    opacity: 1;
    visibility: visible;
}

.vuta-home-restaurant .box-right .right-content {
    max-width: 650px;
}

.vuta-home-restaurant .box-right .box-img {
    aspect-ratio: 3/2;
    overflow: hidden;
}

.vuta-home-restaurant .box-right .box-img img {
    height: 100%;
}

.vuta-home-restaurant .box-right .box-content {
    padding-top: 20px;
}

.vuta-home-restaurant .box-right .box-content h4 {
    margin-bottom: 10px;
}

.vuta-home-restaurant .box-right .box-content ul {
    margin-bottom: 20px;
    display: block;
}

.vuta-home-restaurant .box-right .box-content ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.vuta-home-restaurant .box-right .box-content ul li span {
    line-height: 2;
}

.vuta-home-restaurant .box-right .box-btn {
    display: flex;
    gap: 20px;
    align-items: center;
}

@media (max-width:996px) {
    .vuta-home-restaurant .box-right .box-btn {
        gap: 10px;
    }
    .vuta-home-restaurant .box-right .box-btn a {
        width: calc(50% - 5px);
    }
}

.vuta-home-restaurant .box-right .box-btn .primary-btn i:first-child {
    margin-right: 5px;
}

.box-btn .second-btn {
    color: #141414;
    font-size: 12px;
    text-transform: uppercase;
    height: 48px;
    align-items: center;
    background: transparent;
    border: 1px solid var(--primary);
    justify-content: center;
    position: relative;
    transition: all ease 0.4s;
    display: inline-flex;
    padding-left: 30px;
    padding-right: 30px;
}

.box-btn .second-btn:hover {
    background: var(--primary);
    border: var(--primary);
    color: #140f08;
}

.box-btn .second-btn .txt {
    transition: all ease 0.4s;
}

.box-btn .second-btn:hover .txt {
    padding-right: 20px;
}

.box-btn .hide-icon {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(-10px, -50%, 0);
    transition: transform .3s, opacity .3s;
}

.box-btn .second-btn:hover .hide-icon {
    opacity: 1;
    transform: translate3d(-10px, -50%, 0);
}

.list-places-mobile {
    display: none;
}

@media screen and (max-width: 996px) {
    .vuta-home-restaurant .wraper {
        flex-direction: column;
    }
    .vuta-home-restaurant {
        padding-top: 40px;
        margin-top: 10px;
    }
    .vuta-home-restaurant .wraper .box-left,
    .vuta-home-restaurant .wraper .box-right {
        width: 100%;
    }
    .vuta-home-restaurant .box-right {
        padding: 15px;
        width: calc(100% - 40px) !important;
        margin-top: 50px;
    }
    .vuta-home-restaurant .bg-img {
        height: 500px;
    }
    .vuta-home-restaurant .left-content {
        padding: 0;
    }
    .vuta-home-restaurant .left-content .box-title {
        text-align: center;
    }
    .vuta-home-restaurant .left-content .list-places {
        display: none;
    }
    .vuta-home-restaurant .left-content .list-places-mobile li a {
        font-size: 16px !important;
        display: flex !important;
        align-items: center;
        font-weight: 400;
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 10px;
        color: #fff;
    }
    .vuta-home-restaurant .left-content .list-places-mobile {
        display: block;
        width: calc(100% - 40px);
        margin: 0 auto;
        border: 1px solid rgba(255, 255, 255, .2);
        position: relative;
        background: rgba(0, 0, 0, .3);
        padding-left: 0;
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .vuta-home-restaurant .left-content .list-places-mobile li.init::before {
        content: "\f0d7";
        font-family: fontawesome;
        position: absolute;
        height: 100%;
        text-align: right;
        width: 100%;
        padding-top: 10px;
        padding-right: 20px;
        color: var(--primary);
    }
    .vuta-home-restaurant .left-content .list-places-mobile li.init a {
        color: var(--primary);
    }
    .vuta-home-restaurant .left-content .list-places-mobile li.init {
        cursor: pointer;
        position: relative;
    }
    .vuta-home-restaurant .left-content .list-places-mobile {
        display: block;
        width: calc(100% - 40px);
        margin: 0 auto;
        border: 1px solid rgba(255, 255, 255, .2);
        position: relative;
        background: rgba(0, 0, 0, .3);
        padding-left: 0;
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .vuta-home-signature .swiper-slide-active .front .box-img {
        aspect-ratio: 3/2;
    }
    .vuta-home-restaurant .left-content .list-places-mobile li:not(.init) {
        float: left;
        width: 100%;
        display: none;
        background: #000;
    }
    .vuta-home-restaurant .left-content .list-places-mobile li:not(.init):hover,
    ul li.selected:not(.init) {
        background: var(--primary);
    }
    .vuta-home-restaurant .box-img {
        aspect-ratio: 16/9;
    }
}

.book-detail {
    padding: 40px 0;
}

.book-detail .left {
    padding-right: 100px;
    padding-bottom: 40px;
}

.book-detail .list-time {
    margin-bottom: 0;
}

.book-detail .list-time li {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
}

.book-detail .list-time li span {
    line-height: 2;
}

.book-detail .list-time li a {
    display: flex;
    gap: 10px;
    color: #000;
}

.book-detail .list-time li a i {
    color: var(--primary);
}

.book-detail .list-time li:last-child {
    border-bottom: 0;
    gap: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.book-detail .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 0%;
    padding-bottom: 40px;
}

.book-detail .right .box-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width:996px) {
    .book-detail .right .box-btn {
        gap: 10px;
    }
    .book-detail .right .box-btn a {
        width: calc(50% - 5px);
    }
}

.book-slider .slick-prev.slick-arrow {
    transform: translate(50%, -50%);
    background: rgba(0, 0, 0, .3);
    border: 2px solid #ccc;
    left: 50px;
}

.book-slider .slick-prev.slick-arrow::before {
    font-family: VUTA;
    content: "\e902";
    opacity: 1;
    color: #fff;
}

.book-slider .slick-next.slick-arrow {
    transform: translate(50%, -50%);
    border: 2px solid #ccc;
    background: rgba(0, 0, 0, .3);
    right: 90px;
}

.book-slider .slick-next.slick-arrow::before {
    font-family: VUTA;
    content: "\e903";
    color: #fff;
    opacity: 1;
}

.book-detail .book-slider .item {
    margin-left: 20px;
    margin-right: 20px;
}

.order-service {
    padding: 80px 0 40px;
    position: relative;
}

.order-service .bg {
    position: absolute;
    background: #faf6f0;
    top: 0;
    width: 100%;
    content: "";
    height: 50%;
    z-index: 2;
}

.order-service .box-title {
    margin-bottom: 40px;
}

.order-service .box-title h2 {
    text-align: center;
    font-size: 36px;
}

.order-service .box-item {
    height: 500px;
    position: relative;
    overflow: hidden;
}

.order-service .box-item .box-img {
    height: 100%;
}

.order-service .box-item .box-img img {
    height: 100%;
}

.order-service .box-item .box-content {
    position: absolute;
    text-align: center;
    height: 100%;
    top: calc(100% - 75px);
    justify-content: flex-start;
    transition: all .35s ease-in-out;
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-right: 10px;
    width: 100%;
}

.order-service .box-item .box-content h4 {
    min-height: 68px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
}

.order-service .box-item .box-content h4 a {
    color: #fff;
}

.order-service .box-item .box-content .box-btn {
    padding: 0;
}

.order-service .box-item:hover .box-content {
    top: 0;
    justify-content: center;
    background-color: rgba(0, 0, 0, .4);
}

.order-service .main-btn {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    border: 0;
}

.order-service .vuta-container {
    position: relative;
    z-index: 9;
}

.book-detail .book-slider .item .box-img {
    aspect-ratio: 16/9;
}

.book-detail .book-slider .item .box-img img {
    height: 100%;
}

.primary-btn i:first-child {
    margin-right: 5px;
}

@media screen and (max-width: 996px) {
    .order-service .box-btn {
        padding-top: 10px;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .order-service {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .order-service .box-item {
        height: 300px;
    }
    .order-service .box-title h2 {
        text-align: center;
        font-size: 22px;
    }
    .order-service .box-title {
        margin-bottom: 20px;
    }
    .order-service .box-item .box-content h4 {
        font-size: 20px !important;
    }
}

.popup-book .content form {
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: min(740px, 100% - 20px);
    padding: 60px;
    background: #fff;
    z-index: 9999;
}

.form-contact,
.popup-book .content form {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 10px 20px 0 rgba(0, 0, 0, .1)
}

@media screen and (max-width:996px) {
    .form-contact,
    .popup-book .content form {
        padding: 30px 20px
    }
}

.form-contact .gr-input,
.popup-book .content form .gr-input {
    margin-bottom: 35px
}

@media screen and (max-width:996px) {
    .form-contact .gr-input,
    .popup-book .content form .gr-input {
        margin-bottom: 0
    }
}

.form-contact .gr-input .vuta-input,
.popup-book .content form .gr-input .vuta-input {
    border-radius: 0;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    border: 0;
    border-bottom: 1px solid #616161
}

@media screen and (max-width:996px) {
    .form-contact .gr-input .vuta-input,
    .popup-book .content form .gr-input .vuta-input {
        margin-bottom: 15px
    }
}

.form-contact .gr-input .vuta-input:focus,
.popup-book .content form .gr-input .vuta-input:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .gr-input .box-input,
.popup-book .content form .gr-input .box-input {
    position: relative
}

.form-contact .gr-input .box-input input,
.popup-book .content form .gr-input .box-input input {
    padding-left: 65px
}

.form-contact .gr-input .box-input .small,
.popup-book .content form .gr-input .box-input .small {
    border: 0;
    position: absolute;
    left: 0;
    width: 50px;
    height: 44px;
    top: -6px;
    padding-bottom: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-contact .gr-input label,
.popup-book .content form .gr-input label {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase
}

.form-contact .gr-input label span,
.popup-book .content form .gr-input label span {
    color: red
}

.form-contact .gr-input small,
.popup-book .content form .gr-input small {
    color: #888;
    font-size: 12px
}

.form-contact .box-btn button,
.popup-book .content form .box-btn button {
    width: 100%
}

.popup-book .content {
    overflow-y: scroll;
    position: relative;
    height: 100%
}

.popup-book .content form {
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: min(740px, 100% - 20px);
    padding: 60px;
    background: #fff;
    z-index: 9999;
    max-height: 870px;
    overflow-y: scroll;
}

@media (max-width:1550px) {
    .popup-book .content form {
        max-height: 770px;
        overflow-y: scroll;
    }
}

.vuta-home-room {
    position: relative;
    padding: 120px 0
}

@media screen and (max-width:996px) {
    .vuta-home-room {
        padding: 30px 0 10px
    }
}

.vuta-home-room .bg {
    position: absolute;
    background: #faf6f0;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 1;
    right: 0
}

@media screen and (max-width:996px) {
    .vuta-home-room .bg {
        height: 200px
    }
}

.vuta-home-room .vuta-container {
    position: relative;
    z-index: 2
}

.vuta-home-room .vuta-container .box-title {
    margin-bottom: 40px
}

.vuta-home-room .vuta-container .room-item .box-content p {
    min-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:996px) {
    .vuta-home-room .vuta-container .box-title {
        margin-bottom: 20px
    }
    .vuta-home-room .vuta-container .room-item .box-content p {
        min-height: auto;
    }
}

.vuta-home-room .vuta-container .room-item {
    margin-bottom: 30px
}

.vuta-home-room .vuta-container .room-item:hover .box-img img {
    transform: scale(1.1)
}

.vuta-home-room .vuta-container .room-item:hover h4 a {
    color: var(--primary) !important
}

.vuta-home-room .vuta-container .room-item .box-img {
    aspect-ratio: 3/2;
    overflow: hidden;
    margin-bottom: 20px
}

.vuta-home-room .vuta-container .room-item .box-img a {
    display: unset;
}

.vuta-home-room .vuta-container .room-item .box-img img {
    height: 100%;
    transition: all ease .7s
}

.vuta-home-room .vuta-container .room-item .box-content h4 {
    margin-bottom: 20px
}

@media screen and (max-width:996px) {
    .vuta-home-room .vuta-container .room-item .box-content h4 {
        margin-bottom: 10px
    }
}

.vuta-home-room .vuta-container .room-item .box-content h4 a {
    font-size: 24px;
    color: #141414
}

@media screen and (max-width:996px) {
    .vuta-home-room .vuta-container .room-item .box-content h4 a {
        font-size: 18px
    }
}

.vuta-home-room .vuta-container .room-item .box-content .list-op {
    display: flex;
    gap: 30px;
    margin-bottom: 20px
}

@media screen and (max-width:996px) {
    .vuta-home-room .vuta-container .room-item .box-content .list-op {
        margin-bottom: 10px;
        gap: 20px
    }
}

.vuta-home-room .vuta-container .room-item .box-content .list-op li {
    position: relative
}

.vuta-home-room .vuta-container .room-item .box-content .list-op li img {
    margin-right: 5px
}

.vuta-home-room .vuta-container .room-item .box-content .list-op li:last-child img {
    margin-bottom: 5px
}

.vuta-home-room .vuta-container .room-item .box-content .list-op li:last-child::before {
    display: none
}

.vuta-home-room .vuta-container .room-item .box-content .list-op li::before {
    background: #d2d2d2;
    width: 1px;
    height: 16px;
    position: absolute;
    right: -15px;
    top: 6px;
    content: ""
}

@media screen and (max-width:996px) {
    .vuta-home-room .vuta-container .room-item .box-content .list-op li::before {
        right: -10px
    }
}

.vuta-home-room .vuta-container .room-item .box-content .box-price {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.vuta-home-room .vuta-container .room-item .box-content .box-price span {
    display: block
}

.vuta-home-room .vuta-container .room-item .box-content .box-price span.price {
    color: var(--primary)
}

@media screen and (max-width:996px) {
    .popup-book .content form {
        padding: 20px
    }
}

.popup-book .content form .close {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    border: 1px solid #ccc;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex
}

@media (max-width:575px) {
    .vuta-container,
    .container {
        padding: 0 20px;
    }
}

footer .list-info li i,
footer .list-social li a i,
footer .list-social li a img {
    margin-right: 5px;
}

.secondary .table {
    margin-bottom: 0;
}

.list-apartment .vuta-container .room-item .box-content p {
    min-height: 25px;
}

.page-link:hover {
    z-index: 2;
    color: #ffddb3 !important;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    color: #fff;
    background-color: #EF7321 !important;
    border-color: #EF7321 !important
}

.page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6
}