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

@font-face {
	font-family: "Gotham-Book";
	src: url(font/Gotham-Book.otf);
}
@font-face {
	font-family: "Gotham-Medium";
	src: url(font/Gotham-Medium.otf);
}
@font-face {
	font-family: "Gotham-Bold";
	src: url(font/Gotham-Bold.otf);
}




/*
@font-face {
	font-family: "Baskerville";
	src: url(font/Baskerville.ttf);
}*/

*{
	scroll-behavior: smooth;
}
html{
	width:100%;
}
body{
	font-family: "Gotham-Book";
	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: "Gotham-Book";
	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:#c02852;
}
b,strong{
	font-family: "Gotham-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{
	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;
}
.lefttopborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.righttopborderrad5{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topmright: 5px;
	border-top-right-radius: 5px;
}
.leftbottomborderrad5{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.rightbottomborderrad5{
	-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;
}
.fullwidth{
	width:100%;
	/*min-width:1235px;*/
}
.container{
	min-width:280px;
	max-width:1180px;
	padding:0px 20px;
	margin:0px auto;
}
.container_pad10{
	min-width:280px;
	max-width:1180px;
	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:880px;
	padding:0px 20px;
	margin:0px auto;
}
.container3nopad{
	min-width:280px;
	max-width:880px;
	padding:0px 0px;
	margin:0px auto;
}
.header{
	height:84px;
	position:fixed;
	z-index:10000;
	width:100%;
	background:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	font-size:13px;
	text-align:center;
}
	.headershadowpink{
		box-shadow:0px 8px 0px #ab0000;
	}
	.headeractive, .headeractivescroll, .headermactive{
		background: rgba(253,251,245,0.9) !important;
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	}
.displaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .menudisplaym, .displaym640{
	display:none;
}
.headertop{
	height:34px;
	border-bottom:1px solid #e6e7e8;
}
table.headertoptable td{
	height:34px;
	vertical-align:middle;
	
}
.tableheader td.tdheader{
	height:84px;
	vertical-align:middle;
}
.tableheader td.tdheader1{
	padding-right:70px;
	width:150px;
}
.tableheader td.tdheader2{
	text-align:left;
}
.tableheader td.tdheader3{
	width:260px;
	padding-left:20px;
	text-align:right;
}
.logo{
	max-width:150px;
}
.member_icon{
	max-width:39px;
	vertical-align:middle;
}
.member_span{
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	font-size:15px;
}
.hmenupoint{
	font-family:"Gotham-Medium";
	height:84px;
	padding:0px 13px;
	width:auto;
	display:inline-block;
	font-size:13px;
	box-sizing:border-box;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
}
.hmenupoint:hover , .hmenupointactive{
	border-bottom: 3px solid #BF244F;
}
.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;
}
.a_hmenupoint:first-child .hmenupoint{
	padding-left:0px;
}
.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-family: "Gotham-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-family: "Gotham-Bold";
}
.header_search_box{
	margin-top:50px;
	width:100%;
	background:none;
	border-bottom:1px solid #000;
	height:54px;
}
.search_input{
	text-align:center;
	width:100%;
	height:52px;
	border:0px;
	background:none;
	font-size:22px;
}
.search_img{
	position:relative;
}
.btnsearch{
	height:54px;
	width:65px;
	background:#21525d;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	cursor:pointer;
}
	.btnsearch:hover{
		background:#ba0000;
	}
.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-family: "Gotham-Bold";
	color:#21525d;
}
	a.a_headerbottom2:hover{
		text-decoration:underline;
	}
.headersep{
	height:84px;
}
	.headersep2{
		height:140px;
	}
.pagetitle1, .page_title1{
	font-size:25px;
	line-height:35px;
}
	.pagetitle1b, .page_title1b{
		font-family: "Gotham-Bold";
		font-size:25px;
		line-height:35px;
	}
.pagetitle2, .page_title2{
	font-size:35px;
}
	.pagetitle2b, .page_title2b{
		font-family: "Gotham-Bold";
		font-size:35px;
	}
