section.menu.desktopOnActive ._menuHeadList {
	height: 100px;
	overflow: hidden;
	width: 100%;
	float: right;
	text-align: right;
}

section.menu.desktopOnActive ._menuHeadList a {
	line-height: 100px !important;
	padding:0px 7px !important;
	font-size: 14px !important;
	color: black !important;
}

section.menu.desktopOnActive ._menuHeadList a:hover {
	color: #733c9b !important;
}


._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: #733c9b;
}

section.menu a:not(.md-button) {
	transition: all 0.3s;
}

section.menu a:not(.md-button):hover {
	text-decoration: none !important;
	/*color: #9A6D29 !important;*/
	color: #733c9b !important;
	
}

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

/* Desktop Mid,Large */
@media (min-width:992px){

	section.menu {
		height: 100px;
		max-height: 100px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: transparent !important;
		color: #fff !important;
		position: absolute;
		top: 0;
		z-index: 1010;
	}

	section.menu[data-type="top_white"]{
		background-color: white !important;
	}

	section.menu a img:not(.cover){
		height: 20px !important;
		width: auto !important;
		padding: 0;
	}

	section.menu a:not(.md-button) {
		color: white !important;
		width: auto;
		line-height: 80px !important;
		padding: 0px 10px;
		font-family: 'Kanit';
		font-size: 14px;
		text-transform: uppercase;
	}

	section.menu.desktopOnActive {
		background-color: white ;
		color: white ;
		height: 64px;
		padding: 0;
		width: 100% ;
		float: left ;
		position: relative ;
		transition: all 0.6s;
		position: fixed;
		opacity: 0;
		display: none;
	}

	section.menu a {
		padding-left: 50px;
		padding-right: 50px;
		font-family: 'Mitr', sans-serif;
		color: black !important;
		line-height: 100px !important;
		width: 100px;
		text-align: center;
		padding: 0 10px;
	}

	section.menu.desktopOnActive a {
		font-weight: normal;
		font-size: 16px;
		line-height: 50px !important;
		font-family: 'Kanit';
		padding: 0 15px;
	}

	section.menu.desktopOnActive ._menuHeadCover a {
		padding: 0 !important;
		line-height: 97px !important;
	}

	section.menu.desktopOnActive ._menuHeadCover a img {
		margin-top: 0px;
		height: 100px;
		width: auto;
		padding: 10px 0;
	}

	/*section.menu a img {
	height: 150px;
	width: 150px;
	padding: 0;
	}*/
	section.menu a:not(.md-button):hover {

	}

	._hidden_menu .hidden_menu_block a {
		margin: 0 5px;
		word-break: break-all;
		display: inline-block;
	}

	section.menu ._menuHeadList a.-outline-btn:not(.md-button) {
		color: #ffffff !important;
		background-color: #733c9b;
		border: 2px solid #733c9b !important;
	}

	section.menu ._menuHeadList a.-outline-btn:not(.md-button):hover {
		color: #ffffff !important;
		background-color: #733c9b;
		border: 2px solid #733c9b !important;
	}
}

@media (min-width:1070px){
	section.menu a:not(.md-button) {
		font-family: 'Kanit' !important;
		font-size: 16px !important;
	}
}

/* Mobile Mid,Xs,Tablet */

@media (max-width:991px){
	section.menu {
		background-color: black !important;
		color: #fff !important;
		height: 64px;
		line-height: 44px;
	}

	.mobileOnActive {
	    background-color: black;
	}
	._hidden_menu .hidden_menu_block a {
		margin: 0 5px;
		word-break: break-all;
		display: inline-block;
		font-family: 'Quicksand';
	}
	.mobileOnActive ._menuHeadList a {
		font-family: 'Quicksand' !important;
		color: #ffffff;
	}
	section.menu a img {
    	max-height: 44px !important;
		height: 44px !important;
	}
	section.menu a:not(.md-button) {
		line-height: 44px;
	}

}

.layoutHeroTransparent .overlay-info .items .hilight_1 {
	font-family: 'Quicksand';
	font-weight: bold;
	font-size: 56px !important;
}

.layoutHeroTransparent .overlay-info .items .hilight_2 {
	font-family: 'Quicksand';
}

.layoutHeroTransparent .overlay-info .items .hilight_3 a {
	font-family: 'Quicksand';
	text-transform: uppercase;
	background-color: #733C9B !important;
	color: #FFFFFF!important;
	border-radius: 0px !important;
	padding: 10px 20px !important;
	font-weight: bold;
	font-size: 18px !important;
	transition:all 0.3s;

}

/* Lazy */
.layouytHeroOverlayLazy ._table {
	margin-top: 0px !Important;
}
.hamburger_close .x-a {
	background: #212121;
}
.hamburger_close .x-b {
	background: #212121;
}
