/*!
Theme Name: wecangroup child
Theme URI: https://wecan-group.com/
Author: wecan-group.vn
Author URI: https://wecan-group.com/
Template: wecangroup
Description: WecanGroup Company Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wecangroup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wecangroup is based on wecangroup https://underscores.me/, (C) 2012-2020 Automattic, Inc.
wecangroup is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*-- site general css --*/
@font-face {
    font-family: 'BHN TAN MEMORIES';
    src: url('webfonts/bhn-tan-memories.ttf');
}

@font-face {
    font-family: 'Averta Regular';
    src: url('webfonts/averta-regular.otf');
}

@font-face {
    font-family: 'Averta Semi Bold';
    src: url('webfonts/averta-semibold.otf');
}

:root {
    --site-title-font: "BHN TAN MEMORIES";
    --site-primary-font: "Quicksand";
    --site-second-font: "Bricolage Grotesque";
    --site-third-font: "Averta Regular";
    --site-fourth-font: "Averta Semi Bold";
    --site-fifth-font: "ABeeZee";
    --site-primary-color: #B6182E;
    --site-second-color: #D6EF66;
    --site-border-color: #EDEDED;
    --font-primary-color: #313131;
    --font-second-color: #FFF;
    --font-third-color: #727272;
    --font-fourth-color: #262626;
}

html, body {
    overflow-x: hidden;
    margin-bottom: 0 !important;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--site-primary-font), sans-serif;
    color: var(--font-primary-color);
}

.hidden,
.woocommerce-cart-form__cart-item .minus,
.woocommerce-cart-form__cart-item .plus {
	display: none !important;
}

.container {
    width: 1520px;
    max-width: 100%;
}

.content-title-1,
.content-title-2,
.content-title-3,
.content-subtitle-1,
.content-subtitle-2,
.content-subtitle-3 {
    margin-bottom: 0;
}

.content-title-1,
.content-title-2,
.content-title-3,
.content-subtitle-1,
.content-subtitle-2 {
    font-family: var(--site-title-font), sans-serif;
}

.content-title-1,
.content-title-2 {
    font-size: 64px;
    line-height: 150%;
}

.content-title-1,
.content-title-3 {
    color: var(--font-fourth-color);
}

.content-title-2 {
    color: var(--font-second-color);
}

.content-title-3 {
    font-size: 40px;
    line-height: 150%;
}

.content-subtitle-1,
.content-subtitle-2,
.content-subtitle-3 {
    font-size: 16px;
    line-height: 24px;
}

.content-subtitle-1,
.content-subtitle-3 {
    color: var(--site-primary-color);
}

.content-subtitle-2 {
    color: var(--site-second-color);
}

.content-subtitle-3 {
    font-family: var(--site-fifth-font), sans-serif;
}

.custom-header {
    height: 600px;
    position: relative;
}

.custom-header-content {
    bottom: 56px;
    position: absolute;
}

.custom-header-content,
.custom-header-content a,
.custom-header-content a:hover,
.custom-header-content a:focus,
.custom-header-content a:visited {
    color: var(--font-second-color);
}

.content-description p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    transition: .5s;
}

a:focus {
    outline: none;
}

a,
a:visited {
    color: var(--font-primary-color);
}

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

.btn {
    box-shadow: none !important
}

.btn,
.btn:hover,
.btn:focus {
    border: none;
}

.btn-content {
    padding: 20px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 16px;
    transition: .5s;
    background: var(--site-primary-color);
    display: inline-block;
    text-align: center;
}

.btn-content:hover {
    cursor: pointer;
}

.btn-content,
.btn-content:visited {
    color: var(--font-second-color);
}

.btn-content:hover,
.btn-content:focus {
    color: var(--font-fourth-color);
    background: var(--site-second-color);
}

.img-content {
    width: 100% !important;
}

.hover-img-wrapper {
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}

.hover-img {
    transition: all .5s ease-in-out;
}

.fancybox-container {
    z-index: 99999;
}

.swiper-button-next, 
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--font-primary-color);
}

.swiper-button-next::after, 
.swiper-button-prev::after {
    color: var(--font-second-color);
    font-size: unset;
}
/*-- end site general css --*/


/*-- site breadcrumbs css --*/
#breadcrumbs,
#custom-breadcrumbs {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:visited {
    color: #1D1D1D;
}

#custom-breadcrumbs span span:not(:last-child),
#custom-breadcrumbs span span:not(:last-child) a,
#custom-breadcrumbs span span:not(:last-child) a:hover,
#custom-breadcrumbs span span:not(:last-child) a:focus,
#custom-breadcrumbs span span:not(:last-child) a:visited {
    color: rgba(255,255,255, .6);
}

#breadcrumbs span span:not(:last-child),
#breadcrumbs span span:not(:last-child) a,
#breadcrumbs span span:not(:last-child) a:hover,
#breadcrumbs span span:not(:last-child) a:focus,
#breadcrumbs span span:not(:last-child) a:visited {
    color: #A9A9A9;
}

#breadcrumbs span span:not(:last-child),
#custom-breadcrumbs span span:not(:last-child) {
    margin-right: 12px;
    padding-right: 20px;
    position: relative;
}

#breadcrumbs span span:not(:last-child)::after,
#custom-breadcrumbs span span:not(:last-child)::after {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    position: absolute;
}

#breadcrumbs span span:not(:last-child)::after {
    background: url('img/icon-breadcrumbs-2.png') no-repeat center center;
    background-size: contain;
}

#custom-breadcrumbs span span:not(:last-child)::after {
    background: url('img/icon-breadcrumbs-1.png') no-repeat center center;
    background-size: contain;
}
/*-- end site breadcrumbs css --*/


/*-- site contact form 7 css --*/
.wpcf7-text,
.wpcf7-select,
.wpcf7-file,
.wpcf7-textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    border-color: rgb(240,240,240, .1) !important;
}

.wpcf7-submit {
    padding: 20px 24px !important;
    font-weight: 700;
    min-width: 115px;
    border-radius: 8px !important;
    transition: .5s;
    border: none !important;
    color: var(--font-second-color) !important;
    background: var(--site-primary-color) !important;
}

.wpcf7-submit:hover {
    color: var(--font-fourth-color) !important;
    background: var(--site-second-color) !important;
}

.wpcf7-not-valid-tip {
    margin-bottom: 8px;
}

.wpcf7-response-output {
    margin: 0 !important;
}
/*-- end site contact form 7 css --*/


/*-- site modal content css --*/
body.modal-open {
    padding-right: 0 !important;
}

.modal {
	z-index: 999999;
}
/*-- end site modal content css --*/


/*-- site navigation css --*/
.navigation-content-wrapper {
    padding: 8px 8px 8px 32px;
    border-radius: 16px;
    background: var(--font-second-color);
    box-shadow: 0 0 10px rgb(220,220,220, .6);
    -moz-box-shadow: 0 0 10px rgb(220,220,220, .6);
    -webkit-box-shadow: 0 0 10px rgb(220,220,220, .6);
    -o-box-shadow: 0 0 10px rgb(220,220,220, .6);
    display: flex;
    justify-content: space-between;
}

#mega-menu-wrap-menu-1 {
    margin-top: 10px !important;
}

#mega-menu-menu-1 .mega-menu-item:nth-last-child(2) {
    margin-right: 0 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    position: relative !important;
}

.mega-current-menu-item::after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover::after {
    left: 0 !important;
    right: 0 !important;
    bottom: -10px !important;
    margin: auto !important;
    content: '' !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #D6EF66 !important;
    position: absolute !important;
    display: inline-block !important;
}

.mega-menu-item-home.mega-current-menu-item::after {
    all: unset !important;
}

.site-title,
.site-title a,
.site-logo {
    height: 57px !important;
}

.site-title {
    margin-bottom: 0 !important;
}

.site-title a {
    display: inline-flex !important;
}

.site-logo {
    padding: 0 !important;
    width: 140px !important;
    object-fit: contain;
}

.icon-menu-cart-wrapper {
    position: relative;
}

.icon-menu-cart {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.menu-cart-counter {
    top: -3px;
    right: -3px;
    padding: 4px;
    font-size: 10px;
    line-height: 14px;
    min-width: 15px;
    height: 15px;
    border-radius: 30px;
    color: var(--font-second-color);
    background: var(--site-primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.btn-header-booking {
    padding: 16px 23px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    min-width: 133px;
    border-radius: 24px;
    border: none;
    background: var(--site-primary-color);
}

.btn-header-booking,
.btn-header-booking:visited {
    color: var(--font-second-color);
}

.btn-header-booking:hover,
.btn-header-booking:focus {
    color: var(--font-fourth-color);
    background: var(--site-second-color);
}
/*-- end site navigation css --*/


/*-- site homepage content css --*/
.img-banner-content-wrapper {
    position: relative;
}

.img-banner-content-wrapper {
    height: 100vh
}

.img-banner-content {
    height: 100%;
    object-fit: cover;
}

.banner-content-opacity,
.banner-content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.banner-content-opacity {
    background: rgba(0,0,0, .2);
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    
}

.banner-content-title {
    margin-bottom: 0;
    font-size: 80px;
    line-height: 150%;
    font-family: var(--site-title-font), sans-serif;
    color: var(--font-second-color);
}

.btn-banner-content {
    margin-top: 32px;
    padding: 20px 23px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    min-width: 246px;
    border-radius: 16px;
    transition: .5s;
    background: var(--site-second-color);
    display: inline-block;
}

.btn-banner-content,
.btn-banner-content:hover,
.btn-banner-content:visited {
    color: var(--font-fourth-color);
}

.btn-banner-content:hover {
    cursor: pointer;
    background: #A7C521;
}

.booking-form-wrapper {
    left: 0;
    bottom: 56px;
    width: 100%;
    position: absolute;
}

.booking-form {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 28px;
    border-radius: 12px;
    width: 1178px;
    max-width: 100%;
    background: var(--font-second-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-content-wrapper {
    width: 256px;
}

.booking-content {
    display: flex;
    align-items: center;
}

.booking-form-content-title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--font-third-color);
}

.custom-select {
    width: 100%;
    position: relative;
}

.custom-select select {
    display: none;
}

.custom-select .select-selected span {
    width: 166px;
    display: inline-block;
}

.custom-select .select-selected::after {
    content: "";
    top: 0 !important;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url('img/icon-down-g.png') no-repeat center center;
    background-size: contain;
    position: absolute;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.custom-select .select-items {
    padding: 4px;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 6px;
    border: solid 1px #BEBEBE;
    background: var(--font-second-color);
    position: absolute;
    z-index: 99;
}

.select-hide {
    display: none;
}

.custom-select .select-items div {
    padding: 8px;
    border-radius: 4px;
}

.select-items div:hover, .same-as-selected {
    background-color: #E1E1E1;
}

.booking-content select,
#booking-input-number {
    border: none;
    box-shadow: none !important;
}

.custom-select .select-selected,
.custom-select .select-items div,
.booking-content select,
.booking-number-content span,
#booking-input-number,
.booking-content-location {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.booking-content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('img/icon-down-g.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: right center;
}

.icon-booking-form {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.icon-booking-form {
    margin-right: 16px;
}

.booking-number-content,
.booking-number-content span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-minus,
.icon-plus {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.icon-minus:hover,
.icon-plus:hover {
    cursor: pointer;
}

#booking-input-number {
    margin: 0 8px;
    max-width: 24px;
    text-align: center;
    -moz-appearance: textfield;
}

#booking-input-number::-webkit-outer-spin-button,
#booking-input-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.booking-form-submit {
    padding: 0;
    border-radius: 12px;
    border: none;
    background: none;
}

.booking-form-submit:hover {
    color: var(--font-fourth-color);
    background: var(--site-second-color);
}

.btn-booking-price {
    font-size: 26px;
    line-height: 32px;
}

.btn-booking-text {
    margin-bottom: 0;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    transition: .5s;
    border-radius: 12px;
    color: var(--font-second-color);
    background: var(--site-primary-color);
}

.welcome-content-wrapper,
.value-content-wrapper,
.people-content-wrapper,
.specialty-content-wrapper,
.knowledge-content-wrapper {
    padding: 120px 0;
}

.welcome-title {
    margin-top: 12px;
}

.welcome-content {
    margin-top: 64px;
}

.welcome-content-left {
    padding-right: 84px;
    min-height: 741px;
    position: relative;
}

.img-welcome-wrapper,
.img-welcome-wrapper::before,
.img-welcome-wrapper::after {
    position: absolute;
}

.img-welcome-wrapper::before,
.img-welcome-wrapper::after {
    content: "";
    bottom: 0;
    width: 150px;
    height: 100px;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.img-welcome-wrapper {
    z-index: 1;
}

.img-welcome-wrapper::before {
    left: -15px;
    box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.4);
    -webkit-transform: skew(0deg,-5deg) translate(40px,-25px);
    -moz-transform: skew(0deg,-5deg) translate(40px,-25px);
    transform: skew(0deg,-5deg) translate(40px,-25px);
}

.img-welcome-wrapper::after {
    right: -15px;
    -moz-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.4);
    -moz-transform: skew(0deg,5deg) translate(-40px,-25px);
    -webkit-transform: skew(0deg,5deg) translate(-40px,-25px);
    transform: skew(0deg,5deg) translate(-40px,-25px);
}

.img-welcome {
    padding: 8px 8px 20px 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: var(--font-second-color);
}

.img-welcome-1 {
    top: 0;
    left: 0;
    width: 409px;
    height: 360px;
}

.img-welcome-2 {
    top: 31px;
    right: 84px;
    width: 353px;
    height: 255px;
}

.img-welcome-3 {
    top: 386px;
    left: 61px;
    width: 353px;
    height: 255px;
}

.img-welcome-4 {
    right: 84px;
    bottom: 0;
    width: 353px;
    height: 417px;
}

.welcome-content-right {
    padding-left: 32px;
}

.welcome-description {
    font-weight: 600;
    color: var(--font-fourth-color);
}

.btn-welcome {
    margin-top: 32px;
    min-width: 206px;
}

.value-content-wrapper {
    border-radius: 56px 56px 0 0;
}

.value-content-wrapper,
.value-content-wrapper a,
.value-content-wrapper a:hover,
.value-content-wrapper a:focus,
.value-content-wrapper a:visited {
    color: var(--font-second-color);
}

.value-content-left {
    padding-right: 116px;
}

.value-title,
.value-description {
    margin-top: 16px;
}

.btn-value {
    margin-top: 32px;
    min-width: 206px;
}

.value-swiper-counter {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
}

.img-value-swiper-wrapper,
.img-value-swiper,
.img-value-swiper-opacity {
    border-radius: 15px;
}

.img-value-swiper-wrapper,
.img-value-swiper {
    height: 338px;
}

.img-value-swiper-wrapper {
    margin-top: 16px;
    position: relative;
}

.img-value-swiper {
    height: 100%;
    object-fit: cover;
}

.img-value-swiper-opacity,
.value-swiper-title {
    left: 0;
    position: absolute;
}

.img-value-swiper-opacity {
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, .3), rgba(0,0,0, .6))
}

.value-swiper-title {
    margin-bottom: 0;
    padding: 16px 16px 28px 16px;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.value-swiper-title span {
    width: 100%;
    display: inline-block;
    position: relative;
}

.valueSwiper .swiper-slide-active .value-swiper-title span::before,
.valueSwiper .swiper-slide-active .value-swiper-title span::after {
    left: 0;
    bottom: -12px;
    height: 4px;
    content: '';
    position: absolute;
}

.valueSwiper .swiper-slide-active .value-swiper-title span::before {
    width: 100%;
    background: rgba(0, 0, 0, .3);
}

.valueSwiper .swiper-slide-active .value-swiper-title span::after {
    width: 50%;
    background: var(--font-second-color);
}

.custom-btn-swiper-wrapper,
.custom-btn-swiper,
.value-swiper-bottom {
    display: flex;
}

.value-swiper-bottom {
    margin-top: 40px;
    align-items: center;
    justify-content: space-between;
}

.custom-btn-swiper {
    padding: 13px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--font-second-color);
    align-items: center;
    justify-content: center;
}

.icon-swiper {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.swiper-value-button-prev {
    margin-right: 16px;
}

.swiper-value-scrollbar {
    width: 564px;
    max-width: 100%;
    height: 8px;
    background: rgba(255,255,255, .15);
}

.swiper-value-scrollbar .swiper-scrollbar-drag {
    border-radius: 0;
    background: var(--font-second-color);
}

.swiper-value-pagination {
    width: auto;
    font-family: var(--site-title-font), sans-serif;
}

.swiper-value-pagination .current {
    font-size: 40px;
    line-height: 130%;
}

.swiper-value-pagination .total {
    font-size: 32px;
    line-height: 130%;
}

.people-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.people-title {
    margin-top: 12px;
}

.btn-people {
    min-width: 235px;
}

.people-content-bottom {
    margin-top: 44px;
}

.people-content-bottom .col-lg-3 {
    margin-top: 12px;
}

.img-people {
    height: 460px;
    border-radius: 16px;
    object-fit: cover;
}

.specialty-content-wrapper,
.specialty-content-top,
.specialty-content-bottom {
    position: relative;
}

.bg-specialty {
    left: 0;
    bottom: 305px;
    width: 100%;
    position: absolute;
}

.specialty-content-top,
.specialty-content-bottom {
    z-index: 1;
}

.specialty-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 1059px;
    max-width: 100%;
}

.specialty-title,
.specialty-desscription {
    margin-top: 12px;
}

.specialty-desscription {
    font-weight: 500;
    color: var(--font-fourth-color);
}

.btn-specialty {
    margin-top: 28px;
    min-width: 241px;
}

.specialty-content-bottom {
    margin-top: 56px;
}

.specialty-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.img-specialty-content {
    width: 384px;
    height: 251px;
    object-fit: contain;
}

.specialty-content-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    color: #043424;
}

