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

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

html{
	height:100%;
	width:100%;
}
body{
	font-family: 'Rubik', sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	font-weight:300;
	color:#000;
	padding:0px;
	overflow-y:scroll;
}
input, textarea{
	font-family: 'Rubik', 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:#B21F24;
}
	.sf-menu a {
		color:#000 !important;
	}
	.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; }


.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, .displaym540, .displaym640, .displaym775, .displaym800, .displaym800_hide540, .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: 'Rubik', 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:1180px;
	padding:0px 20px;
	margin:0px auto;
}
.containerbig{
	min-width:280px;
	max-width:1520px;
	padding:0px 20px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1200px;
	padding:0px 20px;
	margin:0px auto;
}
.container3{
	min-width:280px;
	max-width:1000px;
	padding:0px 20px;
	margin:0px auto;
}
.container4{
	min-width:280px;
	max-width:880px;
	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;
}
.marginfit20px{
	margin-left:-20px;
	margin-right:-20px;
}
.marginfit15px{
	margin-left:-15px;
	margin-right:-15px;
}
.marginfit12px{
	margin-left:-12px;
	margin-right:-12px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfit6px{
	margin-left:-6px;
	margin-right:-6px;
}
.marginfitleft30px{
	margin-left:-30px;
}
.marginfitleft35px{
	margin-left:-35px;
}
.fullwidth{
	width:100%;
}
.header{
	height:135px;
	z-index:9000;
	width:100%;
	background:#fff;
	color:#000;
	position:fixed;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
	.header.menufixed{
		background:rgba(255,255,255,1);
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
		position:fixed;
	}
.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.headersep{
	height:135px;
}
.headerpad{
	padding-top:44px;
}
.headerleft{
	display:inline-block;
	vertical-align:top;
	height:135px;
	width:95px;
	padding-right:45px;
}
.headerright{
	display:inline-block;
	vertical-align:top;
	height:135px;
	width:calc(100% - 150px);
}
.logo{
	padding-top:17px;
}
.logo img{
	max-width:95px;
}
.headercert{
	max-height:39px;
	vertical-align:middle;
	margin-right:5px;
}
	.headercert2{
		max-height:70px;
		vertical-align:middle;
		margin-right:5px;
	}
.tableheaderop td.tdheadertop{
	vertical-align:middle;
}
.tableheaderop td.tdheadertop1{
}
.tableheaderop td.tdheadertop2{
	text-align:right;
}

.tableheader .tdheader{
	vertical-align:middle;
	height:97px;
}
.tableheader .tdheader1{
	width:160px;
	padding-right:30px;
}
.tableheader .tdheader2{
}
.tableheader .tdheader3{
	width:155px;
	padding-right:10px;
	
}
.tableheader .tdheader4{
	width:130px;
	
}
.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:#8FC920;
	color:#fff;
	font-size:14px;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	border:0px;
}
	.btnsearch:hover{
		background:#000;
	}
.headertop{
	padding-top:17px;
	height:80px;
	font-size:13px;
	box-sizing:border-box;
}
.headertopbtn{
	background: #25D366;
	height:21px;
	padding:0px 5px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	border:none;
	margin-left:20px;
	font-size:13px;
}
	.headertopbtn:hover{
		background:#666;
	}
.headertoppoint{
	margin-right:20px;
}
.headertoppoint img{
	margin-right:12px;
	max-height:28px;
	vertical-align:middle;
}
.headertoppoint a{
	color:#000;
}
	.headertoppoint a:hover{
		text-decoration:underline;
	}
	.headertoppoint span{
		opacity:0.5;
	}
.headerbottom{
	height:55px;
	font-size:13px;
}
.tableheaderbottom td.tdheaderbottom{
}
.tableheaderbottom td.tdheaderbottom1{
}
.tableheaderbottom td.tdheaderbottom2{
	width:215px;
	font-size:15px;
}
.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:10px;
	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:15px;
	color:#000;
	font-weight:600;
}
	.menufixed ul.sf-menu .lang_t_t1{
		color:#000;
	}
