.color-main {
    color: #545454;
}
.color-gray {
    color: #787777;
}
.color-title {
    color: #4d4e4f;
}
.color-ci {
    color: #d3b986 !important;
}
.color-red {
    color: #ce171f;
    fill: #ce171f;
}
.color-green {
    color: #5cc311;
    fill: #5cc311;
}
.color-gray {
    color: #787777;
}
.font-light {
    font-weight: 300;
}
.font-reg {
    font-weight: 400;
}
.font-med {
    font-weight: 500;
}
.font-sami {
    font-weight: 600;
}
.title-light {
    font-family: "Prompt", serif;
    font-weight: 300;
    font-style: normal;
}
.title-med {
    font-family: "Prompt", serif;
    font-weight: 500;
    font-style: normal;
}
.title-italic {
    font-family: "Prompt", serif;
    font-weight: 500;
    font-style: italic;
}
.cut-text-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cut-text-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cut-text-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
html,
body {
    width: 100%;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
html {
    scroll-padding-top: 80px;
}
@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 60px;
    }
}
a,
a:hover,
a:active,
a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: inherit;
}
a {
    text-decoration: none !important;
    outline: none;
    transition: all 0.3s;
}
p {
    margin: 0 0 15px;
}
ol,
ul {
    list-style: none;
    padding: 0;
}
body {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
    color: #545454;
    height: 100%;
    background: #fff;
    font-weight: 300;
}
.small-text {
    font-size: 12px;
    color: #000;
}
button {
    background: none;
    border: 0;
}
button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
textarea {
    resize: none;
    padding-top: 15px !important;
}
select option {
    font-size: 14px;
    font-family: sans-serif;
}
.form-select,
.form-control {
    font-size: 1em;
}
.pad-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pad-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 767.98px) {
    .pad-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.pad-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 991.98px) {
    .pad-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.pad-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pad-100.pt-50 {
    padding-top: 50px;
}
@media (max-width: 991.98px) {
    .pad-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.container.container-1600 {
    width: 100%;
    max-width: 1650px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 1620.98px) {
    .container.container-1600 {
        max-width: 1420px;
    }
}
.custom-control-input:checked ~ .custom-control-label::before {
    background: #4d4e4f;
    border-color: #4d4e4f;
}
.custom-control-label::before {
    box-shadow: none;
}
@media (min-width: 1320px) {
    .container {
        max-width: 1300px;
    }
}
.wsanimated-arrow {
    position: relative;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    padding: 19px 35px 19px 0;
    margin-right: 30px;
}
@media (max-width: 1600px) {
    .wsanimated-arrow {
        margin-right: 0;
    }
}
@media (max-width: 575.98px) {
    .wsanimated-arrow {
        margin-right: 15px;
    }
}
.wsanimated-arrow span,
.wsanimated-arrow span:before,
.wsanimated-arrow span:after {
    cursor: pointer;
    height: 1px;
    width: 35px;
    background: #d3b986;
    position: absolute;
    display: block;
    content: "";
    transition: all 500ms ease-in-out;
}
.wsanimated-arrow span:before {
    top: -12px;
    width: 20px;
}
.wsanimated-arrow span:after {
    bottom: -12px;
    width: 20px;
}
.wsanimated-arrow .menuopen {
    position: absolute;
    left: 0;
    color: #545454;
    top: 50%;
    transform: translateY(-50%);
}
.wsanimated-arrow.arrow-hide {
    display: none;
}
.overlay-boxleft {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #000;
    opacity: 0.4;
    display: none;
}
.boxmenu {
    width: 500px;
    left: -500px;
    position: fixed;
    z-index: 999;
    background: #fff;
    height: 100%;
    transition: all 0.3s ease 0s;
}
.boxmenu .top-box-menu {
    background: #f6f6f6;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    height: 60px;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.boxmenu .top-box-menu .top-close {
    cursor: pointer;
}
.boxmenu .top-box-menu .top-close i {
    font-size: 20px;
}
@media (max-width: 767.98px) {
    .boxmenu {
        width: 350px;
        left: -350px;
    }
}
.boxmenu.active {
    left: 0;
}
.boxmenu a {
    color: #000;
    display: inline-block;
}
.boxmenu a::before {
    width: 0;
    bottom: -5px;
    height: 1px;
    background: #d3b986;
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.boxmenu .wrap-main-menu {
    height: calc(100vh);
    overflow: auto;
    padding-top: 60px;
}
.boxmenu .main-menu-mobile {
    padding: 25px;
    margin-bottom: 0;
}
.boxmenu .main-menu-mobile > li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    position: relative;
}
.boxmenu .main-menu-mobile > li.show-mobile {
    display: none;
}
@media (max-width: 1199.98px) {
    .boxmenu .main-menu-mobile > li.show-mobile {
        display: block;
    }
}
.boxmenu .main-menu-mobile > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.boxmenu .main-menu-mobile > li > a {
    font-size: 1em;
    position: relative;
    color: #000;
    display: block;
    padding: 5px 0;
    font-weight: 400;
}
.boxmenu .main-menu-mobile > li > a:hover {
    color: #000 !important;
}
.boxmenu .main-menu-mobile > li > a i {
    font-size: 0.9em;
}
.boxmenu .main-menu-mobile > li > a:not(.langbox-button):hover {
    padding-left: 5px;
    color: #000 !important;
}
.boxmenu .main-menu-mobile > li .button-sub {
    position: absolute;
    right: 0;
    top: 1px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
}
.boxmenu .main-menu-mobile > li .button-sub i {
    font-size: 20px;
}
.boxmenu .main-menu-mobile > li.active > a {
    color: #d3b986 !important;
}
.boxmenu .main-menu-mobile > li.active .button-sub {
    background-color: #d3b986;
    color: #fff;
}
.boxmenu .main-menu-mobile > li.langboxleft {
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    margin-top: 10px;
}
.boxmenu .main-menu-mobile > li.langboxleft a {
    font-weight: 300;
}
.boxmenu .main-menu-mobile > li.langboxleft i {
    font-size: 18px;
}
.boxmenu .main-menu-mobile > li.langboxleft .bi-globe-americas {
    font-size: 16px;
    color: #545456;
    margin-right: 5px;
}
.boxmenu .main-menu-mobile > li.langboxleft .langboxshow {
    display: none;
}
.boxmenu .main-menu-mobile > li.langboxleft .langboxshow a:hover {
    text-decoration: underline !important;
    color: #d3b986;
}
.boxmenu .submenu {
    display: none;
    margin: 20px 0 20px 25px;
}
.boxmenu .submenu li {
    margin-bottom: 15px;
}
.boxmenu .submenu li:last-child {
    margin-bottom: 0;
}
.boxmenu .submenu a {
    position: relative;
    font-size: 0.9em;
}
.main-menu-mobile.active {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.search-top {
    display: flex;
    align-items: center;
}
.search-top .open-search {
    margin-right: 10px;
    cursor: pointer;
}
.search-top .bi-search {
    font-size: 18px;
}
.search-top .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    width: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.search-top .form-control.active {
    width: 220px;
    opacity: 1;
}
.header {
    z-index: 99;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    transition: all 0.5s ease-out;
}
.header > .container {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    max-width: 1850px;
    transition: all 0.3s ease 0s;
}
@media (max-width: 1199.98px) {
    .header > .container {
        justify-content: flex-start;
    }
}
.header .logo {
    width: 110px;
    display: block;
    position: relative;
}
@media (max-width: 1199.98px) {
    .header .logo {
        width: 86px;
    }
}
.header .main-menu {
    display: flex;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: 25px;
    height: 100%;
}
@media screen and (max-width: 1380px) {
    .header .main-menu {
        margin-left: 30px;
    }
}
@media (max-width: 1199.98px) {
    .header .main-menu {
        display: none;
    }
}
.header .main-menu > li {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
@media (max-width: 1600px) {
    .header .main-menu > li {
        margin-right: 20px;
    }
}
@media (max-width: 1320px) {
    .header .main-menu > li {
        margin-right: 15px;
    }
}
.header .main-menu > li.hide-1900 {
    display: none;
}
.header .main-menu > li > a {
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
}
.header .main-menu > li .submenu {
    position: absolute;
    width: 100%;
    background-color: #171717;
    top: 76px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    padding: 40px 0 50px;
}
.header .main-menu > li .submenu ul {
    margin-bottom: 0;
}
.header .main-menu > li .submenu ul li {
    margin-bottom: 20px;
}
.header .main-menu > li .submenu ul li a {
    font-size: 16px;
    text-transform: uppercase;
}
.header .main-menu > li .submenu ul li a:hover {
    color: #d3b986;
    padding-left: 5px;
}
.header .main-menu > li .submenu ul li:last-child {
    margin-bottom: 0;
}
.header .main-menu > li .submenu [class*="col-"] {
    display: flex;
}
.header .main-menu > li .submenu [class*="col-"] i {
    margin-right: 7px;
}
.header .main-menu > li:hover .submenu {
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 1540px) {
    .header .main-menu > li.hide-1600 {
        display: none;
    }
    .header .main-menu > li.show-1600 {
        display: flex;
    }
}
.header .header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
@media (max-width: 1199.98px) {
    .header .header-right {
        margin-left: auto;
    }
}
.header .header-right .header-lang {
    position: relative;
}
@media (max-width: 1199.98px) {
    .header .header-right .header-lang .header-lang-a {
        display: none;
    }
}
.header .header-right .header-lang .header-lang-a .bi-chevron-down::before {
    transition: all 0.3s ease 0s;
}
.header .header-right .header-lang .wrap-header-lang-list {
    position: absolute;
    top: 40px;
    background-color: #ffff;
    padding: 20px 25px;
    display: none;
}
.header .header-right .header-lang .wrap-header-lang-list .header-lang-list {
    position: relative;
    margin-bottom: 0;
}
.header .header-right .header-lang .wrap-header-lang-list .header-lang-list::after {
    content: "\f235";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    top: -30px;
}
.header .header-right .header-lang .wrap-header-lang-list .header-lang-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.header .header-right .header-lang .wrap-header-lang-list .header-lang-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.header .header-right .header-lang .wrap-header-lang-list .header-lang-list li a {
    color: #000;
}
.header .header-right .header-lang .wrap-header-lang-list .header-lang-list li a:hover {
    color: #d3b986;
}
.header .header-right .header-lang.active .header-lang-a {
    color: #d3b986;
}
.header .header-right .header-lang.active .header-lang-a .bi-chevron-down::before {
    transform: rotate(180deg);
}
.header .header-right .header-book {
    color: #d3b986;
    position: relative;
    margin-left: 30px;
    text-decoration: underline !important;
}
@media (max-width: 1320px) {
    .header .header-right .header-book {
        margin-left: 15px;
    }
}
.header .header-right .header-book:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
}
@media (max-width: 575.98px) {
    .header .header-right .header-book {
        margin-left: 0;
    }
}
.lang {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lang a {
    margin-left: 10px;
}
.lang img {
    width: 25px;
}
@media (max-width: 1199.98px) {
    .lang img {
        width: 35px;
    }
}
.sticky-wrapper {
    z-index: 9;
    position: relative;
}
.header-success {
    position: relative;
}
.header-success .container {
    justify-content: center;
}
.footer {
    padding: 70px 0;
    background: #171717;
    position: relative;
    color: #fff;
}
.footer .button-totop {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    color: #000;
    font-size: 25px;
    position: absolute;
    right: 5%;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
@media (max-width: 767.98px) {
    .footer {
        padding: 50px 0;
    }
}
.footer .our-hotel {
    padding-left: 30px;
}
@media (max-width: 1320px) {
    .footer .our-hotel {
        padding-left: 15px;
    }
}
.footer .menu-footer li {
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .footer .menu-footer li {
        margin-bottom: 15px;
    }
}
.footer .menu-footer li:last-child {
    margin-bottom: 0;
}
.footer .menu-footer li a {
    font-weight: 400;
}
.footer h2 {
    font-size: 16px;
    margin-bottom: 20px;
}
.footer .size-s {
    font-size: 0.9em;
    margin-bottom: 20px;
    line-height: 2;
}
.footer .social a {
    margin-right: 5px;
    opacity: 0.7;
}
.footer .social a:hover {
    opacity: 1;
}
.footer .form-subscribe .form-group {
    margin-bottom: 15px;
}
.footer .form-subscribe .form-group .form-control {
    height: 45px;
    border-radius: 0;
    background: #474747;
    border: 0;
    font-size: 0.9em;
    font-weight: 400;
    color: #fff;
    padding: 0 25px;
    transition: all 0.3s ease 0s;
}
.footer .form-subscribe .form-group .form-control::placeholder {
    opacity: 0.5;
    color: #fff;
}
.footer .form-subscribe .form-group .form-control:focus {
    background: #fff;
    color: #000;
}
.footer .form-subscribe .form-group .form-control:focus::placeholder {
    opacity: 0.5;
    color: #000;
}
.footer .form-subscribe .form-check-label {
    font-size: 14px;
    color: #9f9e9e;
    line-height: 1.4;
}
.footer .form-subscribe .form-check-input {
    width: 16px;
    height: 16px;
    background-color: #a2a2a2;
    border-radius: 0;
}
.footer .form-subscribe .form-check-input:checked {
    border: none;
    background-color: #000;
}
.footer .form-subscribe .btn-subscribe {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d3b986;
    width: 100%;
    height: 50px;
    margin-top: 18px;
}
.footer .footer-bottom {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #474747;
    font-size: 0.9em;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    .footer .footer-bottom {
        display: block;
    }
}
.footer .footer-bottom .lang-footer a {
    margin-right: 5px;
}
.footer .footer-bottom .lang-footer a.active {
    color: #d3b986;
}
.wrap-engine-bar {
    height: 120px;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
@media (max-width: 1199.98px) {
    .wrap-engine-bar {
        display: none;
    }
}
.is-sticky .engine-bar {
    padding: 15px 0;
    width: 100% !important;
    background-color: #e4e2dd;
}
.is-sticky .engine-bar .form-engine > .form-group {
    height: 55px;
}
.engine-bar {
    padding: 30px 0;
    transition: all 0.3s ease 0s;
}
@media (max-width: 1199.98px) {
    .engine-bar {
        display: none;
    }
}
.engine-bar .container {
    display: flex;
    align-items: center;
}
@media (max-width: 1320px) {
    .engine-bar .container {
        display: block;
    }
}
.engine-bar .bootstrap-select {
    width: 100% !important;
}
.engine-bar .btn-light {
    background-color: #fff;
    border: none !important;
    outline: none;
    outline-offset: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 16px;
}
.engine-bar .btn-light:focus {
    outline-offset: 0;
}
.engine-bar .dropdown-item.active {
    background-color: #d3b986;
}
.engine-bar .bootstrap-select .dropdown-menu {
    border-radius: 0;
}
.engine-bar .dropdown-toggle::after {
    display: none;
}
.engine-bar .form-engine {
    display: flex;
    flex-grow: 1;
}
@media (max-width: 1320px) {
    .engine-bar .form-engine {
        margin-top: 10px;
    }
}
.engine-bar .form-engine > .form-group {
    background: #fff;
    height: 60px;
    color: #333333;
    display: flex;
    align-items: center;
    width: 20%;
    padding: 0 20px;
    border-right: 1px solid #ccc;
}
@media (max-width: 1320px) {
    .engine-bar .form-engine > .form-group {
        padding: 0 10px;
    }
}
.engine-bar .form-engine > .form-group:last-child {
    border-right: 0;
}
.engine-bar .form-engine > .form-group.wrap-select {
    width: 25%;
}
.engine-bar .form-engine > .form-group.date-calendar {
    width: 23%;
}
.engine-bar .form-engine > .form-group.wrap-promocode {
    width: 17%;
}
.engine-bar .form-engine > .form-group.wrap-input-person .dropdown-menu {
    z-index: 9;
}
.engine-bar .form-engine > .form-group.book-now {
    width: 15%;
    padding-right: 0;
    margin-right: 0;
    border: 0;
}
.engine-bar .form-engine .date-calendar {
    cursor: pointer;
}
.engine-bar .form-engine .date-picker {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.engine-bar .form-engine .date-picker .bi-arrow-right {
    position: absolute;
    font-size: 20px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
}
.engine-bar .form-engine .input-person {
    display: flex;
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 16px;
    transition: all 0s;
    font-weight: 300;
}
.engine-bar .form-engine .promocode {
    font-weight: 300;
    border: 0;
}
.engine-bar .form-engine .btn-detail {
    background: #d3b986;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.daterangepicker {
    background: #fff;
    border: 0;
    color: #000;
    z-index: 9;
}
.daterangepicker td.off {
    background: none;
}
.daterangepicker:after {
    display: none !important;
}
.daterangepicker .drp-calendar.left {
    padding: 12px 0 12px 12px;
}
.daterangepicker .drp-calendar.right {
    padding: 12px;
}
.drp-calendar {
    max-width: 290px;
}
.daterangepicker {
    border-radius: 0;
}
.calendar-table {
    transition: all 0.3s ease 0s;
    background: none !important;
    border: 0 !important;
}
.calendar-table thead tr:first-child th {
    border: 0 !important;
    font-size: 17px;
    font-weight: 300;
    font-family: "Prompt", sans-serif !important;
    text-transform: uppercase;
    color: #000;
}
.calendar-table td,
.calendar-table th {
    width: 39px !important;
    height: 39px !important;
    font-family: "Prompt", sans-serif;
    transition: all 0.3s ease 0s;
    border: 0 !important;
    color: #000 !important;
    font-size: 14px !important;
}
.calendar-table td {
    font-family: "Prompt", sans-serif;
    border-radius: 0 !important;
}
.calendar-table td.active {
    background-color: #d3b986;
    border-radius: 0 !important;
}
.calendar-table td.active:hover {
    background-color: #d3b986;
}
.calendar-table td.in-range {
    background-color: #d3b986;
    color: #000;
}
.calendar-table td.disabled {
    text-decoration: none;
    cursor: auto;
    user-select: none;
    opacity: 0.4;
}
.calendar-table td.off.ends:not(.disabled) {
    visibility: hidden;
}
.calendar-table .next span,
.calendar-table .prev span {
    padding: 5px;
    color: #000 !important;
    border-color: #000 !important;
}
.calendar-table .next span:hover,
.calendar-table .prev span:hover {
    border-color: #d3b986;
}
.daterangepicker th.available {
    color: #d3b986;
}
.daterangepicker th.available:hover {
    background: none;
}
.daterangepicker th.available.prev span,
.daterangepicker th.available.next span {
    border: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.daterangepicker th.available.prev span:after,
.daterangepicker th.available.next span:after {
    font-family: bootstrap-icons !important;
    font-size: 20px;
    color: #d3b986;
}
.daterangepicker th.available.prev span:after {
    content: "\F12F";
}
.daterangepicker th.available.next span:after {
    content: "\F138";
}
.daterangepicker::before {
    display: none;
}
.dropdown-adult-child {
    padding: 20px;
    border-radius: 0;
}
.dropdown-adult-child .engine-ac {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.dropdown-adult-child .engine-ac label {
    flex-basis: 120px;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 1.3;
}
.dropdown-adult-child .engine-ac .input-group {
    align-items: center;
    width: auto;
}
.dropdown-adult-child .engine-ac .input-group-btn button {
    height: 30px;
    color: #fff;
    width: 30px;
    cursor: pointer;
    background: #000;
    border: 0;
    vertical-align: bottom;
    border-radius: 100%;
    transition: all 0.3s ease 0s;
}
.dropdown-adult-child .engine-ac .input-group-btn button:before {
    font-family: bootstrap-icons !important;
    color: inherit;
    font-size: 14px;
    content: "\F64D";
}
.dropdown-adult-child .engine-ac .input-group-btn button.bootstrap-touchspin-down:before {
    content: "\F63B";
}
.dropdown-adult-child .engine-ac .input-group-btn button:hover {
    color: #fff;
    background: #d3b986;
}
.dropdown-adult-child .engine-ac .form-control[readonly] {
    background: none;
    max-width: 80px;
    text-align: center;
    border: 0;
    padding: 0;
}
.dropdown-adult-child .wg-close {
    font-size: 0.8em;
    cursor: pointer;
}
body.body-preload {
    overflow: hidden;
}
html.open-menu {
    overflow: hidden;
}
.hover-img {
    overflow: hidden;
    transition: all 0.6s ease;
    display: block;
}
.hover-img img {
    transition: all 0.6s ease;
}
.hover-img:hover img {
    transform: scale(1.1);
}
.bg-gray {
    background-color: #f4f4f4;
}
.main {
    overflow: hidden;
}
.swiper-container {
    position: relative;
}
.img-affect {
    position: relative;
    overflow: hidden;
}
.img-affect::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: #fff;
    transition: width 1s;
    transition: all 1000ms cubic-bezier(0.16, 0.01, 0.77, 1);
}
.img-affect.aos-animate::before {
    width: 0px;
}
.tab-detail {
    display: none;
}
.has-list {
    list-style: disc;
    margin-left: 20px;
}
.has-list li {
    margin-bottom: 15px;
}
.has-list li:last-child {
    margin-bottom: 0;
}
.has-list li::marker {
    color: #d3b986;
}
.slide-arrow .swiper-button-prev,
.slide-arrow .swiper-button-next {
    position: static;
    top: auto;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-top: 0;
}
.slide-arrow .swiper-button-prev:after,
.slide-arrow .swiper-button-next:after {
    font-size: 20px;
    color: #000;
}
.slide-arrow .swiper-button-prev.swiper-button-disabled,
.slide-arrow .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
.slide-arrow .swiper-button-prev {
    margin-right: 15px;
}
.slide-arrow .wrap-arrow {
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
    margin-top: 20px;
}
.main-pd {
    padding-top: 75px;
}
@media (max-width: 991.98px) {
    .main-pd {
        padding-top: 60px;
    }
}
.main-pd-product {
    padding-top: 0;
}
@media (max-width: 991.98px) {
    .main-pd-product {
        padding-top: 105px;
    }
}
.order-list {
    list-style: disc;
    margin-left: 20px;
    list-style-position: outside;
}
.order-list ul {
    margin-left: 5px;
    margin-top: 5px;
}
.order-list ul li {
    position: relative;
    padding-left: 15px;
}
.order-list ul li:before {
    content: "-";
    position: absolute;
    left: 0;
}
.order-list.order-list-color-ci li::marker {
    color: #d3b986;
}
.page-editor ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.page-editor ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    top: 8px;
    background: #d3b986;
    border-radius: 100%;
    position: absolute;
    left: 0;
}
.page-editor ol {
    list-style: decimal;
    margin-left: 20px;
}
.page-editor h2 {
    font-size: 1em;
}
.main-banner {
    margin-bottom: 20px;
}
.product-list-box {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    position: relative;
}
.product-list-box .hover-img {
    position: relative;
}
.product-list-box .out-stock {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    background: rgba(243, 110, 33, 0.7);
    top: 50%;
    z-index: 8;
    padding: 10px 0;
    top: 50%;
    transform: translate(0, -50%);
}
.product-list-box .in-stock {
    color: #d3b986;
    position: absolute;
    padding: 5px;
    bottom: 0;
    right: 0;
    z-index: 8;
}
.product-list-box .close-wishlist {
    position: absolute;
    padding: 5px;
    top: 0;
    right: 0;
    z-index: 8;
    font-size: 16px;
    color: #545454;
}
.product-list-box .close-wishlist:hover {
    color: #d3b986;
}
.product-list-box .product-list-detail {
    padding: 10px;
    background: #f8f8f8;
}
.product-list-box .cut-text-3 {
    font-size: 1em;
    font-weight: 300;
    height: 63px;
}
.product-list-box .product-add {
    position: relative;
}
@media (max-width: 575.98px) {
    .product-list-box .product-add {
        width: 100%;
    }
}
.product-list-box .wrap-cart-spin {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.product-list-box .wrap-cart-spin.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.product-list-box .wrap-cart-spin .cart-spin {
    width: 38px;
    background: #fff;
}
.wrap-cart-spin {
    border: 1px solid #d7d7d7;
    border-radius: 7px;
    overflow: hidden;
}
.cart-spin {
    height: 36.7px;
    width: 38px;
    text-align: center;
    background: #fff;
    border: 0;
    border-left: 1px solid #d7d7d7;
    border-right: 2px solid #d7d7d7;
    margin-left: 0 !important;
    padding-left: 0;
    padding-right: 0;
}
.btn-primary {
    background: #fafafa;
    border-radius: 0;
    border: 0;
    color: #545454;
    font-size: 22px;
    height: 36.7px;
    padding: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 25px;
}
@media (max-width: 575.98px) {
    .btn-primary {
        width: 30px;
    }
}
.btn-primary:hover {
    background: #ebebeb;
}
@media (max-width: 1199.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.img-title {
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .slideHero {
        position: relative;
    }
}
.slideHero .swiper-pagination {
    bottom: 2%;
    padding: 5px 0;
    z-index: 2;
}
.slideHero .img-slide-main {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.slideHero .img-slide-main.position-bottom {
    object-position: center bottom;
}
.slideHero .img-slide-main.position-top {
    object-position: center top;
}
.slideHero .swiper-slide {
    background-size: cover;
    background-position: 50%;
    min-height: 100vh;
    overflow: hidden;
}
.slideHero .swiper-slide video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.slideHero .swiper-slide.has-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 3;
}
.slideHero .swiper-slide .cover {
    position: absolute;
    max-width: 1450px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    padding: 0 20px;
    text-align: center;
}
.slideHero .swiper-slide .cover h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 30px;
}
.slideHero .swiper-slide .cover h3 {
    font-family: "Goudy-Serial", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}
.slideHero .swiper-slide .cover-page {
    position: absolute;
    max-width: 1450px;
    width: 100%;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    padding: 0 20px;
    text-align: center;
}
.slideHero .swiper-slide .cover-page h3 {
    font-family: "Goudy-Serial", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
}
.slideHero .swiper-slide .cover-page p {
    text-transform: uppercase;
    font-size: 23px;
}
.slideHero .swiper-button-prev,
.slideHero .swiper-button-next,
.slideHero .swiper-button-wrap {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6) !important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    z-index: 9;
    opacity: 1;
}
.slideHero .swiper-button-prev:after,
.slideHero .swiper-button-next:after,
.slideHero .swiper-button-wrap:after {
    font-size: 22px;
}
@media (max-width: 991.98px) {
    .slideHero .swiper-button-prev,
    .slideHero .swiper-button-next,
    .slideHero .swiper-button-wrap {
        bottom: 20px;
    }
}
.slideHero .swiper-button-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: bootstrap-icons !important;
    font-size: 25px;
    opacity: 0;
}
@media (max-width: 991.98px) {
    .slideHero .swiper-button-wrap {
        right: 60px;
    }
}
.slideHero .swiper-button-wrap:hover {
    background: #000 !important;
}
.slideHero .swiper-button-wrap.swiper-button-play:before {
    content: "\F4F5";
}
.slideHero .swiper-button-wrap.swiper-button-pause:before {
    content: "\F4C4";
}
.slideHero.slideLanding-page {
    padding-top: 0;
    position: relative;
}
.slideHero.slideLanding-page .swiper-slide {
    min-height: calc(80vh);
    background-position: 50% 50%;
}
.slideHero.slideLanding-page .swiper-pagination {
    bottom: 50px;
}
.slideHero.slideBlog {
    padding-top: 0;
    position: relative;
}
.slideHero.slideBlog .swiper-slide {
    min-height: calc(70vh);
    background-position: 50% 50%;
}
.slideHero.slideBlog .swiper-pagination {
    bottom: 30px;
}
.slideHero .swiper-pagination {
    bottom: 120px;
}
@media (max-width: 575.98px) {
    .slideHero .swiper-pagination {
        bottom: 100px;
    }
}
.slideHero .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
}
video::-webkit-media-controls {
    display: none !important;
}
.home-welcome {
    padding: 100px 0;
    text-align: center;
}
.home-welcome h2 {
    margin: 0 0 30px;
}
.title-italic {
    font-size: 50px;
    color: #d3b986;
    line-height: 1.1;
    color: #6e5544;
}
@media (max-width: 991.98px) {
    .title-italic {
        font-size: 40px;
    }
}
@media (max-width: 767.98px) {
    .title-italic {
        font-size: 35px;
    }
}
.font-top-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    line-height: 1.3;
}
@media (max-width: 767.98px) {
    .font-top-title {
        font-size: 25px;
    }
}
.readmore {
    margin-top: 30px;
}
.readmore a u {
    color: #d3b986;
}
.home-stay {
    background: url(../images/bg-ci.jpg) no-repeat left 10% top #e4e2dd;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 991.98px) {
    .home-stay {
        background-size: 15%;
        left: 10px;
    }
}
.home-stay .title-home-stay {
    text-align: center;
    margin-bottom: 50px;
}
.home-stay .title-home-stay h2 {
    color: #000;
    position: relative;
}
.home-stay .title-home-stay h2:after,
.home-stay .title-home-stay h2:before {
    height: 1px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    width: 40%;
}
@media (max-width: 991.98px) {
    .home-stay .title-home-stay h2:after,
    .home-stay .title-home-stay h2:before {
        width: 35%;
    }
}
@media (max-width: 575.98px) {
    .home-stay .title-home-stay h2:after,
    .home-stay .title-home-stay h2:before {
        width: 30%;
    }
}
.home-stay .title-home-stay h2:after {
    left: 0;
    z-index: 0;
}
.home-stay .title-home-stay h2:before {
    right: 0;
    z-index: 0;
}
.home-stay .title-home-stay h2 span {
    padding: 0 50px;
    position: relative;
    z-index: 1;
}
.home-stay .title-home-stay h3 {
    font-weight: 300;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .home-stay .title-home-stay h3 {
        font-size: 22px;
    }
}
.row-detail-home-stay {
    display: flex;
}
@media (max-width: 1199.98px) {
    .row-detail-home-stay {
        display: block;
    }
}
.row-detail-home-stay .wrap-detail-home-stay {
    display: flex;
    align-items: center;
    color: #000;
    width: 30%;
    padding-left: 50px;
    padding-right: 80px;
}
@media (max-width: 1320px) {
    .row-detail-home-stay .wrap-detail-home-stay {
        width: 40%;
        padding-right: 40px;
    }
}
@media (max-width: 1199.98px) {
    .row-detail-home-stay .wrap-detail-home-stay {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}
.row-detail-home-stay .wrap-detail-home-stay .detail-home-stay {
    text-align: right;
}
@media (max-width: 1199.98px) {
    .row-detail-home-stay .wrap-detail-home-stay .detail-home-stay {
        text-align: left;
    }
}
.row-detail-home-stay .wrap-detail-home-stay h2 {
    font-size: 40;
    text-transform: uppercase;
    line-height: 1.3;
    color: #6e5544;
}
@media (max-width: 1199.98px) {
    .row-detail-home-stay .wrap-detail-home-stay h2 {
        font-size: 25px;
    }
    .row-detail-home-stay .wrap-detail-home-stay h2 br {
        display: none;
    }
}
.row-detail-home-stay .wrap-slide-home-stay {
    width: 70%;
}
@media (max-width: 1320px) {
    .row-detail-home-stay .wrap-slide-home-stay {
        width: 60%;
    }
}
@media (max-width: 1199.98px) {
    .row-detail-home-stay .wrap-slide-home-stay {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 767.98px) {
    .row-detail-home-stay .wrap-slide-home-stay {
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) {
    .row-detail-home-stay .wrap-slide-home-stay .slide-home-stay {
        overflow: visible;
    }
}
.row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-slide {
    width: 100%;
    max-width: 550px;
}
@media (max-width: 767.98px) {
    .row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-slide {
        max-width: 450px;
    }
}
@media (max-width: 575.98px) {
    .row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-slide {
        max-width: 350px;
    }
}
.row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-slide figure {
    margin-bottom: 0;
}
.row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-slide figure a {
    display: block;
    position: relative;
}
.row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-slide figure a img {
    height: 350px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
@media (max-width: 767.98px) {
    .row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-slide figure a img {
        height: 280px;
    }
}
@media (max-width: 575.98px) {
    .row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-slide figure a img {
        height: 250px;
    }
}
.row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-slide figure a .open-image {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #000;
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-slide figure a .open-image i {
    font-size: 25px;
}
.row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-button-prev,
.row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-button-next {
    border-color: #000;
}
.row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-button-prev:after,
.row-detail-home-stay .wrap-slide-home-stay .slide-home-stay .swiper-button-next:after {
    color: #000;
}
.cover-slide-home-stay {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1320px) {
    .cover-slide-home-stay {
        padding: 20px;
    }
}
.cover-slide-home-stay h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #d1ba8c;
}
@media (max-width: 767.98px) {
    .cover-slide-home-stay h2 {
        font-size: 23px;
        height: 46px;
    }
}
.cover-slide-home-stay .short-icon {
    display: flex;
    margin-bottom: 40px;
    margin-top: 40px;
}
@media (max-width: 767.98px) {
    .cover-slide-home-stay .short-icon {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
}
.cover-slide-home-stay .short-icon .inner {
    width: 33.3333333%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
}
@media (max-width: 767.98px) {
    .cover-slide-home-stay .short-icon .inner {
        width: 100%;
        display: block;
        margin-bottom: 5px;
        text-align: left;
    }
}
.cover-slide-home-stay .short-icon .inner i {
    margin-right: 10px;
}
@media (max-width: 1320px) {
    .cover-slide-home-stay .short-icon .inner {
        font-size: 0.9em;
    }
}
.cover-slide-home-stay .discover {
    color: #d3b986;
    font-weight: 300;
    margin-top: auto;
}
.accom-list .cover-slide-home-stay .short-icon {
    flex-wrap: wrap;
    margin-top: 15px;
}
.accom-list .cover-slide-home-stay .short-icon .inner {
    width: 50%;
    justify-content: flex-start;
    margin-top: 10px;
}
.accom-list .cover-slide-home-stay aside {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.accom-list .cover-slide-home-stay aside .discover {
    margin-top: 0;
}
.img-black {
    filter: grayscale(100%) brightness(0%);
}
.img-white {
    filter: brightness(0) invert(1);
}
.mb-title {
    margin-bottom: 60px;
}
.img-left-right .img-inner {
    width: 100%;
}
.img-left-right .content {
    padding: 0 120px;
    display: flex;
    align-items: center;
}
@media (max-width: 991.98px) {
    .img-left-right .content {
        padding: 30px 40px;
        background-color: #d3b986;
        color: #000;
    }
    .img-left-right .content h2 {
        color: #000 !important;
    }
    .img-left-right .content .readmore a u {
        color: #000 !important;
    }
}
.img-left-right .content h2 {
    font-family: "Goudy-Serial", sans-serif;
    margin-bottom: 35px;
}
.row-title h3,
.row-title .font-h2 {
    font-size: 22px;
    font-weight: 300;
    margin-top: 20px;
    color: #d3b986;
    text-transform: uppercase;
    line-height: 1.4;
}
@media (max-width: 991.98px) {
    .row-title h3,
    .row-title .font-h2 {
        font-size: 19px;
    }
}
.row-title .col-xxl-7 {
    padding-left: 80px;
}
@media only screen and (max-width: 1399px) {
    .row-title .col-xxl-7 {
        padding-left: 20px;
    }
}
.home-offers h2 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    .home-offers h2 {
        font-size: 25px;
    }
}
.slide-home-offer {
    overflow: visible;
    margin-top: 70px;
}
.slide-home-offer .swiper-slide {
    width: 950px;
}
@media (max-width: 1199.98px) {
    .slide-home-offer .swiper-slide {
        width: 750px;
    }
}
@media (max-width: 991.98px) {
    .slide-home-offer .swiper-slide {
        width: 550px;
    }
}
@media (max-width: 767.98px) {
    .slide-home-offer .swiper-slide {
        width: 450px;
    }
}
@media (max-width: 575.98px) {
    .slide-home-offer .swiper-slide {
        width: 380px;
    }
}
.slide-home-offer .swiper-slide a {
    display: block;
    position: relative;
}
.slide-home-offer .swiper-slide a .img-home-offer {
    width: 100%;
}
@media (max-width: 575.98px) {
    .slide-home-offer .swiper-slide a .img-home-offer {
        height: 320px;
        object-fit: cover;
        object-position: center center;
    }
}
.slide-home-offer .swiper-slide a .cover {
    position: absolute;
    height: 40%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 25px;
    display: flex;
    align-items: flex-end;
    color: #fff;
}
.slide-home-offer .swiper-slide a .cover h2 {
    color: #fff;
}
@media (max-width: 991.98px) {
    .slide-home-offer .swiper-slide a .cover {
        height: 90%;
    }
}
@media (max-width: 575.98px) {
    .slide-home-offer .swiper-slide a .cover {
        padding: 15px;
    }
}
.slide-home-offer .swiper-slide a .cover .inner-cover {
    position: relative;
    width: 100%;
    padding-right: 160px;
}
@media (max-width: 991.98px) {
    .slide-home-offer .swiper-slide a .cover .inner-cover {
        padding-right: 0;
    }
}
.slide-home-offer .swiper-slide a .cover .inner-cover .tag {
    font-weight: 600;
    color: #000;
    background: #d3b986;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.slide-home-offer .swiper-slide a .cover .inner-cover h2 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
@media (max-width: 1199.98px) {
    .slide-home-offer .swiper-slide a .cover .inner-cover h2 {
        font-size: 25px;
    }
}
@media (max-width: 575.98px) {
    .slide-home-offer .swiper-slide a .cover .inner-cover h2 {
        font-size: 22px;
    }
}
@media (max-width: 991.98px) {
    .slide-home-offer .swiper-slide a .cover .inner-cover p {
        line-height: 1.4;
    }
}
.slide-home-offer .swiper-slide a .cover .inner-cover .view-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    right: 0;
    display: flex;
    align-items: center;
}
@media (max-width: 991.98px) {
    .slide-home-offer .swiper-slide a .cover .inner-cover .view-more {
        right: auto;
        bottom: auto;
        position: static;
    }
}
.slide-home-offer .swiper-slide a .cover .inner-cover .view-more img {
    margin-left: 10px;
    width: 50px;
}
@media (max-width: 575.98px) {
    .slide-home-offer .swiper-slide a .cover .inner-cover .view-more img {
        width: 30px;
    }
}
.slide-activitie .a-activities {
    position: relative;
    display: block;
}
.slide-activitie .a-activities .img-activities {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: center center;
}
@media (max-width: 991.98px) {
    .slide-activitie .a-activities .img-activities {
        height: 400px;
    }
}
@media (max-width: 575.98px) {
    .slide-activitie .a-activities .img-activities {
        height: 300px;
    }
}
.slide-activitie .a-activities .cover {
    position: absolute;
    height: 40%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
}
.slide-activitie .home-ac-detail {
    padding: 35px 20px 20px;
}
.slide-activitie .home-ac-detail h2 {
    font-size: 28px;
    font-family: "Goudy-Serial", sans-serif;
    color: #d3b986;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.3;
}
@media (max-width: 991.98px) {
    .slide-activitie .home-ac-detail h2 {
        font-size: 25px;
    }
}
@media (max-width: 767.98px) {
    .slide-activitie .home-ac-detail h2 {
        font-size: 22px;
    }
}
.home-comfort {
    padding-top: 50px;
}
.home-comfort .title-italic {
    margin-bottom: 30px;
    position: relative;
}
.home-comfort .title-italic:before {
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #a4a4a4;
    z-index: 0;
}
.home-comfort .title-italic span {
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.home-comfort .comford-detail {
    margin-top: 50px;
}
.home-comfort .box-home-comfort {
    height: 600px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}
@media (max-width: 991.98px) {
    .home-comfort .box-home-comfort {
        height: 400px;
    }
}
.home-comfort .box-home-comfort .cover {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 25px 30px 40px;
    align-items: center;
}
@media (max-width: 991.98px) {
    .home-comfort .box-home-comfort .cover {
        height: 100%;
    }
}
.home-comfort .box-home-comfort .cover h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
    .home-comfort .box-home-comfort .cover h2 {
        font-size: 25px;
    }
}
.home-thingtodo .row {
    margin-top: 80px;
}
.home-thingtodo .box-home-thing-to-do {
    height: 600px;
    color: #fff;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}
@media (max-width: 991.98px) {
    .home-thingtodo .box-home-thing-to-do {
        height: 400px;
    }
}
.home-thingtodo .box-home-thing-to-do .cover {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 25px 30px 40px;
}
@media (max-width: 991.98px) {
    .home-thingtodo .box-home-thing-to-do .cover {
        height: 100%;
    }
}
.home-thingtodo .box-home-thing-to-do .cover h2 {
    font-size: 25px;
    text-transform: uppercase;
}
.home-benefit .title-benefit {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #6e5544;
}
@media (max-width: 991.98px) {
    .home-benefit .title-benefit {
        font-size: 25px;
    }
}
.home-benefit .box-home-benefit {
    background: #d3b986;
    color: #000;
    padding: 35px 30px;
}
.home-benefit .box-home-benefit h2 {
    font-size: 28px;
    text-transform: uppercase;
}
.home-benefit .inner {
    display: flex;
    height: 112px;
    align-items: center;
}
@media (max-width: 1199.98px) {
    .home-benefit .inner {
        height: auto;
    }
}
.home-benefit .img-benefit {
    flex-basis: 85px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.home-benefit .swiper-slide {
    padding-right: 15px;
    border-right: 1px solid #f7dfaf;
}
@media (max-width: 1199.98px) {
    .home-benefit .swiper-slide {
        border-right: 0;
    }
}
.home-benefit .swiper-slide:last-child {
    padding-right: 0;
    border-right: 0;
}
.home-event {
    background: #e4e2dd;
}
.tab-event {
    display: flex;
    margin: 0 0 50px;
    justify-content: center;
}
@media (max-width: 575.98px) {
    .tab-event {
        display: block;
    }
}
.tab-event a {
    text-transform: uppercase;
    display: block;
    padding: 10px 30px;
    color: #fff;
    margin-right: 40px;
    position: relative;
    color: #6e5544;
    font-weight: 300;
}
@media (max-width: 575.98px) {
    .tab-event a {
        margin-right: 20px;
    }
}
.tab-event a:last-child {
    margin-right: 0;
}
.tab-event a.active {
    font-weight: 600;
    border: 1px solid #6e5544;
    color: #6e5544;
}
.home-event-detail {
    background: #fff;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    color: #000;
    justify-content: center;
    text-align: center;
}
.home-event-detail h2 {
    font-family: "Goudy-Serial", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 25px;
}
.home-event-detail .readmore {
    margin-top: 15px;
}
.slide-benefit .swiper-pagination {
    position: static;
    bottom: 0;
    margin-top: 0;
}
.slide-benefit .swiper-pagination-bullet {
    background: #000;
}
.title-accom {
    padding-top: 75px;
}
@media only screen and (max-width: 1399px) {
    .title-accom {
        padding-top: 20px;
    }
}
.rooms-list li {
    margin-bottom: 80px;
}
@media (max-width: 991.98px) {
    .rooms-list li {
        margin-bottom: 60px;
    }
}
.box-room-list .img-room-list {
    width: 100%;
}
.box-room-list .slide-rooms-list,
.box-room-list .slide-event-detail {
    height: 100%;
}
.box-room-list .slide-rooms-list .swiper-button-prev,
.box-room-list .slide-rooms-list .swiper-button-next,
.box-room-list .slide-rooms-list .swiper-button-wrap,
.box-room-list .slide-rooms-list .swiper-button-zoom,
.box-room-list .slide-event-detail .swiper-button-prev,
.box-room-list .slide-event-detail .swiper-button-next,
.box-room-list .slide-event-detail .swiper-button-wrap,
.box-room-list .slide-event-detail .swiper-button-zoom {
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    margin-top: 0;
    position: absolute;
    z-index: 9;
}
.box-room-list .slide-rooms-list .swiper-button-prev:after,
.box-room-list .slide-rooms-list .swiper-button-next:after,
.box-room-list .slide-rooms-list .swiper-button-wrap:after,
.box-room-list .slide-rooms-list .swiper-button-zoom:after,
.box-room-list .slide-event-detail .swiper-button-prev:after,
.box-room-list .slide-event-detail .swiper-button-next:after,
.box-room-list .slide-event-detail .swiper-button-wrap:after,
.box-room-list .slide-event-detail .swiper-button-zoom:after {
    font-size: 22px;
}
.box-room-list .slide-rooms-list .swiper-button-prev,
.box-room-list .slide-event-detail .swiper-button-prev {
    left: 30px;
    background-color: #000;
    opacity: 1;
}
.box-room-list .slide-rooms-list .swiper-button-next,
.box-room-list .slide-event-detail .swiper-button-next {
    right: 30px;
    background-color: #000;
    opacity: 1;
}
.box-room-list .slide-rooms-list .swiper-button-zoom,
.box-room-list .slide-event-detail .swiper-button-zoom {
    background-color: #000;
    color: #fff;
    right: 60px;
}
.box-room-list .slide-rooms-list .swiper-button-zoom i,
.box-room-list .slide-event-detail .swiper-button-zoom i {
    font-style: 28px;
}
.box-room-list .slide-rooms-list .swiper-button-next.swiper-button-disabled,
.box-room-list .slide-rooms-list .swiper-button-prev.swiper-button-disabled,
.box-room-list .slide-event-detail .swiper-button-next.swiper-button-disabled,
.box-room-list .slide-event-detail .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
    cursor: pointer;
}
.box-room-list .slide-rooms-list .d-block,
.box-room-list .slide-event-detail .d-block {
    height: 100%;
}
.box-room-list .cover-room-list {
    margin-top: 30px;
}
.box-room-list .cover-room-list h2 {
    font-family: "Goudy-Serial", sans-serif;
    color: #d3b986;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.3;
}
@media (max-width: 1199.98px) {
    .box-room-list .cover-room-list h2 {
        font-size: 25px;
    }
}
.box-room-list .cover-room-list .short-icon {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
@media (max-width: 767.98px) {
    .box-room-list .cover-room-list .short-icon {
        display: block;
    }
}
.box-room-list .cover-room-list .short-icon .inner {
    width: 50%;
    margin-bottom: 10px;
}
.box-room-list .cover-room-list aside {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.box-room-list .cover-room-list aside .book-now {
    padding: 10px 35px;
    color: #d3b986;
    border: 1px solid #d3b986;
    margin-right: 25px;
}
.box-room-list .cover-room-list aside .book-now:hover {
    background: #d3b986;
    color: #000;
}
.box-room-list .cover-room-list aside .discover {
    color: #d3b986;
}
.box-room-list.rooms-list-full .cover-room-list {
    background: #bea26a;
    margin-top: 0;
    height: 100%;
    padding: 50px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 1320px) {
    .box-room-list.rooms-list-full .cover-room-list {
        padding: 20px;
    }
}
.box-room-list.rooms-list-full .cover-room-list h2 {
    color: #000;
    font-family: "Prompt", sans-serif;
    font-size: 27px;
}
.box-room-list.rooms-list-full .cover-room-list .book-now {
    color: #000;
    border-color: #000;
}
.box-room-list.rooms-list-full .cover-room-list .book-now:hover {
    color: #000;
    border-color: #000;
}
.box-room-list.rooms-list-full .cover-room-list .discover {
    color: #000;
}
.box-room-list.rooms-list-full .img-room-list {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
@media (max-width: 991.98px) {
    .box-room-list.rooms-list-full .col-lg-7,
    .box-room-list.rooms-list-full .col-lg-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media (max-width: 1199.98px) {
    .box-room-list.rooms-list-full .col-xl-8,
    .box-room-list.rooms-list-full .col-xl-4 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
.rooms-feature {
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
@media (max-width: 767.98px) {
    .rooms-feature {
        justify-content: center;
    }
}
.rooms-feature li {
    width: 20%;
    text-align: center;
    padding: 0 20px;
}
@media (max-width: 767.98px) {
    .rooms-feature li {
        width: 33.33333%;
        margin-bottom: 20px;
    }
}
@media (max-width: 575.98px) {
    .rooms-feature li {
        padding: 0;
    }
}
.rooms-feature li .label {
    color: #d3b986;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .rooms-feature li .label {
        margin-bottom: 10px;
    }
}
.rooms-feature li .val {
    font-size: 30px;
    line-height: 1.3;
    color: #6e5544;
}
@media (max-width: 991.98px) {
    .rooms-feature li .val {
        font-size: 23px;
    }
}
@media (max-width: 767.98px) {
    .rooms-feature li .val {
        font-size: 18px;
    }
}
.room-amenties {
    background: #fff;
    padding: 80px 0;
}
.room-other h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #d3b986;
    margin-bottom: 50px;
}
.amenties-list {
    display: flex;
    margin-top: 60px;
    flex-wrap: wrap;
    margin-bottom: -50px;
}
.amenties-list li {
    text-align: center;
    width: 16.666666666667%;
    margin-bottom: 50px;
}
@media (max-width: 991.98px) {
    .amenties-list li {
        width: 25%;
    }
}
@media (max-width: 575.98px) {
    .amenties-list li {
        width: 33.333333%;
    }
}
.amenties-list li .name {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4;
    color: #fff;
    color: #6e5544;
}
@media (max-width: 575.98px) {
    .amenties-list li .name {
        font-size: 0.9em;
    }
}
.scroll-icon {
    position: absolute;
    width: 70px;
    left: 51%;
    transform: translateX(-50px);
    z-index: 92;
    opacity: 0;
    bottom: 70px;
    transition: all 0.3s ease 0s;
}
@media (max-width: 575.98px) {
    .scroll-icon {
        width: 60px;
        left: 54%;
    }
}
.scroll-icon.active {
    bottom: 150px;
    opacity: 1;
}
.scroll-icon img {
    width: 100%;
    position: relative;
    animation: MoveUpDown 2s linear infinite;
}
@keyframes MoveUpDown {
    0% {
        bottom: 0;
    }
    15% {
        bottom: 2px;
    }
    25% {
        bottom: 5px;
    }
    50% {
        bottom: 10px;
    }
    75% {
        bottom: 5px;
    }
    85% {
        bottom: 2px;
    }
    100% {
        bottom: 0;
    }
}
.special-dining {
    margin-bottom: 40px;
}
.box-special {
    padding: 40px;
    border: 1px solid #d3b986;
    border-radius: 10px;
}
@media (max-width: 767.98px) {
    .box-special {
        padding: 30px;
    }
}
.box-special h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.4;
}
.box-special.box-capacity {
    background: #d3b986;
    color: #000;
}
.wrap-daily {
    margin: 20px 0;
}
.wrap-daily .open-daily {
    margin-bottom: 5px;
}
.wrap-daily .open-daily:last-child {
    margin-bottom: 0;
}
.wrap-daily .open-daily i {
    font-size: 20px;
    margin-right: 5px;
}
.highlight-page {
    display: flex;
}
@media (max-width: 991.98px) {
    .highlight-page {
        display: block;
    }
}
.highlight-page a {
    display: block;
    width: 50%;
    position: relative;
}
@media (max-width: 991.98px) {
    .highlight-page a {
        width: 100%;
    }
}
.highlight-page a img {
    width: 100%;
    z-index: 1;
}
.highlight-page a .cover {
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}
@media (max-width: 1320px) {
    .highlight-page a .cover {
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
        padding: 25px;
    }
}
.highlight-page a h2 {
    font-family: "Goudy-Serial", sans-serif;
    font-size: 35px;
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
    .highlight-page a h2 {
        font-size: 28px;
    }
}
.all-dine {
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}
.daily-detail .wrap-daily {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #646464;
}
.daily-detail .wrap-daily:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.daily-detail .wrap-daily .open-daily {
    margin-bottom: 0;
}
.dining-list .cover-room-list h2 {
    margin-bottom: 7px;
}
.dining-list .cover-room-list h3 {
    font-size: 16px;
    margin-bottom: 25px;
}
.offer-list > li {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e4e2dd;
}
@media (max-width: 767.98px) {
    .offer-list > li {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
}
.offer-list > li:last-child {
    margin-bottom: 0;
}
.offer-list > li .wrap-offer-image {
    text-align: center;
}
.offer-list > li .img-offer-left {
    width: 50%;
    padding-right: 5px;
}
.offer-list > li .img-offer-left .img-wrap {
    width: 100%;
    height: 100%;
}
.offer-list > li .img-offer-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 5px;
}
.offer-list > li .img-offer-right .img-wrap {
    width: 100%;
    height: 50%;
}
.offer-list > li .img-offer-right .img-wrap:first-child {
    margin-bottom: 5px;
}
.offer-list > li .img-offer-right .img-wrap:last-child {
    margin-top: 5px;
}
.offer-list > li .img-wrap {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.offer-detail h2 {
    font-size: 35px;
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .offer-detail h2 {
        font-size: 25px;
    }
}
.offer-detail.flex-a-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.has-icon > li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
}
.has-icon > li::before {
    font-family: bootstrap-icons !important;
    content: "\F2EA";
    position: absolute;
    left: 0;
    top: -2px;
    color: #d3b986;
    font-size: 20px;
}
.has-icon.has-icon-white li {
    padding-left: 40px;
}
.has-icon.has-icon-white li::before {
    color: #000;
    left: 10px;
}
.book-now {
    padding: 10px 35px;
    color: #d3b986;
    border: 1px solid #d3b986;
    margin-right: 25px;
    display: inline-block;
}
.book-now:hover {
    background: #d3b986;
    color: #000;
}
.spa-fac-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.spa-fac-list li {
    text-align: center;
    margin: 0 30px;
}
@media (max-width: 767.98px) {
    .spa-fac-list li {
        margin-bottom: 20px;
        width: 50%;
        margin: 20px 0;
    }
}
.spa-fac-list li figure {
    margin-bottom: 0;
}
.layout-swap .a-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.layout-swap .container .row {
    margin-bottom: 80px;
}
.layout-swap .container .row:last-child {
    margin-bottom: 0;
}
.box-meeting-features {
    background-color: #e4e2dd;
    padding: 80px 50px;
}
.box-meeting-features h2 {
    margin-bottom: 40px;
}
@media (max-width: 991.98px) {
    .box-meeting-features {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.box-meeting-features .faq {
    margin-top: 40px;
}
.box-meeting-features .faq li {
    border-bottom: 1px solid #a28855;
    position: relative;
    padding-left: 60px;
}
.box-meeting-features .faq li h3 {
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    cursor: pointer;
    padding-right: 35px;
}
.box-meeting-features .faq li h3.active .icon-right {
    transform: rotate(180deg);
}
.box-meeting-features .faq li .icon-left {
    position: absolute;
    left: 0;
    top: 20px;
}
.box-meeting-features .faq li .faqshow {
    display: none;
    padding-bottom: 30px;
}
.box-meeting-features .faq li .icon-right {
    position: absolute;
    right: 0;
    top: 23px;
    font-size: 27px;
    transition: all 0.3s ease 0s;
}
.box-meeting-features .contact-information {
    margin-top: 40px;
}
.box-meeting-features .contact-information li {
    border-bottom: 1px solid #cac8c3;
    position: relative;
    padding-bottom: 30px;
}
.box-meeting-features .contact-information li h3 {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    cursor: pointer;
    padding-right: 35px;
}
.box-meeting-features .contact-information li h3.active .icon-right {
    transform: rotate(180deg);
}
.box-meeting-features .contact-form {
    padding-top: 80px;
}
.box-meeting-features .contact-form form {
    margin-top: 50px;
}
.box-meeting-features .contact-form form label {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.box-meeting-features .contact-form form .col-lg-6 {
    margin-bottom: 20px;
}
.box-meeting-features .contact-form form .form-control {
    height: 45px;
    border-radius: 0;
    background: #fff;
    border: 0;
    color: #000;
    padding: 0 25px;
    transition: all 0.3s ease 0s;
}
.box-meeting-features .contact-form form textarea.form-control {
    height: 160px;
}
.box-meeting-features .contact-form form .book-now {
    margin-top: 30px;
    border: 1px solid #6e5544;
    color: #6e5544;
    margin-right: 0;
    transition: all 0.3s ease 0s;
}
.box-meeting-features .contact-form form .book-now:hover {
    background: #6e5544;
    color: #fff;
}
.size-30 {
    font-size: 30px;
}
@media (max-width: 767.98px) {
    .size-30 {
        font-size: 25px;
    }
}
.size-28 {
    font-size: 28px;
    line-height: 1.3;
}
@media (max-width: 767.98px) {
    .size-28 {
        font-size: 22px;
    }
}
.catering-list p {
    font-size: 18px;
    text-align: center;
}
.icon-capacity {
    width: 50px;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.hotel-activities li {
    margin-bottom: 25px;
}
.hotel-activities li figure {
    margin-bottom: 30px;
}
.hotel-activities li h2 {
    margin-bottom: 25px;
}
.hotel-activities .activities-detail {
    padding: 10px;
}
.hero-2-about {
    min-height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.contact-map {
    height: 750px;
}
@media (max-width: 991.98px) {
    .contact-map {
        height: 400px;
    }
}
.faq {
    margin-top: 40px;
}
.faq li {
    border-bottom: 1px solid #cac8c3;
    position: relative;
}
.faq li h3 {
    font-size: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    font-family: "Goudy-Serial", sans-serif;
    color: #6e5544;
    font-style: italic;
    cursor: pointer;
    padding-right: 35px;
}
.faq li h3.active .icon-right {
    transform: rotate(180deg);
}
.faq li .icon-left {
    position: absolute;
    left: 0;
    top: 20px;
}
.faq li .faqshow {
    display: none;
    padding-bottom: 30px;
}
.faq li .icon-right {
    position: absolute;
    right: 0;
    top: 23px;
    font-size: 27px;
    transition: all 0.3s ease 0s;
}
.box-faq {
    padding: 50px 100px;
    background: #e4e2dd;
}
@media (max-width: 991.98px) {
    .box-faq {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 767.98px) {
    .box-faq {
        padding: 30px;
    }
}
.how-to-get {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #e4e2dd;
}
.how-to-get .image {
    flex: 1;
    max-width: 50%;
}
.how-to-get .image img {
    width: 100%;
}
.how-to-get .text {
    flex: 1;
    max-width: 50%;
    padding: 50px;
    text-align: left;
}
.how-to-get .text h3 {
    font-size: 40px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1199.98px) {
    .how-to-get {
        flex-direction: column;
        text-align: center;
    }
    .how-to-get .image,
    .how-to-get .text {
        width: 100%;
        max-width: 100%;
    }
    .how-to-get .image h3,
    .how-to-get .text h3 {
        font-size: 33px;
    }
    .how-to-get .text {
        padding: 30px;
    }
}
.google-map .container {
    height: 730px;
    width: 100%;
}
@media (max-width: 991.98px) {
    .google-map .container {
        height: 500px;
    }
}
@media (max-width: 767.98px) {
    .google-map .container {
        height: 350px;
    }
}
.term-condition h2 {
    font-family: "Prompt", serif;
    font-weight: 500;
    font-style: italic;
    font-size: 30px;
    margin-bottom: 20px;
    color: #6e5544;
}
.term-condition ul {
    list-style: disc;
    padding-left: 20px;
}
.event-detail .title-article h1 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 300;
}
@media (max-width: 991.98px) {
    .event-detail .title-article h1 {
        font-size: 28px;
    }
}
.event-detail .title-article .font-h2 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #545454;
    line-height: 1.3;
}
.event-detail h2 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #d3b986;
    margin-bottom: 20px;
}
.event-detail .tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.event-detail .tag a {
    display: block;
    padding: 8px 5px;
    margin-bottom: 5px;
    margin-right: 15px;
    color: #fff;
}
.event-detail .tag a:hover {
    color: #d3b986;
}
.event-detail .view-offer {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.event-detail .view-offer a {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.share {
    text-align: center;
}
.share a {
    margin: 0 20px;
    color: #b0b0b0;
    font-size: 30px;
}
.share a:hover {
    color: #d3b986;
}
.main-pd-blog {
    padding-top: 75px;
}
.youtube-blog {
    height: 650px;
    margin-top: 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991.98px) {
    .youtube-blog {
        height: 450px;
    }
}
@media (max-width: 767.98px) {
    .youtube-blog {
        height: 350px;
    }
}
.list-review li {
    margin-bottom: 50px;
}
.list-review li:last-child {
    margin-bottom: 0;
}
.list-review li .box-review {
    background-color: #e4e2dd;
    padding: 80px 50px;
}
@media (max-width: 767.98px) {
    .list-review li .box-review {
        padding: 50px 30px;
    }
}
.list-review li .box-review h2 {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
}
.list-review li .rating i {
    color: #faca15;
    margin-right: 3px;
}
.list-review li .rating span {
    margin-left: 10px;
}
.list-review li .inner-review {
    margin-top: 20px;
}
.list-review li .inner-review p {
    margin-bottom: 0;
}
.list-review li .name-review {
    color: #000;
    margin-top: 30px;
}
.filter-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.filter-gallery a {
    margin: 0 25px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .filter-gallery a {
        margin-bottom: 20px;
        font-size: 18px;
    }
}
.filter-gallery a.active {
    color: #d3b986;
    border-bottom: 1px solid #d3b986;
}
.list-gallery {
    margin-top: 50px;
}
.list-gallery a {
    display: block;
}
/*# sourceMappingURL=style.css.map */