/*========== Reset ==========*/
*,
*:before,
*:after {
    box-sizing: border-box;
}
/*
::-webkit-scrollbar {
    width: 0px;
    overflow: hidden;
}
*/
::-moz-selection {
    color: #fff;
    background: #b73d25;
}
::selection {
    color: #fff;
    background: #b73d25;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    background: #fff;
    color: #362f2d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
}
p {
    margin: 0;
}
address {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
}
a,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}
a:hover,
a.active,
button:hover,
button.active {
    color: #b73d25;
}
a[href^="tel"] {
    white-space: nowrap;
}
a[href^="mailto"] {
    word-break: break-word;
}
a,
button,
[role="button"] {
    cursor: pointer;
}

button,
input,
textarea,
select,
.ui-datepicker select {
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    text-transform: none;
    text-align: inherit;
    color: inherit;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
legend {
    border: 0;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    outline: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
figure {
    margin: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}
th,
td {
    font-weight: inherit;
}

iframe {
    border: 0;
}
video::-webkit-media-controls {
    display: none !important;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}

/*========== Text Style ==========*/
/* Family & Weight */
body,
.tenon {
    font-family: tenon, sans-serif;
    font-style: normal;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend,
.spectral,
.button,
.link,
#header,
.footer-directory .menu > li > a,
ul.page-numbers,
.wp-pagenavi,
.nav,
.room .entry-info,
#check-availibity .booknow,
.category-label,
.capacity-chart table th,
.popup-style-gallery .mfp-figure figcaption {
    font-family: "Spectral", serif;
    font-style: normal;
    font-weight: 400;
}
strong,
.medium {
    font-weight: 500;
}

/* Size */
body,
.size-body,
.input {
    font-size: 14px;
    line-height: 1.7;
}

h6,
.size-h6,
#footer .title,
.room .entry-info,
.nav {
    font-size: 16px;
}
h5,
.size-h5 {
    font-size: 18px;
}
h4,
.size-h4,
legend,
.blog .entry-title,
.card .entry-title,
.content-group .entry-title,
.accordion .headline .entry-title,
.topic .entry-title,
.mfp-title {
    font-size: 20px;
    line-height: 1.3;
}

h3,
.size-h3 {
    font-size: 24px;
    line-height: 1.3;
}

.post .entry-title,
.modal-container .entry-title {
    font-size: 30px;
    line-height: 1.3;
}

h2,
.size-h2,
h1,
.size-h1 {
    font-size: 36px;
    line-height: 1.3;
}

.size-lg {
    font-size: 48px;
    line-height: 1.3;
}

.quote {
    font-size: 48px;
    line-height: 0;
}

/*========== Transition ==========*/
body,
section,
img,
a,
button,
[role="button"],
input,
textarea,
select,
.select2-selection__placeholder,
.select2-results__option,
.button,
.link,
.label.anim,
.container,
#header,
#footer,
.header-nav,
.header-brand,
.header-menu,
.tool,
.bg-img,
.image,
.object-fit:before,
.tab-content,
.mfp-bg,
.mfp-content,
.swiper-slide,
.swiper-button,
.plyr,
.sc-sidebar,
.sc-main,
.sc-cover,
.nav a:after {
    transition: 0.4s ease;
}

body,
img,
.bg-img,
.tab-content {
    transition-duration: 0.8s;
}

.label.anim:not(.fixed) {
    transition-property: opacity, visibility;
}

/*========== General ==========*/
#page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
}
#page.header-fixed-page {
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
}
#page.header-float-page {
    padding-top: 0 !important;
}
#page.error-page {
    padding-top: 0 !important;
    grid-template-rows: 1fr;
}
#page.error-page #header,
#page.error-page #footer {
    display: none !important;
}

.container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
}

