@import url("font_define.css");
@import url("site_val.css");
*{
	background-repeat:no-repeat;
	box-sizing: border-box;
	outline: none !important; 
}

h1,h2,p,div,li, ol, ul,html,body{
	padding:0px;
	margin:0px;
}
html, body{
    /*overflow-x:hidden;*/ /*for iphone*/
	font: var(--content-font);
    font-size: 100%;
    
    color:var(--text_color1);
	background-color:var(--bg_color1);
}
body{
	text-align:center;
	position:relative;
	line-height: var(--text_standard_lineheight);
	font-size:var(--text_standard_size);
	background:var(--bg_image);
}
a{
    text-decoration: none;
	color:inherit;
}
a:hover{
	color:var(--text_purple);
}
img{
    vertical-align: top;
	max-width:100%;
}
select:focus {
    outline:0; 
}

select{
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: right;
    padding-right: 20px;
}
select::-ms-expand{
    display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family:var(--title-font);
	font-size: 1em;
	color: var(--text_fieldInputColor);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder  {
	font-family:var(--title-font);
	font-size: 1em;
	color: var(--text_fieldInputColor);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-family:var(--title-font);
	font-size: 1em;
	color: var(--text_fieldInputColor);
}

input::-moz-placeholder,
textarea::-moz-placeholder  {
	font-family:var(--title-font);
	font-size: 1em;
	color: var(--text_fieldInputColor);
}


/*
fieldset.fset_style1{
	border-top:1px solid #346ca7;
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
	margin-top:50px;
}
fieldset.fset_style1 legend{
	font-size:26px;
	color:#346ca7;
	padding:0px 20px;
}
fieldset.fset_style1 .tips{
	color:#6c7372;
	font-size:15px;
	margin-bottom:30px;
}
*/
.mainWidth{
	width:1380px;
	display:inline-block;
}
.dialog{
	display:none; 
}
.header{
	margin-top:10px;
	margin-bottom:10px;
}

header .maxw {
    display: flex;
}
.topheader{
	height:10px;
	background-color:var(--theme_color1);
}
.maxw{
	width: var(--content_standard_width);
	max-width:calc( 100% - 100px );
	text-align:left;
	margin: 0px auto;
}
header .maxw,footer .maxw{
	width: var(--hf_standard_width);
	
}
header .siteLOGO img{
	max-height:80px;
}
footer{
	padding:25px 0px;
	color:var(--footer_text);
	background-color:var(--footer_color);
	border-top:10px solid var(--theme_color2);
	
	
}
body.fixFooter footer{
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
footer .maxw{
	position:relative;
}
footer section{
	text-align:left;
	margin:0px;
	display: inline-block;
	width:calc( 50% - 20px );
	vertical-align: top;
}
footer section.LHS{
	padding-right:10px;
}
footer section.RHS{
	padding-left:10px;
}
footer section.RHS.posBtm{
	position: absolute;
    bottom: 0px;
    right: 0px;
}
footer .divFollowTitle{
    font-size: var(--footer_title_size);
	font-family: var(--footer_title_font); 
	line-height: var(--footer_title_lh);
    color: var(--footer_title);
}
footer ul.flogo{
	list-style-type:none;
	height:80px;
}
footer ul.flogo li{
	height:100%;
	display: inline-block;
}
footer ul.flogo li img{
	max-height:100%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
footer ul.socialmedia_set img{
	height:30px;
}
section{
	margin-bottom:var(--part_space);
}
section:last-child{
	margin-bottom:0px;
}

button,.button{
	
    border: 0px;
    font-weight: 600;
    font-size: 22px;
    line-height: 16px;
    padding: 15px 30px;
    width: auto;
    margin: 60px auto 0px auto;
    border-radius: 8px;
	color: var(--text_button_color1);
    background-color: var(--bg_button_color1);
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    outline: unset !important;
	
	text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
}
button:hover,.button:hover{
	 color: var(--text_button_color1_hv);
	 background-color: var(--bg_button_color1_hv);
}

nav{
	
    padding: 0px 0px 0px 0px;
    margin-top: 20px;
    text-align: right;
    /* z-index: 5; */
    font-size: 0;
    display: inline-block;
    width: calc( 60% - 10px);
	width: unset;
	    flex-grow: 1;
}
nav li{
	display:inline-block;
	color:var(--nav_text_color);
	list-style-type:none;
	font:var(--nav_font);
	margin:var(--nav_margin);
	border: 1px solid transparent;
	position:relative;
}
nav a{
	color:inherit;
	padding:0px;
	display:block;
	line-height:var(--nav_text_fonts_lh);
	font-size:var(--nav_text_fonts);
	text-decoration:none !important	;
}
nav li:hover, nav li.selected{
	color:var(--bg_button_color1);
}
nav .subm{
	display:none;
}
nav .assignSubMenu{
    position: absolute;
    left: 0px;
    top: 40px;
    text-align: center;
    color: var(--navsm_text_color);
	z-index: 5;
	display:none;
}
nav .assignSubMenu li{
	display:block;	
	position:relative;
	margin: 0px;
	
	color:var(--navsm_text_color);
	background-color:var(--navsm_text_color_bg);
	
	white-space: nowrap;
	text-align:left;
}
/*
nav .assignSubMenu li a:before{
	content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: #803773;
    opacity: .3;
    position: absolute;
    z-index: -1;
}

nav .assignSubMenu li a{
	
	font-size:16px;
	line-height:40px;
	
}
nav .assignSubMenu li a:hover{
	color:#ffffff;
}
nav .assignSubMenu li a:hover:before{
	opacity: .8;
}
*/

.mlogo,.mlogin,.msocial{
	display:none;
}
.returnmsg{
	margin:50px 0px;
	background-color:var(--bg_color_msg);
	color:var(--text_color_msg);
	padding: 10px 20px;
	text-align:center;
	line-height:1.5em;
	font-size:0.8em;
}
.returnmsg a{
	text-decoration:underline;
}
.returnmsg.error{
	color:var(--text_error_msg);
	background-color:var(--bg_error_msg);
}
#divContent > div > .returnmsg{
	margin-top:0px;
}

#divContent{
	padding-top:var(--content_top_gap);
	padding-bottom:var(--content_bottom_gap);
}

#backlayer{
	background-color:#000000;
	opacity: 0.5;
	width:100%;
	height:100%;
	position: absolute;
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	z-index:2;
}
#btnBack2top{
	background-color:#ffffff;
	border-radius:50%;
	transform: rotate(270deg);
	background-size:contain;
	width:48px;
	height:48px;
	position:fixed;
	bottom:50px;
	right:50px;
	cursor:pointer;
	box-shadow: -2px 2px 8px #cccccc; 

	display:none;
}
#btnBack2top:after{
	content : '\203A';
	font-size:30px;
}

