.section-4 {
  background-color: #f0f0f0;
}

.section-4__container {
  max-width: 128rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 4rem 0 6rem; 
  /* color: #EBEBEB; */
}

.section-4__heading{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-4__heading::after{
  content: "";
  background-color: #AC0000;
  width: 5rem;
  height: .4rem;
  margin-top: .5rem; 
}



ul.tabs {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 56.25rem) {
  ul.tabs {
    font-size: 1.4rem;
    justify-content: center;
  }
}
@media screen and (max-width: 37.5rem) {
  ul.tabs {
    letter-spacing: -1px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 25rem) {
  ul.tabs {
    justify-content: space-between;
    font-size: 1.2rem;
    gap:0;
  }
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  /* padding: 1rem 1.5rem; */
  cursor: pointer;
  /* font-size: 1.6rem; */
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 37.5rem) {
  ul.tabs li {
    /* font-size: 1.5rem; */
    padding: 0rem;
  }
}
ul.tabs li.current {
  padding-bottom: 0.5rem;
  border-bottom: solid #AC0000 .4rem; 
}

ul.tabs li a {
  font-weight: bold;
  padding: 1rem 0.5rem;
  white-space: nowrap;
}
/* @media screen and (max-width: 37.5rem) {
  ul.tabs li a {
    padding: 1rem 0.5rem;
  }
} */

.tab-content {
  display: none;
  padding-top: 1.5rem; 
  gap: 2rem;
}

.tab-content.current {
  display: inherit;
}





.sj_panorama {}

.sj_panorama .pano_cont {
  position: relative;
  overflow: hidden;
}

.sj_panorama .pano_cont .text_area {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.sj_panorama .pano_cont .text_area h2 {
  color: #fff;
  font-size: 7rem;
}

.sj_panorama .pano_cont .pano_wrap {
  font-size: 0;
  /* display: flex;
  flex-wrap: nowrap; */
}

.sj_panorama .pano_cont .pano_wrap .list {
  display: inline-block;
  white-space: nowrap;
}

.sj_panorama .pano_cont .pano_wrap .list:after {
  clear: both;
  display: block;
  content: '';
}

.sj_panorama .pano_cont .pano_wrap .list li {
  display: inline-block;
  width: 40.5rem;
}

.sj_panorama .pano_cont .pano_wrap .list li img{
  width: 40rem;
}

.sj_panorama .pano_cont .pano_wrap .list li figure {}

.sj_panorama .controls {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 30;
  color: #fff;
}

.sj_panorama .controls a {
  font-size: 4rem;
}

.sj_panorama .controls a i {
  position: absolute;
  right: 0;
  top: 0;
}

.sj_panorama .controls a i em {
  display: inline-block;
  text-indent: -99999.9rem;
  color: transparent;
}

.sj_panorama .controls a:hover,
.sj_panorama .controls a:focus {
  text-decoration: none;
}

.sj_panorama .controls a.active .play {
  visibility: hidden;
  opacity: 0;
}

.sj_panorama .controls a .play {
  visibility: visible;
  opacity: 1;
}

.sj_panorama .controls a .pause {
  visibility: hidden;
  opacity: 0;
}

.sj_panorama .controls a.active .pause {
  visibility: visible;
  opacity: 1;
}




.swiper {
  /* display:none */
  width: 60%;
  height: 60%;
}
@media screen and (max-width: 75rem) {
  .swiper {
    width: 60rem;
  }
}
@media screen and (max-width: 37.5rem) {
  .swiper {
    width: 100%;
  }
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide span{
  position: absolute;
  background-color: rgba(255,255,255,0.7);
  right: 1rem;
  top: 1rem;
  font-size: 1.4rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, 0.5);cursor: pointer;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next, .swiper-button-prev{
  color: white !important;
}
/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom,
.swiper-pagination-fraction{
  width: calc(100% - 20rem) !important;

} */