:root {
  --animate-delay: 0.5s;
}

html {
  scroll-behavior: smooth;
}

#uni-house-index .fp-tableCell {
  padding-top: 0px;
}

.home-content {
  background-image: none;
  height: 100%;
  background-size: cover;
}

.home-content-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/visionbg.jpg");
  z-index: 1;
}

.home-logo {
  position: absolute;
  top: 25%;
  left: 20%;
  width: 230px;
  height: 230px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/home-text.png");
  z-index: 3;
}

.home-content-bg2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/visiontext.png");
  z-index: 2;
}

.wrapper {
  padding-top: 0px;
}
.wrapper.no-overflow {
  overflow-x: initial;
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  height: 100px;
  border-bottom: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .navbar-brand-white {
  display: none;
}
header.header-white .navbar-brand {
  display: none;
}
header.header-white .navbar-brand.navbar-brand-white {
  display: block;
}
header.header-white .main-nav .nav-toggler {
  color: #fff;
}
header .main-nav {
  height: 100px;
}
header .main-nav .navbar-brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  max-width: 150px;
  padding: 0px;
}
header .main-nav .navbar-brand.logo2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
}
header .main-nav .navbar-brand img {
  max-width: 100%;
}
header .main-nav .nav-toggler {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  color: #473c3a;
  font-size: 14px;
  cursor: pointer;
}
header .main-nav .nav-toggler i {
  margin-right: 5px;
}

