

._hidden_menu .hidden_menu_block a {
	font-family: 'Kanit';
}

._hidden_menu .hidden_menu_block a.normal {
	transition: all 0.3s;
	padding: 0px 10px;
	font-size: 16px !important;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

._hidden_menu .hidden_menu_block a.normal:hover {
	text-decoration: none !important;
	color: #3e1001;
}


section[data-name="gaoyang"].menu a:not(.md-button) {
	transition: all 0.3s;
}

section[data-name="gaoyang"].menu a:not(.md-button):hover {
	text-decoration: none !important;
	color: #3e1001 !important;
}

/* Desktop Mid,Large */

@media (min-width:992px){


	section[data-name="gaoyang"].menu {
		height: 190px;
		max-height: 190px;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: transparent !important;
		color: #fff !important;
		position: absolute;
		top: 0;
		z-index: 1010;

	}

	section[data-name="gaoyang"].menu.desktopOnActive {
		background-color: white ;
		color: white ;
		height: 120px;
		padding: 20px 0 ;
		width: 100% ;
		float: left ;
		position: relative ;
		transition: all 0.6s;
	}

	section[data-name="gaoyang"].menu a {
		padding-left: 50px;
		padding-right: 50px;
		font-family: 'supermarket', sans-serif;
		color: white !important;
		line-height: 150px !important;
		width: 190px;
		text-align: center;
		padding: 0 20px;
	}

	section[data-name="gaoyang"].menu.desktopOnActive a {
		font-weight: bold;
	}

	section[data-name="gaoyang"].menu a img {
		height: 150px;
		width: 150px;
		padding: 0;
	}

	section.menu.desktopOnActive {
		max-height: 100px !Important;
	}
}

/* Mobile Mid,Xs,Tablet */

@media (max-width:991px){
	section.menu {
		background-color: white !important;
		color: #fff !important;
	}
	section.menu.desktopOnActive ._menuHeadCover img {
		margin: 0 !important;
	}
}



.mobileOnActive {
	background-color: #fff !important;
}

.mobileOnActive ._menuHeadList a {
	color: black;
}

section.menu.desktopOnActive ._menuHeadCover a {
	line-height: 100% !important;
}

section.menu.desktopOnActive ._menuHeadList a {
	line-height: 100px !important;
	padding: 0px 10px;
	font-size: 16px !important;
	font-weight: bold;
}

section.menu.desktopOnActive ._menuHeadList a:hover {
	text-decoration: none;
}

section.menu.desktopOnActive ._menuHeadCover a img {
	height: 60px;
	width: auto;
	margin: 20px 0;
}

@media (max-width:1210px){
	section.menu.desktopOnActive ._menuHeadList a {
		font-size: 15px !important;
		padding: 0px 5px;
	}
}

.hamburger_close .x-a {
	background-color: black;
}
.hamburger_close .x-b {
	background-color: black;
}
