.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #6a6a6a;
  
  letter-spacing: 2px;
  font-family: Noto Sans HK, sans-serif;
  font-size: 16px;
  line-height: 200%;
}

h2 {
  color: #7a9d8a;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  color: #7a9d8a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 0;
}

.section-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-content.bg {
  background-color: #efeeeb;
}

.section-content.bg-custom {
  background-image: linear-gradient(rgba(122, 157, 138, .7), rgba(122, 157, 138, .7)), url('../images/step-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-content.bg-contact {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/contact-bg03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

.section-content.footer {
  background-color: #627e6e;
}

.section-content.about {
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.about-row {
  flex-flow: row-reverse wrap;
  display: flex;
}

.about-col {
  width: 50%;
}

.img {
  width: 100%;
  display: block;
}

.about-txt-b {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10%;
}

.section-title {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  margin-left: -80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-title-number {
  width: 50px;
  color: #7a9d8a;
  white-space: nowrap;
  font-family: DM Serif Display, sans-serif;
  font-size: 45px;
  line-height: 130%;
  transform: rotate(90deg);
}

.about-img-b {
  height: 100%;
  position: relative;
}

.about-img {
  z-index: 1;
  background-image: url('../images/about-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-point-list {
  min-height: 90px;
  margin-top: 25px;
  padding-left: 110px;
  position: relative;
}

.subtitle {
  color: #7a9d8a;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}

.about-icon {
  width: 90px;
  height: 90px;
  border: 1px solid #7a9d8a;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-estate-b {
  margin-top: 100px;
}

.about-estate-title {
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
}

.about-estate-title-b {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.line-b {
  height: 1px;
  flex: 1;
  position: relative;
}

.line-l {
  width: 100%;
  background-color: #7a9d8a;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.line-l.bg-color-white {
  background-color: #fff;
}

.line-r {
  width: 100%;
  background-color: #7a9d8a;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hidden {
  display: none;
}

.about-estate-logo-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.about-estate-logo-slide {
  width: 16.66%;
  padding-left: 1%;
  padding-right: 1%;
}

.projects-row {
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.projects-col {
  width: 33.33%;
  margin-top: 50px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.projects-list {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
}

.about-bg-graphic {
  margin-bottom: -50px;
  margin-left: -93px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.title-b {
  align-items: center;
  display: flex;
  position: relative;
}

.title {
  padding-right: 25px;
  display: inline-block;
}

.projects-list-txt {
  text-align: left;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 150%;
}

.projects-list-title {
  color: #7a9d8a;
  text-align: left;
  font-weight: 700;
}

.img-b {
  position: relative;
  overflow: hidden;
}

.project-img-mask01 {
  z-index: 1;
  background-color: rgba(122, 157, 138, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.project-img-mask02 {
  z-index: 2;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.project-img-mask03 {
  z-index: 3;
  background-color: #efeeeb;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.projects-list-txt-b {
  margin-top: 5px;
}

.img-mask01 {
  z-index: 1;
  background-color: rgba(122, 157, 138, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.img-mask02 {
  z-index: 2;
  background-color: #efeeeb;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.img-mask03 {
  z-index: 3;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-title-txt-b {
  margin-left: -2px;
  position: relative;
}

.section-title-txt-en {
  transform-origin: 0 0;
  color: #b7b7b7;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 10px;
  margin-left: 25px;
  font-family: Kumbh Sans, sans-serif;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(90deg);
}

.content {
  position: relative;
}

.content.contact {
  padding-top: 300px;
}

.btn-b {
  margin-top: 50px;
}

.btn {
  color: #fff;
  text-align: center;
  background-color: #7a9d8a;
  padding: 7px 25px;
  text-decoration: none;
  transition: all .6s;
  display: block;
}

.btn:hover {
  letter-spacing: 5px;
  background-color: #627e6e;
}

.projects-list-b {
  margin-bottom: 50px;
}

.projects-list-all {
  margin-bottom: -50px;
}

.projects-real-col {
  width: 50%;
  margin-top: 50px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.custom-row {
  flex-wrap: wrap;
  display: flex;
}

.custom-col-category {
  width: 50%;
  position: relative;
}

.container-custom {
  max-width: 100%;
  padding-left: 20%;
  padding-right: 20%;
}

.custom-list-row {
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.custom-list-col {
  width: 33.33%;
  margin-top: 4%;
  padding-left: 2%;
  padding-right: 2%;
}

.custom-list-link {
  height: 100%;
  color: #6a6a6a;
  text-align: center;
  border: 4px solid rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 140%;
  text-decoration: none;
  transition: all .6s;
  display: block;
}

.custom-list-link:hover {
  color: #fff;
  background-color: #7a9d8a;
  border-color: rgba(255, 255, 255, .5);
}

.custom-slider {
  z-index: 2;
  height: auto;
  margin-bottom: 25px;
}

.custom-txt-b {
  z-index: 1;
  padding-bottom: 100px;
  padding-right: 20%;
  position: relative;
}

.custom-slider-bg {
  background-color: rgba(122, 157, 138, .2);
  margin-top: 100px;
  margin-left: -10%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.txt-color-white {
  color: #fff;
}

.custom-step-row {
  flex-wrap: wrap;
  margin-top: 25px;
  display: flex;
}

.custom-step-col {
  width: 20%;
  text-align: center;
}

.custom-step-icon {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 100%;
  position: relative;
}

.custom-step-icon-border {
  border: 5px solid rgba(255, 255, 255, .5);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-step-icon-img {
  max-width: 60%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.custom-step-txt {
  color: #fff;
  line-height: 150%;
}

.custom-step-col-dot {
  width: 6.66%;
  position: relative;
}

.promotions-b {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.promotions-slider {
  z-index: 1;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.promotions-row {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.promotions-col-txt {
  width: 40%;
  background-color: #fff;
  padding: 75px 4% 50px;
}

.promotions-col-img {
  width: 60%;
  float: right;
}

.faqs-row {
  flex-wrap: wrap;
  display: flex;
}

.faqs-col {
  width: 50%;
  position: relative;
}

.container-faqs {
  max-width: 100%;
  padding-left: 20%;
  padding-right: 10%;
}

.faqs-list {
  margin-bottom: 25px;
  position: relative;
}

.faqs-link {
  min-height: 40px;
  color: #6a6a6a;
  align-items: center;
  padding-left: 60px;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s;
  display: flex;
  position: relative;
}

.faqs-link:hover {
  color: #7a9d8a;
}

.faqs-expand {
  padding-left: 60px;
  position: relative;
  overflow: hidden;
}

.faqs-expand-txt {
  padding-bottom: 25px;
  position: relative;
}

.faqs-number {
  width: 40px;
  height: 40px;
  color: #7a9d8a;
  border: 2px solid #c4c4c4;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.faqs-link-txt {
  width: 100%;
}

.faqs-link-on {
  min-height: 40px;
  color: #7a9d8a;
  align-items: center;
  padding-left: 60px;
  font-weight: 700;
  text-decoration: none;
  display: none;
  position: relative;
}

.faqs-number-on {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #7a9d8a;
  border: 3px solid #7a9d8a;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.faqs-list-all {
  margin-bottom: -25px;
}

.faqs-expand-line {
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.custom-list-img-b {
  width: 75%;
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.custom-list-img-hover {
  z-index: 1;
  width: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-col-details {
  width: 50%;
  position: relative;
}

.custom-slider-arrow-l {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-image: url('../images/arrow-r-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: -60px;
  margin-right: 10%;
  transition: all .6s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.custom-slider-arrow-l:hover {
  opacity: .5;
}

.custom-slider-arrow-r {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-image: url('../images/arrow-l-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: -60px;
  margin-right: 18%;
  transition: all .6s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.custom-slider-arrow-r:hover {
  opacity: .5;
}

.promotion-slider-arrow-l {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-image: url('../images/arrow-r-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: -40px;
  transition: all .6s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.promotion-slider-arrow-l:hover {
  opacity: .5;
}

.promotion-slider-arrow-r {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-image: url('../images/arrow-l-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: -40px;
  margin-right: 40px;
  transition: all .6s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.promotion-slider-arrow-r:hover {
  opacity: .5;
}

.promotions-btn {
  z-index: 2;
  color: #6a6a6a;
  margin-bottom: -40px;
  text-decoration: none;
  transition: all .6s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.promotions-btn:hover {
  color: #7a9d8a;
  letter-spacing: 8px;
}

.promotions-bg-graphic {
  margin-bottom: -50px;
  margin-left: -93px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.promotions-btn-line {
  width: 1px;
  height: 50px;
  background-color: #fff;
  margin-bottom: 35px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.promotions-title {
  color: #7a9d8a;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.custom-step-dot {
  width: 90%;
  max-width: 45px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.section-title-graphic {
  margin-left: -2px;
}

.promotion-graphic01 {
  z-index: 1;
  width: 45%;
  height: 50px;
  background-color: rgba(122, 157, 138, .5);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.promotion-graphic02 {
  z-index: 1;
  width: 45%;
  height: 50px;
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.contact-content-b {
  width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  position: relative;
}

.contact-content-border {
  width: 100%;
  background-color: rgba(255, 255, 255, .5);
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.contact-row {
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.contact-col {
  width: 40%;
  margin-bottom: -5px;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}

.contact-info {
  color: #6a6a6a;
  margin-bottom: 5px;
  padding-left: 40px;
  text-decoration: none;
  transition: all .6s;
  display: block;
  position: relative;
}

.contact-info:hover {
  color: #7a9d8a;
}

.contact-info-icon {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.contact-btn {
  width: 220px;
  margin-bottom: 25px;
  margin-right: 25px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.contact-col-border {
  width: 1px;
  background-color: #c4c4c4;
  margin-bottom: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.txt-small {
  font-size: 14px;
  line-height: 150%;
}

.footer-dot {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  transition: all .6s;
}

.footer-link:hover {
  opacity: .6;
}

.footer-sitemap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-line {
  width: 1px;
  height: 50px;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.promotion-txt {
  border-left: 1px solid #c4c4c4;
  padding-left: 15px;
}

.section-banner {
  height: 100vh;
  min-height: 810px;
  position: relative;
}

.home-banner-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.side-bar {
  z-index: 1000;
  width: 50px;
  float: right;
  background-color: #fff;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.side-bar-line {
  width: 1px;
  height: 80px;
  background-color: #c4c4c4;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-col, .footer-col-dot {
  display: inline-block;
}

.header {
  z-index: 2000;
  width: 100%;
  height: 180px;
  max-width: 100%;
  background-color: #fff;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.social-icon {
  width: 32px;
  margin-bottom: 5px;
  position: relative;
}

.side-bar-icon-img-hover {
  width: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.side-bar-social {
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.side-bar-social-title {
  transform-origin: 50%;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: -35px;
  margin-bottom: 30px;
  font-size: 14px;
  transform: rotate(90deg);
}

.side-bar-btn-whatsapp {
  width: 100%;
  color: #fff;
  background-color: #7a9d8a;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  transition: all .6s;
}

.side-bar-btn-whatsapp:hover {
  background-color: #627e6e;
}

.home-banner-slide-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-banner-slide-img._01 {
  background-image: url('../images/home-banner01.jpg');
}

.home-banner-slide-img._02 {
  background-image: url('../images/home-banner02.jpg');
}

.side-bar-btn-whatsapp-align {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.side-bar-btn-whatsapp-icon {
  width: 32px;
  margin-bottom: 15px;
}

.header-logo {
  margin-left: 5%;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.container-menu {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 5%;
  display: flex;
  position: relative;
}

.home-banner-slide-txt-align {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-banner-slide-txt-b {
  width: 45%;
  padding: 20px 50px 30px;
  position: relative;
}

.home-banner-slide-title {
  z-index: 1;
  margin-left: -10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.home-banner-slide-txt-bg {
  width: 100%;
  background-color: rgba(255, 255, 255, .85);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-banner-slide-txt {
  z-index: 1;
  position: relative;
}

.home-banner-slide-line {
  width: 100%;
  height: 1px;
  background-color: #7a9d8a;
  margin-bottom: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-banner-btn-b {
  z-index: 1;
  width: 54%;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 45px;
  padding-right: 20%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-banner-arrow-r {
  width: 50px;
  height: 50px;
  background-image: url('../images/arrow-r-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 35px;
  margin-right: 10%;
  transition: all .6s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-banner-arrow-r:hover {
  opacity: .6;
}

.home-banner-arrow-l {
  width: 50px;
  height: 50px;
  background-image: url('../images/arrow-l-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 35px;
  margin-right: 15%;
  transition: all .6s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-banner-arrow-l:hover {
  opacity: .6;
}

.home-banner-btn {
  color: #fff;
  margin-left: 25px;
  text-decoration: none;
  transition: all .6s;
}

.home-banner-btn:hover {
  opacity: .6;
}

.home-banner-btn-line {
  height: 1px;
  background-color: #fff;
  flex: 1;
}

.all-content {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.all-content.inner {
  padding-top: 80px;
}

.home-banner-slider-b {
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-menu {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.menu-txt {
  color: #6a6a6a;
  margin-left: 15px;
  padding: 5px 10px;
  line-height: 150%;
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.menu-txt:hover, .menu-txt.w--current {
  color: #7a9d8a;
}

.header-menu-btn {
  width: 40px;
  height: 40px;
  background-image: url('../images/btn-menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 5%;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.header-menu-btn.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.header-menu-btn-line01 {
  width: 34px;
  height: 34px;
  background-color: #7a9d8a;
  margin-top: 5px;
  margin-bottom: 5px;
}

.header-logo-img {
  width: 110px;
  height: 78px;
  display: block;
}

.header-menu-open {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.header-menu-open.popup-scroll {
  display: none;
}

.header-menu-open-content {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.menu-open-txt {
  color: #6a6a6a;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  line-height: 150%;
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.menu-open-txt:hover {
  color: #7a9d8a;
}

.header-menu-btn-line02, .header-menu-btn-line03 {
  width: 34px;
  height: 2px;
  background-color: #7a9d8a;
  margin-top: 5px;
  margin-bottom: 5px;
}

.review-col {
  width: 50%;
  background-image: url('../images/review-bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 100px 10% 100px 5%;
  position: relative;
}

.review-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.review-slider-b {
  width: 67%;
  margin-top: -4.5%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.review-slider-mask {
  position: relative;
}

.review-col-slider {
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.review-slide-img {
  width: 100%;
  display: block;
}

.review-slider-arrow-l {
  z-index: 10;
  width: 50px;
  height: 50px;
  background-image: url('../images/arrow-l-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: -35%;
  margin-left: -25px;
  transition: all .6s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.review-slider-arrow-l:hover {
  opacity: .6;
}

.review-slider-arrow-r {
  z-index: 10;
  width: 50px;
  height: 50px;
  background-image: url('../images/arrow-r-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: -35%;
  margin-left: 25px;
  transition: all .6s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.review-slider-arrow-r:hover {
  opacity: .6;
}

.review-slide-mask {
  border-radius: 35px;
}

.review-col-title {
  width: 100%;
}

.review-title01 {
  color: #7a9d8a;
  font-family: DM Serif Display, sans-serif;
  font-size: 45px;
  line-height: 130%;
}

.review-title02 {
  color: #7a9d8a;
  margin-top: -5px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
}

.menu-social-icon-b.menu-open-txt08, .menu-social-icon-b.menu-open-txt10 {
  display: none;
}

.header-menu-bg {
  background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/menu-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-video-b {
  margin-top: 50px;
  position: relative;
}

.about-video-mask {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-inner {
  z-index: 2000;
  height: 80px;
  background-color: #fff;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-banner-slide-line-mobile {
  width: 100%;
  height: 1px;
  background-color: #7a9d8a;
  margin-bottom: 10px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.promotion-img {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.promotion-img._01 {
  background-image: url('../images/promotions-img01.jpg');
}

.promotion-img._02 {
  background-image: url('../images/promotions-img02.jpg');
}

.custom-details-mobile, .custom-details-mobile.popup-scroll {
  display: none;
}

.pop-btn-close {
  z-index: 3000;
  width: 26px;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.custom-txt {
  margin-bottom: 10px;
}

.inner-projects-col {
  width: 33.33%;
  margin-bottom: 50px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.project-details-col-img {
  width: 55%;
  margin-bottom: -10px;
}

.project-details-img-b {
  margin-bottom: 10px;
  overflow: hidden;
}

.project-details-col-txt {
  width: 45%;
}

.project-details-row {
  flex-flow: row-reverse wrap;
  display: flex;
}

.project-details-container {
  padding-left: 10%;
  padding-right: 20%;
}

.project-details-content-b {
  padding-top: 100px;
  padding-bottom: 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.project-details-title {
  color: #7a9d8a;
  border-bottom: 1px solid #7a9d8a;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 130%;
}

.project-details-btn-b {
  margin-top: 100px;
}

.project-details-btn-back {
  color: #7a9d8a;
  background-image: url('../images/arrow-l-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 30px;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

.project-details-btn-back:hover {
  opacity: .6;
}

.project-details-btn-back-txt {
  margin-right: 10px;
}

.project-details-btn-line {
  height: 1px;
  background-color: #c4c4c4;
  flex: 1;
}

.project-details-btn-b-mobile {
  display: none;
}

.header-inner-logo {
  width: 80px;
  margin-left: 5%;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.header-menu-btn-close {
  width: 40px;
  height: 40px;
  background-image: url('../images/btn-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 5%;
  padding: 10px 0;
  display: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.header-menu-btn-close.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.menu-open-txt-2 {
  color: #6a6a6a;
  margin-left: 15px;
  padding: 5px 10px;
  line-height: 150%;
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.menu-open-txt-2:hover {
  color: #7a9d8a;
}

.header-inner-2 {
  z-index: 2000;
  height: 80px;
  background-color: #fff;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-menu-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 5%;
  display: flex;
  position: relative;
}

.project-details-pop-link {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  display: block;
  position: relative;
}

.btn-video {
  width: 60px;
  height: 60px;
  background-color: #7a9d8a;
  background-image: url('../images/icon-video.svg');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: all .8s;
  position: relative;
  overflow: hidden;
}

.btn-video-hover {
  opacity: 0;
  background-color: #627e6e;
  background-image: url('../images/icon-video.svg');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-title-b {
  text-align: center;
  margin-bottom: 15px;
}

.pop-btn-close-2 {
  z-index: 100;
  margin-top: 15px;
  margin-right: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(45deg);
}

.btn-more-line-l {
  width: 100%;
  height: 1px;
  background-color: rgba(133, 133, 133, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.pop-bg {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.txt-small-2 {
  font-size: 14px;
}

.btn-more-line-l-hover {
  width: 0%;
  height: 1px;
  background-color: #878c7b;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.pop-content {
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-more-line-r-hover {
  width: 0%;
  height: 1px;
  background-color: #878c7b;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-more {
  color: #858585;
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all .8s;
  display: flex;
}

.btn-more:hover {
  color: #878c7b;
  letter-spacing: 2px;
}

.pop-bottom-b {
  padding-bottom: 30px;
  position: relative;
}

.btn-more-txt {
  padding-left: 30px;
  padding-right: 30px;
}

.btn-more-line-b {
  height: 1px;
  flex: 1;
  display: block;
  position: relative;
}

.listing-title {
  font-size: 18px;
  font-weight: 600;
}

.pop-content-b {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: auto;
}

.pop-video {
  z-index: 2000;
  background-color: #efeeeb;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-pop {
  width: 100%;
  max-width: 1100px;
  padding-left: 5%;
  padding-right: 5%;
}

.btn-more-line-r {
  width: 100%;
  height: 1px;
  background-color: rgba(133, 133, 133, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.project-pop-title {
  color: #7a9d8a;
  text-align: center;
  border-bottom: 1px solid #7a9d8a;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.project-details-link-content-b {
  z-index: 1;
  background-color: rgba(0, 0, 0, .2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-details-link-content-txt {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.pop-vr {
  z-index: 2000;
  background-color: #efeeeb;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-details-vr-b {
  height: 70vh;
}

.contact-bg-video {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.login {
  z-index: 5000;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.login-img {
  width: 50%;
  height: 100%;
  background-image: url('../images/login-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-pop-btn-close {
  z-index: 3000;
  width: 26px;
  height: 26px;
  background-image: url('../images/btn-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.login-content-b {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 60px 5%;
  display: flex;
}

.contact-form-col02 {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.login-form-col {
  width: 100%;
  margin-bottom: 25px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.input-wrap {
  flex-direction: row;
  display: flex;
  position: relative;
}

.btn-hover {
  height: 0;
  background-color: #ac9d90;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-txt {
  z-index: 1;
  position: relative;
}

.login-form {
  width: 100%;
  margin-bottom: 0;
}

.input {
  color: #464443;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #6a6a6a;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.input:focus {
  border-bottom-color: #ac9d90;
}

.input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.input.long {
  height: 120px;
}

.btn-2 {
  color: #464443;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(172, 157, 144, .5);
  border: 1px solid #ac9d90;
  padding: 15px 60px;
  font-weight: 500;
  text-decoration: none;
  transition: all .6s;
  display: block;
  position: relative;
}

.btn-2:hover {
  color: #f3f4f2;
}

.login-form-row {
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.filtering-b {
  z-index: 10;
  background-color: #efeeeb;
  flex-wrap: wrap;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.filter-search {
  height: 50px;
  color: #6a6a6a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 45px;
  padding-right: 15px;
  font-size: 16px;
}

.filter-search::-ms-input-placeholder {
  color: #6a6a6a;
}

.filter-search::placeholder {
  color: #6a6a6a;
}

.filter-search-b {
  width: 50%;
  border: 1px solid #7a9d8a;
  flex: 1;
  margin-bottom: 0;
  position: relative;
}

.filter-search-btn {
  z-index: 1;
  width: 50px;
  height: 50px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.filter-dropdown-b {
  width: 25%;
  border-left: 1px solid #7a9d8a;
}

.filter-dropdown {
  width: 250px;
  margin-left: 0;
  margin-right: 0;
}

.filter-dropdown-toggle {
  height: 100%;
  color: #6a6a6a;
  border: 1px solid #7a9d8a;
  border-left-style: none;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  display: flex;
}

.filter-dropdown-arrow {
  margin-right: 15px;
}

.filter-dropdown-list {
  z-index: 10;
  width: 251px;
  max-height: 400px;
  background-color: #efeeeb;
  border: 1px solid #7a9d8a;
  margin-top: -1px;
  overflow: auto;
}

.filter-dropdown-list.w--open {
  bottom: auto;
  right: 0%;
}

.filter-dropdown-list.district {
  max-height: none;
  overflow: hidden;
}

.filter-dropdown-link {
  color: #6a6a6a;
  padding: 5px 15px;
}

.form-error-message {
  color: #a33d3d;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.project-details-img-vertical-row {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.project-details-img-vertical-col {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.project-details-img-vertical {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140%;
}

.project-details-img-vertical._01 {
  background-image: url('../images/home-banner02-mobile.jpg');
}

.project-details-img-vertical._02 {
  background-image: url('../images/contact-bg02.jpg');
}

html.w-mod-js [data-ix="scroll-fade-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="line-initial"] {
  width: 0;
}

html.w-mod-js [data-ix="img-mask"] {
  width: 100%;
}

html.w-mod-js [data-ix="projects-list-txt-b"] {
  opacity: 0;
}

html.w-mod-js [data-ix="faqs-expand"] {
  height: 0;
}

html.w-mod-js [data-ix="faqs-expand-line"] {
  display: none;
}

html.w-mod-js [data-ix="menu-open-txt"] {
  opacity: 0;
  transform: translate(15px);
}

html.w-mod-js [data-ix="home-banner-slide-content"] {
  opacity: 0;
}

html.w-mod-js [data-ix="width-initial-0"] {
  width: 0;
}

html.w-mod-js [data-ix="home-banner-slide-img"] {
  transform: scale(1.05);
}

html.w-mod-js [data-ix="header-menu-open"], html.w-mod-js [data-ix="pop-initial"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="filter-dropdown-list"] {
  height: 0;
}

@media screen and (min-width: 1280px) {
  .container {
    padding-left: 15%;
    padding-right: 15%;
  }

  .container-custom {
    padding-left: 30%;
  }

  .custom-list-link {
    text-decoration: none;
  }

  .custom-slider {
    background-color: rgba(0, 0, 0, 0);
  }

  .promotions-b {
    width: 80%;
    max-width: 900px;
  }

  .container-faqs {
    padding-left: 30%;
  }

  .faqs-expand {
    height: auto;
  }

  .promotions-btn {
    margin-bottom: 50px;
    margin-right: -140px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: none;
  }

  .promotions-btn-line {
    width: 100px;
    height: 1px;
    margin-left: -120px;
    display: block;
    top: 50%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: translate(0%, -50%);
  }

  .home-banner-slide-txt-b {
    width: 40%;
  }

  .home-banner-btn-b {
    width: 58%;
  }

  .header-menu {
    margin-top: 5px;
  }

  .review-col {
    flex-direction: row-reverse;
  }

  .review-col-slider {
    width: 60%;
  }

  .review-col-title {
    width: 40%;
    margin-top: -10%;
    position: -webkit-sticky;
    position: sticky;
  }

  .review-row {
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }

  .project-details-col-img {
    width: 60%;
  }

  .project-details-col-txt {
    width: 40%;
  }

  .pop-video {
    display: none;
  }

  .container-pop {
    width: 65%;
    max-width: none;
    min-width: 1300px;
  }

  .pop-vr {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section-content.footer {
    padding-bottom: 150px;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-col {
    width: 100%;
  }

  .about-txt-b {
    padding-top: 0;
    padding-left: 0%;
  }

  .section-title {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 25px;
    margin-left: 0;
    position: relative;
  }

  .section-title-number {
    transform: none;
  }

  .about-img-b {
    padding-top: 80%;
  }

  .about-estate-logo-slide {
    width: 20%;
  }

  .projects-col {
    width: 50%;
  }

  .projects-col.hidden-mobile {
    display: none;
  }

  .section-title-txt-b {
    margin-left: 0;
  }

  .section-title-txt-en {
    margin-top: 0;
    margin-left: 0;
    position: relative;
    transform: none;
  }

  .content.contact {
    padding-top: 0;
  }

  .custom-col-category {
    width: 100%;
  }

  .container-custom {
    padding-left: 5%;
    padding-right: 5%;
  }

  .custom-list-row {
    margin-left: -1%;
    margin-right: -1%;
  }

  .custom-list-col {
    width: 16.66%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .custom-txt-b {
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .promotions-b {
    width: 100%;
  }

  .promotions-col-txt {
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 25px;
    display: flex;
    position: relative;
  }

  .promotions-col-img {
    width: 100%;
    float: none;
  }

  .faqs-col {
    width: 100%;
  }

  .container-faqs {
    padding-left: 5%;
    padding-right: 5%;
  }

  .custom-col-details {
    display: none;
  }

  .custom-slider-arrow-l {
    margin-right: 20px;
  }

  .custom-slider-arrow-r {
    margin-right: 60px;
  }

  .promotions-title {
    width: 50%;
    padding-right: 5%;
  }

  .vertical {
    margin-top: 8px;
    position: relative;
  }

  .section-title-graphic {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 10px;
  }

  .contact-col {
    width: 50%;
  }

  .contact-btn {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
    position: relative;
  }

  .promotion-txt {
    width: 50%;
  }

  .section-banner {
    height: 90vh;
  }

  .side-bar {
    width: 100%;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .side-bar-line {
    width: auto;
    height: 1px;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
  }

  .header {
    height: 90px;
  }

  .social-icon {
    margin-bottom: 0;
    margin-left: 5px;
  }

  .side-bar-social {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    padding: 0 5%;
    display: flex;
  }

  .side-bar-social-title {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
    transform: none;
  }

  .side-bar-btn-whatsapp {
    width: auto;
    padding: 10px 5%;
  }

  .side-bar-btn-whatsapp-align {
    flex-direction: row;
  }

  .side-bar-btn-whatsapp-icon {
    margin-bottom: 0;
    margin-right: 5px;
  }

  .container-menu, .home-banner-slide-txt-align {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-banner-slide-txt-b {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-banner-btn-b {
    width: 50%;
  }

  .home-banner-arrow-r {
    margin-right: 5%;
  }

  .home-banner-arrow-l {
    margin-right: 12%;
  }

  .home-banner-slider-b {
    height: 85vh;
  }

  .header-menu {
    display: none;
  }

  .header-logo-img {
    width: 90px;
  }

  .review-col {
    width: 100%;
    padding-right: 5%;
  }

  .review-col-slider {
    width: 60%;
  }

  .review-col-title {
    width: 40%;
    margin-top: -10%;
  }

  .review-row {
    flex-flow: row-reverse wrap;
    align-items: center;
    display: flex;
  }

  .header-inner {
    height: 70px;
  }

  .promotion-img {
    padding-top: 60%;
  }

  .custom-details-mobile {
    z-index: 3000;
    background-color: #fff;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .pop-btn-close {
    z-index: 3000;
    height: 26px;
    background-image: url('../images/pop-btn-close.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .inner-projects-col {
    width: 50%;
  }

  .inner-projects-col.hidden-mobile {
    display: none;
  }

  .project-details-col-img, .project-details-col-txt {
    width: 100%;
  }

  .project-details-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .project-details-content-b {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .project-details-btn-b {
    display: none;
  }

  .project-details-btn-b-mobile {
    padding: 25px 5%;
    display: block;
  }

  .header-inner-2 {
    height: auto;
  }

  .container-menu-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .pop-btn-close-2 {
    display: block;
  }

  .pop-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .login-pop-btn-close {
    z-index: 3000;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .input {
    font-size: 1rem;
  }

  .filter-search-b, .filter-dropdown, .filter-dropdown-list {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-content.footer {
    padding-bottom: 110px;
  }

  .about-txt-b {
    padding-bottom: 30px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .section-title-number {
    font-size: 40px;
    line-height: 120%;
  }

  .about-point-list {
    margin-top: 20px;
    padding-left: 85px;
  }

  .about-icon {
    width: 70px;
    height: 70px;
  }

  .about-estate-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-estate-logo-slide {
    width: 25%;
  }

  .projects-col {
    margin-top: 40px;
  }

  .section-title-txt-en {
    font-size: 14px;
    line-height: 150%;
  }

  .btn-b {
    margin-top: 40px;
  }

  .projects-list-all {
    margin-bottom: -40px;
  }

  .projects-real-col {
    margin-top: 40px;
  }

  .custom-list-col {
    width: 25%;
  }

  .custom-step-row {
    margin-top: 0;
  }

  .custom-step-col {
    width: 45%;
    margin-top: 25px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .custom-step-icon-border {
    border-width: 3px;
  }

  .custom-step-txt {
    margin-top: -5px;
  }

  .custom-step-col-dot {
    width: 10%;
  }

  .custom-step-col-dot.hidden-mobile {
    display: none;
  }

  .promotions-b {
    margin-bottom: 60px;
  }

  .promotions-col-txt {
    width: 50%;
    padding-top: 55px;
    padding-bottom: 20px;
  }

  .promotions-col-img {
    width: 50%;
  }

  .faqs-list {
    margin-bottom: 15px;
  }

  .faqs-link, .faqs-expand {
    padding-left: 45px;
  }

  .faqs-expand-txt {
    padding-bottom: 15px;
  }

  .faqs-number {
    width: 34px;
    height: 34px;
    border-radius: 13px;
    margin-top: 3px;
  }

  .faqs-number-txt {
    margin-top: -.5px;
    font-size: 14px;
  }

  .faqs-link-on {
    padding-left: 45px;
    display: none;
  }

  .faqs-number-on {
    width: 34px;
    height: 34px;
    border-radius: 13px;
    margin-top: 3px;
  }

  .promotions-bg-graphic {
    margin-left: -220px;
  }

  .promotions-btn-line {
    height: 40px;
    margin-bottom: 30px;
  }

  .promotions-title {
    width: 100%;
    font-size: 24px;
  }

  .vertical {
    margin-top: 5px;
  }

  .section-title-graphic {
    margin-top: 15px;
  }

  .promotion-graphic01, .promotion-graphic02 {
    height: 30px;
  }

  .contact-content-b {
    padding: 20px;
  }

  .contact-row {
    margin-bottom: -50px;
  }

  .contact-col {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .contact-info {
    letter-spacing: .5px;
  }

  .contact-col-border {
    width: 96%;
    height: 1px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer-dot {
    margin-left: 0;
    margin-right: 0;
  }

  .promotion-txt {
    width: 100%;
    padding-left: 10px;
  }

  .footer-col {
    width: 45%;
  }

  .footer-col-dot {
    width: 5%;
    position: relative;
  }

  .footer-col-dot.hidden-mobile {
    display: none;
  }

  .header {
    height: 65px;
  }

  .container-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-banner-slide-txt-align {
    margin-bottom: 72px;
  }

  .home-banner-slide-txt-b {
    width: 60%;
    max-width: 300px;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .home-banner-slide-title {
    font-size: 30px;
  }

  .home-banner-slide-line {
    width: 1px;
    height: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .home-banner-btn-b {
    width: 95%;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 30%;
  }

  .home-banner-arrow-r {
    margin-bottom: 21px;
  }

  .home-banner-arrow-l {
    margin-bottom: 21px;
    margin-right: 15%;
  }

  .home-banner-btn {
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .home-banner-btn-line {
    width: 1px;
    height: 100%;
    flex: none;
    margin-left: 10px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .all-content.inner {
    padding-top: 65px;
  }

  .header-logo-img {
    width: 70px;
  }

  .header-menu-open.popup-scroll {
    display: none;
  }

  .menu-open-txt {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .review-title01 {
    font-size: 40px;
    line-height: 120%;
  }

  .review-title02 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .about-video-b {
    margin-top: 30px;
  }

  .header-inner {
    height: 65px;
  }

  .home-banner-slide-line-mobile {
    width: 1px;
    height: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .pop-btn-close {
    margin-top: 15px;
    margin-right: 15px;
  }

  .inner-projects-col {
    margin-bottom: 40px;
  }

  .project-details-content-b {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-details-btn-b-mobile, .container-menu-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-more {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .btn-more:hover {
    letter-spacing: 1px;
  }

  .btn-more-txt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .listing-title {
    font-size: 17px;
  }

  .login {
    overflow: auto;
  }

  .login-img {
    width: 100%;
    height: 180px;
    background-image: url('../images/login-img-mobile.jpg');
  }

  .login-pop-btn-close {
    background-image: url('../images/pop-btn-close.svg');
    margin-top: 15px;
    margin-right: 15px;
  }

  .login-content-b {
    width: 100%;
    height: auto;
    display: block;
  }

  .contact-form-col02, .login-form-col {
    width: 100%;
  }

  .btn-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .filtering-b {
    margin-bottom: 40px;
  }

  .filter-search-b {
    width: 100%;
    flex: none;
  }

  .filter-dropdown {
    width: 50%;
    height: 50px;
  }

  .filter-dropdown-toggle {
    border-style: none solid solid;
  }

  .filter-dropdown-toggle.district {
    border-right-style: none;
  }

  .filter-dropdown-list {
    max-height: 240px;
  }

  .filter-dropdown-list.district {
    margin-left: -1px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .about-estate-logo-slide {
    width: 50%;
  }

  .projects-col {
    width: 100%;
  }

  .projects-list-b {
    margin-bottom: 30px;
  }

  .projects-real-col {
    width: 100%;
  }

  .custom-list-col {
    width: 33.33%;
  }

  .custom-step-col {
    padding-left: 5%;
    padding-right: 5%;
  }

  .promotions-col-txt {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .promotions-col-img {
    width: 100%;
  }

  .promotions-btn {
    margin-bottom: -36px;
  }

  .promotions-title {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0%;
  }

  .promotion-txt {
    width: 100%;
  }

  .side-bar {
    flex-wrap: wrap;
  }

  .social-icon {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .side-bar-social {
    display: none;
  }

  .side-bar-btn-whatsapp {
    width: 100%;
  }

  .home-banner-slide-img._01 {
    background-image: url('../images/home-banner01-mobile.jpg');
  }

  .home-banner-slide-img._02 {
    background-image: url('../images/home-banner02-mobile.jpg');
  }

  .side-bar-btn-whatsapp-align {
    justify-content: center;
    position: relative;
  }

  .side-bar-btn-whatsapp-icon {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: translate(0, -50%);
  }

  .home-banner-slide-txt-b {
    width: 100%;
  }

  .menu-txt {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .header-menu-open-content {
    width: 280px;
    justify-content: center;
    padding-left: 0%;
    padding-right: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .menu-open-txt {
    margin-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-col {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .review-slider-b {
    width: 60.5%;
    margin-top: -4%;
  }

  .review-col-slider {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .review-slider-arrow-l, .review-slider-arrow-r {
    margin-bottom: -25%;
  }

  .review-slide-mask {
    border-radius: 30px;
  }

  .review-col-title {
    width: 100%;
    margin-top: 0%;
  }

  .menu-social-icon-b {
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .menu-social-icon-b.menu-open-txt08, .menu-social-icon-b.menu-open-txt10 {
    display: flex;
  }

  .inner-projects-col {
    width: 100%;
  }

  .menu-open-txt-2 {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .btn-more-txt {
    width: 240px;
  }

  .filtering-b {
    border-bottom-style: none;
  }

  .filter-dropdown {
    width: 100%;
    border: 1px #000;
  }

  .filter-dropdown.no-left-border {
    border-left-style: none;
  }

  .filter-dropdown-toggle {
    border-top-style: none;
  }

  .filter-dropdown-toggle.district {
    border-right-style: solid;
  }

  .filter-dropdown-list {
    width: 100%;
    margin-right: 0;
  }

  .filter-dropdown-list.district {
    margin-left: 0;
  }

  .project-details-img-vertical-row {
    margin-bottom: -10px;
  }

  .project-details-img-vertical-col {
    width: 100%;
    margin-bottom: 10px;
  }
}


