/* Color */
/* Fonts */
/* Responsive Size */
/**/
/* Misc */
/* BREAKPOINTS */
.clearfix {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.fade {
  -webkit-animation: fade 0.5s alternate forwards;
          animation: fade 0.5s alternate forwards;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.color-white {
  color: #fff !important;
}

.color-green {
  color: #07a800 !important;
}

.color-blue {
  color: #183186 !important;
}

.color-orange {
  color: #FCAF17 !important;
}

.fixed {
  position: fixed !important;
}

.bg-grey {
  position: relative;
}
.bg-grey:before {
  content: "";
  background: #f7f7f7;
  display: block;
  position: absolute;
  left: -4000px;
  right: -4000px;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.w-auto {
  width: auto !important;
}

.font-noto {
  font-family: "Noto Sans", sans-serif;
}

.font-simsun {
  font-family: "SimSun", sans-serif;
}

#content .flickity-prev-next-button {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0;
  -webkit-transform: none;
          transform: none;
  background: none;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  border-radius: 50%;
  background: #FCAF17 url("../images/icon/arrow-right.svg") center no-repeat !important;
  background-size: 1.5rem auto;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
@media (max-width: 549px) {
  #content .flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background-size: 30px !important;
  }
}
#content .flickity-prev-next-button svg {
  display: none;
}
#content .flickity-prev-next-button.next {
  right: -1.875rem;
}
#content .flickity-prev-next-button.previous {
  left: -1.875rem;
  -webkit-transform: translateY(-50%) scaleX(-1) !important;
          transform: translateY(-50%) scaleX(-1) !important;
}

.dot {
  width: 0.625rem;
  height: 0.625rem;
  border-width: 2px;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus,
*:hover {
  text-decoration: none !important;
  outline: none !important;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  outline: none !important;
  color: #183186;
}
a:active, a:focus, a:hover {
  text-decoration: underline;
}
body {
  min-height: 100vh;
  background: #0B0B0B url("../images/bg.jpg") top center repeat;
}
.sticky-add-to-cart--active, #wrapper, #main, #main.dark {
  background: #0B0B0B url("../images/bg.jpg") top center repeat;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
  max-width: 74.375rem;
}

.col, .columns, .gallery-item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .col, .columns, .gallery-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 549px) {
  .col, .columns, .gallery-item {
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
  }
}

.row .gallery, .row .row:not(.row-collapse), .container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse) {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (max-width: 549px) {
  .row .gallery, .row .row:not(.row-collapse), .container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse) {
    margin-left: -0.7142857143rem;
    margin-right: -0.7142857143rem;
  }
}

.banner {
  background: #000;
}

.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/**
 * Basic typography style for copy text
 */
html {
  font-size: 16px;
  font-size: 0.8333333333vw;
}
@media (min-width: 1950px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1499px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1198px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 12px;
    font-size: 1.5625vw;
  }
}
@media (max-width: 549px) {
  html {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

body {
  font-size: 1rem;
  letter-spacing: 0;
}
@media (max-width: 549px) {
  body {
    font-size: 1.1428571429rem;
  }
}

h1, h2, h3, h4, h5, span, p {
  line-height: 1.5;
}

#wrapper {
  overflow: hidden;
}

#top-bar .flex-col.flex-left {
  width: 100%;
}
#top-bar .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-bar .header-contact, #top-bar .html {
  font-size: 0.75rem;
}
#top-bar .header-contact a, #top-bar .html a {
  color: #fff;
}
#top-bar .header-contact i, #top-bar .html i {
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
}
#top-bar .header-contact i:before, #top-bar .html i:before {
  font-size: 0.625rem;
}
#top-bar .header-contact span, #top-bar .html span {
  font-weight: bold;
  font-size: 0.75rem;
}

#logo {
  width: 6.875rem;
}

.header-main {
  height: 8.5rem;
}
@media (max-width: 549px) {
  .header-main {
    height: 70px;
  }
}

.header .header-nav.nav > li {
  margin: 0 2rem;
}
.header .header-nav.nav > li > a {
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
}

.stuck .header-main {
  background: #000;
}