.specialty-content.active .img-specialty-content {
    width: 100%;
    height: 357px;
}

.specialty-content.active .specialty-content-title {
    font-size: 32px;
    line-height: 120%;
}

.experience-content-top,
.experience-content-bottom {
    position: relative;
    z-index: 1;
}

.experience-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 1155px;
    max-width: 100%;
}

.experience-title,
.experience-description {
    margin-top: 12px;
}

.experience-description {
    font-weight: 500;
    color: var(--font-fourth-color);
}

.btn-experience {
    margin-top: 28px;
}

.experience-content-bottom .archive-tour-content-wrapper {
    margin-top: 56px;
}

.img-experience-wrapper {
    margin-top: 56px;
}

.img-experience-wrapper {
    position: relative;
}

.icon-experience-play-wrapper,
.img-experience-cloud-1,
.img-experience-cloud-2 {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.icon-experience-play-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.icon-experience-play-outline {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: dashed 3px var(--font-second-color);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-experience-play {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.knowledge-content-left,
.knowledge-content-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img-tiktok {
    height: 545px;
    border-radius: 20px;
    object-fit: cover;
}

.tiktok-embed {
    border-radius: 20px;
}

.knowledge-content-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.knowledge-title {
    margin-top: 12px;
}

.btn-knowledge {
    min-width: 165px;
}

.knowledge-post,
.knowledge-post-thumb {
    height: 353px;
    border-radius: 20px;
}

.knowledge-post {
    margin-top: 32px;
    overflow: hidden;
    position: relative;
}

.knowledge-post-thumb {
    object-fit: cover;
}

.knowledge-post-opacity,
.img-knowledge-gradient,
.knowledge-post-info {
    left: 0;
    width: 100%;
    position: absolute;
}

.knowledge-post-opacity,
.img-knowledge-gradient {
    top: 0;
    height: 100%;
}

.knowledge-post-opacity {
    background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, .5), rgba(0,0,0));
    z-index: 0;
}

.img-knowledge-gradient {
    z-index: 1;
}

.knowledge-post-info {
    bottom: 0;
    padding: 28px;
    z-index: 2;
}

.knowledge-post-info,
.knowledge-post-info:hover,
.knowledge-post-info:focus,
.knowledge-post-info:visited {
    color: var(--font-second-color);
}

.knowledge-post-title,
.knowledge-post-date {
    margin-bottom: 0;
}

.knowledge-post-title {
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    color: var(--font-second-color);
}

.knowledge-post-date {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #B9B9B9;
}
/*-- end site homepage content css --*/


/*-- site about page content css --*/
.about-history-wrapper,
.about-museum-wrapper,
.about-system-wrapper,
.about-imprint-wrapper {
    padding: 120px 0;
}

.history-content-title,
.architecture-content-title {
    margin-top: 12px;
}

.about-history,
.about-architecture {
    margin-top: 32px;
}

.about-history-content-left,
.architecture-content-left {
    padding-right: 28px;
}

.about-history-content-right,
.architecture-content-right {
    padding-left: 28px;
}

.img-history-content-1,
.img-history-content-2,
.img-architecture-content {
    padding: 10px;
    object-fit: cover;
    background: var(--font-second-color);
}

.img-history-content-1 {
    height: 465px;
    transform: rotate(3deg);
}

.about-history {
    display: flex;
    justify-content: space-between;
}

.history-content-description,
.architecture-content-description {
    font-weight: 600;
    color: var(--font-fourth-color);
}

.img-history-content-2 {
    width: 367px;
    max-width: 100%;
    height: 497px;
    transform: rotate(-2.5deg);
}

.history-content-description {
    width: 598px;
    max-width: 100%;
}

.architecture-content-left,
.architecture-content-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.architecture-content-title-wrapper {
    text-align: right;
}

.img-architecture-content {
    height: 400px;
}

.about-museum-wrapper,
.about-museum-wrapper a,
.about-museum-wrapper a:hover,
.about-museum-wrapper a:focus,
.about-museum-wrapper a:visited {
    color: var(--font-second-color);
}

.about-museum-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 1215px;
    max-width: 100%;
}

.about-museum-title,
.about-museum-description {
    margin-top: 12px;
}

.about-museum-content-bottom {
    margin-top: 64px;
}

.museum-content,
.img-museum-content,
.img-museum-opacity {
    border-radius: 20px;
}

.museum-content {
    height: 432px;
}

.img-museum-content,
.img-museum-opacity {
    height: 100%;
}

.museum-content {
    overflow: hidden;
    position: relative;
}

.img-museum-content {
    object-fit: cover;
}

.img-museum-opacity,
.museum-content-info,
.museum-content-info-hover {
    left: 0;
    position: absolute;
}

.img-museum-opacity {
    top: 0;
}

.museum-content-info,
.museum-content-info-hover {
    left: 24px;
    right: 24px;
    bottom: 24px;
}

.museum-content-info-hover {
    top: 100%;
    padding: 16px;
}

.museum-content-info-hover {
    border-radius: 16px;
    color: var(--font-fourth-color);
    overflow: auto;
    background: #F1EEEA;
    transition: all .5s ease-in-out;
}

.museum-content:hover .museum-content-info-hover,
.museum-content:focus .museum-content-info-hover {
    top: 24px;
}

.museum-content:hover .museum-content-info,
.museum-content:focus .museum-content-info {
    display: none;
}

.museum-content-title,
.museum-content-description {
    margin-top: 8px;
}

.icon-museum-location {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.museum-content-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
}

.museum-content-description {
    font-size: 16px;
    line-height: 24px;
}

.museum-content-info-hover .museum-content-description {
    text-align: left;
}

.about-imprint-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 1309px;
    max-width: 100%;
}

.about-imprint-title,
.about-imprint-description {
    margin-top: 12px;
}

.about-imprint-description {
    font-weight: 500;
}

.imprintSwiper {
    margin-top: 40px;
}

.imprintSwiper .swiper-slide {
    min-height: 849px;
    position: relative;
}

.img-imprint-swiper-wrapper {
    position: absolute;
    z-index: 1;
}

.img-imprint-swiper-1-wrapper,
.img-imprint-swiper-2-wrapper,
.img-imprint-swiper-3-wrapper,
.imprint-swiper-info,
.imprint-swiper-info-opacity,
.imprint-opacity-1,
.imprint-opacity-3 {
    position: absolute;
}

.imprint-opacity-1,
.imprint-opacity-3 {
    z-index: -1;
}

.imprint-opacity-1 {
    top: 97%;
    left: 0;
    width: 100%;
}

.imprint-opacity-3 {
    top: -20px;
    left: 0;
    width: 100%;
}

.img-imprint-swiper-1,
.img-imprint-swiper-2,
.img-imprint-swiper-3,
.imprint-swiper-info,
.imprint-swiper-info-opacity {
    border-radius: 10px;
}

.img-imprint-swiper-1,
.img-imprint-swiper-2,
.img-imprint-swiper-3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-imprint-swiper-1-wrapper,
.imprint-swiper-info,
.imprint-swiper-info-opacity {
    bottom: 0;
    margin: auto;
}

.img-imprint-swiper-1-wrapper,
.imprint-swiper-info {
    top: 0;
}

.img-imprint-swiper-1-wrapper {
    left: 0;
    width: 523px;
    height: 700px;
    z-index: 3;
}

.img-imprint-swiper-2-wrapper {
    top: 37px;
    right: 140px;
    width: 287px;
    height: 391px;
    transform: rotate(-158.13deg);
}

.img-imprint-swiper-3-wrapper {
    right: 110px;
    bottom: 70px;
    width: 348px;
    height: 475px;
    transform: rotate(-146.61deg);
}

.imprint-swiper-info,
.imprint-swiper-info-opacity {
    left: 90px;
    padding: 32px 32px 32px 475px;
    width: 1100px;
}

