.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f4f4f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.language-picker .nice-select {
  padding-left: 0;
  border: none;
}

.language-picker .nice-select .list {
  line-height: 34px;
  min-height: 34px;
  font-size: 14px;
  color: #515151;
  list-style: none;
  -webkit-box-shadow: 0 0 16px #0000001a;
  box-shadow: 0 0 16px #0000001a;
}

.language-picker .nice-select .list li {
  background-color: white;
  padding: 0 18px;
  line-height: 34px;
  min-height: 34px;
  font-size: 14px;
  color: #515151;
}

.language-picker .nice-select .list li:focus {
  background-color: #f6f6f6;
}

.language-picker .nice-select .list li:hover {
  background-color: #f4f4f6;
  color: #1eb8c7;
}

.language-picker .nice-select .current {
  padding-left: 34px;
}

.language-picker .nice-select .current.vi {
  background-image: url(../images/icons/icon-flag-vi.png);
  background-repeat: no-repeat;
  background-position: 3px;
}

.language-picker .nice-select .current.en {
  background-image: url(../images/icons/icon-flag-en.jpg);
  background-repeat: no-repeat;
  background-position: 3px;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated,
.service-slider .swiper-slide-active .title-heading,
.service-slider .swiper-slide-active .card-info-title,
.service-slider .swiper-slide-active .card-info-text,
.service-slider .swiper-slide-active .btn-primary-1,
.service-slider .swiper-slide-active .card-info-incategory,
.slider-offers.is-effect .swiper-slide-active h3,
.slider-offers.is-effect .swiper-slide-active .desc,
.slider-offers.is-effect .swiper-slide-active .offer-bottom,
.slider-offers.is-effect .swiper-slide-active .heading,
.meetingSlider .swiper-slide-active .meeting-menu-box-title,
.meetingSlider .swiper-slide-active .meeting-menu-box-desc,
.meetingSlider .swiper-slide-active .btn-custom,
.animation-fade-in-up {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite,
.service-slider .swiper-slide-active .infinite.title-heading,
.service-slider .swiper-slide-active .infinite.card-info-title,
.service-slider .swiper-slide-active .infinite.card-info-text,
.service-slider .swiper-slide-active .infinite.btn-primary-1,
.service-slider .swiper-slide-active .infinite.card-info-incategory,
.slider-offers.is-effect .swiper-slide-active h3.infinite,
.slider-offers.is-effect .swiper-slide-active .infinite.desc,
.slider-offers.is-effect .swiper-slide-active .infinite.offer-bottom,
.slider-offers.is-effect .swiper-slide-active .infinite.heading,
.meetingSlider .swiper-slide-active .infinite.meeting-menu-box-title,
.meetingSlider .swiper-slide-active .infinite.meeting-menu-box-desc,
.meetingSlider .swiper-slide-active .infinite.btn-custom,
.infinite.animation-fade-in-up {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge,
.service-slider .swiper-slide-active .hinge.title-heading,
.service-slider .swiper-slide-active .hinge.card-info-title,
.service-slider .swiper-slide-active .hinge.card-info-text,
.service-slider .swiper-slide-active .hinge.btn-primary-1,
.service-slider .swiper-slide-active .hinge.card-info-incategory,
.slider-offers.is-effect .swiper-slide-active h3.hinge,
.slider-offers.is-effect .swiper-slide-active .hinge.desc,
.slider-offers.is-effect .swiper-slide-active .hinge.offer-bottom,
.slider-offers.is-effect .swiper-slide-active .hinge.heading,
.meetingSlider .swiper-slide-active .hinge.meeting-menu-box-title,
.meetingSlider .swiper-slide-active .hinge.meeting-menu-box-desc,
.meetingSlider .swiper-slide-active .hinge.btn-custom,
.hinge.animation-fade-in-up {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.service-slider .swiper-slide-active .bounceIn.title-heading,
.service-slider .swiper-slide-active .bounceIn.card-info-title,
.service-slider .swiper-slide-active .bounceIn.card-info-text,
.service-slider .swiper-slide-active .bounceIn.btn-primary-1,
.service-slider .swiper-slide-active .bounceIn.card-info-incategory,
.slider-offers.is-effect .swiper-slide-active h3.bounceIn,
.slider-offers.is-effect .swiper-slide-active .bounceIn.desc,
.slider-offers.is-effect .swiper-slide-active .bounceIn.offer-bottom,
.slider-offers.is-effect .swiper-slide-active .bounceIn.heading,
.meetingSlider .swiper-slide-active .bounceIn.meeting-menu-box-title,
.meetingSlider .swiper-slide-active .bounceIn.meeting-menu-box-desc,
.meetingSlider .swiper-slide-active .bounceIn.btn-custom,
.bounceIn.animation-fade-in-up,
.animated.bounceOut,
.service-slider .swiper-slide-active .bounceOut.title-heading,
.service-slider .swiper-slide-active .bounceOut.card-info-title,
.service-slider .swiper-slide-active .bounceOut.card-info-text,
.service-slider .swiper-slide-active .bounceOut.btn-primary-1,
.service-slider .swiper-slide-active .bounceOut.card-info-incategory,
.slider-offers.is-effect .swiper-slide-active h3.bounceOut,
.slider-offers.is-effect .swiper-slide-active .bounceOut.desc,
.slider-offers.is-effect .swiper-slide-active .bounceOut.offer-bottom,
.slider-offers.is-effect .swiper-slide-active .bounceOut.heading,
.meetingSlider .swiper-slide-active .bounceOut.meeting-menu-box-title,
.meetingSlider .swiper-slide-active .bounceOut.meeting-menu-box-desc,
.meetingSlider .swiper-slide-active .bounceOut.btn-custom,
.bounceOut.animation-fade-in-up {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.service-slider .swiper-slide-active .flipOutX.title-heading,
.service-slider .swiper-slide-active .flipOutX.card-info-title,
.service-slider .swiper-slide-active .flipOutX.card-info-text,
.service-slider .swiper-slide-active .flipOutX.btn-primary-1,
.service-slider .swiper-slide-active .flipOutX.card-info-incategory,
.slider-offers.is-effect .swiper-slide-active h3.flipOutX,
.slider-offers.is-effect .swiper-slide-active .flipOutX.desc,
.slider-offers.is-effect .swiper-slide-active .flipOutX.offer-bottom,
.slider-offers.is-effect .swiper-slide-active .flipOutX.heading,
.meetingSlider .swiper-slide-active .flipOutX.meeting-menu-box-title,
.meetingSlider .swiper-slide-active .flipOutX.meeting-menu-box-desc,
.meetingSlider .swiper-slide-active .flipOutX.btn-custom,
.flipOutX.animation-fade-in-up,
.animated.flipOutY,
.service-slider .swiper-slide-active .flipOutY.title-heading,
.service-slider .swiper-slide-active .flipOutY.card-info-title,
.service-slider .swiper-slide-active .flipOutY.card-info-text,
.service-slider .swiper-slide-active .flipOutY.btn-primary-1,
.service-slider .swiper-slide-active .flipOutY.card-info-incategory,
.slider-offers.is-effect .swiper-slide-active h3.flipOutY,
.slider-offers.is-effect .swiper-slide-active .flipOutY.desc,
.slider-offers.is-effect .swiper-slide-active .flipOutY.offer-bottom,
.slider-offers.is-effect .swiper-slide-active .flipOutY.heading,
.meetingSlider .swiper-slide-active .flipOutY.meeting-menu-box-title,
.meetingSlider .swiper-slide-active .flipOutY.meeting-menu-box-desc,
.meetingSlider .swiper-slide-active .flipOutY.btn-custom,
.flipOutY.animation-fade-in-up {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft,
.slider-offers.is-effect .swiper-slide-active .heading {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight,
.service-slider .swiper-slide-active .title-heading,
.service-slider .swiper-slide-active .card-info-title,
.service-slider .swiper-slide-active .card-info-text,
.service-slider .swiper-slide-active .btn-primary-1,
.service-slider .swiper-slide-active .card-info-incategory,
.slider-offers.is-effect .swiper-slide-active h3,
.slider-offers.is-effect .swiper-slide-active .desc,
.slider-offers.is-effect .swiper-slide-active .offer-bottom,
.meetingSlider .swiper-slide-active .meeting-menu-box-title,
.meetingSlider .swiper-slide-active .meeting-menu-box-desc,
.meetingSlider .swiper-slide-active .btn-custom {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp,
.animation-fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip,
.service-slider .swiper-slide-active .flip.title-heading,
.service-slider .swiper-slide-active .flip.card-info-title,
.service-slider .swiper-slide-active .flip.card-info-text,
.service-slider .swiper-slide-active .flip.btn-primary-1,
.service-slider .swiper-slide-active .flip.card-info-incategory,
.slider-offers.is-effect .swiper-slide-active h3.flip,
.slider-offers.is-effect .swiper-slide-active .flip.desc,
.slider-offers.is-effect .swiper-slide-active .flip.offer-bottom,
.slider-offers.is-effect .swiper-slide-active .flip.heading,
.meetingSlider .swiper-slide-active .flip.meeting-menu-box-title,
.meetingSlider .swiper-slide-active .flip.meeting-menu-box-desc,
.meetingSlider .swiper-slide-active .flip.btn-custom,
.flip.animation-fade-in-up {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.first {
  left: 0;
  animation: slide-in-left 10s ease-out infinite;
}

.second {
  right: 0;
  animation: slide-in-right 10s ease-out infinite;
}

@keyframes slide-in-left {
  0% {
    transform: translate(-100%);
  }

  10% {
    transform: translate(0);
  }

  80% {
    transform: translate(0);
  }

  90% {
    transform: translate(-100%);
  }

  100% {
    transform: translate(-100%);
  }
}

@keyframes slide-in-right {
  0% {
    transform: translate(100%);
  }

  10% {
    transform: translate(0);
  }

  80% {
    transform: translate(0);
  }

  90% {
    transform: translate(100%);
  }

  100% {
    transform: translate(100%);
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes showStickyMenu {
  from {
    top: -100px;
  }

  to {
    top: 0;
  }
}

@-moz-keyframes showStickyMenu {
  from {
    top: -100px;
  }

  to {
    top: 0;
  }
}

@keyframes showStickyMenu {
  from {
    top: -100px;
  }

  to {
    top: 0;
  }
}

@-webkit-keyframes fadeInNeuron {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInNeuron {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeInNeuron {
  -webkit-animation-name: fadeInNeuron;
  animation-name: fadeInNeuron;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: calc(.3s);
  animation-duration: calc(.3s);
}

@-webkit-keyframes fadeInUpNeuron {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 125px, 0);
    transform: translate3d(0, 125px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpNeuron {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 125px, 0);
    transform: translate3d(0, 125px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpNeuron {
  -webkit-animation-name: fadeInUpNeuron;
  animation-name: fadeInUpNeuron;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: calc(.5s);
  animation-duration: calc(.5s);
}

/*------------------------------------------------------------------
[Common]
*/
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../webfonts/SVN-GilroyBoldItalic.woff2") format("woff2"), url("../webfonts/SVN-GilroyBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../webfonts/SVN-GilroyBold.woff2") format("woff2"), url("../webfonts/SVN-GilroyBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../webfonts/SVN-GilroyItalic.woff2") format("woff2"), url("../webfonts/SVN-GilroyItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../webfonts/SVN-GilroyLightItalic.woff2") format("woff2"), url("../webfonts/SVN-GilroyLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../webfonts/SVN-GilroyLight.woff2") format("woff2"), url("../webfonts/SVN-GilroyLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../webfonts/SVN-GilroyMediumItalic.woff2") format("woff2"), url("../webfonts/SVN-GilroyMediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../webfonts/SVN-GilroyMedium.woff2") format("woff2"), url("../webfonts/SVN-GilroyMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../webfonts/SVN-GilroySemiBoldItalic.woff2") format("woff2"), url("../webfonts/SVN-GilroySemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../webfonts/SVN-Gilroy.woff2") format("woff2"), url("../webfonts/SVN-Gilroy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../webfonts/SVN-GilroySemiBold.woff2") format("woff2"), url("../webfonts/SVN-GilroySemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 12px;
  font-family: "SVN-Gilroy", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #E0E0E0;
  background-color: #022C25;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

/* body.body-hidden {
  overflow: hidden;
} */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 700;
  font-family: "SVN-Gilroy", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  height: unset;
  width: auto;
}

textarea {
  resize: none;
}

a {
  color: #E0E0E0;
  text-decoration: none;
}

a:hover {
  color: #C0995A;
}

.wrapper {
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .container-sm {
    max-width: 1166px;
  }
}

@media only screen and (min-width: 1200px) {
  .container-xl {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1400px) {
  .container-xl {
    max-width: 1294px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.max-w-unset {
  max-width: unset !important;
}

/*------------------------------------------------------------------
[Buttons]
*/
button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.btn-custom {
  font-size: 10px;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .btn-custom {
    font-size: 14px;
    line-height: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.btn-clear {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.btn-custom {
  padding-left: 16px;
  padding-right: 16px;
}

.btn-primary-1 {
  background-color: #C0995A;
  border-color: #C0995A;
  color: #fff;
}

.btn-primary-1:hover, .btn-primary-1:focus {
  background-color: #a78040;
  border-color: #a78040;
  color: #fff;
}

/*------------------------------------------------------------------
[Typo]
*/
.text-primary-1 {
  color: #C0995A;
}

.text-primary-2 {
  color: #B5905B;
}

.text-base-color {
  color: #E0E0E0;
}

.text-base-color a:not(:hover) {
  color: inherit;
}

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

@media only screen and (min-width: 992px) {
  .title-size-1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .title-size-1 {
    font-size: 64px;
  }
}

/*------------------------------------------------------------------
[Icons]
*/
/*------------------------------------------------------------------
[Header]
*/
.header-site-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-site {
  padding-top: 36px;
}

.logo img {
  max-height: 25px;
}

@media only screen and (min-width: 992px) {
  .logo img {
    max-height: 48px;
  }
}

@media only screen and (min-width: 768px) {
  .menu {
    margin-left: 60px;
  }
}

.btn-bars {
  color: #fff;
}

.btn-bars span {
  margin-right: 8px;
}

.language {
  gap: 4px;
}

.language button {
  padding: 0 2px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 24px;
}

.language button.active,
.language button:hover {
  background-color: #fff;
  color: #000;
}

.booking-event a {
  display: flex;
  align-items: center;
}

.booking-event a span {
  margin-left: 8px;
}

.booking-event a:hover svg path {
  stroke: #C0995A;
}

.booking-event a:focus {
  color: #fff;
}

.booking-event a:focus svg path {
  stroke: #fff;
}

.sidebar-menu {
  position: fixed;
  top: -300%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #022C25;
  z-index: 99;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s;
}

.sidebar-menu.show {
  top: 0;
}

.sidebar-menu .header-site {
  padding-bottom: 26px;
  padding-top: 26px;
}

@media only screen and (min-width: 992px) {
  .sidebar-menu .header-site {
    padding-bottom: 112px;
    padding-bottom: 26px;
  }
}

@media only screen and (min-width: 992px) {
  .sidebar-menu .header-inner {
    padding: 8px 0 24px;
    border-bottom: 1px solid #fff;
  }
}

.sidebar-menu .booking-event.d-lg-none {
  font-size: 18px;
  margin-top: 30px;
}

.main-menu {
  max-height: calc(100vh - 98px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .main-menu {
    height: calc(100vh - 229px);
  }

  .main-menu::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
  }

  .main-menu::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
  }

  .main-menu::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: transparent;
  }
}

.nav-main-menu>li:first-child>a {
  padding-top: 0;
}

.nav-main-menu>li>a {
  font-size: 32px;
  padding: 17px 0;
  display: block;
  line-height: 1.1;
}

@media only screen and (min-width: 992px) {
  .nav-main-menu>li>a {
    font-size: 38px;
    padding: 12px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .nav-main-menu>li>a {
    font-size: 48px;
  }
}

@media (max-width: 400px) {
  .nav-main-menu>li>a {
    padding: 10px 0;
    font-size: 30px;
  }
}

.nav-main-menu>li ul>li:not(:last-child),
.nav-secondary-menu li:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 400px) {
  .nav-main-menu>li ul li:not(:last-child) {
    margin-bottom: 14px;
  }
}

.nav-main-menu>li ul li a {
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  .nav-secondary-menu>li a {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav-secondary-menu>li a {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .row-main-menu {
    margin-left: -52px;
    margin-right: -52px;
  }

  .row-main-menu>* {
    padding-left: 52px;
    padding-right: 52px;
  }
}

@media only screen and (min-width: 1200px) {
  .row-main-menu {
    margin-left: -72px;
    margin-right: -72px;
  }

  .row-main-menu>* {
    padding-left: 72px;
    padding-right: 72px;
  }
}

@media only screen and (min-width: 992px) {
  .row-main-menu .col-item:not(:last-child) {
    border-right: 2px solid #C4C4C4;
  }
}

/*------------------------------------------------------------------
[Content]
*/
.section-banner {
  position: relative;
}

.banner-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  min-height: 500px;
}

@media only screen and (min-width: 768px) {
  .banner-img img {
    min-height: 750px;
  }
}

@media only screen and (min-width: 992px) {
  .banner-img img {
    min-height: 600px;
  }
}

.banner-video {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .banner-video {
    min-height: 600px;
  }
}

.banner-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;  
  padding: 100px 0;
  z-index: 2;
}

.overlay-text .container {
  display: flex;
  align-items: center;
  height: 100%;
}
@keyframes float {
	0% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translate(0,40px);
    opacity: 0;
	}
	100% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translate(0,0);
    opacity: 1;
	}
}
.banner-text {
  color: #fff;
  animation: float 3s ease-in-out;
}

.banner-text h1 {
  /* font-size: 32px; */
  font-size: 27px;
  margin-bottom: 28px;
  line-height: 1.25;
  color: #fff;
  position: relative;
}
.banner-text h1, .banner-text .desc {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
@media only screen and (min-width: 768px) {
  .banner-text h1 {
    font-size: 54px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .banner-text h1 {
    font-size: 64px;
  }
}

.banner-text h1 span {
  display: block;
  font-size: 48px;
}

@media only screen and (min-width: 768px) {
  .banner-text h1 span {
    font-size: 96px;
  }
}

.banner-text h1.is-sz-2 {
  font-size: 32px;
}

@media only screen and (min-width: 768px) {
  .banner-text h1.is-sz-2 {
    font-size: 66px;
  }
}

.banner-text .desc {
  /* font-size: 12px; */
  font-size: 11px;
  animation-delay: 0.2s;
}

@media only screen and (min-width: 768px) {
  .banner-text .desc {
    font-size: 16px;
  }
}

.scroll-down {
  /* position: fixed; */
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .scroll-down {
    display: block !important;
  }
}

/***** section-venues *****/
.venues-heading {
  background-color: #B5905B;
  color: #fff;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 68px;
}

@media only screen and (min-width: 768px) {
  .venues-heading {
    width: 142px;
  }
}

.venues-title {
  transform-origin: center center;
  transform: rotate(270deg);
  white-space: nowrap;
}

.venues-contents {
  margin-left: 68px;
}

@media only screen and (min-width: 768px) {
  .venues-contents {
    margin-left: 142px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .venues-contents .venues-box {
    display: flex;
    height: 33.3333%;
    transition: all ease 0.7s;
  }
}

@media only screen and (min-width: 768px) {
  .venues-contents.is-hover .venues-box:not(.hover) {
    height: 120px;
  }

  .venues-contents.is-hover .title-heading {
    display: none;
  }
}

.venues-box {
  border-bottom: 2px solid #fff;
  position: relative;
}

.venues-box:last-child {
  border-bottom-width: 0;
}

@media (max-width: 767.98px) {
  .venues-box .title-heading {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .venues-box.hover {
    height: calc(100vh - 240px);
  }

  .venues-box.hover .venues-box-contents {
    padding-top: 30px;
    padding-bottom: 30px;
    height: unset;
  }

  .venues-box.hover .venues-box-contents .title-heading {
    opacity: 0;
    visibility: hidden;
  }

  .venues-box.hover .venues-textnone {
    display: block;
  }
}

.venues-box.hover .title-heading.effect-left-level-1 {
  transform: inherit !important;
}

.venues-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.venues-box-contents {
  height: 94px;
  padding: 10px 10px 10px 36px;
  transition: all 250ms ease-in-out 0.7s;
}

@media only screen and (min-width: 768px) {
  .venues-box-contents {
    height: unset;
    padding-left: 100px;
  }
}

.venues-box-contents .title-heading {
  transition: all 250ms linear;
  will-change: transform;
}

@media only screen and (min-width: 768px) {
  .venues-box-contents .title-heading {
    margin-top: -10px;
  }
}

.venues-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
}

.venues-box-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: block;
}

.venues-textnone {
  display: none;
}

.venues-textnone .title-size-1 {
  margin: 32px 0;
  line-height: 1.1171875;
}

@media only screen and (min-width: 768px) {
  .venues-textnone .title-size-1 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 1200px) {
  .venues-textnone .title-size-1 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

@media (max-width: 767.98px) {
  .venues-textnone-header img {
    width: 50%;
    height: auto;
  }
}

/***** section-service *****/
.section-service {
  position: relative;
}

.service-header {
  position: absolute;
  top: 30px;
  width: 100%;
  left: 0;
  display: block;
  z-index: 2;
}

@media only screen and (min-width: 992px) {
  .service-header {
    top: 14.494875549%;
  }
}

.service-slider .swiper-button-next,
.service-slider .swiper-rtl .swiper-button-prev {
  right: 15px;
}

@media only screen and (min-width: 992px) {

  .service-slider .swiper-button-next,
  .service-slider .swiper-rtl .swiper-button-prev {
    right: 50px;
  }
}

.service-slider .swiper-button-prev,
.service-slider .swiper-rtl .swiper-button-next {
  left: 15px;
}

@media only screen and (min-width: 992px) {

  .service-slider .swiper-button-prev,
  .service-slider .swiper-rtl .swiper-button-next {
    left: 50px;
  }
}

.service-slider .swiper-slide-active .card-info-incategory {
  animation-delay: 2s;
}

.service-slider .swiper-slide-active .card-info-title {
  animation-delay: 2.2s;
}

.service-slider .swiper-slide-active .card-info-text {
  animation-delay: 2.3s;
}

.service-slider .swiper-slide-active .btn-primary-1 {
  animation-delay: 2.4s;
}

.service-slider .swiper-slide-active:first-child .card-info-incategory {
  animation-delay: 0.1s;
}

.service-slider .swiper-slide-active:first-child .card-info-title {
  animation-delay: 0.2s;
}

.service-slider .swiper-slide-active:first-child .card-info-text {
  animation-delay: 0.3s;
}

.service-slider .swiper-slide-active:first-child .btn-primary-1 {
  animation-delay: 0.4s;
}
.service-slider .swiper-slide {
  height: unset;
}
.service-slider .service-item {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .service-item {
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    max-height: 312px;
  }
}

.service-item::after {
  content: '';
  height: 41%;
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #C0995A;
}

@media only screen and (min-width: 768px) {
  .service-item::after {
    width: 33px;
  }
}

.service-img {
  width: 74.1025641026%;
  display: block;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .service-img {
    width: 73.0600292826%;
  }
}

@media only screen and (min-width: 1400px) {
  .service-img {
    height: 100vh;
  }
}

.service-img::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service-body {
  padding-bottom: 4px;
  width: 100%;
  padding-top: 73px;
}

@media only screen and (min-width: 768px) {
  .service-body {
    padding-top: 120px;
    padding-bottom: 43px;
  }
}

@media only screen and (min-width: 1200px) {
  .service-body {
    padding-top: 0;
  }
}

.card-info {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 20px 30px 30px;
  width: 252px;
  margin-left: auto;
  margin-right: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .card-info {
    padding: 50px 30px 30px 30px;
    width: 400px;
    margin-right: 0;
  }
}

.card-info::before {
  content: '';
  width: 64px;
  height: 83px;
  position: absolute;
  right: 0;
  top: -8px;
  background-image: url(../images/icons/line.png);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-width: 768px) {
  .card-info::before {
    width: 196px;
    height: 290px;
    top: -70px;
  }
}

.card-info::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
}

.card-info .card-info-incategory {
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .card-info .card-info-incategory {
    margin-bottom: 66px;
  }
}

.card-info-inner {
  z-index: 1;
}

.card-info-title {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .card-info-title {
    font-size: 18px;
  }
}

.card-info-title a:not(:hover) {
  color: inherit;
}

.card-info-text {
  font-size: 12px;
  line-height: 1.2;
  overflow: hidden;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .card-info-text {
    font-size: 16px;
    margin-bottom: 77px;
  }
}

/***** section-special-offers *****/
/***** section-news *****/
.section-news {
  padding-bottom: 27px;
  position: relative;
  padding-top: 33px;
}

@media only screen and (min-width: 768px) {
  .section-news {
    padding-bottom: 54px;
    padding-top: 80px;
    min-height: 100vh;
  }
}

@media only screen and (min-width: 992px) {
  .section-news {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.section-news::before {
  content: '';
  position: absolute;
  left: -38px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/bg/line-news.svg);
  background-position: right 0;
  background-repeat: repeat;
  display: none;
  width: 150px;
  height: 480px;
}

@media only screen and (min-width: 768px) {
  .section-news::before {
    display: block;
  }
}

.news-list-view .scrollable {
  height: 582px;
  overflow-y: auto;
}

@media only screen and (min-width: 768px) {
  .news-list-view .scrollable {
    height: 82vh;
  }
}

.news-list-view .mCSB_inside>.mCSB_container {
  margin-right: 0;
}

.news-list-view .mCSB_scrollTools {
  visibility: hidden;
}

.card.card-news {
  height: 200px;
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .card.card-news {
    height: 399px;
  }
}

.card.card-news .card-news-img {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
}

.card.card-news .card-news-img-top {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card.card-news .card-news-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card.card-news .card-news-title {
  font-size: 14px;
}
.card.card-news .card-news-title a,
.card.card-news .card-news-title a:hover,
.card.card-news .card-news-title a:focus {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .card.card-news .card-news-title {
    font-size: 24px;
    line-height: 1.25;
  }
}

.btn-link-circle:hover svg path {
  fill: #C0995A;
}

@media only screen and (min-width: 992px) {
  .news-box .desc {
    max-height: 254px;
  }
}

.section-contact {
  padding-top: 28px;
}

@media only screen and (min-width: 992px) {
  .section-contact {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .section-contact .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  .section-contact .row>* {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.section-contact.section-contact-pageinner {
  padding-top: 25px;
}

@media only screen and (min-width: 768px) {
  .section-contact.section-contact-pageinner {
    padding-top: 68px;
  }
}

.heading {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .heading {
    margin-bottom: 40px;
  }
}

.is-heading-line-left {
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .is-heading-line-left {
    margin-bottom: 80px;
  }
}

.is-heading-line-left::before {
  content: "";
  display: block;
  height: 3px;
  right: 100%;
  background-color: #C0995A;
  position: absolute;
  width: 200%;
  top: 15px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .is-heading-line-left::before {
    margin-right: 30px;
    top: 32px;
  }
}

.title-heading {
  margin-bottom: 0;
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .title-heading {
    font-size: 48px;
  }
}

.title-heading.is-smaller {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .title-heading.is-smaller {
    font-size: 36px;
  }
}

.map {
  position: relative;
  height: 174px;
  overflow: hidden;
}
.map a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #000;
  opacity: 0.6;
}
.map a {
  display: block;
  height: 100%;
}
.map .iframe,
.map .iframe iframe {
  height: 100% !important;
}
.map .iframe:after {
  display: none !important;
  bottom: 0;
  right: 0;
  background-color: transparent !important;
}
@media only screen and (min-width: 768px) {
  .map {
    height: 450px;
  }
}

@media only screen and (min-width: 992px) {
  .map {
    height: 100%;
    min-height: 440px;
  }
  
  .map img {
    height: 100%;
  }
  /* #fullpage .section-contact .container {
    padding-bottom: 50px;
  } */
}

.map-title {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  padding: 0 14px;
}

@media only screen and (min-width: 768px) {
  .map-title {
    font-size: 38px;
    top: 40px;
    padding: 0 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .map-title {
    font-size: 48px;
    top: 10.6%;
    padding: 0 55px;
  }
}

.map-maker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 180px;
  font-size: 10px;
  max-width: 90%;
  z-index: 4;
}

@media only screen and (min-width: 768px) {
  .map-maker {
    font-size: 18px;
    min-width: 265px;
  }
}

.map-maker .icon {
  margin-bottom: 15px;
}

.form-contact {
  font-size: 12px;
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .form-contact {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .form-contact {
    margin-bottom: 0;
  }
}

.form-contact .btn {
  margin: 8px;
  min-width: 100px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .form-contact .btn {
    font-size: 14px;
  }
}

.form-group {
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .form-group {
    margin-bottom: 22px;
  }
}

.form-control-cs {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 0;
  padding: 0 0 12px 0;
  color: #E0E0E0;
  font-size: 12px;
  background-color: transparent;
}

.form-control-cs::-webkit-input-placeholder {
  color: #E0E0E0;
}

.form-control-cs:-moz-placeholder {
  color: #E0E0E0;
  opacity: 1;
}

.form-control-cs::-moz-placeholder {
  color: #E0E0E0;
  opacity: 1;
}

.form-control-cs:-ms-input-placeholder {
  color: #E0E0E0;
}

@media only screen and (min-width: 768px) {
  .form-control-cs {
    font-size: 16px;
  }
}

.form-control-cs:focus {
  box-shadow: none;
  background-color: transparent;
  color: #E0E0E0;
  border-color: #C0995A;
}

.event-type {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .event-type {
    margin-bottom: 30px;
  }
}

.event-type .form-check:not(:last-child) {
  margin-right: 24px;
}

.event-type .form-check-input {
  background-color: transparent;
  border-color: #E0E0E0;
}

.event-type .form-check-input:checked {
  border-color: #C0995A;
  background-color: #C0995A;
}

@media only screen and (min-width: 768px) {
  .event-type .form-check-label {
    min-width: 80px;
  }
}

.venue {
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .venue {
    margin-bottom: 30px;
  }
}

.custom-nice-select .nice-select {
  padding: 8px 45px 8px 16px;
  height: unset;
  line-height: normal;
  background-color: transparent;
  min-width: 200px;
  border-color: #045045;
  border-radius: 0;
  font-size: 12px;
  height: 34px;
}

@media only screen and (min-width: 768px) {
  .custom-nice-select .nice-select {
    font-size: 16px;
    min-width: 258px;
    height: 40px;
  }
}

.custom-nice-select .nice-select::before {
  content: "";
  display: block;
  border-radius: 5px;
  background-color: #C0995A;
  position: absolute;
  top: 5px;
  right: 8px;
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  .custom-nice-select .nice-select::before {
    top: 8px;
    right: 16px;
    width: 22px;
    height: 22px;
  }
}

.custom-nice-select .nice-select::after {
  transform: inherit;
  transform-origin: inherit;
  background: url(../images/icons/angle-down.svg) no-repeat;
  border: none;
  z-index: 2;
  background-size: 100% 100%;
  width: 12px;
  height: 6px;
  top: 17px;
  right: 12px;
}

@media only screen and (min-width: 768px) {
  .custom-nice-select .nice-select::after {
    width: 14px;
    height: 8px;
    top: 19px;
    right: 20px;
  }
}

.custom-nice-select .nice-select .list {
  float: none;
  width: 100%;
  color: #000;
}

.section-offers.section-offers-pt {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) {
  .section-offers.section-offers-pt {
    margin-top: 0;
  }
}

.slider-offers {
  text-align: center;
}
.slider-offers .swiper-slide {
  height: unset;
}
.slider-offers .swiper-slide img {
  height: 100%;
}
@media (max-width: 767.98px) {
  .slider-offers {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.slider-offers.is-effect .swiper-slide-active .heading {
  animation-delay: 2.2s;
}

.slider-offers.is-effect .swiper-slide-active h3 {
  animation-delay: 2.2s;
}

.slider-offers.is-effect .swiper-slide-active .desc {
  animation-delay: 2.3s;
}

.slider-offers.is-effect .swiper-slide-active .offer-bottom {
  animation-delay: 2.4s;
}

@media only screen and (min-width: 1400px) {
  .slider-offers.is-effect img {
    height: 100vh;
  }
}

.offers-context {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  min-width: 178px;
  max-width: 260px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .offers-context {
    max-width: 474px;
    width: 44%;
    right: calc(50% + 30px);
    left: unset;
  }
}

@media only screen and (min-width: 1200px) {
  .offers-context {
    width: 50%;
    right: calc(50% + 50px);
  }
}

.offers-context .wrap {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .offers-context .wrap {
    margin-top: 120px;
  }
}

.offers-context .heading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 56px;
}

.offers-context .heading .title-heading {
  transform: rotate(270deg);
  transform-origin: center center;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) {
  .offers-context .heading .title-heading {
    margin-top: -150px;
  }
}

.block-text {
  background: rgba(224, 224, 224, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  padding: 20px;
  margin-left: 56px;
}

@media only screen and (min-width: 768px) {
  .block-text {
    margin-left: 74px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .block-text {
    min-height: 720px;
  }
}

.block-text h3 {
  margin-bottom: 16px;
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .block-text h3 {
    font-size: 32px;
    margin-bottom: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  .block-text h3 {
    font-size: 42px;
    margin-bottom: 36px;
  }
}

.block-text h3 span {
  font-size: 8px;
}

@media only screen and (min-width: 992px) {
  .block-text h3 span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .block-text h3 span {
    font-size: 19px;
  }
}

.block-text .desc {
  font-size: 10px;
  margin-bottom: 24px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .block-text .desc {
    font-size: 16px;
  }
}

.block-text .desc p {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .block-text .desc p {
    margin-bottom: 15px;
  }
}

.block-text .desc p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .block-text .btn {
    min-height: 36px;
  }
}

.swiper-custom-arrow .swiper-button-next,
.swiper-custom-arrow .swiper-button-prev {
  width: 36px;
  height: 36px;
  margin: 0;
  z-index: 3;
}

.swiper-custom-arrow .swiper-button-next::after,
.swiper-custom-arrow .swiper-button-prev::after {
  display: none;
}

.swiper-navigation-bottom .swiper-button-next,
.swiper-navigation-bottom .swiper-button-prev {
  position: static;
}

.swiper-navigation-bottom .swiper-button-prev {
  margin-right: 16px;
}

.swiper-navigation-top .swiper-button-next,
.swiper-navigation-top .swiper-button-prev {
  top: unset;
  bottom: 100%;
  transform: translateY(0);
  margin-top: 0;
}

.swiper-navigation-top .swiper-button-next {
  right: 0;
}

.swiper-navigation-top .swiper-button-prev {
  right: 40px;
  left: unset;
}

@media only screen and (min-width: 768px) {
  .swiper-navigation-top .swiper-button-prev {
    right: 50px;
  }
}

.section-other-offers {
  padding-top: 67px;
}

.offers-catz-container .swiper-button-next,
.offers-catz-container .swiper-button-prev {
  bottom: unset;
  top: 10px;
}

@media only screen and (min-width: 768px) {

  .offers-catz-container .swiper-button-next,
  .offers-catz-container .swiper-button-prev {
    top: 15px;
  }
}

@media (max-width: 767px) {

  .offers-catz-container .swiper-button-next,
  .offers-catz-container .swiper-button-prev {
    width: 14px;
    height: 14px;
  }
}

.offers-catz-container .swiper-button-prev {
  right: 18px;
}

@media only screen and (min-width: 768px) {
  .offers-catz-container .swiper-button-prev {
    top: 15px;
    right: 40px;
  }
}

@media (max-width: 767px) {
  .offers-catz-container .art-item.overlay .art-item-title {
    font-size: 16px;
    padding: 16px;
  }
}

.pt-header {
  padding-top: 77px;
}

@media only screen and (min-width: 992px) {
  .pt-header {
    padding-top: 0;
  }
}

.art-item.overlay .art-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 10px;
  padding: 12px;
}

@media only screen and (min-width: 768px) {
  .art-item.overlay .art-item-title {
    font-size: 18px;
    padding: 24px;
  }
}

.art-item.overlay .art-item-img {
  margin-bottom: 0;
}

.art-item-img a {
  display: block;
  position: relative;
}
.art-item-img a, .art-item-img a:hover, .art-item-img a:focus {
  color: #E0E0E0;
}
.art-item-img a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.art-item-img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-in-out;
}

.art-item-img a:hover::after {
  opacity: 1;
  visibility: visible;
}

.art-item-title {
  padding: 8px;
  font-size: 6px;
}

@media only screen and (min-width: 768px) {
  .art-item-title {
    padding: 24px;
    font-size: 18px;
  }
}

.art-item-title-lg {
  font-size: 8px;
}
.art-item-title-lg a,
.art-item-title-lg a:hover,
.art-item-title-lg a:focus  {
  color: #E0E0E0 !important;
}
@media only screen and (min-width: 768px) {
  .art-item-title-lg {
    font-size: 20px;
  }
}

.art-item-img {
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .art-item-img {
    margin-bottom: 24px;
  }
}

.art-item-meta {
  font-size: 5px;
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .art-item-meta {
    font-size: 10px;
    margin-bottom: 12px;
  }
}

.section-banner-page {
  position: relative;
}

.section-banner-page::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.banner-overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .banner-overlay-text {
    padding-top: 100px;
    padding-bottom: 60px;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .banner-overlay-text .wrap {
    max-width: 450px;
  }
}

@media only screen and (min-width: 768px) {
  .banner-overlay-text .wrap.is-bigger {
    max-width: 550px;
  }
}

.group-title {
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .group-title {
    margin-bottom: 16px;
  }
}

.group-title .sub-title {
  font-size: 8px;
  margin-bottom: 4px;
  line-height: normal;
}

@media only screen and (min-width: 768px) {
  .group-title .sub-title {
    font-size: 10px;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .group-title .sub-title {
    font-size: 12px;
  }
}

.group-title .main-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: normal;
}

@media only screen and (min-width: 768px) {
  .group-title .main-title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .group-title .main-title {
    font-size: 42px;
  }
}

.desc-general {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .desc-general {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .desc-general {
    font-size: 20px;
  }
}

.banner-img-container {
  height: 345px;
}

@media only screen and (min-width: 768px) {
  .banner-img-container {
    height: 650px;
  }
}

.banner-img-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-text {
  padding-top: 33px;
  padding-bottom: 23px;
}

@media only screen and (min-width: 768px) {
  .section-text {
    padding-top: 72px;
    padding-bottom: 126px;
  }
}

.section-text .text {
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.25;
}

@media only screen and (min-width: 768px) {
  .section-text .text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .section-text .text {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .section-text .text {
    max-width: 487px;
  }
}

.section-text .text p:last-child {
  margin-bottom: 0;
}

.section-text.is-img-left .text {
  margin-bottom: 0;
  margin-top: 18px;
}

@media only screen and (min-width: 992px) {
  .section-text.is-img-left .text {
    margin-top: 0;
  }
}

.sub-banner {
  height: 326px;
}

@media only screen and (min-width: 768px) {
  .sub-banner {
    height: 428px;
  }
}

.section-textnone {
  margin-top: 24px;
}

@media only screen and (min-width: 768px) {
  .section-textnone {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .section-textnone .title-heading {
    font-size: 20px;
  }
}

.thank-you-desc {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.1;
  max-width: 825px;
}

@media only screen and (min-width: 768px) {
  .thank-you-desc {
    line-height: 1.3;
    font-size: 16px;
    margin-bottom: 54px;
  }
}

.sub-banner-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-banner-bgimg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 26.78%, rgba(0, 0, 0, 0) 73.55%);
}

.section-lastest-news .sub-banner-bgimg::before {
  background: linear-gradient(82deg, rgba(0, 0, 0, 0.75) 42.34%, rgba(0, 0, 0, 0) 69.4%), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.section-lastest-news {
  padding-top: 103px;
  padding-bottom: 37px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .section-lastest-news {
    padding-top: 165px;
    padding-bottom: 108px;
    margin-bottom: 96px;
  }
}

.row.other-news-list {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -24px;
}

@media only screen and (min-width: 768px) {
  .row.other-news-list {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.row.other-news-list>* {
  padding-left: 8px;
  padding-right: 8px;
}

@media only screen and (min-width: 768px) {
  .row.other-news-list>* {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.row.other-news-list>[class*='col-'] {
  border-right: 1px solid #E0E0E0;
}

.row.other-news-list>[class*='col-']:nth-child(2) {
  padding-top: 10%;
}

.row.other-news-list>[class*='col-']:nth-child(3) {
  border-right-width: 0;
}

.w-996px {
  max-width: 996px;
}

.other-news-grid .art-item:nth-child(2n + 1) {
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .other-news-grid .art-item:nth-child(2n + 1) {
    margin-bottom: 82px;
  }
}

/***** section-meeting-menu *****/
.meeting-menu-box {
  background: rgba(224, 224, 224, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  padding: 22px 10px 10px 10px;
  max-width: 430px;
}

@media only screen and (min-width: 768px) {
  .meeting-menu-box {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .meeting-menu-box {
    padding-top: 30%;
    padding-bottom: 36px;
    padding-left: 36px;
    padding-right: 36px;
  }
}

.meeting-menu-box-title {
  margin-bottom: 16px;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .meeting-menu-box-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .meeting-menu-box-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 1400px) {
  .meeting-menu-box-title {
    font-size: 48px;
    margin-bottom: 36px;
  }
}

.meeting-menu-box-desc {
  font-size: 10px;
  margin-bottom: 24px;
  min-height: 132px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .meeting-menu-box-desc {
    font-size: 16px;
    min-height: 180px;
  }
}

@media (max-width: 767.98px) {
  .meeting-menu .swiper-slide .row.gx-1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .meeting-menu .swiper-slide .row.gx-1>* {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}

.meeting-menu-img {
  border: 5px solid #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 768px) {
  .meeting-menu-img {
    border-width: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .meeting-menu-img {
    border-width: 15px;
  }
}

@media (max-width: 991.98px) {
  .meeting-menu-img {
    position: absolute;
    top: 22px;
    bottom: 35px;
  }

  .meeting-menu-img img {
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 767.98px) {
  .meeting-content .heading {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .meeting-content .title-heading {
    font-size: 72px;
  }
}

@media (max-width: 767.98px) {
  .meeting-content .title-heading {
    position: relative;
    top: -6px;
  }
}

.meeting-menu-content {
  padding-left: 34px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .meeting-menu-content {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .meeting-menu-content {
    padding-left: 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .meeting-menu-content {
    margin-left: 12%;
  }
}

.meeting-menu-content .heading {
  transform-origin: 0 center;
  transform: rotate(90deg);
  position: absolute;
  left: 16px;
  top: 10px;
}

@media only screen and (min-width: 768px) {
  .meeting-menu-content .heading {
    top: -12px;
    left: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .meeting-menu-content .heading {
    top: 25px;
    left: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .meeting-menu-content .heading {
    left: 20px;
    top: -25px;
  }
}

.meeting-menu-content .heading .title-heading {
  white-space: nowrap;
  line-height: 1.1;
  transform: rotate(180deg);
}

@media only screen and (min-width: 768px) {
  .meeting-menu-content .title-heading {
    /* font-size: 44px; */
    font-size: 35px;
  }
}

/* @media only screen and (min-width: 992px) {
  .meeting-menu-content .title-heading {
    font-size: 44px;
  }
} */
@media only screen and (min-width: 1200px) {
  .meeting-menu-content .title-heading {
    font-size: 48px;
  }
}

.meeting-menu-slider {
  padding-top: 22px;
}

@media only screen and (min-width: 768px) {
  .meeting-menu-slider {
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .meeting-menu-slider {
    max-width: 572px;
    margin-left: auto;
    margin-right: 24px;
  }
}

@media (max-width: 1199.98px) {
  .meeting-menu-navigation .swiper-button-prev {
    margin-right: 4px;
  }
}

@media (max-width: 767px) {

  .meeting-menu-navigation .swiper-button-prev,
  .meeting-menu-navigation .swiper-button-next {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .meeting-menu-navigation .btn-custom {
    font-size: 8px;
    padding: 3px 8px;
  }
}

.hover-overlay-img a {
  display: inline-block;
  position: relative;
}

.hover-overlay-img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-in-out;
}

.hover-overlay-img a:hover::after {
  opacity: 1;
  visibility: visible;
}

/***** section-meeting-packages *****/
.section-meeting-packages {
  margin-bottom: 30px;
  position: relative;
}

.section-meeting-packages::after {
  content: '';
  display: block;
  width: 48px;
  height: 100px;
  position: absolute;
  top: 10%;
  left: 0;
  background-image: url(../images/icons/line-group.svg);
  background-position: right 0;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .section-meeting-packages::after {
    width: 150px;
    height: 467px;
  }
}

@media only screen and (min-width: 768px) {
  .section-meeting-packages {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-meeting-packages {
    margin-bottom: 190px;
  }
}

@media (max-width: 767.98px) {
  .packages .heading {
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .packages-header .heading {
    padding-left: 12%;
    padding-top: 12%;
  }
}

@media only screen and (min-width: 992px) {
  .packages-content {
    margin-right: -30px;
  }
}

@media only screen and (min-width: 1400px) {
  .packages-content {
    margin-right: -60px;
  }
}

.packages-summary {
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  .packages-summary {
    padding-top: 25px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .packages-summary {
    padding-left: 10%;
  }
}

.packages-summary ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

@media only screen and (min-width: 992px) {
  .packages-summary ul {
    padding-left: 30px;
  }
}

.packages-img.st {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: auto;
  padding-top: 67%;
}

@media only screen and (min-width: 992px) {
  .packages-img.st {
    padding-top: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .packages-img.st {
    padding-top: 10%;
  }
}

.packages-img.nd {
  position: absolute;
  left: -34%;
  top: 0;
  z-index: 1;
  width: 66%;
}

@media only screen and (min-width: 768px) {
  .packages-img.nd {
    left: -28%;
    width: 61.6224648986%;
  }
}

.packages-img.rd img {
  width: auto;
}

.packages-box {
  padding-top: 22%;
}

@media only screen and (min-width: 768px) {
  .packages-box {
    padding-top: 20%;
  }
}

/***** section-meeting *****/
.section-meeting .container {
  max-width: 1366px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.meeting-column-1 {
  width: 30.5%;
}

@media only screen and (min-width: 992px) {
  .meeting-column-1 {
    width: 37%;
    padding-left: 4.0263543192%;
  }
}

.meeting-column-2 {
  width: 44%;
}

@media only screen and (min-width: 992px) {
  .meeting-column-2 {
    width: 34.5%;
  }
}

.meeting-column-3 {
  width: 25.5%;
  padding-left: 8px;
  padding-right: 8px;
}

@media only screen and (min-width: 992px) {
  .meeting-column-3 {
    width: 28.5%;
    padding-left: 3.8067349927%;
    padding-right: 3.3674963397%;
  }
}

@media (max-width: 991.98px) {
  .meeting-column-3 {
    background-color: #C0995A;
    position: relative;
  }

  .meeting-column-3::before {
    content: '';
    display: block;
    width: 100%;
    background-color: #C0995A;
    bottom: 100%;
    left: 0;
    height: 100%;
    position: absolute;
  }
}

.meeting {
  position: relative;
  margin-top: 130px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .meeting {
    margin-bottom: 124px;
  }
}

@media only screen and (min-width: 992px) {
  .meeting {
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .meeting .row {
    height: 100vh;
  }
}

.meeting::before {
  content: '';
  display: block;
  width: 25.5%;
  height: calc(100% + 130px);
  position: absolute;
  top: -120px;
  right: 0;
  background-color: #C0995A;
}

@media only screen and (min-width: 992px) {
  .meeting::before {
    width: 28.5%;
    top: -216px;
    height: calc(100% + 216px);
  }
}

@media (max-width: 991.98px) {
  .meeting::before {
    display: none;
  }
}

.meeting::after {
  content: '';
  display: block;
  width: 48px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28.5%;
  background-image: url(../images/icons/line-group.svg);
  background-position: 0 0;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .meeting::after {
    width: 100px;
    height: 467px;
  }
}

.meeting>* {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .meeting>.row {
    align-items: flex-start !important;
  }
}

.meeting-text {
  font-size: 10px;
  line-height: 14px;
}

@media only screen and (min-width: 768px) {
  .meeting-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.meeting-img {
  width: 70%;
}

.meeting-img.nd {
  margin-left: auto;
  margin-top: -23.4482758621%;
  margin-right: 8px;
}

.meetingSlider .swiper-slide-active .meeting-menu-box-title {
  animation-delay: 0.5s;
}

.meetingSlider .swiper-slide-active .meeting-menu-box-desc {
  animation-delay: 0.7s;
}

.meetingSlider .swiper-slide-active .btn-custom {
  animation-delay: 1s;
}

@media (max-width: 991.98px) {
  .meeting-media-group {
    padding-bottom: 35px !important;
  }
}

.contact-us {
  padding-top: 28px;
}

@media only screen and (min-width: 768px) {
  .contact-us {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .contact-us .row {
    align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .contact-us .row .col-lg-5 {
    width: 56%;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-us .row .col-lg-5 {
    width: 46%;
  }
}

@media only screen and (min-width: 992px) {
  .contact-us .row .col-lg-7 {
    width: 44%;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-us .row .col-lg-7 {
    width: 54%;
  }
}

.contact-us .heading .title-heading {
  line-height: 1.05;
}

.contact-text {
  font-size: 12px;
  padding-top: 12px;
}

@media only screen and (min-width: 768px) {
  .contact-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .contact-text {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-text {
    padding-top: 26px;
    margin-bottom: -20px;
  }
}

.contact-text h3 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .contact-text h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }
}

.list-contact-info li {
  position: relative;
  padding-left: 16px;
  line-height: 1.25;
}

@media only screen and (min-width: 768px) {
  .list-contact-info li {
    padding-left: 27px;
  }
}

.list-contact-info li:not(:last-child) {
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .list-contact-info li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.list-contact-info li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
}

@media only screen and (min-width: 768px) {
  .list-contact-info li .icon {
    width: 15px;
  }
}

.list-contact-info li .icon svg {
  max-width: 100%;
}

.section-venue-context-inner {
  padding-top: 25px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .section-venue-context-inner {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 992px) {
  .section-venue-context-inner {
    padding-bottom: 0;
  }
}

.section-venue-context-inner .wrap-text {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .section-venue-context-inner .wrap-text {
    margin: 0 auto;
    max-width: 360px;
    padding: 30px 0;
  }
}

.group-img-left {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .group-img-left {
    padding-top: 0;
    width: 28.5505124451%;
  }
}

@media only screen and (min-width: 1200px) {
  .group-img-left {
    min-width: 390px;
  }
}

.group-img-left .d-inline-block {
  width: 85%;
}

@media only screen and (min-width: 768px) {
  .group-img-left .d-inline-block {
    width: 100%;
  }
}

.group-img-left img {
  max-width: 80%;
}

.group-img-left .img-2 {
  margin-left: auto;
  margin-top: -15px;
}

@media only screen and (min-width: 768px) {
  .group-img-right {
    width: 28.5505124451%;
  }
}

@media only screen and (min-width: 1200px) {
  .group-img-right {
    min-width: 390px;
  }
}

@media only screen and (min-width: 992px) {
  .group-img-right img {
    height: 100vh;
    object-fit: cover;
  }
}

.section-floor-plan {
  padding-bottom: 36px;
}

@media only screen and (min-width: 768px) {
  .section-floor-plan {
    padding-bottom: 124px;
  }
}

@media only screen and (min-width: 992px) {
  .section-floor-plan {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-floor-plan .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  .section-floor-plan .row>* {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .section-floor-plan .col-main {
    width: 648px;
    flex: 0 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  .section-floor-plan .col-secondary {
    width: calc(100% - 648px);
    flex: 0 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  .section-floor-plan .desc {
    margin-top: -40%;
    max-width: 438px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-floor-plan .desc {
    margin-top: -20%;
  }
}

.group-heading {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .group-heading {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .max-w-307 {
    max-width: 307px;
  }
}

@media only screen and (min-width: 992px) {
  .floorSwiper .swiper-slide {
    width: 360px;
  }
}

@media only screen and (min-width: 992px) {
  .floorSwiper .swiper-slide.is-big {
    width: 600px;
  }
}

.floorSwiper .swiper-slide img {
  width: 100%;
}

.floorSwiper .swiper-slide.swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}

@media only screen and (min-width: 992px) {
  .floorSwiper .swiper-slide.swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
  }
}

.floorSwiper.swiper-custom-arrow {
  overflow: inherit;
}

@media only screen and (min-width: 992px) {
  .floorSwiper.swiper-custom-arrow {
    overflow: hidden;
  }
}

.floorSwiper.swiper-custom-arrow .swiper-button-prev svg,
.floorSwiper.swiper-custom-arrow .swiper-button-next svg {
  width: 24px;
}

@media only screen and (min-width: 768px) {

  .floorSwiper.swiper-custom-arrow .swiper-button-prev svg,
  .floorSwiper.swiper-custom-arrow .swiper-button-next svg {
    width: 36px;
  }
}

.floorSwiper.swiper-custom-arrow .swiper-button-prev {
  left: -30px;
}

@media only screen and (min-width: 768px) {
  .floorSwiper.swiper-custom-arrow .swiper-button-prev {
    left: -46px;
  }
}

.floorSwiper.swiper-custom-arrow .swiper-button-next {
  right: -30px;
}

@media only screen and (min-width: 768px) {
  .floorSwiper.swiper-custom-arrow .swiper-button-next {
    right: -46px;
  }
}

.wrap-slider {
  position: relative;
}

.wrap-slider.swiper-custom-arrow .swiper-button-prev svg,
.wrap-slider.swiper-custom-arrow .swiper-button-next svg {
  width: 24px;
}

@media only screen and (min-width: 768px) {

  .wrap-slider.swiper-custom-arrow .swiper-button-prev svg,
  .wrap-slider.swiper-custom-arrow .swiper-button-next svg {
    width: 36px;
  }
}

.wrap-slider.swiper-custom-arrow .swiper-button-prev {
  left: -40px;
}

@media only screen and (min-width: 768px) {
  .wrap-slider.swiper-custom-arrow .swiper-button-prev {
    left: -46px;
  }
}

@media only screen and (min-width: 1400px) {
  .wrap-slider.swiper-custom-arrow .swiper-button-prev {
    left: -60px;
  }
}

.wrap-slider.swiper-custom-arrow .swiper-button-next {
  right: -40px;
}

@media only screen and (min-width: 768px) {
  .wrap-slider.swiper-custom-arrow .swiper-button-next {
    right: -46px;
  }
}

@media only screen and (min-width: 1400px) {
  .wrap-slider.swiper-custom-arrow .swiper-button-next {
    right: -60px;
  }
}

.floorSwiperNav img,
.floorSwiperMain img {
  width: 100%;
}

.wrap-slider-nav {
  overflow: hidden;
}

.floorSwiperNav {
  margin: 0;
  width: 360px;
}

.floorSwiperNav .swiper-slide {
  width: 360px !important;
}

.section-facilities::after {
  display: none;
}

.section-facilities .container {
  position: relative;
}

.section-facilities .container::after {
  background-image: url(../images/icons/facilities.svg);
  bottom: 0;
  top: auto;
  left: 12px;
  display: block;
  position: absolute;
  content: "";
}

@media only screen and (min-width: 768px) {
  .section-facilities .container::after {
    width: 150px;
    height: 480px;
  }
}

.section-metting-setup {
  padding-bottom: 14px;
}

@media only screen and (min-width: 768px) {
  .section-metting-setup {
    background-image: url(../images/bg/bg-meeting-setup.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 85px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .section-metting-setup {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .section-metting-setup .row {
    margin-left: -23px;
    margin-right: -23px;
  }

  .section-metting-setup .row>* {
    padding-left: 23px;
    padding-right: 23px;
  }
}

.section-metting-setup .expert {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .section-metting-setup .expert {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .nav-pills-cs {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.nav-pills-cs .nav-link {
  text-align: left;
  color: rgba(192, 153, 90, 0.2);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .nav-pills-cs .nav-link {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .nav-pills-cs .nav-link:not(:last-child) {
    margin-bottom: 39px;
  }
}

.nav-pills-cs .nav-link:hover,
.nav-pills-cs .nav-link.active {
  background-color: transparent;
  color: #C0995A;
}

@media (max-width: 767px) {
  .nav-pills-cs .nav-link {
    min-width: 33%;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .nav-pills-cs .nav-pills-wrap {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.desc-item {
  display: none;
}

.desc-item.active {
  display: block;
}

.section-tabs {
  padding-top: 137px;
  padding-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-tabs .tab-content {
  color: #fff;
}
.section-tabs .nav-tab-block,
.section-tabs .nav-tab-block:hover,
.section-tabs .nav-tab-block:focus {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .section-tabs {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

@media only screen and (min-width: 992px) {
  .section-tabs {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.section-tabs .heading,
.section-tabs .desc {
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {

  .section-tabs .heading,
  .section-tabs .desc {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-tabs .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  .section-tabs .row>* {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.section-tabs hr {
  margin-top: 7px;
  margin-bottom: 7px;
  border-top-color: #fff;
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .section-tabs .tab-content {
    height: 100%;
  }

  .section-tabs .tab-content .tab-pane {
    height: 100%;
  }

  .section-tabs .tab-content .tab-pane.active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .section-tabs .tab-content .tab-pane.active .desc {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .col-border-right {
    padding-top: 88px;
    position: relative;
  }

  .col-border-right::after {
    content: "";
    display: block;
    top: 88px;
    right: 0;
    width: 1px;
    bottom: 0;
    background-color: #fff;
    position: absolute;
  }
}

.nav-tab-block {
  padding: 8px;
  text-align: center;
  font-weight: 800;
  font-size: 8px;
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-transform: uppercase;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .nav-tab-block {
    padding: 24px 10px;
    font-size: 24px;
    min-height: 373px;
  }
}

.tabsSwiper {
  z-index: 5;
}

@media only screen and (min-width: 992px) {
  .tabsSwiper {
    padding-top: 88px;
  }
}

.tabsSwiper.swiper-custom-arrow .swiper-button-next,
.tabsSwiper.swiper-custom-arrow .swiper-button-prev {
  top: -45px;
  margin: 0;
}

@media only screen and (min-width: 768px) {

  .tabsSwiper.swiper-custom-arrow .swiper-button-next,
  .tabsSwiper.swiper-custom-arrow .swiper-button-prev {
    top: -56px;
    width: 46px;
    height: 46px;
  }
}
@media only screen and (min-width: 992px) {
  .tabsSwiper.swiper-custom-arrow .swiper-button-next,
  .tabsSwiper.swiper-custom-arrow .swiper-button-prev {
    top: 0;
  }
}

.tabsSwiper.swiper-custom-arrow .swiper-button-next {
  right: 0;
}

.tabsSwiper.swiper-custom-arrow .swiper-button-prev {
  left: auto;
  right: 35px;
}

@media only screen and (min-width: 768px) {
  .tabsSwiper.swiper-custom-arrow .swiper-button-prev {
    right: 55px;
  }
}

@media only screen and (min-width: 992px) {
  .tabsSwiper.swiper-custom-arrow .swiper-button-prev {
    right: 62px;
  }
}

.tabsSwiper .swiper-button-lock {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}

.fancybox-slide--image {
  padding-bottom: 110px;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .fancybox-slide--image {
    padding-bottom: 170px;
    padding-top: 30px;
  }
}

.fancybox-stage,
.fancybox-navigation {
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
}

.fancybox-thumbs-x {
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  background: none;
}

@media only screen and (min-width: 992px) {
  .fancybox-thumbs-x {
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    overflow-y: hidden;
    left: 50%;
    right: 0;
    transform: translate(-50%, 0);
  }

  .fancybox-thumbs-x::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
  }

  .fancybox-thumbs-x::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
  }

  .fancybox-thumbs-x::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #E9E9E9;
  }
}

.fancybox-thumbs-x .fancybox-thumbs__list a {
  width: 90px;
  flex: 0 0 auto;
  height: 90px;
  max-width: unset;
  max-height: unset;
  margin: 0 16px 0 0;
}

@media only screen and (min-width: 768px) {
  .fancybox-thumbs-x .fancybox-thumbs__list a {
    width: 140px;
    flex: 0 0 auto;
    height: 140px;
  }
}

.fancybox-thumbs-x .fancybox-thumbs__list a::before {
  border-width: 1px;
  border-color: #C0995A;
}

.fancybox-thumbs-x .fancybox-thumbs__list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  width: 44px;
  height: 44px;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip: inherit;
  /* margin-top: -15px; */
  margin-top: -22px;
}

.fancybox-navigation-button-next,
.fancybox-navigation-button-previous {
  visibility: visible;
  background-color: transparent;
  width: 44px;
  height: 44px;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fancybox-navigation-button-next {
  right: 5px;
  background-image: url(../images/bg/ico-next-fancybox.svg);
}
.fancybox-navigation-button-next:hover {
  background-image: url(../images/bg/ico-next-fancybox-o.svg);
}
.fancybox-navigation-button-previous {
  left: 5px;
  background-image: url(../images/bg/ico-prev-fancybox.svg);
}
.fancybox-navigation-button-previous:hover {
  background-image: url(../images/bg/ico-prev-fancybox-o.svg);
}

.fancybox-navigation .fancybox-button div {
  display: none;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  background-image: url(../images/bg/ico-prev-fancybox.svg);
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    margin-left: 25px;
  }
  .fancybox-navigation .fancybox-button {
    margin-top: -50px;
  }
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  background-image: url(../images/bg/ico-next-fancybox.svg);
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    margin-right: 25px;
  }
}

.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs {
  display: none !important;
}

@media (max-width: 767px) {

  .section-venue-context-inner,
  .section-floor-plan,
  .section-facilities,
  .section-metting-setup,
  .section-tabs,
  .contact-us {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .floor-plan-desc {
    max-height: 120px;
  }
}

@media only screen and (min-width: 992px) {
  #fullpage {
    overflow: hidden;
    height: 100vh;
  }
  #fullpage .footer-slogen {
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  #fullpage .section {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  #fullpage .section .container {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 992px) {
  #fullpage .section.section-meeting .container {
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  #fullpage .section.section-meeting-packages .container {
    padding-bottom: 30px;
  }
}

@media (min-height: 800px) {
  #fullpage .section.section-meeting-packages img {
    max-height: 350px;
  }
}

@media (min-height: 1024px) {
  #fullpage .section.section-meeting-packages img {
    max-height: unset;
  }
}

@media (min-height: 800px) {
  #fullpage .section.section-meeting-menu .meeting-menu-img img {
    max-height: 650px;
  }
}

@media (min-height: 1024px) {
  #fullpage .section.section-meeting-menu .meeting-menu-img img {
    max-height: unset;
  }
}

@media only screen and (min-width: 992px) {

  .effect-up-level-1,
  .effect-up-level-2,
  .effect-up-level-3,
  .effect-left-level-1 {
    opacity: 0;
  }
}

/*------------------------------------------------------------------
[Footer]
*/
.footer-site {
  padding-bottom: 28px;
}

@media only screen and (min-width: 768px) {
  .footer-site {
    padding-bottom: 56px;
  }
}

.footer-slogen {
  padding: 56px 22px 28px;
  max-width: 996px;
}

@media only screen and (min-width: 768px) {
  .footer-slogen {
    padding: 100px 0 90px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-slogen {
    padding: 200px 0 183px;
  }
}

.footer-slogen h1 {
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  .footer-slogen h1 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-slogen h1 {
    font-size: 64px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-slogen h1 {
    font-size: 86px;
  }
}

.footer-bottom {
  font-size: 8px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .footer-bottom {
    font-size: 16px;
  }
}

.footer-bottom .row {
  margin-left: -4px;
  margin-right: -4px;
}

.footer-bottom .row>* {
  padding-left: 4px;
  padding-right: 4px;
}

.title-footer {
  font-size: 8px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .title-footer {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .title-footer {
    font-size: 24px;
  }
}

.group-links li:not(:last-child) {
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .group-links li:not(:last-child) {
    margin-bottom: 16px;
  }
}

.social li:not(:last-child) {
  margin-right: 4px;
}

@media only screen and (min-width: 768px) {
  .social li:not(:last-child) {
    margin-right: 8px;
  }
}

@media only screen and (min-width: 1200px) {
  .social li:not(:last-child) {
    margin-right: 16px;
  }
}

.social svg {
  max-width: 10px;
}

@media only screen and (min-width: 768px) {
  .social svg {
    max-width: unset;
  }
}

.group-nav .title-footer {
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .group-nav .title-footer {
    margin-bottom: 12px;
  }
}

.btn-back-top {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 3;
}

.btn-back-top svg {
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .btn-back-top svg {
    width: 24px;
  }
}

/* pdf reader */
#pdfContainer {
  width: 100%;
  height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.pdf-canvas {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* e: pdf reader */

.page-template-service-page .modal.show {
  overflow: hidden;
}