.sc-home {
  height: 100vh;
}

.sc-home .bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sc-home .bg-sky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-home-sky.jpg) 50% 100% no-repeat;
  background-size: 100%;
}

.sc-home .bg-cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  background: url(../img/bg-cloud-main.png) repeat-x;
  -webkit-animation: moveCloud 50s linear infinite;
          animation: moveCloud 50s linear infinite;
}

.sc-home .bg-cloud-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  background: url(../img/bg-cloud-main.png) repeat-x;
  background-position: 50% -120%;
  -webkit-animation: moveCloud2 60s linear infinite;
          animation: moveCloud2 60s linear infinite;
}

.sc-home .bg-building {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-home-building.png) 50% 100% no-repeat;
  background-size: 100%;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes moveSky {
  0% {
    background-position: 50% -300px;
  }
  100% {
    background-position: 50% 100%;
  }
}

@keyframes moveSky {
  0% {
    background-position: 50% -300px;
  }
  100% {
    background-position: 50% 100%;
  }
}

@-webkit-keyframes moveCloud {
  0% {
    background-position: 100% 10%;
  }
  100% {
    background-position: -100% 10%;
  }
}

@keyframes moveCloud {
  0% {
    background-position: 100% 10%;
  }
  100% {
    background-position: -100% 10%;
  }
}

@-webkit-keyframes moveCloud2 {
  0% {
    background-position: -100% -120%;
  }
  100% {
    background-position: 100% -120%;
  }
}

@keyframes moveCloud2 {
  0% {
    background-position: -100% -120%;
  }
  100% {
    background-position: 100% -120%;
  }
}

@-webkit-keyframes moveBuilding {
  0% {
    background-position: 50% 500%;
  }
  100% {
    background-position: 50% 100%;
  }
}

@keyframes moveBuilding {
  0% {
    background-position: 50% 500%;
  }
  100% {
    background-position: 50% 100%;
  }
}

.sc-home .container {
  position: relative;
  height: 100vh;
}

.sc-home .logo-main {
  position: absolute;
  top: 220px;
  right: 76px;
}

.sc-home .logo-main span {
  display: block;
  text-indent: -9999px;
  visibility: hidden;
}

.sc-home .logo-main .txt-head {
  background: url(../img/logo-onest-01-m.png) 0 0 no-repeat;
  background-size: 100%;
  width: 200px;
  height: 86px;
  margin-bottom: 10px;
}

.sc-home .logo-main .txt-sub {
  background: url(../img/logo-onest-02-m.png) 0 0 no-repeat;
  background-size: 100%;
  width: 200px;
  height: 29px;
}

.sc-concept {
  padding: 80px 0 60px;
  background-color: #003464;
}

.sc-concept .sc-header {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 37px;
  line-height: 1.2;
}

.sc-concept .sc-header span {
  display: block;
  font-weight: 900;
  font-size: 66px;
}

.sc-concept .row {
  margin-left: 0;
  margin-right: 0;
}

.sc-concept .row [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.sc-concept .col-content .inner {
  padding-left: 60px;
  padding-right: 60px;
}

.sc-concept .col-content p {
  margin-bottom: 0;
}

.sc-concept .pic-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 600px;
}

