@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:#6d6e71;
	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:#13007b;
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#bcbec0;opacity:1; }
::-moz-placeholder { color:#bcbec0;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#bcbec0;opacity:1; } /* ie */
input:-moz-placeholder { color:#bcbec0;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, .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;
}
.popupheight{
	max-height:400px;
	overflow-y:auto;
}
.popuppad{
	padding:35px 50px;
}
#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:39999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
	display:none;
}
.container{
	min-width:280px;
	max-width:1150px;
	/*width:1150px;*/
	padding:0px 20px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1000px;
	/*width:1000px;*/
	padding:0px 70px;
	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%;
	min-width:1000px;
}
.header{
	height:115px;
	position:fixed;
	z-index:10000;
	width:100%;
	
}
.headerheight{
	height:115px;
}
.headershadow{
	box-shadow:0px 0px 10px #ccc;
}
.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:#0b9444;
	color:#fff;
	font-size:13px;
}
.headertoptable td.headertoptd1{
	padding-left:0px;
}
.headertoptable td.headertoptd2{
	border-right:1px solid #fff;
	padding-right:10px;
}
.headertoptable td{
	height:28px;
	vertical-align:middle;
}
.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:#fff;
}
.headermenutable td.headermenutd{
	height:87px;
	vertical-align:middle;
}
.headermenutable td.headermenutd1{
	width:205px;
	text-align:center;
}
.headermenutable td.headermenutd2{
	text-align:right;
	font-size:13px;
	font-weight:bold;
	color:#7f7f7f;
}
.headermenutable td.headermenutd3{
	text-align:right;
	width:25px;
	padding-left:55px;
}
.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{
	border-top:4px solid transparent;
	height:79px;
	border-bottom:4px solid transparent;
	display:inline-block;
	padding:0px 15px;
	color:#808285;
}
ul.sf-menu .headerddmenu{
	width:220px;
	height:37px;
	background:#007436;
	border-bottom:1px solid #005126;
	text-align:left;
	padding:0px 20px;
	color:#fff;
	font-size:15px;
	font-weight:normal;
}
	ul.sf-menu .headerddmenu:hover{
		background:#005126;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
	}
ul.sf-menu .menupoplang{
	padding-top:32px;
}
ul.sf-menu .headermenubtn:hover, ul.sf-menu .headermenubtnactive{
	border-bottom:4px solid #0b9444;
	color:#000;
}
.header_search_box{
	width:155px;
	background:#fff;
	border:1px solid #d1d3d4;
	padding-left:13px;
	height:31px;
	display:inline-block;
	vertical-align:top;
}
	.header_search_boxm{
		width:calc(100% - 28px);
		background:#fff;
		border:1px solid #d1d3d4;
		padding:0px 13px;
		height:38px;
		display:inline-block;
		vertical-align:top;
	}
.search_input{
	width:110px;
	height:28px;
	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:5px;
}
	.search_img_m{
		position:relative;
		top:10px;
	}
.headeroption{
	padding-top:10px;
	padding-bottom:40px;
}
.socmed_point{
	margin-left:5px;
}
.socmed_point img{
	max-height: 17px;
}

.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_description1, .pagedescription1{
	font-size:15px;
	line-height:23px;
}
	.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;
	}
	.pagedescription1l, .pagedescription1l, .page_description1l, .page_description1l{
		font-weight:300;
	}
	.page_description1 img, .pagedescription1 img{
		max-width:100%;
		height:auto !important;
	}
.btn1{
	width:auto;
	padding:0px 30px;
	height:45px;
	background:#0b9444;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	border:0px;
	font-size:15px;
}
	.btn1:hover{
		background-color:#109f4c;
	}
	.btn1t{
		font-weight:normal;
	}
.btn2{
	width:auto;
	padding:0px 30px;
	height:44px;
	background:#fff;
	cursor:pointer;
	color:#bcbec0;
	border:3px solid #d1d3d4;
	font-size:18px;
}
	.btn2:hover{
		background-color:#d1d3d4;
		color:#000;
	}
.btn3{
	width:auto;
	padding:0px 15px;
	height:40px;
	background:#bcbec0;
	cursor:pointer;
	color:#fff;
	border:none;
	font-size:15px;
	font-weight:bold;
}
	.btn3:hover{
		background-color:#007436;
		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;
}
.colorwhite{
	color:#fff;
}
.colororange{
	color:#de5326;
}
.colorgreen{
	color:#0b9444;
}
.colorblue{
	color:#21205f;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth750{
	max-width:750px;
}
.heightsep1{
	height:100px;
}
.line1{
	height:1px;
	background:#d1d3d4;
	margin:50px 0px;
}
.line2{
	height:1px;
	background:#d1d3d4;
}


