@charset "UTF-8";
@font-face {
  font-family: SanFranciscoText;
  src: url(../fonts/SanFranciscoText-Light.otf);
  font-style: normal;
  font-weight: 200; }
@font-face {
  font-family: SanFranciscoText;
  src: url(../fonts/SanFranciscoText-Regular.otf);
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: SanFranciscoText;
  src: url(../fonts/SanFranciscoText-Medium.otf);
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: SanFranciscoText;
  src: url(../fonts/SanFranciscoText-Bold.otf);
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: SVN-MillerBanner;
  src: url(../fonts/SVN-MillerBanner.ttf);
  font-style: normal;
  font-weight: 400; }
.nav-link {
  color: #425e41;
  line-height: 20px;
  opacity: .5; }
  .nav-link:hover {
    color: #425e41;
    opacity: 1; }

.nav-tabs {
  margin-bottom: 2rem; }
  .nav-tabs .nav-item:not(:last-child) {
    margin-right: 2rem; }
  .nav-tabs .nav-item .nav-link {
    text-transform: uppercase;
    padding: 0; }
    .nav-tabs .nav-item .nav-link:hover {
      text-decoration: none; }
    .nav-tabs .nav-item .nav-link.active {
      color: #425e41;
      opacity: 1;
      background-color: transparent; }