.main-open-nav {
  position: fixed;
  width: 260px;
  right: -300px;
  top: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  z-index: 98;
  -webkit-box-shadow: -3px 0px 15px #706462;
          box-shadow: -3px 0px 15px #706462;
}
.main-open-nav.open {
  right: 0px;
}
.main-open-nav ul {
  margin-top: 170px;
}
.main-open-nav ul li {
  list-style: none;
  text-align: right;
  padding-right: 30px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.main-open-nav ul li a {
  color: #473c3a;
}
.main-open-nav ul li a:hover {
  text-decoration: underline;
}

footer {
  background: #473c3a;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.big-vision {
  height: calc(100vh - 60px);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.big-vision.read-vision {
  background-image: url("../img/about_bg.jpg");
}
.big-vision.read-vision:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(59, 45, 40, 0.84);
  display: block;
  z-index: 1;
}
.big-vision.read-vision .read-text-wrapper {
  position: absolute;
  width: 68%;
  top: 0px;
  left: 17%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.big-vision.read-vision .read-text1 {
  max-width: 230px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
}
.big-vision.read-vision .read-text2 {
  max-width: 170px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}

.read-content {
  background-image: url("/img/raed_content_bg.png");
  background-color: rgba(59, 45, 40, 0.84);
  background-size: 100% auto;
  background-position: center;
  padding-top: 120px;
  background-repeat: no-repeat;
}
.read-content .row {
  margin-bottom: 120px;
}
.read-content .last-r-row {
  margin-bottom: -100px;
}

.read-c-img {
  position: relative;
  z-index: 9;
}

.read-c-text {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 5px #333;
          box-shadow: 0px 2px 5px #333;
  padding: 70px 40px 130px 40px;
}
.read-c-text p, .read-c-text h5 {
  color: #fff;
}
.read-c-text p {
  margin-bottom: 40px;
}
.read-c-text h5 {
  letter-spacing: 3px;
}
.read-c-text.lrt {
  margin-right: -80px;
}
.read-c-text.rrt {
  margin-left: -80px;
}
.read-c-text.rc1 {
  background: #fff;
  color: #3b2d28;
}
.read-c-text.rc1 p, .read-c-text.rc1 h5 {
  color: #3b2d28;
}
.read-c-text.rc2 {
  background: #3b2d28;
}
.read-c-text.rc3 {
  background: #c1907b;
}

.read-contentA {
  margin-top: 150px;
}
.read-contentA h3 {
  color: #3b2d28;
  font-size: 24px;
  margin-bottom: 50px;
  letter-spacing: 6px;
}
.read-contentA p {
  font-size: 16px;
  line-height: 37px;
  color: #3b2d28;
}
.read-contentA .rc2-text1 {
  margin-bottom: 150px;
}

.read-content2 {
  background-image: url("/img/raed_content_bg2.png");
  background-color: #fff;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 200px 0 47% 0;
  background-repeat: no-repeat;
}
.read-content2 h3 {
  color: #3b2d28;
  font-size: 24px;
  margin-bottom: 50px;
  letter-spacing: 6px;
}
.read-content2 p {
  font-size: 16px;
  line-height: 37px;
  color: #3b2d28;
}
.read-content2 .rc2-text1 {
  margin-bottom: 150px;
}
.read-content2 .rc2-text2 {
  margin-bottom: 230px;
}
.read-content2 .rc2-q-1 {
  width: 700px;
  position: relative;
  display: inline-block;
}
.read-content2 .rc2-q-1:after {
  content: "";
  width: 34px;
  height: 34px;
  border-top: 1px solid #3b2d28;
  border-left: 1px solid #3b2d28;
  position: absolute;
  top: -20px;
  left: 0px;
  display: block;
}
.read-content2 .rc2-q-1:before {
  content: "";
  width: 34px;
  height: 34px;
  border-top: 1px solid #3b2d28;
  border-right: 1px solid #3b2d28;
  position: absolute;
  top: -20px;
  right: 0px;
  display: block;
}
.read-content2 .rc2-q-2 {
  width: 700px;
  position: relative;
  display: inline-block;
}
.read-content2 .rc2-q-2:after {
  content: "";
  width: 34px;
  height: 34px;
  border-bottom: 1px solid #3b2d28;
  border-left: 1px solid #3b2d28;
  position: absolute;
  bottom: -20px;
  left: 0px;
  display: block;
}
.read-content2 .rc2-q-2:before {
  content: "";
  width: 34px;
  height: 34px;
  border-bottom: 1px solid #3b2d28;
  border-right: 1px solid #3b2d28;
  position: absolute;
  bottom: -20px;
  right: 0px;
  display: block;
}

.traffic .swiper-wrapper {
  height: auto;
  margin-bottom: 30px;
}
.traffic .swiper-pagination {
  position: relative;
  margin-bottom: 60px;
}
.traffic .swiper-pagination-bullet-active {
  background: #babbbc;
}
.traffic .tc-text {
  text-align: center;
  margin-bottom: 60px;
}
.traffic .tc-text h3 {
  font-size: 18px;
  letter-spacing: 4px;
  color: #3e3a39;
}
.traffic .tc-text p {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #3e3a39;
}
.traffic .tib-top {
  margin-bottom: 120px;
}
.traffic .traffic-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.traffic .traffic-img-box .tib-big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  margin-right: 5px;
}
.traffic .traffic-img-box .tib-small {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.traffic .traffic-img-box .tib-s-s {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.traffic .traffic-img-box .tib-s-s .tb-img {
  padding-top: 110%;
}
.traffic .traffic-img-box .tib-text-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 53%;
  position: relative;
}
.traffic .traffic-img-box .tib-text-wrapper .tib-t-inside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.traffic .traffic-img-box .tb-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 70%;
}
.traffic .traffic-img-box .tib-text {
  width: 70%;
  margin-left: 15px;
}
.traffic .traffic-img-box .tib-text h3 {
  font-size: 24px;
  color: #3b2d28;
  margin-bottom: 15px;
  letter-spacing: 4px;
}
.traffic .traffic-img-box .tib-text p {
  font-size: 14px;
  color: #3b2d28;
}
.traffic .tibs-text h3 {
  font-size: 24px;
  color: #3b2d28;
  margin-bottom: 15px;
  letter-spacing: 4px;
}
.traffic .tibs-text p {
  font-size: 14px;
  color: #3b2d28;
}

.container-box {
  max-width: 900px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.quality-top {
  position: relative;
  padding: 240px 0 50px 0;
  background-image: url("../img/quaility/2x/196@2x.jpg");
  background-size: cover;
  min-height: 800px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 5px 10px #999;
          box-shadow: 0px 5px 10px #999;
}
.quality-top .container-box {
  max-width: 936px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quality-top .row {
  width: 100%;
  margin: 17px -8px;
}
.quality-top .row .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.quality-top .row .col-auto a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.quality-top .row .col-auto a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.quality-top .qtitle {
  font-size: 38px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #d2a590;
}

.rt3 {
  position: relative;
  top: -8px;
}

.quality-imgbox {
  background: #fff;
  text-align: center;
}
.quality-imgbox img {
  max-width: 900px;
  padding-bottom: 100px;
  margin: 100px auto 0 auto;
  image-rendering: crisp-edges;
  border-bottom: 1px solid #333;
}

.traffic-image-box {
  margin-bottom: 50px;
}
.traffic-image-box .row.tib-inside-row {
  margin: 0 -5px;
}
.traffic-image-box .row.tib-inside-row .col-md-3 {
  padding: 0 5px;
  margin-bottom: 5px;
}

.service-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 100px;
  height: calc(100% - 60px);
  position: relative;
}
.service-section .service-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  height: 50%;
}
.service-section .service-item a {
  width: 100%;
  display: block;
}
.service-section .service-item a:after {
  content: "";
  background: rgba(59, 45, 40, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service-section .service-item a:hover:after {
  background: rgba(59, 45, 40, 0.7);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service-section .service-item img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-section .service-item h3 {
  position: absolute;
  bottom: 15px;
  left: 0px;
  font-size: 18px;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 4;
}

.service .modal-backdrop {
  margin-top: 100px;
  opacity: 1;
  background-color: #3b2e28;
}

.service-modal .modal-dialog {
  max-width: 920px;
}
.service-modal .modal-content {
  background: none;
  border: none;
}
.service-modal .modal-body {
  color: #fff;
}
.service-modal .modal-body h2 {
  font-size: 80px;
}
.service-modal .modal-body h3 {
  letter-spacing: 2px;
  font-size: 24px;
  margin-bottom: 10px;
}
.service-modal .modal-body h4 {
  color: #d1a590;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.service-modal .modal-body small {
  font-size: 12px;
}
.service-modal .modal-body a {
  color: #fff;
}
.service-modal .modal-body p {
  color: #fff;
  font-size: 14px;
}
.service-modal .modal-body .service-icon {
  font-size: 34px;
}
.service-modal .service-close {
  position: absolute;
  top: 10px;
  right: -20px;
  font-size: 40px;
  color: #d1a590;
}

.service-line {
  height: 1px;
  width: 100%;
  background: #fff;
}

#service6 .modal-dialog {
  margin-top: 100px;
}
#service6 .service5-title-row {
  margin-bottom: 20px;
}

.service5-content-row {
  margin-bottom: 20px;
}

.bbw {
  border-bottom: 1px solid #fff;
}

.btn-wborder {
  padding: 5px 30px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  letter-spacing: 2px;
  font-size: 12px;
}

.gallery-btn {
  background: #e4e4e5;
  border: none;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 12px;
}
.gallery-btn:hover {
  background: #ccc;
  color: #000;
}

.gallery-box {
  height: calc(100vh - 200px);
  padding-top: 150px;
}

.mfp-bg {
  background: #3b2d28;
  opacity: 1;
}

.mfp-image-holder .mfp-content {
  max-width: 86%;
}

button.mfp-close, button.mfp-arrow {
  font-size: 60px;
  font-weight: normal;
  font-family: Arial;
  color: #d1a590;
}

.waterproof-vision {
  margin-top: 100px;
}
.waterproof-vision .swiper {
  position: relative;
  z-index: 1;
}
.waterproof-vision .swiper .swiper-wrapper {
  height: auto;
}
.waterproof-vision .waterproof-vision-content {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.waterproof-vision .waterproof-vision-content > div {
  margin: 18px 0;
}
.waterproof-vision .waterproof-vision-content p {
  color: #fff;
  font-weight: bold;
}
.waterproof-vision .waterproof-vision-button a {
  margin: 0 5px;
}

.waterproof-texts {
  background: #3D3A39;
  color: #fff;
  padding: 80px 0;
}
.waterproof-texts p {
  color: #fff;
  font-size: 14px;
}

.wpbox {
  padding: 80px 0;
}
.wpbox h3 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.wpbox h4 {
  color: #3D3A39;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.footer-links-mobile > a {
  background: #3D3A39;
}

.color-btn .color-border .color-show.itemPA1 {
  background-image: url("/images/texture/itemPA1.jpg");
}

.color-btn .color-border .color-show.itemPB1 {
  background-image: url("/images/texture/itemPA1.jpg");
}

.color-btn .color-border .color-show.itemPC1 {
  background-image: url("/images/texture/itemPA1.jpg");
}

.color-btn .color-border .color-show.itemPD1 {
  background-image: url("/images/texture/itemPA1.jpg");
}

.color-btn .color-border .color-show.itemPA2 {
  background-image: url("/images/texture/itemPA2.jpg");
}

.color-btn .color-border .color-show.itemPB2 {
  background-image: url("/images/texture/itemPA2.jpg");
}

.color-btn .color-border .color-show.itemPC2 {
  background-image: url("/images/texture/itemPA2.jpg");
}

.color-btn .color-border .color-show.itemPD2 {
  background-image: url("/images/texture/itemPA2.jpg");
}

.color-btn .color-border .color-show.itemPA3 {
  background-image: url("/images/texture/itemPA3.jpg");
}

.color-btn .color-border .color-show.itemPB3 {
  background-image: url("/images/texture/itemPA3.jpg");
}

.color-btn .color-border .color-show.itemPC3 {
  background-image: url("/images/texture/itemPA3.jpg");
}

.color-btn .color-border .color-show.itemPD3 {
  background-image: url("/images/texture/itemPA3.jpg");
}

.color-btn .color-border .color-show.itemPA4 {
  background-image: url("/images/texture/itemPA4.jpg");
}

.color-btn .color-border .color-show.itemPB4 {
  background-image: url("/images/texture/itemPA4.jpg");
}

.color-btn .color-border .color-show.itemPC4 {
  background-image: url("/images/texture/itemPA4.jpg");
}

.color-btn .color-border .color-show.itemPD4 {
  background-image: url("/images/texture/itemPA4.jpg");
}

.color-btn .color-border .color-show.itemPA5 {
  background-image: url("/images/texture/itemPA5.jpg");
}

.color-btn .color-border .color-show.itemPB5 {
  background-image: url("/images/texture/itemPA5.jpg");
}

.color-btn .color-border .color-show.itemPC5 {
  background-image: url("/images/texture/itemPA5.jpg");
}

.color-btn .color-border .color-show.itemPD5 {
  background-image: url("/images/texture/itemPA5.jpg");
}

.color-btn .color-border .color-show.itemPA6 {
  background-image: url("/images/texture/itemPA6.jpg");
}

.color-btn .color-border .color-show.itemPB6 {
  background-image: url("/images/texture/itemPA6.jpg");
}

.color-btn .color-border .color-show.itemPC6 {
  background-image: url("/images/texture/itemPA6.jpg");
}

.color-btn .color-border .color-show.itemPD6 {
  background-image: url("/images/texture/itemPA6.jpg");
}

.dream_page {
  color: #fff;
}
.dream_page header {
  background: #d9c6b8;
}
.dream_page .content {
  background: #382d29;
  margin-top: 70px;
  padding-top: 30px;
}
.dream_page .main-title {
  margin-bottom: 15px;
}
.dream_page .main-title h2 {
  color: #fff;
  text-align: left;
}
.dream_page .main-title h2:after {
  display: none;
}
.dream_page .main-title .title-box {
  background: none;
  border: none;
  color: #fff;
  text-align: left;
}
.dream_page .main-title .title-box p {
  color: #fff;
}
.dream_page .house-show {
  -webkit-box-shadow: 5px 5px 5px #1a100d;
          box-shadow: 5px 5px 5px #1a100d;
}
.dream_page .house-show:before {
  border: 1px solid #d9c6b8;
}
.dream_page .house-show .alert-notes {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  z-index: 999;
  opacity: 0.6;
  letter-spacing: 2px;
}
.dream_page .house-selects .form-group label {
  color: #fff;
  font-size: 0.875rem;
}
.dream_page .title-intro {
  margin: 90px 0 40px 0;
  font-size: 20px;
  color: #fff;
}
.dream_page .dream-tab > li > a {
  background: #f5ebe4;
  color: #382d29;
  border: none;
  border-bottom: 3px solid #d9c6b8;
}
.dream_page .dream-tab > li > a.active {
  background: #d9c6b8;
  color: #382d29;
  border: none;
  border-bottom: 3px solid #1a100d;
}
.dream_page .dream-tab > li > a:hover {
  background: #d9c6b8;
  color: #382d29;
  border: none;
  border-bottom: 3px solid #1a100d;
}
.dream_page .content .dream-tab-content, .dream_page .content .restroom-tab-content {
  background: none;
  border: none;
}
.dream_page .restroom-show {
  -webkit-box-shadow: 5px 5px 5px #1a100d;
          box-shadow: 5px 5px 5px #1a100d;
}
.dream_page .restroom-show .alert-notes {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  z-index: 999;
  opacity: 0.6;
  letter-spacing: 2px;
}
.dream_page .other-option-subtitle {
  color: #fff;
  margin-bottom: 30px;
}
.dream_page .house-note {
  margin-top: 20px;
  color: #fff;
}
.dream_page .house-note ol {
  padding-left: 20px;
}
.dream_page .color-btn.active .color-text {
  color: #fff;
  font-weight: bold;
}
.dream_page .color-btn.active .color-border {
  -webkit-box-shadow: 0px 0px 10px #fff;
          box-shadow: 0px 0px 10px #fff;
}
.dream_page .color-btn.active .color-border .color-show {
  border: 1px solid #d9c6b8;
}
.dream_page .color-btn .color-text {
  color: #b2a8a4;
}
.dream_page .dream-house-result .dhr-title, .dream_page .dream-house-result-reservation .dhr-title {
  color: #5d3d31;
}
.dream_page .select-wrapper {
  -webkit-box-shadow: 1px 1px 0px rgba(226, 106, 39, 0.7);
          box-shadow: 1px 1px 0px rgba(226, 106, 39, 0.7);
}

.house-show .house-option {
  z-index: 5;
}
.house-show .house-option.mMiddle {
  z-index: 1;
}

.px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.dream-index {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-image: url("/img/dreambg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dream-index .dream-index-content {
  margin: 15% 35px 35px 35px;
  border: 1px solid #fff;
  width: 100%;
  height: 75%;
  position: relative;
  top: -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.dream-index .dream-index-content p {
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 3px;
}
.dream-index .dream-index-content a {
  color: #fff;
}
.dream-index .dream-index-content a img {
  display: block;
}

#dream-select {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3b2d28;
}
#dream-select .main-title h2 {
  color: #fff;
  margin-bottom: 50px;
}
#dream-select .main-title h2:after {
  display: none;
}
#dream-select .main-title .title-box {
  position: relative;
  z-index: 2;
  padding: 0;
  color: #fff;
  background: none;
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
  margin-bottom: 50px;
}
#dream-select .main-title .title-box p {
  color: #fff;
}
#dream-select .sub-title {
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  color: #fff;
}

