@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: 'Open Sans', sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	color:#000;
	padding:0px;
	overflow-y:scroll;
}
input, textarea{
	font-family: 'Open Sans', 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;
}
	.sf-menu a {
		color:#fff !important;
	}
	.menufixed .sf-menu a{
		color:#000 !important;
	}
	.sf-menu a:hover{
		color:#ddd !important;
	}
	.menufixed .sf-menu a:hover{
		color:#666 !important;
	}
: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:#999;opacity:1; }
.form_input2::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input.form_input2:-moz-placeholder { color:#999;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;
}
.borderradius20{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.borderradius22{
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	border-radius:22px;
}
.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, .displaym1210{
	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: 'Open Sans', 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:1220px;
	padding:0px 20px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1160px;
	padding:0px 20px;
	margin:0px auto;
}
.container3{
	min-width:280px;
	max-width:985px;
	padding:0px 20px;
	margin:0px auto;
}
.container4{
	min-width:280px;
	max-width:820px;
	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;
}
	.header.menufixed .containerpadding35{
		min-width:280px;
		max-width:1220px;
	}
.containerpadding35{
	margin:0px auto;
	padding-left:35px;
	padding-right:35px;
}
.marginfit15px{
	margin-left:-15px;
	margin-right:-15px;
}
.marginfit12px{
	margin-left:-12px;
	margin-right:-12px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfitleft30px{
	margin-left:-30px;
}
.marginfitleft35px{
	margin-left:-35px;
}
.fullwidth{
	width:100%;
}
.header{
	height:90px;
	z-index:9000;
	width:100%;
	background:none;
	color:#fff;
	position:absolute;
	/*box-shadow:0px 0px 10px rgba(0,0,0,0.2);*/
	font-size:14px;
}
	.headertransparent.header{
		width:calc(100% - 50px);
	}
	.header.menufixed{
		background:rgba(255,255,255,1);
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
	}
.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.headersep{
	height:90px;
}
.headerpad{
	padding-top:44px;
}
.tableheader .tdheader{
	vertical-align:middle;
	height:88px;
}
.tableheader .tdheader1{
	width:285px;
	padding-right:20px;
}
.tableheader .tdheader2{
}
.tableheader .tdheader3{
	width:96px;
	padding-right:18px;
	
}
.tableheader .tdheader4{
	width:170px;
	text-align:right;
	
}
.headeroption{
	border-top:0px solid #eee;
	border-bottom:0px solid #eee;
	display:none;
	background:#f1f2f2;
}
.headeroptiontd{
	width:307px;
	padding-right:40px;
}
.headeroptionpoint{
	font-size:13px;
	padding:12px 0px;
	border-bottom:1px solid #d1d3d4;
	color:#fff;
}
.headeroptionpoint:hover{
	background:#f1f2f2;
	padding-left:10px;
}
.header_search_box{
	width:100%;
	background:#f1f2f3;
	border: 1px solid #DADADA;
	box-sizing: border-box;

	padding-left:15px;
	padding-right:15px;
	height:54px;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
	display:inline-block;
	vertical-align:top;
}
	.header_search_box_subscribe{
		background:#fff;
	}
.search_input{
	width:calc(100% - 115px);
	padding:0px;
	height:52px;
	border:0px;
	background:none;
	font-size:15px;
	color:#444;
}
	.search_inputm{
		width:calc(100% - 35px);
	}
.search_img{
	position:relative;
	top:8px;
}
	.search_img_m{
		position:relative;
		top:3px;
	}
.btnsearch{
	width: 105px;
	height: 33px;
	/*background: #7F8C8D;*/
	background:#022B75;
	color:#fff;
	font-size:15px;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	border:0px;
}
	.btnsearch:hover{
		background:#000;
	}
.headertop{
	background:#000;
	height:32px;
	text-align:center;
	font-size:13px;
}
.headertopbtn{
	background: #25D366;
	height:21px;
	padding:0px 5px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	border:none;
	margin-left:20px;
	font-size:13px;
}
	.headerbottombtn:hover{
		background:#666;
	}
.headerbottom{
	height:40px;
	overflow-x:auto;
    background:#f5f5f5;
    color:#000;
    font-size:14px !important;
    white-space:nowrap;
    text-align: center;
}
.menupointbot{
    white-space: nowrap;
}
.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:#000;
	}
	.lang_t img{
		
	}
	.menufixed .lang_t img{
		
	}
ul.sf-menu .lang_t_img1, .lang_t_img1{
	margin-right:3px;
	max-height:26px;
	vertical-align:middle;
}
	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:14px;
	color:#fff;
}
	.menufixed ul.sf-menu .lang_t_t1{
		color:#000;
	}
