#slider {
  position: relative;
  overflow: hidden;
  background-color: #2b374f;
  /* pagination */
  /* controls */
}

#slider .swiper-container {
  max-width: 1920px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

#slider .swiper-slide {
  /* Specify Slides's Size: */
  height: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  position: relative;
}

#slider .swiper-slide .link-overlay {
  display: block;
  height: 100%;
}

#slider .swiper-pagination {
  position: absolute;
  bottom: 0px;
  left: 50%;
  padding-bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#slider .swiper-pagination-switch {
  /* Stylize pagination button: */
  float: left;
  width: 50px;
  height: 20px;
  border-bottom: 4px solid #aaa;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#slider .swiper-pagination-switch:last-child {
  margin-right: 0;
}

#slider .swiper-pagination-switch:hover,
#slider .swiper-active-switch {
  /* Specific active button style: */
  border-color: #fff;
  border-bottom-width: 9px;
}

#slider .swiper-active-switch {
  cursor: default;
}

#slider .swiper-control {
  position: absolute;
  color: #ddd;
  font-size: 40px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  display: none;
}

#slider .swiper-control:hover {
  color: #c83842;
}

#slider .swiper-prev {
  left: 0;
}

#slider .swiper-next {
  right: 0;
}

#page-content {
  margin: 0 auto;
  width: 70.10417vw;
  padding: 1.92708vw 0vw 2.91667vw;
}

@media (max-width: 1200px) {
  #page-content {
    width: 841.25px;
    padding: 23.125px 0 35px;
  }
}

@media (min-width: 1920px) {
  #page-content {
    width: 1346px;
    padding: 37px 0 56px;
  }
}

#form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30.83333vw;
  margin-bottom: 0.9375vw;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  #form-container {
    height: 370px;
    margin-bottom: 11.25px;
  }
}

@media (min-width: 1920px) {
  #form-container {
    height: 592px;
    margin-bottom: 18px;
  }
}

#form-container .delimiter {
  -ms-flex-item-align: center;
      align-self: center;
  height: 85%;
  width: 1px;
  background-color: #ddd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#booking-form,
#company-info {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#booking-form {
  padding: 2.60417vw 5.72917vw 2.08333vw;
}

@media (max-width: 1200px) {
  #booking-form {
    padding: 31.25px 68.75px 25px;
  }
}

@media (min-width: 1920px) {
  #booking-form {
    padding: 50px 110px 40px;
  }
}

#booking-form legend {
  border-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  margin: 0vw auto 1.04167vw;
  font-size: 1.5625vw;
}

@media (max-width: 1200px) {
  #booking-form legend {
    margin: 0 auto 12.5px;
    font-size: 18.75px;
  }
}

@media (min-width: 1920px) {
  #booking-form legend {
    margin: 0 auto 20px;
    font-size: 30px;
  }
}

#booking-form .form-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.45833vw;
}

@media (max-width: 1200px) {
  #booking-form .form-element {
    margin-bottom: 17.5px;
  }
}

@media (min-width: 1920px) {
  #booking-form .form-element {
    margin-bottom: 28px;
  }
}

#booking-form .form-element label {
  font-size: 1.19792vw;
  width: 4.16667vw;
  font-weight: 400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  #booking-form .form-element label {
    font-size: 14.375px;
    width: 50px;
  }
}

@media (min-width: 1920px) {
  #booking-form .form-element label {
    font-size: 23px;
    width: 80px;
  }
}

#booking-form .form-element input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: 100%;
  padding: 0.3125vw 0.625vw;
  height: 3.125vw;
  font-size: 1.19792vw;
  line-height: 2.5vw;
  border: 0;
  background-color: transparent;
}

@media (max-width: 1200px) {
  #booking-form .form-element input {
    padding: 3.75px 7.5px;
    height: 37.5px;
    font-size: 14.375px;
    line-height: 30px;
  }
}

@media (min-width: 1920px) {
  #booking-form .form-element input {
    padding: 6px 12px;
    height: 60px;
    font-size: 23px;
    line-height: 48px;
  }
}

#form-captcha {
  display: none !important;
}

#captcha-img {
  height: 2.60417vw;
}

@media (max-width: 1200px) {
  #captcha-img {
    height: 31.25px;
  }
}

@media (min-width: 1920px) {
  #captcha-img {
    height: 50px;
  }
}

#booking-form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.39583vw;
}

@media (max-width: 1200px) {
  #booking-form .form-actions {
    margin-top: 28.75px;
  }
}

@media (min-width: 1920px) {
  #booking-form .form-actions {
    margin-top: 46px;
  }
}

#booking-form .form-actions button {
  padding: 0.57292vw 2.39583vw;
  font-size: 1.19792vw;
  border-radius: 1.19792vw;
  line-height: 1;
  background-color: #005ea1;
  color: #fff;
  border: 0;
}

@media (max-width: 1200px) {
  #booking-form .form-actions button {
    padding: 6.875px 28.75px;
    font-size: 14.375px;
    border-radius: 14.375px;
  }
}

@media (min-width: 1920px) {
  #booking-form .form-actions button {
    padding: 11px 46px;
    font-size: 23px;
    border-radius: 23px;
  }
}

#booking-form .form-actions button:active {
  background-color: #64b5ee;
}

#company-info {
  padding: 2.60417vw 4.16667vw 3.125vw;
}

@media (max-width: 1200px) {
  #company-info {
    padding: 31.25px 50px 37.5px;
  }
}

@media (min-width: 1920px) {
  #company-info {
    padding: 50px 80px 60px;
  }
}

#company-info .section-title {
  font-size: 1.5625vw;
  margin-bottom: 1.66667vw;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1200px) {
  #company-info .section-title {
    font-size: 18.75px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1920px) {
  #company-info .section-title {
    font-size: 30px;
    margin-bottom: 32px;
  }
}

.company-info-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.19792vw;
  margin-bottom: 0.72917vw;
}

@media (max-width: 1200px) {
  .company-info-detail {
    font-size: 14.375px;
    margin-bottom: 8.75px;
  }
}

@media (min-width: 1920px) {
  .company-info-detail {
    font-size: 23px;
    margin-bottom: 14px;
  }
}

.company-info-detail .company-info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 0.52083vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  .company-info-detail .company-info-icon {
    width: 30px;
    height: 30px;
    margin-right: 6.25px;
  }
}

@media (min-width: 1920px) {
  .company-info-detail .company-info-icon {
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }
}

.company-info-detail .company-info-icon img {
  max-width: 90%;
  max-height: 90%;
}

.company-info-detail .company-info-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 2.5vw;
}

@media (max-width: 1200px) {
  .company-info-detail .company-info-text {
    line-height: 30px;
  }
}

@media (min-width: 1920px) {
  .company-info-detail .company-info-text {
    line-height: 48px;
  }
}

#map-widget-container {
  height: 25.52083vw;
}

@media (max-width: 1200px) {
  #map-widget-container {
    height: 306.25px;
  }
}

@media (min-width: 1920px) {
  #map-widget-container {
    height: 490px;
  }
}

#map-widget {
  height: 100%;
  width: 100%;
}
