@charset "utf-8";
#slider {
  width: 100%;
  height: 580px;
}

.operations-box .heading-box {
  margin: 70px 0 40px;
  text-align: center;
}
.operations-box ul {
  overflow: hidden;
}
.operations-box ul li {
  float: left;
  width: 240px;
}
.operations-box .title-box {
  padding: 16px;
  background-color: #22a8e8;
  color: #fff;
  height: 100px;
}
.operations-box ul li:nth-child(2n) .title-box {
  background-color: #237ce8;
}
.operations-box .title-box p {
  margin-top: 10px;
}

.accessmap-box {
  margin-top: 100px;
}

.google-maps {
  position: relative;
  height: 0;
  height: 370px;
}
.google-maps iframe {
  width: 100% !important;
}

/*# sourceMappingURL=top.css.map */
