@charset "UTF-8";

#project-detail {
  background-color: #f2f2f2;
  --main-color: #f15e28;
  --main-font-color: #fff;
  --tag-color: #002957;
  --tag-font-color: #fff;
}

#project-detail .lang_en-li {
  font-family: "AvenirNextRegular" !important;
}

#project-detail .lang_en-med {
  font-family: "AvenirNextMedium" !important;
}

#project-detail .lang_th {
  font-family: "db_heavent";
}

#project-detail .lang_th-li {
  font-family: "db_heavent_li" !important;
}

#project-detail .lang_th-med {
  font-family: "db_heavent_med" !important;
}

#project-detail .owl-carousel {
  height: 100%;
}

#project-detail .owl-stage-outer {
  height: 100%;
}

#project-detail .owl-stage {
  height: 100%;
}

#project-detail .owl-item {
  height: 100%;
}

#project-detail .owl-theme[data-countimage="1"] .owl-nav,
#project-detail .owl-theme[data-countimage="1"] .owl-dots {
  display: none !important;
}

#project-detail .owl-theme .owl-nav {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: calc(50% + (30px / 2));
  margin: 0 30px;
}

#project-detail .owl-theme .owl-nav img {
  width: 70%;
  height: 70%;
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#project-detail .owl-theme .owl-nav .owl-next,
#project-detail .owl-theme .owl-nav .owl-prev {
  display: flex;
  justify-content: center;
  align-items: center;
}

#project-detail .owl-theme .owl-nav .owl-next.disabled,
#project-detail .owl-theme .owl-nav .owl-prev.disabled {
  opacity: 0;
}

#project-detail .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  border-radius: 0px;
  width: 30px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  background: #0000004d;
  border: none;
  outline: none;
  opacity: 1;
}

#project-detail .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  border-radius: 0px;
  width: 30px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  background: #0000004d;
  border: none;
  outline: none;
  opacity: 1;
}

#project-detail .owl-theme .owl-nav .owl-prev img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#project-detail .owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

#project-detail .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background-color: #ffffff4d;
}

#project-detail .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}

#project-detail .bgcubebox {
  background-image: url("/public/img/bg-cubebox.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

#project-detail .formgroup input:focus ~ label,
#project-detail .formgroup .input ~ label {
  font-size: 18px !important;
  line-height: 1;
  color: #000 !important;
}

#project-detail .formgroup.select label {
  top: -15px;
  color: #808080;
  font-size: 18px;
  line-height: 1;
}

#project-detail .formgroup.select .dropdowns .drop-height {
  box-shadow: rgba(18, 38, 170, 0.1) 0px 3px 10px;
}

#project-detail .formgroup.select .dropdowns.first ~ label {
  top: unset;
  bottom: 0;
  line-height: unset;
  font-size: 24px;
}

#project-detail .formgroup.select .dropdowns:not(.first) ~ label {
  color: #000;
  font-size: 18px !important;
}

#project-detail .formgroup.select .selected {
  display: block;
  width: 100%;
  padding: 5px 0px 6px;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0px;
  background: none;
  box-shadow: none !important;
  outline: none;
  color: #000;
  font-family: "db_heavent_med";
  font-size: 26px;
  line-height: 1em;
}

#project-detail .formgroup.select li {
  font-family: "db_heavent";
  font-size: 24px;
  text-align: left;
  padding: 5px 15px;
}

#project-detail .formgroup.select .carat {
  background-image: url("/public/img/arrow-right-black.svg");
  top: unset;
  bottom: 45%;
}

#project-detail .formgroup.select.setcolor label {
  color: #000;
}

#project-detail .formgroup.select.setcolor .selected {
  border-bottom: 5px solid var(--main-color);
  font-family: "AvenirNextMedium";
  font-size: 21px;
  line-height: 31px;
}

#project-detail .formgroup.select.setcolor li {
  font-family: "AvenirNextRegular";
  font-size: 21px;
  line-height: 1.5;
}

#project-detail .formgroup.lang_en-med li,
#project-detail .formgroup.lang_en-med .selected {
  font-family: "AvenirNextMedium" !important;
}

#project-detail .formgroup.lang_th-med li,
#project-detail .formgroup.lang_th-med .selected {
  font-family: "db_heavent_med" !important;
}

#project-detail .form-check {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#project-detail .form-check label {
  position: unset;
  margin: 0;
  font-family: "db_heavent_li";
  font-size: 18px;
  line-height: 20px;
  color: #808080;
  display: flex;
  align-items: center;
}

#project-detail .form-check label br {
  display: none;
}

#project-detail .form-check label a {
  text-decoration: underline;
}

#project-detail .form-check .form-error.help-block {
  bottom: -25px;
  line-height: 1;
}

#project-detail .form-check input[type=checkbox] {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
}

#project-detail .form-check input[type=checkbox] + label:before {
  border: 1px solid #808080;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  min-width: 20px;
  min-height: 20px;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  vertical-align: middle;
  line-height: 23px;
}

#project-detail .form-check input[type=checkbox]:checked + label:before {
  background: var(--main-color);
  color: var(--main-font-color);
  content: "\2713";
  border: 1px solid var(--main-color);
}

#project-detail .form-check input[type=checkbox]:checked + label:after {
  font-weight: bold;
}

#project-detail .swiper-container .swiper-button-next:focus,
#project-detail .swiper-container .swiper-button-prev:focus {
  outline: unset;
}

#project-detail .swiper-container[data-countimage="1"].swiper-thumbnail,
#project-detail .swiper-container[data-countimage="1"] .swiper-button-next,
#project-detail .swiper-container[data-countimage="1"] .swiper-button-prev,
#project-detail .swiper-container[data-countimage="1"] .swiper-pagination {
  display: none;
}

#project-detail .banner {
  height: 80vh;
  max-height: 650px;
  position: relative;
}

