.section-banner-slider {
	position: relative;
}
.section-banner-slider .banner-content {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section-banner-slider .banner-content .container{
	max-width: 1260px;
	margin: auto;
	padding: 30px 30px;
}
.section-banner-slider .banner-slider-wrapper {
	/*position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;*/
}
.section-banner-slider .banner-slider-wrapper .q-section-banner-item {
	height: 640px;
	background-size: cover;
	background-position: center;
}
.section-banner-slider {
	height: 640px;
	overflow: hidden;
}
.section-banner-slider .banner-content .title {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
}