:root {
    --primary-color: #bc191b;
    --secondary-color: #f9f5ec;
    --thirdary-color: #a9a29c;
    --brown: #6f5240;
    --dark: #181818;
    --dark-red: #8b191b;

    --c-glass: #bbbbbc;
    --c-light: #fff;
    --c-dark: #000;

    --c-content: #e1e1e1;
    --c-action: #03d5ff;

    --c-bg: #1b1b1d;

    --glass-reflex-dark: 2;
    --glass-reflex-light: 0.3;

    --saturation: 150%;

}

.text-color {
    color: var(--dark-red);
}

.text-gray {
    color: #a9a29c !important;
}

[data-animate] {
    opacity: initial;
}

#page-title[data-bg-parallax], [data-bg-parallax] {
    background-color: transparent;
}

html {
    scroll-behavior: smooth;
}

body, p,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
#mainMenu nav>ul>li>a,
#footer,
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]),
.article-name span,
#footer p {
    /* font-family: "Prompt", sans-serif; */
    font-family: "Noto Sans Thai", "Kanit", sans-serif;
    /* font-family: "Kanit", sans-serif; */
    letter-spacing: 0;
    line-height: 1.5;
    color: #000000;
}

body, p, address {
    font-size: 16px;
    font-weight: 400;
}

body .body-inner,
.sect-gallery {
    background: #fff url(../images/bg-body.jpg) no-repeat;
    background-size: contain;
    background-position: center 92%;
}

.sect-gallery {
    background: #fff url(../images/bg-project.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
}

section {
    background: transparent;
}

.italic {
    font-style: italic;
}

.w100, .w-100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

section {
    background: transparent;
}

.index-main-content {
    position: relative;
}

a {
    color: var(--primary-color);
}

a:not(.btn):hover,
a:not(.btn-view):hover,
a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    color: var(--primary-color);
}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
    color: #ffffff;
    border: none;
    line-height: 42px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    outline: none;
    padding: 0 30px;
    background: var(--primary-color);
}

button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
    border-color: #333;
    color: #333;
    background: transparent;
}

button.btn.btn-outline:hover, button.btn.btn-outline:focus, button.btn.btn-outline:active,
button.btn.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline.active {
    background: var(--dark-red);
    border-color: var(--dark-red);
    color: #fff;
    box-shadow: 0 10px 23px var(--dark-red);
}

#header.header-modern:not(.header-active) .header-inner, #header.header-modern:not(.header-active) #header-wrap {
    border-radius: 16px;
}

button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active,
button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
    background: var(--dark-red);
    color: #fff;
    border-color: transparent;
    text-decoration: none;
    box-shadow: 0 10px 23px var(--primary-color);
}

.btn-view {
    background: var(--gradient-blue);
    color: #fff;
    padding: 0 10px;
    border-radius: 50px;
}

.btn-view:hover {
    background: var(--gradient-green);
    color: #fff !important;
}

/* header */
#header.header-modern:not(.header-active) {
    width: 97%;
    margin-top: 20px;
}

/* top-call */
.top-call {
    position: absolute;
    right: 80px;
}

.top-call a {
    display: inline-grid;
    line-height: 1;
    text-align: right;
    float: left;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
}

.top-call h4 {
    font-size: 23px;
    color: inherit;
}

.line-qrcode {
    height: 60px;
}

#header .header-inner #logo a>img {
    transition: none;
}

.hover-expand {
    transition: all .3s ease-in-out;
}

.hover-expand:hover {
    transform: scale(1.1);
}

/* #header.header-modern:not(.sticky-active) .line-qrcode{filter: brightness(0) invert(1);} */
#header.sticky-active .container-fluid {
    padding: 0 30px;
}

#header.sticky-active .top-call,
#header.sticky-active .top-call a,
#header.sticky-active .header-extras>ul>li .p-dropdown a>span,
#header.sticky-active .header-extras>ul>li i {
    color: #fff;
}

#header.sticky-active .header-inner #logo a>img {
    filter: brightness(0) invert(1);
}

#header.sticky-active .header-inner #logo a>img {
    height: 42px;
}

#header .header-inner #logo a>img {
    height: 60px;
    vertical-align: middle;
}

.header-extras>ul>li a, .header-extras>ul>li i {
    color: var(--dark-red);
}

.headbar {
    position: relative;
}

.headbar .btn {
    position: absolute !important;
    right: 15px;
    top: 10px;
}

.header-extras>ul>li {
    margin-left: 5px;
}

.header-extras>ul>li.header-link {
    margin-left: 18px;
}

.flickity-button {
    border-radius: 50%;
}

.flickity-button:hover {
    background: var(--gradient-green);
}

.form-group label:not(.error) {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 4px;
}

.btn-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    display: inline-block;
    color: #fff;
    background: var(--gradient-green);
}

.btn-circle.btn-expand img {
    width: 14px;
    height: auto;
}

#search {
    background: rgba(31, 68, 80, 0.88);
    backdrop-filter: blur(2px);
}

#search .search-form .form-control {
    color: #fff;
    text-align: center;
}

#search .search-form .text-muted {
    color: rgba(255, 255, 255, 0.62) !important;
    opacity: 1;
}

#search .btn-search-close {
    background: var(--secondary-color);
    color: var(--primary-color)
}

.header-contact {
    margin-right: 20px;
}

.header-contact ul.list-contact li {
    display: inline-block;
}

.header-contact ul.list-contact li span {
    display: none;
}