.pagination{
	display:block;
}
.pagination ul{
	list-style-type:none;
}
.pagingstyle1 ul{
	display:grid;
	grid-template-columns: repeat( var(--paging_s1_grid), auto);
	grid-gap: 0px;
	width:fit-content;
	font-size:var(--paging_s1_size);
	font-family:var(--paging_s1_font);
	line-height:var(--paging_s1_lh);
	color:var(--paging_s1_color);
}
.pagingstyle1 li:hover,.pagingstyle1 li.selected{
	color:var(--paging_s1_color_hv);
}
.pagingstyle1 li:after{
	content : '\2219';
	margin:0px 7px;
}

.pagingstyle1 li:first-child:after
,.pagingstyle1 li:last-child:after
,.pagingstyle1 li:nth-last-child(2):after{
	content:'';
}

.pagingstyle1 li:last-child
,.pagingstyle1 li:first-child{
	display:none;
} 
.pagingstyle1 li:last-child a:after{
	content : ' \203A ';
}
.pagingstyle1 li:first-child a:before{
	content : ' \2039 ';
}
.pagingstyle1 [data-paging-next="true"] li:last-child{ 
	display:block;
}
.pagingstyle1 [data-paging-prev="true"] li:first-child{ 
	display:block;
}


/*
@media only screen and (max-width:1024px) {
	nav{
		display:none;
		position: fixed;
		top: 0px;
		left: 0px;
		margin-top:0px;
		width: calc(100% - 50px );
		background-color: #f7f7f7;
		height: 100%;
		overflow-y: auto;
		max-width: 400px !important;
	}
	nav li{
		display:block;
		line-height:40px;
		border-bottom:1px solid #cccccc;
		border-top:0px;
		border-right:0px;
		padding:0px 0px 0px 30px;
		margin:0px;
		text-align:left;
		font-weight:normal;
	}
	nav .mlogo{
		display:block;
		height:80px;
	}
	a{
		height:inherit;
	}
	nav .mlogo img{
		max-height:calc( 100% - 20px );
		margin:10px 0px;
	}
}
*/