.containerPSlider {
  max-width: 1400px;
  width: 100%;
}
.slide-container {
  margin: 0 1px;
  overflow: hidden;
}
.swiper-navBtn {
  color: #f26822;
  height: 250px;
  width: 35px;
  transform: translateY(-50%);
  background: rgb(223, 223, 223);
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 30px;
}
.swiper-pagination-bullet {
  background-color: rgb(68 66 64);
  width: 20px;
  height: 20px;
}
.swiper-pagination-bullet-active{
    background-color: rgb(206, 123, 21);
}
@media screen and (max-width: 767px) {
  .swiper-navBtn {
    display:none;
  }
  .swiper-pagination{
    display:none;
  }
}
.swiper-slide{
    height:100%;
}
