/*
Custom Style
=========================== */
nav {
	border-bottom: solid 1px #efefef;
	min-height: 60px;

}



nav .brand {
	display: block;
	position: relative;
    width: 76px;
    top: 11px;

}

nav .brand img {
    width: 110%;
    margin-top: -19px;
}


nav .menu li a {
	font-family: 'Prompt',sans-serif;
    font-size: 14px;
    display: block;
	padding: 21px 26px;
    text-decoration: none;
    color: #16161d82;
    width: 144px;
}

/* hover เมนู */
nav .menu li.active > a,
nav .menu li a:hover {
	color: #efefef;
	background-color: #bf9c60;
	padding-top: 10px;
	padding-bottom: 25px;

}
/* hover เมนู */

/*
nav .menu li a {
	border-bottom: solid 1px #efefef; 
}
*/

nav button {
	background: transparent;
	border: none;
	outline: none;
}




@media (max-width: 992px) {
	nav .full-container,
	nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	nav .nav-header {
		min-height: 60px;
	}

	nav .nav-header .brand {
		margin: 0 auto 5px;
		float: none;
	}

	nav .nav-header .toggle-bar {
    font-size: 16px;
    position: absolute;
    top: 37px;
    left: 15px;
    color: #bf9c60;
}
	
	nav .menu li a {
		padding: 23px 19px;
		 border-bottom: solid 1px #efefef; 
	}

	nav .menu li:last-child a {
		border-bottom: none;
	}

}

/* =========================== */
