@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: 'Barlow', sans-serif;
	background:#fff;
	margin:0px auto;
	font-size:15px;
	color:#000;
	padding:0px;
	overflow-y:scroll;
	overflow-x:hidden;
}
input, textarea{
	font-family: 'Barlow', 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:#F9B20C;
}
: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:#000;opacity:1; }
.form_input2::-moz-placeholder { color:#000;opacity:1; } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#000;opacity:1; } /* ie */
input.form_input2:-moz-placeholder { color:#000;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: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,.popupindex3{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:calc((50vh - 100px) * -1);
	left:50%;
	width:950px;
	/*height:calc(100vh - 310px);*/
    border: 10px solid rgba(155, 155, 155, 0.7);
	background:#fff;
	color:#333;	
	margin-left:-485px;
	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;*/
}
.popupheight{
	max-height:400px;
	overflow-y:auto;
}
.framecontactdownload{
	height:calc(100vh - 300px);
    background:#fff;
}
.framecontactdownloadb{
	height:350px;
    background:#fff;
}
.popuppad{
	padding:35px 50px;
}
.popuppad2{
	/*padding:45px 0px;*/
}
#popup_title{
	font-size:27px;
	font-family: 'Barlow', 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,#menuslidebackpart3{
	position:fixed;	
	z-index:10010;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	display:none;
}
.popupindex_qb{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#000;
	width:500px;
	height:370px;
	top:calc(50vh - 200px);
	text-align:center;
    box-shadow:0px 0px 10px rgba(0,0,0,0.1);
    box-sizing:border-box;
    border-left:5px solid #F9B20C;
}
#posfixed_qb{
	left:50%;
	margin-left:-250px;
}
.iframe_qb{
    overflow-y:hidden;
    height:295px;
}
.cwuwabtn3{
    display:inline-block;
	vertical-align:middle;
	width:100%;
	border:0px;
	height:58px;
	background: #fff;
	color:#000;
	cursor:pointer;
	padding:0px 20px 0px 20px;
	box-sizing:border-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom:20px;
}
.cwuwabtn3:hover{
    border-color:#000;
}
.cwuwabtn3_tokopedia{
    background:url('images/tokopedia_icon.png') no-repeat left 19px center;
    background-size:30px auto;
}
.cwuwabtn3_shopee{
    background:url('images/shopee_icon.png') no-repeat left 19px center;
    background-size:30px auto;
}
.cwuwabtn3_whatsapp{
    background:url('images/whatsapp_icon3.png') no-repeat left 19px center;
    background-size:30px auto;
}
.cwuwabtn3 img{
    max-width: 123px;
    max-height: 37px;
}
.container{
	min-width:280px;
	max-width:1290px;
	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:1000px;
	padding:0px 20px;
	margin:0px auto;
}
.container3{
	min-width:280px;
	max-width:965px;
	padding:0px 20px;
	margin:0px auto;
}
.container4{
	min-width:280px;
	max-width:635px;
	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:75px;
	width:100%;
	background:#fff;
	color:#000;
	/*box-shadow:0px 0px 10px rgba(0,0,0,0.1);*/
    font-size:15px;
    /*background: linear-gradient(to right, #fff 0%,#fff 60px,#fff 60px,transparent 60px,transparent 100%);*/
    
}
.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:75px;
}
.headerpad{
	padding-top:44px;
}
.headertop{
	background: #1D334A;
	font-size:13px;
	color:#fff;
	height:30px;
}
	.headertop a{
		color:#fff;
	}
		.headertop a:hover{
			color:#000;
		}
	.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:130px;
    padding-right:50px;
}
.tableheader .tdheader2{
    
}
.tableheader .tdheader3{
    padding-left:30px;
    padding-right:30px;
    width:170px;
    text-align: right;
}
.tableheader .tdheader4{
    width:75px;
    text-align: center;
    border-left:1px solid rgba(0,0,0,0.1);
}
.tableheader .tdheader5{
    width:164px;
    text-align: right;
}
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:130px;
}
/*.menufixed .logo{
    display:none;
}
.menufixed .logo2{
    display:block;
}*/
ul.sf-menu .menupoint{
	margin-left:5px;
	margin-right:5px;
	font-weight:600;
    height:75px;
    box-sizing: border-box;
    display:inline-block;
    padding:0px 10px;
    vertical-align: middle;
    border-top:3px solid transparent;
}
ul.sf-menu .menupoint:hover{
    border-top:3px solid #F9B20C;
}
.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:200px;
	height:52px;
	background:#fff;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);;
	text-align:left;
	padding:0px 20px;
	color:#000;
}
	ul.sf-menu .headerddmenu:hover{
		color:#666;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
		height:37px;
	}
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: 75px;
	border: 0px;
	background:#F9B20C;
  
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000;
	text-align:center;
}
    .menufixed .headercontactbtn{
		
	}
