.swiper-container {
    width: 100%;
	max-height: 520px;
	background: grey;
}
.header{
    width: 100%;
    margin-top: 0px;
}
.swiper-slide img{
    width: 100%;
}
.swiper-pagination-bullet{
	background: rgb(2, 44, 67);
}
.swiper-pagination-bullet-active{
    background: #ffd700;
}
.swiper-button{
    color: #ffd700;
	text-align: center;
	font-size: 20px;
}
.swiper-button i{
	margin-top: 22px;
}
.swiper-button-prev{
	left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.swiper-button-next{
	right: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.swiper-button-prev:hover{
	transform: scale(1.2);
}
.swiper-button-next:hover{
	transform: scale(1.2);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none; 
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}