ul.sf-menu .headerddmenu{
	width:150px;
	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 .arrow_dd{
	max-height:5px;
	margin-left:3px;
}
	.headertransparent .arrow_dd{
		filter: brightness(0%) invert(1);
	}
ul.sf-menu .menupop{
	padding-top:38px;
}
ul.sf-menu .menupoplang{
	padding-top:10px;
}
.line1sep{
	max-height:30px;
	margin:0px 15px;
	vertical-align:middle;
}
.logo img{
	max-width:100%;
	max-height:50px;
}
	/*.headertransparent .logoimg{
		filter: brightness(0%) invert(1);
	}
	.headertransparent.menufixed .logoimg{
		filter: none;
	}*/
	.header .logoimg{
		
	}
	.header .logoimg2{
		display:none;
	}
	.header.menufixed .logoimg{
		display:none;
	}
	.header.menufixed .logoimg2{
		display:block;
	}
.logo_f{
	display:none;
}
	.menufixed .logo_d{
		display:none;
	}
	.menufixed .logo_f{
		display:block;
	}
.headersocmed{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}	
	.headersocmed:last-child{
		margin-right:0px;
	}
	.headersocmed img{
		
		max-height:17px;
		vertical-align:middle;
	}
	.headersocmed a.a_headersocmed:last-child img{
		margin-right:0px;
	}
	.headertransparent .headersocmed img{
		filter: invert(1);
	}
	.headertransparent.menufixed .headersocmed img{
		filter: none;
	}
.headercontactbtn{
	width: 100%;
	height: 38px;
	background: #000;
	border-radius: 18px;
	border: solid 1px #ffffff;
  
	font-size: 14px;
	color: #ffffff;
	padding:0px 10px;
	box-sizing:border-box;
	text-align:center;
}
.headercontactbtn img{
	vertical-align:middle;
	max-height:17px;
	margin-right:5px;
}
.headercontactbtntext{
	font-size:16px;
	margin-left:12px;
	vertical-align:middle;
}
	.headercontactbtn:hover{
		background:#000;
		color:#fff;
	}
.searchinlineblock{
	display:inline-block;
	vertical-align:middle;
}
.tdheader3getinq{
	margin-right:22px;
}
	.tdheader3getinq a{
		text-decoration:underline;
	}
.searchbtn{
	position:relative;
	max-height:24px;
	vertical-align:middle;
}
.sf-menu .menupoint, .menupoint{
	margin-left:12px;
	margin-right:12px;
}
a.a_menupoint{
	color:#fff;
}
	a.a_menupoint:hover{
		color:#f1f2f3;
	}
	.menufixed a.a_menupoint{
		color:#000;
	}
	.menufixed a.a_menupoint:hover{
		color:#333;
	}


.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:27px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:27px;
		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;
		font-weight:300;
	}
.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_description1, .pagedescription1{
	font-size:15px;
	line-height:20px;
}
	.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;
	}
	.pagedescription1table table{
		border-collapse:collapse;
	}
	.pagedescription1table td{
		border:1px solid #000;
		padding:3px;
	}
    .featurebenefitpart5 .page_description1, .featurebenefitpart5 .pagedescription1, .page_description1b, .pagedescription1b{
        font-size:15px;
	    line-height:25px;
    }
.page_description2, .pagedescription2{
	font-size:13px;
	line-height:18px;
}
	.pagedescription2 b, .pagedescription2 strong, .page_description2 b, .page_description2 strong{
		font-weight:bold;
	}