.footer {
  padding-top: 5.9375rem !important;
  font-weight: 500;
}
.footer__logo {
  max-width: 19.3125rem;
  width: 100% !important;
  margin-bottom: 0 !important;
}
.footer .divider {
  min-width: 100%;
  background: #333333;
  margin: 3.8125rem 0 3.5625rem !important;
}
.footer__title {
  color: #FCAF17;
  margin-bottom: 0.8125rem;
}
.footer__title h3 {
  color: #FCAF17;
  margin: 0;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
.footer__info {
  max-width: 30rem;
  font-size: 1rem;
  line-height: 1.5;
}
.footer__info p {
  margin-bottom: 0.5rem;
}
.footer__bct {
  width: 12.4375rem !important;
  margin-top: 1.25rem;
}
.footer .social-icons {
  margin-top: 0rem;
}
.footer .social-icons i {
  vertical-align: middle;
  top: 0;
}
.footer .social-icons .icon {
  font-size: 1rem;
  line-height: 1;
  background: #fff;
  border-radius: 99px;
  color: #000;
  width: 2rem;
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.25rem 0 0;
  padding: 0;
  border: 0;
  min-width: 0;
  min-height: 0;
}

.absolute-footer {
  display: block;
  text-align: center;
  color: #fff !important;
  background: #000;
  font-size: 1rem;
  border-bottom: 0.4375rem solid #950000;
}
.absolute-footer .pull-left {
  width: 100%;
  text-align: center;
}

.button.primary {
  font-size: 0.875rem;
  color: #FCAF17;
  border-radius: 3.125rem;
  height: 3.125rem;
  font-weight: 800;
  padding: 0px 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: normal;
  color: #333;
}
@media (max-width: 549px) {
  .button.primary {
    font-size: 1.1428571429rem;
    height: 2.5rem;
  }
}
.button.primary span {
  color: #333;
}

.hero-banner .banner {
  background: none !important;
}
.hero-banner .text-box {
  padding: 0 1.25rem;
}
@media (max-width: 549px) {
  .hero-banner .button {
    height: auto;
    padding: 0 3.5714285714rem;
    padding-top: 0.7142857143rem;
    padding-bottom: 0.7142857143rem;
  }
}
.hero-banner h1 {
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.390625;
  margin: 1.25rem 0;
}
@media (max-width: 991px) {
  .hero-banner h1 {
    font-size: 3.625rem;
  }
}
@media (max-width: 549px) {
  .hero-banner h1 {
    font-size: 2.2857142857rem;
  }
}
.hero-banner .flickity-page-dots {
  bottom: 2.5rem;
}
.hero-banner .flickity-page-dots .dot {
  width: 0.625rem;
  height: 0.625rem;
  border-width: 2px;
}

#content .hero-banner .flickity-prev-next-button {
  display: none;
}