.sc-concept .col-pic-left .item-pic {
  width: 184px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.sc-concept .col-pic-left .item-pic:nth-child(4) {
  margin-right: 0;
}

.sc-concept .col-pic-left .item-pic:nth-child(5) {
  margin-right: 0;
}

.sc-concept .col-pic-left .item-pic:nth-child(6) {
  margin-right: 0;
}

.sc-concept .col-pic-right .inner {
  overflow: hidden;
}

.sc-concept .col-pic-right .item-pic {
  width: 168px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.sc-concept .col-pic-right .item-pic:nth-child(1) {
  width: 100%;
  margin-right: 0;
}

.sc-concept .col-pic-right .item-pic:nth-child(4) {
  width: 191px;
  /* flex-wrap: wrap; */
  /* flex-basis: auto; */
  /* flex-flow: column; */
  /* flex-shrink: unset; */
  /* flex-grow: unset; */
  /* flex: 1 1 0; */
  position: absolute;
  margin: 217px 0 0 173px;
  margin-right: 0;
}

.sc-overview {
  position: relative;
  background: url(../img/bg-overview-main.jpg) center top no-repeat;
}

.sc-overview .outer-container {
  position: relative;
  background: url(../img/bg-building.png) center top no-repeat;
}

.sc-overview .bg-cloud {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1366px;
  width: 100%;
  height: 795px;
  overflow-x: hidden;
}

.sc-overview .bg-cloud-1 {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  height: 468px;
  background: url(../img/bg-cloud-01.png) center top repeat-x;
  -webkit-animation: animateCloud 60s linear infinite;
          animation: animateCloud 60s linear infinite;
}

.sc-overview .bg-cloud-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 449px;
  background: url(../img/bg-cloud-02.png) center top repeat-x;
  -webkit-animation: animateCloudRight 70s linear infinite;
          animation: animateCloudRight 70s linear infinite;
}

.sc-overview .container {
  position: relative;
  height: 795px;
}

.sc-overview .obj-building {
  position: absolute;
  top: -151px;
  left: 50%;
  margin-left: -167px;
  width: 320px;
  height: 775px;
}

.sc-overview .obj-building video {
  position: absolute;
  top: -3px;
  left: 0;
  max-width: 100%;
}

.list-convenient-safety {
  position: absolute;
  right: 10px;
  bottom: 75px;
  width: 260px;
}

.list-convenient-safety h2 {
  position: relative;
  font-size: 22px;
  padding-left: 24px;
  padding-right: 24px;
}

.list-convenient-safety li {
  position: relative;
  margin-top: 10px;
  padding: 10px;
  color: #fff;
}

.list-convenient-safety li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003464;
  mix-blend-mode: multiply;
}

.list-convenient-safety li a {
  display: block;
  position: relative;
  color: #fff;
}

.list-convenient-safety li p {
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.list-convenient-safety li h3 {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
}

.list-convenient-safety li h3 span {
  display: inline-block;
  width: 60px;
  font-size: 56px;
}

.list-convenient-safety li .content-collopse {
  display: none;
}

.list-convenient-safety li .content-collopse .pic {
  margin-bottom: 17px;
}

.list-convenient-safety li .content-collopse .pic img {
  max-width: 100%;
}

.list-convenient-safety li.open a {
  padding-top: 147px;
}

.list-convenient-safety li.open .content-collopse .pic {
  position: absolute;
  top: 0;
  left: 0;
}

.box-expand {
  position: absolute;
  top: 195px;
  left: 50%;
  z-index: 10;
}

.box-expand h2 {
  font-size: 35px;
  color: #fff;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.42);
}

.box-expand h2 a {
  color: #fff;
}

.box-expand h2 a::after {
  content: '+';
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #bec2c6;
  color: #0070bb;
  text-align: center;
  margin-left: 10px;
  padding-left: 5px;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.box-expand h2.active a {
  color: #fff;
}

.box-expand h2.active a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: '-';
}

.box-expand .box-content {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  padding: 10px;
  background-color: #003464;
  mix-blend-mode: multiply;
  margin-left: -253px;
  margin-top: -20px;
  position: absolute;
  max-width: 486px;
}

.box-expand .box-content .pic {
  margin-bottom: 10px;
}

.box-expand .box-content h3 {
  font-size: 35px;
}

.box-expand .box-content p {
  font-size: 18px;
  margin-bottom: 0;
}

.box-expand.box-effective {
  margin-left: -360px;
}

.box-expand.box-lobby {
  top: 610px;
  margin-left: -380px;
}

.box-expand.box-lobby .box-content {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  margin-left: -162px;
  margin-top: -422px;
}

.box-expand.show .box-content {
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.animate-wrapper {
  display: inline-block;
  max-width: 315px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tower-animate {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 229.52%;
  width: 100%;
  background-image: url("../img/tower-sprite-sheet.png");
  -webkit-animation: moveX 2.22s steps(69) infinite;
  animation: moveX 2.22s steps(69) infinite;
  background-size: auto 100%;
}

@-webkit-keyframes moveX {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 100%;
  }
}

@keyframes moveX {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 100%;
  }
}

@-webkit-keyframes animateCloud {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 180%;
  }
}

@keyframes animateCloud {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 180%;
  }
}

@-webkit-keyframes animateCloudRight {
  0% {
    background-position-x: 180%;
  }
  100% {
    background-position-x: 0;
  }
}

@keyframes animateCloudRight {
  0% {
    background-position-x: 180%;
  }
  100% {
    background-position-x: 0;
  }
}

.btn-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  background: url(../img/ico-play.png) 0 0 no-repeat;
  background-size: contain;
}

.btn-play span {
  display: block;
  padding-top: 120px;
}

