.online-showroom {
  position: relative;
  overflow: hidden;
}
.online-showroom .swiper-ul .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.online-showroom .swiper-ul .swiper-wrapper .swiper-slide .box {
  -webkit-transition: 1s;
  transition: 1s;
}
.online-showroom .swiper-ul .swiper-wrapper .swiper-slide .box .pic::after {
  padding-top: 21.1%;
  min-height: 300px;
}
@media screen and (max-width: 992px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .box .pic::after {
    padding-top: 75.6%;
  }
}
@media screen and (max-width: 540px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .box .pic::after {
    padding-top: 100%;
  }
}
.online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern {
  height: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text {
  width: 48%;
  color: black;
}
.online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text h2 {
  text-align: left;
  font-weight: normal;
  padding-bottom: 18px;
  font-size: 48px;
}
.online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text h2 .red {
  color: #c7000b;
}
@media screen and (max-width: 1366px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text h2 {
    font-size: 36px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text h2 {
    text-align: center;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 540px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text h2 {
    font-size: 24px;
  }
}
.online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text p {
  font-size: 16px;
  display: block;
  color: #595757;
}
@media screen and (max-width: 1366px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 540px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text p {
    margin-top: 0;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text .ebg-btn-box .ebg-btn-bg-red-m {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text .ebg-btn-box .ebg-btn-bg-red-m {
    margin-top: 14px;
  }
}
@media screen and (max-width: 540px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text .ebg-btn-box .ebg-btn-bg-red-m {
    margin-top: 2px;
  }
}
@media screen and (max-width: 992px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text {
    width: 80%;
    margin: 10% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text {
    margin: 5% auto 0;
  }
}
@media screen and (max-width: 540px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern .text {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .online-showroom .swiper-ul .swiper-wrapper .swiper-slide .con .cistern {
    display: block;
    text-align: center;
    height: auto;
  }
}
.online-showroom .swiper-ul .swiper-pagination {
  width: auto;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
.online-showroom .swiper-ul .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  margin: 5px;
}
.online-showroom .swiper-ul .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #c7000b;
}
@media screen and (max-width: 540px) {
  .online-showroom .swiper-ul .swiper-pagination {
    bottom: 10px;
  }
}
.online-showroom .swiper-ul .swiper-button-prev,
.online-showroom .swiper-ul .swiper-button-next {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 40px;
  width: auto;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #595757;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
}
.online-showroom .swiper-ul .swiper-button-prev:hover,
.online-showroom .swiper-ul .swiper-button-next:hover {
  color: #c7000b;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1024px) {
  .online-showroom .swiper-ul .swiper-button-prev,
  .online-showroom .swiper-ul .swiper-button-next {
    display: none;
  }
}
@media (max-width: 540px) {
  .online-showroom .ebg-btn-box,
  .online-showroom .ebg-btn-box-block {
    padding-top: 10px;
  }
}
