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


html{
	height:100%;
	width:100%;
}
body{
	font-family: 'Roboto', sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	color:#231f20;
	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:#6d6e71;
	-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:hover{
	color:#ffcb05;
}
b,strong{
    font-weight: bold;
}
: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; }

.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;
}
.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;
}
.posabs{
	position:absolute;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.displaym, .menudisplaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .displaym640, .displaym775, .displaym800, .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:750px;
	height:calc(100vh - 110px);
	background:#fff;
	color:#333;	
	margin-left:-375px;
	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{
	position:fixed;	
	z-index:9999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
	display:none;
}
.container{
	min-width:280px;
	max-width:1200px;
	padding:0px 20px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1150px;
	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;
}
.fullwidth{
	width:100%;
}
.header{
	height:115px;
	position:fixed;
	z-index:10000;
	width:100%;
	
}
.headerheight{
	height:115px;
}
.headershadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}
.headeroption{
	border-top:1px solid #eee;
	display:none;
}
.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;
}
.logo{
	width:138px;
	height:115px;
	display:inline-block;
	text-align:center;
	/*box-shadow:0px -3px 10px #999;*/
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	background:#fff;
	vertical-align:top;
}
.logotext{
	padding-top:5px;
	font-size:10px;
	font-weight:bold;
	color:#0b9344;
}
.headertop{
	height:28px;
	background:#231f20;
	border-bottom:2px solid #f00;
	color:#fff;
	font-size:13px;
}
.headertoptable td.headertoptd1{
	padding-left:0px;
}
.headertoptable td.headertoptd2{
	border-right:1px solid #fff;
	padding-right:10px;
}
.headertoptable td.headertoptd3{
	border-right:1px solid #fff;
}
.headertoptable td.headertoptd4{
	padding-left:12px;
	width:58px;
}
.headertoptable td.headertoptd5{
	width:40px;
}
.headertoptable td{
	height:28px;
	vertical-align:middle;
}
.lang_t img{
	vertical-align:middle;
}
.lang_t{
	display:inline-block;
	margin-left:3px;
	color:#ffcb05;
}
	.lang_t2{
		display:inline-block;
		margin-left:3px;
		color:#000;
	}
.headertopbtn{
	height:28px;
	display:inline-block;
	padding:0px 10px;
	color:#adb3d0;
	border-right:1px solid #adb3d0;
}
.headertopbtn:hover{
	background:#ffdd00;
	color:#666;
}
.headermenu{
	height:87px;
	background:#ffcb05;
}
.headermenutable td.headermenutd{
	height:87px;
	vertical-align:middle;
}
.headermenutable td.headermenutd1{
	width:230px;
	text-align:left;
}
.headermenutable td.headermenutd2{
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#7f7f7f;
}
.headermenutable td.headermenutd3{
	text-align:right;
	width:25px;
	padding-left:25px;
    vertical-align: middle;
}
.headermenutable td.headermenutd4{
	text-align:right;
	font-size:15px;
	color:#6d6e71;
}
.headermenutd4 img{
	margin-left:5px;
}
.headermenusocmedbtn{
	height:28px;
	width:29px;
	display:inline-block;
	background:#bbbbba;
	text-align:center;
	margin-left:5px;
}
.headermenusocmedbtn img{
	max-height:17px;
}
.headermenusocmedbtn:hover{
	background:#ffdd00;
}
.searchbtn{
	cursor:pointer;
}
ul.sf-menu .headermenubtn{
	font-weight:bold;
	font-size:13px;
	border-top:4px solid transparent;
	height:79px;
	border-bottom:4px solid transparent;
	display:inline-block;
	padding:0px 15px;
	color:#000;
}
ul.sf-menu .headerddmenu{
	width:200px;
	height:37px;
	background:#231f20;
	border-bottom:1px solid #444;
	text-align:left;
	padding:0px 10px;
	color:#fff;
	font-size:13px;
	font-weight:normal;
}
	ul.sf-menu .headerddmenu:hover{
		color:#ffcb05;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
		height:27px;
	}
ul.sf-menu .menupoplang{
	padding-top:8px;
}
ul.sf-menu .headermenubtn:hover, ul.sf-menu .headermenubtnactive{
	border-bottom:4px solid #fff450;
	background:#ffd314;
	color:#000;
}
.header_search_box_id{
    
    vertical-align: middle;
}
.header_search_box{
	width:155px;
	background:#fff;
	border:1px solid #fff;
	padding-left:13px;
	height:35px;
	display:inline-block;
	vertical-align:middle;
    margin-left:20px;
}
	.header_search_boxm{
		width:calc(100% - 28px);
		background:#fff;
		border:1px solid #fff;
		padding:0px 13px;
		height:38px;
		display:inline-block;
		vertical-align:top;
	}
