
#header{position:relative;width:100%;background: url("../../images/header-bg.jpg");background-size: cover;/* border-bottom:1px solid #ebebeb; */}
#header .wrap{position:relative;width:100%;max-width: 1200px;margin: 0px auto;min-height: 100px;}
#header.on{position:fixed;top: 0px;z-index:9998;}
#header .wrap .logo{position:absolute;top: 10px;left: 15px;}
#header .wrap > #mobileMenu{display:none;position:absolute;top: 35%;right: 10px;width: 35px;height: 30px;font-size: 25px;color: #8aaa4c;padding: 6px 8px;border: 2px solid #8aaa4c;cursor:pointer;border-radius: 5px;}
#header .wrap .nav{position:absolute;top: 50px;right: 15px;/* width:130px; */height:35px;/* box-shadow: 3px 3px 6px #cccccc; */-webkit-border-radius: 20px;color: #d87a07;font-size: 16px;font-weight: bold;cursor: pointer;}
#header .wrap .nav i{ font-style:inherit; }
#header .wrap .nav:before{/*content:url(../../images/header-icon-user.png);vertical-align: -70%;padding-right: 8px;*/}
#header .wrap .nav img{vertical-align: middle;margin: 0 5px;}
#header .wrap .nav a{display:inline-block;padding: 0 5px;/* border-right: 1px solid #d7d7d7; */font-size: 14px;color: #8aaa4c;text-decoration:none;}
#header .wrap .nav a:last-child{border-right:0;padding: 0 0 0 0px;}
#header .wrap .nav a:hover{ color:#DDE6EB; }

#header nav{position:absolute;top: 80px;right: 20px;width: 570px;text-align: right;padding:0;margin:0;list-style:none;}
#header nav input[type='text']{box-sizing:border-box;font-size: 15px;border: 1px solid #c4c4c4;padding: 7px 10px 7px 35px;letter-spacing:1px;color:#666;outline:0;width: 320px;background: #ffffff;transition: all 0.5s ease;}
#header nav span{ position:relative; }
#header nav span div{color: #dcaa81;font-size: 17px;position:absolute;top: 0px;left: 10px;cursor: pointer;}

#header > ul{
   width: 100%;
   /* max-width: 1200px; */
   /* position:absolute; */
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0;
   padding: 0px 0px;
   bottom: 0px;
   list-style: none;
   /* background: #c7e0d8; */
   display: flex;
   justify-content: center;
   background: url(	../../images/header-menu-bg.png) no-repeat center;
   /* border: 1px solid #e0e0e0; */
   /* border-radius: 20px; */
   /* box-shadow: 3px 3px 5px rgb(38 38 102 / 10%); */
   /* -webkit-transition: width 0.2s ease-in-out; */
   -moz-transition: width 0.2s ease-in-out;
   -o-transition: width 0.2s ease-in-out;
   /* transition: width 0.2s ease-in-out; */
}
#header > ul > li{position:relative;float:left;font-size: 16px;padding: 0 1.5vw;/* border-left: 1px solid #ebebeb; */color: #ffffff;font-family: 'Noto Sans TC', sans-serif;transition: all 0.5s ease;}
#header > ul > li:last-child{/* border-right: 1px solid #ebebeb; */}
#header > ul > li:hover{  }
#header > ul > li > a{color: #ffffff;/* font-weight: bold; */letter-spacing:3px;/* border-bottom:3px solid #ffffff; */text-decoration:none;display: inline-block;padding: 20px 0vw 20px 0vw;/* border-right: 1px solid #ffffff; */}
#header > ul > li > a:hover{ /*border-bottom:3px solid #90c31f;*/ color:#8aaa4c; }
#header > ul > li:before{/*content:url(../../images/header-icon-flower.png);padding-right:10px;vertical-align: -15%;*/}
#header > ul > li:hover:before{ -webkit-filter:contrast(2); -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }
#header > ul > li:last-child a{/* border:0; */}
#header > ul.on{width: 100%;position:fixed;max-width:none;/* border-bottom: 1px solid #cccccc; */top: 0px;left: 0;z-index:9998;bottom:inherit;-webkit-border-radius: 0px;margin: 0;background: url(	../../images/header-menu-bg.png) no-repeat center;}
#header > ul > li ul{display:none;position:absolute;left: -29px;top: 55px;background-color: rgba(255,255,255,1);list-style: none;color: #000000;width:auto;width:200px;z-index: 99;padding: 0px 0px;margin:0;/* -webkit-border-bottom-right-radius: 10px; *//* -webkit-border-bottom-left-radius: 10px; */-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;/* border-bottom-right-radius: 10px; *//* border-bottom-left-radius: 10px; */}
#header > ul > li:hover > ul{ display:block; }
#header > ul > li ul li{position:relative;font-weight:normal;text-align:center;border-bottom: 1px solid #ebebeb;}
#header > ul > li ul li:last-child{ border:0; }
#header > ul > li ul li a{display: block;color: #000000;letter-spacing:3px;text-decoration:none;padding: 15px 0px 20px 0px;text-align:center;}
#header > ul > li ul li:hover{ background:#8fac69;}
#header > ul > li ul li:hover a{ color:#ffffff;}
#header > ul > li ul li a:hover{ color:#ffffff; }

#header > ul > li > ul > li > ul{display:none;position:absolute;left: 200px;top: 0px;}
#header > ul > li > ul > li:hover ul{ display:block; }

#header > ul > li > ul > li > ul > li > ul{display:none !important;position:absolute;left: 200px;top: 0px;}
#header > ul > li > ul > li > ul > li:hover ul{ display:block !important; }


#mobileMenu {
	 width: 30px;
	 height: 25px;
	 position: absolute;
	 bottom:20px;
	 z-index: 999;
	 cursor: pointer
}
#mobileMenu span {
	 width: 15px;
	 height: 2px;
	 display: block;
	 background: #8aaa4c;
	 margin-top: 4px;
	 -webkit-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	 -moz-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	 -ms-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	 -o-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	 transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
}
.mobileMenu_spac {
	background: #fff !important
}
#mobileMenu span:first-child {
	margin-top: 0;
}
#mobileMenu .top {
	 position: absolute;
	 top: 10px;
	 -webkit-transform: rotate(225deg);
	 -moz-transform: rotate(225deg);
	 transform: rotate(225deg)
}
#mobileMenu .bottom {
	 position: absolute;
	 top: 10px;
	 margin-top: 0 !important;
	 -webkit-transform: rotate(-225deg);
	 -moz-transform: rotate(-225deg);
	 transform: rotate(-225deg)
}
#mobileMenu .middle {
	opacity: 0
}

@media screen and (max-width : 1220px) {
	#header > ul{}
	#header .wrap .nav{ right:23px; }
	#header nav{ right:10px; }
}
@media screen and (max-width : 1024px) {
	#header > ul > li{ font-size:14px; }
}
@media screen and (max-width : 900px) {

	#header .wrap{min-height:inherit;border-bottom: 1px solid #ebebeb;}
	#header nav{ display:none; }
	#header .wrap > #mobileMenu{display: block;}
	
	#header .wrap .logo{position:inherit;padding: 20px 10px 10px 10px;max-width: 315px;}
	#header .wrap .nav{ display:none; top:35%; width:35px; right:50px; }
	#header .wrap .nav i{ display:none; }
	#header ul{ display:none; }
	#header .wrap .nav{ display:none; }

}

