#list-pra { overflow: hidden;}
#list-pra .swiper-wrapper {}
#list-pra .swiper-wrapper .swiper-slide {
  text-align: left;
  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; width: 11.70%;/*13.48%;*/
}
#list-pra .swiper-wrapper .swiper-slide .list-pra { width: 100%;}
#list-pra .swiper-wrapper .swiper-slide .list-pra .pra-area { width: 100%;}

#list-people { overflow: hidden;}
#list-people .swiper-wrapper {}
#list-people .swiper-wrapper .swiper-slide {
  text-align: left;
  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; width: 11.70%;/*13.48%;*/
}
#list-people .swiper-wrapper .swiper-slide .list-people { width: 100%;}
#list-people .swiper-wrapper .swiper-slide .list-people .people-area { width: 100%;}

.btn-control { position: relative; }
.btn-control .btn-left { position: absolute; left:-5px;top:-195px;z-index:1; }
.btn-control .btn-right { position: absolute; right:-5px;top:-195px;z-index:1; }

.btn-control2 { position: relative; }
.btn-control2 .btn-left { position: absolute; left:-5px;top:-145px;z-index:1; }
.btn-control2 .btn-right { position: absolute; right:-5px;top:-145px;z-index:1; }

@media screen and (max-width:768px) {
  .swiper-pra > .swiper-wrapper > *  { width:24% !important }
  .swiper-people > .swiper-wrapper > *  { width:24% !important }
  .swiper-people > .swiper-wrapper .list-people .people-area > .img { height: auto !important;}
}
@media screen and (max-width:420px) {
  .swiper-pra > .swiper-wrapper > *  { width:31.5% !important }
  .swiper-pra > .swiper-wrapper .list-pra .pra-area > .img { height: auto !important; padding: 10px 10px 0 10px;}
  .swiper-people > .swiper-wrapper > *  { width:31.5% !important }

}