.imgscroll2 {
  margin-bottom: 30px;
}

.pslide {
  position: relative;
}
.pslide > img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}
.pslide .ptitle {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 3.96px;
  text-align: center;
}
.pslide .ptitle span {
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid #473c3a;
  border-right: 1px solid #473c3a;
}
.pslide .note {
  position: absolute;
  bottom: 40px;
  right: 0px;
  padding-right: 20px;
  color: #fff;
  width: 100%;
  text-align: right;
  font-size: 12px;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.public-swiper {
  margin-bottom: 30px;
  margin-top: 110px;
}
.public-swiper .swiper-wrapper {
  height: initial;
}
.public-swiper .swiper-slide {
  height: initial;
}
.public-swiper .swiper-pagination {
  position: relative;
  bottom: initial;
  margin-top: 40px;
}
.public-swiper .swiper-button-next, .public-swiper .swiper-button-prev {
  width: 27px;
  height: 81px;
  color: rgba(255, 255, 255, 0);
  background-size: 100%;
}
.public-swiper .swiper-button-next {
  background-image: url("../img/arrow-r.png");
  right: 50px;
}
.public-swiper .swiper-button-prev {
  background-image: url("../img/arrow-l.png");
  left: 50px;
}
.public-swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid #717171;
  margin: 0px 5px;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
}
.public-swiper .swiper-pagination-bullet-active {
  background: #717171;
}