.btn {
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  position: relative; }
  .btn:focus {
    box-shadow: none !important; }
  .btn.btn-primary {
    background: #425e41;
    border: none;
    border-color: #425e41;
    color: #fff5dc;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .btn.btn-primary:hover {
      background: #fff;
      border: none;
      border-color: #425e41;
      color: #425e41; }
  .btn.btn-outline-primary {
    background: transparent url(../images/bg-btn.png) repeat-x;
    height: 45px;
    color: #425e41;
    border: none;
    border-color: #425e41;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .btn.btn-outline-primary::before, .btn.btn-outline-primary::after {
      position: absolute;
      content: "";
      height: 45px;
      width: 25px;
      top: 0; }
    .btn.btn-outline-primary::before {
      left: -25px;
      background: transparent url(../images/left-bg-btn.png) no-repeat; }
    .btn.btn-outline-primary::after {
      right: -25px;
      background: transparent url(../images/right-bg-btn.png) no-repeat; }
    .btn.btn-outline-primary:hover {
      background: #425e41;
      border: none;
      border-color: #425e41;
      color: #fff;
      background: transparent url(../images/bg-btn-fill.png) repeat-x; }
      .btn.btn-outline-primary:hover::before {
        background: transparent url(../images/left-bg-btn-fill.png) no-repeat; }
      .btn.btn-outline-primary:hover::after {
        background: transparent url(../images/right-bg-btn-fill.png) no-repeat; }
  .btn.btn-outline-white {
    color: #fff !important;
    border-color: #fff !important;
    background: transparent !important; }
    .btn.btn-outline-white:hover {
      background: #425e41 !important;
      border-color: #425e41 !important;
      color: #fff !important; }
  .btn.btn-outline-light {
    background: #fff;
    color: #425e41;
    border: none;
    border-color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .btn.btn-outline-light:hover {
      background: #425e41;
      border: none;
      border-color: #425e41;
      color: #fff; }
  .btn.btn-outline-transparent {
    background: transparent url(../images/transparent-border-btn.png) repeat-x;
    height: 45px;
    color: #425e41;
    border: none;
    border-color: #425e41;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .btn.btn-outline-transparent::before, .btn.btn-outline-transparent::after {
      position: absolute;
      content: "";
      height: 45px;
      width: 25px;
      top: 0; }
    .btn.btn-outline-transparent::before {
      left: -25px;
      background: transparent url(../images/left-transparent-border-btn.png) no-repeat; }
    .btn.btn-outline-transparent::after {
      right: -25px;
      background: transparent url(../images/right-transparent-border-btn.png) no-repeat; }
    .btn.btn-outline-transparent:hover {
      background: #edcf99;
      border: none;
      border-color: #edcf99;
      color: #425e41;
      background: transparent url(../images/bg-btn-fill.png) repeat-x;
      color: #fff; }
      .btn.btn-outline-transparent:hover::before {
        background: transparent url(../images/left-bg-btn-fill.png) no-repeat; }
      .btn.btn-outline-transparent:hover::after {
        background: transparent url(../images/right-bg-btn-fill.png) no-repeat; }
  .btn.btn-secondary {
    background: #edcf99;
    color: #425e41;
    border: none;
    display: inline-block;
    clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%); }
  .btn:hover {
    color: #edcf99;
    background: #425e41; }
  .btn.btn-outline-secondary {
    color: #edcf99;
    border: none;
    position: relative;
    height: 45px;
    width: 226px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    z-index: 1; }
    .btn.btn-outline-secondary::before {
      position: absolute;
      content: "";
      height: 45px;
      width: 25px;
      top: 0;
      left: 0;
      background: transparent url(../images/btn-outline-secondary.png) no-repeat;
      width: 226px;
      height: 45px;
      z-index: -1; }
    .btn.btn-outline-secondary:hover {
      color: #425e41;
      background: transparent; }
      .btn.btn-outline-secondary:hover::before {
        background: transparent url(../images/btn-secondary.png) no-repeat; }
  .btn.btn-back {
    display: flex;
    align-items: center;
    letter-spacing: normal;
    text-transform: capitalize; }
  .btn.rounded-circle {
    width: 38px;
    height: 38px;
    color: #425e41; }

.disabled {
  pointer-events: none;
  opacity: 0.65; }

input:-webkit-autofill {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px white inset; }

input:-moz-autofill {
  -moz-text-fill-color: #000;
  -moz-box-shadow: 0 0 0 1000px white inset; }

input:-o-autofill {
  -o-text-fill-color: #000;
  -o-box-shadow: 0 0 0 1000px white inset; }

input:-khtml-autofill {
  -khtml-text-fill-color: #000;
  -khtml-box-shadow: 0 0 0 1000px white inset; }

input:focus:-webkit-autofill {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px white inset; }

input:focus:-moz-autofill {
  -moz-text-fill-color: #000;
  -moz-box-shadow: 0 0 0 1000px white inset; }

input:focus:-o-autofill {
  -o-text-fill-color: #000;
  -o-box-shadow: 0 0 0 1000px white inset; }

input:focus:-khtml-autofill {
  -khtml-text-fill-color: #000;
  -khtml-box-shadow: 0 0 0 1000px white inset; }

.disabled-z {
  pointer-events: none;
  cursor: default;
  background-color: lightgray; }

.required-z::after {
  content: "*";
  color: #dc3545; }

.form-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #425e41;
  text-align: center;
  text-align-last: center;
  padding: 10px 0; }
  .form-input::-webkit-input-placeholder {
    color: #425e41; }
  .form-input:focus {
    outline: none; }
  .form-input:focus::-webkit-input-placeholder {
    opacity: 1;
    color: #ddd;
    transform: translate(-150px, 0px);
    transition: transform 0.5s; }

.form-group {
  position: relative; }
  .form-group .bootstrap-select > .dropdown-toggle {
    border-color: #425e41; }
  .form-group .label-input {
    color: #425e41;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    position: absolute;
    top: 25%;
    left: 1rem;
    cursor: text;
    padding: 0 5px;
    background-color: #fff; }
  .form-group .label-input-custom {
    color: #b5b5be; }
  .form-group .form-control.is-invalid + .label-input {
    top: calc(50% - 13px); }
  .form-group .form-control {
    bottom: 1px #6c6c6c solid;
    border-top: 0;
    border-left: 0;
    border-right: 0; }
    .form-group .form-control:focus + label, .form-group .form-control:not(:placeholder-shown) + label, .form-group .form-control.is-invalid:focus + .label-input, .form-group .form-control.is-invalid:not(:placeholder-shown) + .label-input {
      top: 0;
      font-size: 0.8rem;
      color: #425e41;
      transform: translateY(-50%); }
  .form-group label.top {
    top: 0;
    font-size: 0.8rem; }

input.form-control {
  border-bottom: 1px #ddd solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 0; }
  input.form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px #000 solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0; }

.form-control {
  text-transform: uppercase; }
  .form-control::-webkit-input-placeholder {
    text-transform: uppercase; }
  .form-control.text-normal {
    text-transform: capitalize !important; }
    .form-control.text-normal::-webkit-input-placeholder {
      text-transform: capitalize !important;
      opacity: 0.5; }

.modal,
.modal-open,
.fixed-top {
  padding-right: 0 !important; }
  .modal .form-input,
  .modal-open .form-input,
  .fixed-top .form-input {
    background: transparent; }
    .modal .form-input:focus,
    .modal-open .form-input:focus,
    .fixed-top .form-input:focus {
      transform: none; }
    .modal .form-input::placeholder,
    .modal-open .form-input::placeholder,
    .fixed-top .form-input::placeholder {
      text-transform: unset; }

.title {
  font-family: "SVN-MillerBanner", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 47px;
  text-align: center;
  color: #425e41; }

.inner-modal {
  padding: 10px;
  background-image: url("../images/frame-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 482px;
  height: 340px;
  border: none; }
  @media (max-width: 767px) {
    .inner-modal {
      background-size: contain; } }
  .inner-modal .modal-content-box {
    background: unset;
    border: none;
    height: 100%; }
  .inner-modal .btn {
    min-width: 150px;
    min-height: 40px; }

@keyframes fadeInDelay {
  0% {
    opacity: 1;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeOutDelay {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(-100%); } }
@keyframes fadeOutDelayMiddle {
  0% {
    opacity: 0.7; }
  100% {
    opacity: 0; } }
.hover-animation:hover {
  opacity: .5; }

.pc .loading-screen {
  justify-content: center; }
.pc .lines {
  display: flex;
  max-height: 80%; }

#loadingProgressContainer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10010; }
  #loadingProgressContainer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.925);
    flex-direction: column;
    z-index: -1; }
  #loadingProgressContainer.hide {
    display: none !important; }

#loadingPercent {
  font-size: 30px;
  font-weight: bold;
  color: #edcf99; }

#loadingBar {
  width: 300px;
  height: 10px;
  background-color: #425e41;
  border-radius: 5px;
  margin-top: 10px;
  overflow: hidden; }

#loadingBarFill {
  height: 100%;
  width: 0%;
  background-color: #edcf99;
  border-radius: 5px;
  transition: width 0.1s ease; }

.loadingProgress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  border-radius: 8px; }

.loading-screen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: url("../media/image/home/damlieng-full.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  overflow: hidden; }
  .loading-screen:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8); }
@media (max-width: 991px) and (orientation: landscape) {
  .loading-screen {
    justify-content: end; } }

.loading-logo {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -200px);
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 100px;
  z-index: 5;
  padding: 10px 15px 5px;
  opacity: 1; }
  .loading-logo img {
    max-width: 90%;
    transition: transform 0.5s ease, opacity 0.5s ease; }
  .loading-logo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 115px;
    height: 160px;
    background: url(../images/bg-white-logo.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    transition: transform 0.5s ease; }
  .loading-logo.show {
    opacity: 1;
    transform: translate(-50%, 0); }

.loading-middle {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out; }
  .loading-middle.show {
    opacity: 1;
    transform: translateY(0); }
  .loading-middle img {
    max-height: 90%; }
    @media only screen and (max-height: 820px) {
      .loading-middle img {
        max-height: 80%; } }
@media (min-width: 768px) and (max-height: 768px) {
  .loading-middle img {
    max-height: 60%;
    margin-top: 60px; } }

    @media (max-width: 991px) {
      .loading-middle img {
        max-width: 100%;
        height: auto; } }
  @media (max-width: 991px) and (orientation: landscape) {
    .loading-middle img {
      justify-content: end;
      scale: 0.8; } }
  @media (max-width: 991px) and (orientation: portrait) {
    .loading-middle img {
      justify-content: center;
      scale: 0.8; } }

.lines {
  position: absolute;
  z-index: 1; }
@media (max-width: 991px) and (orientation: landscape) {
  .lines {
    display: none; } }

.line-top {
  height: 0;
  top: 0;
  opacity: 0;
  left: calc(50% - 25px); }
  .line-top.show {
    opacity: 1; }
  @media only screen and (max-height: 820px) {
    .line-top {
      max-height: 25%; } }

.line-bottom {
  height: 0;
  bottom: 0;
  left: calc(50% - 25px); }
  .line-bottom.show {
    opacity: 1; }
    .line-bottom.show img {
      height: 100%; }
      @media (max-width: 991px) {
        .line-bottom.show img {
          height: auto; } }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; }

body {
  margin: 0;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  color: #425e41;
  font-family: "SanFranciscoText", serif;
  font-size: 16px;
  line-height: 26px; }

main {
  position: relative; }

a {
  text-decoration: none;
  color: #425e41; }
  a:hover {
    color: #000; }

@media (min-width: 768px) {
  .is-mb {
    display: none !important; } }

@media (max-width: 767px) {
  .is-pc {
    display: none; } }

@media (min-width: 992px) {
  .is-lg {
    display: none !important; } }

@media (max-width: 991px) {
  .is-xl {
    display: none; } }

.text-link {
  color: #9b69aa; }

@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.5rem; } }
.sub-heading {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  font-family: "SanFranciscoText", serif;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  margin-top: 30px !important; }
  @media (max-width: 991px) {
    .sub-heading {
      margin-top: 120px !important; } }

.heading {
  font-family: "SVN-MillerBanner", serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .heading {
      font-style: normal;
      font-weight: 400;
      font-size: 25px !important;
      line-height: 40px !important;
      letter-spacing: 0.95936px !important;
      color: #1E4141; } }

h2.heading .icon {
  position: relative; }
  h2.heading .icon::after {
    content: "";
    position: absolute;
    z-index: 999;
    left: 29px;
    bottom: 22px;
    background: url(../images/Graphic.svg) no-repeat;
    background-size: cover;
    width: 75px;
    height: 75px; }
@media (min-width: 1200px) {
  h2.heading {
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 1px; }
    h2.heading .item:nth-child(2) {
      margin-top: -30px; }
    h2.heading .typo-heading {
      margin-bottom: 3rem;
      margin-left: 0.75rem !important;
      font-weight: 400;
      font-size: 60px;
      line-height: 70px;
      letter-spacing: 1px;
      font-size: 115px; }
      h2.heading .typo-heading.mx-typo {
        margin: 0 0.5rem; } }

.typo-heading {
  font-family: "SVN-MillerBanner", serif;
  text-transform: lowercase;
  letter-spacing: normal !important; }

.text-primary {
  color: #425e41 !important; }

.relative-position {
  position: relative; }

.absolute-position {
  position: absolute; }

.fixed-position {
  position: fixed; }

.d-flex-xy-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.flex-column {
  flex-direction: column; }

.sub-title {
  font-size: 0.95rem; }

.title {
  font-size: 35px; }

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

.wrap-img-padding {
  padding: 65% 0 0 !important;
  position: relative;
  width: 100%;
  padding: 60% 0 0;
  overflow: hidden; }
  .wrap-img-padding img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.icon-list {
  position: fixed;
  bottom: 30%;
  right: 18px;
  z-index: 1000;
  display: inline-flex;
  flex-direction: column; }
  .icon-list .icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 7.7px 0;
    background: #fff3dc;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center; }
  @media (max-width: 991px) {
    .icon-list {
      right: 0.25rem;
      bottom: 4rem;
      display: none; } }

#page-top {
  position: fixed;
  bottom: 50px;
  right: 1.5rem;
  font-size: 77%;
  z-index: 1000;
  width: 55px;
  height: 55px; }
  #page-top a {
    background: #425e41 url(../images/btn-top.png) 50% 50% no-repeat;
    background-size: 30% auto;
    text-decoration: none;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-align: center;
    display: block; }
    #page-top a:hover {
      text-decoration: none;
      opacity: 0.8;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  @media (max-width: 991px) {
    #page-top {
      transform: scale(0.8);
      right: 10px;
      bottom: 110px;
      visibility: hidden;
      opacity: 0;
      z-index: -100; } }

@media (max-width: 767px) {
  .android .area-store-btns .qr-app {
    display: none; } }

@media (max-width: 767px) {
  .ios .area-store-btns .qr-google,
  .ios .area-store-btns .qr-gdmm {
    display: none; } }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: transparent;
  border: none;
  border-radius: 8px; }

::-webkit-scrollbar-thumb {
  background: #425e41;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.user.dropdown {
  display: none; }

.dropup .dropdown-toggle::after {
  background: unset;
  width: auto; }

.dropdown-toggle::after {
  content: "";
  background: url(../images/arrow-down.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 9px;
  border: none;
  margin-left: unset;
  vertical-align: unset;
  margin-bottom: 1px; }

header.bg-header {
  background: #fff; }
header .navbar {
  height: 50px;
  z-index: 2;
  position: relative; }
  @media (max-width: 991px) {
    header .navbar {
      padding: 0.5rem 1rem; } }
  header .navbar .navbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    header .navbar .navbar-main::before {
      content: "";
      position: absolute;
      left: 0%;
      right: 0%;
      top: 0%;
      bottom: 0%;
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 84.5%);
      mix-blend-mode: multiply;
      opacity: 0.6;
      z-index: -1;
      min-height: 190px; }
    @media (min-width: 992px) {
      header .navbar .navbar-main {
        padding: 0 15px; } }
    @media (min-width: 1200px) {
      header .navbar .navbar-main {
        padding: 0 20px; } }
    @media (min-width: 1400px) {
      header .navbar .navbar-main {
        padding: 0 40px; } }
    @media (min-width: 1500px) {
      header .navbar .navbar-main {
        padding: 0 80px; } }
    header .navbar .navbar-main .language {
      color: #425e41;
      font-family: "SanFranciscoText", serif; }
      header .navbar .navbar-main .language.dropdown .btn {
        padding: unset;
        font-family: "SanFranciscoText", serif;
        color: #425e41; }
      header .navbar .navbar-main .language.dropdown .dropdown-menu img {
        width: 32px; }
      header .navbar .navbar-main .language button {
        font-size: 14.86px; }
    header .navbar .navbar-main .navbar-end {
      display: none !important;
      display: flex;
      font-family: "SanFranciscoText", serif; }
      header .navbar .navbar-main .navbar-end .btn {
        border-radius: 0; }
      @media (min-width: 1400px) {
        header .navbar .navbar-main .navbar-end {
          position: absolute;
          right: 0; } }
      header .navbar .navbar-main .navbar-end .user.dropdown .dropdown-toggle::after {
        display: none; }
      header .navbar .navbar-main .navbar-end .user .btn {
        text-transform: unset;
        letter-spacing: unset; }
        header .navbar .navbar-main .navbar-end .user .btn .rounded-circle {
          margin-right: 10px; }
      header .navbar .navbar-main .navbar-end .btn {
        padding: 0.25rem;
        color: #425e41;
        /* Figma */
        font-size: 15.985px;
        line-height: 22px;
        letter-spacing: 0.743169px;
        white-space: nowrap; }
@media (max-width: 991px) {
  header {
    max-width: 150px;
    right: unset !important; }
    header .navbar-expand-lg .navbar-nav .nav-link {
      margin: 0.75rem;
      font-size: 1.5rem; }
    header .btn {
      padding: unset; }
    header .navbar-brand img {
      max-width: 180px; }
    header .navbar-end div:not(:last-child),
    header .navbar-end .btn:not(:last-child) {
      margin-right: 0.75rem; } }

.navbar-main {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1400px) {
    .navbar-main .navbar-menu {
      justify-content: space-between; } }
  @media (min-width: 1400px) {
    .navbar-main .navbar-menu {
      justify-content: center; } }
  .navbar-main .navbar-nav:first-child, .navbar-main .navbar-nav:last-child {
    position: relative; }
    .navbar-main .navbar-nav:first-child:after, .navbar-main .navbar-nav:last-child:after {
      content: "";
      position: absolute;
      bottom: -2px;
      background: rgba(255, 255, 255, 0.25);
      height: 1px;
      z-index: -1;
      opacity: 1;
      transition: transform 0.5s ease; }
  .navbar-main .navbar-nav:first-child:after {
    right: -45px;
    width: 250%; }
  .navbar-main .navbar-nav:last-child:after {
    left: -45px;
    width: 250%; }
  .navbar-main .navbar-nav.navbar-nav-brand {
    min-width: 200px;
    display: flex;
    justify-content: center; }
    .navbar-main .navbar-nav.navbar-nav-brand .nav-item-logo {
      position: relative; }
      .navbar-main .navbar-nav.navbar-nav-brand .nav-item-logo .nav-link {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        z-index: 5;
        padding: 0;
        opacity: 1; }
        .navbar-main .navbar-nav.navbar-nav-brand .nav-item-logo .nav-link.hover {
          opacity: 0;
          transition: transform 0.5s ease, opacity 0.5s ease; }
      .navbar-main .navbar-nav.navbar-nav-brand .nav-item-logo:hover .nav-link:not(.hover) {
        opacity: 0; }
        .navbar-main .navbar-nav.navbar-nav-brand .nav-item-logo:hover .nav-link:not(.hover) img {
          transform: scale(0.85); }
      .navbar-main .navbar-nav.navbar-nav-brand .nav-item-logo:hover .nav-link.hover {
        opacity: 1; }
  @media (min-width: 992px) {
    .navbar-main .navbar-nav .nav-item {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1200px) {
    .navbar-main .navbar-nav .nav-item {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1600px) {
    .navbar-main .navbar-nav .nav-item {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 992px) {
    .navbar-main .navbar-nav .nav-item:not(.nav-item-logo) .nav-link {
      height: 50px;
      display: flex;
      align-items: center; } }
  .navbar-main .navbar-nav .nav-item:not(.nav-item-logo) .nav-link.active, .navbar-main .navbar-nav .nav-item:not(.nav-item-logo) .nav-link:hover {
    position: relative; }
    .navbar-main .navbar-nav .nav-item:not(.nav-item-logo) .nav-link.active::after, .navbar-main .navbar-nav .nav-item:not(.nav-item-logo) .nav-link:hover::after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      border-bottom: 2px #edcf99 solid; }
  .navbar-main .navbar-nav .nav-item:hover .nav-link {
    text-decoration: none; }
  .navbar-main .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
    font-family: "SVN-MillerBanner", serif;
    white-space: nowrap;
    font-size: 1.35rem;
    line-height: 20px !important;
    color: #fff;
    opacity: 1; }

body.fixed-top .navbar {
  padding: 0; }
  body.fixed-top .navbar .navbar-main {
    padding: 0; }
    body.fixed-top .navbar .navbar-main .nav-link {
      transition: unset; }

@media (max-width: 991px) {
  .navbar-collapse::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: -1; } }
.navbar-collapse.show {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto; }

.navbar-toggler {
  position: relative;
  padding: 0;
  width: 40px;
  height: 30px;
  border: 0;
  outline: none;
  order: 3; }
  .navbar-toggler.show {
    position: fixed;
    top: 1rem;
    right: 1rem;
    padding: 0;
    z-index: 9; }
  .navbar-toggler:focus {
    box-shadow: none; }
  .navbar-toggler span {
    display: block;
    position: absolute;
    background: #425e41;
    height: 1.5px;
    width: 35px; }
    .navbar-toggler span:nth-child(1) {
      top: 0px; }
    .navbar-toggler span:nth-child(2) {
      top: 12px;
      width: 25px;
      left: 10px; }
    .navbar-toggler span:nth-child(3) {
      top: 24px; }
  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    display: none; }
  .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.navbar-mobile {
  display: none; }

@media (max-width: 991px) {
  .navbar-desktop {
    display: none !important; }

  header .navbar {
    padding: 0; }

  .navbar-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #cad8d7;
    border-radius: 3px;
    margin: 1rem; }
    .navbar-mobile button {
      background: transparent;
      border: none;
      color: #425e41; }
    .navbar-mobile .wrap-icon {
      justify-content: center;
      display: flex; }

  .heading {
    font-size: 28px; }

  .typo-heading {
    font-size: 52px; } }
.navbar-mobile-collapse {
  height: 100vh;
  width: 0;
  z-index: 9999;
  overflow: hidden;
  transition: width 0.4s ease; }
  .navbar-mobile-collapse .nav-link {
    padding: 0.25px 0;
    opacity: 1;
    letter-spacing: 0; }
  @media (max-width: 991px) {
    .navbar-mobile-collapse {
      position: fixed;
      top: 0;
      left: 0;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#faf0cc",GradientType=1); }
      .navbar-mobile-collapse.open {
        width: 80%;
        overflow: hidden; }
        .navbar-mobile-collapse.open::after {
          content: "";
          position: fixed;
          background: rgba(37, 55, 70, 0.8) !important;
          width: 200%;
          height: 100%;
          left: 0;
          top: 0;
          z-index: -1; } }
  .navbar-mobile-collapse .wrap-flex {
    background: rgba(255, 243, 220, 0.95);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    height: 100vh;
    overflow: hidden;
    backdrop-filter: blur(50px); }
    @media only screen and (max-width: 991px) and (orientation: landscape) {
      .navbar-mobile-collapse .wrap-flex {
        overflow: auto; } }
  .navbar-mobile-collapse .top {
    padding: 30px; }
    .navbar-mobile-collapse .top img {
      max-width: 198px; }
  .navbar-mobile-collapse .middle {
    margin: 20px 0;
    padding: 0 30px; }
    .navbar-mobile-collapse .middle .menu-list {
      list-style: none;
      padding: 0;
      font-size: 16px;
      line-height: 19px;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) and (orientation: landscape) {
        .navbar-mobile-collapse .middle .menu-list {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 10px;
          list-style: none;
          padding: 0;
          margin: -20px 0; } }
      .navbar-mobile-collapse .middle .menu-list li {
        border-bottom: 1px solid rgba(191, 194, 191, 0.75);
        padding: 0.75rem 0;
        opacity: 70%; }
        .navbar-mobile-collapse .middle .menu-list li.active {
          opacity: 1; }
  .navbar-mobile-collapse .bottom .menu {
    display: none;
    align-content: center;
    justify-content: center;
    border-top: 1px solid #a5d7af;
    border-bottom: 1px solid #a5d7af; }
    .navbar-mobile-collapse .bottom .menu .user {
      border-right: 1px solid #a5d7af; }
    .navbar-mobile-collapse .bottom .menu .language img {
      width: 20px; }
    .navbar-mobile-collapse .bottom .menu .language .dropdown-menu {
      min-width: 25px; }
    .navbar-mobile-collapse .bottom .menu .user,
    .navbar-mobile-collapse .bottom .menu .language {
      width: 50%;
      padding: 7px 0;
      display: flex;
      align-content: center;
      justify-content: center; }
    .navbar-mobile-collapse .bottom .menu button {
      font-size: 16px;
      text-transform: unset;
      font-family: "SanFranciscoText", serif; }
    .navbar-mobile-collapse .bottom .menu .dropdown {
      height: auto; }
  .navbar-mobile-collapse .bottom .close {
    height: 53px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: start;
    padding: 30px; }
    .navbar-mobile-collapse .bottom .close button {
      font-size: 18px;
      text-transform: uppercase;
      display: flex;
      align-items: center; }
  .navbar-mobile-collapse .bottom .social-list {
    display: none;
    margin-bottom: 40px; }
    .navbar-mobile-collapse .bottom .social-list a {
      width: 35px;
      height: 35px;
      border-radius: 30px;
      margin: 0 12px;
      background-color: #fff5dc;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      padding: 0; }

.body-fixed {
  overflow: hidden;
  margin: 0;
  touch-action: none;
  -ms-touch-action: none;
  height: 100vh; }

@media (min-width: 992px) {
  .alert-header {
    height: 50px; }
    .alert-header .btn {
      width: 50px;
      height: 100%; } }
.alert-header:hover .alert-header-content {
  display: flex; }

.alert-header-content {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  padding: 20px 15px;
  margin: 50px;
  justify-content: center;
  max-width: 612px;
  font-size: 14px;
  line-height: 17px;
  color: #fff; }
  .alert-header-content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/frame-3.png");
    opacity: 0.85;
    width: 612px;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1; }
  .alert-header-content.show {
    display: flex; }

@media (min-width: 992px) {
  .info-project-header {
    height: 50px; }
    .info-project-header .btn {
      width: 50px;
      height: 100%; } }
.info-project-header:hover .info-project-header-content {
  display: flex; }

.info-project-header-content {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 0;
  transform: translate(0, 0);
  padding: 20px 15px;
  justify-content: space-between;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-image: url("../images/frame-1.png");
  width: 519px;
  height: 340px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .info-project-header-content.show {
    display: block; }
  .info-project-header-content .box {
    height: calc(100% - 5px);
    overflow-y: auto;
    overflow-x: hidden; }
  .info-project-header-content .w-100 {
    display: flex;
    flex-direction: row; }
    .info-project-header-content .w-100:not(:last-child) {
      border-bottom: 1px #425e41 solid;
      margin-bottom: 1rem; }

footer {
  position: relative;
  background: url(../images/footer-img.jpg) no-repeat center top;
  background-size: cover;
  z-index: 1; }
  footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/line-footer.PNG) no-repeat top;
    z-index: 1;
    width: 100%;
    height: 100%; }
  footer::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    footer .logo {
      width: 125px; } }
  @media (min-width: 768px) {
    footer .logo {
      width: 180px; } }
  footer .footer-info {
    padding: 4rem 0;
    position: relative;
    z-index: 3; }
    @media (min-width: 1200px) {
      footer .footer-info {
        padding: 128px 0; } }
    footer .footer-info .email {
      margin-top: 30px; }
    footer .footer-info * {
      color: #fff5dc;
      font-size: 18px;
      line-height: 31px;
      letter-spacing: 1px;
      font-family: "HelveticaNeue-Thin"; }
    footer .footer-info .title {
      font-size: 12px;
      line-height: 22px;
      letter-spacing: 3px;
      margin-bottom: 0; }
    footer .footer-info ul.footer-social {
      list-style: none;
      margin-bottom: 0;
      margin-top: 10px;
      padding: 0;
      display: flex; }
      footer .footer-info ul.footer-social li {
        font-size: 18px;
        line-height: 31px;
        letter-spacing: 0.25px; }
        footer .footer-info ul.footer-social li:not(:last-child) {
          margin-right: 1rem; }
    footer .footer-info .item:first-child {
      text-align: center; }
    footer .footer-info .menu {
      width: 100%;
      padding-left: 0;
      list-style: none;
      margin-bottom: 0; }
    footer .footer-info .footer-social {
      list-style: none; }
      @media (min-width: 768px) {
        footer .footer-info .footer-social {
          list-style: none;
          margin-bottom: 5px; } }
      @media (max-width: 767px) {
        footer .footer-info .footer-social {
          flex-wrap: wrap;
          text-align: center; } }
    @media (max-width: 767px) {
      footer .footer-info .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center; }
        footer .footer-info .footer-links li:first-child {
          width: 100%; } }
    footer .footer-info .sign-in-up {
      display: flex; }
      footer .footer-info .sign-in-up .action {
        text-transform: uppercase; }
        footer .footer-info .sign-in-up .action .text-link {
          font-family: "SanFranciscoText", serif; }
      footer .footer-info .sign-in-up span + span {
        padding-left: 1rem; }
        @media (min-width: 1205px) {
          footer .footer-info .sign-in-up span + span {
            padding-left: 5rem; } }
    footer .footer-info .inner {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
    @media (min-width: 768px) {
      footer .footer-info .space-top {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      footer .footer-info .space-top {
        padding-top: 2rem; } }
    @media (max-width: 991px) {
      footer .footer-info {
        padding: 80px 30px; }
        footer .footer-info .item {
          padding: 0; }
        footer .footer-info .item:not(:last-child) {
          margin-bottom: 60px;
          padding: 0; }
        footer .footer-info .copyright {
          font-size: 17px; } }

.icon-list-top {
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  display: inline-flex;
  flex-direction: column; }
  .icon-list-top .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0.5rem 0;
    background: #fff3dc;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center; }
    .icon-list-top .icon img {
      width: 25px; }
  @media (min-width: 768px) {
    .icon-list-top {
      right: 1.5rem; }
      .icon-list-top li {
        margin: 1.5rem 0; } }
  @media (max-width: 767px) {
    .icon-list-top {
      right: 1rem; } }
  .icon-list-top * {
    color: #fff; }

body.home-page-wrapper .banner-top .caption p {
  margin-bottom: 20px;
  font-family: "SanFranciscoText", serif;
  letter-spacing: 1.2px; }
  @media (max-width: 767px) {
    body.home-page-wrapper .banner-top .caption p {
      max-width: 315px;
      margin: 15px auto; } }
body.home-page-wrapper .banner-top .caption .btn {
  font-family: "SanFranciscoText", serif; }
body.introduction-page-wrapper {
  background: linear-gradient(180deg, #e7f4f4 -16.2%, rgba(155, 215, 220, 0) 37.58%); }
  body.introduction-page-wrapper header .navbar {
    background: #e7f4f4; }
body.amenities-page-wrapper {
  background: linear-gradient(180deg, #e7f4f4 -16.2%, rgba(155, 215, 220, 0) 37.58%);
  background: linear-gradient(180deg, #e4f3f3 -9.72%, rgba(228, 243, 243, 0) 37.72%) !important; }
  body.amenities-page-wrapper header .navbar {
    background: rgba(231, 244, 244, 0.6); }
body.designs-page-wrapper {
  background: linear-gradient(180deg, #d3eada 0%, rgba(250, 241, 209, 0) 45.21%); }
  body.designs-page-wrapper header .navbar {
    background: #cad8d7; }
body.home-designs-page-wrapper {
  background: linear-gradient(180deg, #d3eada 0%, rgba(250, 241, 209, 0) 45.21%); }
  body.home-designs-page-wrapper header .navbar {
    background: #cad8d7; }
body.news-page-wrapper main::before {
  content: "";
  height: 350px;
  position: absolute;
  z-index: -1;
  width: 100%;
  background: #fff5dc;
  background: -moz-linear-gradient(0deg, rgba(255, 245, 220, 0) 0%, #fff5dc 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 245, 220, 0) 0%, #fff5dc 100%);
  background: linear-gradient(0deg, rgba(255, 245, 220, 0) 0%, #fff5dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5dc", endColorstr="#fff5dc", GradientType=1); }
body.news-page-wrapper main .news-page .logo {
  padding-top: 70px !important; }
body.news-page-wrapper header .navbar {
  background: #fff5dc; }
body.news-detail-page-wrapper {
  background: linear-gradient(180deg, #faf0cc -4.39%, rgba(250, 240, 204, 0) 44.07%); }
  body.news-detail-page-wrapper header .navbar {
    background: #fff3dc; }
body.molule-360-page-wrapper .alert-header-content {
  display: none; }
body.floorplan-page-wrapper .alert-header-content {
  display: none; }
body.interior-page-wrapper header {
  z-index: 1060; }
body.interior-page-wrapper .modal {
  pointer-events: none;
  user-select: none;
  z-index: 1000; }
body.interior-page-wrapper .modal-backdrop.show {
  opacity: 0; }
body.interior-page-wrapper .alert-header-content {
  max-width: 275px;
  margin: 30px 0;
  background: #edd099a9;
  backdrop-filter: blur(5.5px);
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px); }
  body.interior-page-wrapper .alert-header-content::after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: none;
    opacity: 0.85;
    width: 300px;
    height: 300px;
    z-index: -1;
    background: #edd099a9;
    backdrop-filter: blur(5.5px);
    clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px); }

.area-loading {
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 20;
  opacity: 1;
  display: none;
  text-align: center;
  background: #fff;
  -webkit-animation: white-out 0.9s linear forwards;
  animation: white-out 0.9s linear forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  overflow: hidden; }
  .area-loading .loading {
    display: table-cell;
    vertical-align: middle; }
    .area-loading .loading img {
      width: 100px;
      opacity: 0;
      -webkit-animation: fade-in 1.8s linear forwards;
      animation: fade-in 1.8s linear forwards;
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }

.wrap-box-filter .level.active {
  background-color: #425e41;
  color: #edcf99 !important; }

#molule-360-page {
  background: rgba(237, 207, 153, 0.65);
  height: 100vh;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    #molule-360-page {
      background: url(../media/image/bg-module-360.webp) no-repeat;
      background-size: cover; } }
  #molule-360-page .scene-nav.active {
    background-color: #425e41;
    color: #edcf99 !important; }
  #molule-360-page #popup-33.popup::before {
    top: 33%; }
  #molule-360-page .popup {
    position: absolute;
    display: none;
    width: 300px;
    height: 320px;
    padding: 12px 16px;
    z-index: 9;
    transition: all 0.2s ease;
    overflow: visible; }
    @media only screen and (max-width: 767px) and (orientation: portrait) {
      #molule-360-page .popup .close-modal {
        backdrop-filter: blur(5px);
        clip-path: polygon(5px 0%, calc(100% - 5px) 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0% calc(100% - 5px), 0% 5px);
        right: 20px; }
      #molule-360-page .popup.show {
        width: 75%;
        top: 100px !important;
        left: calc(50% + 30px) !important;
        transform: translateX(-50%); }
        #molule-360-page .popup.show::before {
          content: "";
          position: absolute;
          bottom: -20px;
          /* mũi tên nằm dưới hộp */
          left: 50%;
          transform: translateX(-50%);
          border-width: 10px;
          border-style: solid;
          border-color: #fff3dc transparent transparent transparent; }
        #molule-360-page .popup.show .inner {
          width: calc(100% - 60px); }
          #molule-360-page .popup.show .inner .inner-content {
            padding: 0; }
            #molule-360-page .popup.show .inner .inner-content .inner-title * {
              font-size: 14px; } }
    #molule-360-page .popup::before {
      content: "";
      position: absolute;
      top: 50%;
      left: -20px;
      transform: translateY(-50%);
      border-width: 10px;
      border-style: solid;
      border-color: transparent #fff3dc transparent transparent; }
    #molule-360-page .popup .inner {
      padding: 0 20px 20px;
      background: #fff3dc;
      width: 350px;
      position: absolute;
      left: 0;
      top: 0;
      clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0% calc(100% - 20px), 0% 20px); }
      @media (max-width: 767px) {
        #molule-360-page .popup .inner {
          padding: 0 10px 10px; } }
      #molule-360-page .popup .inner .thumb {
        max-width: 200px;
        display: flex;
        margin: auto; }
        @media only screen and (max-width: 767px) and (orientation: portrait) {
          #molule-360-page .popup .inner .thumb {
            max-width: 150px; } }
      #molule-360-page .popup .inner .inner-content {
        display: flex;
        justify-content: space-between;
        margin: auto;
        text-transform: uppercase;
        color: #425e41;
        font-weight: 600;
        margin-top: 1rem;
        padding: 0 30px; }
        #molule-360-page .popup .inner .inner-content .inner-title {
          margin: auto; }
        #molule-360-page .popup .inner .inner-content .inner-title * {
          font-family: "SanFranciscoText", serif;
          font-size: 16px;
          font-weight: 600; }
        #molule-360-page .popup .inner .inner-content .title {
          line-height: 30px;
          text-align: center;
          margin: auto; }
          #molule-360-page .popup .inner .inner-content .title:hover {
            opacity: 0.8; }
            #molule-360-page .popup .inner .inner-content .title:hover a {
              color: #425e41; }
  #molule-360-page .popup.show {
    display: block; }
  #molule-360-page .info-box {
    right: 15px;
    z-index: 11; }
    @media (max-width: 767px) {
      #molule-360-page .info-box {
        z-index: 1020; }
        #molule-360-page .info-box .toggle-btn.active {
          left: 0;
          position: fixed; }
        #molule-360-page .info-box .info-section .wrap-box::after {
          content: "";
          position: absolute;
          top: -100%;
          left: -50%;
          width: 200%;
          height: 300%;
          background: rgba(0, 0, 0, 0.5);
          z-index: -1; }
        #molule-360-page .info-box .info-section .wrap-box .filter-panel {
          max-height: 80vh !important; }
          #molule-360-page .info-box .info-section .wrap-box .filter-panel .over-flow {
            max-height: 70vh;
            overflow: auto;
            margin-bottom: 30px; } }
    #molule-360-page .info-box.active .toggle-btn.active {
      left: calc(100% - 23px);
      width: 40px;
      background: rgba(237, 207, 153, 0.85); }
    #molule-360-page .info-box .toggle-btn {
      width: max-content;
      left: unset;
      right: 0;
      top: unset;
      bottom: 13px;
      z-index: 11;
      background: transparent;
      color: #fff; }
      @media (max-width: 767px) {
        #molule-360-page .info-box .toggle-btn {
          bottom: 5px; } }
  @media (max-width: 767px) and (max-height: 667px) {
    #molule-360-page .info-box .toggle-btn:not(.active) {
      bottom: -5px; } }

      #molule-360-page .info-box .toggle-btn:hover {
        color: #fff; }
      #molule-360-page .info-box .toggle-btn .sort {
        padding-right: 1rem;
        font-size: 12px; }
        @media (max-width: 767px) {
          #molule-360-page .info-box .toggle-btn .sort {
            padding-right: 0.5rem;
            width: 150px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; } }
      #molule-360-page .info-box .toggle-btn .view-more {
        display: flex;
        align-items: center;
        justify-content: center; }
        #molule-360-page .info-box .toggle-btn .view-more .fa-times {
          color: #425e41; }
        #molule-360-page .info-box .toggle-btn .view-more .txt {
          font-size: 12px;
          font-weight: bold; }
      #molule-360-page .info-box .toggle-btn.active {
        right: 686px;
        top: unset;
        width: 40px;
        background: rgba(255, 243, 220, 0.85);
        backdrop-filter: blur(5px);
        clip-path: polygon(5px 0%, calc(100% - 5px) 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0% calc(100% - 5px), 0% 5px); }
        #molule-360-page .info-box .toggle-btn.active .sort {
          padding-right: 0;
          width: 0;
          visibility: hidden; }
        #molule-360-page .info-box .toggle-btn.active .txt {
          width: 0;
          visibility: hidden; }
    #molule-360-page .info-box .info-section {
      transform: translateX(100%);
      transition: transform 0.7s cubic-bezier(0.3, 0, 0, 1);
      width: 0;
      visibility: hidden; }
      #molule-360-page .info-box .info-section.active {
        transform: translateX(0);
        width: 500px;
        visibility: visible; }
      #molule-360-page .info-box .info-section .wrap-box {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 9999; }
        #molule-360-page .info-box .info-section .wrap-box .filter-panel {
          position: relative;
          min-height: 300px;
          max-height: 500px;
          overflow: auto;
          background: rgba(255, 243, 220, 0.85);
          backdrop-filter: blur(5px);
          clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
          overflow: hidden; }
          #molule-360-page .info-box .info-section .wrap-box .filter-panel .space-top {
            height: 30px;
            margin: 0 8px;
            border-bottom: 1px solid rgba(44, 77, 63, 0.8); }
          #molule-360-page .info-box .info-section .wrap-box .filter-panel .corner {
            position: absolute;
            width: 10px;
            height: 10px; }
          #molule-360-page .info-box .info-section .wrap-box .filter-panel .top-left {
            top: 4px;
            left: 4px;
            border-left: 1px solid rgba(44, 77, 63, 0.8);
            transform: rotate(225deg);
            mix-blend-mode: hard-light; }
          #molule-360-page .info-box .info-section .wrap-box .filter-panel .top-right {
            top: 4px;
            right: 4px;
            border-right: 1px solid rgba(44, 77, 63, 0.8);
            transform: rotate(-225deg); }
          #molule-360-page .info-box .info-section .wrap-box .filter-panel .bottom-left {
            bottom: 4px;
            left: 4px;
            border-left: 1px solid rgba(44, 77, 63, 0.8);
            transform: rotate(-225deg); }
          #molule-360-page .info-box .info-section .wrap-box .filter-panel .bottom-right {
            bottom: 4px;
            right: 4px;
            border-right: 1px solid rgba(44, 77, 63, 0.8);
            transform: rotate(225deg); }
          @media (min-width: 768px) {
            #molule-360-page .info-box .info-section .wrap-box .filter-panel {
              width: 685px; } }
          @media (max-width: 767px) {
            #molule-360-page .info-box .info-section .wrap-box .filter-panel {
              width: calc(100vw - 50px); } }
          #molule-360-page .info-box .info-section .wrap-box .filter-panel::before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 8px;
            right: 8px;
            bottom: 8px;
            left: 8px;
            clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
            border: 1px solid rgba(44, 77, 63, 0.8); }
          #molule-360-page .info-box .info-section .wrap-box .filter-panel .toggle-button {
            margin: 0 0 8px 0;
            padding: 0;
            font-size: 20px;
            overflow: hidden;
            cursor: pointer;
            position: relative; }
            #molule-360-page .info-box .info-section .wrap-box .filter-panel .toggle-button .icon {
              display: inline-block;
              transition: transform 0.3s ease; }
            #molule-360-page .info-box .info-section .wrap-box .filter-panel .toggle-button.expanded .icon, #molule-360-page .info-box .info-section .wrap-box .filter-panel .toggle-button.open .icon {
              transform: rotate(180deg);
              height: 25px;
              margin-bottom: 2px; }
            #molule-360-page .info-box .info-section .wrap-box .filter-panel .toggle-button.open {
              border-top: 1px solid rgba(44, 77, 63, 0.8); }
            #molule-360-page .info-box .info-section .wrap-box .filter-panel .toggle-button:hover {
              color: #edcf99;
              mix-blend-mode: multiply; }
              #molule-360-page .info-box .info-section .wrap-box .filter-panel .toggle-button:hover .toggle-bottom-left {
                position: absolute;
                bottom: -4px;
                left: -4px;
                border-left: 1px solid rgba(44, 77, 63, 0.8);
                transform: rotate(135deg);
                z-index: 22;
                width: 10px;
                height: 10px;
                background: rgba(255, 243, 220, 0.7);
                backdrop-filter: blur(5px);
                mix-blend-mode: hard-light; }
              #molule-360-page .info-box .info-section .wrap-box .filter-panel .toggle-button:hover .toggle-bottom-right {
                position: absolute;
                bottom: -2px;
                right: -18px;
                border-right: 1px solid rgba(90, 92, 91, 0.8);
                transform: rotate(135deg);
                z-index: 22;
                width: 32px;
                height: 10px;
                background: rgba(255, 243, 220, 0.7);
                backdrop-filter: blur(5px);
                mix-blend-mode: hard-light; }
              #molule-360-page .info-box .info-section .wrap-box .filter-panel .toggle-button:hover::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: #425e41;
                color: #edcf99;
                z-index: -1; }
          #molule-360-page .info-box .info-section .wrap-box .filter-panel .section-title {
            font-weight: bold;
            color: #425e41;
            padding: 0.75rem 0;
            font-size: 18px; }
          #molule-360-page .info-box .info-section .wrap-box .filter-panel .reset-btn {
            border-top: 1px solid #425e41;
            border-bottom: 1px solid #425e41;
            text-align: center;
            padding: 0.5rem;
            cursor: pointer;
            font-family: "SVN-MillerBanner", serif;
            font-weight: 600;
            color: #425e41;
            font-size: 16px; }
            #molule-360-page .info-box .info-section .wrap-box .filter-panel .reset-btn:hover {
              background: #425e41;
              color: #edcf99; }
  #molule-360-page .action-group {
    z-index: 10;
    right: 0; }
    #molule-360-page .action-group .toggle-btn {
      left: -20px;
      top: calc(50% - 20px);
      z-index: 10;
      width: 40px;
      background-color: #fff;
      color: #425e41; }
      #molule-360-page .action-group .toggle-btn.active {
        left: calc(100% - 40px); }
  #molule-360-page .action-group,
  #molule-360-page .info-box {
    position: fixed;
    bottom: 0; }
    #molule-360-page .action-group .toggle-btn,
    #molule-360-page .info-box .toggle-btn {
      position: absolute;
      height: 40px;
      border-radius: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      cursor: pointer;
      transition: all 0.5s ease-in-out; }
      #molule-360-page .action-group .toggle-btn .toggle-icon,
      #molule-360-page .info-box .toggle-btn .toggle-icon {
        font-size: 20px;
        transition: transform 0.3s ease-in-out; }
    #molule-360-page .action-group .toggle-btn.active .toggle-icon i,
    #molule-360-page .info-box .toggle-btn.active .toggle-icon i {
      transform: rotate(180deg); }
    #molule-360-page .action-group .ploorplans,
    #molule-360-page .info-box .ploorplans {
      transform: translateX(100%);
      transition: transform 0.7s cubic-bezier(0.3, 0, 0, 1); }
      #molule-360-page .action-group .ploorplans.active,
      #molule-360-page .info-box .ploorplans.active {
        transform: translateX(0); }
      #molule-360-page .action-group .ploorplans.small,
      #molule-360-page .info-box .ploorplans.small {
        width: 185px;
        height: 300px; }
      #molule-360-page .action-group .ploorplans .svg-floor-section,
      #molule-360-page .action-group .ploorplans svg,
      #molule-360-page .info-box .ploorplans .svg-floor-section,
      #molule-360-page .info-box .ploorplans svg {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 11;
        width: 100%;
        height: 100%; }
        #molule-360-page .action-group .ploorplans .svg-floor-section .link-to,
        #molule-360-page .action-group .ploorplans svg .link-to,
        #molule-360-page .info-box .ploorplans .svg-floor-section .link-to,
        #molule-360-page .info-box .ploorplans svg .link-to {
          cursor: pointer; }
          #molule-360-page .action-group .ploorplans .svg-floor-section .link-to path,
          #molule-360-page .action-group .ploorplans svg .link-to path,
          #molule-360-page .info-box .ploorplans .svg-floor-section .link-to path,
          #molule-360-page .info-box .ploorplans svg .link-to path {
            opacity: 0.8; }
          #molule-360-page .action-group .ploorplans .svg-floor-section .link-to line,
          #molule-360-page .action-group .ploorplans svg .link-to line,
          #molule-360-page .info-box .ploorplans .svg-floor-section .link-to line,
          #molule-360-page .info-box .ploorplans svg .link-to line {
            stroke-width: 3px; }
          #molule-360-page .action-group .ploorplans .svg-floor-section .link-to:hover path,
          #molule-360-page .action-group .ploorplans svg .link-to:hover path,
          #molule-360-page .info-box .ploorplans .svg-floor-section .link-to:hover path,
          #molule-360-page .info-box .ploorplans svg .link-to:hover path {
            opacity: 1; }
          #molule-360-page .action-group .ploorplans .svg-floor-section .link-to:hover circle,
          #molule-360-page .action-group .ploorplans svg .link-to:hover circle,
          #molule-360-page .info-box .ploorplans .svg-floor-section .link-to:hover circle,
          #molule-360-page .info-box .ploorplans svg .link-to:hover circle {
            fill: #fff; }
          #molule-360-page .action-group .ploorplans .svg-floor-section .link-to:hover text,
          #molule-360-page .action-group .ploorplans svg .link-to:hover text,
          #molule-360-page .info-box .ploorplans .svg-floor-section .link-to:hover text,
          #molule-360-page .info-box .ploorplans svg .link-to:hover text {
            fill: #425e41; }
          #molule-360-page .action-group .ploorplans .svg-floor-section .link-to:hover .hoverShow,
          #molule-360-page .action-group .ploorplans svg .link-to:hover .hoverShow,
          #molule-360-page .info-box .ploorplans .svg-floor-section .link-to:hover .hoverShow,
          #molule-360-page .info-box .ploorplans svg .link-to:hover .hoverShow {
            display: block; }
          #molule-360-page .action-group .ploorplans .svg-floor-section .link-to .hoverShow,
          #molule-360-page .action-group .ploorplans svg .link-to .hoverShow,
          #molule-360-page .info-box .ploorplans .svg-floor-section .link-to .hoverShow,
          #molule-360-page .info-box .ploorplans svg .link-to .hoverShow {
            display: none;
            transition: 3s ease-in-out; }
      #molule-360-page .action-group .ploorplans .thumb,
      #molule-360-page .info-box .ploorplans .thumb {
        width: 100%;
        height: 100%; }
  #molule-360-page .wrap-box-filter {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000; }
    @media (max-width: 767px) {
      #molule-360-page .wrap-box-filter {
        top: unset;
        transform: unset;
        bottom: calc(10% + 20px); } }
  @media (max-width: 767px) and (max-height: 667) {
    #molule-360-page .wrap-box-filter {
      bottom: calc(10% + 30px); } }
    @media (max-width: 767px) {
        #molule-360-page .wrap-box-filter * {
          font-size: 95% !important; }
        #molule-360-page .wrap-box-filter .filter-panel .tab-content .wrap-content.show {
          max-height: 110px !important;
          overflow: auto; } }
  @media (max-width: 767px) and (orientation: portrait) {
    #molule-360-page .wrap-box-filter .filter-panel {
      width: calc(100vw - 30px) !important; } }

    @media only screen and (max-width: 991px) and (orientation: landscape) {
      #molule-360-page .wrap-box-filter {
        top: calc(50% + 30px); } }
    #molule-360-page .wrap-box-filter .filter-panel {
      position: relative;
      width: 270px;
      background: rgba(255, 243, 220, 0.7);
      backdrop-filter: blur(5px);
      clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
      overflow: hidden; }
      #molule-360-page .wrap-box-filter .filter-panel .space-top {
        height: 30px;
        margin: 0 8px;
        border-bottom: 1px solid rgba(44, 77, 63, 0.8); }
        @media (max-height: 667px) {
          #molule-360-page .wrap-box-filter .filter-panel .space-top {
            height: 20px; } }
      #molule-360-page .wrap-box-filter .filter-panel .corner {
        position: absolute;
        width: 10px;
        height: 10px; }
      #molule-360-page .wrap-box-filter .filter-panel .top-left {
        top: 4px;
        left: 4px;
        border-left: 1px solid rgba(44, 77, 63, 0.8);
        transform: rotate(225deg);
        mix-blend-mode: hard-light; }
      #molule-360-page .wrap-box-filter .filter-panel .top-right {
        top: 4px;
        right: 4px;
        border-right: 1px solid rgba(44, 77, 63, 0.8);
        transform: rotate(-225deg); }
      #molule-360-page .wrap-box-filter .filter-panel .bottom-left {
        bottom: 4px;
        left: 4px;
        border-left: 1px solid rgba(44, 77, 63, 0.8);
        transform: rotate(-225deg); }
      #molule-360-page .wrap-box-filter .filter-panel .bottom-right {
        bottom: 4px;
        right: 4px;
        border-right: 1px solid rgba(44, 77, 63, 0.8);
        transform: rotate(225deg); }
      #molule-360-page .wrap-box-filter .filter-panel::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 8px;
        right: 8px;
        bottom: 8px;
        left: 8px;
        clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
        border: 1px solid rgba(44, 77, 63, 0.8); }
      #molule-360-page .wrap-box-filter .filter-panel .nav-tabs {
        border-bottom: 1px solid rgba(44, 77, 63, 0.8);
        margin: 0 8px -1px; }
        #molule-360-page .wrap-box-filter .filter-panel .nav-tabs .nav-item {
          padding: 0;
          width: 50%; }
          #molule-360-page .wrap-box-filter .filter-panel .nav-tabs .nav-item:not(:last-child) {
            margin-right: 0; }
        #molule-360-page .wrap-box-filter .filter-panel .nav-tabs .nav-link {
          border: none;
          border-radius: 0;
          color: #425e41;
          font-size: 18px;
          padding: 0.5rem;
          font-weight: 600;
          margin-bottom: 0;
          text-transform: unset;
          font-family: "SVN-MillerBanner", serif;
          width: 100%;
          opacity: 1; }
          #molule-360-page .wrap-box-filter .filter-panel .nav-tabs .nav-link.active {
            background-color: #425e41;
            color: #edcf99;
            width: 100%;
            height: 100%; }
        #molule-360-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav {
          border-top: 1px solid #425e41;
          border-left: none;
          border-right: none;
          border-bottom: none;
          margin: 0;
          overflow: hidden;
          padding: 1rem 0;
          flex-wrap: nowrap;
          justify-content: space-between; }
          #molule-360-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav .nav-item {
            width: auto;
            display: flex;
            margin: 0 8px; }
            #molule-360-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav .nav-item .nav-link {
              color: #425e41;
              font-weight: 600;
              font-size: 0.8rem;
              padding: 0;
              border: none;
              font-family: "SanFranciscoText", serif; }
              #molule-360-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav .nav-item .nav-link.active {
                border-bottom: 2px #425e41 solid;
                background: unset;
                padding: 0.5rem 0; }
          #molule-360-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav + .tab-content {
            margin: 0; }
      #molule-360-page .wrap-box-filter .filter-panel .utility-list {
        list-style: none;
        padding: 0;
        margin: 0; }
        #molule-360-page .wrap-box-filter .filter-panel .utility-list li {
          padding: 0 10px;
          font-size: 14px;
          font-weight: 200;
          color: #425e41;
          border-top: 1px solid rgba(44, 77, 63, 0.8);
          cursor: pointer; }
          #molule-360-page .wrap-box-filter .filter-panel .utility-list li:last-child {
            border-bottom: 1px solid rgba(44, 77, 63, 0.8); }
          #molule-360-page .wrap-box-filter .filter-panel .utility-list li:hover {
            background: #425e41;
            color: #edcf99; }
      #molule-360-page .wrap-box-filter .filter-panel .toggle-button {
        margin: 0 0 8px 0;
        padding: 0;
        font-size: 20px;
        overflow: hidden;
        cursor: pointer;
        position: relative; }
        #molule-360-page .wrap-box-filter .filter-panel .toggle-button .icon {
          display: inline-block;
          transition: transform 0.3s ease; }
        #molule-360-page .wrap-box-filter .filter-panel .toggle-button.expanded .icon, #molule-360-page .wrap-box-filter .filter-panel .toggle-button.open .icon {
          transform: rotate(180deg);
          height: 25px;
          margin-bottom: 2px; }
        #molule-360-page .wrap-box-filter .filter-panel .toggle-button.open {
          border-top: 1px solid rgba(44, 77, 63, 0.8); }
        #molule-360-page .wrap-box-filter .filter-panel .toggle-button:hover {
          color: #edcf99;
          mix-blend-mode: multiply; }
          #molule-360-page .wrap-box-filter .filter-panel .toggle-button:hover .toggle-bottom-left {
            position: absolute;
            bottom: -4px;
            left: -4px;
            border-left: 1px solid rgba(44, 77, 63, 0.8);
            transform: rotate(135deg);
            z-index: 22;
            width: 10px;
            height: 10px;
            background: rgba(255, 243, 220, 0.7);
            backdrop-filter: blur(5px);
            mix-blend-mode: hard-light; }
          #molule-360-page .wrap-box-filter .filter-panel .toggle-button:hover .toggle-bottom-right {
            position: absolute;
            bottom: -2px;
            right: -18px;
            border-right: 1px solid rgba(90, 92, 91, 0.8);
            transform: rotate(135deg);
            z-index: 22;
            width: 32px;
            height: 10px;
            background: rgba(255, 243, 220, 0.7);
            backdrop-filter: blur(5px);
            mix-blend-mode: hard-light; }
          #molule-360-page .wrap-box-filter .filter-panel .toggle-button:hover::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #425e41;
            color: #edcf99;
            z-index: -1; }
      #molule-360-page .wrap-box-filter .filter-panel .tab-content {
        padding: 0;
        margin: 0 8px;
        font-size: 14px; }
        #molule-360-page .wrap-box-filter .filter-panel .tab-content .wrap-content {
          max-height: 0;
          opacity: 0;
          transform: translateY(-10px);
          overflow: hidden;
          transition: all 0.5s ease;
          visibility: hidden; }
          #molule-360-page .wrap-box-filter .filter-panel .tab-content .wrap-content.show {
            max-height: 500px;
            opacity: 1;
            transform: translateY(0);
            visibility: visible; }
            @media only screen and (max-width: 991px) and (orientation: landscape) {
              #molule-360-page .wrap-box-filter .filter-panel .tab-content .wrap-content.show {
                max-height: 180px;
                overflow: auto; } }
        #molule-360-page .wrap-box-filter .filter-panel .tab-content #tienich .tab-content-tienich {
          max-height: 0;
          opacity: 0;
          overflow: hidden;
          transform: translateY(10px);
          transition: all 0.4s ease; }
          #molule-360-page .wrap-box-filter .filter-panel .tab-content #tienich .tab-content-tienich.show {
            max-height: 300px;
            overflow: auto;
            opacity: 1;
            transform: translateY(0); }
            @media (max-width: 767px) {
              #molule-360-page .wrap-box-filter .filter-panel .tab-content #tienich .tab-content-tienich.show {
                max-height: 112px;
                overflow: auto; } }
            @media only screen and (max-width: 991px) and (orientation: landscape) {
              #molule-360-page .wrap-box-filter .filter-panel .tab-content #tienich .tab-content-tienich.show {
                max-height: 180px;
                overflow: auto; } }
      #molule-360-page .wrap-box-filter .filter-panel .section-title {
        font-weight: bold;
        color: #425e41;
        padding: 0.75rem 0;
        font-size: 18px; }
        @media only screen and (max-width: 767px) and (orientation: portrait) {
          #molule-360-page .wrap-box-filter .filter-panel .section-title {
            padding: 0.15rem 0; } }
      #molule-360-page .wrap-box-filter .filter-panel .floor-grid div {
        cursor: pointer; }
        #molule-360-page .wrap-box-filter .filter-panel .floor-grid div:hover {
          background: #425e41;
          color: #edcf99; }
      #molule-360-page .wrap-box-filter .filter-panel .floor-grid,
      #molule-360-page .wrap-box-filter .filter-panel .type-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        text-align: center; }
        #molule-360-page .wrap-box-filter .filter-panel .floor-grid div,
        #molule-360-page .wrap-box-filter .filter-panel .type-grid div {
          cursor: pointer;
          border: 1px solid #425e41;
          padding: 0 8px;
          font-size: 14px;
          font-weight: 200; }
          #molule-360-page .wrap-box-filter .filter-panel .floor-grid div:nth-last-child(-n + 2),
          #molule-360-page .wrap-box-filter .filter-panel .type-grid div:nth-last-child(-n + 2) {
            margin-bottom: 0; }
          #molule-360-page .wrap-box-filter .filter-panel .floor-grid div:nth-last-child(n + 3),
          #molule-360-page .wrap-box-filter .filter-panel .type-grid div:nth-last-child(n + 3) {
            margin-bottom: -1px; }
          #molule-360-page .wrap-box-filter .filter-panel .floor-grid div:hover, #molule-360-page .wrap-box-filter .filter-panel .floor-grid div.active,
          #molule-360-page .wrap-box-filter .filter-panel .type-grid div:hover,
          #molule-360-page .wrap-box-filter .filter-panel .type-grid div.active {
            background: #425e41;
            color: #edcf99; }
      #molule-360-page .wrap-box-filter .filter-panel .area-slider input[type="range"] {
        width: 99%;
        height: 3px;
        margin: 10px auto;
        accent-color: #425e41;
        display: flex;
        align-items: center; }
        #molule-360-page .wrap-box-filter .filter-panel .area-slider input[type="range"]::-webkit-slider-runnable-track {
          background: #edcf99;
          height: 3px;
          border-radius: 2px; }
        #molule-360-page .wrap-box-filter .filter-panel .area-slider input[type="range"]::-webkit-slider-thumb {
          border: none;
          height: 8px;
          width: 8px;
          border-radius: 50%;
          margin-top: -6px;
          cursor: pointer;
          -webkit-appearance: none; }
      #molule-360-page .wrap-box-filter .filter-panel .area-slider .label {
        text-align: center;
        font-size: 14px;
        color: #425e41;
        padding: 0.25rem 0.5rem 0.75rem; }
      #molule-360-page .wrap-box-filter .filter-panel .reset-btn {
        border-top: 1px solid #425e41;
        border-bottom: 1px solid #425e41;
        text-align: center;
        padding: 0.5rem;
        cursor: pointer;
        font-family: "SVN-MillerBanner", serif;
        font-weight: 600;
        color: #425e41;
        font-size: 16px; }
        @media only screen and (max-width: 767px) and (orientation: portrait) {
          #molule-360-page .wrap-box-filter .filter-panel .reset-btn {
            padding: 0; } }
        #molule-360-page .wrap-box-filter .filter-panel .reset-btn:hover {
          background: #425e41;
          color: #edcf99; }
  #molule-360-page .wrap-box-kr {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    display: none; }
    #molule-360-page .wrap-box-kr .vtour-tienich {
      width: 100%;
      overflow: hidden; }
      #molule-360-page .wrap-box-kr .vtour-tienich iframe {
        width: 100%;
        height: 100%; }
  #molule-360-page .wrap-box-molule-360 {
    position: relative;
    height: 100vh;
    width: 100%;
    margin: auto;
    overflow: hidden;
    aspect-ratio: 16 / 9; }
    @media only screen and (min-width: 768px) {
      #molule-360-page .wrap-box-molule-360 {
        background: url(../media/image/bg-module-360.webp) no-repeat;
        background-size: cover; } }
    @media only screen and (max-width: 767px) {
      #molule-360-page .wrap-box-molule-360 {
        margin-top: -25%; } }
    #molule-360-page .wrap-box-molule-360 img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      position: relative;
      z-index: 1; }
    @media only screen and (max-width: 767px) and (orientation: portrait) {
      #molule-360-page .wrap-box-molule-360 .svg-building,
      #molule-360-page .wrap-box-molule-360 .img-building,
      #molule-360-page .wrap-box-molule-360 #buiding {
        position: absolute;
        left: 0; } }
  #molule-360-page #buiding-2,
  #molule-360-page #buiding-3,
  #molule-360-page #buiding-4,
  #molule-360-page #buiding-21,
  #molule-360-page #buiding-122,
  #molule-360-page #buiding-176,
  #molule-360-page #buiding-224,
  #molule-360-page #buiding-274 {
    transform: translateX(8px); }
  #molule-360-page #buiding-21 .group-apt .apt-list,
  #molule-360-page #buiding-224 .group-apt .apt-list,
  #molule-360-page #buiding-274 .group-apt .apt-list {
    transform: translateX(-7px) !important; }
  #molule-360-page .svg-building {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease; }
    #molule-360-page .svg-building:not(.active) {
      visibility: hidden; }
    #molule-360-page .svg-building.active {
      visibility: visible; }
      #molule-360-page .svg-building.active #1219-2132 {
        visibility: hidden; }
      #molule-360-page .svg-building.active .apt-filter {
        visibility: hidden;
        pointer-events: none;
        opacity: 0.5;
        fill: #edcf99;
        stroke: #fff; }
        #molule-360-page .svg-building.active .apt-filter.active {
          visibility: visible !important; }
      #molule-360-page .svg-building.active .apt-list {
        fill: #edcf99;
        stroke: #edcf99;
        opacity: 0;
        stroke: #fff;
        pointer-events: all; }
        #molule-360-page .svg-building.active .apt-list.active {
          fill: #425e41 !important;
          opacity: 0.8;
          stroke: #fff; }
          #molule-360-page .svg-building.active .apt-list.active:hover {
            opacity: 0 !important; }
      #molule-360-page .svg-building.active .apt {
        fill: #edcf99;
        opacity: 0;
        stroke: transparent;
        pointer-events: all; }
        #molule-360-page .svg-building.active .apt.active {
          fill: #425e41 !important;
          stroke: #fff;
          opacity: 0.5;
          transform: translateX(-6px); }
          #molule-360-page .svg-building.active .apt.active:hover {
            transform: translateX(0); }
        #molule-360-page .svg-building.active .apt:hover {
          transform: translateX(0); }
          #molule-360-page .svg-building.active .apt:hover:not(.apt-list) {
            fill: #425e41 !important;
            stroke: #fff;
            opacity: 0.5;
            transform: translateX(-6px); }
  #molule-360-page .txt-guide {
    position: fixed;
    right: 30px;
    bottom: 50px;
    font-size: 12px;
    z-index: 5;
    color: white; }
    @media only screen and (max-width: 767px) and (orientation: portrait) {
      #molule-360-page .txt-guide {
        bottom: unset;
        top: 75px; } }
  #molule-360-page .action-box {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 15px;
    z-index: 5;
    background: #edd099a9;
    backdrop-filter: blur(5.5px);
    clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px); }
    @media (max-width: 767px) {
      #molule-360-page .action-box {
        left: unset;
        right: -25px;
        transform: unset;
        bottom: unset;
        top: 0;
        scale: 0.5;
        z-index: 1005; } }
    @media only screen and (max-width: 991px) and (orientation: landscape) {
      #molule-360-page .action-box {
        transform: scale(0.5) translateX(-50%); } }
    #molule-360-page .action-box .btn {
      font-size: 25px;
      color: #425e41; }
      #molule-360-page .action-box .btn:hover {
        color: #edcf99;
        background: none; }
        #molule-360-page .action-box .btn:hover path {
          stroke: #edcf99; }

