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

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

html{
	height:100%;
	width:100%;
}
body{
	font-family: 'Roboto', sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	font-weight:300;
	color:#000;
	padding:0px;
	overflow-y:scroll;
}
input, textarea{
	font-family: 'Roboto', 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:#666;opacity:1; }
.form_input2::-moz-placeholder { color:#666;opacity:1; } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#666;opacity:1; } /* ie */
input.form_input2:-moz-placeholder { color:#666;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;
}
.borderradius5topright{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.borderradius10topright{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.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;
}
.borderradius35{
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	border-radius:35px;
}
.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, .displaym600, .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: 'Roboto', 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:1175px;
	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;
}
.marginfit7px{
	margin-left:-7px;
	margin-right:-7px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfit15px{
	margin-left:-15px;
	margin-right:-15px;
}
.marginfitleft30px{
	margin-left:-30px;
}
.marginfitleft35px{
	margin-left:-35px;
}
.fullwidth{
	width:100%;
}
.header{
	height:210px;
	position:absolute;
	width:100%;
	background:#fff;
	color:#000;
	/*box-shadow:0px 0px 10px rgba(0,0,0,0.2);*/
}
.activefixedheader{
	height:210px;
}
	.header.menufixed{
		background:rgba(255,255,255,1);
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
		position:fixed;
		z-index:9000;
		height:151px;
	}
	.activefixedheader.activeheaderm{
		height:151px;
	}
.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.shadow2{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.headersep{
	height:99px;
}
.headerpad{
	padding-top:44px;
}
.headertop{
	border-bottom:1px solid rgba(0,0,0,0.2);
	opacity:0.5;
	font-size:12px;
}
	.headertop img{
		max-height:14px;
		margin-right:8px;
		vertical-align:middle;
	}
	.headertoppoint{
		margin-right:20px;
	}
		.headertoppoint:last-child{
			margin-right:0px;
		}
	.menufixed .headertop{
		display:none;
	}
.tableheadertop .tdheadertop{
	vertical-align:middle;
	height:29px;
}
.tableheadertop .tdheadertop1{
}
.tableheadertop .tdheadertop2{
	text-align:right;
}
.tableheader .tdheader{
	vertical-align:middle;
	height:100px;
}
.tableheader .tdheader1{
	width:145px;
	padding-right:40px;
}
	.tableheader .tdheader1 img.logo{
		max-height:60px;
	}
.tableheader .tdheader2{
}
.tableheader .tdheader3{
	width:185px;
	padding-right:10px;
	
}
.tableheader .tdheader4{
	width:165px;
	padding-left:20px;
	
}
.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: 100%;
	height: 56px;
	border-radius: 5px;
	border: 0px;
	background:#244AB2;
  
	font-size: 15px;
	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:#2b59d7;
		color:#fff;
	}
	.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:100%;
	background:none;
	border: 1px solid #DADADA;
	box-sizing: border-box;

	padding-left:15px;
	padding-right:15px;
	height:56px;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
	display:inline-block;
	vertical-align:top;
}
.search_input{
	width:calc(100% - 110px);
	padding:0px;
	height:52px;
	border:0px;
	background:none;
	font-size:15px;
	color:#444;
}
.search_img{
	position:relative;
	top:8px;
}
.searchinlineblocksearch{
	margin-left:25px;
}
.searchbtn{
	position:relative;
	top:4px;
}
.btnsearch{
	width: 105px;
	height: 33px;
	background: #244AB2;
	color:#fff;
	font-size:15px;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	border:0px;
}
	.btnsearch:hover{
		background:#2b59d7;
	}
.menupoint{
	margin-right:30px;
}
a.a_menupoint{
	color:#000;
}
	a.a_menupoint:hover{
		color:#244AB2;
	}
	.menufixed a.a_menupoint{
		color:#000;
	}
	.menufixed a.a_menupoint:hover{
		color:#333;
	}
.a_menupoint:last-child .menupoint{
	margin-right:0px;
}
.headerbottom{
	height:60px;
	padding-top:20px;
}
	.menufixed .headerbottom{
		height:40px;
		padding-top:10px;
	}
.tableheaderbottom .tdheaderbottom{
	vertical-align:middle;
}
.tableheaderbottom .tdheaderbottom1{
}
.tableheaderbottom .tdheaderbottom2{
	text-align:right;
}

.page_title0, .pagetitle0{
	font-size:35px;
}
	.page_title0b, .pagetitle0b{
		font-size:35px;
		line-height:45px;
		font-weight:bold;
	}
.page_title1, .pagetitle1{
		font-size:27px;
		line-height:37px;
		font-weight:bold;
	}
.page_title2, .pagetitle2{
	font-size:28px;
	line-height:38px;
}
	.page_title2b, .pagetitle2b{
		font-size:28px;
		line-height:38px;
		font-weight: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-weight:bold;
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-weight:bold;
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:30px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:30px;
		font-weight:bold;
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:20px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:20px;
		font-weight:bold;
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:23px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:23px;
		font-weight:bold;
	}
	.page_title7l, .pagetitle7l{
		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-weight:bold;
	}
.page_title10, .pagetitle10{
	font-size:15px;
	line-height:35px;
}
	.page_title10b, .pagetitle10b{
		font-size:15px;
		line-height:35px;
		font-weight: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-weight:bold;
	}
.page_description2, .pagedescription2{
	font-size:13px;
	line-height:22px;
}
	.pagedescription2 b, .pagedescription2 strong, .page_description2 b, .page_description2 strong{
		font-weight:bold;
	}
.page_description3, .pagedescription3{
	font-size:11px;
	line-height:18px;
}
.btn1{
	min-width:158px;
	padding:0px 20px;
	height:56px;
	background:none;
	border:1px solid #bbb;
	cursor:pointer;
	color:#000;
	font-size:15px;
}
	.btn1:hover{
		border-color:#000;
		background-color:#000;
		color:#fff;
	}
	.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{
	min-width:158px;
	padding:0px 20px;
	height:56px;
	background:none;
	border:1px solid #fff;
	cursor:pointer;
	color:#fff;
	font-size:15px;
}
	.btn2:hover{
		border-color:#fff;
		background-color:#fff;
		color:#000;
	}
.btn3{
	display:inline-block;
	width:auto;
	padding:0px 20px;
	height:56px;
	background:#244AB2;
	border:0px;
	cursor:pointer;
	color:#fff;
	font-size:15px;
}
	.btn3:hover{
		background-color:#000;
		color:#fff;
	}
	.btn3 img{
		max-height:23px;
		margin-right:22px;
		vertical-align:middle;
	}
.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;
	}
.btn6{
	width:auto;
	padding:0px 15px;
	height:44px;
	background: #FF6387;
	color:#fff;
	font-size:15px;
	border:0px;
	cursor:pointer;
	font-weight:bold;
}
	.btn6:hover{
		background: #00AEEF;
	}
.btn7{
	width:auto;
	padding:0px 25px;
	height:56px;
	background: #FF6387;
	color:#fff;
	font-size:15px;
	border:0px;
	cursor:pointer;
	font-weight:bold;
}
	.btn7:hover{
		background: #00AEEF;
	}
.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;
}
.colordblue{
	color: #1F1A68;
}
.colorlblue{
	color: #24C8D9;
}
.colorpink{
	color: #FF6387;
}
.colorgrey{
	color:#939598;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth285{
	max-width:285px;
}
.maxwidth350{
	max-width:350px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.maxwidth875{
	max-width:875px;
}
.maxwidth935{
	max-width:935px;
}
.heightsep1{
	height:100px;
}
.line1{
	width: 59px;
	height: 3px;
	background: #244AB2;
}
.line2{
	height:1px;
	background:#fff;
	margin-bottom:55px;
	width:55px;
}
.line3{
	height:1px;
	background:#000;
	width:50px;
}
.line4{
	height:0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width:auto;
}
.minheight90{
	min-height:90px;
}
.minheight110{
	min-height:110px;
}
.minheight135{
	min-height:135px;
}
.minheight205{
	min-height:205px;
}
.minheight500{
	min-height:500px;
}
.minheightlp7{
	min-height:400px;
}



.sliderPad{
	padding:0px 10px;
}
.homeproductdiv{
	height:31vw;
	color:#fff;
}
.homeproductdiv2{
	height:80vw;
	color:#fff;
}
.homeproductdivpad{
	padding:40px 45px;
}
.homepart1a{
	padding-top:50px;
	padding-bottom:50px;
}
.tablehomepart1a td.tdhomepart1a{
	padding-bottom:20px;
	width:20%;
}
.homepart1a_point{
	padding:0px 10px;
	text-align:center;
}
.homepart1a_img{
	display:inline-block;
	vertical-align:middle;
	width:50px;
	padding-right:20px;
}
	.homepart1a_img img{
		max-width:100%;
		max-height:68px;
	}
.homepart1a_txt{
	width:calc(100% - 70px);
	display:inline-block;
	vertical-align:middle;
}
.homepart2{
	padding-top:50px;
	padding-bottom:80px;
}
.homepart2head{
	text-align:center;
}
.homepart2body{
	
}
.producttd{
	display:inline-block;
	vertical-align:top;
	width:25%;
	margin-bottom:25px
}
.producttd3col{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	margin-bottom:25px
}
.producttdpad{
	padding:0px 10px;
}
.productborder{
	border:1px solid #ccc;
}
.productimgdiv{
	padding-bottom:100%;
}
.producttxtdiv{
	padding: 10px 25px;
	height:55px;
}
.homepart3{
	background: linear-gradient(163.14deg, #10B0E0 -12.95%, #1694D3 -8.4%, #244AB2 76.37%);
	padding-top:100px;
	padding-bottom:220px;
	color:#fff;
}
.tablehomepart3 td.tdhomepart3{
	vertical-align:top;
}
.tablehomepart3 td.tdhomepart3_1{
	width:50%;
	padding-right:20px;
}
.tablehomepart3 td.tdhomepart3_2{
	padding-left:20px;
}
.homepart3value ul {
	list-style-image: url('images/checklist_icon.png');
	margin-left:11px;
}
.homepart3value li{
	padding-left:5px;
}
.homepart4{
	
	margin-top:-100px;
	height:100px;
}
.homepart4_height{
	background:#fff;
	padding:35px;
	text-align:center;
}
.homepart4point{
	display:inline-block;
	vertical-align:middle;
	width:16.66%;
	height:93px;
}
	.homepart4point img{
		max-width:90%;
		max-height:73px;
	}
.homepart5a{
	height:100px;
}
.homepart5{
	padding-top:125px;
}
.tablehomepart5 td.tdhomepart5{
	
}
.tablehomepart5 td.tdhomepart5_1{
	width:60%;
	padding-right:20px;
}
.tablehomepart5 td.tdhomepart5_2{
	padding-left:20px;
	text-align:right;
	vertical-align:bottom;
}
.emailsubscribebtn{
	width:160px;
}
.search_input_subscribe{
	width:calc(100% - 170px);
	padding:0px;
}
.footer_socmed{
	
}
	a.a_footersocmed img{
		margin-right:25px;
		max-width:50px;
		max-height:50px;
	}
	a.a_footersocmed:last-child img{
		margin-right:0px;
	}
.wf1_border{
	border:1px solid #DADADA;
}
.table_wf1{
	
}
.table_wf1 td.td_wf1{
	width:33.33%;
}
.table_wf1 td.td_wf1_1{
	border-right:1px solid #dadada;
}
.table_wf1 td.td_wf1_2{
	border-right:1px solid #dadada;
}
.wf1_pad{
	padding:35px;
}
.wf1_p1 img{
	max-height:38px;
	max-width:38px;
	vertical-align:middle;
	margin-right:30px;
}
.wf1_label{
	display:inline-block;
	vertical-align:top;
	width:60px;
	padding-right:10px;
}
.webfooterpart2{
	padding:40px 0px;
	border-bottom:1px solid #ddd;
	margin-bottom:25px;
}
.copyright{
	padding-bottom:40px;
}
.headerimg{
	height:345px;
	color:#fff;
}
.aboutpart2{
	padding:95px 0px;
	
}
.aboutpart3{
	background:#244AB2;
	color:#fff;
}
.tableaboutpart3 td.tdaboutpart3{
	vertical-align:top;
}
.tableaboutpart3 td.tdaboutpart3_1{
	width:50%;
}
.tableaboutpart3 td.tdaboutpart3_2{
	padding:40px 0px;
	vertical-align:middle;
	height:440px;
}
.tdaboutpart3_2pad{
	padding:35px;
}
.aboutpart4{
	text-align:center;
	padding-top:60px;
	padding-bottom:60px;
}
.aboutpart5{
	padding-top:45px;
	padding-bottom:80px;
}
.ap5_head{
	text-align:center;
}
.articlemenupart{
	padding-top:50px;
	padding-bottom:35px;
}
.am_point{
	margin-right:30px;
}
	.am_point:last-child{
		margin-right:0px;
	}
a.a_am{
	color:#000;
}
	a.a_am:hover, a.a_am_active{
		color: #244AB2;
	}
.newstd{
	display:inline-block;
	width:33.33%;
	vertical-align:top;
	margin-bottom:25px;
}
.newstdpad{
	padding:0px 10px;
}
.newsimgdiv{
	padding-bottom:80%;
}
.newstxtdiv{
	padding: 20px 25px;
	min-height:95px;
}
.table_nd td.td_nd{
	vertical-align:top;
}
.table_nd td.td_nd2{
	width:400px;
	padding-left:20px;
}
.nds_point{
	padding-top:0px;
	padding-bottom:20px;
	border-bottom:0px solid #d1d3d4;
}
	.nds_point:last-child{
		border-bottom:0px solid #d1d3d4;
	}
.nds_title{
}
.nds_date{
	
}
.nd_date{
	font-style:italic;
}
.tablehomenews td.tdhomenews{
	vertical-align:middle;
}
.tablehomenews td.tdhomenews1{
	width:130px;
	padding-right:20px;
	vertical-align:top;
}
.tablehomenews td.tdhomenews2{
	color:#231f20;
}
.newsimgdiv{
	padding-bottom:100%;
}
.contactpart1{
	padding-top:50px;
	padding-bottom:70px;
}
.contactpart2{
	
}
.tablecontactpart2 td.tdcontactpart2{
	vertical-align:top;
}
.tablecontactpart2 td.tdcontactpart2_1{
	width:50%;
	padding-right:20px;
}
.tablecontactpart2 td.tdcontactpart2_2{
	padding-left:20px;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
	border:0px;
	width:calc(100% - 40px);
	padding:0px 20px;
	height:55px;
	font-size:15px;
	background:#F5F5F5;
	color:#000;
}
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:15px;
}
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;
}
.productpart1{
	padding-top:60px;
	padding-bottom:100px;
}
.tableproductpart1 td.tdproductpart1{
	vertical-align:top;
}
.tableproductpart1 td.tdproductpart1_1{
	padding-right:20px;
	width:280px;
}
.tableproductpart1 td.tdproductpart1_2{
	
}
.sidebar_point{
	margin-bottom:30px;
}
.sidebar_context{
	
}
.sidebar_icon{
	width:35px;
	display:inline-block;
	vertical-align:middle;
	padding-right:40px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
	.sidebar_icon img{
		max-width:35px;
		max-height:35px;
	}
.sidebar_text{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 75px);
	color: rgba(0, 0, 0, 0.5);
}
	.sidebar_point:hover .sidebar_text, .sidebar_point_active .sidebar_text{
		color:#244AB2;
		font-weight:bold;
	}
	.sidebar_point:hover .sidebar_icon, .sidebar_point_active .sidebar_icon{
		-webkit-filter: none; /* Safari 6.0 - 9.0 */
		filter: none;
	}