.headercontactbtn img{
	vertical-align:middle;
    max-height: 25px;
    margin-right: 14px;
}
.headercontactbtntext{
	font-size:16px;
	margin-left:12px;
	vertical-align:middle;
}
	.headercontactbtn:hover{
		background:#fcc136;
		/*color:#fff;*/
	}
	
.searchinlineblock{
	display:inline-block;
	vertical-align:middle;
}
.tdheader3getinq{
	margin-right:22px;
}
	.tdheader3getinq a{
		text-decoration:underline;
	}
.searchinlineblocksearch{
	margin-left:25px;
}
.searchbtn{
    cursor: pointer;
    max-width: 17px;
    padding:15px;
}
.searchbtn:hover{
}
.headercarticon{
    max-height:19px;
    margin-right:15px;
    vertical-align: middle;
}
.headercarttext{
    display:inline-block;
    vertical-align: middle;
    
}
.headerbtn{
    display:inline-block;
	width:auto;
	border:0px;
	height:44px;
	background: none;
    border: 2px solid #FFFFFF;
	color:#fff;
	cursor:pointer;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    padding-left:16px;
    padding-right:25px;
}
	.headerbtn:hover{
		background: #074E9F;
	}
.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: #F9B20C;
	color:#fff;
	font-size:13px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	border:0px;
}
	.btnsearch:hover{
		background:#2b59d7;
	}
.btnsearchm{
	width: 70px;
	height: 45px;
	background: #F9B20C;
	color:#fff;
	font-size:13px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	border:0px;
        font-weight: 600;
}
	.btnsearchm:hover{
		background:#2b59d7;
	}
.headeroption{
    display: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:calc(100% - 0px);
	background:#f1f2f2;
	border:1px solid #f1f2f2;
	/*padding-left:13px;*/
	height:50px;
	display:inline-block;
	vertical-align:top;
}
	.header_search_boxm{
		width:calc(100% - 0px);
		background:#f1f2f2;
		border:1px solid #f1f2f2;
		padding:0px 0px 0px 13px;
		height:45px;
		display:inline-block;
		vertical-align:top;
        box-sizing: border-box;
	}
.search_input{
	width:100%;
	height:42px;
	border:0px;
	background:#f1f2f2;
	font-size:13px;
}
	.search_inputm{
		width:calc(100% - 70px);
		height:45px;
		border:0px;
		background:#f1f2f2;
		font-size:14px;
        box-sizing: border-box;
	}
.search_img{
	position:relative;
	top:15px;
    max-width: 17px;
}
	.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:35px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:30px;
		font-weight:bold;
	}
    .page_title5 li, .pagetitle5 li{
		margin-left:20px;
	}
.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;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
    }
    
.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;
	height:46px;
	background: #F9B20C;
	font-size:15px;
	color:#000;
	cursor:pointer;
	padding:0px 30px;
	box-sizing:border-box;
    text-align: center;
    font-weight: 500;
}
	.btn1:hover{
		border-color:#000 ;
		background:#000;
		color:#fff;
	}
	.btn1b{
        width:auto;
        min-width: 170px;
        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:#42C452;
}
.coloryellow{
	color:#F9B20C;
}
.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;
}
.maxwidth935{
	max-width:935px;
}
.heightsep1{
	height:100px;
}
.line1{
	width: 65px;
	height: 2px;
	background:#F9B20C;
    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;
}