/*.homebgpart{
	height:calc(100vh - 115px);
}*/
.homebgpart{
	position:absolute;
	z-index:1000;
	height:56.9vw;
}
.homebgpartvector{
	padding:40px;
	background-color:rgba(0,0,0,0.4);
	max-width:640px;
}
.bgp_t1{
	font-weight:bold;
	font-size:30px;
}
.bgp_t2{
	font-size:15px;
	line-height:20px;
}
.homepart2{
	/*background:url(images/content/homepart2bg.png) no-repeat top center #21205f;*/
	padding:90px 0px;
}
.tablehomepart2 td.tdhomepart2{
	width:50%;
	vertical-align:bottom;
}
.tablehomepart2 td.tdhomepart2_2{
	vertical-align:middle;
}
.homepart2img{
	/*border-bottom:5px solid #0b9444;*/
}
.tdhomepart2_1_pad{
	padding-right:10%;
}
.homepart1a{
	padding:25px 0px;
	background:#e6e7e8;
}
.tablehomepart1a td.tdhomepart1a{
	width:33%;
	color:#fff;
}
.tdhomepart1a_br_r{
	border-right:1px solid transparent;
}
.homepart1a_point{
	background:#0b9444;
	padding:27px 23px 27px 33px;
}
.homepart1a_point:hover{
	background:#109f4c;
}
.tablehomepart1ain{
	max-width:315px;
}
.tablehomepart1ain td{
	vertical-align:middle;
}
.tdhomepart1ain1{
	width:71px;
	padding-right:0px;
}
.tdhomepart1ain2{
	text-align:center;
}
.homepart1a_t1{
	color:#fff;
	font-size:15px;
}
.homepart1a_t2{
	font-size:23px;
	color:#fff;
}
.homepart1aimgbtn{
	width:48px;
	height:48px;
	text-align:center;
	background:#fff;
}
.homepart3{
	padding-top:65px;
	padding-bottom:75px;
}
.menupartout{
	overflow:hidden;
	overflow-x:auto;
}
.menupart{
    display:-webkit-flex;
    -webkit-justify-content:center;
    display:flex;
	flex-flow: row wrap;
	list-style: none;
    justify-content:center;
	
	background:#0b9444;
	color:#fff;
	font-size:15px;
	
}
.menupart_point_out{
    -webkit-flex:1;
    flex:1;
	box-sizing: border-box;
	flex-flow: row wrap;
    border:none;
	border-right:1px solid #007b3a;
	text-align:center;
	
	
}
.menupart_point_out:last-child{
	border-right:0px;
}

.menupart_point{
	height:65px;
	color:#fff;
	padding:0px 10px;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
}
.menupart_point:hover, .menupart_pointactive{
	border-bottom:5px solid #37af47;
}
.tablehfb .tdhfb{
	vertical-align:middle;
}
.tablehfb .tdhfb2{
	text-align:right;
}
.homepart4{
	padding:60px 0px 20px 0px;
	background:#f1f2f2;
}
.tablehheadnews .tdhheadnews{
	vertical-align:bottom;
}
.tablehheadnews .tdhheadnews2{
	text-align:right;
}
.a_hheadnews{
	color:#6d6e71;
	font-size:18px;
	font-weight:bold;
}
.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{
	height:140px;
}
.hnews_t1{
	font-size:18px;
}
.hnews_t2{
	font-size:15px;
}
.hnews_t3{
	color:#939598;
}
.hnews_point{
	padding:30px 0px;
	border-bottom:1px solid #d1d3d4;
}
.hnews_point:last-child{
	border-bottom:0px
}
.homepart5{
	height:330px;
	padding:20px 0px;
}
.webfooterpart{
	padding:70px 0px;
	/*background:url(images/logo_bg.png) no-repeat top right 70px #21205f;*/
	color:#fff;
	line-height:17px;
	font-size:13px;
}
.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:46px;
	height:46px;
	vertical-align:top;
	background:#0b9444;
	margin:0px 5px;
	display:inline-block;	
	text-align:center;
}
.socmedfooter:hover{
	background:#39a767;
}
.socmedfooter img{
	max-height: 20px;
}
.footermenupoint{
	margin:0px 10px;
	margin-bottom:10px;
	display:inline-block;
	font-size:13px;
	color:#fff;
}
	.footermenupoint:hover{
		color:#ccc;
	}
