section[data-name="hannah"].menu.desktopOnActive ._menuHeadList {
	float: left;
}

._hidden_menu .hidden_menu_block a {
	font-family: 'Kanit', sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.hidden_menu_block a.normal {
	transition: all 0.3s;
}

.hidden_menu_block a.normal:hover {
	text-decoration: none !important;
	color: #9A6D29;
}

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

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

/* Desktop Mid,Large */

@media (min-width:992px){

	section[data-name="hannah"].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="hannah"].menu.desktopOnActive {
		background-color: white ;
		color: white ;
		height: 152px ;
		padding: 0;
		width: 100% ;
		float: left ;
		position: relative ;
		transition: all 0.6s;
	}

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

	section[data-name="hannah"].menu.desktopOnActive a {
		font-weight: normal;
		font-size: 16px;
		line-height: 50px !important;
		font-family: 'Kanit';
		padding: 0 15px;
	}

	section[data-name="hannah"].menu.desktopOnActive ._menuHeadCover a img {
		margin-top: 20px;
	}

	section[data-name="hannah"].menu a img {
		height: 150px;
		width: 150px;
		padding: 0;
	}
	
	._hidden_menu .hidden_menu_block a {
		margin: 0 5px;
		word-break: break-all;
		display: inline-block;
	}
}

/* Mobile Mid,Xs,Tablet */

@media (max-width:991px){
	section[data-name="hannah"].menu {
		background-color: white !important;
		color: #fff !important;
	}
	._hidden_menu .hidden_menu_block a {
		margin: 0 5px;
		word-break: break-all;
		display: inline-block;
	}
}