ul.list-contact li i {
    margin-right: 1px !important;
}

ul.list-contact li a:hover i {
    color: var(--secondary-color);
    background: var(--primary-color);
}

.header-extras>ul>li>a:not(.btn) i,
.header-extras>ul>li .topbar-dropdown>.title i,
.header-language i {
    font-size: 18px;
}

.header-extras>ul>li a:hover,
.header-extras>ul>li a:hover i {
    color: var(--primary-color);
}

.header-extras>ul>li .p-dropdown a>span {
    top: -13px;
}

.img-flags {
    width: 20px;
}

.p-dropdown .p-dropdown-content, .p-dropdown ul.p-dropdown-content {
    padding: 5px;
}

/* search */
#btn-shopping,
#btn-search {
    margin-top: 17px;
}

#btn-shopping,
#btn-search,
.search-btn {
    border: 1px solid #ddd;
    width: 42px;
    height: 42px;
    align-content: center;
    border-radius: 50%;
    line-height: 40px;
    padding: 0;
    text-align: center;
    box-shadow: -1px 6px 9px rgba(0, 0, 0, 0.39) inset;
}

#btn-shopping i,
#btn-search i,
.search-btn i {
    line-height: inherit !important;
}

#btn-shopping:hover,
#btn-search:hover,
.search-btn:hover {
    box-shadow: -1px 6px 9px rgba(0, 0, 0, 0.39) inset;
}

.search-btn:hover i {
    color: var(--primary-color);
}

.search-wrapper {
    width: 42px;
    height: 42px;
    display: flex;
    border-radius: 4rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.23);
    overflow: hidden;
    transition: 400ms ease-in-out;
    position: relative;
    margin-top: 16px;
}

.search-wrapper.active {
    width: 300px;
}

.search-wrapper input {
    color: #000;
    background: #fff;
    box-shadow: -1px 6px 9px rgba(0, 0, 0, 0.39) inset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 40px;
    margin-right: 2px;
    outline: none;
    border: none;
    font-size: 500;
    font-size: 1.2rem;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.search-btn {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
    z-index: 1;
    color: #fff;
    border: none;
}

/* menu */
#mainMenu nav>ul>li>a {
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    letter-spacing: 0;
    color: #fff;
}

#mainMenu nav>ul>li.hover-active>a, #mainMenu nav>ul>li.hover-active>span, #mainMenu nav>ul>li.current>a, #mainMenu nav>ul>li.current>span, #mainMenu nav>ul>li:hover>a, #mainMenu nav>ul>li:hover>span,
#mainMenu nav>ul>li:focus>a, #mainMenu nav>ul>li:focus>span {
    color: var(--secondary-color);
}

#mainMenu nav>ul>li {
    display: inline-block;
    float: none;
    margin: 0;
}

#mainMenu nav>ul>li .dropdown-menu li {
    line-height: 40px;
    font-size: 1em;
}

#mainMenu nav>ul>li .dropdown-menu li a {
    color: #333;
}

#mainMenu nav>ul>li .dropdown-menu>li.current>a, #mainMenu nav>ul>li .dropdown-menu>li.current>span,
#mainMenu nav>ul>li .dropdown-menu>li:hover>a, #mainMenu nav>ul>li .dropdown-menu>li:hover>span,
#mainMenu nav>ul>li .dropdown-menu>li:focus>a, #mainMenu nav>ul>li .dropdown-menu>li:focus>span,
#mainMenu nav>ul>li .dropdown-menu>li:active>a, #mainMenu nav>ul>li .dropdown-menu>li:active>span,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>a, #mainMenu nav>ul>li .dropdown-menu>li.hover-active>span {
    color: var(--secondary-color);
}

#header.header-modern:not(.header-active) #mainMenu nav>ul>li>a {
    color: #fff;
}

#mainMenu nav>ul>li>a {
    padding: 10px 15px;
    border-radius: 50px;
}

#mainMenu nav>ul>li>a:hover {
    background: var(--primary-color);
    color: #fff !important;
    text-decoration: none;
}

.top-call,
.top-call a {
    color: rgba(255, 255, 255, 1);
}

.top-call a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#header.header-sticky.sticky-active .header-inner,
#header.header-sticky.sticky-active #header-wrap {
    border-radius: 0;
    background: #8c181b;
}

#header.header-modern.header-sticky #mainMenu nav>ul>li>a {
    color: #fff;
}

.inspiro-slider .slide .container, .inspiro-slider .slide .container-wide {
    padding-top: 240px;
    align-self: initial !important;
}

#slider::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    pointer-events: none;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 63%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.4;
    backdrop-filter: blur(9px);
}

#slider::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    z-index: 1;
    pointer-events: none;
    background: #fff;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.91) 24.79%, rgba(255, 255, 255, 0.4) 63.87%, rgba(255, 255, 255, 0));
    z-index: 198;
}

.inspiro-slider .slide .slide-captions {
    width: 40%;
    /* margin: 0 auto; */
    text-align: left;
    float: right;
}

.inspiro-slider .slide .slide-captions>p,
.inspiro-slider .slide .slide-captions h1 {
    /* text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65); */
    color: #000;
}

.inspiro-slider .slide .slide-captions h1 {
    font-weight: 500;
    font-size: 1.5em;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.5;
}

.inspiro-slider .slide .slide-captions h1 span {
    font-family: "STIX Two Text", "Noto Sans Thai", sans-serif !important;
    display: block;
    font-size: 2em;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.42);
}

.inspiro-slider .slide .slide-captions>p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