.imprint-swiper-info {
    height: 551px;
    background: url('img/bg-imprint-swiper.png') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.imprint-swiper-info-opacity {
    top: 20px;
    height: 575px;
    background: linear-gradient(to top, #C79F62, #C79F62, #EDDFC9);
    transform: rotate(-176.97deg);
    z-index: 2;
}

.imprint-swiper-description {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    color: #303030;
}

.imprint-swiper-info-bottom {
    margin-top: 38px;
    padding-top: 38px;
    border-top: dashed 1px #C2C1BE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-imprint-button-prev {
    margin-right: 12px;
}

.imprint-swiper-title,
.imprint-swiper-subtitle {
    margin-bottom: 0;
}

.imprint-swiper-title {
    font-size: 28px;
    line-height: 130%;
    font-weight: 700;
    color: var(--site-primary-color);
}

.imprint-swiper-subtitle {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
/*-- end site about page content css --*/


/*-- site culture page content css --*/
.culture-festival-wrapper,
.culture-life-wraper,
.culture-customs-warpper {
    padding: 120px 0;
}

.culture-festival-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 1309px;
    max-width: 100%;
}

.culture-festival-title,
.culture-festival-description {
    margin-top: 12px;
}

.culture-festival-description {
    font-weight: 500;
}

.culture-festival-content-bottom {
    margin-top: 56px;
}

.nav-festival {
    margin-left: 0;
    margin-bottom: 40px !important;
    justify-content: center;
}

.nav-festival .nav-item:not(:last-child) {
    margin-right: 36px;
}

.nav-festival .nav-link {
    padding: 0 0 8px 0;
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    border-radius: 0;
    color: #828282;
    border-bottom: solid 2px rgb(182,24,46, 0);
}

.nav-festival .nav-link.active,
.nav-festival .nav-link:hover {
    color: var(--site-primary-color);
    border-bottom: solid 2px var(--site-primary-color);
    background: none !important;
}

.festival-content-left {
    padding-right: 34px;
}

.festival-content-right {
    padding-left: 34px;
}

.festival-content-title {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 130%;
    font-weight: 700;
    color: #444;
}

.festival-content-description {
    margin-top: 16px;
    font-weight: 600;
    color: #444;
}

.festival-swiper-wrapper,
.festivalSwiper .swiper-slide {
    position: relative;
}

.festivalSwiper .swiper-slide,
.img-festival-swiper,
.img-festival-swiper-opacity {
    border-radius: 16px;
}

.festivalSwiper .swiper-slide {
    height: 414px;
}

.img-festival-swiper-opacity {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, .6);
    position: absolute;
}

.festivalSwiper .swiper-slide-active .img-festival-swiper-opacity {
    background: rgba(255,255,255, 0);
}

.festivalSwiper .swiper-slide-next,
.festivalSwiper .is-last-visible {
    width: 13% !important;
}

.festivalSwiper .swiper-slide-active {
    width: 68% !important;
}

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

.swiper-festival-button-prev,
.swiper-festival-button-next,
.swiper-life-button-prev,
.swiper-life-button-next {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 999;
}

.swiper-festival-button-prev,
.swiper-life-button-prev {
    left: 15px;
}

.swiper-festival-button-next,
.swiper-life-button-next {
    right: 15px;
}

.culture-life-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 1215px;
    max-width: 100%;
}

.culture-life-title,
.culture-life-description {
    margin-top: 12px;
}

.culture-life-description,
.culture-life-description a,
.culture-life-description a:hover,
.culture-life-description a:focus,
.culture-life-description a:visited {
    color: var(--font-second-color);
}

.lifeSwiper {
    margin-top: 72px;
}

.img-life-swiper {
    height: 281px;
    border-radius: 6px;
    object-fit: cover;
}

.culture-architecture-wrapper,
.culture-architecture-wrapper .container {
    position: relative;
}

.culture-architecture-wrapper {
    padding: 120px 0 612px 0;
}

.img-architecture-overlay {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.culture-architecture-moverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.culture-architecture-wrapper .container {
    z-index: 1;
}

.culture-architecture-content-left {
    padding-right: 153px;
}

.culture-architecture-title {
    margin-top: 24px;
}

.culture-architecture-description {
    font-weight: 600;
    color: var(--font-fourth-color);
}

.culture-customs-warpper {
    position: relative;
}

.img-customs-stroke {
    left: 0;
    bottom: 100%;
    width: 100%;
    position: absolute;
}

.culture-customs-title {
    margin-top: 12px;
}

.culture-customs-content-bottom {
    margin-top: 56px;
}

.customs-content-description {
    font-weight: 600;
    color: var(--font-fourth-color);
}

.customs-content-left {
    padding-right: 116px;
}

.customs-content-right {
    min-height: 405px;
    position: relative;
}

.img-customs-content-warpper,
.img-customs-content-warpper::before,
.img-customs-content-warpper::after {
    position: absolute;
}

.img-customs-content-warpper::before,
.img-customs-content-warpper::after {
    content: "";
    bottom: 0;
    width: 150px;
    height: 100px;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.img-customs-content-warpper {
    z-index: 1;
}

.img-customs-content-warpper::before {
    left: 0;
    box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: skew(-15deg,-5deg) translate(40px,-25px);
    transform: skew(-15deg,-5deg) translate(40px,-25px);
    -moz-transform: skew(-15deg,-5deg) translate(40px,-25px);
}

.img-customs-content-warpper::after {
    right: 0;
    -moz-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.3);
    -moz-transform: skew(15deg,5deg) translate(-40px,-25px);
    -webkit-transform: skew(15deg,5deg) translate(-40px,-25px);
    transform: skew(15deg,5deg) translate(-40px,-25px);
}

.img-customs-content-1-wrapper {
    top: 0;
    left: -36px;
    width: 409px;
    height: 359px;
}

.img-customs-content-2-wrapper {
    top: 41px;
    right: 0;
    width: 353px;
    height: 255px;
}

.img-customs-content {
    padding: 8px 8px 20px 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: var(--font-second-color);
}
/*-- end site culture page content css --*/


/*-- site people page content css --*/
.people-story-wrapper,
.people-character-wrapper {
    padding: 120px 0;
}

.people-story-wrapper {
    position: relative;
}

.img-story-eclipse {
    left: 0;
    bottom: 0;
    position: absolute;
}

.people-story-title {
    margin-top: 12px;
}

.people-story-image-wrapper {
    margin-top: 48px;
}

.people-story-image-wrapper .row {
    margin: 0 -8px;
}

.img-people-story {
    padding: 8px;
    object-fit: cover;
}

.height--1 {
    height: 486px;
}

.height--2 {
    height: 267px;
}

.height--3 {
    height: 192px;
}

.people-story-content-title {
    font-size: 24px;
    line-height: 150%;
    font-family: var(--site-title-font), sans-serif;
    color: var(--site-primary-color);
}

.people-story-content-description {
    font-weight: 600;
    color: var(--font-fourth-color);
}

.people-artisan-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 1215px;
    max-width: 100%;
}

.people-artisan-content-top,
.people-artisan-content-top a,
.people-artisan-content-top a:hover,
.people-artisan-content-top a:focus,
.people-artisan-content-top a:visited {
    color: var(--font-second-color);
}

.people-artisan-title,
.people-artisan-description,
.people-character-title,
.people-character-description {
    margin-top: 12px;
}

.people-artisan-description {
    margin-left: auto;
    margin-right: auto;
    width: 1046px;
    max-width: 100%;
}

.people-character-content-bottom {
    margin-top: 56px;
}

.img-character-content {
    padding: 8px 8px 20px 8px;
    height: 439px;
    object-fit: cover;
    background: var(--font-second-color);
}

.img-character-content-wrapper {
    position: relative;
    z-index: 1;
}

.img-character-content-wrapper::before,
.img-character-content-wrapper::after {
    position: absolute;
}

.img-character-content-wrapper::before,
.img-character-content-wrapper::after {
    content: "";
    bottom: -5px;
    width: 300px;
    height: 100px;
    background: rgba(0, 0, 0, .4);
    z-index: -1;
}

.img-character-content-wrapper::before {
    left: -15px;
    box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.4);
    -webkit-transform: skew(0deg,-5deg) translate(40px,-25px);
    -moz-transform: skew(0deg,-5deg) translate(40px,-25px);
    transform: skew(0deg,-5deg) translate(40px,-25px);
}

.img-character-content-wrapper::after {
    right: -15px;
    -moz-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.4);
    -moz-transform: skew(0deg,5deg) translate(-40px,-25px);
    -webkit-transform: skew(0deg,5deg) translate(-40px,-25px);
    transform: skew(0deg,5deg) translate(-40px,-25px);
}

.people-character-content-right {
    padding-left: 116px;
}

.character-content-description {
    font-weight: 600;
    color: #1D1D1D;
}
/*-- end site people page content css --*/


/*-- site map page content css --*/
.map-page-discover-wrapper {
    padding: 120px 0 170px 0;
    overflow-x: hidden;
}

.map-page-discover-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
    max-width: 100%;
}

.map-page-discover-title {
    margin-top: 12px;
}

.map-page-discover-description {
    margin-top: 16px;
    font-weight: 600;
    color: var(--font-fourth-color);
}

.map-page-discover-content-bottom {
    margin-top: 100px;
    height: 544px;
    position: relative;
}

.img-map-page-discover-wrapper {
    position: absolute;
    z-index: 1;
}

.img-map-page-discover-wrapper::before,
.img-map-page-discover-wrapper::after {
    content: "";
    bottom: 0;
    width: 150px;
    height: 100px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: -1;
}

.img-map-page-discover-wrapper::before {
    left: -15px;
    box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.4);
    -webkit-transform: skew(0deg,-5deg) translate(40px,-25px);
    -moz-transform: skew(0deg,-5deg) translate(40px,-25px);
    transform: skew(0deg,-5deg) translate(40px,-25px);
}

.img-map-page-discover-wrapper::after {
    right: -15px;
    -moz-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.4);
    -moz-transform: skew(0deg,5deg) translate(-40px,-25px);
    -webkit-transform: skew(0deg,5deg) translate(-40px,-25px);
    transform: skew(0deg,5deg) translate(-40px,-25px);
}

.img-map-page-discover-wrapper:nth-child(1) {
    left: 0;
    bottom: 0;
    width: 355px;
    transform: rotate(-13.14deg);
}

.img-map-page-discover-wrapper:nth-child(2) {
    top: 27px;
    left: 340px;
    width: 307px;
    transform: rotate(4.17deg);
    z-index: 2;
}

.img-map-page-discover-wrapper:nth-child(3) {
    left: 624px;
    bottom: 0;
    transform: rotate(-13.14deg);
}

.img-map-page-discover-wrapper:nth-child(4) {
    top: 56px;
    left: 877px;
    transform: rotate(4.17deg);
    z-index: 3;
}

.img-map-page-discover-wrapper:nth-child(5) {
    top: 8px;
    left: 1191px;
    transform: rotate(21.13deg);
    z-index: 2;
}

.img-map-page-discover-wrapper:nth-child(6) {
    top: 93px;
    left: 1400px;
    transform: rotate(-13.14deg);
}

.img-map-page-discover-wrapper:nth-child(7) {
    top: 0;
    right: 0;
    transform: rotate(9.58deg);
}

.img-map-page-discover-wrapper:nth-child(1) img,
.img-map-page-discover-wrapper:nth-child(2) img,
.img-map-page-discover-wrapper:nth-child(3) img,
.img-map-page-discover-wrapper:nth-child(6) img,
.img-map-page-discover-wrapper:nth-child(7) img {
    height: 287px;
}

.img-map-page-discover-wrapper:nth-child(4) img {
    height: 314px;
}

.img-map-page-discover-wrapper:nth-child(5) img {
    height: 275px;
}

.img-map-page-discover {
    object-fit: cover;
    padding: 6px 6px 0 6px;
    background: var(--font-second-color);
}

.img-map-page-discover-title {
    margin-bottom: 0;
    padding: 22px 17px 29px 17px;
    font-weight: 700;
    color: #043424;
    background: var(--font-second-color);
}

.map-page-content-wrapper,
.map-page-system-wrapper {
    padding: 120px 0;
}

.map-page-title {
    margin-top: 12px;
}

.map-page-content {
    margin-top: 56px;
}

.map-page-content,
.map-page-content a,
.map-page-content a:hover,
.map-page-content a:focus,
.map-page-content a:visited {
    color: var(--font-second-color);
}

.map-page-content-left,
.map-page-content-right,
.map-page-content-right #wecan-map {
    height: 100% !important;
}

.map-page-content-left {
    padding-right: 32px;
}

.map-page-content-right {
    padding-left: 32px;
}

.map-page-content-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
}

.map-page-content-left ul {
    margin-top: 16px;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    border-top: solid 1px var(--site-border-color);
}

.map-page-content-left ul li {
    margin-top: 20px;
    margin-right: 20px;
    list-style: none;
    width: 89px;
    display: inline-block;
}

.img-map-content {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    object-fit: cover;
}

.map-page-content-left ul li span {
    margin-top: 8px;
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
    text-align: center;
    height: 44px;
    overflow: hidden;
    display: inline-block;
}

.map-page-content-right #wecan-map {
    border-radius: 8px;
}

.map-page-system-title {
    margin-top: 12px;
}

.system-content-wrapper,
.system-page-experience-wrapper {
    margin-top: 80px;
}

.system-content-left {
    padding-right: 28px;
}

.system-content-right {
    padding-left: 28px;
}

.nav-system {
    margin-left: 0;
    margin-bottom: 56px !important;
    display: flex;
    justify-content: space-between;
}

.nav-system .nav-item:not(:last-child) {
    margin-right: 16px;
}

.nav-system .nav-link {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
    border-radius: 8px;
    color: var(--font-fourth-color);
    background: #ECECEC;
}

.nav-system .nav-link.active,
.nav-system .nav-link:hover {
    color: var(--font-fourth-color);
    background: #F3D052 !important;
}

.system-content-title-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.system-content-map {
    padding: 7px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 6px;
    color: #2E2E2E;
    background: #F2F2F2;
    display: inline-flex;
    align-items: center;
}

.icon-system-map {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    object-fit: cover;
}

.system-content-subtitle,
.system-content-description {
    margin-top: 16px;
}

.system-content-subtitle {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--site-primary-color);
}

.system-content-description {
    font-weight: 600;
    color: var(--font-fourth-color);
}

.system-content-right {
    display: flex;
    justify-content: space-between;
}

.system-swiper-wrapper,
.img-system-swiper,
.system-related-outstanding-wrapper {
    height: 369px;
}

.system-swiper-wrapper,
.img-system-swiper,
.system-content-related,
.system-content-outstanding,
.system-swiper-opacity {
    border-radius: 8px;
}

.system-swiper-wrapper {
    width: 347px;
}

.system-swiper-wrapper .swiper-slide {
    position: relative;
}

.system-swiper-opacity {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0, .4), rgba(0,0,0, .2), rgba(0,0,0, 0));
    position: absolute;
}

.img-system-swiper {
    object-fit: cover;
}

.systemSwiper .swiper-pagination {
    top: 0;
    bottom: unset;
}

.systemSwiper .swiper-pagination-bullet {
    width: 77px;
    height: 2px;
    opacity: .24;
    border-radius: 0;
    background: var(--font-second-color);
}

.systemSwiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.system-related-outstanding-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.system-content-related,
.system-content-outstanding {
    padding: 20px;
    width: 233px;
    height: 176px;
}

.system-content-related,
.system-content-related a,
.system-content-related a:hover,
.system-content-related a:focus,
.system-content-related a:visited,
.system-content-outstanding {
    color: var(--font-second-color);
}

.system-content-related {
    background: linear-gradient(to left, #B6182E, #B6182E, #500B14);
    position: relative;
}

.system-related-number,
.system-related-title,
.system-outstanding-title {
    margin-bottom: 0;
    font-family: var(--site-title-font), sans-serif;
}

.system-related-number {
    font-size: 36px;
    line-height: 110%;
}

.system-related-title {
    font-size: 16px;
    line-height: 24px;
}

.btn-system-related {
    right: 0;
    bottom: 0;
    padding: 16px 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    position: absolute;
}

.icon-related-explore {
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    position: absolute;
}

.icon-related-right {
    margin-left: 2px;
    width: 14px;
    height: 14px;
    object-fit: cover;
}

.system-content-outstanding {
    background: #D8B02A;
}

.system-outstanding-subtitle {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
}

.system-outstanding-subtitle,
.system-outstanding-title {
    width: 135px;
    max-width: 100%;
}

.system-outstanding-title {
    margin-top: 8px;
}

.system-page-experience-wrapper .archive-tour-content-wrapper {
    margin-top: 32px;
}
/*-- end site map page content css --*/


/*-- site food page content css --*/
.food-page-content-wrapper {
    padding: 120px 0;
    position: relative;
}

.food-page-content-top {
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
    max-width: 100%;
}

.food-page-title {
    margin-top: 12px;
}

.food-page-description {
    margin-top: 16px;
    font-weight: 600;
    color:  var(--font-fourth-color);
}

.food-swiper-2-wrapper {
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
    width: 1180px;
    max-width: 100%;
    position: relative;
}

.foodSwiper2 {
    margin-left: auto;
    margin-right: auto;
    width: 988px;
    max-width: 100%;
}

.foodSwiper2 .swiper-slide {
    margin-bottom: 11px;
    padding: 24px 16px;
    border-radius: 12px;
    background: url('img/bg-food-swiper.png') no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.foodSwiper2 .swiper-slide::after {
    content: '';
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    width: 13px;
    height: 11px;
    background: url('img/icon-triangle.png') no-repeat center center;
    background-size: contain;
    position: absolute;
}

.footer-swiper-2-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    color: var(--font-fourth-color);
}

.footer-swiper-2-description {
    margin-top: 12px;
    padding-top: 12px;
    font-weight: 600;
    color: var(--font-fourth-color);
    border-top: solid 1px var(--site-border-color);
}

.food-swiper-content {
    margin-left: auto;
    margin-right: auto;
}

.swiper-food-button-prev,
.swiper-food-button-next {
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 14px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: solid 1px var(--site-border-color);
    background: var(--font-second-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
}

.swiper-food-button-prev {
    left: 0;
}

.swiper-food-button-next {
    right: 0;
}

.foodSwiper .swiper-slide {
    transform: scale(0.9);
    height: auto;
    display: flex;
    align-items: center;
}

.img-food-swiper {
    width: 384px;
    max-width: 100%;
    height: 251px;
    object-fit: contain;
}

.footer-swiper-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    color: #043424;
}

.foodSwiper .swiper-slide-active {
    transform: scale(1);
}

.foodSwiper .swiper-slide-active .img-food-swiper {
    width: 100%;
    height: 357px;
    object-fit: contain;
}

.foodSwiper .swiper-slide-active .footer-swiper-title {
    font-size: 32px;
    line-height: 130%;
}

.foodSwiper .swiper-slide-prev {
    justify-content: flex-start;
}

.foodSwiper .swiper-slide-next {
    justify-content: flex-end;
}

.bg-food-page {
    left: 0;
    bottom: 260px;
    width: 100%;
    position: absolute;
}
/*-- end site food page content css --*/


/*-- site contact page content css --*/
.contact-page-title {
    margin-top: 56px;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 150%;
    font-family: var(--site-title-font), sans-serif;
    color: #363636;
}

.contact-page-description {
    margin-top: 8px;
    font-weight: 600;
    color: #5C5C5C;
}

.contact-page-content-wrapper {
    margin-top: 40px;
}

.contact-page-content-left,
.contact-page-content-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-page-content-left {
    padding-right: 28px;
}

.contact-page-content-right {
    padding-left: 28px;
}

.contact-page-content-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    color: var(--font-fourth-color);
}

.contact-page-content,
.contact-page-content-right .wpcf7-form,
.contact-page-content li:not(:first-child) {
    margin-top: 16px;
}

.contact-page-content,
.contact-page-socials {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.contact-page-content li,
.contact-page-socials li {
    list-style: none;
}

.contact-page-content li {
    font-weight: 500;
    display: flex;
    align-items: center;
}

.contact-page-socials {
    margin-top: 24px;
}

.contact-page-socials li {
    margin-top: 10px;
    display: inline-block;
}

.contact-page-socials li:not(:last-child) {
    margin-right: 10px;
}

.icon-contact-social {
    padding: 12px;
    width: 40px;
    height: 38px;
    border-radius: 16px;
    object-fit: contain;
    background: var(--font-second-color);
}

.contact-page-map {
    margin-top: 32px;
}

.contact-page-map iframe {
    margin-bottom: -10px;
    border-radius: 8px;
    border: solid 1px #D7D7D7 !important;
}

.contact-form-title {
    margin-bottom: 4px;
    font-weight: 700;
    color: #2E2E2E;
    display: inline-block;
}

.contact-form-title .required {
    color: #FF5656;
}

.contact-page-content-right .wpcf7-text,
.contact-page-content-right .wpcf7-textarea {
    margin-bottom: 19px;
    padding: 7px 12px !important;
    font-size: 16px;
    line-height: 24px;
    border-radius: 6px !important;
    box-shadow: 0 0 10px rgb(220,220,220, .6);
    -moz-box-shadow: 0 0 10px rgb(220,220,220, .6);
    -webkit-box-shadow: 0 0 10px rgb(220,220,220, .6);
    -o-box-shadow: 0 0 10px rgb(220,220,220, .6);
}

.contact-page-content-right .wpcf7-text::placeholder,
.contact-page-content-right .wpcf7-textarea::placeholder {
    color: #828282;
    opacity: 1;
}

.contact-page-content-right .wpcf7-text:-ms-input-placeholder,
.contact-page-content-right .wpcf7-textarea:-ms-input-placeholder {
    color: #828282;
}

.contact-page-content-right .wpcf7-text::-ms-input-placeholder,
.contact-page-content-right .wpcf7-textarea::-ms-input-placeholder {
    color: #828282;
}
/*-- end site contact page content css --*/


/*-- site booking form page content css --*/
.bookingform-content {
    padding: 120px 0;
}

.booking-form-content-wrappper,
.success-content-wrapper {
    margin-top: 56px;
}

.booking-product-info {
    padding: 16px;
    border-radius: 16px;
    background: var(--site-border-color);
}

.img-booking-product {
    width: 159px;
    height: 109px;
    border-radius: 8px;
    object-fit: cover;
}

.booking-product-info .ms-3 p,
.booking-product-info .ms-3 ul {
    margin-bottom: 0;
}

.booking-product-info .ms-3 p:not(:first-child),
.booking-product-info .ms-3 ul {
    margin-top: 8px;
}

.booking-product-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #1A292C;
}

.booking-product-price {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #343434;
}

.booking-product-info .ms-3 ul {
    margin-left: 0;
    padding-left: 0;
}

.booking-product-info .ms-3 ul li {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    list-style: none;
    border-radius: 8px;
    color: #343434;
    background: var(--font-second-color);
    display: inline-flex;
    align-items: center;
}

.booking-product-info .ms-3 ul li:not(:last-child) {
    margin-right: 12px;
}

