/*
  SEH CNY 2018
 */
@font-face {
  font-family: 'TheSans';
  src: url('../fonts/TheSansB-W2ExtraLight.eot');
  src: url('../fonts/TheSansB-W2ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/TheSansB-W2ExtraLight.woff2') format('woff2'), url('../fonts/TheSansB-W2ExtraLight.woff') format('woff'), url('../fonts/TheSansB-W2ExtraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'TheSans';
  src: url('../fonts/TheSansB-W3Light.eot');
  src: url('../fonts/TheSansB-W3Light.eot?#iefix') format('embedded-opentype'), url('../fonts/TheSansB-W3Light.woff2') format('woff2'), url('../fonts/TheSansB-W3Light.woff') format('woff'), url('../fonts/TheSansB-W3Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'TheSans';
  src: url('../fonts/TheSansB-W4SemiLight.eot');
  src: url('../fonts/TheSansB-W4SemiLight.eot?#iefix') format('embedded-opentype'), url('../fonts/TheSansB-W4SemiLight.woff2') format('woff2'), url('../fonts/TheSansB-W4SemiLight.woff') format('woff'), url('../fonts/TheSansB-W4SemiLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'TheSans';
  src: url('../fonts/TheSansB-W8ExtraBold.eot');
  src: url('../fonts/TheSansB-W8ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/TheSansB-W8ExtraBold.woff2') format('woff2'), url('../fonts/TheSansB-W8ExtraBold.woff') format('woff'), url('../fonts/TheSansB-W8ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'TheSans';
  src: url('../fonts/TheSansB-W5Plain.eot');
  src: url('../fonts/TheSansB-W5Plain.eot?#iefix') format('embedded-opentype'), url('../fonts/TheSansB-W5Plain.woff2') format('woff2'), url('../fonts/TheSansB-W5Plain.woff') format('woff'), url('../fonts/TheSansB-W5Plain.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TheSans';
  src: url('../fonts/TheSansB-W6SemiBold.eot');
  src: url('../fonts/TheSansB-W6SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/TheSansB-W6SemiBold.woff2') format('woff2'), url('../fonts/TheSansB-W6SemiBold.woff') format('woff'), url('../fonts/TheSansB-W6SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'TheSans';
  src: url('../fonts/TheSansB-W7Bold.eot');
  src: url('../fonts/TheSansB-W7Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TheSansB-W7Bold.woff2') format('woff2'), url('../fonts/TheSansB-W7Bold.woff') format('woff'), url('../fonts/TheSansB-W7Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'TheSans';
  src: url('../fonts/TheSansB-W9Black.eot');
  src: url('../fonts/TheSansB-W9Black.eot?#iefix') format('embedded-opentype'), url('../fonts/TheSansB-W9Black.woff2') format('woff2'), url('../fonts/TheSansB-W9Black.woff') format('woff'), url('../fonts/TheSansB-W9Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
/**
  Generic reusable setia group footer
 */
.setia-footer a {
  color: #034ea1;
  text-decoration: none;
}
.setia-footer a:hover,
.setia-footer a:active,
.setia-footer a:visited {
  color: #02366f;
  text-decoration: none;
}
.setia-footer .color-band {
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
}
.setia-footer .color-band .band {
  width: 25%;
  float: left;
  height: 5px;
  background-color: #ddd;
}
.setia-footer .color-band .band.green {
  background-color: #0db04b;
}
.setia-footer .color-band .band.blue {
  background-color: #00a6e8;
}
.setia-footer .color-band .band.pink {
  background-color: #d70a8b;
}
.setia-footer .color-band .band.orange {
  background-color: #f48120;
}
.setia-footer .footer-content {
  padding: 30px;
}
@media (min-width: 992px) {
  .setia-footer .footer-content {
    padding: 50px;
  }
}
.setia-footer .copyright {
  font-family: 'Verdana', 'Arial', sans-serif;
  font-size: 13px;
  color: #6d6e70;
}
.setia-footer .countries {
  font-weight: bold;
  font-size: 20px;
  color: #034ea1;
}
.setia-footer .socmed {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Verdana', 'Arial', sans-serif;
  font-size: 13px;
  color: #6d6e70;
  line-height: 24px;
}
.setia-footer .socmed .fab {
  font-size: 20px;
}
.setia-footer .socmed > li {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
}
.setia-footer .socmed > li + li {
  margin-left: 4px;
}
.setia-footer .fa-facebook {
  color: #3b5998;
}
.setia-footer .fa-youtube {
  color: #ff0000;
}
.setia-footer .fa-instagram {
  color: #f56040;
}
.setia-footer .fa-linkedin {
  color: #0077b5;
}
.setia-footer .setia-awards {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .setia-footer .setia-awards .divider {
    position: relative;
  }
  .setia-footer .setia-awards .divider:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    border-right: 2px solid #999;
    right: 0;
  }
}
body {
  font-family: 'TheSans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 0;
  color: #646363;
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
  /* 
  background: #ffffff url("../images/concept-bg.jpg") repeat 0 0;
  */
  background-size: cover;
}
@media (min-width: 992px) {
  body {
    font-size: 20px;
    line-height: 30px;
  }
}
a {
  color: #a2af14;
}
a:hover,
a:visited,
a.active {
  color: #78810f;
}
strong {
  font-weight: 600;
}
.spmicrosite-logo-mobile {
  background: transparent url("../images/seh-logo.png") no-repeat 50% 50%;
  background-size: auto 100%;
  height: 60px;
  width: 100%;
  text-indent: -9999px;
  padding: 0;
  margin: 15px 0;
}
.spmicrosite-masthead {
  height: 0;
  background: #333333 url("https://spsetia.blob.core.windows.net/ecohill2amarus/masthead-bg.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  margin: 0;
}
.spmicrosite-masthead .spmicrosite-logo {
  margin: 55px 80px;
  padding: 0;
  width: 247px;
  height: 149px;
  background: transparent url("../images/seh-logo.png") no-repeat 0 0;
  text-indent: -9999px;
}
.spmicrosite-masthead .spmicrosite-logo.white {
  background: transparent url("../images/seh-logo-white.png") no-repeat 0 0;
}
h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  h2 {
    font-size: 55px;
  }
}
h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  h3 {
    font-size: 40px;
  }
}
.btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary .active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #8d9811;
  border-color: #8d9811;
}
.spmicrosite-content {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .spmicrosite-content {
    padding: 50px 0;
  }
}
.spmicrosite-content p {
  max-width: 750px;
  text-align: center;
  margin: 10px auto;
}
.spmicrosite-download {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .spmicrosite-download {
    padding: 0px 0;
  }
}
.spmicrosite-download .btn-primary {
  line-height: 1;
  width: 200px;
  height: 60px;
  border-radius: 10px;
  padding: 15px;
  font-size: 18px;
}
.spmicrosite-floorplan {
  padding: 50px 0;
}
.spmicrosite-floorplan .nav .nav-link {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #646363;
  padding-top: 4px;
  padding-bottom: 3px;
}
.spmicrosite-floorplan .nav .nav-link.active {
  color: #a2af14;
}
@media (min-width: 992px) {
  .spmicrosite-floorplan .nav .nav-link {
    font-size: 30px;
    line-height: 40px;
  }
}
.spmicrosite-floorplan .nav .nav-item + .nav-item {
  border-left: 4px solid #646363;
}
.spmicrosite-floorplan .tab-pane {
  padding: 50px 0 0;
}
.spmicrosite-floorplan .tab-pane p {
  max-width: 750px;
  text-align: center;
  margin: 0 auto 30px;
}
.spmicrosite-floorplan .spmicrosite-floorplan-title {
  margin-bottom: 50px;
}
.spmicrosite-gallery {
  padding: 50px 0;
}
.spmicrosite-gallery h3 {
  margin: 0 0 30px 0;
}
.spmicrosite-gallery .spmicrosite-gallery-container .spmicrosite-gallery-item {
  display: block;
  overflow: hidden;
  border: none;
  background: #fff;
  margin: 15px 0 15px 0;
  padding: 0;
}
.spmicrosite-gallery .spmicrosite-gallery-container .spmicrosite-gallery-item img {
  display: block;
  max-width: 100%;
}
.spmicrosite-form {
  padding: 50px 0;
}
.spmicrosite-form .btn-primary {
  font-size: 18px;
  height: 60px;
  border-radius: 10px;
  line-height: 1;
  padding: 12px 30px;
}
.spmicrosite-form .form-tnc {
  font-size: 16px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #222;
  font-family: 'Verdana';
  font-size: 38px;
  letter-spacing: 6px;
}
.form-center-line {
  display: block;
  padding: 30px 0;
  font-size: 24px;
}
.form-center-line .spmicrosite-form-row input[type="text"],
.form-center-line .spmicrosite-form-row input[type="email"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  padding-top: 5px;
  border: 0 none;
  border-bottom: 1px solid #979797;
  background: transparent;
  border-radius: 0;
}
.form-center-line .spmicrosite-form-row input[type="text"]:focus,
.form-center-line .spmicrosite-form-row input[type="email"]:focus,
.form-center-line .spmicrosite-form-row input[type="text"]:active,
.form-center-line .spmicrosite-form-row input[type="email"]:active {
  outline: 0 none;
  box-shadow: none;
  border-bottom-color: #a2af14;
}
.form-center-line .spmicrosite-form-row input[type="text"]::-webkit-input-placeholder,
.form-center-line .spmicrosite-form-row input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-align: center;
  color: #646363;
  text-transform: uppercase;
}
.form-center-line .spmicrosite-form-row input[type="text"]::-moz-placeholder,
.form-center-line .spmicrosite-form-row input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  color: #646363;
  text-transform: uppercase;
}
.form-center-line .spmicrosite-form-row input[type="text"]:-ms-input-placeholder,
.form-center-line .spmicrosite-form-row input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  text-align: center;
  color: #646363;
  text-transform: uppercase;
}
.form-center-line .spmicrosite-form-row input[type="text"]:-moz-placeholder,
.form-center-line .spmicrosite-form-row input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  color: #646363;
  text-transform: uppercase;
}
.form-center-line .spmicrosite-form-row input[type="checkbox"] {
  position: relative;
  top: -5px;
}
.form-center-line .spmicrosite-form-row + .spmicrosite-form-row {
  margin-top: 30px;
}
.g-recaptcha > div {
  margin: 10px auto 0;
}
.field-validation-error {
  display: block;
  color: #ff0000;
  font-size: 13px;
}
.validation-summary-errors {
  font-size: 13px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 15px;
}
.validation-summary-errors ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ekko-lightbox-nav-overlay a span {
  color: #fff;
}
