.height635 {
  width: 100%;
  background-color: #F5F5F5;
}
.height635 .swiper-wrapper {
  width: 100%;
}
.height635 .swiper-wrapper .swiper-slide {
  background-color: #F5F5F5;
  width: 100%;
  height: 635px;
}

.height1000 {
  width: 100%;
  background-color: #F5F5F5;
}
.height1000 .swiper-wrapper {
  width: 100%;
}
.height1000 .swiper-wrapper .swiper-slide {
  background-color: #F5F5F5;
  width: 100%;
  height: 1000px;
}

.height400 {
  position: static;
  width: 100%;
  padding: 50px 0px 50px 0px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.height400 .swiper-wrapper {
  width: 850px;
}
.height400 .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  width: 550px;
  height: 400px;
  border-radius: 20px;
  font-size: 18px;
}
.height400 .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.height400 .swiper-wrapper .swiper-slide img:hover {
  opacity: 1;
}
.height400 .swiper-wrapper .swiper-slide span {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  padding-left: 16px;
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  transition: 1s ease-in-out;
}

.swiper-button-next {
  width: 60px;
  height: 180px;
  position: absolute;
}
.swiper-button-next::after {
  content: "";
}
.swiper-button-next svg {
  position: absolute;
  left: 20px;
  top: 15px;
}
.swiper-button-next svg path {
  stroke: #c9c9c9;
  stroke-width: 4;
  stroke-linecap: round;
  transition: 0.4s;
  fill: transparent;
}

.swiper-button-prev {
  width: 60px;
  height: 180px;
  position: absolute;
}
.swiper-button-prev::after {
  content: "";
}
.swiper-button-prev svg {
  position: absolute;
  right: 10px;
  top: 15px;
}
.swiper-button-prev svg path {
  stroke: #c9c9c9;
  stroke-width: 4;
  stroke-linecap: round;
  transition: 0.4s;
  fill: transparent;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #979797;
  opacity: 1;
  margin: 0 6px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 30px;
  background: url(../../../assets/img/swipper/swiper_surcle_active.png) no-repeat center/cover;
  border: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}