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


*{
	scroll-behavior: smooth;
}
html{
	width:100%;
}
body{
	font-family: 'Inter';
	background: #fff;
	margin:0px auto;
	font-size:13px;
	color:#000;
	padding:0px;
	overflow-x:hidden;
	overflow-y:scroll;
	height:auto;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
input, textarea{
	font-family: 'Inter';
	font-size:13px;
	position:relative;
	color:#939598;
	-webkit-appearance:none;
	padding:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
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:hover{
	color:#00B9AC;
}
b,strong{
	font-weight:bold;
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#999;opacity:1; }
::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input:-moz-placeholder { color:#999;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; }

.txtsearch2::-webkit-input-placeholder { color:#999;opacity:1; }
.txtsearch2::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
.txtsearch2:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input.txtsearch2:-moz-placeholder { color:#999;opacity:1; }


.animation{
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
.animationcolor{
	-o-transition:color .2s ease-out, background 0s linear;
	-ms-transition:color .2s ease-out, background 0s linear;
	-moz-transition:color .2s ease-out, background 0s linear;
	-webkit-transition:color .2s ease-out, background 0s linear;
	transition:color .2s ease-out, background 0s linear;
}
.animationall{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.verticalmiddle, .vm{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.verticalbottom, .vb{
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.horizontalcenter{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.error{
	color:#ff0000;
	font-size:14px;
	padding-top:5px;
	display:inline-block;
}
.error2{
	color:#ffa4a4;
	font-size:15px;
}
.borderradius5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.borderradius7{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.borderradius10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.borderradius18{
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
}
.borderradius25{
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
.borderradius100percent{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.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; }
.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; }


.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;
}
.lefttopborderrad10{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.righttopborderrad10{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topmright: 10px;
	border-top-right-radius: 10px;
}
.leftbottomborderrad10{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.rightbottomborderrad10{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.lefttopborderrad15{
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}
.righttopborderrad15{
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topmright: 15px;
	border-top-right-radius: 15px;
}
.leftbottomborderrad15{
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.rightbottomborderrad15{
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}
/*::-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: linear-gradient(180deg, #FDFBF5 0%, #FFDEEF 100%)!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;
}*/

.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.shadow2{
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

.posabs{
	position:absolute;
}
.posrel{
	position:relative;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.popupindex{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:-250px;
	left:50%;
	width:400px;
	height:565px;
	background:none;
	color:#333;	
	margin-left:-200px;
	font-size:14px;
	text-align:center;
	line-height:20px;
}
.popupindex_qb{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#939598;
	width:950px;
	height:calc(100vh - 200px);
    max-height: 550px;
	font-size:18px;
	line-height:30px;
	text-align:center;
}
#posfixed_qb{
	left:50%;
	margin-left:-475px;
	top:50%;
	margin-top:calc(-50vh + 100px);
}
.fullwidth{
	width:100%;
	/*min-width:1235px;*/
}

.popup_closediv{
	padding-bottom:20px;
	text-align:right;
}
.popup_closediv img{
	cursor:pointer;
}
#menuslidebackpart,#menuslidebackpart2,#menuslidebackpart_qb,#menuslidebackpart_qb2,#menuslidebackpart3,#menuslidebackpart4{
	position:fixed;	
	z-index:10010;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	display:none;
}
.popupindex2, .popupindex4{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	width:360px;
	height:360px;
	top:80px;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	text-align:center;
    display:none;
}
#posfixed_subscribe2{
	left:50%;
	margin-left:-237px;
}
.popupindex3{
	position:relative;
	z-index:9999999;
	border:1px solid #000;
	background:#fff;
	color:#fff;
	width:408px;
	height:428px;
	top:50px;
	font-size:15px;
}
.popupindex3b{
	position:relative;
	z-index:9999999;
	border:none;
    
	color:#000;
	width:500px;
	height:500px;
	top:120px;
}
#posfixed_addtocart{
	left:50%;
	margin-left:-212px;
}

.container{
	min-width:280px;
    max-width:1295px;
	padding:0px 20px;
	margin:0px auto;
}
.containerpadding{
	min-width:280px;
	max-width:935px;
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.container2{
	padding:0px 6.7vw;
}
.container3{
	min-width:280px;
	max-width:1100px;
	padding:0px 20px;
	margin:0px auto;
}
.container4{
	min-width:280px;
	max-width:1200px;
	padding:0px 20px;
	margin:0px auto;
}
.container5{
	min-width:280px;
	max-width:720px;
	padding:0px 20px;
	margin:0px auto;
}
.container6{
	min-width:280px;
	max-width:1000px;
	padding:0px 20px;
	margin:0px auto;
}
.container7{
	min-width:280px;
	max-width:850px;
	padding:0px 20px;
	margin:0px auto;
}
.container8{
	min-width:280px;
	max-width:650px;
	padding:0px 20px;
	margin:0px auto;
}
.header{
	height:125px;
	
	position:fixed;
	z-index:10000;
	width:100%;
	background:none;
	/*box-shadow:0px 0px 10px rgba(0,0,0,0.1);*/
	font-size:15px;
    color:#fff;
    font-weight: bold;
}
.headerpad{
    padding-top:34px;
	padding-bottom:34px;
}
	.headershadowpink{
		box-shadow:0px 8px 0px #ab0000;
	}
	.headeractive, .headeractivescroll, .headermactive{
		background:#fff;
        color:#000;
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	}
.logo2{
    display:none;
}
.headeractivescroll .logo{
    display:none;
}
.headeractivescroll .logo2{
    display:block;
}
.displaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .menudisplaym, .displaym640, .displaym850, .displaym1000, .displaym1180{
	display:none;
}
.tableheader td.tdheader{
    vertical-align: middle;
}
.tableheader td.tdheader1{
    width:162px;
    padding-right:50px;
}
.tableheader td.tdheader2{
    padding-right:30px;
    width:110px;
}
.tableheader td.tdheader3{
    text-align: right;
    padding-right:30px;
}
.tableheader td.tdheader4{
    text-align: right;
}
.category_icon, .sf-menu .category_icon{
    max-height:15px;
    margin-right:10px;
    vertical-align: middle;
}
.headeractivescroll .category_icon, .headerm .category_icon{
    filter: invert(1);
}
.menupoint, .sf-menu .menupoint{
    padding-left:12px;
    padding-right:12px;
    display:inline-block;
}
.menupoint2, .sf-menu .menupoint2{
    padding-left:5px;
    padding-right:5px;
    display:inline-block;
}
a.a_menupoint, .sf-menu a.a_menupoint{
    color:#fff;
}
    a.a_menupoint:hover, .sf-menu a.a_menupoint:hover{
        color:#b6da84;
    }
    .headeractivescroll a.a_menupoint, .headeractivescroll .sf-menu a.a_menupoint, .headerm a.a_menupoint{
        color:#000;
    }
    .headeractivescroll a.a_menupoint:hover, .headeractivescroll .sf-menu a.a_menupoint:hover{
        color:#29baa0;
    }
.arrow_dd, .sf-menu .arrow_dd{
    max-width: 9px;
    margin-left:10px;
    vertical-align: middle;
}
.headeractivescroll .arrow_dd, .headerm .arrow_dd, .menu_slide .arrow_dd{
    filter:invert(1);
}
.headertop{
	height:34px;
	border-bottom:0px solid #e6e7e8;
	text-align:center;
	background: #FCEEE2;
}
table.headertoptable td{
	height:34px;
	vertical-align:middle;
	
}
.hmenupoint{
	height:34px;
	padding:0px 10px;
	width:auto;
	display:inline-block;
	font-size:13px;
}
.hmenupoint:hover{
	background:#fff;
}
.hmenupoint2{
	font-size:15px;
	height:50px;
	padding:0px 10px;
	width:69px;
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	color:#21525d;
	border:2px solid #21525d;
	text-align:center;
}
.hmenupoint2:hover{
	background:#ba0000;
	color:#fff;
	
	
}
	.hmenupoint2_2{
		height:54px;
		border:0px;
		vertical-align:middle;
		background:#21525d;
		color:#fff;
	}
a.a_menu2{
	color:#fff;
}
a.a_menu2:hover{
	color:#ddd;
}
.borderright1white{
	border-right:1px solid #fff;
}
.headermiddleptable td.headermiddleptd{
	height:105px;
	vertical-align:middle;
	color:#000;
}
.headermiddleptable td.headermiddleptd1{
	width:220px;
	padding-right:20px;
}
.headermiddleptable td.headermiddleptd2{
	width:135px;
	padding-right:20px;
}
.headermiddleptable td.headermiddleptd3{
}
.headermiddleptable td.headermiddleptd4{
	padding-left:20px;
	width:335px;
	font-weight:bold;
}
.menubtncategory{
	display:inline-block;
	cursor:pointer;
	font-size:15px;
}
.menubtncategory img{
	vertical-align:middle;
	margin-right:7px;
	position:relative;
	top:0px;
}
.menubtncategory:hover{
	color:#000;
}
.menubtntext{
	font-weight:bold;
}
.header_search_box{
	margin-top:0px;
	width:100%;
	background:rgba(225,225,225,0.9);
	border-bottom:0px solid #000;
	height:54px;
}
.header_search_box2{
    background:#fff;
    height:54px;
    width:100%;
}
.header_search_box_product{
	margin-top:0px;
	width:100%;
	background: #F5F5F5;
	border-bottom:0px solid #000;
	height:54px;
}
.search_input{
	text-align:center;
	width:calc(100% - 115px);
	height:52px;
	border:0px;
	background:none;
	font-size:14px;
}
.search_input2{
	text-align:left;
	width:calc(100% - 35px);
	height:52px;
	border:0px;
	background:none;
    padding-left:20px;
    box-sizing: border-box;
	font-size:14px;
}
.search_input_product{
	text-align:left;
    padding-left:20px;
    box-sizing: border-box;
	width:calc(100% - 40px);
	height:52px;
	border:0px;
	background:none;
	font-size:14px;
}
.search_img{
	position:relative;
}
.search_img2{
    max-height:19px;
    vertical-align: middle;
}
.search_img_product{
    max-height:19px;
}
.btnsearch{
	height:44px;
	width:95px;
	background:#29baa0;
    color:#fff;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}
	.btnsearch:hover{
		background:#ba0000;
    }
.btnsearch_product{
    height:44px;
	width:30px;
	background:none;
    color:#fff;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}
.headerbottom{
	background:#fff;
	color:#000;
	font-size:15px;
	position:relative;
	top:60px;
	
	display:none;
	overflow-y:auto;
	max-height:calc(100vh - 200px);
}
.headerbottompad{
	padding:18px 25px 35px 35px;
	width:265px;
	text-align:left;
}
.headerbottompoint{
	padding:15px 25px 15px 0px;
	border-bottom:1px solid #e8e9ea;
	
	background:url(images/arrow_dd.png) no-repeat right 15px center;
	line-height:16px;
}
a.a_headerbottom2{
	font-weight:bold;
	color:#21525d;
}
	a.a_headerbottom2:hover{
		text-decoration:underline;
	}
.headersep{
	height:140px;
}
	.headersep2{
		height:140px;
	}
.menupop, .sf-menu .menupop{
    padding-top:35px;
}
.menupoppad, .sf-menu .menupoppad{
    background:#fff;
    padding:0px 0px 10px 0px;
    text-align: left;
}
.menupoppad2, .sf-menu .menupoppad2{
    background:#fff;
    padding:20px;
    text-align: left;
}
.headerddmenu, .sf-menu .headerddmenu{
    padding:0px 30px;
    height:50px;
    line-height: 20px;
}
.headerddmenul, .sf-menu .headerddmenul{
    padding:0px 30px;
    padding-bottom:10px;
    font-weight: normal;
}
.menupopline, .sf-menu .menupopline{
    margin:0px 0px 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
td.tdmenupop{
    /*max-width:250px;*/
}
.menupoppad a, .sf-menu .menupoppad a{
    color:#000;
}
.menupoppad a:hover, .sf-menu .menupoppad a:hover{
    color:#29baa0;
}
a.a_headerddmenul, .sf-menu a.a_headerddmenul{
    color:#999;
}
a.a_headerddmenul:hover, .sf-menu a.a_headerddmenul:hover{
    color:#29baa0;
}
.searchbtn{
    max-height:19px;
    cursor: pointer;
    vertical-align: middle;
}
.headeractivescroll .searchbtn{
    filter:invert(1);
}
.hsearchline, .sf-menu .hsearchline{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    margin:0px 20px;
    height:48px;
    display: inline-block;
}
.headeractivescroll .hsearchline{
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.cart_icon, .sf-menu .cart_icon{
    max-height: 24px;
    vertical-align: middle;
    cursor: pointer;
    margin:0px 5px;
}
.cart_icon2, .sf-menu .cart_icon2{
    max-height: 24px;
    vertical-align: middle;
    cursor: pointer;
    margin:0px 5px;
}
.headeractivescroll .cart_icon, .headeractivescroll .sf-menu .cart_icon, .headerm .cart_icon{
    filter:invert(1);
}
.posrelnum{
    position:relative;
    top:-35px;
    left:15px;
    font-weight: normal;
}
.cartnum{
    width:25px;
    height:25px;
    background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
    color:#fff;
    font-size:13px;
    text-align: center;
}
.menupopbtn2, .sf-menu .menupopbtn2{
    background:#f5f5f5;
    height:50px;
    width:200px;
    text-align: center;
    color:#000;
}
.menupopbtn2:hover{
    background:#eee;
}
.a_menupopbtn2, .sf-menu .a_menupopbtn2{
    display:block;
    padding-bottom:10px;
}
.a_menupopbtn2:last-child, .sf-menu .a_menupopbtn2:last-child{
    padding-bottom:0px;
}

.pagetitle1, .page_title1{
	font-size:25px;
	line-height:35px;
}
	.pagetitle1b, .page_title1b{
		font-weight:bold;
		font-size:25px;
		line-height:35px;
	}
.pagetitle2, .page_title2{
	font-size:35px;
    line-height:45px;
}
	.pagetitle2b, .page_title2b{
		font-weight:bold;
		font-size:35px;
        line-height:45px;
	}
.page_title3, .pagetitle3{
	font-size:30px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b{
		font-size:30px;
		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:27px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:27px;
		font-weight:bold;
	}
	.page_title5m, .pagetitle5m{
		font-size:20px;
		line-height:27px;
		font-weight:500;
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:20px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:20px;
		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_title7m, .pagetitle7m{
		font-size:18px;
		line-height:28px;
		font-weight:500;
	}
.page_title8, .pagetitle8{
	font-size:48px;/* 60px */
	line-height:58px;
}
.page_title9, .pagetitle9{
	font-size:16px;
	line-height:31px;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:31px;
		font-weight:bold;
	}
.page_title10, .pagetitle10{
	font-size:32px;/*40px*/
	line-height:35px;
}
	.page_title10b, .pagetitle10b{
		font-size:32px;
		line-height:40px;
		font-weight:bold;
	}
.page_title11, .pagetitle11{
	font-size:72px;/*90px*/
	line-height:90px;
}
	.page_title11b, .pagetitle11b{
		font-size:72px;
		line-height:90px;
		font-weight:bold;
	}
.page_title12, .pagetitle12{
	font-size:64px;/*80px*/
	line-height:80px;
}
	.page_title12b, .pagetitle12b{
		font-size:64px;
		line-height:80px;
		font-weight:bold;
	}
.pagedescription1, .page_description1{
	font-size:15px;
	line-height:25px;
}
	.pagedescription1 b, .page_description1 b, .pagedescription1 strong, .page_description1 strong{
		font-size:15px;
		line-height:25px;
		font-weight:bold;
	}
	.pagedescription1 img, .page_description1 img{
		max-width:100% !important;
		width:auto !important;
		height:auto !important;
	}
	.pagedescription1 em, .pagedescription1 i, .page_description1 em, page_description1 i{
		font-style:italic;
	}
	.page_description1 ul, .pagedescription1 ul{
		margin-left:0px;
	    list-style:disc;
	}
	.page_description1 ol, .pagedescription1 ol{
		margin-left:0px;
	}
	.page_description1 li, .pagedescription1 li{
		margin-left:20px;
	}
	.page_description1 sup, .pagedescription1 sup{
		vertical-align: super;
		font-size: smaller;
	}
	.page_description1 sub, .pagedescription1 sub{
		vertical-align: sub;
		font-size: smaller;
	}
.page_description2, .pagedescription2{
	font-size:13px;
	line-height:22px;
}
	.pagedescription2 b, .page_description2 b, .pagedescription2 strong, .page_description2 strong{
		font-size:13px;
		line-height:22px;
		font-weight:bold;
	}
	.pagedescription2 img, .page_description2 img{
		max-width:100% !important;
		width:auto !important;
		height:auto !important;
	}
.page_description3, .pagedescription3{
	font-size:11px;
	line-height:15px;
}
.lineheight50{
	line-height:50px;
}
.lineheight60{
	line-height:60px;
}
.content1description, .content2descpart{
}
	.content1descriptionp p{
		margin-bottom:10px;
	}
	.content1descriptionp li{
		padding-bottom:10px;
	}
	.content1descriptionp em, .content1descriptionp i{
		font-style:italic;
	}
.content2descpartborder{
	background:none;
}
.content2descpartpad{
	padding:25px 0px 30px 0px;
}
.content2descpartheadpad{
	padding:15px 0px 15px 0px;
	/*border-bottom:1px solid #000;*/
}
.content2descpartheadpad2{
	padding:20px 0px 0px 0px;
}
.btn1{
	width:100%;
	height:50px;
	background:#000;
	color:#fff;
	border:0px;
	font-size:14px;
	padding:0px 40px;
    cursor: pointer;
}
	.btn1w1{
		width:70%;
	}
	.btn1auto{
		width:auto;
	}
.pad10{
	padding-bottom:10px;
}
.pad15{
	padding-bottom:15px;
}
.pad20{
	padding-bottom:20px;
}
.pad25{
	padding-bottom:25px;
}
.pad30{
	padding-bottom:30px;
}
.pad35{
	padding-bottom:35px;
}
.pad40{
	padding-bottom:40px;
}
.pad45{
	padding-bottom:45px;
}
.pad50{
	padding-bottom:50px;
}
.padbot5{
	padding-bottom:5px;
}
.padbot10, .sf-menu .padbot10{
	padding-bottom:10px;
}
.padbot15{
	padding-bottom:15px;
}
.padbot20, .sf-menu .padbot20{
	padding-bottom:20px;
}
.padbot25{
	padding-bottom:25px;
}
.padbot30, .sf-menu .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;
}
.marginfit4px{
	margin-left:-4px;
	margin-right:-4px;
}
.marginfit5px{
	margin-left:-5px;
	margin-right:-5px;
}
.marginfit8px{
	margin-left:-8px;
	margin-right:-8px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfit12px{
	margin-left:-12px;
	margin-right:-12px;
}
.marginfit15px{
	margin-left:-15px;
	margin-right:-15px;
}
.marginfit20px{
	margin-left:-20px;
	margin-right:-20px;
}
.nooverflow{
	overflow:hidden;
}

.colorpink{
	color: #FFACAC;
}
.colorwhite{
	color:#fff;
}
.colorblack{
	color:#231f20;
}
.colororange{
	color:#f6852b;
}
.colorgreen{
	color:#57b519;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#5358CD;
}
.colorteal{
    color:#24BAA5;
}
.colorgrey{
	color:#939598;
}
.colordgrey{
	color:#58595b;
}
.colorlgrey{
	color:#aaa;
}
.colorred{
	color:#f00;
}
.bgpink{
	background:#f8c1d9;
}
.whitebg, .bgwhite{
	background:#fff;
}
.greybg, .bggrey{
	background:#f1f2f2;
}
.bggrey50hor{
	background: linear-gradient(to right, #fff 0%,#fff 50%,#fff 50%,#f1f2f2 50%,#f1f2f2 100%); /* W3C */
}
.maxwidth250{
	max-width:250px;
}
.maxwidth310{
	max-width:310px;
}
.maxwidth350{
	max-width:350px;
}

.maxwidth400{
	max-width:400px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth540{
	max-width:540px;
}
.maxwidth600{
	max-width:600px;
}
.maxwidth635{
	max-width:635px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth850{
	max-width:850px;
}
.degmin4{
	transform: rotate(-4deg);
}
.linedashed1{
	/*border-bottom: 1px dashed #000000;*/
	background-image: linear-gradient(to right, #000 30%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 3px 1px;
	background-repeat: repeat-x;
	height:1px;
}
.line1{
	margin:10px 0px;
	background-image: linear-gradient(to right, #000 30%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 3px 1px;
	background-repeat: repeat-x;
	height:1px;
}
.line2{
	height:1px;
	background-image: linear-gradient(to right, #000 30%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.line3{
    height:21px;
    width:1px;
    border-right: 1px solid #00B9AC;
    display:inline-block;
    vertical-align: middle;
    margin:0px 10px;
}
.letterspa01em{
	letter-spacing: 0.1em;
}
.customli li{
    list-style: none;
    background:url(images/li_icon.png) no-repeat left top;
    background-size:25px 25px;
    padding-left:40px;
    margin-left:0px;
    padding-bottom:15px;
}
.custombtn1{
    height:55px;
    background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%) #77D3F8;
    width:100%;
    max-width:350px;
    border:0px;
    cursor: pointer;
    color:#fff;
}
.custombtn1:hover{
    background:#9FCD47;
}
.custombtn1width100{
    max-width:none;
}
.custombtn2{
    height:55px;
    background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%) #77D3F8;
    width:100%;
    max-width:240px;
    border:0px;
    cursor: pointer;
    color:#fff;
}
.custombtn2:hover{
    background:#9FCD47;
}



.homepart1{
    height:52.5vw;
    color:#fff;
}
.headeroption{
	border-top:0px solid #eee;
	border-bottom:0px solid #eee;
	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;
}
.homepart2{
    height:64px;
    margin-top:-64px;
    
}
.homepart2bg{
    background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
    padding-bottom:40px;
    height:150px;
}
.homepart2overflowx{
    overflow-x:auto;
}
.hp2col6{
    width:16.66%;
    display:inline-block;
    vertical-align: top;
    padding:0px 20px 30px 20px;
    box-sizing: border-box;
    text-align: center;
    color:#fff;
}
.hp2imgdivmw{
    max-width:140px;
}
.hp2imgdiv{
    display:inline-block;
    width:100%;
    padding-bottom:100%;
}
.hp2col6 a{
    color:#fff;
}
.hp2col6 a:hover{
    color:#000;
}
.homepart3{
    padding-top:90px;
    padding-bottom:90px;
}
.hp3head{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.hp3headoverflowx{
    overflow-x: auto;
}
.tablehp3head td.tdhp3head{
    vertical-align: middle;
}
.tablehp3head td.tdhp3head1{
    padding-right:20px;
}
.tablehp3head td.tdhp3head2{
    text-align: right;
    
}
.hp3headbtn{
    display:inline-block;
    vertical-align: middle;
    padding:0px 25px;
    height:60px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    color:#858585;
    font-weight: bold;
    font-size:15px;
    
    border-top:3px solid transparent;
    border-bottom:3px solid transparent;
}
.hp3headbtn:hover, .hp3headbtnactive{
    color:#5358CD;
    border-bottom:3px solid #5358CD;
}
.arrow_blue{
    max-width: 13px;
    vertical-align: middle;
    margin-left:10px;
    display:inline-block !important;
}
a.a_arrow_blue, .a_arrow_blue{
    color:#5358CD;
}
a.a_arrow_blue:hover, .a_arrow_blue:hover{
    text-decoration:underline;
}
.arrow_teal{
    max-width: 13px;
    vertical-align: middle;
    margin-left:10px;
    display:inline-block !important;
}
a.a_arrow_teal{
    color:#00B9AC;
}
a.a_arrow_teal:hover{
    text-decoration:underline;
}
.hp3body{
    display:none;
}
.hp3bodypad{
    padding-top:40px;
}
.hp3point{
    padding:0px 20px 30px 20px;
}
.hp3imgdiv{
    height:59vw;
    max-height:235px;
}
.hp3imgdivpad{
    padding:25px;
}
.hp3imgcat{
    height:35px;
    background: linear-gradient(90deg, #5C73E8 -0.2%, #5C73E8 0.91%, #77D3F8 100.2%);
    width:auto;
    padding:0px 25px;
    color:#fff;
    display:inline-block;
}
.hp3imgcat2{
    height:35px;
    background: #858585;
    width:auto;
    padding:0px 25px;
    color:#fff;
    display:inline-block;
}
.hp3txtdivpad{
    background:#fff;
    padding:20px;
}
img.video_icon{
    display:inline-block !important;
    vertical-align: middle;
    max-height:14px;
    margin0-right:5px;
}
.hp3mh1{
    min-height:60px;
}
.hp3txtline{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tablehp3d td.tdhp3d{
    vertical-align: middle;
}
.tablehp3d td.tdhp3d1{
    
}
.tablehp3d td.tdhp3d2{
    text-align: right;
    white-space: nowrap;
}
.homepart4{
    
}
.tablehp4 td.tdhp4{
    vertical-align: top;
    width:50%;
}
.tablehp4 td.tdhp4_1{
    background: url('images/content/homepart4bg.png') no-repeat top center, linear-gradient(270deg, #BF00FF -6.31%, #BF00FF -5.52%, #5358CD 72.82%);
    background-size:100%, auto;
    color:#fff;
}
.tablehp4 td.tdhp4_2{
    
}
.tdhp4_1pad{
    padding:70px;
}
.homepart5{
    padding-top:60px;
    padding-bottom:60px;
}
.tablehp5 td.tdhp5{
    vertical-align: middle;
    width:50%;
}
.tablehp5 td.tdhp5_1{
    
}
.tablehp5 td.tdhp5_2{
    padding-left:70px;
}
.arrowbluerightfrombtn{
    margin-left:20px;
}
.homepart5a{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom:50px;
}
.homepart5b{
    padding-top:60px;
    text-align: center;
}
.hp5point{
    display:inline-block;
    vertical-align: middle;
}
.hp5point img{
    max-height:50px;
    max-width:150px;
    vertical-align: middle;
    margin:20px 20px;
}
.homepart6{
    padding:100px 0px;
    color:#fff;
}
.hp6point{
    display:inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
}
.hp6point1{
    width:50%;
}
.hp6point2{
    width:50%;
    padding-left:50px;
}
.hp6body{
    padding:35px;
    background:url('images/quote.png') no-repeat right 40px bottom 40px;
    background-color:#fff;
    color:#000;
}
.tablehp6h td.tdhp6h{
    vertical-align: middle;
    
}
.tablehp6h td.tdhp6h1{
    width:100px;
    padding-right:30px;
}
.tablehp6h td.tdhp6h2{
    
}
.homepart7{
    background: linear-gradient(90deg, #5C73E8 -0.2%, #5C73E8 0.91%, #77D3F8 100.2%) no-repeat;
    padding-top:70px;
    color:#fff;
    /*background-size: auto calc(100% - 63px);*/
    background-size: 100% calc(100% - 63px);
}
.newspoint{
    padding:40px 20px 0px 20px;
    box-sizing: border-box;
    width:33.33%;
    display:inline-block;
    vertical-align: top;
}
.newspoint2{
    padding-top:0px;
    padding-bottom:40px;
}
a.a_newspoint:hover{
    color: #0E2B84;
}
.newspointpad{
    
}
.hp8imgdiv{
    padding-bottom:56.5%;
}
.hp8imgtxtpad{
}
.hp8txt{
    background:#fff;
    padding:20px 25px;
}
.hp8line{
    border-bottom: 1px solid #ddd;
}
.hp8txt2{
    background:#fff;
    padding:0px 25px;
    height:63px;
}
.tablehp8d td.tdhp8d{
    vertical-align: middle;
}
.tablehp8d td.tdhp8d1{
    padding-right:20px;
}
.tablehp8d td.tdhp8d2{
    text-align: right;
}
.webfooterpart1{
    padding-top:85px;
    padding-bottom:50px;
}
.tablefooter td.tdfooter{
   vertical-align: top;
}
.tablefooter td.tdfooter1{
     width:275px;
    padding-right: 70px;
}
.tablefooter td.tdfooter2{
    
}
.tablefooter td.tdfooter3{
    width:330px;
    padding-left:20px;
}
.tablefooterb td.tdfooterb{
    padding-right:15px;
}
.socmedpoint{
    width:40px;
    height:40px;
    background:#D9D9D9;
    text-align:center;    
    display:inline-block;
    vertical-align: top;
    margin-right:15px
}
.socmedpoint img{
    max-height: 18px;
    max-width: 18px;
}
.socmedpoint:hover{
    background:#24b9a3;
}
.socmedpoint2{
    width:34px;
    height:34px;
    background:#00B9AC;
    text-align:center;    
    display:inline-block;
    vertical-align: top;
    margin-right:15px;
}
.socmedpoint2 img{
    max-height: 15px;
    max-width: 15px;
}
.socmedpoint2:hover{
    background:#000;
}
.socmedpoint3{
    width:34px;
    height:34px;
    background:#5358CD;
    text-align:center;    
    display:inline-block;
    vertical-align: top;
    margin-right:15px;
}
.socmedpoint3 img{
    max-height: 15px;
    max-width: 15px;
}
.socmedpoint3:hover{
    background:#000;
}

input.email_subscribe{
	height:60px;
	border:0px solid #d1d3d4;
	border-right:0px;
	padding:0px 20px;
	width:100%;
	background: #F5F5F5;
	font-size:13px;
	box-sizing:border-box;
}
input.emailsubscribebtn{
	height:60px;
	background: url(images/arrow_subscribe.png) no-repeat center center, linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
    background-size:24px auto, auto;
	border:none;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	box-sizing:border-box;
}
input.emailsubscribebtn:hover{
	background: url(images/arrow_subscribe.png) no-repeat center center, linear-gradient(90deg, #9FCD47 -0.2%, #77D3F8 100.2%);
    background-size:24px auto, auto;
}
.footerpointhead{
    padding-bottom:20px;
    font-size:18px;
    font-weight: bold;
}
.footerpoint{
    padding-bottom:15px;
    font-size:15px;
    line-height:20px;
}
.webfooterpart1a{
    padding-bottom:80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.copyright{
    padding-top:40px;
}
.tablecopyright td.tdcopyright{
    
}
.tablecopyright td.tdcopyright1{
    
}
.tablecopyright td.tdcopyright2{
    text-align: right;
}
.pageheaderpart{
    height:29.1vw;
    color:#fff;
    min-height: 350px;
}
.pageheaderpart2{
    height:29.1vw;
    max-height:250px;
    color:#fff;
}
.pageheaderpartpadbot{
    padding-bottom:50px;
}
.pageheaderpartline{
    background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
    height:19px;
}
.aboutpart1{
    padding-top:100px;
    text-align: center;
}
.aboutpart2{
    margin-top:-77px;
    height:77px;
    position:relative;
    z-index:1;
}
.aboutpart2bg{
    background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
    color:#fff;
}
.tablevisionmission td.tdvisionmission{
    width:50%;
    vertical-align: top;
    padding:35px 50px 50px 50px;
    text-align: left;
}
.tablevisionmission td.tdvisionmission1{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.tablevisionmission td.tdvisionmission2{
    
}
.aboutpart3{
    padding-top:250px;
    padding-bottom:30px;
    color:#fff;
}
.ap3point{
    width:33.33%;
    display:inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding:0px 20px 20px 20px;
    text-align: center;
    cursor: pointer;
}
.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);
}
.aboutpart4{
    padding-top:75px;
    padding-bottom: 80px;
    text-align: center;
}
.aboutbtn1{
    display:inline-block;
    width:100%;
    max-width: 330px;
    padding:0px 20px;
    margin:0px 8px 10px 8px;
    height:55px;
    background: url('images/wa_icon2.png') no-repeat left 15px center, linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
    background-size:25px auto, auto;
    color:#fff;
    font-weight: bold;
    text-align: center;
    border:0px;
    box-sizing: border-box;
    
}
.aboutbtn1:hover{
    background: url('images/wa_icon2.png') no-repeat left 15px center, linear-gradient(90deg, #9FCD47 -0.2%, #77D3F8 100.2%);
    background-size:25px auto, auto;
}
.aboutbtn1b{
    display:inline-block;
    width:100%;
    max-width: 330px;
    padding:0px 20px;
    margin:0px 8px 10px 8px;
    height:55px;
    background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
    background-size:auto;
    color:#fff;
    font-weight: bold;
    text-align: center;
    border:0px;
    box-sizing: border-box;
    
}
.aboutbtn1b:hover{
    background: linear-gradient(90deg, #9FCD47 -0.2%, #77D3F8 100.2%);
    background-size:auto;
}
.aboutbtn1w100{
    max-width: none;
    margin:0px;
}
.aboutbtn2{
    display:inline-block;
    width:100%;
    max-width: 330px;
    padding:0px 20px;
    margin:0px 8px 10px 8px;
    height:55px;
    background: none;
    color:#666;
    font-weight: bold;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    
}
.aboutbtn2:hover{
    background:#000;
    color:#fff;
}
.aboutbtn2w100{
    max-width: none;
    margin:0px;
}
.pagecontentpart{
    padding-top:55px;
    padding-bottom:80px;
}
.pagecontentpartlogin{
    margin-top:-10vw;
    padding-top:0px;
}
.pagecontentpartlogin2{
    margin-top:-16vw;
    padding-top:0px;
}
.backpart{
    padding-bottom:50px;
}
.backpart img{
    vertical-align: middle;
    margin-right:10px;
    max-height: 25px;
}
.backpart{
    font-size:15px;
    font-weight: bold;
}
.newspart1{
    text-align: center;
}
.newspart2{
    padding-bottom:80px;
}
.newspart2in{
    padding-top:50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.gallerypoint{
    padding:0px 10px 20px 10px;
    box-sizing: border-box;
    width:33.33%;
    display:inline-block;
    vertical-align: top;
}
.biginfotext{
	padding-top:40px;
	font-size:50px;
	color:#000;
    text-align: center;
}
.biginfodescription{
	padding-bottom:100px;
}
.menupart{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.menuoverflowx{
    white-space: nowrap;
    overflow-x: auto;
}
.menubtn{
    display:inline-block;
    vertical-align: top;
    width:auto;
    height:75px;
    box-sizing: border-box;
    border-top:3px solid transparent;
    border-bottom:3px solid transparent;
    color:#858585;
    padding:0px 20px;
}
.menubtn:hover, .menubtnactive{
    border-bottom:3px solid #00B9AC;
    color:#00B9AC;
}
.a_menubtn:first-child .menubtn{
    padding-left:0px;
}
.areapoint{
	border:1px solid #ebecec;
	margin-bottom:10px;
}
.areadtitle{
    font-weight: bold;
	font-size:14px;
    line-height:18px;
	color:#333;
	cursor:pointer;
	
	background-color:#fff;
    padding-top:15px;
    padding-bottom:15px;
	padding-left:25px;
	padding-right:35px;
	
}
.areadtitle:hover{
	
	background-color:#f9f9f9;
	color:#000;
}
.areadetail{
	display:none;
	border-top:1px solid #ebecec;
	font-size:13px;
	line-height:30px;
	padding-top:30px;
	padding-bottom:60px;
	padding-left:30px;
	padding-right:65px;
	background-color:#fff;
	color:#333;
}
.tnc_point{
	padding-bottom:25px;
}
.tnc_title{
	font-weight: bold;
	font-size:13px;
	padding-bottom:5px;
	line-height:22px;
}
.tnc_description{
	font-size:13px;
	line-height:20px;
}
.tablecontactotherpart td.tdcontactotherpart{
	vertical-align:top;
}
.tablecontactotherpart td.tdcontactotherpart1{
	
	
}
.tablecontactotherpart td.tdcontactotherpart2{
    padding-left:55px;
	width:50%;
    padding-top:25px;
}
.tablefcontact td.tdfcontact{
	vertical-align:middle;
    padding-top:15px;
	padding-bottom:15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tablefcontact td.tdfcontact1{
	width:35px;
	padding-right:15px;
	vertical-align:top;
}
	.tdfcontact1 img{
        max-height:28px;
        max-width: 22px;
	}
.tablefcontact td.tdfcontact2{
	
}
.tablefcontact td.tdfcontact2 a{
	color:#000;
}
	.tablefcontact td.tdfcontact2 a:hover{
		color:#333;
	}
.tablefcontact tr:first-child td.tdfcontact{
    padding-top:0px;
    border-top:0px;
}
.contactpart1{
    padding-bottom:70px;
}
.tablecontact td.tdcontactnopadtd{
	width:50%;
}
.tablecontact td.tdcontactsep{
    width:20px;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
	border:0px solid #ddd;
	/*border-bottom:2px solid #e6e7e8;*/
	width:calc(100% - 42px);
	padding:0px 20px;
	height:58px;
	font-size:15px;
	color:#333;
	background:#F5F5F5;
}
select.form_select{
	border:0px;
	/*border-bottom:2px solid #e6e7e8;*/
	width:calc(100% - 0px);
	padding:0px 20px;
	height:58px;
	font-size:15px;
	color:#333;
	background:#f1f2f2;
}
.input_box2{
	padding-bottom:23px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:0px solid #d1d3d4;
		background:#f1f2f2;
		width:100%;
		padding:0px 20px;
		height:57px;
		font-size:15px;
		color:#333;
	}
	.input_box2b{
		padding-bottom:20px;
	}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:55px;
	width:100%;
	background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
    font-weight: bold;
}
input.submit_btn:hover{
	background-color:#333;
	
}
.contact_label{
	padding-bottom:15px;
	font-size:14px;
}
input.form_checkbox{
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	margin-right:10px;
	vertical-align:middle;
}
.contact_checkbox_point{
	padding-bottom:18px;
}
.servicepoint{
    padding-bottom:70px;
    margin-bottom:70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    
}
.servicepoint:last-child{
    margin-bottom:0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    padding-bottom:0px;
}
.tableservicecat td.tdservicecat{
    vertical-align: top;
    width:50%;
}
.tableservicecat td.tdservicecat1{
    padding-right:30px;
}
.tableservicecat td.tdservicecat2{
    padding-left:30px;
    padding-top:20px;
}
.tableservicecat td.tdservicecat1b{
    padding-right:30px;
    padding-top:20px;
}
.tableservicecat td.tdservicecat2b{
    padding-left:30px;
    
}
.servicecatpoint{
    padding:20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tableservice td.tdservice{
    vertical-align: top;
}
.tableservice td.tdservice1{
    
}
.tableservice td.tdservice2{
    width:400px;
    padding-left:50px;
}
.pagedescriptionfaceul ul{
    list-style: none;
    padding-top:25px;
    padding-bottom:25px;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.pagedescriptionfaceul li{
    background:url("images/li_icon2.png") no-repeat left top;
    background-size:23px auto;
    padding-left:35px;
    margin:0px;
    padding-bottom:15px;
}
.pagedescriptionfaceul2 ul{
    list-style: none;
    padding-top:20px;
    padding-bottom:10px;
}
.pagedescriptionfaceul2 li{
    background:url("images/li_icon3.png") no-repeat left top;
    background-size:23px auto;
    padding-left:35px;
    margin:0px;
    padding-bottom:15px;
}
.tdservice2div{
    padding:30px;
}
.tableservicei td.tdservicei{
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top:20px;
    padding-bottom:20px;
}
.tableservicei td.tdservicei1{
    width:20px;
    padding-right:15px;
}
.tableservicei td.tdservicei2{
    
}
.tableservicei td.tdservicei3{
    text-align: right;
    padding-left:10px;
}
.tableservicei td.tdservicei img{
    max-width:15px;
    max-height: 15px;
}
.tableservicei tr:last-child td.tdservicei{
    border-bottom: 0px;
}
.menupopoverflowy{
    overflow-y:auto;
    max-height:400px;
    padding-right:30px;
}
.loginpad{
    padding:40px;
}
.logininputdiv{
	padding-bottom:20px;
}
	.logininputdiv .login_button{
	}
input.login_input{
	width:100%;
	height:55px;
	text-align:left;
	border:0px;
	background:#F5F5F5;
	font-size:15px;
    padding:0px 20px;
    box-sizing: border-box;
}
input.login_button{
	width:100%;
	height:55px;
	text-align:center;
	border:none;
	background:#000;
	color:#fff;
	font-size:15px;
    font-weight: bold;
	cursor:pointer;
    background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
}
input.login_button:hover{
	background: linear-gradient(90deg, #9FCD47 -0.2%, #77D3F8 100.2%);
}
input.login_button2{
	width:100%;
	height:55px;
	text-align:center;
	border:none;
	background:#fff;
	border: 1px solid #000000;
	color:#000;
	font-size:15px;
    font-weight: bold;
	cursor:pointer;
}
input.login_button2:hover{
	background:#333;
	color:#fff;
}
a.a_login{
	color:#000;
}
a.a_login:hover{
	text-decoration:underline;
}
a.a_login2{
	color:#000;
	text-decoration:underline;
}
a.a_login2:hover{
	color:#666;
}
.headernotify{
	background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
	color:#fff;
	
	top:185px;
	width:100%;
	height:50px;
	font-size:15px;
	z-index:10000;
	position:fixed;
	top:120px;
}
.headernotify2{
	background-color:#f76060;
	color:#fff;
	top:185px;
	width:100%;
	height:60px;
	font-size:15px;
	z-index:10000;
}
.headernotify3{
	background-color:#46ba69;
	color:#fff;
	top:185px;
	width:100%;
	height:60px;
	font-size:15px;
	z-index:10000;
}
.notifybtn{
	width:142px;
	height:30px;
	display:inline-block;
	margin-left:20px;
	color:#fff;
	background-color:#231f20;
	font-size:13px;
	line-height:30px;
	text-align:center;
}
.notifybtn:hover{
	background-color:#666;
	color:#fff;
}
.notifybtn2{
	width:142px;
	height:24px;
	display:inline-block;
	margin-left:10px;
	color:#fff;
	border:1px solid #fff;
	background-color:none;
	font-size:13px;
	line-height:24px;
	text-align:center;
}
.notifybtn2:hover{
	background-color:#fff;
	color:#000;
}
.grandnotifybtn2{
	width:156px;
	height:50px;
	display:inline-block;
	color:#939598;
	border:3px solid #dcddde;
	background-color:none;
	font-size:15px;
	line-height:50px;
	text-align:center;
}
.grandnotifybtn2:hover{
	background-color:#dcddde;
	color:#666;
}
.notifybtn3{
	width:142px;
	height:24px;
	display:inline-block;
	margin-left:10px;
	color:#46ba69;
	border:1px solid #fff;
	background-color:#fff;
	font-size:13px;
	line-height:24px;
	text-align:center;
}
.notifybtn3:hover{

	color:#000;
}
.grandnotifybtn3{
	width:156px;
	height:50px;
	display:inline-block;
	margin-left:10px;
	color:#fff;
	border:3px solid #8dc63f;
	background-color:#8dc63f;
	font-size:15px;
	line-height:50px;
	text-align:center;
}
.grandnotifybtn3:hover{
	background-color:#666;
	border:3px solid #666;
	color:#fff;
}
input.checkbox_register{
	-webkit-appearance:checkbox;
}
input.register_input{
	width:calc(100% - 32px);
	max-width:383px;
	padding-left:15px;
	padding-right:15px;
	height:45px;
	border:0px solid #d1d3d4;
	background:#F5F5F5;
	color:#333;
	font-size:15px;
}
select.register_select{
	width:100%;
	/*max-width:415px;*/
	padding-left:15px;
	padding-right:15px;
	height:45px;
	border:0px solid #d1d3d4;
	background:#F5F5F5;
	color:#333;
	font-size:15px;
}
select.register_select_ep{
	
}
textarea.register_textarea{
	width:calc(100% - 32px);
	height:90px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	height:145px;
	border:0px solid #000;
	background:#f5f5f5;
	color:#333;
	font-size:15px;
}
input.register_button{
	width:100%;
	max-width:512px;
	height:45px;
	text-align:center;
	border:none;
	background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
	color:#fff;
	font-size:15px;
	cursor:pointer;
}
input.register_button:hover{
	background: linear-gradient(90deg, #9FCD47 -0.2%, #77D3F8 100.2%);
}

.myprof_table td{
	padding-top:6px;
	padding-bottom:15px;
	border-bottom:0px solid #ddd;
}

.myprof_table tr:first-child td{
	padding-top:0px;
}
.myprof_table tr:last-child td{
}
.myprof_table tr.noborder td, table.noborder td{
	border:0px;
}
.myprof_table td.myprof_td1{
	width:168px;
	pading-right:20px;
    font-weight: bold;
}
td.noborder{
	border:0px;
}
.myprof_td2{
	text-align:left;
}
.myprof_td1{
	width:155px;
	padding-right:15px;
}
.editprofile_button{
	width:auto;
	min-width:110px;
	padding-left:25px;
	padding-right:25px;
	height:37px;
	color:#5358CD;
	background:none;
	font-size:13px;
	border:none;
	cursor:pointer;
	margin-bottom:5px;
	border: 2px solid #5358CD;
}
.editprofile_button:hover{
	background:#5358CD;
	color:#fff;
}
.aepacp_span{
    margin-left:10px;
}
.content2descpartborder{
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding:25px 30px;
    box-sizing: border-box;
}
.register_label{
	padding-top:12px;
	font-size:15px;
}
.tablepackageb td.tdpackageb{
    width:50%;
    vertical-align: middle;
}
.tablepackageb td.tdpackageb1{
    padding-right:10px;
}
.tablepackageb td.tdpackageb2{
    padding-left:10px;
}
.tablepackagec td.tdpackagec{
    width:50%;
    vertical-align: middle;
}
.tablepackagec td.tdpackagec1{
    padding-right:10px;
}
.tablepackagec td.tdpackagec2{
    padding-left:70px;
}
.packagepart{
    padding-bottom:50px;
}
.content1lefttd{
	width:400px;
	padding-right:45px;
}
.content1righttd{
	padding-left:0px;
}
.content1lefttdprod{
	width:400px;
	padding-right:45px;
}
.content1righttdprod{
	padding-left:0px;
}
.sidebar1pad{
	padding:25px 30px;
	min-height:250px;
}
.sidebar1padproduct{
	padding:0px;
	min-height:auto;
}
.sidebar1_point{
	padding-bottom:20px;
}
.sidebar1_point_b{
	padding-left:35px;
}
.sidebar1_body{
	
	/*display:none;*/
	padding:25px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom:25px;
}
.sidebar1_head{
    
}
.sidebar1_point{
	/*padding-bottom:15px;*/
}
	.sidebar1_point img{
		margin-right:5px;
	}
	.sidebar1_point:last-child{
		padding-bottom:0px;
	}
.sidebar1_pointpad{
	padding-left:15px;
}
.sidebar1_dot{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	margin-right:20px;
	border: 3px solid #D9D9D9;
	background: #D9D9D9;
    box-sizing: border-box;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.sidebar1_point_textdiv{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 43px);
}
	.sidebar1_point:hover .sidebar1_dot, .sidebar1_pointactive .sidebar1_dot{
		background:#5358CD;
	}
	.sidebar1_point:hover .sidebar1_point_textdiv{
		color:#5358CD;
	}
.sidebar_price_label{
	padding-top:15px;
	padding-bottom:4px;
	font-size:12px;
}
input.sidebar_input_price{
	width:100%;
    box-sizing: border-box;
	height:35px;
	padding:5px 10px;
	border:0px solid #c9cbcd;
	background:#f5f5f5;
	color:#333;
	font-size:13px;
	margin-right:7px;
}
input.sidebar_input_button{
	width:100%;
	height:36px;
	border:0px solid #c9cbcd;
	background:linear-gradient(90deg, #5C73E8 -0.2%, #5C73E8 0.91%, #77D3F8 100.2%);
	color:#fff;
	font-size:13px;
    font-weight: bold;
	border:none;
	cursor:pointer;
}
input.sidebar_input_button:hover{
    background:linear-gradient(90deg, #77D3F8 -0.2%, #77D3F8 0.91%, #5C73E8 100.2%);
}
.productpricingtable td.productpricingtd{
    width:50%;
    padding-right:10px;
    padding-bottom:10px;
}
.tablepheadnav td.tdpheadnav{
    vertical-align: middle;
}
.tablepheadnav td.tdpheadnav1{
    padding-right:20px;
}
.tablepheadnav td.tdpheadnav2{
    text-align: right;
}
select.product_page_select{
	height:45px;
	box-sizing:border-box;
	width:auto;
	color:#888;
	font-size:13px;
	margin-left:5px;
	margin-right:5px;
	padding:0px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	vertical-align:middle;
}
.product_page_border{
    display:inline-block;
    vertical-align: top;
    height:45px;
	box-sizing:border-box;
    vertical-align:middle;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size:13px;
	margin-left:5px;
	margin-right:5px;
	padding:0px 10px;
    width:auto;
	color:#888;
    font-weight: bold;
}
.product_td{
    display:inline-block;
    vertical-align: top;
    width:50%;
    padding:0px 20px 34px 20px;
    box-sizing: border-box;
    
}
.product_td_col3{
    display:inline-block;
    vertical-align: top;
    width:33.33%;
    padding:0px 20px 34px 20px;
    box-sizing: border-box;
}
.prodpageimgarrow{
    max-height:25px;
    vertical-align: middle;
}
.tabledp td.tddp{
    vertical-align: top;
}
.tabledp td.tddp1{
    
}
.tabledp td.tddp2{
    width:400px;
	padding-left:45px;
}
.dplessonborder{
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.dplessonpoint{
    padding:20px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.dplessonpoint:last-child{
    border-bottom:0px;
}
.tablelessonpoint td.tdlessonpoint{
    vertical-align: middle;
}
.tablelessonpoint td.tdlessonpoint1{
    
}
.tablelessonpoint td.tdlessonpoint2{
    width:170px;
}
.video_icon2{
    max-height:15px;
    margin-right:15px;
    vertical-align: middle;
}
.dpinstructortable td.dpinstructortd{
    vertical-align: top;
}
.dpinstructortable td.dpinstructortd1{
    width:40%;
    padding-right:40px;
}
.dpinstructortable td.dpinstructortd2{
    padding-top:20px;
}
.othercoursepart{
    margin-top:60px;
    padding-top:35px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom:0px;
}
.package_credit_border{
    height:50px;
    box-sizing: border-box;
    margin-bottom:25px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-align: center;
    padding:0px 20px;
}
.package_discount{
    padding:20px 25px;
    
    background: linear-gradient(90deg, #BF00FF -0.2%, #BF00FF 0.8%, #5358CD 100.2%);
    color:#fff;
}
.atcdiv{
    padding:30px;
}
.pricenormaltxt{
    text-decoration: line-through;
}
.discounttag{
    height:31px;
    color:#fff;
    background: linear-gradient(90deg, #BF00FF -0.2%, #BF00FF 0.8%, #5358CD 100.2%);
    display:inline-block;
    width:auto;
    vertical-align: middle;
    padding:0px 10px;
}
.tabledpinfo td.tddpinfo{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: top;
    padding-top:20px;
    padding-bottom:20px;
}
.tabledpinfo td.tddpinfo1{
    padding-right:20px;
}
.tabledpinfo td.tddpinfo2{
    
}
.dpinfoimg{
    display:inline-block;
    vertical-align: middle;
    width:25px;
    margin-right:10px;
}
.dpinfoimg img{
    max-width:16px;
    max-height:20px;
    vertical-align: middle;
}
.dpinfotxt{
    display:inline-block;
    vertical-align: middle;
}
.tablemyaccount td.tdmyaccount{
    vertical-align: top;
}
.tablemyaccount td.tdmyaccount1{
}
.tablemyaccount td.tdmyaccount2{
    width:400px;
	padding-left:45px;
}
.shopcartdivpad{
    padding:25px 35px;
    background:#fff;
    min-height: 420px;
}
.shopcartdivpad2{
    padding:20px;
    background:#fff;
}
.shoppingbag_table .tableshopcartdetail td{
	padding-top:0px;
	padding-bottom:10px;
	border-bottom:0px solid #e4e5e6;
}
.shoppingbag_table td.shoppingbag_td{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
	
}
.shoppingbag_table td.shoppingbag_tdheader{
    padding-top:0px;
	padding-bottom:5px;
	border-bottom:0px solid #e4e5e6;
	background:none;
}
.shoppingbag_table tr.shoppingbag_trpoint td.shoppingbag_td{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.shoppingbag_table td:first-child{
	padding-left:0px;
}
.shoppingbag_table td:last-child{
	padding-right:0px;
}
.shoppingbag_table tr.parent td{
	/*border-top:1px solid #e4e5e6;*/
}
.shoppingbag_table tr.parent .tableshopcartdetail td{
	padding-top:0px;
	padding-bottom:7px;
	border-top:0px solid #e4e5e6;
	font-size:13px;
	padding-right:5px;
}
.shoppingbag_input_qty{
	width:41px;
	padding:0px 0px 0px 10px;
	height:26px;
	border:1px solid #939598;
	font-family: "proxima.bold";
	font-size:15px;
	color:#6d6e71;
}
.shopcart_name{
	padding-bottom:10px;
	color:#222;
	font-size:15px;
}
.shopcart_price{
	font-size:15px;
}
input.shoppingbag_delete_btn{
	background:#fff;
	border:1px solid #ddd;
	color:#939598;
	height:30px;
	width:68px;
	margin-bottom:5px;
	cursor:pointer;
	vertical-align:top;
}
input.shoppingbag_delete_btn:hover{
	background:#eee;
	color:#333;
}
.shoppingbag_remove_btn{
	vertical-align:top;
	height:27px;
	width:27px;
	background:#D9D9D9;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	margin-bottom:1px;
}
.shoppingbag_remove_btn:hover{
	background:#bbb;
}
.shoppingbag_remove_btn img{
    max-width: 15px;
    max-height: 15px;
}
.shoppingbag_remove_btn2{
	vertical-align:top;
	height:35px;
	width:35px;
	background:#eee;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
.shoppingbag_remove_btn2:hover{
	background:#bbb;
}
.shoppingbag_remove_btn2 img{
    max-width: 15px;
    max-height: 15px;
}
.shopping_image{
	/*border:1px solid #bbb;*/
	width:90px;
}
.shoppingbag_voucher_code{
	width:140px;
	padding:0px 10px;
	height:34px;
	border:1px solid #b0b3bf;
}
.shoppingbag_finish_part{
	padding-top:0px;
	padding-bottom:15px;
}
.shoppingbag_finish_part_grey, .shoppingbag_finish_part_white{
	/*background-color:#848d9e;*/
	color:#fff;
	font-size:15px;
	height:60px;
	vertical-align:middle;
	font-family: "proxima.bold";
	color:#333;
}
.shoppingbag_checkout_btn{
	width:100%;
	height:48px;
	font-size:15px;
	background: url(images/arrow_submit.png) no-repeat right 20px center, linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
    background-size:20px auto, auto;
	color:#fff;
    font-weight: bold;
	border:0px;
	cursor:pointer;
	vertical-align:top;
}
.shoppingbag_checkout_btn:hover{
	background: url(images/arrow_submit.png) no-repeat right 10px center, linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
    background-size:20px auto, auto;
	cursor:pointer;
}
.shoppingbag_checkout_btn2{
	width:162px;
	height:48px;
	font-size:15px;
	background:#fff;
	color:#000;
	border:1px solid #d1d3d4;
}
.shoppingbag_checkout_btn2:hover{
	background:#eee;
	cursor:pointer;
}
	.shoppingbag_checkout_btn2acp{
		width:100%;
		max-width:415px;
	}
.shoppingbag_checkout_btn3{
	width:100%;
	height:48px;
	font-size:15px;
	background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
    background-size:auto;
	color:#fff;
    font-weight: bold;
	border:0px;
	cursor:pointer;
	vertical-align:top;
}
.shoppingbag_checkout_btn3:hover{
	background: linear-gradient(90deg, #9FCD47 -0.2%, #77D3F8 100.2%);
    background-size:auto;
	cursor:pointer;
}
.tableshopcarta td.tdshopcarta{
    vertical-align: top;
    font-weight: bold;
}
.tableshopcarta td.tdshopcarta1{
    padding-right:20px;
}
.tableshopcarta td.tdshopcarta2{
    
    text-align: right;
}
.divshopcarta{
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    margin-bottom:10px;
}
.voucherinputpad{
	padding:8px;
	background: #f5f5f5;
}
.shoppingbagpad{
	padding:15px 25px;
}
input.email_voucher{
	height:35px;
	border:0px;

	padding:0px 15px;
	width:100%;
	background:none;
	font-size:13px;
	box-sizing:border-box;
}
input.emailvoucherbtn{
	height:35px;
	background: #5358CD;
	border:none;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	box-sizing:border-box;
}
input.emailvoucherbtn:hover{
	background:#555;
}
.promoapplieddiv{
    padding:15px 0px 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shopcartgrandtotaldiv{
	border-top:1px solid rgba(0,0,0,0.1);
    padding:15px 0px 30px 0px;
}
.bankpoint{
    display:inline-block;
    vertical-align: top;
    width:50%;
    padding:0px 10px 20px 10px;
    box-sizing: border-box;
}
.bankpointborder{
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding:18px;
    padding-left:60px;
    background:url(images/checkbox_passive.png) no-repeat left 18px top 18px;
    background-size:20px auto;
    cursor: pointer;
}
.bankpointborder:hover,.bankpointborderactive{
    border: 3px solid #5358CD;
    padding-top:16px;
    padding-left:58px;
    padding-bottom:16px;
    background:url(images/checkbox_active.png) no-repeat left 16px top 16px;
    background-size:20px auto;
}
.bankpointborder img{
    max-height:30px;
}
.banktable td.banktd{
    width:50%;
    padding-top:10px;
    padding-bottom:5px;
}
.banktable td.banktd1{
    padding-right:20px;
}
.banktable td.banktd2{
    
}
.co_pad{
    padding:50px 40px;
    background:#fff;
}
.co_pad img{
    max-height:55px;
}
.co_part1{
    padding-bottom:30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom:30px;
}
.co_part2{
    padding-bottom:40px;
}
.tableco2 td.tdco2{
    vertical-align: top;
    width: 50%;
}
.tableco2 td.tdco2_1{
    padding-right:20px;
}
.tableco2 td.tdco2_2{
    
}
.tableco3 td.tdco3{
    vertical-align: top;
    padding-bottom:15px;
}
.tableco3 td.tdco3_1{
    width:50%;
    padding-right:20px;
}
.tableco3 td.tdco3_2{
    
}
.tdco2_2divpad{
    background: #F5F5F5;
    padding:20px 25px;
}
.invoicecodetitle{
	color:#000;
	font-weight:bold;
	font-size:14px;
	
}
.invoicecode{
	color:#9FCD47 ;
	margin-left:10px;
}
.invh_table td.invh_td{
}
.invh_table td.invh_td1{
}
.invh_table td.invh_td2{
	text-align:right;
}
.order_date_to{
	vertical-align:middle;display:inline-block;
}
.inv_label{
	color:#000;
	display:none;
}
.tabledelivery1 td{
	padding-bottom:13px;
	font-size:14px;
}
.tabledelivery2 td{
	padding-bottom:10px;
	font-size:13px;
}
.rekapdiv{
	width:100%;
	max-width:480px;
	padding:15px 20px;
	/*border:7px solid #f1f2f2;*/
	text-align:left;
	box-sizing:border-box;
}
.rekapdivtitle{
	font-weight:bold;
	color:#000;
	font-size:15px;
	padding-bottom:10px;
	text-align:center;
}
.rekapimg{
	max-width:50px;
	max-height:50px;
}
.rekapimg2{
	max-width:60px;
	max-height:60px;
}
.rekapname{
	padding-bottom:5px;
	color:#000;
}
.rekaptable td{
	padding-bottom:14px;
	padding-top:14px;
	border-bottom:1px solid #d7d8d9;
	vertical-align:top;
	color:#222;
	padding-right:10px;
}
	.rekaptableco .rekaptrbody:last-child td{
		border-bottom:0px;
	}
.rekaptable3 td{
	padding-bottom:14px;
	padding-top:14px;
	border-top:1px solid #d7d8d9;
	vertical-align:top;
    font-size:13px;
}
	.rekaptable3 td:last-child{
		padding-right:10px;
	}
.rekaptable2{
}
.rekaptable2 td{
	font-size:13px;
	padding-top:10px;
	padding-right:10px;
}
	.rekaptable2 td:last-child{
		padding-right:10px;
	}
.rekaptable2b td{
	font-size:12px;
	font-weight:bold;
	color:#222;
}
	.rekaptable2b td:last-child{
		padding-right:10px;
	}
.addtobag_button{
	width:100%;
	box-sizing:border-box;
	height:45px;
	font-size:15px;
	background:#000;
	color:#fff;
	border:0px;
	cursor:pointer;
	vertical-align:top;
	text-align:center;
}
	.addtobag_button2{
		background:#eb1b24;
		color:#fff;
	}
	.addtobag_button3{
		border: 1px solid #000000;
		background:#fff;
		color:#000;
	}
.addtobag_button:hover{
	background:#eb1b24;
	color:#fff;
}
	.addtobag_button img{
		max-height:17px;
		vertical-align:middle;
		margin-right:8px;
	}
	.addtobag_button3:hover{
		background:#eee;
		color:#000;
	}
.ai_btn_search{
	background: #000;
	width:75px;
	height:45px;
	border:0px;
	color:#fff;
	cursor:pointer;
}
	.ai_btn_search:hover{
		background:#000;
	}
table.myaccount_table2{
	border-collapse:collapse;
	/*border:1px solid #33;*/
}
.myaccount_table2 td{
	/*border-left:1px solid #939598;
	border-right:1px solid #939598;*/
	color:#333;
	padding:15px 10px;
	vertical-align:middle;
	border-bottom:1px solid #ddd;
}
.myaccount_table2 td:first-child{
    padding-left:0px;
}
.myaccount_table2 td:last-child{
    padding-right:0px;
}
td.myaccount_td_header{
	text-align:left;
	border-bottom:none;
	padding:15px 10px;
	background:none;
    font-weight: bold;
}
td.myaccount_td_header:first-child{
	padding-left:0px;
}
td.myaccount_td_header:last-child{
	padding-right:0px;
}
.confirmpay_button{
	display:inline-block;
    vertical-align: top;
    width:auto;
	min-width:112px;
	padding-left:10px;
	padding-right:10px;
	height:35px;
	background-color:#fff;
	font-size:13px;
	color: #5358CD;
	text-align:center;
	border: 1px solid #5358CD;
	cursor:pointer;
	box-sizing:border-box;
	margin-bottom:5px;
}
.confirmpay_button2{
	background: none;
	border-color:#FFAB00;
	color:#FFAB00;
}
.confirmpay_button3{
	border-color:#ff0000;
	color:#ff0000;
}
.confirmpay_button4{
	width:45px;
	background: #1F6E37;
	border:0px;
	color:#fff;
}
	.confirmpay_button4 img{
		max-height:25px;
	}
.confirmpay_button:hover{
	background-color:#5358CD;
	color:#fff;
}
.confirmpay_button2:hover{
	background-color:#FFAB00;
	color:#fff;
}
.myaccount_table2 .tr_invoice{
}
.myaccount_table2 .tr_invoice:hover{
	/*background-color:#f9f9f9;*/
}
.myaccount_table2 .tr_invoice td.td_invoice{
	vertical-align:top;
	font-size:13px;
}
.acd_txt1 img{
    max-height:15px;
    vertical-align: middle;
    margin-right:5px;
}
.tablehacd td.tdhacd{
    
}
.tablehacd td.tdhacd1{
    padding-right:20px;
}
.tablehacd td.tdhacd2{
    text-align: right;
    padding-top:20px;
}
.tableacd td.tdacd{
    vertical-align: top;
}
.tableacd td.tdacd1{
    width:330px;
}
.tableacd td.tdacd2{
    padding-left:25px;
    
}
.tableacdb td.tdacdb{
    vertical-align: middle;
    padding-bottom:18px;
}
.tableacdb td.tdacdb1{
    width:20px;
    background:url("images/acd_point_bg.png") repeat-y center center;
}
.tableacdb td.tdacdb2{
    padding-left:30px;
    
}
.tableacdb tr:last-child td.tdacdb{
    padding-bottom:0px;
}
.tableacdb tr:first-child td.tdacdb1{
}
.acdb_dot{
    width:20px;
    height:20px;
    background: #C4C4C4;
}
.acdb_dotactive, .acdb_dot:hover{
    background: linear-gradient(90deg, #5C73E8 -0.2%, #5C73E8 0.91%, #77D3F8 100.2%);
}
.acdicon img{
    max-height:35px;
}
.acdicon{
    display:inline-block;
    vertical-align: middle;
    width:50px;
}
.acdtext{
    display:inline-block;
    vertical-align: middle;
    width:calc(100% - 50px)
}
.tdacdb2div{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding:15px 15px;
    cursor: pointer;
}
.tdacdb2div:hover, .tdacdb2divactive{
    background: linear-gradient(90deg, #5C73E8 -0.2%, #5C73E8 0.91%, #77D3F8 100.2%);
    color:#fff;
}
.acd_icon_active{
    display:none;
}
.tdacdb2divactive .acd_icon_active, .tdacdb2div:hover .acd_icon_active{
    display:block;
}
.tdacdb2divactive .acd_icon_passive, .tdacdb2div:hover .acd_icon_passive{
    display:none;
}
.iframeyoutube{
    display:none;
    
}
.iframeyoutubevideo{
    height:60vw;
    max-height:600px;
}
.eventborderpart1{
    border-top:15px solid #5358CD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.tableeventa td.tdeventa{
    padding:30px;
}
.tableeventa td.tdeventa1{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width:30%;
}
.tableeventa td.tdeventa2{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width:40%;
}
.tableeventa td.tdeventa3{
    width:30%;
}
.gmapsbtn{
    cursor:pointer;
    width:auto;
    height:34px;
    padding-left:38px;
    padding-right:25px;
    background: url(images/pin_icon2.png) no-repeat left 15px center, linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
    background-size:9px auto, auto;
    border:0px;
    color:#fff;
    font-weight:bold;
    font-size:13px;
}
.gmapsbtn:hover{
    background: url(images/pin_icon2.png) no-repeat left 10px center, linear-gradient(90deg, #9FCD47 -0.2%, #77D3F8 100.2%);
    background-size:9px auto, auto;
}
.aboutevent1{
    display:inline-block;
    width:100%;
    padding:0px 15px 0px 30px;
    margin:0px 0px 15px 0px;
    height:45px;
    background: url('images/wa_icon2.png') no-repeat left 15px center, linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
    background-size:25px auto, auto;
    color:#fff;
    font-weight: bold;
    text-align: center;
    border:0px;
    box-sizing: border-box;
    
}
.aboutevent1:hover{
    background: url('images/wa_icon2.png') no-repeat left 15px center, linear-gradient(90deg, #9FCD47 -0.2%, #77D3F8 100.2%);
    background-size:25px auto, auto;
}
.aboutevent1b{
    display:inline-block;
    width:100%;
    padding:0px 15px 0px 15px;
    margin:0px 0px 0px 0px;
    height:45px;
    background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%);
    background-size:auto;
    color:#fff;
    font-weight: bold;
    text-align: center;
    border:0px;
    box-sizing: border-box;
    cursor:pointer;
}
.aboutevent1b:hover{
    background: linear-gradient(90deg, #9FCD47 -0.2%, #77D3F8 100.2%);
    background-size: auto;
}
.aboutevent2{
    display:inline-block;
    width:100%;
    padding:0px 15px;
    margin:0px 0px 10px 0px;
    height:45px;
    background: none;
    color:#666;
    font-weight: bold;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    
}
.aboutevent2:hover{
    background:#000;
    color:#fff;
}
.eventpart2{
    background: #F5F5F5;
    padding:0px 5px;
}
.tableventpart2 td.tdeventpart2{
    vertical-align:middle;
    padding:10px;
}
.tableventpart2 td.tdeventpart2_1{
    border-right: 1px solid #E1E1E1;
}
.tableventpart2 td.tdeventpart2_2{
    width:35%;
    text-align:center;
}
.scetablea td.scetda{
    vertical-align:middle;
}
.scetablea td.scetda1{
    padding-left:20px;
    padding-right:20px;
}
.scetablea td.scetda2{
    width:150px;
    text-align:right;
}
.mstoggle{
    display:none;
}
.headermlogo{
    width:120px;
}
.nowrap{
    white-space: nowrap;
}
.wraptext, .wrap{
    white-space: normal;
}
.btnfilter{
    background: linear-gradient(90deg, #77D3F8 -0.2%, #9FCD47 100.2%) #77D3F8;
    cursor: pointer;
    height:35px;
    width:100px;
    border:0px;
    color:#000;
    text-align: center;
}
.btnfilter:hover{
    background: linear-gradient(90deg, #9FCD47 -0.2%, #77D3F8 100.2%) #77D3F8;
}
.btnfilter img{
    max-height: 15px;
    vertical-align: middle;
    margin-right:10px;
}
.posabsbtnvideo{
    width: 40px; height: 40px; position: absolute; opacity: 1; right: 12px; top: 12px;background:#000;text-align:center;
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.posabsbtnvideo:hover{
    background:#fff;
}
select.input_style1, .input_style1{
	width:48px;
	height:25px;
	border:1px solid #bcbec0;
	padding:0px 5px;
	color:#000;
}
	select.input_style1b{
		height:30px;
	}
	select.input_style1auto{
		width:auto;
		min-width:68px;
	}
.input_style1_dot img{
	max-width: 10px !important;
	
}
.input_style1_dot{
	vertical-align: middle;
	display:inline-block;
	height:20px;
}
.inputradio{
	-webkit-appearance:radio;
}
.dnp_pad{
	padding:20px;
	/*border:1px solid #000;*/
}
.dnp_head{
	height:70px;
	line-height:70px;
	font-size:15px;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:20px;
}
.dap_input_div{
	padding-bottom:13px;
}
.mp_point{
	padding:10px 0px;
	border-bottom:3px solid #fff;
	background:#fff;
	cursor:pointer;
	color:#000;
}
.dap_bank_icon img{
	max-height:40px;
	vertical-align: middle;
	margin-right:5px;
	border:1px solid #eee;
	border-radius:5px;
}