/* sect-regis */
.sect-regis {
    padding: 0;
}

.form-register {
    padding: 20px 0;
}

.sect-regis .link-line {
    display: block;
    margin-top: 40px;
}

.img-line-qrcode {
    width: 200px;
    margin-bottom: 20px;
    max-width: 100%;
}

.sect-regis .headbar {
    background: #8b191b;
    text-align: center;
    padding: 40px;
    padding-top: 80px;
    color: #fff;
    border-radius: 120px 0;
    border-bottom-right-radius: 0;
}

.sect-regis .cright {
    background: #ebe7e5;
    padding: 50px;
    border-radius: 0 120px;
    margin-top: 40px;
    border-bottom-left-radius: 0;
    padding-bottom: 20px;
}

.sect-regis .box-contact {
    margin-top: 120px;
}

/* project */
.sect-project {
    background: #000 url(../images/bg-about.jpg) no-repeat;
    background-size: 100%;
    background-position: center top;

}

.sect-project .headbar {
    padding-right: 35%;
    margin-bottom: 60px;
}

.text-badge {
    font-size: 13px;
    display: inline-block;
    border: 1px solid #000;
    padding: 0 10px;
    border-radius: 50px;
    line-height: 23px;
    vertical-align: middle;
    margin-bottom: 15px !important;
}

.sect-project .project-intro {
    /* background: #ddd; */
    padding: 80px;
    height: 100%;
    background: #d5e4f5 url(../images/bg-intro.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.sect-project .project-intro .info-2 {
    margin: 40px 0 20px 0;
}

.sect-project .project-detail {
    background: #ddd;
    width: 385px;
    float: right;
    height: 100%;
    background: linear-gradient(to top, rgba(69, 21, 12, 1), rgb(140, 24, 27) 65.97%, rgba(154, 57, 45, 1));
}

.col-pjc-intro {
    padding-left: 0%;
}

.sect-project .project-detail label {
    margin-bottom: 0;
}

.sect-project .project-detail .pj-name {
    background: #d5b896;
    padding: 20px 30px;
}

.sect-project .project-detail .detail-body {
    padding: 30px;
    /* background: #000; */
    color: #fff;
    /* background: linear-gradient(to top, rgba(69, 21, 12, 1), rgb(140, 24, 27) 65.97%, rgba(154, 57, 45, 1)); */
}

.sect-project .project-detail .detail-body p {
    color: inherit;
}

.sect-project .pj-icon {
    filter: brightness(1) invert(1);
    width: 33px;
    position: absolute;
    left: 0;
    top: 4px;
}

.sect-project ul.list-pjc li {
    position: relative;
    padding-left: 50px;
}

.sect-project .project-detail .img-box {
    position: relative;
    height: 400px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    display: -webkit-flex;
}

.sect-project .project-detail .img-box img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;

}