#project-detail .banner__item {
  position: relative;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#project-detail .banner__dropbg {
  position: absolute;
  z-index: 4;
  background-color: #000000;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#project-detail .banner__title {
  z-index: 5;
  color: #fff;
  width: 50vw;
  text-align: center;
}

#project-detail .banner__title--projectname {
  font-family: "db_heavent_li";
  font-size: 26px;
}

#project-detail .banner__title--imagedetail {
  font-family: "AvenirNextMedium";
  font-size: 50px;
}

#project-detail .submenu {
  width: 100%;
  height: 15vh;
  max-height: 110px;
  background-color: #fff;
  position: absolute;
  z-index: 98;
}

#project-detail .submenu.setTop {
  position: fixed;
  top: 0;
}

#project-detail .submenu__replace {
  width: 100%;
  height: 15vh;
  max-height: 110px;
}

#project-detail .submenu__item {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

#project-detail .submenu__item--mobile {
  display: none;
}

#project-detail .submenu__logo {
  max-height: calc(100% - 40px);
}

#project-detail .submenu__menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "AvenirNextRegular";
  font-size: 18px;
  height: 100%;
  line-height: 1;
}

#project-detail .submenu__menu.lang_th {
  font-family: "db_heavent_li";
  font-size: 23px;
}

#project-detail .submenu__menu--item {
  margin: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

#project-detail .submenu__menu--item.active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  height: 5px;
  width: 100%;
  background-color: var(--main-color);
}

#project-detail .submenu__register {
  cursor: pointer;
  font-family: "db_heavent";
  font-size: 26px;
  text-align: center;
  color: var(--main-font-color);
  background-color: var(--main-color);
  width: 140px;
  height: 45px;
  line-height: 45px;
}

#project-detail .register {
  max-width: 1120px;
  margin: 60px auto;
  display: flex;
  position: relative;
}

#project-detail .register:after {
  content: " ";
  position: absolute;
  top: var(--bgtop);
  left: var(--bgleft);
  height: var(--bgheight);
  width: 100vw;
  background-color: #d7d7d7;
  z-index: 1;
}

#project-detail .register__banner {
  z-index: 3;
  width: 50%;
  height: 100%;
}

#project-detail .register__banner--item {
  height: 100%;
}

#project-detail .register__banner--pc {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#project-detail .register__form {
  z-index: 3;
  width: 50%;
  background-color: #fff;
  padding: 30px 0;
}

#project-detail .register__form--title,
#project-detail .register__form--detail,
#project-detail .register__form--form {
  width: 75%;
  margin: 0 auto;
}

#project-detail .register__form--title {
  font-family: "db_heavent_med";
  font-size: 28px;
  line-height: 1;
}

#project-detail .register__form--detail {
  text-decoration: underline;
  cursor: pointer;
  font-family: "db_heavent_li";
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin: 10px auto;
}

#project-detail .register__form--form {
  margin-top: 20px;
}

#project-detail .register__form--form .formgroup label {
  font-family: "db_heavent_li";
  font-size: 24px;
  color: #808080;
  width: 100%;
}

#project-detail .register__form--form .first-child {
  padding-right: 7.5px;
}

#project-detail .register__form--form .last-child {
  padding-left: 7.5px;
}

#project-detail .register__form--form input[type=text],
#project-detail .register__form--form input[type=number],
#project-detail .register__form--form input[type=tel],
#project-detail .register__form--form input[type=password] {
  font-family: "db_heavent_med";
  font-size: 24px;
}

#project-detail .register__form--form .checkbox {
  height: 30px;
}

#project-detail .register__form--form .checkbox label {
  font-family: "db_heavent_li";
  font-size: 21px;
  line-height: 18px;
  padding-left: 25px;
}

#project-detail .register__form--form .checkbox input[type=checkbox] {
  height: 18px;
  width: 18px;
  margin-top: 0;
  margin-left: -25px;
}

#project-detail .register__form--submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#project-detail .register__form--submit input[type=submit] {
  width: 150px;
  background-color: var(--main-color);
  color: var(--main-font-color);
  font-size: 24px;
}

#project-detail .register .owl-theme .owl-nav {
  margin: 0;
}

#project-detail .register.setmaxwidth .register__form {
  width: 100%;
}

#project-detail .register.setmaxwidth .register__form .register__form--title,
#project-detail .register.setmaxwidth .register__form .register__form--form {
  max-width: 600px;
}

#project-detail #promotionCondition::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #00000070;
  z-index: 0;
}

#project-detail #promotionCondition .modal-dialog {
  z-index: 1;
}

#project-detail #promotionCondition .modal-title {
  font-family: "AvenirNextRegular";
  font-size: 32px;
}

#project-detail #promotionCondition .modal-body {
  font-family: "db_heavent_li";
  font-size: 21px;
}

#project-detail .concept {
  height: 70vh;
  max-height: 570px;
  position: relative;
}

#project-detail .concept.noregister {
  margin-top: 60px;
}

#project-detail .concept__header,
#project-detail .concept__title {
  left: 70px;
}

#project-detail .concept__header {
  position: absolute;
  top: 35px;
  z-index: 29;
  color: #fff;
  font-family: "AvenirNextRegular";
  font-size: 24px;
}

#project-detail .concept__item {
  position: relative;
  height: 100%;
  width: 90vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#project-detail .concept__title {
  z-index: 5;
  color: #fff;
  width: 50%;
  position: absolute;
  top: 45%;
}

#project-detail .concept__title--title {
  font-family: "AvenirNextMedium";
  font-size: 50px;
  line-height: 1.1;
}

#project-detail .concept__title--detail {
  font-family: "db_heavent_li";
  font-size: 21px;
  line-height: 1.1;
  margin-top: 20px;
}

#project-detail .concept__dropbg {
  position: absolute;
  z-index: 4;
  background-color: #000000;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#project-detail .concept .owl-stage-outer {
  padding-left: 5vw;
}

#project-detail .concept .owl-theme .owl-nav {
  margin: 0 80px;
}

