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


*{
	scroll-behavior: smooth;
}
html{
	width:100%;
}
body{
	font-family: 'Inter';
	background: #eee;
	margin:0px auto;
	font-size:12px;
	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:#D80B8C;
}
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:#e00;
	font-size:12px;
	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;
}
.borderradius20{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.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;
}
.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;
}
.topborderrad20{
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
}
.bottomborderrad20{
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
}
.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;
}

.bodycontainer{
	width:100%;
	max-width:390px;
	margin:0px auto;
	background:#fff;
	min-height: calc(100vh);
}
.container{
	min-width:280px;
    max-width:350px;
	padding:0 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:12px;
	line-height:15px;
}
.page_description4, .pagedescription4{
	font-size:10px;
	line-height:13px;
}
.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;
}
.content2descpartborder2{
	border: 1px solid #0000001A;
	padding:5px 0px;
}
.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:40px;
	background: linear-gradient(45deg, #2E368F 25.21%, #D80B8C 81.37%);
	color:#fff;
	border:0px;
	font-size:12px;
	padding:0px 10px;
    cursor: pointer;
	box-sizing: border-box;
}
	.btn1:hover{
		background: linear-gradient(45deg, #D80B8C 25.21%, #2E368F 81.37%);
	}
	.btn1w1{
		width:70%;
	}
	.btn1auto{
		width:auto;
	}
.btn2{
	display:inline-block;
	width:100%;
	max-width: 150px;
	height:40px;
	background: #fff;
	color:#000;
	border:0px;
	font-size:12px;
	padding:0px 10px;
    cursor: pointer;
	box-sizing: border-box;
}
	.btn2:hover{
		background: #000;
		color:#fff;
	}
	.btn2:hover .colorgradient1{
		background:none;
		-webkit-background-clip: unset;
        background-clip: unset;
    	-webkit-text-fill-color: #fff;
	}
	.btn2w1{
		width:70%;
	}
	.btn2auto{
		width:auto;
	}
.btn3{
	display:inline-block;
	width:100%;
	max-width: 150px;
	height:40px;
	background: none;
	color:#fff;
	border:1px solid #fff;
	font-size:14px;
	padding:0px 10px;
    cursor: pointer;
	box-sizing: border-box;
	text-align: center;
}
	.btn3:hover{
		background: #D80B8C;
		color:#fff;
		border-color:#D80B8C;
	}
.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: #D80B8C;
}
.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;
}
.colormagenta{
	color: #90298D;
}
.colorgradient1{
	background: linear-gradient(45deg, #2E368F 25.21%, #D80B8C 81.37%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;

}
.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;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.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;
}
.line4{
	border-bottom: 1px solid #90298D;
	width:34px;
	height:0px;
	 display:inline-block;
	 margin:10px auto;
}
.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;
}
.opacity05{
	opacity:0.5;
}


