
#banner {
				width: 100%;
				overflow: hidden;
				 position:relative;
		}
		#banner .sections,#banner .section {
			height:100%;
		}
		#banner,#banner .sections {
			position: relative;
		}
		#banner .section {
			background-color: #000;
			background-size: cover;
			background-position: 50% 50%;
			text-align: center;
			color: white;
		}
		#section0 .img,#section1 .img,#section2 .img,#section3 .img,#section4 .img{ width:100%;}
		#section0 .img img,#section1 .img img,#section2 .img img,#section3 .img img,#section4 .img img{ width:100%;}



#banner .pages li {
	list-style-type: none;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: white
}
#banner .pages li:hover {
	background-color:white;
	box-shadow: 0 0 5px 2px white
}

#banner .pages li.active {
	background-color: orange;
	box-shadow: 0 0 5px 2px orange
}

#banner .pages {
	position: absolute;
	z-index: 999
}
#banner .pages.horizontal {
	left: 50%;
	transform: translateX(-50%);
	bottom: 5px
}
#banner .pages.horizontal li {
	display: inline-block;
	margin-right: 10px
}
#banner .pages.horizontal li:last-child {
	margin-right: 0
}
#banner .pages.vertical {
	right: 5px;
	top: 50%;
	transform: translateY(-50%)
}
#banner .pages.vertical li {
	margin-bottom: 10px
}
#banner .pages.vertical li:last-child {
	margin-bottom: 0
}




#cooperation {
				 position:relative;
		}
		#cooperation .sections,#cooperation .section {
			height:100%;
		}
		#cooperationr,#cooperation .sections {
			position: relative;
		}
		#cooperation .section {
			background-size: cover;
			background-position: 50% 50%;
			text-align: center;
			color: white;
		}
		
#cooperation .arrow_left{ position:absolute; left:0; top:190px; width:50px; height:50px; border-radius:30px; text-align:center;}
#cooperation .arrow_left img{ margin-top:2px;}
#cooperation .arrow_right{ position:absolute; right:0; top:190px; width:50px; height:50px; border-radius:30px; text-align:center;}
#cooperation .arrow_right img{ margin-top:2px;}
#cooperation .arrow_left:hover{ background-color:#f0f0f0;}

#cooperation .pages li {
	list-style-type: none;
	width: 10px;
	height: 10px;
	border-radius: 10px;
    border:1px #692a1f solid;
}
#cooperation .pages li:hover {
		box-shadow: 0 0 5px 2px #692a1f;

}

#cooperation .pages li.active {
	background-color: #692a1f;
}

#cooperation .pages {
	position: absolute;
	z-index: 999
}
#cooperation .pages.horizontal {
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px
}
#cooperation .pages.horizontal li {
	display: inline-block;
	margin-right: 10px
}
#cooperation .pages.horizontal li:last-child {
	margin-right: 0
}
#cooperation .pages.vertical {
	right: 5px;
	top: 50%;
	transform: translateY(-50%)
}
#cooperation .pages.vertical li {
	margin-bottom: 10px
}
#cooperation .pages.vertical li:last-child {
	margin-bottom: 0
}