.brand {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.brand .logo {
    display: block;
    width: auto;
    height: 50px;
}

.ic,
.ic-name {
    display: inline-block;
    vertical-align: middle;
}
.ic + .ic-name,
.ic-name + .ic {
    margin-left: 8px;
}
.ic > img {
    display: block;
    width: 1em;
    height: 1em;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.ic-tripadvisor:before {
    font-size: 137.5%;
}
.ic-bed-o:before {
    font-size: 125%;
}
.ic-guests-o:before {
    font-size: 162.5%;
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.image {
    display: block;
    overflow: hidden;
}
.image > img {
    display: block;
    width: 100%;
}

.object-fit {
    position: relative;
    display: block;
    overflow: hidden;
}
.object-fit:before {
    content: "";
    display: block;
}
.object-fit > img,
.object-fit > video,
.object-fit > iframe {
    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;
}
.object-fit.sq:before {
    padding-bottom: 100%;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.no-touchevents .bg-img.fixed {
    background-attachment: fixed;
}

.social-lists {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    line-height: 1;
}
.social-lists .ic {
    font-size: 16px;
    vertical-align: top;
    padding: 1px;
}
.social-lists > *:not(:last-child) {
    margin-right: 20px;
}
.social-lists > a:hover {
    transform: translateY(-4px);
}

.social-lists.share {
    color: #b73d25;
}
.social-lists.share .title {
    width: 100%;
    margin: 0 0 10px;
}

.c-white .social-lists:hover > a {
    color: #ddc7b7;
}
.c-white .social-lists:hover > a:hover {
    color: #fff;
}

/*========== CTAs ==========*/
.button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    vertical-align: top;
    padding: 0 20px;
    height: 45px;
    width: auto;
    max-width: 100%;
    min-width: 175px;
    border: 0;
    border-radius: 0;
    background-color: #b73d25;
    color: #fff;
    cursor: pointer;
}
.button:hover {
    background-color: #ddc7b7;
    color: #b73d25;
}

.button.outline {
    background-color: transparent;
    border: 1px solid;
    color: #b73d25;
}
.button.outline:hover {
    background-color: #b73d25;
    border-color: #b73d25;
    color: #fff;
}

.button.outline.white {
    color: #fff;
}
.button.outline.white:hover {
    background-color: #ddc7b7;
    border-color: #ddc7b7;
    color: #b73d25;
}

.button.lg {
    min-width: 262px;
}

/*.link,*/
.department a {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 0%;
    background-position: left bottom;
    background-origin: border-box;
    cursor: pointer;
}
.department a.active {
    color: #b73d25;
    background-color: transparent;
    background-image: linear-gradient(120deg, #b73d25 0%, #b73d25 100%);
    background-size: 100% 1px;
}

.link {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #b73d25;
}
.link:after,
.link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #b73d25;
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    transform: translateX(0);
}
.link:after {
    left: 0;
    right: auto;
    width: 0;
    transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.link:hover:after {
    width: 100%;
    transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
}
.link:before {
    right: 0;
    left: auto;
    width: 100%;
    transform-origin: left top;
    transform: scaleX(1);
    transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.3s,
        transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}
.link:hover:before {
    width: 0;
    transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.c-white .link,
.link.c-white {
    color: #fff;
}
.c-white .link:after,
.c-white .link:before,
.link.c-white:after,
.link.c-white:before {
    background-color: #fff;
}
.c-theme2 .link,
.link.c-theme2 {
    color: #362f2d;
}
.c-theme2 .link:after,
.c-theme2 .link:before,
.link.c-theme2:after,
.link.c-theme2:before {
    background-color: #362f2d;
}

/*========== Form - START ==========*/
form input,
form textarea,
form select {
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    border-radius: 0;
    border: 1px solid #d7d7d7;
    background-color: rgba(255, 255, 255, 0.1);
    background-color: #fff;
}
form textarea {
    display: block;
    overflow: auto;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    min-height: 135px;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none;
}

/* Select - START */
.select {
    position: relative;
}
.select select {
    line-height: normal;
    padding-right: 28px;
    text-overflow: "";
    cursor: pointer;
}
.select:after {
    font-family: "iconfont";
    content: "\e90c";
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    vertical-align: top;
    text-align: right;
    width: 45px;
    height: 100%;
    padding-right: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.select2-parent:after {
    display: none;
}
.select2-rendered__match {
    text-decoration: underline;
}

.select2-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}
.select2-container .select2-selection--single {
    outline: 0;
    display: block;
    height: 45px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 0 20px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    padding: 0;
    font-size: 100%;
    margin-top: 5px;
}
.select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1051;
    left: -100000px;
    border-radius: 0;
    border: 1px solid #d7d7d7;
    color: #362f2d;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    overflow: hidden;
}

.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 11px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    width: 100%;
    height: 100%;
    line-height: normal;
    display: flex;
    align-items: center;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered[title] {
    background-color: transparent;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow,
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: block;
    width: 45px;
    height: 100%;
    font-size: 0;
    text-align: center;
    padding-right: 20px;
    cursor: pointer;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: 0;
    margin: 0;
    position: static;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    height: 100%;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before,
.select2-container--default
    .select2-selection--single
    .select2-selection__clear:before {
    font-family: "iconfont";
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    content: "\e90c";
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear:before {
    content: "\e900";
}

.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--disabled
    .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: 0;
}
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 25vh;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #5a5a5a;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent;
    font-weight: 500;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 0;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__group {
    padding-left: 0;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: 0;
    padding-left: 0;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: 0;
    padding-left: 0;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: 0;
    padding-left: 0;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: 0;
    padding-left: 0;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: 0;
    padding-left: 0;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #b73d25;
    color: #fff;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
/* Select - END */

/* Checkbox & Radio - START */
.choice-group:not(:last-child) {
    margin-bottom: 30px;
}
.choice:not(:last-child) {
    margin-bottom: 15px;
}
.choice {
    position: relative;
    line-height: 1;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}
.choice input {
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    background: none;
}
.choice input + span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: inherit;
    padding-left: 30px;
    min-width: 15px;
    min-height: 15px;
    height: auto;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.choice input + span:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.choice input + span:after {
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    background-color: #b73d25;
    border-radius: 0;
    position: absolute;
    left: 2px;
    top: 2px;
    opacity: 0;
}
.choice input:checked + span:before {
    border-color: #b73d25;
}
.choice input:checked + span:after {
    opacity: 1;
}
.choice input[type="radio"] + span:before,
.choice input[type="radio"] + span:after {
    border-radius: 50%;
}
/* Checkbox & Radio - END */

/* Datepicker - START */
.datepicker {
    position: relative;
    font-size: inherit;
}
.datepicker:before {
    font-family: "iconfont";
    content: "\e934";
    font-size: 16px;
    font-weight: normal;
    width: 45px;
    height: 45px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.ui-datepicker {
    width: 287px;
    max-width: calc(100vw - 30px);
    margin: 0;
    padding: 0;
    color: #fff;
    background: #be503a;
    border-radius: 0;
    overflow: hidden;
    z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 0;
    border-radius: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    line-height: inherit;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: static;
    margin: 0;
    width: 100%;
    height: 100%;
    text-indent: inherit;
    font-size: 0;
}
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
    font-family: "iconfont";
    font-size: 10px;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev span:before {
    content: "\e901";
}
.ui-datepicker .ui-datepicker-next span:before {
    content: "\e902";
}
.ui-datepicker .ui-datepicker-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
}
.ui-datepicker .ui-datepicker-title:before,
.ui-datepicker .ui-datepicker-title:after {
    font-family: "iconfont";
    content: "\e90c";
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-title:before {
    left: 40px;
}
.ui-datepicker .ui-datepicker-title:after {
    right: 0;
}
.ui-datepicker .ui-datepicker-title select {
    width: 50px;
    padding: 0 13px 0 0;
    border: 0;
    line-height: normal;
}
.ui-datepicker .ui-datepicker-title select:not(:last-child) {
    margin-right: 20px;
}
.ui-datepicker .ui-datepicker-title select option {
    color: #000;
    padding: 0 5px;
}
.ui-datepicker .ui-datepicker-calendar {
    border: 0;
    border-radius: 0;
}
.ui-datepicker table {
    margin: 0;
    padding: 5px 0;
    font-size: inherit;
}
.ui-datepicker th,
.ui-datepicker td {
    padding: 5px 0;
    text-align: center;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    width: 26px;
    height: 26px;
}
.ui-datepicker thead tr:first-child th {
    padding-top: 5px;
}
.ui-datepicker tbody tr:last-child td {
    padding-bottom: 5px;
}
.ui-datepicker th,
.ui-datepicker .ui-datepicker-title {
    font-weight: 500;
    font-style: normal;
}
.ui-datepicker td .ui-state-highlight,
.ui-datepicker td .ui-state-active {
    font-weight: 500;
    font-style: normal;
    color: #ddc7b7;
}
.ui-datepicker td .ui-state-active {
    border-radius: 50%;
    background-color: #ddc7b7;
    color: #b73d25;
}
.ui-datepicker .ui-state-disabled {
    opacity: 0.1 !important;
    pointer-events: none !important;
}
.ui-datepicker a:hover {
    color: #ddc7b7 !important;
}
/* Datepicker - END */

.form fieldset:not(:last-child) {
    margin-bottom: 30px;
}
.form legend:not(:last-child) {
    margin-bottom: 10px;
}

.fields {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin: -7px -12px -8px -13px;
}
.fields .field {
    width: 100%;
    padding: 7px 12px 8px 13px;
}
.fields .note {
    color: #b2b2b2;
}
.fields .clr {
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: 100%;
}
.field .title:not(:last-child) {
    margin-bottom: 10px;
}

.add-field {
    margin: 5px 0 0;
}

.input {
    position: relative;
    text-align: left;
}
.input > .ic {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.input .label {
    padding: 0;
    border-radius: 0;
    position: relative;
    display: block;
    color: #999;
}
.input .label:not(.anim) {
    margin-bottom: 5px;
}
.input .label.anim {
    height: 45px;
    width: 100%;
    max-width: 100%;
    padding: 3px 20px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input.a-center .label.anim {
    justify-content: center;
}
.input.filled .label.anim:not(.fixed) {
    opacity: 0;
    visibility: hidden;
}
.input.filled .label.anim.fixed {
    height: auto;
    font-size: 10px;
    opacity: 0.4;
}
.input.filled input[type="password"] {
    letter-spacing: 1px;
}
.input.filled input,
.input.filled textarea,
.input.filled select,
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-weight: 500;
}

.input input:disabled,
.input textarea:disabled,
.input select:disabled,
.select2-container--default.select2-container--disabled
    .select2-selection--single {
    cursor: default;
    opacity: 0.4;
}

.input input[type="checkbox"]:disabled,
.input input[type="radio"]:disabled {
    background-color: transparent;
}

.input-action {
    position: relative;
}
.input-action input,
.input-action .label.anim {
    padding-right: 100px;
}
.input-action .cta {
    margin: 0;
    padding: 0;
    width: auto;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 20px;
}

.input ::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.input ::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.input :-ms-input-placeholder {
    font-weight: 400;
    font-style: normal;
    color: #999;
}
.input ::-webkit-input-placeholder {
    font-weight: 400;
    font-style: normal;
    color: #999;
}
.input ::-moz-placeholder {
    opacity: 1;
    font-weight: 400;
    font-style: normal;
    color: #999;
}
.input.filled :-ms-input-placeholder {
    font-weight: 400;
    font-style: normal;
    color: #999;
}
.input.filled ::-webkit-input-placeholder {
    font-weight: 400;
    font-style: normal;
    color: #999;
}
.input.filled ::-moz-placeholder {
    opacity: 1;
    font-weight: 400;
    font-style: normal;
    color: #999;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 0;
}

input::-webkit-contacts-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-transition: 5000s ease 0s;
    transition: 5000s ease 0s;
}

input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

form.c-white input,
form.c-white textarea,
form.c-white select,
form.c-white .select2-container--default .select2-selection--single {
    border-color: transparent;
    background-color: #be503a;
}
form.c-white .label {
    color: #fff;
}
form.c-white .input :-ms-input-placeholder {
    color: #fff;
}
form.c-white .input ::-webkit-input-placeholder {
    color: #fff;
}
form.c-white .input ::-moz-placeholder {
    opacity: 1;
    color: #fff;
}
form.c-white .input.filled :-ms-input-placeholder {
    color: #fff;
}
form.c-white .input.filled ::-webkit-input-placeholder {
    color: #fff;
}
form.c-white .input.filled ::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

/*========== Upload File ==========*/
.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
.custom-file-upload {
    display: flex;
    align-items: center;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
}
.file-upload-wrapper .file-upload-action {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.input:not(.filled) .file-upload-wrapper .file-upload-action {
    width: auto;
    right: 20px;
}
.file-upload-wrapper .file-upload-input {
    border: 1px solid #d7d7d7;
    padding: 10px 20px;
}

/*========== Tab ==========*/
.tab {
    position: relative;
}
.tab .control a.active {
    pointer-events: none;
}
.tab-content {
    position: relative;
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}
.tab-content.active {
    height: auto;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
}

/*========== Accordion ==========*/
.accordion {
    padding-bottom: 15px;
    border-bottom: 1px solid;
}
.accordion:not(:last-child) {
    margin-bottom: 30px;
}
.accordion .headline {
    cursor: pointer;
}
.accordion .headline .entry-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #b73d25;
}
.accordion .headline .entry-title:after {
    content: "+";
    padding-left: 15px;
}
.accordion.active .headline .entry-title:after {
    content: "-";
}
.accordion .content {
    display: none;
}
.accordion .content-inner {
    padding: 30px 0 50px;
}
.accordion .entry-content {
    padding: 15px 0;
}

/*========== Popup ==========*/
[class*="open-popup-"] {
    cursor: pointer;
}
.mfp-bg,
.mfp-wrap .mfp-content {
    opacity: 0;
}
.mfp-bg.mfp-ready {
    opacity: 1;
}
.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-bg {
    background: none;
    background-color: rgba(245, 240, 231, 0.95);
    z-index: 9998;
}
.mfp-wrap {
    z-index: 9999;
}
.mfp-container {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    max-height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
button.mfp-close,
.modal-dismiss {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    font-family: sans-serif;
    font-size: 0;
    line-height: 1;
    opacity: 1;
    position: absolute;
    z-index: 1;
}
button.mfp-close:hover,
.modal-dismiss:hover {
    color: #362f2d;
}
button.mfp-close,
button.mfp-close:active,
.modal-dismiss {
    top: 0;
    right: 0;
    padding: 10px;
}
button.mfp-close:before,
.modal-dismiss:before {
    display: inline-block;
    vertical-align: top;
    font-family: "iconfont";
    content: "\e900";
    font-size: 15px;
    font-weight: 400;
    line-height: inherit;
}

.popup-ctrl {
    font-size: 0;
    line-height: 0;
    position: fixed;
    z-index: -99999;
    top: 100%;
}

.popup-style-gallery.mfp-bg {
    background-color: rgba(0, 0, 0, 0.85);
}
.popup-style-gallery .mfp-image-holder .mfp-close {
    padding: 15px 15px 0 0 !important;
    width: auto !important;
    right: 0 !important;
    color: #000 !important;
}
.popup-style-gallery .mfp-container {
    display: flex;
    align-items: center;
    padding: 45px 0;
}
.popup-style-gallery .mfp-figure {
    position: relative;
}
.popup-style-gallery .mfp-figure figure {
    position: relative;
    background: #fff;
}
.popup-style-gallery .mfp-figure img.mfp-img {
    padding: 0;
    display: block;
    width: 768px;
    max-width: 100%;
    max-height: 100vh !important;
    max-height: calc(var(--vhFlexible, 1vh) * 100) !important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.popup-style-gallery .mfp-figure:after,
.popup-style-gallery .mfp-counter {
    display: none;
}
.popup-style-gallery .mfp-bottom-bar {
    margin: 0;
    top: calc(100% + 15px);
}
.popup-style-gallery .mfp-title {
    width: 100%;
    text-align: center;
    line-height: 1.3;
}
.popup-style-gallery .mfp-arrow {
    width: auto;
    height: auto;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.popup-style-gallery .mfp-arrow,
.popup-style-gallery .mfp-arrow:hover {
    color: #000;
}
.popup-style-gallery .mfp-arrow:before,
.popup-style-gallery .mfp-arrow:after {
    display: none;
}
.popup-style-gallery .mfp-arrow-left {
    left: 35px;
}
.popup-style-gallery .mfp-arrow-right {
    right: 35px;
}
.popup-style-gallery .mfp-arrow-left:before,
.popup-style-gallery .mfp-arrow-right:before {
    display: block;
    position: static;
    z-index: 10;
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    opacity: 1;
    font-family: "iconfont";
    font-size: 30px;
}
.popup-style-gallery .mfp-arrow-left:before {
    content: "\e905";
}
.popup-style-gallery .mfp-arrow-right:before {
    content: "\e906";
}

.popup-style-modal.mfp-bg {
    background-color: rgba(0, 0, 0, 0.85);
}
.popup-style-modal .modal-dismiss {
    position: absolute;
    padding: 15px 15px 0 0 !important;
    color: #ddc7b7 !important;
}
.popup-style-modal .modal-dismiss:hover {
    color: #fff !important;
}
.popup-style-modal .modal-dismiss:before {
    font-size: 20px !important;
}
.popup-style-modal .mfp-content {
    padding: 0;
    width: auto;
    max-width: 100%;
}

.modal-box {
    position: relative;
    z-index: 1;
    width: 670px;
    max-width: calc(100vw - 30px);
    margin: 0 auto;
    padding: 0;
    padding-bottom: 40px;
    color: #fff;
    background-color: #b73d25;
    background-image: url(../img/design/popup-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    border-radius: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal-box .link {
    color: inherit;
}
.modal-box .link:after,
.modal-box .link:before {
    background-color: currentColor;
}
.modal-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 40px 15px;
}
.modal-container > *:not(:first-child) {
    margin-top: 20px;
}
.modal-container .entry-header > * {
    margin: 0;
}
.modal-container .entry-header > *:not(:first-child) {
    margin-top: 5px;
}
.modal-container .entry-category {
    font-size: 12px;
    letter-spacing: 0.12em;
    color: #ddc7b7;
}
.modal-container .entry-cover {
    width: 334px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.modal-container .entry-cover .object-fit:before {
    padding-bottom: 68.8622754491%;
}

/*========== Slider ==========*/
.swiper-wrapper {
    will-change: transform;
}
.swiper-button {
    outline: none;
    margin: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    color: inherit;
    line-height: 1;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button:hover {
    color: inherit;
}
.swiper-button:after {
    font-family: "iconfont";
    font-size: 20px;
    font-weight: bold;
    color: inherit;
    opacity: 1;
}
.swiper-button-prev:after {
    content: "\e905";
}
.swiper-button-next:after {
    content: "\e906";
}
.swiper-button-prev {
    left: 40px;
}
.swiper-button-next {
    right: 40px;
}

.swiper-buttons {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    padding: 25px 20px;
    line-height: 1;
}
.swiper-buttons.left {
    right: auto;
    left: 0;
}
.swiper-buttons > *:not(:last-child) {
    margin-right: 15px;
}
.swiper-buttons .swiper-button {
    position: static;
    transform: none;
}
.swiper-buttons.alignfull {
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 45px;
    justify-content: space-between;
    pointer-events: none;
}
.swiper-buttons.alignfull .swiper-button {
    pointer-events: auto;
}

.swiper-pagination {
    line-height: 0;
    padding: 0;
}
.swiper-pagination-bullet {
    outline: none;
    font-size: 0;
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin: 0 3px !important;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0;
    border-radius: 50%;
    opacity: 1;
}
.swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}
.swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #b73d25;
}

.swiper-pagination.c-white
    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #fff;
}

.swiper-button-disabled {
    opacity: 0.2 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 15px;
}

.swiper-container:not(.swiper-container-initialized) .swiper-button,
.swiper-container:not(.swiper-container-initialized) .swiper-pagination {
    display: none !important;
}

.swiper-container-fade .swiper-slide {
    width: 100% !important;
    opacity: 0 !important;
}
.swiper-container-fade .swiper-slide-active {
    opacity: 1 !important;
}

.swiper-container.fix .swiper-button {
    top: 0;
    transform: none;
}

.swiper-infos {
    width: auto;
    position: absolute;
    z-index: 1;
    left: 30px;
    bottom: 30px;
    font-size: 10px;
    line-height: inherit;
    text-align: left;

    pointer-events: none;
}
.swiper-infos .swiper-pagination-fraction {
    position: static;
    text-align: left;
}
.swiper-infos .swiper-title {
    margin-bottom: 5px;
}

/*========== Plyr ==========*/
.plyr__tooltip {
    display: none !important;
}
.plyr__poster {
    background-size: cover;
}
.plyr--video.plyr--paused .plyr__poster {
    opacity: 1;
}
.plyr--video.plyr--paused .plyr__controls {
    opacity: 0;
}

.plyr--video .plyr__controls {
    padding: 30px;
}
.plyr--video .plyr__control--overlaid {
    background: none !important;
    color: #fff !important;
    width: auto;
    height: auto;
    padding: 0;
    text-align: center;
}
.plyr--video .plyr__control--overlaid:before {
    font-family: "iconfont";
    content: "\e933";
    color: inherit;
    font-size: 30px;
}
.plyr--video .plyr__control--overlaid svg {
    display: none;
}
.plyr--video .plyr__control.plyr__tab-focus {
    box-shadow: none;
}

.plyr__controls .plyr__controls__item,
.plyr__controls .plyr__controls__item .plyr__control {
    padding: 0;
    margin: 0;
}

.media-container {
    position: relative;
    overflow: hidden;
}
.media-container .player-title {
    color: #fff;
    padding: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.media-container .plyr--playing + .player-title {
    opacity: 0;
}
.media-container .plyr__video-wrapper.plyr__video-embed {
    padding-bottom: 54.2635658% !important;
}

.object-fit > .media-container {
    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;
}
.object-fit > .media-container .plyr {
    width: 100%;
    height: 100%;
}
.object-fit > .media-container .plyr__video-wrapper {
    height: 100%;
}
.object-fit > .media-container .plyr__video-wrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.object-fit > .media-container .plyr--video .plyr__control--overlaid,
.object-fit > .media-container .plyr--video .plyr__controls {
    display: none !important;
}

/*========== Post ==========*/
.post {
    color: #362f2d;
}
.post .entry-header {
    text-align: center;
}
.post .entry-title {
    color: #b73d25;
}
.post .entry-date {
    margin: 10px 0 0;
}

.entry > *:not(:last-child) {
    margin-bottom: 50px;
}

.entry-content > *:not(:last-child),
.entry-content .wp-block-column > *:not(:last-child) {
    margin-bottom: 20px;
}
.entry-content li:not(:last-child) {
    margin-bottom: 8px;
}
.entry-content ul {
    list-style-type: disc;
    padding-left: 1.35em;
}
.entry-content ol {
    list-style-type: decimal;
    padding-left: 1.35em;
}
.entry-content figure {
    overflow: hidden;
}
.entry-content .wp-block-image {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.entry-content .wp-block-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.entry-content .wp-block-image:not(.alignfull):not(.alignwide) img {
    width: 540px;
    height: auto;
    max-width: 100%;
    max-height: 450px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.entry-content [class*="wp-block-"] {
    list-style: none;
    padding: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.entry-content [class*="wp-block-"] li {
    margin: 0 auto !important;
}
.entry-content [class*="wp-block-"]:not(:first-child) {
    margin-top: 60px;
}
.entry-content [class*="wp-block-"]:not(:last-child) {
    margin-bottom: 60px;
}
.entry-content [class*="wp-block-"]:first-child {
    margin-top: 0;
}
.entry-content [class*="wp-block-"]:last-child {
    margin-bottom: 0;
}
.entry-content [class*="wp-block-"].alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.entry-content .blocks-gallery-grid {
    list-style: none;
    padding: 0;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}
.entry-content .blocks-gallery-grid {
    margin: -10px;
}
.entry-content .blocks-gallery-grid > li {
    padding: 10px;
}
.entry-content .wp-block-columns {
    justify-content: space-between;
}
.entry-content .wp-block-columns .wp-block-column {
    margin: 0;
    flex-basis: calc(50% - 30px);
}
.entry-content .wp-block-columns .wp-block-image {
    width: 100%;
}

.post.explore .entry-cta {
    display: none;
    margin-top: 20px;
}
.post.explore .entry-content > *:not(:nth-child(-n + 2)) {
    display: none;
}
.post.explore.active .entry-content {
    -webkit-mask-box-image: -webkit-linear-gradient(
        white 50%,
        transparent 100%
    );
}
.post.explore.active .entry-cta {
    display: block;
}

.content-group .entry-title {
    position: relative;
    color: #b73d25;
}
.content-group .entry-content ul {
    list-style: none;
    padding-left: 0;
}
.content-group .entry-content ul > li {
    position: relative;
    padding-left: 10px;
}
.content-group .entry-content ul > li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: auto;
}
.content-group:not(:last-child) {
    border-bottom: 1px solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.content-group > *:not(:first-child) {
    margin-top: 25px;
}

.content-group.toggle .entry-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.content-group.toggle .entry-title:after {
    content: "-";
}
.content-group.closed .entry-title:after {
    content: "+";
}

.highlight {
    display: grid;
    grid-gap: 30px 15px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    text-align: center;
    text-transform: uppercase;
}
.highlight .ic {
    display: block;
    width: 50px;
    margin: 0 auto 15px;
    color: #dcc1ad;
}
.highlight .ic > img {
    -webkit-filter: brightness(0%) invert(86%) sepia(13%) saturate(518%)
        hue-rotate(340deg) brightness(95%) contrast(81%);
    filter: brightness(0%) invert(86%) sepia(13%) saturate(518%)
        hue-rotate(340deg) brightness(95%) contrast(81%);
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-container iframe {
    outline: 0;
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.map-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.map-container:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 41.4285714%;
}
.map-container .mockup {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.map-container iframe {
    outline: 0;
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.table tr > * {
    vertical-align: top;
}
.table tr > *:not(:last-child) {
    padding-right: 20px;
}
.table thead tr > * {
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #362f2d;
}
.table tbody tr > * {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

/*========== Pagination ==========*/
ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.page-numbers,
.wp-pagenavi {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}
.wp-pagenavi {
    justify-content: center;
}
ul.page-numbers > *,
.wp-pagenavi > * {
    color: #362f2d;
    text-align: center;
}
ul.page-numbers > * > *,
.wp-pagenavi > * {
    width: auto;
    height: auto;
    text-transform: lowercase;
    background: none;
    border: 0;
    margin: 0 10px;
}
ul.page-numbers > * > *:hover,
.wp-pagenavi > *:hover {
    background: none;
}
ul.page-numbers .current,
.wp-pagenavi > .current {
    color: #b73d25;
    background: none;
}
ul.page-numbers .prev,
ul.page-numbers .next,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
ul.page-numbers .prev:before,
ul.page-numbers .next:after,
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:after {
    font-family: "iconfont";
    font-size: 10px;
    line-height: 1;
}
ul.page-numbers .prev,
.wp-pagenavi .previouspostslink {
    left: 0;
}
ul.page-numbers .prev:before,
.wp-pagenavi .previouspostslink:before {
    content: "\e909";
    margin-right: 5px;
}
ul.page-numbers .next,
.wp-pagenavi .nextpostslink {
    right: 0;
}
ul.page-numbers .next:after,
.wp-pagenavi .nextpostslink:after {
    content: "\e90a";
    margin-left: 5px;
}
.wp-pagenavi > span.pages {
    display: none;
}

.single .wp-pagenavi {
    justify-content: space-between;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.single .wp-pagenavi .share {
    grid-row: 1;
    grid-column: 2;
    justify-self: center;
}
.single .wp-pagenavi .previouspostslink {
    grid-row: 1;
    grid-column: 1;
    justify-self: start;
}
.single .wp-pagenavi .nextpostslink {
    grid-row: 1;
    grid-column: 3;
    justify-self: end;
}
.single .wp-pagenavi .previouspostslink,
.single .wp-pagenavi .nextpostslink {
    position: static;
    transform: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/*========== Header ==========*/
#header {
    position: relative;
    z-index: 100;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    will-change: transform;
}
.header-nav {
    position: relative;
    z-index: 101;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
    grid-gap: 0 60px;
    grid-template-columns: auto 1fr;
}
.header-brand {
    grid-column: 1;
}
.header-menu {
    grid-column: 2;
}
.header-menu .button {
    min-width: 140px;
}
.header-menu .main-menu > li > a,
.header-menu .tools {
    font-size: 16px;
}
.header-menu .tools {
    display: flex;
    align-items: baseline;
    gap: 15px;
}
.header-menu .lang-tool {
    position: relative;
    text-transform: uppercase;
}
.header-menu .lang-tool .ctrl {
    display: flex;
    align-items: baseline;
}
.header-menu .lang-tool .ctrl:after {
    font-family: "iconfont";
    content: "\e90c";
    font-size: 10px;
    margin-left: 5px;
}
.header-menu .lang-tool .wpml-ls {
    display: none;
    border: 0;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: -15px;
}
.header-menu .lang-tool .wpml-ls-item {
    margin-bottom: 1px;
    min-width: 100%;
}
.header-menu .lang-tool .wpml-ls-item .wpml-ls-link {
    min-width: 0;
    min-height: 38px;
    padding: 7px 15px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f4f1;
    color: #362f2d;
}
.header-menu .lang-tool .wpml-ls-item .wpml-ls-link:hover {
    background-color: #ddc7b7;
    color: #b73d25;
}
.header-menu .lang-tool .wpml-ls-current-language {
    display: none !important;
}

html.page-scrolling #header.header-fixed {
    background: #fff;
}

html:not(.page-scrolling):not(.header-menu-enabled)
    #header.white
    .header-brand
    .logo {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
html:not(.page-scrolling):not(.header-menu-enabled)
    #header.white
    .header-menu
    .main-menu
    > li
    > a,
html:not(.page-scrolling):not(.header-menu-enabled)
    #header.white
    .header-menu
    .tool
    > .ctrl {
    color: #fff;
}
html:not(.page-scrolling):not(.header-menu-enabled)
    #header.white
    .hamburger
    .bars,
html:not(.page-scrolling):not(.header-menu-enabled)
    #header.white
    .hamburger
    .bars:after,
html:not(.page-scrolling):not(.header-menu-enabled)
    #header.white
    .hamburger
    .bars:before {
    background-color: #fff;
}

/*========== Footer ==========*/
#footer {
    position: relative;
    width: 100%;
    padding: 60px 0 30px;
    background: #b73d25;
    color: #fff;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 34.7619047%;
    align-items: baseline;
}
.footer-container a:hover {
    color: #fff;
}
.footer-container .entry-title:not(:last-child) {
    margin-bottom: 7px;
}

.footer-directory {
    display: inline-grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr auto;
}
.footer-directory .menu {
    flex-direction: column;
}
.footer-directory .menu > li:not(:last-child) {
    margin-bottom: 4px;
}
.footer-directory .menu > li > a {
    font-size: 16px;
    color: #fff;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.footer-directory .menu > li > a:not(:last-child) {
    margin-bottom: 7px;
}
.footer-directory .menu > li > ul > li:not(:last-child) {
    margin-bottom: 2px;
}
.footer-directory .menu > li > ul > li > a:not(:hover) {
    color: #ddc7b7;
}

.footer-other {
    height: 100%;
    display: inline-grid;
    grid-gap: 20px 0;
    grid-template-columns: 100%;
    grid-template-rows: 1fr auto;
    justify-content: space-between;
}
.footer-other .subscribe-box > *:not(.entry-title):not(:last-child) {
    margin-bottom: 20px;
}
.footer-other .social-lists:hover > a {
    color: #ddc7b7;
}
.footer-other .social-lists:hover > a:hover {
    color: #fff;
}

.footer-legal {
    grid-column: auto / span 2;
    display: grid;
    grid-gap: 0 10px;
    grid-template-columns: auto 1fr auto;
    align-items: end;
    line-height: 1;
    color: #ddc7b7;
}
.footer-legal .slogan {
    width: 108px;
    grid-column: 3;
}

/*========== Main ==========*/
#main {
    position: relative;
}

/* Section */
section {
    position: relative;
    z-index: 1;
    transition-property: height, min-height;
}
section.fixscreen,
section.fullscreen {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.fixscreen {
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100));
}
section.fullscreen {
    min-height: 100vh;
    min-height: calc((var(--vh, 1vh) * 100));
}

.sc-inner {
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.sc-inner.pull {
    padding-top: 50px;
    padding-bottom: 150px;
}

.sc-layout > *:not(:last-child),
.sc-headline:not(:last-child) {
    margin-bottom: 30px;
}
.sc-headline > *:not(:last-child) {
    margin-bottom: 10px;
}
.sc-headline > .sc-action:not(:first-child) {
    margin-top: 20px;
}

.sc-action:not(:first-child) {
    margin-top: 30px;
}
.sc-pagenavi:not(:first-child),
.sc-content + .sc-headline {
    margin-top: 75px;
}

.sc-action.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}
.sc-action.flex > *:not(:last-child) {
    margin-right: 5px;
}
.sc-action.flex.a-center {
    justify-content: center;
}
.sc-action.flex.a-center > * {
    margin: 2px 2px 3px 3px;
}

.sc-layout {
    position: relative;
}

.sc-heading {
    color: #b73d25;
}

.sc-scene {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.sc-explore {
    font-size: 25px;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.sc-tile.cover > .object-fit:before {
    padding-bottom: 111.1111111%;
}

/* Nav */
.nav {
    height: 85px;
    display: flex;
    align-items: center;
    text-align: center;
    border-top: 1px solid #ecebe8;
    border-bottom: 1px solid #ecebe8;
}
.nav a {
    position: relative;
}
.nav a:after {
    content: "";
    display: block;
    margin: 2px auto 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b73d25;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.nav a:not(:hover) {
    color: #999;
}
.nav a:not(:hover):after {
    opacity: 0;
    margin-top: 5px;
}

.nav a.active {
    color: #b73d25;
    pointer-events: none;
}
.nav a.active:after {
    opacity: 1;
    margin-top: 2px;
}

.nav .swiper-container {
    overflow: visible;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
}
.nav .swiper-container .swiper-wrapper {
    align-items: center;
}
.nav .swiper-container .swiper-slide {
    width: auto;
    padding: 0 20px;
}

/* Billboard */
.billboard {
    color: #fff;
}
.billboard:before {
    content: "";
    width: 100%;
    height: 110px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    pointer-events: none;
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(0, 0, 0, 0.5)),
        color-stop(100%, rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.billboard .object-fit:before {
    padding-bottom: 36.7407407%;
}
.billboard .sc-inner {
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.billboard .sc-inner a,
.billboard .sc-inner button {
    pointer-events: auto;
}
.billboard .sc-heading {
    color: inherit;
}

/* Hero */
.hero {
    position: relative;
}
.hero .sc-cover {
    position: relative;
}
.hero .sc-cover:before {
    content: "";
    display: block;
    width: 100%;
}
.hero .sc-cover > * {
    opacity: 0.9;
    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;
}
.hero .sc-inner {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.hero .plyr--video .plyr__control--overlaid {
    display: none !important;
}
.hero .plyr--video .plyr__controls {
    opacity: 1;
    padding: 30px;
}
.hero .plyr--video .plyr__controls .plyr__control {
    line-height: 0;
}
.hero
    .plyr--video.plyr--paused
    .plyr__controls
    .plyr__control[data-plyr="play"]
    svg {
    display: none;
}
.hero
    .plyr--video.plyr--paused
    .plyr__controls
    .plyr__control[data-plyr="play"]:before {
    font-family: "iconfont";
    content: "\e933";
    font-size: 18px;
    line-height: 1;
}
.hero .plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 1;
    transform: none;
}

/* Instagram */
#igfeed .igfeed-container {
    position: relative;
}
#igfeed .igfeed-container .entry-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}
#igfeed .igfeed-container .entry-title .ic {
    margin-bottom: 10px;
}

/* Award */
.award-container {
    width: 100%;
    height: 125px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.award-container {
    overflow: visible;
}
.award-container .image a {
    display: block;
}
.award-container .image img {
    width: auto;
    height: 100px;
}
.award-container .swiper-wrapper {
    align-items: center;
}
.award-container .swiper-slide {
    width: auto;
    height: auto;
    padding: 0 45px;
}
.award-container .swiper-slide:first-child {
    padding-left: 0;
}
.award-container .swiper-slide:last-child {
    padding-right: 0;
}

/* Blog */
.blog {
    position: relative;
    display: block;
}
.blog .object-fit:before {
    padding-bottom: 71.7125382%;
}
.blog .meta {
    padding: 20px 0 0;
}
.blog .meta > *:not(:last-child) {
    margin-bottom: 5px;
}
.blog .entry-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-grid {
    display: grid;
    grid-row-gap: 50px;
}
.blog-grid.featured .break {
    grid-row: 3;
    border-bottom: 1px solid #362f2d;
}
.blog-grid.featured .blog:nth-child(1) .image,
.blog-grid.featured .blog:nth-child(2) .image {
    box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.2);
}

.blog-grid:not(.featured) .break {
    display: none;
}

.blog-container {
    overflow: visible;
}

.blog-cover {
    box-shadow: 0px 30px 30px -30px rgba(0, 0, 0, 0.8);
    background: #000;
    color: #fff;
    overflow: visible;
}
.blog-cover .object-fit:before {
    padding-bottom: 46.3809523%;
}

.category-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-width: 82px;
    height: 24px;
    background: #b73d25;
    color: #fff;
    font-size: 11px;
}
.category-label.cat-new {
    background: #b73d25;
}
.category-label.cat-eat-drink {
    background: #de9919;
}
.category-label.cat-press {
    background: #ff844a;
}
.category-label.cat-giving {
    background: #73734e;
}
.category-label.cat-event {
    background: #afaba4;
}
.category-label.cat-todo {
    background: #d9aaa1;
}

.blog .category-label {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: -5px;
}

/* Career */
.career-main {
    background-image: url(../img/bg/career-top.png),
        url(../img/bg/career-bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left bottom;
    background-size: 50% auto;
}
.career-main .position-selected {
    display: none;
}
.career-main .department:not(:last-child) {
    margin-bottom: 20px;
}
.career-main .department > *:not(:last-child) {
    margin-bottom: 10px;
}
.career-main .department li:not(:last-child) {
    margin-bottom: 7px;
}

/* Page */
.page-main {
    background-image: url(../img/bg/page-top.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50% auto;
}

/* Card */
.card {
    position: relative;
}
.card:before {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}

.card,
.card .meta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card > *,
.card .meta > * {
    width: 100%;
}
.card .meta,
.card .entry-cta {
    flex: 1;
}
.card .entry-cta {
    display: flex;
    align-items: flex-end;
}
.card .meta {
    padding: 20px 0 0;
    text-align: left;
}
.card .meta > *:not(:last-child) {
    margin-bottom: 5px;
}
.card:before,
.card .object-fit:before {
    padding-bottom: 71.7213114%;
}

.card:hover {
    color: inherit;
}
.card:hover .entry-title {
    color: #b73d25;
}

.card-container:not(.swiper-container) {
    display: grid;
    grid-gap: 50px 25px;
}
.card-container:not(.swiper-container).columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.card-container:not(.swiper-container).columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.card-container:not(.swiper-container).columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.card-container:not(.swiper-container).columns-3 .card:first-child:last-child {
    grid-column: 2;
}

.card-container .swiper-pagination {
    bottom: -57px;
}

.card-container.swiper-container {
    margin: 0 -12px 0 -13px;
    overflow: visible;
}
.card-container.swiper-container > .swiper-wrapper > .swiper-slide {
    height: auto;
    padding: 0 12px 0 13px;
}
.card-container.swiper-container > .swiper-button-prev {
    left: -37px;
}
.card-container.swiper-container > .swiper-button-next {
    right: -38px;
}

.card-container.columns-3 > .swiper-wrapper > .swiper-slide {
    width: 33.3333333%;
}

/* blog */
.blog-main.single #cover {
    z-index: 2;
}
.blog-main.single #cover:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    background: #ddc7b7;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.blog-main.single #cover .sc-inner {
    padding-top: 110px;
    padding-bottom: 0;
}
.blog-main.single #article .sc-inner {
    background-image: url(../img/bg/branch-left2.png);
    background-repeat: no-repeat;
    background-position: left 30px;
    background-size: 50% auto;
}

/* Room */
.intro .sc-inner {
    display: flex;
    align-items: center;
    min-height: 300px;
}
.roomtype {
    background: #000;
    color: #fff;
}
.roomtype:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(0, 0, 0, 0)),
        color-stop(100%, rgba(0, 0, 0, 0.9))
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.9) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.roomtype .sc-heading {
    color: inherit;
}
.roomtype .sc-action .button:not(:hover) {
    color: inherit;
    border-color: inherit;
}
.roomtype .sc-inner {
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
}
.roomtype .multislider {
    display: flex;
}
.roomtype .multislider > * {
    flex: 1;
    flex-grow: 1;
}
.roomtype .multislider .object-fit:before {
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100));
}

.room .sc-images .object-fit:before {
    padding-bottom: 79.933665%;
}
.room .sc-headline:not(:last-child) {
    margin-bottom: 20px;
}
.room .sc-content > *:not(:last-child) {
    margin-bottom: 30px;
}
.room .sc-action {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.room .sc-action > * {
    width: 100%;
    min-width: 0;
    padding: 0;
}
.room .sc-action > *:not(:last-child) {
    margin-right: 5px;
}

.room .entry-info {
    color: #808080;
}
.room .entry-info img {
    -webkit-filter: brightness(0%) invert(52%) sepia(0%) saturate(0%)
        hue-rotate(112deg) brightness(97%) contrast(87%);
    filter: brightness(0%) invert(52%) sepia(0%) saturate(0%) hue-rotate(112deg)
        brightness(97%) contrast(87%);
}
.room .entry-info li {
    display: flex;
    align-items: center;
}
.room .entry-info li:not(:last-child) {
    margin-bottom: 10px;
}
.room .entry-info .ic {
    width: 20px;
    margin-right: 20px;
}
.room .entry-info .ic > img {
    display: block;
    width: 100%;
    height: auto;
}
.room .entry-info .ic-name {
    flex: 1;
    margin: 0;
}

.roomall > .room:nth-child(3n + 1) {
    background-color: #f2f0ea;
}
.roomall > .room:nth-child(3n + 2) {
    background-color: #ddc7b7;
    background-image: url(../img/bg/cement.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.roomall > .room:nth-child(3n + 3) {
    background-color: #fff;
    background-image: url(../img/bg/branch-right5.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% auto;
}

.room-main.single #article {
    background-color: #fff;
    background-image: url(../img/bg/branch-left2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50% auto;
}

/* Check Availibity */
#check-availibity {
    color: #fff;
    background: #b73d25 url(../img/bg/check-availibity.jpg) no-repeat center
        center;
    background-size: cover;
}
#check-availibity .form {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#check-availibity .form > * {
    flex: 1;
}
#check-availibity .form > *:not(:last-child) {
    margin-right: 5px;
}
#check-availibity .form .cta {
    flex: none;
}
#check-availibity .booknow {
    background: none !important;
    color: #fff !important;
    font-size: 20px;
    height: 60px;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    display: flex;
    align-items: center;
    justify-content: center;
}
#check-availibity .input:has(input:disabled) > .label {
    opacity: 0.5;
}

#check-availibity .select:after,
#check-availibity .select2-selection__arrow {
    display: none !important;
}

/* Story */
.story-intro {
    background-image: url(../img/bg/story1.png), url(../img/bg/story2.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: 50% auto;
}
.story-quote {
    z-index: 2;
}
.story-quote .sc-scene {
    width: 50%;
    height: auto;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(50%);
}
.story-quote .sc-scene:before {
    content: "";
    display: block;
    padding-bottom: 23.037037%;
}
.story-quote .sc-images {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.story-quote .sc-images > * {
    flex: 1;
}
.story-quote .sc-images > *:not(:last-child) {
    margin-right: 5px;
}
.story-quote .sc-images .image {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.story-quote .sc-images .object-fit:before {
    padding-bottom: 147.076923%;
}

/**/
.image-container {
    overflow: visible;
    margin: 0 -12px 0 -13px;
}
.image-container:not(:last-child) {
    margin-bottom: 50px;
}
.image-container .swiper-slide {
    width: 100%;
    padding: 0 12px 0 13px;
}
.image-container .object-fit:before {
    padding-bottom: 55.8108108%;
}

/* Wedding */
.wedding-main.single .intro + #article .sc-inner {
    padding-top: 0;
}

.entry-package:not(:last-child) {
    margin-bottom: 50px;
}

.package {
    text-align: left;
}
.package .headline {
    color: #b73d25;
    margin-bottom: 15px;
}
.package .row {
    display: flex;
    align-items: baseline;
    border-top: 1px solid #b73d25;
    border-bottom: 1px solid #b73d25;
    padding: 10px 0;
    margin-bottom: -1px;
}
.package .row .entry-title {
    width: 130px;
    font-weight: 500;
}
.package .row .entry-content {
    flex: 1;
}
.package .row .entry-content li:not(:last-child) {
    margin-bottom: 4px;
}

/* Index */
.index-main .billboard:before {
    display: none;
}
.index-main #best-rooms {
    background-color: #ddc7b7;
}

#lead .tab {
    height: auto;
    border: 0;
    margin-bottom: 50px;
}
#lead .sc-container {
    display: grid;
}
#lead .sc-content > *:not(:last-child) {
    margin-bottom: 15px;
}
#lead .sc-images .object-fit:before {
    padding-bottom: 66.4110429%;
}

.topic .entry-headline {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.topic .entry-icon {
    margin-right: 15px;
}
.topic .entry-icon > img {
    width: auto;
    height: 54px;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
    -webkit-filter: brightness(0%) invert(88%) sepia(17%) saturate(320%)
        hue-rotate(340deg) brightness(94%) contrast(84%);
    filter: brightness(0%) invert(88%) sepia(17%) saturate(320%)
        hue-rotate(340deg) brightness(94%) contrast(84%);
}
.topic .entry-title {
    color: #b73d25;
    flex: 1;
}
.topic-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -22px -22px -23px -23px;
}
.topic-container .topic {
    width: 25%;
    padding: 22px 22px 23px 23px;
}

.event-setup:not(:last-child) {
    margin-bottom: 50px;
}
.event-setup .object-fit:before {
    padding-bottom: 70%;
}
.event-setup .entry-content {
    padding: 0;
}

.floorplan-container {
    display: grid;
    grid-gap: 50px 25px;
    grid-template-columns: repeat(3, 1fr);
}
.floorplan {
    display: block;
}
.floorplan > *:not(:last-child) {
    margin-bottom: 15px;
}
.floorplan .object-fit {
    border: 1px solid #e3e3e3;
}
.floorplan .object-fit:before {
    padding-bottom: 71.6463414%;
}
.floorplan:hover .object-fit {
    border-color: #adadad;
}
.floorplan:hover .entry-title {
    color: #b73d25;
}

/* Scene */
#igfeed,
#related {
    z-index: 2;
}
#igfeed .sc-inner,
#related .sc-inner {
    z-index: 1;
}
#igfeed .sc-scene,
#related .sc-scene {
    z-index: 0;
    background-size: 50% auto;
    background-position: right top;
    transform: translateY(-65px);
}

/* 404 */
#error404 {
    background-position: center bottom;
    background-size: contain;
}
#error404 .sc-brand {
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 100;
    top: 30px;
    left: 0;
}
#error404 .sc-brand .brand .logo {
    height: 35px;
}
#error404.c-white .sc-brand .brand .logo {
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%);
}
#error404 .sc-content:not(:first-child) {
    margin-top: 50px;
}