/* .sect-project .row-up{ margin-bottom: -215px;} */
.portfolio-item .portfolio-description a:hover i, .portfolio-item .grid-description a:hover i, .portfolio-item .portfolio-links a:hover i, .grid-item .portfolio-description a:hover i, .grid-item .grid-description a:hover i,
.grid-item .portfolio-links a:hover i {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.p-progress-bar-container.title-up:not(:first-child), .progress-bar-container.title-up:not(:first-child) {
    margin-top: 0;
}

.p-progress-bar-container, .progress-bar-container {
    background-color: #280a08;
}

.p-progress-bar, .progress-bar {
    background-color: #d4b995;
}

.p-progress-bar-container.small .p-progress-bar .progress-number, .p-progress-bar-container.small .p-progress-bar .progress-type, .p-progress-bar-container.small .progress-bar .progress-number, .p-progress-bar-container.small .progress-bar .progress-type, .progress-bar-container.small .p-progress-bar .progress-number,
.progress-bar-container.small .p-progress-bar .progress-type, .progress-bar-container.small .progress-bar .progress-number, .progress-bar-container.small .progress-bar .progress-type {
    color: #fff;
    margin-top: -32px;
}

.project-detail .top-title {
    text-align: center;
    color: #fff;
    padding: 40px 0 20px 0;
}

.project-detail .top-title img {
    height: 50px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.ttl-box {
    display: inline-block;
    width: 100%;
}

.ttl-box h4 {
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
}

.ttl-box .counter {
    float: right;
}

.pjc-info-box {
    display: inline-block;
    background: rgba(107, 12, 12, 0.91);
    color: #ddd;
    padding: 30px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    backdrop-filter: blur(2px);
    border-radius: 0 90px;
}

.pjc-info-box .list-pjc li {
    margin-bottom: 10px;
}

.pjc-info-box .list-pjc li label,
.pjc-info-box .list-pjc li p {
    color: inherit;
    line-height: 1;
    margin-bottom: 0;
}

.pjc-info-box .list-pjc li p {
    font-weight: 600;
}

/* attration */
/* articles Section */
.grid-filter.gf-outline li:hover a, .grid-filter.gf-outline li.active a {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.sect-attraction {
    background-color: #bfd6db;
    padding: 80px 0;
    padding-bottom: 120px;
    padding-top: 300px;
    background: url(../images/bg-attraction.jpg) no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

.sect-attraction::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 23px;
    left: 0;
    bottom: 0;
    background: url(../images/decor/pattern-film.jpg);
    background-size: contain;
    background-repeat: repeat-x;
}

.sect-articles {
    padding: 80px 0;
    padding-bottom: 160px;
}

.article-slide {
    margin: 0 -15px;
}

.article-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 15px 0;
    height: 100%;
}

.article-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.article-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.article-card:hover .article-image img {
    transform: scale(1.1);
}

.article-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.article-card:hover .article-overlay {
    opacity: 1;
}

.article-content {
    position: relative;
    padding: 20px;
}

.article-content h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: var(--primary-color);
    line-height: 1.4;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.article-content p {
    color: #817973;
    margin-bottom: 15px;
    font-weight: 500;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    min-height: 72px;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    color: #888;
    font-size: 0.9em;
}

.article-meta span {
    display: flex;
    align-items: center;
}

.article-meta i {
    margin-right: 5px;
    color: var(--primary-color);
}

/* article Slider Navigation */
.article-slide .flickity-button {
    background: var(--primary-color);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.article-slide .flickity-button:hover {
    background: var(--secondary-color);
}

.article-slide .flickity-button:disabled {
    opacity: 0.3;
}

.article-slide .flickity-page-dots {
    bottom: -40px;
}

.article-slide .flickity-page-dots .dot {
    background: #ddd;
    opacity: 1;
}

.article-slide .flickity-page-dots .dot.is-selected {
    background: var(--primary-color);
}

@media (max-width: 767px) {
    .sect-articles {
        padding: 60px 0;
    }
}

/* attration style-2 */
.sect-attraction.style-2 {
    padding-top: 80px;
    background: #000;
    padding: 60px 40px;
}

.sect-attraction.style-2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 34px;
    left: 0;
    top: 0;
    background: url(../images/decor/pattern-film.jpg);
    background-size: contain;
    background-repeat: repeat-x;
    opacity: 0.2;
}

.sect-attraction.style-2::before {
    height: 34px;
    opacity: 0.2;
}

.attraction-list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.sect-attraction.style-2 .article-content {
    padding-bottom: 0;
}

.sect-attraction.style-2 .article-content p {
    margin-bottom: 0;
}

/* attration style-2 */

/* tabs */
.sect-tabs {
    padding-bottom: 40px;
    background: url(../images/bg-tabs.jpg) no-repeat;
    background-size: contain;
    background-position: center top;
}

/* .sect-tabs::before{
position: absolute;
content: "";
width: 100%;
height:50%;
left: 0;
top:0;
background: var(--dark-red);
} */
.w50 {
    width: 50%;
    display: inline-block;
    float: left;
}

.sect-tabs .headbar h2,
.sect-tabs .headbar h3,
.sect-tabs .headbar p {
    backdrop-filter: blur(1px);
    display: inline-block;
}

.sect-tabs .nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
    display: inline-block;
    text-align: center;
    width: 100%;
}

.sect-tabs .nav-tabs .nav-item {
    float: none;
    display: inline-block;
}

.sect-tabs .nav-tabs .nav-link,
.sect-tabs .nav-tabs .nav-link:not(.active):hover {
    color: #fff;
}

.sect-tabs .nav-tabs .nav-link {
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 30px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: 500;
    color: var(--primary-color);
}

.wrap-gallery-slide {
    position: relative;
    height: 50vh;
}

.gallery {
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    max-height: 28vw;
    overflow: hidden;
}

.gallery:before,
.gallery:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}

.gallery:before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.gallery:after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.gallery__stream {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
}

.gallery__item {
    position: absolute;
    width: 70%;
    height: 100%;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}

.gallery__item:nth-child(1) {
    left: 0;
    z-index: 1;
    transform: translateX(-100%) scale(.8);
}

.gallery__item:nth-child(2) {
    /* left: 0; */
    z-index: 2;
    /* transform: translateX(-10%) scale(.8); */
    left: -8%;
    transform: scale(.8);
}

.gallery__item:nth-child(3) {
    left: 50%;
    z-index: 4;
    transform: translateX(-50%) scale(1);
}

.gallery__item:nth-child(4) {
    /* left: 100%; */
    z-index: 3;
    /* transform: translateX(-90%) scale(.8); */
    transform: scale(.8);
    right: -8%;
}

.gallery__item:nth-child(n+5) {
    left: 100%;
    z-index: 1;
    transform: scale(.8);
}

/* Controllers */

.gallery__prev,
.gallery__next {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 50%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(.8);
    cursor: pointer;
}

.gallery__prev {
    left: 0;
}

.gallery__next {
    left: 100%;
}

/* sect-locaion */
/* box-map-info: full left to container right */
.box-preview {
    text-align: center;
    position: relative;
    width: calc(50% + 555px);
    /* 600px = half of 1200px (container max-width) */
    max-width: 100vw;
    margin-left: 0;
    margin-right: auto;
    background: #8c1b1d;
    /* keep your background color */
    /* Optional: add overflow-x: hidden; if needed */
}

.box-preview img.gph-img {
    max-height: 700px;
}

.box-map {
    background: #8c1b1d;
}

/* location */
.sect-location {
    padding: 0;
}

.sect-location .headbar {
    padding-left: 50%;
}

.map-wrap {
    margin: 0;
}

.map-wrap iframe {
    float: left;
}

.map-wrap .lft {
    border-radius: 0 0 0 80px;
    overflow: hidden;
    box-shadow: 3px 11px 17px rgba(51, 51, 51, 0.4);
    padding: 0;
    height: 100%;
}

.map-wrap .rgh {
    padding: 60px 40px;
    background-color: var(--dark-red);
    border-radius: 0 0 80px 0;
}

ul.list-location {
    column-count: 2;
}

