@charset "utf-8";
/*-----------------------for both-----------------------*/
header h1 a {
	/*width: 655px;
	height: 90px;*/
	background-image: url(../images/logoEn.jpg);
	
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
#menu li ul li a {
	min-width: 200px;
}
/*看更多產品*/
.prodShow::before {
	content: "+ See All Products";
}
.prodHide::before {
	content: "Less Product";
}
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*header h1.en a {
	background-image: url("../images/logoEn-s.jpg");
	width: 100%;
	height: 0;
	display: block;
	padding-bottom: 15.5%;
	text-indent: -9999px;
	
	background-repeat: no-repeat;
	background-size: cover;
}*/
}