.page_title3, .pagetitle3{
	font-size:30px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b{
		font-size:30px;
		line-height:35px;
		font-family: "Gotham-Bold";
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-family: "Gotham-Bold";
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:27px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:27px;
		font-family: "Gotham-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-family: "Gotham-Bold";
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:28px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:28px;
		font-family: "Gotham-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-family: "Gotham-Bold";
	}
.page_title10, .pagetitle10{
	font-size:32px;/*40px*/
	line-height:35px;
}
	.page_title10b, .pagetitle10b{
		font-size:32px;
		line-height:40px;
		font-family: "Gotham-Bold";
	}
.page_title11, .pagetitle11{
	font-size:72px;/*90px*/
	line-height:90px;
}
	.page_title11b, .pagetitle11b{
		font-size:72px;
		line-height:90px;
		font-family: "Gotham-Bold";
	}
.page_title12, .pagetitle12{
	font-size:64px;/*80px*/
	line-height:80px;
}
	.page_title12b, .pagetitle12b{
		font-size:64px;
		line-height:80px;
		font-family: "Gotham-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-family: "Gotham-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-family: "Gotham-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{
	font-family: "Gotham-Medium";
	width:100%;
	height:45px;
	background:#000;
	color:#fff;
	border:0px;
	font-size:15px;
	padding:0px 40px;
}
	.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{
	padding-bottom:10px;
}
.padbot15{
	padding-bottom:15px;
}
.padbot20{
	padding-bottom:20px;
}
.padbot25{
	padding-bottom:25px;
}
.padbot30{
	padding-bottom:30px;
}
.padbot35{
	padding-bottom:35px;
}
.padbot40{
	padding-bottom:40px;
}
.padbot45{
	padding-bottom:45px;
}
.padbot50{
	padding-bottom:50px;
}
.padbot55{
	padding-bottom:55px;
}
.padbot60{
	padding-bottom:60px;
}
.padbot65{
	padding-bottom:65px;
}
.padbot70{
	padding-bottom:70px;
}
.padbot75{
	padding-bottom:75px;
}
.padbot80{
	padding-bottom:80px;
}
.padbot90{
	padding-bottom:90px;
}
.padbot100{
	padding-bottom:100px;
}
.padbot110{
	padding-bottom:110px;
}
.padbot120{
	padding-bottom:120px;
}
.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;
}
.nooverflow{
	overflow:hidden;
}

.colorpink{
	color: #FFACAC;
}
.colorwhite{
	color:#fff;
}
.colorblack{
	color:#231f20;
}
.colororange{
	color:#f6852b;
}
.colorgreen{
	color:#57b519;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#21525d;
}
.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;
}
.maxwidth350{
	max-width:350px;
}

.maxwidth400{
	max-width:400px;
}
.maxwidth540{
	max-width:540px;
}
.maxwidth580{
	max-width:580px;
}
.maxwidth600{
	max-width:600px;
}
.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;
}
.letterspa01em{
	letter-spacing: 0.1em;
}

.col2{
	display:inline-block;
	width:50%;
	padding:0px 10px;
	box-sizing:border-box;
	vertical-align:top;
}
.homepart2{
	padding-bottom:75px;
}
.hp2btn{
	background: #BF244F;
	color:#fff;
	font-size:16px;
	height:75px;
	width:100%;
	text-align:center;
}
	.hp2btn:hover{
		background:#333;
	}
	.hp2btn2{
		background:#000;
	}
	