ul.list-location li {
    position: relative;
    padding-left: 36px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;

}

ul.list-location li img {
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: brightness(0) invert(1);
}

ul.list-location li p {
    margin: 0;
    line-height: inherit;
    font-weight: 600;
    color: #8b1b1e;
}

.box-btn {
    position: absolute;
    bottom: 80px;
    right: 100px;
    margin: auto;
    display: -webkit-flex;
}

.box-btn a i {
    color: #0f6dc4 !important;
}

.box-btn a.play-button {
    width: 120px;
    height: 120px;
    z-index: 3;
    margin: auto;
    text-align: center;
    background: #fff;
    color: #000 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-btn a i {
    color: #e02121 !important;
    font-size: 24px;
}

.pulse {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 2px solid #f91114;
    border-radius: 50%;
    animation: pulse-animation 1.5s infinite ease-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.pulse:nth-child(2) {
    animation-delay: 0.5s;
}

.pulse:nth-child(3) {
    animation-delay: 1s;
}

@keyframes pulse-animation {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.transition {
    transition: all .3s ease-in-out;
}

.box-btn a.play-button.btn-gph-map {
    display: grid;
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--primary-color);
    text-align: center;
    align-content: center;
    color: #fff !important;
    font-size: 11px;
    border: none;
}

.btn-gph-map img {
    height: 50px;
    margin: 0 auto;
    margin-bottom: 5px;
    filter: brightness(0) invert(1);
}

/* sect-facility */
.sect-facility .icon-box {
    margin-bottom: 0;
    ;
}

.icon-box-emoji {
    display: block;
}

.facility-icon-boxes {
    width: 100%;
}

.facility-icon-boxes .icon-box .icon-box-desc {
    display: none;
}

.facility-icon-boxes .col-md-25 {
    text-align: center;
}

.col-md-25 {
    width: calc(100% / 5);
    flex: none;
    max-width: initial;
}

.icon-box-title {
    font-size: 15px;
    color: #000;
}

footer {
    position: relative;
    background: #7e1619;
    padding: 80px 0 40px 0;
}

footer, footer h2, footer h4, footer a, footer p {
    color: #e4e4e4 !important;
}

footer a:hover {
    color: #fff !important;
}

footer .ft-address {
    padding-right: 10%;
}

footer .ft-top {
    margin-bottom: 40px;
}

footer .ft-top .htitle {
    width: 63%;
    float: left;
}

footer .ft-top .social-icons {
    float: right;
}

footer .widget>h4 {
    margin-bottom: 6px;
    font-weight: 600;
}

footer .ft-contact .widget a {
    font-size: 20px;
    font-weight: 600;
}

footer .social-icons.social-icons-rounded li a {
    margin-right: 8px;
    background-color: #6b1315 !important;
}

footer .social-icons.social-icons-rounded li:last-child a {
    margin-right: 0;
}

footer .qrcode {
    max-width: 100%;
    width: 150px;
    float: right;
}

.list-links li {
    display: inline-block
}

footer .cp-right {
    margin-top: 40px;
}

footer .copyright,
.cp-right a {
    font-size: 13px;
    opacity: 0.9;
    display: inline-block;
    margin-right: 10px;
}

/* ////////end/////////// */

#scrollTop:after, #scrollTop:before {
    background: var(--primary-color);
}

#footer .col-fll .list-links a {
    font-weight: 600 !important;
}

#footer .col-right .list-links {
    float: right;
}

.list-contact.social span {
    display: none;
}

.list-contact.social li {
    display: inline-block;
}

.bg-color-box {
    background: #91c53f;
    color: #fff;
    padding: 20px;
}

.social-icons li.social-facebook a:hover {
    background-color: #227df5 !important;
    color: #fff;
}

.social-icons li.social-youtube a:hover {
    background-color: #ff0000 !important;
    color: #fff;
}

.social-icons li.social-line a:hover {
    background-color: #00c300 !important;
    color: #fff;
}

.social-icons li.social-x a {
    background-color: #000;
    color: #fff;
}

.social-icons li.social-x a:hover img, .social-icons li.social-line a:hover img {
    filter: brightness(0) invert(1);
}

.social-icons li.social-tiktok a:hover,
.social-icons li.social-twitter a:hover {
    background-color: #000 !important;
    color: #fff;
}

.social-icons li.social-linkedin a:hover {
    background-color: #0b66c2 !important;
    color: #fff;
}

.social-icons.social-icons-colored .social-whatsapp a, .social-icons.social-icons-colored-hover .social-whatsapp a:hover {
    background-color: #24d366 !important;
    color: #fff;
}

.social-icons.social-icons-colored-hover li a:not(:hover) .image-icon-social {
    filter: none;
}

.social-icons.social-icons-colored-hover li.social-x a:not(:hover),
.social-icons.social-icons-colored-hover li.social-tiktok a:not(:hover) {
    background: transparent;
    color: #000;
}

.social-icons.social-icons-colored-hover li a:not(:hover) .image-icon-social {
    filter: brightness(0) invert(1);
}

.social-icons.light li a:not(:hover) .image-icon-social {
    filter: brightness(0) invert(1);
}