.tableproductpart2 td.tdproductpart2{
	vertical-align:top;
}
.tableproductpart2 td.tdproductpart2_1{
	width:50%;
	padding-right:20px;
}
.tableproductpart2 td.tdproductpart2_2{
	padding-left:20px;
}
.imgproduct{
	max-width:100%;
	/*max-height:413px;*/
	
	position:relative;
	/*z-index:2000;*/
}
.detail_product_img_point{
	margin:0px 3px;
	display:inline-block;
	border:1px solid #eee;
	margin-bottom:6px;
	vertical-align:middle;
}
.detail_product_img_point img{
	width:85px;
}
.table_dp_contact td.td_dp_contact{
	vertical-align:top;
	padding-bottom:15px;
	font-size:14px;
	
}
.table_dp_contact td.td_dp_contact1{
	width:20px;
	padding-right:15px;
}
	.table_dp_contact td.td_dp_contact1 img{
		max-width:20px;
		max-height:18px;
	}
.table_dp_contact td.td_dp_contact2{
}
.img_pointer{
	cursor:pointer;
}
.wa_float_icon{
	position:fixed;
	z-index:1000;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:150px;
}
.lppart1{
	padding-top:190px;
	padding-bottom:65px;
}
.lppart2{
	padding-top:80px;
	padding-bottom:80px;
}
.lp2point{
	display:inline-block;
	width:33.33%;
	vertical-align:top;
	padding:0px 15px 30px 15px;
	box-sizing:border-box;
}
.lp2pointin{
	padding:30px;
	background:#fff;
	min-height:415px;
}
.clientimg img{
	width:100%;
	max-height:114px;
	max-width:114px;
}
.starpoint img{
	max-height:15px;
	margin:0px 2px;
}
.lppart3{
	padding-top:90px;
}
.lppart3b{
	padding-top:50px;
	padding-bottom:70px;
	padding-left:20px;
	padding-right:20px;
}
.tablelpp3 td.tdlpp3{
	vertical-align:top;
	width:33.33%;
	padding:0px 45px 45px 45px;
}
.lppart4{
	padding-top:85px;
	padding-bottom:180px;
	color:#fff;
}
.tablelp4 td.tdlp4{
	width:50%;
	vertical-align:top;
}
.tablelp4 td.tdlp4_1{
	padding-right:25px;
}
.tablelp4 td.tdlp4_2{
	padding-left:25px;
	padding-top:20px;
}
ul.lp4ul, .lp4ul ul{
	list-style-type:none;
}
ul.lp4ul li, .lp4ul li{
	background:url(images/yes.png) no-repeat left top;
	background-size:60px 60px;
	min-height:60px;
	padding-left:100px;
	padding-top:12px;
	padding-bottom:13px;
}
.lppart5{
	padding-top:80px;
	padding-bottom:100px;
}
.lp5point{
	display:inline-block;
	width:33.33%;
	vertical-align:top;
	padding: 0px 40px 80px 40px;
	box-sizing:border-box;
}
.lp5img{
	width:105px;
	height:105px;
}
.lppart6{
	padding-top:80px;
	padding-bottom:70px;
}
.tablelp6 td.tdlp6{
	
	vertical-align:top;
}
.tablelp6 td.tdlp6_1{
	width:42%;
	padding-right:50px;
}
.tablelp6 td.tdlp6_2{
}
.lp6oddeven{
	padding-bottom:30px;
}
.lp6even{
	padding-left:40px;
}
.lp6odd{
	padding-right:40px;
}
.lp6in{
	padding:25px 35px;
}
.lp6img{
	max-height:57px;
	max-width:57px;
	vertical-align:middle;
	padding-right:43px;
}
.lp6intxt{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 100px);
}
.lppart7{
	padding-top:70px;
	padding-bottom:90px;
}
.lp7point{
	display:inline-block;
	width:33.33%;
	vertical-align:top;
	padding:0px 10px;
	box-sizing:border-box;
}
.lp7in{
	padding:60px 30px 50px 30px;
	background:#fff;
	
}
	.lp7in2{
		background: linear-gradient(180deg, #24C8D9 0%, rgba(255, 255, 255, 0) 100%), #0077B5;
		color:#fff;
	}
		.lp7in2 .colorgrey{
			color:#fff;
		}
		.lp7in2 .colorpink{
			color:#fff;
		}
		.lp7in2 .colordblue{
			color:#fff;
		}
.startag{
	position:relative;
	text-align:right;
	top:-60px;
	right:-30px;
}
.lppart8{
	padding-bottom:100px;
}
.lp8point{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	padding:0px 10px;
	box-sizing:border-box;
}
ul.lp8ul, .lp8ul ul{
	list-style-type:none;
}
ul.lp8ul li, .lp8ul li{
	background:url(images/yes.png) no-repeat left top;
	background-size:45px 45px;
	min-height:45px;
	padding-left:70px;
	padding-top:8px;
	padding-bottom:8px;
	color: rgba(35, 31, 32, 0.6);
}
.lppart9{
	padding-bottom:70px;
}
.lppart9border{
	padding:60px 35px;
}
.tablelp9 td.tdlp9{
	vertical-align:top;
}
.tablelp9 td.tdlp9_1{
	padding-top:20px;
	padding-right:55px;
}
.tablelp9 td.tdlp9_2{
	width:40%;
}
.lightwidgetpadbot{
	padding-top:100px;
}