.search_input{
	width:110px;
	height:32px;
	border:0px;
	background:#fff;
	font-size:13px;
}
	.search_inputm{
		width:100%;
		height:35px;
		border:0px;
		background:#fff;
		font-size:13px;
	}

.logoright{
	display:inline-block;
	width:calc(100% - 141px);
	vertical-align:top;
}
.ctoptd1{
	padding-left:30px;
	font-style:italic;
}
.headertoppoint{
	font-size:13px;
	margin-left:20px;
	color:#fff;
}
.headertoppoint img{
	margin-right:6px;
	vertical-align:middle;
}
.headertoppoint a{
	color:#fff;
}
.headertoppoint a:hover{
	color:#ccc;
}
.search_img{
	position:relative;
	top:7px;
}
	.search_img_m{
		position:relative;
		top:10px;
	}
.headeroption{
	padding-top:10px;
	padding-bottom:40px;
}
.socmed_point{
	margin-left:2px;
	margin-right:2px;
}

.page_title1, .pagetitle1{
	font-weight:bold;
	font-size:30px;
}
.page_title2, .pagetitle2{
	font-size:28px;
}
.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_description1, .pagedescription1{
	font-size:15px;
	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;
	}
.btn1{
	width:100%;
	max-width:260px;
	padding:0px 30px;
	height:50px;
	background:none;
	border:1px solid #d1d3d4;
	cursor:pointer;
	color:#231f20;
	font-size:13px;
}
	.btn1:hover{
		background-color:#ffcb05;
	}
	.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;
	}
.btn2{
	width:100%;
	max-width:260px;
	padding:0px 30px;
	height:50px;
	background:none;
	cursor:pointer;
	color:#fff;
	border:1px solid #fff;
	font-size:15px;
}
	.btn2:hover{
		background-color:#ffcb05;
		border-color:#ffcb05;
		color:#000;
	}
.btn3{
	width:100%;
	max-width:260px;
	padding:0px 30px;
	height:54px;
	background:#000;
	cursor:pointer;
	color:#fff;
	border:0px solid #fff;
	font-size:15px;
}
	.btn3:hover{
		background-color:#222;
		color:#ffcb05;
	}
.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;
	}
.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;
}
.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:#de5326;
}
.colorgreen{
	color:#0b9444;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#21205f;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth750{
	max-width:750px;
}
.heightsep1{
	height:100px;
}
.line1{
	height:2px;
	background:#ffcb05;
	margin-bottom:50px;
	width:65px;
}
.line2{
	height:1px;
	background:#ffcb05;
	margin-bottom:25px;
	width:45px;
}
.line3{
	height:1px;
	background:#ffcb05;
	margin-top:25px;
	margin-bottom:25px;
	width:82px;
}
.homeaboutpart{
	padding-top:80px;
	padding-bottom:125px;
}
.homepart1a{
	height:0px;
	position:relative;
	top:-42px;
	z-index:100;
}
.tablehomepart1a td.tdhomepart1a{
	width:33%;
	color:#fff;
}
.tdhomepart1a_br_r{
	border-right:2px solid #d5d7d8;
}
.homepart1a_point{
	background:url(images/home2bg.png) repeat-x bottom #eff0f1;
	padding:19px 19px 19px 19px;
	color:#414042;
}
.homepart1a_point:hover{
	background:#d3d5d6;
}
.tablehomepart1ain{
	max-width:315px;
}
.tablehomepart1ain td{
	vertical-align:middle;
}
.tdhomepart1ain1{
	width:71px;
	padding-right:0px;
}
.tdhomepart1ain2{
	text-align:center;
}
.homepart1a_t1{
	color:#414042;
	font-size:15px;
}
.homepart1a_t2{
	font-size:20px;
	color:#414042;
	font-weight:bold;
}
.homepart1aimgbtn{
	width:48px;
	height:48px;
	text-align:center;
	background:#231f20;
}
.homeproductpart{
	padding-top:115px;
	padding-bottom:75px;
	background:url(images/homeproductb.png) no-repeat top center;
	background-size:cover;
	border-bottom:3px solid #f00;
	color:#fff;
}
.homeproductdiv{
	height:312px;
}
.sliderLogo{
	height:152px;
	padding-bottom:40px;
}
.sliderLogoTesti{
	height:152px;
	padding-bottom:20px;
}
.sliderPad{
	padding:0px 13px 0px 13px;
	text-align:center;
}
.sliderPadT{
	background:#fffcf7;
	border-right:2px solid #feedd9;
	border-left:2px solid #feedd9;
	padding-top:20px;
}
.sliderH{
	height:60px;
	background:url(images/homeproductpointbg.png) repeat-x bottom center #efeff0;
	font-size:18px;
	color:#000;
}
	.sliderPad:hover .sliderH{
		background:#ffcb05;
		color:#000;
	}