/*========== Fix Style ==========*/
.c-theme {
    color: #b73d25 !important;
}
.c-theme2 {
    color: #362f2d !important;
}

.bg-theme {
    background-color: #b73d25 !important;
}
.bg-theme2 {
    background-color: #f2f0ea !important;
}
.bg-theme3 {
    background-color: #ddc7b7 !important;
}

.bg-wave {
    background: #ecebe8 url(../img/bg/wave.png) no-repeat center center;
    background-size: 100% auto;
}
.bg-wave2 {
    background: #ffffff url(../img/bg/wave2.png) no-repeat center top;
    background-size: 100% auto;
}
.bg-sand-wave {
    background: #ffffff url(../img/bg/sand-wave.jpg) no-repeat center center;
    background-size: cover;
}
.bg-cement {
    background: #ddc7b7 url(../img/bg/cement.jpg) no-repeat center center;
    background-size: cover;
}
.bg-brush {
    background: #ecebe8 url(../img/bg/brush-2.jpg) no-repeat center center;
    background-size: cover;
}
.bg-branch-multi {
    background-image: url(../img/bg/branch-left.png),
        url(../img/bg/branch-right.png);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    background-size: 50% auto;
}
.bg-branch-left2 {
    background-image: url(../img/bg/branch-left2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50% auto;
}
.bg-branch-right2 {
    background-image: url(../img/bg/branch-right2.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% auto;
}
.bg-branch-right3 {
    background-image: url(../img/bg/branch-right3.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50% auto;
}
.bg-branch-right4 {
    background-image: url(../img/bg/branch-right4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50% auto;
}

.bg-black {
    background-color: #000000 !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-gray {
    background-color: #ecebe8 !important;
}
.c-black {
    color: #000000 !important;
}
.c-white {
    color: #ffffff !important;
}
.c-gray {
    color: #999999 !important;
}
.nowrap {
    white-space: nowrap !important;
}
.text-transform-none {
    text-transform: none !important;
}
.a-left {
    text-align: left !important;
}
.a-right {
    text-align: right !important;
}
.a-center {
    text-align: center !important;
}
.v-start {
    align-items: flex-start !important;
}
.v-center {
    align-items: center !important;
}
.v-end {
    align-items: flex-end !important;
}
.v-baseline {
    align-items: baseline !important;
}
.j-start {
    justify-content: flex-start !important;
}
.j-center {
    justify-content: center !important;
}
.j-end {
    justify-content: flex-end !important;
}
.j-space-between {
    justify-content: space-between !important;
}
.margin-0 {
    margin: 0 !important;
}
.margin-top-0 {
    margin-top: 0 !important;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.padding-0 {
    padding: 0 !important;
}
.padding-top-0 {
    padding-top: 0 !important;
}
.padding-bottom-0 {
    padding-bottom: 0 !important;
}
.hidden {
    display: none !important;
}
.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.overflow-hidden {
    overflow: hidden !important;
}

/*========== Animate ==========*/
.animated {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    transition-timing-function: ease;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes imgMatrix {
    from {
        transform: matrix(1.12, 0, 0, 1.12, 0, 0);
    }
    to {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}
@keyframes imgMatrix {
    from {
        transform: matrix(1.12, 0, 0, 1.12, 0, 0);
    }
    to {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}
.imgMatrix {
    -webkit-animation-name: imgMatrix;
    animation-name: imgMatrix;
    transition: none;
}

.animsition-overlay-slide {
    z-index: 10000;
    background-color: #b73d25;
    overflow: hidden;
}

/*========== Cookie Law ==========*/
#cookie-law-info-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100% !important;
    min-height: 60px !important;
    padding: 15px 30px !important;
    position: fixed !important;
    z-index: 99 !important;
    bottom: 0 !important;
    left: 0 !important;
    background: #f2f0ea !important;
    border: 0 !important;
    color: #362f2d !important;
    font-family: inherit !important;
    font-size: 12px !important;
    text-transform: none !important;
}
#cookie-law-info-bar a {
    text-decoration: underline !important;
    background: none !important;
}
#cookie-law-info-bar > span {
    display: block;
    padding: 0 60px 0 0;
    margin: 0 auto;
    width: 1050px;
    max-width: 100%;
    position: relative;
}
#cookie-law-info-bar strong,
#cookie-law-info-bar #cookie_action_close_header {
    font-family: "Spectral", serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
#cookie-law-info-bar #cookie_action_close_header {
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    text-decoration: underline !important;
    text-transform: lowercase !important;
    color: #362f2d !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    position: absolute !important;
    z-index: 1 !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
#cookie-law-info-bar #cookie_action_close_header:hover {
    color: #b73d25 !important;
    background: none !important;
    border: 0 !important;
}
@media (max-width: 767px) {
    #cookie-law-info-bar {
        padding: 15px !important;
    }
    #cookie-law-info-bar > span {
        padding: 0 15px 0 0;
    }
    #cookie-law-info-bar #cookie_action_close_header {
        position: static !important;
        transform: none !important;
        margin-top: 5px !important;
        display: block !important;
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
    }
}