.page_description3, .pagedescription3{
	font-size:11px;
	line-height:18px;
}
.btn1{
	padding:0px 22px;
	height:46px;
	background: #fff;
	border: 1px solid #000000;
	cursor:pointer;
	color:#000;
	font-size:15px;
	box-sizing:border-box;
}
	.btn1:hover{
		background-color:#eee;
		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{
    box-sizing: border-box;
	text-align:center;
	cursor:pointer;
	height:38px;
	min-width:85px;
	padding:0px 20px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:auto;
	color:#fff;
	background: #000;
	border:0px;
}
	.btn2:hover{
		background-color:#333;
		color:#fff;
	}
	.btn2 img{
		vertical-align:middle;
		max-height:18px;
		margin-right:15px;
	}
	.btn2b{
		border: 1px solid #C4C4C4;
		background:none;
		color:#000;
	}
	.btn2b:hover{
		background-color:#eee;
		color:#000;
	}
	.btn2ml{
		margin-left:15px;
	}
.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: #25D366;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color: #022B75;
}
.colorgrey{
	color:#939598;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth285{
	max-width:285px;
}
.maxwidth320{
	max-width:320px;
}
.maxwidth400{
	max-width:400px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth550{
	max-width:550px;
}
.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;
}
.minheight155{
	min-height:155px;
}
.minheight180{
	min-height:180px;
}
.minheight205{
	min-height:205px;
}
.fontacaslonpro_i{
	font-family: "ACaslonPro-Italic";
}
.fontgeorgia{
	font-family: "Georgia";
}
.homepart1pad{
	border:25px solid #fff;
	height:calc(100vh - 50px);
}
.homepart2pad{
    border:25px solid #fff;
    border-top:0px;
}
.fontfair{
	font-family: 'Playfair Display', serif;
}

.homepart1{
	height:calc(100vh - 50px);
	color:#fff;
}
.learnmorearrow{
	max-height:8px;
	margin-left:3px;
	width:auto !important;
	display:inline-block !important;
	vertical-align:middle;
}
a.a_learnmore{
	letter-spacing: 0.3em;
	color:#fff;
}
	a.a_learnmore:hover{
		color:#ddd;
	}
.hp2point{
	display:inline-block;
	vertical-align:top;
	width:50%;
	box-sizing:border-box;
	padding:0px 10px 0px 10px;
}
.hp2pointimg{
	max-height:331px;
	height:27vw;
}
.hp2pointimgnew{
	padding-bottom:125%;
}
.hp2rh{
    height:36vw;
}
.homepart2{
	padding-bottom:60px;
}
.homepart3{
	padding-bottom:70px;
	text-align:center;
}
.hp4point{
	display:inline-block;
	vertical-align:top;
	width:50%;
	box-sizing:border-box;
	padding:0px 10px 0px 10px;
}
.hp4pointimg{
	max-height:450px;
	height:36vw;
}
.homepart4{
	padding-bottom:60px;
}
.hp4pointimgpad{
	padding:30px 40px;
	color:#fff;
}
	.hp4pointimgpad:hover{
		color:#ddd;
	}
.span_learnmore{
	letter-spacing: 0.3em;
}
	.hp4pointimgpad:hover .span_learnmore{
		margin-left:20px;
	}