ul.sf-menu .headerddmenu{
	width:150px;
	height:37px;
	background:#f5f5f5;
	/*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:#000;
		font-weight:600;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
		height:37px;
	}
ul.sf-menu .arrow_dd{
	max-height:5px;
	margin-left:8px;
}
ul.sf-menu .menupop{
	padding-top:38px;
}
ul.sf-menu .menupoplang{
	padding-top:7px;
}
.line1sep{
	margin:0px 15px;
	vertical-align:middle;
}

.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: 43px;
	background: #8FC920;
	border-radius: 5px;
	border: solid 0px #ffffff;
  
	font-size: 14px;
	color: #ffffff;
	padding:0px 10px;
	box-sizing:border-box;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	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:22px;
	vertical-align:middle;
}
.menupoint{
	display:inline-block;
	vertical-align:middle;
	padding-left:16px;
	padding-right:16px;
	height:55px;
	border-bottom:3px solid transparent;
	border-top:3px solid transparent;
	box-sizing:border-box;
}
.menupoint:hover, .menupointactive{
	border-bottom:3px solid #B21F24;
}
.a_menupoint:first-child .menupoint{
	padding-left:0px;
}
a.a_menupoint{
	color:#000;
}
	a.a_menupoint:hover{
	}
.headerbottombtn{
	text-align:center;
	background: #B21F24;
	color:#fff;
	font-weight:600;
	height:55px;
	width:100%;
	
}
	.headerbottombtn:hover{
		background:#000;
	}
	.headerbottombtn img{
		margin-right:10px;
		vertical-align:middle;
		max-height:26px;
	}
	.headerbottombtn span{
		margin-right:10px;
	}

.page_title0, .pagetitle0{
	font-size:35px;
}
	.page_title0b, .pagetitle0b{
		font-size:35px;
		line-height:45px;
		font-weight:600;
	}
.page_title1, .pagetitle1{
		font-size:27px;
		line-height:37px;
		font-weight:600;
	}
.page_title2, .pagetitle2{
	font-size:28px;
	line-height:38px;
}
	.page_title2b, .pagetitle2b{
		font-size:28px;
		line-height:38px;
		font-weight:600;
	}
	.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:600;
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-weight:600;
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:30px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:30px;
		font-weight:600;
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:20px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:20px;
		font-weight:600;
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:23px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:23px;
		font-weight:600;
	}
	.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-weight:600;
	}
.page_description1, .pagedescription1{
	font-size:15px;
	line-height:22px;
}
	.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:600;
	}
	.pagedescription1table table{
		border-collapse:collapse;
	}
	.pagedescription1table td{
		border:1px solid #000;
		padding:3px;
	}
	.pagedescription1 em, .pagedescription1 i{
		font-style:italic;
	}
.page_description2, .pagedescription2{
	font-size:13px;
	line-height:18px;
}
	.pagedescription2 b, .pagedescription2 strong, .page_description2 b, .page_description2 strong{
		font-weight:600;
	}
.page_description3, .pagedescription3{
	font-size:11px;
	line-height:18px;
}
.btn1{
	min-width:100px;
	padding:0px 65px 0px 25px;
	height:44px;
	background:url(images/arrow_more.png) no-repeat right 20px center #B21F24;
	border:0px solid #fff;
	cursor:pointer;
	color:#fff;
	font-size:15px;
}
	.btn1:hover{
		background:url(images/arrow_more.png) no-repeat right 15px center #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:100px;
	padding:0px 65px 0px 25px;
	height:44px;
	background:url(images/arrow_more5.png) no-repeat right 20px center #fff;
	border:0px solid #fff;
	cursor:pointer;
	color:#000;
	font-size:15px;
}
	.btn2:hover{
		background-color:#eee;
		color:#000;
	}
	.btn2 img{
		vertical-align:middle;
		max-height:18px;
		margin-right:15px;
	}
	.btn2b{
		border: 1px solid rgba(0, 0, 0, 0.1);
		background:none;
		color:#000;
	}
	.btn2b:hover{
		background-color:#eee;
		color:#000;
	}
	.btn2c{
		min-width:130px;
		border: 1px solid #fff;
		background:none;
		color:#fff;
	}
	.btn2c:hover{
		background-color:#fff;
		color:#000;
	}
	.btn2ml{
		margin-left:15px;
	}
.btn3{
	min-width:200px;
	padding:0px 20px;
	height:65px;
	background: #B21F24;
	border:0px solid #C4C4C4;
	cursor:pointer;
	color:#fff;
	font-size:14px;
	box-sizing:border-box;
}
	.btn3:hover{
		background-color:#000;
		color:#fff;
	}
	.btn3b{
		border: 1px solid rgba(0, 0, 0, 0.3);
		background:#fff;
		color:#999;
		margin-bottom:10px;
	}
.btn4{
	width:auto;
	min-width:150px;
	padding:0px 20px;
	height:47px;
	background:#8FC920;
	cursor:pointer;
	color:#fff;
	border:0px solid #fff;
	font-size:15px;
}
	.btn4:hover{
		background-color:#000;
	}
.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;
}
.greybg2{
	background:#e5e5e5;
}
.colorblack{
	color:#000;
}
.colorwhite{
	color:#fff;
}
.colororange{
	color:#d5520b;
}
.colorred{
	color:#B21F24;
}
.colorgreen{
	color: #8FC920;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color: #022B75;
}
.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;
}
.maxwidth550{
	max-width:550px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.heightsep1{
	height:100px;
}
.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";
}

.wa_float_icon{
	position:fixed;
	z-index:5000;
	left:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:50px;
}
.homepart1{
	/*height:52.5vw;*/
	height:calc(100vh - 135px); 
	color:#fff;
}
.homepart1posabs{
	position:relative;
	z-index:1000;
}
	.homepart1 a{
		color:#fff;
	}
	.homepart1 a:hover{
		text-decoration:underline;
	}