#project-detail .concept .owl-theme .owl-dots {
  text-align: left;
  padding-left: calc(5vw + 70px);
}

#project-detail .concept .owl-theme .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}

#project-detail .info {
  height: 70vh;
  max-height: 460px;
  margin: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#project-detail .info__main {
  height: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#project-detail .info__data {
  height: 100%;
  width: 56%;
  background-color: #fff;
  padding: 40px 50px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#project-detail .info__data--head {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#project-detail .info__data--title {
  font-family: "AvenirNextRegular";
  font-size: 24px;
}

#project-detail .info__data--tag {
  font-family: "db_heavent_li";
  font-size: 18px;
  padding: 0px 15px;
  background-color: var(--tag-color);
  color: var(--tag-font-color);
}

#project-detail .info__data--detail {
  width: 100%;
  margin: 30px 0;
}

#project-detail .info__data--name {
  font-family: "db_heavent_med";
  font-size: 38px;
  line-height: 0.85;
}

#project-detail .info__data--direction {
  font-family: "db_heavent_li";
  font-size: 21px;
  line-height: 1;
  min-height: 50px;
}

#project-detail .info__data--download {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#project-detail .info__data--dlguide {
  font-family: "db_heavent_li";
  font-size: 18px;
  line-height: 1;
  color: #808080;
}

#project-detail .info__data--dlbutton {
  cursor: pointer;
  font-family: "db_heavent_med";
  font-size: 21px;
  line-height: 0.9;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 10px 15px;
  color: var(--main-color);
}

#project-detail .info__data--dlbutton svg {
  width: 25px;
  margin-right: 10px;
}

#project-detail .info__data--dlbutton:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: var(--main-color);
}

#project-detail .info__detail {
  height: 100%;
  width: calc(100% - 56%);
  background-color: #f8f8f8;
  padding: 40px 35px 40px 50px;
  overflow-y: auto;
}

#project-detail .info__detail--list {
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

#project-detail .info__detail--item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#project-detail .info__detail--item:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
}

#project-detail .info__detail--item:last-child {
  margin-bottom: 0px;
}

#project-detail .info__detail--left {
  min-width: 120px;
  font-family: "db_heavent_li";
  font-size: 21px;
  text-align: left;
}

#project-detail .info__detail--right {
  font-family: "db_heavent_med";
  font-size: 21px;
  text-align: right;
}

#project-detail .plan {
  max-width: 1120px;
  margin: 60px auto 0;
  background-color: #fff;
}

#project-detail .plan__floorplan {
  padding: 40px 60px 60px;
  width: 100%;
}

#project-detail .plan__floorplan--head {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

#project-detail .plan__floorplan--title {
  width: 40%;
  font-family: "AvenirNextMedium";
  font-size: 36px;
}

#project-detail .plan__floorplan--select {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#project-detail .plan__floorplan--select .formgroup {
  width: 40%;
  margin-bottom: 0;
  margin-right: 20px;
}

#project-detail .plan__floorplan--select .formgroup label {
  color: #000;
}

#project-detail .plan__floorplan--planimage {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: center;
}

#project-detail .plan__floorplan--planimage img {
  max-height: 500px;
  max-width: 100%;
  cursor: pointer;
}

#project-detail .plan__floorplan--fullscreen {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0005;
  cursor: pointer;
}

#project-detail .plan__floorplan--fullscreen img {
  width: 60%;
  height: 60%;
}

#project-detail .plan__roomtype {
  height: 620px;
  padding-left: 60px;
  display: flex;
}

#project-detail .plan__roomtype--detail {
  width: 32%;
  margin-right: 4%;
  padding-top: 30px;
  position: relative;
}

#project-detail .plan__roomtype--detail:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

#project-detail .plan__roomtype--title {
  width: 100%;
  font-family: "AvenirNextMedium";
  font-size: 36px;
}

#project-detail .plan__roomtype--select {
  width: 100%;
  margin: 30px 0;
}

#project-detail .plan__roomtype--select .formgroup {
  width: 100%;
  margin-bottom: 0;
}

#project-detail .plan__roomtype--area {
  width: 100%;
  font-family: "db_heavent_med";
  font-size: 21px;
  line-height: 1;
}

#project-detail .plan__roomtype--area .big {
  font-size: 30px;
  margin: 0 7px;
  line-height: 0;
}

#project-detail .plan__roomtype--description {
  width: 100%;
  font-family: "db_heavent_li";
  font-size: 21px;
  line-height: 1;
  margin: 15px 0;
}

#project-detail .plan__roomtype--image360 {
  cursor: pointer;
  width: 50%;
  padding: 5px 0px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-family: "db_heavent_li";
  font-size: 21px;
  background-color: var(--main-color);
}

#project-detail .plan__roomtype--image360 svg {
  width: 25px;
  height: 25px;
  fill: var(--main-font-color);
}

#project-detail .plan__roomtype--image360 span {
  color: var(--main-font-color);
}

#project-detail .plan__roomtype--bottom {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
}

#project-detail .plan__roomtype--item {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 0 5px;
}

#project-detail .plan__roomtype--item:nth-child(2n-1) {
  margin-right: 10px;
}

#project-detail .plan__roomtype--item:nth-child(2n) {
  margin-left: 10px;
}

#project-detail .plan__roomtype--item::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
}

#project-detail .plan__roomtype--icon {
  font-family: "db_heavent_li";
  font-size: 18px;
}

#project-detail .plan__roomtype--icon img {
  max-width: 30px;
  max-height: 25px;
}

#project-detail .plan__roomtype--icon span {
  margin-left: 5px;
}

#project-detail .plan__roomtype--count {
  font-family: "db_heavent_med";
  font-size: 21px;
  margin-right: 5px;
}

#project-detail .plan__roomtype--gallery {
  width: 64%;
  position: relative;
}