.designer-swiper, .ten-year-swiper {
  margin-bottom: 30px;
  margin-top: 0px;
}
.designer-swiper .swiper-wrapper, .ten-year-swiper .swiper-wrapper {
  height: initial;
}
.designer-swiper .swiper-slide, .ten-year-swiper .swiper-slide {
  height: initial;
}
.designer-swiper .swiper-pagination, .ten-year-swiper .swiper-pagination {
  position: relative;
  bottom: initial;
  margin-top: 40px;
}
.designer-swiper .swiper-button-next, .designer-swiper .swiper-button-prev, .ten-year-swiper .swiper-button-next, .ten-year-swiper .swiper-button-prev {
  width: 27px;
  height: 81px;
  color: rgba(255, 255, 255, 0);
  background-size: 100%;
}
.designer-swiper .swiper-button-next, .ten-year-swiper .swiper-button-next {
  background-image: url("../img/arrow-r.png");
  right: 50px;
}
.designer-swiper .swiper-button-prev, .ten-year-swiper .swiper-button-prev {
  background-image: url("../img/arrow-l.png");
  left: 50px;
}
.designer-swiper .swiper-pagination-bullet, .ten-year-swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid #717171;
  margin: 0px 5px;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
}
.designer-swiper .swiper-pagination-bullet-active, .ten-year-swiper .swiper-pagination-bullet-active {
  background: #717171;
}