.sliderT1{
	font-size:20px;
	color:#ff9123;
	font-weight:500;
}
.sliderT2{
	font-size:15px;
	font-weight:500;
	line-height:26px;
	color:#58595b;
}
.homeproductpart2{
	padding-top:80px;
	padding-bottom:80px;
	color:#000;
}
.homeotherpart{
}
.tablehomeotherpart td.tdhomeotherpart{
	vertical-align:top;
	padding-top:43px;
	padding-bottom:42px;
	width:33.3%;
}
.tablehomeotherpart td.tdhomeotherpart1{
	border-right:1px solid #d1d3d4;
	padding-right:30px;
}
.tablehomeotherpart td.tdhomeotherpart2{
	border-right:1px solid #d1d3d4;
	padding-left:30px;
	padding-right:30px;
}
.tablehomeotherpart td.tdhomeotherpart3{
	padding-left:30px;
}
.tablehomeotherhpart td.tdhomeotherhpart{
	vertical-align:bottom;
	color:#231f20
}
.tablehomeotherhpart td.tdhomeotherhpart1{
	font-size:20px;
}
.tablehomeotherhpart td.tdhomeotherhpart2{
	text-align:right;
	width:50px;
	padding-left:20px;
}
a.a_more{
	color:#231f20;
}
	a.a_more:hover{
		color:#ffcb05;
	}
.hnewspoint{
	margin-bottom:34px;
	line-height:23px;
}
.hnewspoint2{
	line-height:23px;
}
.tablehomenews td.tdhomenews{
	vertical-align:middle;
}
.tablehomenews td.tdhomenews1{
	width:65px;
	padding-right:20px;
}
.hnewsimgdiv{
	height:65px;
}
.hgalleryimgpoint{
	display:inline-block;
	width:calc(33% - 2px);
	margin-right:2px;
	margin-bottom:2px;
}
.hgalleryimg{
	width:100%;
	padding-top:100%;
}
.tablefcontact td.tdfcontact{
	vertical-align:middle;
	padding-bottom:17px;
	font-size:15px;
}
.tablefcontact td.tdfcontact1{
	width:45px;
}
.tablefcontact td.tdfcontact2{
}
.tablefcontact td.tdfcontact2 a{
	color:#231f20;
}
	.tablefcontact td.tdfcontact2 a:hover{
		color:#ffcb05;
	}
.webfooterpart{
	padding:100px 0px;
	/*background:url(images/logo_bg.png) no-repeat top right 70px #21205f;*/
	line-height:17px;
	font-size:13px;
	border-top:1px solid #d1d3d4;
}
.tablewebfooter td.tdwebfooter{
	vertical-align:middle;
}
.tablewebfooter td.tdwebfooter1{
	width:20%;
}
.tablewebfooter td.tdwebfooter2{
	text-align:center;
}
.tablewebfooter td.tdwebfooter3{
	text-align:center;
	width:20%;
}
.socmedfooter{
	width:66px;
	height:66px;
	vertical-align:top;
	background:#000;
	margin:0px 10px;
	display:inline-block;	
	text-align:center;
}
.socmedfooter:hover{
	background:#222;
}
.footermenupoint{
	margin:0px 10px;
	margin-bottom:10px;
	display:inline-block;
	font-size:13px;
	color:#231f20;
}
	.footermenupoint:hover{
		color:#ffcb05;
	}