#project-detail .plan__roomtype--gallery .img_item,
#project-detail .plan__roomtype--gallery .img_thumb {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#project-detail .plan__roomtype--fullscreen {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0005;
  cursor: pointer;
}

#project-detail .plan__roomtype--fullscreen img {
  width: 60%;
  height: 60%;
}

#project-detail .plan__roomtype--gallery_images {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

#project-detail .plan__roomtype--gallery_images .swiper-button-prev,
#project-detail .plan__roomtype--gallery_images .swiper-button-next {
  bottom: 15px;
  top: unset;
  width: 50px;
  height: 50px;
}

#project-detail .plan__roomtype--gallery_images .swiper-button-prev::after,
#project-detail .plan__roomtype--gallery_images .swiper-button-next::after {
  content: "";
  width: 20px;
  height: 100%;
  background-image: url("/public/img/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#project-detail .plan__roomtype--gallery_images .swiper-button-prev {
  left: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#project-detail .plan__roomtype--gallery_images .swiper-button-next {
  right: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#project-detail .plan__roomtype--gallery_thumbs {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 70px;
  padding: 15px 0;
  width: calc(100% - 140px);
  height: 80px;
  box-sizing: border-box;
}

#project-detail .plan__roomtype--gallery_thumbs .img_thumb {
  cursor: pointer;
}

#project-detail .plan__roomtype--gallery_thumbs .setActive {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

#project-detail .plan__roomtype--gallery_thumbs .setActive .bg {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  opacity: 0.8;
}

#project-detail .plan__roomtype--gallery_thumbs .setActive svg {
  z-index: 51;
  width: 50%;
  height: 50%;
  fill: var(--main-font-color);
}

#project-detail .plan__roomtype--gallery_thumbs .swiper-slide-thumb-active .setActive {
  display: flex;
}

#project-detail .planhouse .plan__floorplan {
  display: none;
}

#project-detail .planhouse .plan__roomtype--detail::before {
  content: unset;
}

#project-detail .gallery {
  max-width: 1120px;
  margin: 0 auto;
  background-color: #fff;
}

#project-detail .gallery__header {
  padding: 60px 60px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#project-detail .gallery__header--title {
  font-family: "AvenirNextMedium";
  font-size: 36px;
}

#project-detail .gallery__header--album {
  display: flex;
  align-items: center;
}

#project-detail .gallery__header--album_item {
  margin: 0 15px;
  padding: 0 5px;
  font-size: 21px;
  font-family: "AvenirNextRegular";
  cursor: pointer;
  border-bottom: 3px solid transparent;
}

#project-detail .gallery__header--album_item:last-child {
  margin-right: 0;
}

#project-detail .gallery__header--album_item.active,
#project-detail .gallery__header--album_item:hover {
  font-family: "AvenirNextMedium";
  border-bottom: 3px solid var(--main-color);
}

#project-detail .gallery .swiper-container {
  width: 100%;
  height: 100%;
}

#project-detail .gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 21vw;
}

#project-detail .gallery .swiper-slide .items {
  width: 100%;
  height: 21vw;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-font-color);
}

#project-detail .gallery .swiper-slide .items span {
  font-size: 21px;
  font-weight: bold;
  z-index: 1;
  display: none;
}

#project-detail .gallery .swiper-slide .items:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  opacity: 0.6;
}

#project-detail .gallery .swiper-slide .items:hover span {
  display: block;
}

#project-detail .gallery .swiper-slide .items:hover:after {
  display: block;
}

#project-detail .gallery .swiper-slide:first-child {
  width: 42vw;
}

#project-detail .gallery .swiper-slide:first-child .items {
  height: 42vw;
}

#project-detail .gallery .swiper-button-disabled {
  display: none;
}

#project-detail .gallery .swiper-button-next {
  right: 0;
  left: auto;
  top: 0;
  padding: 10px 20px 10px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  width: auto;
  margin-top: 0;
}

#project-detail .gallery .swiper-button-next:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/public/img/next.svg");
  background-repeat: no-repeat;
  background-position: center;
}

#project-detail .gallery .swiper-button-prev {
  right: auto;
  left: 0;
  top: 0;
  padding: 10px 10px 10px 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  width: auto;
  margin-top: 0;
}

#project-detail .gallery .swiper-button-prev:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/public/img/next.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#project-detail #images_view {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.95);
  transition: visibility 0s 700ms, opacity 700ms, z-index 0s 700ms;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10vh 80px 5vh;
  display: none;
}

#project-detail #images_view img {
  max-width: 100%;
  max-height: 100%;
}

#project-detail #images_view .images_view__close {
  position: absolute;
  padding: 20px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

#project-detail #images_view .swiper-slide {
  max-width: 100%;
  max-height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#project-detail #images_view .swiper-button-next:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/public/img/prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#project-detail #images_view .swiper-button-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/public/img/prev.svg");
  background-repeat: no-repeat;
  background-position: center;
}

#project-detail #images_view .gallery-top .swiper-slide img {
  max-height: 75vh;
}

#project-detail #images_view .gallery-top .swiper-button-next,
#project-detail #images_view .gallery-top .swiper-button-prev {
  padding: 5px;
  width: auto;
  height: auto;
  border: 1px solid #000;
}

#project-detail #images_view .gallery-thumbs {
  width: 50%;
  box-sizing: border-box;
  padding: 10px 50px;
}

#project-detail #images_view .gallery-thumbs .swiper-slide {
  opacity: 0.4;
}

#project-detail #images_view .gallery-thumbs .swiper-slide img {
  max-height: calc(10vh - 20px);
}

#project-detail #images_view .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#project-detail #images_view .gallery-thumbs .swiper-button-next,
#project-detail #images_view .gallery-thumbs .swiper-button-prev {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  top: 0;
}

#project-detail #images_view .gallery-thumbs .swiper-button-next {
  right: 0;
}

#project-detail #images_view .gallery-thumbs .swiper-button-prev {
  left: 0;
}

#project-detail .facilities {
  max-width: 1120px;
  margin: 0 auto;
  background-color: #fff;
}

