.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  text-align: center;
  line-height: 20px;
  font-size: 0px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0px; }

.swiper-pagination-bullet-active {
  color: #2D9CDB;
  background: #2D9CDB; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 15px;
  left: 0;
  width: 100%; }

@media screen and (min-width: 736px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%; }

  .swiper-pagination-bullet {
    width: 80px;
    height: 5px;
    text-align: center;
    line-height: 20px;
    font-size: 0px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0px; }

  .swiper-pagination-bullet-active {
    color: #2D9CDB;
    background: #2D9CDB; } }

/*# sourceMappingURL=mh_slider.css.map */