/* Header */

	body {
		position: relative;
		/*padding-top: 5em;*/
	}

	



	#header {
		/*background: #1c1c1c;*/
		/*background-color: rgba(128, 181, 38,0.5);*/
		color: #d5d5d5;
		cursor: default;
		height: 7.5em;
		left: 0;
		line-height: 7.5em;
		position: fixed;
		text-align: center;
		top: 0;
		width: 100%;
		z-index: 10001;
	}

	.header_130 {
	  /*background: #3fa46a;*/
		background: rgba(255,255,255,1);
		box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
		/*color: #0f0;*/
		color: rgb(128, 181, 38);
	  /*z-index: 9999;*/
	}
	.header_130 a{
		color: rgb(128, 181, 38);
	}

	.header_0 {
	  /*background: #3fa46a;*/
		background: rgba(128, 181, 38,0.5);
		box-shadow: 2px 2px 8px rgba(128, 163, 63, 0.5);
		/*color: rgb(0,0,0);*/
	  /*z-index: 9999;*/
	}

	@media screen and (max-width: 1280px) {

		.header_130 {
		  /*background: #3fa46a;*/
			background: rgba(255,255,255,1);
			color: rgb(128, 181, 38);
		}
		.header_0 {
		  /*background: #3fa46a;*/
			background: rgba(255,255,255,1);
			color: rgb(128, 181, 38);
		}
	}
	.header_0 a{
		color: rgb(255,255,255);
	}

	#header .inner a img {
		height: 70px;
	}

		#header .inner {
			max-width: 75em;
			width: calc(100% - 2em);
			margin: 0 auto;
			position: relative;
		}

		.inneradd {
			display: none;
			max-width: 100%;
			width: 100%;
			height: 7.5em;
			background: #fff;
		}

			@media screen and (max-width: 480px) {

				#header .inner {
					max-width: 90%;
					width: 90%;
				}

			}

			@media screen and (max-width: 1280px) {

				.inneradd {
					/*max-width: 100%;*/
					/*width: 100%;*/
					/*height: 7.5em;*/
					display: block;
				}
			}

		#header .logo {
			/*font-family: 'Pacifico', cursive;*/
			/*display: inline-block;*/
			/*height: inherit;*/
			/*left: 0;*/
			/*line-height: inherit;*/
			/*margin: 0;*/
			/*padding: 0;*/
			/*position: absolute;*/
			/*top: 0;*/
			/*color: #e5474b;*/
			/*font-size: 1.75em;*/
			/*text-transform: none;*/
			/*font-weight: normal;*/
			/*padding: 0;*/
			vertical-align: middle;
		}

			/*#header .logo:hover {
				color: rgba(229, 71, 75, 0.75);
			}*/

		#header a {
			-moz-transition: color 0s ease-in-out;
			-webkit-transition: color 0s ease-in-out;
			-ms-transition: color 0s ease-in-out;
			transition: color 0s ease-in-out;
			display: inline-block;
			padding: 0 1.8em;
			/*color: #ffffff;*/
			text-decoration: none;
			text-transform: uppercase;
			font-weight: 700;
			font-size: .85em;
		}

			#header a:hover {
				/*color: rgba(255, 255, 255, 0.75);*/
			}

			#header a:last-child {
				padding-right: 0em;
			}

			@media screen and (max-width: 736px) {

				#header a {
					padding: 0 0.5em;
				}

			}

	@media screen and (max-width: 480px) {

		#header {
			min-width: 320px;
		}

	}