.newstd{
	display:inline-block;
	width:33.33%;
	vertical-align:top;
	margin-bottom:20px;
}
.newstdpad{
	padding:0px 10px;
}
.newsimgdiv{
	padding-bottom:75%;
}
.newstxtdiv{
	padding-top: 20px;
}
.line2{
	vertical-align:middle;
	margin:0px 3px;
	width:25px;
}
.homepart5{
	padding-bottom:50px;
}
.footersubscribepart{
	background:#000;
	color:#fff;
	padding:40px;
}
.tablesubscribe td.tdsubscribe{
	width:50%;
}
.tablesubscribe td.tdsubscribe1{
	padding-right:30px;
}
.tablesubscribe td.tdsubscribe2{
	padding-left:30px;
}
input.email_subscribe{
	height:35px;
	border:0px solid #d1d3d4;
	border-right:0px;
	padding:0px 0px;
	width:100%;
	background: none;
	color:#fff;
	font-size:15px;
	box-sizing:border-box;
}
input.emailsubscribebtn{
	height:35px;
	background-color:#fff;
	border:none;
	width:100%;
	text-align:center;
	color:#000;
	font-size:15px;
	cursor:pointer;
	box-sizing:border-box;
}
input.emailsubscribebtn:hover{
	background:#333;
}
.subscribeline{
	padding-bottom:20px;
	border-bottom: 1px solid #FFFFFF;
}
.webfooterpart1{
	background: #F5F5F5;
	padding:53px 40px;
	margin-bottom:25px;
}
.tablefooter .tdfooter{
	vertical-align:middle;
}
.tablefooter .tdfooter1{
	width:285px;
	padding-right:20px;
}
.tablefooter .tdfooter2{
}
.tablefooter .tdfooter3{
	width:96px;
	padding-right:18px;
	
}
.tablefooter .tdfooter4{
	width:90px;
	text-align:right;
	
}
.fmenupoint{
	margin:0px 15px;
}
	.a_fmenupoint:first-child .fmenupoint{
		margin-left:0px;
	}
	.a_fmenupoint:last-child .fmenupoint{
		margin-right:0px;
	}
.footercontactbtn{
	width: 100%;
	height: 38px;
	background: none;
	border-radius: 18px;
	border: solid 1px #000;
  
	font-size: 14px;
	color: #000;
	padding:0px 10px;
	box-sizing:border-box;
	text-align:center;
}
	.footercontactbtn:hover{
		background:#000;
		color:#fff;
	}
