﻿@charset "utf-8";
/* CSS Document */


.swiper-container1 {
	margin-top: 50px;
}

.swiper-container1 .swiper-slide img {
	width: 1200px;
	height: 800px;
}

.swiper-container1 .swiper-slide {
	width: 1200px;
	height: 800px;
}

.swiper-container1 .swiper-slide a {
	transition: 0.2s;
}

.swiper-container1 .swiper-slide a:hover {
	opacity: .9;
}

.swiper-container1 .swiper-pagination {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.swiper-container1 .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #02328d;
}

.swiper-container1 .swiper-button-prev {
	width: 50%;
	height: 800px;
	left: -450px;
	top: 0;
	background: none;
	border-radius: 5px;
	margin-top: 0;
	z-index: 99;
	transition: 0.2s;
}

.swiper-container1 .swiper-button-prev:before {
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/slide_prev.png) rgba(0,0,0,0.5);
    left: 87%;
    top: 60%;

	background-size: 75%;
	background-position: center;
	border-radius: 25px;
}


.swiper-container1 .swiper-button-next {
	width: 50%;
	height: 800px;
	right: -450px;
	top: 0;
	background: none;
	border-radius: 5px;
	margin-top: 0;
	z-index: 99;
	transition: 0.2s;
}

.swiper-container1 .swiper-button-next:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../images/slide_next.png) rgba(0,0,0,0.5);
	right: 87%;
	top: 60%;
	border-radius: 25px;
	background-size: 75%;
	background-position: center;
}

.swiper-container1 .swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.9;
}

.sec12  .swiper-pagination-bullet{
	width: 16px ;
    height: 8px !important;
    border-radius: 4px !important;
    margin: 0 12px 0 0 !important;
	 background: #a2a2a2;
}

.sec12  .swiper-pagination{
	left: calc( 50% - 72px) !important;
	bottom: 15px !important;
	z-index: 999;

}
.sec12 .swiper-pagination-bullet-active{
	width: 24px ;
	background: #000;
}