@import "../base.css";

.monitor-room.content-pagesub .big-banner img {
  object-position: center;
}

.section-map .location-item iframe {
  width: 100%;
  height: 450px;
}

.section-map .monitor-thumnail {
  width: 50%;
  margin: 0 auto 70px;
  position: relative;
}

.section-map .monitor-thumnail img{
  width: 100%;

}

.section-map .monitor-thumnail .map-link {
  position: absolute;
  cursor: pointer;
  background: transparent;
}

.section-map .monitor-thumnail .map1{
  width: 23%;
  height: 19%;
  top: 28%;
  right: 0;
}
.section-map .monitor-thumnail .map2{
  width: 23%;
  height: 18%;
  top: 7%;
  left: 0;
}
.section-map .monitor-thumnail .map3{
  width: 23%;
  height: 18%;
  top: 2%;
  right: 0;
}
.section-map .monitor-thumnail .map4{
  width: 28%;
  height: 20%;
  top: 77%;
  left: 0;
}
.section-map .monitor-thumnail .map5{
  width: 28%;
  height: 20%;
  top: 45%;
  left: 0;
}


.location-item .widgettitle {
  font-size: 4rem;
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: 15px;
}

.location-item .widget_text {
  margin-bottom: 20px;
}

.location-item .textwidget {
  font-size: 1.8rem;
  color: var(--color-primary);
}

.location-item {
  margin-bottom: 90px;
}

.location-item:last-child {
  margin-bottom: 50px;
}

.section-map .monitor-note p {
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 3rem;
}

@media (max-width: 991px) {
  .section-map .monitor-thumnail{
    width: 100%;
  }
}

@media (max-width: 767px) {

  .location-item{
    margin-bottom: 70px;
  }

  .location-item .widgettitle{
    font-size: 2rem;
    line-height: 1.25;
  }

  .location-item .textwidget p {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .section-map .location-item iframe {
    height: 570px;
  }

  .section-map .monitor-note p {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}