.scml1{
	margin-left:30px;
}
.hp1scroll span{
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	padding-bottom:10px;
}
.hp1scroll img{
	max-height:59px;
	vertical-align:middle;
}
.year50icon{
	height:25vw;
	max-height:300px;
	min-height:200px;
}
.tablehomepart1a td.tdhomepart1a{
	height:95px;
	vertical-align:middle;
	width:50%;
}
.tablehomepart1a td.tdhomepart1a1{
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding-right:25px;
}
.tablehomepart1a td.tdhomepart1a2{
	padding-left:35px;
}
.homepart1abtn{
	background:url(images/arrow_more2.png) no-repeat right 10px center;
	width:100%;
	height:95px;
	padding-right:50px;
	box-sizing:border-box;
	
}
.homepart1a_left{
	display:inline-block;
	vertical-align:middle;
	width:60px;
	padding-right:10px;
}
.homepart1a_right{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 70px);
}
	.homepart1abtn img{
		max-height:36px;
		vertical-align:middle;
		margin-right:40px;
	}
	.homepart1abtn:hover{
		background:url(images/arrow_more2.png) no-repeat right 0px center;
		color:#B21F24;
	}
.tablehomepart2 td.tdhomepart2{
	vertical-align:middle;
	width:50%;
}
.tablehomepart2 td.tdhomepart2_1{
	background: #F5F5F5;
}
.tablehomepart2 td.tdhomepart2_2{
	background: #F5F5F5;
	
}
	.tdhomepart2_2pad{
			padding:50px 80px;
	}