.block-title {
  text-align: center;
}
.block-title:before {
  content: "";
  display: inline-block;
  background-color: #950000;
  width: 6.25rem;
  height: 0.8125rem;
  margin-bottom: 1.875rem;
}
.block-title h1, .block-title h2, .block-title h3, .block-title h4 {
  font-size: 3rem;
  line-height: 1.2916666667;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 549px) {
  .block-title h1, .block-title h2, .block-title h3, .block-title h4 {
    font-size: 2.2857142857rem;
  }
}
.block-title.-left {
  text-align: left;
}
.booking-block {
  background: #000;
  padding: 0;
}
.booking-block h4 {
  padding: 0;
  margin: 0 0 2.5rem;
  font-size: 1.75rem;
  line-height: 1.3928571429;
}
.booking-block form {
  padding: 0;
  margin-top: 0.8125rem;
}
.booking-block form .col {
  margin-bottom: 0.75rem;
}
.booking-block form label {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}
.booking-block form input[type=text],
.booking-block form input[type=tel],
.booking-block form input[type=date],
.booking-block form select {
  background: #000;
  border: 1px solid #4F4F4F;
  color: #fff;
  height: 2.6875rem;
  padding: 0 1.25rem;
}
.booking-block form .wpcf7-list-item input[type=radio] {
  margin-bottom: 0.3125rem;
}
.booking-block form .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.booking-block form .wpcf7-list-item-label {
  font-weight: normal;
  line-height: 1.4;
}
.booking-block form .button {
  border-radius: 99px;
  color: #333;
  width: 100%;
}
.booking-block .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 2;
  opacity: 1;
}
.booking-block .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-about {
  padding: 12.5rem 0 0 !important;
}
@media (max-width: 549px) {
  .home-about {
    padding-top: 4.2857142857rem !important;
  }
}
.home-about__left {
  position: relative;
}
.home-about__right {
  padding-top: 13.3125rem;
}
@media (max-width: 549px) {
  .home-about__right {
    padding-top: 4.2857142857rem !important;
  }
}
.home-about__icon {
  position: absolute;
  left: 29.75rem;
  top: 1.875rem;
  width: 21.4375rem !important;
}
@media (max-width: 991px) {
  .home-about__icon {
    left: calc(100% - 6.25rem);
  }
}
@media (max-width: 549px) {
  .home-about__icon {
    left: calc(100% - 7.1428571429rem);
    width: 16.4375rem !important;
  }
}
.home-about .block-title {
  margin-bottom: 2.125rem;
}
.home-about .button {
  margin-top: 1.25rem;
}
@media (max-width: 991px) {
  .home-about .col:nth-child(2) {
    max-width: 3.3333333333%;
    -ms-flex-preferred-size: 3.3333333333%;
        flex-basis: 3.3333333333%;
  }
}
@media (max-width: 549px) {
  .home-about .col:nth-child(2) {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.home-services {
  padding-top: 11.75rem !important;
}
@media (max-width: 549px) {
  .home-services {
    padding-top: 4.2857142857rem !important;
  }
}
.home-services__view-more {
  padding-top: 3.4375rem;
}
@media (max-width: 549px) {
  .home-services__view-more {
    padding-top: 1.0714285714rem;
  }
}
.home-services__view-more .button {
  margin: 0;
}
.home-services__list {
  margin-top: 3.125rem;
}
.home-services__item {
  position: relative;
  background: none;
}
.home-services__item .text-box {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100% !important;
}
@media (max-width: 991px) {
  .home-services__item .text-box {
    -webkit-transform: translateX(-50%) translateY(-4.0625rem) !important;
            transform: translateX(-50%) translateY(-4.0625rem) !important;
  }
}
.home-services__item .text-box-content {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.home-services__item .text-inner {
  padding: 0px 4.0625rem 0 !important;
}
@media (max-width: 991px) {
  .home-services__item .text-inner {
    padding: 0px 2.1875rem 0 !important;
  }
}
@media (max-width: 549px) {
  .home-services__item .text-inner {
    padding: 0px 1.4285714286rem 0 !important;
  }
}
.home-services__item h3 {
  margin: 0;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 1.3928571429;
  text-transform: uppercase;
}
@media (max-width: 549px) {
  .home-services__item h3 {
    font-size: 1.2857142857rem;
  }
}
.home-services__item .button {
  height: auto;
  opacity: 1;
  margin: 0.625rem 0 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
@media (max-width: 991px) {
  .home-services__item .button {
    opacity: 1;
  }
}
.home-services__item .button span {
  color: #FCAF17;
}
.home-services__item .button i {
  color: #FCAF17;
  font-size: 1.5rem;
}
.home-services__item:hover .text-box {
  -webkit-transform: translateX(-50%) translateY(-4.0625rem) !important;
          transform: translateX(-50%) translateY(-4.0625rem) !important;
}
.home-services__item:hover .button {
  opacity: 1;
}

.home-style {
  padding-top: 12.1875rem !important;
}
@media (max-width: 549px) {
  .home-style {
    padding-top: 4.2857142857rem !important;
  }
}
.home-style__right {
  padding-top: 0px;
}
@media (max-width: 549px) {
  .home-style__right {
    padding-top: 2.8571428571rem;
  }
}
.home-style__img {
  margin-top: 4.0625rem;
}
@media (max-width: 549px) {
  .home-style__img {
    margin-top: 4.2857142857rem;
  }
}
.home-style__item {
  margin-bottom: 3.125rem;
}
.home-style__item:last-child {
  margin-bottom: 0;
}
.home-style__item .icon {
  margin-top: 1.25rem;
}
.home-style__item h3 {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin: 0;
}
.home-style__item p {
  margin: 0;
  margin-top: 0.625rem;
}
@media (max-width: 991px) {
  .home-style .col:nth-child(2) {
    max-width: 3%;
    -ms-flex-preferred-size: 3%;
        flex-basis: 3%;
  }
}
@media (max-width: 549px) {
  .home-style .col:nth-child(2) {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 549px) {
  .home-style .block-title {
    text-align: left !important;
  }
}

.home-story {
  padding-top: 9.6875rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 549px) {
  .home-story {
    padding-top: 4.2857142857rem !important;
  }
}
.home-story__right .block-title {
  margin-bottom: 2.125rem;
}
.home-story__right .button {
  margin-top: 0.625rem;
}
.home-story__right p {
  max-width: 29.75rem;
}
.home-story__img-1 {
  float: right;
  width: 53.1875rem !important;
}
.home-story__img-2 {
  margin-top: 3.25rem;
  width: 18.5625rem !important;
}
@media (max-width: 549px) {
  .home-story__img-2 {
    width: 100% !important;
    margin-bottom: 2.1428571429rem;
  }
}
@media (max-width: 991px) {
  .home-story .col:nth-child(2) {
    max-width: 3%;
    -ms-flex-preferred-size: 3%;
        flex-basis: 3%;
  }
}
@media (max-width: 549px) {
  .home-story .col:nth-child(2) {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.home-menu {
  padding-top: 12.8125rem !important;
}
@media (max-width: 549px) {
  .home-menu {
    padding-top: 4.2857142857rem !important;
  }
}
.home-menu__view-more {
  padding-top: 3.4375rem;
}
@media (max-width: 549px) {
  .home-menu__view-more {
    padding-top: 1.0714285714rem !important;
  }
}
.home-menu__view-more .button {
  margin: 0;
}
.home-menu .product-menu {
  margin-top: 3.125rem;
}

.product-menu {
  font-size: 0;
}
.product-menu__cell {
  width: 33.33% !important;
  width: calc(33.33% - 1.6666666667rem) !important;
  margin-right: 2.5rem;
  display: inline-block;
}
@media (max-width: 991px) {
  .product-menu__cell {
    margin-right: 1.25rem;
  }
}
.product-menu__item {
  font-size: 1rem;
}
.product-menu__item img {
  width: 100%;
}
.product-menu__item__cat {
  text-transform: uppercase;
  color: #FCAF17 !important;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: bold;
  margin: 0;
  margin-top: 2.0625rem;
}
.product-menu__item__title {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0.625rem 0;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.3333333333;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  max-height: calc(1em * 1.3333333333 * 2) !important;
}
.product-menu__item__title:after {
  content: "";
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  display: block;
  position: absolute;
  height: 1.35em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(75%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0) 75%);
}
@supports (-webkit-line-clamp: 1) {
  .product-menu__item__title:after {
    display: none !important;
  }
}
.product-menu .flickity-viewport {
  overflow: visible;
}
.product-menu .flickity-slider > div:not(.col), .product-menu .flickity-slider > a, .product-menu .flickity-slider > p, .product-menu .flickity-slider > a > img, .product-menu .flickity-slider > img, .product-menu .flickity-slider > figure {
  width: calc(33.33% - 1.6666666667rem) !important;
  margin-right: 2.5rem;
  display: inline-block;
}
@media (max-width: 991px) {
  .product-menu .flickity-slider > div:not(.col), .product-menu .flickity-slider > a, .product-menu .flickity-slider > p, .product-menu .flickity-slider > a > img, .product-menu .flickity-slider > img, .product-menu .flickity-slider > figure {
    margin-right: 1.25rem;
  }
}
@media (max-width: 549px) {
  .product-menu .flickity-slider > div:not(.col), .product-menu .flickity-slider > a, .product-menu .flickity-slider > p, .product-menu .flickity-slider > a > img, .product-menu .flickity-slider > img, .product-menu .flickity-slider > figure {
    width: 40% !important;
  }
}

#content .product-menu .flickity-prev-next-button {
  top: calc(50% - 2.6875rem);
}
@media (max-width: 549px) {
  #content .product-menu .flickity-prev-next-button {
    display: none;
  }
}
@media (max-width: 991px) {
  #content .product-menu .flickity-prev-next-button.previous {
    left: 0.3125rem;
  }
}
@media (max-width: 991px) {
  #content .product-menu .flickity-prev-next-button.next {
    right: 0.3125rem;
  }
}

.home-testimonial {
  margin-top: 11.5625rem;
  padding: 6.875rem 1.25rem !important;
}
@media (max-width: 991px) {
  .home-testimonial {
    padding: 6.875rem 2.5rem !important;
  }
}
@media (max-width: 549px) {
  .home-testimonial {
    margin-top: 4.2857142857rem !important;
    padding: 3.5714285714rem 1.4285714286rem !important;
  }
}
.home-testimonial__container {
  background: rgba(0, 0, 0, 0.85);
  padding: 4.5rem 0 1.25rem !important;
}
@media (max-width: 549px) {
  .home-testimonial__container {
    padding: 2.1428571429rem 0 0.7142857143rem !important;
  }
}
.home-testimonial__img {
  width: 3.5rem !important;
  margin: 0 auto 0.625rem !important;
}
.home-testimonial__item {
  text-align: center;
}
.home-testimonial__item .section-bg {
  background: none !important;
}
.home-testimonial__item p {
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 1.3928571429;
  max-width: 46.875rem;
  margin: auto;
}
@media (max-width: 549px) {
  .home-testimonial__item p {
    font-size: 1.1428571429rem;
  }
}
.home-testimonial__item .divider {
  max-width: 6.25rem;
  margin: auto;
  margin-top: 2.1875rem;
  height: 0.375rem;
  background: #950000;
}
.home-testimonial__item .img {
  max-width: 100%;
  max-height: 3.75rem;
  margin: 2.5rem auto;
  width: auto !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 549px) {
  .home-testimonial__item .img {
    max-height: 2.8571428571rem;
  }
}
.home-testimonial__item .img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.home-testimonial .flickity-page-dots {
  position: static;
}

#content .home-testimonial .flickity-prev-next-button {
  top: calc(50% - 3.3125rem);
}

.section-booking {
  padding: 5.75rem 0 !important;
  position: relative;
}
@media (max-width: 549px) {
  .section-booking {
    padding: 3.5714285714rem 1.4285714286rem !important;
  }
}
.section-booking .section-bg {
  background-size: cover;
}
.section-booking .section-content.relative {
  position: static !important;
}
.section-booking iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 549px) {
  .section-booking iframe {
    position: static;
    margin-top: 2.1428571429rem;
    height: 21.4285714286rem;
  }
}
.section-booking .booking-block {
  position: relative;
  z-index: 1;
  padding-right: 5.625rem;
}
.section-booking .row, .section-booking .col, .section-booking .col-inner {
  position: static;
}
@media (max-width: 549px) {
  .section-booking .row, .section-booking .col, .section-booking .col-inner {
    position: relative;
    padding: 0;
  }
}
@media (max-width: 549px) {
  .section-booking .row {
    margin: 0 !important;
  }
}
.section-booking__container {
  border: 1px solid #FCAF17;
  background: #000;
  padding: 4.1875rem 6rem 3.125rem;
}
@media (max-width: 549px) {
  .section-booking__container {
    padding: 1.0714285714rem !important;
  }
}
.section-booking__place {
  margin-bottom: 1.5625rem;
}
.section-booking__place h4 {
  margin: 1.25rem 0 0;
}
.section-booking__place .button.primary {
  margin: 0;
  padding: 0;
  color: #FCAF17;
  text-decoration: underline !important;
  font-weight: 800;
  height: auto;
  margin-top: -0.1875rem;
}
.section-booking__place .button.primary span {
  color: #FCAF17;
}

