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

/*@font-face {
	font-family: "Verdana";
	src: url(font/verdana.ttf);
}
@font-face {
	font-weight:bold;
	src: url(font/verdana-bold.ttf);
}*/
/*@font-face {
	font-family: "Verdana-Semibold";
	src: url(font/Verdana-SemiBold.otf);
}*/

html{
	height:100%;
	width:100%;
	scroll-behavior: smooth;
}
body{
	font-family: "IBM Plex Sans", sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	color:#000;
	padding:0px;
	overflow-y:scroll;
}
input, textarea{
	font-family: "IBM Plex 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:#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;
}
b,strong{
    font-weight:bold;
}
.fontmedium{
    font-weight: 500;
}
.fontsemibold{
    font-weight: 600;
}
.fontextrabold{
    font-weight: 800;
}
.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:#fff;opacity:1; }
.form_input2::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.form_input2:-moz-placeholder { color:#fff;opacity:1; }
.form_input2b::-webkit-input-placeholder { color:#000;opacity:1; }
.form_input2b::-moz-placeholder { color:#000;opacity:1; } /* firefox 19+ */
.form_input2b:-ms-input-placeholder { color:#000;opacity:1; } /* ie */
input.form_input2b:-moz-placeholder { color:#000;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;
}
.topborderrad10{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.bottomborderrad10{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius5left{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius:5px;
}
.borderradius5right{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}


.borderradius10top{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.borderradius10bottom{
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius10left{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10right{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius15top{
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.borderradius15topleft{
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}
.borderradius15topright{
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}
.borderradius15bottomleft{
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.borderradius15bottomright{
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}
.borderradius10bottomleft{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10bottomright{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius20{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.borderradius25{
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
.borderradius30{
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
.borderradius100percent{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.img_div_outer{
	width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
	cursor: pointer;
}
.hoverscale1_05:hover{
	-ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.hoverscale1_1:hover{
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.posrel{
	position:relative;
}
.posrel100{
	position:relative;
	width:100%;
}
.posabs{
	position:absolute;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.displaym, .menudisplaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .displaym600, .displaym640, .displaym775, .displaym800, .displaym850, .displaym1000, .displaym1120{
	display:none;
}
.popupindex{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:-260px;
	left:50%;
	width:800px;
	height:500px;
	background:#fff;
	color:#000;	
	margin-left:-400px;
	font-size:15px;
	text-align:left;
	display:none;
}
.popupindex2{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:calc((50vh - 100px) * -1);
	left:50%;
	width:500px;
	height:calc(100vh - 310px);
	background:#fff;
	color:#333;	
	margin-left:-250px;
	font-size:15px;
	text-align:left;
	display:none;
        /*display:block;*/
}
.popupindex2b{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:calc((50vh - 190px) * -1);
	left:50%;
	width:500px;
	height:420px;
	background:#fff;
	color:#333;	
	margin-left:-250px;
	font-size:15px;
	text-align:left;
	display:none;
        /*display:block;*/
}

.closebtnpos{
	max-height:30px;
}
.popupheight{
	max-height:400px;
	overflow-y:auto;
}
.framecontactdownload{
	height:calc(100vh - 300px);
    background:#fff;
}
.framecontactdownloadb{
	height:350px;
    background:#fff;
}
.popuppad{
	padding:20px;
}
.popuppad2{
	padding:45px 0px;
}
#popup_title{
	font-size:27px;
	font-family: "IBM Plex 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:10px;
	text-align:right;
}
.popup_closediv img{
	cursor:pointer;
}
#menuslidebackpart,#menuslidebackpart2,#menuslidebackpart_qb,#menuslidebackpart_qb2,#menuslidebackpart3{
	position:fixed;	
	z-index:10010;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	display:none;
}
.container{
	min-width:280px;
	max-width:1245px;
	padding:0px 20px;
	margin:0px auto;
}
.containernopad{
	min-width:280px;
	max-width:1260px;
	padding:0px 0px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:925px;
	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, .containerpad{
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.containerpadding35{
	margin:0px auto;
	padding-left:35px;
	padding-right:35px;
}
.marginfit5px{
	margin-left:-5px;
	margin-right:-5px;
}
.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:125px;
	width:100%;
	background:#fff;
	color:#000;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
    font-size:15px;
    
}
.activefixedheader{
	height:140px;
}
	.header.menufixed{
		background:rgba(255,255,255,1);
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
		position:fixed;
		z-index:10000;
	}
	.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:125px;
}
.headerpad{
	padding-top:44px;
}
.headertop{
	background: #000;
	color:#fff;
	height:50px;
	text-align: center;
	padding:0px 20px;
}
	.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;
	}
.tableheader .tdheader{
    vertical-align: middle;
    height:75px;
}
.tableheader .tdheader1{
    width:200px;
	padding-right:20px;
}
.tableheader .tdheader2{
	text-align: center;
}
.tableheader .tdheader3{
    padding-left:30px;
    width:200px;
    text-align: right;
}
.tableheadertop .tdheadertop{
	vertical-align:middle;
	height:30px;
}
.tableheadertop .tdheadertop1{
}
.tableheadertop .tdheadertop2{
	text-align:right;
}
.tableheadermenu td.tdheadermenu{
	vertical-align:middle;
	height:100px;
}
.tableheadermenu td.tdheadermenu1{
	width:165px;
}
.tableheadermenu td.tdheadermenu2{
	text-align:center;
	padding:0px 20px;
}
.tableheadermenu td.tdheadermenu3{
	text-align:right;
	width:165px;
}
ul.sf-menu .arrow_dd, .arrow_dd{
	max-height:7px;
	margin-left:8px;
	vertical-align:middle;
}
.logo{
	/*max-width:165px;*/
    display: block;
    vertical-align: middle;
    margin-right:0px;;
}
.logopad{
}
.logo2{
    max-width: 102px;
    
}
.headerlogo{
    max-width:120px;
}
/*.menufixed .logo{
    display:none;
}
.menufixed .logo2{
    display:block;
}*/
ul.sf-menu .menupoint, .menupoint{
	margin:0px 10px;
	display:inline-block;
	vertical-align: middle;
	height:70px;
}
ul.sf-menu .menupoint:hover, .menupoint:hover, ul.sf-menu .menupointactive, .menupointactive {
    /*border-bottom:4px solid #20A5DE;*/
    color:#000;
}
.header a{
    color:#fff;
}
.header a:hover{
    color:#000;
}
.header.menufixed a{
    color:#000;
}
.lang_t img{
	vertical-align:middle;
}
.lang_t{
	display:inline-block;
	margin-left:3px;
	color:#939598;
	vertical-align:middle;
}
	.lang_t2{
		display:inline-block;
		margin-left:3px;
		color:#fff;
	}
	.lang_t img{
		filter: invert(1);
	}
	.menufixed .lang_t img{
		filter: invert(0);
	}
ul.sf-menu .lang_t_img1{
	margin-right:5px;
	max-height:30px;
}
	ul.sf-menu .lang_t_img1m{
		width:30px;
		margin-right:5px;
	}
ul.sf-menu .lang_t_img2{
	margin-left:2px;
}
ul.sf-menu .lang_t_t1{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	color:#fff;
}
	.menufixed ul.sf-menu .lang_t_t1{
		color:#000;
	}
ul.sf-menu .headerddmenu{
	width:150px;
	height:42px;
	background:url('images/arrow_dd.png') no-repeat right 15px center #fff;
	background-size:5px auto;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);;
	text-align:left;
	padding:0px 20px;
	color:#000;
}
	ul.sf-menu .headerddmenu:hover{
		color:#000;
	}
.menupop {
	width:250px;
	background:#fff;
	white-space: normal;
	text-align: left;
}
ul.sf-menu .headerddmenu4{
	width:150px;
	height:42px;
	background:#fff;
	background-size:5px auto;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);;
	text-align:left;
	padding:0px 20px;
	color:#000;
}
	ul.sf-menu .headerddmenu4:hover{
		color:#000;
	}
	ul.sf-menu .headerddmenu2{
		width:150px;
		height:42px;
		padding:0px 20px;
		text-align: left;
	}
	ul.sf-menu .headerddmenu3{
		display:inline-block;
		width:100%;
		height:42px;
		padding:0px 20px;
		text-align: left;
		box-sizing: border-box;
		white-space: normal !important;
		line-height: normal;
		background:#fff;
	}
ul.sf-menu .menupoplang{
	padding-top:8px;
}
ul.sf-menu .menupoppad{
	padding-top:32px;
	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{
		
		vertical-align:middle;
	}
	.headersocmed a.a_headersocmed:last-child img{
		margin-right:0px;
	}
	.menufixed .a_headersocmed img{
		filter: invert(1);
	}
.headercontactbtn{
	width: 100%;
	height: 56px;
	border-radius: 5px;
	border: 0px;
	background:#244AB2;
  
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	text-align:center;
}
.headercontactbtn img{
	vertical-align:middle;
}
.headercontactbtntext{
	font-size:16px;
	margin-left:12px;
	vertical-align:middle;
}
	.headercontactbtn:hover{
		background:#2b59d7;
		color:#fff;
	}
	.menufixed .headercontactbtn{
		background-image: linear-gradient(to top, #2158ba, #12a7de);
	}
.searchinlineblock{
	display:inline-block;
	vertical-align:middle;
}
.tdheader3getinq{
	margin-right:22px;
}
	.tdheader3getinq a{
		text-decoration:underline;
	}
.searchinlineblocksearch{
	margin-left:25px;
}
.searchbtn{
	position:relative;
	vertical-align:middle;
	cursor: pointer;
    border:0px;
    cursor: pointer;
    color:#fff;
	display:inline-block;
	vertical-align: middle;
}
.headercarticon{
    max-height:19px;
    margin-right:15px;
    vertical-align: middle;
}
.headercarttext{
    display:inline-block;
    vertical-align: middle;
    
}
.headerbtn{
    display:inline-block;
	width:auto;
	padding:0px 20px;
	border:0px;
	height:45px;
	background: #000;
	color:#fff;
    border: 0px;
	cursor:pointer;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}
	.headerbtn:hover{
		background: #333;
	}
.headerbtn2{
    display:inline-block;
	width:100%;
	padding:0px 20px;
	border:0px;
	height:45px;
	background: #000;
	color:#fff;
    border: 0px;
	cursor:pointer;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}
	.headerbtn2:hover{
		background: #333;
	}
.menufixed .headerbtn{
    border: 2px solid #000;
    color:#000;
}
.headerbtn img{
    max-height: 22px;
    vertical-align: middle;
    margin-right:15px;
}
.menufixed .headerbtn img{
    filter: invert(1);
}
    .menufixed .headerbtn:hover{
		background: #eee;
	}
.headerbtn_ml{
	margin-right:30px;
}

.btnsearch{
	width: 120px;
	height: 45px;
	background: #666;
	color:#fff;
	font-size:13px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	border:0px;
}
	.btnsearch:hover{
		background:#2b59d7;
	}
.headeroption{
	border-top:0px solid #eee;
	border-bottom:0px solid #eee;
	display:none;
	background:none;
}
.headeroptiontd{
	width:307px;
	padding-right:40px;
}
.headeroptionpoint{
	font-size:13px;
	padding:12px 0px;
	border-bottom:1px solid #d1d3d4;
	color:#fff;
}
.headeroptionpoint:hover{
	background:#f1f2f2;
	padding-left:10px;
}
.header_search_box{
	width:250px;
	background:url(images/search.png) no-repeat left 16px center #f5f5f5;
    background-size:auto 15px;
	border: 0px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;

	padding:5px 5px 5px 45px;
	height:45px;
	display:inline-block;
    
	vertical-align:top;
    
    
}
	.header_search_box_subscribe{
		background:#fff;
	}
.search_input{
	width:calc(100% - 10px);
	padding:0px;
	height:35px;
	border:0px;
	background:#f5f5f5;
	font-size:15px;
	color:#000;
}
	.search_inputm{
		width:calc(100% - 35px);
	}
.search_img{
	position:relative;
	top:8px;
}
	.search_img_m{
		position:relative;
		top:3px;
	}
.headersearchbtn{
    height:70px;
    background: #FFCB05;
    width:70px;
    color:#fff;
    text-align: center;
    cursor: pointer;
}
.headersearchbtn img{
    max-height:21px;
}

.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:18px;
	line-height:28px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:28px;
		font-weight:bold;
	}
	.page_title7l, .pagetitle7l{
		font-size:18px;
		line-height:23px;
	}
.page_title8, .pagetitle8{
	font-size:40px;
}
.page_title9, .pagetitle9{
	font-size:16px;
	line-height:31px;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:31px;
		font-weight:bold;
	}
.page_description1, .pagedescription1{
	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;
    }
    .page_description1 img, .pagedescription1 img{
        max-width: 100%;
        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_description3, .pagedescription3{
	font-size:11px;
	line-height:18px;
}
.btn1{
	display:inline-block;
	width:100%;
	border:0px;
	
	background:#d8f74b;
	border:none;
	cursor: pointer;
	height:55px;
	padding:0px 20px;

	font-size:15px;
	color:#000;
	box-sizing:border-box;
    text-align: center;
}
	.btn1:hover{
		border-color:#000 ;
		background:#000;
		color:#fff;
	}
	.btn1b{
        width:auto;
		padding:0px 40px;
        vertical-align: middle;
	}
	.btn1c{
        font-weight: bold;
	}
	.btn1widthauto{
		width:auto;
	}
	.btn1ml15{
		margin-left:15px;
    }
.btn2{
	display:inline-block;
	width:100%;
	border:0px;
	height:46px;
	background: #F58697;
	font-size:15px;
	color:#fff;
	cursor:pointer;
	padding:0px 30px;
	box-sizing:border-box;
    text-align: center;
}
	.btn2:hover{
		border-color:#000;
		background-color:#000;
		color:#fff;
	}
	.btn2b{
		width:auto;
        min-width: 170px;
        vertical-align: middle;
	}
	.btn2c{
		height:49px;
	}
	.btn2width100{
		width:100%;
	}
.btn3{
	display:inline-block;
	width:auto;
    min-width: 185px;
	padding:0px 20px;
	height:46px;
	background: #2F455C;
	border: 0px solid #FFFFFF;
	box-sizing:border-box;
	cursor:pointer;
	color:#fff;
	font-size:15px;
    font-weight: bold;
}
	.btn3:hover{
		background-color:#000;
		color:#fff;
	}
	.btn3 img{
		max-height:23px;
		margin-right:22px;
		vertical-align:middle;
	}
.btn4{
	width:auto;
	padding:0px 30px;
	background: #1D334A;
	height:44px;
	cursor:pointer;
	color:#fff;
	border:0px solid #fff;
	font-size:15px;
}
	.btn4:hover{
		background:#000;
		color:#fff;
	}
	.btn4b{
		background: #A89060;
	}
	.btn2ml10{
		margin-left:10px;
	}
.btn5{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	border:0px;
	background: #fff;
	font-size:14px;
	color:#1D334A;;
	cursor:pointer;
	padding:0px 0px;
	padding-bottom:10px;
	box-sizing:border-box;
	border-bottom: 1px solid #1D334A;
}
	.btn5:hover{
		border-bottom: 2px solid #1D334A;
	}
.btndownload{
	height:60px;
	border:1px solid #bcbec0;
	padding-right:40px;
	padding-left:85px;
	background:url(images/download_icon2.png) no-repeat left 19px center;
	font-size:16px;
	color:#58595b;
	cursor:pointer;
	margin-right:20px;
	margin-bottom:10px;
}
	.btndownload:hover{
		background-color:#eee;
		color:#000;
	}
	.a_btndownload:last-child .btndownload{
		margin-right:0px;
	}
.nowrap{
	white-space:nowrap;
}
.padbot5{
	padding-bottom:5px;
}
.padbot10{
	padding-bottom:10px;
}
.padbot15{
	padding-bottom:15px;
}
.padbot20{
	padding-bottom:20px;
}
.padbot25{
	padding-bottom:25px;
}
.padbot30{
	padding-bottom:30px;
}
.padbot35{
	padding-bottom:35px;
}
.padbot40{
	padding-bottom:40px;
}
.padbot45{
	padding-bottom:45px;
}
.padbot50{
	padding-bottom:50px;
}
.padbot55{
	padding-bottom:55px;
}
.padbot60{
	padding-bottom:60px;
}
.padbot65{
	padding-bottom:65px;
}
.padbot70{
	padding-bottom:70px;
}
.padbot75{
	padding-bottom:75px;
}
.padbot80{
	padding-bottom:80px;
}
.padbot90{
	padding-bottom:90px;
}
.padbot100{
	padding-bottom:100px;
}
.padbot110{
	padding-bottom:110px;
}
.padbot120{
	padding-bottom:120px;
}
.lineheight20{
	line-height:20px;
}
.lineheight25{
	line-height:25px;
}
.lineheight30{
	line-height:30px;
}
.lineheight40{
	line-height:40px;
}
.lineheight45{
	line-height:45px;
}
.whitebg{
	background:#fff;
}
.greybg{
	background:#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;
}
.colorpink{
	color: #ED0874;
}
.colorgreen{
	color:#21CFB3;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#1C73C9;
}
.colorgrey{
	color:#939598;
}
.colorgold{
	color: #A89060;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth195{
	max-width:195px;
}
.maxwidth285{
	max-width:285px;
}
.maxwidth350{
	max-width:350px;
}
.maxwidth420{
	max-width:420px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.maxwidth900{
	max-width:900px;
}
.maxwidth935{
	max-width:935px;
}
.heightsep1{
	height:100px;
}
.line1{
	width: 65px;
	height: 1px;
	background:#FFCB05;
    display:inline-block;
    vertical-align: middle;
}
.line2{
	width: 23px;
    display:inline-block;
    vertical-align: middle;
    margin:0px 15px;
}
.line3{
	height:0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display:inline-block;
    vertical-align: middle;
	width:25px;
    margin:0px 7px;
}
.minheight25{
	min-height:25px;
}
.minheight70{
	min-height:70px;
}
.minheight90{
	min-height:90px;
}
.minheight110{
	min-height:110px;
}
.minheight135{
	min-height:135px;
}
.minheight205{
	min-height:205px;
}
.opacity05{
    opacity:0.5;
}


.homepart1{
    position:absolute;
    height:50vw;
    color:#fff;
    width:100%;
    z-index:100;
    text-shadow: 2px 2px 10px #999;
}
.menupoptable td.menupoptd{
	width:100px;
	padding-right:20px;
}
.menupoptd1{
	width:100px;
	padding-right:20px;
	display:inline-block !important;
	vertical-align: top;
}
.menucategory_point4{
	display:inline-block;
    vertical-align: middle;
	padding-left:5px;
	padding-right:5px;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	cursor:pointer;
    font-weight: bold;
}
.menucategory_point4 img{
    max-height:20px;
    vertical-align: middle;
    margin-right:5px;
    
    letter-spacing: .1em;
}
.header_search_box{
    max-width: 100%;
	width:100%;
	background:#f5f5f5;
	border:none;
	padding-left:10px;
	padding-right:10px;
	height:40px;
	padding-top:0px;
	padding-bottom:0px;
    box-sizing: border-box;
    border:0px solid #ddd;
}
.search_input{
	width:calc(100% - 20px);
	height:35px;
	border:0px;
	background:none;
	font-size:14px;
}
.search_img{
	position:relative;
	top:8px;
    max-height: 20px;
}
.homepart2{
	padding-top:55px;
	padding-bottom:55px;
	background: linear-gradient(to right, #D5E73B 0%,#D5E73B 30%,#D5E73B 30%,#f5f5f5 30%,#f5f5f5 100%);

}
.tablehp2 td.tdhp2{
	width:50%;
	vertical-align: middle;
}
.tablehp2 td.tdhp2_1{
	padding-right:10px;
}
.tablehp2 td.tdhp2_2{
	padding-left:10px;
}
.hp2btn{
	background:#d8f74b;
	border:none;
	cursor: pointer;
	height:55px;
	padding:0px 20px;
}
.hp2btn:hover{
	background:#000;
	color:#fff;
}
.homepart3, .homepart4{
	padding-top:70px;
	padding-bottom:80px;
	border-bottom: 1px solid #0000001A;
}
.hp3head, .hp4head{
	text-align: center;
}
.hp3head_t1, .hp4head_t1{
	text-transform: uppercase;
}
.hp3point{
	display:inline-block;
	vertical-align: top;
	width:25%;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.hp3img{
	aspect-ratio: 1;
}
.hp3txt{
	min-height:66px;
	padding-bottom:20px;
	text-align: center;
}
.hp3footbtn{
	display:inline-block;
	width:auto;
	border-bottom:1px solid #000;
	text-transform: uppercase;
}
	.hp3footbtn:hover{
		border-bottom:3px solid #000;
	}
.hp3foot{
	text-align: center;
	padding-top:30px;
}
.hp4img{
	aspect-ratio: 47 / 58;
}
.hp4pointpad{
	padding:0px 15px;
}
.hp4txt{
	text-align: center;
	padding:0px 20px;
	color:#fff;
}
.homepart5{
	aspect-ratio: 2/1;
}
.hp5w{
	display:block;
	width:40%;
	background:#fff;
	box-sizing: border-box;
	padding:50px;
	text-align: center;
}
.hp6point{
	display:inline-block;
	vertical-align: top;
	width:50%;
	box-sizing: border-box;
	border-right: 1px solid #00000033;
	padding-right:40px;
	padding-top:60px;
	padding-bottom:60px;
	padding-left:40px;
}
.hp6point:first-child{
	padding-left:0px;
}
.hp6point:last-child{
	border-right:0px;
}
.homepart6{
	background: #D5E73B;

}
.webfooterpart1{
	padding-top:65px;
	padding-bottom:80px;
	background:#000;
	color:#fff;
}
.footer_btn{
	width:100%;
	text-align:left;
	margin-bottom:20px;
}
.footer_ico{
	display:inline-block;
	width:40px;
	vertical-align:middle;
}
	.footer_ico img{
		max-width:23px;
		max-height: 23px;
	}
.footer_btn_text{
	width:calc(100% - 55px);
	display:inline-block;
	vertical-align:middle;
	color:#fff;
}

.tablefooter td.tdfooter{
    vertical-align: top;
}
.tablefooter td.tdfooter1{
    width:380px;
    padding-right:70px;
}
.tablefooter td.tdfooter2{
}
.tablefooter td.tdfooter3{
    width:285px;
    padding-left:30px;
}

.tablesocmed{
	width:100%;
	max-width: 240px;
	border-collapse: collapse;
}
.tablesocmed td{
	border: 1px solid #494949;
	
	vertical-align: middle;
	width:25%;
	text-align: center;
}
.socmed_btn{
	height:60px;
}
.socmed_btn img{
	max-width: 20px;
	max-height:20px;
}
.tablefooterb td{
	width:33.33%;
	vertical-align: top;
	padding-right:20px;
}
.footerpoint{
	display:block;
	padding-bottom:15px;
}
.webfooterpart1 a{
	color:#fff;
}
.copyright{
	padding-top: 150px;
}

.pageheaderimg1{
	aspect-ratio: 1520 / 570;
	color:#fff;
}
.aboutpart2{
	padding-top:90px;
	padding-bottom:100px;
	text-align: center;
}
.aboutpart3{
	padding-bottom:160px;
	text-align: center;
}
.tableabout3 td.tdabout3{
	width:50%;
	vertical-align: middle;
}
.tableabout3 td.tdabout3_1{
	padding-right:20px;
}
.tableabout3 td.tdabout3_2{
	padding-left:20px;
}
.aboutpart4{
	padding-bottom: 120px;
}
.aboutpart3b{
	background: #D5E73B;
	padding-top:65px;
	padding-bottom:65px;
}
.biomechanicimg1{
	max-height: 600px;
}
.tableabout3b td.tdabout3b{
	width:50%;
	vertical-align: middle;
}
.tableabout3b td.tdabout3b_1{
	padding-right:20px;
	text-align: center;
}
.tableabout3b td.tdabout3b_2{
	padding-left:20px;
}

.aboutpart3c{
	padding-top:65px;
	padding-bottom:65px;
}
.tableabout3c td.tdabout3c{
	width:50%;
	vertical-align: middle;
}
.tableabout3c td.tdabout3c_1{
	padding-right:20px;
	
}
.tableabout3c td.tdabout3c_2{
	padding-left:20px;
	padding-right:40px;
	text-align: center;
}
.biomechanicimg2{
	max-width:500px;
	max-height:500px;
}

.aboutpart3d{
	background: linear-gradient(to top, #fff 0%,#fff 100px,#fff 100px,#D5E73B 100px,#D5E73B 100%);
	padding-top:65px;
}
.tableabout3d td.tdabout3d{
	width:50%;
	vertical-align: top;
}
.tableabout3d td.tdabout3d_1{
	text-align: center;
	padding-right:40px;
	vertical-align: bottom;
}
.tableabout3d td.tdabout3d_2{
	padding-top:30px;
}
.biomechanicimg3{
	max-height:900px;
}
.pagecontentpart1{
	padding-top:50px;
	padding-bottom:100px;
}
.pagecontentpart2{
	padding-top:30px;
	padding-bottom:70px;
}
.col3{
    display:inline-block;
    width:33.33%;
    box-sizing: border-box;
    vertical-align: top;
}
.news_point{
    display:inline-block;
    width:33.33%;
    box-sizing: border-box;
    vertical-align: top;
    padding:0px 0px 30px 0px;
}
.homedestinationimg , .homedestinationimg2, .homedestinationimg3{
	aspect-ratio: 393/289;
}
.homedestinationpad{
	padding:15px 0px;
	text-align:left;
	background:#fff;
	position:relative;
	z-index:1;
}
.homedestinationpad_b{
	
}
.homedestinationtitle{
    min-height:55px;
	border-bottom: 1px solid #0000001A;
	padding-bottom:10px;
	margin-bottom:10px;
}
.homedestinationpoint{
    padding-bottom:20px;
}
.articleflex{
	display:flex;
	flex-wrap: wrap;
}
.articlehpoint{
	display:flex;
	flex:1;
	
}
.articlehpoint1{
	background: #D5E73B;
	align-items: center;
}
.articlehpoint2{
	align-items: center;
}
.articlehpoint1pad{
	padding:50px 50px 30px 50px;
}
.articlehpoint1txt2{
	border-top: 1px solid #0000001A;
	padding-top:20px;
}
.articledescriptionpart{
	padding-top:60px;
	padding-bottom:80px;
}
.newspart2{
	padding-top:65px;
	border-top: 1px solid #0000001A;
	padding-bottom:100px;
}

.fcontact_point{
    padding-bottom: 25px;
}
.fcontact_pointline{
    padding:15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fcontact_img{
    display:inline-block;
    width:30px;
    padding-right:15px;
    vertical-align: top;
}
.fcontact_img2 img{
    position: relative;
    top:4px;
}
.fcontact_txt{
    display:inline-block;
    width:calc(100% - 45px);
    vertical-align:middle;
    font-size:15px;
    line-height:23px;
}
.fcontact_img img{
    max-height:22px;
    max-width:22px;
}
.tablecontact td.tdcontactnopadtd{
	width:50%;
}
.tdcontactsepdiv{
	width:15px;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
    border:0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	width:calc(100% - 0px);
	padding:0px 0px;
	height:55px;
	font-size:15px;
	color:#fff;
	background: none;
    font-weight: bold;
}
input.form_input2b, textarea.form_input2b{
    border:1px solid #00000033;
	width:calc(100% - 0px);
	padding:0px 20px;
    box-sizing: border-box;
	height:55px;
	font-size:15px;
	color:#000;
	background: #fff;
}
select.form_select{
	border:1px solid #00000033;
	width:calc(100% - 0px);
	padding:0px 20px;
	height:45px;
	font-size:15px;
	color:#000;
	background: #fff;
}
.input_box2{
	padding-bottom:15px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:1px solid #00000033;
		width:calc(100% - 0px);
		padding:0px 20px;
		height:50px;
		font-size:15px;
		color:#000;
		background:#fff;
        font-weight: bold;
	}
	.input_box2b{
		padding-bottom:20px;
	}
.input_box2b textarea.message_box{
    height:90px;
    padding-top:12px;
    padding-bottom:12px;
}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:55px;
	width:100%;
    max-width: 230px;
    
	background: url("images/arrow_more.png") no-repeat right 15px center #025A97;
        background-size:auto 15px;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
    text-align: left;
    padding-left:25px;
    padding-right:50px;
    font-weight: bold;
}
input.submit_btn:hover{
    
		background:url("images/arrow_more.png") no-repeat right 10px center #074E9F;
            background-size:auto 15px;
		color:#fff;
}
input.submit_btn2{
	height:55px;
	width:100%;
    
	background: #000;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
    text-align: center;
    font-weight: medium;
}
input.submit_btn2:hover{
    
		background: #000;
}
.socmedpartcontact{
    padding-top:20px;
}
.contactline1{
    padding-bottom:50px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    margin-bottom: 50px;
}
.buyhead{
	text-align: center;

}
.buybtn{
	text-align: center;
	border: 1px solid #0000001A;
	height:70px;
	padding:0px 10px 0px 50px;
}
.buybtn_tokopedia{
	background:url('images/tokopedia_icon.png') no-repeat left 20px center;
	background-size:40px auto;
}
.buybtn_shopee{
	background:url('images/shopee_icon.png') no-repeat left 20px center;
	background-size:40px auto;
}
.buybtn_tiktokshop{
	background:url('images/tiktokshop_icon.png') no-repeat left 20px center;
	background-size:40px auto;
}
.buybtn:hover{
	background-color:#eee;
	color:#000;
	background-position:left 30px center;
}
.col3pad{
	padding:0px 10px 20px 10px;
}
.tablebuyhead td.tdbuyhead{
	width:50%;
	vertical-align: middle;
}
.tablebuyhead td.tdbuyheadline{
	
}
.tablebuyhead td.tdbuyheadcontent{
	white-space: nowrap;	
	width:100px;
	padding:0px 40px;
}
.buyheadlinediv{
	border-bottom: 1px solid #0000001A;

}
.buyhead2{
	text-align: center;
}
.buyoverflow{
	background:#000;
	color:#fff;
	text-align: center;
	overflow-x: auto;
	white-space: nowrap;
}
.hp3headbtn{
    display:inline-block;
    vertical-align: middle;
    padding:0px 15px;
    height:60px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    color:#bbb;
    font-size:15px;
    
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
}
.hp3headbtn:hover, .hp3headbtnactive{
    color:#fff;

    border-bottom:6px solid #D5E73B;
}
.storepart{
	padding-top:35px;
}
.areapoint{
	border: 1px solid #0000001A;
	margin-bottom:10px;
}
.areapoint2{
	border: 1px solid #0000001A;
	margin-bottom:20px;
}
.areadtitle{
	color:#000;
	cursor:pointer;
	
	background-color:#fff;
	height:60px;
	padding-left:20px;
	padding-right:40px;
	
}
.areadtitle:hover{
	
	background-color:#f9f9f9;
	color:#000;
}
.areadetail{
	display:none;
	border-top:0px solid #ebecec;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	background-color:#fff;
	color:#000;
}
.areadtitle2{
	color:#000;
	cursor:pointer;
	
	background-color:#fff;
	height:60px;
	padding-left:20px;
	padding-right:40px;
	
}
.areadtitle2:hover{
	
	background-color:#f9f9f9;
	color:#000;
}
.areadetail2{
	display:none;
	border-top:0px solid #ebecec;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	background-color:#fff;
	color:#000;
}
.divtablearea table td{
	vertical-align: top;
	padding-bottom:10px;
}
.divtablearea table td:first-child{
	width:40%;
	padding-right:10px;
	font-weight: bold;
}
.divtablearea tr:last-child td{
	padding-bottom:0px;
}
.divcol3{
	display:inline-block;
	width:33.33%;
}
.homedestinationpadout{
	padding:0px 10px;
}
.homedestinationpad{
	padding:15px 0px;
	text-align:center;
	
}
.homedestinationtitle2{
	display:inline-block;
}
.homedestinationarrow{
	display:inline-block;
	width:32px;
	vertical-align:bottom;
	margin-bottom:3px;
}
/*.homedestinationimg:hover, .homedestinationimg2:hover{
	background:#ce5721 !important;
}*/
/*.homedestinationtitlehover{
	display:none;
	padding-top:0.5vw;
}*/
/*.homedestinationimg:hover .homedestinationtitlehover, .homedestinationimg2:hover .homedestinationtitlehover{
	display:block;
	padding-top:6.5vw;
}
.homedestinationimg:hover .homedestinationarrow img, .homedestinationimg2:hover .homedestinationarrow img{
	-webkit-filter: brightness(0%) invert(1);
	filter: brightness(0%) invert(1);
}*/

.popupindex_qb{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#000;
	width:1080px;
	height:calc(100vh - 200px);
	font-size:18px;
	line-height:30px;
	text-align:center;
}
#posfixed_qb{
	left:50%;
	margin-left:-540px;
	top:50%;
	margin-top:calc(-50vh + 100px);
}

.dttable{
	
}
.dttable .dt_td1{
	width:50%;
	vertical-align:middle;
}
.dttable .dt_td2{
	vertical-align:middle;
}
.dt_td2_pad{
	padding:43px;
}
.dt_t2 img{
	margin-right:10px;
	vertical-align:middle;
}
.dt_mainov{
	background:none;
	overflow-y:auto;
	height:calc(100vh);
}
.zindex2000{
	position:relative;
	z-index:2000 !important;
}
.productsep{
	margin:0px 20px;
}
.navpart{
	padding-bottom:30px;
}
.product_head{
	padding-bottom:50px;
}
.tablehproduct td.tdhproduct{
	vertical-align: middle;
}
.tablehproduct td.tdhproduct1{
	width:250px;
}
.tablehproduct td.tdhproduct2{
	text-align: center;
	padding-left:20px;
	padding-right:20px;
}
.tablehproduct td.tdhproduct3{
	text-align: right;
	width:250px;
}
.product_page_part{
	border:1px solid #bcbec0;
	display:inline-block;
	width:auto;
	height:35px;
	padding:0px 5px;
	margin-left:5px;
	margin-right:5px;
	vertical-align:middle;
}
select.product_page_select{
	
	border:1px solid #000;
	height:40px;
	position:relative;
	top:1px;
	width:auto;
	color:#000;
	font-size:13px;
	margin-left:5px;
	margin-right:5px;
	padding:0px 5px;
}
.prodpageimgarrow{
	vertical-align:middle;
	position:relative;
	top:0px;
	max-height:25px;
}
a.a_page{
	color:#808285;
}
a.a_page:hover{
	color:#c8b135;
}
.sidebarline{
	border-bottom: 1px solid #0000001A;
	padding-bottom:20px;
	margin-bottom:20px;
}
.content1lefttd{
	width:285px;
	padding-right:30px;
}
.content1lefttd_sc{
	width:158px;
	padding-right:20px;
	padding-top:40px;
	padding-bottom:40px;
	background:#fafafa;
	border-right:1px solid #f1f2f2;
	
}
.content1righttd{
}
.sidebar1_header{

}
.sidebar1pad{
	font-size:15px;
	padding-bottom:40px;
	
}
.sidebar1_header{
	font-size:15px;
	padding-bottom:20px;
}
	.sidebar1_header2{
	 	padding-bottom:25px;
	}
	.sidebar1_header3{
		font-family: "proxima.bold";
		font-size:15px;
		padding-bottom:16px;
	}
.sidebar1_point{
	padding-bottom:15px;
}
	.sidebar1_point img{
		margin-right:20px;
		max-width: 17px;
		vertical-align: middle;
	}
.sidebar1_point_icon{
	vertical-align:middle;
	display:inline-block;
	width:38px;
}
.sidebar1_point_text{
	vertical-align:middle;
	font-family: "proxima.bold";
}
.sidebar1_point_margin{
	margin-bottom:25px;
}

.sidebar1_pointpad{
	padding-left:15px;
}
.content2descpart{
	padding:0px 0px 150px 0px;
}
.content2descpart_sc{
	padding:40px 0px 150px 50px;
}
.sidebar1_headerseparator{
	height:1px;
	background:#ebeced;
	margin-top:15px;
	margin-bottom:20px;
}
.sidebar1pad a:hover, .sidebar1pad a.a_active{
	color:#000;
	font-weight: bold;
}
.sidebar1_point_margin a{
	color:#58595b;
}
.sidebar1_point_margin a:hover, .sidebar1_point_margin a.a_active{
	color:#ec3237;
}
.a_sidebar_span{
	display:inline-block;
	vertical-align: middle;
}
.sidebar_price_label{
	padding-top:15px;
	padding-bottom:4px;
	font-size:12px;
}
input.sidebar_input_price{
	width:100%;
	height:30px;
	padding:5px 10px;
	border:1px solid #c9cbcd;
	background:#fff;
	color:#000;
	font-size:13px;
	box-sizing: border-box;
}
input.sidebar_input_button{
	width:100%;
	height:40px;
	border:0px solid #c9cbcd;
	background:#000;
	color:#fff;
	font-size:13px;
	border:none;
	cursor:pointer;
}
.product_td{
	display:inline-block;
	width:33.33%;
	vertical-align: top;
	box-sizing: border-box;
	padding:0px 10px 30px 10px;
}
.product_tdcol4{
	display:inline-block;
	width:25%;
	vertical-align: top;
	box-sizing: border-box;
	padding:0px 10px 30px 10px;
}

.dp_image_optdiv{
}
.dp_image_optdiv_btn_left_td{
	height:9px;
	width:100%;
	text-align:center;
}
.dp_image_optdiv_btn_left{
	vertical-align:middle;
	height:9px;
	width:100%;
	text-align:center;
	cursor:pointer;
	margin-bottom:7px;
}
.dp_image_optdiv_btn_left:hover{
	background:#fff;
}
.dp_image_optdiv_btn_right_td{
	height:9px;
	width:100%;
}
.dp_image_optdiv_btn_right{
	vertical-align:middle;
	height:9px;
	width:100%;
	cursor:pointer;
	text-align:center;
}
.dp_image_optdiv_btn_right:hover{
	background:#fff;
}
.dp_image_opt{
	/*border-right:1px solid #d6d8d9;*/
	width:95px;
	vertical-align:middle;
	height:96px;
}
.dp_image_opt{
	width:96px;
	
}
.membertablein td.dp_image_opt{
	vertical-align:middle;
}
.dp_image_div{
	width:88px;
	height:88px;
	border:1px solid #e1e2e3;
	margin-bottom:7px;
	text-align:center;
}
.dp_image_img{
	max-width:88px;
	max-height:88px;
	border:none;
	cursor:pointer;
}
.imgproduct{
	max-width:100%;
	/*max-height:413px;*/
	
	position:relative;
	/*z-index:2000;*/
}
.imgdp{
	max-width:100%;
}
.imagediv{
	display:none;
	max-width:100%;
	height:413px;
	border:1px solid #e1e2e3;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}
	.imagediv img{
		max-height:383px;
	}
.dptable td{
	vertical-align:top;
}
.productimagecontent{
	height:388px;
	overflow:hidden;
}
.membertablein{
	position:relative;
}
.dp_table_info td{
	padding-bottom:13px;
	font-size:13px;
}
.dp_table_info td.dp_td_info1{
	width:115px;
	padding-right:20px;
}
.dp_table_qty{
	max-width:350px;
}
.dp_table_qty td.dp_td_qty{
	vertical-align:bottom;
	padding-right:15px;
}
.dp_table_qty td.dp_td_qty1{
	width:120px;
}
.dp_table_qty td.dp_td_qty2{
}
.dp_table_qty td.dp_td_qty3{
	text-align:right;
	padding-right:0px;
	width:69px;
}
.main_image_div{
	aspect-ratio: 1;
}
.dpimdpad{
	padding:0px 10px;
}
.dpslideimgdiv{
	padding-bottom:100%;
}
.fade-bg {
    transition: opacity 0.4s ease;
    opacity: 1;
}

.fade-bg.hide {
    opacity: 0;
}
.dptd_mainimage{
	padding-right:35px;
}
.dptd_desc{
	
}
.dpline{
	padding-bottom:20px;
	border-bottom: 1px solid #0000001A;
	margin-bottom:20px;
}
.dpline2{
	padding-bottom:30px;
	border-bottom: 1px solid #0000001A;
	margin-bottom:30px;
}
.dp_size_icon{
	max-width: 27px;
	vertical-align: middle;
	margin-right:10px;
}
.sizebtn{
	display:inline-block;
	width:auto;
	border: 1px solid #0000001A;
	height:46px;
	background: #fff;
	color:#000;
	padding:0px 20px;
	min-width: 80px;
	box-sizing:border-box;
    text-align: center;
    margin-right:5px;
    margin-bottom:5px;
}
.dparrowmore{
	vertical-align: middle;
	margin-left:5px;
	max-width: 12px !important;
}
.dpsizechartbtn{
	display:inline-block;
	vertical-align: middle;
	border-bottom:1px solid #000;
	line-height:15px;
	font-size:15px;
}
.col2{
	display:inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width:50%;
	padding:0px 10px;
}
.downloadcatalogbtn{
	border-bottom:1px solid #000;
	display:inline-block;
	width:auto;
}
.dppartfcol2a{
	display:inline-block;
	box-sizing: border-box;
	width:50%;
	padding:0px 10px;
	vertical-align: top;
}
.dppartfcol2{
	box-sizing: border-box;
	flex:1;
	padding:0px 10px;
	vertical-align: top;
}
.dppartfcol2img{
	max-width: 100%;
	max-height: 500px;
}
.dppart2{
	background: #F1FFC6;
	padding:35px;
}
.dppartstr{
	display:flex;
	flex-wrap: wrap;
	gap:20px;
}
.dppartstra, .dppartstrb{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	background: #F5F5F5;

}
.dppart3{
	background: #F5F5F5;
	padding:35px;
}
.dppartstrain{
	font-size:15px;
	line-height: 20px;
}
.dppartnostrain{
	font-size:15px;
	line-height: 20px;
}
.dpstrain h2{
	font-size:25px;
	padding-bottom: 30px;
	text-align: center;
}
.dpnostrain h2{
	font-size:25px;
	padding-bottom: 30px;
	text-align: center;
}
.dpstrain ul{
	list-style:none;
}
.dppartstrain li{
	padding-left:40px;
	background:url('images/yes_icon.png') no-repeat top left;background-size:20px auto;
	font-size:15px;
	line-height: 20px;
	padding-bottom:20px;
}
.dppartnostrain li{
	padding-left:40px;
	background:url('images/no_icon.png') no-repeat top left;background-size:20px auto;
	font-size:15px;
	line-height: 20px;
	padding-bottom:20px;
}
.dppart4col2{
	box-sizing: border-box;
	flex:1;
	padding:0px 0px;
	vertical-align: top;
	
}
.dppart4col2pad{
	padding:50px;
}
.dppart4 h2{
	font-size:25px;
	padding-bottom: 30px;
	font-weight: bold;
	line-height: 35px;
}
.dppart4{
	font-size:15px;
	line-height: 20px;
}
.btnfilter{
    background: #d8f74b;
    cursor: pointer;
    height:35px;
    width:100px;
    border:0px;
    color:#000;
    text-align: center;
}
.btnfilter:hover{
    background: #d8f74b;
}
.btnfilter img{
    max-height: 15px;
    vertical-align: middle;
    margin-right:10px;
}