@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "Gotham";
	src: url(font/GothamRnd-Book.otf);
}
@font-face {
	font-family: "Gotham-Bold";
	src: url(font/GothamRnd-Bold.otf);
}
@font-face {
	font-family: "Gotham-Medium";
	src: url(font/GothamRnd-Medium.otf);
}


html{
	height:100%;
	width:100%;
	scroll-behavior: smooth;
}
body{
	font-family: 'Gotham', sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	color:#000;
	padding:0px;
	overflow-y:scroll;
	print-color-adjust: exact !important;
}
input, textarea{
	font-family: 'Gotham', 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:#E6312A;
}
b,strong{
    font-family: "Gotham-Bold";
}
em, i{
    font-style: italic;
}
: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);z
}
::-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, .btn1.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;
}
.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, .displaym540, .displaym600, .displaym640, .displaym775, .displaym800, .displaym850, .displaym1000, .displaym1120{
	display:none;
}
.popupindex{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:-17.5;
	left:50%;
	width:710px;
	height:auto;
	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((240px + 20px) * -1);
	left:50%;
	width:900px;
    border: 10px solid rgba(155, 155, 155, 0.7);
	height:auto;
	background:#fff;
	margin-left:-450px;
	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: 'Gotham', 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:1255px;
	padding:0px 20px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:935px;
	padding:0px 20px;
	margin:0px auto;
}
.container3{
	min-width:280px;
	max-width:740px;
	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;
}
.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:100px;
	width:100%;
    /*background: linear-gradient(to right, #e72f29 calc(((100vw - 1255px + 40px)/2) + 100px),#e72f29 calc(((100vw - 1255px + 40px)/2) + 100px),#e72f29 calc(((100vw - 1255px + 40px)/2) + 100px), transparent calc(((100vw - 1255px + 40px)/2) + 100px), transparent 100%);*/
    /*background: linear-gradient(to right, #e72f29 calc(((100vw - 1255px + 40px)/2) + 100px),#e72f29 calc(((100vw - 1255px + 40px)/2) + 100px),#e72f29 calc(((100vw - 1255px + 40px)/2) + 100px), #fff calc(((100vw - 1255px + 40px)/2) + 100px), #fff 100%);*/
	background:url(images/logobg.png) no-repeat bottom left;
	background-size:25% 100px;
	print-color-adjust: exact !important;
	color:#000;
}
.activefixedheader{
	height:130px;
}
	.header.menufixed{
		background: linear-gradient(to right, #e72f29 calc(((100vw - 1255px + 40px)/2) + 100px),#e72f29 calc(((100vw - 1255px + 40px)/2) + 100px),#e72f29 calc(((100vw - 1255px + 40px)/2) + 100px), #fff calc(((100vw - 1255px + 40px)/2) + 100px), #fff 100%);
	color:#000;
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
		position:fixed;
		z-index:9000;
		height:100px;
	}
	.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:100px;
}
.headersepm{
    height:100px;
    display:none;
}
.headerpad{
	padding-top:44px;
}
.headertop{
	font-size:13px;
	color:#000;
	height:100px;
}
	.headertop a{
		color:#000;
	}
		.headertop a:hover{
			color:#000;
		}
	.headertoppoint{
		margin-right:20px;
	}
		.headertoppoint:last-child{
			margin-right:0px;
		}
	.menufixed .headertop{
		display:none;
	}
.tableheadertop .tdheadertop{
	vertical-align:middle;
	height:100px;
}
.tableheadertop .tdheadertop1{
	width:320px;
}
.tableheadertop .tdheadertop2{
	text-align:center;
}
.tableheadertop .tdheadertop3{
	text-align:right;
	width:320px;
}
.headermenu{
	padding-top:15px;
	text-align:center;
	font-family:"Gotham-Bold";
	font-size:13px;
}
.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;
}
.worldborder, ul.sf-menu .worldborder{
    padding:5px 10px;
    border: 1px solid #000;
    box-sizing: border-box;
    height:50px;
}
ul.sf-menu .arrow_dd{
	max-height:7px;
	margin-left:3px;
	vertical-align:middle;
}
.logo{
	max-height:65px;
}
.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{
	}
	.menufixed .lang_t img{
	}
ul.sf-menu .lang_t_img1{
	margin-right:5px;
	max-height:27px;
}
	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;
	color:#000;
    margin-right:10px;
    font-size:14px;
    font-family: "Gotham-Bold";
}
	.menufixed ul.sf-menu .lang_t_t1{
		color:#000;
	}
ul.sf-menu .headerddmenu{
	width:200px;
	height:37px;
	border-bottom:0px solid #bbb;
	text-align:left;
	padding:0px 10px;
	color:#333;
	font-size:13px;
}
	ul.sf-menu .headerddmenu:hover{
		color:#E72F29;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
		height:37px;
        font-family: "Gotham-Bold";
        
	}
ul.sf-menu .menupoplang{
	padding-top:8px;
    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: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{
    display:inline-block;
    vertical-align: middle;
    margin-right:15px;
	width: 143px;
	height: 50px;
	border-radius: 30px;
	border: 0px;
	background:#e72f29;
      font-family: "Gotham-Bold";
	color: #ffffff;
	text-align:center;
}
.headercontactbtn img{
	vertical-align:middle;
}
.headercontactbtntext{
	font-size:16px;
	margin-left:12px;
	vertical-align:middle;
}
	.headercontactbtn:hover{
		background:#000;
		color:#fff;
	}
.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:8px;
}
.searchinlineblocksearch{
	margin-left:25px;
}
.searchbtn{
	position:relative;
	max-height:19px;
	vertical-align:middle;
	margin-right:20px;
}
.headerbtn{
	width:100%;
	border:0px;
	height:39px;
	background: none;
	color:#000;
	border:1px solid #000;
	cursor:pointer;
	box-sizing:border-box;
	text-align:center;
    max-width: 170px;
    display:inline-block;
}
	.headerbtn:hover{
		background:#fff;
	}
	.headerbtn img{
		vertical-align:middle;
		max-height:16px;
		margin-right:7px;
	}
	.headerbtntext{
		display:inline-block;
		vertical-align:middle;
	}
