.section_homeslider_wr .slick-initialized .slider_item,
.section_homeslider_wr .slider_slick_wr:not(.slick-initialized){
	height: 530px!important;
}
.section_homeslider_wr .slider_item{
	height:auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.section_homeslider_wr .slider_item>.container{
	z-index: 10;
}

.slider_item:after{
	content: '';
	display: block;
	position: absolute;
	left:0;
	right:0;
	bottom: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0.42%, rgba(217, 217, 217, 0.00) 148.79%);
	z-index: 2;
}
.section_homeslider_wr .banner_hd{
	font-size: 40px;
}
.section_homeslider_wr .banner_sub_hd{
	font-size: 21px;
	font-weight: 400;
}
.banner_icon_icon{
	flex: 0 0 54px;
	width: 54px;
}
.banner_icon_des{
	flex: 0 0 calc(100% - 74px);
	width: calc(100% - 74px);
}

@media (min-width: 1200px){
	.section_homeslider_wr .slider_slick_wr:not(.slick-initialized),
	.section_homeslider_wr .slick-initialized .slider_item{
		height:calc(100vh - 100px)!important;
		min-height: 785px;
	}
	.section_homeslider_wr .slider_item{
		height:calc(100vh - 100px);
		min-height: 785px;
	}
	.banner_icons_wr{
		margin-top: 80px;
	}
	.section_homeslider_wr .banner_hd{
		font-size: 70px;
		max-width: 510px;
	}
	.section_homeslider_wr .banner_sub_hd{
		font-size: 32px;
		max-width: 510px;
	}
}