.swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  margin: 0px 2px;
  background: #9b9b9b;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  background: #26ced1;
}
#common-home .swiper-viewport {
  box-shadow: none;
  border: none;
  margin-top: 1px;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
#common-home .swiper-pagination.slideshow0{
  transform: rotate(90deg);
  text-align: right;
  bottom:100px;
  width:200px;
  right:-80px;
  left:unset;
  top:unset;
}