.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;
}
	.page_title0b, .pagetitle0b, h1{
		font-size:35px;
		line-height:45px;
		font-family: "Gotham-Bold";
	}
.page_title1, .pagetitle1{
		font-size:27px;
		line-height:37px;
		font-family: "Gotham-Bold";
	}
.page_title2, .pagetitle2{
	font-size:28px;
	line-height:38px;
}
	.page_title2b, .pagetitle2b{
		font-size:28px;
		line-height:38px;
		font-family: "Gotham-Bold";
	}
	.page_title2l, .pagetitle2l{
		font-size:28px;
		line-height:38px;
	}
.page_title3, .pagetitle3{
	font-size:25px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b, h2{
		font-size:25px;
		line-height:35px;
		font-family: "Gotham-Bold";
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-family: "Gotham-Bold";
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:30px;
}
	.page_title5b, .pagetitle5b, h3{
		font-size:20px;
		line-height:30px;
		font-family: "Gotham-Bold";
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:22px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:22px;
		font-family: "Gotham-Bold";
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:23px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:23px;
		font-family: "Gotham-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-family: "Gotham-Bold";
	}
.page_description1, .pagedescription1{
	font-size:15px;
	line-height:25px;
}
	.page_description1 ul, .pagedescription1 ul{
		margin-left:0px;
	}
	.page_description1 ol, .pagedescription1 ol{
		margin-left:0px;
	}
	.page_description1 li, .pagedescription1 li{
		margin-left:20px;
	}
	.pagedescription1 b, .pagedescription1 strong, .page_description1 b, .page_description1 strong{
		font-family: "Gotham-Bold";
	}
    .pagedescription1 img{
        max-width: 100% !important;
        height: auto !important;
    }
	.pagedescription1 a{
		color:#e72f29;
		font-weight: bold;
	}
	.page_description1b, .pagedescription1b{
		font-size:15px;
		line-height:20px;
	}
.page_description2, .pagedescription2{
	font-size:13px;
	line-height:25px;
}
	.pagedescription2 b, .pagedescription2 strong, .page_description2 b, .page_description2 strong{
		font-family: "Gotham-Bold";
	}
.page_description3, .pagedescription3{
	font-size:11px;
	line-height:18px;
}
.btn1, .btn1a{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border:0px;
	height:50px;
	background: #E72F29;
	font-size:15px;
	color:#fff;
	cursor:pointer;
	padding:0px 20px;
	box-sizing:border-box;
	border:0px solid #000;
    border-radius:30px;
    font-family: "Gotham-Bold";
    
}
	.btn1:hover{
		border-color:#333;
		background-color:#333;
		color:#fff;
	}
	.btn1a:hover{
        border-color:#E72F29;
		background-color:#E72F29;
		color:#fff;
	}
	.btn1b{
		padding:0px 32px;
		width:auto;
		background:#fff;
		color:#000;
	}
	.btn1c{
		background: #A89060;
	}
	.btn1widthauto{
		width:auto;
	}
	.btn1ml15{
		margin-left:15px;
	}
    .btn1mw290{
        max-width: 290px;
    }
    .btn1a_2{
        max-width:250px;
        margin:0px 10px 10px 10px;
    }
.btn2{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border:0px;
	height:40px;
	background: #E72F29;
	font-size:15px;
	color:#fff;
	cursor:pointer;
	padding:0px 20px;
	box-sizing:border-box;
	border:0px solid #000;
    border-radius:30px;
    font-family: "Gotham-Bold";
}
	.btn2:hover{
		background-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%;
	}
    .btn2widthauto{
		width:auto;
	}
.btn3{
	display:inline-block;
	width:auto;
	padding:0px 30px;
	height:45px;
	background:#000;
	border: 0px;
	box-sizing:border-box;
	cursor:pointer;
	color:#fff;
	font-size:13px;
}
	.btn3:hover{
		background-color:#666;
		color:#fff;
	}
	.btn3 img{
		max-height:23px;
		margin-right:22px;
		vertical-align:middle;
	}
.btn4{
	width:auto;
	padding:0px 30px;
	background: #1D334A;
	height:44px;
	cursor:pointer;
	color:#fff;
	border:0px solid #fff;
	font-size:15px;
}
	.btn4:hover{
		background:#000;
		color:#fff;
	}
	.btn4b{
		background: #A89060;
	}
	.btn2ml10{
		margin-left:10px;
	}
.btn5{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	border:0px;
	background: #fff;
	font-size:14px;
	color:#1D334A;;
	cursor:pointer;
	padding:0px 0px;
	padding-bottom:10px;
	box-sizing:border-box;
	border-bottom: 1px solid #1D334A;
}
	.btn5:hover{
		border-bottom: 2px solid #1D334A;
	}
.btndownload{
	height:60px;
	border:1px solid #bcbec0;
	padding-right:40px;
	padding-left:85px;
	background:url(images/download_icon2.png) no-repeat left 19px center;
	font-size:16px;
	color:#58595b;
	cursor:pointer;
	margin-right:20px;
	margin-bottom:10px;
}
	.btndownload:hover{
		background-color:#eee;
		color:#000;
	}
	.a_btndownload:last-child .btndownload{
		margin-right:0px;
	}
.nowrap{
	white-space:nowrap;
}
.padbot5{
	padding-bottom:5px;
}
.padbot10{
	padding-bottom:10px;
}
.padbot15{
	padding-bottom:15px;
}
.padbot20{
	padding-bottom:20px;
}
.padbot25{
	padding-bottom:25px;
}
.padbot30{
	padding-bottom:30px;
}
.padbot35{
	padding-bottom:35px;
}
.padbot40{
	padding-bottom:40px;
}
.padbot45{
	padding-bottom:45px;
}
.padbot50{
	padding-bottom:50px;
}
.padbot55{
	padding-bottom:55px;
}
.padbot60{
	padding-bottom:60px;
}
.padbot65{
	padding-bottom:65px;
}
.padbot70{
	padding-bottom:70px;
}
.padbot75{
	padding-bottom:75px;
}
.padbot80{
	padding-bottom:80px;
}
.padbot90{
	padding-bottom:90px;
}
.padbot100{
	padding-bottom:100px;
}
.padbot110{
	padding-bottom:110px;
}
.padbot120{
	padding-bottom:120px;
}
.lineheight20{
	line-height:20px;
}
.lineheight25{
	line-height:25px;
}
.lineheight30{
	line-height:30px;
}
.lineheight40{
	line-height:40px;
}
.lineheight45{
	line-height:45px;
}
.whitebg{
	background:#fff;
}
.greybg{
	background:#f1f2f2;
}
.colorblack{
	color:#000;
}
.colorwhite{
	color:#fff;
}
	a.colorwhite{
		color:#fff;
	}
	a.colorwhite:hover{
		color:#ccc;
	}
.colorwhite05{
	color:rgba(255,255,255,0.5);
}
.colororange{
	color:#d5520b;
}
.colorred{
	color: #E72F29;
}
.colorgreen{
	color:#01CF71;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#1C73C9;
}
.colorgrey{
	color:#939598;
}
.colorgold{
	color: #A89060;
}
.bgred{
    background-color: #E72F29;
}
.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;
}
.maxwidth550{
	max-width:550px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.maxwidth935{
	max-width:935px;
}
.maxwidth1000{
	max-width:1000px;
}
.heightsep1{
	height:100px;
}
.line1{
	height: 1px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin:40px 0px;
}
.line2{
	width: 89px;
	height: 1px;
	border-bottom: 1px solid #fff;
    margin:30px 0px;
}
.line3{
	height:1px;
	background:#000;
	width:50px;
}
.minheight70{
	min-height:70px;
}
.minheight90{
	min-height:90px;
}
.minheight110{
	min-height:110px;
}
.minheight135{
	min-height:135px;
}
.minheight205{
	min-height:205px;
}
.uppercase{
	text-transform:uppercase;
}
.fontmedium{
    font-family: "Gotham-Medium";
}
.opacity05{
    opacity:0.5;
}


.wa_float_icon{
	position:fixed;
	z-index:1000;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:150px;
}
.tableheader td.tdheader{
    height:100px;
    vertical-align: middle;
}
.tableheader td.tdheader1{
    width:270px;
    background:url(images/logobg.png) no-repeat bottom right;
	print-color-adjust: exact !important;
}
.tableheader td.tdheader2{
    padding-left:20px;
    padding-right:20px;
}
.tableheader td.tdheader3{
    text-align: right;
    padding-right:20px;
}
.tableheader td.tdheader4{
    text-align: right;
    width:193px;
}
.menupoint, .sf-menu .menupoint{
    display:inline-block;
    vertical-align: middle;
    padding:0px 10px;
    height:100px;
    box-sizing: border-box;
    font-family: "Gotham-Bold";
    font-size:15px;
    text-align: center;
    border-bottom:4px solid transparent;
    border-top:4px solid transparent;
}
.menupoint:hover,.menupointactive, .sf-menu .menupointactive{
    border-top:4px solid #E72F29;
}
.menupoppad2, .sf-menu .menupoppad2{
    background:#fff;
    padding:10px;
    text-align: left;
    margin-left:0px !important;
}
.menupoppad2b{
    padding:10px 0px 10px 0px;
}
.menupoppoint, .sf-menu .menupoppoint{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom:10px;
    padding-top:10px;
}
.menupoppoint:first-child, .sf-menu .menupoppoint:first-child{
    padding-top:0px;
}
.menupoppoint:last-child, .sf-menu .menupoppoint:last-child{
    padding-bottom:0px;
    border-bottom:0px;
}
.menupoppoint2, .sf-menu .menupoppoint2{
    background: #fff;
    border-radius: 10px;
    padding:10px;
}
.menupoppoint2b{
    background: #fff;
    border-radius: 10px;
    padding:5px 0px 5px 25px;
}
.tablemenupop td.tdmenupop{
    vertical-align: middle;
}
.tablemenupop td.tdmenupop1{
    width:36px;
    padding-right:30px;
}
.tablemenupop td.tdmenupop1b{
    width:36px;
    padding-right:10px;
}
.tablemenupop td.tdmenupop2{
    width:240px !important;
    padding-right:20px;
    font-family: "Gotham-Bold";
}
.tdmenupop2mw{
    min-width: 240px;
}
.tablemenupop td.tdmenupop3{
    width:20px;
    padding-right:10px;
    text-align: right
}
.tablemenupop td.tdmenupop3b{
    width:20px;
    padding-right:20px;
    text-align: right
}
.tdmenupop1 img, .tdmenupop1b img{
    max-width:35px;
    max-height:35px;
}

td.tdmenupop3 img, td.tdmenupop3b img{
    max-height: 20px;
}
a.a_menupoppoint:hover .menupoppoint2{
    background:#f5f5f5;
}
.homepart1{
	height:55vw;
	text-align:left;
	position:relative;
	z-index:100;
}
.homepart1line{
    margin:0px 20px;
    vertical-align: middle;
    display:inline-block !important;
    width:auto !important;
}
.arrow_hp1{
    display:inline-block !important;
    width:auto !important;
    max-height: 22px;
    margin-left:10px;
    vertical-align: middle;
}
.homepart1b{
    /*margin-top:-60px;*/
    margin-top:-60px;
    height:0px;
    position: relative;
    z-index:200;
}
.homepart1bpad{
    padding:15px;
    background:#fff;
    
}
.tablehp1b td.tdhp1b{
    vertical-align: middle;
}
.tablehp1b td.tdhp1b1{
    width:87px;
}
.tablehp1b td.tdhp1b2{
    padding-left:40px;
}
.tablehp1b td.tdhp1b3{
    padding-left:30px;
}
.tablehp1b td.tdhp1b1 img{
    max-width: 87px;
}
.tdhp1b1imgdiv{
    padding-bottom:100%;
}
.homepart1bline{
    margin:0px 20px;
    vertical-align: middle;
}
.homepart2{
    padding-top:150px;
    padding-bottom:70px;
    text-align: center;
    color:#fff;
}
.hp2col3{
    display:inline-block;
    width:33.33%;
    vertical-align: top;
    padding:0px 10px 20px 10px;
    box-sizing: border-box;
}
.hp2point{
    background:#fff;
}

.hp2point1{
    padding:20px;
    min-height:310px;
}
.hp2point1img{
    width:100%;
    max-width:100px;
    max-height:100px;
}
.hp2point1imgdiv{
    height:180px;
}
.hp2point1{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hp2point2{
    height:60px;
}
.hp2a{
    padding-bottom:70px;
}
.homepart2b{
    height:6px;
    background: #B4B6B9;
    border-left:92px solid #E72F29;
}
.homepart3{
    padding-top:90px;
    padding-bottom:0px;
}
.hp3point{
    width:10%;
    display:inline-block;
    vertical-align: top;
    padding:0px 10px 20px 10px;
    box-sizing: border-box;
    text-align: center;
    
}
.hp3pointb{
    border: 3px solid #E72F29;
    padding:5px;
    background:#fff;
    cursor: pointer;
}
.hp3pointb:hover, .hp3pointbactive{
    background:#eee;
}
.homepart3part2{
    display:none;
}
.hp3pointimgdiv{
    height:80px;
    
}
.hp3pointimgdiv img{
    width:100%;
    max-width:50px;
    max-height: 50px;
    
}
.hp3pointtxtdiv{
    height:40px;
    word-break: break-all;
}
.homepart3part1{
    padding-bottom:80px;
    text-align: center;
}
.tablehp3 td.tdhp3{
    width:50%;
    vertical-align:bottom;
}
.tablehp3 td.tdhp3_1{
    padding-bottom:70px;
    padding-right:50px;
}
.tablehp3 td.tdhp3_2{
    padding-left:25px;
}
.hp3btn{
    height:70px;
    background: #E72F29;
    color:#fff;
    padding:0px 35px;
    font-family: "Gotham-Medium";
    
}
.hp3btn:hover{
    background:#000;
}
.tablehp3b td.tdhp3b{
    vertical-align: middle;
    height:70px;
}
.tablehp3b td.tdhp3b1{
    
}
.tablehp3b td.tdhp3b2{
    width:20px;
    padding-left:20px;
    text-align: right;
}
.mail_icon_hp3{
    max-width: 20px;
    margin-left:10px;
    vertical-align: middle;
}
.arrow_hp3{
    max-width: 19px;
    vertical-align: middle;
}
.homepart4{
    padding-top:75px;
    padding-bottom:223px;
}
.tablehp4 td.tdhp4{
    width:50%;
    vertical-align: top;
}
.tablehp4 td.tdhp4_1{
    padding-right:25px;
}
.tablehp4 td.tdhp4_2{
    
}
.hp4point{
    width:50%;
    display:inline-block;
    vertical-align: top;
    padding:0px 10px 20px 10px;
    box-sizing: border-box;
}
.hp4pointb{
    padding:20px;
    background:#fff;
}
.hp4point_t1{
    font-size:80px;
    font-family: "Gotham-Medium";
}
.hp4point_t2{
    font-family: "Gotham-Medium";
}
.hp4pointplus{
    font-size:30px;
    vertical-align: top;
    line-height:45px;
}
.homepart5{
    padding-top:100px;
}
.homepart5part1{
    padding-top:20px;
    padding-bottom:20px;
    background:#fff;
}
.hp5point{
    display:inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width:25%;
    padding:40px;
    text-align: center;
}
.hp5imgdiv{
    height:210px;
}
.hp5imgdiv img{
    max-height:210px;
    max-width:210px;
}
.homepart5b{
    background: #F5F5F5;
}
.homepart5part2{
    background: #E0E0E0;
    text-align: center;
    height:80px;
    padding:0px 10px;
}
.homepart6{
    background: #F5F5F5;
    padding-top:45px;
    padding-bottom:45px;
}
.tablehp6 td.tdhp6{
    vertical-align: middle;
}
.tablehp6 td.tdhp6line{
    width:40%;
    background:url("images/line1.png") repeat-x center center;
}
.tablehp6 td.tdhp6content{
    text-align: center;
    white-space: nowrap;
    padding:0px 35px;
}
.hp6head{
    padding-bottom:40px;
}
.hp6point{
    display:inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width:12.5%;
    padding:10px;
    text-align: center;
}
.hp6pointb{
    padding:10px;
}
.hp6pointb img{
    max-width: 100%;
    max-height:120px;
}
.contactpart{
    padding-top:80px;
    padding-bottom:80px;
}
.tablecontacth td.tdcontacth{
    vertical-align: top;
    width:50%;
}
.tablecontacth td.tdcontacth1{
    padding-right:25px;
}
.tablecontacth td.tdcontacth2{
    padding-left:50px;
}
.tablefcontact td.tdfcontact{
	vertical-align:middle;
	padding-bottom:15px;
}
.tablefcontact td.tdfcontact1{
	width:52px;
	padding-right:20px;
	vertical-align:top;
}
	.tdfcontact1 img{
        max-height:22px;
        max-width: 22px;
	}
.tablefcontact td.tdfcontact2{
	
}
.tablefcontact td.tdfcontact2 a{
	color:#000;
}
	.tablefcontact td.tdfcontact2 a:hover{
		color:#333;
	}
.tablefcontact tr:first-child td.tdfcontact{
    padding-top:0px;
    border-top:0px;
}
.tdfcontact1div{
    width:52px;
    height:52px;
    background: #F5F5F5;
    text-align: center;
}
.tablecontact td.tdcontactnopadtd{
	width:50%;
}
.tablecontact td.tdcontactsep{
    width:10px;
}
.contactsep{
	height:1px;
	width:10px;
}
input.form_input2, textarea.form_input2{
	border:0px solid #ddd;
	/*border-bottom:2px solid #e6e7e8;*/
	width:calc(100% - 42px);
	padding:0px 20px;
	height:58px;
	font-size:15px;
	color:#333;
	background:#F5F5F5;
}
select.form_select{
	border:0px;
	/*border-bottom:2px solid #e6e7e8;*/
	width:calc(100% - 0px);
	padding:0px 20px;
	height:58px;
	font-size:15px;
	color:#333;
	background:#f1f2f2;
}
.input_box2{
	padding-bottom:10px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:0px solid #d1d3d4;
		background:#f1f2f2;
		width:100%;
		padding:0px 20px;
		height:57px;
		font-size:15px;
		color:#333;
	}
	.input_box2b{
		padding-bottom:20px;
	}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:95px;
}
input.submit_btn{
	height:55px;
	width:100%;
	background: #E72F29;;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
}
input.submit_btn:hover{
	background-color:#333;
	
}
.contact_label{
	padding-bottom:15px;
	font-size:14px;
}
input.form_checkbox{
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	margin-right:10px;
	vertical-align:middle;
}
.webfooterpart1{
    padding-top:65px;
    padding-bottom:45px;
    background:url('images/footerbg.png') no-repeat right bottom #000;
    color:#fff;
}
.pin_icon_footer{
    max-height: 22px;
    vertical-align: middle;
    margin-right:12px;
}
.tablefooter td.tdfooter{
   vertical-align: top;
}
.tablefooter td.tdfooter1{
     width:270px;
    padding-right: 50px;
}
.tablefooter td.tdfooter2{
    
}
.tablefooter td.tdfooter3{
    width:260px;
    padding-left:20px;
}
.tablefooterb td.tdfooterb{
    padding-right:15px;
}
.socmedpoint{
    width:42px;
    height:42px;
    background:#D9D9D9;
    text-align:center;    
    display:inline-block;
    vertical-align: top;
    margin-right:15px
}
.socmedpoint img{
    max-height: 18px;
    max-width: 18px;
}
.socmedpoint:hover{
    background:#fff;
}
.footerpoint{
    padding-bottom:20px;
}
.footerpoint a{
    color:#606060;
}
.footerpoint a:hover{
    color: #E72F29;
}
.copyright{
    padding-top:80px;
}
.tablecopyright td.tdcopyright{
    
}
.tablecopyright td.tdcopyright1{
    
}
.tablecopyright td.tdcopyright2{
    text-align: right;
}
.navpart{
    padding-top:45px;
    padding-bottom:10px;
    font-size:13px;
    line-height:20px;
}
.arrow_nav{
    max-width:14px;
    vertical-align: middle;
    margin:0px 5px;
}
.sep_nav{
    max-height:13px;
    vertical-align: middle;
    margin:0px 5px;
}
.pageheaderpart{
    height:545px;
    box-sizing: border-box;
    padding-bottom:70px;
    color:#fff;
}
.pageheaderpart3{
    height:275px;
    box-sizing: border-box;
    padding-bottom:70px;
    color:#fff;
}
/*.tableheadertypea td.tdheadertypea{
    vertical-align: middle;
    height:545px;
    
}*/
.tableheadertypea td.tdheadertypea1, .tdheadertypea1{
    display:inline-block;
    box-sizing:border-box;
    height:545px;
    vertical-align: middle;
    width:calc(100% - 455px);
    padding-right:30px;
}
.tableheadertypea td.tdheadertypea2, .tdheadertypea2{
    display:inline-block;
    box-sizing:border-box;
    height:545px;
    vertical-align: middle;
    padding-top:70px;
    width:455px;
    vertical-align: top;
}
.tdheadertypea2border{
    background:#fff;
    padding:30px;
    color:#000;
}
.pageheaderpartin{
    padding-left:40px;
    border-left: 2px solid #E6312A;
    box-sizing: border-box;
}
.pageheaderpartin2{
    padding-left:40px;
}
.menuabout{
    height:98px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.menuaboutoverflow{
    overflow-x:auto;
    max-width:calc(100vw - 20px);
    white-space: nowrap;
}
.menuaboutbtn{
    height:98px;
    border-top:3px solid transparent;
    border-bottom:3px solid transparent;
    box-sizing: border-box;
    padding:0px 50px;
    font-size:20px;
    font-family: "Gotham-Bold";
    display:inline-block;
    vertical-align: middle;
    color:#000;
}
.menuaboutbtn:hover, .menuaboutbtnactive{
    border-bottom:3px solid #E6312A;
}
.a_menuaboutbtn:first-child .menuaboutbtn{
    padding-left:0px;
}
.selectnavsidebar{
    background:#f5f5f5;
    height:60px;
    width:100%;
    padding:0px 20px;
    border:0px;
    font-family: "Gotham-Bold";
    font-size:15px;
}
.pagecontentpart{
    padding-top:70px;
    padding-bottom:90px;
}
.sidebarcol{
    width:295px;
    display:inline-block;
    vertical-align: top;
}
.contentcol{
    width:calc(100% - 295px);
    display:inline-block;
    padding-left:25px;
    box-sizing: border-box;
}
.sidebarbtn{
    height:75px;
    padding:5px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size:18px;
    font-family: "Gotham-Medium";
}
.sidebarbtn:hover, .sidebarbtnactive{
    color: #E72F29;
}
.a_sidebarbtn:last-child .sidebarbtn{
    border-bottom:0px;
}
.vm_part{
    background: #F5F5F5;
    padding:35px 45px;
    margin-bottom:60px;
}
.vm_line{
    margin:30px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.aboutvideoiframe{
    height:410px;
}
.tablemanagement td.tdmanagement{
    vertical-align: top;
}
.tablemanagement td.tdmanagement1{
    width:45%;
}
.tablemanagement td.tdmanagement2{
    background: linear-gradient(118.23deg, #E6312A 21.61%, #920500 90.36%);
    color:#fff;
    padding:35px 45px;
}
.managementpart1{
    margin-bottom:60px;
}
.managementimgdiv1{
    height:43vw;
    max-height:409px;
    color:#fff;
}
.managementimgdiv1pad{
    padding:20px 60px;
}
.boc_point{
    display:inline-block;
    vertical-align: top;
    width:50%;
    box-sizing: border-box;
    padding:0px 10px 40px 10px;
}
.boc_img{
    padding-bottom:54%;
}
.tableshsu td.tdshsu{
    vertical-align: middle;
    padding:25px 0px;
}
.tableshsu td.tdshsu1{
    padding-right:25px;
}
.tableshsu td.tdshsu2{
    width:100px;
}
.expandbtn{
    border: 1px solid #E6312A;
    height:28px;
    display:inline-block;
    box-sizing: border-box;
    background:url(images/expandbtn1.png) no-repeat left 9px center;
    background-size:auto 26px;
    padding-left:31px;
    padding-right:10px;
    font-size:13px;
    color:#E6312A;
}
.expandbtn:hover{
    background:url(images/expandbtn1.png) no-repeat left 9px center #fff;
    background-size:auto 26px;
}
.shsu2point{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shsu2point:last-child{
    border-bottom:0px;
}
.shsu_part{
    background: #F5F5F5;
    padding:25px 45px;
    margin-bottom:40px;
}

.subsidiary_point{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom:30px;
    margin-bottom:30px;
}
.table_subsidiary td.tdsubsidiary{
    vertical-align: top;
}
.table_subsidiary td.tdsubsidiary1{
    padding-right:40px;
    width:28%;
}
.table_subsidiary td.tdsubsidiary2{
    
}
.backpart{
    padding-bottom:50px;
    font-size:15px;
}
.back_icon{
    max-width:26px;
    vertical-align: middle;
    margin-right:10px;
}
.milestone_point{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom:40px;
    padding-top:40px;
}
.tablemilestone td.tdmilestone{
    vertical-align: middle;
}
.tablemilestone td.tdmilestone1{
    padding-right:25px;
}
.tablemilestone td.tdmilestone2{
    width:100px;
}
.milestone_body{
    padding-top:20px;
    
    display:none;
    
}
.hp3imgdiv{
    height:33.5vw;
    max-height:410px;
    width:100%;
    cursor: pointer;
}
.awardpoint{
    padding:0px 10px;
    box-sizing: border-box;
}
.hp3popup{
    height:33.5vw;
    max-height:410px;
    background-color: rgba(255,255,255,0.9);
    color:#fff;
    display:none;
}
.hp3popuppad{
    padding:30px;
}
.hp3imgdiv:hover .hp3popup{
    display:block;
    background-color: rgba(230,49,42,0.9);
}
.tableprevaw td.tdprevaw{
    vertical-align: top;
    
}
.tableprevaw td.tdprevaw1{
    width:100px;
    padding-right:10px;
}
.tableprevaw td.tdprevaw2{
    padding-right:25px;
}
.tableprevaw td.tdprevaw3{
    padding-top:5px;
    padding-bottom:50px;
}
.awline3{
    margin-top:17px;
}
.certificate_point{
    display:inline-block;vertical-align: top;
    width:25%;
    box-sizing: border-box;
    padding:0px 10px 20px 10px;
}
.certificate_pointb{
    padding:20px;
    text-align: center;
    
}
.certificate_imgdiv{
    padding-bottom:100%;
}
.testimony_point{
    padding:50px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tabletestimony td.tdtestimony{
    vertical-align: top;
}
.tabletestimony td.tdtestimony1{
    padding-right:70px;
    width:27%;
}
.tabletestimony td.tdtestimony2{
    padding-top:0px;
}
.gcg_body{
    padding-top:40px;
    display:none;
}

.gcg_border{
    padding:35px;
    background: #F5F5F5;
}
.careerpart1,.careerpart2{
    padding-top:100px;
    padding-bottom:100px;
}
.careercol2{
    display: inline-block;
    vertical-align: top;
    width:50%;
    box-sizing: border-box;
    padding-bottom:60px;
}
.careercol2in{
    padding:0px 40px 0px 40px;
    
}
.careercol2in_0{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.careerimgwidth{
    max-width:130px;
}
.careerimg{
    width:100%;
    padding-bottom:100%;
}
.tablecareer td.tdcareer{
    width:50%;
}
.tablecareer td.tdcareer1{
    vertical-align: top;
    padding-right:10px;
}
.tablecareer td.tdcareer2{
    vertical-align: middle;
    padding-left:10px;
}
.careerpoint{
    padding:50px 0px;
}
.tdcareer1pad{
    padding-right:50px;
}
.tdcareer2pad{
    padding-left:50px;
}
.career_body{
    padding-top:20px;
    display:none;
}
.career_border{
    padding:25px;
    background: #F5F5F5;
}
.gallerycol4{
    display: inline-block;
    vertical-align: top;
    width:25%;
    box-sizing: border-box;
}
.gallerycol4imgdiv{
    padding-bottom:71%;
}
.careerpart4{
    padding:100px 0px;
    background:#000;
    color:#fff;
    text-align: center;
}
.downloadimgdiv{
    padding-bottom:100%;
}
.downloadtxtdiv{
    height:55px;
    padding:5px 0px;
}
.downloadpoint{
    padding:0px 10px;
    box-sizing: border-box;
    text-align: center;
}
.downloadpart2{
    height:110px;
    background:#f5f5f5;
}
.downloadpart3{
    padding-top:40px;
    padding-bottom:100px;
}
.tabledownload td.tddownload{
    vertical-align: top;
}
.tddownload1{
    display:inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right:20px;
    width:250px;
}
.tddownload2{
    width:calc(100% - 250px);
    display:inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left:50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.magazineyear{
    color:#dbdbdb;
    font-size:80px;
    font-family: "Gotham-Bold";
}
.magazinepoint{
    padding-bottom:80px;
}
.pageheadercontinue1part{
    padding-top:100px;
    padding-bottom:80px;
}
.contactdetailpart{
    padding-left:25px;
    border-left: 2px solid #E6312A;
}
.tablecontactd td.tdcontactd{
	vertical-align:middle;
	padding-bottom:20px;
}
.tablecontactd tr:last-child td.tdcontactd{
    padding-bottom:0px;
}
.tablecontactd td.tdcontactd1{
	width:25px;
	padding-right:30px;
	vertical-align:top;
}
	.tdcontactd1 img{
        max-height:31px;
        max-width: 25px;
	}
.tablecontactd td.tdcontactd2{
	
}
.tablecontactd td.tdcontactd2 a{
	color:#000;
}
	.tablecontactd td.tdcontactd2 a:hover{
		color:#333;
	}
.tablecontacti td.tdcontacti{
    width:50%;
}
.tablecontacti td.tdcontacti1{
    vertical-align: middle;
    padding-right:10px;
}
.tablecontacti td.tdcontacti2{
    vertical-align: middle;
    padding-left:10px;
}
.newspart1{
    height:38vw;
    max-height:480px;
    color:#fff;
}
.newspart1pad{
    padding:35px 50px;
}
.newscol2{
    display: inline-block;
    vertical-align: top;
    width:50%;
    box-sizing: border-box;
}
.newscol2in{
    
}
.newscol2in_0{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right:50px;
}
.newscol2in_1{
    padding-left:50px;
}
.newspoint{
    padding:40px 20px 0px 20px;
    box-sizing: border-box;
    width:33.33%;
    display:inline-block;
    vertical-align: top;
}
.newspoint2{
    padding-top:0px;
    padding-bottom:40px;
}
a.a_newspoint:hover{
    color: #0E2B84;
}
.newspointpad{
    
}
.hp8imgdiv{
    padding-bottom:70%;
}
.hp8imgtxtpad{
}
.hp8txt{
    background:#fff;
    padding:20px 25px;
}
.hp8line{
    border-bottom: 1px solid #ddd;
}
.hp8txt2{
    background:#fff;
    padding:0px 25px;
    height:63px;
}
.tablehp8d td.tdhp8d{
    vertical-align: middle;
}
.tablehp8d td.tdhp8d1{
    padding-right:20px;
}
.tablehp8d td.tdhp8d2{
    text-align: right;
}
.tablenp1 td.tdnp1{
    vertical-align: bottom;
}
.tablenp1 td.tdnp1_1{
    padding-right:30px;
}
.tablenp1 td.tdnp1_2{
    width:110px;
}
.nd_btn{
    height:40px;
    background: #FFFFFF;
    width:auto;
    text-align: left;
    padding:0px 25px 0px 15px;
    box-sizing: border-box;
    font-size:13px;
}
.nd_btn img{
    max-height:12px;
    vertical-align: middle;
    margin-right:10px;
}
.nd_btn:hover{
    background:#eee;
}
.nd_backpartpos{
    position:relative;
    top:30px;
    left:30px;
}
.tdnd1{
    display:inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right:50px;
    width:370px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.tdnd2{
    width:calc(100% - 370px);
    display:inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left:50px;
    
}
.ndpart1{
    padding-bottom:100px;
}
.tablendpart2 td.tdndpart2{
    vertical-align: middle;
}
.tablendpart2 td.tdndpart2line{
    width:90%;
    background:url("images/line1.png") repeat-x center center;
}
.tablendpart2 td.tdndpart2content{
    text-align: center;
    white-space: nowrap;
    padding-right:35px;
}
.ndpart2head{
    padding-bottom:50px;
}
.videoimgdiv1{
    height:40vw;
    text-align: center;
}
.videoimgdiv2{
    height:20vw;
    text-align: center;
}
.play_icon{
    max-height: 80px;
}
.a_playvideo{
    cursor: pointer;
}
.frameyoutube{
    height:55vw;
    max-height: 500px;
}
.dppart1{
    padding:10px 0px;
    box-sizing: border-box;
    height:125px;
    text-align: center;
}
.dppart2{
    background: #F5F5F5;
    padding:40px 0px;
}
.dp_point{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom:40px;
    padding-top:40px;
}
.dp_point:last-child{
    border-bottom: 0px;
}
.tabledp td.tddp{
    vertical-align: middle;
}
.tabledp td.tddp1a{
    width:135px;
    padding-right:50px;
    vertical-align: top;
}
.tabledp td.tddp1{
    padding-right:25px;
}
.tabledp td.tddp2{
    width:100px;
}
.dp_body{
    padding-top:20px;
    
    display:none;
    
}
.dp1aimgdiv{
    padding-bottom:100%;
}
.dp_border{
    background:#fff;
    padding:30px;
    margin-top:20px;
}
.dppart3{
    padding-top:50px;
    text-align: center;
}
.tabledp3b td.tddp3b{
    width:25%;
    
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.dppart3b{
    background:#fff;
}
.dp3bhead{
    height:95px;
    
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left:20px;
    padding-right:20px;
}
.tabledp3b td.tddp3b{
    
}
.dp3bbody{
    padding:40px 20px 40px 20px;
}
td.tddp3b:last-child{
    border-right:0px;
}
.dp3bbody .pagedescription1{
    line-height:40px;
}
.dppart4{
    background:#000;
    color:#fff;
    padding-top:60px;
    padding-bottom:60px;
}
.dppart4head{
    padding-bottom:70px;
    text-align:center;
}
.dp4point{
    display:inline-block;
    vertical-align: top;
    width:25%;
    box-sizing: border-box;
    padding:0px 10px 60px 10px;
}
.dp4pointpad{
    padding-right:40px;
    text-align: center;
}
.dp4pointimgdiv{
    width:95px;
}
.dp4pointimg{
    padding-bottom:100%;
}
.dppart5{
    background:#f5f5f5;
}
.dpin{
    display:inline-block;
    width:50%;
    vertical-align: top;
    box-sizing: border-box;
}
.dpin1{
    
}
.dpin2{
    
}
.dpimgdiv{
    height:42.5vw;
}
.dpinoverflow{
    max-height:42.5vw;
    overflow-y:auto;
}
.dptxtdivpad{
    padding:60px;
}
.dpe_point{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom:25px;
    padding-top:25px;
}
.dpe_point:last-child{
    border-bottom:0px;
}
.tabledpe td.tddpe{
    vertical-align: middle;
}
.tabledpe td.tddpe1{
    padding-right:25px;
}
.tabledpe td.tddpe2{
    width:28px;
}
.dpe_body{
    padding-top:20px;
    display:none;
}
.expand_icon{
    cursor: pointer;
    max-height:28px;
}
.dpe_border{
    background:#fff;
    padding:25px;
}
.tablenav td.tdnav{
    vertical-align: middle;
}
.tablenav td.tdnav1{
    padding-right:20px;
}
.tablenav td.tdnav2{
    text-align: right;
    font-size:15px;
    font-family: "Gotham-Bold";
}
.arrow_nav_next{
    vertical-align: middle;
    max-width:26px;
    margin:0px 10px;
    
}
.homepart2 p, .homepart5b p{
    display:inline-block;
}
.hp3pointtxtdiv .pagedescription2{
    line-height: 17px;
}

ul.sf-menu .menupopindustry{
	position:fixed;
	left:0px;
	width:100%;
}
ul.sf-menu ul.menupopulindustry{
	left:0px;
}
ul.sf-menu .containerulindustry{
	min-width:280px;
	max-width:1255px;
	padding:0px 20px !important;
	margin:0px auto !important;
}
.menupoppointcol3, .sf-menu .menupoppointcol3{
	width:33.33%;
	display:inline-block;
	vertical-align: top;
	padding:0px 5px 10px 5px;
	box-sizing: border-box;
}
.menupoppointcol3b, .sf-menu .menupoppointcol3b{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom:10px;
    padding-top:10px;
}
.industrypart1{
    padding-top:70px;
    padding-bottom:70px;
}
.tableindustrya td.tdindustrya{
	vertical-align: top;
	width:50%;
}
.tableindustrya td.tdindustrya1{
	padding-right:30px;
}
.tableindustrya td.tdindustrya2{
	padding-left:30px;
}
.industrypart2{
	padding-top:70px;
    padding-bottom:70px;
	background: linear-gradient(to bottom, #f5f5f5 0%,#f5f5f5 50%,#f5f5f5 50%,#000 50%,#000 100%); /* W3C */
}
.customPrevBtn{
	position:relative;
	top:215px;
	z-index:1000;
	left:-15px;
	opacity:1;
	cursor:pointer;
    max-height: 50px;
}
.customNextBtn{
	position:relative;
	top:215px;
	z-index:1001;
	right:-15px;
	opacity:1;
	cursor:pointer;
    max-height: 50px;
}
.customPrevBtn:hover, .customNextBtn:hover{
	opacity:1;
}
.ip2imgdiv{
	padding-bottom:71%;
}
.ip2pad{
	padding:0px 10px 20px 10px;
	text-align: center;
}
.ip2padin{
	padding:0px 20px;
}
.industrypart3{
	padding-top:70px;
    padding-bottom:70px;
}
.ip3point{
	display:inline-block;
	vertical-align: top;
	width:33.33%;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.ip3pointpad{
	
}
.homedestinationimg3{
	padding-bottom:69%;
}
.homedestinationpad{
	padding:20px 30px;
	text-align:left;
	background:#fff;
	position:relative;
	z-index:1;
}
.homedestinationtitle{
    min-height:75px;
}
.wbscol2{
    display:inline-block;
    vertical-align: top;
    width:50%;
    box-sizing: border-box;
    padding:0px 10px 20px 10px;
}
.wbsbtn{
	padding:10px 10px;
	background:#F5F5F5;
	height:47px;
	color:#000;
}
.wbsbtn:hover{
	background:#eee;
}
.wbsiconborder{
	height:37px;
	width:37px;
	border:2px solid #f00;
	text-align: center;
	vertical-align: middle;
	display:inline-block;
	margin-right:20px;
	box-sizing: border-box;
}
.wbsiconborder img{
	max-height: 15px;
	max-width: 15px;
	vertical-align: middle;
}
.wbstext{
	width:calc(100% - 67px);
	display:inline-block;
	vertical-align: middle;
}
.wbsfaq_point{
	background:#F5F5F5;
	padding:25px;
	border:2px solid #f5f5f5;
    margin-bottom:20px;
}
.wbsfaq_point_active{
	background:#fff;
}
.wbs_body{
	padding-top:25px;
    display:none;
}
.wbs_border{
    padding:0px;
}

#menuslidebackpartconsent{
	position:fixed;	
	z-index:10010;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	/*display:none;*/
}
.popupindexconsent{
	position:fixed;
	z-index:999999;
	margin-top:120px;
	left:50%;
	width:900px;
	height:auto;
	background:#fff;
	margin-left:-450px;
	/*display:none;*/
	border-radius:25px;
}
.popuppadconsent{
	padding:35px;
}
.consentcheckbox{
	width:25px;
	height:25px;
	vertical-align: middle;
	margin-right: 10px;
	-webkit-appearance:checkbox;
}
.submit_btn_consent{
	max-width: 300px;
}
.customerconsentoverflow{
	overflow-y: auto;
	max-height:550px;
}