.homepart3{
	padding-bottom:70px;
}
.slidepad{
	padding:0px 10px 20px 10px;
}
.productborder{
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom:20px;
}
.productimg{
	padding-bottom:64%;
}
.productpad1{
	padding:17px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.productpad2{
	padding:14px 17px;
}
.productpad1mh{
	min-height:140px;
}
.tableproductinfo td.tdproductinfo{
	vertical-align:top;
	padding-bottom:10px;
}
.tableproductinfo td.tdproductinfo1{
	width:40%;
}
.tableproductinfo td.tdproductinfo2{
}
.tableproductinfo tr:last-child td.tdproductinfo{
	padding-bottom:0px;
	
}
.tableproductmember td.tdproductmember{
	vertical-align:middle;
}
.tableproductmember td.tdproductmember1{
	width:41px;
	padding-right:11px;
}
	td.tdproductmember1 img{
		max-width:100%;
	}
.tableproductmember td.tdproductmember2{
	
}
.homepart4{
	background: #F5F5F5;
	padding:75px 0px;
}
.tablehomepart4 td.tdhomepart4{
	width:50%;
	vertical-align:middle;
}
.tablehomepart4 td.tdhomepart4_1{
	padding-right:10px;
}
.tablehomepart4 td.tdhomepart4_2{
	padding-left:50px;
}
.btnread{
	width:auto;
	padding:0px 20px;
	height:40px;
	background: #BF244F;
	color:#fff;
	cursor:pointer;
	border:0px;
}
	.btnread:hover{
		background:#000;
	}
.webfooterpart1{
	padding:70px 0px 95px 0px;
}

.tablewebfooterpart1 td.tdwebfooterpart1{
	vertical-align:top;
}
.tablewebfooterpart1 td.tdwebfooterpart1_1{
	width:25%;
	padding-right:25px;
}
.footerlogo{
	max-height:29px;
}
.footer_btn{
	width:100%;
	max-width:235px;
	text-align:left;
	margin-bottom:20px;
}
.footer_ico{
	display:inline-block;
	width:40px;
	vertical-align:top;
}
	.footer_ico img{
		max-width:17px;
		max-height:20px;
		margin-top:3px;
	}
.footer_btn_text{
	width:calc(100% - 45px);
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	line-height:18px;
}
.webfooterpart2{
	padding-bottom:23px;
	margin-bottom:23px;
}
.tablewebfooterpart2 td.tdwebfooterpart2{
	vertical-align:top;
}
.tablewebfooterpart2 td.tdwebfooterpart2_1{
	vertical-align:middle;
}
.tablewebfooterpart2 td.tdwebfooterpart2_2{
	width:75px;
	text-align:right;
}
.socmed_point2{
	margin-left:17px;
}
	.socmed_point2 img{
		vertical-align:middle;
	}
	.socmed_point2:first-child{
		margin-left:0px;
	}
.footermenu{
	font-size:13px;
	margin-right:25px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
	font-family:"Gotham-Medium";
}
	.footermenu:last-child{
		margin-right:0px;
	}
.webfooterpart3{
	font-size:13px;
	padding-bottom:25px;
	border-bottom:1px solid #e9eaea;
}
.copyright{
	padding-bottom:60px;
}
.table_copyright td.tdcopyright1{
	width:50%;
}
.table_copyright td.tdcopyright2{
	text-align:right;
}
.pagecontentpart{
	padding-top:55px;
	padding-bottom:80px;
}
.navpart{
	padding-bottom:20px;
	text-align:left;
}
.navpart img{
	max-height:32px;
	vertical-align:middle;
}
.backtext{
	margin-left:10px;
}

.logininputdiv{
	padding-bottom:14px;
}
input.login_input, textarea.login_input, select.login_input{
	width:100%;
	padding-left:25px;
	padding-right:18px;
	height:54px;
	text-align:left;
	background: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.1);
	
	box-sizing:border-box;
	color:#000;
	font-size:15px;
}
	input.login_input_adatitle{
		width:calc(100% - 130px);
	}
	input.login_input_mail{
		padding-left:70px;
		background:url(images/mail_icon2.png) no-repeat left 18px center;
	}
	input.login_input_pass{
		padding-left:70px;
		background:url(images/pass_icon.png) no-repeat left 18px center;
	}
	input.login_input_name{
		padding-left:70px;
		background:url(images/name_icon.png) no-repeat left 18px center;
	}
	input.login_company_name{
		padding-left:70px;
		background:url(images/company_icon.png) no-repeat left 18px center;
	}
	input.login_input_short{
		width:100px;
	}
	input.login_input_short2{
		width:150px;
	}
	.login_input_mb{
		margin-bottom:10px;
	}
input.login_input:hover, input.login_input:focus, textarea.login_input:hover, textarea.login_input:focus{
	border:1px solid #BF244F;
}
textarea.login_textarea{
	height:200px;
	padding-top:20px;
	padding-bottom:20px;
}
select.selectlogintitle{
	width:100px;
	margin-right:20px;
	padding-left:20px;
}
input.login_button, .login_button{
	width:100%;
	height:54px;
	text-align:center;
	border:0px solid #000;
	background:#BF244F;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	box-sizing:border-box;
	padding:0px 30px;
}
input.login_button:hover, .login_button:hover{
	background:#000;
}
	input.login_button img, .login_button img{
		max-height:22px;
		margin-right:20px;
		vertical-align:middle;
	}
	.login_button_text{
		margin-right:20px;
		white-space:nowrap;
	}
