@import url("/theme/fonts/SourceSansPro-Regular/styles.css");
@import url("/theme/fonts/SourceSansPro-Light/styles.css");
@import url("/theme/fonts/PlayfairDisplay-Bold/styles.css");
@import url("/theme/fonts/PlayfairDisplay-Regular/styles.css");
@keyframes moveL2R {
  from {
    left: 20%;
  }
  50% {
    left: 0%;
  }
  to {
    left: 20%;
  }
}
/*
.hoverScale{
	-webkit-animation: scale linear 1s infinite;
	animation: scale linear 1s infinite;
}
*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
  font-family: "SourceSansPro-Regular", "PlayfairDisplay-Bold", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
* {
  outline: none;
}
.mb-6 {
  margin-bottom: 5rem !important;
}
.full-height {
  height: 100%;
}
.layer {
  width: 100%;
  height: 100%;
}
.layer.bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-bar {
  width: 100%;
  height: 9px;
  z-index: 1;
}
.color-bar.gold {
  margin-top: -9px;
  background: #b79671;
  background: -moz-linear-gradient(left, #b48120 0%, #b48120 8%, #f7d698 40%);
  background: -webkit-linear-gradient(left, #b48120 0%, #b48120 8%, #f7d698 40%);
  background: linear-gradient(to right, 0%, #b48120 0%, #b48120 8%, #f7d698 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b79671', endColorstr='#f7d698', GradientType=1);
}
.color-bar.green {
  background-color: #115258;
}
.separator {
  margin-top: 72px;
  margin-bottom: 64px;
}
@media screen and (max-width: 414px) {
  .separator {
    margin: 24px 0;
  }
}
.separator div {
  width: 69px;
  height: 2px;
}
.separator div:first-child {
  background-color: #b79671;
}
.separator div:nth-child(2) {
  background-color: #ddb25e;
}
.separator div:last-child {
  background-color: #fee8bd;
}
.maintitle {
  font-family: "PlayfairDisplay-Bold";
  text-transform: uppercase;
}
.maintitle.large {
  font-size: 100px;
}
.maintitle.middle {
  font-size: 39px;
}
.maintitle.middle.special {
  line-height: 1.95em;
}
.maintitle.small {
  font-size: 20px;
}
.maintitle.xs-small {
  font-size: 16px;
}
.maintitle.normal {
  text-transform: none;
}
.maintitle .sub {
  font-size: 64px;
  padding: 0 4px;
}
.maintitle .green {
  color: #115258;
}
.subtitle {
  text-transform: uppercase;
  font-family: "SourceSansPro-Light";
}
.subtitle.large {
  font-size: 100px;
}
.subtitle.middle {
  font-size: 40px;
}
.subtitle.small {
  font-size: 20px;
}
.subtitle.xs-small {
  font-size: 16px;
}
.subtitle.zs-small {
  font-size: 12px;
}
.subtitle.fadeInUp {
  animation-delay: 0.5s;
}
.subtitle.normal {
  text-transform: none;
}
.table-wrapper {
  width: 100%;
  display: table;
}
.table-wrapper .table-inner {
  display: table-cell;
  vertical-align: middle;
}
.btn-base {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "PlayfairDisplay-Bold";
  margin: 15px auto 50px;
}
.btn-base.btn-scope {
  width: 235px;
  color: #fff;
  background-color: #11535c;
  padding: 14px 32px;
  border: 2px solid #b79671;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.btn-base.btn-scope:hover {
  background-color: #fff;
}
.btn-base.btn-scope:hover h6 {
  color: #11535c !important;
}
.btn-base.btn-scope.btn-text h6 {
  color: #fff;
}
.btn-base.btn-img img {
  padding-bottom: 14px;
}
.btn-base.btn-img.btn-text h6 {
  color: #000;
}
.btn-base.animate img {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.btn-base.animate:hover img {
  padding-top: 10px;
  padding-bottom: 4px;
}
.btn-base.btn-playPause .img-playPause {
  opacity: 1;
  transition-property: transform;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-duration: 0.3s;
}
.btn-base.btn-playPause .img-playPause.hide {
  opacity: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.btn-base.btn-playPause .img-playPause.show {
  opacity: 1;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.btn-base.btn-playPause .btn-play {
  display: block;
}
.btn-base.btn-playPause .btn-pause {
  display: none;
}
.btn-base.btn-playPause:hover img {
  padding-top: 0;
  padding-bottom: 14px;
}
.btn-base:hover.btn-text h6 {
  color: #b58220;
}
.btn-base:hover.btn-scope.btn-text h6 {
  color: #fff;
}
.dot {
  background: #b48120;
  background: -moz-linear-gradient(top, #b48120 0%, #f7d698 99%);
  background: -webkit-linear-gradient(top, #b48120 0%, #f7d698 99%);
  background: linear-gradient(to bottom, #b48120 0%, #f7d698 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b48120', endColorstr='#f7d698', GradientType=0);
}
.dot.whole {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  bottom: 31%;
}
@media screen and (max-width: 767px) {
  .dot.whole {
    right: 0;
    left: 0;
    bottom: -35px;
    margin: auto;
  }
}
.dot.whole.right {
  right: -2%;
}
@media screen and (max-width: 767px) {
  .dot.whole.right {
    right: 0;
  }
}
.dot.whole.right_v2 {
  right: 0;
  left: initial;
}
@media screen and (max-width: 767px) {
  .dot.whole.right_v2 {
    right: 0;
    left: 0;
  }
}
.dot.whole.bottom {
  bottom: 49%;
}
.dot.whole.bottom_v2 {
  bottom: 69%;
}
@media screen and (max-width: 767px) {
  .dot.whole.bottom_v2 {
    bottom: 5%;
  }
}
.dot.half {
  margin: 0 auto 100px;
  width: 32px;
  height: 16px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 414px) {
  .dot.half {
    margin: 0 auto 64px;
  }
}
.dot.float {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
.dot.left {
  width: 16px;
  height: 32px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.header .logo-wrap .logo,
.footer .logo-wrap .logo {
  border-right: 2px solid #c89a3f;
  display: inline-block;
  /*
			.transition-property(filter);
			.transition-duration(3s);
*/
}
.header .logo-wrap .logo .item,
.footer .logo-wrap .logo .item {
  display: block;
  margin: 0 16px;
}
.header .logo-wrap .logo .item img,
.footer .logo-wrap .logo .item img {
  width: auto;
  height: 28px;
}
@media screen and (max-width: 414px) {
  .header .logo-wrap .logo .item img,
  .footer .logo-wrap .logo .item img {
    width: auto;
    height: 24px;
  }
}
.header .logo-wrap .logo:first-child .item,
.footer .logo-wrap .logo:first-child .item {
  margin-left: 0;
}
.header .logo-wrap .logo:last-child,
.footer .logo-wrap .logo:last-child {
  border-right: 0px solid #c89a3f;
}
/*
@keyframes fadeIn {
	from {opacity:0;}
	to {opacity:1;}
}

@keyframes fadeOut {
	from {opacity:1;}
	to {opacity:0;}
}
*/
.header {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 414px) {
  .header {
    height: 560px;
  }
}
.header .head {
  position: relative;
  width: 100%;
  padding: 30px 50px 30px;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 414px) {
  .header .head {
    padding: 20px;
  }
}
.header .head.fixed {
  position: fixed;
  top: 0px;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}
