@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "SF-Pro";
	src: url(font/SF-Pro-Text-Regular.otf);
}
@font-face {
	font-family: "SF-Pro-Bold";
	src: url(font/SF-Pro-Text-Bold.otf);
}

html{
	height:100%;
	width:100%;
}
body{
	font-family: 'SF-Pro', sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	font-weight:300;
	color:#000;
	padding:0px;
	overflow-y:scroll;
}
input, textarea{
	font-family: 'SF-Pro', sans-serif;
	font-size:15px;
	color:#231f20;
	-webkit-appearance:none;
}
td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#000;
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a.noanimation{
	color:#000;
	-o-transition:color .0s ease-out, background 0.0s ease-in;
	-ms-transition:color .0s ease-out, background 0.0s ease-in;
	-moz-transition:color .0s ease-out, background 0.0s ease-in;
	-webkit-transition:color .0s ease-out, background 0.0s ease-in;
	transition:color .0s ease-out, background 0.0s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a:hover, a.a_active{
	color:#666;
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#6d6e71;opacity:1; }
::-moz-placeholder { color:#6d6e71;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#6d6e71;opacity:1; } /* ie */
input:-moz-placeholder { color:#6d6e71;opacity:1; }
:focus::-webkit-input-placeholder { color:#999;opacity:0; }
:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input:focus:-moz-placeholder { color:#999;opacity:0; }

.animation{
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
.animationcolor{
	-o-transition:color .2s ease-out, background 0s linear;
	-ms-transition:color .2s ease-out, background 0s linear;
	-moz-transition:color .2s ease-out, background 0s linear;
	-webkit-transition:color .2s ease-out, background 0s linear;
	transition:color .2s ease-out, background 0s linear;
}
.animationall{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.verticalmiddle, .vm{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.verticalbottom, .vb{
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.horizontalcenter{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.error{
	color:#f00;
	font-size:12px;
}
.txtsearch::-webkit-input-placeholder { color:#999;opacity:1; }
.txtsearch::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
.txtsearch:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input.txtsearch:-moz-placeholder { color:#999;opacity:1; }
.headerfixed .txtsearch::-webkit-input-placeholder { color:#a7a9ac;opacity:1; }
.headerfixed .txtsearch::-moz-placeholder { color:#a7a9ac;opacity:1; } /* firefox 19+ */
.headerfixed .txtsearch:-ms-input-placeholder { color:#a7a9ac;opacity:1; } /* ie */
input.headerfixed .txtsearch:-moz-placeholder { color:#a7a9ac;opacity:1; }
.txtsearch:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.txtsearch:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.txtsearch:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.txtsearch:focus:-moz-placeholder { color:#999;opacity:0; }
.colorwhite::-webkit-input-placeholder { color:#fff;opacity:1; }
.colorwhite::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.colorwhite:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.colorwhite:-moz-placeholder { color:#fff;opacity:1; }
.colorwhite:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.colorwhite:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.colorwhite:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.colorwhite:focus:-moz-placeholder { color:#999;opacity:0; }
.form_input2::-webkit-input-placeholder { color:#fff;opacity:1; }
.form_input2::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.form_input2:-moz-placeholder { color:#fff;opacity:1; }

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track-piece:start {
    background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-track-piece:end {
    background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-track {
	background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
	/*border-radius: 6px;*/
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.45);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,.47);
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
    /*border-radius: 6px;*/
    width: 6px;
}

.borderradius3{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.borderradius5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.borderradius10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.borderradius15{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.leftborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.rightborderrad5{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.topborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.bottomborderrad5{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.borderradius5left{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius:5px;
}
.borderradius5right{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.borderradius10top{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.borderradius10bottom{
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius10left{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10right{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius15top{
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.borderradius15topleft{
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}
.borderradius15topright{
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}
.borderradius15bottomleft{
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.borderradius15bottomright{
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}
.borderradius10bottomleft{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10bottomright{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius25{
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
.borderradius100percent{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.img_div_outer{
	width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
	cursor: pointer;
}
.hoverscale1_05:hover{
	-ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.hoverscale1_1:hover{
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.posrel{
	position:relative;
}
.posrel100{
	position:relative;
	width:100%;
}
.posabs{
	position:absolute;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.displaym, .menudisplaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .displaym640, .displaym775, .displaym800, .displaym850, .displaym1000, .displaym1120{
	display:none;
}
.popupindex{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:-260px;
	left:50%;
	width:710px;
	height:calc(100vh - 210px);
	background:url(images/bg.jpg) repeat;
	color:#333;	
	margin-left:-355px;
	font-size:15px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupindex2{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:calc((50vh - 55px) * -1);
	left:50%;
	width:600px;
	height:calc(100vh - 110px);
	background:#fff;
	color:#333;	
	margin-left:-300px;
	font-size:16px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupheight{
	max-height:400px;
	overflow-y:auto;
}
.framecontactdownload{
	height:calc(100vh - 200px);
}
.popuppad{
	padding:35px 50px;
}
.popuppad2{
	padding:45px 0px;
}
#popup_title{
	font-size:27px;
	font-family: 'SF-Pro', sans-serif;
	padding-bottom:27px;
	line-height:35px;
}
#popup_description{
	line-height:27px;
}
.popup_height{
	overflow-y:auto;
	height:calc(100vh - 325px);
	padding-right:30px;
}
.td_popup1{
	width:45%;
	padding-right:5%;
}
.popup_closediv{
	padding-bottom:20px;
	text-align:right;
}
.popup_closediv img{
	cursor:pointer;
}
#menuslidebackpart,#menuslidebackpart2,#menuslidebackpart_qb,#menuslidebackpart_qb2{
	position:fixed;	
	z-index:9999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	display:none;
}
.container{
	min-width:280px;
	max-width:1100px;
	padding:0px 20px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1200px;
	padding:0px 20px;
	margin:0px auto;
}
.container1280{
	min-width:280px;
	max-width:1280px;
	/*min-width:1200px;
	max-width:1280px;*/
	padding:0px 20px;
	margin:0px auto;
}
.containerpadding{
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.containerpadding35{
	margin:0px auto;
	padding-left:35px;
	padding-right:35px;
}
.marginfit15px{
	margin-left:-15px;
	margin-right:-15px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfitleft30px{
	margin-left:-30px;
}
.marginfitleft35px{
	margin-left:-35px;
}
.fullwidth{
	width:100%;
}
.header{
	height:100px;
	position:fixed;
	z-index:9000;
	width:100%;
	background:none;
	color:#fff;
	/*box-shadow:0px 0px 10px rgba(0,0,0,0.2);*/
}
	.header.menufixed{
		background:rgba(255,255,255,1);
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	}
.headersep{
	height:99px;
}
.headerpad{
	padding-top:44px;
}
.tableheader .tdheader{
	vertical-align:middle;
	height:100px;
}
.tableheader .tdheader1{
	width:185px;
	padding-right:10px;
}
.tableheader .tdheader2{
}
.tableheader .tdheader3{
	width:185px;
	padding-right:10px;
	
}
.tableheader .tdheader4{
	width:155px;
	padding-right:10px;
	
}
.tableheader .tdheader5{
	width:55px;
	text-align:right;
	
}
.lang_t img{
	vertical-align:middle;
}
.lang_t{
	display:inline-block;
	margin-left:3px;
	color:#939598;
	vertical-align:middle;
}
	.lang_t2{
		display:inline-block;
		margin-left:3px;
		color:#fff;
	}
	.lang_t img{
		filter: invert(1);
	}
	.menufixed .lang_t img{
		filter: invert(0);
	}
ul.sf-menu .lang_t_img1{
	margin-right:5px;
	max-height:30px;
}
	ul.sf-menu .lang_t_img1m{
		width:30px;
		margin-right:5px;
	}
ul.sf-menu .lang_t_img2{
	margin-left:2px;
}
ul.sf-menu .lang_t_t1{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	color:#fff;
}
	.menufixed ul.sf-menu .lang_t_t1{
		color:#000;
	}
ul.sf-menu .headerddmenu{
	width:200px;
	height:37px;
	background:#fff;
	border-bottom:1px solid #bbb;
	text-align:left;
	padding:0px 10px;
	color:#333;
	font-size:13px;
	font-weight:normal;
}
	ul.sf-menu .headerddmenu:hover{
		color:#666;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
		height:37px;
	}
ul.sf-menu .menupoplang{
	padding-top:8px;
}
.logo img{
	max-height:40px;
}
.logo_f img{
	max-height:40px;
}
.logo_f{
	display:none;
}
	.menufixed .logo_d{
		display:none;
	}
	.menufixed .logo_f{
		display:block;
	}
.headersocmed{
	display:inline-block;
	vertical-align:middle;
}	
	.headersocmed img{
		margin-right:10px;
		vertical-align:middle;
	}
	.headersocmed a.a_headersocmed:last-child img{
		margin-right:0px;
	}
	.menufixed .a_headersocmed img{
		filter: invert(1);
	}
.headercontactbtn{
	width: 135px;
	height: 43px;
	border-radius: 5px;
	border: solid 1px #ffffff;
  
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	text-align:center;
}
.headercontactbtn img{
	vertical-align:middle;
}
.headercontactbtntext{
	font-size:16px;
	margin-left:12px;
	vertical-align:middle;
}
	.headercontactbtn:hover{
		background:#fff;
		color:#000;
	}
	.menufixed .headercontactbtn{
		background-image: linear-gradient(to top, #2158ba, #12a7de);
	}
.searchinlineblock{
	display:inline-block;
	vertical-align:middle;
}
.tdheader3getinq{
	margin-right:22px;
}
	.tdheader3getinq a{
		text-decoration:underline;
	}
.header_search_box{
	width:95px;
	background:none;
	border:1px solid #dee0e1;
	padding-left:13px;
	height:36px;
	display:inline-block;
	vertical-align:top;
}
.search_input{
	width:50px;
	height:36px;
	border:0px;
	background:none;
	font-size:13px;
	color:#666;
}
.search_img{
	position:relative;
	top:8px;
}
.searchinlineblocksearch{
	margin-left:25px;
}
.searchbtn{
	position:relative;
	top:4px;
}
.menupoint{
	margin-right:30px;
}
a.a_menupoint{
	color:#fff;
}
	a.a_menupoint:hover{
		color:#f1f2f3;
	}
	.menufixed a.a_menupoint{
		color:#000;
	}
	.menufixed a.a_menupoint:hover{
		color:#333;
	}
.a_menupoint:last-child .menupoint{
	margin-right:0px;
}

.page_title0, .pagetitle0{
	font-size:35px;
}
	.page_title0b, .pagetitle0b{
		font-size:35px;
		line-height:45px;
		font-family: "SF-Pro-Bold";
	}
.page_title1, .pagetitle1{
		font-size:27px;
		line-height:37px;
		font-family: "SF-Pro-Bold";
	}
.page_title2, .pagetitle2{
	font-size:28px;
	line-height:38px;
}
	.page_title2b, .pagetitle2b{
		font-size:28px;
		line-height:38px;
		font-family: "SF-Pro-Bold";
	}
	.page_title2l, .pagetitle2l{
		font-size:28px;
		line-height:38px;
	}
.page_title3, .pagetitle3{
	font-size:25px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b{
		font-size:25px;
		line-height:35px;
		font-family: "SF-Pro-Bold";
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-family: "SF-Pro-Bold";
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:27px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:27px;
		font-family: "SF-Pro-Bold";
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:20px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:20px;
		font-family: "SF-Pro-Bold";
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:23px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:23px;
		font-family: "SF-Pro-Bold";
	}
	.page_title7l, .pagetitle7l{
		font-family: "SF-Pro-Light";
		font-size:18px;
		line-height:23px;
	}
.page_title8, .pagetitle8{
	font-size:40px;
}
.page_title9, .pagetitle9{
	font-size:16px;
	line-height:31px;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:31px;
		font-family: "SF-Pro-Bold";
	}
.page_description1, .pagedescription1{
	font-size:14px;
	line-height:25px;
}
	.page_description1 ul, .pagedescription1 ul{
		margin-left:0px;
	}
	.page_description1 ol, .pagedescription1 ol{
		margin-left:0px;
	}
	.page_description1 li, .pagedescription1 li{
		margin-left:20px;
	}
	.pagedescription1 b, .pagedescription1 strong, .page_description1 b, .page_description1 strong{
		font-family: "SF-Pro-Bold";
	}
.page_description2, .pagedescription2{
	font-size:13px;
	line-height:22px;
}
	.pagedescription2 b, .pagedescription2 strong, .page_description2 b, .page_description2 strong{
		font-family: "SF-Pro-Bold";
	}
.page_description3, .pagedescription3{
	font-size:11px;
	line-height:18px;
}
.btn1{
	min-width:100px;
	padding:0px 20px;
	height:43px;
	background:none;
	border:1px solid #fff;
	cursor:pointer;
	color:#fff;
	font-size:14px;
}
	.btn1:hover{
		background-color:#fff;
		color:#000;
	}
	.btn1t{
		width:88px;
		height:35px;
		padding:0px;
		font-size:18px;
		color:#939598;
		font-weight:normal;
	}
	.btn1t:hover{
		background-color:#ffcb05;
		color:#fff;
		border-color:#ffcb05;
	}
	.btn1 img{
		margin-left:5px;
		vertical-align:middle;
	}
	.btn1dark{
		background:#000;
		color:#fff;
		border-color:#000;
	}
		.btn1dark:hover{
			background:#333;
			color:#fff;
		}
	.btn1read{
		border:1px solid #000;
		color:#000;
		height:43px;
		padding:0px 40px;
	}
		.btn1read:hover{
			background:#333;
			color:#fff;
		}
	.btn1download{
		padding-left:65px;
		background:url(images/download_icon3.png) no-repeat left 25px center;
		padding-right:25px;
	}
		.btn1download:hover{
			background:url(images/download_icon3.png) no-repeat left 25px center rgba(255,255,255,0.2);
			color:#fff;
		}
.btn2{
	width:auto;
	background: #1C73C9;
	padding:0px 40px;
	height:43px;
	cursor:pointer;
	color:#fff;
	border:0px;
	font-size:14px;
}
	.btn2:hover{
		background-color:#11abde;
	}
.btn3{
	min-width:100px;
	padding:0px 20px;
	height:43px;
	background:none;
	border:1px solid #C4C4C4;
	cursor:pointer;
	color:#6F6F6F;
	font-size:14px;
}
	.btn3:hover{
		background-color:#eee;
		color:#000;
	}
.btn4{
	width:100%;
	max-width:250px;
	padding:0px 20px;
	height:46px;
	background:#000;
	cursor:pointer;
	color:#ffcb05;
	border:0px solid #fff;
	font-size:15px;
}
	.btn4:hover{
		color:#fff;
	}
.btn5{
	width:100px;
	height:30px;
	background:#000;
	cursor:pointer;
	color:#ffcb05;
	border:0px solid #fff;
	font-size:13px;
}
	.btn5:hover{
		color:#fff;
	}
.btndownload{
	height:60px;
	border:1px solid #bcbec0;
	padding-right:40px;
	padding-left:85px;
	background:url(images/download_icon2.png) no-repeat left 19px center;
	font-size:16px;
	color:#58595b;
	cursor:pointer;
	margin-right:20px;
	margin-bottom:10px;
}
	.btndownload:hover{
		background-color:#eee;
		color:#000;
	}
	.a_btndownload:last-child .btndownload{
		margin-right:0px;
	}
.padbot5{
	padding-bottom:5px;
}
.padbot10{
	padding-bottom:10px;
}
.padbot15{
	padding-bottom:15px;
}
.padbot20{
	padding-bottom:20px;
}
.padbot25{
	padding-bottom:25px;
}
.padbot30{
	padding-bottom:30px;
}
.padbot35{
	padding-bottom:35px;
}
.padbot40{
	padding-bottom:40px;
}
.padbot45{
	padding-bottom:45px;
}
.padbot50{
	padding-bottom:50px;
}
.padbot55{
	padding-bottom:55px;
}
.padbot60{
	padding-bottom:60px;
}
.padbot65{
	padding-bottom:65px;
}
.padbot70{
	padding-bottom:70px;
}
.padbot75{
	padding-bottom:75px;
}
.padbot80{
	padding-bottom:80px;
}
.padbot90{
	padding-bottom:90px;
}
.padbot100{
	padding-bottom:100px;
}
.padbot110{
	padding-bottom:110px;
}
.padbot120{
	padding-bottom:120px;
}
.lineheight20{
	line-height:20px;
}
.lineheight25{
	line-height:25px;
}
.lineheight30{
	line-height:30px;
}
.lineheight40{
	line-height:40px;
}
.lineheight45{
	line-height:45px;
}
.whitebg{
	background:#fff;
}
.greybg{
	background:#f1f2f2;
}
.colorblack{
	color:#000;
}
.colorwhite{
	color:#fff;
}
.colororange{
	color:#d5520b;
}
.colorgreen{
	color:#0b9444;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#1C73C9;
}
.colorgrey{
	color:#939598;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth285{
	max-width:285px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.heightsep1{
	height:100px;
}
.line1{
	position: absolute;
	width: 119px;
	height: 2px;
	background: #1C73C9;
}
.line2{
	height:1px;
	background:#fff;
	margin-bottom:55px;
	width:55px;
}
.line3{
	height:1px;
	background:#000;
	width:50px;
}
.minheight90{
	min-height:90px;
}
.minheight110{
	min-height:110px;
}
.minheight135{
	min-height:135px;
}
.minheight205{
	min-height:205px;
}
.fontacaslonpro_i{
	font-family: "ACaslonPro-Italic";
}
.fontgeorgia{
	font-family: "Georgia";
}


.homepart1{
	height:48vw;
	text-align:center;
	position:relative;
	z-index:100;
	color:#fff;
}
.homepart2{
	margin-top:-13vw;
	color:#fff;
	position:relative;
	z-index:100;
	/*height:13vw;*/
	height:13vw;
	/*background:#f5f5f5;*/
}
.tablehp2 td.tdhp2{
	vertical-align:top;
}
.tablehp2 td.tdhp2_1{
	width:36.1%;
	padding-right:25px;
}
.tablehp2 td.tdhp2_2{
	width:36.1%;
	padding-right:25px;
}
.tablehp2 td.tdhp2_3{
	width:270px;
	text-align:left;
	vertical-align:bottom;
	background-image: linear-gradient(to top, #0fb4e2, #10b0e0, #1b77ca, #244ab2);
}
.tdhp2_1div{
	background:#21525d;
}
.tdhp2_t1{
	font-size:70px;
	color:#fa8234;
}
.tdhp2_1pad{
	padding:30px;
}
.hp2_1btn{
	color:#fff;
}
	.hp2_1btn img{
		margin-left:10px;
		vertical-align:middle;
	}
.tdhp2sep{
	width:25px;
}
.hp2divimg{
	height:25vw;
	max-height:278px;
	color:#fff;
}
.hp2divpad{
	padding:22px 30px;
}
.homepart3{
	padding-top:250px;
	padding-bottom:115px;
	background:url(images/content/homepart3bg.png) no-repeat right center #f5f5f5;
	background-size:40% 100%;
}
.hp3table td.hp3td{
	vertical-align:top;
}
.hp3table td.hp3td1{
	width:50%;
	padding-right:20px;
}
.hp3tablein td.hp3tdin{
	width:50%;
	padding-right:20px;
}
.homepart4{
	padding-top:60px;
	padding-bottom:35px;
}
.hp4_head_table td.hp4_head_td{
	vertical-align:bottom;
}
.hp4_head_table td.hp4_head_td1{
	width:148px;
}
.hp4_head_table td.hp4_head_td2{
	text-align:center;
}
.hp4_head_table td.hp4_head_td3{
	width:148px;
}
.sliderPad{
	padding:0px 10px;
}
.homeproductdiv{
	height:34vw;
	color:#fff;
}
.homeproductdivpad{
	padding:40px 45px;
}
.homepart5{
	background:#1C73C9;
	color:#fff;
	height:320px;
	padding:40px 0px;
}
.homepart6{
	padding-top:45px;
	padding-bottom:55px;
}
.homepart7{
	padding:30px 0px;
	background: #F5F5F5;
}
.tablehomepart7 td.tdhomepart7{
	vertical-align:middle;
}
.tablehomepart7 td.tdhomepart7_2{
	width:50%;
}
.tablehomepart7 td.tdhomepart7_3{
	padding-left:25px;
	text-align:right;
}
input.email_subscribe, input.email_notify{
	height:62px;
	border:0px solid #d1d3d4;

	padding:0px 20px;
	width:calc(100% - 42px);
	background:#fff;
	font-size:15px;
}
input.emailsubscribebtn{
	height:62px;
	background-color:#1C73C9;
	border:none;
	width:100%;
	padding:0px 10px;
	text-align:center;
	color:#fff;
	font-size:15px;
	cursor:pointer;
}
input.emailsubscribebtn:hover{
	background:#333;
}
.webfooterpart1{
	padding-top:50px;
	padding-bottom:100px;
}
.footermenu{
	margin-right:30px;
}
	.footermenu:last-child{
		margin-right:0px;
	}
.footer_socmed{
	margin-right:10px;
}
	.footer_socmed img{
		max-width:36px;
		max-height:36px;
	}
.table_copyright td.td_copyright{
	vertical-align:bottom;
}
.table_copyright td.td_copyright2{
	text-align:right;
	padding-left:20px;
}
.copyright{
	padding-bottom:40px;
}
.headerimg{
	height:425px;
	color:#fff;
}
.navpart{
	padding-top:50px;
	padding-bottom:70px;
}
.navpart a{
	color:#00;
}
	.navpart a:hover{
		color:#444;
	}
.navpart_text{
	display:inline-block;
	width:auto;
	max-width:calc(100% - 83px);
	text-align:left;
	line-height:23px;
	vertical-align:middle;
}
.backtext{
	font-size:14px;
}
.navparttd1 img{
	vertical-align:middle;
	margin-right:25px;
}
.navsep{
	margin:0px 15px;
}
	.navsep img{
		max-height:10px;
	}
	
.aboutptable2 td.aboutptd2{
	vertical-align:top;
}
.aboutptable2 td.aboutptd2_1{
	width:50%;
	padding-right:20px;
}
.aboutptable2 td.aboutptd2_2{
	
}
.aboutpart2{
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	margin-bottom:45px;
}
.aboutpart3{
	padding-bottom:340px;
}
.aboutptable3 td.aboutptd3{
	vertical-align:top;
	width:25%;
	padding-right:25px;
}
.aboutpart4{
	margin-top:-290px;
	height:290px;
}
.aboutpart5{
	height:300px;
	background:#1C73C9;
}
.servicepart1{
	margin-bottom:40px;
}
.servicepart2{
	padding-bottom:120px;
}
.servicepointpad{
	padding-bottom:20px;
}
.servicediv{
	height:60vw;
	/*max-height:700px;*/
	max-height:425px;
	color:#fff;
}
.servicepoint{
	width:50%;
	display:inline-block;
	vertical-align:top;
}
.servicepointpad{
	padding:0px 10px 20px 10px;
}
.servicediv2{
	height:30vw;
	max-height:350px;
	color:#fff;
}
.contactptable2 td.contactptd2{
	vertical-align:top;
}
.contactptable2 td.contactptd2_1{
	width:26%;
	padding-right:40px;
}
.contactptable2 td.contactptd2_2{
	width:20%;
	padding-right:40px;
}
.contactptable2 td.contactptd2_3{
}
.contactpart1{
	margin-bottom:100px;
}
.contactpart2{
	padding-bottom:200px;
}
.contactpart3{
	margin-top:-220px;
	height:220px;
}
.contactpart4{
	padding-top:295px;
	padding-bottom:90px;
}
.tablecontact4 td.tdcontact4{
}
.tablecontact4 td.tdcontact4_1{
	width:50%;
}
.tablecontact4 td.tdcontact4_2{
	width:50%;
}
.contactpart5{
	padding:35px 45px;
	background: linear-gradient(185.72deg, #0FB4E2 7.4%, #10B0E0 8.87%, #1B77CA 50.89%, #244AB2 92.6%);
	color:#fff;
}
.tablecontact td.tdcontactnopadtd{
	width:22.5%;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
	border:0px;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
	width:calc(100% - 0px);
	padding:0px 0px;
	height:40px;
	font-size:14px;
	color:#fff;
	background:none;
}
select.form_select{
	border:0px;
	/*border-bottom:2px solid #e6e7e8;*/
	width:calc(100% - 0px);
	padding:0px 20px;
	height:58px;
	font-size:15px;
	color:#333;
	background:#f1f2f2;
}
.input_box2{
	padding-bottom:5px;
}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:43px;
	width:135px;
	background:#1C73C9;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
}
input.submit_btn:hover{
	background-color:#333;
	
}
.contact_label{
	padding-bottom:15px;
	font-size:14px;
}
input.form_checkbox{
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	margin-right:10px;
	vertical-align:middle;
}

.servicepart2point{
	padding-bottom:20px;
}
.tableservicepart2 td.tdservicepart2{
	vertical-align:top;
}
.tableservicepart2 td.tdservicepart2_1{
	width:210px;
	padding-right:20px;
}
.tableservicepart2 td.tdservicepart2_2{
}