input.login_button2, .login_button2{
	width:100%;
	height:54px;
	text-align:center;
	border:0px solid #000;
	background:#000;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	box-sizing:border-box;
	padding:0px 30px;
}
input.login_button2:hover, .login_button2:hover{
	background:#333;
}
	input.login_button2_wauto, .login_button2_wauto{
		width:auto;
	}
	input.login_button2 img, .login_button2 img{
		max-height:22px;
		margin-right:20px;
		vertical-align:middle;
	}
	.login_button_text2{
		margin-right:20px;
		white-space:nowrap;
	}
a.a_login{
	color:#000;
}
a.a_login:hover{
	color:#BF244F;
}
a.a_login2{
	color:#BF244F;
}
a.a_login2:hover{
	text-decoration:underline;
}
.opacity05{
	opacity:0.5;
}
.biginfotext{
	padding-top:60px;
	text-align:center;
	font-size:60px;
	color:#000;
}
.biginfodescription{
	padding-bottom:100px;
	text-align:center;
}
input.checkbox_register{
	-webkit-appearance:checkbox;
}
.yes_icon2{
	max-width:81px;
}
.areapoint{
	border:0px solid #ebecec;
	margin-bottom:20px;
}
.areadtitle{
	font-size:15px;
	color:#000;
	cursor:pointer;
	
	padding-left:30px;
	padding-right:30px;
	height:44px;
	min-height:44px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(images/arrow_view.png) no-repeat right 30px center #f5f5f5;
}
	.areadtitle:hover{
		color:#000;
		-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;
		background:url(images/arrow_view.png) no-repeat right 30px center #eee;
	}
.areadetail{
	display:none;
	border-top:1px solid #ebecec;
	line-height:30px;
	padding:30px 30px 60px 30px;
	background-color:#fff;
	color:#000;
}
.headernotify{
	background-color:#ef4056;
	color:#000;
	background: #FFCB05;
	width:100%;
	height:55px;
	font-size:15px;
	z-index:10000;
}
.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:auto;
	padding:0px 15px;
	height:30px;
	display:inline-block;
	margin-left:10px;
	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{
	font-weight:600;
	width:calc(100% - 2px);
	height:48px;
	display:inline-block;
	color:#939598;
	border:1px solid #d1d3d4;
	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{
	font-weight:600;
	width:100%;
	height:50px;
	display:inline-block;
	color:#fff;
	background-color:#1F6E37;;
	font-size:15px;
	line-height:50px;
	text-align:center;
}
.grandnotifybtn3:hover{
	background-color:#000;
}
#menuslidebackpart,#menuslidebackpart2,#menuslidebackpart2bb,#menuslidebackpart3,#menuslidebackpart_qb{
	position:fixed;	
	z-index:39999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
}
.posshopcartsidebar{
	right:0px;
	z-index:50000;
	height:100%;
}
.shopcartsidebar{
	height:100%;
	overflow:auto;
	width:370px;
	background:#fff;
}
.popupindex{
	position:fixed;
	z-index:9999999;
	border:15px solid #fff;
	background:#007c22;
	color:#fff;
	width:450px;
	height:470px;
	top:50px;
	font-size:15px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
}
.popup_pad{
	padding:20px;
	text-align:center;
}
#posfixed_subscribe2{
	left:50%;
	margin-left:-240px;
}
#posfixed_addtocart{
	position:fixed;
	z-index:49999;
	left:50%;
	margin-left:-200px;
}
.popupindex3{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#fff;
	width:300px;
	height:300px;
	top:50px;
	font-size:15px;
}
.bgpopup{
	background:#f2f2f2;
	color:#666;
}
.popupindex2{
	position:relative;
	z-index:49999;
	border:none;
	background:#fff;
	color:#58595b;
	width:400px;
	height:410px;
	top:120px;
	font-size:18px;
	line-height:30px;
	text-align:center;
	font-size:18px;
}
.popupindex_qb{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#939598;
	width:995px;
	height:520px;
	top:80px;
	font-size:18px;
	line-height:30px;
	text-align:center;
}
.list_menu_part{
	position:relative;
	z-index:1;
	background:none;
    list-style: none;
	
	margin-top:0px;
	height:60px;
	white-space:nowrap;
	overflow-x:auto;
	overflow-y:visible;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list_menu_part2{
	position:relative;
	z-index:1;
	background:none;
    list-style: none;
	
	margin-top:-37px;
	height:60px;
	white-space:nowrap;
	overflow-x:auto;
	overflow-y:hidden;
	background: #fff;
}
.list_menu_point{
	-webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    flex-flow: row wrap;
	text-align:center;
	cursor:pointer;
	height:60px;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	padding:0px 20px;
	display:inline-block;
	width:auto;
	color:#000;
}
	.list_menu_point:hover, .list_menu_pointactive{
		border-bottom:3px solid #BF244F;
	}
	.a_list_menu_point:first-child .list_menu_point{
		padding-left:0px;
	}
	.a_list_menu_point:last-child .list_menu_point{
		/*padding-right:0px;*/
	}
.listmenu2bg{
	background: #fff;
}
.ma_pictborder{
	max-width:175px;
	border:0px solid #f1f2f2;
}
.ma_pictborder2{
	max-width:322px;
	border:0px solid #f1f2f2;
}
.ma_pict{
	width:100%;
	padding-bottom:100%;
}
.ma_pict2{
	width:100%;
	padding-bottom:54.29%;
}
.tableap td.tdap{
	vertical-align:top;
}
.tableap td.tdap1{
	width:19%;
	min-width:150px;
}
.tableap td.tdap2{
	padding-left:50px;
}
.tableap td.tdap3{
	min-width:150px;
	width:19%;
}
.myprof_table td.myprof_td{
	padding:0px 0px 15px 0px;
}
.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:155px;
	padding-right:15px;
	font-family: "Gotham-Medium";
}
.editprofile_button{
	width:auto;
	min-width:110px;
	padding-left:15px;
	padding-right:15px;
	height:37px;
	color:#fff;
	background:#67C8B4;
	font-size:13px;
	border:none;
	display:inline-block;
	cursor:pointer;
	margin-bottom:5px;
	border:0px solid #bcbec0;
}
.editprofile_button:hover{
	background:#000;
	color:#fff;
}
.register_label{
	padding-top:12px;
}
/*Copied from bootstrap */
 .btn {
    display: inline-block;
   width:125px;height:40px;font-size:13px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
}
/*Also */
 .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