.btn-zoom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 41px;
  height: 41px;
  overflow: hidden;
  background: url(../img/ico-zoom.gif) 0 0 no-repeat;
}

.btn-zoom span {
  display: block;
  padding: 50px;
}

.sc-spec {
  padding: 85px 0 75px;
  background-color: #f2f2f2;
}

.sc-spec .container {
  position: relative;
  max-width: 1296px;
}

.sc-spec .col-pic {
  margin-bottom: 20px;
}

.sc-spec .pic-area {
  position: relative;
  display: inline-block;
}

.sc-spec .btn-zoom {
  right: 40px;
}

.sc-spec .col-btn {
  margin-left: 50px;
}

.sc-spec .col-btn .btn {
  margin-right: 2px;
}

.sc-spec .col-btn .btn:focus {
  color: #fff !important;
}

.balloon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.balloon-container .balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 100%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
  z-index: 1;
}

.balloon-container .balloon span {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  color: #003464;
}

.balloon-container .balloon.balloon-1 {
  left: 92px;
  top: 157px;
}

.balloon-container .balloon.balloon-2 {
  left: 230px;
  top: 118px;
}

.balloon-container .balloon.balloon-3 {
  left: 385px;
  top: 8px;
}

.balloon-container .balloon.balloon-4 {
  left: 515px;
  top: 168px;
}

.balloon-container .balloon.balloon-5 {
  left: 588px;
  top: 294px;
}

.balloon-container .balloon.balloon-6 {
  left: 777px;
  top: 220px;
}

.balloon-container [class^="obj-balloon-"] {
  position: absolute;
  visibility: hidden;
}

.balloon-container .obj-balloon-1 {
  background: url(../img/obj-bl-01.png) 0 0 no-repeat;
  width: 17px;
  height: 263px;
  left: 115px;
  top: 62px;
}

.balloon-container .obj-balloon-2 {
  background: url(../img/obj-bl-02.png) 0 0 no-repeat;
  width: 131px;
  height: 101px;
  left: 197px;
  top: 99px;
}

.balloon-container .obj-balloon-3 {
  background: url(../img/obj-bl-03.png) 0 0 no-repeat;
  width: 210px;
  height: 55px;
  left: 300px;
  top: 12px;
}

.balloon-container .obj-balloon-4 {
  background: url(../img/obj-bl-04.png) 0 0 no-repeat;
  width: 544px;
  height: 42px;
  left: 312px;
  top: 180px;
}

.balloon-container .obj-balloon-5 {
  background: url(../img/obj-bl-05.png) 0 0 no-repeat;
  width: 16px;
  height: 30px;
  left: 660px;
  top: 309px;
}

.col-slide-content {
  position: absolute;
  top: -20px;
  right: 15px;
  width: 358px;
  padding: 0;
}

.col-slide-content::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92%;
  background: #003464;
  mix-blend-mode: multiply;
  z-index: 1;
}

.box-slide {
  width: 358px;
}

.box-slide .slide {
  height: 468px;
}

.box-slide .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.box-slide .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #acacac;
  margin: 0 10px;
}

.box-slide .owl-dot.active {
  background-color: #003464;
}

.box-slide .inner {
  padding: 60px 35px 30px;
}

.box-slide h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.box-slide h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.box-slide h4 {
  font-family: 'Athiti', sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}

.box-slide .list-content li {
  margin-bottom: 20px;
}

.box-slide .list-content .list-sub li {
  margin-bottom: 0;
  font-size: 12px;
}

.box-slide p {
  font-size: 15px;
  line-height: 1.2;
}

.box-slide .row-prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-slide .row-prop .icon {
  width: 80px;
}

.box-slide .row-prop .icon img {
  width: auto;
}

.box-slide .row-prop .detail {
  padding-top: 5px;
}

.box-slide .slide-2 li {
  margin-bottom: 30px;
}

.box-slide .slide-2 h3 {
  margin-bottom: 8px;
}

.box-slide .slide-3 h3 {
  margin-bottom: 8px;
}

.box-slide .slide-3 .detail {
  padding-top: 0;
}

.box-slide .slide-3 .detail p {
  margin-bottom: 0;
}

.box-slide .slide-3 .detail span {
  display: inline-block;
  font-size: 10px;
}

.box-slide .slide-4 h3 {
  margin-bottom: 8px;
}

.box-slide .slide-5 h3 {
  margin-bottom: 8px;
}

