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

/*@font-face {
	font-family: "Graphik";
	src: url(font/GraphikRegular.otf);
}
@font-face {
	font-weight:bold;
	src: url(font/GraphikSemibold.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:#2A9DF4;
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#6d6e71;opacity:1; }
::-moz-placeholder { color:#6d6e71;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#6d6e71;opacity:1; } /* ie */
input:-moz-placeholder { color:#6d6e71;opacity:1; }
:focus::-webkit-input-placeholder { color:#999;opacity:0; }
:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input:focus:-moz-placeholder { color:#999;opacity:0; }

.animation{
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
.animationcolor{
	-o-transition:color .2s ease-out, background 0s linear;
	-ms-transition:color .2s ease-out, background 0s linear;
	-moz-transition:color .2s ease-out, background 0s linear;
	-webkit-transition:color .2s ease-out, background 0s linear;
	transition:color .2s ease-out, background 0s linear;
}
.animationall{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.verticalmiddle, .vm{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.verticalbottom, .vb{
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.horizontalcenter{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.error{
	color:#f00;
	font-size:12px;
}
.txtsearch::-webkit-input-placeholder { color:#999;opacity:1; }
.txtsearch::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
.txtsearch:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input.txtsearch:-moz-placeholder { color:#999;opacity:1; }
.headerfixed .txtsearch::-webkit-input-placeholder { color:#a7a9ac;opacity:1; }
.headerfixed .txtsearch::-moz-placeholder { color:#a7a9ac;opacity:1; } /* firefox 19+ */
.headerfixed .txtsearch:-ms-input-placeholder { color:#a7a9ac;opacity:1; } /* ie */
input.headerfixed .txtsearch:-moz-placeholder { color:#a7a9ac;opacity:1; }
.txtsearch:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.txtsearch:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.txtsearch:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.txtsearch:focus:-moz-placeholder { color:#999;opacity:0; }
.colorwhite::-webkit-input-placeholder { color:#fff;opacity:1; }
.colorwhite::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.colorwhite:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.colorwhite:-moz-placeholder { color:#fff;opacity:1; }
.colorwhite:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.colorwhite:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.colorwhite:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.colorwhite:focus:-moz-placeholder { color:#999;opacity:0; }
.form_input2::-webkit-input-placeholder { color:#666;opacity:1; }
.form_input2::-moz-placeholder { color:#666;opacity:1; } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#666;opacity:1; } /* ie */
input.form_input2:-moz-placeholder { color:#666;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;
}
.leftborderrad10{
	-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;
}
.rightborderrad10{
	-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;
}
.topborderrad10{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius:10px;
}
.bottomborderrad10{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.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, .displaym600, .displaym640, .displaym775, .displaym800, .displaym850, .displaym950, .displaym1000, .displaym1120{
	display:none;
}
.popupindex{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:-260px;
	left:50%;
	width:710px;
	height:calc(100vh - 210px);
	background:url(images/bg.jpg) repeat;
	color:#333;	
	margin-left:-355px;
	font-size:15px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupindex2{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:calc((50vh - 55px) * -1);
	left:50%;
	width:600px;
	height:calc(100vh - 110px);
	background:#fff;
	color:#333;	
	margin-left:-300px;
	font-size:16px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupheight{
	max-height:400px;
	overflow-y:auto;
}
.framecontactdownload{
	height:calc(100vh - 200px);
}
.popuppad{
	padding:35px 50px;
}
.popuppad2{
	padding:45px 0px;
}
#popup_title{
	font-size:27px;
	font-family: '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{
	position:fixed;	
	z-index:10010;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	display:none;
}
.container{
	min-width:280px;
	max-width:1180px;
	padding:0px 20px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1000px;
	padding:0px 20px;
	margin:0px auto;
}
.container3{
	min-width:280px;
	max-width:880px;
	padding:0px 20px;
	margin:0px auto;
}
.container1280{
	min-width:280px;
	max-width:1280px;
	/*min-width:1200px;
	max-width:1280px;*/
	padding:0px 20px;
	margin:0px auto;
}
.containerpadding{
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.containerpadding35{
	margin:0px auto;
	padding-left:35px;
	padding-right:35px;
}
.marginfit7px{
	margin-left:-7px;
	margin-right:-7px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfit12px{
	margin-left:-12px;
	margin-right:-12px;
}
.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:120px;
	width:100%;
	background:#fff;
	color:#000;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.activefixedheader{
	height:130px;
}
	.header.headertransparent{
		background:none;
		box-shadow:none;
	}
	.header.menufixed{
		background:rgba(255,255,255,1);
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
		position:fixed;
		z-index:9000;
		height:120px;
	}
	.activefixedheader.activeheaderm{
		height:120px;
	}
	
.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:120px;
}
.headerpad{
	padding-top:44px;
}
.headertop{
	font-size:15px;
	color:#000;
	height:87px;
}
	.headertop a{
		color:#000;
	}
		.headertop a:hover{
			color:#2A9DF4;
		}
	.headertoppoint{
		margin-right:20px;
	}
		.headertoppoint:last-child{
			margin-right:0px;
		}
.tableheadertop .tdheadertop{
	vertical-align:middle;
	height:87px;
	padding-top:16px;
}
.tableheadertop .tdheadertop1{
	width:102px;
	padding-right:30px;
}
.tableheadertop .tdheadertop2{
	text-align:left;
}
.tableheadertop .tdheadertop3{
	text-align:right;
	width:250px;
	padding-left:20px;
}
.headermenu{
	padding-top:15px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}
.menupoint{
	margin:0px 15px;
}	
	.menupointactive, .menupoint:hover{
		color:#2A9DF4;
	}
.tableheadermenu td.tdheadermenu{
	vertical-align:middle;
	height:50px;
}
.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{
	max-height:7px;
	margin-left:3px;
	vertical-align:middle;
}
.logo{
	max-height:87px;
}
.headerbtnline{
	margin:0px 5px;
}
ul.sf-menu .menupoint{
	margin-left:20px;
	margin-right:20px;
}
.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 .menupop{
	padding:10px 20px;
	/*background:#fff;*/
	padding-top:30px;
}
ul.sf-menu .menupop2{
	padding:10px 0px;
	background:#fff;
}
ul.sf-menu .headerddmenu{
	width:300px;
	height:37px;
	background:#fff;
	border-bottom:0px solid #bbb;
	text-align:left;
	padding:5px 20px;
	color:#333;
	font-size:13px;
	font-weight:normal;
}
	ul.sf-menu .headerddmenu:hover{
		color:#2A9DF4;
		font-weight:bold;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
		height:37px;
	}
ul.sf-menu .menupoplang{
	padding-top:8px;
}
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:25px;
		vertical-align:middle;
		max-height:17px;
	}
	.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;
	}
.header_search_box{
	width:100%;
	background:none;
	border: 1px solid #DADADA;
	box-sizing: border-box;

	padding-left:15px;
	padding-right:15px;
	height:56px;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
	display:inline-block;
	vertical-align:top;
}
.search_input{
	width:calc(100% - 110px);
	padding:0px;
	height:52px;
	border:0px;
	background:none;
	font-size:15px;
	color:#444;
}
.search_img{
	position:relative;
	top:4px;
}
.searchinlineblocksearch{
	margin-left:25px;
}
.searchbtn{
	position:relative;
	max-height:19px;
	vertical-align:middle;
	margin-right:20px;
}
.headerbtn{
	width:auto;
	border:0px;
	height:44px;
	background: #2A9DF4;
	color:#fff;
	border:0px solid #000;
	cursor:pointer;
	box-sizing:border-box;
	text-align:center;
	border-radius: 50px;
	display:inline-block;
	vertical-align:middle;
	padding:0px 25px;
}
	.headerbtn:hover{
		background:#4cb2ff;
	}
	.headerbtn img{
		vertical-align:middle;
		max-height:16px;
		margin-right:7px;
	}
	.headerbtntext{
		display:inline-block;
		vertical-align:middle;
	}
	.headerbtn a{
		color:#fff;
	}
	.headerbtn a:hover{
		color:#fff;
	}
.headerbtn_ml{
	margin-left:20px;
}
.btnsearch{
	width: 105px;
	height: 33px;
	background: #244AB2;
	color:#fff;
	font-size:15px;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	border:0px;
}
	.btnsearch:hover{
		background:#2b59d7;
	}

.page_title0, .pagetitle0{
	font-size:35px;
	line-height:50px;
}
	.page_title0b, .pagetitle0b{
		font-size:35px;
		line-height:50px;
		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:bold;
	}
.page_description1, .pagedescription1, .pagedescription{
	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{
		font-size:15px;
		line-height:22px;
		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;
	vertical-align:middle;
	width:100%;
	border:0px;
	height:48px;
	background: #2A9DF4;
	font-size:15px;
	color:#fff;
	cursor:pointer;
	padding:0px 25px;
	box-sizing:border-box;
	border:0px solid #000;
}1
	.btn1:hover{
		border-color:#000;
		background-color:#000;
		color:#fff;
	}
	.btn1a{
		height:47px;
	}
	.btn1b{
		padding:0px 32px;
		width:auto;
		background:#fff;
		color:#000;
	}
	.btn1c{
		background: #A89060;
	}
	.btn1widthauto{
		width:auto;
	}
	.btn1ml15{
		margin-left:15px;
	}
	.btn1w100{
	}
.btn1_160{
	max-width:160px;
}
.btn2{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border:0px;
	height:48px;
	background: #fff;
	font-size:15px;
	color: rgba(0, 0, 0, 0.5);
	cursor:pointer;
	padding:0px 25px;
	box-sizing:border-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
	.btn2:hover{
		background-color:#eee;
		color:#000;
	}
	.btn2a{
		width:280px;
		margin:0px 10px;
		margin-bottom:10px;
	}
	.btn2b{
		background: #A89060;
		color:#fff;
		border:0px;
	}
	.btn2c{
		height:49px;
		background: #fff;
	}
		.btn2c:hover{
			background-color:#f5f5f5;
			color:#000;
		}
	.btn2width100{
		width:100%;
	}
	.btn2_160{
		max-width:160px;
	}
.btn3{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border:0px;
	height:48px;
	background: none;
	font-size:15px;
	color: #fff;
	cursor:pointer;
	padding:0px 25px;
	box-sizing:border-box;
	border: 1px solid #fff;
}
	.btn3:hover{
		background-color:#666;
		color:#fff;
	}
	.btn3 img{
		max-height:23px;
		margin-right:22px;
		vertical-align:middle;
	}
	.btn3_160{
		max-width:160px;
	}
.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;
}
.colorgreen{
	color:#82CC53;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#1C73C9;
}
.colordarkblue{
	color:#012755;
}
.colorpurple{
	color:#772D8C;
}
.colorgrey{
	color:#939598;
}
.colorgrey2{
	color:#333;
}
.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;
}
.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{
	margin-right:20px;
	vertical-align:middle;
}
.line2{
	width: 80px;
	height: 1px;
	border-bottom: 1px solid #000000;
}
.line3{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.minheight70{
	min-height:70px;
}
.minheight90{
	min-height:90px;
}
.minheight110{
	min-height:110px;
}
.minheight135{
	min-height:135px;
}
.minheight205{
	min-height:205px;
}
.uppercase{
	text-transform:uppercase;
}
.opacity05{
	opacity:0.5;
}
.opacity07{
	opacity:0.7;
}

.wa_float_icon{
	position:fixed;
	z-index:1000;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:230px;
}
.homepart1{
	height:52.5vw;
	/*height:calc(100vh - 135px); */
}
.homepart1posabs{
	position:relative;
	z-index:1000;
}
	.homepart1 a{
		color:#000;
	}
	.homepart1 a:hover{
		text-decoration:underline;
	}
.scml1{
	margin-left:30px;
}
.hp1scroll span{
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	padding-bottom:10px;
}
.hp1scroll img{
	max-height:59px;
	vertical-align:middle;
}
.tablehomepart1a td.tdhomepart1a{
	height:95px;
	vertical-align:middle;
	width:33.33%;
}
.tablehomepart1a td.tdhomepart1a1{
	/*border-right: 1px solid rgba(0, 0, 0, 0.1);*/
	padding-right:35px;
}
.tablehomepart1a td.tdhomepart1a2{
	padding-right:35px;
}
.tablehomepart1a td.tdhomepart1a3{
	padding-left:35px;
}
.homepart1abtn{
	background:url(images/arrow_more2.png) no-repeat right 10px center;
	width:100%;
	height:95px;
	padding-right:50px;
	box-sizing:border-box;
	
}
.homepart1a_left{
	display:inline-block;
	vertical-align:middle;
	width:60px;
	padding-right:10px;
}
.homepart1a_right{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 70px);
}
	.homepart1abtn img{
		max-height:25px;
		vertical-align:middle;
	}
	.homepart1abtn:hover{
		background:url(images/arrow_more2.png) no-repeat right 0px center;
		color:#2A9DF4;
	}
.homepart1aimgbtn{
	width:45px;
	height:45px;
	text-align:center;
	background: rgba(0, 0, 0, 0.1);
}
.homepart2{
	padding-top:110px;
	padding-bottom:85px;
}
.tablehp2 td.tdhp2{
	vertical-align:top;
}
.tablehp2 td.tdhp2_1{
	width:34%;
	padding-right:30px;
}
.tablehp2 td.tdhp2_2{
	padding-right:30px;
}
.tablehp2 td.tdhp2_3{
	width:160px;
}
.list_menu_part{
	position:relative;
	z-index:1;
    list-style: none;
	
	margin-top:0px;
	height:90px;
	/*padding-bottom:17px;*/
	white-space:nowrap;
	overflow-x:auto;
	overflow-y:hidden;
	background: #f5f5f5;
	/*box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);*/
}
.list_menu_part2{
	position:relative;
	z-index:1;
	background: #012755;
    list-style: none;
	font-weight:normal;
	
	height:76px;
	/*padding-bottom:17px;*/
	white-space:nowrap;
	overflow-x:auto;
	overflow-y:hidden;
}
.list_menu_point{
	-webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    flex-flow: row wrap;
	text-align:center;
	cursor:pointer;
	height:76px;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	padding:0px 30px;
	display:inline-block;
	width:auto;
	color:#fff;
}
	.list_menu_point:hover, .list_menu_pointactive{
		border-bottom:3px solid #82CC53;
		color:#82CC53;
	}
	.a_list_menu_point:first-child .list_menu_point{
		/*padding-left:0px;*/
	}
	.a_list_menu_point:last-child .list_menu_point{
		/*padding-right:0px;*/
	}
.list_menu_point2{
	-webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    flex-flow: row wrap;
	text-align:center;
	cursor:pointer;
	height:90px;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	padding:0px 20px;
	display:inline-block;
	width:auto;
	color:#000;
}
	.list_menu_point2:hover, .list_menu_point2active{
		border-bottom:3px solid #2A9DF4;
		color:#000;
	}
	.a_list_menu_point2:first-child .list_menu_point2{
		padding-left:50px;
	}
	.a_list_menu_point2:last-child .list_menu_point2{
		/*padding-right:0px;*/
	}
.list_menu_pointb{
	-webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    flex-flow: row wrap;
	text-align:center;
	cursor:pointer;
	height:85px;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	padding:0px 30px;
	display:inline-block;
	width:auto;
	color:#000;
}
	.list_menu_pointb:hover, .list_menu_pointbactive{
		border-bottom:3px solid #000;
	}
	.a_list_menu_pointb:first-child .list_menu_pointb{
		padding-left:0px;
	}
	.a_list_menu_pointb:last-child .list_menu_pointb{
		/*padding-right:0px;*/
	}
.hp2point{
	height:70px;
	padding:10px 60px 10px 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background:url(images/arrow_more2.png) no-repeat right 30px center;
}
	.hp2point:last-child{
		border-bottom:0px;
	}
.homepart3{
	padding-top:100px;
	padding-bottom:100px;
}
.hp3head{
	text-align:center;
}
.tdhp3_2pad{
	padding:35px 45px;
	background:#fff;
}
.tablehp3 td.tdhp3{
	vertical-align: top;
}
.tablehp3 td.tdhp3_1{
	width:50%;
}
.tablehp3 td.tdhp3_2{
	background:#fff;
}
input.form_input2, textarea.form_input2{
	border:0px solid #d1d3d4;
	width:calc(100% - 40px);
	padding:0px 20px;
	height:55px;
	font-size:15px;
	color:#333;
	background: #F5F5F5;
}
select.form_select{
	border:0px solid #d1d3d4;
	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 #d1d3d4;
		width:calc(100% - 0px);
		padding:0px 20px;
		height:45px;
		font-size:15px;
		color:#333;
		background:#fff;
	}
	.input_box2b{
		padding-bottom:20px;
	}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	border:0px;
	height:48px;
	background: #2A9DF4;
	font-size:15px;
	color:#fff;
	cursor:pointer;
	padding:0px 25px;
	box-sizing:border-box;
	border:0px solid #000;
}
input.submit_btn:hover{
	background-color:#333;
	
}
.homepart4{
	padding-bottom:120px;
}
.tablehp4head td.tdhp4{
	vertical-align: bottom;
}
.tablehp4head td.tdhp4_1{
	padding-right:30px;
}
.tablehp4head td.tdhp4_2{
	width:160px;
}
.hp6pad{
	background:#fff;
	padding:25px;
}
.hp6point{
	padding:0px 10px;
	margin-bottom:20px;
}
.hp6pointb{
}
.hp6pointimg{
	padding-bottom:75%;
}
.hp6_txt{

}
.minheighthp6{
	min-height:90px;
}
.customPrevBtn{
	position:relative;
	top:8.5vw;
	z-index:1000;
	left:20px;
	opacity:1;
	cursor:pointer;
	max-height:45px;
}
.customNextBtn{
	position:relative;
	top:8.5vw;
	z-index:1001;
	right:20px;
	opacity:1;
	cursor:pointer;
	max-height:45px;
}
.customPrevBtn:hover, .customNextBtn:hover{
	opacity:1;
}
.homepart5{
	padding-top:130px;
	padding-bottom:80px;
}
.tablehp5head td.tdhp5{
	vertical-align: bottom;
}
.tablehp5head td.tdhp5_1{
	padding-right:30px;
}
.tablehp5head td.tdhp5_2{
	width:160px;
}
.hp5imgdiv{
	height:30vw;
    max-height: 342px;
	color:#fff;
}
.sliderPad{
	padding:0px 10px 20px 10px;
}
.hp5txt{
	padding:10px 45px 30px 25px;
	background:url(images/arrow_about3.png) no-repeat right 25px bottom 34px;
	background-size:auto 18px;
}
.webfooterpart1{
	padding-top:80px;
}
.tablefooter td.tdfooter{
	width:20%;
	padding-right:20px;
}
.footer_btn{
	width:100%;
	max-width:235px;
	text-align:left;
	margin-bottom:20px;
}
.footer_ico{
	display:inline-block;
	width:40px;
	vertical-align:top;
	margin-top:5px;
}
	.footer_ico img{
		max-width:16px;
		max-height:20px;
	}
.footer_btn_text{
	width:calc(100% - 45px);
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:20px;
}
.socmedbtn{
	width:36px;
	height:36px;
	border: 3px solid #000000;
	box-sizing: border-box;
	text-align:center;
	display:inline-block;
	vertical-align: top;
	margin-right:10px;
}
.socmedbtn img{
	max-width: 15px;
	max-height: 15px;
}
.footerhead{
	padding-bottom:15px;
	font-size:15px;
}
.footerpoint{
	padding-bottom:15px;
	font-size:13px;
	line-height: 18px;
}
.tdfooterinfo2{
	padding-top:7px;
}
.footerpoint a{
	opacity:0.5;
}
.webfooterpart2{
	padding-top:10px;
}
.clientsepfooter{
	margin:0px 12px;
	vertical-align: bottom;
}
.linefooterclient{
	margin:0px 30px;
	vertical-align: bottom;
}
.copyright{
	padding-bottom:70px;
}
.copyrightin{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top:30px;
}
.tablecopyright td.tdcopyright{

}
.tablecopyright td.tdcopyright2{
	text-align: right;
}
.pageheader{
	height:480px;
}
.pagecontentpart1{
    
	margin-top:-215px;
}
.pagecontentpart2{
    padding-top:70px;
	margin-top:0px;
}
.aboutpart1{
	padding:60px 45px;
	background:#fff;
}
.tableabout1 td.tdabout1{
	vertical-align: top;
	width:50%;
}
.tableabout1 td.tdabout1_1{
	padding-right:10px;
}
.tableabout1 td.tdabout1_2{
	padding-left:10px;
}
.tableabout2 td.tdabout2{
	vertical-align: middle;
	width:50%;
}
.tableabout2 td.tdabout2_1{
	padding-right:10px;
}
.tableabout2 td.tdabout2_2{
	padding-left:10px;
}
.aboutpart2{
	background:#012755;
	color:#fff;
	padding:50px 45px;
}
.visionpoint{
	padding:40px;
	background:#f5f5f5;
	margin-bottom:20px;
}
.tablefounder td.tdfounder{
	padding:20px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tablefounder td.tdfounder1{
	width:5%;
	padding-right:20px;
}
.tablefounder td.tdfounder2{
	width:55%;
	padding-right:20px;
}
.tablefounder td.tdfounder3a{
    width:20%;
	padding-right:20px;
}
.tablefounder td.tdfounder3{
	
}
.tablefounder tr.trfounderhead td.tdfounder{
	padding:20px 15px;
	background:#012755;
	color:#fff;
	font-weight: bold;
	border-bottom:0px;
}
.tablecontactinfo td.tdcontactinfo{
	
}
.tablecontactinfo td.tdcontactinfo1{
	width:30%;
	vertical-align:middle;
	padding-right:20px;
}
.tablecontactinfo td.tdcontactinfo2{
	padding-left:20px;
}
.tablefcontact td.tdfcontact{
	vertical-align:middle;
	padding-bottom:20px;
}
.tablefcontact td.tdfcontact1{
	width:30px;
	padding-right:10px;
	vertical-align:top;
}
	.tdfcontact1 img{
		margin-top:3px;
		max-height:20px;
		max-width:20px;
	}
.tablefcontact td.tdfcontact2{
}
.tablefcontact td.tdfcontact2 a{
	color:#000;
}
	.tablefcontact td.tdfcontact2 a:hover{
		color:#333;
	}
.tablecontact td.tdcontactnopadtd{
	width:50%;
}
.tdcontactsepdiv{
	width:20px;
}
.contactsep{
	height:1px;
	width:23px;
}
.col3{
    display:inline-block;
    vertical-align: top;
    width:33.33%;
    padding:0px 10px 20px 10px;
    box-sizing: border-box;
}
.ndpart1{
	padding:40px 45px 60px 45px;
	background:#fff;
}
.back_icon{
    max-height: 15px;
    margin-right:15px;
    vertical-align: middle;
}
.ndother td.tdndother{
    vertical-align: middle;
}
.ndother td.tdndother1{
    width:100px;
    padding-right:20px;
}
.ndother td.tdndother2{
    
}
.ndother2line{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height:0px;
}
.col4{
    display:inline-block;
    vertical-align: top;
    width:25%;
    padding:0px 10px 20px 10px;
    box-sizing: border-box;
}
.galleryimg{
    padding-bottom: 100%;
}
.tabledownload td.tddownload{
    vertical-align: middle;
}
.tabledownload td.tddownload1{
    width:25px;
    padding-right:25px;
}
.tabledownload td.tddownload1b{
    width:130px;
    padding-right:70px;
}
.tabledownload td.tddownload1b img{
    max-height: 85px;
    max-width: 130px;
}
.tabledownload td.tddownload2{
    padding-right:40px;
}
.tabledownload td.tddownload3{
    width:130px;
}
.downloadpoint{
    padding:20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.a_downloadpoint:first-child .downloadpoint{
    padding-top:0px;
}
.folder_icon{
    max-height:27px;
    vertical-align: middle;
    margin-right:15px;
}
.folder_txt{
    display:inline-block;
    vertical-align: middle;
}
.sidebarmenu{
    background:#fff;
    height:72px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    padding-left:30px;
    padding-right:30px;
    border-left:4px solid #fff;
    font-weight: bold;
}
.sidebarmenu:hover, .sidebarmenuactive{
    border-left:4px solid #2A9DF4;color:#2A9DF4;
}
.menu_layanan{
    padding-top:5px;
    padding-bottom: 5px;
    background:#fff;
}
a.a_sidebarmenu:last-child .sidebarmenu{
    border-bottom:0px;
}
.tableps td.tdps{
    vertical-align: top;
}
.tableps td.tdps1{
    width:36%;
    padding-right:20px;
}
.layananshadow{
    padding:40px;
    background:#fff;
    min-height:513px;
}
.tablesimres td.tdsimres{
    vertical-align: top;
    padding-left:25px;
    padding-right:25px;
    padding-top:12px;
    padding-bottom:12px;
    border-bottom:1px solid #fff;
}
.tablesimres td.tdsimres1{
    width:215px;
    background: #012755;
    color:#fff;
}
.tablesimres td.tdsimres1b{
    background: #82CC53;
}
.tablesimres td.tdsimres2{
    background: #F5F5F5;
}
.registerpad{
    padding:30px;
    text-align: left;
}
.logininputdiv{
	padding-bottom:30px;
}
input.login_input, textarea.login_input, select.login_input{
	width:100%;
	padding-left:25px;
	padding-right:18px;
	height:54px;
	text-align:left;
	background: #F5F5F5;
	border: 0px solid rgba(0, 0, 0, 0.1);
	
	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:hover, input.login_input:focus, textarea.login_input:hover, textarea.login_input:focus{
	border:1px solid #2A9DF4;
}
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:#BF244F;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	box-sizing:border-box;
	padding:0px 30px;
}
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:#2A9DF4;;
}
a.a_login:hover{
    text-decoration: underline;
}
a.a_login2{
	color:#BF244F;
}
a.a_login2:hover{
	text-decoration:underline;
}
.tablelm td.tdlm{
    vertical-align: top;
    width:33.33%;
}
.hlogintbtn{
    text-align: center;
    height:80px;
    box-sizing: border-box;
    border-top:3px solid #fff;
    border-bottom:3px solid #fff;
}
.hlogintbtn:hover, .hlogintbtnactive{
    border-bottom:3px solid #2A9DF4;
}
.lmpart{
    padding-top:5px;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.editbtn{
    padding:0px 30px 0px 20px;
    background: #012755;
    color:#fff;
    height:42px;
    cursor: pointer;
    width:auto;
    display:inline-block;
}
.editbtn img{
    max-height:20px;
    vertical-align: middle;
    margin-right: 5px;
    position:relative;
    top:-2px;
}
.myprof_table td.myprof_td{
	padding:0px 0px 20px 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;
}
.homepart2main{
    display:none;
}
.menutoggle{
    max-height:15px;
    vertical-align: middle;
    margin-right:9px;
}
.menu_layanan_trigger{
    margin-bottom:5px;
}
.faqsearch{
    width:100%;
    border:0px;
    background:#f5f5f5;
    padding:0px 15px;
    height:60px;
    box-sizing: border-box;
}
.faqsearchinput{
    width:calc(100% - 30px);
    border:0px;
    background:#f5f5f5;
    padding:0px 20px;
    height:60px;
    box-sizing: border-box;
}
.areapoint{
	border-bottom:1px solid #ebecec;
	margin-bottom:0px;
    padding:25px 0px;
}
.areadtitle{
	font-size:15px;
    font-weight:bold;
	color:#000;
	cursor:pointer;
	
	/*padding-left:30px;
	padding-right:30px;*/
	/*height:44px;
	min-height:44px;*/
	/*padding-top:10px;
	padding-bottom:10px;*/
	background:url(images/arrow_view.png) no-repeat right 20px center;
}
	.areadtitle:hover{
		color:#2A9DF4;
		-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;
		/*background:url(images/arrow_view.png) no-repeat right 30px center none;*/
	}
.areadetail{
	display:none;
	border-top:0px solid #ebecec;
	line-height:23px;
	padding:15px 0px 0px 0px;
	background-color:#fff;
	color:#000;
}