.area {
  position: relative; }

.area-up .heading {
  font-size: 3rem; }

.area-video {
  position: relative;
  min-height: 100vh; }
  .area-video.loading .video-background {
    opacity: 0; }
  @media (max-width: 991px) {
    .area-video .thumb {
      background: #1e4141;
      height: 100vh;
      width: 100%;
      display: block;
      z-index: -1;
      position: relative; } }
  .area-video.loading .thumb {
    background-image: url("../media/image/referral-program/video-youtube-thumb.jpg");
    width: 100%;
    height: 100vh; }
  .area-video .video-background {
    position: absolute;
    top: 50%;
    left: 0;
    padding-top: 56.25%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 2s opacity ease;
    transition: 2s opacity ease;
    opacity: 1;
    z-index: -2; }
    .area-video .video-background iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
  .area-video .btn-play {
    border: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .area-video .btn-play img {
      opacity: 0.8;
      -webkit-transition: 1s opacity ease;
      transition: 1s opacity ease; }
    .area-video .btn-play:hover img {
      opacity: 1; }

.area-banner .bg-img,
.banner .bg-img {
  width: 100%;
  max-width: 100%; }

.banner-fill {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem; }
  .banner-fill .bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1; }

@media (min-width: 768px) {
  .banner-top .banner {
    height: 100%; } }
@media (max-width: 767px) {
  .banner-top .banner {
    height: 100%; } }
.banner-top .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.banner-top .swiper-fill.item-1 {
  bottom: 0;
  width: 100%;
  min-height: 100vh; }
@media (min-width: 768px) {
  .banner-top .swiper-wrapper {
    height: 969px; } }
@media (max-width: 767px) {
  .banner-top .swiper-wrapper {
    height: 100vh; } }
.banner-top .swiper-wrapper .swiper-slide {
  height: 100%; }
.banner-top .caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  z-index: 2;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .banner-top .caption {
      bottom: 110px; } }
  @media (max-width: 767px) {
    .banner-top .caption {
      bottom: 80px; } }
  .banner-top .caption h2.heading {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .banner-top .caption h2.heading {
        max-width: 315px;
        margin: 0 auto;
        line-height: 45px;
        letter-spacing: 2px; } }
  .banner-top .caption * {
    color: #fff5dc; }
.banner-top .logo {
  z-index: 2; }
  .banner-top .logo image {
    max-width: 200px; }
  @media (min-width: 768px) {
    .banner-top .logo {
      top: 65px; } }
  @media (max-width: 991px) {
    .banner-top .logo {
      top: 68px; }
      .banner-top .logo img {
        width: 198px; } }
.banner-top .swiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #1e4141 11.87%, rgba(217, 217, 217, 0) 74.64%);
  mix-blend-mode: multiply;
  z-index: 2;
  width: 100%;
  height: 75%; }
.banner-top .swiper .caption-info {
  position: absolute;
  overflow: auto;
  flex-direction: column;
  z-index: 2; }
  @media (min-width: 768px) {
    .banner-top .swiper .caption-info {
      display: flex;
      height: 200px;
      left: 4rem;
      bottom: 2rem;
      padding: 2rem;
      width: 28%; } }
  @media (max-width: 767px) {
    .banner-top .swiper .caption-info {
      display: none;
      left: 2.25rem;
      bottom: unset;
      height: 45%;
      top: 50%;
      transform: translateY(-50%);
      width: 80%;
      padding: 2%; } }
.banner-top .swiper .swiper-button-disabled {
  opacity: 0.5 !important; }
.banner-top .swiper .swiper-button-next,
.banner-top .swiper .swiper-button-prev {
  top: 90%; }
  .banner-top .swiper .swiper-button-next.swiper-button-disabled,
  .banner-top .swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1; }
  .banner-top .swiper .swiper-button-next::after,
  .banner-top .swiper .swiper-button-prev::after {
    content: "";
    position: absolute;
    background-size: contain !important; }
    @media (min-width: 992px) {
      .banner-top .swiper .swiper-button-next::after,
      .banner-top .swiper .swiper-button-prev::after {
        width: 40px;
        height: 40px; } }
    @media (max-width: 991px) {
      .banner-top .swiper .swiper-button-next::after,
      .banner-top .swiper .swiper-button-prev::after {
        width: 35px;
        height: 35px; } }
.banner-top .swiper .swiper-button-prev {
  left: auto;
  right: 5rem; }
.banner-top .swiper .swiper-button-next {
  right: 2rem; }
.banner-top .swiper-button-next,
.banner-top .swiper-button-prev {
  display: none !important; }
.banner-top .swiper-pagination {
  display: flex !important;
  left: 50%;
  transform: translateX(-50%);
  width: auto; }
  @media (min-width: 768px) {
    .banner-top .swiper-pagination .swiper-pagination-bullet {
      margin: 29px 22px; } }
  @media (max-width: 767px) {
    .banner-top .swiper-pagination {
      bottom: 10px; }
      .banner-top .swiper-pagination .swiper-pagination-bullet {
        margin: 1.5rem 1rem; } }