.sc-facilities .container {
  position: relative;
  max-width: 1366px;
  padding-left: 0;
  padding-right: 0;
}

.sc-facilities .bg-menu {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #003464;
  mix-blend-mode: multiply;
  z-index: 1;
}

.sc-facilities .side-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  z-index: 10;
  padding: 70px 0 0 45px;
}

.sc-facilities .side-menu a {
  display: inline-block;
  font-family: 'Ostrich Sans';
  font-weight: 900;
  font-size: 38px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
  -webkit-transition: color .5s ease-in-out;
  transition: color .5s ease-in-out;
}

.sc-facilities .side-menu a:hover {
  color: white;
}

.sc-facilities .side-menu a.active {
  color: white;
}

.sc-facilities .facilities-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.sc-facilities .facilities-content.active {
  opacity: 1;
  visibility: visible;
}

.sc-facilities .facilities-content .row {
  margin-left: 0;
  margin-right: 0;
}

.sc-facilities .facilities-content [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.sc-facilities .facilities-content .inner {
  position: relative;
  height: 640px;
}

.sc-facilities #wellness.facilities-content {
  position: relative;
}

.sc-facilities #wellness .inner::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: url(../img/bg-transparent.png) left bottom repeat-x;
  mix-blend-mode: multiply;
}

.sc-facilities #facilities .inner::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: url(../img/bg-transparent.png) left bottom repeat-x;
  mix-blend-mode: multiply;
}

.sc-facilities .txt-box h2 {
  font-size: 21px;
  margin-bottom: 10px;
}

.sc-facilities .txt-box p {
  font-size: 15px;
}

.sc-facilities .txt-box-bottom {
  position: absolute;
  left: 0;
  top: 475px;
  padding: 25px;
  z-index: 10;
}

.sc-facilities .col-urban-greenery {
  background: url(../img/pic-wellness-01.jpg) 0 0 no-repeat;
  background-size: cover;
}

.sc-facilities .col-rainwater {
  background: url(../img/pic-wellness-02.jpg) 0 0 no-repeat;
  background-size: cover;
}

.sc-facilities .col-leed-well {
  background: url(../img/pic-wellness-03.jpg) 0 0 no-repeat;
  background-size: cover;
}

.sc-facilities .col-foodcourt {
  background: url(../img/pic-facilities-01.jpg) 0 0 no-repeat;
  background-size: cover;
}

.sc-facilities .col-facilities-1 {
  background: url(../img/pic-facilities-02.jpg) 0 0 no-repeat;
  background-size: cover;
}

.sc-facilities .col-facilities-2 {
  background: url(../img/pic-facilities-03.jpg) 0 0 no-repeat;
  background-size: cover;
}

.sc-facilities #bcp {
  color: #003465;
}

.sc-facilities #bcp .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
}

.sc-facilities #bcp .inner {
  position: relative;
  padding: 70px 45px;
}

.sc-facilities #bcp .inner::before {
  content: '';
  position: absolute;
  top: 70px;
  left: 0;
  width: 1px;
  height: calc(100% - 140px);
  background-color: #000006;
}

.sc-facilities #bcp .col-fac-2 .inner::before {
  display: none;
}

.sc-facilities #bcp h2 {
  margin-bottom: 15px;
  line-height: 1.2;
}

.sc-facilities #bcp p {
  font-size: 13px;
}

.sc-facilities #bcp .col-fac-1 {
  background: url(../img/pic-bcp-00.jpg) 0 0 no-repeat;
  background-size: cover;
}

.sc-facilities #structure {
  color: #003465;
}

.sc-facilities #structure .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
}

.sc-facilities #structure .inner {
  position: relative;
  padding: 70px 45px;
}

.sc-facilities #structure .inner::before {
  content: '';
  position: absolute;
  top: 70px;
  left: 0;
  width: 1px;
  height: calc(100% - 140px);
  background-color: #000006;
}

.sc-facilities #structure .col-fac-2 .inner::before {
  display: none;
}

.sc-facilities #structure h2 {
  margin-bottom: 15px;
  line-height: 1.2;
}

.sc-facilities #structure p {
  font-size: 13px;
}

.sc-facilities #structure .col-fac-1 {
  background: url(../img/pic-structure-00.jpg) 0 0 no-repeat;
  background-size: cover;
}

.sc-outline {
  padding: 85px 0;
  background-color: #003464;
}

.sc-outline .row {
  margin-left: -8px;
  margin-right: -8px;
}