.social-icons:not(.social-title) li.social-instagram a:hover {
    background-color: transparent;
    background: url('../images/social/instagram-bg.jpg') no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

/* .social-icons:not(.social-title) li.social-tiktok a, */
.social-icons:not(.social-title) li.social-tiktok a:hover {
    background-color: transparent;
    background: #000 url('../images/social/tiktok-bg.webp') no-repeat !important;
    background-size: 15px !important;
    background-position: center !important;
}

.social-icons li.social-tiktok a:hover i {
    opacity: 0;
}

.image-icon-social {
    height: 13px;
    top: -1px;
    position: relative;
    filter: brightness(0) invert(1);
}

footer .social-icons li.social-line a:hover .image-icon-social {
    filter: brightness(0) invert(1);
}

.social-x a:hover {
    color: #0766c2;
}

footer .social-icons li.social-instagram a:hover {
    color: #fff;
}

.social-icons li:hover img {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

.social-icons img {
    height: 16px;
}

.social-icons.social-icons-colored .social-gmail a, .social-icons.social-icons-colored-hover .social-gmail a:hover {
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.34) inset;
}

.social-icons li.social-line a {
    background-color: #00c300 !important;
    color: #fff;
}

.social-icons li.social-linemyshop a {
    background-color: #00c300 !important;
    color: #fff;
}

.social-icons li.social-linemyshop a img.image-icon-social {
    filter: none;
}

.social-icons .social-phone a {
    background: #25940f;
}

.social-icons .social-website a {
    background: #285fb4;
}

.social-icons .line-oa img {
    max-width: 81%;
    height: auto;
}

.social-shopee a, .social-shopee a:hover {
    background: #ee4d2d !important;
}

.social-shopee a img {
    filter: brightness(0) invert(1);
}

img.social-img-lazada {
    height: 23px;
}

.social-lazada a:hover {
    background: url(../images/social/social-lazada.png) no-repeat !important;
    background-size: 40px !important;
    background-position: center;
}

.social-img-icon a:hover img {
    opacity: 0 !important;
}

.privacy-policy-popup {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1200;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
    border-radius: 12px;
    min-width: 320px;
    max-width: 400px;
    padding: 0;
    animation: fadeIn 0.3s;
}

.privacy-policy-popup.show {
    display: block;
}

.privacy-policy-popup-content {
    padding: 24px 24px 16px 24px;
    position: relative;
}

.privacy-policy-popup-close {
    position: absolute;
    top: 10px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.7em;
    color: #888;
    cursor: pointer;
}

@media (max-width: 600px) {
    .privacy-policy-popup {
        left: 5vw;
        right: 5vw;
        min-width: unset;
        max-width: 90vw;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.policy-detail-popup {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: -50%;
    margin: auto;
    /* transform: translateX(-50%); */
    z-index: 1300;
    background: rgba(0, 0, 0, 0.78);
    padding: 0;
    animation: fadeIn 0.3s;
}

.policy-detail-popup .inner {
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
    border-radius: 16px;
    min-width: 340px;
    max-width: 80vw;
    max-height: 83vh;
    min-height: 60vh;
    margin: 80px auto;
    height: 100%;
    z-index: 2;
}

.policy-detail-popup.show {
    display: block;
    bottom: 0;
    z-index: 1301;
}

.policy-detail-popup-content {
    padding: 32px 32px 24px 32px;
    position: relative;
    max-height: 100%;
    overflow: hidden;
}

.policy-detail-popup-close {
    position: absolute;
    top: 10px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.7em;
    color: #888;
    cursor: pointer;
}

.policy-detail-scroll {
    max-height: 70vh;
    overflow-y: auto;
    margin-top: 16px;
}

@media (max-width: 600px) {
    .policy-detail-popup {
        left: 0;
        right: 0;
        min-width: unset;
        max-width: 100%;
        transform: none;
    }
    .policy-detail-popup .inner{
        margin: 40px auto;
        padding: 10px 15px;
    }

    .policy-detail-popup-content {
        padding: 18px 8px 12px 8px;
    }
}

/* responsive check */
@media (max-width: 1366px) {
    .article-image {
        height: auto;
    }

    .sect-project .col-pjc-detail {
        padding: 0;
    }

    .sect-project .project-detail {
        width: 445px;
    }

    .pjc-info-box {
        width: 84%;
    }

    .attraction-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .box-btn {
        right: 40px;
    }

    .box-btn a.play-button.btn-gph-map,
    .pulse {
        width: 100px;
        height: 100px;
    }

    .btn-gph-map img {
        height: 30px;
    }
}

@media (max-width: 1255px) {
    .box-preview {
        width: 100%;
    }

    .container.cont-gg-map {
        max-width: 100%;
        padding: 0;
    }

    .map-wrap .lft, .map-wrap .rgh {
        border-radius: 0;
    }

    .pjc-info-box {
        position: relative;
        right: initial;
        bottom: initial;
    }
}

@media (max-width: 1024px) {

    button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide),
    a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
        font-size: 16px;
        height: auto;
        line-height: 40px;
        padding: 0 14px;
    }

    #header.header-modern:not(.header-active) #mainMenu nav>ul>li>a {
        padding: 15px 40px;
    }

    #header #logo {
        width: auto;
        right: initial;
        left: 50px;
    }

    .top-call {
        right: 140px;
    }

    .header-extras {
        float: right;
        margin-right: 80px;
    }

    #mainMenu-trigger {
        position: absolute;
        right: 0;
        width: 80px;
    }

    .mainMenu-open #header .header-inner,
    .mainMenu-open #header #header-wrap {
        background-color: #8c181b !important;
    }

    .mainMenu-open #header .header-inner #logo a>img {
        filter: brightness(0) invert(1);
    }

    .mainMenu-open .lines,
    .mainMenu-open .lines:before,
    .mainMenu-open .lines:after {
        background-color: #fff;
    }

    .mainMenu-open .header-extras>ul>li>a,
    .mainMenu-open .header-extras>ul>li i,
    .mainMenu-open .header-extras>ul>li .p-dropdown a>span {
        color: #fff;
    }

    .inspiro-slider .slide .slide-captions>p,
    .inspiro-slider .slide .slide-captions h1 {
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
        color: #fff;
    }

    .pjc-info-box {
        bottom: initial;
    }

    .wrap-gallery-slide {
        height: 45vh;
    }

    .wrap-gallery-slide .gallery {
        top: 56%;
        height: 100%;
        max-height: initial;
    }

    .box-preview img.gph-img {
        max-width: 100%;
        height: auto;
    }

    .sect-location .cont-gg-map {
        padding: 0;
        max-width: 100%;
    }

    .map-wrap .rgh {
        padding: 40px;
    }

    .map-wrap .lft, .map-wrap .rgh {
        border-radius: 0;
    }

    .grid-filter ul {
        text-align: center;
    }

    .grid-3-columns .grid-item, .post-3-columns .post-item, .portfolio-3-columns .portfolio-item, .grid-2-columns .grid-item, .post-2-columns .post-item, .portfolio-2-columns .portfolio-item {
        width: 33.33333333%;
    }

    .sect-regis .headbar {
        border-radius: 5em 0 0 0;
    }

    .sect-regis .cright {
        border-radius: 0 5em 0 0;
        padding: 40px;
    }

    .sect-regis .box-contact {
        margin-top: 80px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 940px) and (orientation: landscape) {
    .wrap-gallery-slide {height: 100vh;}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container, .container-md, .container-sm {
        max-width: 92%;
    }
}

