#page-content {
  padding: 5.3333333333vw 5.3333333333vw 4.8vw;
}
@media (min-width: 1920px) {
  #page-content {
    padding: 40px 40px 36px;
  }
}

#swiper {
  overflow: hidden;
}
#swiper .swiper-container {
  position: relative;
}
#swiper .swiper-slide {
  padding: 0vw 2.4vw;
}
@media (min-width: 1920px) {
  #swiper .swiper-slide {
    padding: 0 18px;
  }
}
#swiper .swiper-slide {
  cursor: pointer;
}
#swiper .swiper-poster {
  position: relative;
}
#swiper .swiper-poster img {
  width: 100%;
  display: block;
}
#booking-form {
  border: 1px solid #ccc;
  padding: 0vw 14.6666666667vw 7.3333333333vw;
}
@media (min-width: 1920px) {
  #booking-form {
    padding: 0 110px 55px;
  }
}
#booking-form legend {
  margin: 2.6666666667vw auto;
  font-size: 4vw;
}
@media (min-width: 1920px) {
  #booking-form legend {
    margin: 20px auto;
    font-size: 30px;
  }
}
#booking-form legend {
  border-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
#booking-form .form-element {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 3.7333333333vw;
}
@media (min-width: 1920px) {
  #booking-form .form-element {
    margin-bottom: 28px;
  }
}
#booking-form .form-element label {
  font-weight: 400;
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 3.0666666667vw;
  width: 10.6666666667vw;
}
@media (min-width: 1920px) {
  #booking-form .form-element label {
    font-size: 23px;
    width: 80px;
  }
}
#booking-form .form-element input {
  flex-grow: 1;
  display: block;
  width: 100%;
  border: 0;
  padding: 0.8vw 1.6vw;
  height: 8vw;
  font-size: 3.0666666667vw;
  line-height: 6.4vw;
}
@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: 6.6666666667vw;
}
@media (min-width: 1920px) {
  #captcha-img {
    height: 50px;
  }
}

#booking-form .form-actions {
  display: flex;
  justify-content: center;
  margin-top: 6.1333333333vw;
}
@media (min-width: 1920px) {
  #booking-form .form-actions {
    margin-top: 46px;
  }
}
#booking-form .form-actions button {
  font-size: 23px;
  line-height: 1;
  background-color: #005ea1;
  color: #fff;
  border: 0;
  padding: 1.4666666667vw 6.1333333333vw;
  border-radius: 3.0666666667vw;
}
@media (min-width: 1920px) {
  #booking-form .form-actions button {
    padding: 11px 46px;
    border-radius: 23px;
  }
}
#booking-form .form-actions button:active {
  background-color: #64b5ee;
}

#company-info {
  background-color: #005ea1;
  color: #fff;
  padding: 5.3333333333vw 11.7994100295% 8vw;
}
@media (min-width: 1920px) {
  #company-info {
    padding: 40px 11.7994100295% 60px;
  }
}
#company-info .section-title {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 4.2666666667vw;
}
@media (min-width: 1920px) {
  #company-info .section-title {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
#company-info .section-title {
  line-height: 1.2;
}

.company-info-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.1333333333vw;
  font-size: 3.0666666667vw;
}
@media (min-width: 1920px) {
  .company-info-detail {
    margin-bottom: 16px;
    font-size: 23px;
  }
}
.company-info-detail .company-info-icon {
  display: flex;
  flex-shrink: 0;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
}
@media (min-width: 1920px) {
  .company-info-detail .company-info-icon {
    width: 40px;
    height: 40px;
  }
}
.company-info-detail .company-info-icon img {
  max-width: 4vw;
  max-height: 4vw;
}
@media (min-width: 1920px) {
  .company-info-detail .company-info-icon img {
    max-width: 30px;
    max-height: 30px;
  }
}
.company-info-detail .company-info-text {
  flex-grow: 1;
  line-height: 5.3333333333vw;
}
@media (min-width: 1920px) {
  .company-info-detail .company-info-text {
    line-height: 40px;
  }
}

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

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