.sc-outline [class^="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.sc-outline .btn-zoom {
  right: 10px;
  bottom: -10px;
}

.sc-outline h2 {
  font-size: 22px;
  border-bottom: 2px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.sc-outline .col-plan .inner {
  position: relative;
}

.sc-outline .col-outline-building {
  position: relative;
}

.sc-outline .col-outline-building::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 8px;
  width: calc(100% - 16px);
  height: 2px;
  background-color: #fff;
}

.sc-outline .col-outline-rent {
  position: relative;
}

.sc-outline .col-outline-rent::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 8px;
  width: calc(100% - 16px);
  height: 2px;
  background-color: #fff;
}

.sc-outline .col-outline-rent .row-outline p.head {
  width: 175px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
}

.row-outline li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 3px 0;
  border-top: 1px solid #40678b;
}

.row-outline li:first-child {
  border-top: none;
}

.row-outline li ul li {
  border-top: none;
}

.row-outline li ul p.head {
  width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  font-weight: normal;
}

.row-outline p {
  font-size: 12px;
  margin-bottom: 0;
}

.row-outline p.head {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  font-weight: bold;
}

.sc-news {
  padding: 105px 0 65px;
  background: url(../img/bg-news.jpg) center no-repeat;
  background-size: cover;
}

.col-news-content .inner {
  max-width: 352px;
  margin-left: 50px;
}

.col-news-content header {
  color: #003465;
  margin-bottom: 55px;
}

.col-news-content header h2 {
  font-size: 40px;
}

.col-news-content header h3 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.col-news-content header .progress-bar {
  display: block;
  width: 100%;
  background: none;
  height: 12px;
}

.col-news-content header .progress-bar .bar {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: #fff;
}

.col-news-content header .progress-bar .active-bar {
  height: 12px;
  border-radius: 6px;
  background-color: #003464;
}

.col-news-content .news-body {
  color: #000;
}

.col-news-content .news-body .date {
  font-family: 'Ostrich Sans';
  font-size: 28px;
  margin-bottom: 10px;
}

.pic-slide {
  max-width: 537px;
  margin-left: 80px;
}

.pic-slide .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.pic-slide .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #acacac;
  margin: 0 10px;
}

.pic-slide .owl-dot.active {
  background-color: #003464;
}

.sc-news-detail {
  padding-top: 130px;
  min-height: 100vh;
}

.sc-news-detail .container {
  padding-left: 0;
  padding-right: 0;
}

.sc-news-detail .pic-slide {
  max-width: 100%;
  margin-left: 0;
}

.sc-news-detail .page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 40px;
}

.sc-news-detail .btn-txt {
  display: inline-block;
  font-family: 'Ostrich Sans';
  font-size: 22px;
  font-weight: 900;
  color: #003464;
  margin: 10px 0;
}

.sc-news-detail .page-control .btn-back {
  position: relative;
  margin-right: 12px;
}

.sc-news-detail .page-control .btn-back::after {
  content: '';
  position: absolute;
  top: 0px;
  right: -14px;
  width: 2px;
  height: 35px;
  background-color: #003464;
}

.sc-news-detail .page-control .btn-next {
  margin-left: 12px;
}

.sc-contact {
  padding: 85px 0;
  background-color: #003464;
}

.sc-contact .col-map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70.666667%;
          flex: 0 0 70.666667%;
  max-width: 70.666667%;
}

.sc-contact .col-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.333333%;
          flex: 0 0 29.333333%;
  max-width: 29.333333%;
}

.sc-contact .col-info h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.sc-contact .col-info p {
  font-size: 14px;
}

.sc-contact .col-info .g-map {
  margin-bottom: 15px;
}

.sc-contact .col-info .download-kit {
  margin-bottom: 15px;
}

.fotorama__thumb-border {
  display: none;
}