/* This is copied from https://github.com/blueimp/jQuery-File-Upload/blob/master/css/jquery.fileupload.css */
 .fileinput-button {
    position: relative;
    overflow: hidden;
}
/*Also*/
 .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter:'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
.confirmheadf{
	font-size:13px;
	cursor:pointer;
	padding:20px;background:url(images/arrow_down.png) no-repeat right 20px center #fff;
}
.confirmheadf:hover{
	background:url(images/arrow_down.png) no-repeat right 20px center #eee;
}
input.radio_register{
	margin:0px 3px;
	-webkit-appearance:radio;
	vertical-align:middle;
}
.acp_filter_btn{
	height:43px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	background:#fff;
	padding:0px 13px;
	width:auto;
	display:inline-block;
	height:43px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	background:#fff;
	padding:0px 13px;
	width:auto;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	margin-right:5px;
}
	.acp_filter_btn img{
		max-height:20px;
		vertical-align:middle;
		margin-right:10px;
	}
	.acp_filter_btn:hover{
		background:#eee;
	}
.acp_filter_btn2{
	background: url(images/plus_icon.png) no-repeat left 13px center #BF244F;
	color:#fff;
	
	height:43px;
	border: 0px;
	box-sizing: border-box;
	padding:0px 30px 0px 55px;
	width:auto;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}
	.acp_filter_btn2:hover{
		background: url(images/plus_icon.png) no-repeat left 20px center #000;
	}
.acp_filter_btn3{
	height:43px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	background:#000;
	color:#fff;
	padding:0px 13px;
	width:auto;
	display:inline-block;
	height:43px;
	border: 0px;
	box-sizing: border-box;
	padding:0px 13px;
	width:auto;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	margin-right:5px;
}
	.acp_filter_btn3 img{
		max-height:20px;
		vertical-align:middle;
		margin-right:10px;
	}
	.acp_filter_btn3:hover{
		background:#BF244F;
	}
	.a_acp_filter_btn3:last-child .acp_filter_btn3{
		margin-right:0px;
	}