.icon-booking-product {
    margin-right: 6px;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.booking-product-form-content {
    margin-top: 16px;
    padding: 8px 20px 20px 20px;
    border-radius: 16px;
    background: #EDEDED;
}

.booking-product-form-content p {
    margin-bottom: 4px;
    font-weight: 600;
    color: #5C5C5C;
}

.booking-product-form-content input,
.booking-product-form-content textarea {
    padding: 8px 16px;
    border-radius: 8px;
    border: none;
}

.booking-product-form-content input::placeholder,
.booking-product-form-content textarea::placeholder {
    color: #A7A7A7;
    opacity: 1;
    font-weight: 600;
}

.booking-product-form-content input::-webkit-input-placeholder,
.booking-product-form-content textarea::-webkit-input-placeholder {
    color: #A7A7A7;
    font-weight: 600;
}

.booking-product-form-content input::-moz-placeholder,
.booking-product-form-content textarea::-moz-placeholder {
    color: #A7A7A7;
    opacity: 1;
    font-weight: 600;
}

.booking-product-form-content input:-ms-input-placeholder,
.booking-product-form-content textarea:-ms-input-placeholder {
    color: #A7A7A7;
    font-weight: 600;
}

.booking-product-form-content input,
.booking-product-form-content-2 input::placeholder {
    color: #1A292C;
    opacity: 1;
    font-weight: 600;
}

.booking-product-form-content-1 .col-12 {
    margin-top: 12px;
}

.booking-product-form-content-2 input:disabled {
    background: var(--font-second-color);
}

.booking-product-date-wrapper,
.booking-product-number-wrapper {
    position: relative;
}

.icon-booking-date,
.icon-booking-number {
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    object-fit: contain;
    position: absolute;
}

.booking-form-content-right {
    border-radius: 16px;
    background: var(--font-second-color);
}

.booking-form-confirm-title {
    margin-bottom: 0;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 16px 16px 0 0;
    color: var(--font-second-color);
    background: linear-gradient(to left, #B6182E, #500B14, #500B14)
}

.widget-form-content-wrapper {
    padding: 20px 20px 36px 20px;
}

.widget-form-content:not(:last-child) {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: solid 1px #D9D9D9;
}

.widget-form-content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #5C5C5C;
}

.widget-form-content p strong {
    color: #1A292C;
}

.booking-form-content-button-wrapper {
    padding: 20px;
    border-top: dashed 2px #F8E8EA;
    position: relative
}

.booking-form-content-button-wrapper::before,
.booking-form-content-button-wrapper::after {
    content: '';
    top: -14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #F1F1F1;
    position: absolute;
}

.booking-form-content-button-wrapper::before {
    left: -14px;
}

.booking-form-content-button-wrapper::after {
    right: -14px;
}

.booking-form-content-button {
    padding: 23px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    width: 100%;
    border-radius: 16px;
    border: none;
    color: var(--font-second-color);
    background: var(--site-primary-color);
}

.booking-product-information {
    margin-top: 32px;
}

.booking-product-information-title {
    margin-bottom: 0;
    font-weight: 700;
    color: #1A292C;
}

.booking-information {
    margin-top: 16px;
    padding: 24px;
    border-radius: 8px;
    background: var(--font-second-color);
}

.information-top {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.information-top li {
    list-style: none;
    display: inline-block;
}

.img-banking {
    width: 77px;
    height: 32px;
    object-fit: contain;
}

.information-bottom {
    margin-top: 14px;
    display: flex;
}

.img-qr {
    padding: 20px;
    width: 164px;
    height: 164px;
    border-radius: 8px;
    border: solid 1.26px var(--site-primary-color);
}

.table-booking-information {
    margin-left: 72px;
}

.table-booking-information tr td {
    padding-top: 0;
    padding-left: 0;
    padding-right: 24px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #2D2D2D;
    display: inline-flex;
    align-items: center;
}

.table-booking-information tr td:first-child {
    width: 165px;
    max-width: 100%;
}

.table-booking-information tr td:last-child {
    padding-right: 0;
}

.table-booking-information  tr:last-child td {
    padding-bottom: 0;
}

.banking-name,
.information-price {
    font-weight: 700;
}

.btn-banking-copy {
    margin-left: 10px;
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
}

.icon-banking-copy {
    width: 20px;
    height: 20px;
    object-fit: cover;

}

.information-price {
    color: var(--site-primary-color);
}

.success-content-left {
    padding: 24px 32px;
    border-radius: 16px;
    border: solid 1px #DDD;
    background: var(--font-second-color);
}

.icon-form-success {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.success-content-left .d-flex .ms-3 {
    margin-left: 24px !important;
}

.success-form-title,
.success-form-subtitle,
.success-form-notice-1,
.success-form-notice-2,
.success-confirm-title-wrapper p {
    margin-bottom: 0;
}

.success-form-title,
.success-form-subtitle,
.success-form-notice-1 {
    font-weight: 700;
}

.success-form-title,
.success-form-notice-2 {
    margin-top: 4px;
}

.success-form-subtitle,
.success-form-notice-1 {
    color: #333;
}

.success-form-title {
    font-size: 24px;
    line-height: 36px;
    color: var(--site-primary-color);
}

.success-form-notice-1 {
    font-size: 20px;
    line-height: 32px;
}

.success-form-notice-2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #6B7280;
}

.success-form-notice-wrapper,
.btn-success-form {
    margin-top: 40px;
}

.btn-success-form {
    min-width: 230px;
}

.success-confirm-title-wrapper {
    padding: 14px 20px;
    font-weight: 600;
    border-radius: 16px 16px 0 0;
    color: var(--font-second-color);
    background: linear-gradient(to left, #B6182E, #500B14, #500B14);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.success-confirm-title-wrapper strong {
    font-weight: 700;
}

.success-confirm-title,
.success-confirm-price strong {
    font-size: 16px;
    line-height: 24px;
}

.success-confirm-subtitle,
.success-confirm-price {
    font-size: 14px;
    line-height: 20px;
}

.success-content-top,
.success-content-bottom {
    background: var(--font-second-color);
}

.success-content-top .widget-form-content-wrapper,
.success-content-bottom {
    padding: 20px;
}

.success-content-bottom {
    border-radius: 0 0 16px 16px;
    border-top: dashed 2px #F8E8EA;
    position: relative;
}

.success-content-bottom::before,
.success-content-bottom::after {
    content: '';
    top: -14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #F1F1F1;
    position: absolute;
}

.success-content-bottom::before {
    left: -14px;
}

.success-content-bottom::after {
    right: -14px;
}
/*-- end site booking form page content css --*/


/*-- site cart page content css --*/
.cartpage-content {
    padding: 120px 0;
}

.cart-page-content-wrappper {
    margin-top: 37px;
}

.cart-page-content-left,
.cart-page-content-right {
    border-radius: 16px;
    color: #000;
    background: var(--font-second-color);
}

.cart-page-content-left {
    padding: 16px 24px;
}

.table-cart-page thead th {
    padding: 20px 16px;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap; /* Prevents text from wrapping */
    width: 1%;
}

.table-cart-page tbody td {
    padding: 32px 16px;
    font-family: var(--site-fourth-font);
    white-space: nowrap; /* Prevents text from wrapping */
    width: 1%;
}

.img-cart-product-wrapper,
.cart-product-info,
.btn-cart-product-delete {
    display: flex;
}

.img-cart-product-wrapper {
    align-items: center;
}

#cart-page-header-check-input,
.cart-page-check-input {
    margin-right: 16px;
}

.cart-page-check-input {
    margin-top: 0;
}

.img-cart-product {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.cart-product-info {
    margin-left: 20px;
    height: 100px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.cart-product-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #172122;
}

.btn-cart-product-delete {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    font-family: var(--site-third-font);
    border: none;
    background: none;
    align-items: center;
}

.img-cart-trash {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.cart-price,
.cart-number,
.cart-total {
    color: #344B4E !important;
}

.cart-input-number-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 4px 8px;
    width: 87px;
    border-radius: 20px;
    border: solid 1px #D9D9D9;
    display: flex;
    align-items: center;
    text-align: center;
}

.icon-minus-d,
.icon-plus-d {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.icon-minus-d:hover,
.icon-plus-d:hover {
    cursor: pointer;
}

.cart-input-number {
    border: none !important;
    box-shadow: none !important;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
}

.cart-input-number::-webkit-outer-spin-button,
.cart-input-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.cart-page-content-right {
    padding: 28px 16px 16px 16px;
}

.cart-page-title {
    margin-top: 56px;
    letter-spacing: 6%;
    color: #343434;
}

.widget-cart-title,
.widget-cart-total span:last-child,
.widget-cart-sale span:last-child,
.widget-cart-summary span:last-child,
.btn-cart-page {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.widget-cart-title {
    margin-bottom: 0;
}

.widget-cart-total,
.btn-cart-page {
    margin-top: 24px;
}

.widget-cart-total,
.widget-cart-sale,
.widget-cart-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget-cart-total span:first-child,
.widget-cart-sale span:first-child,
.widget-cart-summary span:first-child {
    font-size: 14px;
    line-height: 150%;
}

.widget-cart-sale {
    margin-top: 8px;
}

.widget-cart-summary {
    margin-top: 16px;
    padding-top: 24px;
    border-top: solid 1px #C4CDCE;
}

.widget-cart-summary span:last-child {
    color: var(--site-primary-color);
}

.widget-cart-notice {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
}

.btn-cart-page {
    padding: 20px 24px;
    width: 100%;
    border-radius: 8px;
    background: var(--site-primary-color);
    display: inline-block;
}

.btn-cart-page,
.btn-cart-page:hover,
.btn-cart-page:focus,
.btn-cart-page:visited {
    color: var(--font-second-color);
}
/*-- end site cart page content css --*/


/*-- site archive page css --*/
.archive-title {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 64px;
    line-height: 150%;
    font-weight: 400;
    font-family: var(--site-title-font), sans-serif;
}

.archive-main,
.archive-tour-main {
    padding: 120px 0;
}

.archive-main {
    background: url('img/bg-archive.png') no-repeat center center;
    background-size: cover;
}

.archive-tour-main {
    background: url('img/bg-archive-tour.png') no-repeat center center;
    background-size: cover;
}

.sticky-swiper-wrapper,
.stickySwiper,
.stickySwiper .swiper-slide,
.sticky-content-left,
.archive-sticky-thumb {
    border-radius: 25px;
}

.sticky-swiper-wrapper {
    margin-bottom: 56px;
}

.archive-sticky-content-title,
.archive-sticky-content-title a,
.archive-sticky-content-title a:hover,
.archive-sticky-content-title a:focus,
.archive-sticky-content-title a:visited,
.archive-sticky-content-description,
.archive-sticky-content-description a,
.archive-sticky-content-description a:hover,
.archive-sticky-content-description a:focus,
.archive-sticky-content-description a:visited {
    color: var(--font-second-color);
}

.stickySwiper .swiper-slide {
    background: #7A3233;
}

.stickySwiper .swiper-slide,
.sticky-content-left,
.sticky-content-right,
.archive-sticky-thumb {
    height: 422px;
}

.sticky-content-left,
.sticky-content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.archive-sticky-thumb {
    object-fit: cover;
}

.sticky-content-right {
    padding: 55px;
}

.sticky-content-right .sticky-note {
    margin-bottom: 20px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
    border-radius: 40px;
    color: #3B3B3B;
    background: var(--font-second-color);
    display: inline-block;
}

.archive-sticky-content-title {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 150%;
    font-family: var(--site-title-font), sans-serif;
}

.archive-sticky-content-description {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.archive-sticky-content-bottom {
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-sticky-button-prev,
.swiper-sticky-button-next {
    padding: 13px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: var(--font-second-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-sticky-button-prev {
    margin-right: 12px;
}

.btn-archive-sticky {
    padding: 20px 24px;
    min-width: 143px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 16px;
    background: var(--site-second-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-archive-sticky,
.btn-archive-sticky:focus,
.btn-archive-sticky:visited {
    color: var(--font-fourth-color);
}

.btn-archive-sticky:hover {
    cursor: pointer;
    background: #A7C521;
}

.archive-search-form-wrapper {
    margin-bottom: 40px;
}

.archive-search-form {
    padding: 8px;
    border-radius: 12px;
    background: var(--font-second-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.archive-search-form-select,
.search-archive-field {
    width: 455px;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.archive-search-form-select {
    padding: 12px;
}

.search-archive-field {
    padding: 12px 12px 12px 52px !important;
    font-size: 16px;
    line-height: 24px;
    height: 67px;
    box-shadow: none !important;
    border: none !important;
    border-radius: 8px !important;
}

.search-archive-field,
.search-archive-field:focus {
    background: #F4F4F4 !important;
}

.search-archive-field::placeholder {
    color: #828282;
    opacity: 1;
}

.search-archive-field:-ms-input-placeholder {
    color: #828282;
}

.search-archive-field::-ms-input-placeholder {
    color: #828282;
}

.icon-archive-filter {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.filter-select-wrapper {
    width: 100%;
}

.filter-select-wrapper span {
    margin-left: 14px;
    font-size: 12px;
    line-height: 16px;
    color: #444;
}

.filter-select-wrapper select {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #303030;
    box-shadow: none !important;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("img/icon-down.png");
    background-repeat: no-repeat;
    background-position: right 16px top 50%;
    background-size: 18px 18px;
}

.filter-select-wrapper select::-ms-expand {
    display: none;
}

.archive-search-form-field {
    position: relative;
}

.icon-archive-search {
    top: 12px;
    left: 12px;
    bottom: 12px;
    margin: auto;
    padding: 10px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    position: absolute;
}

.archive-search-submit {
    margin-left: 12px;
    padding: 0 23px;
    width: 133px;
    height: 67px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    color: var(--font-second-color);
    background: var(--site-primary-color);
}

.archive-content-wrapper {
    margin-bottom: 24px;
    position: relative;
}

.sticky-post {
    top: 12px;
    left: 20px;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 40px;
    color: #3B3B3B;
    background: var(--font-second-color);
    position: absolute;
    z-index: 2;
}

.archive-content-wrapper:hover .hover-img {
    transform: scale(1.1);
}

.archive-content-wrapper .hover-img-wrapper,
.archive-content-thumb {
    border-radius: 20px;
}

.archive-content-thumb {
    height: 276px;
    object-fit: cover;
}

.archive-content {
    left: 0;
    bottom: 8px;
    padding: 13px;
    width: 278px;
    max-width: 100%;
    height: 123px;
    max-height: 100%;
    border-radius: 0 20px 0 20px;
    background: #7A3233;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
}

.archive-content-title,
.archive-content-title a,
.archive-content-title a:hover,
.archive-content-title a:focus,
.archive-content-title a:visited,
.archive-content-date {
    color: var(--font-second-color);
}

.archive-content-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.archive-content-bottom {
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.archive-content-date {
    font-family: var(--site-second-font), sans-serif;
}

.btn-archive-content {
    font-weight: 700;
    border-bottom: solid 1px #C5E828;
}

.btn-archive-content,
.btn-archive-content:focus,
.btn-archive-content:visited {
    color: #C5E828;
}

.archive-content-wrapper:hover .btn-archive-content {
    color: #A7C521;
    border-bottom: solid 1px #A7C521;
}
/*-- end site archive page css --*/


/*-- site archive tour page css --*/
.archive-main .archive-tour-content-wrapper {
    margin-bottom: 56px;
}

.archive-tour-content-wrapper {
    border-radius: 16px;
    border: solid 1px var(--site-border-color);
    background: var(--font-second-color);
}

.archive-tour-content-thumb {
    height: 251px;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
}

.archive-tour-content {
    padding: 24px;
}

.archive-tour-content-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.archive-tour-content-title,
.archive-tour-content-title a,
.archive-tour-content-title a:hover,
.archive-tour-content-title a:focus,
.archive-tour-content-title a:visited {
    color: var(--font-fourth-color);
}

.archive-tour-content-info,
.archive-tour-content-bottom {
    margin-top: 16px;
}

.archive-tour-content-info {
    padding: 16px;
    border-radius: 10px;
    background: #FAFAFA;
}

.archive-tour-content-info p {
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
}

.icon-tour-check {
    margin-right: 6px;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.archive-tour-content-info p strong {
    color: #2E2E2E;
}

.archive-tour-content-info-title {
    color: #787878;
}

.archive-tour-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.archive-tour-content-price-wrapper p {
    margin-bottom: 0;
}

.archive-tour-content-price-wrapper .sale-price {
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    color: var(--font-fourth-color);
}

.archive-tour-content-price-wrapper .price {
    font-size: 12px;
    line-height: 16px;
}

.archive-tour-content-price-wrapper .current-price {
    font-weight: 600;
    color: #9C9C9C;
}

.archive-tour-content-price-wrapper .sale-percentage {
    padding: 3px 6px;
    font-weight: 700;
    border-radius: 16px;
    color: #FF8800;
    background: #FFEDD9;
}

.archive-tour-content-btn-wrapper,
.btn-archive-tour-buynow,
.btn-archive-tour {
    align-items: center;
    justify-content: center;
}

.archive-tour-content-btn-wrapper {
    display: flex;
}

.btn-archive-tour-buynow {
    margin-right: 8px;
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #F2F2F2;
    display: inline-flex;
}

.icon-tour-cart {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.btn-archive-tour {
    min-width: 157px;
    height: 48px;
    display: inline-flex;
}
/*-- end site archive tour page css --*/


/*-- site widget css --*/
.search-form,
.search-form label,
.search-field {
    width: 100%;
}

.search-field,
.search-submit {
    height: 40px;
}

.widget-notfound .search-form {
    margin-bottom: 10px;
}

.search-form {
	position: relative;
}

.search-field {
    padding-left: 10px !important;
}

.search-submit {
    top: 0;
    right: 0;
    padding: 0;
    width: 40px;
    border: none;
    position: absolute;
}

.widget,
.widget-tour {
    border-radius: 16px;
    box-shadow: 0 0 10px rgb(220,220,220, .6);
    -moz-box-shadow: 0 0 10px rgb(220,220,220, .6);
    -webkit-box-shadow: 0 0 10px rgb(220,220,220, .6);
    -o-box-shadow: 0 0 10px rgb(220,220,220, .6);
    background: var(--font-second-color);
}

.widget {
    padding: 24px 30px;
}

.widget-tour-map {
    padding: 24px 20px;
}

.widget-tour-map iframe {
    margin-bottom: -5px;
    border-radius: 8px;
}

.widget:not(:last-child),
.widget-tour:not(:last-child) {
    margin-bottom: 32px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-title,
.widgettitle,
.widget-booking-title,
.widget-tour-title {
    margin-bottom: 18px;
    font-weight: 700;
}

.widget-title,
.widgettitle,
.widget-booking-title {
    font-size: 20px;
    line-height: 150%;
}

.widget-title,
.widgettitle,
.widget-tour-title {
    color: var(--font-fourth-color);
}

.widget-tour-title {
    font-size: 16px;
    line-height: 24px;
}

.widget ul {
    margin-left: 0;
    padding-left: 0;
}

.widget li {
    list-style: inside;
}

.widget a,
.widget a:hover,
.widget a:focus,
.widget a:visited {
    color: var(--font-primary-color);
}

.related-content:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px var(--site-border-color);
}

.related-content-thumb {
    width: 71px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
}

.related-content-title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 120%;
}

.widget-booking {
    background: linear-gradient(to left, rgb(182, 24, 46), rgb(182, 24, 46), rgb(80, 11, 20));
}

.widget-booking,
.widget-booking a,
.widget-booking a:hover,
.widget-booking a:focus,
.widget-booking a:visited {
    color: var(--font-second-color);
}

.widget-booking-content {
    font-size: 16px;
    line-height: 24px;
}

.widget-booking-content p:not(:last-child) {
    margin-bottom: 16px;
}

.widget-tour-booking {
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--font-fourth-color);
}

.widget-tour-booking p {
    margin-bottom: 0;
}

.tour-booking-title {
    font-weight: 600;
}

.tour-booking-number-wrapper,
.tour-booking-number-wrapper .number-wrapper,
.tour-booking-number-wrapper .number,
.tour-booking-total-wrapper,
.tour-booking-button-wrapper {
    display: flex;
    align-items: center;
}

.tour-booking-number-wrapper,
.tour-booking-total-wrapper,
.tour-booking-button-wrapper {
    justify-content: space-between;
}

#booking-start-date {
    margin-top: 10px;
    padding: 12px 20px !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    width: 100%;
    border-radius: 10px !important;
    border: none !important;
    outline: none;
    box-shadow: none;
    color: var(--font-fourth-color) !important;
    background: #F2F2F2;
}

#booking-input-number,
.total-title {
    color: #2E2E2E;
}

.number-price {
    margin-right: 15px;
    color: var(--site-primary-color);
}

.tour-booking-number-wrapper,
.tour-booking-button-wrapper {
    margin-top: 26px;
}

.tour-booking-total-wrapper {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #D9D9D9;
}

.total-title {
    font-size: 20px;
    line-height: 150%;
}

.total-price {
    font-size: 24px;
    line-height: 130%;
    color: #DCA511;
}

.btn-single-tour-buynow,
.btn-tour-booking {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-single-tour-buynow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: #F2F2F2;
}

.icon-tour-cart-single {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.btn-tour-booking {
    width: 233px;
    max-width: 100%;
    height: 60px;
    border-radius: 24px;
    background: var(--site-primary-color);
}

.btn-tour-booking,
.btn-tour-booking:visited {
    color: var(--font-second-color);
}

.btn-tour-booking:hover,
.btn-tour-booking:focus {
    color: var(--font-fourth-color);
    background: var(--site-second-color);
}

.icon-tour-booking {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
/*-- end site widget css --*/


/*-- site single css --*/
.entry-meta,
.nav-links {
    display: none !important;
}

.single-main {
    padding: 128px 0;
}

.single-content-left {
    padding-right: 30px;
}

.single-content-right {
    top: 128px;
    padding-left: 30px;
    position: sticky;
}

.single-title,
.single-content-left .entry-content {
    margin-top: 32px;
}

.single-title,
.single-tour-title,
.related-title,
.cart-page-title {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 150%;
    font-family: var(--site-title-font), sans-serif;
}

.single-title {
    color: var(--font-fourth-color)
}

.single-main .entry-footer {
    margin-top: 40px;
    padding-top: 18px;
    font-size: 16px;
    line-height: 24px;
    border-top: solid 1px var(--site-border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-author span:first-child,
.single-date span:first-child,
.entry-footer-right span {
    color: #666;
}

.single-author span:first-child,
.single-date span:first-child {
    margin-right: 5px;
}

.single-author span:last-child,
.single-date span:last-child {
    font-weight: 600;
}

.single-author {
    margin-right: 24px;   
}

.entry-footer-right span {
    margin-right: 12px;
}

.entry-footer-right a:not(:last-child) {
    margin-right: 8px;
}
/*--  end site single css --*/


/*-- site single tour css --*/
.single-tour-image-wrapper {
    margin-top: 24px;
}

.tourSwiper,
.img-single-tour-1,
.img-single-tour-2,
.img-single-tour-3,
.img-single-tour-4,
.img-single-tour-count {
    border-radius: 24px;
}

.img-single-tour-1,
.img-single-tour-2,
.img-single-tour-3,
.img-single-tour-4 {
    object-fit: cover;
}

.img-single-tour-1 {
    height: 564px;
}

.img-single-tour-2,
.img-single-tour-3,
.img-single-tour-4 {
    height: 267px;
}

.img-single-tour-2,
.img-single-tour-3 {
    margin-bottom: 30px;
}

.tourSwiper .swiper-slide {
    position: relative;
}

.swiper-tour-button-prev,
.swiper-tour-button-next {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 38px;
    height: 24px;
    padding: 4px 14px;
    border-radius: 100px;
    background: var(--site-primary-color);
    position: absolute;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-tour-button-prev {
    left: 35px;
}

.swiper-tour-button-next {
    right: 35px;
}

.icon-single-tour-play-outline {
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: dashed 3px var(--font-second-color);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.icon-single-tour-play {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.img-single-tour-wrapper {
    position: relative;
}

.img-single-tour-count {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .5);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.img-single-tour-count,
.img-single-tour-count:hover,
.img-single-tour-count:focus,
.img-single-tour-count:visited {
    color: var(--font-second-color);
}

.img-single-tour-count span {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 36px;
    border: solid 2px var(--font-second-color);
    display: inline-block;
}

.icon-single-tour-image {
    margin-left: 7px;
    width: 20px;
    height: 18px;
    object-fit: contain;
}

.entry-tour-content {
    margin-top: 56px;
}

.single-tour-info-top span,
.single-tour-info-top a,
.single-tour-info-top a:hover,
.single-tour-info-top a:focus,
.single-tour-info-top a:visited {
    color: #2E2E2E;
}

.single-tour-info-top,
.single-tour-info-top span,
.single-tour-info-top a {
    display: inline-flex;
    align-items: center;
}

.single-tour-info-top span,
.single-tour-info-top a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.single-tour-info-top {
    width: 100%;
    justify-content: space-between;
}

.tour-info-left span:not(:last-child) {
    margin-right: 40px;
}

.icon-tour-info-top {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.single-tour-title {
    margin-top: 10px;
    color: #2E2E2E;
}

.single-tour-info-bottom .col-xl-4 {
    padding-top: 20px;
}

.single-tour-info-bottom .col-xl-4:not(:last-child) {
    padding-right: 15px;
}

.tour-info-bottom-content {
    padding: 20px 18px;
    height: 100%;
    border-radius: 16px;
    background: var(--font-second-color);
}

.icon-info-bottom {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.tour-info-bottom-title,
.tour-info-bottom-subtitle {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.tour-info-bottom-title {
    margin-top: 10px;
    color: #2E2E2E;
}

.tour-info-bottom-subtitle {
    margin-top: 3px;
    color: #828282;
}

.single-tour-entry-wrapper {
    margin-top: 38px;
}

.single-tour-entry-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    color: #1D1D1D;
}

.single-tour-entry-description {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.table-tour-summary-title-wrapper,
.table-tour-summary-content-wrapper {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.table-tour-summary-content-wrapper {
    background: none;
}

.table-tour-summary-title-wrapper tr td:first-child,
.table-tour-summary-content-wrapper tr td:first-child {
    width: 120px;
}

.table-tour-summary-title-wrapper td,
.table-tour-summary-content-wrapper td {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.table-tour-summary-content-wrapper tr:first-child td:first-child {
    border-radius: 16px 0 0 0;
}

.table-tour-summary-content-wrapper tr:first-child td:last-child {
    border-radius: 0 16px 0 0;
}

.table-tour-summary-content-wrapper tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
}

.table-tour-summary-content-wrapper tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
}

.table-tour-summary-title-wrapper {
    margin-top: 16px;
}

.table-tour-summary-title-wrapper td {
    border-radius: 16px;
}

.table-tour-summary-title-wrapper td {
    color: var(--font-second-color);
    background: #BD1629;
}

.table-tour-summary-title-wrapper td:first-child {
    border: solid 2px #CC939B;
    border-radius: 16px 0 0 16px;
}

.table-tour-summary-title-wrapper td:last-child {
    border-top: solid 2px #CC939B;
    border-right: solid 2px #CC939B;
    border-bottom: solid 2px #CC939B;
    border-radius: 0 16px 16px 0;
}

.table-tour-summary-content-wrapper {
    margin-top: 10px;
    border-radius: 16px;
    border: solid 1px #E6EBE7;
}

.table-tour-summary-content-wrapper td {
    color: #727272;
}

.table-tour-summary-content-wrapper tr td:first-child {
    border-right: solid 1px #E6EBE7;
}

.table-tour-summary-content-wrapper tr td {
    border-bottom: solid 1px #E6EBE7;
}

.table-tour-summary-content-wrapper tr:last-child td {
    border-bottom: none;
}

.related-wrapper {
    margin-top: 120px;
}

.related-title {
    color: #343434;
}

.related-wrapper .col-lg-4 {
    margin-top: 32px;
}

.single-tour-detail-wrapper {
    margin-top: 16px;
    border-radius: 0 !important;
    border: none;
    background: none;
}

.single-tour-detail-wrapper:not(:last-child) {
    margin-bottom: 38px;
}

#accordionTour .collapsing {
    -webkit-transition: none !important;
    transition: none !important;
}

.sing-tour-detail-time .accordion-button {
    margin-bottom: 0;
    padding: 0;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    box-shadow: none !important;
    color: #2E2E2E;
    background: none;
}

.sing-tour-detail-time .accordion-button:not(.collapsed)::after {
    background-image: url('img/icon-minus-r.png')
}

.sing-tour-detail-time .accordion-button::after {
    background-image: url('img/icon-plus-r.png')
}

.single-tour-detail,
.single-tour-detail-description,
.img-single-tour-detail {
    margin-top: 20px;
}

.single-tour-detail {
    margin-left: 15px;
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative;
}

.single-tour-detail::before {
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: url('img/line-dash.png') no-repeat left center;
    background-size: cover;
    position: absolute;
    z-index: 1;
}

.single-tour-detail::after {
    left: -4px;
    bottom: 0;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #236217;
    position: absolute;
}

.single-tour-detail:has(> .single-tour-detail-info.show) {
    padding-bottom: 0;
}

.single-tour-detail-opacity {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255, 0), rgba(245,245,245, .5), rgb(245,245,245));
    position: absolute;
}

.single-tour-detai-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
}

.single-tour-detail-description {
    font-weight: 600;
    color: #2E2E2E;
}

.single-tour-detail-info.show ~ .single-tour-detail-opacity {
    display: none;
}

.single-tour-detail-tags {
    margin-top: 8px;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.single-tour-detail-tags li {
    margin-top: 16px;
    padding: 8px 16px;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 20px;
    color: #085515;
    background: var(--font-second-color);
    display: inline-block;
}

.single-tour-detail-tags li:not(:last-child) {
    margin-right: 18px;
}

.img-single-tour-detail {
    height: 321px;
    border-radius: 20px;
    object-fit: cover;
}
/*-- end site single tour css --*/


/*-- site pagination css --*/
.pagination {
    margin: 0 auto;
}

.pagination .page-item:not(:last-child) {
    margin-right: 10px;
}

.pagination .page-link {
    min-width: 48px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 8px !important;
    color: #232323;
    border-color: var(--site-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .current,
.pagination .page-link:hover,
.pagination .page-link:focus {
    color: var(--font-second-color);
    border-color: var(--site-primary-color);
    background: var(--site-primary-color);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	box-shadow: none !important;
}

.pagination .prev,
.pagination .next {
    padding: 0;
}

.pagination .prev:hover img,
.pagination .next:hover img,
.pagination .prev:focus img,
.pagination .next:focus img {
    filter: brightness(0) invert(1);
}

.pagination-left,
.pagination-right {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
/*-- end site pagination css --*/


/*-- site footer css --*/
.float-contact-wrapper,
.back-to-top {
    right: 32px;
    z-index: 999;
    position: fixed;
}

.icon-float-contact-container {
    border-radius: 50%;
    position: relative;
}

.icon-float-contact-container::after {
    top: 0;
    left: 0;
    content: '';
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 0 5px 2px rgba(255,255,255, .5);
    background: #DEBFBC;
    animation: backgroundZoomInOut 4s ease infinite;
    position: absolute;
}

@keyframes backgroundZoomInOut {
    0% {
        transform: scale(1); /* Original size (100%) */
    }
    50% {
        transform: scale(1.3); /* Zoom in to 120% */
    }
    100% {
        transform: scale(1); /* Return to original size (100%) */
    }
}

.icon-float-contact:hover,
.back-to-top:hover {
    cursor: pointer;
}

.icon-float-contact,
.back-to-top {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.icon-float-contact {
    z-index: 1;
    position: relative;
}

.float-contact-wrapper {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    bottom: 80px;
}

.float-contact-wrapper li {
    margin-bottom: 22px;
    list-style: none;
    position: relative;
}

.float-contact-wrapper li .notification {
    top: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #05FF00;
    display: inline-block;
    position: absolute;
    z-index: 1;
}

.back-to-top {
    right: 32px;
    bottom: 32px;
}

.site-footer,
.site-footer .container {
    position: relative;
}

.site-footer {
    padding: 50px 0;
}

.site-footer .container {
    z-index: 1;
}

.footer-opacity-1,
.footer-opacity-2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.footer-opacity-1 {
    background: linear-gradient(to bottom, rgb(122,50,51, .95), rgb(122,50,51, .95), rgb(122,50,51, .95));
}

.footer-opacity-2 {
    background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, .4), rgba(0,0,0, .8));
}

.footer-content-top {
    border-bottom: solid 1px rgb(236,236,236, .5);
}

.footer-content-top {
    padding-bottom: 40px;
}

.img-footer-logo {
    width: 300px;
    height: 116px;
    object-fit: contain;
}

.footer-content-link-wrapper,
.footer-contact,
.footer-payment,
.footer-socials-wrapper {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-content-link-wrapper {
    margin-top: 28px;
}

.footer-content-link-wrapper,
.footer-content-link-wrapper a,
.footer-content-link-wrapper a:hover,
.footer-content-link-wrapper a:focus,
.footer-content-link-wrapper a:visited {
    color: var(--font-second-color);
}

.footer-content-link-wrapper li,
.footer-contact li,
.footer-payment li,
.footer-socials-wrapper li {
    list-style: none;
}

.footer-content-link-wrapper li {
    font-size: 14px;
    line-height: 120%;
    font-weight: 600;
    display: inline-block;
}

.footer-content-link-wrapper li:not(:last-child) {
    margin-right: 43px;
}

#mega-menu-wrap-footer-nav {
    margin-top: 23px !important;
}

#mega-menu-wrap-footer-nav .mega-menu-item:last-child {
    margin-right: 0 !important;
}

.footer-content-middle,
.footer-contact-left,
.footer-contact-right {
    position: relative;
}

.footer-content-middle::after,
.footer-contact-left::after,
.footer-contact-right::after {
    content: '';
    background: rgb(236,236,236, .5);
    position: absolute;
}

.footer-contact-left::after,
.footer-contact-right::after {
    bottom: 0;
    height: 1px;
}

.footer-content-middle::after {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
}

.footer-content-middle .left,
.footer-content-middle .right {
    padding-bottom: 40px;
}

.footer-contact-left,
.footer-contact-right {
    padding: 40px 0;
    height: 100%;
}

.footer-contact-left {
    padding-right: 80px;
}

.footer-contact-left::after {
    left: 0;
    right: 25px;
}

.footer-contact-right {
    padding-left: 80px;
}

.footer-contact-right::after {
    left: 25px;
    right: 0;
}

.footer-content-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--font-second-color);
}

.footer-contact,
.footer-contact li:not(:first-child) {
    margin-top: 16px;
}

.footer-payment-wrapper {
    margin-top: 40px;
}

.footer-contact,
.footer-contact a,
.footer-contact a:hover,
.footer-contact a:focus,
.footer-contact a:visited {
    color: #DFDFDF;
}

.footer-contact li {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.icon-footer-contact {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.footer-payment {
    margin-top: 4px;
    width: 440px;
    max-width: 100%;
}

.footer-payment li {
    margin-top: 12px;
    margin-right: 12px;
    display: inline-block;
}

.img-footer-payment {
    width: 52px;
    height: 34px;
    object-fit: cover;
}

.footer-contact-right .wpcf7-form,
.footer-content-bottom {
    margin-top: 12px;
}

.footer-contact-right .wpcf7-text,
.footer-contact-right .wpcf7-textarea,
.footer-contact-right .wpcf7-text:focus,
.footer-contact-right .wpcf7-textarea:focus {
    background: rgb(240,240,240, .1);
}

.footer-contact-right .wpcf7-text,
.footer-contact-right .wpcf7-textarea {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--font-second-color) !important;
}

.footer-contact-right input::-webkit-input-placeholder
.footer-contact-right textarea::-webkit-input-placeholder { /* Chrome, Opera, Safari */
    font-weight: 600;
    color: #D9D9D9;
}

.footer-contact-right input::-moz-placeholder,
.footer-contact-right textarea::-moz-placeholder { /* Firefox 19+ */
    font-weight: 600;
    color: #D9D9D9;
    opacity: 1; /* Override Firefox's default lower opacity */
}

.footer-contact-right input:-ms-input-placeholder,
.footer-contact-right textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 600;
    color: #D9D9D9;
}

.footer-contact-right input::-ms-input-placeholder,
.footer-contact-right textarea::-ms-input-placeholder { /* Microsoft Edge (older versions) */
    font-weight: 600;
    color: #D9D9D9;
}

.footer-contact-right input::placeholder,
.footer-contact-right textarea::placeholder { /* Standard syntax */
    font-weight: 600;
    color: #D9D9D9;
}

.footer-contact-right .wpcf7-submit {
    padding: 12px 24px !important;
    font-size: 16px;
    line-height: 24px;
}

.footer-socials-wrapper li {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-footer-social {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.footer-copyright {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
}

.footer-copyright,
.footer-copyright a,
.footer-copyright a:hover,
.footer-copyright a:focus,
.footer-copyright a:visited {
    color: var(--font-second-color);
}
/*-- end site footer css --*/


@media (max-width: 768px) {
    #mega-menu-wrap-menu-1,
    .swiper-food-button-prev,
    .swiper-food-button-next,
    .footer-content-link-wrapper li:not(:last-child),
    #mega-menu-wrap-footer-nav #mega-menu-footer-nav > li.mega-menu-item {
        margin: 0 !important;
    }

    .swiper-food-button-wrapper,
    .tour-info-right {
        margin-top: 12px;
    }

    .booking-form-submit,
    .welcome-content,
    .btn-people,
    .people-content-bottom,
    .people-content-bottom .col-lg-3,
    .experience-content-bottom .archive-tour-content-wrapper,
    .btn-knowledge,
    .about-museum-content-bottom,
    .img-imprint-swiper-2-wrapper,
    .img-imprint-swiper-3-wrapper,
    .culture-festival-content-bottom,
    .culture-customs-content-bottom,
    .imprint-swiper-info,
    .contact-page-title,
    .map-page-discover-content-bottom,
    .cart-page-title,
    .cart-page-content-wrappper,
    .single-main .entry-footer,
    .entry-tour-content,
    .related-wrapper,
    .related-wrapper .col-lg-4,
    .widget-tour-map {
        margin-top: 24px;
    }

    .about-architecture-content {
        margin-top: 48px;
    }

    .btn-archive-sticky {
        margin-left: 12px;
    }
    
    .table-booking-information {
        margin-left: 0;
    }

    .swiper-food-button-prev {
        margin-right: 12px;
    }

    .archive-search-form-select,
    .archive-search-form-field,
    .archive-tour-content-price-wrapper,
    .single-main .entry-footer-left,
    .booking-product-form-content-2 .col-lg-6:not(:last-child),
    .footer-content-link-wrapper li:not(:last-child),
    #mega-menu-wrap-footer-nav #mega-menu-footer-nav > li.mega-menu-item {
        margin-bottom: 12px !important;
    }

    .booking-content-wrapper,
    .welcome-content-left,
    .img-welcome-wrapper:not(:last-child),
    .value-content-left,
    .value-swiper-bottom .custom-btn-swiper-wrapper,
    .swiper-value-scrollbar,
    .knowledge-content-left,
    .about-history-content-left,
    .img-history-content-2,
    .architecture-content-left,
    .about-museum-content-bottom .col-lg-3:not(:last-child),
    .system-content-left,
    .system-swiper-wrapper,
    .system-content-related,
    .nav-festival,
    .festival-content-left,
    .customs-content-left,
    .img-customs-content-1-wrapper,
    .people-character-content-left,
    .map-page-content-left,
    .archive-main .archive-tour-content-wrapper,
    .contact-page-content-left,
    .single-content-left,
    .cart-page-content-left,
    .img-map-page-discover-wrapper,
    .booking-product-information,
    .information-bottom .img-qr {
        margin-bottom: 24px !important;
    }

    .tourSwiper {
        margin-bottom: 30px;
    }

    .navigation-content-wrapper,
    .booking-form-wrapper .container,
    .welcome-content-left,
    .welcome-content-right,
    .value-content-left,
    .footer-content-middle .left,
    .footer-content-middle .right,
    .about-history-content-left,
    .about-history-content-right,
    .architecture-content-left,
    .architecture-content-right,
    .system-content-left,
    .system-content-right,
    .festival-content-left,
    .festival-content-right,
    .customs-content-left,
    .people-character-content-right,
    .map-page-content-left,
    .map-page-content-right,
    .contact-page-content-left,
    .contact-page-content-right,
    .archive-search-form-select,
    .single-content-left,
    .single-content-right {
        padding: 0;
    }

    .booking-form-wrapper,
    .imprint-swiper-info,
    .sticky-content-right {
        padding: 24px;
    }

    .img-map-page-discover-title {
        padding: 12px;
    }

    .content-wrapper {
        padding: 50px 0;
    }

    .cartpage-content,
    .single-main {
        padding: 120px 0 50px 0;
    }

    .container,
    .map-page-discover-content-bottom {
        padding: 0 24px;
    }

    .footer-contact-left,
    .footer-contact-right {
        padding: 24px 0;
    }

    .single-tour-info-bottom .col-xl-4:not(:last-child) {
        padding-right: 0;
    }

    .footer-content-top {
        padding-bottom: 24px;
    }

    .mega-current-menu-item::after,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover::after,
    .footer-content-middle::after,
    .footer-contact-left::after,
    .footer-contact-right::after {
        all: unset !important;
    }

    .navigation-content-middle,
    .booking-content-wrapper,
    .booking-location-wrapper,
    .booking-form-submit,
    .img-map-page-discover-wrapper,
    .archive-search-form-field,
    .img-welcome-wrapper,
    .history-content-description,
    .system-content-related,
    .system-content-outstanding,
    .img-imprint-swiper-1-wrapper,
    .img-imprint-swiper-2-wrapper,
    .img-imprint-swiper-3-wrapper,
    .imprint-swiper-info,
    .system-swiper-wrapper,
    .festivalSwiper .swiper-slide-active,
    .img-customs-content-1-wrapper,
    .img-customs-content-2-wrapper,
    .footer-content-link-wrapper li,
    #mega-menu-wrap-footer-nav #mega-menu-footer-nav > li.mega-menu-item {
        width: 100% !important;
    }
    
    #booking-input-number {
        max-width: 72px;
    }

    .knowledge-content-left,
    .knowledge-content-right,
    .system-swiper-wrapper,
    .system-related-outstanding-wrapper,
    .img-imprint-swiper-1-wrapper,
    .img-imprint-swiper-2-wrapper,
    .img-imprint-swiper-3-wrapper,
    .img-customs-content-1-wrapper,
    .img-customs-content-2-wrapper,
    .imprint-swiper-info,
    .contact-page-content-left,
    .contact-page-content-right,
    .map-page-content-left,
    .map-page-content-right,
    .map-page-discover-content-bottom,
    .stickySwiper .swiper-slide,
    .sticky-content-left,
    .sticky-content-right,
    .archive-sticky-thumb {
        height: auto !important;
    }

    .map-page-content-right #wecan-map {
        height: 500px !important;
    }

    .archive-title,
    .single-tour-title {
        font-size: 32px;
    }

    .banner-content-title,
    .content-title-1,
    .content-title-2,
    .content-title-3,
    .contact-page-title,
    .archive-sticky-content-title,
    .single-title,
    .related-title {
        font-size: 24px;
    }

    .imprint-swiper-title,
    .festival-content-title,
    .people-story-content-title {
        font-size: 18px;
        line-height: 28px;
    }

    .navigation-content-wrapper {
        border-radius: 0;
    }

    .site-title,
    .btn-header-booking-wrapper,
    #mega-menu-wrap-footer-nav #mega-menu-footer-nav > li.mega-menu-item > a.mega-menu-link {
        text-align: center !important;
    }
    
    .img-banner-content-wrapper {
        height: 450px;
    }

    .booking-form-wrapper {
        all: unset;
    }

    .booking-form {
        padding: 24px;
        bottom: 0;
        border-radius: 0;
        flex-wrap: wrap;
    }

    .img-welcome-wrapper,
    .img-imprint-swiper-1-wrapper,
    .img-imprint-swiper-2-wrapper,
    .img-imprint-swiper-3-wrapper,
    .imprint-swiper-info,
    .img-customs-content-1-wrapper,
    .img-customs-content-2-wrapper,
    .swiper-food-button-prev,
    .swiper-food-button-next,
    .img-map-page-discover-wrapper {
        position: unset;
    }

    .img-welcome-1,
    .img-welcome-2,
    .img-welcome-3,
    .img-welcome-4 {
        top: unset;
        left: unset;
        right: unset;
        height: auto;
        position: relative;
    }

    .value-swiper-bottom,
    .people-content-top,
    .knowledge-content-top,
    .about-history,
    .system-content-right,
    .archive-search-form,
    .archive-tour-content-bottom,
    .single-main .entry-footer,
    .single-tour-info-top,
    .information-bottom {
        flex-direction: column;
    }

    .archive-tour-content-bottom,
    .people-content-top {
        align-items: flex-start;
    }

    .img-imprint-swiper-2-wrapper,
    .img-imprint-swiper-3-wrapper {
        transform: rotate(180deg);
    }

    .img-map-page-discover-wrapper {
        transform: rotate(0) !important;
    }

    .navigation-content-left,
    .navigation-content-right,
    .imprint-swiper-info-opacity,
    .imprint-opacity-1,
    .imprint-opacity-3 {
        display: none;
    }

    .map-page-content-left ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .map-page-content-left ul li {
        flex: 0 0 calc(37% - 20px); /* Adjust '20px' to match your margin/gap */
        margin: 15px 15px 0 15px;
    }

    .people-story-content-bottom {
        padding-top: 24px;
        background: rgba(255,255,255, .9);
    }

    .btn-single-tour-buynow,
    .icon-tour-booking {
        width: 40px;
        height: 40px;
    }

    .btn-single-tour-buynow {
        padding: 5px;
    }

    .btn-tour-booking {
        width: 130px;
        height: 40px;
    }

    .swiper-food-button-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-festival,
    .nav-system {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }

    .nav-festival li,
    .nav-system li {
        float: none;
    }

    .img-architecture-overlay {
        display: none;
    }

    .culture-architecture-moverlay {
        background: rgba(255,255,255, .6);
    }

    .icon-minus,
    .icon-plus {
        width: 24px;
        height: 24px;
    }

    .footer-contact-left,
    .footer-contact-right {
        border-bottom: solid 1px rgb(236,236,236, .5);
    }

    .float-contact-wrapper {
        right: 13px;
        bottom: 60px;
    }

    .float-contact-wrapper li {
        margin-bottom: 13px;
    }

    .back-to-top {
        right: 13px;
        bottom: 13px;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    .tour-booking-button-wrapper {
        justify-content: unset;
    }

    .tour-booking-button-wrapper a {
        margin-left: 24px;
    }

    .culture-architecture-wrapper {
        padding: 50px 0 100px 0;
    }

    .archive-search-form-select,
    .search-archive-field {
        width: 100%;
    }
}

@media (min-width: 900px) and (max-width: 1440px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(:last-child) {
        margin-right: 24px;
    }

    .nav-system .nav-item:not(:last-child) {
        margin-right: 4px;
    }

    .system-swiper-wrapper {
        width: 290px;
    }

    .swiper-value-scrollbar {
        margin: 0 24px;
    }

    .container {
        padding: 0 36px;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        margin-right: 16px !important;
    }

    .nav-system .nav-item:not(:last-child) {
        margin-right: 4px;
    }

    .nav-system .nav-link {
        padding: 10px 15px;
    }

    .system-swiper-wrapper {
        width: 260px;
    }

    .booking-form-wrapper {
        bottom: 24px;
    }

    .swiper-value-scrollbar {
        margin: 0 24px;
    }

    .btn-single-tour-buynow,
    .icon-tour-booking {
        width: 45px;
        height: 45px;
    }

    .btn-single-tour-buynow {
        padding: 10px;
    }

    .tour-booking-button-wrapper a {
        margin-left: 6px !important;
    }

    .btn-tour-booking {
        width: 130px;
        height: 45px;
    }
}

@media (min-width: 768px) and (max-width: 1366px) and (min-resolution: 1.25dppx) {
    #mega-menu-wrap-menu-1 {
        margin-top: 0 !important;
    }

    .navigation-content-left,
    .navigation-content-right {
        display: none;
    }

    .banner-content-title,
    .content-title-1,
    .content-title-2,
    .content-title-3,
    .contact-page-title,
    .archive-sticky-content-title,
    .single-title,
    .related-title {
        font-size: 24px;
    }

    .booking-form {
        padding: 10px 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .system-swiper-wrapper {
        width: 100%;
    }

    .archive-search-form-select,
    .search-archive-field {
        width: 100%;
    }

    .tour-booking-button-wrapper {
        justify-content: unset;
    }

    .tour-booking-button-wrapper a {
        margin-left: 24px;
    }

    .culture-architecture-wrapper {
        padding: 50px 0 100px 0;
    }
}

@media (min-width: 800px) and (max-width: 1280px) {
    /* #mega-menu-wrap-menu-1 {
        margin-top: 0 !important;
    } */

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item,
    .nav-system .nav-item:not(:last-child) {
        margin-right: 4px !important;
    }
    
    .navigation-content-wrapper {
        padding: 8px;
        /* border-radius: 0; */
    }

    /* .navigation-content-left,
    .navigation-content-right {
        display: none;
    } */

    .navigation-content-middle {
        width: 100%;
    }

    .site-title,
    .btn-header-booking-wrapper {
        text-align: center;
    }

    .nav-system .nav-link {
        padding: 10px;
    }

    .system-swiper-wrapper {
        width: 257px;
    }

    .system-content-related, .system-content-outstanding {
        padding: 20px;
        width: 200px;
        height: 176px;
    }

    .booking-form-wrapper {
        bottom: 24px;
    }

    .swiper-value-scrollbar {
        margin: 0 24px;
    }
}

@media (min-width: 810px) and (max-width: 1080px) {
    #mega-menu-wrap-menu-1,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item,
    .swiper-food-button-prev,
    .swiper-food-button-next,
    .footer-content-link-wrapper li:not(:last-child),
    #mega-menu-wrap-footer-nav #mega-menu-footer-nav > li.mega-menu-item {
        margin: 0 !important;
    }

    .swiper-food-button-wrapper {
        margin-top: 12px;
    }

    .welcome-content,
    .btn-people,
    .people-content-bottom,
    .people-content-bottom .col-lg-3,
    .experience-content-bottom .archive-tour-content-wrapper,
    .btn-knowledge,
    .about-museum-content-bottom,
    .img-imprint-swiper-2-wrapper,
    .img-imprint-swiper-3-wrapper,
    .culture-festival-content-bottom,
    .culture-customs-content-bottom,
    .imprint-swiper-info,
    .contact-page-title,
    .map-page-discover-content-bottom,
    .cart-page-title,
    .cart-page-content-wrappper,
    .single-main .entry-footer,
    .entry-tour-content,
    .related-wrapper,
    .related-wrapper .col-lg-4 {
        margin-top: 24px;
    }

    .about-architecture-content {
        margin-top: 48px;
    }

    .swiper-food-button-prev {
        margin-right: 12px;
    }

    .people-story-content-bottom {
        padding-top: 24px;
        background: rgba(255,255,255, .9);
    }

    .archive-search-form-select,
    .archive-search-form-field,
    .footer-content-link-wrapper li:not(:last-child),
    .booking-product-form-content-2 .col-lg-6:not(:last-child),
    #mega-menu-wrap-footer-nav #mega-menu-footer-nav > li.mega-menu-item {
        margin-bottom: 12px !important;
    }

    .system-content-related {
        margin-bottom: 15px;
    }

    .booking-content-wrapper,
    .welcome-content-left,
    .img-welcome-wrapper:not(:last-child),
    .value-content-left,
    .value-swiper-bottom .custom-btn-swiper-wrapper,
    .swiper-value-scrollbar,
    .knowledge-content-left,
    .about-history-content-left,
    .img-history-content-2,
    .architecture-content-left,
    .about-museum-content-bottom .col-lg-3:not(:last-child),
    .system-content-left,
    .nav-festival,
    .festival-content-left,
    .customs-content-left,
    .img-customs-content-1-wrapper,
    .people-character-content-left,
    .map-page-content-left,
    .archive-main .archive-tour-content-wrapper,
    .contact-page-content-left,
    .cart-page-content-left,
    .booking-product-information,
    .single-content-left {
        margin-bottom: 24px !important;
    }

    .tourSwiper {
        margin-bottom: 30px;
    }

    .navigation-content-wrapper,
    .booking-form-wrapper .container,
    .welcome-content-left,
    .welcome-content-right,
    .value-content-left,
    .footer-content-middle .left,
    .footer-content-middle .right,
    .about-history-content-left,
    .about-history-content-right,
    .architecture-content-left,
    .architecture-content-right,
    .system-content-left,
    .system-content-right,
    .festival-content-left,
    .festival-content-right,
    .customs-content-left,
    .people-character-content-right,
    .map-page-content-left,
    .map-page-content-right,
    .contact-page-content-left,
    .contact-page-content-right,
    .archive-search-form-select,
    .single-content-left,
    .single-content-right {
        padding: 0;
    }

    .booking-form-wrapper,
    .imprint-swiper-info,
    .sticky-content-right {
        padding: 24px;
    }

    .content-wrapper {
        padding: 50px 0;
    }

    .container {
        padding: 0 24px;
    }

    .img-map-page-discover-title {
        padding: 12px;
    }

    .footer-contact-left,
    .footer-contact-right {
        padding: 24px 0;
    }

    .culture-architecture-wrapper {
        padding: 50px 0 100px 0;
    }

    .single-tour-info-bottom .col-xl-4:not(:last-child) {
        padding-right: 0;
    }

    .footer-content-top {
        padding-bottom: 24px;
    }

    .mega-current-menu-item::after,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover::after,
    .footer-content-middle::after,
    .footer-contact-left::after,
    .footer-contact-right::after {
        all: unset !important;
    }

    .navigation-content-middle,
    .img-welcome-wrapper,
    .history-content-description,
    .img-imprint-swiper-1-wrapper,
    .img-imprint-swiper-2-wrapper,
    .img-imprint-swiper-3-wrapper,
    .imprint-swiper-info,
    .festivalSwiper .swiper-slide-active,
    .img-customs-content-1-wrapper,
    .img-customs-content-2-wrapper,
    .archive-search-form-select,
    .archive-search-form-field,
    .search-archive-field,
    #mega-menu-wrap-footer-nav #mega-menu-footer-nav > li.mega-menu-item,
    .footer-content-link-wrapper li {
        width: 100% !important;
    }

    .knowledge-content-left,
    .knowledge-content-right,
    .system-swiper-wrapper,
    .system-related-outstanding-wrapper,
    .img-imprint-swiper-1-wrapper,
    .img-imprint-swiper-2-wrapper,
    .img-imprint-swiper-3-wrapper,
    .img-customs-content-1-wrapper,
    .img-customs-content-2-wrapper,
    .imprint-swiper-info,
    .contact-page-content-left,
    .contact-page-content-right,
    .stickySwiper .swiper-slide,
    .sticky-content-left,
    .sticky-content-right,
    .archive-sticky-thumb,
    .img-tiktok,
    .map-page-content-left,
    .map-page-content-right,
    .map-page-discover-content-bottom {
        height: auto !important;
    }

    .map-page-content-right #wecan-map {
        height: 500px !important;
    }

    .archive-title,
    .single-tour-title {
        font-size: 32px;
    }

    .banner-content-title,
    .content-title-1,
    .content-title-2,
    .content-title-3,
    .contact-page-title,
    .archive-sticky-content-title,
    .single-title,
    .related-title {
        font-size: 24px;
    }

    .imprint-swiper-title,
    .people-story-content-title,
    .festival-content-title {
        font-size: 18px;
        line-height: 28px;
    }

    .navigation-content-wrapper {
        border-radius: 0;
    }

    .site-title,
    .btn-header-booking-wrapper,
    #mega-menu-wrap-footer-nav #mega-menu-footer-nav > li.mega-menu-item > a.mega-menu-link {
        text-align: center !important;
    }

    .booking-form {
        width: 100%;
        bottom: 0 !important;
        flex-wrap: wrap;
    }

    .booking-content-wrapper {
        width: 48%;
    }

    .custom-select {
        width: 100%;
    }

    .img-imprint-swiper-1-wrapper,
    .img-imprint-swiper-2-wrapper,
    .img-imprint-swiper-3-wrapper,
    .imprint-swiper-info,
    .img-customs-content-1-wrapper,
    .img-customs-content-2-wrapper,
    .swiper-food-button-prev,
    .swiper-food-button-next,
    .img-map-page-discover-wrapper {
        position: unset;
    }

    .img-welcome-1,
    .img-welcome-2,
    .img-welcome-3,
    .img-welcome-4 {
        top: unset;
        left: unset;
        right: unset;
        height: auto;
        position: relative;
    }

    .value-swiper-bottom,
    .people-content-top,
    .knowledge-content-top,
    .about-history,
    .archive-search-form {
        flex-direction: column;
    }

    .people-content-top {
        align-items: flex-start;
    }

    .img-imprint-swiper-2-wrapper,
    .img-imprint-swiper-3-wrapper {
        transform: rotate(180deg);
    }

    .map-page-discover-content-bottom {
        padding: 0 12px;
        display: flex;
        flex-wrap: wrap;
    }

    .img-map-page-discover-wrapper {
        margin: 0 12px 24px 12px;
        flex: 1 0 40%;
        width: 40% !important;
        transform: rotate(0) !important;
    }

    .img-map-page-discover {
        height: 300px !important;
    }

    .navigation-content-left,
    .navigation-content-right,
    .imprint-swiper-info-opacity,
    .imprint-opacity-1,
    .imprint-opacity-3 {
        display: none;
    }

    .map-page-content-left ul {
        text-align: center;
    }

    .map-page-content-left ul li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .system-swiper-wrapper {
        width: 530px;
    }

    .tour-booking-button-wrapper {
        justify-content: unset;
    }

    .nav-festival,
    .nav-system {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }

    .nav-festival li,
    .nav-system li {
        float: none;
    }

    .img-architecture-overlay {
        display: none;
    }

    .culture-architecture-moverlay {
        background: rgba(255,255,255, .6);
    }

    .swiper-food-button-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-contact-left,
    .footer-contact-right {
        border-bottom: solid 1px rgb(236,236,236, .5);
    }

    .float-contact-wrapper {
        right: 13px;
        bottom: 60px;
    }

    .float-contact-wrapper li {
        margin-bottom: 13px;
    }

    .back-to-top {
        right: 13px;
        bottom: 13px;
    }
}

@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
    
}

@media (min-width: 900px) and (max-width: 1600px) {
    
}

@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {
    .history-content-description {
        width: 458px;
    }
}

@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) and (min-resolution: 1.25dppx) {
    .booking-form-wrapper {
        padding-bottom: 0;
        bottom: 0;
    }
}

@media (min-width: 810px) and (max-width: 1080px) and (orientation: landscape) {
    .btn-single-tour-buynow,
    .icon-tour-booking {
        width: 45px;
        height: 45px;
    }

    .tour-booking-button-wrapper a {
        margin-left: 6px;
    }

    .btn-single-tour-buynow {
        padding: 12px;
    }
    
    .btn-tour-booking {
        width: 125px;
        height: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1824px) {
    
}

@media (min-width: 1824px) {
    
}