#project-detail .facilities__header {
  padding: 60px 60px 40px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#project-detail .facilities__header--title {
  font-family: "AvenirNextMedium";
  font-size: 36px;
}

#project-detail .facilities__header--detail {
  font-size: 21px;
}

#project-detail .facilities .swiper-slide {
  width: 21%;
  margin: 0 5px;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #002957;
  padding: 10px;
  height: 280px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#project-detail .facilities .swiper-slide:first-child {
  margin-left: 20px;
}

#project-detail .facilities .swiper-slide .card__title {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

#project-detail .facilities .swiper-slide .card__icon {
  width: 70px;
  height: 70px;
  margin: 15px 0;
  mask-size: contain !important;
  -webkit-mask-size: contain !important;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #002957;
  display: inline-block;
}

#project-detail .facilities .swiper-slide .card__detail {
  height: 3em;
  font-weight: 100;
  font-size: 21px;
  line-height: 1em;
  text-align: center;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

#project-detail .facilities .swiper-slide:hover {
  background-color: var(--main-color);
  color: var(--main-font-color);
}

#project-detail .facilities .swiper-slide:hover .card__icon {
  background-color: var(--main-font-color);
}

#project-detail .facilities .swiper-button-disabled {
  display: none;
}

#project-detail .facilities .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.3);
  width: auto;
  height: auto;
}

#project-detail .facilities .swiper-button-next:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/public/img/next.svg");
  background-repeat: no-repeat;
  background-position: center;
}

#project-detail .facilities .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.3);
  width: auto;
  height: auto;
}

#project-detail .facilities .swiper-button-prev:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/public/img/next.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#project-detail .location {
  max-width: 1120px;
  margin: 0 auto;
  background-color: #fff;
}

#project-detail .location__header {
  position: relative;
  padding: 60px 60px 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#project-detail .location__header--title {
  width: 40%;
  font-family: "AvenirNextMedium";
  font-size: 36px;
}

#project-detail .location__header--action {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#project-detail .location__header--action br {
  display: none;
}

#project-detail .location__header--getdirection,
#project-detail .location__header--googlemap {
  cursor: pointer;
  height: 25px;
  display: flex;
  align-items: center;
  color: #002957;
}

#project-detail .location__header--getdirection span,
#project-detail .location__header--googlemap span {
  margin-left: 5px;
  font-family: "db_heavent_li";
  font-size: 24px;
}

#project-detail .location__header--getdirection svg,
#project-detail .location__header--googlemap svg {
  height: 25px;
  width: 30px;
  fill: #002957;
}

#project-detail .location__header--getdirection svg.usestroke,
#project-detail .location__header--googlemap svg.usestroke {
  fill: none;
  stroke: #002957;
}

#project-detail .location__header--getdirection {
  margin-right: 50px;
}

#project-detail .location__map {
  height: 570px;
}

#project-detail .location__map.graphic_map {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: none !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#project-detail .location__map.graphic_map img {
  max-width: 100%;
  height: 100%;
}

#project-detail .location__contact {
  position: relative;
  height: 240px;
  background-color: #f2f2f2;
}

#project-detail .location__contact--float {
  position: absolute;
  top: -60px;
  left: 70px;
  height: 100%;
  width: calc(100% - (70px * 2));
  background-color: #fff;
  display: flex;
  align-items: center;
}

#project-detail .location__contact--project {
  width: 60%;
  height: 100%;
  padding: 40px 60px;
  display: inline-grid;
}

#project-detail .location__contact--detail {
  width: 40%;
  height: 100%;
  padding: 50px 40px;
  background-color: var(--main-color);
  color: var(--main-font-color);
  display: inline-grid;
}

#project-detail .location__contact--pjname {
  font-family: "db_heavent_med";
  font-size: 38px;
  line-height: 1;
}

#project-detail .location__contact--direction {
  font-family: "db_heavent_li";
  font-size: 21px;
  line-height: 1;
  margin-top: 20px;
}

#project-detail .location__contact--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "AvenirNextRegular";
  font-size: 20px;
  color: #fff;
}

#project-detail .location__contact--item svg {
  width: 20px;
  height: 20px;
  fill: var(--main-font-color);
}

#project-detail .location__contact--item svg.svgstroke {
  fill: none;
  stroke: var(--main-font-color);
}

#project-detail .location__contact--item_right {
  display: flex;
  align-items: center;
  justify-content: center;
}

#project-detail .progress {
  height: auto;
  box-shadow: unset;
  border: 0;
  background: transparent;
  margin: 0 auto;
  max-width: 1120px;
  padding-bottom: 80px;
}

#project-detail .progress__title {
  font-family: "AvenirNextMedium";
  font-size: 36px;
  text-align: center;
  padding: 60px;
  padding-top: 0px;
}

#project-detail .progress__content {
  padding: 0 70px;
  display: flex;
}

#project-detail .progress__content--slide {
  width: 60%;
  padding-right: 15px;
}

#project-detail .progress__content--slide .swiper-container {
  width: 100%;
  height: 420px;
}

#project-detail .progress__content--slide .swiper-slide {
  background-position: center;
  background-size: cover;
}

#project-detail .progress__content--slide .swiper-button-disabled {
  display: none;
}

#project-detail .progress__content--slide .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.3);
  width: auto;
  height: auto;
}

#project-detail .progress__content--slide .swiper-button-next:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/public/img/next.svg");
  background-repeat: no-repeat;
  background-position: center;
}

#project-detail .progress__content--slide .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.3);
  width: auto;
  height: auto;
}

#project-detail .progress__content--slide .swiper-button-prev:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/public/img/next.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#project-detail .progress__content--label {
  position: absolute;
  z-index: 9;
  padding: 10px 15px;
  color: #fff;
  background-color: var(--main-color);
  font-size: 21px;
  font-family: "AvenirNextMedium";
  line-height: 1.3em;
}

