header {
	font-family: "IBM Plex Sans Thai";
	position: relative;
}

.info-header {
	background-color:#f1f1f1 ;
	height: 30px;
}

.content-header img {
	height: 20px;
	box-sizing: border-box;
	margin-top: 5px;
}

.content-header p {
	height: 25px;
	box-sizing: border-box;
	margin-top: 2.5px;
}

.content-header {
	display: flex;
	justify-content: space-between;
	width: 80%;
	flex-wrap: wrap;
	margin: 0 auto;
}

.menu-header {
	background-color: #fff;
	height: 60px;
	margin-top: -12px;
}

.item-header {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.item-header img {
	height: 40px;
	box-sizing: border-box;
	margin-top: 10px;
}

.item-header nav ul {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.item-header nav ul li a {
	text-decoration: none;
	font-size: 14px;
	color: black;
}

.item-header nav ul li {
	margin: 5px;
}

.item-header nav ul li .special-btn {
	padding: 5px 10px;
	background-color: #000;
	border: none;
	border-radius: 20px;
	color: white;
}

.menu-header .item-header nav ul li a:hover{
	color: #decf1d;
}

@media only screen and (max-width:850px){
	.item-header ul{
		visibility: hidden;
	}
	.content-header img {
		visibility: hidden;
	}
	.content-header{
		width: 90%;
		margin: 0 auto;
	}
	.content-header p{
		font-size: 12px;
		text-align: center;
	}
}