header {
	width: 100%;
	overflow: hidden;
	background: #0e75bc;
}

@media(min-width:1024px) {
	header {
		width: 100%;
		overflow: hidden;
		background: #0e75bc;
	}
}

header #Left {
	width: 100%;
	padding: 0 0 0 50px;
	float: none;
	text-align: center;
}

@media(min-width:1024px) {
	header #Left {
		width: 30%;
		padding: 0;
		float: left;
		text-align: left;
	}
}

header #Left a {
	display: block;
	margin: 5px;
}

@media(min-width:1024px) {
	header #Left a {
		display: block;
		margin: 5px 0 0;
	}
}

header #Right {
	width: 100%;
	text-align: right;
	float: none;
}

@media(min-width:1024px) {
	header #Right {
		width: 15%;
		text-align: right;
		float: right;
	}
}

header #Right .CTBtn {
	width: 100%;
	padding: .8rem 2rem;
	background: url(../img/icon/icon-triangle.png) 100% 0% no-repeat, #fff;
	border: none;
	letter-spacing: .2rem;
	cursor: pointer;
	text-align: center;
}
header .Right .CTBtn {
	padding: 1.9rem 2rem !important;
	
}

@media(min-width:1024px) {}

header #Right .CTBtn a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	font-size: 1rem;
	color: #0e75bc;
}

@media(min-width:1024px) {
	header #Right .CTBtn a {
		width: 100%;
		height: 100%;
		display: block;
		text-decoration: none;
		font-size: 1rem;
		color: #0e75bc;
		transition: all .3s linear;
	}
	header .Right .CTBtn {
		padding: 1.9rem 2rem !important;
		font-size: 1.5rem !important;
		
	}
	header .Right .CTBtn a{
		font-size: 1.5rem !important;
		
	}
}

header #Right .CTBtn a:hover {}

@media(min-width:1024px) {
	header #Right .CTBtn a:hover {
		color: #5fb30a;
	}
}

h1 {}

@media(min-width:1024px) {
	h1 {}
}