.footerline{
	margin-top:50px;
	margin-bottom:38px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tablecopyright td.tdcopyright{
}
.tablecopyright td.tdcopyright1{
}
.tablecopyright td.tdcopyright2{
	text-align:right;
}
.navpart{
	padding-top:60px;
	padding-bottom:40px;
}
.tablenav td.tdnav{
	vertical-align:middle;
}
.tablenav td.tdnav1{
	width:75px;
	vertical-align:middle;
}
.tablenav td.tdnav2{
	text-align:center;	
}
.tablenav td.tdnav3{
	width:75px;
	text-align:right;
}
.back_icon{
	max-height:13px;
	margin-right:10px;
	vertical-align:middle;
}
.back{
	font-size:13px;
}
.aboutpartin2{
	padding:40px;
	background: #F5F5F5;
	text-align:center;
}
.aboutpart2{
	margin-top:-95px;
	position:relative;
	z-index:1;
	padding-bottom:80px;
	padding:0px 20px;
}
.aboutpart2column2{
	column-count:2;
	column-gap:60px;
}
.aboutpart3{
	padding-bottom:80px;
}
.ap3col2{
	display:inline-block;
	vertical-align:top;
	width:50%;
	box-sizing:border-box;
	padding:0px 10px 20px 10px;
}
.ap3imgdiv1{
	padding-bottom:90%;
}
.ap3imgdiv2{
	padding-bottom:calc(45% - 10px);
}
.list_menu_part2{
	position:relative;
	z-index:1;
	background:none;
    list-style: none;
	
	height:38px;
	white-space:nowrap;
	overflow-x:auto;
	overflow-y:hidden;
	text-align:center;
	padding-bottom:20px;
}
.list_menu_point{
	-webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    flex-flow: row wrap;
	text-align:center;
	cursor:pointer;
	height:38px;
	min-width:85px;
	padding:0px 20px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:auto;
	color:#000;
	background: #DADADA;
	margin:0px 8px;
}
	.list_menu_point:hover, .list_menu_pointactive{
		background:#000;
		color:#fff;
	}
	.a_list_menu_point:first-child .list_menu_point{
	}
	.a_list_menu_point:last-child .list_menu_point{
		/*padding-right:0px;*/
	}
.navmenu{
	padding-bottom:30px;
}
.pagecontentpart{
	padding-bottom:80px;
}
.news_point{
	width:25%;
	display:inline-block;
	vertical-align:top;
	padding-bottom:35px;
}
.news_point_pad{
	padding:0px 10px;
}
.tdhp5imgdiv{
	padding-bottom:100%;
}
.tdnews_2pad{
	padding-top:20px;
	padding-left:30px;
}
.news_point2col{
	width:33.33%;
	display:inline-block;
	vertical-align:top;
	padding-bottom:20px;
}
.news_point2col_pad{
	padding:0px 10px;
}
.news_point2col_pad2{
	padding-top:20px;
}
.gallery_point{
	display:inline-block;
	width:25%;
	vertical-align:top;
}
.gallery_point_pad{
	padding:0px 10px 20px 10px;
}
.galleryimgdiv{
	height:23.5vw;
	max-height:290px;
}
.tablecontactinfo td.tdcontactinfo{
}
.tablecontactinfo td.tdcontactinfo1{
	vertical-align:top;
	padding-right:20px;
	
}
.tablecontactinfo td.tdcontactinfo2{
	padding-left:20px;
	width:62%;
}
.tablefcontact td.tdfcontact{
	vertical-align:middle;
	padding-bottom:25px;
}
.tablefcontact td.tdfcontact1{
	width:30px;
	padding-right:40px;
	vertical-align:top;
}
	.tdfcontact1 img{
		margin-top:3px;
		max-height:30px;
		max-width:30px;
	}
.tablefcontact td.tdfcontact2{
}
.tablefcontact td.tdfcontact2 a{
	color:#000;
}
	.tablefcontact td.tdfcontact2 a:hover{
		color:#333;
	}
.contactline{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin:50px 0px;
}
.tablecontact td.tdcontactnopadtd{
	width:50%;
}
.tdcontactsepdiv{
	width:20px;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
	border:0px solid #d1d3d4;
	width:calc(100% - 40px);
	padding:0px 20px;
	height:50px;
	font-size:13px;
	color:#333;
	background: #F5F5F5;
}
select.form_select{
	border:0px solid #d1d3d4;
	width:calc(100% - 0px);
	padding:0px 20px;
	height:45px;
	font-size:13px;
	color:#333;
	background: #F5F5F5;
}
.input_box2{
	padding-bottom:19px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:1px solid #d1d3d4;
		width:calc(100% - 0px);
		padding:0px 20px;
		height:45px;
		font-size:13px;
		color:#333;
		background:#fff;
	}
	.input_box2b{
		padding-bottom:20px;
	}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:55px;
	width:100%;
	background: #244AB2;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
}
input.submit_btn:hover{
	background-color:#333;
	
}
.faqimage{
	height:50vw;
	max-height:445px;
}
.tabletesti td.tdtesti{
	vertical-align:top;
}
.tabletesti td.tdtesti1{
	width:60px;
	padding-right:80px;
}
.tabletesti td.tdtesti2{
}
.hproductimg{
	height:54vw;
	max-height:666px;
	color:#fff;
}
.hproductimgpad{
	padding:40px;
}
.col2{
	display:inline-block;
	vertical-align:top;
	width:50%;
	box-sizing:border-box;
	
}
.col2pa{
	padding:0px 10px 20px 10px;
}
.col2imgdiv1{
	height:32vw;
	max-height:400px;
	color:#fff;
}
.col2imgdiv2{
	height:65vw;
	max-height:650px;
	color:#fff;
}
.col2pad{
	padding-top:20px;
	padding-left:40px;
}
.col2txtdiv{
	text-align:center;
}
.productgalleryimgdiv{
	height:21vw;
	max-height:260px;
	color:#fff;
}
.plpoint{
	display:inline-block;
	vertical-align:top;
	width:20%;
	padding-bottom:25px;
	text-align:center;
}
.plpointpad{
	padding:0px 10px;
}
.plimg{
	height:15vw;
	max-height:185px;
}
.realfigure{
	display:none;
}
.tvvideoiframe{
	width:100%;
	height:30vw;
	max-height:250px;
}
.videoiframe{
	width:100%;
	height:30vw;
	max-height:450px;
}
.wa_float_icon{
	position:fixed;
	z-index:1000;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:150px;
}
select.product_page_select{
	
	border:1px solid #bcbec0;
	height:37px;
	position:relative;
	width:auto;
	color:#000;
	font-size:13px;
	padding:0px 5px;
	vertical-align:middle;
}
.arrow_prev{
	margin-right:15px;
	vertical-align:middle;
}
.arrow_next{
	margin-left:15px;
	vertical-align:middle;
}
.featurebtn{
    display:inline-block;
    cursor:pointer;
    width:100%;
    text-align: center;
    border:1px solid #000;
    box-sizing: border-box;
    max-width: 550px;
    height:67px;
}
.featurebtn:hover{
    background:#000;
    color:#fff;
}
.featurebtntext{
    border-bottom:1px solid #000;display:inline-block;
}
.pageheaderimg{
    height:310px;
}
.pageheadermenuopacity{
    height:58px;
    background: rgba(0, 142, 175, 0.3);
    color:#fff;
    text-align: center;
}
.pageheadermenuopacity a{
    color:#fff;
}
.pageheadermenuopacity a:hover{
    color:#000;
}
.headernav{
    display:inline-block;
    margin-left:40px;
    margin-right:40px;
}
.a_headernav:first-child .headernav{
    margin-left:0px;
}
.a_headernav:last-child .headernav{
    margin-right:0px;
}
.featurebenefitpart1{
    background: #102230;
    color:#fff;
    padding-top:58px;
}
.tablefeature1 td.tdfeature{
    vertical-align: middle;
    width:50%;
}
.tablefeature1 td.tdfeature1{
    padding-left: calc(50vw - 610px);
}
.tablefeature1 td.tdfeature2{
    padding-left:4.1vw;
}
.plus_icon2{
    cursor: pointer;
    max-width: 39px;
    max-height: 39px;
}
.posicon1{
    position: relative;
    top:12vw;
    left:10.4vw;
}
.posicon2{
    position: relative;
    top:17vw;
    left:21vw;
}
.posicon3{
    position: relative;
    top:11vw;
    left:35vw;
}
.featurebenefitpart2{
    padding-top:110px;
    padding-bottom:80px;
    text-align: center;
}
.featureslidesbg{
    padding-bottom:100%;
}
.featurebenefitpart3{
    padding-top:70px;
    text-align: center;
    padding-bottom:150px;
}
.featureiframevideo{
    height:350px;
    /*max-height:350px;*/
}
.featurebenefitpart4{
    padding-top:130px;
    padding-bottom:130px;
}
.tablefeature4 td.tdfeature4{
    vertical-align: top;
    width:50%;
}
.tablefeature4 td.tdfeature4_1{
    
}
.tablefeature4 td.tdfeature4_2{
    
}
.tablefeature4 td.tdfeature4_2b{
    text-align: right;
}
.featurebenefitpart5{
    height:100vh;
    box-sizing:border-box;
    padding-top:130px;
    padding-bottom:100px;
    text-align: center;
    color:#fff;
}
.featurebenefitpart6{
    background: #081F31;
    text-align: center;
    color:#fff;
    padding-top:80px;
    padding-bottom:80px;
}
.tablefeature6 td.tdfeature6{
    vertical-align: top;
    width:50%;
}
.tablefeature6 td.tdfeature6_1{
    
}
.tablefeature6 td.tdfeature6_2{
    
}
.feature1point{
    display:none;
}
.featurebtn2{
    display:inline-block;
    cursor:pointer;
    width:100%;
    text-align: left;
    border:0px solid #000;
    box-sizing: border-box;
    max-width: 325px;
    height:43px;
    background:url(images/arrow_benefit.png) no-repeat right 20px center #eee;
    background-size:20px auto;
    padding-left:20px;
    border-radius: 30px;
    padding-right: 50px;
}
.featurebtn2:hover{
    background:url(images/arrow_benefit.png) no-repeat right 10px center #eee;
    background-size:20px auto;
}
.iframeyoutubeembed{
    height:50vw;
    max-height:500px;
}