	.ecustom-product {}
	
	.ecustom-well {
		margin-top: 15px;
		border-radius: 0px;
		padding: 15px;
	}
	
	.ecustom-well h5 {
		font-weight: bold;
	}
	
	.ecustom-well>hr {
		margin-top: 10px;
		margin-bottom: 20px;
		border: 0;
		border-top: 1px ridge #c5bdbd;
	}
	
	.ecustom-well .ecusom-form hr {
		margin-top: 10px;
		margin-bottom: 20px;
		border: 0;
		border-top: 1px ridge #473089;
	}
	
	.ecusom-form .control-label {
		padding-top: 0px;
		margin-bottom: 0;
		text-align: left;
		font-weight: 500;
	}
	
	.ecustom-product-item a {
		color: #54534A;
		padding-top: 20px;
		padding-bottom: 20px;
		display: block;
	}
	
	.ecustom-product-item a:hover {
		color: #473089;
		text-decoration: none;
	}
	
	.ecustom-product-title1 {
		font-size: 28px;
		padding: 20px 0px;
	}
	
	.ecustom-product-title2 {
		font-size: 24px;
		color: #333333;
		padding: 0 0 20px 25px;
	}
	
	.ecustom-product-con-p {
		padding: 0 0 20px 25px;
		line-height: 35px;
		text-indent:25px;
	}
	.ecustom-row-product-con ul li{
		line-height: 35px;
	}
	.ecustom-product-video{
		padding: 75px 5% 100px;
		
	}
	.ecustom-des p{
		line-height: 25px;
		text-indent:25px;
	}
	.ecustom-product-con-img {
		width: 100%;
		text-align: right;
	}
	
	.ecustom-product-con-img img {
		border-top-right-radius:25px
	}
	.ecustom-row-product-con{
		
		margin-top: 100px;
	}
	.ecustom-form-inline .col-md-12 {
		padding-top: 10px;
	}
	.ecustom-form-inline .col-md-12 .form-group {
		padding-right: 10px;
		width: 33%;
	}
	.ecustom-form-inline .col-md-12 .form-group .form-control{
		width: 100%;
		margin-top: 15px;
	}	.ecustom-form-inline .col-md-12 .form-group input.form-control{
		height: 40px;
		line-height: 38px;
	}
	@media(max-width: 768px) {
		.ecustom-form-inline .col-md-12 .form-group {
			padding-right: 10px;
			width: 100%;
		}
		.col-sm-8{
			padding-top:30px;
		}
		.col-sm-6{
			padding-top:30px;
		}
		.ecustom-product-video{
			padding: 20px 0px;
		}
	}
	
.ecustom-product-param{
	display: none;
}
.section-full-width-landing{
	padding: 100px 80px;
	background: #7288c4;
	color: #fff;
}
.section-full-width-landing h3 {
	text-align: center;
	font-weight: normal;
	font-size: 36px;
	padding: 0 0 25px 0;
}
.section-full-width-landing p {
	font-size: 18px;
	line-height: 28px;
	text-indent: 25px;
}