/* 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 {
  margin: 0;
}

figure.cover {
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

figure.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

figure.contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

figure.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

figure img {
  width: 100%;
  max-width: 100%;
}

.icon {
  position: relative;
}

.icon img {
  display: block;
}

a:focus,
button:focus {
  outline: none;
}

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

.btn:focus,
.btn:hover,
.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%;
}

.video-container {
  position: relative;
  padding-bottom: 57%;
  overflow: hidden;
}

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

/* config */
@font-face {
  font-family: 'db_helvethaica';
  src: url("../font/db_helvethaica_x_thin_v3.2-webfont.woff") format("woff");
  font-display: block;
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'db_helvethaica';
  src: url("../font/db_helvethaica_x_li_v3.2-webfont.woff2") format("woff2"), url("../font/db_helvethaica_x_li_v3.2-webfont.woff") format("woff");
  font-display: block;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'db_helvethaica';
  src: url("../font/db_helvethaica_x_v3.2-webfont.woff2") format("woff2"), url("../font/db_helvethaica_x_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_med_v3.2-webfont.woff2") format("woff2"), url("../font/db_helvethaica_x_med_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_bd_v3.2-webfont.woff2") format("woff2"), url("../font/db_helvethaica_x_bd_v3.2-webfont.woff") format("woff");
  font-display: block;
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'El-Messiri';
  src: url("../font/ElMessiri-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'El-Messiri';
  src: url("../font/ElMessiri-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'El-Messiri';
  src: url("../font/ElMessiri-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'El-Messiri';
  src: url("../font/ElMessiri-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

.text-primary {
  color: #0C7243 !important;
}

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

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

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

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

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

.text-light {
  color: #ffffff !important;
}

.text-dark {
  color: #000000 !important;
}

.text-darkgray {
  color: #414141 !important;
}

.text-brown {
  color: #39281E !important;
}

body {
  font-family: 'db_helvethaica';
  background-color: #fff;
  font-size: 23px;
  color: #000000;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

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

.transition {
  -webkit-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: #26514A;
}

.preload {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preload .logo {
  width: 140px;
  height: 90px;
}

.preload .loader {
  border: 2px solid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-color: #F8DBA9 #0C7243 #0C7243;
  -webkit-animation: spins 1s linear infinite;
          animation: spins 1s linear infinite;
  position: absolute;
  top: 170px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@-webkit-keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-filter: hue-rotate(0);
            filter: hue-rotate(0);
  }
}

@keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-filter: hue-rotate(0);
            filter: hue-rotate(0);
  }
}

nav.menu {
  padding-top: 45px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

nav.menu li {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

nav.menu li a.link {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding: 10px 25px;
  background-color: transparent;
  border: 1px solid transparent;
}

nav.menu li a.link:hover {
  color: #0C7243;
}

nav.menu li.active > a.link, nav.menu li.show > a.link {
  color: #ffffff;
  background-color: #0C7243;
  border-color: #F8DBA9;
}

nav.menu li.dropdown a.link .icon {
  display: inline-block;
  vertical-align: middle;
}

nav.menu li.dropdown a.link .icon:before {
  content: "\f107";
  font-family: 'FontAwesome';
}

nav.menu li.dropdown.show a.link .icon:before {
  content: '\f106';
}

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

nav.menu li:nth-child(4) {
  margin-left: 353px;
}

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

nav.menu li:nth-child(6) {
  margin-left: 10px;
}

nav.menu .dropdown-toggle::after {
  display: none;
}

nav.menu .dropdown-menu {
  border-radius: 0;
}

nav.menu .dropdown-menu li {
  width: 100%;
}

nav.menu .dropdown-menu li + li {
  margin-left: 0;
  border-top: 0px solid #ebebeb;
}

nav.menu .dropdown-menu li > .link {
  color: #414141;
  text-transform: uppercase;
  border: 0;
}

.menu-mobile-btn {
  display: none;
  position: absolute;
  margin: auto;
  z-index: 3;
  width: 20px;
  height: 16px;
  right: 20px;
  top: -28px;
  bottom: auto;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.menu-mobile-btn .btn-mobile {
  display: block;
  width: 20px;
  height: 16px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.menu-mobile-btn .btn-mobile .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #ffffff;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  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:nth-child(1) {
  top: 0;
  opacity: 0;
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(2) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(3) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(4) {
  bottom: 0;
  opacity: 0;
}

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

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #0C7243;
}

.slick-prev, .slick-next {
  z-index: 1;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  border: 1px solid transparent;
  color: #414141;
  font-size: 50px;
  border-radius: 50%;
  -webkit-transition: All 400ms ease;
  transition: All 400ms ease;
}

.slick-prev {
  left: 50%;
  margin-left: -720px;
}

.slick-next {
  right: 50%;
  margin-right: -720px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: transparent;
  color: #0C7243;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 8px;
  position: relative;
  -webkit-transition: All 400ms ease;
  transition: All 400ms ease;
}

.slick-dots li:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #414141;
  -webkit-transition: All 400ms ease;
  transition: All 400ms ease;
  opacity: 0;
  border-radius: 50%;
  display: none;
}

.slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  background: #9F9F9F;
  border-radius: 50%;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background: #414141;
}

.slick-dots li.slick-active:before {
  opacity: 1;
}

.slick-dots:hover li {
  opacity: 0.5;
}

.slick-dots:hover li:hover {
  opacity: 1;
}

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

.breadcrumb-block {
  padding: 20px 0 30px 0;
  overflow: auto;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 0px;
}

.breadcrumb li {
  position: relative;
  color: #555555;
  font-size: 20px;
  line-height: 40px;
}

.breadcrumb li .icon {
  margin-right: 6px;
  display: inline-block;
}

.breadcrumb li .link {
  color: #555555;
  font-size: 20px;
  line-height: 40px;
}

.breadcrumb li .link:hover {
  color: #0C7243;
}

.breadcrumb li.active {
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumb li + li {
  padding-left: 20px;
  margin-left: 10px;
}

.breadcrumb li + li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #555555;
  border-bottom: 1px solid #555555;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination-block {
  position: relative;
  padding: 30px 0;
}

.pagination-label .title {
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  color: #999;
}

.pagination-label span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  display: inline;
  margin: 0 8px;
  padding: 2px 25px;
  background-color: #0C7243;
  border-radius: 30px;
}

.pagination {
  margin: 0;
}

.pagination .link {
  display: block;
  text-align: center;
  min-width: 50px;
  height: 50px;
  line-height: 48px;
  padding: 0 10px;
  font-size: 22px;
  font-weight: normal;
  position: relative;
  background-color: transparent;
  color: #BEA682;
  border: 1px solid #ebebeb;
  border-radius: 0%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.pagination .link:hover {
  color: #0C7243;
}

.pagination .link .feather {
  position: relative;
  top: 4px;
}

.pagination .link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #0C7243;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.pagination .active .link {
  color: #0C7243;
}

.pagination .active .link:before {
  opacity: 1;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
}

.pagination li + li {
  margin-left: 6px;
}

.pagination .pagination-nav .link {
  color: #BEA682;
}

.pagination .pagination-nav .link:hover {
  color: #0C7243;
}

.pagination .jumpPage {
  width: 110px;
  padding-top: 0px;
}

.pagination .select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 0%;
}

.pagination .select2-container .select2-selection--single .select2-selection__rendered {
  color: #BEA682;
  line-height: 48px;
  font-size: 22px;
  font-weight: normal;
}

.pagination .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  line-height: 36px;
  font-size: 26px;
  color: #BEA682;
}

.editor-content .font-base-editor, .editor-content .editor-content, .editor-content p {
  font-size: 23px;
  font-weight: normal;
  color: #000000;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.editor-content p:last-child {
  margin-bottom: 0;
}

.editor-content img {
  height: auto !important;
}

.whead {
  position: relative;
  margin-bottom: 55px;
}

.whead .inner {
  position: relative;
  z-index: 1;
  padding-left: 135px;
}

.whead .icon {
  width: 220px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -15px;
}

.whead .title {
  font-family: 'El-Messiri';
  margin: 0;
  font-size: 72px;
  font-weight: normal;
  line-height: 1em;
  color: #39281E;
}

.whead .desc {
  font-family: 'El-Messiri';
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #BEA682;
  padding-left: 5px;
}

.whead.-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.btn {
  background: none;
  position: relative;
  overflow: hidden;
  top: 0;
  z-index: 5;
  border: 1px solid transparent;
  padding: 0 10px;
  min-width: 185px;
  height: 50px;
  line-height: 48px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 0px;
}

.btn.fluid {
  min-width: inherit;
  width: 100%;
  position: relative;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

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

.btn-primary {
  color: #F8DBA9;
  background-color: #0C7243;
  border-color: #F8DBA9;
}

.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: #F8DBA9;
  background-color: transparent;
  border-color: #0C7243;
}

.btn-primary.disabled, .btn-primary.disabled:hover {
  color: #F8DBA9;
  background-color: #0C7243;
  border-color: #F8DBA9;
  opacity: 0.5;
}

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

.btn-secondary {
  color: #9B9B9B;
  background-color: #ffffff;
  border-color: #9B9B9B;
}

.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: #ffffff;
  border-color: #9B9B9B;
}

.btn-secondary.disabled, .btn-secondary.disabled:hover {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #9B9B9B;
  opacity: 0.5;
}

.btn-secondary:before {
  background-color: #9B9B9B;
}

.btn-danger {
  color: #ffffff;
  background-color: #f00;
  border-color: #f00;
}

.btn-danger:hover, .btn-danger:active:hover, .btn-danger.active:hover, .btn-danger:active:focus, .btn-danger.actitve:focus, .btn-danger:active.focus, .btn-danger.active.focus, .btn-danger:focus:hover, .btn-danger.focus:hover {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #f00;
}

.btn-danger.disabled, .btn-danger.disabled:hover {
  color: #ffffff;
  background-color: #f00;
  border-color: #f00;
  opacity: 0.5;
}

.btn-danger:before {
  background-color: #f90f0f;
}

.form-default .form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-default .control-label {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #414141;
  line-height: 1.2em;
}

.form-default .form-control {
  line-height: 1.2em;
  padding: 10px 15px;
  font-size: 14px;
  color: #414141;
  min-height: 40px;
  background-color: #ffffff;
  border: 1px solid #414141;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-default .form-control:focus {
  border-color: #414141;
}

.form-default .floating-label {
  color: #414141;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 9px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.form-default .form-control:focus ~ .floating-label,
.form-default .form-control:not(:focus):valid ~ .floating-label {
  color: #414141;
  font-size: 12px;
  left: 0;
  top: -22px;
}

.form-default .block-control {
  position: relative;
}

.form-default .has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-default .has-success .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control-feedback {
  position: absolute;
  top: 10px;
  right: 10px;
  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;
}

.radio-control {
  position: relative;
  display: inline-block;
  min-height: 34px;
  padding-left: 0;
}

.radio-control .icon {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

.radio-control .txt {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #414141;
  line-height: 20px;
  display: block;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.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: #414141;
}

.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: #414141;
  border-radius: 50%;
}

.checkbox-control {
  position: relative;
  display: inline-block;
}

.checkbox-control .icon {
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}

.checkbox-control .txt {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  color: #414141;
  padding-left: 25px;
  line-height: 15px;
  display: block;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.checkbox-control .txt .color {
  color: #0C7243;
}

.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:before {
  content: '\f00c';
  position: absolute;
  width: 10px;
  height: 15px;
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #0C7243;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ebebeb;
  border-radius: 25px;
  height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 30px;
  color: #0C7243;
  line-height: 48px;
  font-size: 24px;
  font-weight: 300;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  width: 20px;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f107";
  font-family: 'FontAwesome';
  line-height: 36px;
  font-size: 32px;
  color: #999;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  content: "\f106";
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single:focus,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:focus {
  outline: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__rendered {
  color: #0C7243;
}

.select2-results__option {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  border: 1px solid #ebebeb;
  padding: 10px 30px;
}

.select2-results__option + .select2-results__option {
  border-top: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #0C7243;
  color: #ffffff;
  border-color: #0C7243;
  font-weight: 300;
}

/* pages */
.fancybox-caption-wrap {
  bottom: auto;
  right: auto;
  top: 60px;
  left: 60px;
  background: rgba(51, 51, 51, 0.24);
  padding: 0;
}

.fancybox-caption {
  font-family: 'El-Messiri';
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  padding: 0;
  border-top: 0;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #39281E;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #39281E;
  background-color: #ffffff;
  color: #39281E;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #39281E;
  color: #ffffff;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 20px;
}

.swiper-button-next {
  left: auto;
  right: 50%;
  margin-right: -715px;
}

.swiper-button-prev {
  right: auto;
  left: 50%;
  margin-left: -715px;
}

.card-room .thumb .cover {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}

.card-room .thumb .cover .lazy {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.card-room .link:hover .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card-room .content {
  background-color: #ffffff;
  padding: 25px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.card-room .content .head {
  padding-bottom: 20px;
}

.card-room .content .head .title {
  font-size: 23px;
  font-weight: bold;
  line-height: 0.7;
  color: #414141;
  font-family: 'El-Messiri';
}

.card-room .content .head .price {
  font-size: 30px;
  font-weight: bold;
  line-height: 0.7;
  color: #0C7243;
}

.card-room .content .head .price small {
  color: #8B8B8B;
  font-size: 23px;
}

.card-room .content .body {
  padding-top: 20px;
  border-top: 1px solid #D3D3D3;
  font-size: 23px;
  color: #414141;
  line-height: 1.4em;
  font-weight: normal;
}

.card-room .content .body strong {
  font-weight: 500;
}

.card-room .btn-box .link {
  background-color: #BEA682;
  height: 50px;
  width: 100%;
  text-transform: uppercase;
  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;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}

.card-room .btn-box .link:hover {
  background-color: #F8DBA9;
  color: #BEA682;
}

.head-cover {
  position: relative;
}

.head-cover .cover {
  position: relative;
  padding-bottom: 657px;
}

.head-cover .cover .lazy {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.head-cover .content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  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;
}

.head-cover .content .inner {
  text-align: center;
}

.head-cover .content .title {
  font-family: 'El-Messiri';
  font-weight: normal;
  line-height: 1;
  font-size: 100px;
  color: #ffffff;
  margin: 0;
}

.head-cover .content .desc {
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
}

.top-graphic {
  overflow: hidden;
  position: relative;
}

.top-graphic.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  height: 32px;
  padding-top: 10px;
}

.top-graphic.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.top-graphic.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:before {
  border-color: transparent;
}

.top-graphic.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}

.top-graphic.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  position: relative;
  background-color: #F8DBA9;
}

.top-graphic.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #F8DBA9;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.top-graphic.swiper-container-horizontal .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  opacity: 1;
}

.top-graphic.swiper-container-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
  background-color: #F8DBA9;
}

.top-graphic.swiper-container-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main:before {
  border-color: #F8DBA9;
}

.top-graphic .cover {
  position: relative;
  padding-bottom: 100vh;
}

.top-graphic .cover:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  pointer-events: none;
}

.top-graphic .cover .lazy {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-graphic .content {
  width: 800px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 150px;
  margin: auto;
  padding: 20px 40px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.top-graphic .content .title {
  font-family: 'El-Messiri';
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.top-graphic .content .desc {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
}

.top-graphic .content .desc .link {
  color: #ffffff;
}

.top-graphic .content .desc .link:hover {
  color: #0C7243;
}

.top-graphic .content .action {
  padding-top: 20px;
  margin-bottom: -65px;
}

.top-graphic .content .action .btn {
  font-family: 'El-Messiri';
  font-size: 30px;
  font-weight: bold;
  width: 320px;
  height: 80px;
  line-height: 78px;
  color: #ffffff;
  background-color: #0C7243;
  border-color: #F8DBA9;
}

.wg-about {
  overflow: hidden;
  background-image: url(../img/background/bg-wg-about.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

.wg-about .whead .desc {
  color: #BEA682;
}

.wg-about .content {
  font-size: 23px;
  font-weight: normal;
  line-height: 1.2em;
  color: #000000;
  padding-right: 100px;
  max-height: 4.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.wg-about .action {
  padding-top: 65px;
}

.wg-about-slide {
  width: 865px;
  overflow: hidden;
  margin-right: -326px;
}

.wg-about-slide .cover {
  position: relative;
  padding-bottom: 785px;
}

.wg-about-slide .cover .lazy {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wg-about-slide.swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
}

.wg-room {
  padding-top: 120px;
  padding-bottom: 70px;
  overflow: hidden;
}

.wg-room .action {
  padding-top: 95px;
  text-align: center;
}

.wg-room-slide {
  margin: 0 -10px;
  padding: 0 10px;
}

.wg-room-slide.swiper-container-horizontal > .swiper-pagination-bullets, .wg-room-slide.swiper-pagination-custom, .wg-room-slide .swiper-pagination-fraction {
  bottom: -40px;
}

.wg-room-slide .swiper-slide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.wg-room-slide .swiper-slide.swiper-slide-active, .wg-room-slide .swiper-slide.swiper-slide-next,
.wg-room-slide .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
  pointer-events: visible;
}

.wg-promotion {
  background-color: #F4F4F4;
  padding: 100px 0;
  overflow: hidden;
}

.wg-promotion-slide .swiper-slide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.wg-promotion-slide .swiper-slide.swiper-slide-active, .wg-promotion-slide .swiper-slide.swiper-slide-next,
.wg-promotion-slide .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
  pointer-events: visible;
}

.wg-promotion-slide .link {
  display: block;
}

.wg-promotion-slide .inner {
  position: relative;
  overflow: hidden;
}

.wg-promotion-slide .thumb {
  position: relative;
  z-index: 0;
}

.wg-promotion-slide .thumb .cover {
  position: relative;
  z-index: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.wg-promotion-slide .thumb .cover .lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.wg-promotion-slide .content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  padding: 45px;
  background-color: #F8DBA9;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.wg-promotion-slide .content .desc {
  font-size: 23px;
  font-weight: normal;
  line-height: 1.4em;
  color: #39281E;
  max-height: 8.4em;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.wg-promotion-slide .content .btn-box {
  padding-top: 55px;
  text-align: center;
}

.wg-promotion-slide .link:hover .thumb .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wg-promotion-slide .link:hover .title {
  top: -100%;
}

.wg-promotion-slide .link:hover .content {
  top: 0;
  color: #000000!important;
  text-align: center!important;
}

.wg-facilities {
  overflow: hidden;
}

.wg-facilities .w-columns {
  width: 910px;
}

.wg-facilities .data-content {
  padding: 60px 60px 60px 0;
  position: relative;
  z-index: 1;
  background-image: url(../img/background/bg-wg-facilities.png);
  background-color: #39281E;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 70%;
}

.wg-facilities .data-content:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #39281E;
  margin-left: -330px;
}

.wg-facilities .data-content .title {
  font-family: 'El-Messiri';
  font-size: 67px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
}

.wg-facilities .data-content .desc {
  font-size: 23px;
  font-weight: normal;
  line-height: 1.4em;
  color: #ffffff;
  max-height: 4.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.wg-facilities-slide {
  width: 666px;
  overflow: hidden;
  margin-right: -326px;
}

.wg-facilities-slide .cover {
  position: relative;
  padding-bottom: 570px;
}

.wg-facilities-slide .cover .lazy {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wg-facilities-ThumbSlide {
  overflow: hidden;
  margin-right: 30px;
}

.wg-facilities-ThumbSlide .swiper-button-next,
.wg-facilities-ThumbSlide .swiper-button-prev {
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
}

.wg-facilities-ThumbSlide .swiper-button-next:after,
.wg-facilities-ThumbSlide .swiper-container-rtl .swiper-button-next:after,
.wg-facilities-ThumbSlide .swiper-button-prev:after,
.wg-facilities-ThumbSlide .swiper-container-rtl .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}

.wg-facilities-ThumbSlide .swiper-button-prev {
  margin-top: -80px;
  margin-left: 380px;
}

.wg-facilities-ThumbSlide .swiper-button-next {
  margin-top: -80px;
  margin-right: -430px;
}

.wg-facilities-ThumbSlide .swiper-button-next:hover,
.wg-facilities-ThumbSlide .swiper-button-prev:hover {
  color: #000000;
}

.wg-facilities-ThumbSlide .icon {
  padding: 40px 30px 30px 30px;
}

.wg-facilities-ThumbSlide .icon .lazy {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 55px;
}

.wg-facilities-ThumbSlide .content {
  background-color: #E7E3DA;
  padding: 20px 30px 30px 30px;
  height: 137px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.wg-facilities-ThumbSlide .content .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
  color: #000000;
  height: 1em;
  overflow: hidden;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.wg-facilities-ThumbSlide .content .desc {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4em;
  color: #414141;
  height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wg-facilities-ThumbSlide .link:hover .content {
  background-color: #BEA682;
}

.wg-facilities-ThumbSlide .swiper-slide-thumb-active .content {
  background-color: #BEA682;
}

.wg-contact {
  padding-top: 140px;
  background-image: url(../img/background/bg-wg-contact.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wg-contact .content {
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}

.wg-contact .img-cover {
  position: relative;
  padding-bottom: 50%;
}

.wg-contact .img-cover .lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.wg-contact .info {
  position: absolute;
  left: 46px;
  right: 46px;
  top: 80.6%;
  background-color: #BEA682;
  padding: 30px 100px;
}

.wg-contact .head {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #ffffff;
}

.wg-contact .head .box {
  display: inline-block;
}

.wg-contact .head .icon {
  max-width: 42px;
}

.wg-contact .head .txt {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.4em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.wg-contact .head .txt strong {
  font-weight: 500;
}

.wg-contact .body {
  padding-top: 25px;
}

.wg-contact .body .item-list {
  margin: -15px 0;
}

.wg-contact .body .item-list > li {
  width: 50%;
  padding: 15px 35px;
}

.wg-contact .body .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wg-contact .body .icon {
  width: 42px;
  margin-right: 25px;
  position: relative;
  top: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.wg-contact .body .txt {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4em;
  color: #ffffff;
}

.wg-contact .body .txt strong {
  font-weight: 500;
}

.wg-contact .body .link:hover .icon {
  top: -3px;
}

.wg-contact .iframe-container {
  padding-bottom: 42%;
}

.wg-gallery {
  background-color: #26514A;
  padding: 130px 0;
}

.wg-gallery .whead .title {
  color: #ffffff;
}

.wg-gallery .content {
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2em;
  color: #ffffff;
}

.wg-gallery .gallery-list .item-list {
  margin: -15px;
}

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

.wg-gallery .gallery-list .link {
  position: relative;
}

.wg-gallery .gallery-list .tag {
  font-family: 'El-Messiri';
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 25px;
  background-color: rgba(51, 51, 51, 0.24);
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
}

.wg-gallery .gallery-list .cover {
  position: relative;
  padding-bottom: 260px;
  overflow: hidden;
}

.wg-gallery .gallery-list .cover .lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.wg-gallery .gallery-list .link:hover .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wg-gallery .gallery-list li:nth-child(1) .cover,
.wg-gallery .gallery-list li:nth-child(3) .cover {
  padding-bottom: 550px;
}

.wg-gallery .gallery-list li:nth-child(3) {
  float: right;
}

.wg-gallery .action {
  text-align: center;
  padding-top: 65px;
}

.about-page {
  padding: 100px 0;
}

.about-cover .cover {
  position: relative;
  padding-bottom: 58%;
}

.about-cover .cover .lazy {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-desc {
  padding-top: 80px;
}

.about-desc .title {
  font-family: 'El-Messiri';
  font-size: 72px;
  font-weight: normal;
  line-height: 1;
  color: #39281E;
  text-align: center;
}

.about-desc .desc {
  font-size: 23px;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  color: #000000;
}

.about-desc .desc.-text-center {
  text-align: center;
}

.about-list {
  background-image: url(../img/background/bg-about-list.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.about-list .item-list li {
  width: calc(100%/3);
  padding-top: 80px;
}

.about-list .wrapper {
  width: 260px;
}

.about-list .icon {
  padding: 0px 0px 25px 0px;
}

.about-list .icon .lazy {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 70px;
}

.about-list .content .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
  color: #000000;
  margin-bottom: 5px;
}

.about-list .content .desc {
  font-size: 23px;
  font-weight: normal;
  line-height: 1.4em;
  color: #414141;
}

.about-gallery {
  padding-top: 80px;
}

.about-gallery .item-list {
  margin: -21px;
}

.about-gallery .item-list li {
  width: calc(100%/3);
  padding: 21px;
}

.about-gallery .cover {
  position: relative;
  padding-bottom: 100%;
}

.about-gallery .cover .lazy {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.room-page {
  padding: 100px 0;
}

.room-type {
  padding-bottom: 70px;
}

.room-type .nav-tabs {
  border-bottom: 0;
  margin: 0 -35px;
}

.room-type .nav-tabs .nav-item {
  margin-bottom: 0;
  padding: 0 35px;
  width: calc(100%/3);
}

.room-type .nav-tabs .nav-link {
  border: 1px solid #BEA682;
  text-align: center;
  color: #BEA682;
  padding: 0;
  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;
  width: 100%;
  height: 100px;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
}

.room-type .nav-tabs .nav-link:hover {
  background-color: #0C7243;
  border-color: #0C7243;
  color: #F8DBA9;
}

.room-type .nav-tabs .nav-link.active {
  background-color: #BEA682;
  border-color: #BEA682;
  color: #ffffff;
}

.room-type .plan {
  padding-top: 45px;
}

.room-type .plan .cover {
  position: relative;
  padding-bottom: 55%;
}

.room-type .plan .cover .lazy {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.room-type .note {
  font-size: 23px;
  font-weight: normal;
  line-height: 1.2em;
  color: #414141;
  padding-top: 15px;
}

.room-type .note strong {
  font-weight: bold;
  font-size: 30px;
}

.room-list {
  padding-bottom: 20px;
}

.room-list .nav-list {
  margin: 0 -20px;
  padding-bottom: 50px;
}

.room-list .nav-list li {
  padding: 0 20px;
}

.room-list .nav-list .link {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #BEA682;
}

.room-list .nav-list .link:hover {
  color: #0C7243;
}

.room-list .nav-list li.active .link {
  color: #0C7243;
}

.room-list .item-list {
  margin: -50px -15px;
}

.room-list .item-list li {
  width: calc(100%/3);
  padding: 50px 15px;
}

.facilities-page {
  padding: 100px 0;
}

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

.facilities-list .item-list:after {
  content: '';
  display: table;
  clear: both;
}

.facilities-list .item {
  width: calc(100%/3);
  padding: 0 15px 150px 15px;
  float: left;
}

.facilities-list .thumb .cover {
  position: relative;
  padding-bottom: 72%;
  overflow: hidden;
}

.facilities-list .thumb .cover .lazy {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.facilities-list .content {
  padding-top: 20px;
}

.facilities-list .content .title {
  font-family: 'El-Messiri';
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #414141;
  margin-bottom: 5px;
}

.facilities-list .content .desc {
  font-size: 23px;
  font-weight: normal;
  line-height: 1.4em;
  color: #414141;
  min-height: 5.6em;
}

.promotion-page {
  padding: 100px 0;
}

.promotion-list {
  padding-bottom: 60px;
}

.promotion-list .item-list {
  margin: -20px;
}

.promotion-list .item-list li {
  width: calc(100%/3);
  padding: 20px;
}

.promotion-list .link {
  display: block;
}

.promotion-list .inner {
  position: relative;
  overflow: hidden;
}

.promotion-list .thumb {
  position: relative;
  z-index: 0;
}

.promotion-list .thumb .cover {
  position: relative;
  z-index: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.promotion-list .thumb .cover .lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.promotion-list .content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  padding: 45px;
  background-color: #F8DBA9;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.promotion-list .content .desc {
  font-size: 23px;
  font-weight: normal;
  line-height: 1.4em;
  color: #39281E;
  max-height: 8.4em;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.promotion-list .content .btn-box {
  padding-top: 55px;
  text-align: center;
}

.promotion-list .link:hover .thumb .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.promotion-list .link:hover .title {
  top: -100%;
}

.promotion-list .link:hover .content {
  top: 0;
}

.gallery-page {
  padding: 100px 0;
}

.gallery-list .item-list {
  margin: -15px;
}

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

.gallery-list .link {
  position: relative;
}

.gallery-list .tag {
  font-family: 'El-Messiri';
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 25px;
  background-color: rgba(51, 51, 51, 0.24);
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
}

.gallery-list .cover {
  position: relative;
  padding-bottom: 72%;
  overflow: hidden;
}

.gallery-list .cover .lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.gallery-list .link:hover .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-list .action {
  text-align: center;
  padding-top: 65px;
}

.detail-page {
  padding: 100px 0;
  overflow: hidden;
}

.detail-head {
  padding-bottom: 50px;
  position: relative;
}

.detail-head .backbox {
  position: absolute;
  top: 0;
  right: 100%;
}

.detail-head .backbox .link {
  color: #39281E;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border: 1px solid #39281E;
  margin-right: 40px;
  text-align: center;
  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;
}

.detail-head .backbox .link:hover {
  color: #ffffff;
  background-color: #39281E;
}

.detail-head .h-title {
  font-size: 44px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  margin: 0;
}

.detail-head .social .txt {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  margin-right: 20px;
}

.detail-head .social .item-list > li + li {
  margin-left: 10px;
}

.detail-head .social .item-list .link {
  background-color: #BEA682;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 20px;
  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;
  position: relative;
  top: 0;
  border-radius: 5px;
}

.detail-head .social .item-list .link:hover {
  top: -3px;
  background-color: #0C7243;
}

.detail-head .social .printer {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #BEA682;
}

.detail-head .social .printer .link {
  color: #BEA682;
  font-size: 30px;
}

.detail-head .social .printer .link:hover {
  color: #0C7243;
}

.detail-gallery-main {
  position: relative;
}

.detail-gallery-ThumbSlide {
  position: absolute;
  z-index: 1;
  left: 70px;
  bottom: 35px;
  width: 580px;
  height: 100px;
  overflow: hidden;
}

.detail-gallery-ThumbSlide .cover {
  position: relative;
  padding-bottom: 100%;
  background-color: #000000;
}

.detail-gallery-ThumbSlide .cover .lazy {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.detail-gallery-ThumbSlide .link:hover .cover .lazy {
  opacity: 1;
}

.detail-gallery-ThumbSlide .swiper-slide-thumb-active .cover .lazy {
  opacity: 1;
}

.detail-gallery-slide {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.detail-gallery-slide .cover {
  position: relative;
  padding-bottom: 60%;
}

.detail-gallery-slide .cover .lazy {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detail-gallery-slide .swiper-button-next,
.detail-gallery-slide .swiper-button-prev {
  border-color: transparent;
  background-color: transparent;
  color: #ffffff;
}

.detail-gallery-slide .swiper-button-prev {
  right: auto;
  left: 0px;
  margin-left: 10px;
  top: auto;
  bottom: 60px;
}

.detail-gallery-slide .swiper-button-next {
  right: 0px;
  left: auto;
  margin-right: 540px;
  top: auto;
  bottom: 60px;
}

.detail-room {
  background-color: #ffffff;
  padding: 45px 70px 50px 70px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.detail-room .head {
  padding-bottom: 30px;
}

.detail-room .head .h-title {
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  color: #414141;
  margin: 0;
}

.detail-room .body {
  padding-top: 30px;
  border-top: 1px solid #D3D3D3;
  font-size: 23px;
  color: #414141;
  line-height: 1.4em;
  font-weight: normal;
}

.detail-room .body strong {
  font-weight: 500;
}

.detail-room .foot {
  padding-top: 50px;
}

.detail-room .foot .price {
  font-size: 49px;
  font-weight: bold;
  line-height: 0.7;
  color: #0C7243;
}

.detail-room .foot .price small {
  color: #8B8B8B;
  font-size: 38px;
}

.detail-room .foot .action .btn {
  font-family: 'db_helvethaica';
  font-size: 20px;
  font-weight: bold;
}

.detail-video {
  padding: 100px 130px 0px 130px;
}

.detail-download {
  padding: 100px 0 200px 0;
  width: 1000px;
  margin: 0 auto;
}

.detail-download .slick-prev {
  margin-left: -545px;
}

.detail-download .slick-next {
  margin-right: -545px;
}

.detail-download .slick-prev, .detail-download .slick-next {
  font-size: 30px;
  line-height: 1;
  color: #39281E;
  width: auto;
  height: auto;
  background-color: transparent;
  border: 0;
}

.detail-download .slick-prev:hover, .detail-download .slick-next:hover {
  background-color: transparent;
  color: #0C7243;
}

.detail-download .slick-dots {
  bottom: -70px;
}

.detail-download .slick {
  margin: 0 -15px;
}

.detail-download .item {
  padding: 0 15px;
}

.detail-download .wrapper {
  overflow: hidden;
  background-color: #ffffff;
  padding: 0 30px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.detail-download .height {
  height: 120px;
}

.detail-download .icon-load {
  width: 77px;
  height: 77px;
  background-color: #E7E3DA;
  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;
}

.detail-download .icon-load .feather {
  color: #414141;
  font-size: 40px;
}

.detail-download .content {
  padding: 0 20px;
}

.detail-download .content .title {
  font-size: 36px;
  font-weight: normal;
  color: #414141;
  margin-bottom: 5px;
  max-height: 1em;
  line-height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.detail-download .content .desc {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  color: #9F9F9F;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.detail-download .content .desc .color {
  color: #BEA682;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.detail-download .content .desc .item-list {
  margin: 0 -5px;
}

.detail-download .content .desc .item-list li {
  padding: 0 5px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.detail-download .content .desc .item-list li + li {
  border-left: 1px solid #CCCCCC;
  margin-left: 10px;
  padding-left: 10px;
}

.detail-download .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 77px;
}

.detail-download .action .btn-link {
  font-size: 30px;
  color: #414141;
  border-radius: 0%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.detail-download .link:hover .wrapper {
  background-color: #F1F1F1;
}

.detail-picture-cover .cover {
  position: relative;
  padding-bottom: 60%;
}

.detail-picture-cover .cover .lazy {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detail-infomation {
  padding-top: 40px;
}

.detail-infomation .title {
  font-family: 'El-Messiri';
  text-align: center;
  font-size: 72px;
  font-weight: normal;
  line-height: 1;
  color: #39281E;
  margin-bottom: 10px;
}

.contact-page {
  padding: 100px 0;
}

.contact-page .head-menu {
  padding-bottom: 70px;
}

.contact-page .head-menu .title {
  font-size: 45px;
  font-weight: normal;
  line-height: 1;
  color: #414141;
  margin: 0;
  text-transform: uppercase;
}

.contact-page .head-menu .action .btn + .btn {
  margin-left: 10px;
}

.contact-iframe .iframe-container {
  padding-bottom: 32%;
}

.contact-info {
  overflow: hidden;
}

.contact-info > .container > .row + .row {
  padding-top: 100px;
}

.contact-info .img-cover {
  position: relative;
  padding-bottom: 566px;
  margin-left: -326px;
}

.contact-info .img-cover .lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contact-info .info {
  position: relative;
  z-index: 1;
  padding: 60px 50px;
  height: 566px;
}

.contact-info .info:before {
  content: '';
  z-index: -1;
  background-color: #BEA682;
  right: -326px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: url(../img/static/graphic-contact-info.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.contact-info .head {
  padding-bottom: 25px;
  border-bottom: 1px solid #ffffff;
}

.contact-info .head .icon {
  max-width: 42px;
  margin-right: 25px;
}

.contact-info .head .txt {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.4em;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

.contact-info .head .txt strong {
  font-weight: 500;
}

.contact-info .body {
  padding-top: 25px;
}

.contact-info .body .item-list {
  margin: -15px 0;
}

.contact-info .body .item-list > li {
  width: 100%;
  padding: 15px 0px;
}

.contact-info .body .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-info .body .icon {
  width: 42px;
  margin-right: 25px;
  position: relative;
  top: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.contact-info .body .txt {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4em;
  color: #ffffff;
}

.contact-info .body .txt strong {
  font-weight: 500;
}

.contact-info .body .link:hover .icon {
  top: -3px;
}

.contact-data .title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #414141;
  margin-bottom: 5px;
}

.contact-data .desc {
  font-size: 23px;
  font-weight: normal;
  line-height: 1.2em;
  color: #414141;
}

.map-page {
  position: relative;
}

.map-page .map-head {
  background-image: url(../img/background/bg-map-head.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.map-page .map-head .height {
  height: 120px;
}

.map-page .map-head .logo {
  height: 68px;
}

.map-page .map-head .logo .lazy {
  height: 100%;
}

.map-page .map-head .contact-list {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.map-page .map-head .contact-list li + li {
  margin-left: 10px;
}

.map-page .map-head .contact-list .link {
  color: #ffffff;
  text-transform: uppercase;
}

.map-page .map-head .contact-list .link .lazy {
  margin-right: 5px;
  position: relative;
  top: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.map-page .map-head .contact-list .link:hover .lazy {
  top: -3px;
}

.map-page .map-body {
  background-color: #F1F1F1;
}

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

.map-page .map-body .draft-container {
  padding: 50px 0;
}

.map-page .map-body .draft-container .contain {
  height: calc(100vh - 220px);
  position: relative;
}

.map-page .map-body .draft-container .contain .lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* layouts */
.site-header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.top-header .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 60px;
  padding-right: 10px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.top-header li + li {
  margin-left: 10px;
}

.top-header .link {
  color: #ffffff;
  text-transform: uppercase;
}

.top-header .link .lazy {
  margin-right: 5px;
  position: relative;
  top: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.top-header .link:hover .lazy {
  top: -3px;
}

.main-header {
  position: relative;
  z-index: 11;
}

.main-header .logo {
  position: absolute;
  width: 260px;
  margin: auto;
  left: 0;
  right: 0;
  top: -60px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.main-header .logo > .lazy {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.contact-header {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.contact-header .item-list {
  padding: 20px 0;
  width: 100%;
  height: 265px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.contact-header li {
  width: 100%;
  pointer-events: visible;
}

.contact-header li + li {
  margin-top: 20px;
}

.contact-header .link {
  display: block;
  text-align: center;
  position: relative;
  top: 0;
}

.contact-header .link:hover {
  top: -3px;
}

.site-header.tiny {
  background-color: rgba(38, 81, 74, 0.9);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.site-header.tiny .top-header .contact-list {
  padding-top: 10px;
}

.site-header.tiny .main-header .logo {
  width: 90px;
  top: -20px;
}

.site-header.tiny .main-header nav.menu {
  padding: 5px 0 10px 0;
}

.site-header.tiny .main-header nav.menu li + li {
  margin-left: 80px;
}

.site-header.tiny .main-header nav.menu li a.link {
  font-size: 18px;
  padding: 5px 25px;
}

.site-header.tiny .main-header nav.menu li a.link:hover {
  color: #F8DBA9;
}

.site-header.tiny .main-header nav.menu li:nth-child(4) {
  margin-left: 223px;
}

.site-header.tiny .main-header nav.menu .dropdown-menu li + li {
  margin-left: 0;
}

.site-footer {
  position: relative;
  z-index: 5;
}

.footer-banner {
  /* background-image: url(../img/background/bg-footer-banner.jpg); */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-banner .content {
  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: 370px;
}

.footer-banner .txt {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  margin-right: 75px;
}

.footer-banner .social .item-list {
  margin: 0 -7px;
}

.footer-banner .social .item-list > li {
  padding: 0 7px;
}

.footer-banner .social .link {
  width: 60px;
  height: 60px;
  border: 1px solid #707070;
  background-color: #ffffff;
  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;
  position: relative;
  top: 0;
  border-radius: 10px;
}

.footer-banner .social .link:hover {
  top: -3px;
}

.footer-main {
  border: 1px solid #707070;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dddddd), to(white));
  background-image: linear-gradient(0deg, #dddddd 0%, white 100%);
}

.footer-main .inner {
  padding: 100px 0;
}

.footer-main .btn-sitemap {
  display: none;
  padding: 15px 20px;
  border: 1px solid #ebebeb;
  margin-bottom: 25px;
  position: relative;
  font-size: 20px;
  color: #414141;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.footer-main .btn-sitemap:before {
  content: '\f067';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  font-family: FontAwesome;
  width: 15px;
  height: 16px;
}

.footer-main .btn-sitemap.active {
  margin-bottom: 5px;
}

.footer-main .btn-sitemap.active:before {
  content: '\f068';
}

.footer-main nav.menu {
  padding-top: 0;
  padding-bottom: 50px;
}

.footer-main nav.menu li + li {
  margin-left: 56px;
}

.footer-main nav.menu li a.link {
  font-size: 30px;
  color: #414141;
}

.footer-main nav.menu li a.link:hover {
  color: #0C7243;
}

.footer-main nav.menu li.active > a.link,
.footer-main nav.menu li.show > a.link {
  color: #F8DBA9;
}

.footer-main .info-content {
  padding-top: 70px;
  border-top: 1px solid rgba(190, 166, 130, 0.59);
}

.footer-main .info-content > .row {
  margin: 0 -45px;
}

.footer-main .info-content > .row > div {
  padding: 0 45px;
}

.footer-main .info-content .about .logo {
  margin-bottom: 25px;
}

.footer-main .info-content .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #39281E;
  margin-bottom: 25px;
}

.footer-main .info-content .title .link.more {
  width: 32px;
  height: 32px;
  border: 1px solid #39281E;
  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;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #39281E;
  border-radius: 50%;
}

.footer-main .info-content .gallery-list .item-list {
  margin: -3px;
}

.footer-main .info-content .gallery-list .item-list li {
  padding: 3px;
  width: calc(100%/3);
}

.footer-main .info-content .gallery-list .cover {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.footer-main .info-content .gallery-list .cover .lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.footer-main .info-content .gallery-list .link:hover .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-main .info-content .room-list .item-list {
  margin: 0;
}

.footer-main .info-content .room-list li {
  width: 100%;
  padding: 0;
}

.footer-main .info-content .room-list .link {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #25282A;
}

.footer-main .info-content .room-list .link:hover {
  color: #0C7243;
}

.footer-main .info-content .desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #25282A;
}

.footer-main .info-content .desc .link {
  color: #25282A;
}

.footer-main .info-content .desc .link:hover {
  color: #0C7243;
}

.footer-copytight {
  background-color: #39281E;
}

.footer-copytight .txt {
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
}

@media (max-width: 1600px) {
  body {
    font-size: 20px;
  }
  .container {
    max-width: inherit;
    width: 1210px;
  }
  .top-header .contact-list {
    padding-top: 50px;
  }
  .main-header .logo {
    width: 200px;
  }
  nav.menu {
    padding-top: 16px;
  }
  nav.menu li a.link {
    font-size: 22px;
    padding: 10px 20px;
  }
  nav.menu li:nth-child(4) {
    margin-left: 320px;
  }
  nav.menu li:nth-child(5),
  nav.menu li:nth-child(6) {
    margin-left: 20px;
  }
  .site-header.tiny .main-header nav.menu li + li {
    margin-left: 62px;
  }
  .top-graphic .content .title {
    font-size: 34px;
  }
  .top-graphic .content .desc {
    font-size: 22px;
  }
  .top-graphic .content .action .btn {
    font-size: 28px;
    width: 300px;
    height: 70px;
    line-height: 68px;
  }
  .whead .inner {
    padding-left: 100px;
  }
  .whead .icon {
    width: 160px;
  }
  .whead .desc {
    font-size: 28px;
  }
  .whead .title {
    font-size: 60px;
  }
  .swiper-button-prev {
    margin-left: -655px;
  }
  .swiper-button-next {
    margin-right: -655px;
  }
  .wg-about .content {
    font-size: 22px;
  }
  .wg-about .action {
    padding-top: 50px;
  }
  .wg-about-slide {
    width: 760px;
    margin-right: -201px;
  }
  .wg-about-slide .cover {
    padding-bottom: 700px;
  }
  .wg-room {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .card-room .content .head .title {
    font-size: 22px;
  }
  .card-room .content .head .price {
    font-size: 26px;
  }
  .card-room .content .body {
    font-size: 22px;
  }
  .card-room .btn-box .link {
    font-size: 20px;
  }
  .wg-promotion {
    padding: 80px 0;
  }
  .wg-promotion-slide .title .txt {
    font-size: 46px;
  }
  .wg-promotion-slide .title .txt .number {
    font-size: 110px;
  }
  .wg-promotion-slide .title .txt .number small {
    font-size: 40px;
  }
  .wg-promotion-slide .title .txt .h-txt {
    font-size: 90px;
  }
  .wg-promotion-slide .title .txt.-type2 {
    font-size: 22px;
  }

  .wg-promotion-slide .content .desc {
    font-size: 22px;
  }
  .wg-facilities .w-columns {
    width: 810px;
  }
  .wg-facilities .data-content:after {
    margin-left: -320px;
  }
  .wg-facilities .data-content .title {
    font-size: 62px;
  }
  .wg-facilities .data-content .desc {
    font-size: 22px;
  }
  .wg-facilities-slide {
    width: 571px;
    margin-right: -201px;
  }
  .wg-facilities-slide .cover {
    padding-bottom: 560px;
  }
  .wg-facilities-ThumbSlide .swiper-button-next {
    margin-right: -395px;
  }
  .wg-facilities-ThumbSlide .swiper-button-prev {
    margin-left: 350px;
  }
  .wg-facilities-ThumbSlide .content .title {
    font-size: 28px;
  }
  .wg-contact {
    padding-top: 120px;
  }
  .wg-contact .info {
    padding: 30px 80px;
  }
  .wg-contact .head .icon {
    max-width: 38px;
  }
  .wg-contact .head .txt {
    font-size: 22px;
  }
  .wg-contact .body .icon {
    max-width: 38px;
  }
  .wg-contact .body .txt {
    font-size: 26px;
  }
  .wg-gallery {
    padding: 100px 0;
  }
  .wg-gallery .content {
    font-size: 28px;
  }
  .footer-banner .txt {
    font-size: 38px;
    margin-right: 70px;
  }
  .footer-main .inner {
    padding: 80px 0;
  }
  .footer-main nav.menu {
    padding-bottom: 40px;
  }
  .footer-main nav.menu li + li {
    margin-left: 71px;
  }
  .footer-main nav.menu li a.link {
    font-size: 26px;
  }
  .footer-main .info-content {
    padding-top: 60px;
  }
  .footer-main .info-content .title {
    font-size: 28px;
  }
  .footer-main .info-content .desc {
    font-size: 22px;
  }
  .footer-copytight .txt {
    font-size: 22px;
    padding: 20px 0;
  }
  .head-cover .cover {
    padding-bottom: 40%;
  }
  .head-cover .content .title {
    font-size: 90px;
  }
  .head-cover .content .desc {
    font-size: 28px;
  }
  .about-desc .title {
    font-size: 60px;
  }
  .about-list .icon .lazy {
    height: 65px;
  }
  .about-list .content .title {
    font-size: 28px;
  }
  .room-type .nav-tabs {
    margin: 0 -25px;
  }
  .room-type .nav-tabs .nav-item {
    padding: 0 25px;
  }
  .room-type .nav-tabs .nav-link {
    height: 90px;
    font-size: 36px;
  }
  .detail-head .h-title {
    font-size: 42px;
  }
  .detail-gallery-slide .swiper-button-next {
    margin-right: 470px;
  }
  .detail-room {
    padding: 40px 60px 40px 60px;
  }
  .detail-room .head .h-title {
    font-size: 44px;
  }
  .detail-room .foot .price {
    font-size: 44px;
  }
  .detail-room .foot .price small {
    font-size: 34px;
  }
  .detail-download .content .title {
    font-size: 34px;
  }
  .facilities-list .item {
    padding: 0 15px 120px 15px;
  }
  .facilities-list .content .title {
    font-size: 26px;
  }
  .promotion-list .title .txt {
    font-size: 46px;
  }
  .promotion-list .title .txt .number {
    font-size: 110px;
  }
  .promotion-list .title .txt .number small {
    font-size: 40px;
  }
  .promotion-list .title .txt .h-txt {
    font-size: 90px;
  }
  .promotion-list .title .txt.-type2 {
    font-size: 22px;
  }
  .promotion-list .content .desc {
    font-size: 22px;
  }
  .detail-infomation .title {
    font-size: 60px;
  }
  .editor-content .font-base-editor, .editor-content .editor-content, .editor-content p,
  .editor-content .editor-content,
  .editor-content p {
    font-size: 22px;
  }
  .contact-page .head-menu .title {
    font-size: 42px;
  }
  .contact-info .img-cover {
    margin-left: -206px;
  }
  .contact-info .info:before {
    right: -206px;
  }
  .contact-info .head .icon {
    max-width: 38px;
  }
  .contact-info .head .txt {
    font-size: 22px;
  }
  .contact-info .body .icon {
    max-width: 38px;
  }
  .contact-info .body .txt {
    font-size: 26px;
  }
  .map-page .map-head .logo {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: inherit;
    width: 1210px;
  }
  .top-graphic .content .title {
    font-size: 32px;
  }
  .top-graphic .content .action .btn {
    font-size: 24px;
    width: 280px;
    height: 60px;
    line-height: 58px;
  }
  .whead .desc {
    font-size: 26px;
  }
  .whead .title {
    font-size: 56px;
  }
  .wg-about-slide {
    width: 620px;
    margin-right: -84px;
  }
  .wg-about-slide .cover {
    padding-bottom: 600px;
  }
  .wg-room {
    padding-top: 80px;
  }
  .wg-room .action {
    padding-top: 50px;
  }
  .wg-promotion {
    padding: 60px 0;
  }
  .wg-promotion-slide .title .txt {
    font-size: 40px;
  }
  .wg-promotion-slide .title .txt .number {
    font-size: 90px;
  }
  .wg-promotion-slide .title .txt .number small {
    font-size: 36px;
  }
  .wg-promotion-slide .title .txt .h-txt {
    font-size: 80px;
  }
  .wg-promotion-slide .content .btn-box {
    padding-top: 40px;
  }
  .wg-facilities .w-columns {
    width: 780px;
  }
  .wg-facilities .data-content {
    padding: 50px 50px 50px 0;
  }
  .wg-facilities .data-content:after {
    margin-left: -310px;
  }
  .wg-facilities .data-content .title {
    font-size: 56px;
  }
  .wg-facilities-ThumbSlide .swiper-button-prev {
    margin-left: 332px;
  }
  .wg-facilities-ThumbSlide .swiper-button-next {
    margin-right: -378px;
  }
  .wg-facilities-ThumbSlide .icon {
    padding: 30px 20px 20px 20px;
  }
  .wg-facilities-ThumbSlide .icon .lazy {
    height: 40px;
  }
  .wg-facilities-ThumbSlide .content {
    padding: 20px;
    height: 125px;
  }
  .wg-facilities-slide {
    width: 484px;
    margin-right: -84px;
  }
  .wg-facilities-slide .cover {
    padding-bottom: 487px;
  }
  .wg-contact {
    padding-top: 100px;
  }
  .wg-contact .info {
    padding: 20px 40px;
  }
  .wg-gallery {
    padding: 80px 0;
  }
  .wg-gallery .content {
    font-size: 26px;
  }
  .footer-banner .content {
    height: 350px;
  }
  .head-cover .content .title {
    font-size: 80px;
  }
  .head-cover .content .desc {
    font-size: 26px;
  }
  .about-desc .title {
    font-size: 56px;
  }
  .about-desc .desc {
    font-size: 22px;
  }
  .about-list .icon .lazy {
    height: 60px;
  }
  .about-list .content .title {
    font-size: 28px;
  }
  .about-list .content .desc {
    font-size: 22px;
  }
  .room-type .nav-tabs {
    margin: 0 -20px;
  }
  .room-type .nav-tabs .nav-item {
    padding: 0 20px;
  }
  .room-type .nav-tabs .nav-link {
    height: 80px;
    font-size: 32px;
  }
  .room-type .note {
    font-size: 22px;
  }
  .room-list .nav-list .link {
    font-size: 28px;
  }
  .detail-head .backbox .link {
    margin-right: 10px;
  }
  .detail-head .h-title {
    font-size: 40px;
  }
  .detail-head .social .txt {
    font-size: 22px;
  }
  .detail-gallery-ThumbSlide {
    width: 560px;
    height: 90px;
  }
  .detail-gallery-slide .swiper-button-prev {
    bottom: 50px;
  }
  .detail-gallery-slide .swiper-button-next {
    bottom: 50px;
    margin-right: 480px;
  }
  .detail-room {
    padding: 40px 50px;
  }
  .detail-room .head .h-title {
    font-size: 42px;
  }
  .detail-room .body {
    font-size: 22px;
  }
  .detail-room .foot {
    padding-top: 30px;
  }
  .detail-room .foot .price {
    font-size: 40px;
  }
  .detail-room .foot .price small {
    font-size: 30px;
  }
  .detail-download .content .title {
    font-size: 32px;
  }
  .facilities-list .item {
    padding: 0 15px 90px 15px;
  }
  .facilities-list .content .desc {
    font-size: 22px;
  }
  .promotion-list .item-list {
    margin: -15px;
  }
  .promotion-list .item-list li {
    padding: 15px;
  }
  .promotion-list .title .txt {
    font-size: 40px;
  }
  .promotion-list .title .txt .number {
    font-size: 90px;
  }
  .promotion-list .title .txt .number small {
    font-size: 36px;
  }
  .promotion-list .title .txt .h-txt {
    font-size: 80px;
  }
  .promotion-list .content .btn-box {
    padding-top: 40px;
  }
  .detail-infomation .title {
    font-size: 56px;
  }
  .contact-page .head-menu .title {
    font-size: 38px;
  }
  .contact-info .img-cover {
    margin-left: -122px;
  }
  .contact-info .info:before {
    right: -122px;
  }
  .map-page .map-head .logo {
    height: 55px;
  }
  .map-page .map-head .height {
    height: 100px;
  }
  .map-page .map-body .draft-container .contain {
    height: calc(100vh - 200px);
  }
  .map-page .map-body .iframe-container {
    height: calc(100vh - 100px);
  }
}

@media (max-width: 1199px) {
  body {
    font-size: 18px;
  }
  .container {
    max-width: inherit;
    width: 970px;
  }
  .top-header .contact-list {
    padding-top: 20px;
    padding-right: 0;
  }
  .main-header .logo {
    width: 100px;
    top: -30px;
  }
  nav.menu {
    padding-top: 5px;
  }
  nav.menu li a.link {
    font-size: 18px;
    padding: 8px 18px;
  }
  nav.menu li:nth-child(4) {
    margin-left: 197px;
  }
  .site-header.tiny .main-header .logo {
    width: 80px;
  }
  .site-header.tiny .main-header nav.menu li + li {
    margin-left: 20px;
  }
  .site-header.tiny .main-header nav.menu li:nth-child(4) {
    margin-left: 153px;
  }
  .top-graphic.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .top-graphic.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
  }
  .top-graphic .cover {
    padding-bottom: 60%;
  }
  .top-graphic .content {
    width: 75%;
    bottom: 130px;
    border-width: 4px;
  }
  .top-graphic .content .title {
    font-size: 28px;
  }
  .top-graphic .content .desc {
    font-size: 20px;
  }
  .top-graphic .content .action {
    margin-bottom: -45px;
  }
  .top-graphic .content .action .btn {
    font-size: 18px;
    width: 220px;
    height: 50px;
    line-height: 48px;
  }
  .contact-header {
    width: 46px;
  }
  .contact-header .item-list {
    padding: 15px 0;
    height: 245px;
  }
  .contact-header li + li {
    margin-top: 16px;
  }
  .whead {
    margin-bottom: 40px;
  }
  .whead .inner {
    padding-left: 80px;
  }
  .whead .icon {
    width: 120px;
    top: -8px;
  }
  .whead .desc {
    font-size: 22px;
  }
  .whead .title {
    font-size: 50px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .btn {
    min-width: 175px;
    height: 46px;
    line-height: 44px;
    font-size: 20px;
  }
  .wg-about .content {
    font-size: 20px;
    padding-right: 10px;
  }
  .wg-about .action {
    padding-top: 40px;
  }
  .wg-about-slide {
    width: 460px;
    margin-right: 0;
  }
  .wg-about-slide .cover {
    padding-bottom: 460px;
  }
  .wg-room {
    padding-top: 60px;
  }
  .wg-room-slide.swiper-container-horizontal > .swiper-pagination-bullets,
  .wg-room-slide.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -30px;
  }
  .card-room .content {
    padding: 20px;
  }
  .card-room .content .head .title {
    font-size: 20px;
  }
  .card-room .content .head .price {
    font-size: 22px;
  }
  .card-room .content .head .price small {
    font-size: 18px;
  }
  .card-room .content .body {
    font-size: 20px;
  }
  .card-room .btn-box .link {
    font-size: 18px;
    height: 46px;
  }
  .wg-promotion-slide.swiper-container-horizontal > .swiper-pagination-bullets,
  .wg-promotion-slide.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -30px;
  }
  .wg-promotion-slide .title {
    padding: 25px;
  }
  .wg-promotion-slide .title .txt {
    font-size: 30px;
  }
  .wg-promotion-slide .title .txt .number {
    font-size: 80px;
  }
  .wg-promotion-slide .title .txt .number small {
    font-size: 26px;
  }
  .wg-promotion-slide .title .txt .h-txt {
    font-size: 70px;
  }
  .wg-promotion-slide .title .txt.-type2 {
    font-size: 20px;
  }
  .wg-facilities .w-columns {
    width: 560px;
  }
  .wg-facilities .data-content {
    padding: 30px 30px 30px 0;
  }
  .wg-facilities .data-content:after {
    margin-left: -200px;
  }
  .wg-facilities .data-content .title {
    font-size: 50px;
  }
  .wg-facilities .data-content .desc {
    font-size: 20px;
  }
  .wg-facilities-ThumbSlide .content .title {
    font-size: 26px;
  }
  .wg-facilities-ThumbSlide.swiper-container-horizontal > .swiper-pagination-bullets,
  .wg-facilities-ThumbSlide.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
  }
  .wg-facilities-slide {
    width: 380px;
    margin-right: 0;
  }
  .wg-facilities-slide .cover {
    padding-bottom: 433px;
  }
  .wg-contact {
    padding-top: 80px;
  }
  .wg-contact .content {
    margin-bottom: 0;
  }
  .wg-contact .info {
    padding: 20px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
  }
  .wg-contact .head {
    padding-bottom: 20px;
  }
  .wg-contact .head .icon {
    max-width: 30px;
  }
  .wg-contact .head .txt {
    font-size: 20px;
  }
  .wg-contact .body {
    padding-top: 20px;
  }
  .wg-contact .body .item-list > li {
    padding: 15px;
  }
  .wg-contact .body .icon {
    max-width: 30px;
  }
  .wg-contact .body .txt {
    font-size: 22px;
  }
  .wg-gallery {
    padding: 60px 0;
  }
  .wg-gallery .content {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .wg-gallery .gallery-list .item-list li {
    padding: 10px;
  }
  .wg-gallery .gallery-list li:nth-child(1) .cover,
  .wg-gallery .gallery-list li:nth-child(3) .cover {
    padding-bottom: 146.6%;
  }
  .wg-gallery .gallery-list .cover {
    padding-bottom: 70%;
  }
  .wg-gallery .gallery-list .tag {
    left: 20px;
    top: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .wg-gallery .action {
    padding-top: 50px;
  }
  .footer-banner .content {
    height: 320px;
  }
  .footer-banner .txt {
    font-size: 32px;
    margin-right: 60px;
  }
  .footer-banner .social .link {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .footer-main .inner {
    padding: 60px 0;
  }
  .footer-main nav.menu {
    padding-bottom: 20px;
  }
  .footer-main nav.menu li + li {
    margin-left: 63px;
  }
  .footer-main nav.menu li a.link {
    font-size: 18px;
  }
  .footer-main .info-content {
    padding-top: 40px;
  }
  .footer-main .info-content > .row {
    margin: 0 -20px;
  }
  .footer-main .info-content > .row > div {
    padding: 0 20px;
  }
  .footer-main .info-content .about .logo {
    margin-bottom: 20px;
  }
  .footer-main .info-content .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .footer-main .info-content .desc {
    font-size: 20px;
  }
  .footer-main .info-content .room-list .link {
    font-size: 20px;
  }
  .footer-copytight .txt {
    font-size: 16px;
    padding: 18px 0;
  }
  .head-cover .content .title {
    font-size: 80px;
  }
  .head-cover .content .desc {
    font-size: 26px;
  }
  .about-desc {
    padding-top: 50px;
  }
  .about-desc .title {
    font-size: 50px;
  }
  .about-desc .desc {
    font-size: 20px;
  }
  .about-list .item-list li {
    padding-top: 60px;
  }
  .about-list .icon .lazy {
    height: 55px;
  }
  .about-list .content .title {
    font-size: 26px;
  }
  .about-list .content .desc {
    font-size: 20px;
  }
  .about-gallery {
    padding-top: 60px;
  }
  .room-page {
    padding: 80px 0;
  }
  .room-type {
    padding-bottom: 50px;
  }
  .room-type .nav-tabs {
    margin: 0 -15px;
  }
  .room-type .nav-tabs .nav-item {
    padding: 0 15px;
  }
  .room-type .nav-tabs .nav-link {
    height: 60px;
    font-size: 28px;
  }
  .room-list .nav-list .link {
    font-size: 26px;
  }
  .room-list .item-list {
    margin: -20px -15px;
  }
  .room-list .item-list li {
    padding: 20px 15px;
  }
  .detail-page {
    padding: 80px 0;
  }
  .detail-head {
    padding-bottom: 30px;
  }
  .detail-head .backbox {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
  }
  .detail-head .backbox .link {
    font-size: 26px;
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .detail-head .h-title {
    font-size: 38px;
  }
  .detail-head .social .txt {
    font-size: 20px;
    margin-right: 15px;
  }
  .detail-head .social .item-list .link {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .detail-head .social .printer {
    margin-left: 15px;
    padding-left: 15px;
  }
  .detail-head .social .printer .link {
    font-size: 26px;
  }
  .detail-gallery-ThumbSlide {
    width: 400px;
  }
  .detail-gallery-slide .swiper-button-prev {
    bottom: 55px;
  }
  .detail-gallery-slide .swiper-button-next {
    bottom: 55px;
    margin-right: 415px;
  }
  .detail-room {
    padding: 35px;
  }
  .detail-room .head {
    padding-bottom: 20px;
  }
  .detail-room .head .h-title {
    font-size: 38px;
  }
  .detail-room .body {
    padding-top: 20px;
    font-size: 20px;
  }
  .detail-room .foot {
    padding-top: 20px;
  }
  .detail-room .foot .price {
    font-size: 36px;
  }
  .detail-room .foot .price small {
    font-size: 26px;
  }
  .detail-video {
    padding: 80px 130px 0px 130px;
  }
  .detail-download {
    padding: 80px 0 180px 0;
    width: 100%;
  }
  .detail-download .slick-dots {
    bottom: -50px;
  }
  .detail-download .content .title {
    font-size: 28px;
  }
  .detail-download .content .desc {
    font-size: 20px;
  }
  .facilities-page {
    padding: 80px 0;
  }
  .facilities-list .item {
    padding: 0 15px 60px 15px;
  }
  .facilities-list .content .title {
    font-size: 24px;
  }
  .facilities-list .content .desc {
    font-size: 20px;
  }
  .promotion-page {
    padding: 80px 0;
  }
  .promotion-list .item-list {
    margin: -10px;
  }
  .promotion-list .item-list li {
    padding: 10px;
  }
  .promotion-list .title {
    padding: 25px;
  }
  .promotion-list .title .txt {
    font-size: 30px;
  }
  .promotion-list .title .txt .number {
    font-size: 80px;
  }
  .promotion-list .title .txt .number small {
    font-size: 26px;
  }
  .promotion-list .title .txt .h-txt {
    font-size: 70px;
  }
  .promotion-list .title .txt.-type2 {
    font-size: 20px;
  }
  .detail-infomation .title {
    font-size: 50px;
  }
  .editor-content .font-base-editor, .editor-content .editor-content, .editor-content p,
  .editor-content .editor-content,
  .editor-content p {
    font-size: 20px;
  }
  .gallery-page {
    padding: 80px 0;
  }
  .gallery-list .item-list {
    margin: -15px;
  }
  .gallery-list .item-list li {
    padding: 15px;
  }
  .gallery-list .tag {
    left: 20px;
    top: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .gallery-list .action {
    padding-top: 50px;
  }
  .contact-page {
    padding: 80px 0;
  }
  .contact-page .head-menu .title {
    font-size: 36px;
  }
  .contact-info .img-cover {
    margin-left: -42px;
    padding-bottom: 450px;
  }
  .contact-info .info {
    padding: 30px;
    height: 450px;
  }
  .contact-info .info:before {
    right: -42px;
  }
  .contact-info .head {
    padding-bottom: 20px;
  }
  .contact-info .head .icon {
    max-width: 30px;
  }
  .contact-info .head .txt {
    font-size: 20px;
  }
  .contact-info .body {
    padding-top: 20px;
  }
  .contact-info .body .item-list > li {
    padding: 15px 0;
  }
  .contact-info .body .icon {
    max-width: 30px;
  }
  .contact-info .body .txt {
    font-size: 22px;
  }
  .contact-info > .container > .row + .row {
    padding-top: 80px;
  }
  .contact-data .title {
    font-size: 24px;
  }
  .contact-data .desc {
    font-size: 22px;
  }
  .map-page .map-head .logo {
    height: 40px;
  }
  .map-page .map-head .height {
    height: 80px;
  }
  .map-page .map-body .draft-container .contain {
    height: calc(100vh - 180px);
  }
  .map-page .map-body .iframe-container {
    height: calc(100vh - 80px);
  }
}

@media (max-width: 991px) {
  .container {
    max-width: inherit;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-header {
    position: relative;
    z-index: 11;
    pointer-events: none;
  }
  .top-header .contact-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 0;
  }
  .top-header li {
    pointer-events: visible;
  }
  .top-header li + li {
    margin-left: 15px;
  }
  /*mobile-menu (start)*/
  .global-container {
    position: relative;
    overflow: hidden;
    right: 0;
  }
  .global-container .site-header .overlay {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .global-container .site-container {
    position: relative;
    right: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .global-container .site-footer {
    position: relative;
    right: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .global-container.sidebar-open .site-header .overlay {
    opacity: 1;
    visibility: visible;
  }
  .global-container.sidebar-open .site-container {
    right: 260px;
  }
  .global-container.sidebar-open .site-footer {
    right: 260px;
  }
  .site-header > .container {
    position: relative;
    z-index: 99;
  }
  .site-header .overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 114, 67, 0.8);
  }
  .menu-mobile-btn {
    display: block;
  }
  nav.menu {
    position: fixed;
    z-index: 100;
    top: 41px;
    bottom: 0;
    width: 260px;
    overflow: auto;
    right: -260px;
    padding-left: 0;
    padding-top: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  nav.menu.open {
    right: 0;
  }
  nav.menu .nav-list {
    border-bottom: 1px solid #ffffff;
  }
  nav.menu li {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
  nav.menu li + li {
    margin-left: 0px;
  }
  nav.menu li:nth-child(4),
  nav.menu li:nth-child(5),
  nav.menu li:nth-child(6) {
    margin-left: 0;
  }
  nav.menu li a.link {
    font-size: 20px;
    padding: 15px 20px;
    border: 0;
  }
  nav.menu li a.link:hover {
    background-color: #0C7243;
    color: #F8DBA9;
  }
  nav.menu li.active > a.link, nav.menu li.show > a.link {
    background-color: #F8DBA9;
    color: #0C7243;
  }
  nav.menu .dropdown-menu {
    position: relative !important;
    -webkit-transform: inherit !important;
            transform: inherit !important;
    left: 0 !important;
    top: 0 !important;
    min-width: inherit;
    width: 100%;
  }
  /*mobile-menu (end)*/
  .site-header.tiny .top-header .contact-list {
    padding: 10px 0;
  }
  .site-header.tiny .main-header .logo {
    width: 45px;
    top: -35px;
  }
  .site-header.tiny .menu-mobile-btn {
    top: -28px;
  }
  .site-header.tiny .main-header nav.menu {
    padding: 0;
  }
  .site-header.tiny .main-header nav.menu li + li,
  .site-header.tiny .main-header nav.menu li:nth-child(4) {
    margin-left: 0;
  }
  .site-header.tiny .main-header nav.menu li a.link {
    font-size: 20px;
    padding: 15px 20px;
  }
  .site-header.tiny .main-header nav.menu li a.link:hover {
    background-color: #0C7243;
    color: #F8DBA9;
  }
  .top-graphic.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .top-graphic.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 15px;
  }
  .top-graphic .content {
    width: 80%;
    bottom: 80px;
  }
  .top-graphic .content .title {
    font-size: 24px;
  }
  .top-graphic .content .desc {
    font-size: 18px;
  }
  .top-graphic .content .action .btn {
    font-size: 16px;
    width: 160px;
    min-width: inherit;
    height: 40px;
    line-height: 38px;
  }
  .whead {
    margin-bottom: 30px;
  }
  .whead .desc {
    font-size: 20px;
  }
  .whead .title {
    font-size: 45px;
  }
  .wg-about > .container > .row > .col-lg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 50px 0;
  }
  .wg-about > .container > .row > .col-lg-auto {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .wg-about .whead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .wg-about .content {
    font-size: 18px;
    padding: 0px;
  }
  .wg-about .action {
    padding-top: 30px;
    text-align: center;
  }
  .wg-about-slide {
    width: 100%;
  }
  .wg-about-slide .cover {
    padding-bottom: 50%;
  }
  .wg-room {
    padding: 50px 0;
  }
  .wg-promotion {
    padding: 50px 0 70px 0;
  }
  .wg-facilities .w-columns {
    width: 100%;
  }
  .wg-facilities .data-content {
    padding: 20px;
  }
  .wg-facilities .data-content:after {
    display: none;
  }
  .wg-facilities .data-content .title {
    font-size: 45px;
  }
  .wg-facilities-ThumbSlide {
    margin-right: 0;
  }
  .wg-facilities-ThumbSlide .swiper-button-next,
  .wg-facilities-ThumbSlide .swiper-button-prev {
    display: none;
  }
  .wg-facilities-slide {
    width: 100%;
    margin-top: 20px;
  }
  .wg-facilities-slide .cover {
    padding-bottom: 50%;
  }
  .wg-gallery {
    padding: 50px 0;
  }
  .wg-gallery .whead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .wg-gallery .content {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .wg-gallery .gallery-list li:nth-child(1) .cover,
  .wg-gallery .gallery-list li:nth-child(3) .cover {
    padding-bottom: 148.6%;
  }
  .footer-banner {
    background-attachment: inherit;
  }
  .footer-banner .content {
    height: 250px;
  }
  .footer-main .inner {
    padding: 50px 0;
  }
  .footer-main .btn-sitemap {
    display: block;
  }
  .footer-main nav.menu {
    position: relative;
    display: none;
    top: 0;
    width: 100%;
  }
  .footer-main nav.menu.open {
    display: block;
  }
  .footer-main nav.menu .nav-list {
    border-color: #ebebeb;
  }
  .footer-main nav.menu li {
    border-color: #ebebeb;
  }
  .footer-main nav.menu li + li {
    margin-left: 0;
  }
  .footer-main nav.menu li a.link:hover,
  .footer-main nav.menu li.active > a.link,
  .footer-main nav.menu li.show > a.link {
    color: #ffffff;
  }
  .footer-main .info-content {
    padding-top: 30px;
  }
  .footer-main .info-content .title {
    font-size: 24px;
  }
  .footer-main .info-content .desc {
    font-size: 18px;
  }
  .footer-main .info-content .room-list .link {
    font-size: 18px;
  }
  .footer-main .info-content .gallery-list .item-list li {
    width: calc(100%/2);
  }
  .head-cover .content .title {
    font-size: 60px;
  }
  .head-cover .content .desc {
    font-size: 24px;
  }
  .about-page {
    padding: 60px 0;
  }
  .about-desc .title {
    font-size: 45px;
  }
  .about-list .item-list li {
    padding-top: 50px;
  }
  .about-list .wrapper {
    width: 100%;
    padding-right: 10px;
  }
  .about-list .icon .lazy {
    height: 50px;
  }
  .about-gallery {
    padding-top: 50px;
  }
  .about-gallery .item-list {
    margin: -10px;
  }
  .about-gallery .item-list li {
    padding: 10px;
  }
  .room-page {
    padding: 60px 0;
  }
  .room-type .nav-tabs {
    margin: 0 -10px;
  }
  .room-type .nav-tabs .nav-item {
    padding: 0 10px;
  }
  .room-type .nav-tabs .nav-link {
    height: 50px;
    font-size: 26px;
  }
  .room-type .note {
    font-size: 20px;
  }
  .room-list .nav-list {
    padding-bottom: 20px;
  }
  .room-list .nav-list .link {
    font-size: 24px;
  }
  .room-list .item-list {
    margin: -10px;
  }
  .room-list .item-list li {
    padding: 10px;
    width: 50%;
  }
  .pagination-label {
    text-align: center;
    margin-bottom: 20px;
  }
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detail-page {
    padding: 60px 0;
  }
  .detail-head {
    padding-bottom: 20px;
  }
  .detail-head .h-title {
    font-size: 36px;
  }
  .detail-gallery-slide .swiper-button-prev,
  .detail-gallery-slide .swiper-button-next {
    display: none;
  }
  .detail-gallery-ThumbSlide {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 10px;
  }
  .detail-room {
    padding: 20px;
  }
  .detail-room .head {
    padding-bottom: 15px;
  }
  .detail-room .head .h-title {
    font-size: 34px;
  }
  .detail-room .body {
    padding-top: 15px;
  }
  .detail-room .foot {
    padding-top: 15px;
  }
  .detail-video {
    padding: 50px 90px 0px 90px;
  }
  .detail-download {
    padding: 50px 0 100px 0;
  }
  .detail-download .slick-dots {
    bottom: -20px;
  }
  .facilities-page {
    padding: 60px 0;
  }
  .facilities-list .item-list {
    margin: 0 -10px;
  }
  .facilities-list .item {
    padding: 0 10px 50px 10px;
  }
  .facilities-list .content .desc {
    min-height: 7em;
  }
  .promotion-page {
    padding: 60px 0;
  }
  .detail-infomation .title {
    font-size: 45px;
  }
  .gallery-page {
    padding: 60px 0;
  }
  .gallery-list .item-list {
    margin: -10px;
  }
  .gallery-list .item-list li {
    padding: 10px;
  }
  .contact-page {
    padding: 60px 0;
  }
  .contact-page .head-menu {
    padding-bottom: 40px;
  }
  .contact-page .head-menu .title {
    font-size: 32px;
    text-align: center;
  }
  .contact-page .head-menu .action {
    padding-top: 10px;
    text-align: center;
  }
  .contact-iframe .iframe-container {
    padding-bottom: 56%;
  }
  .contact-info .img-cover {
    margin: 0 -20px;
    padding-bottom: 50%;
  }
  .contact-info .info {
    padding: 30px;
    height: auto;
  }
  .contact-info .info:before {
    right: -20px;
    left: -20px;
  }
  .contact-info .head {
    padding-bottom: 20px;
  }
  .contact-info .head .icon {
    max-width: 30px;
  }
  .contact-info .head .txt {
    font-size: 20px;
  }
  .contact-info .body {
    padding-top: 20px;
  }
  .contact-info .body .item-list {
    margin: -15px;
  }
  .contact-info .body .item-list > li {
    padding: 15px;
    width: 50%;
  }
  .contact-info .body .icon {
    max-width: 30px;
  }
  .contact-info .body .txt {
    font-size: 22px;
  }
  .contact-info > .container > .row + .row {
    padding-top: 0px;
  }
  .contact-data {
    margin-top: 60px;
  }
  .contact-data .title {
    font-size: 22px;
  }
  .contact-data .desc {
    font-size: 20px;
  }
  .map-page .map-head .logo {
    height: 30px;
  }
  .map-page .map-head .height {
    height: 60px;
  }
  .map-page .map-body .draft-container .contain {
    height: calc(100vh - 160px);
  }
  .map-page .map-body .iframe-container {
    height: calc(100vh - 60px);
  }
}

@media (max-width: 767px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
  .top-header .link {
    font-size: 0;
  }
  .top-header .link .lazy {
    margin-right: 0;
  }
  .main-header .logo {
    width: 45px;
    top: -35px;
  }
  .top-graphic.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
  }
  .top-graphic .cover {
    padding-bottom: 90%;
  }
  .top-graphic .content {
    width: 90%;
    bottom: 50px;
    padding: 10px 20px;
    border-width: 3px;
  }
  .top-graphic .content .title {
    font-size: 20px;
  }
  .top-graphic .content .action {
    margin-bottom: -25px;
    padding-top: 10px;
  }
  .top-graphic .content .action .btn {
    font-size: 14px;
    width: 120px;
    height: 30px;
    line-height: 28px;
  }
  .contact-header {
    display: none;
  }
  .whead {
    margin-bottom: 20px;
  }
  .whead .icon {
    width: 90px;
  }
  .whead .desc {
    font-size: 16px;
  }
  .whead .title {
    font-size: 34px;
  }
  .btn {
    min-width: 120px;
    height: 36px;
    line-height: 34px;
    font-size: 18px;
  }
  .wg-about .action {
    padding-top: 20px;
  }
  .wg-room-slide .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 0;
    pointer-events: none;
  }
  .card-room .content {
    padding: 15px;
  }
  .card-room .content .head {
    padding-bottom: 15px;
  }
  .card-room .content .head > .row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .card-room .content .head .title {
    font-size: 18px;
  }
  .card-room .content .head .price {
    font-size: 18px;
    padding-top: 5px;
    text-align: right;
  }
  .card-room .content .head .price small {
    font-size: 16px;
  }
  .card-room .content .body {
    padding-top: 15px;
    font-size: 18px;
  }
  .card-room .btn-box .link {
    font-size: 16px;
    height: 36px;
  }
  .wg-promotion-slide .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 0;
    pointer-events: none;
  }
  .wg-promotion-slide .title .txt {
    font-size: 22px;
  }
  .wg-promotion-slide .title .txt .number {
    font-size: 50px;
  }
  .wg-promotion-slide .title .txt .number small {
    font-size: 20px;
  }
  .wg-promotion-slide .title .txt .h-txt {
    font-size: 40px;
  }
  .wg-promotion-slide .title .txt.-type2 {
    font-size: 18px;
  }
  .wg-promotion-slide .content {
    padding: 15px;
  }
  .wg-promotion-slide .content .desc {
    font-size: 18px;
  }
  .wg-promotion-slide .content .desc {
    font-size: 18px;
    max-height: 5.6em;
    -webkit-line-clamp: 4;
  }
  .wg-promotion-slide .content .btn-box {
    padding-top: 3px;
  }
  .wg-facilities .data-content .title {
    font-size: 34px;
  }
  .wg-facilities .data-content .desc {
    font-size: 18px;
    margin: 0;
  }
  .wg-facilities-ThumbSlide .content .title {
    font-size: 24px;
  }
  .wg-contact .head .box > .row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .wg-contact .head .icon {
    max-width: 26px;
    margin: 0 auto 10px auto;
  }
  .wg-contact .head .txt {
    font-size: 18px;
  }
  .wg-contact .body .item-list {
    margin: -10px 0;
  }
  .wg-contact .body .item-list > li {
    width: 100%;
    padding: 10px;
  }
  .wg-contact .body .icon {
    max-width: 26px;
    width: 26px;
    margin-right: 15px;
  }
  .wg-contact .body .txt {
    font-size: 18px;
  }
  .wg-gallery .content {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .wg-gallery .gallery-list .item-list {
    margin: -5px;
  }
  .wg-gallery .gallery-list .item-list li {
    padding: 5px;
    width: 50%;
  }
  .wg-gallery .gallery-list .tag {
    font-size: 18px;
  }
  .wg-gallery .action {
    padding-top: 30px;
  }
  .footer-banner .content {
    height: 200px;
  }
  .footer-banner .txt {
    font-size: 24px;
    margin-right: 30px;
  }
  .footer-banner .social .link {
    width: 40px;
    height: 40px;
    padding: 6px;
  }
  .footer-main .inner {
    padding: 30px 0;
  }
  .footer-main .info-content > .row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-main .info-content > .row > div + div {
    margin-top: 20px;
  }
  .footer-main .info-content .gallery-list .item-list li {
    width: calc(100%/3);
  }
  .about-page {
    padding: 50px 0;
  }
  .about-desc .title {
    font-size: 30px;
  }
  .about-desc .desc {
    font-size: 18px;
  }
  .about-list .item-list li {
    width: 50%;
    padding-top: 40px;
  }
  .about-list .icon {
    padding: 0px 0px 20px 0px;
  }
  .about-list .icon .lazy {
    height: 50px;
  }
  .about-list .content .title {
    font-size: 24px;
  }
  .about-list .content .desc {
    font-size: 18px;
  }
  .about-gallery {
    padding-top: 30px;
  }
  .about-gallery .item-list {
    margin: -5px;
  }
  .about-gallery .item-list li {
    padding: 5px;
  }
  .head-cover .content .inner {
    padding-top: 10%;
  }
  .head-cover .content .title {
    font-size: 30px;
  }
  .head-cover .content .desc {
    font-size: 20px;
  }
  .room-page {
    padding: 50px 0;
  }
  .room-type .nav-tabs {
    margin: 0 -2px;
  }
  .room-type .nav-tabs .nav-item {
    padding: 0 2px;
  }
  .room-type .nav-tabs .nav-link {
    height: 40px;
    font-size: 20px;
  }
  .room-type .note {
    font-size: 18px;
  }
  .room-type .note strong {
    font-size: 24px;
  }
  .room-list .nav-list .link {
    font-size: 22px;
  }
  .room-list .item-list {
    margin: -5px;
  }
  .room-list .item-list li {
    padding: 5px;
  }
  .pagination-label .title {
    font-size: 20px;
  }
  .pagination-label span {
    font-size: 22px;
  }
  .pagination {
    padding-bottom: 40px;
  }
  .pagination li + li {
    margin-left: 1px;
  }
  .pagination .link {
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    padding: 0 5px;
    font-size: 18px;
  }
  .pagination .jumpPage {
    position: absolute;
    margin-left: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .pagination .select2-container--default .select2-selection--single {
    height: 36px;
  }
  .pagination .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    font-size: 18px;
  }
  .detail-page {
    padding: 50px 0;
  }
  .detail-head .h-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
  }
  .detail-head .social {
    width: 227px;
    margin: 0 auto;
  }
  .detail-room .head .h-title {
    font-size: 30px;
  }
  .detail-room .body {
    font-size: 18px;
  }
  .detail-room .foot .price {
    font-size: 28px;
  }
  .detail-room .foot .price small {
    font-size: 20px;
  }
  .detail-room .foot .action .btn {
    font-size: 14px;
  }
  .detail-video {
    padding: 30px 0px 0px 0px;
  }
  .detail-download {
    padding: 30px 0 60px 0;
  }
  .detail-download .wrapper {
    padding: 0 20px;
  }
  .detail-download .height {
    height: 90px;
  }
  .detail-download .icon-load {
    width: 50px;
    height: 50px;
  }
  .detail-download .icon-load .feather {
    font-size: 26px;
  }
  .detail-download .content {
    padding: 0 15px;
  }
  .detail-download .content .title {
    font-size: 22px;
  }
  .detail-download .content .desc {
    font-size: 16px;
  }
  .detail-download .content .desc .item-list li + li {
    margin-left: 6px;
    padding-left: 6px;
  }
  .detail-download .action {
    height: 50px;
  }
  .detail-download .action .btn-link {
    font-size: 24px;
  }
  .facilities-page {
    padding: 50px 0;
  }
  .facilities-list .item-list {
    margin: 0 -5px;
  }
  .facilities-list .item {
    padding: 0 5px 20px 5px;
    width: 50%;
  }
  .facilities-list .content .title {
    font-size: 20px;
  }
  .facilities-list .content .desc {
    font-size: 18px;
    min-height: 8.4em;
  }
  .promotion-page {
    padding: 50px 0;
  }
  .promotion-list {
    padding-bottom: 20px;
  }
  .promotion-list .item-list {
    margin: -5px;
  }
  .promotion-list .item-list li {
    padding: 5px;
    width: 50%;
  }
  .promotion-list .title .txt {
    font-size: 22px;
  }
  .promotion-list .title .txt .number {
    font-size: 50px;
  }
  .promotion-list .title .txt .number small {
    font-size: 20px;
  }
  .promotion-list .title .txt .h-txt {
    font-size: 40px;
  }
  .promotion-list .title .txt.-type2 {
    font-size: 18px;
  }
  .promotion-list .content {
    padding: 15px;
  }
  .promotion-list .content .desc {
    font-size: 18px;
  }
  .promotion-list .content .desc {
    font-size: 18px;
    max-height: 5.6em;
    -webkit-line-clamp: 4;
  }
  .promotion-list .content .btn-box {
    padding-top: 3px;
  }
  .promotion-list + .pagination-block {
    padding-bottom: 0;
  }
  .detail-infomation {
    padding-top: 30px;
  }
  .detail-infomation .title {
    font-size: 34px;
  }
  .editor-content .font-base-editor, .editor-content .editor-content, .editor-content p,
  .editor-content .editor-content,
  .editor-content p {
    font-size: 18px;
  }
  .gallery-page {
    padding: 50px 0;
  }
  .gallery-list .item-list {
    margin: -5px;
  }
  .gallery-list .item-list li {
    padding: 5px;
    width: 50%;
  }
  .gallery-list .tag {
    font-size: 18px;
  }
  .gallery-list .action {
    padding-top: 30px;
  }
  .contact-page {
    padding: 50px 0;
  }
  .contact-page .head-menu {
    padding-bottom: 30px;
  }
  .contact-page .head-menu .title {
    font-size: 26px;
    text-align: center;
  }
  .contact-page .head-menu .action {
    padding-top: 10px;
    text-align: center;
  }
  .contact-iframe .iframe-container {
    padding-bottom: 56%;
  }
  .contact-info .img-cover {
    margin: 0 -20px;
    padding-bottom: 50%;
  }
  .contact-info .info {
    padding: 20px;
    height: auto;
  }
  .contact-info .info:before {
    right: -20px;
    left: -20px;
  }
  .contact-info .head .box > .row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-info .head .icon {
    max-width: 26px;
    margin: 0 auto 10px auto;
  }
  .contact-info .head .txt {
    font-size: 18px;
  }
  .contact-info .body .item-list {
    margin: -10px 0;
  }
  .contact-info .body .item-list > li {
    width: 100%;
    padding: 10px 0;
  }
  .contact-info .body .icon {
    max-width: 26px;
    width: 26px;
    margin-right: 15px;
  }
  .contact-info .body .txt {
    font-size: 18px;
  }
  .contact-info > .container > .row + .row {
    padding-top: 0px;
  }
  .contact-data {
    margin-top: 50px;
  }
  .contact-data .title {
    font-size: 20px;
  }
  .contact-data .desc {
    font-size: 18px;
  }
  .map-page .map-head .logo {
    height: 20px;
  }
  .map-page .map-head .height {
    height: 40px;
  }
  .map-page .map-head .link {
    font-size: 0;
  }
  .map-page .map-head .link .lazy {
    margin-right: 0;
  }
  .map-page .map-body .draft-container .contain {
    height: calc(100vh - 140px);
  }
  .map-page .map-body .iframe-container {
    height: calc(100vh - 40px);
  }
}

@media (max-width: 575px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
}
