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

@font-face {
	font-family: "Montserrat-SemiBold";
	src: url(font/Montserrat-SemiBold.otf);
}
@font-face {
	font-family: "Montserrat-Bold";
	src: url(font/Montserrat-Bold.otf);
}

html{
	height:100%;
	width:100%;
	scroll-behavior: smooth;
}
body{
	font-family: 'DM Sans', sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	font-weight:500;
	color:#000;
	padding:0px;
	overflow-y:scroll;
}
input, textarea{
	font-family: 'DM Sans', 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:#666;
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#6d6e71;opacity:1; }
::-moz-placeholder { color:#6d6e71;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#6d6e71;opacity:1; } /* ie */
input:-moz-placeholder { color:#6d6e71;opacity:1; }
:focus::-webkit-input-placeholder { color:#999;opacity:0; }
:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input:focus:-moz-placeholder { color:#999;opacity:0; }

.animation{
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
.animationcolor{
	-o-transition:color .2s ease-out, background 0s linear;
	-ms-transition:color .2s ease-out, background 0s linear;
	-moz-transition:color .2s ease-out, background 0s linear;
	-webkit-transition:color .2s ease-out, background 0s linear;
	transition:color .2s ease-out, background 0s linear;
}
.animationall{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.verticalmiddle, .vm{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.verticalbottom, .vb{
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.horizontalcenter{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.error{
	color:#f00;
	font-size:12px;
}
.txtsearch::-webkit-input-placeholder { color:#999;opacity:1; }
.txtsearch::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
.txtsearch:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input.txtsearch:-moz-placeholder { color:#999;opacity:1; }
.headerfixed .txtsearch::-webkit-input-placeholder { color:#a7a9ac;opacity:1; }
.headerfixed .txtsearch::-moz-placeholder { color:#a7a9ac;opacity:1; } /* firefox 19+ */
.headerfixed .txtsearch:-ms-input-placeholder { color:#a7a9ac;opacity:1; } /* ie */
input.headerfixed .txtsearch:-moz-placeholder { color:#a7a9ac;opacity:1; }
.txtsearch:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.txtsearch:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.txtsearch:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.txtsearch:focus:-moz-placeholder { color:#999;opacity:0; }
.colorwhite::-webkit-input-placeholder { color:#fff;opacity:1; }
.colorwhite::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.colorwhite:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.colorwhite:-moz-placeholder { color:#fff;opacity:1; }
.colorwhite:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.colorwhite:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.colorwhite:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.colorwhite:focus:-moz-placeholder { color:#999;opacity:0; }
.form_input2::-webkit-input-placeholder { color:#666;opacity:1; }
.form_input2::-moz-placeholder { color:#666;opacity:1; } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#666;opacity:1; } /* ie */
input.form_input2:-moz-placeholder { color:#666;opacity:1; }

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

.borderradius3{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.borderradius5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.borderradius10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.borderradius15{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.leftborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.rightborderrad5{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.topborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.bottomborderrad5{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.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;
}
.borderradius25{
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
.borderradius100percent{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.img_div_outer{
	width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
	cursor: pointer;
}
.hoverscale1_05:hover{
	-ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.hoverscale1_1:hover{
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.posrel{
	position:relative;
}
.posrel100{
	position:relative;
	width:100%;
}
.posabs{
	position:absolute;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.displaym, .menudisplaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .displaym600, .displaym640, .displaym775, .displaym800, .displaym850, .displaym950, .displaym1000, .displaym1120{
	display:none;
}
.popupindex{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:-260px;
	left:50%;
	width:710px;
	height:calc(100vh - 210px);
	background:url(images/bg.jpg) repeat;
	color:#333;	
	margin-left:-355px;
	font-size:15px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupindex2{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:calc((50vh - 55px) * -1);
	left:50%;
	width:600px;
	height:calc(100vh - 110px);
	background:#fff;
	color:#333;	
	margin-left:-300px;
	font-size:16px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupheight{
	max-height:400px;
	overflow-y:auto;
}
.framecontactdownload{
	height:calc(100vh - 200px);
}
.popuppad{
	padding:35px 50px;
}
.popuppad2{
	padding:45px 0px;
}
#popup_title{
	font-size:27px;
	font-family: 'DM Sans', 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:1220px;
	padding:0px 20px;
	margin:0px auto;
}
.containernopad{
    min-width:280px;
	max-width:1220px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1000px;
	padding:0px 20px;
	margin:0px auto;
}
.container3{
	min-width:280px;
	max-width:900px;
	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;
}
.marginfit8px{
	margin-left:-8px;
	margin-right:-8px;
}
.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:90px;
	width:100%;
	background:#fff;
	color:#000;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.tableheader td.tdheader{
    vertical-align: middle;
    height:90px;
}
.tableheader td.tdheader1{
    width:205px;
    padding-right:20px;
}
.tableheader td.tdheader2{
    text-align: center;
}
.tableheader td.tdheader3{
    padding-left:20px;
    width:155px;
}
.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:100px;
	}
	.activefixedheader.activeheaderm{
		height:100px;
	}
.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.shadow2{
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}
.headersep{
	height:90px;
}
.headerpad{
	padding-top:44px;
}
.headertop{
	background: #1D334A;
	font-size:13px;
	color:#fff;
	height:30px;
}
	.headertop a{
		color:#fff;
	}
		.headertop a:hover{
			color:#A89060;
		}
	.headertop img{
		max-height:15px;
		margin-right:3px;
		vertical-align:middle;
	}
	.headertoppoint{
		margin-right:20px;
	}
		.headertoppoint:last-child{
			margin-right:0px;
		}
	.menufixed .headertop{
		display:none;
	}
.tableheadertop .tdheadertop{
	vertical-align:middle;
	height:30px;
}
.tableheadertop .tdheadertop1{
}
.tableheadertop .tdheadertop2{
	text-align:right;
}
.tableheadermenu td.tdheadermenu{
	vertical-align:middle;
	height:100px;
}
.tableheadermenu td.tdheadermenu1{
	width:165px;
}
.tableheadermenu td.tdheadermenu2{
	text-align:center;
	padding:0px 20px;
}
.tableheadermenu td.tdheadermenu3{
	text-align:right;
	width:165px;
}
ul.sf-menu .arrow_dd{
	max-height:7px;
	margin-left:8px;
	vertical-align:middle;
}
.logo{
	max-width:165px;
}
ul.sf-menu .menupoint, .menupoint{
    font-family:"Montserrat-SemiBold";
	margin-left:20px;
	margin-right:20px;
    font-size:14px;
    display:inline-block;
    vertical-align: middle;
    color:#000;
    letter-spacing: 0.2px;
    height:90px;
    box-sizing: border-box;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
}
    .menufixed .menupoint{
        color:#000;
    }
    .headerblack .menupoint{
        color:#000;
    }
ul.sf-menu .menupoint:hover, .menupoint:hover , ul.sf-menu .menupointactive{
    border-bottom:4px solid #00C2FF;
}
.lang_t img{
	vertical-align:middle;
}
.lang_t{
	display:inline-block;
	margin-left:3px;
	color:#939598;
	vertical-align:middle;
}
	.lang_t2{
		display:inline-block;
		margin-left:3px;
		color:#fff;
	}
	.lang_t img{
		filter: invert(1);
	}
	.menufixed .lang_t img{
		filter: invert(0);
	}
ul.sf-menu .lang_t_img1{
	margin-right:5px;
	max-height:30px;
}
	ul.sf-menu .lang_t_img1m{
		width:30px;
		margin-right:5px;
	}
ul.sf-menu .lang_t_img2{
	margin-left:2px;
}
ul.sf-menu .lang_t_t1{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	color:#fff;
}
	.menufixed ul.sf-menu .lang_t_t1{
		color:#000;
	}
ul.sf-menu .headerddmenu{
    font-family:"Montserrat-SemiBold";
	width:230px;
	height:37px;
	background:#fff;
	border-bottom:0px solid #bbb;
	text-align:left;
	padding:0px 35px 0px 25px;
	color:#333;
	font-size:13px;
	font-weight:normal;
}
	ul.sf-menu .headerddmenu:hover{
		color:#026298;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
		height:37px;
	}
ul.sf-menu .menupop{
    padding-top:0px;
}
ul.sf-menu .menupopin{
    background:#fff;
    padding:10px 0px 10px 0px;
}
ul.sf-menu .menupoplang{
	padding-top:8px;
}
ul.sf-menu .menupoppad{
	padding-top:42px;
	padding-left:15px;
}
.logo img{
	max-height:40px;
}
.logo_f img{
	max-height:40px;
}
.logo_f{
	display:none;
}
	.menufixed .logo_d{
		display:none;
	}
	.menufixed .logo_f{
		display:block;
	}
.headersocmed{
	display:inline-block;
	vertical-align:middle;
}	
	.headersocmed img{
		margin-right:10px;
		vertical-align:middle;
	}
	.headersocmed a.a_headersocmed:last-child img{
		margin-right:0px;
	}
	.menufixed .a_headersocmed img{
		filter: invert(1);
	}
.headercontactbtn{
	width: 100%;
	height: 56px;
	border-radius: 5px;
	border: 0px;
	background:#244AB2;
  
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	text-align:center;
}
.headercontactbtn img{
	vertical-align:middle;
}
.headercontactbtntext{
	font-size:16px;
	margin-left:12px;
	vertical-align:middle;
}
	.headercontactbtn:hover{
		background:#2b59d7;
		color:#fff;
	}
	.menufixed .headercontactbtn{
		background-image: linear-gradient(to top, #2158ba, #12a7de);
	}
.searchinlineblock{
	display:inline-block;
	vertical-align:middle;
}
.tdheader3getinq{
	margin-right:22px;
}
	.tdheader3getinq a{
		text-decoration:underline;
	}
.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%;
    padding:0px 30px 0px 15px;
	border:0px;
	height:47px;
    box-sizing:border-box;
	background: #00C2FF;
	color:#fff;
	cursor:pointer;
    font-family: "Montserrat-SemiBold";
    font-size:14px;
    vertical-align: middle;
}
	.headerbtn:hover{
		background:#000;
        padding-left:20px;
        
	}
.headerbtn img{
    vertical-align: middle;
    margin-right:25px;
    max-height: 19px;
}
.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{
		font-size:35px;
		line-height:45px;
		font-weight:bold;
	}
.page_title1, .pagetitle1{
		font-size:27px;
		line-height:37px;
		font-weight:bold;
	}
.page_title2, .pagetitle2{
	font-size:28px;
	line-height:38px;
}
	.page_title2b, .pagetitle2b{
		font-size:28px;
		line-height:38px;
		font-weight:bold;
	}
	.page_title2l, .pagetitle2l{
		font-size:28px;
		line-height:38px;
	}
.page_title3, .pagetitle3{
	font-size:25px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b{
		font-size:25px;
		line-height:35px;
		font-weight:bold;
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-weight:bold;
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:30px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:30px;
		font-weight:bold;
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:22px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:22px;
		font-weight:bold;
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:23px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:23px;
		font-weight:bold;
	}
	.page_title7l, .pagetitle7l{
		font-size:18px;
		line-height:23px;
	}
.page_title8, .pagetitle8{
	font-size:40px;
}
.page_title9, .pagetitle9{
	font-size:16px;
	line-height:31px;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:31px;
		font-weight:bold;
	}
.page_title10, .pagetitle10{
	font-size:70px;
	line-height:80px;
}
	.page_title10b, .pagetitle10b{
		font-size:70px;
		line-height:80px;
		font-weight:bold;
	}
.page_title11, .pagetitle11{
	font-size:42px;
	line-height:52px;
}
	.page_title11b, .pagetitle11b{
		font-size:42px;
		line-height:52px;
		font-weight:bold;
	}
.page_title12, .pagetitle12{
	font-size:50px;
	line-height:60px;
}
	.page_title12b, .pagetitle12b{
		font-size:50px;
		line-height:60px;
		font-weight:bold;
	}
.page_description1, .pagedescription1{
	font-size:15px;
	line-height:22px;
}
	.page_description1 ul, .pagedescription1 ul{
		margin-left:0px;
	}
	.page_description1 ol, .pagedescription1 ol{
		margin-left:0px;
	}
	.page_description1 li, .pagedescription1 li{
		margin-left:20px;
	}
	.pagedescription1 b, .pagedescription1 strong, .page_description1 b, .page_description1 strong{
		font-weight:bold;
	}
.page_description2, .pagedescription2{
	font-size:14px;
	line-height:28px;
}
	.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;
	}
	.paged
.page_description3, .pagedescription3{
	font-size:13px;
	line-height:18px;
}
    .page_description3 ul, .pagedescription3 ul{
		margin-left:0px;
	}
	.page_description3 ol, .pagedescription3 ol{
		margin-left:0px;
	}
	.page_description3 li, .pagedescription3 li{
		margin-left:20px;
	}
.btn1{
	display:inline-block;
	width:100%;
	border:0px;
	height:55px;
	background: #000;
	font-size:15px;
	color:#fff;
	cursor:pointer;
	padding:0px 20px;
	box-sizing:border-box;
}
	.btn1:hover{
		border-color:#333;
		background-color:#333;
		color:#fff;
	}
	.btn1b{
		height:54px;
	}
	.btn1c{
		background: #A89060;
	}
	.btn1widthauto{
		width:auto;
	}
	.btn1ml15{
		margin-left:15px;
	}
.btn2{
	width:auto;
	padding:0px 30px;
	
	border:0px;
	height:46px;
	background: #F8C950;
	border: 0px solid #DADADA;
	box-sizing: border-box;
	color: #000;
	cursor:pointer;font-weight: bold;
}
	.btn2:hover{
		border-color:#000;
		background-color:#000;
		color:#fff;
	}
	.btn2b{
		background: #A89060;
		color:#fff;
		border:0px;
	}
	.btn2c{
		height:49px;
	}
	.btn2width100{
		width:100%;
	}
.btn3{
	display:inline-block;
	width:auto;
	padding:0px 20px;
	height:45px;
	background:none;
	border: 1px solid #FFFFFF;
	box-sizing:border-box;
	cursor:pointer;
	color:#fff;
	font-size:14px;
}
	.btn3:hover{
		background-color:#fff;
		color:#000;
	}
	.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;
}
.padbot85{
	padding-bottom:85px;
}
.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: #f5f5f5;
}
.colorblack{
	color:#000;
}
.colorwhite{
	color:#fff;
}
	a.colorwhite{
		color:#fff;
	}
	a.colorwhite:hover{
		color:#ccc;
	}
.colorwhite05{
	color:rgba(255,255,255,0.5);
}
.colororange{
	color:#d5520b;
}
.colorred{
	color: #F40925;
}
.colorgreen{
	color:#01CF71;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#026298;
}
.colorgrey{
	color:#939598;
}
.colorgold{
	color: #A89060;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth195{
	max-width:195px;
}
.maxwidth285{
	max-width:285px;
}
.maxwidth350{
	max-width:350px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth540{
	max-width:540px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.maxwidth935{
	max-width:935px;
}
.heightsep1{
	height:100px;
}
.line1{
    display:inline-block;
    vertical-align: middle;
	width: 60px;
	height: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.line2{
	 display:inline-block;
    vertical-align: middle;
	width: 60px;
	height: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.line3{
	height:0px;
	width:100px;
    border-bottom: 2px solid #00C2FF;
}
.minheight70{
	min-height:70px;
}
.minheight90{
	min-height:90px;
}
.minheight110{
	min-height:110px;
}
.minheight135{
	min-height:135px;
}
.minheight205{
	min-height:205px;
}
.opacity05{
    opacity:0.5;
}
.opacity08{
    opacity:0.8;
}
.fontmontserratsemibold{
    font-family: "Montserrat-SemiBold";
}
.fontmontserratbold{
    font-family: "Montserrat-Bold";
}


.customPrevBtn{
	position:relative;
	top:8.5vw;
	z-index:1000;
	left:-15px;
	opacity:1;
	cursor:pointer;
    max-height: 50px;
}
.customNextBtn{
	position:relative;
	top:8.5vw;
	z-index:1001;
	right:-15px;
	opacity:1;
	cursor:pointer;
    max-height: 50px;
}
.customPrevBtn:hover, .customNextBtn:hover{
	opacity:1;
}

.homepart1{
    color:#fff;
    height:48vw;
}
.homepart1a{
	position:relative;
	z-index:1;
    padding-bottom:80px;
    margin-top:-50px;
}
.tablehomepart1a td.tdhomepart1a1{
	width:50%;
    border-right:1px solid rgba(255, 255, 255, 0.5);
}
.tablehomepart1a td.tdhomepart1a1:last-child{
    border-right:0px;
}
.homepart1a_point{
	padding:15px 70px 15px 45px;
	height:70px;
    background-size:auto 13px;
	color:#fff;
}
	.homepart1a_point a{
		color:#fff;
	}
.homepart1a_point:hover{
    background-size:auto 13px;
}
.homepart1a_point2{
	padding:25px 30px;
	height:55px;
	background: #8FC920;
	color:#fff;
}
.homepart1a_img{
	display:inline-block;
	vertical-align:middle;
	width:45px;
	padding-right:40px;
}
	.homepart1a_img img{
		max-width:100%;
		max-height:35px;
	}
.homepart1a_img2{
	width:25px;
	display:inline-block;
	vertical-align:middle;
	padding-left:15px;
}
	.homepart1a_img2 img{
		max-width:25px;
	}
.homepart1a_txt{
	width:calc(100% - 85px);
	display:inline-block;
	vertical-align:middle;
    font-family: "Montserrat-SemiBold";
}
.homepart1a_txt2{
	width:calc(100% - 40px);
	display:inline-block;
	vertical-align:middle;
}
.homepart1a_bg{
    background: #026298;
}
.homepart2{
    padding-bottom:100px;
}
.hp2head{
    padding-bottom: 15px;
}
.tablehp2 td.tdhp2{
    vertical-align: top;
    
}
.tablehp2 td.tdhp2_1{
    width:300px;
    padding-right:30px;
}
.tablehp2 td.tdhp2_2{
    
}
.tdhp2_1_t1{
    margin-left:10px;
}
.hp2hpoint{
    vertical-align: top;
    display:inline-block;
    width:auto;
    max-width: 150px;
    padding-right:50px;
    padding-bottom:30px;
    white-space: normal;
}
.hp2hpoint a{
    opacity:0.5;
}
.hp2hpoint a:hover, .hp2hpoint a.a_active{
    opacity:1;
    color:#026298;
}
.hp2hpoint:last-child{
    padding-right:0px;
}
.sliderPad{
    padding-left:20px;
    padding-right:20px;
}
.prodimg{
    padding-bottom:75%;
}
.prodarrowmoredivposrel{
    position:relative;
    top:-30px;
}
.prodarrowmorediv{
    text-align: right;
}
.prodmorebtn{
    height:60px;
    margin-right:30px;
    background: #fff;
    display:inline-block;
    width:auto;padding-left:20px;
    padding-right:30px;
    color:#000;
    vertical-align: middle;
}
.prodmorebtn:hover{
    background: #00C2FF;
    color:#fff;
}
.prodmorebtn img{
    vertical-align: middle;
    max-height:13px;
    display:inline-block !important;
    margin-left:20px;
}
.prodmorebtn:hover img{
    filter:brightness(-100%) invert(1);
}
.homepart3{
    padding-top:120px;
    padding-bottom:120px;
    color:#fff;
}
.tablehp3 td.tdhp3{
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
}
.tablehp3 td.tdhp3_1{
    padding-right:50px;
    
}
.tablehp3 td.tdhp3_2{
    padding-left:145px;
}
.tdhp3_1_t1{
    margin-left:10px;
}
.hp3btn{
    width:140px;
    height:140px;
    background: #00C2FF;
    color:#fff;
    text-align: center;
}
.hp3btn:hover{
    background:#000;
}
.hp3btnposrel{
    position:relative;
    top:-70px;
    left:-70px;
}
.homepart4{
    padding-top:110px;
    padding-bottom:150px;
    background: #FAFAFA;
}
.sliderPad2{
    padding:0px 25px;
}
.tablehp4 td.tdhp4{
    vertical-align: middle;
}
.tablehp4 td.tdhp4_1{
    width:20vw;
}
.tablehp4 td.tdhp4_1b{
    width:250px;
}
.tablehp4 td.tdhp4_2{
    
}
.tablehp4 td.tdhp4_2a{
    vertical-align: top;
}
.tablehp4 td.tdhp4_2b{
    height:80px;
    border-top: 1px solid #E9E9EA;
}
.tablehp4 td.tdhp4_2b2{
    height:60px;
    border-top: 1px solid #E9E9EA;
}
.tdhp4_2a_pad{
    padding:30px;
    min-height: 180px;
}
.tdhp4_2a_padb{
    padding:25px;
}
.hp4_1imgdiv{
    height:20vw;
}
.hp4_1imgdivb{
    height:250px;
}
.newshpoint{
    background:#fff;
}
.hp4b_l img{
    max-height: 50px;
    margin-right:20px;
    display:inline-block !important;
    vertical-align: middle;
}
.hp4b_l{
    width:calc(100% - 80px);
    padding:0px 30px;
    
    box-sizing: border-box;
    display:inline-block;
    vertical-align: middle;
    
}
    .hp4b_l_b{
        padding:0px 25px;

    }
    .hp4b_l_b img{
        max-height: 43px;
        margin-right:15px;
    }
.hp4b_l_txt{
    display:inline-block;
    vertical-align: middle;
    font-family: "Montserrat-Semibold";
}
.hp4b_r{
    display:inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width:80px;
    text-align: center;
    height:80px;
    border-left: 1px solid #E9E9EA;
}
.hp4b_r_b{
    height:65px;
}
.hp4b_r_more{
    max-height:10px;
    display:inline-block !important;
    padding-right:5px;
    
}
.homepart5{
    
}
.tablehp5 td.tdhp5{
    vertical-align: middle;
    width:50%;
    box-sizing:border-box;
}
.tablehp5 td.tdhp5_1{
    
}
.tablehp5 td.tdhp5_2{
    
}
.tdhp5_2pad{
    padding:40px 65px;
}
.tablecontact td.tdcontactnopadtd{
	width:50%;
}
.tdcontactsepdiv{
	width:20px;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
	background: #F9F9F9;
    border: 1px solid #E5E5E5;
	width:calc(100% - 40px);
	padding:0px 20px;
	height:47px;
	font-size:14px;
	color:#000;
	
}
select.form_select{
	width:calc(100% - 0px);
	padding:0px 20px;
	height:45px;
	font-size:14px;
	color:#333;
	background: #F9F9F9;
    border: 1px solid #E5E5E5;
}
.input_box2{
	padding-bottom:19px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:1px solid #d1d3d4;
		width:calc(100% - 0px);
		padding:0px 20px;
		height:45px;
		font-size:13px;
		color:#333;
		background:#fff;
	}
	.input_box2b{
		padding-bottom:20px;
	}
.input_box2b textarea.message_box{
    height:90px;
    padding-top:12px;
    padding-bottom:12px;
}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:55px;
	width:100%;
	background: #23A6F0;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
}
input.submit_btn:hover{
	background-color:#333;
	
    
}
.hp5iframevideo{
    height:850px;
}
.footercontactpart{
    background: #FAFAFA;
    padding:40px 0px;
}
.tablefoco td.tdfoco{
    vertical-align: middle;
}
.tablefoco td.tdfoco1{
    padding-right:50px;
}
.tablefoco td.tdfoco2{
    width:205px;
}
.wa_btn{
    background: #2DC071;
    height:55px;
    color:#fff;
    font-size:14px;
    text-align: center;
}
.wa_btn img{
    max-height: 24px;
    vertical-align: middle;
    margin-left:10px;
}
.wa_btn:hover{
    background:#000;
}
.webfooterpart1{
    padding-top:75px;
    padding-bottom:65px;
    background: #002C44;
    color:#fff;
}
.tablefooter td.tdfooter{
    vertical-align: top;
    width:25%;
    padding-right:25px;
}
.tablefooter td.tdfooter1{
    
}
.tablefooter td.tdfooter2{
    
}
.tablefooter td.tdfooter3{
}
.tablefooter td.tdfooter4{
    
}
.mapbtn{
    height:40px;
    background:#fff;
    color:#000;
    padding-left:15px;
    padding-right:30px;
    display:inline-block;
    width:auto;
}
.mapbtn img{
    vertical-align: middle;
    max-height: 18px;
    margin-right:8px;
}
.footerht{
    padding-bottom:20px;
    font-size:16px;
    font-weight: bold;
}
.footerpoint{
    padding-bottom:20px;
    font-size:16px;
    font-weight: normal;
}
.webfooterpart1 a{
    color:#fff;
}
.fcontact_point{
    padding-bottom: 25px;
}
.fcontact_img{
    display:inline-block;
    width:40px;
    padding-right:10px;
    vertical-align: top;
}
.fcontact_txt{
    display:inline-block;
    width:calc(100% - 50px);
    vertical-align:middle;
}
.fcontact_img img{
    max-height:23px;
    max-width:23px;
}
.copyright{
    margin-top:60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top:40px;
}
.tablecopyright td.tdcopyright{
    vertical-align: middle;
}
.tablecopyright td.tdcopyright1{
    padding-right:30px;
}
.tablecopyright td.tdcopyright2{
    text-align: right;
}
.fsocmed_point{
    display:inline-block;
    vertical-align: middle;
    margin-left:20px;
}
.fsocmed_point:first-child{
    margin-left:0px;
}
.fsocmed_point img{
    max-height:23px;
    max-width: 23px;
}
.pageheaderimg{
    height:440px;
    color:#fff;
}
.pageheaderimgpad{
    padding:20px 0px 50px 0px;
}
.pagemaincontent{
    padding-top:45px;
    padding-bottom:100px;
}
.pagemaincontent2{
    padding-top:140px;
    padding-bottom:140px;
}
.pagemaincontent2b{
    padding-top:95px;
    padding-bottom:120px;
}
.pagemaincontent2c{
    padding-bottom:100px;
}
.aboutpart1{
    text-align: center;
}
.pagenavpart{
    background:#f5f5f5;
    height:110px;
}
.menucategoryopt{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list_menu_part{
	position:relative;
	z-index:1;
	background:none;
    list-style: none;
	
	margin-top:0px;
	height:110px;
	/*padding-bottom:17px;*/
	white-space:nowrap;
	overflow-x:auto;
	overflow-y:hidden;
	background: none;
	/*box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);*/
	border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}
.list_menu_part2{
	position:relative;
	z-index:1;
	background:none;
    list-style: none;
	font-weight:normal;
	
	height:60px;
	/*padding-bottom:17px;*/
	white-space:nowrap;
	overflow-x:auto;
	overflow-y:hidden;
}
.list_menu_point{
	-webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    flex-flow: row wrap;
	text-align:center;
	cursor:pointer;
	height:60px;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	padding:0px 30px;
	display:inline-block;
	width:auto;
	color:#000;
}
	.list_menu_point:hover, .list_menu_pointactive{
		border-bottom:3px solid #000;
	}
	.a_list_menu_point:first-child .list_menu_point{
		padding-left:0px;
	}
	.a_list_menu_point:last-child .list_menu_point{
		/*padding-right:0px;*/
	}
.list_menu_pointb{
	-webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    flex-flow: row wrap;
	text-align:center;
	cursor:pointer;
	height:110px;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	margin:0px 20px;
	display:inline-block;
    vertical-align: middle;
	width:auto;
	color:#000;
    max-width:170px;
    white-space: normal;
    text-align: left;
}
	.list_menu_pointb:hover, .list_menu_pointbactive{
		border-bottom:3px solid #026298;
	}
	.a_list_menu_pointb:first-child .list_menu_pointb{
		margin-left:0px;
	}
	.a_list_menu_pointb:last-child .list_menu_pointb{
		/*margin-right:0px;*/
	}
.padhor20{
    padding:0px 20px;
}
.newscol2{
    display:inline-block;
    width:50%;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom:40px;
}
.tableno td.tdno{
    vertical-align: middle;
}
.tableno td.tdno1{
    width:50px;
    padding-right:50px;
}
.tableno td.tdno2{
    
}
.tdno2line{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hp6pointb{
    box-sizing: border-box;
    background: #F5F5F5;
}
.tablehp6 td.tdhp6{
    vertical-align: middle;
}
.tablehp6 td.tdhp6_1{
    width:50%;
    padding:30px 35px;
    padding-left: calc(50vw - 640px);
    box-sizing:border-box; 
}
.tdhp6_1_pl{
    padding-left:20px;
}
.tablehp6 td.tdhp6_2{
    vertical-align: bottom;
}
.tdhp6_2pad{
    padding:25px 50px;
}
.hp6btn{
    box-sizing: border-box;
    padding:0px;
    margin-bottom:20px;
}
.hp6btn:hover{
    background:#f5f5f5;
}
.hp6btn_1{
    display:inline-block;
    vertical-align: top;
    width:30px;
    padding-right:15px;
}
.hp6btn_1 img{
    width:auto !important;
    max-width:22px;
    max-height:22px;
}
.hp6btn_2{
    display:inline-block;
    vertical-align: middle;
    width:calc(100% - 45px);
}
.a_hp6btn:last-child .hp6btn{
    margin-bottom:0px;
}
.contactpart1{
    padding-top:50px;
    padding-bottom:80px;
}
.areapoint2{
	border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom:25px;
}
.areadtitle2{
	color:#000;
	cursor:pointer;
    padding-left:35px;
	
	background-color:#fff;
	/*border-bottom:1px solid #ebecec;*/
	height:70px;
	-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;
	
}
.areadtitle2:hover{
	
	
	color:#666;
}
.areadetail2{
	display:none;
	line-height:30px;
	padding-top:10px;
	padding-bottom:40px;
    padding-left:35px;
    padding-right:35px;
	background-color:#fff;
	color:#000;
    border-top:0px solid  #eee;
}
.areadetail2 a{
    color: #00C2FF;
}
.areadetail2 a:hover{
    text-decoration: underline;
}
.productpoint{
	padding-bottom:45px;
	
}
.productpointin{
	display:inline-block;
	width:50%;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
	vertical-align:middle;
}
.catimg{
	padding-bottom:75%;
}
.producticonimg img{
	max-width:43px;
}
.productpointlpad{
	padding-left:50px;
}
.productpointrpad{
	padding-right:50px;
}
.prodpoint{
	display:inline-block;
	width:25%;
	box-sizing:border-box;
	vertical-align:top;
	padding:0px 10px 30px 10px;
	text-align:center;
}
.prodimg{
	padding-bottom:100%;
}
.tableproductcsh td.tdproductcsh{
    vertical-align: top;
}
.tableproductcsh td.tdproductcsh1{
    
}
.tableproductcsh td.tdproductcsh2{
    vertical-align: middle;
    text-align: right;
    
}
.tableproductcs td.tdproductcs{
    vertical-align: top;
}
.tableproductcs td.tdproductcs1{
    width:290px;
    padding-right:80px;
}
.tableproductcs td.tdproductcs2{
    
}
.tdproductcsh2 img{
    max-height:50px;
    vertical-align: middle;
    margin-left:12px;
}
.sidebarpoint{
    height:80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebarpoint:hover, .sidebarpointactive{
    color:#00C2FF;
}
.productvideoiframe{
    max-height:420px;
    height:34vw;
}
.pdownloadbtn{
    font-size:15px;
    height:60px;
    background: #00C2FF;
    width:auto;
    display:inline-block;
    padding:0px 30px 0px 20px;
    color:#fff;
    cursor: pointer;
    margin-right:20px;
    vertical-align: middle;
}
.pdownloadbtn:hover{
    background:#000;
}
.pdownloadbtn img{
    max-height:23px;
    vertical-align: middle;
    margin-right:30px;
}
/*.homepart3body{
    display:none;
}*/
.socmed_point{
    display:inline-block;
    vertical-align: middle;
    margin-right:15px;
    
}
.socmed_point img{
    filter : invert(1);
    max-height: 25px;
}
.sidebarselect{
    background:#fff;
    border:1px solid #999;
    color:#000;
    cursor: pointer;
    height:50px;
    width:100%;
    padding:0px 20px;
    font-family: "Montserrat-SemiBold";
}
.youtubeembediframe{
    height:50vw;
    max-height:500px;
}