.homevideo{
	max-width:100%;
	/*height:55.55vw;
	max-height:calc(100vh - 135px);*/
}
.tablehomepart4 td.tdhomepart4{
	vertical-align:middle;
	width:50%;
}
.tablehomepart4 td.tdhomepart4_1{
	background:#000;
	color:#fff;
}
.tablehomepart4 td.tdhomepart4_2{
	background:#000;
}
	.tdhomepart4_1pad{
			padding:50px 80px;
	}
.homepart5head{
	padding:25px 0px;
}
.tablehomepart5 td.tdhomepart5{
	vertical-align:middle;
}
.tablehomepart5 td.tdhomepart5_1{
	width:180px;
}
.tablehomepart5 td.tdhomepart5_2{
	text-align:center;
}
.tablehomepart5 td.tdhomepart5_3{
	text-align:right;
	width:180px;
}
.arrow_more3{
	margin-left:10px;
	vertical-align:middle;
}
.homedestinationimg{
	height:36.5vw;
	color:#fff;
	max-height:430px;
}
.homedestinationimgb{
	height:36.5vw;
	color:#fff;
	max-height:430px;
}
.customPrevBtn{
	position:relative;
	top:12.5vw;
	z-index:1000;
	left:20px;
	opacity:1;
	cursor:pointer;
}
.customNextBtn{
	position:relative;
	top:12.5vw;
	z-index:1001;
	right:20px;
	opacity:1;
	cursor:pointer;
}
.customPrevBtn:hover, .customNextBtn:hover{
	opacity:1;
}
.hp5btn{
	text-align:left;
	padding:35px 70px 30px 35px;
	background:url(images/arrow_more4.png) no-repeat right 35px bottom 25px;
}
.homepart6{
	padding-top:50px;
	padding-bottom:50px;
}
.hp6point{
	display:inline-block;
	width:16.66%;
	padding:0px 20px 40px 20px;
	vertical-align:middle;
	box-sizing:border-box;
	text-align:center;
}
.hp6point img{
	max-width:100%;
	max-height:120px;
}
.homepart7{
	padding-bottom:75px;
}
.tablehomepart7 td.tdhomepart7{
	
}
.tablehomepart7 td.tdhomepart7_1{
}
.tablehomepart7 td.tdhomepart7_2{
	text-align:right;
}
.hp5_point{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
}
.hp5_point_pad{
	padding:0px 10px;
}
.tdhp5imgdiv{
	padding-bottom:100%;
}
.tdhp5_2pad{
	padding:25px;
	background:#f5f5f5;
	min-height:55px;
}
.line2{
	vertical-align:middle;
	margin:0px 10px;
}
.hp5minheight{
	min-height:80px;
}
.webfooterbg{
	height:445px;
	text-align:center;
	padding:40px;
	color:#fff;
	box-sizing:border-box;
}
.webfooterpart1{
	padding-top:70px;
	padding-bottom:70px;
}
.tablefooter1 td.tdfooter1{
	vertical-align:top;
}
.tablefooter1 td.tdfooter1_1{
	width:30%;
	padding-right:40px;
}
.tablefooter1 td.tdfooter1_2{
	padding-top:30px;
}
.tablefcontact td.tdfcontact{
	vertical-align:top;
	padding-bottom:15px;
}
.tablefcontact td.tdfcontact1{
	width:37px;
	padding-right:10px;
	vertical-align:top;
}
	.tdfcontact1 img{
		margin-top:3px;
		max-height:20px;
		max-width:18px;
		vertical-align:middle;
	}
.tablefcontact td.tdfcontact2{
}
.tablefcontact td.tdfcontact2 a{
	color:#000;
}
	.tablefcontact td.tdfcontact2 a:hover{
		color:#333;
	}
.socmed_point{
	margin-right:15px;
}
	.socmed_point:last-child{
		margin-right:10px;
	}
	.socmed_point img{
		max-width:15px;
		max-height:15px;
		vertical-align:middle;
	}
