body {
      /*position: relative;
      height: 100%;*/
    }

    body {
      background: #fff;
      /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
    }


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

    .swiper-slide {
      text-align: left;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

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

    .swiper-pagination-bullet {
      width: 20px!important;
      height: 20px!important;
      text-align: center;
      line-height: 20px;
      font-size: 12px!important;
      color: #000!important;
      opacity: 1;
      background: rgba(0, 0, 0, 0.2);
      margin: 0 15px!important;

    }
	
	.swiper-pagination-bullet-active {
	  background-color: #00529E !important;
	}

/*move swiper pagination on top to image */
    .swiper-pagination {
      position: absolute !important;
      text-align: center !important;
      transition: 300ms opacity!important;
      transform: translate3d(0, 0, 0)!important;
      height: 20px!important;
      z-index: 10!important;
      bottom: 10% !important;
    }