#project-detail .progress__content--label span {
  font-family: "db_heavent_li";
  font-size: 18px;
  font-weight: 100;
}

#project-detail .progress__content--detail {
  width: 40%;
  background-color: #fff;
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
  padding: 4% 30px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

#project-detail .progress__content--detail-top {
  display: flex;
  text-align: center;
  align-items: center;
}

#project-detail .progress__content--detail-title {
  font-family: "AvenirNextRegular";
  font-size: 30px;
  text-align: left;
  line-height: 1em;
  width: 40%;
}

#project-detail .progress__content--detail-progress {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(60% - 30px);
  height: calc(60% - 30px);
  margin-left: 30px;
}

#project-detail .progress__content--detail-progress .progressCircle {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#project-detail .progress__content--detail-progress canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}

#project-detail .progress__content--detail-progress span {
  font-family: "AvenirNextRegular";
  font-size: 49px;
}

#project-detail .progress__content--detail-bar {
  margin-top: 18px;
}

#project-detail .progress__content--detail-bartitle {
  font-size: 21px;
  font-family: "db_heavent_med";
}

#project-detail .progress__content--detail .progress_bar {
  width: 100%;
  height: 4px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
}

#project-detail .progress__content--detail .progress_bar bar {
  position: absolute;
  height: 100%;
  background-color: var(--main-color);
}

#project-detail .progress__content--detail .progress_bar:after {
  content: attr(data-percent);
  position: absolute;
  right: 0;
  font-size: 21px;
  font-family: "db_heavent_li";
  margin-top: -1.3em;
}

#project-detail .bottom {
  background-color: #fff;
}

#project-detail .additional {
  max-width: 1120px;
  margin: 0px auto;
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#project-detail .additional__item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#project-detail .additional__item:first-child {
  margin-left: 70px;
}

#project-detail .additional__item:last-child {
  margin-right: 70px;
}

#project-detail .additional__item--image {
  width: 200px;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#project-detail .additional__item--image span {
  width: 100%;
  height: calc(100% - 19px);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

#project-detail .additional__item--image span img {
  width: 27%;
}

#project-detail .additional__item--image::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 160px;
  height: 20px;
  background-color: #fff;
}

#project-detail .additional__item--image::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 22px;
  height: 20px;
  background-color: #fff;
}

#project-detail .additional__item--triangle {
  position: absolute;
  bottom: -1px;
  right: 21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20.5px;
  border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) #fff rgba(0, 0, 0, 0.5);
}

#project-detail .additional__item--detail {
  width: calc(100% - 200px);
  padding: 30px 40px;
}

#project-detail .additional__item--title {
  font-family: "db_heavent_med";
  font-size: 42px;
  line-height: 0.6;
}

#project-detail .additional__item--text {
  font-family: "db_heavent_li";
  font-size: 21px;
  line-height: 1;
  padding: 20px 0;
}

#project-detail .additional__item--button {
  cursor: pointer;
  font-family: "db_heavent_med";
  font-size: 21px;
  line-height: 1;
  padding: 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  background-color: var(--main-color);
  color: var(--main-font-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

#project-detail .additional__item--button span {
  margin-left: 10px;
}

#project-detail .additional__item--button svg {
  width: 20px;
  height: 20px;
  fill: var(--main-font-color);
}

#project-detail .additional__item--button svg.svgstroke {
  fill: none;
  stroke: var(--main-font-color);
}

#project-detail .lifestyle {
  max-width: 1120px;
  margin: 50px auto 0;
  padding-bottom: 70px;
  position: relative;
}

#project-detail .lifestyle__title {
  margin-bottom: 50px;
  text-align: center;
  font-family: "AvenirNextMedium";
  font-size: 36px;
  line-height: 1;
}

#project-detail .lifestyle__item--image {
  height: 350px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#project-detail .lifestyle__item--title {
  margin-top: 20px;
  font-family: "db_heavent_med";
  font-size: 24px;
  line-height: 1;
  min-height: 60px;
}

#project-detail .lifestyle__item--detail {
  margin-top: 20px;
  font-family: "db_heavent_li";
  font-size: 21px;
  line-height: 1;
  min-height: 50px;
}

#project-detail .lifestyle__item--bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "db_heavent_li";
  font-size: 21px;
  line-height: 1;
  color: #002957;
}

#project-detail .lifestyle__item--tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#project-detail .lifestyle__item--tagicon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/public/img/tag.svg");
          mask-image: url("/public/img/tag.svg");
  -webkit-mask-size: contain !important;
          mask-size: contain !important;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #002957;
}

#project-detail .lifestyle__item--tag {
  margin: 0 5px;
  cursor: pointer;
  position: relative;
  color: #002957;
}

#project-detail .lifestyle__item--tag::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #002957;
}

#project-detail .lifestyle__item--readmore {
  cursor: pointer;
  font-family: "db_heavent_med";
  display: flex;
  align-items: center;
  color: #002957;
}

#project-detail .lifestyle__item--readmore span {
  position: relative;
  margin-right: 5px;
}

#project-detail .lifestyle__item--readmore:hover span::after {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #002957;
}

#project-detail .lifestyle__item--readmoreicon {
  width: 15px;
  height: 15px;
  -webkit-mask-image: url("/public/img/arrow-blue.svg");
          mask-image: url("/public/img/arrow-blue.svg");
  -webkit-mask-size: contain !important;
          mask-size: contain !important;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #002957;
}

