header {
	position:relative;
	width:100%;
	display:inline-block;
	clear:both;
}
header .logo {
	position:absolute;
	top:0px;
	left:0px;
	padding:30px;
	display:inline-block;
	background-color:#FFF;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.10);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.10);
	z-index:100;
}
header .logo img{
	width:86px;
	height:92px;
}
header .holder {
	position:relative;
	width:98%;
	max-width:1050px;
	margin:0 auto;
	clear:both;
}
header .holder .lang {
	position:absolute;
	top:10px;
	right:0px;
	font-family:'Poppins', 'Noto Sans TC', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#878787;
	line-height:14px;
}
header .holder .lang a{
	font-weight:700;
	color:#878787;
	margin:0px 7px;
	display:inline-block;
	vertical-align:middle;
}
header .holder .lang a:hover{
	color:#ed1c24;
}
header .holder .lang a.on{
	color:#ed1c24;
	border-bottom:solid 2px #ed1c24;
}
header .holder .lang .lang2{
	display:none;
}
header .menu {
	position:relative;
	width:100%;
	background-color:#ed1c24;
	padding:10px 0px;
	text-align:right;
	margin-top:70px;
	clear:both;
}
header .menu .holder a{
	font-family:'Poppins', 'Noto Sans TC', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	line-height:22px;
	border-bottom:solid 2px #ed1c24;
	padding-top:2px;
	letter-spacing:0.5px;
}
.chi header .menu .holder a{
	font-weight:800;
	padding-top:4px;
	letter-spacing:2px;
}
header .menu .holder a:hover,
header .menu .holder a.on{
	border-bottom:solid 2px #FFF;
}
header .menu .holder .coming {
	line-height:14px;
	opacity:0.7;
	cursor:default;
}
header .menu .holder a.coming:hover {
	border-bottom:solid 2px #ed1c24;
}
header .menu .holder .coming span{
	display:block;
	font-size:6px;
	line-height:10px;
}
header .menu .holder .btn {
	position:relative;
	display:inline-block;
	border-right:solid 1px #f5777c;
	/*padding:2px 20px;*/
	padding:1px 17px;
	text-align:left;
}
.chi header .menu .holder .btn {
	padding:0px 20px;
}
header .menu .holder .btn.mobile-btn {
	display:none;
}
.chi header .menu .holder .btn {
	padding:0px 29px;
}
header .menu .holder .btn:last-child{
     border-right:none;
	 padding-right:10px;
}
header .menu .holder .btn ul{
	position:absolute;
	top:34px;
	left:0px;
	background-color:rgba(237,28,36,0.8);
	list-style:none;
	padding:5px 0px;
	padding-right:30px;
	z-index:100;
	display:none;
}
header .menu .holder .btn ul li a{
	text-align:left;
	line-height:normal;
	white-space:nowrap;
	padding:0px 20px;
	margin:5px 0px;
	border-right:none;
	border-bottom:none;
}
header .menu .holder .btn ul li a:hover{
	text-decoration:underline;
}
.chi header .menu .holder .btn ul li a{
	padding:0px 29px;
}

@media screen and (max-width: 1050px) and (min-width: 950px){
	header .menu .holder a {
		font-size:12px;
	}
	header .menu .holder .btn {
		padding:1px 10px;
	}
	.chi header .menu .holder .btn {
		padding:0px 20px;
	}
}
@media screen and (max-width: 949px) {
	header {
		position:absolute;
		top:0px;
		left:0px;
		display:block;
		background-color:#FFF;
		padding:10px 0px;
		text-align:center;
		border-bottom:solid 1px #cfcfcf;
		z-index:100;
	}
	header.fix-pos {
		position:fixed;
	}
	header .logo {
		position:relative;
		top:0px;
		left:0px;
		padding:0px;
		display:inline-block;
		background-color:#FFF;
		-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0);
		-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0);
		box-shadow: 3px 3px 5px 0px rgba(0,0,0,0);
		z-index:100;
	}
	header .logo img{
		width:50px;
		height:54px;
	}
	header .menu {
		position:fixed;
		width:85%;
		height:100%;
		top:0px;
		left:-90%;
		z-index:100;
		margin:0px;
		padding:0px;
		text-align:left;
	}
	header .menu .holder .btn.mobile-btn {
		display:block;
	}
	header .holder {
		width:auto;
		margin:0px 15px;
	}
	header .menu .holder .btn {
		display:block;
		border-bottom:solid 1px #f68e92;
		border-right:none;
		padding:0px 0px !important;
	}
	header .menu .holder .btn:last-child{
		border-bottom:none;
	}
	header .menu .holder a{
		font-size:15px;
		display:block;
		padding:20px 0px;
		text-align:left;
		border-bottom:none;
	}
	header .menu .holder a.on{
		border-bottom:none;
	}
	header .menu .holder .coming span{
		display:inline-block;
		font-size:8px;
		line-height:10px;
		vertical-align:middle;
		margin-left:15px;
	}
	header .menu-btn {
		position:absolute;
		top:5px;
		left:0px;
		width:40px;
		height:40px;
		background-color:#ed1c24;
		border-radius:5px;
	}
	header .menu-btn span{
		position:absolute;
		width:20px;
		height:2px;
		left:10px;
		background-color:#FFF;
	}
	header .menu-btn span.first{
		top:13px;
	}
	header .menu-btn span.mid{
		top:19px;
	}
	header .menu-btn span.last{
		top:25px;
	}
	header .blk {
		position:fixed;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		background-color:rgba(0,0,0,0.5);
	}
	header .blk .close-menu {
		position:absolute;
		width:15%;
		height:20px;
		background-image:url(../fonts/close.svg);
		background-position:center;
		background-repeat:no-repeat;
		background-size:20px 20px;
		top:20px;
		right:0px;
		cursor:pointer;
	}
	header .holder .lang {
		font-size:0px;
		text-align:right;
	}
	header .holder .lang span{
		display:none;
	}
	header .holder .lang a{
		font-size:11px;
		color:#878787;
		margin:2px 0px;
		margin-right:12px;
		display:none;
	}
	header .holder .lang .lang2{
		font-size:11px;
		color:#ed1c24;
		display:block;
		background-image:url(../images/arrow-d-03.png);
		background-position:center right;
		background-repeat:no-repeat;
		padding-right:12px;
		margin-bottom:10px;
	}
	header .holder .lang a.on{
		color:#ed1c24;
		border-bottom:none;
	}
	.chi header .menu .holder a {
		padding:20px 0px;
	}
	header .menu .holder a:hover{
		border-bottom:none;
	}
}