/* Menu */

	#nav {
		display: inline-block;
	}

		@media screen and (max-width: 1280px) {

			#nav {
				display: none;
			}

		}

	.navPanelToggle {
		position: fixed;
		text-decoration: none;
		height: 4em;
		right: 3em;
		top: 2em;
		width: 4em;
		display: none;
		z-index: 10002;
	}

		.navPanelToggle:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
			color: #fff;
			display: block;
			font-size: 16px;
			height: 2.25em;
			left: 0.5em;
			line-height: 2.25em;
			position: absolute;
			text-align: center;
			top: 0.5em;
			width: 3.5em;
		}

		@media screen and (max-width: 1280px) {

			.navPanelToggle {
				display: block;
			}

		}

		@media screen and (max-width: 736px) {

			.navPanelToggle {
				right: 1em;
			}

		}

		.navPanelToggle *:before {
			color: #000;
			display: block;
			font-size: 16px;
			height: 2.25em;
			left: 0.5em;
			line-height: 2.25em;
			position: absolute;
			text-align: center;
			top: 0.5em;
			width: 3.5em;
		}

	#navPanel {
		-moz-transform: translatex(20em);
		-webkit-transform: translatex(20em);
		-ms-transform: translatex(20em);
		transform: translatex(20em);
		-moz-transition: -moz-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		-webkit-transition: -webkit-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		-ms-transition: -ms-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		-webkit-overflow-scrolling: touch;
		visibility: hidden;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		background-color: rgba(128, 181, 38,1);
		/*background: #1c1c1c;*/
		color: #fff;
		height: 100%;
		max-width: 80%;
		width: 12em;
		padding: 1.5em;
		text-transform: uppercase;
		z-index: 10003;
		display: none;
	}

		#navPanel.visible {
			-moz-transform: translatex(0);
			-webkit-transform: translatex(0);
			-ms-transform: translatex(0);
			transform: translatex(0);
			box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
			visibility: visible;
		}

		#navPanel a:not(.close) {
			border-top: solid 1px rgba(255, 255, 255, 0.1);
			color: #fff;
			font-weight: 700;
			display: block;
			padding: 0.75em 0;
			text-decoration: none;
		}

			#navPanel a:not(.close):first-child {
				border: none;
			}

		#navPanel .close {
			text-decoration: none;
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: transparent;
			border: 0;
			color: #484848;
			cursor: pointer;
			display: block;
			height: 4em;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 5em;
		}

			#navPanel .close:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
				content: '\f00d';
				width: 3em;
				height: 3em;
				line-height: 3em;
				display: block;
				position: absolute;
				right: 0;
				top: 0;
				text-align: center;
			}

			#navPanel .close:hover {
				color: inherit;
			}

		@media screen and (max-width: 1280px) {

			#navPanel {
				display: block;
			}

		}


@media screen and (min-width: 1281px) {
	#link-1:hover {
	  color: rgba(0, 0, 0,0);
	  background: url("../../images/includes/21.png") no-repeat center center ;
	  width: 10em;
	}
	#link-2:hover {
	  color: rgba(0, 0, 0,0);
	  background: url("../../images/includes/22.png") no-repeat center center ;
	  width: 10em;
	}
	#link-3:hover {
	  color: rgba(0, 0, 0,0);
	  background: url("../../images/includes/23.png") no-repeat center center ;
	  width: 10em;
	}
	#link-4:hover {
	  color: rgba(0, 0, 0,0);
	  background: url("../../images/includes/24.png") no-repeat center center ;
	  width: 10em;
	}
	#link-5:hover {
	  color: rgba(0, 0, 0,0);
	  background: url("../../images/includes/25.png") no-repeat center center ;
	  width: 10em;
	}
	#link-6:hover {
	  color: rgba(0, 0, 0,0);
	  background: url("../../images/includes/26.png") no-repeat center center ;
	  width: 10em;
	}
	#link-7:hover {
	  color: rgba(0, 0, 0,0);
	  background: url("../../images/includes/27.png") no-repeat center center ;
	  width: 10em;
	}
	#link-8:hover {
	  color: rgba(0, 0, 0,0);
	  background: url("../../images/includes/28.png") no-repeat center center ;
	  width: 10em;
	}
}

.navPanelToggle{
	font-family: 'Josefin Sans', sans-serif ;
	color: #000;
}

.footer {
    background-color: #7C9E40;
    padding: 50px 0;
    /*margin: 0;*/
    /*margin-top: 50px;*/
    /*padding-top: 80px;*/
    /*z-index: 100;*/
    /*height: 100px;*/
    /*background: #fff;*/
    /*position: relative;*/
    /*font-size: 40px;*/
    color: #fafafa;
    text-align: center;
    /*font-family: 'Josefin Sans', sans-serif  !important  ;*/
}

#scrollup {
  position: fixed;
  bottom: 0px;
  right: 20px;
  width: 100px;
  z-index: 99999;
  display: none;
}
#scrollup img {
	width: 100%;
}

#scrollup .topanimat{
	position: absolute;
	top: -70px;
	left: -45px;

}

#scrollup:hover .topanimat{
	animation: shakeTD 3s;
    animation-iteration-count:infinite;
}

