.banner .banner-next,
.banner .banner-prev{
	width: 54px;
	height: 54px;
	opacity: 1;
	background-size: 100%;
	right: 24px;
	background-image: url('../img/icon01.png');
}

.banner .banner-prev{
	right: auto;
	left: 24px;
	background-image: url('../img/icon02.png');
}

.banner .banner-pag .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background-color: #fff;
	opacity: 1;
}

.banner .banner-pag .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #F70B21;
}

.footer{
	margin-top: 0 !important;
}