.swiper-slide {
  /* 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;
}
.mySwiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mySwiper .swiper-slide {
  overflow: hidden;
  justify-content: flex-end;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-slide img {
  width: 1920px;
  display: block;
  position: relative;
  z-index: 1;
}
.mySwiper .image_1{
    width: 50%;
    position: absolute;
    z-index: 10;
    top: 23%;
    left: 5%;
}
.mySwiper .image_1 img{
    width: 100%;
    display: block;
}
.mySwiper .image_2{
    width: 60%;
    position: absolute;
    z-index: 10;
    top: 17%;
    left: 15%;
                
}
.mySwiper .image_2 img{
    width: 100%;
     display: block;
}
@media (max-width: 760px) {
  .mySwiper .swiper-slide {
    justify-content: center;
  }
  .mySwiper .swiper-slide img {
    width: 100%;
  }
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
  .mySwiper .image_1{
    width: 75%;
    position: absolute;
    z-index: 10;
    top: 28%;
    left: 0;
}
.mySwiper .image_2{
    width: 80%;
    position: absolute;
    z-index: 10;
    top: 20%;
    left: 15%;
                
}
}
.swiper-pagination {
  width: 85%!important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: 100px!important;
}
.swiper-pagination-bullet {
  width: 60px!important;
  height: 12px!important;
  background: white!important;
  opacity: 1!important;
  border-radius: 0!important;
  margin: 0!important;
}
.swiper-pagination-bullet-active {
  width: 60px!important;
  height: 12px!important;
  opacity: 1!important;
  border-radius: 0!important;
  background: #fd7d00 !important;
}
.swiper-pagination-bullet:nth-child(1) {
  border-top-left-radius: 20px!important;
  border-bottom-left-radius: 20px!important;
}
.swiper-pagination-bullet:nth-last-child(1) {
  border-top-right-radius: 20px!important;
  border-bottom-right-radius: 20px!important;
}
@media (max-width: 760px) {
  .swiper-pagination {
    justify-content: flex-start;
    margin-left: 10%;
    bottom: 50px!important;
  }
  .swiper-pagination-bullet {
    width: 30px!important;
    height: 6px!important;
  }
  .swiper-pagination-bullet-active {
    width: 30px!important;
    height: 6px!important;
  }
}
.mySwiper2 {
  width: calc(100% - 120px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mySwiper2 .swiper-slide .image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.mySwiper2 .swiper-slide .image img {
  width: 100%;
  transition: 500ms;
  display: block;
}
.mySwiper2 .swiper-slide .image:hover img {
  transform: scale(1.1);
}
.mySwiper2 .swiper-slide .img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.mySwiper2 .swiper-slide .img img {
  width: 40px;
}
@media (max-width: 760px) {
  .mySwiper2 {
    width: calc(100% - 70px);
  }
  .mySwiper2 .swiper-slide .img {
    margin-top: -15px;
    margin-left: -15px;
  }
  .mySwiper2 .swiper-slide .img img {
    width: 30px;
  }
}