.banner-top .go-down {
  z-index: 2;
  cursor: pointer;
  text-align: center; }
  .banner-top .go-down * {
    color: #fff; }

.home-page {
  position: relative; }
  .home-page .wrap-box-filter {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000; }
    .home-page .wrap-box-filter .filter-panel {
      position: relative;
      width: 270px;
      background: rgba(255, 243, 220, 0.7);
      backdrop-filter: blur(5px);
      clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
      overflow: hidden; }
      .home-page .wrap-box-filter .filter-panel .space-top {
        height: 30px;
        margin: 0 8px;
        border-bottom: 0 solid rgba(44, 77, 63, 0.8); }
      .home-page .wrap-box-filter .filter-panel .corner {
        position: absolute;
        width: 10px;
        height: 10px; }
      .home-page .wrap-box-filter .filter-panel .top-left {
        top: 4px;
        left: 4px;
        border-left: 1px solid rgba(44, 77, 63, 0.8);
        transform: rotate(225deg);
        mix-blend-mode: hard-light; }
      .home-page .wrap-box-filter .filter-panel .top-right {
        top: 4px;
        right: 4px;
        border-right: 1px solid rgba(44, 77, 63, 0.8);
        transform: rotate(-225deg); }
      .home-page .wrap-box-filter .filter-panel .bottom-left {
        bottom: 4px;
        left: 4px;
        border-left: 1px solid rgba(44, 77, 63, 0.8);
        transform: rotate(-225deg); }
      .home-page .wrap-box-filter .filter-panel .bottom-right {
        bottom: 4px;
        right: 4px;
        border-right: 1px solid rgba(44, 77, 63, 0.8);
        transform: rotate(225deg); }
      .home-page .wrap-box-filter .filter-panel::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 8px;
        right: 8px;
        bottom: 8px;
        left: 8px;
        clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
        border: 1px solid rgba(44, 77, 63, 0.8); }
      .home-page .wrap-box-filter .filter-panel .nav-tabs {
        border-bottom: 1px solid rgba(44, 77, 63, 0.8);
        margin: 0 8px -1px; }
        .home-page .wrap-box-filter .filter-panel .nav-tabs .nav-item {
          padding: 0;
          width: 50%; }
          .home-page .wrap-box-filter .filter-panel .nav-tabs .nav-item:not(:last-child) {
            margin-right: 0; }
        .home-page .wrap-box-filter .filter-panel .nav-tabs .nav-link {
          border: none;
          border-radius: 0;
          color: #425e41;
          font-size: 18px;
          padding: 0.5rem;
          font-weight: 600;
          margin-bottom: 0;
          text-transform: unset;
          font-family: "SVN-MillerBanner", serif;
          width: 100%;
          opacity: 1; }
          .home-page .wrap-box-filter .filter-panel .nav-tabs .nav-link.active {
            background-color: #425e41;
            color: #edcf99;
            width: 100%;
            height: 100%; }
        .home-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav {
          border-top: 1px solid #425e41;
          border-left: none;
          border-right: none;
          border-bottom: none;
          margin: 0;
          overflow: hidden;
          padding: 1rem; }
          .home-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav .nav-item {
            width: auto;
            display: flex;
            justify-content: center;
            margin: 0 15px; }
            .home-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav .nav-item .nav-link {
              color: #425e41;
              font-weight: 600;
              font-size: 0.85rem;
              padding: 0;
              border: none;
              font-family: "SanFranciscoText", serif; }
              .home-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav .nav-item .nav-link.active {
                border-bottom: 2px #425e41 solid;
                background: unset;
                padding: 0.5rem 0; }
          .home-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav + .tab-content {
            margin: 0; }
      .home-page .wrap-box-filter .filter-panel .utility-list {
        list-style: none;
        padding: 0;
        margin: 0; }
        .home-page .wrap-box-filter .filter-panel .utility-list li {
          padding: 0 10px;
          font-size: 14px;
          font-weight: 200;
          color: #425e41;
          border-top: 1px solid rgba(44, 77, 63, 0.8); }
          .home-page .wrap-box-filter .filter-panel .utility-list li:last-child {
            border-bottom: 1px solid rgba(44, 77, 63, 0.8); }
          .home-page .wrap-box-filter .filter-panel .utility-list li:hover {
            background: #425e41;
            color: #edcf99; }
      .home-page .wrap-box-filter .filter-panel .toggle-button {
        margin: 0 8px 8px 8px;
        padding: 3px;
        font-size: 20px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        border-top: 1px solid rgba(44, 77, 63, 0.8); }
        .home-page .wrap-box-filter .filter-panel .toggle-button .icon {
          display: inline-block;
          transition: transform 0.3s ease; }
        .home-page .wrap-box-filter .filter-panel .toggle-button.expanded .icon, .home-page .wrap-box-filter .filter-panel .toggle-button.open .icon {
          transform: rotate(180deg);
          height: 25px;
          margin-bottom: 2px; }
        .home-page .wrap-box-filter .filter-panel .toggle-button.open {
          border-top: 1px solid rgba(44, 77, 63, 0.8); }
        .home-page .wrap-box-filter .filter-panel .toggle-button:hover {
          color: #edcf99;
          mix-blend-mode: multiply; }
          .home-page .wrap-box-filter .filter-panel .toggle-button:hover .toggle-bottom-left {
            position: absolute;
            bottom: -4px;
            left: -4px;
            border-left: 1px solid rgba(44, 77, 63, 0.8);
            transform: rotate(135deg);
            z-index: 22;
            width: 10px;
            height: 10px;
            background: rgba(255, 243, 220, 0.7);
            backdrop-filter: blur(5px);
            mix-blend-mode: hard-light; }
          .home-page .wrap-box-filter .filter-panel .toggle-button:hover .toggle-bottom-right {
            position: absolute;
            bottom: -2px;
            right: -18px;
            border-right: 1px solid rgba(90, 92, 91, 0.8);
            transform: rotate(135deg);
            z-index: 22;
            width: 32px;
            height: 10px;
            background: rgba(255, 243, 220, 0.7);
            backdrop-filter: blur(5px);
            mix-blend-mode: hard-light; }
          .home-page .wrap-box-filter .filter-panel .toggle-button:hover::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #425e41;
            color: #edcf99;
            z-index: -1; }
      .home-page .wrap-box-filter .filter-panel .content {
        padding: 0;
        font-size: 14px; }
        .home-page .wrap-box-filter .filter-panel .content .wrap-content {
          max-height: 0;
          opacity: 0;
          transform: translateY(-10px);
          overflow: hidden;
          transition: all 0.5s ease;
          visibility: hidden; }
          .home-page .wrap-box-filter .filter-panel .content .wrap-content.show {
            max-height: 500px;
            opacity: 1;
            transform: translateY(0);
            visibility: visible; }
      .home-page .wrap-box-filter .filter-panel .section-title {
        font-weight: bold;
        padding: 0.75rem 0;
        margin: 0 8px;
        background-color: #425e41;
        color: #edcf99; }
      .home-page .wrap-box-filter .filter-panel .item div {
        margin: 0 8px;
        padding: 5px 10px;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        font-family: "SVN-MillerBanner", serif;
        border-top: 1px solid rgba(44, 77, 63, 0.8); }
        .home-page .wrap-box-filter .filter-panel .item div:last-child {
          border-bottom: 0 solid rgba(44, 77, 63, 0.8); }
        .home-page .wrap-box-filter .filter-panel .item div:hover, .home-page .wrap-box-filter .filter-panel .item div.active {
          background: #425e41;
          color: #edcf99; }
  .home-page .info-box {
    right: 185px;
    z-index: 11; }
    .home-page .info-box.right-pos {
      right: 15px; }
    @media (max-width: 767px) {
      .home-page .info-box {
        z-index: 1020; }
        .home-page .info-box .toggle-btn.active {
          left: 0 !important;
          position: fixed; }
        .home-page .info-box .info-section .wrap-box {
          right: -175px;
          left: unset !important; }
          .home-page .info-box .info-section .wrap-box::after {
            content: "";
            position: absolute;
            top: -100%;
            left: -50%;
            width: 200%;
            height: 300%;
            background: rgba(0, 0, 0, 0.5);
            z-index: -1; }
          .home-page .info-box .info-section .wrap-box .filter-panel {
            max-height: 80vh !important; }
            .home-page .info-box .info-section .wrap-box .filter-panel .over-flow {
              max-height: 70vh;
              overflow: auto;
              margin-bottom: 30px; }
            .home-page .info-box .info-section .wrap-box .filter-panel .over-flow {
              max-height: 70vh;
              overflow: auto;
              margin-bottom: 30px; } }
    .home-page .info-box.active .toggle-btn.active {
      left: calc(100% - 23px);
      width: 40px; }
    .home-page .info-box .toggle-btn {
      width: max-content;
      left: unset;
      right: -18px;
      top: unset;
      bottom: 13px;
      z-index: 11;
      background: transparent;
      color: #fff; }
      .home-page .info-box .toggle-btn:hover {
        color: white; }
      .home-page .info-box .toggle-btn .sort {
        padding-right: 1rem;
        font-size: 12px; }
        @media (max-width: 767px) {
          .home-page .info-box .toggle-btn .sort {
            padding-right: 0.5rem;
            width: 150px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; } }
      .home-page .info-box .toggle-btn .view-more {
        display: flex;
        align-items: center;
        justify-content: center; }
        .home-page .info-box .toggle-btn .view-more .fa-times {
          color: #425e41; }
        .home-page .info-box .toggle-btn .view-more .txt {
          font-size: 12px;
          font-weight: bold; }
      .home-page .info-box .toggle-btn.active {
        left: -41px;
        top: unset;
        width: 40px;
        background: rgba(255, 243, 220, 0.85);
        backdrop-filter: blur(5px);
        clip-path: polygon(5px 0%, calc(100% - 5px) 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0% calc(100% - 5px), 0% 5px); }
        .home-page .info-box .toggle-btn.active .sort {
          padding-right: 0;
          width: 0;
          visibility: hidden; }
        .home-page .info-box .toggle-btn.active .txt {
          width: 0;
          visibility: hidden; }
    .home-page .info-box .info-section {
      transform: translateX(100%);
      transition: transform 0.7s cubic-bezier(0.3, 0, 0, 1);
      width: 0;
      visibility: hidden; }
      .home-page .info-box .info-section.active {
        transform: translateX(0);
        width: 500px;
        visibility: visible; }
      .home-page .info-box .info-section .wrap-box {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 9999; }
        .home-page .info-box .info-section .wrap-box .filter-panel {
          position: relative;
          min-height: 300px;
          max-height: 500px;
          overflow: auto;
          background: rgba(255, 243, 220, 0.85);
          backdrop-filter: blur(5px);
          clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
          overflow: hidden; }
          .home-page .info-box .info-section .wrap-box .filter-panel .space-top {
            height: 30px;
            margin: 0 8px;
            border-bottom: 1px solid rgba(44, 77, 63, 0.8); }
          .home-page .info-box .info-section .wrap-box .filter-panel .corner {
            position: absolute;
            width: 10px;
            height: 10px; }
          .home-page .info-box .info-section .wrap-box .filter-panel .top-left {
            top: 4px;
            left: 4px;
            border-left: 1px solid rgba(44, 77, 63, 0.8);
            transform: rotate(225deg);
            mix-blend-mode: hard-light; }
          .home-page .info-box .info-section .wrap-box .filter-panel .top-right {
            top: 4px;
            right: 4px;
            border-right: 1px solid rgba(44, 77, 63, 0.8);
            transform: rotate(-225deg); }
          .home-page .info-box .info-section .wrap-box .filter-panel .bottom-left {
            bottom: 4px;
            left: 4px;
            border-left: 1px solid rgba(44, 77, 63, 0.8);
            transform: rotate(-225deg); }
          .home-page .info-box .info-section .wrap-box .filter-panel .bottom-right {
            bottom: 4px;
            right: 4px;
            border-right: 1px solid rgba(44, 77, 63, 0.8);
            transform: rotate(225deg); }
          @media (min-width: 768px) {
            .home-page .info-box .info-section .wrap-box .filter-panel {
              width: 685px; } }
          @media (max-width: 767px) {
            .home-page .info-box .info-section .wrap-box .filter-panel {
              width: calc(100vw - 50px); } }
          .home-page .info-box .info-section .wrap-box .filter-panel::before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 8px;
            right: 8px;
            bottom: 8px;
            left: 8px;
            clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
            border: 1px solid rgba(44, 77, 63, 0.8); }
          .home-page .info-box .info-section .wrap-box .filter-panel .toggle-button {
            margin: 0 0 8px 0;
            padding: 0;
            font-size: 20px;
            overflow: hidden;
            cursor: pointer;
            position: relative; }
            .home-page .info-box .info-section .wrap-box .filter-panel .toggle-button .icon {
              display: inline-block;
              transition: transform 0.3s ease; }
            .home-page .info-box .info-section .wrap-box .filter-panel .toggle-button.expanded .icon, .home-page .info-box .info-section .wrap-box .filter-panel .toggle-button.open .icon {
              transform: rotate(180deg);
              height: 25px;
              margin-bottom: 2px; }
            .home-page .info-box .info-section .wrap-box .filter-panel .toggle-button.open {
              border-top: 1px solid rgba(44, 77, 63, 0.8); }
            .home-page .info-box .info-section .wrap-box .filter-panel .toggle-button:hover {
              color: #edcf99;
              mix-blend-mode: multiply; }
              .home-page .info-box .info-section .wrap-box .filter-panel .toggle-button:hover .toggle-bottom-left {
                position: absolute;
                bottom: -4px;
                left: -4px;
                border-left: 1px solid rgba(44, 77, 63, 0.8);
                transform: rotate(135deg);
                z-index: 22;
                width: 10px;
                height: 10px;
                background: rgba(255, 243, 220, 0.7);
                backdrop-filter: blur(5px);
                mix-blend-mode: hard-light; }
              .home-page .info-box .info-section .wrap-box .filter-panel .toggle-button:hover .toggle-bottom-right {
                position: absolute;
                bottom: -2px;
                right: -18px;
                border-right: 1px solid rgba(90, 92, 91, 0.8);
                transform: rotate(135deg);
                z-index: 22;
                width: 32px;
                height: 10px;
                background: rgba(255, 243, 220, 0.7);
                backdrop-filter: blur(5px);
                mix-blend-mode: hard-light; }
              .home-page .info-box .info-section .wrap-box .filter-panel .toggle-button:hover::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: #425e41;
                color: #edcf99;
                z-index: -1; }
          .home-page .info-box .info-section .wrap-box .filter-panel .section-title {
            font-weight: bold;
            color: #425e41;
            padding: 0.75rem 0;
            font-size: 18px; }
          .home-page .info-box .info-section .wrap-box .filter-panel .reset-btn {
            border-top: 1px solid #425e41;
            border-bottom: 1px solid #425e41;
            text-align: center;
            padding: 0.5rem;
            cursor: pointer;
            font-family: "SVN-MillerBanner", serif;
            font-weight: 600;
            color: #425e41;
            font-size: 16px; }
            .home-page .info-box .info-section .wrap-box .filter-panel .reset-btn:hover {
              background: #425e41;
              color: #edcf99; }
  .home-page .action-group {
    z-index: 10;
    right: 0; }
    .home-page .action-group .toggle-btn {
      left: -20px;
      top: calc(50% - 20px);
      z-index: 10;
      width: 40px;
      background-color: #fff;
      color: #425e41; }
      .home-page .action-group .toggle-btn.active {
        left: calc(100% - 40px); }
  .home-page .action-group,
  .home-page .info-box {
    position: fixed;
    bottom: 0; }
    .home-page .action-group .toggle-btn,
    .home-page .info-box .toggle-btn {
      position: absolute;
      height: 40px;
      border-radius: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      cursor: pointer;
      transition: all 0.5s ease-in-out; }
      .home-page .action-group .toggle-btn .toggle-icon,
      .home-page .info-box .toggle-btn .toggle-icon {
        font-size: 20px;
        transition: transform 0.3s ease-in-out; }
    .home-page .action-group .toggle-btn.active .toggle-icon i,
    .home-page .info-box .toggle-btn.active .toggle-icon i {
      transform: rotate(180deg); }
    .home-page .action-group .ploorplans,
    .home-page .info-box .ploorplans {
      transform: translateX(100%);
      transition: transform 0.7s cubic-bezier(0.3, 0, 0, 1); }
      .home-page .action-group .ploorplans.active,
      .home-page .info-box .ploorplans.active {
        transform: translateX(0); }
      .home-page .action-group .ploorplans.small,
      .home-page .info-box .ploorplans.small {
        width: 185px;
        height: 300px; }
      .home-page .action-group .ploorplans .svg-floor-section,
      .home-page .action-group .ploorplans svg,
      .home-page .info-box .ploorplans .svg-floor-section,
      .home-page .info-box .ploorplans svg {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 11;
        width: 100%;
        height: 100%; }
        .home-page .action-group .ploorplans .svg-floor-section .link-to,
        .home-page .action-group .ploorplans svg .link-to,
        .home-page .info-box .ploorplans .svg-floor-section .link-to,
        .home-page .info-box .ploorplans svg .link-to {
          cursor: pointer; }
          .home-page .action-group .ploorplans .svg-floor-section .link-to path,
          .home-page .action-group .ploorplans svg .link-to path,
          .home-page .info-box .ploorplans .svg-floor-section .link-to path,
          .home-page .info-box .ploorplans svg .link-to path {
            opacity: 0.8; }
          .home-page .action-group .ploorplans .svg-floor-section .link-to line,
          .home-page .action-group .ploorplans svg .link-to line,
          .home-page .info-box .ploorplans .svg-floor-section .link-to line,
          .home-page .info-box .ploorplans svg .link-to line {
            stroke-width: 3px; }
          .home-page .action-group .ploorplans .svg-floor-section .link-to:hover path, .home-page .action-group .ploorplans .svg-floor-section .link-to.active path,
          .home-page .action-group .ploorplans svg .link-to:hover path,
          .home-page .action-group .ploorplans svg .link-to.active path,
          .home-page .info-box .ploorplans .svg-floor-section .link-to:hover path,
          .home-page .info-box .ploorplans .svg-floor-section .link-to.active path,
          .home-page .info-box .ploorplans svg .link-to:hover path,
          .home-page .info-box .ploorplans svg .link-to.active path {
            opacity: 1; }
          .home-page .action-group .ploorplans .svg-floor-section .link-to:hover circle, .home-page .action-group .ploorplans .svg-floor-section .link-to.active circle,
          .home-page .action-group .ploorplans svg .link-to:hover circle,
          .home-page .action-group .ploorplans svg .link-to.active circle,
          .home-page .info-box .ploorplans .svg-floor-section .link-to:hover circle,
          .home-page .info-box .ploorplans .svg-floor-section .link-to.active circle,
          .home-page .info-box .ploorplans svg .link-to:hover circle,
          .home-page .info-box .ploorplans svg .link-to.active circle {
            fill: #fff; }
          .home-page .action-group .ploorplans .svg-floor-section .link-to:hover text, .home-page .action-group .ploorplans .svg-floor-section .link-to.active text,
          .home-page .action-group .ploorplans svg .link-to:hover text,
          .home-page .action-group .ploorplans svg .link-to.active text,
          .home-page .info-box .ploorplans .svg-floor-section .link-to:hover text,
          .home-page .info-box .ploorplans .svg-floor-section .link-to.active text,
          .home-page .info-box .ploorplans svg .link-to:hover text,
          .home-page .info-box .ploorplans svg .link-to.active text {
            fill: #425e41; }
          .home-page .action-group .ploorplans .svg-floor-section .link-to:hover .hoverShow, .home-page .action-group .ploorplans .svg-floor-section .link-to.active .hoverShow,
          .home-page .action-group .ploorplans svg .link-to:hover .hoverShow,
          .home-page .action-group .ploorplans svg .link-to.active .hoverShow,
          .home-page .info-box .ploorplans .svg-floor-section .link-to:hover .hoverShow,
          .home-page .info-box .ploorplans .svg-floor-section .link-to.active .hoverShow,
          .home-page .info-box .ploorplans svg .link-to:hover .hoverShow,
          .home-page .info-box .ploorplans svg .link-to.active .hoverShow {
            display: block; }
          .home-page .action-group .ploorplans .svg-floor-section .link-to .hoverShow,
          .home-page .action-group .ploorplans svg .link-to .hoverShow,
          .home-page .info-box .ploorplans .svg-floor-section .link-to .hoverShow,
          .home-page .info-box .ploorplans svg .link-to .hoverShow {
            display: none;
            transition: 3s ease-in-out; }
      .home-page .action-group .ploorplans .thumb,
      .home-page .info-box .ploorplans .thumb {
        width: 100%;
        height: 100%; }
  .home-page .area-pr-info {
    background: linear-gradient(180deg, #faf0cc -4.39%, rgba(250, 240, 204, 0) 44.07%); }
    @media (min-width: 992px) {
      .home-page .area-pr-info .heading {
        margin-top: 100px !important;
        margin-bottom: 75px !important;
        padding-bottom: 50px; } }
    @media (max-width: 991px) {
      .home-page .area-pr-info .heading {
        margin-top: 60px !important;
        margin-bottom: 25px !important; } }
    .home-page .area-pr-info .line li {
      position: relative; }
      .home-page .area-pr-info .line li:not(:first-child)::after {
        content: "";
        position: absolute;
        left: 50%;
        top: -14px;
        transform: translateX(-50%);
        width: 58px;
        height: 1px;
        background: #a5d7af; }
        @media (max-width: 991px) {
          .home-page .area-pr-info .line li:not(:first-child)::after {
            top: -17px; } }
    .home-page .area-pr-info .sort-info {
      padding-bottom: 30px; }
      .home-page .area-pr-info .sort-info h3 {
        text-align: center; }
        .home-page .area-pr-info .sort-info h3.small {
          font-size: 16px;
          line-height: 25.6px;
          margin-bottom: 0;
          color: #1e4141;
          font-family: "SanFranciscoText", serif; }
      .home-page .area-pr-info .sort-info .icon {
        margin-bottom: 30px;
        height: 38px; }
      .home-page .area-pr-info .sort-info ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        text-transform: uppercase;
        margin-top: 13px;
        font-family: "SVN-MillerBanner", serif;
        font-size: 28.78px;
        line-height: 38.4px; }
        @media (max-width: 991px) {
          .home-page .area-pr-info .sort-info ul:not(:last-child) {
            margin-bottom: 1.5rem; }
          .home-page .area-pr-info .sort-info ul li {
            text-transform: capitalize; } }
        .home-page .area-pr-info .sort-info ul li {
          position: relative;
          font-weight: 500; }
      @media (max-width: 991px) {
        .home-page .area-pr-info .sort-info .action {
          margin-top: 160px;
          margin-bottom: 30px; } }
    .home-page .area-pr-info .highlight-slide-wrapper {
      position: relative; }
      .home-page .area-pr-info .highlight-slide-wrapper .swiper-wrapper {
        justify-content: space-between; }
      .home-page .area-pr-info .highlight-slide-wrapper .swiper-slide {
        text-align: center;
        justify-content: start; }
        @media (min-width: 1200px) {
          .home-page .area-pr-info .highlight-slide-wrapper .swiper-slide .wrap-box ul {
            padding: 0 25px; }
          .home-page .area-pr-info .highlight-slide-wrapper .swiper-slide:nth-child(2) .wrap-box ul {
            width: 424px; } }
  @media (min-width: 1200px) and (min-width: 768px) {
    .home-page .area-pr-info .highlight-slide-wrapper .swiper-slide:nth-child(2) .wrap-box ul li:not(:last-child) {
      margin-bottom: 27px; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .home-page .area-pr-info .highlight-slide-wrapper .swiper-slide:nth-child(2) .wrap-box ul li:not(:last-child) {
      margin-bottom: 1rem; } }
        @media (min-width: 1200px) {
          .home-page .area-pr-info .highlight-slide-wrapper .swiper-slide:nth-child(4) .wrap-box ul {
            width: 488px; }
          .home-page .area-pr-info .highlight-slide-wrapper .swiper-slide:nth-child(5) .wrap-box ul {
            width: 199px; } }
        .home-page .area-pr-info .highlight-slide-wrapper .swiper-slide:not(:first-child) {
          position: relative; }
          .home-page .area-pr-info .highlight-slide-wrapper .swiper-slide:not(:first-child)::before {
            content: "";
            position: absolute;
            z-index: 999;
            background: #6ac8c6;
            border-radius: 100%;
            width: 0.625rem;
            height: 0.625rem;
            top: 4.85rem;
            left: -49px; }
        .home-page .area-pr-info .highlight-slide-wrapper .swiper-slide .wrap-content {
          overflow: unset; }
      @media (max-width: 991px) {
        .home-page .area-pr-info .highlight-slide-wrapper .slide-mobile {
          margin-bottom: 40px;
          padding-top: 50px; }
          .home-page .area-pr-info .highlight-slide-wrapper .slide-mobile:not(:first-child) {
            position: relative; }
            .home-page .area-pr-info .highlight-slide-wrapper .slide-mobile:not(:first-child)::before {
              content: "";
              position: absolute;
              z-index: 999;
              background: #6ac8c6;
              border-radius: 100%;
              width: 0.625rem;
              height: 0.625rem;
              top: 0;
              left: 50%;
              transform: translateX(-50%); }
          .home-page .area-pr-info .highlight-slide-wrapper .slide-mobile.line ul > li {
            margin-bottom: 30px; }
          .home-page .area-pr-info .highlight-slide-wrapper .slide-mobile .wrap-box .icon {
            text-align: center; } }
      .home-page .area-pr-info .highlight-slide-wrapper .swiper-button-next,
      .home-page .area-pr-info .highlight-slide-wrapper .swiper-button-prev {
        color: #000;
        top: 35%; }
        .home-page .area-pr-info .highlight-slide-wrapper .swiper-button-next.swiper-button-disabled,
        .home-page .area-pr-info .highlight-slide-wrapper .swiper-button-prev.swiper-button-disabled {
          opacity: 0; }
      .home-page .area-pr-info .highlight-slide-wrapper .swiper-button-next {
        right: -3.5rem; }
        .home-page .area-pr-info .highlight-slide-wrapper .swiper-button-next::after {
          content: "";
          background: url(../images/next.png) no-repeat;
          background-size: contain;
          width: 100%;
          height: 100%; }
      .home-page .area-pr-info .highlight-slide-wrapper .swiper-button-prev {
        left: -3.5rem; }
        .home-page .area-pr-info .highlight-slide-wrapper .swiper-button-prev::after {
          content: "";
          background: url(../images/pre.png) no-repeat;
          background-size: contain;
          width: 100%;
          height: 100%; }
    .home-page .area-pr-info .btn-schedule {
      padding-left: 2rem;
      padding-right: 2rem; }
      .home-page .area-pr-info .btn-schedule .icon {
        position: relative; }
        @media (max-width: 991px) {
          .home-page .area-pr-info .btn-schedule .icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -50px; } }
        .home-page .area-pr-info .btn-schedule .icon::after {
          content: "";
          position: absolute;
          z-index: 999;
          left: 35px;
          bottom: 0;
          background: url(../images/pattern-bg.png) no-repeat;
          background-size: cover;
          width: 161px;
          height: 165px; }
          @media (max-width: 991px) {
            .home-page .area-pr-info .btn-schedule .icon::after {
              left: -23px; } }
    .home-page .area-pr-info span.or {
      margin-right: 60px !important;
      margin-left: 60px !important;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .home-page .area-pr-info span.or {
          margin-top: 10px;
          margin-bottom: 10px; } }
  .home-page .area-introduction {
    background: #d3eada;
    background: -moz-linear-gradient(180deg, #d3eada 0%, rgba(250, 241, 209, 0.2441351541) 25%, rgba(250, 241, 209, 0.0760679272) 60%, rgba(250, 241, 209, 0) 100%);
    background: -webkit-linear-gradient(180deg, #d3eada 0%, rgba(250, 241, 209, 0.2441351541) 25%, rgba(250, 241, 209, 0.0760679272) 60%, rgba(250, 241, 209, 0) 100%);
    background: linear-gradient(180deg, #d3eada 0%, rgba(250, 241, 209, 0.2441351541) 25%, rgba(250, 241, 209, 0.0760679272) 60%, rgba(250, 241, 209, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3eada", endColorstr="#faf1d1", GradientType=1);
    position: relative; }
    .home-page .area-introduction::before {
      content: "";
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      background: url(../images/line-devide-transparent.png) no-repeat;
      background-size: cover;
      width: 1920px;
      height: 44px; }
    @media (min-width: 992px) {
      .home-page .area-introduction .sort-des {
        padding-top: 45px; }
        .home-page .area-introduction .sort-des p {
          width: 793px;
          margin: auto;
          letter-spacing: 1px;
          padding: 0; } }
    @media (min-width: 992px) {
      .home-page .area-introduction .pictures {
        max-width: 1436px;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 174px;
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px; }
        .home-page .area-introduction .pictures .thumb1 {
          max-width: 392px;
          max-height: 310px;
          margin-left: auto;
          padding-bottom: 5px; }
        .home-page .area-introduction .pictures .thumb2 {
          max-width: 472px;
          max-height: 342px;
          margin-left: auto;
          padding-top: 5px; }
        .home-page .area-introduction .pictures .thumb3 {
          max-width: 472px;
          max-height: 652px; }
        .home-page .area-introduction .pictures .thumb4 {
          max-width: 472px;
          max-height: 340px;
          margin-right: auto;
          padding-bottom: 5px; }
        .home-page .area-introduction .pictures .thumb5 {
          max-width: 311px;
          max-height: 311px;
          margin-right: auto;
          padding-top: 5px; } }
    .home-page .area-introduction .pictures .wrap-row {
      margin-left: -5px;
      margin-right: -5px; }
    .home-page .area-introduction .pictures .wrap-item {
      padding-left: 5px;
      padding-right: 5px; }
    .home-page .area-introduction .pictures .thumb {
      overflow: hidden;
      height: 100%; }
      .home-page .area-introduction .pictures .thumb img {
        object-fit: cover;
        height: 100%;
        width: 100%; }
    @media (max-width: 991px) {
      .home-page .area-introduction .pictures {
        margin-top: 50px;
        margin-bottom: 80px;
        padding-left: 30px;
        padding-right: 30px; }
        .home-page .area-introduction .pictures .thumb {
          position: relative;
          width: 100%;
          min-height: 100%; }
          .home-page .area-introduction .pictures .thumb img {
            position: absolute;
            top: 0;
            left: 0; }
        .home-page .area-introduction .pictures .thumb1 {
          padding-top: 106.12%; }
        .home-page .area-introduction .pictures .thumb2 {
          padding-top: 57.28%; }
        .home-page .area-introduction .pictures .thumb3 {
          padding-top: 138.22%; }
        .home-page .area-introduction .pictures .thumb4 {
          padding-top: calc(97.12% - 2.5px);
          margin-bottom: 5px; }
        .home-page .area-introduction .pictures .thumb5 {
          padding-top: calc(88.49% - 2.5px); }
        .home-page .area-introduction .pictures .wrap-row-inner {
          margin-left: 0;
          margin-right: 0; }
          .home-page .area-introduction .pictures .wrap-row-inner .col-12 {
            padding-left: 0;
            padding-right: 0; }
          .home-page .area-introduction .pictures .wrap-row-inner .col1 {
            width: 34.93%;
            padding-right: 2.5px;
            padding-bottom: 2.5px; }
          .home-page .area-introduction .pictures .wrap-row-inner .col2 {
            padding-left: 2.5px;
            width: calc(100% - 34.93%);
            padding-bottom: 2.5px; }
        .home-page .area-introduction .pictures .col3 {
          padding-right: 2.5px;
          width: 57%;
          padding-top: 2.5px; }
        .home-page .area-introduction .pictures .col4 {
          padding-left: 2.5px;
          width: calc(100% - 57%);
          padding-top: 2.5px; }
        .home-page .area-introduction .pictures .col5 {
          padding-right: 2.5px; }
        .home-page .area-introduction .pictures .col6 {
          padding-right: 2.5px; } }
    @media (max-width: 991px) {
      .home-page .area-introduction .heading .item {
        max-width: 290px;
        line-height: 26px;
        margin: 33px auto; } }
    @media (min-width: 992px) {
      .home-page .area-introduction .typo-heading {
        display: block;
        margin-top: 20px;
        text-transform: none; } }
    @media (max-width: 991px) {
      .home-page .area-introduction .typo-heading {
        margin-left: 15px; }
      .home-page .area-introduction .des-mobile {
        padding-left: 10px !important;
        padding-right: 10px !important; } }
  .home-page .masterplan {
    background: linear-gradient(180deg, #ebe0f9 0%, rgba(250, 241, 209, 0) 92.13%);
    position: relative; }
    .home-page .masterplan::before {
      content: "";
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      background: url(../images/line-devide-transparent.png) no-repeat;
      background-size: cover;
      width: 1920px;
      height: 44px; }
    @media (min-width: 768px) {
      .home-page .masterplan .sort-des {
        margin-bottom: 65px; }
        .home-page .masterplan .sort-des p {
          width: 542px;
          margin: auto;
          letter-spacing: 1px; } }
    @media (min-width: 1200px) {
      .home-page .masterplan h2.heading {
        line-height: 100px;
        margin-top: -10px !important;
        margin-bottom: 30px !important; } }
    @media (min-width: 1400px) {
      .home-page .masterplan .container {
        max-width: 1759px; } }
    .home-page .masterplan .banner {
      padding-left: 30px;
      padding-right: 30px;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .home-page .masterplan .banner {
          padding-left: 80px;
          padding-right: 80px;
          margin-bottom: 80px; } }
      @media (max-width: 991px) {
        .home-page .masterplan .banner {
          height: 528px; }
          .home-page .masterplan .banner .inner {
            width: 100%;
            height: 100%;
            overflow-x: scroll; }
          .home-page .masterplan .banner img {
            height: 100%;
            width: auto;
            max-width: unset; } }
  .home-page .area-home-designs {
    background: #d3eada;
    background: -moz-linear-gradient(180deg, #d3eada 0%, rgba(250, 241, 209, 0.2441351541) 48%, rgba(250, 241, 209, 0.0956757703) 100%);
    background: -webkit-linear-gradient(180deg, #d3eada 0%, rgba(250, 241, 209, 0.2441351541) 48%, rgba(250, 241, 209, 0.0956757703) 100%);
    background: linear-gradient(180deg, #d3eada 0%, rgba(250, 241, 209, 0.2441351541) 48%, rgba(250, 241, 209, 0.0956757703) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3eada", endColorstr="#faf1d1", GradientType=1);
    position: relative; }
    .home-page .area-home-designs::before {
      content: "";
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      background: url(../images/line-devide-transparent.png) no-repeat;
      background-size: cover;
      width: 1920px;
      height: 44px; }
    @media (min-width: 768px) {
      .home-page .area-home-designs .sort-des {
        -webkit-line-clamp: unset;
        margin-bottom: 95px !important; }
        .home-page .area-home-designs .sort-des p {
          width: 620px;
          margin: auto;
          letter-spacing: 1px; } }
    .home-page .area-home-designs .heading {
      white-space: nowrap;
      font-size: 60px;
      line-height: 116px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      letter-spacing: 4px;
      text-transform: uppercase;
      background: linear-gradient(108.31deg, #1e4141 24.18%, #9ac0a6 68.46%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      margin-top: 25px !important;
      margin-bottom: 70px !important; }
      .home-page .area-home-designs .heading > span {
        position: relative;
        font-size: 60px;
        line-height: 116px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 4px;
        text-transform: uppercase;
        background: linear-gradient(108.31deg, #1e4141 24.18%, #9ac0a6 68.46%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        flex-direction: column;
        display: inline-block; }
        .home-page .area-home-designs .heading > span::before {
          left: -160px;
          background: url(../images/icon-flower.png) no-repeat; }
        .home-page .area-home-designs .heading > span::after {
          right: -160px;
          background: url(../images/icon-flower.png) no-repeat; }
        .home-page .area-home-designs .heading > span::before, .home-page .area-home-designs .heading > span::after {
          content: "";
          position: absolute;
          z-index: 999;
          bottom: -65px;
          background-size: cover;
          width: 110px;
          height: 157px; }
          @media (min-width: 1200px) {
            .home-page .area-home-designs .heading > span::before, .home-page .area-home-designs .heading > span::after {
              bottom: -25px; } }
    @media (max-width: 991px) {
      .home-page .area-home-designs .heading {
        margin-bottom: 30px !important; }
        .home-page .area-home-designs .heading > span {
          font-size: 25px;
          line-height: 35px;
          max-width: 130px; }
          .home-page .area-home-designs .heading > span .new-line {
            display: block; }
          .home-page .area-home-designs .heading > span::before, .home-page .area-home-designs .heading > span::after {
            bottom: 0;
            width: 60px;
            height: 86px; }
          .home-page .area-home-designs .heading > span::before {
            left: calc(-100% + 30px); }
          .home-page .area-home-designs .heading > span::after {
            right: calc(-100% + 30px); }
      .home-page .area-home-designs .sort-des {
        margin-bottom: 60px; }
        .home-page .area-home-designs .sort-des > p {
          padding-left: 10px !important;
          padding-right: 10px !important; }
      .home-page .area-home-designs .action {
        margin-bottom: 56px; } }
    .home-page .area-home-designs .list {
      text-align: center;
      padding-left: 30px;
      padding-right: 30px; }
      @media (min-width: 992px) {
        .home-page .area-home-designs .list {
          padding-left: 80px;
          padding-right: 80px; } }
      @media (min-width: 992px) {
        .home-page .area-home-designs .list .item:nth-child(2n) {
          margin-top: 2rem; } }
      @media (min-width: 1400px) {
        .home-page .area-home-designs .list .item:nth-child(2n) {
          margin-top: 68px; } }
      .home-page .area-home-designs .list .wrap-img-padding {
        padding: 75% 0 0 !important;
        margin-bottom: 45px; }
        @media (max-width: 991px) {
          .home-page .area-home-designs .list .wrap-img-padding {
            margin-bottom: 20px; } }
      .home-page .area-home-designs .list .wrap-content {
        font-family: "SVN-MillerBanner", serif; }
        .home-page .area-home-designs .list .wrap-content:hover {
          opacity: 0.6; }
        .home-page .area-home-designs .list .wrap-content .fs-3 {
          font-size: 29px !important;
          line-height: 32px;
          letter-spacing: 0.65px;
          margin-bottom: 5px !important; }
        @media (max-width: 991px) {
          .home-page .area-home-designs .list .wrap-content {
            margin-bottom: 35px;
            padding: 0px; } }
      .home-page .area-home-designs .list .status {
        position: absolute;
        left: 2rem;
        top: 0;
        background: url(../images/tag-icon.png) no-repeat;
        width: 39px;
        height: 59px;
        border-radius: unset;
        z-index: 2; }
        .home-page .area-home-designs .list .status .label {
          position: absolute;
          height: 100%;
          left: 30px;
          top: -20px;
          writing-mode: tb-rl;
          transform: rotate(-136deg);
          color: #fff;
          font-size: 2rem;
          z-index: 3;
          display: none; }
    @media (min-width: 768px) {
      .home-page .area-home-designs .action {
        padding: 100px 0; } }
  @media (min-width: 768px) {
    .home-page .internal-amenities {
      padding-bottom: 120px; } }
  @media (min-width: 992px) {
    .home-page .internal-amenities .highlight-slide-wrapper {
      margin-bottom: 80px; } }
  @media (max-width: 991px) {
    .home-page .internal-amenities .highlight-slide-wrapper {
      margin-bottom: 50px; } }
  .home-page .internal-amenities .heading {
    text-transform: unset;
    font-size: 45px;
    line-height: 29px;
    letter-spacing: 1px;
    margin-bottom: 80px !important; }
    @media (max-width: 991px) {
      .home-page .internal-amenities .heading {
        font-size: 20px;
        margin-bottom: 70px !important; } }
  .home-page .internal-amenities .sort-info h3 {
    text-align: center;
    letter-spacing: 0;
    line-height: 26px;
    color: #1e4141; }
  .home-page .internal-amenities .sort-info .icon {
    height: 60px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .home-page .internal-amenities .sort-info {
      max-width: 1580px;
      margin: 0 auto; } }
  @media (max-width: 991px) {
    .home-page .internal-amenities .sort-info {
      padding-left: 30px;
      padding-right: 30px;
      margin-bottom: 80px; } }
  .home-page .internal-amenities .wrap-content {
    text-transform: uppercase; }
    .home-page .internal-amenities .wrap-content * {
      font-size: 16px; }
  .home-page .internal-amenities .highlight-slide-wrapper .swiper-slide {
    text-align: center;
    justify-content: start; }
  .home-page .internal-amenities .highlight-slide-wrapper .swiper-button-next,
  .home-page .internal-amenities .highlight-slide-wrapper .swiper-button-prev {
    color: #000;
    top: 35%;
    width: 17px;
    height: 29px; }
    .home-page .internal-amenities .highlight-slide-wrapper .swiper-button-next.swiper-button-disabled,
    .home-page .internal-amenities .highlight-slide-wrapper .swiper-button-prev.swiper-button-disabled {
      opacity: 0; }
  .home-page .internal-amenities .highlight-slide-wrapper .swiper-button-next {
    right: 0; }
    .home-page .internal-amenities .highlight-slide-wrapper .swiper-button-next::after {
      content: "";
      background: url(../images/next.svg) no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%; }
  .home-page .internal-amenities .highlight-slide-wrapper .swiper-button-prev {
    left: 0; }
    .home-page .internal-amenities .highlight-slide-wrapper .swiper-button-prev::after {
      content: "";
      background: url(../images/pre.svg) no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%; }
  .home-page .location {
    background: linear-gradient(180deg, rgba(155, 215, 220, 0.4) -16.2%, rgba(155, 215, 220, 0) 27.58%);
    position: relative; }
    .home-page .location::before {
      content: "";
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      background: url(../images/line-devide-transparent.png) no-repeat;
      background-size: cover;
      width: 1920px;
      height: 44px; }
    @media (min-width: 992px) {
      .home-page .location .sort-des {
        -webkit-line-clamp: unset;
        margin-bottom: 75px !important;
        margin-top: 40px; }
        .home-page .location .sort-des p {
          width: 620px;
          padding: 0;
          margin: auto;
          letter-spacing: 1px; } }
  .home-page .area-gallery-spotlight {
    background: #ebe0f9;
    background: -moz-linear-gradient(180deg, #ebe0f9 0%, #faf6f3 53%);
    background: -webkit-linear-gradient(180deg, #ebe0f9 0%, #faf6f3 53%);
    background: linear-gradient(180deg, #ebe0f9 0%, #faf6f3 53%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebe0f9", endColorstr="#faf6f3", GradientType=1);
    position: relative; }
    .home-page .area-gallery-spotlight::before {
      content: "";
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      background: url(../images/line-devide-transparent.png) no-repeat;
      background-size: cover;
      width: 1920px;
      height: 44px; }
    .home-page .area-gallery-spotlight .heading {
      position: relative;
      position: relative;
      font-size: 60px;
      line-height: 116px;
      display: flex;
      align-items: center;
      text-align: center;
      letter-spacing: 4px;
      text-transform: uppercase;
      background: linear-gradient(108.31deg, #46375f 24.18%, rgba(155, 105, 170, 0.8) 68.46%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      flex-direction: column;
      margin-top: 168px !important;
      margin-bottom: 0 !important; }
      .home-page .area-gallery-spotlight .heading::before {
        left: 0;
        background: url(../images/flower-icon.png) no-repeat; }
      .home-page .area-gallery-spotlight .heading::after {
        right: 0;
        background: url(../images/flower-icon.png) no-repeat; }
      .home-page .area-gallery-spotlight .heading::before, .home-page .area-gallery-spotlight .heading::after {
        content: "";
        position: absolute;
        z-index: 999;
        bottom: 25px;
        background-size: cover;
        width: 69px;
        height: 67px; }
        @media (max-width: 991px) {
          .home-page .area-gallery-spotlight .heading::before, .home-page .area-gallery-spotlight .heading::after {
            bottom: 0;
            width: 39px;
            height: 37px; } }
      .home-page .area-gallery-spotlight .heading span {
        /* Gallery */
        position: relative;
        font-size: 60px;
        line-height: 1;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 4px;
        text-transform: uppercase;
        background: linear-gradient(108.31deg, #46375f 24.18%, rgba(155, 105, 170, 0.8) 68.46%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        flex-direction: column; }
    @media (max-width: 991px) {
      .home-page .area-gallery-spotlight .heading {
        margin-top: 114px !important;
        margin-bottom: 57px !important; }
        .home-page .area-gallery-spotlight .heading > span {
          font-size: 25px;
          line-height: 1; } }
    .home-page .area-gallery-spotlight .pictures {
      margin-bottom: 110px;
      margin-top: 130px; }
      .home-page .area-gallery-spotlight .pictures .list-item {
        display: grid;
        grid-template-columns: 1fr 2fr 2fr 1fr;
        grid-template-rows: 1fr;
        grid-gap: 0.5rem; }
        .home-page .area-gallery-spotlight .pictures .list-item .item {
          overflow: hidden;
          width: 100%; }
          .home-page .area-gallery-spotlight .pictures .list-item .item .thumb {
            height: 100%;
            max-height: 500px; }
            .home-page .area-gallery-spotlight .pictures .list-item .item .thumb img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              transition: transform 400ms ease-out;
              overflow: hidden; }
              .home-page .area-gallery-spotlight .pictures .list-item .item .thumb img:hover {
                transform: scale(1.15); }
      @media (min-width: 99px) {
        .home-page .area-gallery-spotlight .pictures .slide-mobile {
          display: none; } }
      @media (max-width: 991px) {
        .home-page .area-gallery-spotlight .pictures {
          margin-bottom: 50px;
          margin-top: 50px; }
          .home-page .area-gallery-spotlight .pictures .slide-mobile {
            display: block; }
          .home-page .area-gallery-spotlight .pictures .slide-desktop {
            display: none; }
          .home-page .area-gallery-spotlight .pictures .swiper-slide {
            height: 171px;
            width: auto; }
          .home-page .area-gallery-spotlight .pictures .swiper-slide:nth-child(1) {
            max-width: 131px; }
          .home-page .area-gallery-spotlight .pictures .swiper-slide:nth-child(2) {
            max-width: 238px; }
          .home-page .area-gallery-spotlight .pictures .swiper-slide:nth-child(3) {
            max-width: 158px; }
          .home-page .area-gallery-spotlight .pictures .swiper-slide:nth-child(4) {
            max-width: 146px; }
          .home-page .area-gallery-spotlight .pictures .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; } }
  .home-page .area-news .date {
    margin-top: 25px; }
  @media (min-width: 1400px) {
    .home-page .area-news .container-fluid {
      max-width: 1598px; }
    .home-page .area-news .heading {
      margin-bottom: 75px !important;
      margin-top: 120px !important; } }
  .home-page .area-about .action {
    margin-top: 30px;
    margin-bottom: 25px; }
  @media (min-width: 992px) {
    .home-page .area-about .heading {
      font-size: 45px !important;
      margin-bottom: 30px !important; }
    .home-page .area-about .sort-des {
      -webkit-line-clamp: unset;
      margin-bottom: 75px !important; }
      .home-page .area-about .sort-des p {
        width: 793px;
        margin: auto;
        letter-spacing: 1px; }
    .home-page .area-about .action {
      margin-top: 50px; } }
  @media (min-width: 768px) {
    .home-page .area-about {
      margin-bottom: -150px; } }
  @media (min-width: 1200px) {
    .home-page .area-about h2.heading {
      margin-top: 10px !important;
      margin-bottom: 50px !important;
      font-weight: 400;
      font-size: 60px;
      line-height: 70px;
      letter-spacing: 1px; } }
  @media (max-width: 991px) {
    .home-page .area-about .heading {
      margin-top: 40px !important;
      font-size: 45px;
      line-height: 70px; }
    .home-page .area-about .sort-des {
      padding-left: 10px;
      padding-right: 10px; }
    .home-page .area-about .brand {
      margin-top: 46px; }
    .home-page .area-about .action {
      margin-top: 40px !important;
      margin-bottom: 40px !important; } }
  @media (max-width: 991px) {
    .home-page .area.area-overlay {
      display: none; } }

.area-news {
  background: #faf6f3;
  background: -moz-linear-gradient(180deg, #faf6f3 0%, white 53%);
  background: -webkit-linear-gradient(180deg, #faf6f3 0%, white 53%);
  background: linear-gradient(180deg, #faf6f3 0%, white 53%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faf6f3", endColorstr="#ffffff", GradientType=1); }
  .area-news .container-news {
    width: 100%;
    padding: 0 20px; }
    @media (min-width: 1400px) {
      .area-news .container-news {
        padding: 0 160px; } }
  .area-news .times {
    font-size: 16px; }
  .area-news .item {
    display: flex;
    flex-direction: column; }
    .area-news .item .wrap-img-padding {
      padding: 65% 0 0 !important; }
    .area-news .item .wrap-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 1400px) {
        .area-news .item .wrap-content {
          padding: 1.5rem; } }
      @media (min-width: 1200px) {
        .area-news .item .wrap-content {
          padding: 0.5rem; } }
      .area-news .item .wrap-content .date.small,
      .area-news .item .wrap-content .views {
        font-size: 16px; }
      .area-news .item .wrap-content h3 {
        text-transform: uppercase;
        margin: 1rem 0; }
        .area-news .item .wrap-content h3 a {
          font-family: "SVN-MillerBanner", serif;
          font-weight: 400; }
          @media (min-width: 1400px) {
            .area-news .item .wrap-content h3 a {
              font-size: 29px;
              line-height: 35px; } }
    .area-news .item .wrap-img-padding,
    .area-news .item .wrap-content {
      width: 100%; }
  @media (min-width: 768px) {
    .area-news {
      margin-bottom: 55px; }
      .area-news .action {
        margin-top: 90px; } }
  @media (max-width: 767px) {
    .area-news {
      margin-bottom: 2rem; } }

.list-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto; }
  @media (min-width: 768px) {
    .list-info {
      max-width: 80%; } }
  @media (max-width: 767px) {
    .list-info {
      max-width: 100%;
      flex-wrap: wrap; }
      .list-info p {
        margin-bottom: 0; } }

.bg-overlay img {
  max-width: 100%; }

.location-page .logo {
  margin-top: 70px;
  margin-bottom: 65px; }
.location-page .banner-top .swiper-button-next,
.location-page .banner-top .swiper-button-prev {
  display: none !important; }
.location-page .bg-overlay {
  z-index: -1; }
.location-page .toggle-location-info,
.location-page .toggle-tour-info {
  position: absolute;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  z-index: 1;
  text-align: right;
  padding: 0.75rem; }
  @media (min-width: 768px) {
    .location-page .toggle-location-info,
    .location-page .toggle-tour-info {
      display: none; } }
  @media (max-width: 767px) {
    .location-page .toggle-location-info,
    .location-page .toggle-tour-info {
      display: block; } }
  .location-page .toggle-location-info.show i,
  .location-page .toggle-tour-info.show i {
    rotate: 180deg; }
.location-page .toggle-location-info {
  right: 0; }
.location-page .toggle-tour-info {
  left: 0; }
.location-page .area-location .location-info {
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  padding: 5%;
  overflow: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  text-align: center; }
  @media (min-width: 768px) {
    .location-page .area-location .location-info {
      display: flex;
      right: 5%;
      width: 25%; } }
  @media (max-width: 767px) {
    .location-page .area-location .location-info {
      display: none;
      right: 2.25rem;
      width: 85%; } }
.location-page .bg-heading {
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .location-page .bg-heading {
      height: 100%;
      width: 100%; } }
  @media (max-width: 767px) {
    .location-page .bg-heading {
      height: 150px;
      width: auto; } }
  .location-page .bg-heading img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.location-page .area-tour-360 .swiper .swiper-button-disabled {
  opacity: 0.5 !important; }
.location-page .area-tour-360 .swiper .swiper-button-next,
.location-page .area-tour-360 .swiper .swiper-button-prev {
  top: 90%; }
  .location-page .area-tour-360 .swiper .swiper-button-next.swiper-button-disabled,
  .location-page .area-tour-360 .swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1; }
  .location-page .area-tour-360 .swiper .swiper-button-next::after,
  .location-page .area-tour-360 .swiper .swiper-button-prev::after {
    content: "";
    position: absolute;
    background-size: contain !important; }
    @media (min-width: 992px) {
      .location-page .area-tour-360 .swiper .swiper-button-next::after,
      .location-page .area-tour-360 .swiper .swiper-button-prev::after {
        width: 40px;
        height: 40px; } }
    @media (max-width: 991px) {
      .location-page .area-tour-360 .swiper .swiper-button-next::after,
      .location-page .area-tour-360 .swiper .swiper-button-prev::after {
        width: 35px;
        height: 35px; } }
.location-page .area-tour-360 .swiper .swiper-button-prev {
  left: auto;
  right: 5rem; }
.location-page .area-tour-360 .swiper .swiper-button-next {
  right: 2rem; }
.location-page .area-tour-360 .tour-img .heading-wrapbox .position-absolute {
  width: 100%;
  z-index: 10; }
  .location-page .area-tour-360 .tour-img .heading-wrapbox .position-absolute .banner-fill {
    height: 200px;
    background: unset;
    display: flex; }
    .location-page .area-tour-360 .tour-img .heading-wrapbox .position-absolute .banner-fill .heading {
      top: 50%;
      margin-top: -90px; }
.location-page .area-tour-360 .tour-img .swiper-fill .swiper-slide {
  height: 100vh;
  overflow: hidden; }
.location-page .area-tour-360 .tour-info {
  background: #fff;
  position: absolute;
  height: 50%;
  padding: 5%;
  overflow: auto;
  flex-direction: column;
  z-index: 2; }
  @media (min-width: 768px) {
    .location-page .area-tour-360 .tour-info {
      display: flex;
      left: 5%;
      bottom: 10%;
      width: 30%; } }
  @media (max-width: 767px) {
    .location-page .area-tour-360 .tour-info {
      display: none;
      left: 2.25rem;
      bottom: unset;
      top: 50%;
      transform: translateY(-50%);
      width: 80%; } }
.location-page .area-connected .wrap-box .list-connected {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  display: flex; }
  @media (max-width: 767px) {
    .location-page .area-connected .wrap-box .list-connected {
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .location-page .area-connected .wrap-box .list-connected .item {
      width: 20%;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .location-page .area-connected .wrap-box .list-connected .item {
      width: 100%;
      display: flex;
      flex-direction: column; } }
  .location-page .area-connected .wrap-box .list-connected .item .wrap-img {
    overflow: hidden; }
    @media (min-width: 768px) {
      .location-page .area-connected .wrap-box .list-connected .item .wrap-img {
        height: 250px;
        width: calc(100vw / 5); } }
    @media (max-width: 767px) {
      .location-page .area-connected .wrap-box .list-connected .item .wrap-img {
        height: 200px;
        width: 100%;
        order: 1; } }
    .location-page .area-connected .wrap-box .list-connected .item .wrap-img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .location-page .area-connected .wrap-box .list-connected .item .wrap-content {
    width: 100%;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .location-page .area-connected .wrap-box .list-connected .item .wrap-content {
        height: 250px; } }
    @media (max-width: 767px) {
      .location-page .area-connected .wrap-box .list-connected .item .wrap-content {
        height: auto;
        order: 2; } }

.design-page {
  /* Animation */ }
  .design-page .banner-top .social {
    display: none; }
  .design-page .banner-top .swiper .caption-info {
    background: #fff3dc;
    position: absolute;
    overflow: auto;
    flex-direction: column;
    z-index: 2; }
    @media (min-width: 768px) {
      .design-page .banner-top .swiper .caption-info {
        display: flex;
        height: 450px;
        left: 4rem;
        bottom: 4rem;
        padding: 4rem;
        width: 28%; } }
    @media (max-width: 767px) {
      .design-page .banner-top .swiper .caption-info {
        display: none;
        left: 2.25rem;
        bottom: unset;
        height: 45%;
        top: 50%;
        transform: translateY(-50%);
        width: 80%;
        padding: 2%; } }
  .design-page .banner-top .swiper .swiper-button-disabled {
    opacity: 0.5 !important; }
  .design-page .banner-top .swiper .swiper-button-next,
  .design-page .banner-top .swiper .swiper-button-prev {
    top: 90%; }
    .design-page .banner-top .swiper .swiper-button-next.swiper-button-disabled,
    .design-page .banner-top .swiper .swiper-button-prev.swiper-button-disabled {
      opacity: 1; }
    .design-page .banner-top .swiper .swiper-button-next::after,
    .design-page .banner-top .swiper .swiper-button-prev::after {
      content: "";
      position: absolute;
      background-size: contain !important; }
      @media (min-width: 992px) {
        .design-page .banner-top .swiper .swiper-button-next::after,
        .design-page .banner-top .swiper .swiper-button-prev::after {
          width: 40px;
          height: 40px; } }
      @media (max-width: 991px) {
        .design-page .banner-top .swiper .swiper-button-next::after,
        .design-page .banner-top .swiper .swiper-button-prev::after {
          width: 35px;
          height: 35px; } }
  .design-page .banner-top .swiper .swiper-button-prev {
    left: auto;
    right: 5rem; }
  .design-page .banner-top .swiper .swiper-button-next {
    right: 2rem; }
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }
  45% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }
  45% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0; } }
  .design-page .hotspot-img {
    background-color: #ededed;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .design-page .hotspot-img .img-responsive {
      max-width: 100%; }
    .design-page .hotspot-img .hot-spot {
      position: absolute;
      width: 40px;
      height: 40px;
      top: 5px;
      left: 5px;
      text-align: center;
      background-color: rgba(229, 0, 137, 0.6);
      color: #fff;
      border-radius: 100%;
      cursor: pointer;
      transition: all 0.3s ease; }
      .design-page .hotspot-img .hot-spot .circle {
        display: block;
        position: absolute;
        top: 45%;
        left: 45%;
        width: 2em;
        height: 2em;
        margin: -1em auto auto -1em;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        border-radius: 50%;
        border: 1px solid #e5008a;
        opacity: 0;
        -webkit-animation: pulsate 3s ease-out infinite;
        animation: pulsate 3s ease-out infinite; }
      .design-page .hotspot-img .hot-spot .tooltip {
        background-color: rgba(58, 95, 150, 0.7);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        display: none;
        font-size: 14px;
        opacity: 1;
        left: 0px;
        padding: 15px 5px;
        position: absolute;
        text-align: left;
        top: 30px;
        width: 280px;
        z-index: 999; }
        .design-page .hotspot-img .hot-spot .tooltip .img-row {
          padding: 10px;
          text-align: center; }
        .design-page .hotspot-img .hot-spot .tooltip .text-row {
          padding: 15px; }
        .design-page .hotspot-img .hot-spot .tooltip h4 {
          margin-bottom: 10px;
          border-bottom: 1px solid #ffffff; }
        .design-page .hotspot-img .hot-spot .tooltip p {
          font-size: 14px;
          line-height: 1.4em;
          margin-bottom: 10px; }
          .design-page .hotspot-img .hot-spot .tooltip p:last-child {
            margin-bottom: 0; }

@media (max-width: 991px) {
  .introduction-page .heading {
    font-size: 25px !important; } }
@media (max-width: 767px) {
  .introduction-page .text-link {
    color: #9b69aa !important; } }
.introduction-page .gwar {
  padding: 0 65px; }
  @media (max-width: 767px) {
    .introduction-page .gwar {
      padding: 0 40px; } }
.introduction-page .ggallery {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .introduction-page .ggallery .owl-item .title {
      width: 100%;
      max-width: 316px;
      font-style: normal;
      font-weight: 400;
      font-size: 21px;
      line-height: 30px;
      align-items: center;
      text-align: center;
      letter-spacing: 0.95936px;
      text-transform: uppercase;
      color: #1e4141;
      margin-bottom: 10px; }
    .introduction-page .ggallery .owl-item .gitem {
      width: 281px;
      margin: auto; } }
  .introduction-page .ggallery .title {
    margin-top: 67px;
    margin-bottom: 50px;
    font-size: 60px;
    color: #46375f;
    text-align: center;
    font-family: "FieldsDisplay", serif;
    line-height: 1; }
    @media (max-width: 767px) {
      .introduction-page .ggallery .title {
        margin-top: 40px;
        margin-bottom: 40px; } }
  .introduction-page .ggallery .owl-prev,
  .introduction-page .ggallery .owl-next {
    position: absolute;
    top: 35%; }
    @media (max-width: 767px) {
      .introduction-page .ggallery .owl-prev,
      .introduction-page .ggallery .owl-next {
        top: 25%; } }
  .introduction-page .ggallery .owl-prev:hover,
  .introduction-page .ggallery .owl-next:hover {
    background-color: transparent; }
  @media (min-width: 768px) {
    .introduction-page .ggallery .owl-prev {
      left: -90px; } }
  @media (max-width: 767px) {
    .introduction-page .ggallery .owl-prev {
      left: -25px; } }
  @media (min-width: 768px) {
    .introduction-page .ggallery .owl-next {
      right: -90px; } }
  @media (max-width: 767px) {
    .introduction-page .ggallery .owl-next {
      right: -25px; } }
  .introduction-page .ggallery .owl-dot {
    margin: 0 27px; }
    @media (max-width: 767px) {
      .introduction-page .ggallery .owl-dot {
        margin: 0 15px; } }
  @media (min-width: 768px) {
    .introduction-page .ggallery .owl-dots {
      margin-top: -65px; } }
  .introduction-page .ggallery .owl-dots .owl-dot.active span,
  .introduction-page .ggallery .owl-dots .owl-dot:hover span {
    background: #9b69aa; }
.introduction-page .flower-line {
  margin-top: 140px; }
  @media (max-width: 991px) {
    .introduction-page .flower-line {
      margin-top: 75px;
      max-width: 168px; } }
@media (max-width: 991px) {
  .introduction-page .area-banner {
    position: relative; }
    .introduction-page .area-banner:nth-child(1) .banner::after, .introduction-page .area-banner:nth-child(2) .banner::after, .introduction-page .area-banner:nth-child(3) .banner::after {
      display: none !important; }
    .introduction-page .area-banner:nth-child(1) .line-bottom, .introduction-page .area-banner:nth-child(2) .line-bottom, .introduction-page .area-banner:nth-child(3) .line-bottom {
      height: 45px;
      position: absolute;
      z-index: 10;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); } }
@media (min-width: 1200px) {
  .introduction-page .py-lg-5 {
    padding: 5rem 0 !important; } }
@media (min-width: 1200px) {
  .introduction-page .py-lg-5 {
    padding: 5rem 0 !important; }
  .introduction-page .pt-lg-5 {
    padding-top: 5rem !important; } }
.introduction-page .area-banner {
  text-align: center;
  height: 100%;
  overflow: hidden; }
  @media (min-width: 1400px) {
    .introduction-page .area-banner {
      padding-top: 70px; } }
  .introduction-page .area-banner .logo {
    position: relative;
    z-index: 10; }
    @media (max-width: 991px) {
      .introduction-page .area-banner .logo {
        margin-top: 20px; }
        .introduction-page .area-banner .logo img {
          width: 198px;
          margin-left: auto;
          margin-right: auto; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .introduction-page .area-banner:nth-child(1) .info.d-flex.flex-column {
    width: 80%;
    height: 92%;
    overflow-y: auto;
    overflow-x: hidden;
    margin: auto; } }

  @media (min-width: 1200px) {
    .introduction-page .area-banner:nth-child(1) .sort-info {
      -webkit-line-clamp: unset;
      margin-bottom: 75px !important; }
      .introduction-page .area-banner:nth-child(1) .sort-info p {
        width: 800px;
        margin: auto;
        letter-spacing: 1px; }
        .introduction-page .area-banner:nth-child(1) .sort-info p:not(:last-child) {
          margin-bottom: 30px; } }
  .introduction-page .area-banner:nth-child(1) .banner::after, .introduction-page .area-banner:nth-child(2) .banner::after {
    position: relative;
    content: "";
    bottom: 0;
    background: url(../images/line-blue.png) no-repeat;
    height: 45px;
    display: block;
    background-position-x: center; }
    .introduction-page .area-banner:nth-child(1) .banner::after::before, .introduction-page .area-banner:nth-child(2) .banner::after::before {
      content: "";
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      background: url(../images/line-devide-transparent.png) no-repeat;
      background-size: cover;
      width: 1920px;
      height: 44px; }
@media (max-width: 1200px) and (min-width: 992px) {
  .introduction-page .area-banner:nth-child(3) .info.d-flex.flex-column {
    width: 80%;
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    margin: auto; } }

  .introduction-page .area-banner:nth-child(3) .banner::after {
    position: relative;
    content: "";
    bottom: 70px;
    background: url(../images/line-purple.png) no-repeat;
    height: 45px;
    display: block;
    background-position-x: center; }
  @media (max-width: 767px) {
    .introduction-page .area-banner:nth-child(2) .content {
      margin-top: 75px !important; } }
  @media (min-width: 992px) {
    .introduction-page .area-banner:nth-child(2) .col-12 {
      position: relative;
      background: #e8f5f5;
      background: -moz-linear-gradient(180deg, #e8f5f5 0%, #eef7f6 28%, rgba(241, 248, 247, 0) 40%, rgba(245, 249, 248, 0) 100%);
      background: -webkit-linear-gradient(180deg, #e8f5f5 0%, #eef7f6 28%, rgba(241, 248, 247, 0) 40%, rgba(245, 249, 248, 0) 100%);
      background: linear-gradient(180deg, #e8f5f5 0%, #eef7f6 28%, rgba(241, 248, 247, 0) 40%, rgba(245, 249, 248, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8f5f5", endColorstr="#f5f9f8", GradientType=1); }
    .introduction-page .area-banner:nth-child(2) .info {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .introduction-page .area-banner:nth-child(2) .heading {
      margin-bottom: 60px; }
    .introduction-page .area-banner:nth-child(2) .typo-heading {
      display: block;
      margin-top: 20px;
      text-transform: none; }
    .introduction-page .area-banner:nth-child(2) .sort-info {
      -webkit-line-clamp: unset;
      margin-bottom: 75px !important; }
      .introduction-page .area-banner:nth-child(2) .sort-info p {
        width: 800px;
        padding: 0;
        margin: auto;
        letter-spacing: 1px; }
        .introduction-page .area-banner:nth-child(2) .sort-info p:not(:last-child) {
          margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .introduction-page .area-banner:nth-child(2) {
      background: #e7f4f4; }
      .introduction-page .area-banner:nth-child(2)::before,
      .introduction-page .area-banner:nth-child(2) .content {
        z-index: unset !important; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .introduction-page .area-banner:nth-child(2) .banner {
      position: relative; }
      .introduction-page .area-banner:nth-child(2) .banner::before {
        content: "";
        position: absolute;
        top: -25%;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/images/linear.png) no-repeat top center;
        background-size: 100%; } }
  @media (max-width: 991px) {
      .introduction-page .area-banner:nth-child(2) .banner img {
        object-position: 79%;
        position: relative; }
        .introduction-page .area-banner:nth-child(2) .banner img::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background: url(/images/linear.png) no-repeat top center;
          background-size: 100%;
          rotate: 90deg; } }
  @media (max-width: 767px) {
    .introduction-page .area-banner:nth-child(3) .content {
      margin-top: 60px !important; } }
  @media (min-width: 992px) {
    .introduction-page .area-banner:nth-child(3) .sort-info {
      -webkit-line-clamp: unset;
      margin-bottom: 75px !important; }
      .introduction-page .area-banner:nth-child(3) .sort-info p {
        width: 843px;
        padding: 0;
        margin: auto;
        letter-spacing: 1px; } }
  .introduction-page .area-banner:nth-child(3)::before {
    background: #e8f4f4;
    background: -moz-linear-gradient(180deg, #e8f4f4 0%, rgba(232, 244, 244, 0.6615021008) 53%, rgba(232, 244, 244, 0) 71%);
    background: -webkit-linear-gradient(180deg, #e8f4f4 0%, rgba(232, 244, 244, 0.6615021008) 53%, rgba(232, 244, 244, 0) 71%);
    background: linear-gradient(180deg, #e8f4f4 0%, rgba(232, 244, 244, 0.6615021008) 53%, rgba(232, 244, 244, 0) 71%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8f4f4", endColorstr="#e8f4f4", GradientType=1); }
    @media (max-width: 991px) {
      .introduction-page .area-banner:nth-child(3)::before {
        background: #e8f4f4;
        background: -moz-linear-gradient(180deg, #e8f4f4 24%, rgba(232, 244, 244, 0.9) 20%, rgba(232, 244, 244, 0) 50%);
        background: -webkit-linear-gradient(180deg, #e8f4f4 24%, rgba(232, 244, 244, 0.9) 20%, rgba(232, 244, 244, 0) 50%);
        background: linear-gradient(180deg, #e8f4f4 24%, rgba(232, 244, 244, 0.9) 20%, rgba(232, 244, 244, 0) 50%); } }
  .introduction-page .area-banner:nth-child(2) .banner {
    margin-top: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .introduction-page .area-banner:nth-child(2) .banner {
        margin-top: -45px; } }
  @media (max-width: 991px) {
    .introduction-page .area-banner:nth-child(2) {
      margin-top: -1px;
      z-index: 11; }
      .introduction-page .area-banner:nth-child(2) h2.heading {
        margin-top: 0; }
        .introduction-page .area-banner:nth-child(2) h2.heading .item > span {
          display: block;
          margin-top: -20px; } }
  @media (max-width: 991px) {
    .introduction-page .area-banner:nth-child(3) {
      margin-top: -1px;
      z-index: 11; } }
  .introduction-page .area-banner:nth-child(3) .banner {
    margin-bottom: -70px; }
    @media (min-width: 1400px) {
      .introduction-page .area-banner:nth-child(3) .banner {
        margin-top: -480px; } }
    @media (max-width: 1400px) {
      .introduction-page .area-banner:nth-child(3) .banner {
        margin-top: -300px; } }
    @media (max-width: 767px) {
      .introduction-page .area-banner:nth-child(3) .banner {
        margin-top: 300px; } }
    @media (max-width: 991px) {
      .introduction-page .area-banner:nth-child(3) .banner img {
        object-fit: cover;
        width: 100%;
        height: auto;
        margin: 0;
        position: absolute;
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1; } }
  .introduction-page .area-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #e7f4f4 23%, rgba(231, 244, 244, 0) 55.76%);
    height: 100%;
    width: 100%;
    z-index: 3; }
  .introduction-page .area-banner .heading {
    letter-spacing: 1.5px; }
    @media (max-width: 991px) {
      .introduction-page .area-banner .heading span:first-child {
        display: block; }
      .introduction-page .area-banner .heading span:nth-child(2) {
        line-height: 17px; }
      .introduction-page .area-banner .heading p {
        margin-bottom: 0; } }
  .introduction-page .area-banner .content {
    position: relative;
    z-index: 4;
    margin-top: 40px; }
  .introduction-page .area-banner .banner {
    position: relative;
    z-index: 1;
    margin-top: -165px; }
    @media (min-width: 992px) {
      .introduction-page .area-banner .banner {
        margin-top: -165px; } }
    @media (max-width: 991px) {
      .introduction-page .area-banner .banner {
        margin-top: -105px;
        height: 500px; } }
    .introduction-page .area-banner .banner img {
      margin-bottom: -44px; }
      @media (max-width: 991px) {
        .introduction-page .area-banner .banner img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          margin: 0;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          z-index: -1; } }
    @media (min-width: 768px) {
      .introduction-page .area-banner .banner img {
        width: 100%; } }
.introduction-page .area-news {
  background: linear-gradient(180deg, #ebe0f9 0%, rgba(250, 241, 209, 0) 67.61%); }
  @media (min-width: 1200px) {
    .introduction-page .area-news {
      font-size: 64px;
      line-height: 29px;
      padding-top: 140px !important; } }
  @media (max-width: 767px) {
    .introduction-page .area-news .heading {
      margin-top: 60px !important; } }
  @media (max-width: 991px) {
    .introduction-page .area-news {
      margin-top: -1px;
      z-index: 11; } }
  @media (min-width: 1200px) {
    .introduction-page .area-news .heading {
      font-size: 64px;
      line-height: 29px;
      letter-spacing: 1px; } }
  .introduction-page .area-news .sort-des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    -webkit-line-clamp: 3; }
  .introduction-page .area-news .wrap-img {
    height: unset;
    position: relative;
    width: 100%;
    padding: 60% 0 0;
    overflow: hidden;
    height: 535px;
    position: relative;
    width: 800px;
    overflow: hidden;
    margin: auto; }
    .introduction-page .area-news .wrap-img img {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 100%;
      width: 100%;
      object-fit: cover;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .introduction-page .area-news .wrap-content {
    text-align: center !important;
    display: flex;
    justify-content: center; }
    .introduction-page .area-news .wrap-content h3 {
      font-family: "SVN-MillerBanner", serif; }
      .introduction-page .area-news .wrap-content h3 a {
        color: #46375f;
        font-weight: 400;
        text-transform: capitalize; }
        @media (min-width: 1200px) {
          .introduction-page .area-news .wrap-content h3 a {
            font-size: 60px;
            line-height: 56px;
            width: 680px;
            margin: auto;
            padding: 35px 0 20px;
            display: block; } }
  .introduction-page .area-news .highlight-slide-wrapper {
    position: relative;
    margin-top: 65px; }
    .introduction-page .area-news .highlight-slide-wrapper .swiper-slide {
      display: block; }
    .introduction-page .area-news .highlight-slide-wrapper .swiper-button-next,
    .introduction-page .area-news .highlight-slide-wrapper .swiper-button-prev {
      color: #000;
      top: calc(50% - 140px); }
      .introduction-page .area-news .highlight-slide-wrapper .swiper-button-next.swiper-button-disabled,
      .introduction-page .area-news .highlight-slide-wrapper .swiper-button-prev.swiper-button-disabled {
        opacity: 0; }
    .introduction-page .area-news .highlight-slide-wrapper .swiper-button-next {
      right: -15px; }
      .introduction-page .area-news .highlight-slide-wrapper .swiper-button-next::after {
        content: "";
        background: url(../images/arrow-right.png) no-repeat;
        background-size: contain;
        width: 8px;
        height: 16px; }
    .introduction-page .area-news .highlight-slide-wrapper .swiper-button-prev {
      left: -15px; }
      .introduction-page .area-news .highlight-slide-wrapper .swiper-button-prev::after {
        content: "";
        background: url(../images/arrow-left.png) no-repeat;
        background-size: contain;
        width: 8px;
        height: 16px; }
    .introduction-page .area-news .highlight-slide-wrapper .swiper-pagination {
      display: flex !important;
      justify-content: center;
      bottom: -2rem; }
      .introduction-page .area-news .highlight-slide-wrapper .swiper-pagination span {
        margin: 0 35px; }
      .introduction-page .area-news .highlight-slide-wrapper .swiper-pagination .swiper-pagination-bullet-active {
        background: #9b69aa; }
    .introduction-page .area-news .highlight-slide-wrapper .introduction-page
    .area-news
    .highlight-slide-wrapper
    .swiper-pagination {
      display: flex !important;
      padding-top: 5rem;
      text-align: center;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      bottom: -2rem; }
@media (min-width: 1200px) {
  .introduction-page .area-info .heading,
  .introduction-page .area-info h3 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 1.5px; }
  .introduction-page .area-info .sort-des {
    padding-bottom: 145px; } }
.introduction-page .area-info .heading {
  text-transform: capitalize;
  font-family: "SVN-MillerBanner", serif;
  margin-top: 50px !important;
  margin-bottom: 0; }
.introduction-page .area-info h3 {
  text-transform: capitalize;
  font-family: "SVN-MillerBanner", serif;
  margin-bottom: 40px !important;
  font-weight: 400; }
  @media (max-width: 767px) {
    .introduction-page .area-info h3 {
      font-style: normal;
      font-weight: 400;
      font-size: 25px !important;
      line-height: 40px !important;
      letter-spacing: 0.95936px !important;
      color: #1E4141; } }
  @media (max-width: 414px) {
    .introduction-page .area-info h3 {
      font-size: 20px !important; } }
.introduction-page .area-info .sort-des {
  text-overflow: unset;
  text-overflow: unset;
  text-transform: uppercase;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    .introduction-page .area-info .sort-des {
      margin-bottom: 170px; }
      .introduction-page .area-info .sort-des p {
        font-style: normal;
        font-weight: 400;
        font-size: 15.9893px;
        line-height: 26px;
        align-items: center;
        text-align: center;
        letter-spacing: 3.19787px;
        text-transform: uppercase;
        color: #1e4141; } }
.introduction-page .area-overlay {
  position: relative;
  z-index: -1; }
  .introduction-page .area-overlay .bg-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%; }
.introduction-page .brand {
  margin: 50px 0; }
@media (max-width: 991px) {
  .introduction-page h2.heading {
    margin-top: 30px; }
    .introduction-page h2.heading p.item:nth-child(2) > span {
      display: block;
      margin-top: -20px; }
    .introduction-page h2.heading .icon::after {
      top: 39px;
      left: -40px;
      width: 47px;
      height: 47px; }
  .introduction-page .sort-info {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 767px) {
  .introduction-page .sort-info {
    max-width: 335px;
    margin: auto;
    padding: unset; } }

.news-page .banner-top .swiper-button-next,
.news-page .banner-top .swiper-button-prev,
.contact-page .banner-top .swiper-button-next,
.contact-page .banner-top .swiper-button-prev {
  display: none !important; }
.news-page .banner-top .caption,
.contact-page .banner-top .caption {
  position: absolute;
  left: 50%;
  top: unset;
  bottom: 10%;
  transform: translate(-50%, 0);
  padding: 0; }
  .news-page .banner-top .caption *,
  .contact-page .banner-top .caption * {
    color: #fff; }
.news-page .area-events .wrap-box .mb-3,
.contact-page .area-events .wrap-box .mb-3 {
  margin-bottom: 20px !important; }
.news-page .area-events .heading,
.contact-page .area-events .heading {
  margin-top: 95px;
  margin-bottom: 80px; }
  .news-page .area-events .heading span,
  .contact-page .area-events .heading span {
    position: relative; }
    .news-page .area-events .heading span::after,
    .contact-page .area-events .heading span::after {
      content: "";
      position: absolute;
      z-index: 999;
      left: 220px;
      bottom: -50px;
      background: url(../images/pattern-bg.png) no-repeat;
      background-size: cover;
      width: 161px;
      height: 165px; }
      @media (max-width: 991px) {
        .news-page .area-events .heading span::after,
        .contact-page .area-events .heading span::after {
          left: 38px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .news-page .area-events .col-md-4,
  .contact-page .area-events .col-md-4 {
    width: 50% !important; } }

@media (min-width: 1400px) {
  .news-page .area-events .container,
  .contact-page .area-events .container {
    max-width: 1436px; }
  .news-page .area-events .action,
  .contact-page .area-events .action {
    margin-top: 45px !important;
    margin-bottom: 70px !important; } }
@media (min-width: 1200px) {
  .news-page .area-events .item,
  .contact-page .area-events .item {
    margin-bottom: 47px; } }
.news-page .area-events .item .event-time,
.contact-page .area-events .item .event-time {
  align-items: center;
  display: flex;
  justify-content: space-between; }
  .news-page .area-events .item .event-time h3,
  .news-page .area-events .item .event-time .date-time,
  .contact-page .area-events .item .event-time h3,
  .contact-page .area-events .item .event-time .date-time {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.7px;
    margin-bottom: 0; }
    .news-page .area-events .item .event-time h3.text-link,
    .news-page .area-events .item .event-time .date-time.text-link,
    .contact-page .area-events .item .event-time h3.text-link,
    .contact-page .area-events .item .event-time .date-time.text-link {
      /* Fuchsia */
      color: #9b69aa; }
    .news-page .area-events .item .event-time h3.text-blue,
    .news-page .area-events .item .event-time .date-time.text-blue,
    .contact-page .area-events .item .event-time h3.text-blue,
    .contact-page .area-events .item .event-time .date-time.text-blue {
      color: #9bd7dc; }
    .news-page .area-events .item .event-time h3.text-success,
    .news-page .area-events .item .event-time .date-time.text-success,
    .contact-page .area-events .item .event-time h3.text-success,
    .contact-page .area-events .item .event-time .date-time.text-success {
      color: #9b69aa; }
.news-page .area-events .item .wrap-img,
.contact-page .area-events .item .wrap-img {
  position: relative;
  width: 100%;
  padding: 60% 0 0;
  overflow: hidden; }
  .news-page .area-events .item .wrap-img img,
  .contact-page .area-events .item .wrap-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.news-page .area-events .item .wrap-content .title,
.contact-page .area-events .item .wrap-content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  -webkit-line-clamp: 2; }
.news-page .area-events .item .wrap-content .sort-des,
.contact-page .area-events .item .wrap-content .sort-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  -webkit-line-clamp: 3; }
.news-page .banner-fill,
.contact-page .banner-fill {
  background-color: unset; }
  .news-page .banner-fill .bg-img,
  .contact-page .banner-fill .bg-img {
    z-index: unset; }

@media (max-width: 992px) {
  .news-page .area:not(.area-overlay) {
    padding: 0 1rem; }
  .news-page .item {
    margin-bottom: 2rem; } }
.news-page .news-slide-wrapper {
  position: relative; }
  .news-page .news-slide-wrapper .swiper-button-next,
  .news-page .news-slide-wrapper .swiper-button-prev {
    color: #000;
    top: 35%; }
    .news-page .news-slide-wrapper .swiper-button-next.swiper-button-disabled,
    .news-page .news-slide-wrapper .swiper-button-prev.swiper-button-disabled {
      opacity: 0; }
  .news-page .news-slide-wrapper .swiper-button-next {
    right: -3.5rem; }
    .news-page .news-slide-wrapper .swiper-button-next::after {
      content: "";
      background: url(../images/next.png) no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%; }
  .news-page .news-slide-wrapper .swiper-button-prev {
    left: -3.5rem; }
    .news-page .news-slide-wrapper .swiper-button-prev::after {
      content: "";
      background: url(../images/pre.png) no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%; }
.news-page .swiper-list.list-4 .swiper-slide .wrap-box .wrap-img {
  height: 250px; }
.news-page .swiper-list.list-4 .swiper-slide .wrap-box .wrap-content {
  margin: 2rem;
  text-align: center; }
@media (min-width: 992px) {
  .news-page .area-sign-up-for .img-overlay {
    width: 100%;
    margin-top: 98px; }
  .news-page .area-sign-up-for .inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 76px; }
  .news-page .area-sign-up-for form {
    margin-top: 36px !important; }
    .news-page .area-sign-up-for form input {
      padding-bottom: 12px !important; } }
.news-page .area-sign-up-for .heading {
  line-height: 29px; }
.news-page .area-sign-up-for .text-normal {
  text-transform: capitalize !important; }
.news-page .area-sign-up-for .sort-des {
  text-align: center;
  -webkit-line-clamp: unset; }
  @media (min-width: 992px) {
    .news-page .area-sign-up-for .sort-des {
      width: 620px;
      margin: auto;
      letter-spacing: 1px;
      padding: 0 15px;
      font-size: 16px;
      line-height: 26px; } }
.news-page .area-sign-up-for input.form-control {
  border-bottom: 1px #46375f solid;
  background: transparent; }
@media (min-width: 768px) {
  .news-page .area-sign-up-for .form-control {
    width: 493px;
    margin: auto;
    background: transparent; } }
@media (max-width: 991px) {
  .news-page .area-sign-up-for {
    padding-bottom: 200px; }
    .news-page .area-sign-up-for .divide {
      margin-top: 50px; }
    .news-page .area-sign-up-for .img-overlay {
      position: absolute;
      height: 400px;
      bottom: 0;
      right: -35%;
      z-index: -1; } }

.news-detail-page-wrapper .banner-top .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translate(-50%, -50%); }
@media (min-width: 992px) {
  .news-detail-page-wrapper .banner-top .logo {
    display: none !important; } }
.news-detail-page-wrapper .banner-top .logo img {
  filter: brightness(0) invert(1); }
.news-detail-page-wrapper .banner-top .swiper-pagination {
  display: none !important; }

.news-detail-page .detail-content {
  border-bottom: 1px #000 solid; }
  @media (min-width: 768px) {
    .news-detail-page .detail-content {
      padding-bottom: 4rem; } }
  .news-detail-page .detail-content img {
    max-width: 100%; }
@media (min-width: 768px) {
  .news-detail-page .event-time {
    justify-content: space-between; } }

.gallery-page {
  position: relative;
  /* The Modal (background) */
  /* Modal Content (image) */
  /* Caption of Modal Image */
  /* Add Animation */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */ }
  .gallery-page .logo {
    margin-top: 70px; }
    @media (max-width: 991px) {
      .gallery-page .logo img {
        width: 198px;
        margin-left: auto;
        margin-right: auto; } }
  .gallery-page::before {
    content: "";
    position: absolute;
    left: 0;
    top: -140px;
    background: linear-gradient(#ebe0f9, rgba(255, 255, 255, 0));
    z-index: -1;
    height: 500px;
    width: 100%; }
  .gallery-page .area-gallery .heading {
    position: relative;
    line-height: 29px;
    margin-top: 115px !important;
    margin-bottom: 35px !important; }
    .gallery-page .area-gallery .heading::before {
      left: 0;
      background: url(../images/flower-icon.png) no-repeat; }
    .gallery-page .area-gallery .heading::after {
      right: 0;
      background: url(../images/flower-icon.png) no-repeat; }
    .gallery-page .area-gallery .heading::before, .gallery-page .area-gallery .heading::after {
      content: "";
      position: absolute;
      z-index: 999;
      bottom: 25px;
      background-size: cover;
      width: 69px;
      height: 67px; }
      @media (max-width: 991px) {
        .gallery-page .area-gallery .heading::before, .gallery-page .area-gallery .heading::after {
          bottom: 0;
          width: 39px;
          height: 37px; } }
    @media (max-width: 991px) {
      .gallery-page .area-gallery .heading {
        margin-top: 0 !important;
        margin-bottom: 75px !important;
        max-width: 338px;
        margin-left: auto;
        margin-right: auto; } }
  .gallery-page .area-gallery .wrap-filter {
    margin-bottom: 1rem; }
    @media (min-width: 1200px) {
      .gallery-page .area-gallery .wrap-filter {
        margin-bottom: 45px; } }
    @media (max-width: 767px) {
      .gallery-page .area-gallery .wrap-filter {
        max-width: 338px;
        margin-left: auto;
        margin-right: auto; } }
    .gallery-page .area-gallery .wrap-filter .filter-items {
      position: relative; }
      .gallery-page .area-gallery .wrap-filter .filter-items .label {
        color: #425e41;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px; }
      .gallery-page .area-gallery .wrap-filter .filter-items .btn-filter {
        display: flex;
        justify-content: space-between;
        letter-spacing: unset;
        text-transform: none; }
        .gallery-page .area-gallery .wrap-filter .filter-items .btn-filter i {
          margin-left: 1rem; }
      .gallery-page .area-gallery .wrap-filter .filter-items .items {
        display: none;
        list-style: none;
        max-width: 300px; }
        .gallery-page .area-gallery .wrap-filter .filter-items .items.show {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          max-height: 300px;
          overflow: auto; }
    .gallery-page .area-gallery .wrap-filter .display .btn {
      padding: 0 0.5rem; }
  @media (max-width: 767px) {
    .gallery-page .area-gallery .list-items {
      max-width: 338px;
      margin-left: auto;
      margin-right: auto; } }
  .gallery-page select#exampleFormControlSelect1 {
    border: none;
    outline: none;
    background: transparent;
    margin-left: 27px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 55%;
    background-position-y: 3px; }
  .gallery-page .popup-video {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    height: 100%;
    width: 100%; }
  .gallery-page .button-play {
    z-index: 999;
    width: 45px !important;
    height: 45px !important; }
  .gallery-page .mfp-iframe-scaler .mfp-close {
    background: none !important; }
  .gallery-page .list-items .item {
    margin-bottom: 1rem; }
    .gallery-page .list-items .item.active {
      width: 100%; }
  .gallery-page .btn {
    margin-top: 0; }
  .gallery-page .btn-loadmore {
    margin-top: 130px; }
  .gallery-page .area-overlay {
    background: #ece1fa;
    background: -moz-linear-gradient(0deg, #ece1fa 0%, rgba(252, 250, 254, 0) 100%);
    background: -webkit-linear-gradient(0deg, #ece1fa 0%, rgba(252, 250, 254, 0) 100%);
    background: linear-gradient(0deg, #ece1fa 0%, rgba(252, 250, 254, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ece1fa", endColorstr="#fcfafe", GradientType=1);
    z-index: -1; }
    .gallery-page .area-overlay .bg-overlay {
      position: relative;
      height: 300px;
      overflow: hidden;
      margin-top: -150px; }
      @media (max-width: 767px) {
        .gallery-page .area-overlay .bg-overlay {
          margin-top: 75px;
          height: 112px;
          text-align: center; }
          .gallery-page .area-overlay .bg-overlay img {
            max-width: unset;
            height: 100%;
            object-fit: contain; } }
    .gallery-page .area-overlay .img-overlay {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
  .gallery-page button.gallery {
    opacity: 0.2; }
    .gallery-page button.gallery.active {
      opacity: 1; }
  .gallery-page #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s; }
  .gallery-page #myImg:hover {
    opacity: 0.7; }
  .gallery-page .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999; }
  .gallery-page .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px; }
  .gallery-page #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px; }
  .gallery-page .modal-content,
  .gallery-page #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s; }
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
  .gallery-page .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s; }
  .gallery-page .close:hover,
  .gallery-page .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer; }
  @media only screen and (max-width: 700px) {
    .gallery-page .modal-content {
      width: 100%; } }

.referral-program-page-wrapper .banner-top .caption {
  bottom: 0;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  left: 0;
  height: 100%;
  transform: inherit; }
  .referral-program-page-wrapper .banner-top .caption h1.font-xl {
    font-size: 8rem;
    line-height: 8rem;
    text-align: left; }
    .referral-program-page-wrapper .banner-top .caption h1.font-xl.number {
      font-size: 16rem;
      text-align: right; }
  @media (max-width: 767px) {
    .referral-program-page-wrapper .banner-top .caption h1 {
      display: none; } }
.referral-program-page-wrapper .logo img {
  filter: brightness(0) invert(1); }

.referral-program-page {
  position: relative; }
  .referral-program-page .container-referral {
    max-width: 1436px; }
    .referral-program-page .container-referral .titile {
      font-family: "SanFranciscoText", serif;
      font-weight: bold; }
      @media (max-width: 991px) {
        .referral-program-page .container-referral .titile {
          padding-top: 80px !important; } }
  .referral-program-page .area-which-tier {
    background: linear-gradient(180deg, #d3eada 0%, rgba(250, 241, 209, 0) 79.21%);
    position: relative; }
  .referral-program-page .area-overlay {
    background: linear-gradient(0deg, #ebe0fa 0.05%, rgba(235, 224, 250, 0) 90.86%);
    height: 300px;
    margin-top: -133px;
    padding-top: 129px;
    z-index: -1; }
  .referral-program-page .area.area-pr-info.mb-5 {
    margin-top: 115px;
    margin-bottom: 154px !important; }
    @media (max-width: 991px) {
      .referral-program-page .area.area-pr-info.mb-5 {
        margin-top: 0 !important;
        margin-bottom: 0 !important; } }

.purchase-reward {
  background: linear-gradient(-180deg, #ebe0fa 0.05%, #f8f3ff 122.06%);
  padding: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 208px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px; }
  .purchase-reward .btn {
    font-size: 14px;
    line-height: 26px; }
  .purchase-reward .title {
    font-family: "FieldsDisplay", serif !important;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px; }
  .purchase-reward p,
  .purchase-reward a {
    font-family: "SanFranciscoText", serif;
    font-size: 12px;
    padding: 0;
    line-height: 16px; }

.purchase-reward.mobile {
  display: none; }

@media (max-width: 991px) {
  .purchase-reward {
    display: none; }
    .purchase-reward.mobile {
      display: block;
      bottom: 20px;
      position: absolute;
      top: unset; }
      .purchase-reward.mobile .collapse-pur {
        display: none; }
        .purchase-reward.mobile .collapse-pur.show {
          display: block; } }
.referral-program-page .container {
  max-width: 1435px; }
  @media (min-width: 992px) {
    .referral-program-page .container .col {
      width: 20%; } }
  @media (max-width: 991px) {
    .referral-program-page .container .col {
      padding-top: 100px;
      padding-bottom: 30px;
      text-align: center; }
    .referral-program-page .container .col:first-child {
      padding-top: 30px; }
      .referral-program-page .container .col:first-child .icon::after {
        display: none !important; } }
.referral-program-page .heading {
  margin-top: 80px;
  margin-bottom: 160px; }
  @media (max-width: 991px) {
    .referral-program-page .heading {
      margin-top: 50px !important;
      margin-bottom: 50px !important; } }
.referral-program-page .img_referral {
  width: 100%;
  height: 650px;
  overflow: hidden; }
  .referral-program-page .img_referral img {
    width: 100%;
    object-fit: cover;
    margin-top: -115px; }
  @media (max-width: 991px) {
    .referral-program-page .img_referral {
      height: 394px; }
      .referral-program-page .img_referral img {
        width: auto;
        height: 100%;
        margin-top: 0; } }
.referral-program-page .area-introduction {
  background: #fff; }
  .referral-program-page .area-introduction .sort-des {
    -webkit-line-clamp: unset; }
    @media (min-width: 992px) {
      .referral-program-page .area-introduction .sort-des p {
        width: 858px;
        font-size: 16px;
        line-height: 26px;
        margin: auto;
        letter-spacing: 1px;
        padding: 0 15px; } }
.referral-program-page table tr td {
  padding: 20px 10px !important; }
  .referral-program-page table tr td img.checked {
    width: 29px; }
@media (min-width: 992px) {
  .referral-program-page table.mobile {
    display: none; } }
@media (max-width: 991px) {
  .referral-program-page table.mobile {
    display: block;
    font-size: 10px !important;
    overflow: hidden;
    line-height: 14px; }
    .referral-program-page table.mobile th {
      font-size: 10px !important; }
  .referral-program-page table.desktop {
    display: none; } }
@media (min-width: 1400px) {
  .referral-program-page .area-pr-info .heading {
    font-size: 60px;
    line-height: 29px; } }
.referral-program-page .area-pr-info .heading .icon {
  position: relative;
  height: 70px; }
  .referral-program-page .area-pr-info .heading .icon::after {
    content: "";
    position: absolute;
    z-index: 999;
    right: -160px;
    top: -20px;
    background: url(../images/pattern-bg.png) no-repeat;
    background-size: cover;
    width: 161px;
    height: 165px; }
    @media (max-width: 991px) {
      .referral-program-page .area-pr-info .heading .icon::after {
        left: -63px;
        width: 120px;
        height: 120px;
        top: 44px; } }
.referral-program-page .area-pr-info .sort-info h3.small {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold; }
.referral-program-page .area-pr-info .sort-info p {
  font-size: 16px;
  line-height: 22px;
  font-family: "SanFranciscoText", serif;
  text-align: center; }
.referral-program-page .area-pr-info .sort-info .icon {
  margin-bottom: 80px;
  text-align: center;
  position: relative; }
  .referral-program-page .area-pr-info .sort-info .icon::after {
    content: "";
    position: absolute;
    z-index: 999;
    background: #6ac8c6;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    top: 2rem;
    right: 0; }
    @media (max-width: 991px) {
      .referral-program-page .area-pr-info .sort-info .icon::after {
        right: 50%;
        top: -55px; } }
.referral-program-page .area-pr-info .sort-info ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  margin-top: 2rem; }
  @media (max-width: 767px) {
    .referral-program-page .area-pr-info .sort-info ul:not(:last-child) {
      margin-bottom: 1.5rem; } }
  .referral-program-page .area-pr-info .sort-info ul li {
    position: relative; }
    .referral-program-page .area-pr-info .sort-info ul li:not(:first-child)::after {
      content: "";
      position: absolute;
      left: 50%;
      top: -1rem;
      transform: translateX(-50%);
      width: 58px;
      height: 1px;
      background: #a5d7af; }
    @media (min-width: 768px) {
      .referral-program-page .area-pr-info .sort-info ul li:not(:last-child) {
        margin-bottom: 2rem; } }
    @media (max-width: 767px) {
      .referral-program-page .area-pr-info .sort-info ul li:not(:last-child) {
        margin-bottom: 1rem; } }
.referral-program-page .area-pr-info .swiper .swiper-pagination {
  display: flex !important;
  justify-content: center; }
  .referral-program-page .area-pr-info .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 9.59px;
    height: 9.59px;
    display: flex;
    border-radius: 50%;
    background: #425e41;
    opacity: 0.5;
    margin: 0 20px; }
    .referral-program-page .area-pr-info .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1;
      background: #425e41; }
.referral-program-page .area-pr-info .highlight-slide-wrapper {
  position: relative; }
  .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-wrapper {
    justify-content: center; }
  .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-slide {
    text-align: center;
    justify-content: start; }
    @media (max-width: 1400px) {
      .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-slide {
        padding-bottom: 100px; } }
    .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-slide:not(:first-child) {
      position: relative; }
      .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-slide:not(:first-child)::before {
        content: "";
        position: absolute;
        z-index: 999;
        background: #6ac8c6;
        border-radius: 100%;
        width: 0.625rem;
        height: 0.625rem;
        top: 2rem;
        left: -0.3rem; }
    .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-slide .wrap-content {
      overflow: unset; }
  .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-button-next,
  .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-button-prev {
    color: #000;
    top: 35%; }
    .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-button-next.swiper-button-disabled,
    .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-button-prev.swiper-button-disabled {
      opacity: 0; }
  .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-button-next {
    right: -3.5rem; }
    .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-button-next::after {
      content: "";
      background: url(../images/next.png) no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%; }
  .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-button-prev {
    left: -3.5rem; }
    .referral-program-page .area-pr-info .highlight-slide-wrapper .swiper-button-prev::after {
      content: "";
      background: url(../images/pre.png) no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%; }
.referral-program-page .area-which-tier {
  position: relative;
  background: #d3eada;
  background: -moz-linear-gradient(180deg, #d3eada 0%, rgba(223, 236, 215, 0.7371323529) 24%, rgba(250, 241, 209, 0.3505777311) 57%, rgba(250, 241, 209, 0) 100%);
  background: -webkit-linear-gradient(180deg, #d3eada 0%, rgba(223, 236, 215, 0.7371323529) 24%, rgba(250, 241, 209, 0.3505777311) 57%, rgba(250, 241, 209, 0) 100%);
  background: linear-gradient(180deg, #d3eada 0%, rgba(223, 236, 215, 0.7371323529) 24%, rgba(250, 241, 209, 0.3505777311) 57%, rgba(250, 241, 209, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3eada", endColorstr="#faf1d1", GradientType=1);
  position: relative; }
  .referral-program-page .area-which-tier::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../images/line-devide-transparent.png) no-repeat;
    background-size: cover;
    width: 1920px;
    height: 44px; }
  .referral-program-page .area-which-tier::after {
    content: "";
    position: absolute;
    box-sizing: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, #ebe0fa 0.05%, rgba(235, 224, 250, 0) 30.86%); }
  .referral-program-page .area-which-tier * {
    color: #425e41; }
  .referral-program-page .area-which-tier .sort-des {
    -webkit-line-clamp: unset; }
    @media (min-width: 992px) {
      .referral-program-page .area-which-tier .sort-des p {
        width: 585px;
        margin: auto;
        letter-spacing: 1px;
        padding: 0; } }
  .referral-program-page .area-which-tier .table tr {
    vertical-align: middle; }
  .referral-program-page .area-which-tier .table th {
    padding: 20px 10px !important;
    border-color: #1e4141; }
  .referral-program-page .area-which-tier .table td {
    padding: 2rem 0.5rem !important;
    border-color: #1e4141; }
  .referral-program-page .area-which-tier .table th {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.6px; }
    .referral-program-page .area-which-tier .table th:nth-child(1) {
      width: 6%; }
    .referral-program-page .area-which-tier .table th:nth-child(2) {
      width: 9.6%; }
    .referral-program-page .area-which-tier .table th:nth-child(3) {
      width: 10.4%; }
    .referral-program-page .area-which-tier .table th:nth-child(4) {
      width: 7.2%; }
    .referral-program-page .area-which-tier .table th:nth-child(5) {
      width: 10.3%; }
    .referral-program-page .area-which-tier .table th:nth-child(6) {
      width: 7.4%; }
    .referral-program-page .area-which-tier .table th:nth-child(7) {
      width: 7.9%; }
  .referral-program-page .area-which-tier .table .text-start {
    text-align: left !important; }
  @media (min-width: 1400px) {
    .referral-program-page .area-which-tier .table {
      max-width: 1436px; } }
.referral-program-page .area-further-enquiries .heading {
  text-transform: none;
  color: #46375f; }
.referral-program-page .area-further-enquiries .sort-des {
  margin-top: 20px;
  text-overflow: unset;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-line-clamp: unset;
  line-height: 22px; }
@media (max-width: 991px) {
  .referral-program-page .brand img {
    width: 168px; }
  .referral-program-page .line img {
    max-width: 144px; }
  .referral-program-page .bg-overlay .img-overlay {
    display: none; }
  .referral-program-page .bg-overlay .img-overlay-mobile {
    display: block; }
  .referral-program-page .area-overlay {
    height: auto;
    margin-top: -90px; } }

.img-overlay-mobile {
  display: none; }

.contact-page .banner-top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  z-index: 2;
  width: 100%;
  height: 15%; }
.contact-page .banner-top .caption {
  bottom: 30%; }
.contact-page .banner-top .swiper .swiper-slide::before {
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0)); }
.contact-page .social {
  display: none; }
.contact-page h1 {
  text-transform: uppercase; }
@media (min-width: 1200px) {
  .contact-page h1 {
    font-size: 5rem !important; }
  .contact-page .my-lg-5 {
    margin: 5rem 0 !important; }
  .contact-page .py-lg-5 {
    padding: 5rem 0 !important; }
  .contact-page .pt-lg-5 {
    padding-top: 5rem !important; }
  .contact-page .pb-lg-5 {
    padding-bottom: 5rem !important; } }
.contact-page .area-contact-info {
  margin-top: -10%; }
  .contact-page .area-contact-info .list-info {
    position: relative;
    z-index: 2;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .contact-page .area-contact-info .list-info {
        justify-content: center; } }
    @media (max-width: 767px) {
      .contact-page .area-contact-info .list-info .item {
        width: 100%;
        text-align: center; }
        .contact-page .area-contact-info .list-info .item:not(:last-child) {
          margin-bottom: 1rem; } }
@media (min-width: 768px) {
  .contact-page .area-form .sort-des {
    margin-bottom: -2.5rem; } }
.contact-page .area-form .form-label {
  color: #6c6c6c; }
.contact-page .area-form .note {
  display: none; }

.leaflet-touch .leaflet-right .leaflet-control {
  margin-right: 5rem;
  margin-bottom: 2rem; }
@media (max-width: 991px) {
  .leaflet-touch .leaflet-bottom.leaflet-right {
    right: 10%;
    transform: translateX(50%); }
  .leaflet-touch .leaflet-right .leaflet-control {
    margin-right: 0;
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .leaflet-touch .leaflet-right .leaflet-control {
    margin-right: 30px;
    margin-bottom: 80px; } }
.leaflet-touch .leaflet-bar {
  border: 0;
  display: flex; }
  .leaflet-touch .leaflet-bar a {
    width: 35px;
    height: 35px;
    color: #425e41;
    box-shadow: 2.55829px 2.55829px 2.55829px rgba(0, 0, 0, 0.25);
    background-color: #fff5dc;
    border-color: #425e41;
    margin: 0 1rem;
    border-radius: 100% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center; }

.amenitiesLocationModal .title {
  font-family: "FieldsDisplay", serif;
  font-size: 29px;
  text-transform: inherit;
  font-weight: 400;
  margin-bottom: 40px; }
@media (min-width: 992px) {
  .amenitiesLocationModal .modal-lg,
  .amenitiesLocationModal .modal-xl {
    max-width: 1000px; } }
.amenitiesLocationModal .modal-body {
  border-radius: 20px;
  padding: 20px; }
  @media (min-width: 768px) {
    .amenitiesLocationModal .modal-body {
      padding: 75px 90px 50px; } }

@media (max-width: 991px) {
  .area-amenities.masterplan .sort-des {
    max-width: 335px;
    margin: 30px auto 50px; } }

.area-amenities.location .heading {
  padding-top: 114px; }
@media (max-width: 991px) {
  .area-amenities.location .sort-des {
    max-width: 100%;
    padding: 0 20px;
    margin: 30px auto 50px; }
  .area-amenities.location .new-line {
    display: block; } }

::-webkit-scrollbar {
  width: 20px; }

::-webkit-scrollbar-track {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  background-color: #425e41;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box; }

::-webkit-scrollbar-thumb:hover {
  background-color: #425e41; }

.relate .title {
  text-align: center; }

.logo.mobile {
  margin-top: 70px;
  margin-bottom: 65px; }

@media (max-width: 991px) {
  .logo.mobile {
    margin-top: 20px; }
    .logo.mobile img {
      width: 198px;
      margin-left: auto;
      margin-right: auto; } }
@media (min-width: 992px) {
  .homedesign-body header {
    background-color: #c9e7cf; } }

@media (max-width: 767px) {
  .tooltip-module360.tooltip.bs-tooltip-end {
    transform: translate3d(245px, 70px, 0) !important; }
    .tooltip-module360.tooltip.bs-tooltip-end .tooltip-arrow {
      transform: translate3d(-9px, -30px, 1px) !important;
      rotate: 90deg; } }
.tooltip-module360.tooltip .tooltip-inner {
  background-color: #2c4d3f !important;
  color: #ffffff !important;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important; }
.tooltip-module360.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #2c4d3f !important; }
.tooltip-module360.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #2c4d3f !important; }
.tooltip-module360.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #2c4d3f !important; }
.tooltip-module360.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #2c4d3f !important; }

@media (max-width: 767px) {
  .en-lang .is-vn {
    display: none !important; } }
.en-lang .is-vn {
  display: none !important; }

@media (max-width: 767px) {
  .vn-lang .is-en {
    display: none !important; }
  .vn-lang .home-page .area-home-designs .heading > span::before {
    left: calc(-100% + 75px); }
  .vn-lang .home-page .area-home-designs .heading > span::after {
    right: calc(-100% + 75px); }
  .vn-lang .home-page .area-home-designs .heading > span {
    max-width: 160px; }
  .vn-lang .home-page .area-pr-info .btn {
    letter-spacing: 1px;
    padding: 0; }
  .vn-lang .introduction-page .heading p.is-vn.item {
    font-size: 18px !important;
    line-height: 45px; } }
.vn-lang .is-en {
  display: none !important; }
.vn-lang .typo-heading.typo-heading-vn {
  line-height: 95%; }

.is-mb.is-vn.heading .icon::after {
  left: 75px !important; }
.is-mb.heading .icon::after {
  top: 30px !important;
  left: -10px !important; }
.is-mb.heading .item-2 .typo, .is-mb.heading .item-2 .typo-heading {
  display: flex !important; }
.is-mb.heading .item-2 .typo {
  margin-top: 0 !important;
  justify-content: center; }
.is-mb.heading .item-2 .typo-heading {
  margin-top: -15px !important; }

.font-HelveticaNeue-Regular {
  font-family: HelveticaNeue-Regular !important; }

.vn-lang .area-pr-info .heading.line-height-normal {
  line-height: normal; }

@media (max-width: 767px) {
  .location-box .location-map .transform-mb {
    transform: translate3d(0, 0px, 0px) !important; }

  .en-lang .home-page .area-introduction .heading .item {
    max-width: 100%;
    margin: 33px auto;
    font-size: 25px;
    line-height: 60%; }

  .vn-lang .home-page .area-introduction .heading .item {
    max-width: 100%;
    margin: 33px auto;
    font-size: 18px;
    line-height: 60%; }

  .vn-lang .referral-program-page .icon-mb:before {
    content: "";
    position: absolute;
    z-index: 999;
    right: 20px;
    top: -110px;
    background: url(../images/pattern-bg.png) no-repeat;
    background-size: cover;
    width: 101px;
    height: 105px; } }
@media (max-width: 991px) {
  .amenities-page .logo {
    margin-bottom: 50px; }

  .gallery-page .filter-items select.label {
    background-image: none !important;
    position: relative;
    -webkit-appearance: auto !important; }
    .gallery-page .filter-items select.label:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      background: url(../images/arrow-down.svg) no-repeat;
      background-size: contain;
      width: 13px;
      height: 9px;
      border: none; } }
.mfp-iframe-scaler {
  overflow: unset !important; }
  .mfp-iframe-scaler .mfp-close {
    color: transparent;
    top: -3rem !important;
    right: -.5rem !important;
    cursor: pointer !important; }

.popup-layer {
  position: relative;
  height: 100%;
  width: 100%;
  display: block; }
  .popup-layer .btn-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px; }
  .popup-layer::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: url(../images/video-play-icon.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 9; }

.swiper-fill .swiper-slide {
  height: 100%;
  overflow: hidden; }
  .swiper-fill .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.swiper-list.list-awards .swiper-slide .wrap-box .wrap-img {
  height: 200px; }
.swiper-list.list-partners .swiper-slide .wrap-box .wrap-img {
  height: 150px; }
.swiper-list .swiper-slide {
  height: unset;
  display: flex;
  flex-direction: column; }
  .swiper-list .swiper-slide .wrap-box .wrap-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    -webkit-line-clamp: 4; }

.swiper .swiper-slide {
  background-size: cover;
  background-position: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
.swiper .swiper-pagination {
  display: flex;
  justify-content: center; }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 9.59px;
    height: 9.59px;
    display: flex;
    border-radius: 50%;
    background: #fff;
    opacity: .6; }
    .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }
.swiper .swiper-button-disabled {
  opacity: 0 !important; }
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  position: absolute;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  justify-content: center; }
  @media (min-width: 992px) {
    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
      align-items: center;
      top: 50%; } }
  @media (max-width: 991px) {
    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
      top: 30%; } }
  .swiper .swiper-button-next.swiper-button-disabled,
  .swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0; }
  .swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    content: '';
    position: absolute;
    background-size: contain !important; }
    @media (min-width: 992px) {
      .swiper .swiper-button-next::after,
      .swiper .swiper-button-prev::after {
        width: 40px;
        height: 40px; } }
    @media (max-width: 991px) {
      .swiper .swiper-button-next::after,
      .swiper .swiper-button-prev::after {
        width: 35px;
        height: 35px; } }
  .swiper .swiper-button-next:hover, .swiper .swiper-button-next:focus,
  .swiper .swiper-button-prev:hover,
  .swiper .swiper-button-prev:focus {
    opacity: .8; }
@media (min-width: 992px) {
  .swiper .swiper-button-prev {
    left: 0; } }
@media (max-width: 991px) {
  .swiper .swiper-button-prev {
    left: 30px; } }
@media (max-width: 767px) {
  .swiper .swiper-button-prev {
    left: 15px; } }
.swiper .swiper-button-prev::after {
  background: url(../images/pre.png) no-repeat; }
@media (min-width: 992px) {
  .swiper .swiper-button-next {
    right: 0; } }
@media (max-width: 991px) {
  .swiper .swiper-button-next {
    right: 30px; } }
@media (max-width: 767px) {
  .swiper .swiper-button-next {
    right: 15px; } }
.swiper .swiper-button-next::after {
  background: url(../images/next.png) no-repeat; }

.swiper-pagination {
  display: none !important; }

.highlight-slide-wrapper {
  position: relative; }
  .highlight-slide-wrapper .wrap-img {
    height: unset;
    position: relative;
    width: 100%;
    padding: 0 0 0;
    overflow: hidden; }
  .highlight-slide-wrapper .swiper-button-next,
  .highlight-slide-wrapper .swiper-button-prev {
    color: #000;
    top: 45%; }
    .highlight-slide-wrapper .swiper-button-next.swiper-button-disabled,
    .highlight-slide-wrapper .swiper-button-prev.swiper-button-disabled {
      opacity: 0; }
  .highlight-slide-wrapper .swiper-button-next {
    right: -3.5rem; }
    .highlight-slide-wrapper .swiper-button-next::after {
      content: "";
      background: url(../images/next.png) no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%; }
  .highlight-slide-wrapper .swiper-button-prev {
    left: -3.5rem; }
    .highlight-slide-wrapper .swiper-button-prev::after {
      content: "";
      background: url(../images/pre.png) no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%; }

.wrap-box-filter {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
  z-index: 1000; }
  @media (max-width: 767px) {
    .wrap-box-filter {
      top: unset;
      transform: unset;
      bottom: 100px;
      left: -5px; } }
  .wrap-box-filter .filter-panel {
    position: relative;
    width: 250px;
    background: rgba(255, 243, 220, 0.7);
    backdrop-filter: blur(5px);
    clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
    overflow: hidden; }
    .wrap-box-filter .filter-panel .space-top {
      height: 30px;
      margin: 0 8px; }
    .wrap-box-filter .filter-panel .corner {
      position: absolute;
      width: 10px;
      height: 10px; }
    .wrap-box-filter .filter-panel .top-left {
      top: 4px;
      left: 4px;
      border-left: 1px solid rgba(44, 77, 63, 0.8);
      transform: rotate(225deg);
      mix-blend-mode: hard-light; }
    .wrap-box-filter .filter-panel .top-right {
      top: 4px;
      right: 4px;
      border-right: 1px solid rgba(44, 77, 63, 0.8);
      transform: rotate(-225deg); }
    .wrap-box-filter .filter-panel .bottom-left {
      bottom: 4px;
      left: 4px;
      border-left: 1px solid rgba(44, 77, 63, 0.8);
      transform: rotate(-225deg); }
    .wrap-box-filter .filter-panel .bottom-right {
      bottom: 4px;
      right: 4px;
      border-right: 1px solid rgba(44, 77, 63, 0.8);
      transform: rotate(225deg); }
    .wrap-box-filter .filter-panel::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 8px;
      right: 8px;
      bottom: 8px;
      left: 8px;
      clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
      border: 1px solid rgba(44, 77, 63, 0.8); }
    .wrap-box-filter .filter-panel .nav-tabs {
      border-bottom: 1px solid rgba(44, 77, 63, 0.8);
      margin: 0 8px -1px; }
      .wrap-box-filter .filter-panel .nav-tabs .nav-item {
        padding: 0;
        width: 100%; }
        .wrap-box-filter .filter-panel .nav-tabs .nav-item:not(:last-child) {
          margin-right: 0; }
      .wrap-box-filter .filter-panel .nav-tabs .nav-link {
        border: none;
        border-radius: 0;
        color: #425e41;
        font-size: 18px;
        padding: 0.5rem;
        font-weight: 600;
        margin-bottom: 0;
        text-transform: unset;
        font-family: "SVN-MillerBanner", serif;
        width: 100%;
        opacity: 1; }
        .wrap-box-filter .filter-panel .nav-tabs .nav-link.active {
          background-color: #425e41;
          color: #edcf99;
          width: 100%;
          height: 100%; }
      .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav {
        border-top: 1px solid #425e41;
        border-left: none;
        border-right: none;
        border-bottom: none;
        margin: 0;
        overflow: hidden;
        padding: 1rem; }
        .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav .nav-item {
          width: auto;
          display: flex;
          justify-content: center;
          margin: 0 15px; }
          .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav .nav-item .nav-link {
            color: #425e41;
            font-weight: 600;
            font-size: 0.85rem;
            padding: 0;
            border: none;
            font-family: "SanFranciscoText", serif; }
            .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav .nav-item .nav-link.active {
              border-bottom: 2px #425e41 solid;
              background: unset;
              padding: 0.5rem 0; }
        .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav + .tab-content {
          margin: 0; }
    .wrap-box-filter .filter-panel .utility-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .wrap-box-filter .filter-panel .utility-list li {
        padding: 0 10px;
        font-size: 14px;
        font-weight: 200;
        color: #425e41;
        border-top: 1px solid rgba(44, 77, 63, 0.8); }
        .wrap-box-filter .filter-panel .utility-list li:last-child {
          border-bottom: 1px solid rgba(44, 77, 63, 0.8); }
        .wrap-box-filter .filter-panel .utility-list li:hover {
          background: #425e41;
          color: #edcf99; }
    .wrap-box-filter .filter-panel .toggle-button {
      margin: 0 0 8px 0;
      padding: 0;
      font-size: 20px;
      overflow: hidden;
      cursor: pointer;
      position: relative; }
      .wrap-box-filter .filter-panel .toggle-button .icon {
        display: inline-block;
        transition: transform 0.3s ease; }
      .wrap-box-filter .filter-panel .toggle-button.expanded .icon, .wrap-box-filter .filter-panel .toggle-button.open .icon {
        transform: rotate(180deg);
        height: 25px;
        margin-bottom: 2px; }
      .wrap-box-filter .filter-panel .toggle-button.open {
        border-top: 1px solid rgba(44, 77, 63, 0.8); }
      .wrap-box-filter .filter-panel .toggle-button:hover {
        color: #edcf99;
        mix-blend-mode: multiply; }
        .wrap-box-filter .filter-panel .toggle-button:hover .toggle-bottom-left {
          position: absolute;
          bottom: -4px;
          left: -4px;
          border-left: 1px solid rgba(44, 77, 63, 0.8);
          transform: rotate(135deg);
          z-index: 22;
          width: 10px;
          height: 10px;
          background: rgba(255, 243, 220, 0.7);
          backdrop-filter: blur(5px);
          mix-blend-mode: hard-light; }
        .wrap-box-filter .filter-panel .toggle-button:hover .toggle-bottom-right {
          position: absolute;
          bottom: -2px;
          right: -18px;
          border-right: 1px solid rgba(90, 92, 91, 0.8);
          transform: rotate(135deg);
          z-index: 22;
          width: 32px;
          height: 10px;
          background: rgba(255, 243, 220, 0.7);
          backdrop-filter: blur(5px);
          mix-blend-mode: hard-light; }
        .wrap-box-filter .filter-panel .toggle-button:hover::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #425e41;
          color: #edcf99;
          z-index: -1; }
    .wrap-box-filter .filter-panel .tab-content {
      padding: 0;
      margin: 0 8px;
      font-size: 14px; }
      .wrap-box-filter .filter-panel .tab-content .wrap-content {
        max-height: 0;
        opacity: 0;
        transform: translateY(-10px);
        overflow: hidden;
        transition: all 0.5s ease;
        visibility: hidden; }
        .wrap-box-filter .filter-panel .tab-content .wrap-content.show {
          max-height: 500px;
          opacity: 1;
          transform: translateY(0);
          visibility: visible; }
    .wrap-box-filter .filter-panel .section-title {
      font-size: 22px;
      color: #425e41;
      padding: 0;
      font-family: "SVN-MillerBanner", serif; }
    .wrap-box-filter .filter-panel .floor-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0;
      text-align: center;
      height: auto;
      opacity: 1;
      max-height: 500px;
      overflow: hidden;
      transition: max-height 0.5s ease, opacity 0.5s ease; }
      .wrap-box-filter .filter-panel .floor-grid.hide {
        opacity: 0;
        max-height: 0;
        opacity: 1; }
      .wrap-box-filter .filter-panel .floor-grid .item-filter {
        border: 1px solid #425e41;
        padding: 15px 8px;
        font-size: 14px;
        font-weight: 200;
        cursor: pointer; }
        @media (max-width: 767px) {
          .wrap-box-filter .filter-panel .floor-grid .item-filter {
            padding: 0 8px; } }
        .wrap-box-filter .filter-panel .floor-grid .item-filter:hover, .wrap-box-filter .filter-panel .floor-grid .item-filter.active {
          background: #425e41;
          color: #edcf99; }
    .wrap-box-filter .filter-panel .area-slider input[type="range"] {
      width: 99%;
      height: 3px;
      margin: 10px auto;
      accent-color: #425e41;
      display: flex;
      align-items: center; }
      .wrap-box-filter .filter-panel .area-slider input[type="range"]::-webkit-slider-runnable-track {
        background: #edcf99;
        height: 3px;
        border-radius: 2px; }
      .wrap-box-filter .filter-panel .area-slider input[type="range"]::-webkit-slider-thumb {
        border: none;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        margin-top: -6px;
        cursor: pointer;
        -webkit-appearance: none; }
    .wrap-box-filter .filter-panel .area-slider .label {
      text-align: center;
      font-size: 14px;
      color: #425e41;
      padding: 0.25rem 0.5rem 0.75rem; }
    .wrap-box-filter .filter-panel .reset-btn {
      border-top: 1px solid #425e41;
      border-bottom: 1px solid #425e41;
      text-align: center;
      padding: 0.5rem;
      cursor: pointer;
      font-family: "SVN-MillerBanner", serif;
      font-weight: 600;
      color: #425e41;
      font-size: 16px; }
      .wrap-box-filter .filter-panel .reset-btn:hover {
        background: #425e41;
        color: #edcf99; }

.keyPlanModal.show,
.galleryModal.show {
  background: #000; }
  .keyPlanModal.show .close,
  .galleryModal.show .close {
    color: #fff;
    text-align: right; }

.toggle-floors-list,
.toggle-key-status-list {
  position: absolute;
  height: 100px;
  top: 0;
  right: -0.75rem;
  font-size: 20px;
  z-index: 10;
  text-align: right;
  padding: 0.5rem; }
  @media (min-width: 768px) {
    .toggle-floors-list,
    .toggle-key-status-list {
      display: none; } }
  @media (max-width: 767px) {
    .toggle-floors-list,
    .toggle-key-status-list {
      display: block; } }
  .toggle-floors-list.show i,
  .toggle-key-status-list.show i {
    rotate: 180deg; }

.toggle-floors-list,
.toggle-key-status-list {
  right: 0; }

.floorplan-page .info-box {
  right: 15px;
  z-index: 11; }
  @media (max-width: 767px) {
    .floorplan-page .info-box {
      z-index: 1020; }
      .floorplan-page .info-box .toggle-btn.active {
        left: 0;
        position: fixed; }
      .floorplan-page .info-box .info-section .wrap-box::after {
        content: "";
        position: absolute;
        top: -100%;
        left: -50%;
        width: 200%;
        height: 300%;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1; }
      .floorplan-page .info-box .info-section .wrap-box .filter-panel {
        max-height: 80vh !important; }
        .floorplan-page .info-box .info-section .wrap-box .filter-panel .over-flow {
          max-height: 70vh;
          overflow: auto;
          margin-bottom: 30px; } }
  .floorplan-page .info-box.active .toggle-btn.active {
    left: calc(100% - 23px);
    width: 40px; }
  .floorplan-page .info-box .toggle-btn {
    width: max-content;
    left: unset;
    right: 0;
    top: unset;
    bottom: 13px;
    z-index: 11;
    color: #425e41;
    background: transparent;
    color: #425e41; }
@media (max-width: 767px) and (max-height: 667px) {
  .floorplan-page .info-box .toggle-btn:not(.active) {
    bottom: -5px; } }

    .floorplan-page .info-box .toggle-btn:hover {
      color: #000; }
    .floorplan-page .info-box .toggle-btn .sort {
      padding-right: 1rem;
      font-size: 12px; }
      @media (max-width: 767px) {
        .floorplan-page .info-box .toggle-btn .sort {
          padding-right: 0.5rem;
          width: 150px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; } }
    .floorplan-page .info-box .toggle-btn .view-more {
      display: flex;
      align-items: center;
      justify-content: center; }
      .floorplan-page .info-box .toggle-btn .view-more .txt {
        font-size: 12px;
        font-weight: bold; }
    .floorplan-page .info-box .toggle-btn.active {
      right: 682px;
      top: unset;
      width: 40px;
      background: rgba(255, 243, 220, 0.85);
      backdrop-filter: blur(5px);
      clip-path: polygon(5px 0%, calc(100% - 5px) 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0% calc(100% - 5px), 0% 5px); }
      .floorplan-page .info-box .toggle-btn.active .sort {
        padding-right: 0;
        width: 0;
        visibility: hidden; }
      .floorplan-page .info-box .toggle-btn.active .txt {
        width: 0;
        visibility: hidden; }
  .floorplan-page .info-box .info-section {
    transform: translateX(100%);
    transition: transform 0.7s cubic-bezier(0.3, 0, 0, 1);
    width: 0;
    visibility: hidden; }
    .floorplan-page .info-box .info-section.active {
      transform: translateX(0);
      width: 500px;
      visibility: visible; }
    .floorplan-page .info-box .info-section .wrap-box {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 9999; }
      .floorplan-page .info-box .info-section .wrap-box .filter-panel {
        position: relative;
        min-height: 300px;
        max-height: 500px;
        overflow: auto;
        background: rgba(255, 243, 220, 0.85);
        backdrop-filter: blur(5px);
        clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
        overflow: hidden; }
        .floorplan-page .info-box .info-section .wrap-box .filter-panel .space-top {
          height: 30px;
          margin: 0 8px;
          border-bottom: 1px solid rgba(44, 77, 63, 0.8); }
        .floorplan-page .info-box .info-section .wrap-box .filter-panel .corner {
          position: absolute;
          width: 10px;
          height: 10px; }
        .floorplan-page .info-box .info-section .wrap-box .filter-panel .top-left {
          top: 4px;
          left: 4px;
          border-left: 1px solid rgba(44, 77, 63, 0.8);
          transform: rotate(225deg);
          mix-blend-mode: hard-light; }
        .floorplan-page .info-box .info-section .wrap-box .filter-panel .top-right {
          top: 4px;
          right: 4px;
          border-right: 1px solid rgba(44, 77, 63, 0.8);
          transform: rotate(-225deg); }
        .floorplan-page .info-box .info-section .wrap-box .filter-panel .bottom-left {
          bottom: 4px;
          left: 4px;
          border-left: 1px solid rgba(44, 77, 63, 0.8);
          transform: rotate(-225deg); }
        .floorplan-page .info-box .info-section .wrap-box .filter-panel .bottom-right {
          bottom: 4px;
          right: 4px;
          border-right: 1px solid rgba(44, 77, 63, 0.8);
          transform: rotate(225deg); }
        @media (min-width: 768px) {
          .floorplan-page .info-box .info-section .wrap-box .filter-panel {
            width: 685px; } }
        @media (max-width: 767px) {
          .floorplan-page .info-box .info-section .wrap-box .filter-panel {
            width: calc(100vw - 50px); } }
        .floorplan-page .info-box .info-section .wrap-box .filter-panel::before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 8px;
          right: 8px;
          bottom: 8px;
          left: 8px;
          clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
          border: 1px solid rgba(44, 77, 63, 0.8); }
        .floorplan-page .info-box .info-section .wrap-box .filter-panel .toggle-button {
          margin: 0 0 8px 0;
          padding: 0;
          font-size: 20px;
          overflow: hidden;
          cursor: pointer;
          position: relative; }
          .floorplan-page .info-box .info-section .wrap-box .filter-panel .toggle-button .icon {
            display: inline-block;
            transition: transform 0.3s ease; }
          .floorplan-page .info-box .info-section .wrap-box .filter-panel .toggle-button.expanded .icon, .floorplan-page .info-box .info-section .wrap-box .filter-panel .toggle-button.open .icon {
            transform: rotate(180deg);
            height: 25px;
            margin-bottom: 2px; }
          .floorplan-page .info-box .info-section .wrap-box .filter-panel .toggle-button.open {
            border-top: 1px solid rgba(44, 77, 63, 0.8); }
          .floorplan-page .info-box .info-section .wrap-box .filter-panel .toggle-button:hover {
            color: #edcf99;
            mix-blend-mode: multiply; }
            .floorplan-page .info-box .info-section .wrap-box .filter-panel .toggle-button:hover .toggle-bottom-left {
              position: absolute;
              bottom: -4px;
              left: -4px;
              border-left: 1px solid rgba(44, 77, 63, 0.8);
              transform: rotate(135deg);
              z-index: 22;
              width: 10px;
              height: 10px;
              background: rgba(255, 243, 220, 0.7);
              backdrop-filter: blur(5px);
              mix-blend-mode: hard-light; }
            .floorplan-page .info-box .info-section .wrap-box .filter-panel .toggle-button:hover .toggle-bottom-right {
              position: absolute;
              bottom: -2px;
              right: -18px;
              border-right: 1px solid rgba(90, 92, 91, 0.8);
              transform: rotate(135deg);
              z-index: 22;
              width: 32px;
              height: 10px;
              background: rgba(255, 243, 220, 0.7);
              backdrop-filter: blur(5px);
              mix-blend-mode: hard-light; }
            .floorplan-page .info-box .info-section .wrap-box .filter-panel .toggle-button:hover::before {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background: #425e41;
              color: #edcf99;
              z-index: -1; }
        .floorplan-page .info-box .info-section .wrap-box .filter-panel .section-title {
          font-weight: bold;
          color: #425e41;
          padding: 0.75rem 0;
          font-size: 18px; }
        .floorplan-page .info-box .info-section .wrap-box .filter-panel .reset-btn {
          border-top: 1px solid #425e41;
          border-bottom: 1px solid #425e41;
          text-align: center;
          padding: 0.5rem;
          cursor: pointer;
          font-family: "SVN-MillerBanner", serif;
          font-weight: 600;
          color: #425e41;
          font-size: 16px; }
          .floorplan-page .info-box .info-section .wrap-box .filter-panel .reset-btn:hover {
            background: #425e41;
            color: #edcf99; }
.floorplan-page .action-group {
  z-index: 10;
  right: 0; }
  .floorplan-page .action-group .toggle-btn {
    left: -20px;
    top: calc(50% - 20px);
    z-index: 10;
    width: 40px;
    background-color: #fff;
    color: #425e41; }
    .floorplan-page .action-group .toggle-btn.active {
      left: calc(100% - 40px); }
.floorplan-page .action-group,
.floorplan-page .info-box {
  position: fixed;
  bottom: 0; }
  .floorplan-page .action-group .toggle-btn,
  .floorplan-page .info-box .toggle-btn {
    position: absolute;
    height: 40px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out; }
    .floorplan-page .action-group .toggle-btn .toggle-icon,
    .floorplan-page .info-box .toggle-btn .toggle-icon {
      font-size: 20px;
      transition: transform 0.3s ease-in-out; }
  .floorplan-page .action-group .toggle-btn.active .toggle-icon i,
  .floorplan-page .info-box .toggle-btn.active .toggle-icon i {
    transform: rotate(180deg); }
  .floorplan-page .action-group .ploorplans,
  .floorplan-page .info-box .ploorplans {
    transform: translateX(100%);
    transition: transform 0.7s cubic-bezier(0.3, 0, 0, 1); }
    .floorplan-page .action-group .ploorplans.active,
    .floorplan-page .info-box .ploorplans.active {
      transform: translateX(0); }
    .floorplan-page .action-group .ploorplans.small,
    .floorplan-page .info-box .ploorplans.small {
      width: 185px;
      height: 300px; }
    .floorplan-page .action-group .ploorplans .svg-floor-section,
    .floorplan-page .action-group .ploorplans svg,
    .floorplan-page .info-box .ploorplans .svg-floor-section,
    .floorplan-page .info-box .ploorplans svg {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 11;
      width: 100%;
      height: 100%; }
      .floorplan-page .action-group .ploorplans .svg-floor-section .link-to,
      .floorplan-page .action-group .ploorplans svg .link-to,
      .floorplan-page .info-box .ploorplans .svg-floor-section .link-to,
      .floorplan-page .info-box .ploorplans svg .link-to {
        cursor: pointer; }
        .floorplan-page .action-group .ploorplans .svg-floor-section .link-to path,
        .floorplan-page .action-group .ploorplans svg .link-to path,
        .floorplan-page .info-box .ploorplans .svg-floor-section .link-to path,
        .floorplan-page .info-box .ploorplans svg .link-to path {
          opacity: 0.8; }
        .floorplan-page .action-group .ploorplans .svg-floor-section .link-to line,
        .floorplan-page .action-group .ploorplans svg .link-to line,
        .floorplan-page .info-box .ploorplans .svg-floor-section .link-to line,
        .floorplan-page .info-box .ploorplans svg .link-to line {
          stroke-width: 3px; }
        .floorplan-page .action-group .ploorplans .svg-floor-section .link-to:hover path,
        .floorplan-page .action-group .ploorplans svg .link-to:hover path,
        .floorplan-page .info-box .ploorplans .svg-floor-section .link-to:hover path,
        .floorplan-page .info-box .ploorplans svg .link-to:hover path {
          opacity: 1; }
        .floorplan-page .action-group .ploorplans .svg-floor-section .link-to:hover circle,
        .floorplan-page .action-group .ploorplans svg .link-to:hover circle,
        .floorplan-page .info-box .ploorplans .svg-floor-section .link-to:hover circle,
        .floorplan-page .info-box .ploorplans svg .link-to:hover circle {
          fill: #fff; }
        .floorplan-page .action-group .ploorplans .svg-floor-section .link-to:hover text,
        .floorplan-page .action-group .ploorplans svg .link-to:hover text,
        .floorplan-page .info-box .ploorplans .svg-floor-section .link-to:hover text,
        .floorplan-page .info-box .ploorplans svg .link-to:hover text {
          fill: #425e41; }
        .floorplan-page .action-group .ploorplans .svg-floor-section .link-to:hover .hoverShow,
        .floorplan-page .action-group .ploorplans svg .link-to:hover .hoverShow,
        .floorplan-page .info-box .ploorplans .svg-floor-section .link-to:hover .hoverShow,
        .floorplan-page .info-box .ploorplans svg .link-to:hover .hoverShow {
          display: block; }
        .floorplan-page .action-group .ploorplans .svg-floor-section .link-to .hoverShow,
        .floorplan-page .action-group .ploorplans svg .link-to .hoverShow,
        .floorplan-page .info-box .ploorplans .svg-floor-section .link-to .hoverShow,
        .floorplan-page .info-box .ploorplans svg .link-to .hoverShow {
          display: none;
          transition: 3s ease-in-out; }
    .floorplan-page .action-group .ploorplans .thumb,
    .floorplan-page .info-box .ploorplans .thumb {
      width: 100%;
      height: 100%; }

.floorplan,
.floor-detail {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.floor-detail {
  display: none; }
  .floor-detail .action-box {
    position: absolute;
    z-index: 1050;
    left: 5px;
    top: 50px; }
    @media (max-width: 991px) {
      .floor-detail .action-box {
        z-index: 100;
        position: fixed;
        left: unset;
        top: 0.5rem;
        right: 10px; } }
    @media only screen and (max-width: 991px) and (orientation: landscape) {
      .floor-detail .action-box {
        top: 10px; } }
    .floor-detail .action-box:hover .btn {
      background: unset; }
      .floor-detail .action-box:hover .btn span:nth-child(1) {
        background: #425e41; }
        .floor-detail .action-box:hover .btn span:nth-child(1) img {
          filter: brightness(0) invert(1); }
  .floor-detail .btn-back span:nth-child(1) {
    background: #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    padding: 6px; }
    .floor-detail .btn-back span:nth-child(1) img {
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
  .floor-detail .btn-back span:nth-child(2) {
    color: #425e41;
    font-weight: 400;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
  .floor-detail .wrap-box-filter {
    font-size: 14px; }
    @media (max-width: 767px) {
      .floor-detail .wrap-box-filter {
        left: 0; } }
    .floor-detail .wrap-box-filter .filter-panel {
      width: 220px; }
      @media (max-width: 767px) {
        .floor-detail .wrap-box-filter .filter-panel {
          width: calc(100vw - 30px); } }
    .floor-detail .wrap-box-filter .btn-vr {
      font-weight: bold; }
  .floor-detail .apartment-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; }
    .floor-detail .apartment-detail .info {
      max-height: 700px;
      margin-top: -75px; }
      .floor-detail .apartment-detail .info img {
        max-height: 700px;
        clip-path: polygon(25px 0%, calc(100% - 25px) 0%, 100% 25px, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0% calc(100% - 25px), 0% 25px); }
      @media (max-width: 767px) {
        .floor-detail .apartment-detail .info {
          max-height: unset;
          max-width: 100%; }
          .floor-detail .apartment-detail .info img {
            max-height: unset;
            max-width: 100%;
            margin-bottom: 165px;
            clip-path: unset; } }
  @media (max-width: 767px) and (max-height: 667px) {
    .floor-detail .apartment-detail .info img {
      margin-bottom: 115px;
      clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px); } }

      @media only screen and (max-width: 991px) and (orientation: landscape) {
        .floor-detail .apartment-detail .info {
          margin-top: -100px;
          max-height: 400px; }
          .floor-detail .apartment-detail .info img {
            max-height: 400px;
            margin-bottom: 15px;
            clip-path: unset; } }
  .floor-detail .relate {
    max-width: 500px;
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 15px; }

.area-floor {
  position: relative; }
  @media only screen and (max-height: 768px) {
    .area-floor {
      scale: 0.65; } }
  .area-floor .notion {
    position: absolute;
    right: 0;
    top: 52%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .area-floor .notion {
        width: 100%; } }
    @media only screen and (max-width: 991px) and (orientation: landscape) {
      .area-floor .notion {
        transform: scale(0.75) translateY(-70%); }
        .area-floor .notion .keyplan-notion {
          display: grid;
          grid-template-columns: 50% 50%;
          width: 100%; } }
@media (max-width: 767px) and (max-height: 667px) {
  .area-floor .notion {
    top: 48%; } }
    @media (max-width: 767px) {
      .area-floor .notion .room-notion {
        display: grid;
        grid-template-columns: 30% 70%;
        align-items: end;
        width: 100%; }
        .area-floor .notion .room-notion .list.img-list .keyplan img {
          max-width: 100px; } }
    @media (max-width: 767px) and (max-height: 667px) {
      .area-floor .notion .room-notion .list.img-list .keyplan img {
        max-width: 70px; } }
    @media (max-width: 767px) {
        .area-floor .notion .room-notion .list.img-list .compass img {
          max-width: 40px; }
        .area-floor .notion .room-notion .list.room-list {
          margin-bottom: 0; }
          .area-floor .notion .room-notion .list.room-list li {
            scale: 0.7;
            margin-top: -0.5rem; }
            .area-floor .notion .room-notion .list.room-list li .label {
              white-space: nowrap; }
      .area-floor .notion .keyplan-notion {
        display: grid;
        grid-template-columns: 50% 50%;
        width: 100%; } }
    @media (min-width: 1200px) {
      .area-floor .notion .list {
        width: 265px; } }
    .area-floor .notion .list.room-list[data-filter="level-33"] .square.one {
      background: #e9d6ce; }
    .area-floor .notion .list.room-list[data-filter="level-33"] .square.two {
      background: #dddddd; }
    .area-floor .notion .list.room-list[data-filter="level-33"] .square.three {
      background: #cbe1c1; }
    .area-floor .notion .list.room-list[data-filter="level-33"] .square.four {
      background: #ddf0ed; }
    .area-floor .notion .list.room-list[data-filter="level-33"] .square.five {
      background: #e6d4ea; }
    .area-floor .notion .list.room-list[data-filter="level-33"] .square.six {
      background: #d1dfea; }
    .area-floor .notion .list.room-list .label {
      order: 2;
      font-family: "SVN-MillerBanner", serif;
      font-size: 22px; }
      @media (max-width: 767px) {
        .area-floor .notion .list.room-list .label {
          font-size: 16px; } }
      @media (max-width: 1400px) {
        .area-floor .notion .list.room-list .label {
          font-size: 18px; } }
    .area-floor .notion .list.room-list .square {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 46px;
      height: 26px;
      border-radius: 5px;
      margin-right: 15px;
      order: 1; }
      @media (max-width: 767px) {
        .area-floor .notion .list.room-list .square {
          width: 26px; } }
      .area-floor .notion .list.room-list .square.one {
        background: #e9d6ce; }
      .area-floor .notion .list.room-list .square.two {
        background: #dddddd; }
      .area-floor .notion .list.room-list .square.three {
        background: #f1f7ef; }
      .area-floor .notion .list.room-list .square.four {
        background: #98b6a3; }
      .area-floor .notion .list.room-list .square.five {
        background: #cbe1c1; }
      .area-floor .notion .list.room-list .square.six {
        background: #ddf0ed; }
      .area-floor .notion .list.room-list .square.seven {
        background: #eedec0; }
      .area-floor .notion .list.room-list .square.eight {
        background: #c9dbe4; }
    .area-floor .notion .list.status-list li:not(:last-child) {
      margin-right: 1.5rem; }
    .area-floor .notion .list.status-list .status {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 26px;
      height: 26px;
      border-radius: 5px;
      margin-right: 15px; }
      .area-floor .notion .list.status-list .status.status-available {
        background: #07999e; }
      .area-floor .notion .list.status-list .status.status-hold {
        background: #bd520b; }
      .area-floor .notion .list.status-list .status.status-undercontract {
        background: #d1c627; }
  .area-floor .floors-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100vh; }
    @media (max-width: 1200px) {
      .area-floor .floors-wrapper .floors .levels {
        display: none; }
        .area-floor .floors-wrapper .floors .levels.active {
          display: block; } }
    @media (min-width: 1200px) {
      .area-floor .floors-wrapper .floors .levels {
        opacity: 0; }
        .area-floor .floors-wrapper .floors .levels.active {
          opacity: 1; } }
    .area-floor .floors-wrapper .floors .levels .floor {
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1200px) {
        .area-floor .floors-wrapper .floors .levels .floor.active .floor-img,
        .area-floor .floors-wrapper .floors .levels .floor.active .floors-svg svg {
          max-height: 530px;
          opacity: 1;
          transform: translate(-50%, -50%) scaleY(1); } }
      .area-floor .floors-wrapper .floors .levels .floor.floor-4-6 .floor-img,
      .area-floor .floors-wrapper .floors .levels .floor.floor-4-6 .floors-svg svg {
        margin-top: -2px;
        margin-left: 0; }
      .area-floor .floors-wrapper .floors .levels .floor .floor-img,
      .area-floor .floors-wrapper .floors .levels .floor .floors-svg svg {
        position: fixed;
        top: calc(50vh + 50px);
        left: 50%;
        transform: translate(-50%, -50%) scaleY(0.9);
        object-fit: contain; }
        @media (max-width: 767px) {
          .area-floor .floors-wrapper .floors .levels .floor .floor-img,
          .area-floor .floors-wrapper .floors .levels .floor .floors-svg svg {
            transform: translate(-50%, -100%) scale(0.4); } }
  @media (max-width: 767px) and (max-height: 667px) {
    .area-floor .floors-wrapper .floors .levels .floor .floor-img,
    .area-floor .floors-wrapper .floors .levels .floor .floors-svg svg {
      transform: translate(-50%, -105%) scale(0.3); } }

        @media only screen and (max-width: 991px) and (orientation: landscape) {
          .area-floor .floors-wrapper .floors .levels .floor .floor-img,
          .area-floor .floors-wrapper .floors .levels .floor .floors-svg svg {
            transform: translate(-50%, -60%) scale(0.5); } }
        @media (min-width: 1200px) {
          .area-floor .floors-wrapper .floors .levels .floor .floor-img,
          .area-floor .floors-wrapper .floors .levels .floor .floors-svg svg {
            max-height: 0;
            opacity: 0;
            transition: all 0.75s ease;
            overflow: hidden; } }
      .area-floor .floors-wrapper .floors .levels .floor .floor-img {
        height: 530px; }
      .area-floor .floors-wrapper .floors .levels .floor .floors-svg {
        position: relative; }

.area-floor .circle {
  fill: red;
  stroke: black;
  opacity: 0; }
.area-floor .text {
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-anchor: middle;
  fill: black; }
.area-floor .apt-code {
  stroke: none;
  stroke-width: 1;
  opacity: 0;
  transition: opacity 0.5s;
  outline: none; }
  .area-floor .apt-code:focus {
    stroke: none;
    outline: none !important; }
.area-floor [data-status="Hover"] .apt-code,
.area-floor [data-status="hover"] .apt-code {
  fill: #edcf99; }
.area-floor [data-status="Hover"] .text,
.area-floor [data-status="hover"] .text {
  fill: #425e41; }
.area-floor [data-status="Hover"] .circle,
.area-floor [data-status="hover"] .circle {
  stroke: #425e41;
  fill: #425e41; }
.area-floor .levels.active .goldGradient:hover {
  opacity: 0.8 !important; }
.area-floor [data-status="Available"] .apt-code,
.area-floor [data-status="available"] .apt-code,
.area-floor [data-status="Available"].active .apt-code,
.area-floor [data-status="available"].active .apt-code {
  fill: #05ff00; }
.area-floor [data-status="Available"] .text,
.area-floor [data-status="available"] .text,
.area-floor [data-status="Available"].active .text,
.area-floor [data-status="available"].active .text {
  fill: #ffffff; }
.area-floor [data-status="Available"] .circle,
.area-floor [data-status="available"] .circle,
.area-floor [data-status="Available"].active .circle,
.area-floor [data-status="available"].active .circle {
  stroke: #05ff00;
  fill: #05ff00; }
.area-floor [data-status="Sold"] .apt-code,
.area-floor [data-status="sold"] .apt-code,
.area-floor [data-status="Sold"].active .apt-code,
.area-floor [data-status="sold"].active .apt-code {
  fill: red; }
.area-floor [data-status="Sold"] .text,
.area-floor [data-status="sold"] .text,
.area-floor [data-status="Sold"].active .text,
.area-floor [data-status="sold"].active .text {
  fill: #ffffff; }
.area-floor [data-status="Sold"] .circle,
.area-floor [data-status="sold"] .circle,
.area-floor [data-status="Sold"].active .circle,
.area-floor [data-status="sold"].active .circle {
  stroke: red;
  fill: red4; }
.area-floor [data-status="Hold"] .apt-code,
.area-floor [data-status="hold"] .apt-code,
.area-floor [data-status="Hold"].active .apt-code,
.area-floor [data-status="hold"].active .apt-code,
.area-floor [data-status="Underoffer"] .apt-code,
.area-floor [data-status="underoffer"] .apt-code,
.area-floor [data-status="Underoffer"].active .apt-code,
.area-floor [data-status="underoffer"].active .apt-code {
  fill: #ffb800; }
.area-floor [data-status="Hold"] .text,
.area-floor [data-status="hold"] .text,
.area-floor [data-status="Hold"].active .text,
.area-floor [data-status="hold"].active .text,
.area-floor [data-status="Underoffer"] .text,
.area-floor [data-status="underoffer"] .text,
.area-floor [data-status="Underoffer"].active .text,
.area-floor [data-status="underoffer"].active .text {
  fill: #ffffff; }
.area-floor [data-status="Hold"] .circle,
.area-floor [data-status="hold"] .circle,
.area-floor [data-status="Hold"].active .circle,
.area-floor [data-status="hold"].active .circle,
.area-floor [data-status="Underoffer"] .circle,
.area-floor [data-status="underoffer"] .circle,
.area-floor [data-status="Underoffer"].active .circle,
.area-floor [data-status="underoffer"].active .circle {
  stroke: #ffb800;
  fill: #ffb800; }
.area-floor .apt-link {
  display: inline-block;
  position: relative; }
  .area-floor .apt-link .apt-code {
    transition: opacity 0.2s ease; }
  .area-floor .apt-link[data-status="hover"]:hover .apt-code, .area-floor .apt-link[data-status="Hover"]:hover .apt-code, .area-floor .apt-link[data-status="hover"].active:hover .apt-code, .area-floor .apt-link[data-status="Hover"].active:hover .apt-code {
    opacity: 0.8 !important; }
  .area-floor .apt-link[data-status="hover"].active .apt-code, .area-floor .apt-link[data-status="Hover"].active .apt-code {
    opacity: 0.8 !important; }
.area-floor .action-group:hover:hover, .area-floor .action-group:hover.active,
.area-floor .apt-link:hover,
.area-floor .apt-link.active {
  cursor: pointer; }
  .area-floor .action-group:hover:hover .apt-code, .area-floor .action-group:hover.active .apt-code,
  .area-floor .apt-link:hover .apt-code,
  .area-floor .apt-link.active .apt-code {
    opacity: 0.25; }
  .area-floor .action-group:hover:hover .text, .area-floor .action-group:hover.active .text,
  .area-floor .apt-link:hover .text,
  .area-floor .apt-link.active .text {
    fill: #ffffff; }
.area-floor .action-group:hover:focus,
.area-floor .apt-link:focus {
  stroke: none;
  outline: none !important; }

.detail .area-apartment {
  background: #fff3dc; }
  @media (min-width: 1200px) {
    .detail .area-apartment {
      margin: 10% 5% 5% 5%; } }
.detail .nav-tabs {
  display: flex;
  justify-content: space-between; }
@media (min-width: 1200px) {
  .detail .btn-back {
    position: absolute;
    left: 0;
    top: 0; } }
@media (max-width: 1200px) {
  .detail .btn-back {
    margin-bottom: 0.75rem; } }
.detail .parameter {
  font-size: 3rem; }
  .detail .parameter .small {
    font-size: 50%; }
.detail .compass img {
  height: 50px; }
.detail .action-group {
  max-width: 400px;
  padding-bottom: 5%; }
  .detail .action-group .btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem; }
    .detail .action-group .btn:nth-child(2) {
      margin-left: 0.5rem; }

.name {
  white-space: nowrap; }

.notep {
  font-family: "SanFranciscoText", serif;
  font-size: 12px;
  white-space: nowrap; }

.note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px #425e41 solid;
  margin-right: 2px;
  padding: 2px;
  font-family: "SanFranciscoText", serif;
  font-size: 12px; }

@media (max-width: 991px) {
  .floorplan-detail-page .tooltip {
    display: none !important; } }

#tooltip800675 .tooltip-arrow::before {
  right: 0 !important; }
#tooltip800675 .tooltip-inner-content::after {
  left: 0 !important; }

@media (max-width: 767px) {
  .tooltip-apt .tooltip-arrow::before {
    display: none; } }
@media (max-width: 767px) {
  .tooltip-apt .tooltip-inner-content {
    margin-left: 50% !important; }
    .tooltip-apt .tooltip-inner-content::before, .tooltip-apt .tooltip-inner-content::after {
      display: none; } }
.tooltip-apt.bs-tooltip-top .tooltip-inner-content {
  text-align: left;
  padding: 8px 12px !important;
  margin-left: 70px;
  width: max-content; }
  .tooltip-apt.bs-tooltip-top .tooltip-inner-content::before {
    position: absolute;
    content: "";
    background: #425e41;
    height: 90%;
    width: 1px;
    top: 45px;
    left: calc(50% - 2px); }
.tooltip-apt.bs-tooltip-bottom .tooltip-arrow::before {
  top: -40px; }
.tooltip-apt.bs-tooltip-bottom .tooltip-inner-content {
  text-align: left;
  padding: 8px 12px !important;
  margin-left: 55px; }
  .tooltip-apt.bs-tooltip-bottom .tooltip-inner-content::before {
    position: absolute;
    content: "";
    background: #425e41;
    height: 70%;
    width: 1px;
    top: -32px;
    left: calc(50% - 2px); }
  .tooltip-apt.bs-tooltip-bottom .tooltip-inner-content::after {
    left: calc(50% - 2px);
    top: 40px; }
  .tooltip-apt.bs-tooltip-bottom .tooltip-inner-content strong {
    margin-left: 15px; }
  .tooltip-apt.bs-tooltip-bottom .tooltip-inner-content .notep {
    margin-left: 1rem; }
.tooltip-apt.bs-tooltip-start .tooltip-arrow::before {
  top: -2px; }
.tooltip-apt.bs-tooltip-start .tooltip-inner-content {
  margin-top: 1rem; }
  .tooltip-apt.bs-tooltip-start .tooltip-inner-content::after {
    top: calc(50% - 3px);
    left: calc(50% - 5px); }
.tooltip-apt.bs-tooltip-end .tooltip-arrow::before {
  right: 24px;
  top: -10px; }
.tooltip-apt.bs-tooltip-end .tooltip-inner-content {
  margin-left: -10px; }
  .tooltip-apt.bs-tooltip-end .tooltip-inner-content::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 105%;
    top: 28px;
    left: -20px; }
.tooltip-apt .tooltip-inner {
  background-color: transparent !important;
  border: none;
  border-radius: 100% !important;
  padding: 0;
  max-width: 180px;
  color: #425e41 !important;
  left: 35px; }
.tooltip-apt .tooltip-arrow::before {
  border-color: #425e41;
  border-radius: 100% !important;
  width: 10px;
  height: 10px;
  border-width: 2px;
  top: 36px; }
.tooltip-apt .tooltip-inner-content {
  text-align: left;
  margin-left: 70px; }
  .tooltip-apt .tooltip-inner-content.tooltip-4-6-CH-15, .tooltip-apt .tooltip-inner-content.tooltip-7-11-CH-15, .tooltip-apt .tooltip-inner-content.tooltip-1219-2132-CH-15, .tooltip-apt .tooltip-inner-content.tooltip-33-CH-08 {
    margin-left: 0 !important; }
  .tooltip-apt .tooltip-inner-content.tooltip-1219-2132-CH-12A {
    margin-left: 70px !important; }
  .tooltip-apt .tooltip-inner-content.tooltip-33-CH-06A {
    margin-left: 65px !important; }
  .tooltip-apt .tooltip-inner-content[class$="A"], .tooltip-apt .tooltip-inner-content[class$="B"] {
    margin-left: 85px; }
  .tooltip-apt .tooltip-inner-content::after {
    position: absolute;
    content: "";
    background: #425e41;
    height: 1px;
    width: 50%;
    top: calc(50% - 9px);
    left: calc(50% - 2px); }
  .tooltip-apt .tooltip-inner-content strong {
    display: block;
    color: #425e41 !important;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "SVN-MillerBanner", serif; }
  .tooltip-apt .tooltip-inner-content .subtitle {
    display: block;
    color: #000 !important;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 4px; }
.tooltip-apt .tooltip-inner-content.tooltip-4-6-CH-01, .tooltip-apt .tooltip-inner-content.tooltip-7-11-CH-01, .tooltip-apt .tooltip-inner-content.tooltip-1219-2132-CH-01, .tooltip-apt .tooltip-inner-content.tooltip-33-CH-02 {
  margin-left: -50%; }
  .tooltip-apt .tooltip-inner-content.tooltip-4-6-CH-01::before, .tooltip-apt .tooltip-inner-content.tooltip-7-11-CH-01::before, .tooltip-apt .tooltip-inner-content.tooltip-1219-2132-CH-01::before, .tooltip-apt .tooltip-inner-content.tooltip-33-CH-02::before {
    left: 50%; }
  .tooltip-apt .tooltip-inner-content.tooltip-4-6-CH-01::after, .tooltip-apt .tooltip-inner-content.tooltip-7-11-CH-01::after, .tooltip-apt .tooltip-inner-content.tooltip-1219-2132-CH-01::after, .tooltip-apt .tooltip-inner-content.tooltip-33-CH-02::after {
    right: 50%;
    width: calc(50% + 30px);
    left: unset; }
.tooltip-apt .tooltip-inner-content.tooltip-1219-2132-CH-26, .tooltip-apt .tooltip-inner-content.tooltip-4-6-CH-26, .tooltip-apt .tooltip-inner-content.tooltip-7-11-CH-26 {
  margin-left: -65px; }
  .tooltip-apt .tooltip-inner-content.tooltip-1219-2132-CH-26::before, .tooltip-apt .tooltip-inner-content.tooltip-4-6-CH-26::before, .tooltip-apt .tooltip-inner-content.tooltip-7-11-CH-26::before {
    left: 8px; }
  .tooltip-apt .tooltip-inner-content.tooltip-1219-2132-CH-26::after, .tooltip-apt .tooltip-inner-content.tooltip-4-6-CH-26::after, .tooltip-apt .tooltip-inner-content.tooltip-7-11-CH-26::after {
    right: 10px;
    left: unset;
    width: 62px; }
.tooltip-apt .tooltip-inner-content.tooltip-33-CH-09 {
  margin-left: -82px; }
  .tooltip-apt .tooltip-inner-content.tooltip-33-CH-09 strong {
    margin-right: 15px;
    margin-left: unset; }
  .tooltip-apt .tooltip-inner-content.tooltip-33-CH-09 .notep {
    margin-right: 1rem;
    margin-left: unset; }
  .tooltip-apt .tooltip-inner-content.tooltip-33-CH-09::before {
    left: 9px;
    top: 40px; }
  .tooltip-apt .tooltip-inner-content.tooltip-33-CH-09::after {
    right: 10px;
    top: 40px;
    left: unset;
    width: 80px; }

.locationLocationModal.show {
  background: #000; }
  .locationLocationModal.show .close {
    color: #fff;
    text-align: right; }

.location-icon-logo {
  cursor: pointer;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translate(-50%, -200px);
  transition: transform 0.7s cubic-bezier(0.3, 0, 0, 1); }
  .location-icon-logo.show {
    opacity: 1;
    transform: translate(-50%, 0); }
    .location-icon-logo.show .icon-logo,
    .location-icon-logo.show .nav-link img {
      transition: transform 0.3s cubic-bezier(0.25, 1, 0.3, 1), opacity 0.5s ease;
      transform-origin: center center; }
    .location-icon-logo.show:hover .icon-logo {
      opacity: 0;
      transform: scale(0.85); }
    .location-icon-logo.show:hover .nav-link {
      opacity: 1; }
      .location-icon-logo.show:hover .nav-link img {
        opacity: 1;
        transform: scale(1.05); }
      .location-icon-logo.show:hover .nav-link:after {
        opacity: 1;
        transition: opacity 0.5s ease 0.2s; }
  .location-icon-logo .icon-logo {
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.3, 1), opacity 0.5s ease; }
  .location-icon-logo .nav-link {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    z-index: 5;
    padding: 10px 15px 5px;
    opacity: 0; }
    .location-icon-logo .nav-link img {
      max-width: 100%;
      opacity: 0;
      transform: scale(0.85);
      transform-origin: center center;
      transition: transform 0.6s cubic-bezier(0.25, 1, 0.3, 1), opacity 0.5s ease; }
    .location-icon-logo .nav-link:after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 115px;
      height: 160px;
      background: url(../images/bg-gold-logo.png) no-repeat center center;
      background-size: contain;
      z-index: -1;
      opacity: 0;
      transition: opacity 0.5s ease; }

.location-box {
  position: relative;
  overflow: hidden; }
  .location-box .location-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 262px;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.7s cubic-bezier(0.3, 0, 0, 1); }
    @media only screen and (max-width: 991px) and (orientation: landscape) {
      .location-box .location-nav * {
        font-size: 85%; } }
    .location-box .location-nav.active {
      transform: translateX(0); }
    .location-box .location-nav .toggle-btn {
      position: absolute;
      right: -40px;
      top: calc(50% - 20px);
      width: 40px;
      height: 40px;
      background-color: #fff;
      color: #425e41;
      border-radius: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      cursor: pointer;
      transition: all 0.5s ease-in-out;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
      .location-box .location-nav .toggle-btn .toggle-icon {
        font-size: 20px;
        transition: transform 0.3s ease-in-out; }
    .location-box .location-nav .toggle-btn.active .toggle-icon i {
      transform: rotate(180deg); }
    .location-box .location-nav .hotspot-filter {
      position: relative; }
      .location-box .location-nav .hotspot-filter .hotspot-category {
        list-style: none;
        padding-left: 0;
        position: relative;
        background: url("../images/icons/location/boder-nav-filter.png");
        background-size: 100% 100%; }
        .location-box .location-nav .hotspot-filter .hotspot-category .item-filter {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 15px 16px;
          border-bottom: 1px solid #ffffff;
          margin-bottom: 0;
          z-index: 1; }
          @media only screen and (max-width: 991px) and (orientation: landscape) {
            .location-box .location-nav .hotspot-filter .hotspot-category .item-filter {
              padding: 5px 10px; } }
          @media (max-width: 991px) {
            .location-box .location-nav .hotspot-filter .hotspot-category .item-filter.bg-full {
              background: #c6dcd5;
              width: calc(100% - 2px); } }
          .location-box .location-nav .hotspot-filter .hotspot-category .item-filter .cata-name {
            cursor: pointer;
            font-family: "SanFranciscoText", serif;
            order: 1; }
            .location-box .location-nav .hotspot-filter .hotspot-category .item-filter .cata-name:hover {
              text-decoration: none; }
          .location-box .location-nav .hotspot-filter .hotspot-category .item-filter .cata-icon {
            order: 2; }
          .location-box .location-nav .hotspot-filter .hotspot-category .item-filter:first-child {
            position: relative; }
            .location-box .location-nav .hotspot-filter .hotspot-category .item-filter:first-child::before {
              content: "";
              position: absolute;
              right: 0;
              top: 0;
              background: url("../images/icons/location/nav-location-top-right.png") no-repeat;
              background-size: 100% 100%;
              z-index: 2; }
            .location-box .location-nav .hotspot-filter .hotspot-category .item-filter:first-child::after {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              background: url("../images/icons/location/nav-location-top.png") no-repeat center;
              width: 100%;
              height: 100%;
              background-size: 100% 100%;
              z-index: -1; }
          .location-box .location-nav .hotspot-filter .hotspot-category .item-filter:last-child {
            border-bottom: none; }
            .location-box .location-nav .hotspot-filter .hotspot-category .item-filter:last-child::after {
              content: "";
              position: absolute;
              right: 0;
              bottom: 0;
              background: url("../images/icons/location/nav-location-bottom.png") no-repeat center;
              width: 100%;
              height: 100%;
              background-size: 100% 100%;
              z-index: -1; }
          .location-box .location-nav .hotspot-filter .hotspot-category .item-filter.active, .location-box .location-nav .hotspot-filter .hotspot-category .item-filter:hover {
            text-decoration: none;
            color: #edcf99; }
            .location-box .location-nav .hotspot-filter .hotspot-category .item-filter.active::before, .location-box .location-nav .hotspot-filter .hotspot-category .item-filter:hover::before {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background: #425e41;
              z-index: -1; }
            .location-box .location-nav .hotspot-filter .hotspot-category .item-filter.active .cata-icon img, .location-box .location-nav .hotspot-filter .hotspot-category .item-filter:hover .cata-icon img {
              filter: invert(25%) sepia(30%) saturate(586%) hue-rotate(9deg) brightness(95%) contrast(68%); }
            .location-box .location-nav .hotspot-filter .hotspot-category .item-filter.active:first-child, .location-box .location-nav .hotspot-filter .hotspot-category .item-filter:hover:first-child {
              position: relative; }
              .location-box .location-nav .hotspot-filter .hotspot-category .item-filter.active:first-child::before, .location-box .location-nav .hotspot-filter .hotspot-category .item-filter:hover:first-child::before {
                background: transparent !important; }
              .location-box .location-nav .hotspot-filter .hotspot-category .item-filter.active:first-child::after, .location-box .location-nav .hotspot-filter .hotspot-category .item-filter:hover:first-child::after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                background: url("../images/icons/location/nav-location-top-hover.png") no-repeat center;
                width: 100%;
                height: 100%;
                background-size: 100% 100%;
                z-index: -1; }
            .location-box .location-nav .hotspot-filter .hotspot-category .item-filter.active:last-child, .location-box .location-nav .hotspot-filter .hotspot-category .item-filter:hover:last-child {
              position: relative; }
              .location-box .location-nav .hotspot-filter .hotspot-category .item-filter.active:last-child::after, .location-box .location-nav .hotspot-filter .hotspot-category .item-filter:hover:last-child::after {
                content: "";
                background: #ddf2ee;
                position: absolute;
                bottom: -20px;
                right: -15px;
                width: 25px;
                height: 35px;
                clip-path: polygon(100% 100%, 0 0, 100% 0);
                rotate: 230deg; }
          @media (min-width: 768px) {
            .location-box .location-nav .hotspot-filter .hotspot-category .item-filter {
              font-weight: 700;
              font-size: 1.15rem;
              line-height: 17px;
              color: #425e41; } }
      .location-box .location-nav .hotspot-filter ul > li {
        cursor: pointer; }
        .location-box .location-nav .hotspot-filter ul > li:hover span, .location-box .location-nav .hotspot-filter ul > li.active span {
          text-decoration: none; }
    .location-box .location-nav .local-amenites {
      background: #425e41;
      position: relative; }
      .location-box .location-nav .local-amenites h3 {
        color: #edcf99;
        border-bottom: 1px #edcf99 solid;
        font-family: "SVN-MillerBanner", serif;
        font-size: 1.5rem; }
      .location-box .location-nav .local-amenites ul:-webkit-scrollbar-thumb {
        background-color: #fff; }
      .location-box .location-nav .local-amenites ul:-webkit-scrollbar {
        width: 4px; }
      @media (max-height: 800px) {
        .location-box .location-nav .local-amenites ul {
          max-height: 190px;
          overflow: auto; } }
      @media only screen and (max-width: 991px) and (orientation: landscape) {
        .location-box .location-nav .local-amenites ul {
          max-height: 90px; } }
      .location-box .location-nav .local-amenites ul li {
        margin-top: 0.25rem; }
        .location-box .location-nav .local-amenites ul li .amenites-icon {
          color: #edcf99;
          text-align: center;
          min-width: 40px; }
          .location-box .location-nav .local-amenites ul li .amenites-icon span:first-child {
            font-size: 2rem;
            font-weight: 700;
            line-height: 30px; }
          .location-box .location-nav .local-amenites ul li .amenites-icon span:last-child {
            font-size: 0.65rem;
            line-height: normal;
            font-weight: 200;
            text-transform: uppercase; }
        .location-box .location-nav .local-amenites ul li .amenites-name {
          font-style: normal;
          font-weight: 400;
          font-size: 0.85rem;
          line-height: normal;
          text-transform: capitalize; }
          .location-box .location-nav .local-amenites ul li .amenites-name li {
            list-style-type: disc; }
      .location-box .location-nav .local-amenites::before {
        content: "";
        background: #ddf2ee;
        position: absolute;
        top: -20px;
        right: -15px;
        width: 20px;
        height: 30px;
        clip-path: polygon(100% 0, 0 100%, 100% 100%);
        transition: 0.3s ease-in-out;
        rotate: 45deg; }
      .location-box .location-nav .local-amenites::after {
        content: "";
        background: #ddf2ee;
        position: absolute;
        bottom: -20px;
        right: -20px;
        width: 30px;
        height: 30px;
        clip-path: polygon(100% 100%, 0 0, 100% 0);
        rotate: 230deg; }
  .location-box .location-map {
    height: 100vh;
    position: relative;
    overflow: hidden; }
    .location-box .location-map .cata-action {
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 250px;
      transform: translateY(-50%);
      height: 100%;
      width: 45px;
      background: #425e41;
      cursor: pointer; }
      @media (max-width: 767px) {
        .location-box .location-map .cata-action {
          display: block; } }
      @media (min-width: 768px) {
        .location-box .location-map .cata-action {
          display: none; } }
      .location-box .location-map .cata-action .btn {
        display: flex;
        align-items: center;
        justify-content: center; }
      .location-box .location-map .cata-action .hotspot-label {
        position: absolute;
        left: 0.75rem;
        top: 2rem;
        z-index: 1;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        font-family: "SVN-MillerBanner", serif;
        color: #fff3dc; }
      .location-box .location-map .cata-action .hotspot-btn {
        position: absolute;
        left: 25px;
        z-index: 1;
        bottom: 1rem;
        transform: translateY(-50%); }
    .location-box .location-map .location-list {
      position: absolute;
      z-index: 9999;
      left: 0;
      bottom: 0;
      height: 50%;
      background: #fff3dc;
      -webkit-animation: 1s ease 0s normal forwards 1 fadeInDelay;
      animation: 1s ease 0s normal forwards 1 fadeInDelay; }
      @media (max-width: 767px) {
        .location-box .location-map .location-list {
          width: 250px;
          bottom: 25%;
          transform: translateY(-50%); } }
      @media (min-width: 768px) {
        .location-box .location-map .location-list {
          width: 450px;
          padding-left: 70px !important; } }
      .location-box .location-map .location-list.hide {
        left: 0;
        transform: translateX(-100%);
        -webkit-animation: 1s ease 0s normal forwards 1 fadeOutDelay;
        animation: 1s ease 0s normal forwards 1 fadeOutDelay; }
        .location-box .location-map .location-list.hide .cata-action {
          left: 100%; }
        .location-box .location-map .location-list.hide i {
          transform: rotate(180deg); }
      .location-box .location-map .location-list .heading {
        font-size: 1.875rem;
        margin-bottom: 30px !important;
        line-height: 1;
        margin-top: 45px !important; }
      .location-box .location-map .location-list .data-filter {
        cursor: pointer; }
        .location-box .location-map .location-list .data-filter .cata-name {
          font-size: 1.15rem; }
          .location-box .location-map .location-list .data-filter .cata-name:hover {
            text-decoration: underline; }
      .location-box .location-map .location-list .heading {
        text-transform: unset; }

.location-map {
  position: relative; }
  .location-map #locationMap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1;
    background: #ddf2ee;
    touch-action: none !important; }
    .location-map #locationMap .driver {
      fill: url(#gradientlight);
      opacity: 0.6; }
    .location-map #locationMap .zoom-eff {
      transform-box: fill-box;
      transform-origin: center;
      animation: pin-drift 1.5s ease-in-out infinite; }
      .location-map #locationMap .zoom-eff polygon,
      .location-map #locationMap .zoom-eff path {
        stroke: #bf801b; }
      .location-map #locationMap .zoom-eff.up {
        animation: pin-drift-up 1.5s ease-in-out infinite; }
      .location-map #locationMap .zoom-eff.down {
        animation: pin-drift-down 1.5s ease-in-out infinite; }
@keyframes pin-drift {
  0% {
    transform: scale(0.5) translate(0px, 0px);
    opacity: 0; }
  50% {
    transform: scale(1.75) translate(6px, -6px);
    /* lệch lên phải */
    opacity: 1; }
  100% {
    transform: scale(1) translate(0, 0);
    opacity: 0.75; } }
@keyframes pin-drift-up {
  0% {
    transform: scale(0.5) translate(0px, 0px);
    opacity: 0; }
  50% {
    transform: scale(1.5) translate(-10px, 0px);
    /* lệch lên trái */
    opacity: 1; }
  100% {
    transform: scale(1) translate(0, 0);
    opacity: 0.75; } }
@keyframes pin-drift-down {
  0% {
    transform: scale(0.5) translate(0px, 0px);
    opacity: 0; }
  50% {
    transform: scale(1.5) translate(6px, 6px);
    /* lệch lên phải */
    opacity: 1; }
  100% {
    transform: scale(1) translate(0, 0);
    opacity: 0.75; } }
    .location-map #locationMap .path-filter {
      stroke: #bf801b;
      fill: none;
      stroke-width: 1.32;
      stroke-miterlimit: 10;
      stroke-dasharray: 2.64, 2.64; }
    .location-map #locationMap .path-effect {
      stroke: #425e41;
      stroke-width: 3px;
      fill: none;
      stroke-linecap: round;
      stroke-dasharray: 10;
      stroke-dashoffset: 200;
      mask-size: 200% 100%;
      mask-position: 0 0;
      mask-repeat: no-repeat;
      -webkit-mask-size: 200% 100%;
      -webkit-mask-position: 0 0;
      -webkit-mask-repeat: no-repeat;
      animation: dash-move 8s linear infinite; }
@keyframes dash-move {
  to {
    stroke-dashoffset: 0; } }
    .location-map #locationMap svg text {
      font-family: "SanFranciscoText", serif; }
  .location-map .hotspot.active * {
    opacity: 1; }
  .location-map .hotspot rect {
    fill: #fff;
    stroke: #425e41; }
  .location-map .hotspot path,
  .location-map .hotspot line,
  .location-map .hotspot image,
  .location-map .hotspot rect,
  .location-map .hotspot text {
    opacity: 0; }
  .location-map .hotspot text {
    font-weight: bold;
    font-family: "SanFranciscoText", serif;
    fill: #425e41; }
  .location-map .hotspot circle:hover .hotspot * {
    opacity: 1; }
  .location-map .hotspot circle:nth-of-type(1) {
    animation: wave 1.6s linear infinite;
    animation-delay: 0.8s;
    transform-origin: 50% 50%;
    transform-box: fill-box; }
  .location-map .hotspot circle:nth-of-type(2) {
    animation: wave 1.6s linear infinite;
    opacity: 1;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    stroke: #ffffff;
    stroke-miterlimit: 1; }
@keyframes wave {
  0% {
    opacity: 0;
    transform: scale(1); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1.8); } }
.viewInfo .infoPopupSvg {
  display: none;
  opacity: 0; }

.map-info .infoPopup {
  padding: 10px 40px 10px 20px;
  background-color: white;
  border-radius: 0;
  position: absolute;
  display: none;
  font-size: 0.8rem;
  z-index: 10000 !important;
  cursor: pointer;
  max-width: 265px;
  text-align: center; }

.infoPopup img {
  width: 100%;
  margin-top: 10px; }

.infoPopup .close-popup {
  position: absolute;
  font-size: 1.15rem !important;
  top: -5px;
  font-size: 30px;
  color: #000;
  right: 5px;
  z-index: 1001 !important;
  border: 0;
  background: transparent; }

.numberMarkerStyle {
  padding-right: 5px; }

.borderTransport {
  border: 1px #000 solid; }

.borderSchools {
  border: 1px #000 solid; }

.borderBarPubs {
  border: 1px #878f65 solid; }

.borderCafesRestaurants {
  border: 1px #878f65 solid; }

.borderSportLeisure {
  border: 1px #d16f50 solid; }

.ani1 {
  animation: waves 1.6s linear infinite;
  animation-delay: 0.8s;
  opacity: 0.4;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  fill: #fff;
  border-radius: 50%; }

.ani2 {
  animation: waves 1.6s linear infinite;
  animation-delay: 1s;
  opacity: 0.4;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  fill: #fff;
  border-radius: 50%; }

@keyframes waves {
  0% {
    opacity: 0.5;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1.5); } }
#G-Pin > g {
  opacity: 0;
  transform-origin: center;
  pointer-events: bounding-box; }

.fade-in-pin {
  opacity: 1;
  -webkit-animation: 3s ease 0s normal forwards 1 scalezoom;
  animation: 3s ease 0s normal forwards 1 scalezoom; }

@keyframes scalezoom {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes scalezoom {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.custom-popup {
  font-family: "SanFranciscoText", serif; }
  .custom-popup .leaflet-popup-content-wrapper {
    padding: 26px 45px 42px 40px;
    border-radius: 30px;
    background-color: #fff4dc;
    width: 367px !important; }
    .custom-popup .leaflet-popup-content-wrapper .title {
      color: #1e4141;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 5px;
      margin-bottom: 20px;
      margin-top: 10px; }
    .custom-popup .leaflet-popup-content-wrapper .info {
      color: #1e4141;
      opacity: 0.5;
      font-size: 12px;
      margin-bottom: 20px;
      letter-spacing: 0.96px;
      line-height: 16px; }
    .custom-popup .leaflet-popup-content-wrapper img {
      width: 100%; }
  .custom-popup .leaflet-popup-content {
    width: auto !important;
    margin: 0; }
  .custom-popup .leaflet-popup-tip-container {
    display: none; }
  .custom-popup .leaflet-popup-close-button {
    top: 15px !important;
    right: 15px !important; }

.marker.active {
  opacity: 1 !important;
  transition: all 0.5s ease-in-out; }

.marker.inactive {
  opacity: 0.2 !important;
  transition: all 0.5s ease-in-out; }

.marker[data-click="true"] {
  animation: clickAnimation 1s infinite alternate; }

@keyframes clickAnimation {
  from {
    opacity: 1; }
  to {
    opacity: 0.5; } }
.pin-mark {
  transform-box: fill-box;
  transform-origin: bottom center;
  animation: pin-breathe 2s ease-in-out infinite; }

@keyframes pin-breathe {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.25); }
  100% {
    transform: scale(1); } }
.pin-glow {
  fill: rgba(0, 174, 255, 0.4);
  /* Màu xanh dương nhạt mờ đẹp */
  transform-box: fill-box;
  transform-origin: center;
  animation: glow-pulse 2s ease-in-out infinite; }

@keyframes glow-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8; }
  50% {
    transform: scale(1.8);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 0; } }
.pin-halo {
  fill: #ffffff;
  /* Màu ánh sáng nhẹ */
  transform-box: fill-box;
  transform-origin: center;
  animation: halo-pulse 2s ease-out infinite; }

@keyframes halo-pulse {
  0% {
    transform: scale(0.5);
    opacity: 0.6; }
  70% {
    transform: scale(10.5);
    opacity: 0; }
  100% {
    transform: scale(6.5);
    opacity: 0; } }
.amenities-box {
  position: relative; }
  .amenities-box .hotspot-filter .wrap-filter {
    max-width: 1314px;
    margin: auto; }
  .amenities-box .hotspot-filter .amenities-category {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0; }
    @media (max-width: 767px) {
      .amenities-box .hotspot-filter .amenities-category {
        justify-content: start; } }
    .amenities-box .hotspot-filter .amenities-category .item-filter {
      display: flex;
      align-items: center;
      padding: 0;
      margin-bottom: 36px;
      margin-right: 50px;
      opacity: .6;
      cursor: pointer; }
      .amenities-box .hotspot-filter .amenities-category .item-filter:last-child {
        margin-right: 0px; }
      .amenities-box .hotspot-filter .amenities-category .item-filter .cata-color {
        margin-right: 14px; }
      .amenities-box .hotspot-filter .amenities-category .item-filter:nth-child(1) .cata-color {
        background: #FF0000; }
      .amenities-box .hotspot-filter .amenities-category .item-filter:nth-child(2) .cata-color {
        background: #00B2FF; }
      .amenities-box .hotspot-filter .amenities-category .item-filter:nth-child(3) .cata-color {
        background: #A5D7AF; }
      .amenities-box .hotspot-filter .amenities-category .item-filter:nth-child(4) .cata-color {
        background: #23BF42; }
      .amenities-box .hotspot-filter .amenities-category .item-filter:nth-child(5) {
        margin-right: 64px;
        padding-right: 14px; }
        .amenities-box .hotspot-filter .amenities-category .item-filter:nth-child(5) .cata-color {
          background: #9B69AA; }
      .amenities-box .hotspot-filter .amenities-category .item-filter:nth-child(6) {
        padding-right: 4px; }
        .amenities-box .hotspot-filter .amenities-category .item-filter:nth-child(6) .cata-color {
          background: #FF9900; }
      .amenities-box .hotspot-filter .amenities-category .item-filter .cata-color {
        display: inline-flex;
        width: 25px;
        height: 25px;
        border-radius: 100%; }
      .amenities-box .hotspot-filter .amenities-category .item-filter.active, .amenities-box .hotspot-filter .amenities-category .item-filter:hover {
        opacity: 1; }
      @media (min-width: 991px) {
        .amenities-box .hotspot-filter .amenities-category .item-filter {
          font-size: 29px; } }

.amenities-map .wrapper {
  width: 100%;
  display: flex;
  position: relative; }
  @media (max-width: 991px) {
    .amenities-map .wrapper {
      flex-direction: column; } }
  .amenities-map .wrapper .hotspot-action {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    height: 100%;
    width: 45px;
    background: #425e41;
    cursor: pointer; }
    @media (min-width: 768px) {
      .amenities-map .wrapper .hotspot-action {
        display: none; } }
    @media (max-width: 991px) {
      .amenities-map .wrapper .hotspot-action {
        display: block; } }
    .amenities-map .wrapper .hotspot-action .btn {
      display: flex;
      align-items: center;
      justify-content: center; }
    .amenities-map .wrapper .hotspot-action .hotspot-label {
      position: absolute;
      left: .75rem;
      top: 2rem;
      z-index: 1;
      writing-mode: vertical-lr;
      transform: rotate(180deg);
      font-family: "SVN-MillerBanner", serif;
      color: #fff3dc; }
    .amenities-map .wrapper .hotspot-action .hotspot-btn {
      position: absolute;
      left: 25px;
      z-index: 1;
      bottom: 1rem;
      transform: translateY(-50%); }
  .amenities-map .wrapper .amenities-list {
    padding-left: 70px;
    background: #fff3dc;
    z-index: 3;
    -webkit-animation: 1s ease 0s normal forwards 1 fadeInDelay;
    animation: 1s ease 0s normal forwards 1 fadeInDelay; }
    @media (max-width: 991px) {
      .amenities-map .wrapper .amenities-list {
        width: 100%;
        position: relative;
        order: 2;
        padding: 10px 20px 30px; }
        .amenities-map .wrapper .amenities-list .heading {
          text-align: center; }
        .amenities-map .wrapper .amenities-list .wrap-box {
          padding-right: 0 !important; }
        .amenities-map .wrapper .amenities-list .amenities-type {
          flex-wrap: wrap;
          flex-direction: row !important; }
          .amenities-map .wrapper .amenities-list .amenities-type li {
            width: 50%;
            font-size: 12px; } }
    @media (min-width: 768px) {
      .amenities-map .wrapper .amenities-list {
        width: 25%;
        position: relative; } }
    .amenities-map .wrapper .amenities-list.hide {
      transform: translateX(-100%);
      -webkit-animation: 1s ease 0s normal forwards 1 fadeOutDelay;
      animation: 1s ease 0s normal forwards 1 fadeOutDelay; }
      .amenities-map .wrapper .amenities-list.hide .hotspot-action {
        left: 100%; }
      .amenities-map .wrapper .amenities-list.hide i {
        transform: rotate(180deg); }
    .amenities-map .wrapper .amenities-list .heading {
      font-size: 1.875rem; }
    .amenities-map .wrapper .amenities-list .heading {
      text-transform: unset; }
    .amenities-map .wrapper .amenities-list .amenities-type {
      display: flex;
      flex-direction: column; }
      .amenities-map .wrapper .amenities-list .amenities-type .data-filter {
        display: flex;
        align-items: center; }
        .amenities-map .wrapper .amenities-list .amenities-type .data-filter:not(:last-child) {
          margin-bottom: 10px; }
      .amenities-map .wrapper .amenities-list .amenities-type .amenities-color {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        width: 26px;
        height: 26px;
        border-radius: 100%;
        font-size: 12px;
        letter-spacing: 0;
        margin-right: 15px; }
        .amenities-map .wrapper .amenities-list .amenities-type .amenities-color.red {
          background: #FF0000; }
        .amenities-map .wrapper .amenities-list .amenities-type .amenities-color.blue {
          background: #00B2FF; }
        .amenities-map .wrapper .amenities-list .amenities-type .amenities-color.lightGreen {
          background: #A5D7AF;
          color: #1E4141; }
        .amenities-map .wrapper .amenities-list .amenities-type .amenities-color.green {
          background: #23BF42; }
        .amenities-map .wrapper .amenities-list .amenities-type .amenities-color.purple {
          background: #9B69AA; }
        .amenities-map .wrapper .amenities-list .amenities-type .amenities-color.orange {
          background: #FF9900; }
    .amenities-map .wrapper .amenities-list div[data-filter]:not(.active) {
      display: none; }
    .amenities-map .wrapper .amenities-list div[data-filter].active {
      display: block; }
    .amenities-map .wrapper .amenities-list .wrap-box {
      padding-right: 1rem;
      max-height: 60vh;
      overflow-y: auto; }
  .amenities-map .wrapper .masterplan-map {
    position: relative;
    height: 582px; }
    @media (min-width: 768px) {
      .amenities-map .wrapper .masterplan-map {
        width: 75%; } }
    @media (max-width: 767px) {
      .amenities-map .wrapper .masterplan-map {
        width: auto;
        overflow: auto; } }
    .amenities-map .wrapper .masterplan-map .masterplan-img {
      height: 100%;
      width: auto;
      object-fit: contain;
      z-index: 1; }
      @media (min-width: 768px) {
        .amenities-map .wrapper .masterplan-map .masterplan-img {
          position: absolute;
          top: 0;
          left: 0; } }
      @media (max-width: 767px) {
        .amenities-map .wrapper .masterplan-map .masterplan-img {
          width: auto;
          overflow: auto; } }
    .amenities-map .wrapper .masterplan-map .masterplan-svg svg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: auto;
      object-fit: contain;
      z-index: 2; }
      .amenities-map .wrapper .masterplan-map .masterplan-svg svg g[data-filter] {
        opacity: 0.5; }
      .amenities-map .wrapper .masterplan-map .masterplan-svg svg g[data-filter]:not(.active) circle {
        fill: #4F4F4F; }
      .amenities-map .wrapper .masterplan-map .masterplan-svg svg g[data-filter].active {
        opacity: 1; }
.amenities-map #locationMap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw; }
.amenities-map .hotspot.active * {
  opacity: 1; }
.amenities-map .hotspot rect {
  fill: #fff;
  stroke: #425e41; }
.amenities-map .hotspot path,
.amenities-map .hotspot line,
.amenities-map .hotspot image,
.amenities-map .hotspot rect,
.amenities-map .hotspot text {
  opacity: 0; }
.amenities-map .hotspot text {
  font-weight: bold;
  font-family: "SanFranciscoText", serif;
  fill: #425e41; }
.amenities-map .hotspot circle:hover .hotspot * {
  opacity: 1; }
.amenities-map .hotspot circle:nth-of-type(1) {
  animation: wave 1.6s linear infinite;
  animation-delay: 0.8s;
  transform-origin: 50% 50%;
  transform-box: fill-box; }
.amenities-map .hotspot circle:nth-of-type(2) {
  animation: wave 1.6s linear infinite;
  opacity: 1;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  stroke: #ffffff;
  stroke-miterlimit: 1; }
@keyframes wave {
  0% {
    opacity: 0;
    transform: scale(1); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1.8); } }
.viewInfo .infoPopupSvg {
  display: none;
  opacity: 0; }

.map-info .infoPopup {
  padding: 10px 40px 10px 20px;
  background-color: white;
  border-radius: 0;
  position: absolute;
  display: none;
  font-size: 0.8rem;
  z-index: 10000 !important;
  cursor: pointer;
  max-width: 265px;
  text-align: center; }

.infoPopup img {
  width: 100%;
  margin-top: 10px; }

.infoPopup .close-popup {
  position: absolute;
  font-size: 1.15rem !important;
  top: -5px;
  font-size: 30px;
  color: #000;
  right: 5px;
  z-index: 1001 !important;
  border: 0;
  background: transparent; }

.numberMarkerStyle {
  padding-right: 5px; }

.borderTransport {
  border: 1px #000 solid; }

.borderSchools {
  border: 1px #000 solid; }

.borderBarPubs {
  border: 1px #878F65 solid; }

.borderCafesRestaurants {
  border: 1px #878F65 solid; }

.borderSportLeisure {
  border: 1px #D16F50 solid; }

.amenities-filter .dropdown-button {
  display: none; }

@media (max-width: 991px) {
  .amenities-box .hotspot-filter .amenities-category {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    padding: 20px 10px 0px 40px; }
    .amenities-box .hotspot-filter .amenities-category li {
      margin-right: 0 !important; }
    .amenities-box .hotspot-filter .amenities-category.show {
      display: block; }

  .amenities-filter .wrap-filter {
    text-align: center; }
  .amenities-filter .dropdown-button {
    border: none;
    display: flex;
    align-items: center;
    background-color: unset;
    padding: 0;
    margin-bottom: 36px;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    padding: 0 40px;
    position: relative; }
    .amenities-filter .dropdown-button::after {
      content: "";
      position: absolute;
      top: 10px;
      right: 0;
      width: 11px;
      height: 7px;
      background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.283881 1.06819C0.121525 0.881881 0.122703 0.604004 0.286633 0.419075C0.483517 0.196969 0.830818 0.19864 1.02556 0.422631L4.62256 4.55998C5.06268 5.06621 5.8476 5.06999 6.29258 4.56802L9.97335 0.415741C10.1693 0.194677 10.5145 0.194677 10.7104 0.415741C10.8757 0.602178 10.8757 0.882672 10.7104 1.06911L6.2916 6.05396C5.84697 6.55555 5.06279 6.55223 4.62243 6.04689L0.283881 1.06819Z' fill='%231E4141'/%3E%3C/svg%3E%0A"); }
    .amenities-filter .dropdown-button .cata-color {
      margin-right: 14px; }
    .amenities-filter .dropdown-button[data-filter="Community-Yard"] .cata-color {
      background: #FF0000; }
    .amenities-filter .dropdown-button[data-filter="Community-Garden"] .cata-color {
      background: #00B2FF; }
    .amenities-filter .dropdown-button[data-filter="Entry-Garden"] .cata-color {
      background: #A5D7AF; }
    .amenities-filter .dropdown-button[data-filter="Welcome-Area"] .cata-color {
      background: #23BF42; }
    .amenities-filter .dropdown-button[data-filter="Pollinator-Garden"] .cata-color {
      background: #9B69AA; }
    .amenities-filter .dropdown-button[data-filter="Jogging-Track"] .cata-color {
      background: #FF9900; }
    .amenities-filter .dropdown-button .cata-color {
      display: inline-flex;
      width: 25px;
      height: 25px;
      border-radius: 100%; }
    .amenities-filter .dropdown-button.active, .amenities-filter .dropdown-button:hover {
      opacity: 1; } }
  @media (max-width: 991px) and (min-width: 991px) {
    .amenities-filter .dropdown-button {
      font-size: 29px; } }

.interior-page .action-box {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding: 15px;
  z-index: 5;
  background: #edd099a9;
  backdrop-filter: blur(5.5px);
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px); }
  .interior-page .action-box .btn {
    font-size: 25px;
    color: #425e41; }
    .interior-page .action-box .btn:hover {
      color: #edcf99;
      background: none; }
      .interior-page .action-box .btn:hover path {
        stroke: #edcf99; }
.interior-page .wrap-box-filter {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000; }
  @media (max-width: 767px) {
    .interior-page .wrap-box-filter {
      top: unset;
      transform: unset;
      bottom: 20px; } }
  .interior-page .wrap-box-filter .filter-panel {
    position: relative;
    width: 270px;
    background: rgba(255, 243, 220, 0.7);
    backdrop-filter: blur(5px);
    clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
    overflow: hidden; }
    .interior-page .wrap-box-filter .filter-panel .space-top {
      height: 30px;
      margin: 0 8px;
      border-bottom: 0 solid rgba(44, 77, 63, 0.8); }
    .interior-page .wrap-box-filter .filter-panel .corner {
      position: absolute;
      width: 10px;
      height: 10px; }
    .interior-page .wrap-box-filter .filter-panel .top-left {
      top: 4px;
      left: 4px;
      border-left: 1px solid rgba(44, 77, 63, 0.8);
      transform: rotate(225deg);
      mix-blend-mode: hard-light; }
    .interior-page .wrap-box-filter .filter-panel .top-right {
      top: 4px;
      right: 4px;
      border-right: 1px solid rgba(44, 77, 63, 0.8);
      transform: rotate(-225deg); }
    .interior-page .wrap-box-filter .filter-panel .bottom-left {
      bottom: 4px;
      left: 4px;
      border-left: 1px solid rgba(44, 77, 63, 0.8);
      transform: rotate(-225deg); }
    .interior-page .wrap-box-filter .filter-panel .bottom-right {
      bottom: 4px;
      right: 4px;
      border-right: 1px solid rgba(44, 77, 63, 0.8);
      transform: rotate(225deg); }
    .interior-page .wrap-box-filter .filter-panel::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 8px;
      right: 8px;
      bottom: 8px;
      left: 8px;
      clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
      border: 1px solid rgba(44, 77, 63, 0.8); }
    .interior-page .wrap-box-filter .filter-panel .nav-tabs {
      border-bottom: 1px solid rgba(44, 77, 63, 0.8);
      margin: 0 8px -1px; }
      .interior-page .wrap-box-filter .filter-panel .nav-tabs .nav-item {
        padding: 0;
        width: 50%; }
        .interior-page .wrap-box-filter .filter-panel .nav-tabs .nav-item:not(:last-child) {
          margin-right: 0; }
      .interior-page .wrap-box-filter .filter-panel .nav-tabs .nav-link {
        border: none;
        border-radius: 0;
        color: #425e41;
        font-size: 18px;
        padding: 0.5rem;
        font-weight: 600;
        margin-bottom: 0;
        text-transform: unset;
        font-family: "SVN-MillerBanner", serif;
        width: 100%;
        opacity: 1; }
        .interior-page .wrap-box-filter .filter-panel .nav-tabs .nav-link.active {
          background-color: #425e41;
          color: #edcf99;
          width: 100%;
          height: 100%; }
      .interior-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav {
        border-top: 1px solid #425e41;
        border-left: none;
        border-right: none;
        border-bottom: none;
        margin: 0;
        overflow: hidden;
        padding: 1rem; }
        .interior-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav .nav-item {
          width: auto;
          display: flex;
          justify-content: center;
          margin: 0 15px; }
          .interior-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav .nav-item .nav-link {
            color: #425e41;
            font-weight: 600;
            font-size: 0.85rem;
            padding: 0;
            border: none;
            font-family: "SanFranciscoText", serif; }
            .interior-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav .nav-item .nav-link.active {
              border-bottom: 2px #425e41 solid;
              background: unset;
              padding: 0.5rem 0; }
        .interior-page .wrap-box-filter .filter-panel .nav-tabs.sub-tab-nav + .tab-content {
          margin: 0; }
    .interior-page .wrap-box-filter .filter-panel .utility-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .interior-page .wrap-box-filter .filter-panel .utility-list li {
        padding: 0 10px;
        font-size: 14px;
        font-weight: 200;
        color: #425e41;
        border-top: 1px solid rgba(44, 77, 63, 0.8); }
        .interior-page .wrap-box-filter .filter-panel .utility-list li:last-child {
          border-bottom: 1px solid rgba(44, 77, 63, 0.8); }
        .interior-page .wrap-box-filter .filter-panel .utility-list li:hover {
          background: #425e41;
          color: #edcf99; }
    .interior-page .wrap-box-filter .filter-panel .toggle-button {
      margin: 0 8px 8px 8px;
      padding: 3px;
      font-size: 20px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      border-top: 1px solid rgba(44, 77, 63, 0.8); }
      .interior-page .wrap-box-filter .filter-panel .toggle-button .icon {
        display: inline-block;
        transition: transform 0.3s ease; }
      .interior-page .wrap-box-filter .filter-panel .toggle-button.expanded .icon, .interior-page .wrap-box-filter .filter-panel .toggle-button.open .icon {
        transform: rotate(180deg);
        height: 25px;
        margin-bottom: 2px; }
      .interior-page .wrap-box-filter .filter-panel .toggle-button.open {
        border-top: 1px solid rgba(44, 77, 63, 0.8); }
      .interior-page .wrap-box-filter .filter-panel .toggle-button:hover {
        color: #edcf99;
        mix-blend-mode: multiply; }
        .interior-page .wrap-box-filter .filter-panel .toggle-button:hover .toggle-bottom-left {
          position: absolute;
          bottom: -4px;
          left: -4px;
          border-left: 1px solid rgba(44, 77, 63, 0.8);
          transform: rotate(135deg);
          z-index: 22;
          width: 10px;
          height: 10px;
          background: rgba(255, 243, 220, 0.7);
          backdrop-filter: blur(5px);
          mix-blend-mode: hard-light; }
        .interior-page .wrap-box-filter .filter-panel .toggle-button:hover .toggle-bottom-right {
          position: absolute;
          bottom: -2px;
          right: -18px;
          border-right: 1px solid rgba(90, 92, 91, 0.8);
          transform: rotate(135deg);
          z-index: 22;
          width: 32px;
          height: 10px;
          background: rgba(255, 243, 220, 0.7);
          backdrop-filter: blur(5px);
          mix-blend-mode: hard-light; }
        .interior-page .wrap-box-filter .filter-panel .toggle-button:hover::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #425e41;
          color: #edcf99;
          z-index: -1; }
    .interior-page .wrap-box-filter .filter-panel .content {
      padding: 0;
      font-size: 14px; }
      .interior-page .wrap-box-filter .filter-panel .content .wrap-content {
        max-height: 0;
        opacity: 0;
        transform: translateY(-10px);
        overflow: hidden;
        transition: all 0.5s ease;
        visibility: hidden; }
        .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show {
          max-height: 500px;
          opacity: 1;
          transform: translateY(0);
          visibility: visible; }
          @media (max-width: 767px) {
            .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item {
              max-height: 125px;
              overflow: auto; } }
          .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion {
            padding: 0; }
            @media (max-width: 767px) {
              .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion {
                margin: 0 0 0 8px; } }
            .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion:hover {
              background: unset; }
            .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item {
              background: unset;
              margin: 0;
              padding: 0;
              border: none; }
              .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item:first-of-type .accordion-button {
                border-top-left-radius: 0;
                border-top-right-radius: 0; }
                .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item:first-of-type .accordion-button:not(.collapsed) {
                  color: #edcf99;
                  box-shadow: none; }
              .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item .accordion-button {
                background: #425e41;
                color: #edcf99;
                padding: 0.5rem 1rem; }
                .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item .accordion-button:focus {
                  border: none;
                  box-shadow: none; }
                .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item .accordion-button::after {
                  filter: invert(0.75) brightness(1.5); }
                .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item .accordion-button:not(.collapsed) {
                  color: #edcf99; }
              .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item .accordion-collapse {
                border-top: none;
                margin: 0;
                padding: 0; }
                @media (max-width: 767px) {
                  .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item .accordion-collapse {
                    padding-bottom: 50px; } }
                .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item .accordion-collapse:hover {
                  background: unset; }
                .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item .accordion-collapse .accordion-body {
                  border-top: none; }
                .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item .accordion-collapse .scene-nav:first-child {
                  border-top: none; }
                .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item .accordion-collapse .scene-nav.active, .interior-page .wrap-box-filter .filter-panel .content .wrap-content.show .item .accordion .accordion-item .accordion-collapse .scene-nav:hover {
                  background: unset;
                  color: #ceb084; }
    .interior-page .wrap-box-filter .filter-panel .section-title {
      font-weight: bold;
      color: #425e41;
      padding: 0.75rem 0; }
    .interior-page .wrap-box-filter .filter-panel .item div {
      margin: 0 8px;
      padding: 5px 10px;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      font-family: "SVN-MillerBanner", serif;
      border-top: 1px solid rgba(44, 77, 63, 0.8); }
      .interior-page .wrap-box-filter .filter-panel .item div:last-child {
        border-bottom: 0 solid rgba(44, 77, 63, 0.8); }

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