@media (max-width: 991px) {
    .sect-project .headbar {
        padding-right: 15px;
    }

    .sect-project .project-detail {
        width: 100%;
    }

    .pjc-info-box {
        width: 100%;
        right: 0;
        left: 0;
        border-radius: 0;
        position: relative;
    }

    .attraction-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .sect-project .project-detail .detail-body {
        padding: 30px 40px;
    }

    .sect-tabs .headbar h3 {
        font-size: 1.5em;
    }

    .sect-location .headbar {
        padding: 0 15px;
        text-align: center;
    }

    .map-wrap .lft, .map-wrap .rgh {
        width: 100%;
        flex: none;
        max-width: initial;
    }

    ul.list-location {
        column-count: initial;
    }

    ul.list-location li {
        width: 50%;
        float: left;
    }

    h2.htitle {
        font-size: 1.5em;
    }

    .sect-tabs .container {
        padding: 0;
    }

    .sect-tabs .headbar {
        padding: 0 40px;
    }

    .w-tabs-section-content iframe {
        aspect-ratio: 16/9;
        height: auto;
    }

}

@media (max-width: 768px) {
    .sect-regis .cright {
        margin: 0;
        padding: 40px 30px;
    }

    .sect-regis .headbar {
        padding: 20px;
        padding-top: 40px;
    }

    .box-contact p, .box-contact .link-phone span {
        font-size: 14px;
    }

    .box-contact .link-phone h4 {
        font-size: 1.2em;
    }

    .sect-project .col-pjc-detail,
    .sect-project .col-pjc-intro {
        width: 100%;
        max-width: initial;
        flex: none;
    }

    .sect-project .headbar {
        margin-bottom: 40px;
        text-align: center;
    }

    .sect-project .project-detail .detail-body {
        padding: 40px 60px;
    }

    .sect-project .project-intro {
        padding: 60px;
    }

    .pjc-info-box {
        margin-top: 40px;
    }

    .article-content h4 {
        font-size: 1.1em;
    }

    .sect-tabs .headbar .lft {
        padding-right: 60px;
    }

    .sect-tabs .headbar h3 {
        font-size: 1.2em;
    }

    .wrap-gallery-slide {
        height: 33vh;
    }

    h2.htitle {
        font-size: 1.25em;
    }

    .widget {
        margin-bottom: 20px;
    }

    .box-btn a.play-button.btn-gph-map,
    .pulse {
        width: 80px;
        height: 80px;
    }

    .btn-gph-map img {
        height: 30px;
    }
}

@media (max-width: 635px) {
    body, p, address {
        font-size: 14px;
    }

    #header .header-inner #logo a>img {
        height: 50px;
    }

    #header #logo {
        left: 20px;
    }

    .top-call {
        zoom: 0.8;
        right: 170px;
        top: 5px;
    }

    #header.header-modern:not(.header-active) #mainMenu nav>ul>li>a {
        padding: 15px 0;
    }

    .inspiro-slider .slide .container {
        padding-top: 180px;
    }

    .inspiro-slider .slide .slide-captions {
        width: 58%;
        zoom: 0.7;
        top: -60px;
    }

    .inspiro-slider .slide .slide-captions h1 {
        font-size: 1.25em;
    }

    .inspiro-slider .slide .slide-captions>p {
        font-size: 14px;
    }

    .sect-regis .box-contact {
        margin-top: 0;
    }

    .sect-regis .headbar, .sect-regis .cright {
        border-radius: 0;
    }

    .attraction-list {
        gap: 20px;
    }

    .article-content {
        padding: 10px;
    }

    .article-content p {
        min-height: initial;
    }

    .m-b-60 {
        margin-bottom: 30px !important;
    }

    .wrap-gallery-slide {
        height: 23vh;
    }

    .box-btn {
        right: 40px;
    }

    .box-btn a.play-button.btn-gph-map,
    .pulse {
        width: 80px;
        height: 80px;
    }

    .icon-box-emoji img {
        width: 42px;
    }

    .icon-box-title {
        font-size: 13px;
        color: #0e0e0e;
        font-weight: initial;
    }

    .col-md-25 {
        padding: 0 10px;
    }

    footer .ft-top .htitle {
        width: 100%;
    }

    footer .ft-top .social-icons {
        float: left;
    }

    footer .ft-contact,
    footer .ft-social {
        width: auto;
        flex: none;
        max-width: initial;
        float: left;
    }

    footer .ft-social {
        float: right;
    }
}

