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

      .swiper-slide {
/* 		width: 390px !important;
		margin-right: 19px !important; */
        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 img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
	  .swiper-pagination{
		  text-align: right !important;
	  }
	  .swiper-pagination-bullet{
		  width: 13px !important;
		  height: 13px !important;
		  background: #fff !important;
		  border-radius: 50% !important;
		  margin: 0 4px !important;
		  opacity: 1 !important;
	  }
	  .swiper-pagination-bullet-active{
		  background: #D8393E !important;
	  }
      @media screen and (max-width: 1200px){
        .header{
            width: 1200px !important;
        }
        .w {
            width: 1200px !important;
        }
        .nav {
            width: 1200px !important;
        }
        .ui-cont {
            width: 1200px !important;
        }
        html {
            width: 1200px !important;
        }
        .red {
            width: 1200px !important;
        }
        .footer {
            width: 1200px !important;
        }
      }