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

@font-face {
	font-family: 'Tw Cen MT';
	font-style: normal;
	font-weight: normal;
	/*src: local('Tw Cen MT'), url('Tw Cen MT.woff') format('woff');*/
	src: url('font/Tw Cen MT.ttf');

}

/*@font-face {
	font-family: "Verdana";
	src: url(font/verdana.ttf);
}
@font-face {
	font-weight:bold;
	src: url(font/verdana-bold.ttf);
}*/
/*@font-face {
	font-family: "Verdana-Semibold";
	src: url(font/Verdana-SemiBold.otf);
}*/

html{
	height:100%;
	width:100%;
	scroll-behavior: smooth;
}
body{
	font-family: "Tw Cen MT", serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	color:#000;
	padding:0px;
	overflow-y:scroll;
}
input, textarea, select{
	font-family: "Tw Cen MT", serif;
	font-size:15px;
	color:#000;
	-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:#025A97;
}
: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;
}
b,strong{
    font-weight:bold;
}
.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:#bbb;opacity:1; }
.txtsearch::-moz-placeholder { color:#bbb;opacity:1; } /* firefox 19+ */
.txtsearch:-ms-input-placeholder { color:#bbb;opacity:1; } /* ie */
input.txtsearch:-moz-placeholder { color:#bbb;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:#bbb;opacity:0; }
.txtsearch:focus::-moz-placeholder { color:#bbb;opacity:0; } /* firefox 19+ */
.txtsearch:focus:-ms-input-placeholder { color:#bbb;opacity:0; } /* ie */
input.txtsearch:focus:-moz-placeholder { color:#bbb;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:#fff;opacity:1; }
.form_input2::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.form_input2:-moz-placeholder { color:#fff;opacity:1; }
.form_input2b::-webkit-input-placeholder { color: rgba(153, 153, 153, 1);
	opacity:1; }
.form_input2b::-moz-placeholder { color: rgba(153, 153, 153, 1);opacity:1; } /* firefox 19+ */
.form_input2b:-ms-input-placeholder { color: rgba(153, 153, 153, 1);opacity:1; } /* ie */
input.form_input2b:-moz-placeholder { color: rgba(153, 153, 153, 1);opacity:1; }

/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track-piece:start {
    background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-track-piece:end {
    background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-track {
	background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.45);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,.47);
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
    width: 6px;
}*/

.borderradius3{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.borderradius5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.borderradius10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.borderradius15{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.leftborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.rightborderrad5{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.topborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.bottomborderrad5{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.borderradius5left{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius:5px;
}
.borderradius5right{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}


.borderradius10top{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.borderradius10bottom{
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius10left{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10right{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius15top{
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.borderradius15topleft{
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}
.borderradius15topright{
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}
.borderradius15bottomleft{
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.borderradius15bottomright{
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}
.borderradius10bottomleft{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10bottomright{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius20{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.borderradius20bottom{
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.borderradius20left{
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}
.borderradius20right{
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
}
.borderradius20top{
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.borderradius25{
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
.borderradius30{
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
.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, .displaym600, .displaym640, .displaym775, .displaym800, .displaym850, .displaym1000, .displaym1120{
	display:none;
}
.popupindex{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:-260px;
	left:50%;
	width:710px;
	height:calc(100vh - 210px);
	background:url(images/bg.jpg) repeat;
	color:#333;	
	margin-left:-355px;
	font-size:15px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupindex2{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:calc((50vh - 100px) * -1);
	left:50%;
	width:500px;
	height:calc(100vh - 310px);
	background:#fff;
	color:#333;	
	margin-left:-250px;
	font-size:15px;
	text-align:left;
	display:none;
        /*display:block;*/
}
.popupindex2b{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:calc((50vh - 190px) * -1);
	left:50%;
	width:500px;
	height:420px;
	background:#fff;
	color:#333;	
	margin-left:-250px;
	font-size:15px;
	text-align:left;
	display:none;
        /*display:block;*/
}
.popupheight{
	max-height:400px;
	overflow-y:auto;
}
.framecontactdownload{
	height:calc(100vh - 300px);
    background:#fff;
}
.framecontactdownloadb{
	height:350px;
    background:#fff;
}
.popuppad{
	padding:35px 50px;
}
.popuppad2{
	padding:45px 0px;
}
#popup_title{
	font-size:27px;
	font-family: "Tw Cen MT", 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,#menuslidebackpart3{
	position:fixed;	
	z-index:10010;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	display:none;
}
.container{
	min-width:280px;
	max-width:1360px;
	padding:0px 20px;
	margin:0px auto;
}
.containernopad{
	min-width:280px;
	max-width:1260px;
	padding:0px 0px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1230px;
	padding:0px 20px;
	margin:0px auto;
}
.container3{
	min-width:280px;
	max-width:1000px;
	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, .containerpad{
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.containerpadding35{
	margin:0px auto;
	padding-left:35px;
	padding-right:35px;
}
.marginfit5px{
	margin-left:-5px;
	margin-right:-5px;
}
.marginfit7px{
	margin-left:-7px;
	margin-right:-7px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfit15px{
	margin-left:-15px;
	margin-right:-15px;
}
.marginfit20px{
	margin-left:-20px;
	margin-right:-20px;
}
.marginfit25px{
	margin-left:-25px;
	margin-right:-25px;
}
.marginfitleft30px{
	margin-left:-30px;
}
.marginfitleft35px{
	margin-left:-35px;
}
.fullwidth{
	width:100%;
}
.header{
	position:fixed;
	z-index:10000;
	height:90px;
	width:100%;
	background:none;
	color:#000;
	/*box-shadow:0px 0px 10px rgba(0,0,0,0.1);*/
    font-size:15px;
}
.activefixedheader{
	height:130px;
}
	.header.menufixed{
		background:rgba(255,255,255,1);
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
		position:fixed;
		z-index:10000;
		height:93px;
	}
	.activefixedheader.activeheaderm{
		height:100px;
	}
.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.shadow2{
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}
.headersep{
	height:90px;
}
.headerpad{
	padding-top:44px;
}
.headertop{
	background: linear-gradient(90deg, #194896 0%, #003080 100%);
	font-size:13px;
	color:#fff;
	height:55px;
}
	.headertop a{
		color:#fff;
	}
		.headertop a:hover{
			color:#A89060;
		}
	.headertop img{
		max-height:15px;
		margin-right:3px;
		vertical-align:middle;
	}
	.headertoppoint{
		margin-right:20px;
	}
		.headertoppoint:last-child{
			margin-right:0px;
		}
	.menufixed .headertop{
		display:none;
	}
.tableheadertop .tdheadertop{
	vertical-align:middle;
	height:55px;
}
.tableheadertop .tdheadertop1{
	
}
.tableheadertop .tdheadertop2{
	text-align:right;
	vertical-align: bottom;
}
.tdheadertop2div{
	background:#fff;
	color:#000;
	display:inline-block;
	padding:0px 20px;
	height:40px;
	-webkit-border-top-left-radius: 35px;
	-moz-border-radius-topleft: 35px;
	border-top-right-radius: 35px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	white-space: nowrap;
}
.tdheadertop2point{
	display: inline-block;
	white-space: nowrap;
	margin-right:40px;
}
.tdheadertop2point:last-child{
	margin-right:0px;
}
.tdheadertop2point img{
	max-height: 17px;
	margin-right:10px;
	vertical-align: middle;
}
.headermenu{
	height:90px;
	background:#fff;
}
.tableheadermenu td.tdheadermenu{
	vertical-align:middle;
	height:90px;
}
.tableheadermenu td.tdheadermenu1{
	width:243px;
	padding-left:30px;
	padding-right:50px;
}
.tableheadermenu td.tdheadermenu2{
	text-align:left;
}
.tableheadermenu td.tdheadermenu3{
	text-align:right;
	width:165px;
	padding-right:30px;
}
.tableheadermenu td.tdheadermenu4{
	text-align:right;
	width:190px;
}
ul.sf-menu .arrow_dd, .arrow_dd{
	max-height:7px;
	margin-left:8px;
	vertical-align:middle;
}
.logo{
	max-width:243px;
    display: inline-block;
    vertical-align: middle;
	height:90px;
}
.logo2{
    max-width: 102px;
    
}
.headerlogo{
    max-width:243px;
}
/*.menufixed .logo{
    display:none;
}
.menufixed .logo2{
    display:block;
}*/
ul.sf-menu .menupoint, .menupoint{
	margin-left:10px;
	margin-right:10px;
    display:inline-block;
    box-sizing: border-box;
    height:90px;
	font-size:18px;
	padding-left:10px;
	padding-right:10px;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
	color:#000;
}
ul.sf-menu .menupoint:hover, .menupoint:hover, ul.sf-menu .menupointactive, .menupointactive {
    border-top:4px solid #539F56;
	;
}
.header a{
    color:#fff;
}
.header a:hover{
    color:#025A97;
}
.header.menufixed a{
    color:#000;
}
.lang_t img{
	vertical-align:middle;
}
.lang_t{
	display:inline-block;
	margin-left:3px;
	color:#939598;
	vertical-align:middle;
}
	.lang_t2{
		display:inline-block;
		margin-left:3px;
		color:#fff;
	}
	.lang_t img{
		filter: invert(1);
	}
	.menufixed .lang_t img{
		filter: invert(0);
	}
ul.sf-menu .lang_t_img1{
	margin-right:5px;
	max-height:30px;
}
	ul.sf-menu .lang_t_img1m{
		width:30px;
		margin-right:5px;
	}
ul.sf-menu .lang_t_img2{
	margin-left:2px;
}
ul.sf-menu .lang_t_t1{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	color:#fff;
}
	.menufixed ul.sf-menu .lang_t_t1{
		color:#000;
	}
ul.sf-menu .headerddmenu{
	width:200px;
	height:52px;
	background:#fff;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);;
	text-align:left;
	padding:0px 20px;
	color:#000;
}
	ul.sf-menu .headerddmenu:hover{
		color:#666;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
		height:37px;
	}
ul.sf-menu .menupoplang{
	padding-top:8px;
}
ul.sf-menu .menupoppad{
	padding-top:32px;
	padding-left:15px;
}
.logo img{
	/*max-height:40px;*/
}
.logo_f img{
	max-height:40px;
}
.logo_f{
	display:none;
}
	.menufixed .logo_d{
		display:none;
	}
	.menufixed .logo_f{
		display:block;
	}
.headersocmed{
	display:inline-block;
	vertical-align:middle;
}	
	.headersocmed img{
		
		vertical-align:middle;
	}
	.headersocmed a.a_headersocmed:last-child img{
		margin-right:0px;
	}
	.menufixed .a_headersocmed img{
		filter: invert(1);
	}
.headercontactbtn{
	width: 100%;
	height: 56px;
	border-radius: 5px;
	border: 0px;
	background:#244AB2;
  
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	text-align:center;
}
.headercontactbtn img{
	vertical-align:middle;
}
.headercontactbtntext{
	font-size:16px;
	margin-left:12px;
	vertical-align:middle;
}
	.headercontactbtn:hover{
		background:#2b59d7;
		color:#fff;
	}
	.menufixed .headercontactbtn{
		background-image: linear-gradient(to top, #2158ba, #12a7de);
	}
.searchinlineblock{
	display:inline-block;
	vertical-align:middle;
}
.tdheader3getinq{
	margin-right:22px;
}
	.tdheader3getinq a{
		text-decoration:underline;
	}
.searchinlineblocksearch{
	margin-left:25px;
}
.searchbtn{
	position:relative;
	vertical-align:middle;
	cursor: pointer;
    background: linear-gradient(44.89deg, #074E9F 2.14%, #113530 96.88%);
    width:100px;
    height:35px;
    border:0px;
    cursor: pointer;
    color:#fff;
}
.searchbtn:hover{
    background:#074E9F;
}
.headercarticon{
    max-height:19px;
    margin-right:15px;
    vertical-align: middle;
}
.headercarttext{
    display:inline-block;
    vertical-align: middle;
    
}
.headerbtn{
    display:inline-block;
	width:auto;
	border:0px;
	height:39px;
	background: #539F56;
    border: 0px solid #FFFFFF;
	color:#fff;
	font-size:18px;
	cursor:pointer;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    padding-left:30px;
    padding-right:30px;
}
	.headerbtn:hover{
		background: #26387c;
	}
.headerwabtn{
	display:inline-block;
	width:100%;
	border:0px;
	height:44px;
	background: url('images/chat_with_us_icon.png') no-repeat left 15px center;
	background-size:18px auto;
    border: 1px solid #194896;
	color:#194896;
	font-weight: bold;
	cursor:pointer;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    padding-left:40px;
    padding-right:15px;
}
	.headerwabtn:hover{
		background: url('images/chat_with_us_icon.png') no-repeat left 20px center;
		background-size:18px auto;
	}
.headerwabtn2{
	display:inline-block;
	width:100%;
	max-width: 220px;
	border:0px;
	height:44px;
	background: url('images/chat_with_us_icon2.png') no-repeat left 15px center, linear-gradient(90deg, #194896 0%, #003080 100%);
	background-size:18px auto, cover;
	border: 1px solid #194896;
	color:#fff;
	font-weight: bold;
	cursor:pointer;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	padding-left:40px;
	padding-right:15px;
}
	.headerwabtn2:hover{
		background: url('images/chat_with_us_icon2.png') no-repeat left 20px center, linear-gradient(90deg, #194896 0%, #003080 100%);
		background-size:18px auto, cover;
	}
.headerwabtn3{
	display:inline-block;
	width:100%;
	max-width: 220px;
	border:0px;
	height:60px;
	background: url('images/chat_with_us_icon2.png') no-repeat left 15px center, linear-gradient(90deg, #194896 0%, #003080 100%);
	background-size:18px auto, cover;
	border: 1px solid #194896;
	color:#fff;
	font-weight: bold;
	cursor:pointer;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	padding-left:40px;
	padding-right:15px;
}
	.headerwabtn3:hover{
		background: url('images/chat_with_us_icon2.png') no-repeat left 20px center, linear-gradient(90deg, #194896 0%, #003080 100%);
		background-size:18px auto, cover;
	}
.menufixed .headerbtn{
    border: 2px solid #000;
    color:#000;
}
.headerbtn img{
    max-height: 22px;
    vertical-align: middle;
    margin-right:15px;
}
.menufixed .headerbtn img{
    filter: invert(1);
}
    .menufixed .headerbtn:hover{
		background: #eee;
	}
.headerbtn_ml{
	margin-right:30px;
}

.btnsearch{
	width: 120px;
	height: 45px;
	background: #025A97;
	color:#fff;
	font-size:13px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	border:0px;
}
	.btnsearch:hover{
		background:#2b59d7;
	}
.headeroption{
	border-top:0px solid #eee;
	border-bottom:0px solid #eee;
	display:none;
	background:none;
    padding-top:15px;
}
.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%;
	border: 0px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;

	
	display:inline-block;
    
    
}
	.header_search_box_subscribe{
		background:#fff;
	}
.search_input{
	width:calc(100% - 40px);
	padding:0px;
	padding-left:10px;
	height:35px;
	border:0px;
	background:#fff;
	font-size:15px;
	color:#000;
	font-weight: bold;
}
	.search_inputm{
		width:calc(100% - 35px);
	}
.search_img{
	position:relative;
	top:8px;
}
	.search_img_m{
		position:relative;
		top:3px;
	}
.submitimage{
	max-height: 25px;
	vertical-align: middle;
}
.headersearchbtn{
    height:70px;
    background: #FFCB05;
    width:70px;
    color:#fff;
    text-align: center;
    cursor: pointer;
}
.headersearchbtn img{
    max-height:21px;
}

.page_title0c, .pagetitle0c{
	font-size:50px;
    line-height:60px;
}
.page_title0, .pagetitle0{
	font-size:35px;
    line-height:45px;
}
	.page_title0b, .pagetitle0b{
		font-size:35px;
		line-height:45px;
		font-weight:bold;
	}
.page_title1, .pagetitle1{
		font-size:27px;
		line-height:37px;
		font-weight:bold;
	}
.page_title2, .pagetitle2{
	font-size:28px;
	line-height:38px;
}
	.page_title2b, .pagetitle2b{
		font-size:28px;
		line-height:38px;
		font-weight:bold;
	}
	.page_title2l, .pagetitle2l{
		font-size:28px;
		line-height:38px;
	}
.page_title3, .pagetitle3{
	font-size:25px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b{
		font-size:25px;
		line-height:35px;
		font-weight:bold;
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-weight:bold;
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:30px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:30px;
		font-weight:bold;
	}
	.pagetitle5 td{
		border:1px solid #000;
		padding:5px;
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:22px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:22px;
		font-weight:bold;
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:23px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:23px;
		font-weight:bold;
	}
	.page_title7l, .pagetitle7l{
		font-size:18px;
		line-height:23px;
	}
.page_title8, .pagetitle8{
	font-size:40px;
}
.page_title9, .pagetitle9{
	font-size:16px;
	line-height:31px;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:31px;
		font-weight:bold;
	}
.page_description1, .pagedescription1{
	font-size:18px;
	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;
    }
    
.page_description2, .pagedescription2{
	font-size:13px;
	line-height:19px;
}
	.pagedescription2 b, .pagedescription2 strong, .page_description2 b, .page_description2 strong{
		font-weight:bold;
	}
.page_description3, .pagedescription3{
	font-size:11px;
	line-height:18px;
}
.btn1{
	display:inline-block;
	width:100%;
	border:0px;
	height:46px;
	background: #539F56;


	font-size:18px;
	color:#fff;
	cursor:pointer;
	padding:0px 30px;
	box-sizing:border-box;
    text-align: center;
}


	.btn1:hover{
		border-color:#113530 ;
		background:#113530;
		color:#fff;
	}
	.btn1b{
        width:auto;
        min-width: 177px;
        vertical-align: middle;
	}
	.btn1c{
        font-weight: bold;
	}
	.btn1widthauto{
		width:auto;
	}
	.btn1ml15{
		margin-left:15px;
    }
.btn2{
	width:100%;
	padding:0px 25px;
	
	border:0px;
	height:46px;
	background: none;
    border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	cursor:pointer;
	font-weight: bold;
}
	.btn2:hover{
		border-color:#000;
		background-color:#eee;
		color:#000;
	}
	.btn2b{
		width:auto;
	}
	.btn2c{
		height:49px;
	}
	.btn2width100{
		width:100%;
	}
.btn3{
	display:inline-block;
	width:auto;
    min-width: 185px;
	padding:0px 20px;
	height:46px;
	background: #2F455C;
	border: 0px solid #FFFFFF;
	box-sizing:border-box;
	cursor:pointer;
	color:#fff;
	font-size:15px;
    font-weight: bold;
}
	.btn3:hover{
		background-color:#000;
		color:#fff;
	}
	.btn3 img{
		max-height:23px;
		margin-right:22px;
		vertical-align:middle;
	}
.btn4{
	width:auto;
	padding:0px 30px;
	background: #1D334A;
	height:44px;
	cursor:pointer;
	color:#fff;
	border:0px solid #fff;
	font-size:15px;
}
	.btn4:hover{
		background:#000;
		color:#fff;
	}
	.btn4b{
		background: #A89060;
	}
	.btn2ml10{
		margin-left:10px;
	}
.btn5{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	border:0px;
	background: #fff;
	font-size:14px;
	color:#1D334A;;
	cursor:pointer;
	padding:0px 0px;
	padding-bottom:10px;
	box-sizing:border-box;
	border-bottom: 1px solid #1D334A;
}
	.btn5:hover{
		border-bottom: 2px solid #1D334A;
	}
.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;
	}
.nowrap{
	white-space:nowrap;
}
.padbot5{
	padding-bottom:5px;
}
.padbot10{
	padding-bottom:10px;
}
.padbot15{
	padding-bottom:15px;
}
.padbot20{
	padding-bottom:20px;
}
.padbot25{
	padding-bottom:25px;
}
.padbot30{
	padding-bottom:30px;
}
.padbot35{
	padding-bottom:35px;
}
.padbot40{
	padding-bottom:40px;
}
.padbot45{
	padding-bottom:45px;
}
.padbot50{
	padding-bottom:50px;
}
.padbot55{
	padding-bottom:55px;
}
.padbot60{
	padding-bottom:60px;
}
.padbot65{
	padding-bottom:65px;
}
.padbot70{
	padding-bottom:70px;
}
.padbot75{
	padding-bottom:75px;
}
.padbot80{
	padding-bottom:80px;
}
.padbot90{
	padding-bottom:90px;
}
.padbot100{
	padding-bottom:100px;
}
.padbot110{
	padding-bottom:110px;
}
.padbot120{
	padding-bottom:120px;
}
.lineheight20{
	line-height:20px;
}
.lineheight25{
	line-height:25px;
}
.lineheight30{
	line-height:30px;
}
.lineheight40{
	line-height:40px;
}
.lineheight45{
	line-height:45px;
}
.whitebg{
	background:#fff;
}
.greybg{
	background:#f1f2f2;
}
.colorblack{
	color:#000;
}
.colorwhite{
	color:#fff;
}
	a.colorwhite{
		color:#fff;
	}
	a.colorwhite:hover{
		color:#ccc;
	}
.colorwhite05{
	color:rgba(255,255,255,0.5);
}
.colororange{
	color:#d5520b;
}
.colorred{
	color: #F40925;
}
.colorpink{
	color: #ED0874;
}
.colorgreen{
	color:#539F56;
	;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#26387C;
}
.colorblue2{
	color:#194896;
}
.colorgrey{
	color:#939598;
}
.colorgold{
	color: #A89060;
}
.colorbrown{
	color: #A16532;

}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth195{
	max-width:195px;
}
.maxwidth285{
	max-width:285px;
}
.maxwidth350{
	max-width:350px;
}
.maxwidth420{
	max-width:420px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.maxwidth935{
	max-width:935px;
}
.heightsep1{
	height:100px;
}
.line1{
	width: 21px;
	height: 1px;
	background:#539F56;
    display:inline-block;
    vertical-align: middle;
	margin:0px 10px;
}
.line2{
	width: 20px;
	height:1px;
	background: rgba(53, 203, 255, 1);
    display:inline-block;
    vertical-align: middle;
    margin:0px 15px;
}
.line3{
	width: 50px;
	height:1px;
	background:#539F56;
    display:inline-block;
    vertical-align: middle;
    margin:40px 0px;
}
.line4{
	width: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
    display:inline-block;
    vertical-align: middle;
    margin:33px 0px;
}
.line5{
	width: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
    display:inline-block;
    vertical-align: middle;
    margin:20px 0px;
}
.minheight25{
	min-height:25px;
}
.minheight70{
	min-height:70px;
}
.minheight90{
	min-height:90px;
}
.minheight110{
	min-height:110px;
}
.minheight135{
	min-height:135px;
}
.minheight205{
	min-height:205px;
}
.fontnoto{
    font-family: 'Noto Sans', sans-serif;
}
.fontnotobold{
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}
.opacity05{
    opacity:0.5;
}


.homepart1{
    height:573px;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:10px;
	padding-right:10px;
	color:#fff;
	text-align: center;
	
}
.menuplus, ul.sf-menu .menuplus{
	max-height: 14px;
	vertical-align: middle;
	position: relative;
	top:-2px;
	margin-left:3px;
}
.hp1txt1{
	font-size:5vw;
}
.hp1form{
	
}
.hp1{
	display:inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.hp1a{
	-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;
	background:#fff;
	width:35%;
	border-right:1px solid rgba(0,0,0,0.1);
}
.hp1b{
	width:35%;
	background:#fff;
}
.hp1c{
	width:30%;
	background: #539F56;
	-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;
}
.hp1select{
	background:url('images/arrow_dd.png') no-repeat right 15px  center #fff;
	background-size:12px auto;
	border:0px;
	width:100%;
	height:60px;
	padding:0px 20px;

}
.hp1submitbtn{
	background: #539F56;
	color:#fff;
	-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;
	border:0px;
	height:60px;
	width:100%;
	cursor: pointer;
}
	.hp1submitbtn:hover{
		background:#113530;
	}
.homepart2{
	padding-top:90px;
	padding-bottom:140px;
}
.tablehp2 td.tdhp2{
	width:50%;
	vertical-align: middle;
}
.tablehp2 td.tdhp2a{
	padding-right:30px;
}
.tablehp2 td.tdhp2b{
	padding-left:30px;
}
.homepart2a{
	padding-bottom:90px;
}
.tdhp2bpart{
	
}
.tdhp2bpartpad{
	padding:50px 30px;
	background: #F5F5F5;
}
.hp2imgdiv{
	height:25vw;
}
.hp2bordertopradius{
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20pxs;
}
.hp2borderbottomradius{
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.homepart2b{
	color:#fff;
	padding:60px 40px 40px 40px;
	text-align: center;
}
.hp2bpoint{
	height:50vw;
	max-height: 640px;
	color:#fff;
	padding:30px;
}
.hp2bpointcol3{
	display:inline-block;
	box-sizing: border-box;
	width:33.33%;
	vertical-align: top;
	
}
.hp2bpoint a{
	color:#fff;
}
.hp2bpointborderradiusleft{
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}
.hp2bpointborderradiusright{
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
}
.homepart3{
	padding-bottom:40px;
}
.tdhp3{
	display:inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.tdhp3a{
	width:33.33%;
	padding-right:10px;
}
.tdhp3b{
	width:66.66%;
	padding-left:10px;
}
.iframewish{
	width:100%;
	height:45vw;
	overflow:hidden;
}
.iframewish2{
	width:100%;
	height:65vw;
	overflow:hidden;
}
.plus_desc_div{
	width:265px;
	height:auto;
	font-size:13px;
	text-align:left;
	display:none;
	vertical-align:middle;
	z-index:600;
	color:#000;
	box-sizing: border-box;
}
.pin_icon{
	z-index:500;
}
.pin_icon5{
	z-index:500;
	width:32px;
	height:45px;
	background:url('images/pin_icon5.png') no-repeat bottom center;
	background-size:32px 45px;
}
.pin_icon5:hover{
	background:url('images/pin_icon2.png') no-repeat bottom center;
	background-size:32px 45px;
}
.mappopup{
	width:265px;
}
.mapimgdiv{
	padding-bottom:66%;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.maptxtdiv{
	background:#fff;
	padding:10px 20px 20px 20px;
	text-align: center;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.mapclosebtn{
	width:30px;
	cursor: pointer;
}
.mapclosebtnpad{
	padding:8px;
}
@keyframes homepart2banimation {
	from {
	  background-position: left 0px center;
	  background-size:130%;
	}
	50%{
	  background-position: left -40px center;
	  background-size:140%;
	}
	to {
	  background-position: left 0px center;
	  background-size:130%;
	}
  }
  .homepart2banimation {
	animation-name: homepart2banimation;
  }

.fSliderWrapper a[class|="fArrow"] {
	width: 40px !important;
	height: 40px !important;
}
.fSliderWrapper .fArrow-prev2{
	left: 10px !important;
	width:40px !important;
	height:40px !important;
	opacity:0.5;
}
.fSliderWrapper .fArrow-next2{
	right:10px !important;
	width:40px !important;
	height:40px !important;
	opacity:0.5;
}
.homepart4{
	padding-top:140px;
	padding-bottom:200px;
}
.sliderItem{
	
}
.sliderPad{
	padding:0px 10px;
	
}
.sliderBG{
	
}
.sliderBGpad{
	/*padding:20px;*/
}
.tdhp3_1imgdiv{
	height:40vw;
	max-height:370px;
}
.hp4pad{
	padding:30px 30px;
	text-align: center;
}
.homepart5{
	padding-bottom:60px;
}
.hp5point{
	display:inline-block;
	vertical-align: top;
	width:50%;
	box-sizing: border-box;
	padding:0px 10px 20px 10px;
}
.hp5a{
	background: #F0F9F1;
	padding:15px;
}
.hp5aimg{
	height:22vw;
}
.hp5atxt{
	padding:20px;
}
.hp5atxtmh{
	padding-bottom:10px;
	min-height: 81px;
}
.hp5adate{
	color:#999;
}
.hp5b{
	background: #F0F9F1;
	padding:15px;
	margin-bottom: 20px;
}
.hp5bimgcol{
	display:inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width:35%;
}
.hp5btxtcol{
	display:inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width:65%;
}
.hp5bimg{
	
	padding-bottom:98%;
}
.hp5btxt{
	
	padding:20px 5px 20px 25px;
}
.hp5btxtmh{
	padding-bottom:10px;
	min-height: 121px;
}
.hp5bdate{
	color:#999;
}
.subscribepart{
	margin-top:70px;
	padding-bottom:55px;
}
.subscribediv{
	background: #113530;
	color:#fff;
	padding:30px 30px 30px 50px;
}
.tablesubscribe td.tdsubscribe{
	vertical-align: middle;

}
.tablesubscribe td.tdsubscribe1{
	padding-right:20px;
}
.tablesubscribe td.tdsubscribe2{
	width:530px;
}
.subscribe2div{
	border-radius:50px;
	padding:3px;
	background:#fff;
}
.tablesubscribeb td.tdsubscribeb{
	vertical-align: middle;

}
.tablesubscribeb td.tdsubscribeb1{
	padding-right:10px;
}
.tablesubscribeb td.tdsubscribeb2{
	width:180px;
}
input.email_subscribe, input.email_notify{
	height:70px;
	border:0px solid #d1d3d4;

	padding:0px 30px;
	width:100%;
	box-sizing: border-box;
	background: #fff;

	-webkit-border-top-left-radius: 35px;
	-moz-border-radius-topleft: 35px;
	border-top-left-radius: 35px;
	-webkit-border-bottom-left-radius: 35px;
	-moz-border-radius-bottomleft: 35px;
	border-bottom-left-radius: 35px;
}
input.emailsubscribebtn{
	height:70px;
	background: #539F56;
	border:none;
	width:100%;
	text-align:center;
	color:#fff;
	cursor:pointer;

	-webkit-border-top-right-radius: 35px;
	-moz-border-radius-topright: 35px;
	border-top-right-radius: 35px;
	-webkit-border-bottom-right-radius: 35px;
	-moz-border-radius-bottomright: 35px;
	border-bottom-right-radius: 35px;
}
input.emailsubscribebtn:hover{
	background:#f68c1c;
}
.tablefootera td.tdfootera{
	
	vertical-align: top;
}
.tablefootera td.tdfootera1{
	width:400px;
	padding-right:20px;
}
.tablefootera td.tdfootera2{
	padding-right:20px;
}
.tablefootera td.tdfootera3{
	width:250px;
}
.groupof{
	max-height: 69px;
	margin-left:10px;
	vertical-align: middle;
}
.webfooterpart1{
	padding-bottom:50px;
}
.socmedpoint{
	display:inline-block;
	white-space: nowrap;
	margin-right:15px;
}
.socmedpoint img{
	max-height: 43px;
	vertical-align: middle;
}
.socmedpoint:hover{
	background:#000;
}
.socmedpoint:hover img{
	filter: invert(1);
}
.tablefooterb td.tdfooterb{
	vertical-align: top;
	
}
.tablefooterb td.tdfooterb1{
	padding-right:20px;
}
.tablefooterb td.tdfooterb2{
	padding-right:20px;
}
.tablefooterb td.tdfooterb3{
}
.footerhead{
	padding-bottom:20px;
}
.footerhead a{
}
.footerhead a:hover{
	text-decoration: underline;
}
.footerpoint{
	padding-bottom:20px;
	color:#999;
}
.footerpoint a{
	color:#999;
}
.footerpoint:hover{
	text-decoration: underline;
}
.pageheaderimg{
	height:383px;
	color:#fff;
}

.aboutpart2{
	padding-top:70px;
	padding-bottom:100px;
}
.aboutpart3{
	padding-bottom:100px;
}
.aboutpart3line{
	border-bottom: 1px solid #0000001A;
}
.aboutpart4{
	padding-top:50px;
	padding-bottom:60px;
}
.testipoint{
	display:inline-block;
	vertical-align: top;
	width:33.33%;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.testipad{
	background: #F0F9F1;
	padding:30px;
}
.testidesc{
	font-style: italic;
	min-height: 180px;
	padding-bottom:20px;

}
.testiline{
	display:inline-block;
	width:40px;
	border-bottom: 1px solid #539F56;
	margin-bottom:20px;
}
.pagecontentpart2{
	padding-top:55px;
}
.iframegooglemaps{
    height:530px;
	width:100%;
}
.tablehp3b td.tdhp3b{
    width:50%;
    vertical-align: middle;
}
.tablehp3b td.tdhp3b_1{
    vertical-align: top;
	padding-right:30px;
}
.tablehp3b td.tdhp3b_2{
}
.fcontact_point{
    padding-bottom: 25px;
}
.fcontact_pointline{
    padding:15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fcontact_img{
    display:inline-block;
    width:30px;
    padding-right:15px;
    vertical-align: top;
}
.fcontact_img2 img{
    position: relative;
    top:4px;
}
.fcontact_txt{
    display:inline-block;
    width:calc(100% - 45px);
    vertical-align:middle;
}
.fcontact_img img{
    max-height:25px;
    max-width:25px;
}
.tablecontact td.tdcontactnopadtd{
	width:50%;
}
.tdcontactsepdiv{
	width:15px;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
    border:0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	width:calc(100% - 0px);
	padding:0px 0px;
	height:55px;
	font-size:15px;
	color:#fff;
	background: none;
    font-weight: bold;
}
input.form_input2b, textarea.form_input2b{
    border:0px;
	width:calc(100% - 40px);
	padding:0px 20px;
	height:55px;
	font-size:18px;
	color:#000;
	background: rgba(245, 245, 245, 1);
}
input.form_input3, textarea.form_input3{
    border:0px;
	width:calc(100% - 40px);
	padding:0px 20px;
	height:55px;
	font-size:18px;
	color:#000;
	background: #fff;
}
select.form_select{
	border:0px solid #d1d3d4;
	width:calc(100% - 0px);
	padding:0px 20px;
	height:45px;
	font-size:18px;
	color:#000;
	background:url('images/arrow_dd.png') no-repeat right 15px  center #F5F5F5;
	background-size:12px auto;

}
select.form_select3{
	border:0px solid #d1d3d4;
	width:calc(100% - 0px);
	padding:0px 20px;
	height:55px;
	font-size:18px;
	color:#000;
	background:url('images/arrow_dd.png') no-repeat right 15px  center #fff;
	background-size:12px auto;
}
.input_box2{
	padding-bottom:15px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:0px solid #d1d3d4;
		width:calc(100% - 0px);
		padding:0px 20px;
		height:50px;
		font-size:18px;
		color:#000;
		background:#fff;
        font-weight: bold;
	}
	.input_box2b{
		padding-bottom:20px;
	}
.input_box2b textarea.message_box{
    height:90px;
    padding-top:12px;
    padding-bottom:12px;
}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:55px;
	width:100%;
    max-width: 230px;
    
	background: #539F56;

	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:18px;
    text-align: left;
    padding-left:25px;
    padding-right:50px;
    font-weight: bold;
}
input.submit_btn:hover{
    
	background: #539F56;
		color:#fff;
}
input.submit_btn2{
	height:55px;
	width:100%;
    /*max-width: 230px;*/

	background: #539F56;

	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:18px;
    padding-left:25px;
    padding-right:25px;
}
input.submit_btn2:hover{
    
	background: #539F56;

		color:#fff;
}
.contactparttop{
	background: #F0F9F1;
	padding:50px;
}
.newspart1{
	padding-top:55px;
}
.dp_menu_overflow{
	overflow-x:auto;
	overflow-y:hidden;
	height:70px;
	white-space: nowrap;
	text-align:left;
}
.workmenupart{
	margin-bottom:50px;
	border-bottom: 1px solid #0000001A;
}
.dp_menu_point2, .dp_menu_point2dis{
	-webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    flex-flow: row wrap;
	text-align:left;
	cursor:pointer;
	height:70px;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	padding:0px 23px;
	display:inline-block;
	width:auto;
	color:#000;
	position:relative;
	top:0px;
	z-index:100;
}
	.dp_menu_point2dis{
		font-size:15px;
		cursor:auto;
	}
	.a_dp_menu_point2:first-child .dp_menu_point2, .dp_menu_point2dis{
		padding-left:0px;
	}
	.dp_menu_point2:hover, .dp_menu_point2active{
		border-bottom:4px solid #539F56;
		
	}
	.dp_menu_point2y:hover, .dp_menu_point2yactive{
		border-bottom:4px solid #539F56;
	}
.news_pointb{
	display:inline-block;
	vertical-align: top;
	width:50%;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.pagecontentpart{
    padding-top:50px;
	padding-bottom:100px;
}
.newspart2{
    padding-bottom:80px;
}
.ndother td.tdndother{
    vertical-align: middle;
}
.ndother td.tdndother1{
    width:100px;
    padding-left:40px;
    padding-right:40px;
    text-align: center;
}
.ndother td.tdndother2{
    
}
.ndother2line{
    border-bottom:  1px solid rgba(0, 0, 0, 0.1);
    height:0px;
}
.menupagebtn{
	display:inline-block;
	padding:0px 20px;
	width:auto;
	min-width: 155px;
	box-sizing: border-box;
	vertical-align: top;
	white-space: nowrap;
	cursor: pointer;
	height:47px;
	border: 1px solid #dadada;
	color: #8C9196;
	margin:0px 10px;

}
	.menupagebtn:hover, .menupagebtnactive{
		border: 1px solid #539F56;
		color:#539F56;
	}
	.menupage:first-child .menupagebtn{
		margin-left:0px;
	}
	.menupage:last-child .menupagebtn{
		margin-right:0px;
	}
.galleryimg{
	height:20vw;
	max-height: 300px;
}
.gallerypoint{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	box-sizing:border-box;
	padding:0px 10px 40px 10px;
	text-align: center;
}
.videocol3{
	height:33vw;
	max-height:300px;
}
.menupopupmt, ul.sf-menu .menupopupmt{
	padding-top:10px;
}
.menupopuppad1, ul.sf-menu .menupopuppad1{
	padding:10px 20px;
	background:#fff;
}
.menutopdd, ul.sf-menu .menutopdd{
	padding:10px 0px;
	width:220px;
}
.productlinesep1{
	border-bottom: 1px solid #0000001A;
	margin:40px 0px;
}
.ap4point{
    display:inline-block;
    box-sizing: border-box;
    width:25%;
    vertical-align: top;
    padding:0px 10px 30px 10px;
    text-align: center;
}
.ap4pointpad{
    padding:0px 20px;
}
.ap4imgdiv{
    width: 78px;
}
.ap4img{
    
    padding-bottom:100%;
}
.colprod{
    display:inline-block;
    width:25%;
    vertical-align: top;
    box-sizing:border-box;
    padding:0px 10px 0px 10px;
	margin-bottom:20px;
}
.hp3imgdiv{
    height:23vw;
	max-height: 300px;
}
.hp3txtdiv3{
    padding:10px;
}
.productpad{
	padding:0px 0px;
}
.productlistmh{
	min-height: 105px;
}
.productlistbtn{
	display:inline-block;
	width:100%;
	border:0px;
	height:40px;
	background: #539F56;


	color:#fff;
	cursor:pointer;
	padding:0px 25px;
	box-sizing:border-box;
}
	.productlistbtn:hover{
		background: #113530;

		color:#fff;
	}
.prodline{
	border-top: 1px solid #0000001A;
	border-bottom: 1px solid #0000001A;
	padding:20px 10px;
	text-align: center;
}
.prodline2{
	border-bottom: 1px solid #0000001A;
	margin:40px 0px;
}
.prodtraveltable td.prodtraveltd{
	padding:0px 10px;
}
.prodtraveltable td.prodtraveltd1{
	text-align: left;
}
.prodtraveltable td.prodtraveltd2{
	text-align: right;
}
.prodtravelicon{
	max-width: 28px;
	max-height: 28px;
	vertical-align: middle;
	margin-right:10px;
}
.productlistbtnpad{
	padding:0px 20px 15px 20px;
}
.selectprodnav{
    box-sizing: border-box;
    border: 0px;
	background: linear-gradient(90deg, #D9D9D9 0%, #F0F0F0 60%, #FFFFFF 100%);

    height:60px;
    width:100%;
    padding:0px 25px;
}
.selectprodnav2{
    box-sizing: border-box;
    border: 1px solid #000000;
    height:37px;
    width:118px;
    padding:0px 13px;
}
.selectprodnav2b{
    width:auto;
}
.paging{
	padding-top:25px;
	text-align: center;
}
.arrow_prev{
	vertical-align: middle;
	margin:0px 5px;
	max-height:14px;
}
.arrow_next{
	vertical-align: middle;
	margin:0px 3px;
	max-height:14px;
}
.faqpart{
	padding-top:70px;
	padding-bottom:70px;
	max-width:900px;
	margin:0px auto;
}
.faqpoint{
	padding:25px 0px;
	border-bottom:1px solid #d1d3d4;
}
.faqhead{
	cursor: pointer;
}
.faqbody{
	display:none;
	padding:20px 0px;
}
.readmorebtn{
	display:inline-block;
	width:auto;
	padding:0px 20px 0px 40px;
	height:40px;
	background:url(images/expand_icon.png) no-repeat left 15px center #fff;
	background-size:12px auto;
	border:2px solid #005FED;
	cursor:pointer;
	color:#005FED;
	font-size:15px;
	box-sizing: border-box;
}
	.readmorebtn:hover{
		background:url(images/expand_icon.png) no-repeat left 25px center #fff;
		background-size:12px auto;
	}
.expand_icon{
	max-width: 14px;	
}
.tablenews td.tdnews{
	vertical-align:middle;
}
.tablenews td.tdnews1{
	vertical-align:top;
	padding-right:60px;
	width:125px;
}
.tablenews td.tdnews2{
	padding-right:30px;
}
.tablenews td.tdnews3{
	width:150px;
	text-align: right;
}
.tablenewsb td.tdnewsb{
	vertical-align:middle;
}
.tablenewsb td.tdnewsb1{
	vertical-align:top;
	padding-right:60px;
	width:125px;
}
.tablenewsb td.tdnewsb2{
	padding-right:30px;
}
.tablenewsb td.tdnewsb3{
	width:30px;
	text-align: right;
}
.backicon{
	max-width: 23px;
	vertical-align: middle;
	margin-right:10px;
	position: relative;
	top:-2px;

}
.backpart{
	padding-bottom:30px;
}
.status_icon{
	padding:0px 10px;
	min-width: 125px;
	width:auto;
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
	color:#fff;
	height:33px;
	text-align: center;
	box-sizing: border-box;
}
.group_status_icon{
	background: #FF9898;
}
.private_status_icon{
	background: #37D4FF;
}
.open_status_icon{
	background: #FFAF54;
}
.imgproduct{
	max-width: 100%;
	width:100%;
	max-height:650px;
	
	position:relative;
	/*z-index:2000;*/
}
.detail_product_img_point{
	width:calc(20% - 20px);
	margin:0px 10px;
	display:inline-block;
	/*border:1px solid #eee;*/
	margin-bottom:6px;
	vertical-align:middle;
    cursor: pointer;
	box-sizing: border-box;
}
.detail_product_img_point img{
	max-width:100%;
    max-height: 100px;
}
.tableproduct td.tdproduct{
	vertical-align:top;
}
.tableproduct td.tdproduct1{
	
}
.tableproduct td.tdproduct2{
	vertical-align:top;
	padding-left:20px;
	width:470px;
}
.dpbody{
	display:none;
}
.dpbookpart{
	background: #F0F9F1;
	padding:30px;
}
.dpdownloadpart{
	border:1px solid rgba(0,0,0,0.1);
	padding:20px;
	text-align: center;

}
.btndownload{
	height:60px;
	border:1px solid #bcbec0;
	padding-right:40px;
	padding-left:85px;
	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;
	}
.copyright{
	padding-bottom:40px;
}
.wa_float_icon{
	position:fixed;
	z-index:1000;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:180px;
}
.pagetitle5 td.tdfooterb {
    border: 0px solid #000;
}