.designer {
  background: rgba(59, 45, 40, 0.84);
}

.designer-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0 100px 0;
}
.designer-slide .dt {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-right: 30px;
}
.designer-slide .dt h3 {
  font-size: 24px;
  line-height: 33.84px;
  letter-spacing: 1.92px;
  margin-bottom: 15px;
}
.designer-slide .dt h4 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.96px;
  margin-bottom: 15px;
}
.designer-slide .dt h5 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.96px;
}
.designer-slide .dt .dtext {
  padding-top: 20px;
  border-top: 1px solid #fff;
}
.designer-slide .dt .dtext1 {
  font-size: 18px;
  line-height: 29.84px;
  letter-spacing: 3.96px;
  margin-bottom: 20px;
}
.designer-slide .dt .dtext2 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.96px;
}
.designer-slide .dm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
  position: relative;
}
.designer-slide .dm .dm-text {
  position: absolute;
  top: 20px;
  letter-spacing: 2.55px;
  width: 100%;
  left: 0px;
  font-size: 13px;
  color: #fff;
  z-index: 2;
  text-align: left;
  padding-left: 20px;
}
.designer-slide .dm img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.designer-slide .designer-img {
  max-width: 200px;
  width: 200px;
}

.smallcontrol .swiper-button-next, .smallcontrol .swiper-button-prev {
  width: 14px;
  height: 40px;
}