ul.sf-menu .menuopt, .menuopt{
    border-top:1px solid rgba(0,0,0,0.1);
    height:58px;
    box-sizing: border-box;
    border-left:5px solid #F9B20C;
    background:#fff;
    padding:0px 20px 0px 20px;
    font-weight: 600;
}
ul.sf-menu .menuopt:hover, .menuopt:hover{
    color:#F9B20C;
}
.socmed_btn {
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    text-align: center;
    border: 0px solid #308D02;
    background:#DADADA;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}
.socmed_btn:hover{
    background:#F9B20C;
}
.socmed_btn img{
    max-height: 12px;
    max-width: 12px;
}
.a_socmed_btn:first-child .socmed_btn{
    margin-left:0px;
}
.a_socmed_btn:last-child .socmed_btn{
    margin-right:0px;
}

.homepart1{
    position:absolute;
    height:42vw;
    color:#fff;
    width:100%;
    z-index:100;
    /*text-shadow: 2px 2px 10px #999;*/
}
.homepart1mh1{
    min-height: 300px;
    padding-bottom:30px;
}
.mouse_icon{
    max-height: 35px;
    vertical-align: middle;
    margin-right:10px;
}
.homepart2{
	border-bottom:0px solid #e6e7e8;
	color:#fff;
	position:relative;
	z-index:10;
}
.homepart2 a{
	color:#939598;
}
	.homepart2 a:hover{
		color:#fff;
	}
.homepart2td{
    width:33.33%;
}
.homepart2td_br{
	border-right:1px solid #e6e7e8;
}
.homepart2btn{
	height:105px;
	padding:0px 20px;
	text-align:center;
}
	.homepart2btn:hover{
		background:#f1f2f2;
	}
.homepart2btn img{
	vertical-align:middle;
	margin-right:30px;
	max-width:48px;
}
.homepart2inbtn{
    height:54px;
    width:54px;
    background:#F9B20C;
    vertical-align: middle;
    display:inline-block;
    margin-right:20px;
    text-align: center;
}
.homepart2inbtn img{
    max-height: 25px;
    max-width: 25px;
    display:inline-block;
    margin:0px;
}

.homepart2_text{
	display:inline-block;
	width:auto;
	max-width:calc(100% - 83px);
	text-align:left;
	line-height:23px;
	vertical-align:middle;
}
.homeaboutpart{
    
}
.tablehomeabout td.tdhomeabout{
    vertical-align: middle;
    width:50%;
}
.tablehomeabout td.tdhomeabout1{
    background:#000;
}
.tablehomeabout td.tdhomeabout2{
    background:#f5f5f5;
}
.tdhomeabout1pad{
    padding:75px;
}
.tdhomeabout2pad{
    padding:75px;
}
.tdhomeabout1img{
    height:46.5vw;
}
.homepart3{
    padding-top:60px;
}
.homepart3head{
    padding-bottom:50px;
}
.hp3point{
    display:inline-block;
    box-sizing: border-box;
    padding:0px 5px 10px 5px;
    vertical-align: top;
    width:33.33%;
}
.hp3imgdiv{
    height:22.7vw;
}
.hp3pointbodydiv{
    min-height: 130px;
    padding:25px;
    background:#f5f5f5;
}
.homepart4btndiv{
    background:#F9B20C;
    text-align: center;
    padding:30px;
}
.homepart4btntxt{
    display:inline-block;
    vertical-align: middle;
}
.arrow_more{
    vertical-align: middle;
    margin-left: 15px;
    max-width: 20px;
}
.arrow_more2{
    vertical-align: middle;
    max-width: 30px;
}
.homepart5{
    padding-top:80px;
    padding-bottom:60px;
}
.col2{
    display:inline-block;
    width:50%;
    box-sizing: border-box;
    vertical-align: top;
    
    padding-right:25px;
    
}
.col2in{
    padding-bottom:40px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    margin-bottom:40px;
}
.newsleftdiv{
    display:inline-block;
    width:135px;
    vertical-align: middle;
}
.newsrightdiv{
    display:inline-block;
    width:calc(100% - 135px);
    vertical-align: middle;
}
.homedestinationpad{
    padding-left:40px;
}
.news_point{
    display:inline-block;
    width:33.33%;
    box-sizing: border-box;
    vertical-align: top;
    padding:0px 10px 20px 10px;
}
.padhor10{
    padding-left:10px;
    padding-right:10px;
}
.homedestinationimg , .homedestinationimg2, .homedestinationimg3{
	padding-bottom:100%;
}
.homedestinationpad{
}
.homedestinationpad_b{
    background:#f5f5f5;
}
.homedestinationtitle{
    min-height:55px;
}
.homedestinationpoint{
    
}
.webfooterpart1{
    padding-top:80px;
    padding-bottom:80px;
    background: #262626;
    color:#fff;
}
.tablefooter td.tdfooter{
    vertical-align: top;
}
.tablefooter td.tdfooter1{
    width:450px;
    padding-right:50px;
}
.tablefooter td.tdfooter2{
}

.tablefootera td.tdfootera{
    vertical-align: top;
}
.tablefootera td.tdfootera1{
    
}
.tablefootera td.tdfootera2{
    width: 200px;
    padding-left:25px;
}
.webfooterpart1 a{
    color:#fff;
}
.webfooterpart1 a:hover{
    color:#F9B20C;
}
.footerpoint{
    padding-bottom:15px;
    display:block;
}
.tablefooterb td.tdfooterb{
    vertical-align: top;
    padding-right: 25px;
}
.subscribepart{
    padding-top:60px;
    padding-bottom:40px;
}
.subscribebox{
	background:#fff;
	padding:0px 0px;
}
.tablesubscribe td.tdsubscribe{
    vertical-align: middle;
    background:#171717;
    height:99px;
}
.tablesubscribe td.tdsubscribe1{
    width:500px;
}
.tablesubscribe td.tdsubscribe2{
    background:#1f1f1f;
    padding-left:40px;
    padding-right:40px;
}
.tablesubscribe td.tdsubscribe3{
    width:99px;
}
input.email_subscribe, input.email_notify{
	height:99px;
	border:0px solid #d1d3d4;

	padding:0px 20px 0px 20px;
	width:100%;
    background:none;
	box-sizing:border-box;
    color:#fff;
}
input.emailsubscribebtn{
	height:61px;
	background-color:#FF6C0E;
	border:none;
	width:100%;
	padding:0px 10px;
	text-align:center;
	color:#fff;
	cursor:pointer;
    font-weight: bold;
    cursor: pointer;
}
input.emailsubscribebtn:hover{
	background:#000;
}
.subscribebtn{
    width:99px;
    height:99px;
    background:#626262;
    text-align: center;
	cursor: pointer;
}
.subscribebtn:hover{
	background:#999;
}
.pageheaderimg1{
	height:405px;
	color:#fff;
    position:relative;
    z-index:0;
}
.tdhp3a1overflow{
    overflow-x:auto;
    white-space: nowrap;
    /*width:calc(100vw - 40px);*/
    width:100%;
}
.storeprovinceoverflow{
    overflow-x:auto;
    white-space: nowrap;
    /*width:calc(100vw - 40px);*/
    width:100%;
}
.pagecontentpart{
    padding-top:60px;
    padding-bottom:100px;
}
.pagecontentpart2{
    padding-top:0px;
    padding-bottom:100px;
}
.navbtn{
	display:inline-block;
	width:auto;
	border-bottom:5px solid transparent;
	height:90px;
	background: #fff;
	font-size:16px;
    font-weight: bold;
	color:#000;
	cursor:pointer;
	padding:0px 25px;
	box-sizing:border-box;
    text-align: center;
}
	.navbtn:hover, .navbtnactive{
		border-bottom:5px solid #F9B20C;
        color:#F9B20C;
	}
a.a_navbtn:first-child .navbtn{
    padding-left:0px;
}
/*a.a_navbtn:last-child .navbtn{
    padding-right:0px;
}*/
.aboutpart2{
    padding-top:80px;
    padding-bottom:80px;
}
.tableabout2 td.tdabout2{
    vertical-align: top;
    width:50%;
    
}
.tableabout2 td.tdabout2_1{
    padding-right:40px;
    
}
.tableabout2 td.tdabout2_2{
    padding-left:0px;
    
}
.tableabout3 td.tdabout3{
    vertical-align: top;
    width:50%;
}
.tableabout3 td.tdabout3_1{
    background:#F9B20C;
}
.tableabout3 td.tdabout3_2{
    background:#F5F5F5;
}
.tdabout3_1pad{
    padding:75px;
}
.tdabout3_2pad{
    padding:75px;
}
.aboutpart4pad{
    padding-bottom:55px;
}
.aboutpart4{
    padding-top:50px;
    height:400px;
    color:#fff;
}
.aboutpart5{
    padding-top:70px;
    padding-bottom:70px;
}
.tableabout5 td.tdabout5{
    vertical-align: middle;
}
.tableabout5 td.tdabout5_1{
    white-space: nowrap;
    width:50px;
    padding-right:35px;
}
.tableabout5 td.tdabout5_2{
    
}
.aboutpoint5{
    padding-bottom: 40px;
}
.tdabout5_2line{
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.iframegooglemaps{
    height:450px;
}
.tablehp3 td.tdhp3{
    width:50%;
    vertical-align: middle;
}
.tablehp3 td.tdhp3_1{
    vertical-align: top;
    
}
.tablehp3 td.tdhp3_2{
    padding-left:50px;
    padding-right:0px;
    padding-top:30px;
    padding-bottom:40px;
    background:#F5F5F5;
}
.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:0px;
	width:calc(100% - 0px);
	padding:0px 20px;
    box-sizing: border-box;
	height:55px;
	font-size:15px;
	color:#000;
	background: #F5F5F5;
}
select.form_select{
	border:0px solid #d1d3d4;
	width:calc(100% - 0px);
	padding:0px 20px;
	height:45px;
	font-size:15px;
	color:#000;
	background: #F5F5F5;
}
.input_box2{
	padding-bottom:15px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:0px solid #d1d3d4;
		width:calc(100% - 0px);
		padding:0px 20px;
		height:50px;
		font-size:15px;
		color:#000;
		background:#F5F5F5;
        font-weight: 500;
	}
	.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:#F9B20C;
	border:0px;
	color:#000;
	cursor:pointer;
	font-size:15px;
    text-align: center;
    font-weight: bold;
}
input.submit_btn:hover{

    background:#000;
    color:#fff;
}
input.submit_btn2{
	height:55px;
	width:100%;
    
	background: #26428B;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
    text-align: center;
    font-weight: medium;
}
input.submit_btn2:hover{
    
		background: #000;
}
.tableabout4 td.tdabout4{
    vertical-align: middle;
    width:50%;
}
.tableabout4 td.tdabout4_1{
    padding-right:50px;
}
.tableabout4 td.tdabout4_2{
}
.whatsapp_chat_with_us{
    max-height: 50px;
}
.backbtn{
    height:47px;
    border:1px solid #000;
    display:inline-block;
    vertical-align: middle;
    padding:0px 17px;
    margin-bottom: 10px;
}
.back_icon{
    width: 11px;
    vertical-align: middle;
    margin-right:10px;
}
.areapoint{
	/*border:1px solid #ebecec;*/
    border-bottom:1px solid rgba(0,0,0,0.1);
	margin-bottom:10px;
}
.areadtitle{
    font-weight: bold;
	cursor:pointer;
	
    padding-top:25px;
    padding-bottom:25px;
	padding-right:35px;
	
}
.areadtitle:hover{
	color:#F9B20C;
}
.areadetail{
	display:none;
	padding-bottom:30px;
	background-color:#fff;
	color:#333;
}
.col4{
    display:inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width:25%;
    padding:0px 10px 30px 10px;
}
.videopoint{
    
}
.videoimgdiv{
    padding-bottom:75%;
}
.videoimgdiv1{
    height:40vw;
    text-align: center;
}
.videoimgdiv2{
    height:20vw;
    text-align: center;
}
.play_icon{
    max-height: 80px;
}
.a_playvideo{
    cursor: pointer;
}
.frameyoutube{
    height:55vw;
    max-height: 500px;
}
.locationbtn{
    box-sizing: border-box;
    min-width:130px;
    padding:0px 15px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height:45px;
    margin:0px 8px 8px 8px;
    background:#fff;
    color:#000;
    display:inline-block;
    font-size:15px;
    font-weight: 500;
}
.locationbtn:hover, .locationbtn_pointactive{
    background:#F9B20C;
    border: 1px solid #F9B20C;
}
.storecol3{
    width:33.33%;
    display: inline-block;
    vertical-align: top;
    padding:0px 10px 20px 10px;
    box-sizing: border-box;
}
.storepoint{
    background:#f5f5f5;
}
.storepointpad{
    padding:35px;
}
.storemh1{
    min-height: 150px;
}
.storebtnflex{
    /*display:flex;
    flex-direction: row;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;*/
}
.storebtn1{
    display:inline-block;
    height:50px;
    border:1px solid #000;
    text-align: center;
    box-sizing: border-box;
    width:calc(50% - 20px);
    margin-left:10px;
    margin-right:10px;
}
.storebtn1:hover{
    background:#000;
    color:#F9B20C;
}
a.a_storebtn1:first-child .storebtn1{
    width:calc(50% - 10px);
    margin-left:0px;
}
a.a_storebtn1:last-child .storebtn1{
    width:calc(50% - 10px);
    margin-right:0px;
}
.downloadpoint{
    padding-bottom:30px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    margin-bottom:30px;
}
.tabledownload td.tddownload{
    vertical-align: middle;
}
.tabledownload td.tddownload1{
    padding-right:30px;
}
.tabledownload td.tddownload2{
    width:208px;
}
.downloadbtn {
    height: 50px;
    background: url(images/download_icon.png) no-repeat left 23px center #F9B20C;
    background-size: 23px auto;
    box-sizing: border-box;
    width:100%;
    color: #000;
    font-weight: 500;
    text-align: center;
    padding-left: 45px;
    padding-right: 15px;
    border: 0px solid #F26823;
    border-radius: 25px;
    cursor: pointer;
}
.framepad{
    padding:30px 40px;
}
.tableproducth td.tdproducth{
    vertical-align: middle;
    width:50%;
}
.tableproducth td.tdproducth1{
    padding-right:20px;
}
.tableproducth td.tdproducth2{
    padding-left:20px;
}
.productcategorypart{
    padding-bottom:40px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    margin-bottom:40px;
}
.col4prod{
    display:inline-block;
    vertical-align: top;
    width:25%;
    box-sizing: border-box;
    padding:0px 10px 20px 10px;
}
.selectprodnav{
    box-sizing: border-box;
    border: 1px solid #000000;
    height:45px;
    width:200px;
    padding:0px 25px;
    margin-right:20px;
}
.selectprodnav2{
    box-sizing: border-box;
    border: 1px solid #000000;
    height:37px;
    width:118px;
    padding:0px 13px;
}
.selectprodnav2b{
    width:auto;
}
.arrow_prev{
    vertical-align: middle;
    margin:0px 5px;
    max-height:18px;
}
.arrow_next{
    vertical-align: middle;
    margin:0px 5px;
    max-height:18px;
}
.imgproduct{
	max-width:100%;
	max-height:650px;
	
	position:relative;
	/*z-index:2000;*/
}
.detail_product_img_point{
	width:100px;
	margin:0px 3px;
	display:inline-block;
	border:1px solid #eee;
	margin-bottom:6px;
	vertical-align:middle;
    cursor: pointer;
}
.detail_product_img_point img{
	max-width:100%;
    max-height: 100px;
}
.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;
}
.hp3txtdiv3{
    padding:15px 20px 20px 20px;
    background:#F5F5F5;
    text-align: left;
}
.dptabdiv{
    border-bottom:1px solid rgba(0,0,0,0.1);
    margin-bottom:20px;
}
.dptab{
    height:45px;
    border-bottom:3px solid transparent;
    display:inline-block;
    vertical-align: top;
    padding:0px 15px;
}
.dptab:hover, .dptabactive{
    border-bottom:3px solid #F9B20C;
}
.a_dptab:first-child .dptab{
    padding-left:0px;
}
.dptabbody{
    display:none;
}
.pageproduct1{
    padding-bottom:70px;
}
.tableproduct3 td.tdproduct3{
    vertical-align: middle;
}
.tableproduct3 td.tdproduct3a{
    
}
.tableproduct3 td.tdproduct3b{
    white-space: nowrap;
    padding-left:20px;
    padding-right:20px;
    width:70px;
}
.tdproduct3a_line{
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.pa_title_line{
    padding-top:30px;
}
.yes_icon{
    max-height: 115px;
}
.pas_table{
    border:1px solid #000;
}
.pas_table td.pas_td{
    vertical-align: middle;
    padding:20px;
    border-bottom:1px solid #000;
}
.pas_table td.pas_td1{
    padding-right:10px;
}
.pas_table td.pas_td2{
    padding-left:10px;
    text-align: right;
}
.wa_float_icon{
	position:fixed;
	z-index:1000;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:150px;
}