.fotorama__nav__frame {
  width: 156px !important;
  height: 111px !important;
  padding: 5px !important;
  opacity: .8;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.fotorama__nav__frame.fotorama__active {
  opacity: 1;
}

.fotorama__nav__frame:hover {
  opacity: 1;
}

.fotorama__nav__frame .fotorama__img {
  width: 170px !important;
  height: 120px !important;
}

.fotorama_custom__arr {
  position: absolute;
  bottom: 30px;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  z-index: 10;
}

.fotorama_custom__arr.fotorama_custom__arr--prev {
  background: url(../img/ico-arrw-prev.png) 0 0 no-repeat;
  background-size: contain;
  left: 0;
}

.fotorama_custom__arr.fotorama_custom__arr--next {
  background: url(../img/ico-arrw-next.png) 0 0 no-repeat;
  background-size: contain;
  right: 0;
}

@media (max-width: 991px) {
  area {
    outline: none !important;
  }
  .fotorama__nav__frame {
    width: 82px !important;
    height: 58px !important;
  }
  .fotorama__nav__frame .fotorama__img {
    width: 95px !important;
    height: 67px !important;
  }
  .fotorama_custom__arr {
    width: 30px;
    height: 30px;
    bottom: 18px;
  }
  .sc-home {
    background: url(../img/bg-home-m.jpg) center top no-repeat;
    background-size: cover;
  }
  .sc-home .logo-main {
    top: 120px;
    background-size: 100%;
  }
  .btn-play {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
  }
  .sc-concept {
    padding: 35px 0 100px;
  }
  .sc-concept .sc-header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.2;
    width: 95px;
    margin-left: auto;
    margin-right: auto;
  }
  .sc-concept .sc-header span {
    font-size: 42px;
  }
  .sc-concept .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sc-concept .col-content .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-concept .col-content .inner p {
    text-align: center;
    margin-bottom: 20px;
  }
  .sc-concept .col-content .inner .pic {
    margin-bottom: 20px;
  }
  .sc-overview {
    background: #003464;
    padding-bottom: 40px;
  }
  .sc-overview .bg-cloud-1 {
    display: none;
  }
  .sc-overview .bg-cloud-2 {
    display: none;
  }
  .sc-overview .outer-container {
    background: none;
    background: url(../img/bg-overview-main-m.jpg) center top no-repeat;
    background-size: auto 550px;
  }
  .sc-overview .container {
    height: auto;
    padding-top: 580px;
  }
  .sc-overview .obj-building {
    top: -99px;
    margin-left: -116px;
    max-width: 219px;
    height: auto;
  }
  .sc-overview .obj-building img {
    max-width: 100%;
  }
  .sc-overview .obj-building video {
    max-width: 100%;
  }
  .box-expand {
    top: 130px;
  }
  .box-expand h2 {
    font-size: 25px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.72);
    padding-left: 38px;
  }
  .box-expand h2 a {
    color: #fff;
  }
  .box-expand h2 a::after {
    content: '+';
    position: absolute;
    top: -2px;
    left: 0;
    width: 28px;
    height: 28px;
    margin-left: 0;
    padding-left: 3px;
  }
  .box-expand .box-content {
    padding: 10px;
    background-color: #003464;
    mix-blend-mode: normal;
    margin-left: -62px;
    margin-top: -30px;
    width: 320px;
    max-width: 320px;
    z-index: 10;
  }
  .box-expand .box-content .pic {
    margin-bottom: 10px;
  }
  .box-expand .box-content .pic img {
    max-width: 100%;
  }
  .box-expand .box-content h3 {
    font-size: 22px;
  }
  .box-expand .box-content p {
    font-size: 13px;
    margin-bottom: 0;
  }
  .box-expand .box-content .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../img/ico-close.png) 0 0 no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    overflow: hidden;
  }
  .box-expand .box-content .btn-close span {
    display: block;
    padding-top: 40px;
  }
  .box-expand.box-effective {
    margin-left: -100px;
  }
  .box-expand.box-lobby {
    top: 410px;
    margin-left: -125px;
  }
  .box-expand.box-lobby h2 {
    padding-left: 0;
    padding-right: 38px;
  }
  .box-expand.box-lobby h2 a::after {
    left: auto;
    right: 0;
  }
  .box-expand.box-lobby .box-content {
    margin-left: -38px;
    margin-top: -200px;
  }
  .list-convenient-safety {
    position: static;
    width: 294px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .list-convenient-safety h2 {
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px 0;
  }
  .list-convenient-safety li {
    position: relative;
    margin-top: 10px;
    padding: 0;
    border: 1px solid #fff;
    color: #fff;
  }
  .list-convenient-safety li::before {
    mix-blend-mode: normal;
  }
  .list-convenient-safety li a {
    display: block;
    position: relative;
    color: #fff;
  }
  .list-convenient-safety li p {
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .list-convenient-safety li h3 {
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px 0;
  }
  .list-convenient-safety li .content-collopse {
    padding-bottom: 10px;
  }
  .list-convenient-safety li .content-collopse .pic {
    margin-bottom: 15px;
    width: 100%;
  }
  .list-convenient-safety li .content-collopse .pic img {
    width: 100%;
  }
  .list-convenient-safety li.open a {
    padding-top: 165px;
  }
  .list-convenient-safety li.open .content-collopse .pic {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sc-spec {
    padding: 30px 0;
  }
  .sc-spec h2 {
    font-size: 30px;
    color: #003464;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sc-spec .col-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .sc-spec .col-btn .btn {
    float: left;
    margin: 0 1% 0 0;
    width: 32.333333%;
    min-width: inherit;
    font-size: 10px;
  }
  .sc-spec .col-pic {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
  .sc-spec .col-pic .pic-area {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
  }
  .btn-zoom {
    width: 20px;
    height: 20px;
    right: 20px !important;
    background-size: contain;
  }
  .balloon-container {
    display: none;
  }
  .col-slide-content {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
    right: 0;
    top: -10px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-slide {
    width: auto;
  }
  .box-slide .inner {
    padding: 30px 25px 30px;
  }
  .box-slide h2 {
    display: none;
  }
  .box-slide h4 {
    font-size: 14px;
  }
  .box-slide p {
    font-size: 13px;
  }
  .box-slide .slide {
    height: auto;
  }
  .box-slide .owl-dot {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
  .sc-facilities .bg-menu {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background: #003464;
    mix-blend-mode: multiply;
    z-index: 1;
  }
  .sc-facilities .accd-header {
    position: relative;
    height: 50px;
    padding: 10px 20px;
  }
  .sc-facilities .accd-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003464;
    mix-blend-mode: multiply;
  }
  .sc-facilities .accd-header::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    background: url(../img/ico-arrw-accd.png) 0 0 no-repeat;
    background-size: contain;
    width: 20px;
    height: 12px;
  }
  .sc-facilities .accd-header.active::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .sc-facilities .accd-header h2 {
    position: relative;
    font-size: 30px;
    color: #fff;
  }
  .sc-facilities .accd-header ~ * {
    display: none;
  }
  .sc-facilities .facilities-content {
    display: block !important;
    position: static;
    visibility: visible;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    opacity: 1;
  }
  .sc-facilities .facilities-content.active {
    display: block;
  }
  .sc-facilities .facilities-content .row {
    margin-left: 0;
    margin-right: 0;
  }
  .sc-facilities .facilities-content [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-facilities .facilities-content .inner {
    height: 160px;
  }
  .sc-facilities #wellness .accd-header {
    background: url(../img/pic-wellness-00-m.jpg) center top no-repeat;
    background-size: cover;
  }
  .sc-facilities #wellness .accd-header.active {
    height: 160px;
    padding-top: 30px;
  }
  .sc-facilities #wellness .accd-header.active::after {
    top: 42px;
  }
  .sc-facilities #wellness .accd-header ~ * {
    display: block;
  }
  .sc-facilities #wellness .inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100%;
    background: url(../img/bg-transparent-m.png) left top repeat-x;
    background-size: cover;
    mix-blend-mode: multiply;
  }
  .sc-facilities #facilities .accd-header {
    background: url(../img/pic-facilities-00-m.jpg) center top no-repeat;
    background-size: cover;
  }
  .sc-facilities #facilities .accd-header.active {
    height: 160px;
    padding-top: 30px;
  }
  .sc-facilities #facilities .accd-header.active::after {
    top: 42px;
  }
  .sc-facilities #facilities .inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100%;
    background: url(../img/bg-transparent-m.png) left top repeat-x;
    background-size: cover;
    mix-blend-mode: multiply;
  }
  .sc-facilities .txt-box h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .sc-facilities .txt-box p {
    font-size: 15px;
    margin-bottom: 0;
  }
  .sc-facilities .txt-box-bottom {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 20px 25px;
    z-index: 10;
  }
  .sc-facilities .col-urban-greenery {
    background: url(../img/pic-wellness-01-m.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .sc-facilities .col-rainwater {
    background: url(../img/pic-wellness-02-m.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .sc-facilities .col-leed-well {
    background: url(../img/pic-wellness-03-m.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .sc-facilities .col-foodcourt {
    background: url(../img/pic-facilities-01-m.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .sc-facilities .col-facilities-1 {
    background: url(../img/pic-facilities-02-m.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .sc-facilities .col-facilities-2 {
    background: url(../img/pic-facilities-03-m.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .sc-facilities #bcp {
    color: #003465;
  }
  .sc-facilities #bcp .accd-header {
    background: url(../img/pic-bcp-00-m.png) center top no-repeat;
    background-size: cover;
  }
  .sc-facilities #bcp .icon {
    height: auto;
    margin-bottom: 20px;
  }
  .sc-facilities #bcp .inner {
    position: relative;
    padding: 50px 40px;
    height: auto;
  }
  .sc-facilities #bcp .inner::before {
    display: none;
  }
  .sc-facilities #bcp .col-fac-2 .inner::before {
    display: none;
  }
  .sc-facilities #bcp h2 {
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .sc-facilities #bcp p {
    font-size: 13px;
  }
  .sc-facilities #bcp .col-fac-1 {
    background: url(../img/pic-bcp-00.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .sc-facilities #structure {
    color: #003465;
  }
  .sc-facilities #structure .accd-header {
    background: url(../img/pic-structure-00-m.jpg) center top no-repeat;
    background-size: cover;
  }
  .sc-facilities #structure .icon {
    height: auto;
    margin-bottom: 20px;
  }
  .sc-facilities #structure .inner {
    position: relative;
    padding: 50px 40px;
    height: auto;
  }
  .sc-facilities #structure .inner::before {
    display: none;
  }
  .sc-facilities #structure .col-fac-2 .inner::before {
    display: none;
  }
  .sc-facilities #structure h2 {
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .sc-facilities #structure p {
    font-size: 13px;
  }
  .sc-facilities #structure .col-fac-1 {
    background: url(../img/pic-structure-00.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .sc-outline {
    padding: 55px 0;
  }
  .sc-outline .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sc-outline .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sc-outline [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sc-outline .col-plan {
    margin-bottom: 50px;
  }
  .sc-outline .col-outline-building {
    margin-bottom: 50px;
  }
  .sc-outline .col-outline-building::after {
    left: 20px;
    width: calc(100% - 40px);
  }
  .sc-outline .col-outline-rent::after {
    left: 20px;
    width: calc(100% - 40px);
  }
  .sc-news {
    padding: 30px 0;
    background: url(../img/bg-news-m.jpg) center no-repeat;
    background-size: cover;
  }
  .pic-slide {
    max-width: 100%;
    margin-left: 0;
  }
  .col-news-content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
  .col-news-content .inner {
    max-width: 100%;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .col-news-content header {
    margin-bottom: 10px;
  }
  .col-news-content header h2 {
    font-size: 30px;
  }
  .col-news-content header h3 {
    font-size: 30px;
  }
  .col-news-content header .progress-bar {
    height: 8px;
  }
  .col-news-content header .progress-bar .bar {
    height: 8px;
    border-radius: 2px;
  }
  .col-news-content header .progress-bar .active-bar {
    height: 8px;
    border-radius: 2px;
  }
  .col-news-content .news-body .date {
    font-size: 24px;
    margin-bottom: 2px;
  }
  .col-news-content .news-body .txt-body {
    margin-bottom: 10px;
  }
  .pic-slide .owl-dots {
    margin-top: 5px;
  }
  .pic-slide .owl-dot {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
  .sc-news-detail .page-nav {
    margin-bottom: 20px;
  }
  .sc-news-detail .col-news-content .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sc-news-detail .col-news-content header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sc-news-detail .col-news-content .news-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sc-news-detail .col-pic-news {
    padding-left: 35px;
    padding-right: 35px;
  }
  .sc-contact {
    padding: 30px 0;
  }
  .sc-contact .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sc-contact .col-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .sc-contact .col-info header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sc-contact .col-info h2 {
    font-size: 30px;
  }
  .sc-contact .col-info p {
    font-size: 12px;
  }
  .sc-contact .col-info .col-map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .sc-contact .col-info .col-map .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-contact .col-info .download-kit {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
  .sc-contact .col-info .col-map {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sc-contact .col-info .logo-agent {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .sc-contact .g-map {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 30px !important;
  }
  .sc-contact .g-map h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sc-contact .g-map-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
  }
  .sc-contact .g-map-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sc-concept .pic-container {
    height: 600px;
  }
  .sc-concept .col-pic-right .item-pic:nth-child(4) {
    top: 3px;
  }
  .sc-facilities #wellness .inner::after {
    background: url(../img/bg-transparent-ie.png) left bottom repeat-x;
  }
  .sc-facilities #facilities .inner::after {
    background: url(../img/bg-transparent-ie.png) left bottom repeat-x;
  }
}
/*# sourceMappingURL=page.css.map */