.bg-main {
	background-image: url('/img/main_bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	background-position: top right;
}
img {
	max-width: 100%;
}
.slider .slider-outer{
	border-bottom: none;
}
.slider .slider-outer .slider-left {
	background: #00385c80;
	height: 350px;
	padding-top: 60px;
}
.slider .item .slider-left .slogan {
	margin: 0 0 10px 40px;
	display: inline-block;
	padding: 0 20px;
	color: #fff;
	text-transform: none;
	border-bottom: none;
	line-height: 1.3;
	background-color: #345167;
}
.slider .item .slider-left .text {
	margin-right: 30px
}
.slider .item .slider-left .text ul {
	margin-top: 30px;
}
.slider .item .slider-left .text ul li::before {
	margin: 0 10px 0 0;
color: #fff;
}
.slider .item .slider-left .text ul li::after {
	
}
.slider .item .slider-left .text ul li {
	color: #fff;
	
	
	font-size: 20px;
	display: block;
	width: 100%;
	background: #00385c80; 
	background: rgba(0, 56, 92, 0.8);
	padding: 0 15px;
	margin-bottom: 5px;
}



/*==========  Desktop First  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.slider .slider-outer .slider-left {
		padding-top: 30px;		
	}
	
}
	
	/**/


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.slider .item .slider-left .text ul li {
		margin-left: 40px;
	}
	.bg-main {
		height: 310px;
	}
	.slider .slider-outer .slider-left {
		height: 310px;
	}
	
	
		
}
	


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.bg-main,
	.slider .slider-outer .slider-left {
		height: 280px;
	}
	.slider .item .slider-left .slogan {
		font-size: 16px;		
	}
	.slider .item .slider-left .slogan {
		margin: 0 0 10px 20px;
		padding: 3px 20px;
	}
	.slider .item .slider-left .text,
	.slider .item .slider-left .text ul {
		margin-top: 0px;
	}
	.slider .item .slider-left .text ul li {
		font-size: 16px;
		margin-left: 20px;
	}
	.why {
		margin-top: 20px;
	}
}
	


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	/**/
	.bg-main { 
		background-position: top right -350px		
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px)
	/**/