@media (max-width: 510px) {
    #mainMenu-trigger {
        width: 60px;
    }

    .header-extras {
        margin-right: 50px;
    }

    .top-call {
        right: 120px;
    }

    .sect-regis {
        padding-bottom: 20px;
    }

    .attraction-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .sect-tabs {
        background-size: 150%;
    }

    .box-preview img.gph-img {
        max-width: 77%;
        margin-right: 15%;
    }

    .box-btn {
        zoom: 0.8;
        bottom: 50px;
        right: 60px;
    }
}

@media (max-width: 480px) {
    .top-call {
        right: 140px;
        zoom: 0.7;
    }

    .sect-regis .cright h4 {
        font-size: 16px;
    }

    .sect-tabs .headbar .w50 {
        width: 100%;
        padding: 0;
    }

    ul.list-location li {
        width: 100%;
    }

    .sect-tabs {
        background-size: 200%;
    }

    .facility-icon-boxes.justify-content-center {
        justify-content: left !important;
    }

    .facility-icon-boxes .col-md-25 {
        width: 50%;
        float: left;
    }

    .sect-facility .icon-box {
        display: flex;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .icon-box-title {
        font-size: 15px;
    }

    .icon-box-emoji {
        margin-right: 10px;
    }

    #slider::before {
        height: 140px;
    }

    #slider::after {
        height: 15%;
    }

    .inspiro-slider .slide .slide-captions>p, .inspiro-slider .slide .slide-captions h1 {
        color: #000;
        text-shadow: none;
    }

    .col-pjc-intro {
        padding: 0;
    }

    .sect-project .project-intro {
        padding: 40px;
    }

    .sect-attraction.style-2 {
        padding: 40px 0;
        padding-bottom: 60px;
    }

    .m-b-40 {
        margin-bottom: 20px !important;
    }

}

@media only screen and (max-width: 450px) {
    #header #logo {
        left: 10px;
    }

    #header .header-inner #logo a>img {
        height: 45px;
    }
}
@media only screen and (max-width: 430px) {
    #header .header-inner #logo a>img {
        height: 40px;
    }

    .top-call {
        right: 160px;
        zoom: 0.6;
        top: 20px;
    }
    .top-call a{ font-size: 8px;}
    .top-call h4{ font-size: 1.6em;}

    .inspiro-slider .slide .slide-captions{
        width: 90%;
        zoom: 0.7;
        top: -70px;
    }
    .sect-regis .link-line {
        margin-top: 30px;
    }

    .img-line-qrcode {
        width: 150px;
    }

    .grid-filter li a {
        padding: 8px 7px;
    }

    .grid-3-columns .grid-item, .post-3-columns .post-item, .portfolio-3-columns .portfolio-item, .grid-2-columns .grid-item, .post-2-columns .post-item, .portfolio-2-columns .portfolio-item {
        width: 50%;
    }


    .sect-facility .icon-box {
        padding-left: 0;
    }

    .facility-icon-boxes .col-md-25 {
        width: 100%;
        float: left;
        padding-left: 27%;
    }

    footer {
        padding-top: 40px;
    }

    .map-wrap .lft, .map-wrap .rgh {
        text-align: center;
    }

    ul.list-location {
        display: inline-block;
        margin: 0 auto;
        float: none;
    }

    ul.list-location li {
        width: auto;
        display: block;
        clear: left;
    }

}

@media only screen and (max-width: 375px) {
    #header #logo {
        left: 10px;
    }

    .top-call {
        right: 160px;
        zoom: 0.5;
        top: 30px;
    }

    #mainMenu-trigger {
        width: 50px;
    }

    .header-extras {
        margin-right: 35px;
    }

    .box-btn {
        bottom: 30px;
        right: 40px;
    }
}

@media only screen and (max-width: 340px) {
    .top-call {
        display: none;
    }

    .inspiro-slider .slide .slide-captions {
        width: 70%;
    }

    .sect-regis .cright {
        padding: 20px;
    }

    .g-recaptcha>div, .rc-anchor-normal {
        max-width: 100% !important;
    }

    .rc-anchor-normal .rc-anchor-content {
        max-width: 50% !important;
    }

    .rc-anchor-error-message {
        font-size: 12px;
    }

    .rc-anchor-logo-portrait {
        margin-left: 0 !important;
    }

    .sect-project .project-detail .img-box {
        height: 348px;
    }

    .sect-project .project-detail .detail-body {
        padding: 30px;
    }

    .pjc-info-box {
        padding: 20px;
    }

    .attraction-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .sect-tabs {
        background-size: 250%;
    }

    .wrap-gallery-slide {
        height: 16vh;
    }

    .box-preview img.gph-img {
        margin-right: 20%;
    }

    .m-b-40 {
        margin-bottom: 10px !important;
    }
}