@media (max-width: 991px) {
  #project-detail .form-check label br {
    display: block;
  }

  #project-detail .banner__title {
    width: 75vw;
  }

  #project-detail .banner__title--projectname {
    font-size: 29px;
  }

  #project-detail .banner__title--imagedetail {
    font-size: 40px;
  }

  #project-detail .banner .owl-theme .owl-dots {
    bottom: 30px;
  }

  #project-detail .submenu {
    height: 70px;
  }

  #project-detail .submenu__replace {
    height: calc(70px * 2);
    max-height: 140px;
  }

  #project-detail .submenu__item {
    padding: 0 20px;
  }

  #project-detail .submenu__logo {
    max-height: 75%;
  }

  #project-detail .submenu__register {
    height: 40px;
    line-height: 40px;
  }

  #project-detail .submenu__mobile {
    width: 100%;
    height: 70px;
    padding-left: 20px;
    overflow: auto;
    background-color: #fff;
  }

  #project-detail .submenu__menu {
    width: 100%;
    height: 100%;
  }

  #project-detail .submenu__menu--item {
    height: 100%;
    margin: 0;
  }

  #project-detail .register {
    height: unset;
    max-height: unset;
    display: block;
    margin: 0;
  }

  #project-detail .register__banner {
    width: 100%;
  }

  #project-detail .register__banner--item {
    height: unset;
  }

  #project-detail .register__form {
    width: 100%;
    padding: 40px 20px;
    position: relative;
  }

  #project-detail .register__form--title,
  #project-detail .register__form--detail,
  #project-detail .register__form--form {
    width: 100%;
  }

  #project-detail .register__form--form > div,
  #project-detail .register__form--form .first-child,
  #project-detail .register__form--form .last-child {
    padding: 0;
  }

  #project-detail .register__form--submit input[type=submit] {
    width: 100%;
  }

  #project-detail .concept {
    margin: 10px 0;
    height: 75vh;
    max-height: unset;
    min-height: 500px;
  }

  #project-detail .concept__header,
  #project-detail .concept__title {
    left: 20px;
  }

  #project-detail .concept__item {
    padding-left: 0;
    width: 95vw;
  }

  #project-detail .concept__item.firstitem {
    margin-left: 0;
  }

  #project-detail .concept__title {
    width: 85%;
  }

  #project-detail .concept__title--title {
    font-size: 36px;
    line-height: 1.2;
  }

  #project-detail .concept__title--detail {
    font-size: 21px;
  }

  #project-detail .concept .owl-stage-outer {
    padding-left: 0;
  }

  #project-detail .concept .owl-theme .owl-dots {
    padding-left: 20px;
  }

  #project-detail .concept .owl-theme .owl-dots .owl-dot:first-child span {
    margin-left: 0;
  }

  #project-detail .info {
    height: auto;
    max-height: unset;
    margin: 0;
  }

  #project-detail .info__main {
    display: block;
    padding: 20px;
  }

  #project-detail .info__data {
    width: 100%;
    padding: 40px 30px;
  }

  #project-detail .info__data--download {
    display: block;
  }

  #project-detail .info__data--dlbutton {
    margin-top: 10px;
    justify-content: center;
  }

  #project-detail .info__detail {
    width: 100%;
    padding: 40px 30px;
  }

  #project-detail .info__detail--item:last-child {
    margin: 0;
  }

  #project-detail .plan {
    margin: 0;
    padding: 50px 0 0;
  }

  #project-detail .plan__floorplan {
    height: unset;
    padding: 0px;
    padding-bottom: 50px;
  }

  #project-detail .plan__floorplan--head {
    display: block;
    height: unset;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #project-detail .plan__floorplan--title {
    width: 100%;
  }

  #project-detail .plan__floorplan--select {
    width: 100%;
    display: block;
  }

  #project-detail .plan__floorplan--select .formgroup {
    width: 100%;
    margin-top: 35px;
  }

  #project-detail .plan__floorplan--planimage {
    height: unset;
  }

  #project-detail .plan__floorplan--planimage img {
    width: 100%;
    max-height: unset;
  }

  #project-detail .plan__roomtype {
    height: unset;
    display: block;
    padding: 0;
    padding-bottom: 50px;
  }

  #project-detail .plan__roomtype--detail,
  #project-detail .plan__roomtype--bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  #project-detail .plan__roomtype--detail {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
  }

  #project-detail .plan__roomtype--detail::before {
    content: unset;
  }

  #project-detail .plan__roomtype--image360 {
    justify-content: center;
  }

  #project-detail .plan__roomtype--image360 span {
    margin-left: 20px;
  }

  #project-detail .plan__roomtype--bottom {
    position: unset;
  }

  #project-detail .plan__roomtype--gallery {
    width: 100%;
    margin-bottom: 30px;
  }

  #project-detail .plan__roomtype--gallery .swiper-button-prev,
  #project-detail .plan__roomtype--gallery .swiper-button-next {
    display: none;
  }

  #project-detail .plan__roomtype--gallery_images {
    height: 340px;
  }

  #project-detail .plan__roomtype--gallery_thumbs {
    position: unset;
    width: 100%;
    height: 75px;
    padding: 10px 40px 0px 10px;
  }

  #project-detail .plan__roomtype--gallery_thumbs .img_thumb {
    max-width: 75px;
  }

  #project-detail .planhouse .plan__roomtype--detail {
    padding-top: 0;
    margin-right: 0;
  }

  #project-detail .gallery__header {
    padding: 0;
  }

  #project-detail .gallery__header--title {
    padding: 0 20px;
    margin-bottom: 20px;
  }

  #project-detail .gallery__header--album {
    display: block;
  }

  #project-detail .gallery__header--album .owl-stage-outer {
    width: 100%;
    padding-left: 15px;
  }

  #project-detail .gallery__header--album .owl-stage {
    min-width: 100%;
  }

  #project-detail .gallery__header--album_item {
    margin: 0;
  }

  #project-detail .gallery .swiper-button-next,
  #project-detail .gallery .swiper-button-prev {
    display: none;
  }

  #project-detail .gallery .swiper-slide {
    width: 93vw !important;
    height: 93vw !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
  }

  #project-detail #images_view {
    padding: 0;
  }

  #project-detail #images_view .gallery-thumbs {
    width: 100%;
  }

  #project-detail #images_view .images_view__swiper {
    top: 25%;
    width: 100vw;
    position: absolute;
  }

  #project-detail .facilities__header {
    padding: 60px 20px 40px 20px;
  }

  #project-detail .facilities .swiper-slide {
    width: 70%;
  }

  #project-detail .facilities .swiper-button-next,
  #project-detail .facilities .swiper-button-prev {
    display: none;
  }

  #project-detail .progress {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
  }

  #project-detail .progress .swiper-button-next,
  #project-detail .progress .swiper-button-prev {
    display: none;
  }

  #project-detail .progress__title {
    padding: 30px 20px;
    text-align: left;
  }

  #project-detail .progress__content {
    padding: 0 20px;
    flex-wrap: wrap;
  }

  #project-detail .progress__content--slide {
    width: 100%;
    padding: 0;
  }

  #project-detail .progress__content--detail {
    width: 100%;
    margin: 0;
    padding: 40px 30px;
    z-index: 1;
  }

  #project-detail .progress__content--detail-progress span {
    font-size: 42px;
  }

  #project-detail .location__header {
    flex-wrap: wrap;
    padding: 60px 20px 20px;
  }

  #project-detail .location__header--title {
    width: 100%;
  }

  #project-detail .location__header--action {
    width: 100%;
    margin: 35px 0;
    justify-content: space-around;
  }

  #project-detail .location__header--action br {
    display: block;
  }

  #project-detail .location__header--getdirection,
  #project-detail .location__header--googlemap {
    width: unset;
    max-width: 50%;
    justify-content: flex-start;
  }

  #project-detail .location__header--getdirection svg,
  #project-detail .location__header--googlemap svg {
    height: 25px;
  }

  #project-detail .location__header--getdirection span,
  #project-detail .location__header--googlemap span {
    line-height: 1;
  }

  #project-detail .location__header--getdirection {
    margin-right: unset;
  }

  #project-detail .location__map.graphic_map {
    height: unset;
  }

  #project-detail .location__map.graphic_map img {
    height: unset;
  }

  #project-detail .location__contact {
    min-height: 500px;
  }

  #project-detail .location__contact--float {
    top: -50px;
    left: 20px;
    width: calc(100% - (20px * 2));
    height: 100%;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  #project-detail .location__contact--project {
    width: 100%;
    height: 50%;
    padding: 35px 5vw;
  }

  #project-detail .location__contact--detail {
    width: 100%;
    height: 50%;
    padding: 35px 5vw;
  }

  #project-detail .location__contact--item_left {
    width: 100%;
  }

  #project-detail .bottom {
    background-color: #fff;
    width: 100%;
  }

  #project-detail .additional {
    display: block;
    padding: 40px 20px 0px;
  }

  #project-detail .additional__item {
    width: 100%;
    margin-bottom: 25px;
    justify-content: space-around;
  }

  #project-detail .additional__item:first-child {
    margin-left: 0;
  }

  #project-detail .additional__item:last-child {
    margin-right: 0;
    margin-bottom: 0px;
  }

  #project-detail .additional__item--image {
    width: 160px;
    height: 160px;
    margin-right: 5%;
  }

  #project-detail .additional__item--image span {
    height: calc(100% - 9px);
  }

  #project-detail .additional__item--image::before {
    width: 85%;
    height: 10px;
    left: 0;
  }

  #project-detail .additional__item--image::after {
    width: calc(100% - 85% - 10px);
    height: 10px;
    right: 0;
  }

  #project-detail .additional__item--triangle {
    left: 85%;
    border-width: 0 0 10px 10px;
  }

  #project-detail .additional__item--detail {
    width: 50%;
    padding: 10px 0;
  }

  #project-detail .additional__item--title {
    font-family: "db_heavent_med";
    font-size: 32px;
  }

  #project-detail .additional__item--text {
    padding: 15px 0;
  }

  #project-detail .additional__item--button {
    width: 100%;
    padding: 10px;
  }

  #project-detail .lifestyle {
    padding-top: 60px;
    margin: 50px 0 0;
    width: 100%;
  }

  #project-detail .lifestyle__title {
    padding-left: 20px;
    text-align: left;
  }

  #project-detail .lifestyle__item {
    width: 90vw;
  }

  #project-detail .lifestyle__item--image {
    height: 340px;
  }

  #project-detail .lifestyle__item--title {
    min-height: 50px;
  }

  #project-detail .lifestyle__item--detail {
    min-height: 40px;
  }

  #project-detail .lifestyle .owl-stage-outer {
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  #project-detail .gallery__header--album {
    width: unset;
  }
}

