.top-banner {
    position: relative;
    z-index: 10; }
  .top-banner .img::after {
    content: '';
    pointer-events: none;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 45.26%, rgba(0, 0, 0, 0.5) 100%);    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.26%, rgba(0, 0, 0, 0.5) 100%); }
  .top-banner .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 30.98958%; }
    .top-banner .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; }

.social-network a em, .social-network a i {
    font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
    line-height: 1.35;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out; }

.social-network a img, .social-network a svg {
    max-width: 1.25rem; }

.social-network a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); }
  .social-network a:hover em, .social-network a:hover i {
    --tw-text-opacity: 1;
    color: rgb(163 3 48 / var(--tw-text-opacity, 1)); }

.promotion-info {
    position: fixed;
    right: 0.8333333333333334rem;
    bottom: 1.0416666666666667rem;
    z-index: 100;
    display: none !important; }

@media (max-width: 1024px) {
  .promotion-info {
        bottom: 3.75rem;
        right: 0.4166666666666667rem; } }

@media (max-width: 768px) {
  .promotion-info {
        bottom: 70px; } }
  @media screen and (max-width: 1400px) {
    .promotion-info .btn {
      width: 70px;
      height: 70px; } }
  @media screen and (max-width: 1024px) {
    .promotion-info .btn {
      width: 60px;
      height: 60px; } }
  @media screen and (max-width: 576px) {
    .promotion-info .btn {
      width: 50px;
      min-width: 50px;
      height: 50px; } }
  .promotion-info .btn em {
    font-size: clamp(17px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4; }

@media (max-width: 576px) {
  .promotion-info .btn em {
        font-size: clamp(15px, calc(18 / 1920 * 100vw), 0.9375rem);
        line-height: 1.4; } }
  .promotion-info .btn span {
    font-size: clamp(12px, calc(12 / 1920 * 100vw), 0.625rem);
    line-height: 1.4; }

@media (max-width: 576px) {
  .promotion-info .btn span {
    font-size: 0.52083rem; } }

.footer-menu li {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer-menu li:hover a, .footer-menu li.current-menu-item a, .footer-menu li.current-category-ancestor a, .footer-menu li.current-menu-ancestor a, .footer-menu li.current-menu-parent a, .footer-menu li.current-category-parent a, .footer-menu li.current-money-map-category-ancestor a, .footer-menu li.current-post-ancestor a, .footer-menu li.current-project-ancestor a {
    -webkit-text-decoration-line: underline !important;
            text-decoration-line: underline !important; }
  .footer-menu li * {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4; }
  .footer-menu li:not(:last-child) {
    margin-bottom: 0.625rem; }

@media (min-width: 1200.1px) {
  .footer-menu li:not(:last-child) {
        margin-bottom: 0.8333333333333334rem; } }

footer {
  padding-bottom: var(--footer-height) !important;
  background: url("../img/bg/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 50;
  overflow: visible }

@media (max-width: 768px) {
  footer {
        padding-bottom: 50px !important; } }
  footer::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.5625rem;
    background: url("../img/bg/footer-top.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }

@media (min-width: 1024.1px) {
  footer .logo a {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important; } }
  footer .logo img {
    height: 100% !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important; }
  footer .col {
    position: relative; }

@media (min-width: 1024.1px) {
  footer .col:not(:last-child)::after {
    content: '';
    pointer-events: none;
    position: absolute;
    right: 0.8333333333333334rem;
    bottom: 0;
    z-index: 10;
    display: block;
    height: 100%;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out } }
  footer address li {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4; }
    footer address li * {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4; }
    footer address li:not(:last-child) {
    margin-bottom: 0.625rem; }
  footer address p {
    margin-bottom: 0; }
  footer address a:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline; }
  footer .heading {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif; }

@media (max-width: 1024px) {
  .fb-wrap {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }

.fb-wrap iframe {
  width: 100% !important; }

.fb-wrap span {
  width: 100% !important; }

.fb-wrap .fb-page, .fb-wrap .fb-page span, .fb-wrap .fb-page span iframe[style] {
  width: 100% !important; }

.modulepager, .post-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .modulepager ul, .post-nav ul {
    padding: 0;
    margin: 0;
    position: relative;
    gap: 0.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center }
    .modulepager ul li, .post-nav ul li {
      display: inline-block; }
      .modulepager ul li.active a, .modulepager ul li.active span, .modulepager ul li:hover a, .modulepager ul li:hover span, .post-nav ul li.active a, .post-nav ul li.active span, .post-nav ul li:hover a, .post-nav ul li:hover span {
    --tw-bg-opacity: 1;
    background-color: rgb(163 3 48 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
      .modulepager ul li span, .modulepager ul li a, .post-nav ul li span, .post-nav ul li a {
        -webkit-transition: .3s all  ease-in-out;
        transition: .3s all  ease-in-out;
        text-decoration: none;
        height: 40px;
        width: 40px;
        min-width: 40px;
        overflow: hidden;
        border-radius: 9999px;
        font-size: clamp(15px, calc(18 / 1920 * 100vw), 0.9375rem);
        line-height: 1.4;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity, 1));
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center }

@media (min-width: 1600px) {
  .modulepager ul li span, .modulepager ul li a, .post-nav ul li span, .post-nav ul li a {
        height: 2.0833333333333335rem;
        width: 2.0833333333333335rem;
        min-width: 2.0833333333333335rem; } }
    .modulepager ul .next a, .post-nav ul .next a {
    white-space: nowrap; }

header {
  box-shadow: 0px 16px 24px 0px #1F22270F;
  height: var(--header-height);
  overflow: visible !important }
  header::before, header::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out }
  header::before {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); }
  header::after {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.85;    -webkit-backdrop-filter: blur(20px);    backdrop-filter: blur(20px);    opacity: 0; }

@media (min-width: 1200.1px) {
  header .container-fluid {
    padding: 0 2.60417rem; } }

.txt-grid {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: .4s grid-template-rows ease;
  transition: .4s grid-template-rows ease; }
  .txt-grid > div {
    overflow: hidden; }

.header-right .btn span {
    text-transform: uppercase; }

.nav-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .nav-brand a {
    width: auto;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out }

@media (max-width: 1200px) {
  .nav-brand a {
    height: 60px !important; } }
    @media screen and (min-width: 1200px) {
      .nav-brand a {
        height: 4.6875rem;
        width: 8.85417rem; } }
    @media screen and (min-width: 1400px) {
      .nav-brand a {
        height: 4.583333333333334rem; } }
    .nav-brand a img, .nav-brand a svg {
      width: 100%;
      height: 100%;
      object-fit: contain; }

@media (max-width: 768px) {
  .btn-view-360 {
        position: fixed;
        right: 0.4166666666666667rem;
        bottom: 150px;
        z-index: 40; } }

.btn-view-360 .btn.btn-primary .icon {
    pointer-events: none;
    position: relative;
    z-index: 50;
    display: block;
    height: 24px;
    width: 24px;
    min-width: 24px;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out; }
  .btn-view-360 .btn.btn-primary .icon::after {
    content: '';
    pointer-events: none;
    z-index: 40;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: url("../img/icon/360view.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-filter: invert(1);
            filter: invert(1); }

@media (min-width: 768.1px) {
  .btn-view-360 .btn.btn-primary .icon {
        display: none; } }

@media (max-width: 768px) {
  .btn-view-360 .btn.btn-primary span, .btn-view-360 .btn.btn-primary sup {
        display: none; } }

.btn-view-360 .btn.btn-primary sup {
    margin-right: 0.4166666666666667rem;  top: -4px; }

.menu-view-360 .btn.btn-primary {
    border-color: transparent;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.5; }

@media (max-width: 768px) {
  .btn-booking {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%; }
    .btn-booking .btn.btn-primary {
        width: 100%;
        border-radius: 0px; } }

.global-breadcrumb {
    bottom: 0;
    z-index: 30;
    margin-bottom: 3.125rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .global-breadcrumb::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 9999px;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, 0.3), inset -1px -1px 1px 1px rgba(255, 255, 255, 0.3), 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.5);
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.5);
    cursor: pointer; }