.header .head .logo-wrap .logo .item {
  pointer-events: none;
  cursor: default;
}
.header .head .desc {
  color: #006642;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .header .head .desc {
    float: initial;
  }
}
.header .head .desc .caption {
  display: inline-block;
  margin-right: 50px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 414px) {
  .header .head .desc .caption {
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
.header .head .desc .caption .item {
  display: inline;
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (max-width: 414px) {
  .header .head .desc .caption .item {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 320px) {
  .header .head .desc .caption .item {
    display: block;
  }
}
.header .head .desc .caption .item:first-child {
  padding-right: 10px;
  margin-right: 8px;
  border-right: 2px solid #b79671;
}
@media screen and (max-width: 320px) {
  .header .head .desc .caption .item:first-child {
    padding: 0;
    margin: 0;
    border-right: 0px solid #fff;
  }
}
.header .head .desc .caption .item:last-child {
  font-family: "PlayfairDisplay-Regular";
}
.header .head .desc .language {
  display: inline-block;
}
.header .head .desc .language .item {
  display: inline-block;
  margin-left: 24px;
  font-size: 16px;
  color: #006642;
  border-bottom: 2px solid transparent;
  transition-property: border-bottom;
  -webkit-transition-property: border-bottom;
  -moz-transition-property: border-bottom;
  -ms-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.header .head .desc .language .item.active,
.header .head .desc .language .item:hover {
  border-bottom: 2px solid #c89a3f;
}
.header .head .desc .language .item:first-child {
  font-family: "PlayfairDisplay-Regular";
}
@media screen and (max-width: 768px) {
  .header .head .desc .language .item:first-child {
    margin-left: 0;
  }
}
.header .home-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header .home-slider .slick-list {
  height: 100%;
}
.header .home-slider .slick-list .slick-track {
  height: 100%;
}
.header .home-slider .slick-list .slick-track .slide .layer {
  width: 100%;
  height: 945px;
  /*
						&.blur-layer {
							position: absolute;
							top: 0;
							left: 0;
							right: 0;
							margin: auto;
							background-position: top center;
							background-repeat: repeat-x;
							background-size: contain;
							opacity: 0.3;
							z-index: -1;
							transform: scale(1);
							@media @ipad-landscape {
								background-position: 40% center;
							}
						}
		*/
  /*
						&.flipped {
							transform: scaleX(-1);
						}
		*/
}
@media screen and (max-width: 414px) {
  .header .home-slider .slick-list .slick-track .slide .layer {
    height: 560px;
  }
}
.header .home-slider .slick-list .slick-track .slide .layer.bg-layer {
  background-attachment: fixed;
  transform: scale(1);
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header .home-slider .slick-list .slick-track .slide .layer.bg-layer {
    background-attachment: initial;
    background-position: 51% center;
    background-size: cover;
  }
}
.header .home-slider .slick-list .slick-track .slide .layer.slide01 {
  background-image: url('/images/home-slide01.jpg');
}
.header .home-slider .slick-list .slick-track .slide .layer.slide02 {
  background-image: url('/images/home-slide02.jpg');
}
.header .home-slider .slick-list .slick-track .slide .layer.slide03 {
  background-image: url('/images/home-slide03.jpg');
}
.header .home-slider .slick-dots {
  bottom: 44px;
}
@media screen and (max-width: 414px) {
  .header .home-slider .slick-dots {
    bottom: 24px;
  }
}
.header .home-slider .slick-dots li {
  margin: 0 10px;
}
.header .home-slider .slick-dots li button:before {
  color: #fff;
  font-size: 13px;
}
.header .home-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.header .float {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.footer {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 414px) {
  .footer {
    text-align: center;
  }
}
.footer .table-wrapper {
  height: 250px;
}
.footer .table-wrapper .widget {
  width: 100%;
  line-height: 1.5em;
}
.footer .table-wrapper .widget .logo-wrap .logo:first-child .item {
  pointer-events: none;
  cursor: default;
}
.footer .table-wrapper .widget .contact-item {
  color: #656565;
}
@media screen and (max-width: 414px) {
  .footer .table-wrapper .widget .contact-item {
    margin-bottom: 48px;
  }
}
.footer .table-wrapper .widget .contact-item .title {
  padding-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 414px) {
  .footer .table-wrapper .widget .contact-item .title {
    padding-bottom: 8px;
  }
}
.footer .table-wrapper .widget .contact-item .detail {
  font-size: 17px;
  color: #656565;
}
.footer .table-wrapper .widget .contact-item .detail.phone {
  font-size: 32px;
}
.footer .table-wrapper .widget .contact-item .detail:hover {
  color: #b58220;
}
.footer .copyright {
  color: #656565;
  margin-bottom: 24px;
}
.section {
  margin-bottom: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 414px) {
  .section {
    margin-bottom: 72px;
  }
}
.section.section-grade {
  margin-bottom: 0;
  width: 100%;
  height: 755px;
  position: relative;
}
@media screen and (max-width: 414px) {
  .section.section-grade {
    height: 640px;
  }
}
.section.section-grade .layer {
  position: absolute;
  z-index: -1;
}
.section.section-grade .layer.bg-layer {
  height: 100%;
  background-position: right center;
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .section.section-grade .layer.bg-layer {
    background-position-x: 65%;
  }
}
.section.section-grade .layer.bg-layer.img-grade {
  background-image: url('/images/bg-section01.jpg');
}
.section.section-grade .content {
  position: relative;
}
@media screen and (max-width: 414px) {
  .section.section-grade .content {
    padding-top: 72px;
  }
}
.section.section-grade .content.table-wrapper {
  height: 755px;
}
.section.section-grade .content .maintitle,
.section.section-grade .content .subtitle {
  line-height: 1.3em;
  text-align: center;
}
.section.section-grade .content .separator div {
  margin: auto;
}
.section.section-grade .content .layer {
  max-height: 80px;
  max-width: 600px;
}
.section.section-grade .content .layer.text-layer {
  left: 5%;
  right: 0;
  margin: auto;
  z-index: -1;
  line-height: 0.7em;
  font-family: "PlayfairDisplay-Bold";
  font-size: 100px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section.section-grade .content .layer.text-layer {
    -webkit-animation: moveL2R linear 60s infinite;
    animation: moveL2R linear 60s infinite;
  }
}
@media screen and (max-width: 768px) {
  .section.section-grade .content .layer.text-layer {
    left: 0;
    line-height: 0.7em;
    font-size: 100px;
  }
}
@media screen and (max-width: 560px) {
  .section.section-grade .content .layer.text-layer {
    line-height: 0.9em;
    font-size: 80px;
  }
}
@media screen and (max-width: 414px) {
  .section.section-grade .content .layer.text-layer {
    line-height: 0.85em;
    font-size: 72px;
  }
}
@media screen and (max-width: 375px) {
  .section.section-grade .content .layer.text-layer {
    line-height: 1.3em;
    font-size: 64px;
  }
}
.section.section-hkneo {
  padding-bottom: 0;
}
.section.section-hkneo .content .table-wrapper {
  height: 720px;
}
@media screen and (max-width: 768px) {
  .section.section-hkneo .content .table-wrapper {
    height: 560px;
  }
}
@media screen and (max-width: 414px) {
  .section.section-hkneo .content .table-wrapper {
    height: 360px;
  }
}
.section.section-hkneo .content .table-wrapper .layer.bg-layer {
  position: initial;
  background-size: contain;
}
.section.section-hkneo .content .table-wrapper .layer.bg-layer.img-hkneo {
  background-image: url('/images/bg-section02.png');
}
.section.section-hkneo .content .content-inner .content-inner-inner {
  text-align: justify;
}
.section.section-hkneo .content .content-inner .content-inner-enquiry {
  text-align: left;
}
.section.section-hkneo .content .content-inner .content-inner-enquiry > a {
  color: #b48742;
}
.section.section-hkneo .content .content-inner > b {
  text-align: left;
}
.section.section-hkneo .content .separator {
  margin-bottom: 14px;
}
.section.section-hkneo .box {
  text-align: center;
  width: 100%;
  max-width: 444px;
  margin: auto;
}
.section.section-hkneo .box .maintitle {
  color: #115258;
  padding: 16px;
  margin-top: 16px;
  font-size: 20px;
  font-family: "PlayfairDisplay-Regular";
  border-top: 2px solid #b48742;
  border-bottom: 2px solid #f7d698;
  display: block;
  cursor: pointer;
  transition-property: color;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-duration: 0.3s;
}
.section.section-hkneo .box .maintitle:hover {
  color: #c18200;
}
@media screen and (max-width: 1024px) {
  .section.section-hkneo .box .maintitle {
    font-size: 16px;
  }
}
.section.section-hkneo .row [class*="col"] .info {
  color: #115258;
}
.section.section-hkneo .row [class*="col"] .info .icon {
  width: auto;
  height: 96px;
  transition-property: transform;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.section.section-hkneo .row [class*="col"] .info .maintitle {
  transition-property: transform;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.section.section-hkneo .row [class*="col"] .info:hover .icon,
.section.section-hkneo .row [class*="col"] .info:hover .maintitle {
  transform: scale(1.1);
}
@media screen and (max-width: 414px) {
  .section.section-hkneo .row [class*="col"] .info {
    margin-bottom: 24px;
  }
}
.section.section-hkneo .row [class*="col"] .title .icon {
  width: 96px;
  height: auto;
}
.section.section-hkneo .row [class*="col"] .title .maintitle {
  color: #115258;
}
.section.section-hkneo .floorplan {
  width: 100%;
  display: block;
  margin: 48px 0;
  text-align: center;
}
.section.section-hkneo .floorplan .img-floorplan {
  width: 100%;
  max-width: 800px;
}
.section.section-developer {
  margin-bottom: 200px;
  padding-bottom: 0;
  position: relative;
  height: 720px;
}
@media screen and (max-width: 768px) {
  .section.section-developer {
    margin-bottom: 140px;
  }
}
.section.section-developer .layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section.section-developer .layer.bg-layer.img-developer01 {
  z-index: -1;
  background-position: bottom center;
  background-image: url('/images/bg-developer.jpg');
}
.section.section-developer .layer.white-layer {
  z-index: -1;
  background-color: #fff;
  opacity: .4;
}
.section.section-developer .abso-images {
  position: relative;
  float: left;
  width: 100%;
  max-width: 670px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .section.section-developer .abso-images {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  .section.section-developer .abso-images {
    height: 48vw;
  }
}
@media screen and (max-width: 414px) {
  .section.section-developer .abso-images {
    height: 70vw;
  }
}
@media screen and (max-width: 320px) {
  .section.section-developer .abso-images {
    height: 50vw;
  }
}
.section.section-developer .abso-images .abso-image {
  position: absolute;
  display: inline-block;
}
.section.section-developer .abso-images .abso-image .layer.bg-layer {
  position: initial;
}
@media screen and (max-width: 414px) {
  .section.section-developer .abso-images .abso-image .subtitle {
    font-size: 13px;
  }
}
.section.section-developer .abso-images .abso-image:first-child {
  top: -75px;
  left: 0;
  width: 530px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section.section-developer .abso-images .abso-image:first-child {
    width: 36vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .section.section-developer .abso-images .abso-image:first-child {
    width: 48vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .section.section-developer .abso-images .abso-image:first-child {
    width: 38vw;
  }
}
@media screen and (max-width: 414px) {
  .section.section-developer .abso-images .abso-image:first-child {
    top: -24px;
  }
}
.section.section-developer .abso-images .abso-image:first-child .layer.bg-layer.img-developer02 {
  background-image: url('/images/img-developer01.jpg');
}
.section.section-developer .abso-images .abso-image:first-child .layer.gold-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 540px;
  height: auto;
  z-index: -1;
  background: #b48120;
  background: -moz-linear-gradient(top, #b48120 0%, #f7d698 99%);
  background: -webkit-linear-gradient(top, #b48120 0%, #f7d698 99%);
  background: linear-gradient(to bottom, #b48120 0%, #f7d698 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b48120', endColorstr='#f7d698', GradientType=0);
  box-shadow: -8px 8px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section.section-developer .abso-images .abso-image:first-child .layer.gold-layer {
    width: 37vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .section.section-developer .abso-images .abso-image:first-child .layer.gold-layer {
    width: 50vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .section.section-developer .abso-images .abso-image:first-child .layer.gold-layer {
    width: 39vw;
  }
}
.section.section-developer .abso-images .abso-image:last-child {
  top: 70%;
  right: 0;
  width: 320px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section.section-developer .abso-images .abso-image:last-child {
    top: 30%;
    width: 24vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .section.section-developer .abso-images .abso-image:last-child {
    top: 13vw;
    width: 32vw;
    height: auto;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .section.section-developer .abso-images .abso-image:last-child {
    width: 26vw;
  }
}
@media screen and (max-width: 414px) {
  .section.section-developer .abso-images .abso-image:last-child {
    top: 17vw;
    width: 36vw;
  }
}
@media screen and (max-width: 320px) {
  .section.section-developer .abso-images .abso-image:last-child {
    top: 13vw;
  }
}
.section.section-developer .abso-images .abso-image:last-child .layer {
  box-shadow: -8px 8px 12px rgba(0, 0, 0, 0.3);
}
.section.section-developer .abso-images .abso-image:last-child .layer.bg-layer.img-developer03 {
  background-position: 39% center;
  background-image: url('/images/img-story02.jpg');
}
.section.section-developer .abso-images .abso-image .subtitle {
  margin: 16px 0;
}
.section.section-developer .content {
  width: 100%;
}
@media screen and (max-width: 414px) {
  .section.section-developer .content {
    float: initial;
  }
}
.section.section-developer .content.table-wrapper {
  height: 720px;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  .section.section-developer .content.table-wrapper {
    height: initial;
  }
}
.section.section-developer .content .separator {
  margin-bottom: 14px;
}
.section.section-developer .content .content-inner-inner {
  text-align: justify;
}
.section.section-developer .content .content-inner-enquiry {
  text-align: left;
}
.section.section-developer .content .content-inner-enquiry > a {
  color: #b48742;
}
.section.section-story {
  padding-bottom: 0;
  margin-bottom: 0;
  /*
		@media @iphone-plus {
			padding-bottom: 0;
		}
*/
}
.section.section-story .color-bar {
  margin-top: 96px;
  margin-bottom: 80px;
}
.section.section-story .separator {
  margin-bottom: 14px;
}
.section.section-story .content {
  /*
			width: 100%;
			max-width: 320px;
		    margin: auto;
*/
}
.section.section-story .neo-stardfor {
  width: 100%;
  /* 			max-width: 440px; */
  position: relative;
  /* 			margin: 114px auto; */
}
@media screen and (max-width: 1200px) {
  .section.section-story .neo-stardfor {
    text-align: left;
    /* 				padding-left: 96px; */
  }
}
.section.section-story .neo-stardfor .item {
  width: auto;
  height: 280px;
  display: block;
  margin: auto;
}
.section.section-story .neo-stardfor .box .box-inner {
  text-align: left;
  margin-top: 44px;
}
.section.section-story .neo-stardfor .box .box-inner > img {
  vertical-align: text-bottom;
}
.section.section-story .neo-stardfor .box .box-inner .uppercase {
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 4px;
}
.section.section-story .neo-stardfor .box .box-inner:nth-child(n+2) {
  margin-top: 73px;
}
.section.section-story .part-wrapper .part {
  width: 100%;
  height: 512px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section.section-story .part-wrapper .part {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .section.section-story .part-wrapper .part {
    height: 240px;
  }
}
.section.section-story .part-wrapper .part .layer {
  width: 100%;
  max-width: 1200px;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  .section.section-story .part-wrapper .part .layer {
    max-width: calc(62.5%);
  }
}
@media screen and (max-width: 768px) {
  .section.section-story .part-wrapper .part .layer {
    max-width: initial;
  }
}
.section.section-story .part-wrapper .part .layer.bg-layer.img-story01 {
  background-image: url('/images/img-story01.jpg');
}
.section.section-story .part-wrapper .part .layer.bg-layer.img-story02 {
  background-image: url('/images/img-story02.jpg');
}
.section.section-story .part-wrapper .part .layer.bg-layer.img-story03 {
  background-position: 95% center;
  background-image: url('/images/img-story03.jpg');
}
.section.section-story .part-wrapper .part .abso-card {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16%;
  margin: auto;
  width: 100%;
  max-width: 450px;
  height: 220px;
}
@media screen and (min-width: 1921px) {
  .section.section-story .part-wrapper .part .abso-card {
    left: 1163px;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .section.section-story .part-wrapper .part .abso-card {
    max-width: calc(70vw);
    height: calc(20vw);
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 414px) {
  .section.section-story .part-wrapper .part .abso-card {
    max-width: calc(70vw);
    height: calc(23vw);
  }
}
.section.section-story .part-wrapper .part .abso-card .bg-card {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: inherit;
  background-color: #f6f6f6;
}
.section.section-story .part-wrapper .part .abso-card .bg-card.color {
  z-index: 0;
  top: 0;
  right: -7px;
  height: 227px;
  background: #b48120;
  background: -moz-linear-gradient(top, #b48120 0%, #f7d698 99%);
  background: -webkit-linear-gradient(top, #b48120 0%, #f7d698 99%);
  background: linear-gradient(to bottom, #b48120 0%, #f7d698 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b48120', endColorstr='#f7d698', GradientType=0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
@media screen and (max-width: 768px) {
  .section.section-story .part-wrapper .part .abso-card .bg-card.color {
    height: calc(21vw);
  }
}
@media screen and (max-width: 414px) {
  .section.section-story .part-wrapper .part .abso-card .bg-card.color {
    height: calc(25vw);
  }
}
@media screen and (max-width: 414px) {
  .section.section-story .part-wrapper .part .abso-card .dot {
    width: 9px;
    height: 16px;
  }
}
.section.section-story .part-wrapper .part .abso-card .table-wrapper {
  height: inherit;
  position: absolute;
  z-index: 3;
}
.section.section-story .part-wrapper .part:nth-child(odd) .abso-content {
  position: absolute;
  top: 85%;
  right: 17%;
  left: initial;
  width: 100%;
  max-width: 375px;
  margin: auto;
}
@media screen and (min-width: 2100px) {
  .section.section-story .part-wrapper .part:nth-child(odd) .abso-content {
    top: 0;
    bottom: 0;
    left: 1640px;
    height: 140px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1920px) {
  .section.section-story .part-wrapper .part:nth-child(odd) .abso-content {
    right: calc(8vw);
  }
}
@media screen and (max-width: 1200px) {
  .section.section-story .part-wrapper .part:nth-child(odd) .abso-content {
    right: calc(5vw);
  }
}
@media screen and (max-width: 1024px) {
  .section.section-story .part-wrapper .part:nth-child(odd) .abso-content {
    display: none;
  }
}
.section.section-story .part-wrapper .part:nth-child(even) .layer {
  float: right;
}
@media screen and (max-width: 768px) {
  .section.section-story .part-wrapper .part:nth-child(even) .layer {
    float: initial;
  }
}
.section.section-story .part-wrapper .part:nth-child(even) .abso-card {
  left: 16%;
  right: auto;
}
@media screen and (min-width: 1921px) {
  .section.section-story .part-wrapper .part:nth-child(even) .abso-card {
    right: 1163px;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .section.section-story .part-wrapper .part:nth-child(even) .abso-card {
    left: 0;
    right: 0;
  }
}
.section.section-advantage {
  margin-bottom: 0;
  background-color: #f6f6f6;
}
.section.section-advantage .maintitle,
.section.section-advantage .subtitle {
  line-height: 1.3em;
  text-align: center;
}
.section.section-advantage .separator {
  margin-bottom: 64px;
}
.section.section-advantage .separator div {
  margin: auto;
}
.section.section-advantage .advantage {
  margin-bottom: 32px;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.section.section-advantage .advantage:hover {
  opacity: 0.8;
}
@media screen and (max-width: 414px) {
  .section.section-advantage .advantage {
    text-align: center;
  }
}
.section.section-advantage .advantage .img {
  float: left;
  display: block;
  margin-top: 20px;
  padding-right: 24px;
  height: 90px;
  width: auto;
}
@media screen and (max-width: 414px) {
  .section.section-advantage .advantage .img {
    float: initial;
    display: initial;
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.section.section-advantage .advantage .text {
  display: table-cell;
  vertical-align: middle;
  height: 139px;
  font-size: 16px;
  font-family: 'PlayfairDisplay-Regular';
  color: #105258;
}
@media screen and (max-width: 414px) {
  .section.section-advantage .advantage .text {
    display: block;
    vertical-align: initial;
    height: initial;
  }
}
.section.section-map {
  width: 100%;
  height: 900px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 414px) {
  .section.section-map {
    height: 480px;
  }
}
.section.section-map .map {
  width: 100%;
  height: 100%;
}
.section.section-video {
  padding-bottom: 0;
  margin-bottom: 32px;
}
.section.section-video .img {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 24px;
}
.section.section-news {
  padding-bottom: 140px;
  margin-bottom: 0;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #d4d5d5 100%);
  background: -webkit-linear-gradient(top, #fafafa 0%, #d4d5d5 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #d4d5d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#d4d5d5', GradientType=0);
}
@media screen and (max-width: 414px) {
  .section.section-news {
    margin-bottom: 24px;
  }
}
.section.section-news .maintitle,
.section.section-news .subtitle {
  line-height: 1.3em;
  text-align: center;
}
.section.section-news .separator div {
  margin: auto;
}
.section.section-news .news-slider .news-slide .news .thumbnail {
  float: left;
  width: 190px;
  height: 130px;
  margin-right: 16px;
}
@media screen and (max-width: 991px) {
  .section.section-news .news-slider .news-slide .news .thumbnail {
    max-width: 130px;
  }
}
@media screen and (max-width: 414px) {
  .section.section-news .news-slider .news-slide .news .thumbnail {
    float: initial;
    max-width: initial;
    width: 100%;
  }
}
.section.section-news .news-slider .news-slide .news .thumbnail .layer.bg-layer {
  position: initial;
}
.section.section-news .news-slider .news-slide .news .thumbnail .layer.bg-layer.news01 {
  background-image: url('/images/icon-news01.png');
}
.section.section-news .news-slider .news-slide .news .thumbnail .layer.bg-layer.news02 {
  background-image: url('/images/icon-news02.jpg');
}
.section.section-news .news-slider .news-slide .news .thumbnail .layer.bg-layer.news03 {
  background-image: url('/images/icon-news03.jpg');
}
.section.section-news .news-slider .news-slide .news .thumbnail .layer.bg-layer.news04 {
  background-image: url('/images/icon-news04.png');
}
.section.section-news .news-slider .news-slide .news .thumbnail .layer.bg-layer.news05 {
  background-image: url('/images/icon-news05.jpg');
}
.section.section-news .news-slider .news-slide .news .thumbnail .layer.bg-layer.news06 {
  background-image: url('/images/icon-news06.png');
}
.section.section-news .news-slider .news-slide .news .thumbnail .layer.bg-layer.news07 {
  background-image: url('/images/icon-news07.png');
}
.section.section-news .news-slider .news-slide .news .thumbnail .layer.bg-layer.news08 {
  background-image: url('/images/icon-news08.jpg');
}
.section.section-news .news-slider .news-slide .news .news-desc {
  float: right;
  width: 100%;
  max-width: calc(100% - 190px - 16px);
}
@media screen and (max-width: 991px) {
  .section.section-news .news-slider .news-slide .news .news-desc {
    max-width: calc(100% - 130px - 16px);
  }
}
@media screen and (max-width: 768px) {
  .section.section-news .news-slider .news-slide .news .news-desc {
    max-width: calc(100% - 130px - 16px);
  }
}
@media screen and (max-width: 414px) {
  .section.section-news .news-slider .news-slide .news .news-desc {
    float: initial;
    max-width: initial;
  }
}
.section.section-news .news-slider .news-slide .news .news-desc .title {
  color: #b79671;
  font-weight: 400;
}
.section.section-news .news-slider .news-slide .news .news-desc .inner {
  display: block;
  overflow: hidden;
  max-height: 70px;
  font-size: 12px;
  text-align: justify;
  color: #999;
}
@media screen and (max-width: 1024px) {
  .section.section-news .news-slider .news-slide .news .news-desc .inner {
    display: none;
  }
}
.section.section-news .news-slider .news-slide .news .news-desc .date {
  color: #848484;
  display: table-cell;
  vertical-align: bottom;
  height: 24px;
}
@media screen and (max-width: 414px) {
  .section.section-news .news-slider .news-slide .news .news-desc .date {
    display: none;
  }
}
.section.section-news .news-slider.web {
  display: block;
}
@media screen and (max-width: 414px) {
  .section.section-news .news-slider.web {
    display: none;
  }
}
.section.section-news .news-slider.mobile {
  display: none;
}
@media screen and (max-width: 414px) {
  .section.section-news .news-slider.mobile {
    display: block;
  }
}
.section.section-news .news-slider .slick-dots {
  bottom: -20px;
}
@media screen and (max-width: 414px) {
  .section.section-news .news-slider .slick-dots {
    bottom: -35px;
  }
}
.section.section-news .news-slider .slick-dots li {
  margin: 0 10px;
}
@media screen and (max-width: 414px) {
  .section.section-news .news-slider .slick-dots li {
    margin: 0 8px;
  }
}
.section.section-news .news-slider .slick-dots li button:before {
  color: #b48120;
  font-size: 13px;
}
.section.section-news .news-slider .slick-dots li.slick-active button:before {
  color: #b48120;
}
.section.section-news .news-slider .slick-arrow {
  z-index: 99;
}
.section.section-news .news-slider .slick-arrow.slick-prev:before,
.section.section-news .news-slider .slick-arrow.slick-next:before {
  content: '';
  width: 30px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .section.section-news .news-slider .slick-arrow.slick-prev:before,
  .section.section-news .news-slider .slick-arrow.slick-next:before {
    width: 20px;
    height: 24px;
  }
}
.section.section-news .news-slider .slick-arrow.slick-prev {
  left: -2%;
  top: 44%;
}
@media screen and (max-width: 1024px) {
  .section.section-news .news-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .section.section-news .news-slider .slick-arrow.slick-prev {
    left: -10%;
  }
}
@media screen and (max-width: 640px) {
  .section.section-news .news-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.section.section-news .news-slider .slick-arrow.slick-prev:before {
  background-image: url('/images/icon-prev.png');
}
.section.section-news .news-slider .slick-arrow.slick-next {
  right: -2%;
  top: 44%;
}
@media screen and (max-width: 1024px) {
  .section.section-news .news-slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section.section-news .news-slider .slick-arrow.slick-next {
    right: -10%;
  }
}
@media screen and (max-width: 640px) {
  .section.section-news .news-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.section.section-news .news-slider .slick-arrow.slick-next:before {
  background-image: url('/images/icon-next.png');
}
.video {
  width: 100%;
  height: 100%;
  position: relative;
}
.video #neoVideo {
  width: 100%;
  height: 100%;
  position: relative;
}
.video .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.video .layer.bg-layer {
  background-position: top center;
  background-size: 114.5%;
}
.video .layer.bg-layer.video-layer {
  background-image: url('/images/img-video.jpg');
}
.video .layer.active.video-layer {
  opacity: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  z-index: -1;
}
::-webkit-media-controls-play-button {
  display: none !important;
}
.btn-back2top {
  position: fixed;
  right: 24px;
  bottom: 0;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 414px) {
  .btn-back2top {
    right: 2%;
    bottom: -3%;
  }
}
.btn-back2top.btn-base {
  display: none;
}
.btn-back2top.btn-base.btn-text h6 {
  font-size: 12px;
}
@media screen and (max-width: 414px) {
  .btn-back2top.btn-base.btn-text h6 {
    font-size: 10px;
  }
}
.btn-back2top.btn-img img {
  width: 16px;
}
@media screen and (max-width: 414px) {
  .btn-back2top.btn-img img {
    width: 20px;
    padding-bottom: 4px;
  }
}
.brightness-white {
  filter: brightness(5);
}
.brightness-black {
  filter: brightness(0%);
}
