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

/*@font-face {
	font-family: "Metropolis";
	src: url(font/Metropolis-Regular.otf);
}
@font-face {
	font-weight:bold;
	src: url(font/Metropolis-Bold.otf);
}
@font-face {
	font-family: "Metropolis-Semibold";
	src: url(font/Metropolis-SemiBold.otf);
}*/

html{
	height:100%;
	width:100%;
	scroll-behavior: smooth;
}
body{
	font-family: 'Poppins', sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	color:#000;
	padding:0px;
	overflow-y:scroll;
}
input, textarea{
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	color:#231f20;
	-webkit-appearance:none;
}

td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#000;
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a.noanimation{
	color:#000;
	-o-transition:color .0s ease-out, background 0.0s ease-in;
	-ms-transition:color .0s ease-out, background 0.0s ease-in;
	-moz-transition:color .0s ease-out, background 0.0s ease-in;
	-webkit-transition:color .0s ease-out, background 0.0s ease-in;
	transition:color .0s ease-out, background 0.0s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a:hover, a.a_active{
	color:#E5B422;
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#999;opacity:1; }
::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input:-moz-placeholder { color:#999;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:#000;opacity:0.6; }
.txtsearch::-moz-placeholder { color:#000;opacity:0.6 } /* firefox 19+ */
.txtsearch:-ms-input-placeholder { color:#000;opacity:0.6} /* ie */
input.txtsearch:-moz-placeholder { color:#000;opacity:0.6 }
.headerfixed .txtsearch::-webkit-input-placeholder { color:#a7a9ac;opacity:1; }
.headerfixed .txtsearch::-moz-placeholder { color:#a7a9ac;opacity:1; } /* firefox 19+ */
.headerfixed .txtsearch:-ms-input-placeholder { color:#a7a9ac;opacity:1; } /* ie */
input.headerfixed .txtsearch:-moz-placeholder { color:#a7a9ac;opacity:1; }
.txtsearch:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.txtsearch:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.txtsearch:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.txtsearch:focus:-moz-placeholder { color:#999;opacity:0; }
.colorwhite::-webkit-input-placeholder { color:#fff;opacity:1; }
.colorwhite::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.colorwhite:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.colorwhite:-moz-placeholder { color:#fff;opacity:1; }
.colorwhite:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.colorwhite:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.colorwhite:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.colorwhite:focus:-moz-placeholder { color:#999;opacity:0; }
.form_input2::-webkit-input-placeholder { color:#000;opacity:0.6 }
.form_input2::-moz-placeholder { color:#000;opacity:0.6 } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#000;opacity:0.6 } /* ie */
input.form_input2:-moz-placeholder { color:#000;opacity:0.6 }

/*::-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;
}
.topleftborderrad10{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.bottomleftborderrad10{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.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;
}
.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: 'Poppins', sans-serif;
	padding-bottom:27px;
	line-height:35px;
}
#popup_description{
	line-height:27px;
}
.popup_height{
	overflow-y:auto;
	height:calc(100vh - 325px);
	padding-right:30px;
}
.td_popup1{
	width:45%;
	padding-right:5%;
}
.popup_closediv{
	padding-bottom:20px;
	text-align:right;
}
.popup_closediv img{
	cursor:pointer;
}
#menuslidebackpart,#menuslidebackpart2,#menuslidebackpart_qb,#menuslidebackpart_qb2,#menuslidebackpart3{
	position:fixed;	
	z-index:10010;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	display:none;
}
.container{
	min-width:280px;
	max-width:1220px;
	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:1000px;
	padding:0px 20px;
	margin:0px auto;
}
.container3{
	min-width:280px;
	max-width:910px;
	padding:0px 20px;
	margin:0px auto;
}
.container4{
	min-width:280px;
	max-width:600px;
	padding:0px 20px;
	margin:0px auto;
}
.container5{
	min-width:280px;
	max-width:800px;
	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;
}
.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;
}
.marginfitleft30px{
	margin-left:-30px;
}
.marginfitleft35px{
	margin-left:-35px;
}
.fullwidth{
	width:100%;
}
.header{
	position:fixed;
	z-index:10000;
	height:96px;
	width:100%;
	background:none;
	color:#fff;
	/*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:96px;
	}
	.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:96px;
}
.headerpad{
	padding-top:44px;
}
.headertop{
	background: #1D334A;
	font-size:13px;
	color:#fff;
	height:30px;
}
	.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:30px;
}
.tableheadertop .tdheadertop1{
}
.tableheadertop .tdheadertop2{
	text-align:right;
}
.tableheadermenu td.tdheadermenu{
	vertical-align:middle;
	height:100px;
}
.tableheadermenu td.tdheadermenu1{
	width:165px;
}
.tableheadermenu td.tdheadermenu2{
	text-align:center;
	padding:0px 20px;
}
.tableheadermenu td.tdheadermenu3{
	text-align:right;
	width:165px;
}
ul.sf-menu .arrow_dd, .arrow_dd{
	max-height:7px;
	margin-left:3px;
	vertical-align:middle;
}
.logo{
	max-width:200px;
}
.logo img{
    max-width:200px;
}
.logo2{
    display:none;
}
/*.menufixed .logo{
    display:none;
}
.menufixed .logo2{
    display:block;
}*/
ul.sf-menu .menupoint, .menupoint{
	margin-left:15px;
	margin-right:15px;
    border-top:3px solid transparent;
    border-bottom:3px solid transparent;
    height:96px;
    box-sizing:border-box;
    display:inline-block;
    color:#000;
}
ul.sf-menu .menupoint:hover, .menupoint:hover, .menupointactive{
    border-top:3px solid #E5B422 !important;
    
}
.header a{
    color:#000;
}
.header a:hover{
    color:#0E2B84;
}
.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:250px;
    height:25px;
	background:none;
    
	text-align:left;
	padding:8px 25px;
	color:#000;
	font-size:15px;
	font-weight:normal;
}
	ul.sf-menu .headerddmenu:hover{
		color:#E5B422;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
		height:37px;
	}
ul.sf-menu .menupop{
    padding-top:10px;
    padding-bottom:10px;
	margin-top:4px;
    -moz-border-radius:10px !important;
	-webkit-border-radius:10px !important;
	border-radius:10px !important;
    background:#fff;
}
ul.sf-menu .menupoppad{
	padding-top:42px;
	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{
		margin-right:10px;
		vertical-align:middle;
	}
	.headersocmed a.a_headersocmed:last-child img{
		margin-right:0px;
	}
	.menufixed .a_headersocmed img{
		filter: invert(1);
	}
.headercontactbtn{
	width: 100%;
	height: 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;
	max-height:22px;
	vertical-align:middle;
    margin-left:20px;
    cursor: pointer;
    margin-right:30px;
}
.headercarticon{
    max-height:19px;
    margin-right:15px;
    vertical-align: middle;
}
.headercarttext{
    display:inline-block;
    vertical-align: middle;
    
}
.headertxtbtn{
    display:inline-block;
    vertical-align: middle;
    font-weight: 600;
    color:#0E2B84;
}
.headertxtbtn2{
    display:inline-block;
    vertical-align: middle;
    font-weight: 600;
    color:#000;
}
.headerbtn{
    display:inline-block;
    width:auto;
    padding:0px 15px;
	border: 2px solid #0E2B84;
    box-sizing: border-box;
	height:46px;
	background: none;
	color:#0E2B84;
    font-weight: 600;
	cursor:pointer;
    text-align: center;
    vertical-align: middle;
}
	.headerbtn:hover{
		background: #0E2B84;
        color:#fff;
	}
.headerbtn3{
    display:inline-block;
    width:100%;
    padding:0px 15px;
	border: 0px solid #0E2B84;
    box-sizing: border-box;
	height:46px;
	background: #0E2B84;
	color:#fff;
    font-weight: 600;
	cursor:pointer;
    text-align: center;
    vertical-align: middle;
}
    .headerbtn3:hover{
		background: #000;
        color:#fff;
	}
.headerbtn_ml{
	margin-left:20px;
    margin-right:25px;
}
.headerbtn_mr{
    margin-right:25px;
}
.btnsearch{
	width: 110px;
	height: 40px;
	background: #0E2B84;
	color:#fff;
	font-size:13px;
    font-weight: bold;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	border:0px;
}
	.btnsearch:hover{
		background:#000;
	}

.posheaderoption{
    position: relative;
    top:30px;
    left:-50px;
}
.headeroption{
	border-top:0px solid #eee;
	border-bottom:0px solid #eee;
	display:none;
	background:#fff;
}
.headeroptiontd{
	width:307px;
	padding-right:40px;
}
.headeroptionpoint{
	font-size:13px;
	padding:12px 0px;
	border-bottom:1px solid #0E2B84;
	color:#fff;
}
.headeroptionpoint:hover{
	background:#f1f2f2;
	padding-left:10px;
}

.header_search_box{
	width:100%;
	border: 1px solid #0E2B84;
	box-sizing: border-box;

	padding:4px 4px 4px 15px;
	height:50px;
	display:inline-block;
    
	vertical-align:top;
    
}
	.header_search_box_subscribe{
		background:#fff;
	}
.search_input{
	width:calc(100% - 113px);
	padding:0px;
	height:40px;
	border:0px;
	background:none;
	font-size:13px;
	color:#000;
}
	.search_inputm{
		width:calc(100% - 35px);
	}
.search_img{
	position:relative;
	top:8px;
}
	.search_img_m{
		position:relative;
		top:3px;
	}

.page_title0, .pagetitle0{
	font-size:35px;
}
	.page_title0b, .pagetitle0b{
		font-size:35px;
		line-height:45px;
		font-weight:bold;
	}
.page_title1, .pagetitle1{
		font-size:27px;
		line-height:37px;
		font-weight:bold;
	}
.page_title2, .pagetitle2{
	font-size:28px;
	line-height:38px;
}
	.page_title2b, .pagetitle2b{
		font-size:28px;
		line-height:38px;
		font-weight:bold;
	}
	.page_title2l, .pagetitle2l{
		font-size:28px;
		line-height:38px;
	}
.page_title3, .pagetitle3{
	font-size:25px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b{
		font-size:25px;
		line-height:35px;
		font-weight:bold;
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-weight:bold;
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:30px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:30px;
		font-weight:bold;
	}
.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:600;
	}
.page_description1, .pagedescription1{
	font-size:15px;
	line-height:22px;
}
	.page_description1 ul, .pagedescription1 ul{
		margin-left:0px;
	}
	.page_description1 ol, .pagedescription1 ol{
		margin-left:0px;
	}
	.page_description1 li, .pagedescription1 li{
		margin-left:20px;
	}
	.pagedescription1 b, .pagedescription1 strong, .page_description1 b, .page_description1 strong, .pagedescription1b, .page_description1b{
		font-weight:bold;
	}
    .pagedescription1 a, .page_description1 a{
        font-weight: bold;
        color:#0E2B84;
    }
    .pagedescription1 a:hover, .page_description1 a:hover{
        text-decoration: underline;
    }
.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:42px;
	background: #0E2B84;
	font-size:15px;
	color:#fff;
	cursor:pointer;
	padding:0px 25px;
	box-sizing:border-box;
    text-align: center;
    font-weight: 600;
}
	.btn1:hover{
		background-color:#000;
		color:#fff;
	}
	.btn1b{
        width:auto;
		min-width:142px;
        vertical-align: middle;
        font-weight: 600;
	}
	.btn1c{
		background:#E5B422;
	}
    .btn1d{
		background:#fff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        width:190px;
        color:#7f7f7f;
	}
    .btn1d2{
		background:#fff;
        border: 2px solid #362B77;
        width:190px;
        color:#0E2B84;
	}
    .btn1d3{
		background:#fff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        width:100%;
        color:#7f7f7f;
	}
    .btn1e{
		background:none;
        border: 1px solid #fff;
        width:190px;
        color:#fff;
	}
    .btn1f{
		background:none;
        border: 2px solid rgba(0, 0, 0, 0.1);
        width:100%;
        color:#999;
        background:url("images/logout_icon.png") no-repeat left 15px center;background-size:auto 15px;
        padding-left:40px;
        text-align: center;
	}
    .btn1f:hover{
        background-color:#eee;
        color:#000;
    }
    .btn1g{
		background:#fff;
        border: 2px solid #0E2B84;
        width:100%;
        color:#0E2B84;
	}
	.btn1widthauto{
		width:auto;
	}
	.btn1ml15{
		margin-left:15px;
    }
    .btn1w190{
		width:100%;
        max-width:190px;
        margin-right:10px;
	}
    .btn1h:hover{
        background:#fff;
        color:#000;
    }


.btn2{
	width:auto;
	padding:0px 20px;
	
	border:0px;
	height:42px;
	background: none;
    border: 1px solid #C4C4C4;
	box-sizing: border-box;
	color: #000;
	cursor:pointer;
}
	.btn2:hover{
		border-color:#000;
		background-color:#000;
		color:#fff;
	}
	.btn2b{
		color:#fff;
	}
	.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;
}
.colorprimary{
    color:#355FE0;
}
.colorsecond{
	color:#E5B422;
}
.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:#21CFB3;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#1C73C9;
}
.colorgrey{
	color:#939598;
}
.colorgold{
	color: #A89060;
}
.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;
}
.maxwidth550{
	max-width:550px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.maxwidth850{
    max-width:850px;
}
.maxwidth935{
	max-width:935px;
}
.heightsep1{
	height:100px;
}
.line1{
	width: 17px;
	height: 1px;
	background: #E5B422;
    display:inline-block;
    vertical-align: middle;
    margin:0px 3px;
}
.line2{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom:55px;
    padding-bottom:55px;
}
.line2b{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom:35px;
    padding-bottom:20px;
}
.line2c{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom:15px;
    padding-bottom:15px;
}
.line3{
	height:1px;
	background:#21CFB3;
    display:inline-block;
    vertical-align: middle;
	width:18px;
    margin:0px 10px;
}
.minheight25{
	min-height:25px;
}
.minheight60{
	min-height:60px;
}
.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;
}
.opacity06{
    opacity:0.6;
}

.togglemenuslide{
    display:none;
}

.homepart1{
    height:50vw;
    color:#000;
    text-align: left !important;
}
.homepart2{
    padding-top:25px;
    padding-bottom:70px;
}
.hp2{
    padding:0px 10px;
    display:inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.hp2_1{
    width:calc(64vw - 20px);
    max-width:775px;
}
.hp2_2{
    width:calc(36vw - 20px);
    max-width:445px;
}
.hp2img1{
    height:28.7vw;
    max-height:350px;
}
.hp2img2{
    height:28.7vw;
    max-height:350px;
}
.homepart3{
    padding-bottom:80px;
}
.tablehp3 td.tdhp3{
    vertical-align: top;
}
.tablehp3 td.tdhp3_1{
    width:215px;
    padding-right:65px;
}
.tablehp3 td.tdhp3_2{
    
}
.hp3btn{
    width:100%;
    height:63px;
    display:inline-block;
    box-sizing: border-box;
    padding:0px 20px;
    color:#000;
}
.hp3btn:hover, .hp3btnactive{
    box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.hp3ico{
    display:inline-block;
    vertical-align: middle;
    width:36px;
    height:36px;
    padding-right:21px;
    
}
.hp3ico img{
    max-width:36px;
    max-height:36px;
}
.hp3txt{
    display:inline-block;
    vertical-align: middle;
    width:calc(100% - 57px);
}
.tablehp3b td.tdhp3b{
    vertical-align: middle;
}
.tablehp3b td.tdhp3b_1{
    padding-right:40px;
}
.tablehp3b td.tdhp3b_2{
    width:50%;
}
.hp3btndiv{
    width:50%;
    padding:0px 10px;
    display:inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.moreicon1div{
    margin-left:15px;
    width:29px;
    height:29px;
    display:inline-block;
    vertical-align: middle;
    
    background: #F5F5F5;
    text-align: center;
}
.moreicon1div img{
    max-width:12px;
}
.moreicon1div:hover{
    background: #E5B422;
}
.hp3body{
    display:none;
}
.homepart4{
    padding-bottom:100px;
}
.hp4a{
    padding-top:75px;
    text-align: center;
    padding-bottom:250px;
    /*padding-bottom:20vw;*/
    padding-left:20px;
    padding-right:20px;
}
.hp4a_pad{
    padding:0px 20px;
}
.hp4a_point{
    padding:0px 20px;
    display:inline-block;
    box-sizing: border-box;
    width:33.33%;
    vertical-align: top;
    text-align: center;
}
.hp4a_pointb{
    padding:0px 10px;
    display:inline-block;
    box-sizing: border-box;
    width:33.33%;
    vertical-align: top;
    text-align: center;
}
.hp4a_img{
    height:20vw;
    max-height:250px;
}
.hp4a_txt{
    padding:35px;
    background:#fff;
}
.hp4body{
    margin-top:-250px;
}
.homepart5{
    padding-bottom:100px;
}
.tablehp5 td.tdhp5{
    vertical-align: middle;
    width: 50%;
}
.tablehp5 td.tdhp5_1{
    padding-right:40px;
}
.tablehp5 td.tdhp5_2{
    
}
.homepart6{
    padding-top:100px;
    padding-bottom:100px;
}
.testipoint{
    padding-top:10px;
    padding-bottom:40px;
    padding-right:20px;
    padding-left:10px;
	display:block;
	width:100%;
    max-width:750px;
    box-sizing: border-box;
}
.testipointin{
    padding-top:25px;
    padding-bottom:25px;
    background: #fff;
}
.testipointhor{
    padding-left:40px;
    padding-right:40px;
}
.testipointhor2{
    border-left: 2px solid #E5B422;
    padding-left:38px;
    padding-right:40px;
}
.tabletesti td.tdtesti{
    vertical-align: middle;
}
.tabletesti td.tdtesti1{
    width:78px;
    padding-right:32px;
    
}
.tabletesti td.tdtesti2{
    
}
.tdtesti1img{
    width:78px;
    height:78px;
}
.homepart8{
    padding-top:100px;
    padding-bottom:70px;
}
.hp8head{
    padding-bottom:60px;
}
.tablehp8h td.tdhp8h{
    vertical-align: bottom;
}
.tablehp8h td.tdhp8h1{
    padding-right:30px;
}
.tablehp8h td.tdhp8h2{
    text-align: right;
}
.newspoint{
    padding:0px 20px 30px 20px;
    box-sizing: border-box;
    width:33.33%;
    display:inline-block;
    vertical-align: top;
}
a.a_newspoint:hover{
    color: #0E2B84;
}
.newspointpad{
    
}
.hp8imgdiv{
    padding-bottom:92.5%;
}
.hp8imgtxtpad{
    padding-left:45px;
    margin-top:-65px;
}
.hp8txt{
    background:#fff;
    padding:20px 25px;
}
.webfooterpartg{
    margin-top:70px;
    height:244px;
    color:#fff;
    
}
.tdfooterg1maxh{
    height:244px;
}
.tdfooterg1max_img{
    position:relative;
    top:-129px;
}
.tablefooterg td.tdfooterg{
    height:244px;
    
}
.tablefooterg td.tdfooterg1{
    vertical-align: bottom;
    width:439px;
}
.tablefooterg td.tdfooterg2{
    vertical-align: middle;
    padding-left:40px;
}
.webfooterpart1{
    padding-top:50px;
    padding-bottom:100px;
}
.tablefooter td.tdfooter{
    vertical-align: top;
}
.tablefooter td.tdfooter1{
    width:32%;
    padding-right:40px;
}
.tablefooter td.tdfooter2{
    padding-top:17px;
}
.fcontact_point{
    padding-bottom: 18px;
}
.fcontact_img{
    display:inline-block;
    width:30px;
    padding-right:15px;
    vertical-align: top;
}
.fcontact_txt{
    display:inline-block;
    width:calc(100% - 45px);
    vertical-align:middle;
    font-size:15px;
    line-height:20px;
    color:#333;
}
.fcontact_img img{
    max-height:28px;
    max-width:22px;
}
.tablefooterb td.tdfooterb{
    vertical-align: top;
    padding-right:20px;
}
.tablefooterb td.tdfooterb1{
   width:30%;
}
.tablefooterb td.tdfooterb2{
    width:20%;
}
.tablefooterb td.tdfooterb3{
    width:25%;
}
.tablefooterb td.tdfooterb4{
    width:25%;
}
.footerpoint{
    padding-bottom:20px;
}
.webfooterpart1line{
    padding-bottom:45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.copyright{
    padding-top:35px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tablecopyright td.tdcopyright{
    vertical-align: middle;
}
.tablecopyright td.tdcopyright1{
    padding-right:30px;
}
.tablecopyright td.tdcopyright2{
    text-align: right;
}

.tablefooterc td.tdfooterc{
    vertical-align: middle;
}
.tablefooterc td.tdfooterc1{
    width:63%;
    padding-right:40px;
}
.tablefooterc td.tdfooterc2{
    padding-left:40px;
}
.subscribepart{
    padding:30px 0px;
}
.tablesubscribec td.tdsubscribec{
    vertical-align: middle;
    width:50%;
}
.tablesubscribec td.tdsubscribec1{
    padding-right:40px;
}
.tablesubscribec td.tdsubscribec2{
}
.subscribebox{
	background:#fff;
	padding:5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
input.email_subscribe, input.email_notify{
	height:50px;
	border:0px solid #d1d3d4;

	padding:0px 0px 0px 20px;
	width:100%;
	background:#fff;
    background-size:auto 15px;
	box-sizing:border-box;
}
input.emailsubscribebtn{
	height:50px;
	background-color: #0E2B84;
	border:none;
	width:100%;
	padding:0px 10px;
	text-align:center;
	color:#fff;
	cursor:pointer;
    font-weight: bold;
}
input.emailsubscribebtn:hover{
	background:#000;
}
.pageheaderimg{
    height:364px;
    color:#fff;
    padding:40px 45px;
}
.overflowxauto{
    overflow-x:auto;
    white-space: nowrap;
}
.menucatdiv{
    display:inline-block;
    vertical-align: top;
    padding:25px 5px;
}
.menucatdiv2{
    display:inline-block;
    vertical-align: top;
    padding:5px 5px;
}
.menucpoint{
    min-width:135px;
    height:51px;
    box-sizing:border-box;
    vertical-align: middle;
    display:inline-block;
    padding:0px 20px 0px 20px;
    color:#000;
    text-align: center;
}
.menucpoint:hover, .menucpointactive{
    /*font-family:"Metropolis-Bold";*/
   /*border-bottom:3px solid #DAA900;*/
    /*color:#fff;*/
    
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.menucatpart2{
    padding:0px 5px;
}
a.a_menucpoint, .menucatpart a{
    color:#fff;
}
.tableabout1 td.tdabout1{
    vertical-align: top;
}
.tableabout1 td.tdabout1_1{
    width:350px;
    padding-right:50px;
}
.tableabout1 td.tdabout1_2{
    
}
.pagecontentpart{
    padding-top:30px;
    padding-bottom:100px;
}
.pagecontentpart1{
    padding-bottom:70px;
}
.pagecontentpart2{
    padding-top:30px;
    padding-bottom:70px;
}
.tableaboutvm td.tdaboutvm1{
    vertical-align: middle;
    width:50%;
}
.tableaboutvm td.tdaboutvm1_1{
    padding-right:50px;
}
.tableaboutvm td.tdaboutvm1_2{
    
}
.visionmissiondesc li{
    list-style: none;
    padding-left:0px;
    margin-left:0px;
    padding:11px 0px;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
    
}
.vmico{
    display:inline-block;
    vertical-align: middle;
    width:37px;
    height:37px;
    background: #0E2B84;
    color:#fff;
    font-size:25px;
    text-align: center;
}
.vmdivtxt{
    /*height:53px;*/
}
.vmtxt{
    padding-left:25px;
    display:inline-block;
    vertical-align: middle;
    width:calc(100% - 65px);
}
.check_icon{
    max-height:10px;
}
.d_point{
    padding-top:25px;
    padding-bottom:25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.downloadtd0{
	width:30px;
	padding-right:25px;
}
.downloadtd0 img{
    max-width:30px;
}
.downloadtd2{
	width:160px;
	padding-left:40px;
}
.d_btn{
	width:100%;
	height:44px;
	background:url(images/download_icon.png) no-repeat left 11px center #fff;
    background-size:auto 20px;
	border: 2px solid #0E2B84;
    box-sizing: border-box;
	color:#000;
	font-size:15px;
	text-align:center;
	padding-left:30px;
    font-weight: 600;
    color:#0E2B84;
}
.d_btn:hover{
	background:url(images/download_icon.png) no-repeat left 16px center #f9f9f9;
    background-size:auto 20px;
}
.galleryimg{
    height:34vw;
    max-height: 415px;
}
.col2{
    display:inline-block;
    width:50%;
    padding:0px 10px 20px 10px;
    vertical-align: top;
    box-sizing:border-box;
}
.gallerytxt{
    /*height:93px;*/
	min-height:93px;
    padding:10px 15px;
    text-align: center;
}
.back{
    margin-left:15px;
}
.pagenavpart{
    padding-bottom:35px;
}
.ndother td.tdndother{
    vertical-align: middle;
}
.ndother td.tdndother1{
    width:100px;
    padding-left:40px;
    padding-right:40px;
}
.ndother td.tdndother2{
    
}
.ndother2line{
    border-bottom:  1px solid rgba(0, 0, 0, 0.1);
    height:0px;
}
.googlemapsiframe{
    height:520px;
}
.tablehp6 td.tdhp6{
    vertical-align: middle;
}
.tablehp6 td.tdhp6_1{
    width:35%;
    padding-right:40px;
    box-sizing:border-box; 
}
.tablehp6 td.tdhp6_2{
    vertical-align: bottom;
}
.tdhp6_2pad{
    padding:25px 50px;
}
.tablecontact td.tdcontactnopadtd{
	width:50%;
}
.tdcontactsepdiv{
	width:20px;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
	border: 1px solid rgba(0, 0, 0, 0.2);
	width:calc(100% - 40px);
	padding:0px 20px;
	height:55px;
	font-size:15px;
	color:#000;
	background: #fff;
}
select.form_select{
	border: 1px solid rgba(0, 0, 0, 0.2);
	width:calc(100% - 0px);
	padding:0px 20px;
	height:45px;
	font-size:15px;
	color:#333;
	background: #F5F5F5;
}
.input_box2{
	padding-bottom:19px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border: 1px solid rgba(0, 0, 0, 0.2);
		width:calc(100% - 0px);
		padding:0px 20px;
		height:50px;
		font-size:15px;
		color:#000;
		background:#fff;
	}
	.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: 190px;
	background: #0E2B84;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
	font-weight:600;
}
input.submit_btn:hover{
	background-color:#333;
	
}
.contactpart2{
    padding-bottom:70px;
}
.areapoint{
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom:20px;
    padding-left:40px;
    padding-right:30px;
}
.areadtitle{
	
	color:#000;
	cursor:pointer;
	
	background-color:#fff;
	padding-left:0px;
	padding-right:0px;
	height:75px;
	-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;
	
}
.areadtitle:hover{
	
	color:#000;
}
.areadetail{
	display:none;
	font-size:13px;
	line-height:30px;
	padding-top:0px;
	padding-bottom:30px;
	padding-left:0px;
	padding-right:25px;
	background-color:#fff;
	color:#939598;
}

.logininputdiv{
	padding-bottom:14px;
}
input.login_input, textarea.login_input, select.login_input{
	width:100%;
	padding-left:25px;
	padding-right:18px;
	height:54px;
	text-align:left;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	
	box-sizing:border-box;
	color:#000;
	font-size:15px;
}
	input.login_input_adatitle{
		width:calc(100% - 130px);
	}
	/*input.login_input_mail{
		padding-left:70px;
		background:url(images/mail_icon2.png) no-repeat left 18px center;
	}
	input.login_input_pass{
		padding-left:70px;
		background:url(images/pass_icon.png) no-repeat left 18px center;
	}*/
	input.login_input_name{
		padding-left:70px;
		background:url(images/name_icon.png) no-repeat left 18px center;
	}
	input.login_company_name{
		padding-left:70px;
		background:url(images/company_icon.png) no-repeat left 18px center;
	}
	input.login_input_short{
		width:100px;
	}
	input.login_input_short2{
		width:150px;
	}
	.login_input_mb{
		margin-bottom:10px;
	}
input.login_input:read-only {
  background-color: #eee !important;
}
textarea.login_textarea{
	height:200px;
	padding-top:20px;
	padding-bottom:20px;
}
select.selectlogintitle{
	width:100px;
	margin-right:20px;
	padding-left:20px;
}
input.login_button, .login_button{
	width:100%;
	height:54px;
	text-align:center;
	border:0px solid #000;
	background: #0E2B84;
	color:#fff;
	font-size:15px;
	cursor:pointer;
	box-sizing:border-box;
	padding:0px 30px;
    font-weight: 600;
}
input.login_button:hover, .login_button:hover{
	background:#000;
}
	input.login_button img, .login_button img{
		max-height:22px;
		margin-right:20px;
		vertical-align:middle;
	}
	.login_button_text{
		margin-right:20px;
		white-space:nowrap;
	}
input.login_button2, .login_button2{
	width:100%;
	height:54px;
	text-align:center;
	border:0px solid #000;
	background:#000;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	box-sizing:border-box;
	padding:0px 30px;
}
input.login_button2:hover, .login_button2:hover{
	background:#333;
}
	input.login_button2_wauto, .login_button2_wauto{
		width:auto;
	}
	input.login_button2 img, .login_button2 img{
		max-height:22px;
		margin-right:20px;
		vertical-align:middle;
	}
	.login_button_text2{
		margin-right:20px;
		white-space:nowrap;
	}
a.a_login{
	color: #0E2B84;
    font-weight: bold;
}
a.a_login:hover{
	text-decoration: underline;
}
a.a_login2{
	color:#BF244F;
}
a.a_login2:hover{
	text-decoration:underline;
}
.loginmr1{
    display:inline-block;
    vertical-align: top;
    width:130px;
    box-sizing:border-box;
    padding:0px 10px;
}
.loginmr2{
    display:inline-block;
    vertical-align: top;
    padding:0px 10px;
    width:calc(100% - 130px);
    box-sizing:border-box;
}
.biginfotext{
	padding-top:60px;
	text-align:center;
	font-size:60px;
	color:#000;
}
.biginfodescription{
	padding-bottom:100px;
	text-align:center;
}
input.checkbox_register{
	-webkit-appearance:checkbox;
}
.registerbox{
    padding:45px 25px;
}
.registerboxb{
    padding:45px 0px;
}
.registerboxb2{
    padding:0px 35px;
}
.registerboxb3{
    padding:35px 25px;
    background: #F5F5F5;
    margin-bottom:20px;
}
.headernotify{
	background-color:#ef4056;
	color:#000;
	background: #FFCB05;
	width:100%;
	height:55px;
	font-size:15px;
	z-index:10000;
}
.headernotify2{
	background-color:#f76060;
	color:#fff;
	top:185px;
	width:100%;
	height:60px;
	font-size:15px;
	z-index:10000;
    margin-bottom:10px;
}
.headernotify3{
	background-color:#46ba69;
	color:#fff;
	top:185px;
	width:100%;
	height:60px;
	font-size:15px;
	z-index:10000;
}
.notifybtn{
	width:auto;
	padding:0px 15px;
	height:30px;
	display:inline-block;
	margin-left:10px;
	color:#fff;
	background-color:#231f20;
	font-size:13px;
	line-height:30px;
	text-align:center;
}
.notifybtn:hover{
	background-color:#666;
	color:#fff;
}
.notifybtn2{
	width:142px;
	height:24px;
	display:inline-block;
	margin-left:10px;
	color:#fff;
	border:1px solid #fff;
	background-color:none;
	font-size:13px;
	line-height:24px;
	text-align:center;
}
.notifybtn2:hover{
	background-color:#fff;
	color:#000;
}
.grandnotifybtn2{
	font-weight:600;
	width:calc(100% - 2px);
	height:48px;
	display:inline-block;
	color:#939598;
	border:1px solid #d1d3d4;
	background-color:none;
	font-size:15px;
	line-height:50px;
	text-align:center;
}
.grandnotifybtn2:hover{
	background-color:#dcddde;
	color:#666;
}
.notifybtn3{
	width:142px;
	height:24px;
	display:inline-block;
	margin-left:10px;
	color:#46ba69;
	border:1px solid #fff;
	background-color:#fff;
	font-size:13px;
	line-height:24px;
	text-align:center;
}
.notifybtn3:hover{

	color:#000;
}
.grandnotifybtn3{
	font-weight:600;
	width:100%;
	height:50px;
	display:inline-block;
	color:#fff;
	background-color:#1F6E37;;
	font-size:15px;
	line-height:50px;
	text-align:center;
}
.grandnotifybtn3:hover{
	background-color:#000;
}
.headermemberimage{
    display:inline-block;
    vertical-align: middle;
    height:38px;
    width:38px;
    margin-right:10px;
}
.headermemberimage2{
    display:inline-block;
    vertical-align: middle;
    height:95px;
    width:95px;
}
.headermemberhead{
    padding-top:30px;
    margin-bottom:30px;
}
.headermemberbox{
    padding:25px;
}
.tablehmember td.tdhmember{
    vertical-align: middle;
}
.tablehmember td.tdhmember1{
    width:95px;
    padding-right:50px;
}
.tablehmember td.tdhmember2{
    padding-right:40px;
}
.tablehmember td.tdhmember3{
    width:140px;
}
.ma_pictborder{
	max-width:175px;
	border:0px solid #f1f2f2;
}
.ma_pictborder2{
	max-width:322px;
	border:0px solid #f1f2f2;
}
.ma_pict{
	max-width:100%;
    max-height:155px;
}
.ma_pict2{
	width:100%;
	padding-bottom:54.29%;
}
.table_ma td.td_ma{
    vertical-align: middle;
}
.table_ma td.td_ma1{
    width:155px;
    padding-right:50px;
}
.table_ma td.td_ma2{
    width:130px;
}
.memberpad1{
    padding-left:40px;
    padding-right:40px;
}
.myprof_table td.myprof_td{
	padding:0px 0px 15px 0px;
}
.myprof_table tr:first-child td{
	padding-top:0px;
}
.myprof_table tr:last-child td{
}
.myprof_table tr.noborder td, table.noborder td{
	border:0px;
}
.myprof_table td.myprof_td1{
	width:155px;
	padding-right:15px;
}
.register_label{
	padding-top:12px;
}
/*Copied from bootstrap */
 .btn {
    display: inline-block;
   width:125px;height:40px;font-size:13px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
}
/*Also */
 .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
/* This is copied from https://github.com/blueimp/jQuery-File-Upload/blob/master/css/jquery.fileupload.css */
 .fileinput-button {
    position: relative;
    overflow: hidden;
}
/*Also*/
 .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter:'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
.confirmheadf{
	font-size:13px;
	cursor:pointer;
	padding:20px;background:url(images/arrow_down.png) no-repeat right 20px center #fff;
}
.confirmheadf:hover{
	background:url(images/arrow_down.png) no-repeat right 20px center #eee;
}
.phoneverified{
    background: #2387F5;
    color:#fff;
    width:92px;
    height:25px;
    text-align: center;
    font-weight: 600;
    display:inline-block;
    vertical-align: middle;
    position: relative;
    top:-3px;
    margin-left:10px;
}
.phoneverified2{
    background: #f76060;
    color:#fff;
    width:92px;
    height:25px;
    text-align: center;
    font-weight: 600;
    display:inline-block;
    vertical-align: middle;
    position: relative;
    top:-3px;
    margin-left:10px;
}
.phoneverified img{
    max-height:10px;
    margin-right:5px;
    vertical-align: middle;
}
.tableproda td.tdproda{
    vertical-align: middle;
    width:50%;
}
.tableproda td.tdproda1{
    padding-right:50px;
}
.tableproda td.tdproda2{
}
.dppoint{
    display:inline-block;
    vertical-align: top;
    padding:0px 10px 40px 10px;
    box-sizing: border-box;
    width:33.33%;
}
.dpimgdiv{
    width:135px;
    height:135px;
}
.dpointpad{
    padding-right:40px;
}
.tableprodb td.tdprodb{
    vertical-align: middle;
    width:50%;
}
.tableprodb td.tdprodb1{
    
}
.tableprodb td.tdprodb2{
    padding-left:50px;
}
.simlabel{
    padding-bottom:15px;
}
.tablesimres td.tdsimres{
    padding:15px 15px 15px 15px;
    vertical-align: top;
    border-bottom:2px solid #fff;
}
.tablesimres td.tdsimres1{
    width:165px;
    background: #0E2B84;
    color:#fff;
    font-weight: 600;
}
.tablesimres td.tdsimres2{
    background: #F5F5F5;
    color:#999;
    text-align: right;
}
.tablesimresb td.tdsimresb{
    vertical-align: top;
    width:50%;
}
.tablesimresb td.tdsimresb1{
    padding-right:10px;
}
.tablesimresb td.tdsimresb2{
    padding-left:10px;
}
.stepimg{
    max-height:20px;
}
.tablestep td.tdstep{
    vertical-align: top;
    text-align: center;
    padding:0px 15px;
    width:20%;
}
.tablestep td.tdstep:first-child{
    padding-left:0px;
}
.tablestep td.tdstep:last-child{
    padding-right:0px;
}
.steppart{
    background:url("images/step_line_bg.png") repeat-x top 9px center;
    color:#8C9196;
    font-weight: 600;
    white-space: nowrap;
    padding-bottom:40px;
}
.stepactive{
    color:#0E2B84;
}
.tdstepdesc{
    white-space: normal;
}
.stepoverflowx{
    overflow-x: auto;
}
.reqsimtable td.reqsimtd{
	padding-bottom:20px;
}
.reqsimtable td.reqsimtd1{
    width:155px;
	padding-right:15px;
    font-weight: 600;
    vertical-align: middle;
}
.reqsimtable td.reqsimtd2{
    
}
.reqsimtableb td.reqsimtdb{
	width:50%;
}
.reqsimtableb td.reqsimtdb_1{
    
	padding-right:15px;
}
.reqsimtableb td.reqsimtdb_2{
    padding-left:15px;
}
.tablesimc td.tdsimc{
    width:50%;
}
.tablesimc td.tdsimc1{
	padding-right:15px;
}
.tablesimc td.tdsimc2{
    padding-left:15px;
}
.yes_icon{
    max-height:63px;
}
.tydiv{
    background: #F5F5F5;
    padding:15px 30px;
}
.tydiv2{
    padding:0px 30px;
}
.tablety td.tdty{
    vertical-align: top;
}
.tablety td.tdty1{
    padding-right:10px;
}
.tablety td.tdty2{
    padding-left:10px;
    text-align: right;
}
.tablevoucher td.tdvoucher{
    vertical-align: middle;
}
.tablevoucher td.tdvoucher1{
    
}
.tablevoucher td.tdvoucher2{
    width:100px;
    padding-left:15px;
}
.login_input_border{
	width:calc(100% - 22px);
    padding:10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
input.login_input_voucher{
    width:100%;
	padding-left:15px;
	padding-right:18px;
	height:37px;
	background: #fff;
	border: 0px;
	
	box-sizing:border-box;
	color:#000;
	font-size:15px;
}
input.login_button_voucher{
    height:37px;
    background: #0E2E84;
    color:#fff;
    width:100%;
    text-align: center;
    cursor: pointer;
    border:0px;
}
input.login_button_voucher:hover{
    background:#000;
}
.to_bank_account{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding:10px 20px;
    cursor: pointer;
    margin-bottom:10px;
}
.tabletoba td.tdtoba{
    vertical-align: middle;
    
}
.tabletoba td.tdtoba1{
    width:15px;
    padding-right:25px;
}
.tabletoba td.tdtoba2{
    width:75px;
    padding-right:25px;
}
.tabletoba td.tdtoba3{
    padding-right:15px;
}
.tabletoba td.tdtoba4{
    text-align: right;
    padding-right:0px;
}
.tobacheck{
    width:14px;
    height:14px;
    display:inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    
}
.to_bank_account:hover, .to_bank_account_active{
    border: 1px solid #0E2B84;
}
.to_bank_account_active .tobacheck{
    background:#0E2B84;
}
.tobaimg{
    max-width:75px;
    max-height: 21px;
}
.valid_icon{
    max-height:20px;
    vertical-align: middle;
    margin-right:3px;
}
.tabletyb td.tdtyb{
    vertical-align: top;
}
.tabletyb td.tdtyb1{
    padding-right:10px;
}
.tabletyb td.tdtyb2{
    padding-left:10px;
    text-align: right;
}
table.myaccount_table2{
	border-collapse:collapse;
	/*border:1px solid #33;*/
}
.myaccount_table2 td{
	/*border-left:1px solid #939598;
	border-right:1px solid #939598;*/
	color:#333;
	padding:15px 5px;
	vertical-align:middle;
	border-bottom:1px solid #ddd;
}
td.myaccount_td_header{
	font-weight:bold;
	color:#fff;
	text-align:left;
	border-bottom:none;
	padding:20px 5px;
	background: #0E2B84;
	border-bottom:1px solid #ddd;
}
input.confirmpay_button{
	min-width:115px;
	padding-left:10px;
	padding-right:10px;
	height:30px;
	background-color:#0E2B84;
	font-size:13px;
	color:#fff;
	text-align:center;
	line-height:30px;
	border:0px;
	cursor:pointer;
}
input.confirmpay_button:hover{
	background-color:#000;
}
.myaccount_table2 .tr_invoice{
	font-size:13px;
}
.myaccount_table2 .tr_invoice:hover{
	background-color:#f9f9f9;
}
.myaccount_table2 tr td:first-child{
	padding-left:20px;
}
.cycle-pager{
    padding:0px 20px;
    box-sizing: border-box;
}
.shoppingbag_remove_btn {
    display:inline-block;
    vertical-align: bottom;
    margin-left:5px;
}
.tableautoreject{
    border-collapse: collapse;
}
.tableautoreject td{
    padding:5px;
    border:1px solid #000;
}
.success{
    color:#1BC900;
}
.wa_float_icon{
	position:fixed;
	z-index:1000;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:150px;
}