@media (max-width: 768px) {
  .global-breadcrumb {
        margin-bottom: 1.0416666666666667rem; } }

.rank-math-breadcrumb {
    position: relative;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow-x: auto;
    border-radius: 9999px;
    padding: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

@media (min-width: 1200.1px) {
  .rank-math-breadcrumb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }

@media (max-width: 576px) {
  .rank-math-breadcrumb {
    max-width: 360px;
    padding-top: 0.4166666666666667rem;
    padding-bottom: 0.4166666666666667rem } }
  .rank-math-breadcrumb p {
    position: relative;
    z-index: 40;
    margin-bottom: 0;
    white-space: nowrap;
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;    -webkit-box-pack: center;    -webkit-justify-content: center;    -ms-flex-pack: center;    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

@media (max-width: 576px) {
  .rank-math-breadcrumb p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }

@media (max-width: 768px) {
  .rank-math-breadcrumb p {
        font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
        line-height: 1.4; } }
    .rank-math-breadcrumb p * {
    font-weight: 400; }
    .rank-math-breadcrumb p span {
    white-space: nowrap;
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4; }
      .rank-math-breadcrumb p span * {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4; }

@media (max-width: 768px) {
  .rank-math-breadcrumb p span {
        font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
        line-height: 1.4; }
    .rank-math-breadcrumb p span * {
        font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
        line-height: 1.4; } }
    .rank-math-breadcrumb p .separator {
      margin: 0;
      padding: 0 20px;
      font-size: 0;
      width: auto;
      position: relative }
      @media screen and (max-width: 576px) {
        .rank-math-breadcrumb p .separator {
        margin-left: 0;
        margin-right: 0; } }
      .rank-math-breadcrumb p .separator:first-child {
        margin-left: 24px !important; }
      .rank-math-breadcrumb p .separator:after {
        content: "";
        pointer-events: none;
        z-index: 10;
        display: block;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        font-weight: 400;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);        height: 16px;
        width: 1px; }
        @media screen and (max-width: 1024px) {
          .rank-math-breadcrumb p .separator:after {
            font-size: 14px; } }
    .rank-math-breadcrumb p a {
    position: relative;
    white-space: nowrap;
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
      @media screen and (max-width: 576px) {
        .rank-math-breadcrumb p a {
        margin-top: 0.20833333333333334rem;
        font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
        line-height: 1.4; } }
      .rank-math-breadcrumb p a + .separator {
        margin: 0; }

.conference-detail {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  .conference-detail::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .conference-detail .container, .conference-detail .container-fluid {
    position: relative;
    z-index: 20; }

@media (max-width: 768px) {
  .conference-detail .chart-wrap {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 1.6666666666666667rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .conference-detail .chart-wrap li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;    -webkit-box-align: start;    -webkit-align-items: flex-start;    -ms-flex-align: start;    align-items: flex-start; }

@media (max-width: 576px) {
  .conference-detail .chart-wrap li {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;    -webkit-box-align: start;    -webkit-align-items: flex-start;    -ms-flex-align: start;    align-items: flex-start; } }
  .conference-detail .chart-wrap .icon {
    margin-top: 0.4166666666666667rem;
    margin-right: 10px;
    height: 1.25rem;
    width: 1.25rem;
    min-width: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;    width: auto; }

@media (max-width: 576px) {
  .conference-detail .chart-wrap .icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.8333333333333334rem; } }

@media (min-width: 1200.1px) {
  .conference-detail .chart-wrap .icon {
    margin-right: 0.52083rem; } }
    .conference-detail .chart-wrap .icon img {
      width: auto;
      height: 100%;
      object-fit: contain; }
  .conference-detail .counter {
    font-size: 3.125rem;
    font-family: 'Playfair Display', serif;
    font-weight: 600 }
  .conference-detail sup {
    margin-top: -1.25rem;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(163 3 48 / var(--tw-text-opacity, 1));    font-size: 2.08333rem; }
  .conference-detail .number-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .conference-detail .number-counter span {
    position: relative;
    margin-left: 0;
    margin-top: auto;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
      .conference-detail .number-counter span::before {
        content: '';
        pointer-events: none;
        position: absolute;
        top: -1.6666666666666667rem;
        left: -2.0833333333333335rem;
        z-index: 10;
        display: block;
        height: 4.166666666666667rem;
        width: 4.166666666666667rem;
        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-duration: 150ms;
                transition-duration: 150ms;
        -webkit-transition: .4s all ease-in-out;
        transition: .4s all ease-in-out;        background: url("../img/icon/home-line-1.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left; }

@media (min-width: 1024.1px) {
  .conference-detail .container-fluid {
        padding: 0; }
  .conference-detail .col:nth-child(1) {
    width: 58.4%; }
  .conference-detail .col:nth-child(2) {
    width: 41.6%; } }

@media (min-width: 1200.1px) {
  .conference-detail .txt {
    max-width: 30.72917rem; } }
  @media screen and (min-width: 1400px) {
    .conference-detail .txt {
      max-width: 28.125rem; } }

@media (min-width: 1600px) {
  .conference-detail .txt {
    padding-left: 4.16667rem; } }

.conference-detail-2 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.other-conference {
    padding-bottom: 5.208333333333334rem; }
  .other-conference .item {
    box-shadow: 0px 16px 24px 0px #1F22270F; }
  .other-conference .init-swiper .swiper {
    margin: -1.4583333333333335rem;
    padding: 1.4583333333333335rem; }

.conference-list {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  .conference-list::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .conference-list .container, .conference-list .container-fluid {
    position: relative;
    z-index: 20; }
  .conference-list .txt {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); }

@media (max-width: 1024px) {
  .conference-list .heading-3 {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity, 1)); } }
  .conference-list .list li {
    font-size: clamp(17px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;    -webkit-box-align: start;    -webkit-align-items: flex-start;    -ms-flex-align: start;    align-items: flex-start; }

@media (max-width: 1024px) {
  .conference-list .list li {
        --tw-text-opacity: 1;
        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); }
    .conference-list .list li * {
        --tw-text-opacity: 1;
        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); } }
    .conference-list .list li:not(:last-child) {
    margin-bottom: 0.625rem; }
  .conference-list .list .icon {
    margin-right: 0.4166666666666667rem;
    height: 20px;
    width: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

@media (min-width: 1600px) {
  .conference-list .list .icon {
        margin-right: 0.625rem;
        height: 1.25rem;
        width: 1.25rem;
        min-width: 1.25rem;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
    .conference-list .list .icon img {
    height: 100%;
    width: 24px;
    object-fit: contain; }

@media (min-width: 1600px) {
  .conference-list .list .icon img {
        width: 1.25rem; } }

@media (max-width: 1024px) {
  .conference-list .list .icon img {
    -webkit-filter: brightness(0);
            filter: brightness(0); } }
  .conference-list .desc {
    font-size: clamp(17px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }

@media (max-width: 1024px) {
  .conference-list .desc {
        --tw-text-opacity: 1;
        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); }
    .conference-list .desc * {
        --tw-text-opacity: 1;
        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); } }

@media (min-width: 1200.1px) {
  .conference-list .scrollbar-wrap {
    max-height: 26.04167rem; } }
  .conference-list .block-wrap:not(:last-child) {
    margin-bottom: 2.0833333333333335rem; }
  .conference-list .block-wrap:nth-child(even) .txt {
    right: 0;    left: unset; }

.home-about {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  .home-about::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .home-about .txt-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

@media (min-width: 1024.1px) {
  .home-about .txt-block {
    padding-top: 4.6875rem; } }
  .home-about .number-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .home-about .number-counter span {
    position: relative;
    margin-left: 1.6666666666666667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
      .home-about .number-counter span::before {
        content: '';
        pointer-events: none;
        position: absolute;
        top: -0.8333333333333334rem;
        left: -2.916666666666667rem;
        z-index: 10;
        display: block;
        height: 4.166666666666667rem;
        width: 4.166666666666667rem;
        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-duration: 150ms;
                transition-duration: 150ms;
        -webkit-transition: .4s all ease-in-out;
        transition: .4s all ease-in-out;        background: url("../img/icon/home-line-1.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left; }
  .home-about .heading-2 {
    margin-bottom: 1.25rem; }
  .home-about .body-4 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }

@media (max-width: 1024px) {
  .home-about .desc {
        margin-bottom: 0; } }
  .home-about .counter {
    font-size: 3.75rem;
    font-family: 'Playfair Display', serif;
    font-weight: 600 }

.video-wrap a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 50.71429%; }
  .video-wrap a img, .video-wrap a picture, .video-wrap a video, .video-wrap a iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }
  .video-wrap a::before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.5;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out }
  .video-wrap a:hover::before {
    opacity: 0.2; }
  .video-wrap a.pause::after {
    opacity: 1; }
  .video-wrap a::after {
    content: '';
    pointer-events: none;
    z-index: 50;
    display: block;
    width: 100%;
    overflow: hidden;
    font-family: 'Font Awesome 6 Pro';
    font-size: clamp(17px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4;
    font-weight: 300;
    line-height: .75rem;
    color: rgb(163 3 48 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 1;
    opacity: 0;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    background-size: cover;
    width: 11.25rem;
    height: 11.25rem;
    min-width: 11.25rem;
    background: url("../img/icon/play-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

@media (max-width: 1200px) {
  .video-wrap a::after {
    width: 6.25rem;
    height: 6.25rem;
    min-width: 6.25rem; } }

.tab-select-item {
    display: none; }
  .tab-select-item.is-active {
    display: block; }

.home-contact .block-wrap {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 12px 15px 13.9px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  max-width: 36.97917rem; }

@media (min-width: 1600px) {
  .home-contact .block-wrap {
    max-width: 26.5625rem; } }

.home-contact .contact a {
    position: relative; }

@media (max-width: 576px) {
  .home-contact .contact a {
        font-size: clamp(28px, calc(36 / 1920 * 100vw), 1.875rem);
        line-height: 1.3; } }
  .home-contact .contact a::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    height: 2px;
    width: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out }
  .home-contact .contact a:hover {
    text-decoration: none; }
    .home-contact .contact a:hover::after {
      width: 100%; }

.home-contact .wrap-form .form-group textarea {
    height: 44px !important; }

@media (min-width: 1024.1px) {
  .home-contact .wrap-form .form-group textarea {
        height: 2.291666666666667rem !important; } }

.home-ecosystem {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
    padding-top: 4.166666666666667rem;
    padding-bottom: 4.166666666666667rem; }

@media (max-width: 1024px) {
  .home-ecosystem {
        padding-bottom: 0; } }
  .home-ecosystem .container-fluid {
    padding: 0; }

@media (min-width: 1024.1px) {
  .home-ecosystem .container-fluid .col:first-child {
    width: 42%; }
  .home-ecosystem .container-fluid .col:nth-child(2) {
    width: 58%; } }
  .home-ecosystem .body-4 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
  .home-ecosystem .counter {
    font-size: 3.125rem;
    font-family: 'Playfair Display', serif;
    font-weight: 300 }
  .home-ecosystem .number-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .home-ecosystem .number-counter span {
    position: relative;
    margin-left: 0;
    margin-top: auto;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
      .home-ecosystem .number-counter span::before {
        content: '';
        pointer-events: none;
        position: absolute;
        top: -1.6666666666666667rem;
        left: -2.0833333333333335rem;
        z-index: 10;
        display: block;
        height: 4.166666666666667rem;
        width: 4.166666666666667rem;
        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-duration: 150ms;
                transition-duration: 150ms;
        -webkit-transition: .4s all ease-in-out;
        transition: .4s all ease-in-out;        background: url("../img/icon/home-line-1.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left; }

.home-location .container-fluid {
    padding: 0; }

@media (min-width: 1024.1px) {
  .home-location .container-fluid .col:first-child {
    width: 58%; }
  .home-location .container-fluid .col:nth-child(2) {
    width: 42%; } }

.home-location .swiper {
    pointer-events: auto; }

.home-location .select-wrap {
    display: none; }

.otgs-development-site-front-end {
  display: none !important; }

.primary-banner {
    position: relative;
    z-index: 10;
    overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .primary-banner {
      padding: 0 !important; } }
  .primary-banner .container-fluid {
    pointer-events: none; }
  .primary-banner .wrap {
    position: relative; }
    @media screen and (max-width: 1024px) {
      .primary-banner .wrap {
        position: static; } }
    .primary-banner .wrap .container-fluid {
      padding: 0.78125rem 0.78125rem 14.58333rem 0.78125rem; }

@media (min-width: 768.1px) {
  .primary-banner .wrap .container-fluid {
    padding: 2.60417rem; } }

@media (min-width: 1200.1px) {
  .primary-banner .wrap .container-fluid {
    padding: 4.16667rem; } }
  .primary-banner .heading, .primary-banner .heading-2, .primary-banner .heading-3 {
    font-family: 'Playfair Display', serif; }
  .primary-banner .heading {
    font-weight: 300; }

@media (max-width: 576px) {
  .primary-banner .heading {
        margin-top: -1.0416666666666667rem;
        font-size: clamp(44px, calc(56 / 1920 * 100vw), 2.916666666666667rem);
        line-height: 1.15; }
  .primary-banner .heading-2 {
        font-size: clamp(26px, calc(30 / 1920 * 100vw), 1.5625rem);
        line-height: 1.3; }
  .primary-banner .heading-3 {
        font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
        line-height: 1.35; } }
  .primary-banner .swiper-slide {
    pointer-events: none;
    height: auto;    z-index: -1; }
    .primary-banner .swiper-slide:hover .img::before {
    opacity: 0.1; }
    .primary-banner .swiper-slide.swiper-slide-active {
      z-index: 999;
      pointer-events: auto }
      .primary-banner .swiper-slide.swiper-slide-active .heading, .primary-banner .swiper-slide.swiper-slide-active .heading-2, .primary-banner .swiper-slide.swiper-slide-active .heading-3 {
    opacity: 0;        -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s both;        animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s both; }
  .primary-banner .img {
    position: relative;
    z-index: 20; }
    .primary-banner .img::before {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 45.26%, rgba(0, 0, 0, 0.5) 100%);      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.26%, rgba(0, 0, 0, 0.5) 100%); }
  .primary-banner .video a.pause::after {
    opacity: 1; }
  .primary-banner .video a::after {
    content: '';
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: block;
    width: 100%;
    overflow: hidden;
    font-family: 'Font Awesome 6 Pro';
    font-size: clamp(17px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4;
    font-weight: 300;
    line-height: .75rem;
    color: rgb(163 3 48 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 1;
    opacity: 0;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    background-size: cover;
    width: 11.25rem;
    height: 11.25rem;
    min-width: 11.25rem;
    background: url("../img/icon/play-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .primary-banner .desktop {
    display: none; }

@media (min-width: 768.1px) {
  .primary-banner .desktop {
        display: block; } }
  .primary-banner .mobile {
    display: block; }

@media (min-width: 768.1px) {
  .primary-banner .mobile {
        display: none; } }

@media (max-width: 768px) {
  .primary-banner.home-banner .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 198.4375%; }
    .primary-banner.home-banner .img a img, .primary-banner.home-banner .img a picture, .primary-banner.home-banner .img a video, .primary-banner.home-banner .img a iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }

@media (min-width: 768.1px) {
  .primary-banner.home-banner .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 43.75%; }
    .primary-banner.home-banner .img a img, .primary-banner.home-banner .img a picture, .primary-banner.home-banner .img a video, .primary-banner.home-banner .img a iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }
  .primary-banner.home-banner .video a.pause::after {
    opacity: 1; }
  .primary-banner.home-banner .video a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 4.166666666666667rem; }
  .primary-banner.page-banner .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 30.98958%; }
    .primary-banner.page-banner .img a img, .primary-banner.page-banner .img a picture, .primary-banner.page-banner .img a video, .primary-banner.page-banner .img a iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; }
  .primary-banner.page-banner .video a.pause::after {
    opacity: 1; }
  .primary-banner.page-banner .video a::after {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important; }

.user-guide {
    position: relative;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.4166666666666667rem;
    padding-bottom: 0.4166666666666667rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }

@media (max-width: 768px) {
  .user-guide {
        bottom: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }

@media (min-width: 768.1px) {
  .user-guide {
        right: 1.0416666666666667rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .user-guide .chevron-down {
    position: relative;
    margin-top: 0.4166666666666667rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .user-guide .chevron-down span {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-family: 'Font Awesome 6 Pro';
    line-height: 1;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out; }
      .user-guide .chevron-down span:nth-child(1) {
    top: 0;
    height: 16px;
    width: 4px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

@media (max-width: 576px) {
  .user-guide .chevron-down span:nth-child(1) {
    -webkit-animation: slide-in-top-small 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
            animation: slide-in-top-small 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both; } }

@media (min-width: 576.1px) {
  .user-guide .chevron-down span:nth-child(1) {
    -webkit-animation: slide-in-top 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
            animation: slide-in-top 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both; } }
      .user-guide .chevron-down span:nth-child(2) {
    height: 100px;
    width: 2px;
    --tw-bg-opacity: 0.5; }

@media (max-width: 576px) {
  .user-guide .chevron-down span:nth-child(2) {
        height: 60px; } }
  .user-guide .text {
    margin-right: 6px;
    margin-bottom: 0.4166666666666667rem;
    font-size: clamp(15px, calc(18 / 1920 * 100vw), 0.9375rem);
    text-transform: uppercase;
    line-height: 1;    -webkit-writing-mode: sideways-lr;    -ms-writing-mode: sideways-lr;    writing-mode: sideways-lr;
    -webkit-text-orientation: mixed;
            text-orientation: mixed; }

@media (max-width: 576px) {
  .user-guide .text {
        font-size: clamp(12px, calc(12 / 1920 * 100vw), 0.625rem);
        line-height: 1.4; } }

@media (max-width: 1024px) {
  .home-map {
        padding-bottom: 0; } }

@media (max-width: 576px) {
  .home-map .heading-2 {
    font-size: clamp(28px, 1.875rem, 1.875rem); } }

@media screen and (max-width: 390px) {
  .home-map .heading-2 {
    font-size: clamp(24px, 1.5625rem, 1.66667rem); } }

.map-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;  margin-top: -4.6875rem; }
  .map-wrapper a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;    height: 37.5rem;
    width: auto; }
    .map-wrapper a img, .map-wrapper a svg {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.home-news .btn.btn-secondary {
  width: 12.5rem; }
  .home-news .btn.btn-secondary span {
    font-size: clamp(13px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
    line-height: 1.4;
    font-weight: 400; }

.partner-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.partner-swiper .img a {
    padding-left: 0.20833333333333334rem;
    padding-right: 0.20833333333333334rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;  height: 5rem;
  width: auto; }
  .partner-swiper .img a img {
    width: auto;
    height: 100%;
    object-fit: contain; }

.home-partner {
    position: relative;
    z-index: 90;
    overflow: visible; }
  .home-partner::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    bottom: -1.25rem;
    background: url("../img/bg/home-devider-2.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center; }
  .home-partner .bg-wrap {
    background: -webkit-linear-gradient(top, #E5E5E5 0%, #4A4A4A 50%, #E5E5E5 100%);
    background: linear-gradient(180deg, #E5E5E5 0%, #4A4A4A 50%, #E5E5E5 100%);
    overflow: hidden;
    border-radius: 1.0416666666666667rem;
    padding: 2px }
  .home-partner .partner-swiper {
    overflow: hidden;
    border-radius: 1.0416666666666667rem;
    padding: 1.25rem; }

.home-roomtype {
    position: relative;
    z-index: 10;
    overflow: hidden; }

@media (min-width: 768.1px) {
  .home-roomtype {
        padding-bottom: 0; } }
  .home-roomtype .swiper-slide {
    pointer-events: none;
    height: auto;    z-index: -1; }
    .home-roomtype .swiper-slide:hover .img::before {
    opacity: 0.1; }
    .home-roomtype .swiper-slide.swiper-slide-active {
      z-index: 999;
      pointer-events: auto }
      .home-roomtype .swiper-slide.swiper-slide-active .heading-6, .home-roomtype .swiper-slide.swiper-slide-active .btn-wrap {
    opacity: 0;        -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s both;        animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s both; }

@media (max-width: 1024px) {
  .home-roomtype .wrap .container {
        padding-bottom: 70px; } }

@media (max-width: 768px) {
  .home-roomtype .wrap .container {
        padding-bottom: 0;
        padding-top: 2.0833333333333335rem;    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    bottom: unset !important; } }

@media (max-width: 1024px) {
  .home-roomtype .swiper-nav {
        width: 100% !important;
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important; } }

@media (max-width: 768px) {
  .home-roomtype .nav-wrap {
        display: none; } }

@media (max-width: 1024px) {
  .home-roomtype .txt-wrap {
        text-align: center; }
  .home-roomtype .btn-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .home-roomtype .btn-wrap .btn {
        min-width: 160px; }
  .home-roomtype .swiper-pagination {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important; } }

@media (max-width: 768px) {
  .home-roomtype .pagination-wrap {
        padding-bottom: 0;
        padding-top: 2.0833333333333335rem;    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    bottom: unset !important; } }
  .home-roomtype .img {
    position: relative;
    z-index: 20; }
    .home-roomtype .img::before {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.144) 43.66%);      background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.144) 43.66%); }
    .home-roomtype .img a {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 37.5%; }
      .home-roomtype .img a img, .home-roomtype .img a picture, .home-roomtype .img a video, .home-roomtype .img a iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        -webkit-transition: .3s ease-in-out all;
        transition: .3s ease-in-out all; }

@media (max-width: 768px) {
  .home-roomtype .heading-6 {
        margin-bottom: 1.25rem;
        --tw-text-opacity: 1;
        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); } }

@media (max-width: 576px) {
  .home-roomtype .heading-6 {
        font-size: clamp(28px, calc(36 / 1920 * 100vw), 1.875rem);
        line-height: 1.3; } }
  .home-roomtype .desktop {
    display: none; }

@media (min-width: 768.1px) {
  .home-roomtype .desktop {
        display: block; } }
  .home-roomtype .mobile {
    display: block; }

@media (min-width: 768.1px) {
  .home-roomtype .mobile {
        display: none; } }
  .home-roomtype .swiper-pagination {
    margin-left: auto !important;
    margin-right: 0 !important; }

@media (max-width: 768px) {
  .home-roomtype .title-wrap {
        display: block;
        text-align: center; } }
  .home-roomtype .swiper-pagination .swiper-pagination-bullet {
    pointer-events: auto !important;
    width: 2.5rem !important;
    background-color: rgb(163 3 48 / var(--tw-bg-opacity, 1)) !important;
    --tw-bg-opacity: 1 !important;
    opacity: 0.3 !important;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
    -webkit-transition: .4s all ease-in-out !important;
    transition: .4s all ease-in-out !important; }
    .home-roomtype .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1 !important;
    opacity: 1 !important; }
  .home-roomtype .pagination-wrap {
    pointer-events: none; }

.room-info {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  .room-info::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .room-info .container, .room-info .container-fluid {
    position: relative;
    z-index: 20; }

@media (min-width: 1024.1px) {
  .room-info .heading-2 {
        white-space: nowrap; } }

.room-list .row {
    margin: 0;
    padding: 0; }
  .room-list .row:not(:last-child) {
    margin-bottom: 2.0833333333333335rem; }

@media (min-width: 1200.1px) {
  .room-list .row:not(:last-child) {
        margin-bottom: 4.166666666666667rem; } }
  .room-list .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

@media (min-width: 1024.1px) {
  .room-list .row:nth-child(even) .swiper-pagination {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important; } }

.room-list .col {
    margin: 0;
    padding: 0; }

@media (min-width: 1024.1px) {
  .room-list .col:first-child {
    width: 65%; }
  .room-list .col:nth-child(2) {
    width: 35%; } }

.room-list .list li {
    margin-bottom: 0.8333333333333334rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;  -webkit-box-align: start;  -webkit-align-items: flex-start;  -ms-flex-align: start;  align-items: flex-start; }

@media (min-width: 1200.1px) {
  .room-list .list li {
        margin-bottom: 1.0416666666666667rem; } }

.room-list .icon {
    margin-top: 0.4166666666666667rem;
    margin-right: 10px;
    height: 1.25rem;
    width: 1.25rem;
    min-width: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;  width: auto; }

@media (min-width: 1200.1px) {
  .room-list .icon {
        margin-right: 0.625rem; } }
  .room-list .icon img {
    width: auto;
    height: 100%;
    object-fit: contain; }
  .room-list .icon em, .room-list .icon i {
    font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
    line-height: 1.35;
    --tw-text-opacity: 1;
    color: rgb(163 3 48 / var(--tw-text-opacity, 1)); }

.room-list .scrollbar-wrap {
  max-height: 25rem; }
  @media screen and (max-width: 1600px) {
    .room-list .scrollbar-wrap {
      max-height: 21.875rem; } }

@media (max-width: 576px) {
  .room-list .scrollbar-wrap {
    max-height: 100%; } }

.room-list .img::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 45.26%, rgba(0, 0, 0, 0.5) 100%);  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.26%, rgba(0, 0, 0, 0.5) 100%); }

.room-list .img:hover::after {
    opacity: 0.5; }

@media (max-width: 1024px) {
  .room-list .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 76.92308%; }
    .room-list .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }

@media (min-width: 1024.1px) {
  .room-list .img a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;    height: 36.45833rem;
    width: 100%; }
    .room-list .img a img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

.room-list .swiper-pagination {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

@media (min-width: 1024.1px) {
  .room-list .swiper-pagination {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important; } }
  .room-list .swiper-pagination span {
    height: 0.20833333333333334rem; }

.room-detail {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  .room-detail::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .room-detail .container, .room-detail .container-fluid {
    position: relative;
    z-index: 20; }

@media (max-width: 576px) {
  .room-detail .chart-wrap ul {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
  .room-detail .chart-wrap li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;    -webkit-box-align: start;    -webkit-align-items: flex-start;    -ms-flex-align: start;    align-items: flex-start; }
  .room-detail .chart-wrap .desc {
    text-align: left; }
  .room-detail .chart-wrap .icon {
    margin-top: 0.20833333333333334rem;
    margin-right: 0.625rem;
    height: 1.25rem;
    width: 1.25rem;
    min-width: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;    width: auto; }

@media (min-width: 1200.1px) {
  .room-detail .chart-wrap .icon {
    margin-right: 0.52083rem; } }
    .room-detail .chart-wrap .icon img {
      width: auto;
      height: 100%;
      object-fit: contain; }
  .room-detail .item .img {
    height: 100%; }
    .room-detail .item .img a {
    height: 100%; }

.container-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 31.43% 24.86% 42%;
  gap: 12px; }

@media (max-width: 1024px) {
  .container-grid {
    grid-template-columns: 50% 50%; } }

@media (min-width: 1200.1px) {
  .container-grid {
        gap: 0.625rem; } }
  .container-grid .img {
    position: relative; }
    .container-grid .img::after {
      content: '';
      pointer-events: none;
      right: 0;
      bottom: 0;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgb(163 3 48 / var(--tw-bg-opacity, 1));
      opacity: 0;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      max-width: 5.20833rem; }
    .container-grid .img::before {
      content: "";
      pointer-events: none;
      right: 0.8333333333333334rem;
      z-index: 50;
      height: 100%;
      width: 100%;
      line-height: 1;
      opacity: 0;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      background: url("../img/icon/right-white.svg") !important;
      background-repeat: no-repeat !important;
      background-size: contain !important;
      background-position: center !important;
      max-width: 3.33333rem; }
    .container-grid .img:hover::after, .container-grid .img:hover::before {
    opacity: 1; }
    .container-grid .img a {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;      height: 100%;
      width: 100%; }
      .container-grid .img a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .container-grid .right {
    display: grid;
    grid-template-columns: 100%  100%;
    gap: 12px;
    gap: 0.625rem }

@media (min-width: 1024.1px) {
  .container-grid .right {
    grid-template-columns: 50% 50%; } }
  .container-grid .item:nth-child(1) .img a, .container-grid .item:nth-child(2) .img a {
    height: 32.29167rem; }

@media (max-width: 1024px) {
  .container-grid .item:nth-child(1) .img a, .container-grid .item:nth-child(2) .img a {
    height: 26.04167rem; } }

@media (max-width: 768px) {
  .container-grid .item:nth-child(1) .img a, .container-grid .item:nth-child(2) .img a {
    height: 18.22917rem; } }
  .container-grid .right .small:nth-child(3) {
    grid-column: 1 / -1; }
    .container-grid .right .small:nth-child(3) .img a {
      height: 17.70833rem; }

@media (max-width: 1024px) {
  .container-grid .right .small:nth-child(3) .img a {
    height: 14.58333rem; } }
  .container-grid .right .small .img a {
    height: 13.95833rem; }

@media (max-width: 1024px) {
  .container-grid .right .small .img a {
    height: 10.9375rem; }
  .other-room {
        padding-top: 0; } }

.other-room .desc {
  display: -webkit-box;
  font-size: clamp(16px, 1.04167rem, 1.04167rem);
  height: 2.91667rem;
  min-height: 44.8px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.other-room .nav-wrap {
  top: 25% !important; }

.home-promotions .container-fluid {
    padding: 0; }

@media (min-width: 1024.1px) {
  .home-promotions .container-fluid .col:first-child {
    width: 58%; }
  .home-promotions .container-fluid .col:nth-child(2) {
    width: 42%; } }

.news-detail {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  .news-detail::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .news-detail .container, .news-detail .container-fluid {
    position: relative;
    z-index: 20; }
  .news-detail .block-wrap {
    box-shadow: 0px 16px 24px 0px #1F22270F; }
  .news-detail .social-network {
    gap: 0.4166666666666667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .news-detail .social-network em, .news-detail .social-network i {
    font-size: clamp(17px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4; }

@media (min-width: 1200.1px) {
  .news-detail .social-network em, .news-detail .social-network i {
        font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
        line-height: 1.35; } }
  .news-detail time {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif; }

.ez-toc-list li::before {
  display: none !important; }

.news-other {
    padding-bottom: 3.125rem; }
  .news-other .desc {
    display: -webkit-box;
    font-size: clamp(16px, 1.04167rem, 1.04167rem);
    height: 2.91667rem;
    min-height: 44.8px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .news-other .nav-wrap {
    top: 32% !important; }

.news-list {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  padding-bottom: 2.916666666666667rem; }
  .news-list::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .news-list .container, .news-list .container-fluid {
    position: relative;
    z-index: 20; }

.news-item .headline a {
    font-weight: 600 !important; }

.food-detail {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  .food-detail::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .food-detail .container, .food-detail .container-fluid {
    position: relative;
    z-index: 20; }
  .food-detail .btn.btn-primary.grey {
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 0.5; }
    .food-detail .btn.btn-primary.grey span {
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 0.5; }
    .food-detail .btn.btn-primary.grey:hover span {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 1; }

.food-detail-2 .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

@media (min-width: 1024.1px) {
  .food-detail-2 .row {
        margin: 0;
        padding: 0; }
  .food-detail-2 .col {
        margin: 0;
        padding: 0; } }

.food-detail-2 .col .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 55.17241%; }
  .food-detail-2 .col .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.food-detail-2 .col:nth-child(4n) .img a, .food-detail-2 .col:nth-child(4n + 1) .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 73.33333%; }
  .food-detail-2 .col:nth-child(4n) .img a img, .food-detail-2 .col:nth-child(4n + 1) .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

@media (max-width: 1024px) {
  .food-detail-2 .col {
        padding-top: 0; } }

.food-detail-3 .nav-wrap {
  top: 25% !important; }

.food-detail-4 .nav-wrap {
  top: 25% !important; }

.food-list {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  .food-list::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .food-list .container, .food-list .container-fluid {
    position: relative;
    z-index: 20; }
  .food-list .row {
    margin: 0;
    padding: 0; }
    .food-list .row:not(:last-child) {
    margin-bottom: 2.0833333333333335rem; }
    .food-list .row .col {
    margin: 0;
    padding: 0; }

@media (min-width: 1024.1px) {
  .food-list .row:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
  .food-list .row:nth-child(even) .txt {
        padding-right: 3.125rem;
        padding-left: 0; } }
  .food-list .scrollbar-wrap {
    max-height: 16.14583rem; }

.services-detail {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  .services-detail::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .services-detail .container, .services-detail .container-fluid {
    position: relative;
    z-index: 20; }
  .services-detail .txt-block {
    top: calc( var(--header-height)  + 20px); }

@media (min-width: 1024.1px) {
  .services-detail .txt-block .single {
    max-width: 28.64583rem;
    min-width: 28.64583rem; } }
    .services-detail .txt-block .img {
    width: 100%; }

@media (min-width: 1024.1px) {
  .services-detail .txt-block .img {
    max-width: 28.64583rem;
    min-width: 28.64583rem; } }
      .services-detail .txt-block .img a {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 138.18182%; }
        .services-detail .txt-block .img a img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover;
          -webkit-transition: .3s ease-in-out all;
          transition: .3s ease-in-out all; }

@media (min-width: 1024.1px) {
  .services-detail .col:first-child {
    width: 68%; }
  .services-detail .col:nth-child(2) {
    width: 32%; } }
  .services-detail .img-wrap .img:not(:last-child) {
    margin-bottom: 2.0833333333333335rem; }
  .services-detail .img-wrap .img:nth-child(even) a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 136.6782%; }
    .services-detail .img-wrap .img:nth-child(even) a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; }

.services-detail-2 .nav-wrap {
  top: 25% !important; }

.service-list {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  padding-bottom: 2.916666666666667rem; }
  .service-list::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .service-list .container, .service-list .container-fluid {
    position: relative;
    z-index: 20; }
  .service-list .container-fluid {
    position: relative;
    z-index: 99; }

@media (min-width: 1200.1px) {
  .service-list .container-fluid {
        padding: 0; } }
  .service-list .row {
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;    margin-bottom: 2.60417rem; }

@media (min-width: 1024.1px) {
  .service-list .row {
        margin-bottom: 4.166666666666667rem; } }

@media (min-width: 1600px) {
  .service-list .row {
    margin-bottom: 8.33333rem; } }
    .service-list .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

@media (min-width: 1200.1px) {
  .service-list .row:nth-child(even) .txt {
    padding: 0 3.125rem 0 7.29167rem; } }
  .service-list .col {
    margin: 0;
    height: 100%;
    padding: 0; }
    @media screen and (max-width: 1200px) {
      .service-list .col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 50%;
        padding-left: 0.4166666666666667rem;
        padding-right: 0.4166666666666667rem; }
      .service-list .col:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; }
      .service-list .col:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        width: 50%;
        padding-left: 0.4166666666666667rem;
        padding-right: 0.4166666666666667rem; } }

@media (max-width: 576px) {
  .service-list .col:nth-child(1) {
        margin-top: 0.4166666666666667rem;
        margin-bottom: 0.4166666666666667rem;
        width: 100%;
        padding: 0; }
  .service-list .col:nth-child(3) {
        margin-top: 0.4166666666666667rem;
        margin-bottom: 0.4166666666666667rem;
        width: 100%;
        padding: 0; } }

@media (min-width: 1200.1px) {
  .service-list .col:nth-child(1) {
    width: 41.6%; }
  .service-list .col:nth-child(2) {
    width: 33.33%; }
  .service-list .col:nth-child(3) {
    width: 25%;
    margin-top: auto } }
  .service-list .heading-3 {
    margin-bottom: 0.625rem;
    font-family: 'Playfair Display', serif; }

@media (max-width: 1200px) {
  .service-list .txt {
        padding-top: 2.0833333333333335rem; } }

@media (min-width: 1200.1px) {
  .service-list .txt {
    padding: 0 7.29167rem 0 3.125rem; } }
  .service-list .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .service-list .img-wrap .img2 {
    width: 100%; }
  .service-list .scrollbar-wrap {
    max-height: 10.9375rem; }
  .service-list .btn-wrap {
    margin-top: 0.625rem; }

html:lang(en-US) .scrollbar-wrap {
  max-height: 100%; }

html:lang(en-US) .about-1 .heading {
    font-size: clamp(68px, calc(96 / 1920 * 100vw), 5rem);
    line-height: 1; }

@media (max-width: 1600px) {
  html:lang(en-US) .about-1 .heading {
        font-size: clamp(44px, calc(56 / 1920 * 100vw), 2.916666666666667rem);
        line-height: 1.15; } }

@media (max-width: 576px) {
  html:lang(en-US) .about-1 .heading {
        font-size: clamp(36px, calc(48 / 1920 * 100vw), 2.5rem);
        line-height: 1.2; } }

html:lang(en-US) .about-1 .heading-2 {
    font-size: clamp(36px, calc(48 / 1920 * 100vw), 2.5rem);
    line-height: 1.2; }

@media (max-width: 1600px) {
  html:lang(en-US) .about-1 .heading-2 {
        font-size: clamp(28px, calc(36 / 1920 * 100vw), 1.875rem);
        line-height: 1.3; } }

@media (max-width: 576px) {
  html:lang(en-US) .about-1 .heading-2 {
        font-size: clamp(26px, calc(30 / 1920 * 100vw), 1.5625rem);
        line-height: 1.3; } }

html:lang(en-US) .about-1 .heading-3 {
    font-size: clamp(26px, calc(30 / 1920 * 100vw), 1.5625rem);
    line-height: 1.3; }

@media (max-width: 1600px) {
  html:lang(en-US) .about-1 .heading-3 {
        font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
        line-height: 1.35; } }

@media (max-width: 576px) {
  html:lang(en-US) .about-1 .heading-3 {
        font-size: clamp(17px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
        line-height: 1.4; } }

.about-1 {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  .about-1::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .about-1 .container, .about-1 .container-fluid {
    position: relative;
    z-index: 20; }

@media (max-width: 576px) {
  .about-1 .heading {
        margin-top: -1.25rem; } }

@media (min-width: 1200.1px) {
  .about-1 .desc.limit-text {
    max-width: 37.5rem; } }

@media (max-width: 1024px) {
  .about-1 .col:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
  .about-1 .col:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }

@media (min-width: 1024.1px) {
  .about-1 .col:first-child {
    width: 65%; }
  .about-1 .col:nth-child(2) {
    width: 35%; } }

@media (max-width: 1024px) {
  .about-1 .txt-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .about-1 .txt-wrap .heading, .about-1 .txt-wrap .heading-2, .about-1 .txt-wrap .heading-3 {
    font-family: 'Playfair Display', serif;
    --tw-text-opacity: 1;
    color: rgb(61 61 61 / var(--tw-text-opacity, 1)); }
  .about-1 .txt-wrap .heading {
    text-transform: none;
    --tw-text-opacity: 1;
    color: rgb(163 3 48 / var(--tw-text-opacity, 1));    box-shadow: 0px 16px 24px 0px #1F22270F x; }

@media (max-width: 576px) {
  .about-1 .txt-wrap .heading {
        font-size: clamp(44px, calc(56 / 1920 * 100vw), 2.916666666666667rem);
        line-height: 1.15; }
  .about-1 .txt-wrap .heading-2 {
        font-size: clamp(26px, calc(30 / 1920 * 100vw), 1.5625rem);
        line-height: 1.3; }
  .about-1 .txt-wrap .heading-3 {
        font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
        line-height: 1.35; } }
  .about-1 .img-src a::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: -webkit-linear-gradient(top, #002D59 0%, rgba(0, 45, 89, 0) 72.04%);    background: linear-gradient(180deg, #002D59 0%, rgba(0, 45, 89, 0) 72.04%); }
  .about-1 .txt {
    max-width: 51.04167rem; }

@media (min-width: 1200.1px) {
  .about-1 .txt .desc {
        margin-left: auto;
        margin-right: auto;
        width: 83.333333%; } }

@media (max-width: 1024px) {
  .about-1 .txt .heading-2, .about-1 .txt .headline, .about-1 .txt .desc {
        --tw-text-opacity: 1;
        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); } }

@media (min-width: 1200.1px) {
  .about-1 .headline {
        margin-left: auto;
        margin-right: auto;
        width: 58.333333%; } }

.about-2 .container-fluid {
    padding: 0; }

@media (min-width: 1024.1px) {
  .about-2 .col:first-child {
    width: 58%; }
  .about-2 .col:nth-child(2) {
    width: 42%; } }

.about-2 .block-wrap:nth-child(2) .img-title {
    position: absolute;  left: -14.58333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 14.0625rem; }

@media (min-width: 1024.1px) {
  .about-2 .block-wrap:nth-child(2) .img-title {
    width: 41.66667rem; }
  .about-2 .block-wrap:not(:last-child) {
        margin-bottom: 2.0833333333333335rem; } }

@media (min-width: 1200.1px) {
  .about-2 .block-wrap:not(:last-child) {
        margin-bottom: 4.166666666666667rem; } }

.about-2 .block-wrap:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.about-2 .block-wrap:nth-child(even) .txt {
    margin-left: auto;
    padding-left: 0;  padding-right: 4.16667rem; }

.about-2 .img-title {
    position: absolute;  display: -webkit-box;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;
  height: 14.0625rem;
  width: auto; }

@media (min-width: 1024.1px) {
  .about-2 .img-title {
        left: 0;    bottom: calc(100% - 20px); } }

@media (max-width: 1024px) {
  .about-2 .img-title {
        bottom: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);    height: 9.375rem; } }
  .about-2 .img-title img {
    width: auto;
    height: 100%;
    object-fit: contain; }

@media (max-width: 1024px) {
  .about-2 .txt {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 1.0416666666666667rem !important;
        padding-right: 1.0416666666666667rem !important;    padding: 2.08333rem 1.04167rem 3.125rem 1.04167rem; } }

@media (min-width: 1024.1px) {
  .about-2 .txt {
    padding-left: 2.08333rem;
    max-width: 31.25rem; } }

@media (min-width: 1200.1px) {
  .about-2 .txt {
    padding-left: 4.16667rem;
    max-width: 32.29167rem; } }

@media screen and (min-width: 1400px) {
  .about-2 .txt {
    max-width: 30.20833rem; } }

@media (min-width: 1600px) {
  .about-2 .txt {
    max-width: 28.125rem; } }

@media (max-width: 1024px) {
  .about-3 {
        padding-top: 0; } }

.about-3 .img a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;  height: 20.83333rem;
  width: 100%; }
  .about-3 .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-3 .overlay {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  text-align: left }

.about-3 .item::before, .about-3 .item::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out }

.about-3 .item::before {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }

.about-3 .item::after {
    --tw-bg-opacity: 1;
    background-color: rgb(163 3 48 / var(--tw-bg-opacity, 1));
    opacity: 0; }

.about-3 .item:hover::before {
    opacity: 0; }

.about-3 .item:hover::after {
    opacity: 1; }

.about-3 .item:hover .txt {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.about-3 .item:hover .overlay {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.about-3 .item:hover .txt-grid {
  grid-template-rows: 1fr; }

@media (min-width: 1024.1px) {
  .about-3 .scrollbar-wrap {
    max-height: 11.97917rem; } }

.about-3 .heading-2 {
    line-height: 140% !important; }

@media (max-width: 1024px) {
  .about-4 {
        padding-top: 4.166666666666667rem;
        padding-bottom: 4.166666666666667rem; } }

@media (min-width: 1024.1px) {
  .about-4 {
    height: 50rem; } }

.about-4 .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.about-4::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  background: -webkit-linear-gradient(154.14deg, rgba(0, 0, 0, 0) 21.43%, #07554E 83.15%);  background: linear-gradient(295.86deg, rgba(0, 0, 0, 0) 21.43%, #07554E 83.15%); }

.about-4 .item {
    height: 100%; }

.about-4 .swiper {
    pointer-events: auto;
    cursor: pointer; }

@media (min-width: 1024.1px) {
  .about-4 .swiper {
    height: 50rem; } }

.about-4 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.about-4 .heading-1 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
  .about-4 .heading-1 * {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }

.about-4 .desc {
  display: -webkit-box;
  font-size: clamp(16px, 1.04167rem, 1.04167rem);
  height: 4.375rem;
  min-height: 67.2px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) }
  .about-4 .desc * {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }

.about-5 {
    padding-bottom: 2.916666666666667rem; }

@media (max-width: 576px) {
  .about-5 .headline {
    font-size: clamp(18px, 1.25rem, 1.25rem); } }

.media-list {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  .media-list::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .media-list .container, .media-list .container-fluid {
    position: relative;
    z-index: 20; }
  .media-list .zone-nav li:hover a, .media-list .zone-nav li.active a {
    --tw-border-opacity: 1;
    border-color: rgb(163 3 48 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(163 3 48 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
  .media-list .video::after {
    content: '';
    pointer-events: none;
    z-index: 50;
    display: block;
    width: 100%;
    overflow: hidden;
    font-family: 'Font Awesome 6 Pro';
    font-size: clamp(17px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4;
    font-weight: 300;
    line-height: .75rem;
    color: rgb(163 3 48 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 1;
    opacity: 1;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    background-size: cover;
    width: 8.33333rem;
    height: 8.33333rem;
    min-width: 8.33333rem;
    background: url("../img/icon/play-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

.contact-us {
    position: relative;
    z-index: 50;
    overflow: visible;  background: url("../img/bg/home-footer-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  .contact-us::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 2.1875rem;
    top: -1.25rem;
    background: url("../img/bg/home-devider.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center; }
  .contact-us .container, .contact-us .container-fluid {
    position: relative;
    z-index: 20; }
  .contact-us .block-wrap {
    box-shadow: 0px 16px 24px 0px #1F22270F;
    margin-left: auto;
    margin-right: auto }
  .contact-us address {
    margin-bottom: 0.8333333333333334rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-style: normal; }
    .contact-us address p {
    margin-bottom: 0; }
    .contact-us address li {
    margin-bottom: 0.20833333333333334rem;
    font-size: clamp(17px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;      -webkit-box-align: start;      -webkit-align-items: flex-start;      -ms-flex-align: start;      align-items: flex-start; }
      .contact-us address li * {
    font-size: clamp(17px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4; }
    .contact-us address em, .contact-us address i {
    margin-right: 10px;
    display: inline-block;
    min-width: 20px;
    font-size: clamp(17px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(163 3 48 / var(--tw-text-opacity, 1)); }

@media (min-width: 1200.1px) {
  .contact-us address em, .contact-us address i {
        margin-right: 0.5208333333333334rem; } }
    .contact-us address a {
    display: inline-block; }
      .contact-us address a:hover {
    --tw-text-opacity: 1;
    color: rgb(163 3 48 / var(--tw-text-opacity, 1));
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline; }
  .contact-us .wrap-form input, .contact-us .wrap-form textarea, .contact-us .wrap-form select {
    background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
    .contact-us .wrap-form input::-webkit-input-placeholder, .contact-us .wrap-form textarea::-webkit-input-placeholder, .contact-us .wrap-form select::-webkit-input-placeholder {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
    .contact-us .wrap-form input::-moz-placeholder, .contact-us .wrap-form textarea::-moz-placeholder, .contact-us .wrap-form select::-moz-placeholder {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
    .contact-us .wrap-form input:-ms-input-placeholder, .contact-us .wrap-form textarea:-ms-input-placeholder, .contact-us .wrap-form select:-ms-input-placeholder {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
    .contact-us .wrap-form input::-ms-input-placeholder, .contact-us .wrap-form textarea::-ms-input-placeholder, .contact-us .wrap-form select::-ms-input-placeholder {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
    .contact-us .wrap-form input::placeholder, .contact-us .wrap-form textarea::placeholder, .contact-us .wrap-form select::placeholder {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
  .contact-us .wrap-form textarea {
    height: 44px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }

@media (min-width: 1200.1px) {
  .contact-us .wrap-form textarea {
        height: 2.291666666666667rem; } }
  .contact-us .wrap-form select {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
    .contact-us .wrap-form select option {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
  .contact-us .wrap-form .custom-select::after {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
  .contact-us .wrap-form .custom-datepicker input[type='date'] {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
    .contact-us .wrap-form .custom-datepicker input[type='date']::after {
      content: '';
      pointer-events: none;
      right: 20px;
      z-index: 10;
      display: block;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      background-image: url("data:image/svg+xml;charset=utf-8,<svg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 0C3.75 0 4 0.25 4 0.5V2H10V0.5C10 0.25 10.2188 0 10.5 0C10.75 0 11 0.25 11 0.5V2H12C13.0938 2 14 2.90625 14 4V14C14 15.125 13.0938 16 12 16H2C0.875 16 0 15.125 0 14V4C0 2.90625 0.875 2 2 2H3V0.5C3 0.25 3.21875 0 3.5 0ZM13 6H1V14C1 14.5625 1.4375 15 2 15H12C12.5312 15 13 14.5625 13 14V6ZM12 3H2C1.4375 3 1 3.46875 1 4V5H13V4C13 3.46875 12.5312 3 12 3Z' fill='%23000'/></svg>");
      background-repeat: no-repeat;
      background-size: contain !important;
      background-position: center;
      width: 16px; }
  .contact-us .btn.btn-tertiary {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)); }
    .contact-us .btn.btn-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(163 3 48 / var(--tw-border-opacity, 1)); }
      .contact-us .btn.btn-tertiary:hover span {
    --tw-text-opacity: 1;
    color: rgb(163 3 48 / var(--tw-text-opacity, 1)); }
    .contact-us .btn.btn-tertiary span {
    font-size: clamp(17px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }

/*# sourceMappingURL=main.min.css.map */
