@charset "UTF-8";
/* frameworks */
.container {
  max-width: 1280px; }

.row-0 {
  margin: 0; }
  .row-0 > div {
    padding: 0; }

.row-10 {
  margin: 0 -5px; }
  .row-10 > div {
    padding: 0 5px; }

.row-20 {
  margin: 0 -10px; }
  .row-20 > div {
    padding: 0 10px; }

.row-40 {
  margin: 0 -20px; }
  .row-40 > div {
    padding: 0 20px; }

.row-R > div {
  float: right; }

.row-table {
  display: table;
  width: 100%; }
  .row-table > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0; }
  .row-table .col {
    width: auto; }
  .row-table .col-auto {
    width: 1%; }
  .row-table.vlign-top > div {
    vertical-align: top; }

.section-middle {
  display: table;
  width: 100%;
  height: 100vh; }
  .section-middle > div {
    display: table-cell;
    vertical-align: middle; }

figure.cover {
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  figure.cover img {
    object-fit: cover;
    object-position: center; }
figure.contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  figure.contain img {
    object-fit: contain;
    object-position: center; }
figure.cover, figure.contain img {
  width: 100%; }
figure img {
  width: 100%;
  max-width: 100%; }

.icon {
  position: relative; }
  .icon img {
    display: block; }

a:focus,
.btn:focus {
  outline: none; }

.btn,
.link {
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.link:focus,
.link:hover {
  text-decoration: none; }

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

img {
  max-width: 100%; }

ul.item-list,
ul.nav-list {
  margin: 0;
  padding: 0; }
  ul.item-list li,
  ul.nav-list li {
    list-style: none;
    float: left; }
    ul.item-list li a.link,
    ul.nav-list li a.link {
      display: block; }
  ul.item-list:before, ul.item-list:after,
  ul.nav-list:before,
  ul.nav-list:after {
    content: ' ';
    display: table; }
  ul.item-list:after,
  ul.nav-list:after {
    clear: both; }

ul.item-list.fluid li,
ul.nav-lis.fluid li {
  width: 100%; }

.iframe-container {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden; }
  .iframe-container iframe,
  .iframe-container object,
  .iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* config */
@font-face {
  font-family: 'db_helvethaica';
  src: url("../font/db_helvethaica_x_cond_v3.2-webfont.woff") format("woff");
  font-display: block;
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'db_helvethaica';
  src: url("../font/db_helvethaica_x_bd_cond_v3.2-webfont.woff") format("woff");
  font-display: block;
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'db_helvethaica';
  src: url("../font/db_helvethaica_x_blk_cond_v3.2-webfont.woff") format("woff");
  font-display: block;
  font-weight: bold;
  font-style: normal; }
.text-primary {
  color: #88746A !important; }

.text-secondary {
  color: #005288 !important; }

.text-red {
  color: #f00 !important; }

.text-gray {
  color: #666666 !important; }

.text-lightgray {
  color: #999 !important; }

.text-gold {
  color: #e9c87b !important; }

body {
  font-family: 'db_helvethaica';
  background-color: #fff;
  font-size: 24px;
  color: #999;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'db_helvethaica'; }

.transition, nav.menu li, .slick-prev,
.slick-next, .slick-dots li button, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow:before, .main-slider .cover img, .highlight-slider .slick-slide, .highlight-slider .thumb figure img, .wg-location .nav-tabs .nav-link:before, .wg-contact-link .thumb figure img, .plan-list .link:before, .detail-page .gallery-box .slick-slide, .detail-page .gallery-box figure.cover, .detail-page .gallery-box figure.cover img, .site-header, .site-header .topbar, .site-header .logo, .site-header .logo .link img, .site-header .nav-menu, .site-footer .register-banner, .site-footer .bottom-bar .bannerI .link img, .site-footer .bottom-bar .bannerII .link img {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

/* components */
#preload {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #ffffff; }

.preload {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .preload .logo {
    width: 260px;
    height: 260px;
    padding: 30px;
    line-height: 110px; }

@keyframes spins {
  100% {
    transform: rotate(360deg);
    filter: hue-rotate(0); } }
nav.menu li {
  position: relative;
  padding: 48px 0; }
  nav.menu li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    margin: auto;
    width: 40px;
    height: 4px;
    background-color: #88746A;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  nav.menu li a.link {
    line-height: 1;
    font-size: 24px;
    color: #88746A;
    font-weight: 500;
    display: block; }
nav.menu li:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
nav.menu li.active:before {
  background-color: #005288;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
nav.menu li.active a.link {
  color: #005288; }
nav.menu li + li {
  margin-left: 63px; }
nav.menu li + li:nth-child(5) {
  margin-left: 398px; }
nav.menu .dropdown-toggle::after {
  display: none; }

.menu-mobile-btn {
  display: none;
  width: 20px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 3;
  margin: auto; }
  .menu-mobile-btn .transition-ease, .menu-mobile-btn .btn-mobile, .menu-mobile-btn .btn-mobile .bar, .menu-mobile-btn .pagination .link, .pagination .menu-mobile-btn .link, .menu-mobile-btn .form-default .floating-label, .form-default .menu-mobile-btn .floating-label {
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease; }
  .menu-mobile-btn .btn-mobile .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #88746A;
    margin: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    .menu-mobile-btn .btn-mobile .bar:nth-child(1) {
      top: 0; }
    .menu-mobile-btn .btn-mobile .bar:nth-child(2) {
      top: 0;
      bottom: 0; }
    .menu-mobile-btn .btn-mobile .bar:nth-child(3) {
      top: 0;
      bottom: 0; }
    .menu-mobile-btn .btn-mobile .bar:nth-child(4) {
      bottom: 0; }
  .menu-mobile-btn .btn-mobile.close {
    opacity: 1; }
    .menu-mobile-btn .btn-mobile.close .bar {
      background-color: #005288; }
      .menu-mobile-btn .btn-mobile.close .bar:nth-child(1) {
        top: 0;
        opacity: 0; }
      .menu-mobile-btn .btn-mobile.close .bar:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      .menu-mobile-btn .btn-mobile.close .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg); }
      .menu-mobile-btn .btn-mobile.close .bar:nth-child(4) {
        bottom: 0;
        opacity: 0; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-prev:before,
.slick-next:before {
  display: none; }

.slick-prev:hover:before,
.slick-next:hover:before {
  display: none; }

.slick-prev,
.slick-next {
  font-size: 40px;
  color: #005288;
  z-index: 1;
  width: auto;
  height: auto; }

.slick-prev:hover,
.slick-next:hover {
  color: #88746A; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-dots {
  bottom: 30px; }
  .slick-dots li button {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .slick-dots li button:before {
      display: none; }
    .slick-dots li button:hover {
      background-color: rgba(255, 255, 255, 0.5); }
  .slick-dots li.slick-active button {
    background: #ffffff; }

.slick-slide .item {
  float: left; }

.breadcrumb-block {
  padding: 15px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #88746A; }

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  .breadcrumb li {
    position: relative;
    color: #88746A;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase; }
    .breadcrumb li.active {
      max-width: 300px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .breadcrumb li + li {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid rgba(136, 116, 106, 0.5); }
  .breadcrumb .link {
    color: #88746A;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase; }
    .breadcrumb .link:hover {
      color: #005288; }

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

.pagination {
  margin: 0;
  display: inline-block; }
  .pagination .transition-ease, .pagination .menu-mobile-btn .btn-mobile, .menu-mobile-btn .pagination .btn-mobile, .pagination .menu-mobile-btn .btn-mobile .bar, .menu-mobile-btn .btn-mobile .pagination .bar, .pagination .link, .pagination .form-default .floating-label, .form-default .pagination .floating-label {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .pagination .link {
    display: block;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
    .pagination .link:hover {
      background-color: #000;
      color: #fff; }
  .pagination .active .link {
    background-color: #000;
    color: #fff; }
  .pagination li {
    display: inline-block;
    vertical-align: middle; }
  .pagination li + li {
    margin-left: 6px; }

.editor-content .font-base, .editor-content .editor-content, .editor-content p {
  font-size: 24px;
  color: #999;
  margin-bottom: 20px; }
.editor-content p:last-child {
  margin-bottom: 0; }
.editor-content img {
  height: auto !important; }

.whead {
  margin-bottom: 30px; }
  .whead .title {
    position: relative;
    margin: 0 0 25px 0;
    font-size: 82px;
    font-weight: bold;
    line-height: 1;
    color: #005288;
    text-transform: uppercase; }
  .whead .desc {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    color: #005288;
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 0; }

.whead.line .title:before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #88746A; }

.shead {
  margin-bottom: 30px; }
  .shead .title {
    position: relative;
    margin: 0 0 25px 0;
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    color: #005288;
    text-transform: uppercase; }
    .shead .title:before {
      content: '';
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 4px;
      background-color: #88746A; }

.btn {
  background: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  top: 0;
  z-index: 10;
  padding: 0 10px;
  min-width: 150px;
  height: 50px;
  line-height: 46px;
  border: 2px solid transparent;
  font-size: 24px;
  font-weight: 500;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px; }
  .btn.fluid {
    min-width: inherit;
    width: 100%;
    position: relative; }
  .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn .feather {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    position: relative; }
  .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

.btn-primary {
  color: #88746A;
  background-color: #ffffff;
  border-color: #88746A; }
  .btn-primary:focus, .btn-primary.focus {
    color: #88746A;
    background-color: #ffffff;
    border-color: #88746A; }
  .btn-primary:hover, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.actitve:focus, .btn-primary:active.focus, .btn-primary.active.focus, .btn-primary:focus:hover, .btn-primary.focus:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #88746A; }
  .btn-primary.disabled, .btn-primary.disabled:hover {
    color: #88746A;
    background-color: #ffffff;
    border-color: #88746A;
    opacity: 0.5; }

.btn-primary:before {
  background-color: #88746A; }

.btn-primary:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.btn-primary-invert {
  color: #ffffff;
  background-color: #88746A;
  border-color: #88746A; }
  .btn-primary-invert:focus, .btn-primary-invert.focus {
    color: #ffffff;
    background-color: #88746A;
    border-color: #88746A; }
  .btn-primary-invert:hover, .btn-primary-invert:active:hover, .btn-primary-invert.active:hover, .btn-primary-invert:active:focus, .btn-primary-invert.actitve:focus, .btn-primary-invert:active.focus, .btn-primary-invert.active.focus, .btn-primary-invert:focus:hover, .btn-primary-invert.focus:hover {
    color: #88746A; }
  .btn-primary-invert.disabled {
    color: #ffffff;
    background-color: #88746A;
    border-color: #88746A;
    opacity: 0.5; }
  .btn-primary-invert.disabled:hover {
    color: #88746A; }

.btn-primary-invert:before {
  background-color: #ffffff; }

.btn-primary-invert:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.btn-secondary {
  color: #005288;
  background-color: #ffffff;
  border-color: #005288; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #005288;
    background-color: #ffffff;
    border-color: #005288; }
  .btn-secondary:hover, .btn-secondary:active:hover, .btn-secondary.active:hover, .btn-secondary:active:focus, .btn-secondary.actitve:focus, .btn-secondary:active.focus, .btn-secondary.active.focus, .btn-secondary:focus:hover, .btn-secondary.focus:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #005288; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover {
    color: #005288;
    background-color: #ffffff;
    border-color: #005288;
    opacity: 0.5; }

.btn-secondaryt:before {
  background-color: #005288; }

.btn-secondaryt:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.form-default .transition-ease, .form-default .menu-mobile-btn .btn-mobile, .menu-mobile-btn .form-default .btn-mobile, .form-default .menu-mobile-btn .btn-mobile .bar, .menu-mobile-btn .btn-mobile .form-default .bar, .form-default .pagination .link, .pagination .form-default .link, .form-default .floating-label {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
.form-default .form-group {
  position: relative;
  margin-bottom: 40px; }
.form-default .control-label {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  line-height: 1.2em; }
.form-default .form-control {
  line-height: 1.2em;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 500;
  color: #005288;
  min-height: 60px;
  background-color: #ffffff;
  border: 2px solid #88746A;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .form-default .form-control:focus {
    border-color: #005288; }
.form-default .floating-label {
  font-size: 30px;
  font-weight: 500;
  color: #005288;
  position: absolute;
  pointer-events: none;
  left: 22px;
  top: 20px; }
.form-default .form-control:focus ~ .floating-label,
.form-default .form-control:not(:focus):valid ~ .floating-label {
  left: 0;
  top: -25px; }
.form-default .block-control {
  position: relative; }
.form-default .has-error .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.form-default .has-success .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.form-control-feedback {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-size: 100%; }
  .form-control-feedback:before {
    display: none; }
  .form-control-feedback.glyphicon-ok {
    background: url("../img/icon/checked.png") center no-repeat;
    background-size: 16px; }
  .form-control-feedback.glyphicon-remove {
    background: url("../img/icon/cancel.png") center no-repeat;
    background-size: 16px; }

.form-button .btn {
  height: 60px;
  line-height: 56px; }

.radio-control {
  position: relative;
  display: inline-block;
  min-height: 34px;
  padding-left: 0; }
  .radio-control .icon {
    width: 20px;
    height: 20px;
    border: 2px solid #707070;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .radio-control .txt {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    color: #005288;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    display: block;
    text-transform: uppercase; }
  .radio-control input[type='radio'] {
    margin-top: 0;
    position: absolute;
    z-index: 5;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer; }
  .radio-control input[type='radio']:checked ~ .icon {
    border-color: transparent;
    border-color: #333; }
    .radio-control input[type='radio']:checked ~ .icon:before {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background-color: #333;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }

.checkbox-control {
  position: relative;
  display: inline-block; }
  .checkbox-control .icon {
    width: 20px;
    height: 20px;
    border: 2px solid #707070;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .checkbox-control .txt {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    color: #005288;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    display: block;
    text-transform: uppercase; }
  .checkbox-control input[type='checkbox'] {
    margin-top: 0;
    position: absolute;
    z-index: 5;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer; }
  .checkbox-control input[type='checkbox']:checked ~ .icon {
    border-color: #88746A;
    background-color: #ffffff; }
    .checkbox-control input[type='checkbox']:checked ~ .icon:before {
      content: '✔';
      position: absolute;
      font-size: 20px;
      line-height: 1;
      color: #88746A;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }

.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 2px solid #88746A;
  border-radius: 0;
  height: 60px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative; }
  .select2-container--default .select2-selection--single:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: #88746A; }

.select2-container--default.select2-container--open .select2-selection--single:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #88746A; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 30px;
  font-weight: 500;
  color: #005288;
  line-height: 56px;
  padding-left: 20px;
  padding-right: 50px; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #ffffff; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 58px;
  text-align: center;
  line-height: 56px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #005288; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg); }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    color: #ffffff; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #88746A;
  border-radius: 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(136, 116, 106, 0.5) !important;
  color: #ffffff; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none; }

.select2-results__option {
  padding: 10px 18px; }

/* pages */
.site-container {
  margin-top: 120px; }

.default-header {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .default-header .height {
    height: 300px; }
  .default-header .h-title {
    font-size: 48px;
    font-weight: normal;
    color: #ffffff;
    margin: 0;
    line-height: 0.8;
    text-transform: uppercase;
    opacity: 1; }
    .default-header .h-title strong {
      font-size: 180px;
      font-weight: bold;
      display: block;
      line-height: 0.6; }

.default-body {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #ffffff; }

.default-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: #005288; }

@-webkit-keyframes hvr-icon-up {
  0%,50%,100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-up {
  0%,50%,100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.main-slider .item {
  position: relative; }
.main-slider .cover img {
  height: 780px; }

.wg-special-privilege {
  padding: 100px 0;
  background-color: #F7F8FD; }

.wg-highlight {
  overflow: hidden;
  padding: 100px 0;
  background-color: #ffffff; }
  .wg-highlight .whead {
    margin-bottom: 100px; }
  .wg-highlight .video {
    padding-top: 100px; }

.highlight-slider {
  border-top: 1px solid #EEEFFA;
  border-bottom: 1px solid #EEEFFA; }
  .highlight-slider .slick-prev {
    left: -40px; }
  .highlight-slider .slick-next {
    right: -40px; }
  .highlight-slider .slick-prev:hover {
    left: -50px; }
  .highlight-slider .slick-next:hover {
    right: -50px; }
  .highlight-slider .slick-list {
    overflow: visible; }
  .highlight-slider .slick-slide {
    opacity: 0;
    pointer-events: none;
    position: relative; }
  .highlight-slider .slick-current:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #EEEFFA; }
  .highlight-slider .slick-active {
    opacity: 1;
    pointer-events: visible; }
    .highlight-slider .slick-active:after {
      content: '';
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #EEEFFA; }
  .highlight-slider .slick-active + .slick-active:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #EEEFFA; }
  .highlight-slider .thumb {
    height: 280px;
    width: 100%;
    display: table; }
    .highlight-slider .thumb figure {
      display: table-cell;
      vertical-align: middle; }
      .highlight-slider .thumb figure img {
        width: 142px;
        height: 142px;
        margin: 0 auto;
        position: relative;
        top: 0; }
  .highlight-slider .content {
    position: relative;
    display: block;
    padding: 35px 30px;
    text-align: center; }
    .highlight-slider .content:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50px;
      height: 4px;
      background-color: #88746A; }
  .highlight-slider .title {
    font-size: 48px;
    font-weight: 500;
    color: #005288;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px; }
  .highlight-slider .desc {
    font-size: 24px;
    font-weight: normal;
    color: #999;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 1em;
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center; }
  .highlight-slider .more {
    padding: 45px 0;
    font-size: 20px;
    font-weight: normal;
    color: #88746A; }
    .highlight-slider .more .fa {
      font-size: 12px;
      position: relative;
      margin-left: 10px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
  .highlight-slider .link {
    position: relative;
    display: block; }
    .highlight-slider .link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background-color: #005288;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 50%;
      transform-origin: 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
  .highlight-slider .link:hover {
    z-index: 9;
    -webkit-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16);
    background-color: #ffffff; }
    .highlight-slider .link:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .highlight-slider .link:hover .thumb figure img {
      top: -3px; }
    .highlight-slider .link:hover .more .fa {
      -webkit-animation-name: hvr-icon-wobble-horizontal;
      animation-name: hvr-icon-wobble-horizontal;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }

.wg-location {
  border-top: 1px solid #EEEFFA; }
  .wg-location .nav-tabs {
    border-bottom: 0; }
    .wg-location .nav-tabs .nav-item {
      height: 100px;
      width: 33.33%;
      margin-bottom: 0; }
    .wg-location .nav-tabs .nav-link {
      position: relative;
      z-index: 9;
      line-height: 100px;
      border: 0;
      border-radius: 0;
      padding: 0;
      text-align: center;
      font-size: 48px;
      font-weight: 500;
      text-transform: uppercase;
      color: #005288; }
      .wg-location .nav-tabs .nav-link:before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        width: 50px;
        height: 4px;
        background-color: #88746A; }
      .wg-location .nav-tabs .nav-link:after {
        content: '';
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 10px;
        background-color: #005288;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
    .wg-location .nav-tabs .nav-link:hover:after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .wg-location .nav-tabs .nav-link.active {
      top: 0;
      bottom: -140px;
      line-height: 140px;
      -webkit-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16); }
      .wg-location .nav-tabs .nav-link.active:before {
        top: 40px; }
      .wg-location .nav-tabs .nav-link.active:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }

.wg-floor-plan {
  padding: 100px 0;
  background-color: #ffffff; }
  .wg-floor-plan .whead {
    margin-bottom: 100px; }
  .wg-floor-plan .plan-slider .slick-dots li button {
    border-color: #88746A; }
  .wg-floor-plan .plan-slider .slick-dots li button:hover {
    background-color: rgba(148, 130, 121, 0.5); }
  .wg-floor-plan .plan-slider .slick-dots li.slick-active button {
    background-color: #88746A; }
  .wg-floor-plan .plan-slider .item:after {
    content: '';
    display: table;
    clear: both; }
  .wg-floor-plan .plan-slider .contain {
    margin-bottom: 30px; }
    .wg-floor-plan .plan-slider .contain img {
      width: 100%;
      height: 650px; }
  .wg-floor-plan .plan-slider .link {
    float: right;
    color: #000000;
    font-size: 30px; }
    .wg-floor-plan .plan-slider .link:hover {
      color: #005288;
      transform: scale(1.2); }
  .wg-floor-plan .plan-slider .link + .link {
    margin-right: 5px; }
  .wg-floor-plan .tower-tab {
    padding-top: 20px; }
    .wg-floor-plan .tower-tab .nav-tabs {
      border: 1px solid #B2A59E;
      border-bottom: 0; }
      .wg-floor-plan .tower-tab .nav-tabs .nav-item {
        margin: 0;
        width: 25%;
        border-right: 1px solid #B2A59E;
        border-bottom: 1px solid #B2A59E; }
      .wg-floor-plan .tower-tab .nav-tabs .nav-item:nth-child(4n+0) {
        border-right: 0px; }
      .wg-floor-plan .tower-tab .nav-tabs .nav-link {
        border: 0;
        border-radius: 0; }
      .wg-floor-plan .tower-tab .nav-tabs .link {
        padding: 15px 20px;
        font-size: 48px;
        font-weight: bold;
        color: #005288;
        opacity: 0.25; }
        .wg-floor-plan .tower-tab .nav-tabs .link small {
          font-size: 30px;
          font-weight: 500;
          display: block;
          margin-bottom: 5px; }
      .wg-floor-plan .tower-tab .nav-tabs .link:hover {
        opacity: 0.8; }
      .wg-floor-plan .tower-tab .nav-tabs .link.active {
        opacity: 1; }
  .wg-floor-plan .plan-tab .nav-tabs {
    margin-top: -1px;
    border: 1px solid #B2A59E;
    border-bottom: 0; }
    .wg-floor-plan .plan-tab .nav-tabs .nav-item {
      margin: 0;
      width: 25%;
      border-right: 1px solid #B2A59E;
      border-bottom: 1px solid #B2A59E; }
    .wg-floor-plan .plan-tab .nav-tabs .nav-item:nth-child(4n+0) {
      border-right: 0px; }
    .wg-floor-plan .plan-tab .nav-tabs .nav-link {
      border: 0;
      border-radius: 0; }
    .wg-floor-plan .plan-tab .nav-tabs .link {
      padding: 15px 20px;
      font-size: 30px;
      font-weight: normal;
      color: #005288;
      opacity: 0.25; }
      .wg-floor-plan .plan-tab .nav-tabs .link small {
        font-size: 30px;
        font-weight: bold;
        display: block;
        margin-bottom: 5px; }
    .wg-floor-plan .plan-tab .nav-tabs .link:hover {
      opacity: 0.8; }
    .wg-floor-plan .plan-tab .nav-tabs .link.active {
      opacity: 1; }

.wg-contact-link {
  border-top: 1px solid #EEEFFA; }
  .wg-contact-link li {
    position: relative;
    width: 25%; }
    .wg-contact-link li:before {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #EEEFFA; }
  .wg-contact-link li:last-child:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #EEEFFA; }
  .wg-contact-link .thumb {
    height: 210px;
    width: 100%;
    display: table; }
    .wg-contact-link .thumb figure {
      display: table-cell;
      vertical-align: middle; }
      .wg-contact-link .thumb figure img {
        width: 142px;
        height: 142px;
        margin: 0 auto;
        display: block;
        position: relative;
        top: 0; }
  .wg-contact-link .content {
    position: relative;
    display: block;
    padding: 35px 12px;
    text-align: center; }
    .wg-contact-link .content:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50px;
      height: 4px;
      background-color: #88746A; }
  .wg-contact-link .title {
    font-size: 48px;
    font-weight: 500;
    color: #005288;
    text-align: center;
    margin-bottom: 20px;
    line-height: 0.7; }
  .wg-contact-link .desc {
    font-size: 24px;
    font-weight: normal;
    color: #999;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 1em;
    height: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center; }
  .wg-contact-link .link {
    min-height: 390px;
    position: relative;
    display: block; }
    .wg-contact-link .link:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background-color: #005288;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 50%;
      transform-origin: 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
  .wg-contact-link .link:hover {
    z-index: 9;
    -webkit-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16);
    background-color: #ffffff; }
    .wg-contact-link .link:hover .thumb figure img {
      top: -3px; }
    .wg-contact-link .link:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.project-page {
  position: relative; }
  .project-page .video {
    padding-top: 80px; }

.project-info-content {
  background-color: #F7F8FD;
  margin-bottom: 65px; }
  .project-info-content .content {
    padding: 65px 35px; }
  .project-info-content .txt {
    text-transform: uppercase;
    line-height: 1; }
    .project-info-content .txt > div {
      vertical-align: top; }
    .project-info-content .txt .title {
      width: 240px;
      padding-right: 10px;
      font-size: 40px;
      font-weight: 500;
      color: #005288; }
    .project-info-content .txt .desc {
      font-size: 40px;
      font-weight: normal;
      color: rgba(0, 82, 136, 0.75); }
  .project-info-content .thumb {
    width: 480px; }

.project-facilities .item-list {
  margin: 0 -70px; }
  .project-facilities .item-list > li {
    width: 33.33%;
    padding: 0 70px;
    margin-bottom: 70px; }
.project-facilities .thumb {
  padding-bottom: 40px; }
  .project-facilities .thumb .contain {
    width: 130px;
    height: 130px;
    margin: 0 auto; }
.project-facilities .content {
  font-size: 40px;
  font-weight: normal;
  color: rgba(0, 82, 136, 0.75);
  text-transform: uppercase;
  overflow: hidden;
  line-height: 1em;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center; }

.project-prime {
  position: relative; }
  .project-prime .cover {
    position: relative;
    height: 1200px; }
    .project-prime .cover img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.location-page {
  position: relative; }
  .location-page .video {
    padding-top: 0px; }

.location-content {
  padding-top: 60px; }

.location-nearby .item-list > li {
  width: 100%;
  margin-bottom: 40px; }
.location-nearby .thumb {
  width: 50px; }
.location-nearby .content {
  padding-left: 20px; }
.location-nearby .title {
  font-size: 30px;
  font-weight: bold;
  color: #005288;
  line-height: 1;
  margin-bottom: 0px; }
.location-nearby .desc {
  font-size: 24px;
  font-weight: normal;
  color: #88746A;
  line-height: 1;
  margin-bottom: 0px; }

.plan-page {
  position: relative;
  padding-top: 30px;
  padding-bottom: 0; }
  .plan-page .wg-floor-plan {
    padding: 40px 0; }

.plan-list .nav-list > li {
  width: 50%; }
.plan-list .nav-list li + li .link {
  border-left: 0; }
.plan-list .nav-list li.active {
  -webkit-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16); }
  .plan-list .nav-list li.active .link {
    border-color: #ffffff; }
    .plan-list .nav-list li.active .link:before {
      width: 100%;
      height: 10px;
      background-color: #005288; }
.plan-list .link {
  border: 1px solid #EEEFFA;
  position: relative;
  display: block;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 96px;
  color: #005288; }
  .plan-list .link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 4px;
    background-color: #88746A; }
.plan-list .link:hover:before {
  width: 100%;
  height: 10px;
  background-color: #005288; }

.news-page .whead .form-default {
  width: 320px;
  margin-top: 20px;
  position: relative; }

.news-page .whead .form-default .form-control {
  padding-right: 55px; }

.news-page .whead .form-default .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  min-width: inherit;
  background: url("../img/icon/search.svg") center no-repeat; }

.default-nav {
  height: 96px;
  border: 1px solid #EEEFFA; }

.default-nav li {
  width: 25%; }

.default-nav .link {
  display: block;
  position: relative;
  line-height: 94px;
  text-align: center;
  color: #005288;
  font-size: 48px;
  font-weight: 500; }

.default-nav .link:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #88746A;
  transition: all 500ms ease; }

.default-nav li .link:hover:after {
  width: 100%; }

.default-nav li.active .link {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.16); }

.default-nav li.active .link:after {
  width: 100%;
  height: 10px;
  background-color: #005288; }

.pagination-block .total {
  font-size: 24px;
  color: #88746A; }

.pagination-block .total strong {
  font-weight: 500; }

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px; }

.pagination .item-list {
  display: block; }

.pagination .item-list > li {
  margin: 0 10px; }

.pagination .link {
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #88746A;
  font-size: 24px;
  background-color: #fff;
  border-bottom: 4px solid #fff; }

.pagination .link:hover {
  border-color: transparent;
  color: #005288;
  background-color: transparent; }

.pagination .active .link {
  border-color: #005288;
  background-color: transparent;
  color: #88746A; }

.newspin-slider {
  margin-top: 60px; }

.newspin-slider .slick-list {
  margin: 0 -20px; }

.newspin-slider .slick-list .item {
  padding: 0 20px; }

.newspin-slider .slick-dots {
  bottom: 0;
  text-align: left; }

.newspin-slider .slick-dots li {
  margin: 0; }

.newspin-slider .slick-dots li + li {
  margin-left: 10px; }

.newspin-slider .slick-dots li button {
  border-color: #005288; }

.newspin-slider .slick-dots li.slick-active button {
  background-color: #005288;
  border-color: transparent; }

.newspin-slider .inner {
  position: relative;
  min-height: 460px;
  left: 60px;
  padding-right: 120px;
  transition: all 400ms ease; }

.newspin-slider .slick-current .inner {
  left: 0; }

.newspin-slider .inner .title {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  color: #005288;
  line-height: 0.8em;
  max-height: 2.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.newspin-slider .inner .desc {
  margin: 20px 0 0 0;
  font-size: 24px;
  color: #999;
  line-height: 1em;
  max-height: 4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }

.newspin-slider .inner .date {
  position: absolute;
  z-index: 10;
  right: -60px;
  bottom: 0;
  width: 120px;
  background-color: #005288;
  padding: 10px 15px;
  text-align: center;
  font-size: 120px;
  font-weight: 500;
  color: #fff;
  line-height: 0.6em; }

.newspin-slider .inner .date small {
  display: block;
  font-size: 0.3em;
  line-height: 0.6em; }

.newspin-slider .inner .action {
  margin-top: 40px; }

.newspin-slider .inner .action .link {
  color: #88746A;
  font-size: 20px; }

.newspin-slider .inner .action .link .icon {
  width: 5px;
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  position: relative;
  top: 8px; }

.newspin-slider .cover {
  width: 640px;
  height: 460px;
  overflow: hidden; }

.newspin-slider .cover img {
  transition: all 600ms ease; }

.newspin-slider .cover:hover img {
  transform: scale(1.06); }

.news-list {
  margin-top: 40px; }

.news-list .item-list {
  margin: 0 -20px; }

.news-list .item-list > li {
  width: calc(100% / 3);
  padding: 0 20px;
  margin-bottom: 40px; }

.news-list .link {
  display: block;
  background-color: #fff; }

.news-list .link:hover {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.16); }

.news-list .cover {
  padding-top: 72.8%;
  position: relative;
  overflow: hidden; }

.news-list .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center; }

/*.news-list .cover img{transition: all 400ms ease;}
.news-list .cover:hover img{transform: scale(1.06);}*/
.news-list .title {
  font-size: 24px;
  font-weight: 500;
  color: #005288;
  margin-bottom: 5px;
  line-height: 1em;
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.news-list .date {
  font-size: 18px;
  color: #999;
  line-height: 1em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative; }

.news-list .date:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 50px;
  height: 1px;
  background-color: #999999; }

.news-list .desc {
  font-size: 18px;
  color: #999;
  margin: 0;
  line-height: 1em;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.news-list .inner {
  padding: 25px;
  text-align: center;
  position: relative; }

.news-list .inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #EEEFFA;
  transition: all 400ms ease; }

.news-list .link:hover .inner:after {
  background-color: #005288;
  height: 10px; }

.detail-page {
  position: relative;
  overflow: hidden; }
  .detail-page .date {
    font-size: 20px;
    font-weight: normal;
    color: #999; }
    .detail-page .date .fa {
      margin-left: 15px;
      margin-right: 5px;
      font-size: 16px; }
  .detail-page .social-list {
    float: right; }
    .detail-page .social-list .title {
      font-size: 20px;
      font-weight: normal;
      color: #999;
      margin-right: 10px; }
    .detail-page .social-list .item-list li + li {
      margin-left: 10px; }
    .detail-page .social-list .item-list .link {
      display: block;
      width: 36px;
      height: 36px;
      text-align: center;
      position: relative;
      top: 0;
      background-color: #88746A;
      color: #ffffff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .detail-page .social-list .item-list .link > span {
        line-height: 36px; }
    .detail-page .social-list .item-list .link:hover {
      top: -5px; }
  .detail-page .editor-content {
    padding-top: 30px; }
    .detail-page .editor-content img {
      margin-bottom: 20px;
      display: block;
      margin: 0 auto; }
  .detail-page .video {
    margin-bottom: 20px; }
  .detail-page .slick-dots {
    bottom: -10px; }
    .detail-page .slick-dots li button {
      border: 2px solid #88746A; }
    .detail-page .slick-dots li.slick-active button {
      background: #005288;
      border-color: #005288; }
  .detail-page .gallery-box {
    margin-top: 30px; }
    .detail-page .gallery-box .slick {
      padding: 20px 0; }
    .detail-page .gallery-box .slick-center figure.cover {
      margin: 0; }
      .detail-page .gallery-box .slick-center figure.cover img {
        height: 420px;
        width: 560px;
        opacity: 1; }
    .detail-page .gallery-box figure.cover {
      overflow: hidden;
      margin: 30px 0;
      background-color: #000000; }
      .detail-page .gallery-box figure.cover img {
        height: 360px;
        width: 500px;
        opacity: 0.5; }
  .detail-page .download-box {
    margin-top: 30px;
    border-top: 1px solid #999;
    padding: 40px 0 0 0; }
    .detail-page .download-box .slick {
      padding: 0 0 20px 0; }
    .detail-page .download-box .item {
      padding: 0 8px; }
    .detail-page .download-box .wrapper {
      overflow: hidden;
      border-bottom: 4px solid #88746A;
      background-color: #ffffff;
      padding: 0 20px; }
    .detail-page .download-box .height {
      height: 86px; }
    .detail-page .download-box .icon-load {
      width: 44px; }
    .detail-page .download-box .content {
      padding: 0 15px; }
      .detail-page .download-box .content img {
        display: inline-block;
        vertical-align: middle; }
      .detail-page .download-box .content .title {
        font-size: 24px;
        font-weight: normal;
        color: #88746A;
        margin-bottom: 5px;
        max-height: 1em;
        line-height: 1em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; }
      .detail-page .download-box .content .desc {
        font-size: 18px;
        color: #333333; }
        .detail-page .download-box .content .desc br + img {
          margin-left: 5px; }
        .detail-page .download-box .content .desc img {
          margin-right: 5px; }
        .detail-page .download-box .content .desc .color {
          color: #005288; }
        .detail-page .download-box .content .desc .color + img {
          margin-left: 5px; }
        .detail-page .download-box .content .desc br {
          display: none; }
    .detail-page .download-box .action .btn img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 2px; }
    .detail-page .download-box .link:hover .btn {
      color: #ffffff;
      background-color: #88746A;
      border-color: #88746A; }
      .detail-page .download-box .link:hover .btn img {
        filter: grayscale(100%) brightness(400%); }
  .detail-page .btn-box {
    margin-top: 30px;
    margin-bottom: 60px;
    border-top: 1px solid #999;
    padding: 40px 0 0 0; }
    .detail-page .btn-box:after {
      content: '';
      display: table;
      clear: both; }
    .detail-page .btn-box .fa {
      position: relative;
      top: 2px; }
    .detail-page .btn-box .float-l {
      float: left; }
      .detail-page .btn-box .float-l .fa {
        margin-right: 40px; }
    .detail-page .btn-box .float-r {
      float: right; }
      .detail-page .btn-box .float-r .fa {
        margin-left: 40px; }

.other-slide .slick {
  margin: 0 -20px; }
.other-slide .slick-list {
  overflow: visible; }
.other-slide .slick-slide {
  opacity: 0;
  pointer-events: none;
  transition: all 400ms ease; }
.other-slide .slick-active {
  opacity: 1;
  pointer-events: visible; }
.other-slide .slick-dots {
  bottom: -40px; }
.other-slide .item {
  padding: 0 20px; }
.other-slide .link {
  display: block;
  background-color: #fff; }
.other-slide .link:hover {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.16); }
.other-slide .cover {
  padding-top: 72.8%;
  position: relative;
  overflow: hidden; }
.other-slide .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center; }
.other-slide .title {
  font-size: 24px;
  font-weight: 500;
  color: #005288;
  margin-bottom: 5px;
  line-height: 1em;
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }
.other-slide .date {
  font-size: 18px;
  color: #999;
  line-height: 1em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative; }
.other-slide .date:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 50px;
  height: 1px;
  background-color: #999999; }
.other-slide .desc {
  font-size: 18px;
  color: #999;
  margin: 0;
  line-height: 1em;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }
.other-slide .inner {
  padding: 25px;
  text-align: center;
  position: relative; }
.other-slide .inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #EEEFFA;
  transition: all 400ms ease; }
.other-slide .link:hover .inner:after {
  background-color: #005288;
  height: 10px; }

.default-body.gallery-page {
  padding: 0;
  position: relative; }

.gallery-page .whead {
  position: absolute;
  z-index: 10;
  top: 60px;
  filter: brightness(0) invert(1); }

.gallery-page .whead .title {
  opacity: 0.8; }

.gallery-slider .cover {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.gallery-slider .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gallery-slider .slick-dots {
  bottom: 100px; }

.gallery-nav {
  position: relative;
  z-index: 10;
  margin-top: -90px;
  padding: 20px 0; }

.gallery-nav .nav-list {
  margin: 0 -15px; }

.gallery-nav .nav-list > li {
  padding: 0 15px;
  width: calc(100% / 3); }

.gallery-nav .link {
  display: block;
  position: relative;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  color: #88746A;
  padding: 0 25px;
  font-weight: 500;
  font-size: 30px;
  line-height: 52px;
  top: 0; }

.gallery-nav .link:hover {
  top: -5px; }

.gallery-nav .link .icon {
  position: absolute;
  top: 16px;
  right: 16px; }

.gallery-nav .active.link {
  background-color: #005288;
  color: #fff; }

.gallery-nav .active.link .icon {
  filter: brightness(0) invert(1); }

.contact-page .tab-pane {
  position: relative; }
  .contact-page .tab-pane a {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 100%;
    background: #fff;
    z-index: 1;
    margin-top: -120px;
    width: 200px; }
.contact-page .complete-save {
  display: none; }
.contact-page .complete-save.show {
  display: block; }
.contact-page .form-contact.none {
  display: none; }
.contact-page .complete-save {
  width: 400px;
  margin: 0 auto;
  text-align: center; }
  .contact-page .complete-save .title {
    color: #005288;
    font-size: 48px;
    font-family: 'db_helvethaica';
    font-weight: 600;
    line-height: 1;
    padding: 20px 0; }
  .contact-page .complete-save .desc {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 20px; }
.contact-page .wg-contact-link {
  margin-bottom: 50px;
  border: unset; }
  .contact-page .wg-contact-link .content {
    position: relative;
    display: block;
    padding: 20px 12px;
    text-align: center; }
    .contact-page .wg-contact-link .content .desc {
      font-size: 20px;
      margin-bottom: 15px;
      line-height: 1; }
    .contact-page .wg-contact-link .content .title {
      font-size: 24px;
      line-height: 1;
      margin: 0; }
      .contact-page .wg-contact-link .content .title p {
        margin: 0; }
  .contact-page .wg-contact-link h4 {
    position: relative;
    margin: 0 0 40px 0;
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
    color: #005288;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 20px; }
  .contact-page .wg-contact-link ul {
    margin: 0 -20px; }
    .contact-page .wg-contact-link ul li {
      padding: 0 20px; }
  .contact-page .wg-contact-link li:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #EEEFFA;
    display: none; }
  .contact-page .wg-contact-link li:last-child:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #EEEFFA;
    display: none; }
  .contact-page .wg-contact-link ul.item-list li a.link {
    display: block;
    border: 1px solid #EEEFFA; }
  .contact-page .wg-contact-link ul.nav-list li a.link {
    display: block;
    border: 1px solid #EEEFFA; }
  .contact-page .wg-contact-link .thumb {
    height: unset; }
  .contact-page .wg-contact-link .link {
    min-height: 267px; }
.contact-page .wg-special-privilege {
  padding: 50px 0;
  background-color: #F7F8FD; }

@media (max-width: 1199px) {
  .contact-page .wg-contact-link .whead .title {
    font-size: 70px; } }
@media (max-width: 1024px) {
  .contact-page .wg-contact-link {
    margin-bottom: 50px;
    border: unset; }
    .contact-page .wg-contact-link ul {
      margin: 0 -10px; }
      .contact-page .wg-contact-link ul li {
        padding: 0 10px; } }
@media (max-width: 991px) {
  .contact-page .wg-contact-link .whead .title {
    font-size: 50px; } }
@media (max-width: 575px) {
  .contact-page .complete-save {
    width: 100%; }
    .contact-page .complete-save .img {
      width: 150px;
      margin: 0 auto;
      display: block; }
    .contact-page .complete-save .title {
      font-size: 35px; }
    .contact-page .complete-save .desc {
      font-size: 22px; }
  .contact-page .wg-contact-link .title {
    font-size: 32px; }
  .contact-page .wg-contact-link .thumb {
    margin-top: 10px; }
  .contact-page .wg-contact-link ul.nav-list li {
    padding: 0; }
    .contact-page .wg-contact-link ul.nav-list li a.list {
      border: unset; }
  .contact-page .wg-contact-link ul.nav-list {
    border-top: 1px solid #EEEFFA;
    border-bottom: 1px solid #EEEFFA; }
    .contact-page .wg-contact-link ul.nav-list li a.link {
      border: unset;
      min-height: 190px; }
      .contact-page .wg-contact-link ul.nav-list li a.link .content {
        padding: 20px 10px; }
        .contact-page .wg-contact-link ul.nav-list li a.link .content .title {
          font-size: 18px; } }
.special-privilage-page label.floating-label {
  text-transform: uppercase; }
.special-privilage-page .whead .title {
  font-size: 84px;
  margin-bottom: 50px;
  padding-bottom: 20px; }

@media (max-width: 1200px) {
  .special-privilage-page .whead .title {
    font-size: 60px; } }
@media (max-width: 1024px) {
  .special-privilage-page .whead .title {
    font-size: 45px; } }
@media (max-width: 768px) {
  .special-privilage-page .whead .title {
    font-size: 45px; } }
@media (max-width: 575px) {
  .special-privilage-page .whead .title {
    margin-bottom: 25px;
    font-size: 35px; } }
.site-header.map-page nav.menu li a.link {
  text-transform: uppercase; }
.site-header.map-page .nav-menu {
  display: none; }
.site-header.map-page .container {
  height: 100%; }
  .site-header.map-page .container .logo {
    position: relative;
    margin: 0; }
  .site-header.map-page .container .row {
    height: 100%; }
    .site-header.map-page .container .row .title {
      font-size: 80px;
      color: #005288;
      font-weight: 600; }
    .site-header.map-page .container .row .map-menu > div {
      display: inline-block;
      vertical-align: middle; }
      .site-header.map-page .container .row .map-menu > div a {
        font-size: 24px;
        text-transform: uppercase;
        padding: 14px;
        border: solid 2px #948279;
        color: #948279;
        width: 160px;
        min-height: 55px;
        display: inline-block;
        text-align: center;
        max-height: 55px;
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
        border-radius: 30px;
        margin-left: 40px;
        overflow: hidden;
        text-decoration: unset; }
      .site-header.map-page .container .row .map-menu > div a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .site-header.map-page .container .row .map-menu > div a:hover {
        color: white;
        border: unset;
        padding: 16px; }
      .site-header.map-page .container .row .map-menu > div a:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      .site-header.map-page .container .row .map-menu > div a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .site-header.map-page .container .row .map-menu > div a:before {
        background: #948279; }

.map-page-body {
  height: calc(100vh - 120px);
  overflow: hidden; }
  .map-page-body .iframe-container {
    padding-bottom: 100%;
    min-height: 100%; }

@media (max-width: 1024px) {
  .map-page-body {
    height: calc(100vh - 100px);
    overflow: hidden; }
    .map-page-body .iframe-container {
      padding-bottom: 100%;
      min-height: 100%; } }
@media (max-width: 768px) {
  .map-page-body {
    height: calc(100vh - 60px);
    overflow: hidden; }
    .map-page-body .iframe-container {
      padding-bottom: 100%;
      min-height: 100%; } }
@media (max-width: 768px) {
  .site-header.map-page .nav-menu {
    display: block; }
  .site-header.map-page .map-menu {
    display: none; } }
/* layouts */
.site-header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.16); }
  .site-header .topbar {
    height: 120px;
    position: relative; }
  .site-header .logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 228px;
    height: 81px; }
    .site-header .logo .link img {
      position: relative;
      bottom: 0; }
  .site-header .nav-menu {
    position: relative; }

.site-header.tiny {
  background-color: rgba(255, 255, 255, 0.9); }
  .site-header.tiny .topbar {
    height: 60px; }
  .site-header.tiny nav.menu li {
    position: relative;
    padding: 18px 0; }
  .site-header.tiny .logo {
    width: 140px;
    height: 50px; }

.site-footer .register-banner {
  width: 100px;
  height: 83px;
  background-color: #88746A;
  position: fixed;
  z-index: 90;
  bottom: 38px;
  right: 18px;
  padding: 10px;
  text-align: center;
  opacity: 0.9;
  -webkit-border-radius: 8px 8px 0 8px;
  -moz-border-radius: 8px 8px 0 8px;
  border-radius: 8px 8px 0 8px; }
  .site-footer .register-banner:hover {
    opacity: 1; }
  .site-footer .register-banner:before {
    content: '';
    position: absolute;
    bottom: -17px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 0;
    border-color: transparent #88746a transparent transparent; }
  .site-footer .register-banner .link {
    display: block;
    text-align: center; }
  .site-footer .register-banner .icon-gift {
    display: block;
    margin-bottom: 3px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    .site-footer .register-banner .icon-gift img {
      width: 40px;
      -webkit-filter: invert(1);
      filter: invert(1); }
  .site-footer .register-banner .title {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff; }
  .site-footer .register-banner .link:hover .icon-gift {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
.site-footer .bottom-bar {
  background-color: #F9F8F7; }
  .site-footer .bottom-bar .container {
    padding: 0; }
  .site-footer .bottom-bar .height {
    height: 140px;
    padding-bottom: 36px; }
    .site-footer .bottom-bar .height > div {
      vertical-align: bottom; }
  .site-footer .bottom-bar .address {
    padding-right: 20px; }
  .site-footer .bottom-bar .title {
    color: #005288;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase; }
  .site-footer .bottom-bar .desc {
    color: #005288;
    font-size: 24px;
    font-weight: normal;
    line-height: 1; }
  .site-footer .bottom-bar .contact {
    padding: 0 20px;
    width: 325px;
    text-align: right; }
    .site-footer .bottom-bar .contact > div {
      display: inline-block;
      vertical-align: bottom; }
  .site-footer .bottom-bar .telephone .link {
    display: block;
    color: #005288;
    font-size: 48px;
    font-weight: 500;
    line-height: 0.7; }
  .site-footer .bottom-bar .telephone .link:hover {
    color: #88746A; }
  .site-footer .bottom-bar .bannerI {
    padding: 0 20px;
    width: 205px; }
    .site-footer .bottom-bar .bannerI .link {
      display: block; }
      .site-footer .bottom-bar .bannerI .link img {
        position: relative;
        top: 0; }
    .site-footer .bottom-bar .bannerI .link:hover {
      display: block; }
      .site-footer .bottom-bar .bannerI .link:hover img {
        top: -5px; }
  .site-footer .bottom-bar .bannerII {
    padding-left: 20px;
    width: 200px; }
    .site-footer .bottom-bar .bannerII .link {
      display: block; }
      .site-footer .bottom-bar .bannerII .link img {
        position: relative;
        top: 0; }
    .site-footer .bottom-bar .bannerII .link:hover {
      display: block; }
      .site-footer .bottom-bar .bannerII .link:hover img {
        top: -5px; }
.site-footer .end-bar {
  background-color: #005288; }
  .site-footer .end-bar .container {
    padding: 0; }
  .site-footer .end-bar .height {
    height: 60px; }
  .site-footer .end-bar .copyright {
    width: 380px;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff; }
  .site-footer .end-bar .term-policy {
    padding: 0 20px; }
    .site-footer .end-bar .term-policy li {
      position: relative; }
    .site-footer .end-bar .term-policy li + li {
      margin-left: 15px;
      padding-left: 16px; }
    .site-footer .end-bar .term-policy li + li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 10px;
      width: 1px;
      background-color: #ffffff; }
    .site-footer .end-bar .term-policy .link {
      display: block;
      text-transform: uppercase;
      font-size: 20px;
      color: #ffffff; }
      .site-footer .end-bar .term-policy .link:hover {
        text-decoration: underline; }
  .site-footer .end-bar .social-list {
    width: 203px; }
    .site-footer .end-bar .social-list .title {
      text-transform: uppercase;
      font-size: 20px;
      color: #ffffff;
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
    .site-footer .end-bar .social-list .nav-list {
      display: inline-block;
      vertical-align: middle; }
      .site-footer .end-bar .social-list .nav-list li + li {
        margin-left: 8px; }
      .site-footer .end-bar .social-list .nav-list .link {
        font-size: 36px;
        color: #ffffff;
        position: relative;
        top: 0; }
      .site-footer .end-bar .social-list .nav-list .fa {
        line-height: 31px; }
      .site-footer .end-bar .social-list .nav-list .social_instagram {
        font-size: 31px;
        top: 2px;
        display: block;
        overflow: hidden;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
      .site-footer .end-bar .social-list .nav-list:hover .link {
        opacity: 0.7; }
        .site-footer .end-bar .social-list .nav-list:hover .link:hover {
          opacity: 1;
          top: -2px; }

@media (max-width: 1600px) {
  .container {
    max-width: inherit;
    width: 1210px; }

  nav.menu li + li {
    margin-left: 55px; }

  nav.menu li + li:nth-child(5) {
    margin-left: 368px; }

  .main-slider .cover img {
    height: 700px; }

  .project-prime .cover {
    height: 1130px; }

  .contact-page .wg-contact-link .link {
    min-height: 291px; } }
@media (max-width: 1440px) {
  .container {
    max-width: inherit;
    width: 1210px; }

  .whead .title {
    font-size: 100px; }

  .default-header .h-title strong {
    font-size: 150px;
    line-height: 0.7; }

  .default-title {
    font-size: 40px; }

  .project-info-content .txt .title,
  .project-info-content .txt .desc {
    font-size: 35px; }

  .project-facilities .item-list {
    margin: 0 -40px; }

  .project-facilities .item-list > li {
    padding: 0 40px;
    margin-bottom: 40px; }

  .project-facilities .thumb {
    padding-bottom: 20px; }

  .project-facilities .content {
    font-size: 35px; }

  .plan-list .link {
    font-size: 40px;
    line-height: 80px; }

  .detail-page .gallery-box figure.cover img {
    height: 300px;
    width: 440px; }

  .detail-page .gallery-box .slick-center figure.cover img {
    height: 360px;
    width: 500px; }

  .default-nav {
    height: 74px; }

  .default-nav .link {
    line-height: 74px;
    font-size: 40px; }

  .newspin-slider .cover {
    width: 460px;
    height: 330px; }

  .newspin-slider .inner {
    min-height: 330px; }

  .newspin-slider .inner .title {
    font-size: 40px; }

  .newspin-slider .inner .date {
    right: -50px;
    width: 100px;
    font-size: 100px; } }
@media (max-width: 1199px) {
  .container {
    max-width: inherit;
    width: 970px; }

  .site-header .topbar {
    height: 100px; }

  nav.menu li {
    padding: 38px 0; }

  nav.menu li + li {
    margin-left: 30px; }

  nav.menu li + li:nth-child(5) {
    margin-left: 253px; }

  nav.menu li:before {
    top: 30px; }

  .site-header.tiny nav.menu li:before {
    top: 40px; }

  .site-header .logo {
    width: 165px;
    height: 60px; }

  .main-slider .cover img {
    height: 550px; }

  .site-container {
    margin-top: 100px; }

  .whead .title {
    font-size: 70px; }

  .whead .desc {
    font-size: 42px; }

  .shead .title {
    font-size: 50px; }

  .checkbox-control .txt {
    font-size: 26px; }

  .form-default .floating-label {
    font-size: 26px; }

  .form-default .form-control {
    font-size: 26px; }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 26px; }

  .wg-special-privilege {
    padding: 60px 0; }

  .wg-highlight {
    padding: 60px 0; }

  .wg-highlight .whead {
    margin-bottom: 60px; }

  .highlight-slider .thumb {
    height: 220px; }

  .highlight-slider .thumb figure img {
    width: 100px;
    height: 100px; }

  .highlight-slider .content {
    padding: 25px 20px; }

  .highlight-slider .title {
    font-size: 35px;
    margin-bottom: 10px; }

  .highlight-slider .more {
    padding: 25px 0 0 0; }

  .wg-highlight .video {
    padding-top: 60px; }

  .wg-location .nav-tabs .nav-item {
    height: 80px; }

  .wg-location .nav-tabs .nav-link {
    line-height: 80px;
    font-size: 35px; }

  .wg-location .nav-tabs .nav-link:before {
    top: 12px; }

  .wg-location .nav-tabs .nav-link.active {
    bottom: -100px;
    line-height: 100px; }

  .wg-location .nav-tabs .nav-link.active:before {
    top: 22px; }

  .wg-floor-plan {
    padding: 60px 0; }

  .wg-floor-plan .whead {
    margin-bottom: 60px; }

  .wg-floor-plan .plan-slider .contain img {
    height: 500px; }

  .wg-floor-plan .tower-tab .nav-tabs .link {
    font-size: 36px; }

  .wg-floor-plan .tower-tab .nav-tabs .link small {
    font-size: 24px;
    margin-bottom: 0; }

  .wg-floor-plan .plan-tab .nav-tabs .link {
    font-size: 28px; }

  .wg-floor-plan .plan-tab .nav-tabs .link small {
    font-size: 24px;
    margin-bottom: 0; }

  .wg-contact-link .link {
    min-height: 300px; }

  .wg-contact-link .thumb {
    height: 165px; }

  .wg-contact-link .thumb figure img {
    width: 100px;
    height: 100px; }

  .wg-contact-link .content {
    padding: 25px 20px; }

  .wg-contact-link .title {
    font-size: 35px;
    margin-bottom: 10px; }

  .site-footer .bottom-bar .title {
    font-size: 35px; }

  .site-footer .bottom-bar .desc {
    font-size: 22px; }

  .site-footer .bottom-bar .address {
    padding-right: 10px; }

  .site-footer .bottom-bar .contact {
    width: 250px;
    padding: 0 10px; }

  .site-footer .bottom-bar .telephone .link {
    font-size: 35px; }

  .site-footer .bottom-bar .bannerI {
    width: 140px;
    padding: 0 10px; }

  .site-footer .bottom-bar .bannerII {
    width: 140px;
    padding-left: 10px; }

  .site-footer .register-banner {
    width: 85px;
    height: 72px;
    right: 0; }

  .site-footer .register-banner .icon-gift img {
    width: 30px; }

  .site-footer .register-banner .title {
    font-size: 21px;
    font-weight: normal; }

  .default-header .h-title strong {
    font-size: 110px; }

  .default-title {
    font-size: 35px; }

  .project-info-content .thumb {
    width: 300px; }

  .project-info-content .content {
    padding: 30px; }

  .project-info-content .txt .title {
    width: 200px; }

  .project-info-content .txt .title,
  .project-info-content .txt .desc {
    font-size: 30px; }

  .project-facilities .content {
    font-size: 30px; }

  .project-prime .cover {
    height: 920px; }

  .plan-list .link {
    font-size: 35px; }

  .contact-page .wg-contact-link .link {
    min-height: 249px; } }
@media (max-width: 991px) {
  .container {
    max-width: inherit;
    width: 100%;
    padding: 0 30px; }

  .menu-mobile-btn {
    display: block; }

  .site-header .topbar {
    height: 60px; }

  .site-header .logo {
    width: 140px;
    height: 50px; }

  .site-header .nav-menu {
    position: fixed;
    z-index: 99;
    top: 60px;
    right: -240px;
    width: 240px;
    background-color: #88746A;
    height: calc(100vh - 60px);
    border-top: 1px solid #ebebeb; }

  .site-header.tiny .nav-menu {
    background-color: #88746a; }

  .site-header .nav-menu.open {
    right: 0; }

  nav.menu li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #795f52; }

  nav.menu li:before {
    display: none; }

  nav.menu li + li {
    margin-left: 0; }

  nav.menu li + li:nth-child(5) {
    margin-left: 0; }

  nav.menu li a.link {
    padding: 10px 15px;
    background-color: #88746A;
    color: #ffffff; }

  nav.menu li.active a.link {
    background-color: #005288;
    color: #ffffff; }

  .site-header.tiny nav.menu li {
    padding: 0; }

  .site-container {
    margin-top: 60px; }

  .site-footer .register-banner {
    width: 35px;
    height: 35px;
    z-index: 99;
    right: auto;
    bottom: auto;
    left: 15px;
    top: 13px;
    padding: 5px;
    border-radius: 8px; }

  .site-footer .register-banner:before {
    display: none; }

  .site-footer .register-banner .icon-gift {
    margin: 0; }

  .site-footer .register-banner .icon-gift img {
    width: 24px; }

  .site-footer .register-banner .title {
    display: none; }

  .main-slider .cover {
    padding-top: 50%;
    position: relative; }

  .main-slider .cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

  .whead .title {
    font-size: 50px; }

  .whead .desc {
    font-size: 30px;
    padding-top: 12px; }

  .shead .title {
    font-size: 40px; }

  .checkbox-control .txt {
    font-size: 24px;
    padding-left: 35px; }

  .form-default .form-group {
    margin-bottom: 30px; }

  .form-default .floating-label {
    font-size: 24px; }

  .form-default .form-control {
    font-size: 24px; }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 24px; }

  .wg-special-privilege {
    padding: 30px 0; }

  .wg-highlight {
    padding: 30px 0; }

  .wg-highlight .whead {
    margin-bottom: 30px; }

  .highlight-slider .thumb {
    height: 150px; }

  .highlight-slider .thumb figure img {
    width: 80px;
    height: 80px; }

  .highlight-slider .title {
    font-size: 24px;
    margin-bottom: 5px; }

  .highlight-slider .desc {
    font-size: 20px; }

  .highlight-slider .slick-dots {
    bottom: -35px; }

  .highlight-slider .slick-dots li button {
    border-color: #005288; }

  .highlight-slider .slick-dots li.slick-active button {
    background: #005288; }

  .highlight-slider .slick-dots .slick-active:after {
    display: none; }

  .wg-location .nav-tabs .nav-link {
    font-size: 24px; }

  .wg-location .nav-tabs .nav-link.active {
    bottom: auto;
    line-height: 80px; }

  .wg-location .nav-tabs .nav-link.active:before {
    top: 12px; }

  .wg-floor-plan {
    padding: 30px 0; }

  .wg-floor-plan .whead {
    margin-bottom: 30px; }

  .wg-floor-plan .plan-slider .contain {
    position: relative;
    padding-top: 60%;
    margin-bottom: 15px; }

  .wg-floor-plan .plan-slider .contain img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }

  .wg-floor-plan .tower-tab .nav-tabs .nav-item {
    width: 50%; }

  .wg-floor-plan .tower-tab .nav-tabs .nav-item:nth-child(2n+0) {
    border-right: 0px; }

  .wg-floor-plan .plan-tab {
    padding-bottom: 30px; }

  .wg-floor-plan .plan-tab .nav-tabs .nav-item {
    width: 50%; }

  .wg-floor-plan .plan-tab .nav-tabs .nav-item:nth-child(2n+0) {
    border-right: 0px; }

  .wg-contact-link .link {
    min-height: 230px; }

  .wg-contact-link .thumb {
    height: 120px; }

  .wg-contact-link .thumb figure img {
    width: 80px;
    height: 80px; }

  .wg-contact-link .title {
    font-size: 24px;
    margin-bottom: 5px; }

  .wg-contact-link .desc {
    font-size: 20px; }

  .site-footer .bottom-bar .container {
    padding: 0 30px; }

  .site-footer .bottom-bar .row-table {
    height: auto;
    padding: 30px 0;
    display: block; }

  .site-footer .bottom-bar .row-table > div {
    display: block;
    float: left;
    width: 50%; }

  .site-footer .bottom-bar .row-table > div:nth-child(1) {
    width: 100%; }

  .site-footer .bottom-bar .row-table > div:nth-child(2) {
    margin-top: 30px;
    padding: 16px 0 0 0;
    border-top: 1px solid #ebebeb;
    width: 50%; }

  .site-footer .bottom-bar .row-table > div:nth-child(3) {
    margin-top: 30px;
    padding: 13px 0 0 0;
    border-top: 1px solid #ebebeb;
    width: 50%; }

  .site-footer .bottom-bar .row-table:after {
    content: '';
    display: table;
    clear: both; }

  .site-footer .bottom-bar .contact {
    width: auto;
    padding: 0;
    border-right: 1px solid #ebebeb;
    text-align: left; }

  .site-footer .bottom-bar .bannerI {
    padding: 0;
    margin: auto; }

  .site-footer .bottom-bar .bannerII {
    padding: 0;
    margin: auto; }

  .site-footer .end-bar .container {
    padding: 0 30px; }

  .site-footer .end-bar .row-table {
    padding: 10px 0;
    display: block;
    height: auto;
    position: relative; }

  .site-footer .end-bar .row-table > div {
    display: block;
    width: auto; }

  .site-footer .end-bar .row-table > div:nth-child(3) {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px; }

  .site-footer .end-bar .copyright {
    width: auto; }

  .site-footer .end-bar .term-policy {
    padding: 0; }

  .default-header .height {
    height: 200px; }

  .default-header .h-title {
    font-size: 30px;
    line-height: 0.8;
    opacity: 0.95; }

  .default-header .h-title strong {
    font-size: 70px; }

  .default-body {
    padding-top: 30px;
    padding-bottom: 30px; }

  .default-title {
    font-size: 30px; }

  .project-info-content > .row-table {
    display: block; }

  .project-info-content > .row-table > div {
    display: block;
    width: auto; }

  .project-info-content .thumb {
    width: auto;
    text-align: center; }

  .project-facilities .item-list {
    margin: 0 -15px; }

  .project-facilities .item-list > li {
    padding: 0 15px;
    margin-bottom: 30px; }

  .project-prime .cover {
    height: auto;
    padding-bottom: 88%; }

  .project-page .video {
    padding-top: 30px; }

  .plan-list .link {
    font-size: 30px; }

  .detail-page .gallery-box figure.cover img {
    height: 240px;
    width: 360px; }

  .detail-page .gallery-box .slick-center figure.cover img {
    height: 300px;
    width: 400px; }

  .other-slide {
    padding-bottom: 20px; }

  .other-slide .slick {
    margin: 0px -10px; }

  .other-slide .item {
    padding: 0 10px; }

  .gallery-slider .cover {
    height: 70vh; }

  .default-nav .link {
    font-size: 30px; }

  .newspin-slider .cover {
    width: 360px;
    height: 260px; }

  .newspin-slider .inner {
    min-height: 260px;
    padding-right: 60px; }

  .newspin-slider .inner .title {
    font-size: 30px; }

  .newspin-slider .inner .desc {
    font-size: 20px; }

  .news-list .item-list {
    margin: 0 -10px; }

  .news-list .item-list > li {
    width: calc(100% / 2);
    padding: 0 10px;
    margin-bottom: 20px; }

  .contact-page .wg-contact-link .link {
    min-height: 253px; } }
@media (max-width: 767px) {
  .container {
    max-width: inherit;
    width: 100%;
    padding: 0 30px; }

  .slick-dots {
    bottom: 10px; }

  .slick-dots li button {
    width: 10px;
    height: 10px; }

  .whead .title {
    font-size: 32px; }

  .whead .desc {
    font-size: 24px; }

  .shead .title {
    font-size: 28px; }

  .checkbox-control .txt {
    font-size: 20px; }

  .form-default .floating-label {
    font-size: 20px;
    left: 15px;
    top: 13px; }

  .form-default .form-control {
    padding: 10px 15px;
    font-size: 20px;
    min-height: 50px; }

  .select2-container--default .select2-selection--single {
    height: 50px; }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
    line-height: 46px;
    padding-left: 15px;
    padding-right: 50px; }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 48px;
    text-align: center;
    line-height: 46px; }

  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-size: 30px; }

  .btn {
    font-size: 20px; }

  .form-button .btn {
    height: 50px;
    line-height: 46px; }

  .highlight-slider .thumb {
    height: 120px; }

  .highlight-slider .thumb figure img {
    width: 60px;
    height: 60px; }

  .highlight-slider .content {
    padding: 15px 10px; }

  .highlight-slider .title {
    font-size: 20px; }

  .highlight-slider .desc {
    font-size: 16px; }

  .highlight-slider .more {
    padding: 15px 0 0 0;
    font-size: 18px; }

  .wg-location .nav-tabs {
    border-left: 1px solid #EEEFFA;
    border-right: 1px solid #EEEFFA; }

  .wg-location .nav-tabs .nav-item {
    width: 50%;
    height: 60px; }

  .wg-location .nav-tabs .nav-item:nth-child(3) {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #EEEFFA; }

  .wg-location .nav-tabs .nav-item + .nav-item {
    border-left: 1px solid #EEEFFA; }

  .wg-location .nav-tabs .nav-link {
    line-height: 60px; }

  .wg-location .nav-tabs .nav-link.active {
    box-shadow: none; }

  .wg-location .nav-tabs .nav-link.active {
    line-height: 60px;
    background-color: #005288;
    color: #ffffff; }

  .wg-location .nav-tabs .nav-link.active:before {
    background-color: #ffffff; }

  .wg-location .nav-tabs .nav-link:after {
    display: none; }

  .wg-floor-plan .tower-tab {
    padding-top: 0; }

  .wg-floor-plan .tower-tab .nav-tabs .link {
    padding: 15px 10px 10px 10px;
    font-size: 24px; }

  .wg-floor-plan .tower-tab .nav-tabs .link small {
    font-size: 20px;
    font-weight: normal;
    line-height: 0.7; }

  .wg-floor-plan .plan-tab .nav-tabs .link {
    padding: 15px 10px 10px 10px;
    font-size: 24px; }

  .wg-floor-plan .plan-tab .nav-tabs .link small {
    font-size: 20px;
    font-weight: normal;
    line-height: 0.7; }

  .wg-contact-link li {
    width: 50%; }

  .wg-contact-link .thumb {
    height: 90px; }

  .wg-contact-link .thumb figure img {
    width: 60px;
    height: 60px; }

  .wg-contact-link .content {
    padding: 15px 10px; }

  .wg-contact-link .title {
    font-size: 20px; }

  .wg-contact-link .desc {
    font-size: 16px; }

  .wg-contact-link li {
    border-right: 1px solid #EEEFFA; }

  .wg-contact-link li:nth-child(1) {
    border-left: 1px solid #EEEFFA; }

  .wg-contact-link li:nth-child(3) {
    border-left: 1px solid #EEEFFA;
    border-top: 1px solid #EEEFFA; }

  .wg-contact-link li:nth-child(4) {
    border-top: 1px solid #EEEFFA; }

  .wg-contact-link li:before {
    display: none; }

  .wg-contact-link li:last-child:after {
    display: none; }

  .wg-contact-link .link {
    min-height: 170px; }

  .site-footer .bottom-bar .title {
    font-size: 32px; }

  .site-footer .bottom-bar .desc {
    font-size: 20px; }

  .site-footer .bottom-bar .row-table > div:nth-child(2) {
    margin-top: 15px;
    width: 50%; }

  .site-footer .bottom-bar .row-table > div:nth-child(3) {
    margin-top: 15px;
    width: 50%; }

  .site-footer .bottom-bar .address {
    padding-right: 0;
    text-align: center; }

  .site-footer .bottom-bar .contact {
    border-right: 0;
    text-align: center; }

  .site-footer .bottom-bar .bannerI,
  .site-footer .bottom-bar .bannerII {
    width: 90px; }

  .site-footer .end-bar .row-table > div:nth-child(3) {
    position: relative;
    height: auto; }

  .site-footer .end-bar .copyright {
    font-size: 16px;
    text-align: center; }

  .site-footer .end-bar .term-policy {
    text-align: center; }

  .site-footer .end-bar .term-policy .nav-list {
    display: inline-block; }

  .site-footer .end-bar .term-policy .link {
    font-size: 16px; }

  .site-footer .end-bar .social-list {
    width: auto;
    text-align: center; }

  .site-footer .end-bar .social-list .title {
    font-size: 16px;
    display: block;
    margin: 0; }

  .default-header .height {
    height: 140px; }

  .default-header .h-title strong {
    font-size: 55px; }

  .default-title {
    font-size: 26px; }

  .breadcrumb {
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap; }

  .project-info-content .content {
    padding: 15px; }

  .project-info-content .txt {
    display: block;
    margin-bottom: 10px; }

  .project-info-content .txt > div {
    display: block;
    width: auto; }

  .project-info-content .txt .title {
    width: auto; }

  .project-info-content .txt .title,
  .project-info-content .txt .desc {
    font-size: 20px; }

  .project-info-content .txt .desc {
    padding-left: 10px; }

  .project-facilities .item-list > li {
    width: 50%; }

  .project-facilities .thumb {
    padding-bottom: 0px; }

  .project-facilities .thumb .contain {
    width: 100px;
    height: 100px; }

  .project-facilities .content {
    font-size: 20px; }

  .location-nearby .title {
    font-size: 22px; }

  .location-nearby .desc {
    font-size: 20px; }

  .plan-list .link {
    font-size: 26px; }

  .detail-page .date-box > div {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }

  .detail-page .social-list {
    float: none;
    padding-top: 10px; }

  .detail-page .gallery-box figure.cover {
    margin: 20px 0; }

  .detail-page .gallery-box figure.cover img {
    height: 100px;
    width: 160px; }

  .detail-page .gallery-box .slick-center figure.cover img {
    height: 140px;
    width: 200px; }

  .detail-page .download-box .height {
    height: 125px; }

  .detail-page .download-box .height > div {
    vertical-align: top; }

  .detail-page .download-box .height > div:nth-child(3) {
    display: none; }

  .detail-page .download-box .content .desc br {
    display: block; }

  .detail-page .download-box .content .desc br + img {
    margin-left: 0; }

  .other-slide .inner {
    padding: 10px; }

  .gallery-page .whead {
    top: 15px; }

  .gallery-slider .cover {
    height: 45vh; }

  .gallery-slider .slick-dots {
    bottom: 0; }

  .gallery-nav {
    margin-top: 0; }

  .gallery-nav .nav-list > li {
    width: 100%; }

  .gallery-nav .nav-list > li + li {
    margin-top: 5px; }

  .gallery-nav .link {
    border: 1px solid #005288; }

  .gallery-nav .link:hover {
    top: 0px; }

  .default-nav {
    height: auto;
    margin-bottom: 30px; }

  .default-nav li {
    width: 50%; }

  .newspin-slider .cover {
    width: 100%;
    height: auto; }

  .newspin-slider .inner {
    left: 0;
    padding-right: 0; }

  .newspin-slider .inner .date {
    right: 0;
    position: relative;
    width: auto;
    padding: 0;
    background-color: transparent;
    color: #005288;
    font-size: 20px;
    text-align: left;
    margin-top: 10px; }

  .newspin-slider .inner .date small {
    display: inline;
    font-size: 1em; }

  .news-list .inner {
    padding: 10px; }

  .pagination .item-list > li {
    margin: 0 0px; }

  .contact-page .wg-contact-link ul {
    border-top: 1px solid #EEEFFA;
    border-bottom: 1px solid #EEEFFA;
    margin: 0; }

  .contact-page .wg-contact-link ul li {
    padding: 0; }

  .contact-page .wg-contact-link ul.nav-list li a.link {
    border: none; }

  .contact-page .wg-contact-link .link {
    min-height: 207px; }

  .contact-page .wg-contact-link .thumb {
    margin-top: 0; } }
@media (max-width: 575px) {
  .container {
    max-width: inherit;
    width: 100%;
    padding: 0 30px; } }

/*# sourceMappingURL=source.css.map */