.about-story {
  margin-top: 12.5rem !important;
}
@media (max-width: 549px) {
  .about-story {
    margin-top: 4.2857142857rem !important;
  }
}
.about-story__top {
  margin-bottom: 1.875rem;
}
.about-story__left {
  position: relative;
}
.about-story__right {
  margin-top: 2.5rem;
}
@media (max-width: 991px) {
  .about-story__right {
    margin-top: 5rem;
  }
}
@media (max-width: 549px) {
  .about-story__right {
    margin-top: 2.8571428571rem;
  }
}
.about-story__img-1 {
  margin-top: 2.6875rem;
}
.about-story__img-2 {
  margin-bottom: 4.375rem !important;
}
.about-story__icon {
  position: absolute;
  max-width: 21.4375rem !important;
  left: -4.8125rem;
  top: -5.25rem;
}
@media (max-width: 549px) {
  .about-story__icon {
    max-width: 12.5rem !important;
    left: -1rem;
    top: -1.5714285714rem;
  }
}

.about-culture {
  margin-top: 17.1875rem !important;
  min-height: 37.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 549px) {
  .about-culture {
    margin-top: 8.5714285714rem !important;
  }
}
.about-culture__top {
  margin-bottom: 1.875rem;
}
.about-culture__left {
  position: relative;
}
.about-culture__left .row {
  padding: 0;
  margin: 0 !important;
}
.about-culture__right {
  padding-top: 12.5rem;
}
@media (max-width: 991px) {
  .about-culture__right {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.about-culture__right .img {
  max-width: 3.5rem;
  width: 100% !important;
}
.about-culture__right h3 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin: 1.875rem 0 0;
}
.about-culture__head {
  background: #FCAF17;
  margin-top: -5.75rem;
  padding: 5.5rem 5rem 4.25rem;
}
@media (max-width: 549px) {
  .about-culture__head {
    padding: 3.4285714286rem 2.1428571429rem 2.7142857143rem;
  }
}

.about-cafe {
  margin-top: 12.5rem;
}
@media (max-width: 549px) {
  .about-cafe {
    margin-top: 4.2857142857rem;
  }
}
.about-cafe .block-title {
  margin-bottom: 0.4375rem;
}
.about-cafe__img-1 {
  margin-left: 21%;
  margin-top: 6.0625rem;
  width: 79% !important;
}
@media (max-width: 549px) {
  .about-cafe__img-1 {
    margin-left: 0;
    width: 100% !important;
    margin-bottom: 2.1428571429rem;
  }
}

.about-pov {
  margin-top: 12.5rem;
}
@media (max-width: 549px) {
  .about-pov {
    margin-top: 4.2857142857rem;
  }
}
.about-pov__top {
  margin-bottom: 2.375rem;
}
.about-pov__img-1 {
  margin-top: 3.25rem;
}
.about-pov__img-2 {
  margin-bottom: 4.375rem !important;
  margin-top: 0.625rem;
}

.about-space {
  margin-top: 10.9375rem;
}
@media (max-width: 549px) {
  .about-space {
    margin-top: 4.2857142857rem;
  }
}
.about-space__right {
  margin-top: 3.75rem;
}

.about-gallery {
  margin-top: 2rem;
}
.about-gallery .banner-grid-wrapper {
  padding: 0 0.9375rem !important;
}
@media (max-width: 991px) {
  .about-gallery .banner-grid-wrapper {
    padding: 0 !important;
  }
}
.about-gallery .grid-col {
  padding: 0 0.9375rem;
}
@media (max-width: 991px) {
  .about-gallery .grid-col {
    margin-bottom: 0rem;
  }
}
.about-gallery .grid-col-1-2 {
  margin-bottom: 1.875rem;
  height: 21.125rem !important;
}
.about-gallery .grid-col-1 {
  height: 44.125rem !important;
}
@media (max-width: 549px) {
  .about-gallery .img {
    width: 20rem !important;
    margin-right: 0.625rem !important;
  }
}
.about-gallery .flickity-page-dots {
  position: static;
}
@media (max-width: 991px) {
  .about-gallery .flickity-page-dots {
    margin-top: 1.0714285714rem;
  }
}
@media (max-width: 991px) {
  .about-gallery .flickity-viewport {
    overflow: visible;
  }
}
#content .about-gallery .flickity-prev-next-button {
  width: 5.5rem !important;
  height: 5.5rem !important;
  background-position: 0.75rem 50% !important;
}
#content .about-gallery .flickity-prev-next-button.previous {
  left: -2.75rem !important;
}
#content .about-gallery .flickity-prev-next-button.next {
  right: -2.75rem !important;
}