.copyright{
	color:#939598;
	font-size:13px;
}
.subscribepart{
	max-width:400px;
	
}
input.email_subscribe{
	height:53px;
	border:1px solid #d1d3d4;
	border-right:0px;
	padding:0px 18px;
	width:calc(100% - 37px);
	background:#fff;
	font-size:13px;
}
input.emailsubscribebtn{
	height:55px;
	background:#000;
	border:none;
	width:120px;
	text-align:center;
	color:#fff;
	font-size:13px;
	cursor:pointer;
}
input.emailsubscribebtn:hover{
	background:#333;
}
.homesubscribetd2{
	width:110px;
}
.pagenavpart{
	font-size:13px;
	color:#939598;
	padding-top:14px;
	padding-bottom:40px;
	display:none;
}
a.a_nav{
	color:#939598;
}
a.a_nav:hover{
	color:#0b9444;
}
.nav_sep{
	margin:0px 7px;
}
.headbluepage{
	height:70px;
	background:#f1f2f2;
	color:#000;
}
.table_headbluepage .td_headbluepage{
	vertical-align:middle;
	height:70px;
}
.td_headbluepage1{
	width:200px;
	font-size:15px;
}
.td_headbluepage1 a{
	color:#000;
	vertical-align:middle;
}
.td_headbluepage2{
	text-align:center;
}
.td_headbluepage3{
	width:200px;
	text-align:right;
}
.backicon{
	vertical-align:bottom;
	margin-right:15px;
}
.aboutpart1{
	padding-bottom:70px;
}
.ulcapa{
	list-style-image: url('images/arrow_ulcap.png');
	margin-left:15px;
}
	.ulcapa li{
		padding:20px 20px 20px 35px;
		border-bottom:1px solid #e8e9e9;
		line-height:23px;
		font-size:15px;
	}
	.ulcapa li:last-child{
		border-bottom:0px;
	}
.menusub_point{
	font-size:19px;
	color:#a9a8d5;
	margin:0px 10px;
}
	.menusub_point a{
		color:#a9a8d5;
	}
	.menusub_point:hover, .menusub_point_active{
		color:#fff;
	}
.td_headbluepage3txt{
	margin-right:10px;
	display:inline-block;
}
.pagehead{
	margin-top:40px;
	margin-bottom:40px;
}
.tableheadpage td.tdheadpage{
	height:55px;
	vertical-align:middle;
	font-size:20px;
}
.tableheadpage td.tdheadpage1{
	width:209px;
	background:#ffcb05;
	color:#000;
	padding-left:23px;
	padding-right:23px;
}
.tableheadpage td.tdheadpage2{
	background:#231f20;
	border-left:3px solid #f00;
	color:#fff;
	padding:0px 25px;
}
	td.tdheadpage2 a{
		color:#fff;
	}
	td.tdheadpage2 a:hover{
		text-decoration:underline;
	}
.tablebodypage td.tdbodypage{
	vertical-align:top;
}
.tablebodypage td.tdbodypage1{
	width:209px;
	padding-left:23px;
	padding-right:23px;
}
.tablebodypage td.tdbodypage2{
	padding:0px 23px 0px 25px;
	color:#58595b;
}
.tablebodypage td.tdbodypage2nopad{
	color:#58595b;
}
.sidebar1_point{
	padding-top:30px;
}
	.sidebar1_point:first-child{
		padding-top:0px;
	}
	.sidebar1_point a{
		color:#000;
	}
	.sidebar1_point a:hover, .sidebar1_point a.a_sactive{
		color:#ffcb05;
	}
.clientimgdivpad{
	padding:6px;
}
.clientimgdiv{
	padding-top:100%;
	color:#fff;
	font-size:15px;
}
	.clientimgdiv:hover{
		filter: brightness0(.9);
        -webkit-filter: brightness(0.9);
	}
	.clientimgdiv:hover .clienttitle{
		padding-left:40px;
	}
.clientimgdiv2{
	height:140px;
	width:100%;
	color:#fff;
	font-size:15px;
}
.tdclient{
	width:25%;
	display:inline-block;
	vertical-align:top;
}
.galleryhead{
	padding-top:50px;
	padding-bottom:30px;
}
.pagecontent2{
	padding-bottom:100px;
}
.galleryinstagrambtn{
	width:auto;
	padding:0px 20px;
	height:50px;
	background:#231f20;
	cursor:pointer;
	color:#fff;
	border:0px solid #fff;
	font-size:18px;
	display:inline-block;
}
	.galleryinstagrambtn:hover{
		background:#333;
	}
	.galleryinstagrambtn img{
		margin-right:15px;
		height:25px;
		vertical-align:middle;
	}
