.contact-us-page {
  box-sizing: border-box;
  background: #fff;
  overflow-x: hidden;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .contact-us-page .body-content {
    width: 960px;
  }
}
@media (min-width: 1440px) {
  .contact-us-page .body-content {
    width: 1360px;
  }
}
@media (max-width: 768px) {
  .contact-us-page .body-top .title {
    font-size: 24px !important;
  }
  .contact-us-page .body-content {
    padding: 10px 0 !important;
  }
  .contact-us-page #map-container {
    height: 360px !important;
  }
}
.contact-us-page .container-body .body-top {
  position: relative;
}
.contact-us-page .container-body .body-top img {
  width: 100%;
  height: auto;
}
.contact-us-page .container-body .body-content {
  padding: 0.2917rem 0;
  margin-left: auto;
  margin-right: auto;
}
.contact-us-page .container-body .body-content .map {
  width: 100%;
}
.contact-us-page .container-body .body-content .map #map-container {
  height: 3.0469rem;
  min-height: 440px;
  width: 100%;
}