.homepart1{
	padding-top:50px;
	padding-bottom:30px;
	text-align: center;
}
.homeregisterpart{
	border-radius: 10px;
	background: #F5F5F5;
	padding:20px 10px 10px 10px;
	text-align: center;
}
.col2mf5{
	display:inline-block;
	vertical-align: top;
	width:50%;
	box-sizing: border-box;
	padding:0px 5px 5px 5px;
}
.homepart2{
	padding-bottom:35px;
}
.hp2box{
	text-align: center;
	padding:10px 5px 5px 5px;
	border-radius: 10px;
}
.hp2point{
	display:inline-block;
	vertical-align: top;
	width:25%;
	box-sizing: border-box;
	padding:0px 5px 10px 5px;
}
.hp2img{
	height:35px;
	padding-bottom:3px;
}
.hp2img img{
	max-height: 35px;
	max-width: 40px;
}
.hp2txt{
	height:34px;
	min-height: 34px;
	font-size:11px;
}
.homepart3{
	padding-bottom:70px;
}
.hp3head, .hp4head, .hp5head{
	text-align: center;
}
.hp3point{
	padding:10px 10px;
	background:#fff;
}
.hp3f{
	display:inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.hp3f1{
	width:50%;
}
.hp3f2{
	width:50%;
	padding-left:20px;
}
.hp3f2imgdiv{
	aspect-ratio: 1;
}
.hp3f1mh1{
	min-height: 95px;
}
.hp3f1mh2{
	min-height: 90px;
}
.hp3point{
	
}
.hp3pointbox{
padding:10px;
}
.hp3pointboxb{
	padding:15px;
	margin-bottom: 15px;
}
.hp3pointboxb_used{
	background:#D2D2D2;
}
.hp3pointboxb_notused{
	background:#D2D2D2;
}
.hp3f1img{
	max-width:100% !important;width:auto !important;
	max-height:50px;
}
.stroke1{
	width:100%;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	margin-top:10px;
	margin-bottom:10px;
}
.hp3mff{
	display:inline-block;
	vertical-align: middle;
}
.hp3mff1{
	width:calc(100% - 21px);
}
.hp3mff2{
	text-align: right;
	width:21px;
}
.homepart4{
	padding-bottom:50px;
}
.hp4point{
	padding-bottom:15px;
}
.hp4f{
	display:inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.hp4f1{
	width:78px;
	vertical-align: middle;
}
.hp4f2{
	width:calc(100% - 98px);
	padding-left:20px;
	vertical-align: middle;
}
.hp4f1imgdiv{
	width:78px;
	height:78px;
	background:#F5F5F5;
	text-align: center;
}
.hp4f1imgdiv img{
	max-width:45px;
	max-height:45px;
}
.hp4box{
	padding:13px;
	background:#fff;
	position:relative;
	z-index:1;
}
.hp4btnpart{
	text-align: center;
	position:relative;
	z-index:1;
}
.homepart5{
	background: linear-gradient(45deg, #2E368F 25.21%, #D80B8C 81.37%);
	padding-top:157px;
	margin-top:-177px;
	padding-bottom:20px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
}
.hp5body{
	padding:15px;
	background:#fff;
	color:#000;
	text-align: left;
}
.hp5point{
	padding-bottom:15px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-bottom:10px;
}
.hp5point:last-child{
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:0px;
}
.hp5f{
	display:inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.hp5f1{
	width:78px;
	vertical-align: middle;
}
.hp5f2{
	width:calc(100% - 78px);
	padding-left:20px;
	vertical-align: middle;
}
.hp5f1imgdiv{
	padding-bottom:100%;
}
.hp5f1imgdiv img{
	max-width:45px;
	max-height:45px;
}
.homepart6{
	padding-top:35px;
	padding-bottom:35px;
}
.homepart7{
	
	
}
.homepart7border{
	padding-bottom:30px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.hp7point{
	display:inline-block;
	vertical-align: middle;
	width:25%;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.hp7pointb{
	display:inline-block;
	vertical-align: middle;
	width:25%;
	padding:0px 5px 10px 5px;
	box-sizing: border-box;
}
.hp7head{
	text-align: center;
}
.hp7pad{
	height:50px;
	text-align: center;
}
.hp7padb{
	height:40px;
	padding:10px;
}
.hp7pad img{
	max-height: 50px;
	max-width: 100%;
}
.copyright{
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
}
.nowrap{
	white-space: nowrap;
}
.footersep{
	height:70px;
}
.footerpoint{
	display:inline-block;
	vertical-align: top;
	width:20%;
	box-sizing: border-box;
	padding:5px;
	text-align: center;
	font-size:11px;
	-webkit-filter: brightness(0);
	
}
	.footerpoint:hover, .footerpointactive{
		-webkit-filter: none;
	}
.footerimg{
	height:18px;
	padding-top:12px;
	padding-bottom:10px;
}
.footerimg img{
	max-height: 18px;
	max-width: 23px;
}
.footertxt{
	color:#000;
}
.aboutpart1{
	padding-top:0px;
	text-align: center;
	padding-bottom:30px;
	background: linear-gradient(180deg, #D80B8C 0%, #2E368F 100%);
	color:#fff;
}
.backpart {
	padding-top:20px;
    font-size: 13px;
	font-weight: 500;
	padding-bottom:20px;
}
.backpart img {
    vertical-align: middle;
    margin-right: 10px;
    max-width: 12px;
}
.backtext{
	display:inline-block;
	vertical-align: middle;
}
.biginfotext{
	padding-top:140px;
	font-size:30px;
	color:#D80B8C;
    text-align: center;
}
.biginfodescription{
	padding-bottom:100px;
}
.pagecontentpart{
	padding-top:20px;
	padding-bottom:50px;
}
.areapoint{
	border:0px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-bottom:0px;
}
.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:0px;
	padding-right:35px;
	
}
.areadtitle:hover{

	color:#000;
}
.areadetail{
	display:none;
	/*border-top:1px solid #ebecec;*/
	font-size:13px;
	line-height:20px;
	padding-top:10px;
	padding-bottom:30px;
	padding-left:0px;
	padding-right:0px;
	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;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2, input.login_input, .form_input2, input.register_input, .register_input{
	/*border-bottom:2px solid #e6e7e8;*/
	width:100%;
	box-sizing: border-box;
	padding:0px 20px;
	height:58px;
	font-size:13px;
	color:#000;
	background:#fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
select.form_select, .login_select, .register_select{
	border: 1px solid rgba(0, 0, 0, 0.1);
	/*border-bottom:2px solid #e6e7e8;*/
	width:calc(100% - 0px);
	padding:0px 20px;
	height:58px;
	font-size:13px;
	color:#000;
	background:#fff;
	box-sizing: border-box;
}
.input_box2, .logininputdiv{
	padding-bottom:15px;
}
	.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, textarea.register_textarea{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn, .login_button{
	height:55px;
	width:100%;
	border-radius: 30px;
	background: linear-gradient(45deg, #2E368F 25.21%, #D80B8C 81.37%);
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	font-weight: 500;
}
input.submit_btn:hover, .login_button:hover{
	background-color:#333;
	
}
input.login_button_continue,.login_button_continue{
	height:55px;
	width:100%;
	border-radius: 30px;
	background: url(images/continue.png) no-repeat right 15px center,linear-gradient(45deg, #2E368F 25.21%, #D80B8C 81.37%);
	background-size:12px auto, auto;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	font-weight: 500;
	padding:0px 15px;
	box-sizing: border-box;
}


.login_button2{
	height:55px;
	width:100%;
	box-sizing: border-box;

	
	cursor:pointer;
	font-size:14px;
	position: relative;
  color:#000;


border: 1px solid #0000;
  border-radius: 25px;
  background: 
    conic-gradient(#fff /* the background color */ 0 0) padding-box, linear-gradient(45deg, #2E368F 25.21%, #D80B8C 81.37%);

	font-weight: 500;

}
.login_button2:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px; /* border length  */
  background: linear-gradient(45deg, #2E368F 25.21%, #D80B8C 81.37%);
  border-radius: inherit;
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
}
.login_button_back{
	height:55px;
	width:100%;
	box-sizing: border-box;

	border: 1px solid #0000;
  border-radius: 25px;
  background: 
    url(images/back_icon.png) no-repeat left 15px center, conic-gradient(#fff /* the background color */ 0 0) padding-box, linear-gradient(45deg, #2E368F 25.21%, #D80B8C 81.37%);
	background-size:12px auto,auto, auto;

	font-weight: 500;
	
	cursor:pointer;
	font-size:14px;
	position: relative;
  color:#000;

}
.login_button_back:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px; /* border length  */
  background: linear-gradient(45deg, #2E368F 25.21%, #D80B8C 81.37%);
  border-radius: inherit;
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
}
/*.login_button2:hover{
	background:#eee;
}*/
.contact_label{
	padding-bottom:10px;
	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;
}
.tablebst td.tdbst{
	text-align: center;
	vertical-align: middle;
}
.tablebst td.tdbstborder{
	width:45%;
}
.tablebst td.tdbsttext{
	white-space: nowrap;
	padding:0px 10px;
}
.tdbstborderdiv{
	display:block;
	
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.borderstrippedtext{
	padding-bottom:15px;
}
.inputschoolcode{
	width: 100%;
	height: 87px;
	box-sizing: border-box;
	border-radius: 10px;
	border:1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	color:#000;
	text-transform: uppercase;

}
.descriptionli ul{
	list-style: none;
}
.descriptionli li{
    background:url("images/li_icon.png") no-repeat left top;
    background-size:23px auto;
    padding-left:35px;
    margin:0px;
    padding-bottom:15px;
}
.regverifypart{
	border:1px solid rgba(0, 0, 0, 0.1);
	background: #FFEEFE;
	padding:12px;
}
input.checkbox_register{
	-webkit-appearance:checkbox;
}
.tableheadslide td.tdheadslide{
	vertical-align: middle;
}
.tableheadslide td.tdheadslide1{

}
.tableheadslide td.tdheadslide2{
	text-align: right;
	font-weight:600;
}
.headslidearrow{
	vertical-align: middle;
	max-width: 7px;
}
.menuoverflowx{
    white-space: nowrap;
    overflow-x: auto;
	width: calc(100% + 20px);
}
.menubtn{
    display:inline-block;
    vertical-align: top;
    width:auto;
    height:40px;
    box-sizing: border-box;
    border:1px solid rgba(0,0,0,0.1);
    color:#000;
	font-weight: 600;
    padding:0px 15px;
	border-radius:30px;
}
.menubtn:hover, .menubtnactive{
    border:1px solid #D80B8C;
}
.menucol2{
	display:inline-block;
	vertical-align: middle;
	width:50%;
	padding:0px 5px;
	box-sizing: border-box;
}
.menubtn2{
    display:inline-block;
    vertical-align: top;
    width:100%;
    height:40px;
    box-sizing: border-box;
    border:1px solid rgba(0,0,0,0.1);
    color:#000;
	font-weight: 600;
    padding:0px 15px;
	border-radius:30px;
	font-size:13px;
	text-align: center;
}
.menubtn2:hover, .menubtn2active{
    border:1px solid #D80B8C;
}
.menubtn3{
    display:inline-block;
    vertical-align: top;
    width:100%;
    height:40px;
    box-sizing: border-box;
    border:1px solid rgba(0,0,0,0.1);
    color:#000;
	font-weight: 600;
    padding:0px 15px;
	border-radius:10px;
	font-size:13px;
	text-align: center;
}
.menubtn3 img{
	max-height: 21px;
	vertical-align: middle;
	margin-right:10px;
}
.menubtn3:hover, .menubtn3active{
    border:1px solid #D80B8C;
}
.menubtn3txt{
	display:inline-block;
	vertical-align: middle;
}
.bookpoint{
	display:inline-block;
	vertical-align: top;
	width:50%;
	padding:0px 5px 10px 5px;
	box-sizing: border-box;
}
.hp8imgdiv{
    padding-bottom:72%;
}
.hp8txt{
	min-height: 61px;
}
.hp8imgtxtpad{
}
.menupart{
	padding-bottom:25px;
}
.hp8imgtxtpad{
	padding:12px;
}
.hp8line{
	margin-top:5px;
    border-bottom: 1px solid #ddd;
	margin-bottom:5px;
}
.prodpageimgarrow{
    max-height:25px;
    vertical-align: middle;
}
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:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    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:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    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;
}
.newsbgdiv{
	aspect-ratio: 350/220;
	color:#fff;
}
.newsbgdivpad{
	padding:0px 15px 15px 15px;
}
.newsbgdivpad .pagedescription2{
	font-weight: 600;
}
.more_icon2{
	vertical-align: middle;
	max-width: 12px;
	margin-left:3px;
	margin-right:0px !important;
}
.tableback td.tdback{

}
.tableback td.tdback1{

}
.tableback td.tdback2{
	text-align: right;
}
.partnercol2{
	display:inline-block;
	vertical-align: middle;
	width:50%;
	padding:0px 5px 10px 5px;
	box-sizing: border-box;
}
.hp7padc{
	height:85px;
	padding:10px 15px;
	text-align: center;
}
.hp7padc img{
	max-height:75px;
}
.tablepartner1 td.tdpartner1{
	vertical-align: middle;
}
.tablepartner1 td.tdpartner1_1{
	width:70px;
	padding-right:20px;
}
.tablepartner1 td.tdpartner1_2{

}
.tdpartner1_1img{
	max-width: 70px;
	max-height: 70px;
}
.readytousetag{
	background: #F69321;
	color:#fff;
	font-size:12px;
	text-align: center;
	height:26px;
	display:inline-block;
	width:100%;
	max-width: 115px;
}
.usedtag{
	background: #72BF4B;
	color:#fff;
	font-size:12px;
	text-align: center;
	height:26px;
	display:inline-block;
	width:100%;
	max-width: 115px;
}
.notusedtag{
	background: #fff;
	color:#000;
	font-size:12px;
	text-align: center;
	height:26px;
	display:inline-block;
	width:100%;
	max-width: 115px;
}
.dprogheadbg{
	background: linear-gradient(45deg, #2E368F 25.21%, #D80B8C 81.37%);
	height:60px;
	text-align: center;
}
.dprodlogoh0{
	height:0px;
}
.dprodlogo{
	display:inline-block;
	width:auto;
	padding:5px 15px;
	background:#fff;
	margin-top:15px;
	height:60px;
	border-radius: 10px;
}
.dprodlogo img{
	max-height:57px;
	max-width: 100px;
}
.dprogbody{
	padding:35px 30px 30px 30px;
	text-align: center;
}
.progverifypart{
	border:1px solid #D80B8C;
	background: #FFEEFE;
	padding:12px;
}
.dprogline1out{
	padding:0px 20px;
}
.dprogline1{
	border-bottom: 1px dashed #D80B8C;
}
.dprogpart2{
	padding:13px;
}


.slider {
    position: relative;
    width: 100%;
    height: 60px;
    background: #ddd;
    border-radius: 50px;
    overflow: hidden;
    user-select: none;
  }

  .slider-text {
    position: absolute;
	width:100%;
	text-align: center;
	height:60px;
    font-family: sans-serif;
    font-size: 13px;
    pointer-events: none;
    color: #000;
	margin:0px auto;
	padding-left:30px;
	box-sizing: border-box;
  }

  .handle {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4145a, #3d5afe);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    transition: left 0.1s;
	z-index:100;
  }

  .handle img{
	max-width: 12px;
  }
  .handle:active {
    cursor: grabbing;
  }

  .handle span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }


.yes_part{
	background: #72BF4B;
	color:#fff;
	text-align: center;
	padding:10px;
}
.yes_part2{
	background: #90298D;
	color:#fff;
	text-align: center;
	padding:10px;
}
.yes_icon{
	display:inline-block;
	vertical-align: middle;
	width:30px;
	padding-right:15px;
}
.yes_icon img{
	max-width: 30px;
}
.yes_text{
	display:inline-block;
	vertical-align: middle;
	width:calc(100% - 45px);
	text-align: left;
}
.program_code{
	height:80px;
	text-align: center;
	border:1px solid rgba(0,0,0,0.2);
}
.progverifypart2{
	border: 1px solid #72BF4B;
	background: #EAFFD8;
	padding:12px;
}
.condition_error{
	background: #F5F5F5;
	text-align: center;
	padding:20px;
}
.back2{
	border: 1px solid #00000033;
	height:42px;
	width:100%;
	max-width: 215px;
	text-align: center;
	border-radius: 30px;
	margin:0px auto;
	display:inline-block;
	font-size:14px;
	font-weight: 500;
}
.back2 img{
	max-width: 12px;
	vertical-align: middle;
	margin-right:10px;
}
.membercard{
	background: linear-gradient(45deg, #2E368F 25.21%, #D80B8C 81.37%);
	padding:25px;
	color:#fff;
}
.membercardlogo{
	text-align: right;
}
.membercardlogo img{
	max-height: 44px;
}
.tablemembercard td.tdmembercard{
	vertical-align: top;
}
.tablemembercard td.tdmembercard1{
	padding-right:20px;
}
.tablemembercard td.tdmembercard2{
	width:100px;
}
.myprof_table td{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.myprof_table tr:first-child td{
	padding-top:10px;
}
.myprof_table tr:last-child td{
	border-bottom:0px;
	padding-bottom:10px;
}
.myprof_table tr.noborder td, table.noborder td{
	border:0px;
}
.myprof_table td.myprof_td1{
	width:168px;
	padding-left:15px;
	padding-right:10px;
    font-weight: bold;
}
.myprof_table td.myprof_td2{
	padding-right:15px;
}
.sharethis-inline-share-buttons{
	text-align: center !important;
}
.claimbtn{
	width:100%;
	height:60px;
	background: linear-gradient(45deg, #2E368F 25.21%, #D80B8C 81.37%);
	color:#fff;
	border:0px;
	font-weight:500;
	font-size:15px;
	padding:0px 10px;
    cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	border-radius:30px;
}
	.claimbtn:hover{
		background: linear-gradient(45deg, #D80B8C 25.21%, #2E368F 81.37%);
	}
	

	#button-background {
  position: relative;
  background: #D9D9D9;

  width: 100%;
  height: 64px;
  border: white;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#dragslider {
  transition: width 0.3s, border-radius 0.3s, height 0.3s;
  position: absolute;
  left: 5px;
  background: linear-gradient(135deg, #d4145a, #3d5afe);
  color:#fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor:pointer;
}
#dragslider.unlocked {
  transition: all 0.3s;
  width: inherit;
  left: 0 !important;
  height: inherit;
  border-radius: inherit;
}

.material-icons {
  color: black;
  font-size: 50px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.slide-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding-left:45px;
}
.imgproduct{
	max-width:100%;
	max-height:650px;
	
	position:relative;
	/*z-index:2000;*/

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

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

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

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