.newspart1{
	padding-top:20px;
	padding-bottom:100px;
}
.tablehnews .tdhnews{
	vertical-align:middle;
}
.tablehnews .tdhnews1{
	width:23%;
	vertical-align:top;
}
.tablehnews .tdhnews2{
	padding-left:40px;
	padding-right:40px;
}
.tablehnews .tdhnews3{
	width:14%;
	text-align:right;
}
.hnews_img{
	padding-top:75%;
}
.hnews_t1{
	font-size:18px;
}
.hnews_t2{
	font-size:15px;
	color:#666;
}
.hnews_t3{
	color:#939598;
}
.hnews_point{
	padding:30px 0px;
	border-bottom:1px solid #d1d3d4;
}
.hnews_point:last-child{
	border-bottom:0px
}
.newspart2{
	padding-top:50px;
	padding-bottom:100px;
}
.table_nd td.td_nd{
	vertical-align:top;
}
.table_nd td.td_nd2{
	width:300px;
	padding-left:50px;
}
.nds_point{
	padding-top:0px;
	padding-bottom:20px;
	border-bottom:0px solid #d1d3d4;
}
	.nds_point:last-child{
		border-bottom:0px solid #d1d3d4;
	}
.nds_title{
	font-size:18px;
	line-height:25px;
	font-weight:bold;
}
.nds_date{
	
}
.nd_date{
	color:#666;
	font-size:14px;
}
.contactpart1{
	padding-top:40px;
	padding-bottom:100px;
}
.tablecontact td.tdcontactnopadtd{
	width:22.5%;
}
.contactsep{
	height:1px;
	background:#ddd;
	margin:40px 0px;
}
input.form_input2, textarea.form_input2{
	border:0px solid #d1d3d4;
	width:calc(100% - 42px);
	padding:0px 20px;
	height:58px;
	font-size:15px;
	color:#333;
	background:#f1f2f2;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:0px solid #d1d3d4;
		background:#f1f2f2;
		width:100%;
		padding:0px 20px;
		height:58px;
		font-size:15px;
		color:#333;
	}
.input_box2{
	padding-bottom:23px;
}
	.input_box2b{
		padding-bottom:20px;
	}
textarea.message_box, .input_box2b textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:60px;
	width:100%;
	background:#231f20;
	border:0px;
	color:#ffcb05;
	cursor:pointer;
	font-size:15px;
}
input.submit_btn:hover{
	background-color:#444;
	
}
.product_td{
	width:33.3%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
}
.product_td_pad{
	padding-right:20px;
}
.productdiv{
	padding-top:100%;
	border:1px solid #e7e8e9;
}
.productdivname{
	height:60px;
	background:url(images/homeproductpointbg.png) repeat-x bottom center #efeff0;
	font-size:13px;
	color:#000;
	text-align:center;
}
	.product_td:hover .productdivname{
		background:#ffcb05;
		color:#000;
	}
.detail_product_img_point{
	margin:0px 9px;
	display:inline-block;
	padding:0px;
	border:1px solid #eee;
	margin-bottom:9px;
	width:100px;
	height:100px;
	vertical-align:top;
}
.detail_product_img_point img{
	width:100px;
}
.img_pointer{
	cursor:pointer;
}
.dp_menu_part{
	background:#fff;
	display: -webkit-flex;
    -webkit-justify-content: center;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    justify-content: center;
}
.dp_menu_point{
	-webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    flex-flow: row wrap;
	text-align:center;
	cursor:pointer;
	height:44px;
	border-top:3px solid transparent;
	border-bottom:3px solid #d1d3d4;
	padding:0px 30px;
	display:inline-block;
	width:auto;
	color:#000;
}
	.dp_menu_point:hover, .dp_menu_pointactive{
		border-bottom:3px solid #ffcb05;
	}
.dp_body_part{
	padding:30px 0px;
	display:none;
}
.tablespecification{
	border-collapse:collapse;
}
.tablespecification td{
	border:1px solid #eee;
	padding:3px 7px;
}
.framepad{
	padding:0px 35px;
}
.frame_t1{
	font-size:28px;
	font-weight:bold;
	color:#ed1c24;
}
.frame_t2{
	font-size:25px;
	font-weight:bold;
}
.tablepc td.tdpc{
	vertical-align:middle;
	width:50%;
	text-align:center;
	font-size:25px;
	
}
.tablepc td.tdpc1{
	border-right:1px solid #fff;
}
.divbgpc{
	height:34vw;
	color:#fff;
}
.wa_float_icon{
	position:fixed;
	z-index:1000;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:150px;
}
.marketplaceicon{
    margin-left:5px;
    vertical-align: middle;
    max-height: 45px;
}
.marketplaceicon2{
    margin-left:5px;
    vertical-align: middle;
    max-height: 45px;
    border:1px solid #000;
    border-radius:100%;
}