

a {
	cursor: pointer !important;
}

._bodyNoscroll {
	overflow: hidden !important;
}

section.menu {
	display: block;
	width: 100%;
	position: relative;
	clear: both;
	background-color: black;
	max-height: 64px;
	z-index: 1021;
	transition: all 0.6s;
}

section.menu[data-stretch="true"]{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

section.menu[data-align="center"]{
	justify-content: center;
}

section.menu a:not(.md-button) {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 64px;
	color: black;
	font-family: sans-serif;
	font-size: 18px;
	outline: none !important;
	cursor: pointer;
	cursor: pointer;
}

section.menu a img {
	height: 64px;
	width: auto;
	background-color: inherit;
	outline: none;
}

.hamburger {
	display: none;
	position: fixed;
	right: 20px;
	top: 20px;
	height: 45px;
	width: 45px;
	line-height: 48px;
	text-align: center;
	color: white !important;
	z-index: 1021;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
	outline: none;
}

.hamburger i.fa {
	color: #b1b1b1 !important;
	font-size: 1.5em;
}

/* ON: SCROLL */

section.menu.onScroll {
	position: fixed !important;
	background-color: white !important;
	width: 100%;
	height: 84px !important;
	max-height: 84px !important;
	padding: 10px 0px !important;
}

section.menu.onScroll img{
	height: 64px !important;
	max-height: 64px !important;
	width: auto !important;
}

section.menu.onScroll a:not(.md-button) {
	color: black !important;
	line-height: 64px !important;
}

section.menu.onScroll a.logo {
	padding-top: 0px !important;
}

section.menu.topHide {
	transform:translate3d(0,-100%,0);
}

section.menu.topShow {
	transform:translate3d(0,0,0) !important;
}

/* END ON: SCROLL */

/* ON: Mobile Active */
.mobileOnActive {
	position: fixed !important;
	width: 100%;
	height: 100vh;
	z-index: 1020;
	background-color: black;
	transition: all 0.6s;
	transform: translate3d(0,-100vh,0);
	top: 0;
}

.mobileOnActive.active {
	transform: translate3d(0,0,0);
	z-index: 1030;
}

.mobileOnActive.active ._menuHeadList{
	margin-top: 104px;
	height: calc(100% - 170px);
	float: left;
	width: 100%;
}

.hamburger_close {
	transition: all 0.6s;
	transform: translate3d(0,-100%,0);
	display: none;
}

.hamburger_close .x-a {
	height: 0px;
	width: 0px;
	background-color: white;
	content: ' ';
	position: absolute;
	transform: rotate(45deg);
	right: 10px;
	top: 20px;
	left: 5px;
	transition: all 0.6s;
}

.hamburger_close .x-b {
	height:0px;
	width:0px;
	background-color: white;
	content: ' ';
	position: absolute;
	transform: rotate(-45deg);
	right: 10px;
	top: 20px;
	left: 5px;
	transition: all 0.6s;
}

.hamburger_close.show {
	display: block !important;
	transform: translate3d(0,0,0);
	position: fixed !important;
	z-index: 1031;
	color: white;
	text-align: center;
	margin-top: 10px;
	outline: none;
	right: 20px;
	top: 10px;
	height: 45px;
	width: 45px;
	line-height: 48px;
}

.hamburger_close.show .x-a {
	height: 3px;
	width: 40px;
}
.hamburger_close.show .x-b {
	height: 3px;
	width: 40px;
}

.hamburger_close i.fa {
	color: white;
	font-size: 3em;
}

.mobileOnActive a {
	width: 100%;
	display: block;
	padding: 30px 0;
	text-align: center;
	color: white;
	font-family: 'Mitr';
	font-size: 2em;
	text-decoration: none;
}

.mobileOnActive a:hover {
	text-decoration: none;
	color: white !important;
}


.mobileOnActive ._menuHeadCover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}

.mobileOnActive ._menuHeadCover a {
	padding: 10px 10px;
}


.mobileOnActive ._menuHeadList {
	/*margin-top: 104px;
	height: calc(100vh - 104px);*/
	overflow-x: hidden;
	overflow-y: auto;
}

