.gridbox-outer.grid-sp20 {
  margin-left: -10px;
  margin-right: -10px;
}
.gridbox-outer.grid-sp20 > div {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gridbox-outer .col-6.mb-4 {
  margin-bottom: 30px !important;
}
.event-search {
  position: relative;
}
.event-search .form-control {
  padding-right: 40px;
}
.event-search svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.list-gridbox {
  height: 100%;
  background: #ffffff;
  position: relative;
  margin-bottom: 70px;
}
.img-gridbox {
  height: 329px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.img-gridbox .imagesbox-inner {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;
  align-items: center;
  justify-content: center;
  min-height: 329px;
  max-height: 329px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background-size: cover !important;
}
.list-gridbox:hover .img-gridbox .imagesbox-inner {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.29);
  transform: scale(1.04);
  transition: all 0.5s;
}
.img-gridbox img {
  max-width: 100%;
  display: inline-block;
}
.list-content {
  margin-left: 80px;
}
.list-content .list-hd a {
  display: block;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.67px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 5px;
  min-height: 45px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.list-content .list-hd a:hover {
  color: #da291c;
}
.list-content .list-date {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #3b3b3b;
  font-weight: bold;
  opacity: 0.7;
  margin-bottom: 10px;
}
.link-type2.read-more {
  padding-left: 0;
}
.interactive-map-icon {
  right: 15px;
}

@media (max-width: 1199px) {
  .img-gridbox {
    height: 300px;
  }
  .img-gridbox .imagesbox-inner {
    min-height: 300px;
    max-height: 300px;
  }
  .list-content {
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .list-gridbox {
    margin-bottom: 45px;
  }
  .img-gridbox {
    height: 300px;
  }
  .img-gridbox .imagesbox-inner {
    min-height: 300px;
    max-height: 300px;
  }
  .list-content {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .img-gridbox {
    height: 220px;
    margin-bottom: 20px;
  }
  .img-gridbox .imagesbox-inner {
    min-height: 220px;
    max-height: 220px;
  }
  .row.gridbox-outer {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.gridbox-outer .col-6 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.gridbox-outer .col-6.mb-4 {
    margin-bottom: 14px !important;
  }

  .cms-text2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .row.gridbox-outer .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list-content .list-hd a {
    min-height: 1px;
    margin-bottom: 15px;
  }
  .list-content .list-date {
    min-height: 1px;
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
}