.blog-archive .post-item {
  margin-bottom: 1.875rem;
}
.blog-archive .post-item > .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}
.blog-archive .post-item .box {
  min-height: 100%;
}
.blog-archive .post-item .entry-label {
  background: #FCAF17;
  padding: 0.1875rem 0.625rem;
  color: #000;
  margin-top: 0.625rem;
  display: inline-block;
  opacity: 1;
  font-weight: 800;
  border-radius: 0.3125rem;
  font-size: 0.6875rem;
}
.blog-archive .post-item .post-title {
  font-size: 1.125rem;
  margin-top: 0.625rem;
  color: #FCAF17;
}
.blog-archive .post-item .is-divider {
  display: none;
}
.blog-archive .post-item .from_the_blog_excerpt {
  margin-top: 0.625rem;
  line-height: 1.4;
}
.blog-archive .post-item a:hover .box {
  background: #484848 !important;
}

.entry-header-text-top .entry-category {
  margin-top: 0.625rem;
  opacity: 1;
}
.entry-header-text-top .entry-category a {
  background: #FCAF17;
  padding: 0.1875rem 0.625rem;
  color: #000;
  display: inline-block;
  font-weight: 800;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
}
.entry-header-text-top .entry-title {
  font-size: 1.875rem;
  margin-top: 0.625rem;
  color: #FCAF17;
}

