.page_a.current {
	border-style: none;
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}
.page_a.current:hover {
	background-color: rgba(30,48,111,1);
	color: rgba(0,0,0,1);
}
.page_a:hover {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}
/*-* CUSTOM_STYLESHEET_BEGIN_TAG *-*/:root {
    --swiper-theme-color: #f08519;

}/*-* CUSTOM_STYLESHEET_END_TAG *-*/
.s_button1 {
	color: rgba(51,51,51,1);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: rgba(255,255,255,1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(82,82,82,1);
}
.s_button1:hover {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}