.acp_filter_part{
	padding-bottom:35px;
}
.col3{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	box-sizing:border-box;
	padding:0px 15px 35px 15px;
}
.acp_border{
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding:15px;
}
.acp_border2{
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.acp_img_point{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	box-sizing:border-box;
	padding:0px 4px 0px 4px;
}
.acp_img{
	padding-bottom:100%;
}
.acp_name{
	min-height:50px;
}

.table_acp td.td_acp{
	padding:5px 3px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	vertical-align:top;
}
.table_acp td.td_acp1{
	width:45%;
	padding-right:15px;
	padding-left:0px;
}
.table_acp td.td_acp2{
	padding-right:0px;
}
.dpdetailborder{
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.table_acp2{
	border-collapse:collapse;
}
.table_acp2 td.td_acp2{
	padding:8px 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	vertical-align:top;
	
}
.table_acp2 td.td_acp2_1{
	width:35%;
	padding-right:15px;
}
.table_acp2 td.td_acp2_2{
}
.table_acp2 tr:first-child td.td_acp2{
	border-top:0px;
}
.table_acp2 tr:last-child td.td_acp2{
	border-bottom:0px;
}
.acappart{
	padding:50px;
}
.acap_point{
	padding-bottom:45px;
}
.acap_kgm3{
	margin-left:15px;
}
.acap_krglbh{
	margin-left:20px;
	margin-right:20px;
}
.col4{
	display:inline-block;
	width:25%;
	padding:0px 10px;
	box-sizing:border-box;
	vertical-align:top;
}
.acap_radiobtn{
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding:15px 20px;
	cursor:pointer;
	margin-bottom:20px;
}
	.acap_radiobtn img{
		margin-right:15px;
		max-height:23px;
		vertical-align:middle;
	}
	.acap_radiobtn:hover, .acap_radiobtnactive{
		border: 1px solid #BF244F;
	}
	.acap_radiobtn .dot_active{
		display:none;
	}
	.acap_radiobtn:hover .dot_active, .acap_radiobtnactive .dot_active{
		display:inline-block;
	}
	.acap_radiobtn:hover .dot_passive, .acap_radiobtnactive .dot_passive{
		display:none;
	}
.padlr10{
	padding:0px 10px;
}
.tablenavproduct td.tdnavproduct{
	vertical-align:middle;
}
.tablenavproduct td.tdnavproduct1{
	padding-right:20px;
}
.tablenavproduct td.tdnavproduct2{
	text-align:right
}
.product_page_select{
	border: 1px solid #000000;
	box-sizing: border-box;
	margin:0px 5px;
	height:35px;
	width:auto;
	vertical-align:middle;
}
.arrow_prev, .arrow_next{
	vertical-align:middle;
	max-height:12px;
}
.tabledp td.tddp{
	vertical-align:top;
}
.tabledp td.tddp1{
	width:44%;
}
.tabledp td.tddp2{
	padding-left:75px;
	padding-top:15px;
}
.tableproductmemberd td.tdproductmemberd{
	vertical-align:middle;
}
.tableproductmemberd td.tdproductmemberd1{
	width:130px;
	padding-right:40px;
}
	td.tdproductmemberd1 img{
		max-width:100%;
	}
.tableproductmemberd td.tdproductmemberd2{
	
}
.mobilebtndef{
	height:75px;
	padding-left:35px;
	padding-right:25px;
	font-family: "Gotham-Bold";
	text-transform:uppercase;
	background:#fff;
	color:#000;
	border:0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width:100%;
	text-align:left;
}
	.mobilebtndef:hover{
		background:#eee;
	}
.nowrap{
	white-space:nowrap;
}
input.filenew[type="file"] {
  /*position: absolute;
  z-index: -1;
  top: 12px;
  left:40px;
  font-size: 15px;
  color: rgb(0,0,0);*/
}

.button-wrap {
  position: relative;
  z-index:2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding:5px;
  background: #F5F5F5;
  margin-bottom:15px;
}

.new-button {
    display: inline-block;
    padding: 10px 12px; 
    cursor: pointer;
    border-radius: 4px;
    background-color: #000;
    font-size: 16px;
    color: #fff;
}
.clearbtn{
	font-family: "Gotham-Medium";
	display:inline-block;
	text-align:center;
	width:auto;
	height:30px;
	background:#fff;
	color:#999;
	border:1px solid #ccc;
	font-size:12px;
	padding:0px 20px;
}
	.clearbtn:hover{
		background:#eee;
	}