.mobileOnActive ._menuHeadList a {
	margin: 20px 0;
	outline: none;
	text-decoration: none;
	cursor: pointer;
	padding: 0px;
}

/* Menu on Page */

.clearPad {
	float: left;
	position: relative;
	display: block;
	height: 112px;
	clear: both;
}

.mobileOnActive {
	overflow: hidden;
}

section.menu.desktopOnActive.show {
	height: 112px !important;
	position: fixed !important;
	padding: 0 !important;
}

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

section.menu.desktopOnActive ._menuHeadCover a img {
	height: 80px;
	width: 150px;
}

section.menu.desktopOnActive ._menuHeadList {
	float: right;
}

section.menu.desktopOnActive ._menuHeadList a {
	display: inline;
	color: black !important;
	line-height: 112px !important;
}

._hidden_menu {
	background-color: white ;
	transition:all 0.6s;
	transform: translate3d(0,-100%,0);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1013;
}

._hidden_menu.onScroll {
	transform: translate3d(0,0,0);
	box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2)
}

._hidden_menu.onScroll .hidden_menu_block{
	padding: 10px 0;
}

._hidden_menu .hidden_menu_block {
	float: left;
	width: 100%;
	padding: 30px 0;
}
._hidden_menu .hidden_menu_block ._list{
	width: 100%;
	margin-top: 30px;
	height: auto;
	float: right;
}

._hidden_menu .hidden_menu_block a {
	display: inline;
	margin: 0px 15px;
	color: black;
	font-size: 18px;
	font-weight: bold;
}


._hidden_menu .hidden_menu_block {
	padding: 10px 0;
}

._hidden_menu .hidden_menu_block a img.cover {
	height: 44px !important; 
	width: auto;
}

._hidden_menu .hidden_menu_block ._list {
	margin-top: 10px !important;
}

/* Drop On Hover Style */
.UI_DROP_MENU {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 0px;
}
.UI_DROP_MENU LI {
	font-size: 0px;
}
.UI_DROP_MENU i.fa:not(.fa-angle-down) {
	font-family: 'Fontawesome' !important;
	margin-right: 7px;
}
.UI_DROP_MENU i.fa-angle-down {
	font-family: 'Fontawesome' !important;
	display: inline-block;
	line-height: 1em;
	padding-left: 7px;
}

.MAIN_LEVEL {
	padding: 0px;
	margin: 0px;
	list-style: none; 
}

.LEVEL_MAIN_LI {
	display: inline-block;
}

.LEVEL_MAIN_LI .SUB_LEVEL {
	/*display: none;*/
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	padding: 0;
	margin: 0;
	border-radius: 0 5px 5px 5px;
}

.LEVEL_MAIN_LI .SUB_LEVEL .LEVEL_SUB_LI a.link {
	color: white !important;
	font-size: 15px;
	line-height: 35px !important;
	padding: 0px 15px;
	padding-right: 20px;
	background-color: transparent !important;
	text-align: left;
	font-family: 'Kanit';
	font-weight: normal;
}

.LEVEL_MAIN_LI .SUB_LEVEL .LEVEL_SUB_LI a.link:hover {
	background-color: rgba(0, 0, 0, 0.6) !important;
}

/*.LEVEL_MAIN_LI:hover a.link:not(._onhover) {
	background-color: rgba(0, 0, 0, 0.6);
	color: white !important;
	border-radius: 5px 5px 0px 0px;
	}*/


/*.LEVEL_MAIN_LI:hover .SUB_LEVEL {
	display: block;
}
*/

.LEVEL_MAIN_LI a.link:not(.md-button) {
	font-size: 14px;
	font-weight: bold;
	color: black !important;
	line-height: 40px !important;
	padding-left: 15px;
	padding-right: 15px;
	transition: none !important;
}


.LEVEL_MAIN_LI a._onhover:not(.md-button)  {
	background-color: rgba(0, 0, 0, 0.6) !important;
	color: white !important;
	border-radius: 5px 5px 0px 0px!important;
}