.socmed_border{
	border: 3px solid #000000;
	box-sizing:border-box;
	width:36px;
	height:36px;
	text-align:center;
	display:inline-block;
}
.footerpoint{
	padding-bottom:15px;
	font-weight:bold;
}
.footerpoint2{
	padding-bottom:15px;
}
.tablefooter2 td.tdfooter2{
	padding-right:25px;
	width:25%;
}
.copyright{
	padding-top:35px;
}
.tablewebfootercopyright td.tdwebfootercopyright{
	vertical-align:middle;
}
.tablewebfootercopyright td.tdwebfootercopyright1{
	padding-right:20px;
}
.tablewebfootercopyright td.tdwebfootercopyright2{
	text-align:right;
}
.downloadtd0{
	width:68px;
	padding-right:50px;
}
.downloadtd2{
	width:158px;
	padding-left:50px;
}
.framepad{
	padding:0px 35px;
}
.frame_t1{
	font-size:28px;
	font-weight:bold;
}
.contactsep{
	height:1px;
	width:23px;
}
.tablecontact td.tdcontactnopadtd{
	width:50%;
}
.tdcontactsepdiv{
	width:20px;
}
input.form_input2, textarea.form_input2{
	border:0px solid #ddd;
	/*border-bottom:2px solid #e6e7e8;*/
	width:calc(100% - 42px);
	padding:0px 20px;
	height:58px;
	font-size:15px;
	color:#000;
	background:#f5f5f5;
}
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:23px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:0px solid #d1d3d4;
		background:#f1f2f2;
		width:100%;
		padding:0px 20px;
		height:57px;
		font-size:15px;
		color:#333;
	}
	.input_box2b{
		padding-bottom:20px;
	}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:55px;
	width:100%;
	background:#000000;
	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;
}
.headerimg{
	height:400px;
	color:#fff;
}
.newspart1{
	padding-top:50px;
	padding-bottom:80px;
}
.tablehnews td.tdhnews{
	vertical-align:top;
}
.tablehnews td.tdhnews1{
	width:62%
}
.tablehnews td.tdhnews2{
	padding-left:20px;
}
.hnewsimg{
	height:43vw;
	max-height:525px;
	color:#fff;
}
.hnewsimgpad{
	padding:40px 40px;
}
.news_point{
	padding-bottom:35px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	margin-bottom:35px;
}
.tablenews td.tdnews{
	vertical-align:top;
}
.tablenews td.tdnews_1{
	width:24%;
}
.tablenews td.tdnews_2{
	vertical-align:middle;
}
.tdnewsimgdiv{
	padding-bottom:100%;
}
.tdnews_2{
	padding-left:30px;
}
.trendingpart{
	background: #F5F5F5;
	padding:30px;
}
.trendingpoint{
	padding:30px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
	.trendingpoint:last-child{
		border-bottom:0px;
	}
.navpart2{
	padding-top:60px;
	padding-bottom:80px;
}
.back_icon{
	max-height:33px;
	vertical-align:middle;
	margin-right:25px;
}
.newsdetailpart{
	text-align:center;
	padding-bottom:80px;
}
.pagecontentpart{
	padding-top:80px;
	padding-bottom:100px;
}
.pagecontentpart2{
	padding-top:20px;
	padding-bottom:100px;
}
.tableoverview td.tdoverview{
	vertical-align:top;
}
.tableoverview td.tdoverview1{
	padding-right:30px;
	width:35%;
}
.tableoverview td.tdoverview2{
	padding-left:30px;
}
.clientshadow{
	padding:30px 20px 0px 20px;
}
.projectpoint{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	padding:0px 20px 40px 20px;
	box-sizing:border-box;
}
.tableoverview2 td.tdoverview2{
	vertical-align:middle;
}
.tableoverview2 td.tdoverview2_1{
	padding-right:30px;
	width:50%;
}
.tableoverview2 td.tdoverview2_2{
	padding-left:30px;
}
.projectshadow{
	padding:20px 20px 20px 20px;
	
}
.pf_table{
	border-collapse:collapse;
}
.pf_table td{
	padding:10px;
	border: 1px solid #E3E3E3;
	text-align:center;
    font-size:13px;
    white-space:nowrap;
}
.pf_table tr:nth-child(even) {
	background: #f5f5f5;
}
.pf_table tr:nth-child(odd) {
	background: #fff;
}

.pf_table td:first-child{
	width:40px;
}
.pf_table td.tdcol1 {
	background: #e3b6b5;
    font-weight:bold;
}
.pf_table td.tdcol2 {
    background: #e3b6b5;
}
.pf_table td.pf_td_header{
	background:#B21F24;
	color:#fff;
	border: 1px solid #eee;
}
.contactcol2{
	display:inline-block;
	vertical-align:top;
	width:50%;
	box-sizing:border-box;
	padding:0px 20px;
}
.contactmap{
	height:30vw;
	max-height:350px;
}
.contactpad{
	padding:40px;
	background:#f5f5f5;
}
.getdirection{
	width:100%;
	padding:0px 65px 0px 25px;
	height:65px;
	background:url(images/arrow_more6.png) no-repeat right 20px center #B21F24;
	border:0px solid #fff;
	cursor:pointer;
	color:#fff;
	font-weight:700;
	text-align:left;
	background-size: 10px 15px;
}
	.getdirection:hover{
		background:url(images/arrow_more6.png) no-repeat right 15px center #000;
		color:#fff;
	}
.contactmh{
	min-height:190px;
}
.contactshadow{
	padding:40px 40px 40px 40px;
	
}
.g-recaptcha{
	text-align:center;
}
.g-recaptcha > div:first-child{
	display:inline-block;
}
.certificationpoint{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	padding:0px 20px 40px 20px;
	box-sizing:border-box;
	text-align:center;
}
.certimg{
	padding-bottom:125%;
}
.productionflowpoint{
	display:inline-block;
	vertical-align:middle;
	width:28%;
	box-sizing:border-box;
}
.productionflowpointb{
	display:inline-block;
	vertical-align:middle;
	width:46%;
	box-sizing:border-box;
}
	.productionflowpointsephor{
		display:inline-block;
		vertical-align:middle;
		text-align:center;
		width:8%;
		box-sizing:border-box;
		/*background:url(images/sephor.png) repeat-x center center;*/
	}
	.productionflowpointsephor2{
		display:inline-block;
		vertical-align:middle;
		text-align:center;
		width:8%;
		box-sizing:border-box;
	}
		.productionflowpointsephor img{
			max-height:33px;
		}
	.productionflowpointsepver{
		text-align:center;
		height:63px;
		/*background:url(images/sepver.png) repeat-y center center;*/
	}
		.productionflowpointsepver img{
			max-height:33px;
		}
.productionflowpoint2{
	width:100%;
}
.pf_img{
	padding-bottom:75%;
}
	.productionflowpoint2 .pf_img{
		padding-bottom:40%;
	}
.pf_bot{
	color:#fff;
	background: #B21F24;
}
.pf_num{
	width:63px;
	height:63px;
	display:inline-block;
	vertical-align:middle;
	background: #CB2127;
	text-align:center;
}
.pf_txt{
	height:63px;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	width:calc(100% - 63px);
	display:inline-block;
	vertical-align:middle;
}
.tablecalc td.tdcalc{
	vertical-align:middle;
	padding:5px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tablecalc td.tdcalc1{
	width:68px;
	padding-left:0px;
	
}
	.tablecalc td.tdcalc1 img{
		max-height:68px;
	}
.tablecalc td.tdcalc2{
}
.tablecalc td.tdcalc3{
	width:150px;
	text-align:right;
}
.tablecalc td.tdcalc4{
	width:150px;
	text-align:right;
}
.tablecalc td.tdcalc5{
	width:150px;
	text-align:right;
}
.tablecalc tr.trcalcresult{
	background: #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff;
}
.tablecalc tr.trcalcresult td.tdcalc{
	padding:25px 15px;
	font-weight:600;
}
.tablecalc tr.trcalcresult td.tdcalc5{
	width:150px;
}
.input_style1_dot{
	width:25px;
	height:25px;
	text-align:center;
	background: #B21F24;
	display:inline-block;
	vertical-align:middle;
}
	.input_style1_dot img{
		max-width:12px;
		max-height:12px;
	}
input.input_style1{
	width:44px;
	height:33px;
	background: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding:0px 10px;
	color:#000;
	font-size:13px;
}
select.input_style1{
	width:96px;
	height:41px;
	border:1px solid #bcbec0;
	padding:0px 10px;
	color:#000;
	font-size:12px;
}
	select.input_style1b{
		height:30px;
	}
	select.input_style1auto{
		width:auto;
		min-width:96px;
	}
.tablecalcd td.tdcalcd{
	vertical-align:middle;
	width:50%;
}
.tablecalcd td.tdcalcd1{
}
.tablecalcd td.tdcalcd2{
	padding-left:30px;
	text-align:right;
}
.tablecalc tr.trcalcheader td{
	background: #B21F24;
	color:#fff;
	padding:20px 10px;
	font-weight:600;
}
.ulcalc{
	
}
.tdcalcd2mr10{
	margin-right:10px;
}
.aboutgalleryimg{
	padding-bottom:66%;
}
.sliderPad{
	padding:0px 20px;
}
.abouthistorypart{
	padding:80px 40px;
	background:#f5f5f5;
}
.events-content h2 {
    font-size: 28px;
    color: #B21F24;
    padding-bottom: 15px;
}
.aboutpart3{
	padding-top:80px;
	padding-bottom:80px;
	color:#fff;
}
.tableap3 td.tdap3{
	width:50%;
	vertical-align:middle;
}
.tableap3 td.tdap3_1{
	padding-right:25px;
}
.tableap3 td.tdap3_2{
	padding-left:25px;
}
.visionborder{	
	border-left: 2px solid #B21F24;
	padding-left:35px;
}
.visionpadbot{
	padding-bottom:70px;
}
.productdownloadbtn{
	background:#fff;
	display:inline-block;
	width:auto;
	padding:0px 20px;
	height:53px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;	
}
	.productdownloadbtn img{
		max-height:22px;
		vertical-align:middle;
		margin-right:20px;
	}
	.productdownloadbtn:hover{
		background:#eee;
		color:#B21F24;
	}
.productshadow{
	padding:20px 20px 20px 20px;
}
.productoverflowx{
	overflow-x:auto;
	overflow-y:auto;
	max-height:70vh;
}
.weight2info{
	padding-top:5px;
	padding-bottom:5px;
	color:#999;
}
.hompepart1pl{
	padding-left:20px;
}
.homefaqpart{
	padding-top:20px;
	padding-bottom:80px;
}
.hlinefaq{
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
	height:2px;
	background:#B21F24;
	width:35px;
}
.tablefaqhead td.tdfaqhead{
	vertical-align: middle;
}
.tablefaqhead td.tdfaqhead1{
	padding-right:20px;
}
.tablefaqhead td.tdfaqhead2{
	text-align: right;
}
.arrow_faq{
	max-width: 28px;
	margin-left:10px;
}
.faq_head{
	padding-bottom:40px;
}
.areapoint{
	border:1px solid #ebecec;
	margin-bottom:10px;
}
.areadtitle{
	cursor:pointer;
	
	background: #F5F5F5;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:35px;
	
}
.areadtitle:hover{
	
	background-color:#f9f9f9;
	color:#000;
}
.areadetail{
	display:none;
	border-top:1px solid #ebecec;
	line-height:30px;
	padding-top:30px;
	padding-bottom:60px;
	padding-left:30px;
	padding-right:65px;
}
.faq_body{
	padding-bottom:20px;
}