#project_thankyou {
  --main-color: #f15e28;
  --main-font-color: #fff;
}

#project_thankyou .lang_en-li {
  font-family: "AvenirNextRegular" !important;
}

#project_thankyou .lang_en-med {
  font-family: "AvenirNextMedium" !important;
}

#project_thankyou .lang_th {
  font-family: "db_heavent";
}

#project_thankyou .lang_th-li {
  font-family: "db_heavent_li" !important;
}

#project_thankyou .lang_th-med {
  font-family: "db_heavent_med" !important;
}

#project_thankyou .banner {
  height: 85vh;
  max-height: 650px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "db_heavent_li";
  font-size: 26px;
}

#project_thankyou .banner__title,
#project_thankyou .banner__thank,
#project_thankyou .banner__contact,
#project_thankyou .banner__backtoproject {
  z-index: 3;
}

#project_thankyou .banner__title {
  display: flex;
  align-items: center;
}

#project_thankyou .banner__title svg {
  width: 20px;
  height: 20px;
  background-color: #fff;
  fill: #0006;
  margin-right: 10px;
  border-radius: 50%;
}

#project_thankyou .banner__thank {
  font-family: "AvenirNextMedium";
  font-size: 50px;
  text-align: center;
}

#project_thankyou .banner__backtoproject {
  cursor: pointer;
  margin-top: 30px;
  padding: 5px 20px;
  background-color: var(--main-color);
  color: var(--main-font-color);
}

#project_thankyou .banner__dropbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
}