.vision-img-box {
  position: relative;
}
.vision-img-box .vnote {
  position: absolute;
  bottom: 15px;
  padding-right: 45px;
  color: #fff;
  font-size: 12px;
  z-index: 2;
  text-align: right;
  width: 100%;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.title-box-2 {
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.title-box-2 h2 {
  font-size: 42px;
  line-height: 55px;
  letter-spacing: 2.88px;
  color: #d2a590;
  font-weight: 300;
  margin-bottom: 10px;
}
.title-box-2 h3 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 3.84px;
  font-weight: 300;
  color: #000;
}
.title-box-2 small {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3.08px;
  color: #3B2D28;
}
.title-box-2:after {
  content: "";
  height: 45px;
  width: 1px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -0.5px;
  background: #d2a590;
}

.dream-house-buttons {
  padding: 30px 0;
}
.dream-house-buttons .dream-house-button {
  background: #fff;
  border: 1px solid #333;
  text-align: left;
  padding: 0;
  display: inline-block;
  margin: 0 30px;
  cursor: pointer;
}
.dream-house-buttons .dream-house-button:hover {
  background: #f8f8f8;
  border: 1px solid #7c7f86;
}
.dream-house-buttons .dream-house-button div {
  padding: 5px 80px 7px 80px;
  display: block;
  width: 100%;
}
.dream-house-buttons .dream-house-button div:hover {
  text-decoration: none;
}
.dream-house-buttons .dream-house-button p {
  font-size: 12px;
  margin: 0 0 1px 0;
  color: #8D8D8D;
  letter-spacing: 0.5px;
}
.dream-house-buttons .dream-house-button h3 {
  font-size: 16px;
  margin: 0;
  color: #382d29;
  font-weight: bold;
  letter-spacing: 1.23px;
}

.dream-house-result .dhr-title, .dream-house-result-reservation .dhr-title {
  color: #3B2D28;
  font-weight: bold;
}

input.form-control, select.form-control {
  border: 1px solid #333;
  border-radius: 0px;
  height: 42px;
  padding-top: 3px;
  outline: 0;
  font-size: 0.875rem;
  color: #000;
  -webkit-box-shadow: 2px 2px 0px #3B2D28;
  box-shadow: 2px 2px 0px #3B2D28;
}

.btn-main {
  background: #3B2D28;
}

.main-title h2 {
  color: #3B2D28;
}
.main-title h2:after {
  background: #3B2D28;
}
.main-title .title-box {
  background: none;
}

.dream-house-result-reservation {
  -webkit-box-shadow: 2px 2px 0px #3B2D28;
          box-shadow: 2px 2px 0px #3B2D28;
  padding-top: 0px;
}
.dream-house-result-reservation h3 {
  padding: 15px 0;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 5.3px;
  border-bottom: 1px solid #000;
  background: #3B2D28;
}

.reservation-content {
  padding: 90px 0;
}