@charset "UTF-8";
@import url("https://use.typekit.net/cwb2qcd.css");
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  border: 0;
  outline: none;
  border-radius: 0;
  box-sizing: border-box !important;
  -webkit-appearance: none;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../Montserrat-Regular.7fde05f9.woff2") format("woff2"), url("../../Montserrat-Regular.6b3bd861.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../Montserrat-Light.b25f69dd.woff2") format("woff2"), url("../../Montserrat-Light.bc508e3b.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minion Pro";
  src: url("../../MinionPro-Regular.8055395f.woff2") format("woff2"), url("../../MinionPro-Regular.15058966.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../Montserrat-Medium.a78cebd5.woff2") format("woff2"), url("../../Montserrat-Medium.9eabeb43.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("../../Montserrat-Regular.7fde05f9.woff2") format("woff2"), url("../../Montserrat-Regular.6b3bd861.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("../../Montserrat-Medium.a78cebd5.woff2") format("woff2"), url("../../Montserrat-Medium.9eabeb43.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Light";
  src: url("../../Montserrat-Light.b25f69dd.woff2") format("woff2"), url("../../Montserrat-Light.bc508e3b.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
footer {
  border-top: 3px solid #bf5b40;
}
footer .wrapper-container:nth-child(1) {
  background-color: #333132;
}
footer .wrapper-container:nth-child(1) span {
  color: #fff;
  font-size: 13px;
}
footer .wrapper-container:nth-child(1) .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
footer .wrapper-container:nth-child(1) .wrapper.mobile {
  display: none;
}
footer .wrapper-container:nth-child(1) .wrapper.desktop li a {
  position: relative;
  display: inline;
}
footer .wrapper-container:nth-child(1) .wrapper.desktop li a:hover:before {
  width: 100%;
}
footer .wrapper-container:nth-child(1) .wrapper.desktop li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  background-color: #fff;
  height: 1px;
  bottom: -2px;
  transition: width 0.5s ease;
}
@media (max-width: 768px) {
  footer .wrapper-container:nth-child(1) .wrapper.mobile {
    display: block;
  }
  footer .wrapper-container:nth-child(1) .wrapper.mobile li {
    margin-bottom: 10px;
  }
  footer .wrapper-container:nth-child(1) .wrapper.mobile li:last-child {
    margin-bottom: 0;
  }
  footer .wrapper-container:nth-child(1) .wrapper.desktop {
    display: none;
  }
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(1) {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(1) > div {
  width: 20%;
  padding: 0 10px;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(1) > div ul li a {
  color: #fff;
  font-size: 11px;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) p,
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) a {
  font-weight: 400;
  font-family: "Montserrat";
  color: #fff;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) span {
  color: #fff;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) .collapsible {
  margin: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  box-shadow: none;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) .collapsible-header {
  background-color: #333132 !important;
  border-bottom: solid 1px #585858;
  color: #fff;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) .collapsible-body {
  background-color: #333132 !important;
  padding: 20px 0px;
  border-bottom: none;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) i.material-icons {
  margin: 0;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) i.material-icons.less {
  display: none;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) i.material-icons.more {
  display: block;
  transform: rotate(0deg);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) all;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) li.active i.material-icons.more {
  transform: rotate(180deg);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) all;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) .wrapper {
  display: flex;
  flex-direction: column;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) .wrapper .container {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  background: #333132;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) .wrapper .container a {
  text-align: center;
  padding-bottom: 5px;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) .wrapper .container p {
  white-space: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) .wrapper .container ul {
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  padding-left: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) .wrapper .container ul li {
  padding-left: 5px;
  padding-right: 5px;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(2) .wrapper .container ul li svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul.social {
  position: relative;
  top: 3px;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul.social li:nth-child(1) {
  margin-bottom: 7px;
}
@media (max-width: 1080px) {
  footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul {
    justify-content: center;
  }
  footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul li {
    margin-bottom: 20px;
  }
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul:last-child li:before {
  content: unset;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul li {
  color: #fff;
  position: relative;
  padding: 0 15px;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul li:after {
  content: "";
  position: absolute;
  left: 20px;
  width: 0%;
  height: 1 px;
  background: #fff;
  bottom: -6 px;
  transition: width 0.5s ease;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul li:hover:after {
  width: 30%;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul li:before {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  top: 5px;
  height: 11px;
  background-color: #fff;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul li a {
  color: #fff;
  font-size: 11px;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul li a img {
  width: 28px;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul li:first-child {
  padding-left: 0;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul li:first-child:after {
  left: 0;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul li:first-child:before {
  right: 0;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul li:last-child:before {
  width: 0;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul:last-child li {
  padding: 0 5px;
  font-size: 11px;
}
footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul:last-child li:last-child {
  padding-right: 0 !important;
}
@media (max-width: 1080px) {
  footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul:last-child li {
    margin-bottom: 0;
  }
  footer .wrapper-container:nth-child(1) .wrapper:nth-child(3) ul:last-child li:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .wrapper-container:nth-child(2) {
  background-color: #e6e6e6;
}
footer .wrapper-container:nth-child(2) .container p {
  color: #333132;
  text-align: center;
  padding: 0 40px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
}
@media (max-width: 576px) {
  footer .wrapper-container:nth-child(2) .container p {
    padding: 0;
  }
}
footer .wrapper-container:nth-child(3) {
  background-color: #fff;
}
footer .wrapper-container:nth-child(3) p,
footer .wrapper-container:nth-child(3) a {
  color: #585858 !important;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
  font-size: 14px;
  white-space: normal;
  line-height: 1.5;
  margin-bottom: 20px;
}
footer .wrapper-container:nth-child(3) span {
  font-family: noto-sans, sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: #585858;
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  footer .wrapper-container:nth-child(3) span {
    white-space: normal;
  }
}
footer .wrapper-container:nth-child(3) img {
  height: 50px;
}
footer .wrapper-container:nth-child(3) .wrapper div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .wrapper-container:nth-child(3) .wrapper div:last-child li {
  text-align: right;
  white-space: unset;
}
footer .wrapper-container:nth-child(3) .wrapper span,
footer .wrapper-container:nth-child(3) .wrapper a {
  text-align: left;
  font-size: 11px;
  color: #808080 !important;
}
footer .wrapper-container:nth-child(3) .wrapper a {
  text-decoration: underline;
  margin-top: 5px;
}
@media (max-width: 1080px) {
  footer .wrapper-container:nth-child(3) .wrapper {
    flex-direction: column;
    align-items: center;
  }
  footer .wrapper-container:nth-child(3) .wrapper > div {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }
  footer .wrapper-container:nth-child(3) .wrapper > div li,
footer .wrapper-container:nth-child(3) .wrapper > div span {
    text-align: center !important;
  }
}
@media (max-width: 1080px) {
  footer .wrapper-container:nth-child(3) .wrapper span {
    white-space: normal;
  }
}
footer .wrapper-container .container {
  padding: 30px 20px 30px;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
@media (max-width: 992px) {
  footer .wrapper-container .container {
    padding: 20px 20px 20px;
  }
}
footer .wrapper-container .container.container-last {
  display: flex;
  justify-content: space-between;
}
footer .wrapper-container .container.container-last p {
  text-align: right;
}
footer .wrapper-container .container.container-last a:fist-child {
  margin-bottom: 10px;
}
footer .wrapper-container .container.container-last a:last-child {
  margin-top: 10px;
}
footer .wrapper-container .container.container-last p,
footer .wrapper-container .container.container-last a,
footer .wrapper-container .container.container-last span {
  color: #333132 !important;
  font-size: 11px;
  font-family: "Montserrat";
}
@media (max-width: 1024px) {
  footer .wrapper-container .container.container-last {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .wrapper-container .container.container-last p {
    text-align: center;
  }
}
footer .wrapper-container .container.container-last .wrapper {
  align-items: center;
  display: flex;
}
@media (max-width: 1024px) {
  footer .wrapper-container .container.container-last .wrapper {
    margin-bottom: 15px;
  }
}
footer .wrapper-container .container .da-thong {
  height: 60px;
  opacity: 0;
  display: flex;
}
@media (max-width: 576px) {
  footer .wrapper-container .container {
    padding: 40px 20px;
  }
}

nav {
  border-bottom: 3px solid #bf5b40;
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 99;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
nav img {
  height: 50px;
}
@media (max-width: 576px) {
  nav img {
    height: 40px;
  }
}
nav a {
  display: flex;
}
nav ul {
  display: flex;
  padding: 0 20px;
}
@media (max-width: 576px) {
  nav {
    padding: 10px;
  }
  nav ul {
    padding: 0 5px;
  }
}
nav div {
  display: flex;
  align-items: center;
}
nav div ul {
  display: flex;
}
nav div ul li {
  padding: 0 5px;
  position: relative;
  transition: all 0.5s;
}
nav div ul li.slash {
  padding: 0 10px;
}
nav div ul li.slash:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 100%;
  background: #333132;
  transition: all 0.5s ease;
}
nav div ul li a {
  color: #333132;
  font-family: "Montserrat";
  font-weight: 400;
  cursor: pointer;
}
nav div ul li.active a {
  color: #bf5b40;
}
nav div ul li.vn.active + nav div ul li.slash:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
nav div ul li:first-child:hover + li.slash:before,
nav div ul li:first-child.active + li.slash:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
nav div button {
  background-color: transparent;
  border: 2px solid #bf5b40;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: transform 1s cubic-bezier(0.3, 0.1, 0.3, 1);
  cursor: pointer;
}
nav div button a {
  color: #bf5b40;
  padding: 10px 20px;
  transition: color 0.45s cubic-bezier(0.3, 0.1, 0.3, 1);
}
@media (max-width: 576px) {
  nav div button a {
    padding: 10px;
    font-size: 11px;
  }
}
nav div button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 300px;
  height: 300px;
  transition: transform 1s cubic-bezier(0.3, 0.1, 0.3, 1);
  background-color: #bf5b40;
  border-radius: 50%;
  z-index: -1;
}
nav div button:hover {
  color: #fff;
}
nav div button:hover:before {
  transform: translateX(-50%) scale(1.08);
}
nav div button:hover a {
  color: #fff;
}
nav:lang(vn) button a {
  padding: 10px 40px;
  letter-spacing: 2px;
}
@media (max-width: 576px) {
  nav:lang(vn) button a {
    padding: 10px 20px;
  }
}

ul.pagination {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
}

ul.list.white li:before {
  background-color: transparent;
  border: 1px solid #333132;
}
ul.list.white li:after {
  color: #333132;
}
ul.list.orange-color li:before {
  background-color: #bf5b40;
}
ul.list li {
  color: #333132;
  padding-left: 30px;
  padding-top: 2px;
  position: relative;
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 14px;
}
@media (max-width: 576px) {
  ul.list li {
    font-size: 12px;
    padding-top: 0px;
    padding-left: 30px;
    margin-bottom: 7px;
    line-height: 18px;
  }
}
ul.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #333132;
}
ul.list li:after {
  content: attr(data-text);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 11px;
  text-align: center;
}
@media (max-width: 576px) {
  ul.list li:after {
    font-size: 9px;
  }
}
@media (max-width: 576px) {
  ul.list li:before {
    width: 20px;
    height: 20px;
    left: 0;
    top: -2px;
  }
}
@media (max-width: 576px) {
  ul.list li:after {
    width: 20px;
    height: 20px;
    left: 0;
    top: -1px;
  }
}

* {
  font-family: "Montserrat";
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-weight: 400;
  font-size: 28px;
}
h1.title {
  font-family: "Minion Pro";
  font-weight: 100;
}
@media (max-width: 576px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

footer li,
footer a,
footer span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat";
}
footer span {
  margin-bottom: 15px;
  display: block;
}
footer li {
  margin-bottom: 5px;
}

.italic {
  font-style: italic;
}

.wrapper-remark {
  padding: 0 40px 40px;
}
@media (max-width: 576px) {
  .wrapper-remark {
    padding: 20px;
  }
  .wrapper-remark p {
    text-align: center;
    font-size: 4px !important;
    line-height: unset;
  }
}
.wrapper-remark p {
  color: #333132;
}
.wrapper-remark span {
  color: #333132;
  font-family: "Minion Pro" !important;
  margin-bottom: 0px !important;
  display: initial !important;
  font-weight: 100 !important;
  letter-spacing: initial !important;
  font-size: 14px !important;
}
@media (max-width: 576px) {
  .wrapper-remark span {
    font-size: 12px !important;
  }
}

nav a {
  font-size: 14px;
}
nav button a {
  font-size: 13px;
  letter-spacing: 0.4px;
}

p {
  font-family: "Minion Pro";
  line-height: 26px;
  font-size: 14px;
}
@media (max-width: 576px) {
  p {
    font-size: 12px;
    line-height: 22px;
  }
}
p.caption {
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat";
  letter-spacing: 0.4px;
}

p,
li {
  font-family: "Minion Pro";
  font-weight: 100;
}

.wrapper-remark p {
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 18px;
}
@media (max-width: 1024px) {
  .wrapper-remark p {
    font-size: 11px !important;
  }
}

section.banner {
  width: 100%;
  height: 100vh !important;
  background-position: center 73px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.banner {
    height: 56.25vh !important;
  }
}
section.banner > div {
  height: 100vh;
  position: relative;
}
@media (max-width: 1024px) {
  section.banner {
    background-position: center 73px;
  }
  section.banner .define {
    top: 20% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
@media (max-width: 992px) {
  section.banner .define {
    transform: translate(-50%, -50%) scale(0.8) !important;
  }
}
@media (max-width: 576px) {
  section.banner {
    background-position: center 63px;
  }
  section.banner .define {
    transform: translate(-50%, -50%) scale(0.7) !important;
  }
}
section.banner .define {
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%) scale(0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 98;
  transition: all 0.5s ease-out;
}
section.banner .define h1 {
  color: #333132;
  margin-top: 30px;
  white-space: pre;
}
section.banner .define .logo {
  width: 180px;
}
section.banner .container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
}
section.banner .container p {
  line-height: normal;
}
@media (max-width: 576px) {
  section.banner .container {
    padding: 20px 10px;
  }
  section.banner .container p {
    font-size: 8px !important;
  }
}
section.banner span {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
section.banner span:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #fff;
  height: 40px;
  bottom: -50px;
}
section.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}
@media (max-width: 1024px) {
  section.banner video {
    height: 56.25%;
    object-position: center;
  }
}
@media (max-width: 576px) {
  section.banner video {
    margin-top: 63px;
  }
}
section.banner.location-page {
  height: calc(100vh - 168.66px) !important;
}
@media (max-width: 1024px) {
  section.banner.location-page {
    height: 56.25vh !important;
  }
}
section.banner.location-page .wrap-cover-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
section.banner.location-page .wrap-cover-img .cover-img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

section.gallery {
  height: 100vh;
  position: relative;
}
@media (max-width: 1024px) {
  section.gallery {
    height: unset;
  }
}
section.gallery img.bg-mobile {
  display: none;
  max-width: 500px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  section.gallery img.bg-mobile {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 576px) {
  section.gallery img.bg-mobile {
    max-width: 220px;
  }
}
section.gallery:nth-child(odd) img.bg-mobile {
  transform: scaleX(-1);
  margin-left: 0;
}
section.gallery:nth-child(odd) .container {
  flex-direction: row-reverse;
}
section.gallery:nth-child(odd) .container div:last-child:before {
  transform: scaleX(-1);
}
section.gallery.fac-page {
  height: calc(100vh - 168.66px);
}
@media (max-width: 1024px) {
  section.gallery.fac-page {
    height: unset;
  }
}
section.gallery.fac-page .container {
  flex-direction: row-reverse;
}
section.gallery.fac-page .container div:last-child:before {
  transform: scaleX(-1);
}
section.gallery .container {
  display: flex;
  height: 100%;
  padding-top: 73px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 576px) {
  section.gallery .container {
    padding-top: 63px;
  }
}
section.gallery .container > div {
  position: relative;
}
section.gallery .container > div:first-child {
  width: 65%;
  display: flex;
  align-items: center;
}
section.gallery .container > div:last-child {
  width: 35%;
  padding: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (orientation: portrait) {
  section.gallery .container > div:last-child {
    height: 100%;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  section.gallery .container > div:last-child {
    padding: 20px;
  }
}
section.gallery .container > div:last-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../../bg.12d1bd33.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: bottom right;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2s;
  font-weight: 100;
}
section.gallery .container > div:last-child span {
  width: 2px;
  height: 60px;
  background-color: #bf5b40;
  position: absolute;
  top: -90px;
}
@media (orientation: portrait) {
  section.gallery .container > div:last-child span {
    top: 0;
    height: 40px;
  }
}
section.gallery .container > div:last-child h1 {
  color: #bf5b40;
  white-space: pre-line;
  margin-bottom: 30px;
  overflow: hidden;
  font-weight: 400;
  margin-top: 0;
}
@media (max-width: 576px) {
  section.gallery .container > div:last-child h1 {
    margin-bottom: 10px !important;
  }
}
section.gallery .container > div:last-child p {
  color: #333132;
  white-space: normal;
  overflow: hidden;
}
section.gallery .container > div:last-child .box-text {
  position: relative;
}
@media (orientation: portrait) {
  section.gallery .container > div:last-child .box-text {
    padding-top: 70px;
  }
}
@media (orientation: portrait) and (max-width: 576px) {
  section.gallery .container > div:last-child .box-text {
    padding-top: 50px;
  }
}
section.gallery .container > div:last-child .box-text > div {
  overflow: hidden;
}
section.gallery .container > div:last-child .box-text ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
section.gallery .container > div:last-child .box-text ul li {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
section.gallery .container > div:last-child .box-text ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
section.gallery .container > div:last-child .wrap-link-to {
  position: relative;
  margin: 25px 0;
  overflow: hidden;
}
section.gallery .container > div:last-child .wrap-link-to .link-to {
  font-family: "Montserrat Medium";
  font-size: 12px;
  color: #BF5B40;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
section.gallery .container > div:last-child .wrap-link-to .link-to .wrap-arrow {
  position: relative;
  width: 30px;
  height: 30px;
  background: #BF5B40;
  margin-left: 10px;
}
section.gallery .container > div:last-child .wrap-link-to .link-to .wrap-arrow .arrow {
  position: relative;
  width: 100%;
  height: 100%;
}
section.gallery .container > div:last-child .wrap-link-to .link-to .wrap-arrow .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(0, -50%);
  width: calc(100% - 14px);
  height: 1px;
  background: #fff;
}
section.gallery .container > div:last-child .wrap-link-to .link-to .wrap-arrow .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #fff;
}
section.gallery .container > div:last-child .wrap-link-to .link-to:hover .wrap-arrow .arrow {
  animation: arrow-to-right 0.3s ease backwards 2;
}
@media (orientation: portrait) {
  section.gallery .container {
    flex-direction: column !important;
  }
  section.gallery .container > div {
    width: 100% !important;
  }
}
section.gallery .container.fac-page {
  padding-top: 0;
}
@media (max-width: 576px) {
  section.gallery .container.fac-page {
    padding-top: 0px;
  }
}
section.gallery .container.fac-page > div {
  position: relative;
}
section.gallery .container.fac-page > div:first-child {
  width: 65%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  section.gallery .container.fac-page > div:first-child {
    height: 56.25vh;
  }
}
section.gallery .container.fac-page > div:last-child {
  width: 35%;
  padding: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (orientation: portrait) {
  section.gallery .container.fac-page > div:last-child {
    height: 100%;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  section.gallery .container.fac-page > div:last-child {
    padding: 20px;
  }
}
section.gallery .container.fac-page > div:last-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../../bg.12d1bd33.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: bottom right;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2s;
  font-weight: 100;
}
@media (max-width: 1024px) {
  section.gallery .container.fac-page > div:last-child:before {
    display: none;
  }
}
@keyframes arrow-to-right {
  from {
    left: 0px;
  }
  to {
    left: 2px;
  }
}
section.gallery.gallery-5 img.bg-mobile {
  transform: scaleX(1) !important;
  margin-left: auto;
}
section.gallery.gallery-5 .bg:before {
  transform: scaleX(1) !important;
}
@media (max-width: 1280px) {
  section.gallery.gallery-3 ul li:nth-child(1) img {
    width: 100px;
  }
  section.gallery.gallery-3 ul li:nth-child(2) img {
    width: 55px;
  }
  section.gallery.gallery-3 ul li:nth-child(3) img {
    width: 70px;
  }
  section.gallery.gallery-3 ul li:nth-child(4) img {
    width: 140px;
  }
}
section.gallery.gallery-1 .wrapper-img.animate, section.gallery.gallery-3 .wrapper-img.animate, section.gallery.gallery-5 .wrapper-img.animate {
  /* animation: reveal-circle 3000ms 0ms cubic-bezier(0.76, 0, 0.24, 1); */
}
section.gallery.gallery-1 .wrapper-img.animate .box-img, section.gallery.gallery-3 .wrapper-img.animate .box-img, section.gallery.gallery-5 .wrapper-img.animate .box-img {
  opacity: 1;
  transition-property: opacity;
}
section.gallery.gallery-1 .wrapper-img.reverse, section.gallery.gallery-3 .wrapper-img.reverse, section.gallery.gallery-5 .wrapper-img.reverse {
  /* animation: reveal-circle-reverse 1000ms 0ms cubic-bezier(0.76, 0, 0.24, 1); */
}
section.gallery.gallery-1 .wrapper-img.reverse .box-img, section.gallery.gallery-3 .wrapper-img.reverse .box-img, section.gallery.gallery-5 .wrapper-img.reverse .box-img {
  opacity: 0;
  transition-delay: 1s;
  transition-property: opacity;
}
section.gallery.gallery-1 .wrapper-img.xx, section.gallery.gallery-3 .wrapper-img.xx, section.gallery.gallery-5 .wrapper-img.xx {
  animation: reveal-circle 3000ms 0ms alternate cubic-bezier(0.76, 0, 0.24, 1);
}
section.gallery.gallery-1 .wrapper-img.animate + .bg:before, section.gallery.gallery-3 .wrapper-img.animate + .bg:before, section.gallery.gallery-5 .wrapper-img.animate + .bg:before {
  opacity: 1;
  transition-delay: .8s;
}
section.gallery.gallery-1 .wrapper-img.reverse + .bg:before, section.gallery.gallery-3 .wrapper-img.reverse + .bg:before, section.gallery.gallery-5 .wrapper-img.reverse + .bg:before {
  opacity: 0;
}
section.gallery.gallery-2 .wrapper-img.animate, section.gallery.gallery-4 .wrapper-img.animate {
  /* animation: reveal-circle-right 3000ms 0ms cubic-bezier(0.76, 0, 0.24, 1); */
}
section.gallery.gallery-2 .wrapper-img.animate .box-img, section.gallery.gallery-4 .wrapper-img.animate .box-img {
  opacity: 1;
  transition-property: opacity;
}
section.gallery.gallery-2 .wrapper-img.reverse, section.gallery.gallery-4 .wrapper-img.reverse {
  /* animation: reveal-circle-right-reverse 1000ms 0ms cubic-bezier(0.76, 0, 0.24, 1); */
}
section.gallery.gallery-2 .wrapper-img.reverse .box-img, section.gallery.gallery-4 .wrapper-img.reverse .box-img {
  opacity: 0;
  transition-delay: 1s;
  transition-property: opacity;
}
section.gallery.gallery-2 .wrapper-img.animate + .bg:before, section.gallery.gallery-4 .wrapper-img.animate + .bg:before {
  opacity: 1;
  transition-delay: .8s;
}
section.gallery.gallery-2 .wrapper-img.reverse + .bg:before, section.gallery.gallery-4 .wrapper-img.reverse + .bg:before {
  opacity: 0;
}
@media (max-width: 576px) {
  section.gallery.gallery-2:lang(vn) p {
    font-size: 12px;
  }
}
section.gallery .wrapper-img .container-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
section.gallery .wrapper-img .container-img.h-100 {
  height: 100%;
}
section.gallery .wrapper-img .container-img:lang(vn):before {
  content: "Hình phối cảnh";
}
section.gallery .wrapper-img .container-img:before {
  content: "Artist’s Impression";
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #fff;
  transform: scaleX(1) !important;
  z-index: 9;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat";
  letter-spacing: 0.4px;
}
@media (max-width: 576px) {
  section.gallery .wrapper-img .container-img:before {
    bottom: 20px;
    left: 10px;
    font-size: 8px;
  }
}
section.gallery .wrapper-img .container-img._fac:before {
  display: none;
}
section.gallery .wrapper-img .container-img .box-img {
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.gallery svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

section.gallery.animate .container > div:last-child:before {
  opacity: 1;
}

@keyframes reveal-circle {
  from {
    clip-path: circle(0% at -5% 10%);
  }
  to {
    clip-path: circle(140% at -5% 10%);
  }
}
@keyframes reveal-circle-reverse {
  from {
    clip-path: circle(140% at -5% 10%);
    opacity: 1;
  }
  to {
    clip-path: circle(0% at -5% 10%);
    opacity: 0;
  }
}
@keyframes reveal-circle-right {
  from {
    clip-path: circle(0% at 95% -10%);
  }
  to {
    clip-path: circle(140% at 95% -10%);
  }
}
@keyframes reveal-circle-right-reverse {
  from {
    clip-path: circle(140% at 95% -10%);
    opacity: 1;
  }
  to {
    clip-path: circle(0% at 95% -10%);
    opacity: 0;
  }
}
@keyframes diagonal {
  0% {
    transform: translatex(-30px) translatey(-30px);
  }
  50% {
    transform: translatex(20px) translatey(20px);
  }
  100% {
    transform: translatex(-30px) translatey(-30px);
  }
}
.swiper-container.facility-swiper-container {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  /* padding-bottom: 9.13%; */
}
@media (max-width: 1024px) {
  .swiper-container.facility-swiper-container {
    padding-bottom: 0;
  }
}
.swiper-container.facility-swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.swiper-container.facility-swiper-container .swiper-wrapper:before {
  content: "Artist’s Impression";
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  transform: scaleX(1) !important;
  z-index: 9;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat";
  letter-spacing: 0.4px;
  text-shadow: 1px 1px 2px #333132;
}
@media (max-width: 576px) {
  .swiper-container.facility-swiper-container .swiper-wrapper:before {
    bottom: 20px;
    left: 20px;
    font-size: 8px;
  }
}
.swiper-container.facility-swiper-container .swiper-wrapper:lang(vn):before {
  content: "Hình phối cảnh";
}
.swiper-container.facility-swiper-container .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  text-align: center;
  background: #9e9e9e;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper-container.facility-swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper-container.facility-swiper-container .swiper-wrapper .swiper-slide img.pos-bottom {
  object-position: 50% 100%;
}
.swiper-container.facility-swiper-container .swiper-wrapper .swiper-slide .wrap-caption {
  position: absolute;
  bottom: 42px;
  left: 25px;
  display: block;
}
@media (max-width: 576px) {
  .swiper-container.facility-swiper-container .swiper-wrapper .swiper-slide .wrap-caption {
    bottom: 32px !important;
    left: 20px !important;
  }
}
.swiper-container.facility-swiper-container .swiper-wrapper .swiper-slide .wrap-caption .caption {
  font-family: "Montserrat Regular";
  font-size: 12px;
  letter-spacing: 0.75px;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  display: block;
  text-shadow: 1px 1px 2px #333132;
  margin: 0;
}
.swiper-container.facility-swiper-container .wrap-arrow {
  position: absolute;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  top: 40.87%;
  left: 50%;
  transform: translate(-50%, -40.87%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .swiper-container.facility-swiper-container .wrap-arrow {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.swiper-container.facility-swiper-container .wrap-arrow .arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(191, 91, 64, 0.75);
  cursor: pointer;
}
@media (max-width: 576px) {
  .swiper-container.facility-swiper-container .wrap-arrow .arrow {
    width: 30px;
    height: 30px;
  }
}
.swiper-container.facility-swiper-container .wrap-arrow .arrow.disable-arrow {
  display: none;
}
.swiper-container.facility-swiper-container .wrap-arrow .arrow._left {
  left: -0.1px;
  transition: 0.3s ease-in-out;
}
.swiper-container.facility-swiper-container .wrap-arrow .arrow._left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(0, -50%);
  width: calc(100% - 14px);
  height: 1px;
  background: #fff;
}
@media (max-width: 576px) {
  .swiper-container.facility-swiper-container .wrap-arrow .arrow._left::before {
    left: 5px;
    width: calc(100% - 10px);
  }
}
.swiper-container.facility-swiper-container .wrap-arrow .arrow._left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #fff;
}
@media (max-width: 576px) {
  .swiper-container.facility-swiper-container .wrap-arrow .arrow._left::after {
    left: 4px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 5px solid #fff;
  }
}
.swiper-container.facility-swiper-container .wrap-arrow .arrow._right {
  right: 0px;
  transition: 0.3s ease-in-out;
}
.swiper-container.facility-swiper-container .wrap-arrow .arrow._right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
}
@media (max-width: 576px) {
  .swiper-container.facility-swiper-container .wrap-arrow .arrow._right::after {
    right: 4px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #fff;
  }
}
.swiper-container.facility-swiper-container .wrap-arrow .arrow._right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(0, -50%);
  width: calc(100% - 14px);
  height: 1px;
  background: #fff;
}
@media (max-width: 576px) {
  .swiper-container.facility-swiper-container .wrap-arrow .arrow._right::before {
    left: 5px;
    width: calc(100% - 10px);
  }
}
.swiper-container.facility-swiper-container .wrap-arrow .arrow:hover {
  background: #bf5b40;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

section.plan {
  padding: 73px 40px 40px;
  position: relative;
  min-height: 100vh;
  height: 100% !important;
}
@media (max-width: 1024px) {
  section.plan {
    min-height: unset !important;
    height: unset !important;
  }
}
section.plan .container-wrapper {
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 1024px) {
  section.plan .container-wrapper {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  section.plan {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  section.plan {
    padding: 20px 20px 0;
  }
}
section.plan h1 {
  color: #bf5b40;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}
@media (max-width: 576px) {
  section.plan h1 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
section.plan .plan-detail span {
  color: #000;
  margin-bottom: 20px;
  font-family: "Montserrat";
  display: block;
  font-weight: 400;
  letter-spacing: 0.4px;
  font-size: 22px;
}
section.plan li {
  color: #333132;
}
section.plan .level-plan {
  display: none;
  pointer-events: none;
}
section.plan .level-plan.active {
  display: block;
  pointer-events: all;
}
section.plan .plan-detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.plan .plan-detail .mobile {
  display: none;
}
@media (max-width: 576px) {
  section.plan .plan-detail .desktop {
    display: none;
  }
  section.plan .plan-detail .mobile {
    display: flex;
    flex-wrap: wrap;
  }
  section.plan .plan-detail .mobile li {
    width: 50%;
  }
}
section.plan .plan-detail ul.desktop {
  padding-right: 10px;
}
section.plan .plan-detail > div.container-facilities {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  section.plan .plan-detail > div.container-facilities {
    margin-bottom: 10px;
  }
}
section.plan .plan-detail > div.container-facilities .wrapper-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  section.plan .plan-detail > div.container-facilities {
    width: 100% !important;
  }
}
section.plan .plan-detail > div.container-facilities.container-1 {
  width: 60%;
}
section.plan .plan-detail > div.container-facilities.container-1 ul {
  width: 33.33%;
}
@media (max-width: 576px) {
  section.plan .plan-detail > div.container-facilities.container-1 ul {
    width: 100%;
  }
}
section.plan .plan-detail > div.container-facilities.container-2 {
  width: 40%;
}
section.plan .plan-detail > div.container-facilities.container-2 ul {
  width: 50%;
}
@media (max-width: 1024px) {
  section.plan .plan-detail > div.container-facilities.container-2 ul {
    width: 33.33%;
  }
}
@media (max-width: 576px) {
  section.plan .plan-detail > div.container-facilities.container-2 ul {
    width: 100%;
  }
}
section.plan .toggle-plan {
  position: absolute;
  right: 40px;
  top: 48px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  section.plan .toggle-plan {
    position: relative;
    right: unset;
    top: unset;
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  section.plan .toggle-plan {
    margin-bottom: 30px;
  }
}
section.plan .toggle-plan span {
  padding: 0 10px;
  color: #808080;
  font-family: "Minion Pro";
  cursor: pointer;
  font-weight: 100;
}
section.plan .toggle-plan span.active {
  color: #bf5b40;
}
section.plan .toggle-plan span.line {
  width: 40px;
  height: 1px;
  background-color: #707070;
  position: relative;
  cursor: default;
}
section.plan .toggle-plan span.line:before {
  content: "";
  position: absolute;
  top: -1px;
  width: 50%;
  height: 3px;
  background-color: #bf5b40;
  transition: all 0.5s;
}
section.plan .toggle-plan span.left.active + span.line:before {
  left: 0;
}
section.plan .toggle-plan span.left + span.line:before {
  left: 20px;
}
section.plan .wrapper-remark {
  padding: 0 40px !important;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
section.plan .wrapper-remark p {
  white-space: normal;
}
@media (max-width: 992px) {
  section.plan .wrapper-remark {
    padding: 0 !important;
  }
}
section.plan.fac-page {
  padding: 50px 100px;
}
@media (max-width: 1024px) {
  section.plan.fac-page {
    padding: 50px 40px;
  }
}
@media (max-width: 576px) {
  section.plan.fac-page {
    padding: 20px;
  }
}
section.plan.fac-page .container-wrapper {
  padding: 0;
}
@media (max-width: 1024px) {
  section.plan.fac-page .container-wrapper {
    padding-bottom: 0;
  }
}
section.plan.fac-page .wrap-image-map {
  position: relative;
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto 35px;
}
@media (max-width: 1024px) {
  section.plan.fac-page .wrap-image-map {
    width: 100%;
    margin: 0 0 35px;
  }
}
section.plan.fac-page .wrap-image-map img.bg {
  position: relative;
  width: 100%;
  display: block;
  z-index: 5;
}
section.plan.fac-page .wrap-image-map img.spot {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0 !important;
  transition: 0.4s ease-in-out;
  z-index: 6;
}
section.plan.fac-page .wrap-image-map img.spot.show {
  opacity: 1 !important;
}
section.plan.fac-page .wrap-image-map a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 7;
}
section.plan.fac-page .wrap-image-map .wrap-spot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  z-index: 8;
}
section.plan.fac-page .wrap-image-map .wrap-spot > div {
  position: absolute;
  width: 1.25%;
  padding-bottom: 1.25%;
  background: #bf5b40;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 0 0 #bf5b40;
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.isHover {
  opacity: 1;
  animation: pulse 1.4s infinite;
}
section.plan.fac-page .wrap-image-map .wrap-spot > div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.5vw !important;
  font-family: "Montserrat";
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: normal;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div {
    width: 6px;
    padding-bottom: 6px;
  }
  section.plan.fac-page .wrap-image-map .wrap-spot > div::before {
    font-size: 3px !important;
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-1 {
  bottom: 2.5%;
  left: 60.5%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-1 {
    transform: translate(-1.5px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-1::before {
  content: "1";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-2 {
  bottom: 2.5%;
  left: 58.65%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-2 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-2::before {
  content: "2";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-3 {
  bottom: 3%;
  left: 63.5%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-3 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-3::before {
  content: "3";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-4-1 {
  bottom: 18%;
  left: 62.25%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-4-1 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-4-1::before {
  content: "4";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-4-2 {
  bottom: 18%;
  left: 58.65%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-4-2 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-4-2::before {
  content: "4";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-5 {
  bottom: 2.5%;
  left: 51.95%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-5 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-5::before {
  content: "5";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-6 {
  bottom: 16.2%;
  left: 50.5%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-6 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-6::before {
  content: "6";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-7 {
  bottom: 31.1%;
  left: 50.5%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-7 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-7::before {
  content: "7";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-8 {
  bottom: 9.5%;
  left: 40.1%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-8 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-8::before {
  content: "8";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-9 {
  bottom: 9.5%;
  left: 29.2%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-9 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-9::before {
  content: "9";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-10 {
  bottom: 9.85%;
  left: 22.95%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-10 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-10::before {
  content: "10";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-11 {
  bottom: 19.1%;
  left: 20.1%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-11 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-11::before {
  content: "11";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-12 {
  top: 16.5%;
  left: 45.5%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-12 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-12::before {
  content: "12";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-13 {
  top: 29.75%;
  left: 45.5%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-13 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-13::before {
  content: "13";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-14 {
  top: 29.75%;
  left: 49.5%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-14 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-14::before {
  content: "14";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-15 {
  top: 21.15%;
  left: 55.53%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-15 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-15::before {
  content: "15";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-16 {
  top: 64.1%;
  left: 74.65%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-16 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-16::before {
  content: "16";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-17 {
  top: 38.2%;
  left: 74.65%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-17 {
    transform: translate(-0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-17::before {
  content: "17";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-18 {
  bottom: 14.5%;
  right: 26%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-18 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-18::before {
  content: "18";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-19 {
  bottom: 16.6%;
  right: 29%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-19 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-19::before {
  content: "19";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-20 {
  bottom: 8.55%;
  right: 34.2%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-20 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-20::before {
  content: "20";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-36 {
  bottom: 45.6%;
  right: 48.15%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-36 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-36::before {
  content: "36";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-37 {
  bottom: 53.5%;
  right: 48.15%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-37 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-37::before {
  content: "37";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-38 {
  bottom: 41.5%;
  right: 67.7%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-38 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-38::before {
  content: "38";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-39 {
  bottom: 53.5%;
  right: 53.8%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-39 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-39::before {
  content: "39";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-40 {
  bottom: 53.5%;
  right: 43.8%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-40 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-40::before {
  content: "40";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-41 {
  bottom: 30.5%;
  right: 32.7%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-41 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-41::before {
  content: "41";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-42 {
  bottom: 30.5%;
  right: 27.6%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-42 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-42::before {
  content: "42";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-43-1 {
  bottom: 43.3%;
  right: 63.1%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-43-1 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-43-1::before {
  content: "43";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-43-2 {
  bottom: 43.3%;
  right: 38.85%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-43-2 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-43-2::before {
  content: "43";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-44 {
  bottom: 57.2%;
  right: 72.15%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-44 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv1-spot-44::before {
  content: "44";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-21 {
  bottom: 18.4%;
  right: 27.9%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-21 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-21::before {
  content: "21";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-22 {
  bottom: 18.5%;
  right: 35%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-22 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-22::before {
  content: "22";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-23 {
  bottom: 25.65%;
  right: 43.6%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-23 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-23::before {
  content: "23";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-24 {
  bottom: 29.65%;
  right: 41.75%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-24 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-24::before {
  content: "24";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-25 {
  bottom: 17.3%;
  right: 53.1%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-25 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-25::before {
  content: "25";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-26 {
  bottom: 34.25%;
  right: 61.15%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-26 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-26::before {
  content: "26";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-27 {
  bottom: 14.8%;
  right: 69.15%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-27 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-27::before {
  content: "27";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-28 {
  bottom: 21%;
  right: 73.35%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-28 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-28::before {
  content: "28";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-29 {
  bottom: 19.5%;
  right: 82.85%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-29 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-29::before {
  content: "29";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-30 {
  bottom: 16.25%;
  right: 87.15%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-30 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-30::before {
  content: "30";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-31 {
  top: 32.3%;
  right: 60.65%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-31 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-31::before {
  content: "31";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-32 {
  top: 27.85%;
  right: 52.6%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-32 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-32::before {
  content: "32";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-33 {
  top: 35.85%;
  right: 50.85%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-33 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-33::before {
  content: "33";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-34 {
  top: 52.3%;
  right: 54.25%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-34 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-34::before {
  content: "34";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-35 {
  top: 52.5%;
  right: 51.5%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-35 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-35::before {
  content: "35";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-45 {
  top: 47.95%;
  right: 59.35%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-45 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-45::before {
  content: "45";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-46 {
  top: 35.3%;
  right: 64.45%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-46 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-46::before {
  content: "46";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-47 {
  top: 33.75%;
  right: 44.9%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-47 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-47::before {
  content: "47";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-48 {
  top: 33.75%;
  right: 42.35%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-48 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-48::before {
  content: "48";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-49 {
  top: 50.4%;
  right: 43.1%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-49 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-49::before {
  content: "49";
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-50 {
  top: 50.4%;
  right: 47.35%;
}
@media (max-width: 576px) {
  section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-50 {
    transform: translate(0.75px, 0.5px);
  }
}
section.plan.fac-page .wrap-image-map .wrap-spot > div.lv3-spot-50::before {
  content: "50";
}
section.plan.fac-page .plan-detail span {
  color: #000;
  margin-bottom: 20px;
  font-family: "Montserrat";
  display: block;
  font-weight: 400;
  letter-spacing: 0.4px;
  font-size: 20px;
}
section.plan.fac-page li {
  color: #333132;
  cursor: pointer;
}
section.plan.fac-page .plan-detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.plan.fac-page .plan-detail .mobile {
  display: none;
}
@media (max-width: 576px) {
  section.plan.fac-page .plan-detail .desktop {
    display: none;
  }
  section.plan.fac-page .plan-detail .mobile {
    display: flex;
    flex-wrap: wrap;
  }
  section.plan.fac-page .plan-detail .mobile li {
    width: 50%;
  }
}
section.plan.fac-page .plan-detail ul.desktop {
  padding-right: 10px;
}
section.plan.fac-page .plan-detail > div.container-facilities {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  section.plan.fac-page .plan-detail > div.container-facilities {
    margin-bottom: 10px;
  }
}
section.plan.fac-page .plan-detail > div.container-facilities .wrapper-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  section.plan.fac-page .plan-detail > div.container-facilities {
    width: 100% !important;
  }
}
section.plan.fac-page .plan-detail > div.container-facilities.container-1 {
  width: 60%;
}
section.plan.fac-page .plan-detail > div.container-facilities.container-1 ul {
  width: 33.33%;
}
@media (max-width: 576px) {
  section.plan.fac-page .plan-detail > div.container-facilities.container-1 ul {
    width: 100%;
  }
}
section.plan.fac-page .plan-detail > div.container-facilities.container-2 {
  width: 40%;
}
section.plan.fac-page .plan-detail > div.container-facilities.container-2 ul {
  width: 50%;
}
@media (max-width: 1024px) {
  section.plan.fac-page .plan-detail > div.container-facilities.container-2 ul {
    width: 33.33%;
  }
}
@media (max-width: 576px) {
  section.plan.fac-page .plan-detail > div.container-facilities.container-2 ul {
    width: 100%;
  }
}
section.plan.fac-page .wrapper-remark {
  padding: 0 !important;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
section.plan.fac-page .wrapper-remark p {
  white-space: normal;
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 18px;
}
@media (max-width: 1024px) {
  section.plan.fac-page .wrapper-remark p {
    font-size: 11px !important;
  }
}
@media (max-width: 992px) {
  section.plan.fac-page .wrapper-remark {
    padding: 0 !important;
  }
}
@media (max-width: 576px) {
  section.plan.fac-page .wrapper-remark {
    margin: 10px 0;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(191, 91, 64, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(191, 91, 64, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(191, 91, 64, 0);
  }
}
section.map {
  width: 100%;
  margin: auto;
  padding: 50px 20px 0;
}
@media (max-width: 1024px) {
  section.map {
    padding: 50px 0 0;
  }
}
@media (max-width: 576px) {
  section.map {
    padding: 30px 0 0;
  }
}
section.map h1 {
  color: #bf5b40;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}
section.map .container {
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  section.map .container {
    padding-bottom: 0 !important;
  }
}
section.map .container .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px 0;
}
@media (max-width: 576px) {
  section.map .container .wrapper {
    padding: 30px 20px;
  }
}
section.map .container .wrapper.wrapper-map .container-map {
  width: 66.66%;
  position: relative;
}
@media (max-width: 576px) {
  section.map .container .wrapper.wrapper-map .container-map {
    width: 100%;
  }
}
section.map .container .wrapper.wrapper-map .container-map img {
  width: 100%;
  height: 100%;
}
section.map .container .wrapper.wrapper-map .container-map a {
  position: relative;
}
section.map .container .wrapper.wrapper-map .container-map a.img {
  display: flex;
}
section.map .container .wrapper.wrapper-map .container-map a.zoom {
  position: relative;
  padding: 0px 30px 20px;
  display: flex;
  justify-content: flex-end;
  color: #333132;
  font-family: "Minion Pro";
}
@media (max-width: 576px) {
  section.map .container .wrapper.wrapper-map .container-map a.zoom {
    font-size: 12px;
  }
  section.map .container .wrapper.wrapper-map .container-map a.zoom:before {
    top: -6px;
  }
}
section.map .container .wrapper.wrapper-map .container-map a.zoom:before {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.map .container .wrapper.wrapper-map .container-map a .wrap-mark-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
section.map .container .wrapper.wrapper-map .container-map a .wrap-mark-img::before {
  content: "";
  position: absolute;
  width: 165px;
  height: 80px;
  bottom: -25px;
  left: -50px;
  background: linear-gradient(0deg, #707070, transparent);
  transform: rotate(45deg);
  z-index: -1;
}
@media (max-width: 1024px) {
  section.map .container .wrapper.wrapper-map .container-map a .wrap-mark-img::before {
    height: 55px;
  }
}
section.map .container .wrapper.wrapper-map .container-map a .wrap-mark-img .mark-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s ease-in-out;
  z-index: 10;
}
section.map .container .wrapper.wrapper-map .container-map a .wrap-mark-img .mark-img:hover {
  cursor: zoom-in;
}
section.map .container .wrapper.wrapper-map .container-map a .wrap-mark-img .mark-img.show {
  opacity: 1;
}
section.map .container .wrapper.wrapper-map .container-map a .wrap-mark-img .extend-icon {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 25px;
  height: auto;
  z-index: -1;
}
@media (max-width: 1024px) {
  section.map .container .wrapper.wrapper-map .container-map a .wrap-mark-img .extend-icon {
    width: 18px;
    left: 10px;
    bottom: 10px;
  }
}
section.map .container .wrapper.wrapper-map .container-map a .wrap-mark-img .ripple-anim {
  position: absolute;
  position: absolute;
  top: 67.5%;
  left: 63.475%;
  transform: translate(-50%, -50%);
  width: 0.625%;
  padding-bottom: 0.625%;
  border-radius: 50%;
}
section.map .container .wrapper.wrapper-map .container-map a .wrap-mark-img .ripple-anim._1 {
  animation: ripple 2s linear 0s infinite both;
}
section.map .container .wrapper.wrapper-map .container-detail {
  width: 33.33%;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  section.map .container .wrapper.wrapper-map .container-detail {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  section.map .container .wrapper.wrapper-map .container-detail {
    padding-left: 10px;
  }
}
@media (max-width: 576px) {
  section.map .container .wrapper.wrapper-map .container-detail {
    width: 100%;
    padding-right: 10px;
  }
}
section.map .container .wrapper.wrapper-map .container-detail.capitaland-project {
  padding-top: 0px;
}
@media (max-width: 576px) {
  section.map .container .wrapper.wrapper-map .container-detail.capitaland-project {
    padding-top: 15px;
  }
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option {
  cursor: pointer;
  position: relative;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option:nth-child(1) span:after {
  content: "";
  height: 0;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  height: 1px;
  width: 11px;
  transform: rotate(0deg);
  background: #bf5b40;
  z-index: 1;
  transition: 0.6s ease-in-out;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option:before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  height: 1px;
  width: 11px;
  transform: rotate(90deg);
  background: #bf5b40;
  z-index: 1;
  transition: 0.6s ease-in-out;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option ul.list {
  overflow: hidden;
  max-height: 0;
  transition: 0.6s ease;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option ul.list li:before {
  background-color: #626262;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option ul.list.nearby li:first-child:before {
  background-color: #bf5b40 !important;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option ul.list.nearby li:last-child:before {
  background-color: #929497 !important;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  height: 1px;
  width: 11px;
  transform: rotate(-45deg);
  background: #bf5b40;
  z-index: 1;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option.active:before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  height: 1px;
  width: 11px;
  transform: rotate(45deg);
  background: #bf5b40;
  z-index: 1;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option.active .title {
  color: #bf5b40;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option.active ul.list {
  padding: 10px 0 10px;
  max-height: 100vh;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option.active ul.list li:before {
  background-color: #bf5b40;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option.close-extend ul.list {
  max-height: 0;
  padding: 0;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option.close-extend:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  height: 1px;
  width: 11px;
  transform: rotate(0deg);
  background: #bf5b40;
  z-index: 1;
  transition: 0.6s ease-in-out;
}
section.map .container .wrapper.wrapper-map .container-detail .wrap-option.close-extend:before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  height: 1px;
  width: 11px;
  transform: rotate(90deg);
  background: #bf5b40;
  z-index: 1;
  transition: 0.6s ease-in-out;
}
@media (max-width: 992px) {
  section.map .container .wrapper:nth-child(2) > div, section.map .container .wrapper:nth-child(3) > div {
    margin-bottom: 40px;
  }
  section.map .container .wrapper:nth-child(2) > div:last-child, section.map .container .wrapper:nth-child(3) > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  section.map .container .wrapper:nth-child(2) > div, section.map .container .wrapper:nth-child(3) > div {
    margin-bottom: 10px;
  }
  section.map .container .wrapper:nth-child(2) > div:last-child, section.map .container .wrapper:nth-child(3) > div:last-child {
    margin-bottom: 0;
  }
}
section.map .container .wrapper:nth-child(3) {
  padding: 40px 20px;
}
section.map .container .wrapper > div {
  padding: 0 20px;
  width: 33.33%;
}
@media (max-width: 992px) {
  section.map .container .wrapper > div {
    width: 50%;
  }
}
@media (max-width: 576px) {
  section.map .container .wrapper > div {
    width: 100%;
    padding: 0 10px;
  }
  section.map .container .wrapper > div:last-child {
    margin-bottom: 0;
  }
}
section.map span.title {
  position: relative;
  display: block;
  padding: 10px 0;
  font-weight: 800;
  letter-spacing: 0.75px;
  font-size: 13px;
  color: #626262;
  background: #fff;
  padding-right: 16px;
}
@media (max-width: 992px) {
  section.map span.title {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  section.map span.title {
    margin-bottom: 7px;
    padding-bottom: 7px;
  }
}
section.map span.title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #bf5b40;
}
section.map .wrapper-remark {
  padding-top: 40px !important;
  width: 100% !important;
}
@media (max-width: 576px) {
  section.map .wrapper-remark {
    padding-top: 30px !important;
  }
}
section.map .wrapper-remark p {
  font-size: 12px;
  text-align: center !important;
}
@media (max-width: 1024px) {
  section.map .wrapper-remark p {
    font-size: 11px;
    line-height: 12px;
  }
}
@media (max-width: 992px) {
  section.map .wrapper-remark p {
    line-height: 12px;
  }
}
@media (max-width: 576px) {
  section.map .wrapper-remark p {
    font-size: 11px !important;
  }
}
@media (max-width: 576px) {
  section.map .wrapper-remark {
    padding: 20px;
  }
}

.container-zoom-pan {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  justify-content: center;
  padding: 50px;
  box-sizing: border-box;
  display: none;
}
.container-zoom-pan.active {
  display: flex;
}
@media (max-width: 1024px) {
  .container-zoom-pan.active {
    display: block;
  }
}
@media (max-width: 1024px) {
  .container-zoom-pan {
    overflow-x: scroll;
  }
}
.container-zoom-pan .wrap-zoom-pan {
  position: relative;
  background: #fff;
  display: inline-block;
  height: calc(100vh - 100px);
}
.container-zoom-pan .wrap-zoom-pan .bg-zoom-pan {
  position: relative;
  width: auto;
  height: 100%;
  object-fit: contain;
  padding: 0;
  display: block;
}
.container-zoom-pan .wrap-zoom-pan .spot-zoom-pan {
  position: absolute;
  width: auto;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
  z-index: 1;
}
.container-zoom-pan .wrap-close {
  position: absolute;
  top: -20px;
  right: -35px;
  cursor: pointer;
}
.container-zoom-pan .wrap-close::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 3px;
  padding: 13px;
}
.container-zoom-pan .wrap-close .x-1 {
  width: 32px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.container-zoom-pan .wrap-close .x-2 {
  width: 32px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg) translate(2px, -1px);
}

@keyframes fadeInMark {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutMark {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in-fwd {
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-in-fwd {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0vw rgba(191, 91, 64, 0.2), 0 0 0 0.3vw rgba(191, 91, 64, 0.2), 0 0 0 0.7vw rgba(191, 91, 64, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0.6vw rgba(191, 91, 64, 0.2), 0 0 0 1vw rgba(191, 91, 64, 0.2), 0 0 0 1.3vw rgba(191, 91, 64, 0);
  }
}
.fade-in {
  animation: fade-in 0.4s ease-in-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation: fade-out 0.4s ease-in-out forwards;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
section.footer {
  padding-top: 73px;
}
section.footer.fac-page {
  padding-top: 0px;
}
@media (max-width: 1024px) {
  section.footer {
    padding-top: 0;
  }
}

div.crafted {
  padding: 20px;
  position: relative;
  background-color: #333132;
}
div.crafted:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #842c1e 0%, #de774f 100%);
}
div.crafted h2 {
  margin-bottom: 40px;
  font-weight: 100;
  color: #000;
}
div.crafted .container {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 40px;
}
@media (max-width: 576px) {
  div.crafted .container {
    padding: 40px 20px;
  }
}
div.crafted .container .wrapper-img {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 576px) {
  div.crafted .container .wrapper-img {
    margin-bottom: 40px;
  }
  div.crafted .container .wrapper-img > div {
    margin-bottom: 0px;
  }
  div.crafted .container .wrapper-img > div:last-child {
    margin-bottom: 0;
  }
}
div.crafted .container .wrapper-img div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  div.crafted .container .wrapper-img div {
    justify-content: flex-start;
  }
  div.crafted .container .wrapper-img div img {
    width: 100px !important;
    height: 60px !important;
  }
  div.crafted .container .wrapper-img div:nth-child(2) img {
    height: 50px !important;
  }
}
div.crafted .container .wrapper-img div img {
  width: 100%;
  height: 80px;
}
div.crafted .container .wrapper-img div h3 {
  margin-bottom: 20px;
  font-weight: 100;
  text-align: center;
}
@media (max-width: 576px) {
  div.crafted .container .wrapper-img div h3 {
    font-size: 9px;
  }
}
div.crafted .container .wrapper-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.crafted .container .wrapper-btn a.tel {
  color: #bf5b40;
  border-top: 1px solid #bf5b40;
  border-bottom: 1px solid #bf5b40;
  font-family: "Minion Pro";
  width: 190px;
  text-align: center;
  font-size: 32px;
  padding: 10px 0 5px;
  transform: all 1s ease;
}
@media (max-width: 576px) {
  div.crafted .container .wrapper-btn a.tel {
    width: 150px;
    font-size: 25px;
  }
}
div.crafted .container .wrapper-btn button {
  margin-bottom: 20px;
  transition: all 0.5s ease;
  width: 190px;
  background-size: 200% auto;
  box-shadow: 0 0 20px #eee;
  background-image: linear-gradient(to right, #bf5b40 0%, #de774f 51%, #bf5b40 100%);
  cursor: pointer;
}
div.crafted .container .wrapper-btn button:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
}
div.crafted .container .wrapper-btn button a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 10px;
  display: block;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  div.crafted .container .wrapper-btn button {
    width: 150px;
  }
  div.crafted .container .wrapper-btn button a {
    font-size: 13px;
  }
}
div.crafted .container h2 {
  text-align: center;
  color: #333132;
}

section.privacy-policy {
  padding-top: 73px;
}
@media (max-width: 576px) {
  section.privacy-policy {
    padding-top: 63px;
  }
}
section.privacy-policy .container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  padding: 40px;
}
@media (max-width: 576px) {
  section.privacy-policy .container {
    padding: 40px 20px;
  }
}
section.privacy-policy .container h1 {
  text-align: center;
  color: #bf5b40;
  margin-bottom: 40px;
}
section.privacy-policy .container p strong,
section.privacy-policy .container p,
section.privacy-policy .container li {
  color: #333132;
  font-family: "Montserrat";
  font-size: 14px;
}
section.privacy-policy .container p {
  margin-bottom: 20px;
}
section.privacy-policy .container p.title {
  margin-bottom: 0;
}
section.privacy-policy .container p strong {
  font-weight: 500;
}
section.privacy-policy .container li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 26px;
}
section.privacy-policy .container li:before {
  background-color: #bf5b40;
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  top: 10px;
}

@keyframes menu-start-2 {
  from {
    top: 0px;
  }
  to {
    top: -2px;
  }
}
@keyframes menu-start-3 {
  from {
    top: 0px;
  }
  to {
    top: -4px;
  }
}
@keyframes reverse-menu-start-2 {
  from {
    top: -2px;
  }
  to {
    top: 0px;
  }
}
@keyframes reverse-menu-start-3 {
  from {
    top: -4px;
  }
  to {
    top: 0px;
  }
}
@keyframes line-scale-2 {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(1.45);
  }
}
@keyframes line-scale-3 {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(1.55);
  }
}
@keyframes reverse-line-scale-2 {
  from {
    transform: scaleY(1.45);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes reverse-line-scale-3 {
  from {
    transform: scaleY(1.55);
  }
  to {
    transform: scaleY(1);
  }
}
.menu-berger {
  position: fixed;
  top: 105px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: right;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 576px) {
  .menu-berger {
    top: 70px;
    right: 10px;
  }
}
.menu-berger > .col {
  position: relative;
}
.menu-berger > .col._1 [class^=row] {
  width: 8px;
  height: 1px;
  margin: 4px 0;
}
.menu-berger > .col._1 .row-1-1 {
  background: #ea7048;
}
.menu-berger > .col._1 .row-2-1 {
  background: #cc583a;
}
.menu-berger > .col._1 .row-3-1 {
  background: #cb5739;
}
.menu-berger > .col._1 .row-4-1 {
  background: #b94a32;
}
.menu-berger > .col._1 .row-5-1 {
  background: #a03927;
}
.menu-berger > .col._1 .row-6-1 {
  background: #963223;
}
.menu-berger > .col._2 {
  animation: menu-start-2 0.3s ease-out forwards;
}
.menu-berger > .col._2 [class^=row] {
  animation: line-scale-2 0.3s ease-out forwards;
  width: 8px;
  height: 1px;
  margin: 4px 0;
}
.menu-berger > .col._2 .row-1-2 {
  background: #e26a45;
}
.menu-berger > .col._2 .row-2-2 {
  background: #d25c3d;
}
.menu-berger > .col._2 .row-3-2 {
  background: #c25035;
}
.menu-berger > .col._2 .row-4-2 {
  background: #9f3827;
}
.menu-berger > .col._2 .row-5-2 {
  background: #a03927;
}
.menu-berger > .col._2 .row-6-2 {
  background: #8d2d20;
}
.menu-berger > .col._3 {
  animation: menu-start-3 0.3s ease-out forwards;
}
.menu-berger > .col._3 [class^=row] {
  animation: line-scale-3 0.3s ease-out forwards;
  width: 13px;
  height: 1px;
  margin: 4px 0;
}
.menu-berger > .col._3 .row-1-3 {
  background: #dc6442;
}
.menu-berger > .col._3 .row-2-3 {
  background: #cb5739;
}
.menu-berger > .col._3 .row-3-3 {
  background: #bb4c33;
}
.menu-berger > .col._3 .row-4-3 {
  background: #a93f2b;
}
.menu-berger > .col._3 .row-5-3 {
  background: #993424;
}
.menu-berger > .col._3 .row-6-3 {
  background: #86281d;
}
.menu-berger:hover > .col._2 {
  animation: reverse-menu-start-2 0.3s ease-out backwards;
}
.menu-berger:hover > .col._2 [class^=row] {
  animation: reverse-line-scale-2 0.3s ease-out backwards;
}
.menu-berger:hover > .col._3 {
  animation: reverse-menu-start-3 0.3s ease-out backwards;
}
.menu-berger:hover > .col._3 [class^=row] {
  animation: reverse-line-scale-3 0.3s ease-out backwards;
}
.menu-berger .wrap-close {
  display: none;
}
.menu-berger .wrap-close .x-1 {
  width: 32px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.menu-berger .wrap-close .x-2 {
  width: 32px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg) translate(2px, -1px);
}
.menu-berger.close {
  top: 119px;
  z-index: 999999;
}
.menu-berger.close:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 4px;
  padding: 12px;
}
@media (max-width: 576px) {
  .menu-berger.close {
    top: 86px;
  }
}
.menu-berger.close .col {
  display: none;
}
.menu-berger.close .wrap-close {
  display: block;
}

.menu-container {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  padding: 30px;
  box-sizing: border-box;
  background: linear-gradient(to top, #872f20, #d6714b);
  z-index: -10;
  z-index: -10;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .menu-container {
    top: 56px;
    height: calc(100vh - 56px);
    padding: 30px;
  }
}
.menu-container.open {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
.menu-container .wrap-menu {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.menu-container .wrap-menu .menu-list {
  position: relative;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .menu-container .wrap-menu .menu-list {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .menu-container .wrap-menu .menu-list {
    width: 100%;
    padding: 10px;
  }
}
.menu-container .wrap-menu .menu-list .wrap-logo {
  position: relative;
  width: 100%;
  padding: 0 0 95px;
}
@media (max-width: 576px) {
  .menu-container .wrap-menu .menu-list .wrap-logo {
    padding: 0 0 75px;
  }
}
.menu-container .wrap-menu .menu-list .wrap-logo .logo-menu {
  position: relative;
  width: 145px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .menu-container .wrap-menu .menu-list .wrap-logo .logo-menu {
    width: 130px;
  }
}
.menu-container .wrap-menu .menu-list .wrapper-menu-name {
  position: relative;
  width: 100%;
  display: flex;
  position: relative;
  flex-flow: row wrap;
  justify-content: center;
}
.menu-container .wrap-menu .menu-list .wrapper-menu-name .wrap-menu-name {
  position: relative;
}
.menu-container .wrap-menu .menu-list .wrapper-menu-name .wrap-menu-name .menu-name {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 25px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .menu-container .wrap-menu .menu-list .wrapper-menu-name .wrap-menu-name .menu-name {
    margin-bottom: 20px;
  }
}
.menu-container .wrap-menu .menu-list .wrapper-menu-name .wrap-menu-name .menu-name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s ease-in-out;
  transform: scaleX(0);
}
.menu-container .wrap-menu .menu-list .wrapper-menu-name .wrap-menu-name .menu-name:hover::before {
  transform: scaleX(1);
}
.menu-container .wrap-menu .menu-list .wrapper-menu-name .wrap-menu-name .menu-name.title {
  font-family: "Minion Pro";
  font-size: 22px;
  letter-spacing: 0.75px;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 100;
}
@media (max-width: 576px) {
  .menu-container .wrap-menu .menu-list .wrapper-menu-name .wrap-menu-name .menu-name.title {
    font-size: 18px;
  }
}
.menu-container .bg-menu-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 211.34px;
  display: none;
  animation: to-bottom 1.4s ease-in-out forwards;
}
.menu-container .bg-menu-top.playAnim {
  display: block;
}
@media (max-width: 1024px) {
  .menu-container .bg-menu-top {
    width: 22%;
  }
}
.menu-container .bg-menu-top img {
  width: 300px;
  height: 211.34px;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .menu-container .bg-menu-top img {
    width: 100%;
    height: auto;
  }
}
.menu-container .bg-menu-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 211.34px;
  display: none;
  animation: to-top 1.4s ease-in-out forwards;
}
.menu-container .bg-menu-bottom.playAnim {
  display: block;
}
@media (max-width: 1024px) {
  .menu-container .bg-menu-bottom {
    width: 22%;
  }
}
.menu-container .bg-menu-bottom img {
  width: 300px;
  height: 211.34px;
  display: block;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .menu-container .bg-menu-bottom img {
    width: 100%;
    height: auto;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.head-banner {
  position: relative;
  width: 100%;
  padding: 18px 0;
  margin-top: 73px;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .head-banner {
    margin-top: 63px;
  }
}
.head-banner a {
  display: inline-block;
}
.head-banner a .head-img-banner {
  display: block;
  width: 105px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes to-bottom {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0% 0);
  }
}
@keyframes to-top {
  from {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0% 0 0 0);
  }
}
section.floor-plan {
  width: 100%;
  margin: auto;
  padding: 50px 50px 0;
}
@media (max-width: 1024px) {
  section.floor-plan {
    padding: 50px 0 0;
  }
}
@media (max-width: 576px) {
  section.floor-plan {
    padding: 30px 0 0;
  }
}
section.floor-plan h1 {
  color: #bf5b40;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  section.floor-plan h1 {
    padding-bottom: 30px;
  }
}
section.floor-plan .container {
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  section.floor-plan .container {
    padding: 0 40px 40px;
  }
}
@media (max-width: 576px) {
  section.floor-plan .container {
    padding-bottom: 0 !important;
    padding: 0 20px 20px;
  }
}
section.floor-plan .container .wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
section.floor-plan .container .wrapper .wrap-floor {
  position: relative;
  width: 15%;
}
@media (max-width: 1024px) {
  section.floor-plan .container .wrapper .wrap-floor {
    width: 100%;
  }
}
section.floor-plan .container .wrapper .wrap-floor .wrap-floor-title {
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
}
@media (max-width: 1024px) {
  section.floor-plan .container .wrapper .wrap-floor .wrap-floor-title {
    display: block;
  }
}
section.floor-plan .container .wrapper .wrap-floor .wrap-floor-title .floor-title {
  font-size: 20px;
  text-align: left;
  padding-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  section.floor-plan .container .wrapper .wrap-floor .wrap-floor-title .floor-title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  section.floor-plan .container .wrapper .wrap-floor .wrap-floor-title .floor-title {
    font-size: 18px;
  }
}
section.floor-plan .container .wrapper .wrap-floor .wrap-floor-title:before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 0;
  width: calc(100% + 100px);
  height: 1px;
  background: #BF5B40;
}
@media (max-width: 1024px) {
  section.floor-plan .container .wrapper .wrap-floor .wrap-floor-title:before {
    display: none;
  }
}
@media (max-width: 1024px) {
  section.floor-plan .container .wrapper .wrap-floor .wrap-floor-title:before {
    left: -40px;
    width: calc(100% + 40px);
  }
}
section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list {
  position: relative;
  padding-top: 21px;
}
@media (max-width: 1024px) {
  section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list {
    display: flex;
    justify-content: center;
    padding: 0;
  }
}
@media (max-width: 576px) {
  section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list {
    overflow-x: scroll;
    justify-content: flex-start;
  }
  section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list:before {
    content: "";
    z-index: 1;
    position: fixed;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
}
section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list .floor-list {
  position: relative;
  font-family: "Minion Pro";
  font-size: 16px;
  color: #707070;
  margin-bottom: 15px;
  padding-top: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list .floor-list {
    padding: 0 7.5px;
    display: inline-block;
  }
  section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list .floor-list:nth-of-type(1) {
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list .floor-list {
    font-size: 14px;
    white-space: nowrap;
  }
}
section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list .floor-list:before {
  content: "";
  position: absolute;
  left: -95px;
  top: 50%;
  width: 45px;
  height: 1px;
  transform: translate(0, -50%);
  background: #707070;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list .floor-list:before {
    display: none;
  }
}
section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list .floor-list:hover {
  color: #505050;
}
section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list .floor-list.active {
  color: #BF5B40;
}
section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list .floor-list.active:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  width: 45px;
  height: 1px;
  transform: translate(0, -50%);
  background: #707070;
}
@media (max-width: 1024px) {
  section.floor-plan .container .wrapper .wrap-floor .wrap-floor-list .floor-list.active:before {
    display: none;
  }
}
section.floor-plan .container .wrapper .wrap-floor-img {
  position: relative;
  width: 85%;
  display: flex;
}
@media (max-width: 1024px) {
  section.floor-plan .container .wrapper .wrap-floor-img {
    width: 100%;
  }
}
section.floor-plan .container .wrapper .wrap-floor-img .floor-img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit .left-side-floor {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit .left-side-floor .plus-symbol-left {
  position: absolute;
  width: 8.5%;
  height: auto;
  object-fit: contain;
  z-index: 3;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
  cursor: pointer;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit .left-side-floor .plus-symbol-left:hover {
  transform: translate(-50%, -50%) scale(1.125);
  transform-origin: center;
  filter: drop-shadow(2px 4px 6px #707070);
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit .right-side-floor {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit .right-side-floor .plus-symbol-right {
  position: absolute;
  width: 8.5%;
  height: auto;
  object-fit: contain;
  z-index: 3;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
  cursor: pointer;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit .right-side-floor .plus-symbol-right:hover {
  transform: translate(-50%, -50%) scale(1.125);
  transform-origin: center;
  filter: drop-shadow(2px 4px 6px #707070);
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv3 {
  display: none;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv3 .left-side-floor .plus-symbol-left {
  top: 61%;
  left: 34%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv3 .right-side-floor .plus-symbol-right {
  top: 61%;
  right: 25.5%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv4 {
  display: none;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv4 .left-side-floor .plus-symbol-left:nth-child(1) {
  top: 60%;
  left: 19.75%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv4 .left-side-floor .plus-symbol-left:nth-child(2) {
  top: 60%;
  left: 66.5%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv4 .right-side-floor .plus-symbol-right:nth-child(1) {
  top: 60%;
  right: 17.75%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv4 .right-side-floor .plus-symbol-right:nth-child(2) {
  top: 60%;
  right: 63.5%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._type1 {
  display: none;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._type1 .left-side-floor .plus-symbol-left:nth-child(1) {
  top: 60%;
  left: 19.75%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._type1 .left-side-floor .plus-symbol-left:nth-child(2) {
  top: 60%;
  left: 66.5%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._type1 .right-side-floor .plus-symbol-right:nth-child(1) {
  top: 60%;
  right: 17.75%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._type1 .right-side-floor .plus-symbol-right:nth-child(2) {
  top: 60%;
  right: 63.5%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._type2 {
  display: none;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._type2 .left-side-floor .plus-symbol-left:nth-child(1) {
  top: 60%;
  left: 32.485%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._type2 .left-side-floor .plus-symbol-left:nth-child(2) {
  top: 60%;
  left: 80.35%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._type2 .right-side-floor .plus-symbol-right:nth-child(1) {
  top: 60%;
  right: 74%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._type2 .right-side-floor .plus-symbol-right:nth-child(2) {
  top: 60%;
  right: 23.95%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv15 {
  display: none;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv15 .left-side-floor .plus-symbol-left:nth-child(1) {
  top: 60%;
  left: 28.485%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv15 .left-side-floor .plus-symbol-left:nth-child(2) {
  top: 60%;
  left: 78.25%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv15 .right-side-floor .plus-symbol-right:nth-child(1) {
  top: 60%;
  right: 74.5%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv15 .right-side-floor .plus-symbol-right:nth-child(2) {
  top: 60%;
  right: 27.75%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv25 {
  display: none;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv25 .left-side-floor .plus-symbol-left {
  top: 60%;
  left: 71.3%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit._lv25 .right-side-floor .plus-symbol-right {
  top: 60%;
  right: 62.85%;
}
section.floor-plan .container .wrapper .wrap-floor-img .wrap-select-unit.active-wrap-select {
  display: block;
}
section.floor-plan .wrapper-remark {
  padding-top: 40px !important;
  width: 100% !important;
}
@media (max-width: 576px) {
  section.floor-plan .wrapper-remark {
    padding-top: 30px !important;
  }
}
section.floor-plan .wrapper-remark p {
  font-size: 12px;
  text-align: center !important;
}
@media (max-width: 1024px) {
  section.floor-plan .wrapper-remark p {
    font-size: 11px;
    line-height: 12px;
  }
}
@media (max-width: 992px) {
  section.floor-plan .wrapper-remark p {
    line-height: 12px;
  }
}
@media (max-width: 576px) {
  section.floor-plan .wrapper-remark p {
    font-size: 11px !important;
  }
}
@media (max-width: 576px) {
  section.floor-plan .wrapper-remark {
    padding: 20px;
  }
}

.modal-floor-plan {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 50px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
  z-index: 999;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .modal-floor-plan {
    padding: 20px;
  }
}
.modal-floor-plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.modal-floor-plan.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .modal-floor-plan.active {
    display: flex;
    align-items: center;
  }
}
.modal-floor-plan .container-floor-plan {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  background: #fff;
  padding: 30px;
}
@media (max-width: 1024px) {
  .modal-floor-plan .container-floor-plan {
    height: auto;
  }
}
@media (max-width: 576px) {
  .modal-floor-plan .container-floor-plan {
    padding: 15px;
  }
}
.modal-floor-plan .container-floor-plan .wrap-close {
  display: block;
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
}
.modal-floor-plan .container-floor-plan .wrap-close .x-1 {
  width: 32px;
  height: 2px;
  background: #BF5B40;
  transform: rotate(45deg);
}
.modal-floor-plan .container-floor-plan .wrap-close .x-2 {
  width: 32px;
  height: 2px;
  background: #BF5B40;
  transform: rotate(-45deg) translate(2px, -1px);
}
.modal-floor-plan .container-floor-plan .wrap-close:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 2px;
  padding: 15px;
}
.modal-floor-plan .container-floor-plan .wrap-floor-list {
  position: relative;
  width: 25%;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .modal-floor-plan .container-floor-plan .wrap-floor-list {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    padding: 0 22.5px;
  }
}
@media (max-width: 576px) {
  .modal-floor-plan .container-floor-plan .wrap-floor-list {
    padding: 0;
  }
}
.modal-floor-plan .container-floor-plan .wrap-floor-list .wrap-logo-inside:nth-of-type(1) {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .modal-floor-plan .container-floor-plan .wrap-floor-list .wrap-logo-inside {
    width: 100%;
  }
}
.modal-floor-plan .container-floor-plan .wrap-floor-list .wrap-logo-inside .logo-inside {
  position: relative;
  display: block;
  width: 140px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.modal-floor-plan .container-floor-plan .wrap-floor-list .group-floor-list {
  position: relative;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #BFBFBF;
}
@media (max-width: 1024px) {
  .modal-floor-plan .container-floor-plan .wrap-floor-list .group-floor-list {
    width: calc(50% - 15px);
    margin: 0 7.5px;
  }
}
@media (max-width: 576px) {
  .modal-floor-plan .container-floor-plan .wrap-floor-list .group-floor-list {
    width: 100%;
    margin: 0;
  }
}
.modal-floor-plan .container-floor-plan .wrap-floor-list .group-floor-list:nth-last-child(1) {
  border-bottom: 1px solid #BFBFBF;
}
.modal-floor-plan .container-floor-plan .wrap-floor-list .group-floor-list .floor-title {
  font-family: "Minion Pro";
  font-size: 16px;
  line-height: 22px;
  color: #BF5B40;
  text-transform: capitalize;
}
.modal-floor-plan .container-floor-plan .wrap-floor-list .group-floor-list .floor-des {
  font-family: "Montserrat Regular";
  font-size: 12px;
  color: #333132;
}
.modal-floor-plan .container-floor-plan .wrap-floor-img {
  position: relative;
  width: 75%;
  display: flex;
  padding: 0 30px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .modal-floor-plan .container-floor-plan .wrap-floor-img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .modal-floor-plan .container-floor-plan .wrap-floor-img {
    padding: 0;
  }
}
.modal-floor-plan .container-floor-plan .wrap-floor-img .modal-floor-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.modal-floor-plan .container-floor-plan .wrapper-remark {
  position: relative;
  width: 100% !important;
  padding: 15px 0 0 !important;
}
.modal-floor-plan .container-floor-plan .wrapper-remark p {
  font-size: 12px;
  text-align: center !important;
  line-height: normal;
}
@media (max-width: 1024px) {
  .modal-floor-plan .container-floor-plan .wrapper-remark p {
    font-size: 11px;
    line-height: 12px;
  }
}
@media (max-width: 992px) {
  .modal-floor-plan .container-floor-plan .wrapper-remark p {
    line-height: 12px;
  }
}
@media (max-width: 576px) {
  .modal-floor-plan .container-floor-plan .wrapper-remark p {
    font-size: 11px !important;
  }
}

@keyframes fadeInMark {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.gallery-page {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 100px 100px;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  section.gallery-page {
    padding: 50px 40px 75px;
  }
}
@media (max-width: 576px) {
  section.gallery-page {
    padding: 30px 20px 55px;
  }
}
section.gallery-page .wrap-title {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
}
section.gallery-page .wrap-title h1 {
  font-size: 28px;
  text-align: left;
  color: #bf5b40;
  padding-right: 10px;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  section.gallery-page .wrap-title h1 {
    font-size: 24px;
  }
}
section.gallery-page .wrap-title .title-line {
  position: relative;
  width: 100%;
}
section.gallery-page .wrap-title .title-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  width: 100%;
  background-color: #bf5b40;
}
section.gallery-page .wrap-gallery {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
}
section.gallery-page .wrap-gallery .group-gallery {
  position: relative;
  width: 100%;
  padding-top: 75px;
}
@media (max-width: 1024px) {
  section.gallery-page .wrap-gallery .group-gallery {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  section.gallery-page .wrap-gallery .group-gallery {
    display: flex;
    flex-flow: row wrap;
  }
}
section.gallery-page .wrap-gallery .group-gallery .group-gallery-title {
  position: relative;
  font-family: "Minion Pro";
  color: #bf5b40;
  font-size: 26px;
  padding-top: 29%;
  margin-bottom: 27.25%;
  padding-left: 20px;
  overflow-y: hidden;
  white-space: pre-line;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: fit-content;
}
@media (max-width: 576px) {
  section.gallery-page .wrap-gallery .group-gallery .group-gallery-title {
    width: 100%;
    font-size: 22px;
    margin: 0;
    padding-left: 15px;
    overflow-y: visible;
    padding-top: 7.5%;
  }
}
section.gallery-page .wrap-gallery .group-gallery .group-gallery-title h1 {
  position: relative;
  width: calc(100% - 55px);
}
section.gallery-page .wrap-gallery .group-gallery .group-gallery-title > .line-gal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 6px);
}
section.gallery-page .wrap-gallery .group-gallery .group-gallery-title > .line-gal::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #bf5b40;
}
section.gallery-page .wrap-gallery .group-gallery .group-gallery-title .magnify {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #bf5b40;
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 576px) {
  section.gallery-page .wrap-gallery .group-gallery .group-gallery-title .magnify {
    margin-left: 15px;
  }
}
section.gallery-page .wrap-gallery .group-gallery .group-gallery-title .magnify::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background-color: #bf5b40;
  transform: translate(-50%, -50%);
}
section.gallery-page .wrap-gallery .group-gallery .group-gallery-title .magnify::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 18px;
  background-color: #bf5b40;
  transform: translate(-50%, -50%);
}
section.gallery-page .wrap-gallery .group-gallery:nth-child(even) {
  grid-template-areas: "group-title center center" "portrait center center" "portrait lower .";
}
section.gallery-page .wrap-gallery .group-gallery:nth-child(even) .group-gallery-title {
  text-align: right;
  padding-right: 20px;
  padding-left: 0;
  margin-left: auto;
  width: fit-content;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  section.gallery-page .wrap-gallery .group-gallery:nth-child(even) .group-gallery-title {
    width: 100%;
    padding-right: 15px;
  }
}
section.gallery-page .wrap-gallery .group-gallery:nth-child(even) .group-gallery-title .line-gal::before {
  content: "";
  right: 0 !important;
}
section.gallery-page .wrap-gallery .group-gallery:nth-child(even) .magnify {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 576px) {
  section.gallery-page .wrap-gallery .group-gallery:nth-child(even) .magnify {
    margin-right: 15px;
  }
}
section.gallery-page .wrap-gallery .group-gallery .wrap-center-img {
  position: relative;
}
@media (max-width: 576px) {
  section.gallery-page .wrap-gallery .group-gallery .wrap-center-img {
    width: 100%;
  }
}
section.gallery-page .wrap-gallery .group-gallery .wrap-center-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.gallery-page .wrap-gallery .group-gallery .wrap-center-img .wrap-caption {
  position: absolute;
  bottom: 45px;
  left: 25px;
  display: none;
}
@media (max-width: 576px) {
  section.gallery-page .wrap-gallery .group-gallery .wrap-center-img .wrap-caption {
    bottom: 35px !important;
    left: 10px !important;
  }
}
section.gallery-page .wrap-gallery .group-gallery .wrap-center-img .wrap-caption .caption {
  font-family: "Montserrat Regular";
  font-size: 16px;
  letter-spacing: 0.75px;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  display: block;
}
@media (max-width: 576px) {
  section.gallery-page .wrap-gallery .group-gallery .wrap-center-img .wrap-caption .caption {
    font-size: 14px;
  }
}
section.gallery-page .wrap-gallery .group-gallery .wrap-portrait-img {
  position: relative;
}
@media (max-width: 576px) {
  section.gallery-page .wrap-gallery .group-gallery .wrap-portrait-img {
    width: 100%;
  }
}
section.gallery-page .wrap-gallery .group-gallery .wrap-portrait-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.2);
  transition: 0.4s ease-in-out;
}
section.gallery-page .wrap-gallery .group-gallery .wrap-portrait-img img:hover {
  filter: saturate(1);
}
section.gallery-page .wrap-gallery .group-gallery .wrap-lower-img {
  position: relative;
}
@media (max-width: 576px) {
  section.gallery-page .wrap-gallery .group-gallery .wrap-lower-img {
    width: 100%;
  }
}
section.gallery-page .wrap-gallery .group-gallery .wrap-lower-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(0.2);
  transition: 0.4s ease-in-out;
}
section.gallery-page .wrap-gallery .group-gallery .wrap-lower-img img:hover {
  filter: saturate(1);
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 20px 20px;
  grid-auto-flow: row;
  grid-template-areas: "center center group-title" "center center portrait" ". lower portrait";
}

.center {
  grid-area: center;
}

.group-title {
  grid-area: group-title;
}

.portrait {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "portrait-img portrait-img portrait-img" "portrait-img portrait-img portrait-img" ". . .";
  grid-area: portrait;
}

.portrait-img {
  grid-area: portrait-img;
}

.lower {
  grid-area: lower;
}

.swiper-container.gallery {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  background: #fff;
  max-height: 0;
}
.swiper-container.gallery.active {
  max-height: unset;
}
.swiper-container.gallery .wrap-close {
  display: block;
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
}
.swiper-container.gallery .wrap-close .x-1 {
  width: 26px;
  height: 1px;
  background: #bf5b40;
  transform: rotate(45deg);
}
.swiper-container.gallery .wrap-close .x-2 {
  width: 26px;
  height: 1px;
  background: #bf5b40;
  transform: rotate(-45deg) translate(1px, -1px);
}
.swiper-container.gallery .wrap-close:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 1px;
  padding: 12px;
}
.swiper-container.gallery .swiper-slide {
  width: 100% !important;
  height: 100%;
  text-align: center;
  background: #9e9e9e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container.gallery .swiper-slide img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-container.gallery .swiper-slide .wrap-caption {
  position: absolute;
  bottom: 45px;
  left: 25px;
  display: none;
}
.swiper-container.gallery .swiper-slide .wrap-caption .caption {
  font-family: "Montserrat Regular";
  font-size: 16px;
  letter-spacing: 0.75px;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  display: block;
}
@media (max-width: 576px) {
  .swiper-container.gallery .swiper-slide .wrap-caption .caption {
    font-size: 14px;
  }
}
.swiper-container.gallery .wrap-arrow {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.swiper-container.gallery .wrap-arrow .arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.swiper-container.gallery .wrap-arrow .arrow.disable-arrow {
  display: none;
}
.swiper-container.gallery .wrap-arrow .arrow._left {
  left: 30px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .swiper-container.gallery .wrap-arrow .arrow._left {
    left: 10px;
  }
}
.swiper-container.gallery .wrap-arrow .arrow._left:hover {
  left: 25px;
}
@media (max-width: 1024px) {
  .swiper-container.gallery .wrap-arrow .arrow._left:hover {
    left: 5px;
  }
}
.swiper-container.gallery .wrap-arrow .arrow._left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(0, -50%);
  width: calc(100% - 14px);
  height: 1px;
  background: #bf5b40;
}
.swiper-container.gallery .wrap-arrow .arrow._left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #bf5b40;
}
.swiper-container.gallery .wrap-arrow .arrow._right {
  right: 30px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .swiper-container.gallery .wrap-arrow .arrow._right {
    right: 10px;
  }
}
.swiper-container.gallery .wrap-arrow .arrow._right:hover {
  right: 25px;
}
@media (max-width: 1024px) {
  .swiper-container.gallery .wrap-arrow .arrow._right:hover {
    right: 5px;
  }
}
.swiper-container.gallery .wrap-arrow .arrow._right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #bf5b40;
}
.swiper-container.gallery .wrap-arrow .arrow._right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(0, -50%);
  width: calc(100% - 14px);
  height: 1px;
  background: #bf5b40;
}

.group-gal-numbers {
  position: absolute;
  right: 25px;
  bottom: 7px;
  display: none;
  align-items: center;
  z-index: 2;
}
@media (max-width: 576px) {
  .group-gal-numbers {
    right: 15px;
  }
}
.group-gal-numbers .current-gal {
  font-family: "Minion Pro";
  font-size: 24px;
  color: #bf5b40;
  padding-right: 5px;
  padding-top: 3px;
}
@media (max-width: 576px) {
  .group-gal-numbers .current-gal {
    font-size: 22px;
  }
}
.group-gal-numbers .division-gal {
  font-family: "Minion Pro";
  font-size: 18px;
  color: #bf5b40;
  padding-right: 5px;
}
@media (max-width: 576px) {
  .group-gal-numbers .division-gal {
    font-size: 16px;
  }
}
.group-gal-numbers .amount-gal {
  font-family: "Minion Pro";
  font-size: 16px;
  color: #bf5b40;
  padding-top: 2px;
}
@media (max-width: 576px) {
  .group-gal-numbers .amount-gal {
    font-size: 14px;
    padding-top: 4px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

section.news {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 70px 75px;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  section.news {
    padding: 50px 25px 50px;
  }
}
@media (max-width: 576px) {
  section.news {
    padding: 30px 10px 20px;
  }
}
section.news .wrap-title {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  section.news .wrap-title {
    padding: 0 10px 10px;
  }
}
section.news .wrap-title h1 {
  font-size: 28px;
  text-align: left;
  color: #bf5b40;
  padding-right: 10px;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 576px) {
  section.news .wrap-title h1 {
    font-size: 24px;
  }
}
section.news .wrap-title .title-line {
  position: relative;
  width: 100%;
}
section.news .wrap-title .title-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  width: 100%;
  background-color: #bf5b40;
}
section.news .container-news {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
}
section.news .container-news .wrap-group-news {
  position: relative;
  display: flex;
  width: calc((100% - 90px) / 3);
  height: auto;
  margin: 25px 15px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.news .container-news .wrap-group-news {
    width: calc((100% - 40px) / 2);
    margin: 15px 10px;
  }
}
@media (max-width: 576px) {
  section.news .container-news .wrap-group-news {
    width: calc(100% - 20px);
    margin: 15px 10px;
  }
}
section.news .container-news .wrap-group-news .group-news {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
section.news .container-news .wrap-group-news .group-news .news-cover {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: rgba(255, 255, 255, 0.75);
  transition: 0.4s ease-in-out;
}
section.news .container-news .wrap-group-news .group-news .news-cover::before {
  content: "";
  transition: 0.4s ease-in-out;
}
section.news .container-news .wrap-group-news .group-news .news-cover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #bf5b40;
  z-index: -1;
}
section.news .container-news .wrap-group-news .group-news .news-cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 10px 10px 0;
  z-index: 1;
}
section.news .container-news .wrap-group-news .group-news .news-cover img.play-icon {
  object-fit: contain;
  z-index: 2;
  width: 65px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .wrap-news-date {
  position: relative;
  width: 47px;
  height: 100%;
  background: white;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .wrap-news-date .news-group {
  position: relative;
  width: 100%;
  background: #bf5b40;
  padding: 10px;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .wrap-news-date .news-group > span {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Minion Pro";
  font-size: 12px;
  text-transform: uppercase;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .wrap-news-date .news-group > span.day {
  font-size: 28px;
  line-height: 28px;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .news-des {
  position: relative;
  width: calc(100% - 47px);
  padding: 15px 15px 30px;
  background: #f0f0f0;
  color: #333132;
  font-family: "Montserrat Regular";
  text-align: justify;
  font-size: 12px;
  white-space: normal;
  height: auto;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .news-des h3 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  font-family: "Montserrat Regular";
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .news-des p {
  font-family: "Minion Pro";
  font-weight: 100;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
section.news .container-news .wrap-group-news .group-news .bg-color {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 47px);
  height: 90%;
  background: #f0f0f0;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 3;
  display: flex;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to .link-to {
  position: relative;
  width: 100%;
  height: 100%;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to .link-to .wrap-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 5px;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to .link-to .wrap-arrow .arrow {
  position: relative;
  width: 100%;
  height: 100%;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to .link-to .wrap-arrow .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: calc(100% - 14px);
  height: 1px;
  background: #bf5b40;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to .link-to .wrap-arrow .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #bf5b40;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to .link-to:hover .wrap-arrow .arrow {
  animation: arrow-to-right 0.3s ease backwards 2;
}
section.news .container-news .wrap-group-news:hover .group-news .news-cover {
  background: rgba(255, 255, 255, 0) !important;
}
section.news .container-news .wrap-group-news:hover .group-news .news-cover::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  left: 10px;
  top: 10px;
  z-index: 2;
}
section.news .wrap-pagination {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  margin-top: 15px;
}
section.news .wrap-pagination .previous-page {
  position: relative;
  font-family: "Montserrat";
  font-size: 14px;
  display: inline-block;
  transition: 0.3s ease-in-out;
  width: 58px;
  cursor: pointer;
  color: #333132;
}
section.news .wrap-pagination .previous-page a {
  color: #333132;
}
section.news .wrap-pagination .previous-page a:hover {
  color: #5e585b;
}
section.news .wrap-pagination .next-page {
  position: relative;
  font-family: "Montserrat";
  font-size: 14px;
  display: inline-block;
  transition: 0.3s ease-in-out;
  width: 58px;
  cursor: pointer;
}
section.news .wrap-pagination .next-page a {
  color: #333132;
}
section.news .wrap-pagination .next-page a:hover {
  color: #5e585b;
}
section.news .wrap-pagination .pagination {
  position: relative;
  margin: 0 10px;
  display: flex;
  align-items: center;
  width: fit-content;
}
section.news .wrap-pagination .pagination .page {
  margin: 0 5px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background: #333132;
}
section.news .wrap-pagination .pagination .page a {
  color: #fff;
}
section.news .wrap-pagination .pagination .page:hover {
  background: #5e585b;
}
section.news .wrap-pagination .pagination .page.active {
  background: #bf5b40;
}

section.single-news {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 100px 65px;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  section.single-news {
    padding: 50px 40px 50px;
  }
}
@media (max-width: 576px) {
  section.single-news {
    padding: 30px 20px 30px;
  }
}
section.single-news .wrap-title {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
}
section.single-news .wrap-title h1 {
  font-size: 28px;
  text-align: left;
  color: #bf5b40;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 10px;
}
@media (max-width: 576px) {
  section.single-news .wrap-title h1 {
    font-size: 24px;
  }
}
section.single-news .wrap-title .title-line {
  position: relative;
  width: 100%;
}
section.single-news .wrap-title .title-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  width: 100%;
  background-color: #bf5b40;
}
section.single-news .container-single-news {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
}
section.single-news .container-single-news .wrap-headline-news {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
section.single-news .container-single-news .wrap-headline-news .release-date {
  display: block;
  font-family: "Minion Pro";
  text-align: center;
  font-size: 16px;
  color: #333132;
  padding-bottom: 10px;
  text-transform: uppercase;
}
section.single-news .container-single-news .wrap-headline-news .title-news {
  display: block;
  font-family: "Montserrat Regular";
  text-align: center;
  font-size: 30px;
  white-space: pre-line;
  color: #bf5b40;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 576px) {
  section.single-news .container-single-news .wrap-headline-news .title-news {
    font-size: 26px;
  }
}
section.single-news .container-single-news .wrap-img-news {
  position: relative;
  width: 100%;
  overflow: hidden;
}
section.single-news .container-single-news .wrap-img-news img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
section.single-news .container-single-news .wrap-img-news img.play-icon {
  position: absolute;
  object-fit: contain;
  z-index: 2;
  width: 65px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.single-news .container-single-news .wrap-des-news {
  position: relative;
  width: 100%;
  display: flex;
  padding-top: 30px;
  justify-content: center;
}
@media (max-width: 576px) {
  section.single-news .container-single-news .wrap-des-news {
    flex-flow: row wrap;
  }
}
section.single-news .container-single-news .wrap-des-news .social-share {
  position: relative;
  width: 50%;
  display: flex;
  height: fit-content;
  display: none;
}
@media (max-width: 1024px) {
  section.single-news .container-single-news .wrap-des-news .social-share {
    width: 30%;
  }
}
@media (max-width: 576px) {
  section.single-news .container-single-news .wrap-des-news .social-share {
    width: 100%;
    padding-bottom: 25px;
  }
}
section.single-news .container-single-news .wrap-des-news .social-share .share-title {
  position: relative;
  padding: 0 20px;
  font-family: "Montserrat Regular";
  font-size: 13px;
  border-right: 1px solid #bf5b40;
  color: #333132;
  display: inline-block;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  section.single-news .container-single-news .wrap-des-news .social-share .share-title {
    padding: 0 20px 0 0;
  }
}
section.single-news .container-single-news .wrap-des-news .social-share .social-icon {
  position: relative;
  padding: 0 7px;
  display: flex;
}
section.single-news .container-single-news .wrap-des-news .social-share .social-icon a {
  padding: 0 8px;
  display: flex;
  align-items: center;
}
section.single-news .container-single-news .wrap-des-news .social-share .social-icon a img {
  display: inline-block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content {
  position: relative;
  width: calc(100% - 100px);
}
@media (max-width: 576px) {
  section.single-news .container-single-news .wrap-des-news .wrap-news-content {
    width: calc(100% - 60px);
  }
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .news-content {
  font-family: "Montserrat Regular";
  font-size: 12px;
  line-height: 20px;
  white-space: pre-wrap;
  color: #333132;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to {
  padding-top: 20px;
  position: relative;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  display: flex;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to .link-to {
  position: relative;
  width: 100%;
  height: 100%;
  color: #bf5b40;
  font-size: 14px;
  display: flex;
  align-items: center;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to .link-to .wrap-arrow {
  position: relative;
  width: 40px;
  height: 30px;
  padding-right: 4px;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to .link-to .wrap-arrow .arrow {
  position: relative;
  width: 100%;
  height: 100%;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to .link-to .wrap-arrow .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translate(0, -50%);
  width: calc(100% - 6px);
  height: 1px;
  background: #bf5b40;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to .link-to .wrap-arrow .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 5px solid #bf5b40;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to .link-to:hover .wrap-arrow .arrow {
  animation: arrow-to-right 0.3s ease backwards 2;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  overflow: visible;
  margin: 0 auto;
}
#light > video {
  position: fixed;
  width: calc(100% - 200px);
  height: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  #light > video {
    width: calc(100% - 80px);
  }
}
@media (max-width: 576px) {
  #light > video {
    width: calc(100% - 40px);
  }
}

#boxclose {
  float: right;
  cursor: pointer;
  border-radius: 3px;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: fixed;
  right: 25px;
  top: 15px;
  z-index: 1002;
  opacity: 0.9;
}
@media (max-width: 576px) {
  #boxclose {
    right: 5px;
  }
}

.boxclose:before {
  content: "×";
  font-family: "Material Icons";
  font-size: 45px;
  font-weight: 100;
  color: #fff;
}
@media (max-width: 576px) {
  .boxclose:before {
    font-size: 28px;
  }
}

#fade:hover ~ #boxclose {
  display: none;
}

nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
}

.animsition-loading {
  animation: none;
  border: none;
  animation: none;
  border: none;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  margin-left: unset;
}
.animsition-loading > span.loading-overlay {
  position: absolute;
  width: 100%;
  height: 52px;
  top: -4px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

body.body-home {
  position: relative;
  width: 100%;
  animation: clip-path-circle-in 2.4s 1s forwards;
}

@keyframes clip-path-circle-in {
  0% {
    clip-path: circle(0% at 50% 50vh);
  }
  100% {
    clip-path: circle(150% at 50% 50vh);
  }
}
@keyframes clip-path-circle-out {
  0% {
    clip-path: circle(100% at 50% 50vh);
  }
  100% {
    clip-path: circle(0% at 50% 50vh);
  }
}