#lngbtn {
  position: fixed;
  top: 30vh;
  right: 0px;
  width: 5%;
  z-index: 99999;
  display: none;
}
#lngbtn img {
	width: 100%;
}
#lngbtn>.lngbtn {
	width: 100%;
	height: 25%;
	/*background: #0f0;*/
	position: absolute;
	cursor: pointer;
}

#lngbtn .lngbtn.lng_cn {
	top: 17%;
	/*background: rgba(255,0,0,0.5);*/
}

#lngbtn .lngbtn.lng_zh {
	top: 43%;
	/*background: rgba(0,255,0,0.5);*/
}

#lngbtn .lngbtn.lng_en {
	top: 70%;
	/*background: rgba(0,0,255,0.5);*/
}

#lowlngbtn {
  position: fixed;
  top: 0;
  left: 5%;

  /*right: 0px;*/
  /*width: 5%;*/
  z-index: 99999;
  /*display: none;*/
  /*background: #0f0;*/
  /*display: inline-block;*/
}

#lowlngbtn>.lngbtn {
	padding: 0.5em 1em;
	/*width: 100%;*/
	float: left;
	font-size: 0.7em;
	color: #fff;
	/*font-weight: bold;*/
	/*display: inline;*/
	/*display: inline-block;*/
	/*height: 25%;*/
	/*background: #00d;*/
	/*position: absolute;*/
	cursor: pointer;
	/*width: 10em;*/
}



#lowmoblng {
	/*z-index: 9999;*/
	/*background: #0f0;*/
	display: none;

}

#lowmoblng div {
	color: #FFF ;
	font-size: 12px;
	cursor: pointer;
}

#lowmoblng .lngbtn.lng_cn {
	/*top: 17%;*/
	/*z-index: 9999;*/
	/*background: rgba(255,0,0,0.5);*/
}

#lowmoblng .lngbtn.lng_zh {
	/*top: 43%;*/
	/*z-index: 9999;*/
	/*background: rgba(0,255,0,0.5);*/
}

#lowmoblng .lngbtn.lng_en {
	/*top: 70%;*/
	/*z-index: 9999;*/
	/*background: rgba(0,0,255,0.5);*/
}

#moblngbtn {
	position: fixed;
	top: 40px;
	left: 10%;
	width: 50px;
	z-index: 99999;
	display: none;
}
#moblngbtn img {
	width: 100%;
	cursor: pointer;
}
#moblngbtnDetail {
	position: fixed;
	top: 40px;
	left: 10%;
	width: 50px;
	z-index: 99999;
	display: none;
}
#moblngbtnDetail img {
	width: 100%;
}
#moblngbtnDetail>.lngbtn {
	width: 100%;
	height: 30%;
	/*background: #0f0;*/
	position: absolute;
	cursor: pointer;
}

#moblngbtnDetail .lngbtn.lng_cn {
	top: 0%;
	/*background: rgba(255,0,0,0.5);*/
}

#moblngbtnDetail .lngbtn.lng_zh {
	top: 32%;
	/*background: rgba(0,255,0,0.5);*/
}

#moblngbtnDetail .lngbtn.lng_en {
	top: 65%;
	/*background: rgba(0,0,255,0.5);*/
}

@media screen and (max-width: 1280px) {
	#lowmoblng {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	#scrollup {
		bottom: 50px;
		right: 10px;
		width: 50px;
		z-index: 99999
	}

	#scrollup .topraddit{
		display: none;
	}
	#scrollup .topanimat{
		position: relative;
		top: 0;
		left: 0;
	}
}

@keyframes shakeTD {
    0%, 100% {transform: translateY(0);}
    5%, 25%, 45%, 65%, 85% {transform: translateY(-10px);}
    20%, 40%, 60%, 80% {transform: translateY(0px);}
}

.headertabfix{
	position: fixed;
	top: 150px;
	
	max-width: 70em;
    width: calc(100% - 6em) !important;
    /*width: 100% !important;*/
    /*margin: 0 auto;*/
    margin-top: 0 !important;
    padding-bottom: 1em !important;
    z-index: 999;
}

#headertabspan{
	width: 100%;
	height: 64px;
	background-color: rgba(255,255,0,0.5);
	display: inline-block;
	margin: 2em 0;
    margin-bottom: 5em;
}
