

 .owl1item{
	background-color: #fff;
	position: relative;
}
 .slideArea {
	 position: absolute;
	 /* padding-top: 25%; */
	 width: 1240px;
	 height: 100%;
	 top: 0px;
	 left: 50%;
	 margin-left: -620px;
 }
 .owl1 .owl-nav {
	 top:0px;
	 left:0px;
	 width:100%;
	 height:0%;
 }
 .owl1 .owl-dots {
	 padding: 30px 0 28px;
	 text-align: center;
	 height: 85px;
	 position: absolute;
	 bottom: 0px;
	 width: 100%;
 }
.owl-dot {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	transition: all ease 0.3s;
	margin: 0px 10px;
	border: 5.5px solid #fff;
}
 .owl-dot.active {
	 background: rgb(36, 115, 153);
	 transition: all ease 0.3s;
	 border: 5.5px solid rgb(255, 255, 255);
 }

 .owl1 .owl-prev{
	 display:block;
	 position: absolute;
	 opacity:0.7;
	 cursor:pointer;
	 width: 48px;
	 height:68px;
	 background: url(img/prev1.png) no-repeat center center;
	 margin-top: -34px;
	 left: 10%;
	 top:50%;
	 overflow: hidden;
	 color: transparent;
	 transition: all ease 0.3s;
 }
 .owl1 .owl-prev:hover{
	 opacity: 1;
	 background: url(img/prev1.png) no-repeat center center;
	 transition: all ease 0.3s;
 }
 .owl1 .owl-next{
	 display:block;
	 position: absolute;
	 opacity:0.7;
	 cursor:pointer;
	 width: 48px;
	 height:68px;
	 background: url(img/next1.png) no-repeat center center;
	 margin-top: -34px;
	 right: 10%;
	 top:50%;
	 overflow: hidden;
	 color: transparent;
	 transition: all ease 0.3s;
 }
 .owl1 .owl-next:hover{
	 opacity: 1;
	 background: url(img/next1.png) no-repeat center center;
	 transition: all ease 0.3s;
 }

 .owl1.owl-carousel .owl-item img{
	 width:100%;
	 height:auto;
 }

.forItemDesc {
	display: block;
	position: absolute;
	top:10%;
	left: 10%;
	width: 90%;
	overflow: hidden;
	bottom: 0%;
	background: transparent;
	color: rgb(255, 255, 255);
	padding: 1.5% 0 1.5% 3.5%;
	font: bold 39px/46px Bebas;
	transition: all ease-in-out 0.3s 0.3s;
	opacity: 0;
}
 .forItemDesc h3{
	 font: bold 62px/62px Bebas;
	 padding: 0px;
	 margin: 0 0 40px 0;
 }
 .owl2item .forItemDesc{
	background: #d6ac02;
}
.owl3item .forItemDesc{
	background: #cbccce;
}





.active .forItemDesc{
	opacity:1;
	bottom: 8%;
	transition: all ease-in-out 0.3s 0.3s;
}
.owl1 .owl1item a, .owl1 .owl1item a:hover{
	color: #fff;
	text-decoration: none;
}

.owl3item .forItemDesc, .owl3item .forItemDesc h3{
	color: #1f203f;
}





#callModal{
	background-color: #fff;
	box-shadow: 0px 0px 30px #999;
	width: 580px;
	padding: 19px 33px 25px;
	text-align: center;
	border: 1px solid #247399;

}
.box-modal_close{
	color: #247399;
	font-size: 21px;
	cursor: pointer;
}
.arModTitle2{
	font: bold 20px/35px Tahoma;
	color: #247399;
}

.arModTitle2 small{
	font: normal 16px/35px Tahoma;
}
.callModCLose {
	width: 45%;
	border-radius: 4px;
	background: url(/images/but1.png) repeat-x;
	color: rgb(255, 255, 255);
	text-align: center;
	font: 16px/34px Tahoma;
	height: 35px;
	border: 0px none;
	cursor: pointer;
	opacity:1;
}
.callModCLose:disabled{
	opacity:0.5;
	cursor:default;
}

#enterCallModal{
	background-color: #fff;
	box-shadow: 0px 0px 30px #999;
	width: 580px;
	padding: 19px 19px 25px;
	text-align: center;
	border: 1px solid #247399;
}
#enterCallModal .arModTitle2{
	font: bold 20px/40px Arial;
	margin-bottom:10px;
}
#enterCallModal .FHitem1 {
	width: 100%;
	padding-left: 0;
	padding-bottom:15px;
}
.classInput{
	width: 100%;
	float: none;
	height:45px;
	font: normal 16px/42px Arial;
	text-align: left;
	background: #eee;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 0 10px;
}
textarea.classInput{
	height: 110px;
	line-height: 19px;
}
#enterCallModal .callModCLose {
	/*margin: 15px auto 0;*/
}
.errorE{
	border: 1px solid red !important;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

 .FHitem1 .label{
	 font: 16px/19px Tahoma;
	 text-align: left;
	 margin-bottom: 8px;
 }
 .FHitem1 .label .req{
	 color:red;
 }


.owl12item{
	background: #fff;
	padding: 40px 30px;
	border:1px solid transparent;
	transition: all ease 0.3s;
}

.owl12item img{
	display: block;
	margin-auto;
	border: 0px none;
	max-width: 100%;
	max-height:100%;
	width:auto;
	height: auto;
}
.owl12item .forItem12{
	color: #1b1b1b;
	font: bold 20px/25px Arial;
	padding: 20px 0;
	display: block;
	text-align: center;
}
.owl12item a, .owl12item a:hover{
	text-decoration: none;
}
.owl12item:hover{
	border:1px solid rgb(0, 216, 107);
	transition: all ease 0.3s;
}

