.menu_style_bar { list-style: none; padding: 0; margin: 0; float: right; }

.asBar { float: left; width: 100%; display: block; }
.menu_style_bar { width:100%; height: 100px;}
.menu_style_bar li { display: inline-block; }
.menu_style_bar li._left { float: left; }
.menu_style_bar li:not(._left) { float: right; }
.menu_style_bar li a.logo { display: block; }
.menu_style_bar li a.logo img.cover { height: 100px; width:auto; padding: 15px 0;}
.menu_style_bar li a img.search { height: 20px !important;width: auto !important; }
.menu_style_bar li a { display: block; color: black; font-size: 16px; font-weight: bold; }
.menu_style_bar li .sub_menu { 
	display: none;
	left: 0;
	position: absolute;
	top: 90px;
	width: 100%;
	padding: 20px 15px 20px 15px;
	min-height: 100px;
	height: auto;
	color: black;
	background-color: white;
	margin-top: 10px;
	transition:all 1s;
	padding-left: 20%;
	padding-right: 20%;
}
.menu_style_bar li:hover .sub_menu { display: block; }
.header_in_bar { font-size: 14px;color: #202020; padding-bottom: 10px; border-bottom: 1px solid black; width: 100%; margin-bottom: 10px;
	height: 31px; }
	.link_in_bar { float: left; width: 100%; height: auto; }
	.link_in_bar .link_normal { 
		display: block !important; 
		padding-top: 10px;
		font-size: 14px !important; 
		color: black;
		transition:all 0.3s;
		cursor: pointer;
		width: 100%;
	}
	.link_in_bar .link_normal.inline { float: left; width: 33%; padding-right: 15px; }
	.link_in_bar .link_normal:hover { color: #003e71; font-weight: bold; }

	/* Desktop Mid,Large */

	@media (min-width:992px){

		section.menu {
			background-color: black;
			height: 84px;
			max-height: 84px;
		}

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

		section.menu a:not(.md-button) {
			color: white !important;
			line-height: 84px !important;
		}

		section.menu a.logo {
			padding-top: 10px;
		}
	}

	/* Mobile Small, Xs, Tablet */

	@media (max-width:991px){
		._hidden_menu {
			display: none;
		}
		section.menu {
			height: 64px;
			max-height: 64px;
			width: 100%;
			justify-content: flex-start !important;
			padding: 10px 0;
			position: fixed;
			box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
		}

		section.menu.onScroll {
			position: fixed !important;
		}

		section.menu a:not(.logo){
			display: none;
		}

		section.menu a img {
			max-height: 44px !important;
		}

		section.menu.desktopOnActive ._menuHeadCover a{
			line-height: 44px !Important;
		}

		section.menu.desktopOnActive ._menuHeadCover img{
			height: 44px !important;
			width: auto !important;
		}
		section.menu.desktopOnActive ._menuHeadList{
			display: none;
		}

		.hamburger {
			display: block;
			right: 20px;
			top: 10px;
		}

		.clearfixed_onscroll {
			height: 44px;
			float: left;
			width: 100%;
		}
	}

	img.icon_cart {
		width: auto !important;
		height: 20px !important;
	}
	img.icon_cart:hover {
		opacity: 0.5;
	}


	._line_bar  {
		float: left;
		width: 100%;
	}

	._line_bar .icon_bar {
		padding: 0px 15px;
		color: white;
		display: inline-block;
		float: right;
		font-size: 14px;
		line-height: 30px;
		text-transform: uppercase;
	}


	header-desktop .style-cart-yellow {
		border-color: #FCC02C;
		background: #FCC02C;
		color: rgba(0,0,0,.5)!important;
		border: 2px solid #FCC02C;
		display: inline-block;
		padding: 1px 10px;
		margin-left: 5px;
		border-radius: 40px;
		transition: all .3s;
		cursor: pointer;
		outline: none;
		font-size: 14px;
		line-height: 24px;
	}

	header-desktop .mobileOnActive .style-cart-yellow {
		line-height: 40px;
	    padding: 1px 15px;
	}
	