.category-filter {
  list-style: none;
  text-align: center;
  margin: 1.25rem 0;
}
.category-filter li {
  display: inline-block;
  margin: 0.3125rem;
}
.category-filter a {
  display: inline-block;
  background: #FCAF17;
  padding: 0.3125rem 0.625rem;
  color: #000;
  display: inline-block;
  font-weight: 800;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.category-filter a.active {
  background: #ddd;
}

#ft-contact-icons {
  bottom: 5.3125rem;
  pointer-events: none;
}
@media (max-width: 549px) {
  #ft-contact-icons {
    bottom: 0.7142857143rem;
  }
}
#ft-contact-icons li:last-child {
  display: none;
}
#ft-contact-icons li > a .icon {
  width: 3.75rem;
  height: 3.75rem;
  background-size: 100% 100% !important;
  border: 0 !important;
  pointer-events: all;
}
#ft-contact-icons li > a .ab {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-1.25rem);
          transform: translateX(-1.25rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.5rem;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  font-family: Arial, Helvetica, sans-serif;
}
#ft-contact-icons li > a .ab label {
  font-size: 1.5rem;
}
#ft-contact-icons li > a:hover .ab {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#ft-contact-icons .icon-zalo .icon {
  background-image: url(../images/chat-zalo.png);
}
#ft-contact-icons .icon-zalo a:hover span.ab {
  display: none !important;
}
#ft-contact-icons .icon-phone::before {
  display: none;
}
#ft-contact-icons .icon-phone .icon {
  background-image: url(../images/chat-phone.png);
}
#ft-contact-icons .icon-phone .fa-phone {
  display: none;
}
#ft-contact-icons .icon-messenger .icon {
  background-image: url(../images/chat-msg.png);
}

.button.back-to-top {
  width: 3.75rem;
  height: 3.75rem;
  right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#comments {
  display: none;
}

#newsletter {
  background: #333;
  color: #ccc;
  padding: 40px 40px 5px !important;
}
#newsletter h6 {
  font-size: 2rem;
  margin-bottom: 15px;
}
#newsletter label {
  color: #ccc;
}
#newsletter label .wpcf7-form-control-wrap {
  margin-top: 5px;
}
#newsletter .wpcf7 {
  color: #ccc;
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
  background: #000;
  color: #c9c9c9;
}
.off-canvas-right .mfp-content .icon-map-pin-fill, .off-canvas-left .mfp-content .icon-map-pin-fill {
  margin-right: 5px;
}

.nav-sidebar.nav-vertical > li + li {
  border-top: 1px solid #121212;
}
.nav-sidebar.nav-vertical > li + li a {
  color: #c9c9c9;
}