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

/*@font-face {
	font-family: "Gotham";
	src: url(font/GothamRnd-Medium.otf);
}
@font-face {
	
	src: url(font/GothamRnd-Book.otf);
}
@font-face {
	font-weight:bold;
	src: url(font/GothamRnd-Bold.otf);
}*/

html{
	height:100%;
	width:100%;
	scroll-behavior: smooth;
}
body{
	font-family: "Roboto", sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	color:#000;
	padding:0px;
	overflow-y:scroll;
}
input, textarea{
	font-family: "Roboto", sans-serif;
	font-size:15px;
	color:#231f20;
	-webkit-appearance:none;
}
td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#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:#333;
}
: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:13px;
    padding-top:7px;
    display:block;
}
.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:#bbb;opacity:1; }
.form_input2::-moz-placeholder { color:#bbb;opacity:1; } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#bbb;opacity:1; } /* ie */
input.form_input2:-moz-placeholder { color:#bbb;opacity:1; }

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

.borderradius3{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.borderradius5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.borderradius10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.borderradius15{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.leftborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.rightborderrad5{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.topborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.bottomborderrad5{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.borderradius5left{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius:5px;
}
.borderradius5right{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.borderradius10top{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.borderradius10bottom{
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius10left{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10right{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius15top{
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.borderradius15topleft{
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}
.borderradius15topright{
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}
.borderradius15bottomleft{
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.borderradius15bottomright{
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}
.borderradius10bottomleft{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10bottomright{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius20{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.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, .displaym_ib, .menudisplaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .displaym540, .displaym600, .displaym640, .displaym775, .displaym800, .displaym850, .displaym1000, .displaym1120{
	display:none;
}
.popupindex{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:-260px;
	left:50%;
	width:710px;
	height:calc(100vh - 210px);
	background:url(images/bg.jpg) repeat;
	color:#333;	
	margin-left:-355px;
	font-size:15px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupindex2{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:calc((50vh - 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;
}
.popupindex_qb{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#000;
	width:380px;
	height:380px;
	top:calc(50vh - 220px);
	text-align:center;
}
#posfixed_qb{
	left:50%;
	margin-left:-190px;
}
.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: "Roboto", sans-serif;
	padding-bottom:27px;
	line-height:35px;
}
#popup_description{
	line-height:27px;
}
.popup_height{
	overflow-y:auto;
	height:calc(100vh - 325px);
	padding-right:30px;
}
.td_popup1{
	width:45%;
	padding-right:5%;
}
.popup_closediv{
	padding-bottom:20px;
	text-align:right;
}
.popup_closediv img{
	cursor:pointer;
}
#menuslidebackpart,#menuslidebackpart2,#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:1290px;
	padding:0px 20px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1140px;
	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:120px;
	width:100%;
	background:none;
	background: linear-gradient(to right, #fff 0%,#fff 20%,#fff 20%,transparent 20%,transparent 100%);
	color:#fff;
}
.activefixedheader{
	height:130px;
}
	.header.menufixed{
		background:rgba(255,255,255,1);
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
		position:fixed;
		z-index:9000;
		height:120px;
		box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	}
	.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:140px;
}
.headerpad{
	padding-top:44px;
}
.headertop{
	color:#000;
    padding-bottom:20px;
}
	.headertop a{
		color:#000;
	}
		.headertop a:hover{
			color:#B11F24;
		}
	.headertoppoint{
		margin-right:20px;
	}
		.headertoppoint:last-child{
			margin-right:0px;
		}
	.menufixed .headertop{
		display:none;
	}
.tableheader .tdheader{
    vertical-align: middle;
    height:120px;
}
.tableheader .tdheader1{
    padding-right:0px;
    width:315px;
	background: linear-gradient(to right, #fff 0%,#fff 70%,#fff 70%,transparent 70%,transparent 100%);
}
.tableheader .tdheader2{
    padding-left:30px;
}
.tableheadertop .tdheadertop{
	vertical-align:middle;
}
.tableheadertop .tdheadertop1{
}
.tableheadertop .tdheadertop2{
	text-align:right;
    padding-left:25px;
    padding-right:25px;
    width:220px;
}
.tableheadertop .tdheadertop3{
	text-align:right;
	width:155px;
    
}
.headertophorsep{
    vertical-align: middle;
    margin:0px 20px;
}
.headertopico{
    max-height:21px;
    margin-right:8px;
    vertical-align: middle;
}
	.menufixed .headertopico{
		filter: invert(1);
	}
.headermenu{
	text-align:left;
}
.separator_icon{
	max-height: 43px;
	vertical-align: middle;
	margin-right:40px;
}
.menupoint{
	margin:0px 15px;
	color:#fff;
	font-weight: 500;
}
	.menufixed .menupoint{
		color:#000;
	}
.a_menupoint:first-child .menupoint{
    margin-left:0px;
}
.a_menupoint:last-child .menupoint{
    margin-right:0px;
}
.menupointactive, .menufixed .menupointactive{
    color:#B11F24;
}
.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 5px;
    border: 1px solid #000;*/
}
ul.sf-menu .arrow_dd{
	max-height:7px;
	margin-left:3px;
	vertical-align:middle;
}
.tdheader1bg{
	height:120px;
}
.logo{
	max-height:70px;
}
.headermlogo{
    max-height:66px;
}
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:#000;
	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:21px;
}
	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;
    margin-left:8px;
    cursor: pointer;
	font-weight: 500;
}
	.menufixed ul.sf-menu .lang_t_t1{
		color:#000;
	}
ul.sf-menu .headerddmenu{
	width:100px;
	height:37px;
	background:none;
	border-bottom:0px solid #bbb;
	text-align:left;
	padding:0px 10px;
	color:#000;
	font-size:13px;
}
	ul.sf-menu .headerddmenu:hover{
		color:#B11F24;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
		height:37px;
        text-align: center;
	}
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{
	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 rgba(0, 0, 0, 0.3);
	box-sizing: border-box;

	padding-left:20px;
	padding-right:10px;
	height:52px;
	display:inline-block;
	vertical-align:top;
}
.header_search_boxm{
    width:100%;
	background:none;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;

	padding-left:20px;
	padding-right:10px;
	height:46px;
	display:inline-block;
	vertical-align:top;
}
.search_input{
	width:calc(100% - 95px);
	padding:0px;
	height:49px;
	border:0px;
	background:none;
	font-size:15px;
	color:#000;
    font-weight: 300;
}
.search_inputm{
	width:calc(100% - 0px);
	padding:0px;
	height:44px;
	border:0px;
	background:none;
	font-size:15px;
	color:#000;
}
.search_img{
	position:relative;
	top:13px;
    max-height: 20px;
}
.search_img_m{
	position:relative;
	top:8px;
    max-height: 30px;
}
.searchinlineblocksearch{
	margin-left:25px;
}
.searchbtn{
	position:relative;
	max-height:19px;
	vertical-align:middle;
	margin-right:20px;
}
.headerbtn{
	width:180px;
	border:0px;
	height:50px;
	background: linear-gradient(90deg, #B11F24 0%, #740070 100%);
	color:#fff;
	border:0px solid #000;
	cursor:pointer;
	box-sizing:border-box;
	text-align:center;
    display:inline-block;
	vertical-align: middle;
	margin-left:30px;
}
	.headerbtn:hover{
		background: linear-gradient(90deg, #740070 0%, #B11F24 100%);
	}
	.headerbtn img{
		vertical-align:middle;
		max-height:17px;
		margin-right:7px;
	}
	.headerbtntext{
		display:inline-block;
		vertical-align:middle;
	}
.headerbtn_ml{
	margin-left:20px;
}
.btnsearch{
	width: 95px;
	height: 32px;
	background: #B11F24;
	color:#fff;
	font-size:15px;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	border:0px;
}
	.btnsearch:hover{
		background:#000;
	}

.page_title0, .pagetitle0{
	font-size:35px;
	line-height:45px;
}
	.page_title0b, .pagetitle0b{
		font-size:35px;
		line-height:45px;
		font-weight:bold;
	}
.page_title1, .pagetitle1{
		font-size:27px;
		line-height:37px;
		font-weight:bold;
	}
.page_title2, .pagetitle2{
	font-size:28px;
	line-height:38px;
}
	.page_title2b, .pagetitle2b{
		font-size:28px;
		line-height:38px;
		font-weight:bold;
	}
	.page_title2l, .pagetitle2l{
		font-size:28px;
		line-height:38px;
	}
.page_title3, .pagetitle3{
	font-size:25px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b{
		font-size:25px;
		line-height:35px;
		font-weight:bold;
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-weight:bold;
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:30px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:30px;
		font-weight:bold;
	}
.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:17px;
	line-height:27px;
}
	.page_title7b, .pagetitle7b{
		font-size:17px;
		line-height:27px;
		font-weight:bold;
	}
	.page_title7l, .pagetitle7l{
		font-size:17px;
		line-height:23px;
	}
.page_title8, .pagetitle8{
	font-size:40px;
}
.page_title9, .pagetitle9{
	font-size:16px;
	line-height:31px;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:31px;
		font-weight:bold;
	}
.page_description1, .pagedescription1{
    
	font-size: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-weight:bold;
	}
    .pagedescription1 img{
        max-width: 100% !important;
        height:auto !important;
    }
.page_description2, .pagedescription2{
    
	font-size:13px;
	line-height:19px;
}
	.pagedescription2 b, .pagedescription2 strong, .page_description2 b, .page_description2 strong{
		font-weight:bold;
	}
    .page_description2 ul, .pagedescription2 ul{
		margin-left:0px;
	}
	.page_description2 ol, .pagedescription2 ol{
		margin-left:0px;
	}
	.page_description2 li, .pagedescription2 li{
		margin-left:20px;
	}
.page_description3, .pagedescription3{
	font-size:11px;
	line-height:18px;
}
.btn1{
	width:100%;
	border:0px;
	height:55px;
	background: url('images/arrow_slide.png') no-repeat right 25px center, linear-gradient(90deg, #B11F24 0%, #740070 100%);
	background-size:20px auto, 100%;
	color:#fff;
	border:0px solid #000;
	cursor:pointer;
	box-sizing:border-box;
	text-align:center;
    display:inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding-left:25px;
	text-align: left;
}
	.btn1:hover{
		background: url('images/arrow_slide.png') no-repeat right 10px center, linear-gradient(90deg, #B11F24 0%, #740070 100%);
		background-size:20px auto, 100%;
	}
	.btn1a{
        max-width:320px;
	}
    .btn1a2{
        height:53px;
        width:auto;
        padding:0px 25px;
	}
	.btn1b{
		padding:0px 20px;
		width:auto;
        min-width: 130px;
	}
	.btn1c{
        padding:0px 20px;
		width:auto;
        height:45px;
        margin:0px 10px 5px 10px;
	}
    .btn1c img{
        max-height:19px;
        vertical-align: middle;
        margin-right:15px;
    }
	.btn1widthauto{
		width:auto;
	}
	.btn1ml15{
		margin-left:15px;
	}
.btn2{
	width:auto;
	padding:0px 20px;
	
	border:0px;
	height:55px;
	background: #f5f5f5;
	box-sizing: border-box;
	color: #000;
	cursor:pointer;
	font-size:13px;
}
	.btn2:hover{
		background-color:#fff;
		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%;
	}
.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;
}
.colororange2{
    color:#F7941F;
}
.colorred{
	color: #B11F24;
}
.colorred2{
	color: #BB3A5A;
}
.colorgreen{
	color:#B11F24;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#1C73C9;
}
.colorgrey{
	color:#939598;
}
.colorgold{
	color: #A89060;
}
.colorgradient1{
	background: linear-gradient(45deg, #B11F24 25.21%, #740070 81.37%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.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;
}
.maxwidth475{
	max-width:475px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.maxwidth935{
	max-width:935px;
}
.maxwidth965{
	max-width:965px;
}
.heightsep1{
	height:100px;
}
.line1{
	width: 60px;
	height: 1px;
	border-bottom: 2px solid #000000;
}
.line2{
    margin-top:60px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom:60px;
}
.line3{
	margin-top:45px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom:45px;
}
.line4{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom:20px;
}
.line5{
    border-top: 5px solid #B11F24;
    padding-bottom:25px;
}
.minheight70{
	min-height:70px;
}
.minheight90{
	min-height:90px;
}
.minheight110{
	min-height:110px;
}
.minheight135{
	min-height:135px;
}
.minheight205{
	min-height:205px;
}
.uppercase{
	text-transform:uppercase;
}
.fontlight{
    font-weight: 300;
}
.fontmedium{
    font-weight: 500;
}
.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;
}

.homepart1h{
	height:50vw;
	color:#fff;
}
.customPrevBtn{
	position:absolute;
	top:120px;
	z-index:1000;
	left:10px;
	opacity:1;
	cursor:pointer;
    height:60px;
}
.customNextBtn{
	position:relative;
	top:120px;
	z-index:1001;
	right:10px;
	opacity:1;
	cursor:pointer;
    height:60px;
}
.customPrevBtn:hover, .customNextBtn:hover{
	opacity:1;
}
.customPrevBtn2{
	position:relative;
	top:6.5vw;
	z-index:1000;
	left:10px;
	opacity:1;
	cursor:pointer;
}
.customNextBtn2{
	position:relative;
	top:6.5vw;
	z-index:1001;
	right:10px;
	opacity:1;
	cursor:pointer;
}
.customPrevBtn2:hover, .customNextBtn:hover{
	opacity:1;
}
.customPrevBtnrev{
	position:relative;
	top:40vh;
	z-index:1000;
	left:0px;
	opacity:1;
	cursor:pointer;
    height:60px;
}
.customNextBtnrev{
	position:relative;
	top:40vh;
	z-index:1001;
	right:0px;
	opacity:1;
	cursor:pointer;
    height:60px;
}
.hp1top{
	height:120px;
}
.hp1mid{
	height:calc(50vw - 240px);
}
.hp1bot{
	height:120px;
	text-align: right;
}
.hp1sideorn{
	border-left: 1px solid #B11F24;
	padding-left:30px;
}
.hp1btn{
	width:220px;
	height:50px;
	border:1px solid #fff;
	color:#fff;
	padding-left:30px;
	padding-right:50px;
	text-align: left;
	background:url('images/arrow_slide.png') no-repeat right 25px center;background-size:20px auto ;
}
	.hp1btn:hover{
		background:url('images/arrow_slide.png') no-repeat right 10px center;background-size:20px auto ;
	}
.hp1botdiv{
	display:inline-block;
	background: linear-gradient(90deg, #B11F24 0%, #740070 100%);
	width:70vw;
	height:80px;
	
	border-top-left-radius: 80px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color:#fff;
	padding-left:60px;
	box-sizing: border-box;
	text-align: left;
}
.hp1botsep{
	height:1px;
	width:35px;
	background:#fff;
	display:inline-block;
	vertical-align: middle;
	margin:0px 15px;
}
.scrolltoexplore{
	height:0px;
	
	color:#fff;
}
.scrolltoexplorediv{
	display:inline-block;
	width:auto;
	position:relative;
	top:-80px;
	z-index:100;
}
.scrolltoexplore img{
	max-height: 20px;
}
.homepart2{
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.homepart2td{
	width:50%;
}
.homepart2td_br{
	border-right:1px solid rgba(0,0,0,0.1);
}
.homepart2btn{
	height:85px;
	padding:0px 20px;
	text-align:center;
	font-size:17px;
}
.homepart2b{
	
}
.hp2_part1{
	width:35px;
	padding-right:25px;
	display: inline-block;
	vertical-align: middle;
}
.hp2_part1 img{
	max-width: 36px;
}
.hp2_part2{
	width:auto;
	max-width:calc(100% - 60px);
	display: inline-block;
	vertical-align: middle;
}
.hp2_part2 p{
	display:inline-block;
}
.hp2line{
	margin:0px 10px;
	width:30px;
	background:#000;
	height:1px;
	display:inline-block;
	vertical-align: middle;
}
.homepart3{
	background:url('images/content/homeaboutbg.png') no-repeat center center;background-size: cover;
	padding-top:95px;
	padding-bottom:280px;
	text-align: center;
}
.homepart3b{
	height:0px;
	position:relative;
	top:-200px;
}
.hp3bpoint{
	display:inline-block;
	vertical-align: top;
	width:25%;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.hp3bpointin{
	background: #F5F5F5;
	padding:20px;
	border-bottom-right-radius: 40px;
	min-height: 190px;
}
.hp3txt1{
	display:inline-block;
	vertical-align: middle;
	font-size:60px;
	font-weight: 800;
	width:70px;
}
	.hp3txt1 sup{
		vertical-align: super;
		font-size:30px;
	}
.hp3sep{
	display:inline-block;
	vertical-align: middle;
	border-right:1px solid rgba(0,0,0,0.1);
	width:1px;
	height:45px;
	margin:0px 10px;
}
.hp3txt2{
	display:inline-block;
	vertical-align: middle;
	font-weight: 800;
	width:calc(100% - 100px);
}
.homepart4{
	
	padding-top:170px;
	padding-bottom:140px;
	color:#fff;
}
.hp4body .owl-dots{
	display:none;
}
.hp4head{
	padding-bottom:80px;
}
.tablehp4h td.tdhp4h{
	vertical-align: top;
	width:50%;
}
.tablehp4h td.tdhp4h1{
	padding-right:20px;
}
.tablehp4h td.tdhp4h2{
	padding-left:20px;
}
.hp4imgdiv{
	padding-bottom:85%;
}
.hp4pointpad{
	padding:0px 10px 40px 10px;
	
}
.hp4bodyoverflow{
	overflow-x: hidden;
}
.hp4txtdiv{
	background: #fff;
	color:#000;
	padding:15px;
	border-bottom-right-radius: 45px;
	min-height:110px;
}
.hp4txtpoint1{
	box-sizing: border-box;
}
.hp4txtpoint1{
	display:inline-block;
	vertical-align: middle;
	width:calc(100% - 60px);
	padding-right:20px;
}
.hp4txtpoint2{
	display:inline-block;
	vertical-align: middle;
	width:60px;
}
.hp4arrow{
	max-width: 60px;
}
.homepart4btn{
	background: linear-gradient(90deg, #B11F24 0%, #740070 100%);
	color:#fff;
	text-align: center;
	height:95px;
	padding:0px 20px;
}
	.homepart4btn:hover{
		background: linear-gradient(90deg, #740070 0%, #B11F24 100%);
	}
.arrow_viewall{
	vertical-align: middle;
	max-height:40px;
	margin-left:20px;
}
.homepart5{
	padding-top:150px;
	padding-bottom:150px;
}
.tablehp5 td.tdhp5{
	width:50%;
	vertical-align: middle;
}
.tablehp5 td.tdhp5_1{
	padding-right:20px;
}
.tablehp5 td.tdhp5_2{
	padding-left:20px;

}
.homepart6{
	padding-top:60px;
	padding-bottom:100px;
	text-align: center;
}
.hp6point{
	display:inline-block;
	vertical-align: middle;
	width:25%;
	box-sizing: border-box;
	padding:0px 10px 20px 10px;
}
.hp6pointin{
	padding:15px 35px;
	height:116px;
}
.hp6pointin img{
	max-height:100px;
	max-width:100%;
}
.webfooterpart1{
	background:url('images/content/footerbg.png') no-repeat center center #000;
	background-size:cover;
	color:#fff;
    padding-top:40px;
    padding-bottom:45px;
}
.tablefooter td.tdfooter{
    vertical-align: top;
}
.tablefooter td.tdfooter1{
    width:255px;
    padding-right:70px;
}
.tablefooter td.tdfooter2{
}

.tablefootera td.tdfootera{
    vertical-align: top;
}
.tablefootera td.tdfootera1{
    
}
.tablefootera td.tdfootera2{
    width: 120px;
    padding-left:25px;
}
.socmed_btn{
    width:36px;
    height:36px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #fff;
    display:inline-block;
    vertical-align: middle;
    margin:0px 5px;
}
.socmed_btn:hover{
    border: 3px solid #000;
    background:#000;
}
.socmed_btn:hover img{
    filter:brightness(0%) invert(1);
}
.socmed_btn img{
    max-height: 17px;
}
.a_socmed_btn:first-child .socmed_btn{
    margin-left:0px;
}
.a_socmed_btn:last-child .socmed_btn{
    margin-right:0px;
}
.footerpoint{
    padding-bottom:20px;
    display:block;
	color:#fff;
}

.tablefooterb td.tdfooterb{
    vertical-align: top;
    padding-right: 55px;
	width:150px;
}
.footerline{
    margin-top:20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom:30px;
}
.tablefcontact td.tdfcontact{
	vertical-align:middle;
	padding-bottom:20px;
}
.tablefcontact td.tdfcontact1{
	width:21px;
	padding-right:17px;
	vertical-align:top;
}
	.tdfcontact1 img{
		margin-top:3px;
		max-height:21px;
		max-width:21px;
	}
.tablefcontact td.tdfcontact2{
}
.tablefcontact td.tdfcontact2 a{
	color:#fff;
}
	.tablefcontact td.tdfcontact2 a:hover{
		color:#ccc;
	}
.copyright{
	padding-top:100px;
}
.pageheaderimg1{
	height:540px;
	color:#fff;
}
.phpart1{
	padding-bottom:70px;
}
.phpart1a{
	border-left: 1px solid #b11f24;
	padding-left:30px;
}
	.phpart1a a{
		color:#fff;
	}
	.phpart1a a:hover{
		text-decoration: underline;
	}
.posrelphpart1a{
	top:160px;
}
.aboutpart1{
	padding-top:80px;
	padding-bottom:65px;
	background:url('images/content/aboutbg1.png') no-repeat left bottom;
	background-size:auto;
}
.aboutpart1nobg{
	padding-top:80px;
	padding-bottom:45px;
}
.tableap1 td.tdap1{
	width:50%;
	vertical-align: top;
}
.tableap1 td.tdap1_1{
	padding-right:20px;
}
.tableap1 td.tdap1_2{
	padding-left:20px;

}
.btn1download{
	width:auto;
	border:0px;
	height:55px;
	background: url('images/download_icon2.png') no-repeat left 10px center, linear-gradient(90deg, #B11F24 0%, #740070 100%);
	background-size:36px auto, 100%;
	color:#fff;
	border:0px solid #000;
	cursor:pointer;
	box-sizing:border-box;
	text-align:center;
    display:inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding-left:65px;
	padding-right:25px;
	text-align: left;
}
	.btn1download:hover{
		background: url('images/download_icon2.png') no-repeat left 10px center, linear-gradient(90deg, #740070 0%, #B11F24 100%);
		background-size:36px auto, 100%;
	}
.btn1contact{
	width:auto;
	border:0px;
	height:55px;
	background: url('images/mail_icon3.png') no-repeat left 10px center #fff;
	background-size:36px auto, 100%;
	color:#B11F24;
	border:0px solid #000;
	cursor:pointer;
	box-sizing:border-box;
	text-align:center;
    display:inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding-left:65px;
	padding-right:25px;
	text-align: left;

	
}
	.btn1contact:hover{
		background: url('images/mail_icon3.png') no-repeat left 10px center #eee;
		background-size:36px auto, 100%;
	}
.btn1contact2{
	width:auto;
	border:1px solid #B11F24;
	height:55px;
	background: url('images/mail_icon3.png') no-repeat left 10px center #fff;
	background-size:36px auto, 100%;
	color:#B11F24;
	cursor:pointer;
	box-sizing:border-box;
	text-align:center;
    display:inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding-left:65px;
	padding-right:25px;
	text-align: left;
	margin-left:10px;
	
}
	.btn1contact2:hover{
		background: url('images/mail_icon3.png') no-repeat left 10px center #eee;
		background-size:36px auto, 100%;
	}
.ap1point{

}

.ap1td{
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid #0000001A;
	padding-top:12px;
	padding-bottom:12px;
	min-height:50px;
}
.ap1td1{
	width:55px;
}
.ap1td2{
	width:calc(100% - 90px);
	padding-left:40px;
}
.ap1td3{
	width:35px;
	padding-left:20px;
}
.arrow_gradient1{
	max-width: 11px;	
}
.ap1point:hover .ap1td1{
	border-bottom: 2px solid #740070;
}
.ap2img{
	aspect-ratio: 719/411;
}
.ap2point{
	display:inline-block;
	width:50%;
	vertical-align: top;
	color:#fff;
	text-align: center;
}
.ap2txt{
	padding:30px;
}
.ap3h{
	background: linear-gradient(90deg, #B11F24 0%, #740070 100%);
	padding:20px 0px;
	color:#fff;
}
.aboutpart3{
	background: #F5F5F5;

}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 10px; /* spacing between boxes */
  align-items: stretch; /* ensures all boxes in each row have equal height */
  
}

.value-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 45px 30px 35px 10px;
  border-right: 1px solid #0000001A
}

.value-box img {
  width: 60px;
  margin-bottom: 15px;
}
.value-box-mod3{
	border-right: 0px;
}
.aboutpart4{
	padding-top:80px;
	padding-bottom:40px;
	border-bottom: 1px solid #0000001A;
}
.ap4point{
	display:inline-block;
	vertical-align: middle;
	
	padding-right:30px;
	padding-bottom:30px;
}
.ap4point img{
	max-width: 250px;
	max-height: 80px;
}

.aboutpart5{
	background: linear-gradient(90deg, #B11F24 0%, #740070 100%);
	padding-top:85px;
	padding-bottom:85px;
	text-align: center;
	color:#fff;
}
.pagecontent1, .pagecontentpart1{
	padding-top:70px;
	padding-bottom: 70px;
}

.d_point{
	border-bottom:1px solid #e6e7e8;
	padding:35px 25px;
}
.d_btn{
	width:127px;
	height:40px;
	background:url(images/download_icon2.png) no-repeat left 13px center #fff;
	border:1px solid #000;
	color:#000;
	font-size:16px;
	line-height:40px;
	text-align:center;
	padding-left:30px;
}
.d_btn:hover{
	background:url(images/download_icon2.png) no-repeat left 13px center #eee;
}
.d_name{
	font-size:18px;
}
.d_description{
	color:#bcbec0;
}
.downloadtd0{
	width:35px;
	padding-right:30px;
}
.downloadtd0 img{
	max-width: 28px;
}
.downloadtd2{
	width:158px;
	padding-left:50px;
}
.downloadtd2_dicon4{
	max-width:36px;
	margin-left:10px;
	vertical-align: middle;
}

.tablecontactinfo td.tdcontactinfo{
    width:50%;
    vertical-align: middle;
}
.tablecontactinfo td.tdcontactinfo1{
    
}
.tablecontactinfo td.tdcontactinfo2{
    background: #F5F5F5;
    padding: 30px 50px;
    
    -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;
}
.tdcontactinfo1gmaps{
    -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;
}
.contactpart1{
}
.tablefcontact td.tdfcontact{
	vertical-align:middle;
	padding-bottom:20px;
}
.tablefcontact td.tdfcontact1{
	width:21px;
	padding-right:17px;
	vertical-align:top;
}
	.tdfcontact1 img{
		margin-top:3px;
		max-height:21px;
		max-width:21px;
	}
.tablefcontact td.tdfcontact2{
}
.contactpart2{
	padding-top:60px;
    padding-bottom:80px;
}
.tablecontact td.tdcontactnopadtd{
	width:50%;
}
.tdcontactsepdiv{
	width:20px;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
	border: 0px solid rgba(0, 0, 0, 0.3);
	width:calc(100% - 0px);
	padding:0px 0px;
	height:30px;
	font-size:15px;
	color:#000;
	background: #fff;
    
}
select.form_select{
	border: 1px solid rgba(0, 0, 0, 0.3);
	width:calc(100% - 0px);
	padding:0px 20px;
	height:55px;
	font-size:15px;
	color:#333;
	background: #fff;
    
}
.input_box2{
	border: 1px solid #0000001A;
	margin-bottom:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:10px 30px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:1px solid #d1d3d4;
		width:calc(100% - 0px);
		padding:0px 0px;
		height:45px;
		font-size:15px;
		color:#000;
		background:#fff;
	}
	.input_box2b{
		padding-bottom:20px;
	}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:55px;
	width:100%;
    max-width: 300px;
	background: linear-gradient(90deg, #B11F24 0%, #740070 100%);

	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
}
input.submit_btn:hover{
	background-color:#333;
	
}

.masonry {
  column-count: 3;            /* number of columns */
  column-gap: 50px;          /* gap between columns */
  width: 100%;
  margin: 0 auto;
}

.gallerypoint {
  display: inline-block;     /* important for columns */
  width: 100%;
  margin: 0 0 24px;         /* vertical spacing between items */
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.gallerypoint img {
  width: 100%;
  -webkit-border-bottom-right-radius: 35px;
	-moz-border-radius-bottomright: 35px;
	border-bottom-right-radius: 35px;
}
.galleryline{
	border-bottom: 1px solid #0000001A;
	padding-bottom:15px;
	margin-bottom:15px;
}
.gallerypoint img.pin_icon{
	width:11px;
	vertical-align: middle;
	margin-right:5px;
}
.gallerytxtlocation{
	margin-right:10px;
}
.trainingvideo{
	height: 50vw;
}
.news_point{
	display:inline-block;
	width:50%;
	padding:0px 10px 20px 10px;
	vertical-align: top;
box-sizing: border-box;
}
.tdnewsimgdiv{
	padding-bottom:53.5%;
	 -webkit-border-bottom-right-radius: 35px;
	-moz-border-radius-bottomright: 35px;
	border-bottom-right-radius: 35px;
}
.navpart{
	padding-bottom:40px;
}
.navpart img{
	max-width: 17px;
	vertical-align: middle;
	margin-right:10px;
}
.back{
	display:inline-block;
	vertical-align: middle;
}
.trainingdetailimg{
	-webkit-border-bottom-right-radius: 35px;
	-moz-border-radius-bottomright: 35px;
	border-bottom-right-radius: 35px;
}
.tablendh td.tdndh{
	vertical-align: middle;
}
.tablendh td.tdndhline{
	width:45%;
}
.tablendh td.tdndhcont{
	padding:0px 20px;
	white-space: nowrap;
	text-align: center;
}
.tdndhlinediv{
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.newspart2{
	padding-bottom:80px;
}
.categorypart{
	padding-top:20px;
	padding-bottom:80px;
}
.categorypoint{
	display:inline-block;
	vertical-align: top;
	width:33.33%;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.categorypointradius{
	-webkit-border-bottom-right-radius: 45px;
	-moz-border-radius-bottomright: 45px;
	border-bottom-right-radius: 45px;
}
.arrow_navsep{
	max-width: 16px;
	margin:0px 10px;
}
.menucategory{
	border-bottom: 1px solid #0000001A;
	text-align: center;
}
.menucategoryoverflow{
	overflow-x: auto;
	white-space: nowrap;

	padding:0px 20px;
}
.categorymenupoint{
	height:178px;
	display:inline-block;
	margin:0px 20px;
	vertical-align: top;
}
.categorymenupointcontent{
	height:154px;
	padding-top:20px;
	width:120px;
}

.categorymenupointcontent img{
	width:92px;
	height:92px;
	border: 3px solid #F5F5F5;
	border-radius: 100%;
	cursor:pointer;
}
.categorymenupoint:hover .categorymenupointcontent img, .categorymenupointactive .categorymenupointcontent img{
	border: 3px solid #B11F24;
	border-radius: 100%;
}
.categorymenutxt{
	height:56px;
	white-space: normal;
}
.border-gradient-bottom{
	background: linear-gradient(90deg, #B11F24 0%, #740070 100%);
	opacity:0;
	height:4px;
}
.categorymenupoint:hover .border-gradient-bottom, .categorymenupointactive .border-gradient-bottom{
	opacity:1;
}

.imgproduct{
	max-width:100%;
	max-height:650px;
	
	position:relative;
	/*z-index:2000;*/

	-webkit-border-bottom-right-radius: 45px;
	-moz-border-radius-bottomright: 45px;
	border-bottom-right-radius: 45px;
}
.detail_product_img_point{
	width:100px;
	margin:0px 3px;
	display:inline-block;
	border:1px solid #eee;
	margin-bottom:6px;
	vertical-align:middle;
    cursor: pointer;

	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;

	
}
.detail_product_img_point img{
	max-width:100%;
    max-height: 100px;

	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
}
.tableproduct td.tdproduct{
	vertical-align:top;
}
.tableproduct td.tdproduct1{
	
	width:50%;
    padding-right:40px;
}
.tableproduct td.tdproduct2{
	vertical-align:top;
	padding-left:40px;
	padding-top:40px;
}
.pricelinediv{
    padding:20px 0px;
    border-top:1px solid rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.sizebtn{
	display:inline-block;
	width:auto;
	border:1px solid rgba(0,0,0,0.2);
	height:46px;
	background: #fff;
	color:#000;
	padding:0px 20px;
	box-sizing:border-box;
    text-align: center;
    margin-right:10px;
    margin-bottom:10px;
}
.pageproduct1{
    padding-bottom:80px;
}
.pageproduct2{
    padding:40px;
    background:#F5F5F5;
    margin-bottom:70px;
}
.btn2bmr{
    margin-right:20px;
}
.dpline{
	border-bottom: 1px solid #000000;
	margin-top:20px;
	margin-bottom:20px;
	display:inline-block;
	width:49px;
}
a.a_colorblack, .tablefcontact td.tdfcontact2 a.a_colorblack{
	color:#000;
}
.mstorelocationbtn2b {
    display: inline-block;
    box-sizing: border-box;
    width: calc(100% - 20px);
    vertical-align: middle;
    cursor: pointer;
    padding: 0px 15px 0px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 46px;
    background: #fff;
    color: #000;
}
.menuslidecol2{
    display:inline-block;
    width:50%;
    box-sizing: border-box;
    vertical-align: middle;
}
.menuslidefooter img{
	filter:invert(1);
}
.menuslidefooter .socmed_btn{
	border-color:#000;
}