.copyright{
	color:#939598;
	font-size:13px;
}
.subscribepart{
	max-width:400px;
	
}
input.email_subscribe{
	height:53px;
	border:1px solid #fff;
	border-right:0px;
	padding:0px 18px;
	width:calc(100% - 37px);
	background:#fff;
	font-size:13px;
}
input.emailsubscribebtn{
	height:55px;
	background:#39a767;
	border:none;
	width:110px;
	text-align:center;
	color:#fff;
	font-size:13px;
	cursor:pointer;
}
input.emailsubscribebtn:hover{
	background:#0b9444;
}
.homesubscribetd2{
	width:110px;
}
.pagenavpart{
	font-size:13px;
	color:#939598;
	padding-top:14px;
	padding-bottom:40px;
}
a.a_nav{
	color:#939598;
}
a.a_nav:hover{
	color:#0b9444;
}
.nav_sep{
	margin:0px 7px;
}
.headbluepage{
	height:70px;
	background:url(images/pagebluehead.png) no-repeat top right 70px #21205f;
	color:#fff;
	font-size:20px;
}
.table_headbluepage .td_headbluepage{
	vertical-align:middle;
	height:70px;
}
.td_headbluepage1{
	width:75px;
	font-size:13px;
}
.td_headbluepage1 a{
	color:#fff;
	vertical-align:middle;
}
.td_headbluepage3{
	text-align:right;
}
.backicon{
	vertical-align:bottom;
	margin-right:5px;
}
.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;
	}
.storelogoborder{
	border:1px solid #d1d3d4;
	padding:20px;
	height:180px;
	text-align:center;
	margin-bottom:30px;
}
	.storelogoborder:last-child{
		margin-bottom:0px;
	}
.storepart2{
	padding:30px 0px;
	background:#f8f8f8;
}
.storepart3{
	padding:40px 0px;
	background:#f1f2f2;
}
.storepoint{
	padding-bottom:60px;
	vertical-align:top;
	display:inline-block;
	width:25%;
}
.storepointpad{
	padding-right:25px;
}
.storehead{
	font-size:23px;
	font-weight:bold;
}
.storebody{
	color:#6d6e71;
	line-height:33px;
}
.storepart4{
	padding:40px 0px 70px 0px;
}
.table_nd td.td_nd{
	vertical-align:top;
}
.table_nd td.td_nd2{
	width:225px;
	padding-left:30px;
}
.nds_point{
	padding-top:35px;
	padding-bottom:30px;
	border-bottom:1px solid #d1d3d4;
}
	.nds_point:last-child{
		border-bottom:0px solid #d1d3d4;
	}
.nds_title{
	font-size:18px;
	line-height:25px;
	font-weight:bold;
}
.nds_date{
	
}
.pagedescriptionlabel{
	font-weight:bold;
	color:#21205f;
}
.tablecontact td.tdcontactnopadtd{
	width:22.5%;
}
.contactsep{
	height:1px;
	background:#ddd;
	margin:40px 0px;
}
input.form_input2, textarea.form_input2{
	border:1px solid #d1d3d4;
	width:calc(100% - 42px);
	padding:0px 20px;
	height:58px;
	font-size:14px;
	color:#333;
	background:#f1f2f2;
}
.input_box2{
	padding-bottom:23px;
}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:60px;
	width:100%;
	background:#21205f;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
}
input.submit_btn:hover{
	background-color:#0b9444;
	
}
.tdproduct{
	width:32.2%;
	display:inline-block;
	vertical-align:top;
	padding-bottom:20px;
	margin-right:1.1%;
}
.productimgdiv{
	height:170px;
	width:100%;
}
.productnamediv{
	height:52px;
	background:#21205f;
	color:#fff;
	text-align:center;
	padding:0px 20px;
	font-size:13px;
}
.productpoint:hover .productnamediv{
	background:#0b9444;
}
.tablemproduct td.tdmproduct{
}
.tablemproduct td.tdmproduct1{
	width:225px;
}
.tablemproduct td.tdmproduct2{
	width:750px;
}
.mprodheadleft{
	display:inline-block;
	width:70%;
}
.mprodheadright{
	display:inline-block;
	width:30%;
}
.mproductpoint{
	text-align:center;
}
.productm_img{
	height:190px;
	padding-bottom:15px;
}
	.productm_img img{
		max-height:190px;
	}
.productmnamediv{
	font-weight:bold;
}
.mproductpoint:hover{
	color:#0b9444;
}
.mtdproduct{
	display:inline-block;
	vertical-align:middle;
	width:32.2%;
	margin-right:1.1%;
	padding-bottom:20px;
}
.sidebardiv{
	padding:20px;
	background:#f1f2f2;
}
.sidebar_search_box{
	width:calc(100% - 13px);
	background:#fff;
	border:0px solid #d1d3d4;
	padding-left:13px;
	height:42px;
	display:inline-block;
	vertical-align:top;
}
.search_inputsidebar{
	width:calc(100% - 5px);
	height:36px;
	border:0px;
	background:#fff;
	font-size:13px;
}
.search_img2{
	position:relative;
	top:11px;
}
.sidebarpoint{
	font-size:13px;
	margin-bottom:16px;
}
.sidebarpoint:hover, .sidebarpointactive{
	padding-left:18px;
	background:url(images/arrow_ulcap.png) no-repeat left center;
}
.detail_product_img_point{
	margin:0px 9px;
	display:inline-block;
	padding:10px;
	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;
}
.tdhfb1point{
	margin-right:20px;
}
.tdhfb1point img{
	max-height:65px;
}