.content-slide-father {
	
	width: 100%;
	display: block;
	padding: 0;
	overflow: hidden;
	
}
.content-slide-father-child {
	
	display: flex;
	width: 1160%;
	
}
.content-slide-father-child-2 {
	
	display: flex;
	width: 1180%;
	
}
.content-slide-child {
	display: block;
	width: 20%;
}
.slide-button {
	position: absolute;
	display: inline-block;
	background-color: #000000;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	font-style: normal !important;
	font-weight: bold;
	top: 50%;
	transform: translateY(-50%);
}
.slide-button  i {
	font-style: normal;
}
.slide-button-l {
	left: 0px;
}
.slide-button-r {
	right: 0px;
}