@font-face {
	font-family: "icon-font";
	src: url('../fonts/icon-font.eot');
	src: url('../fonts/icon-font.eot?#iefix') format('eot'), url('../fonts/icon-font.woff') format('woff'), url('../fonts/icon-font.ttf') format('truetype'), url('../fonts/icon-font.svg#icon-font') format('svg');
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
.thuonghieu p:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
	font-family: "icon-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
}

.icon-desktop:before {
	content: "\E001";
}

.icon-menu-close:before {
	content: "\E002";
}

.icon-menu:before {
	content: "\E003";
}

.icon-mobile:before {
	content: "\E004";
}

.icon-submenu-down:before {
	content: "\E005";
}

.icon-submenu-right:before {
	content: "\E006";
}

.icon-world:before {
	content: "\E007";
}

.nav-lock-scroll {
	overflow: hidden;
}

.nav {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	overflow-x: hidden;
	overflow-y: auto;
}
.nav ul {
	display: block;
	position: relative;
	zoom: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-radius: 0 0 6px 6px;
	background:#e6dac4;
}
.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	display: block;
	position: relative;
}
.nav-button,
.nav-close {
	position: fixed;
	top: 0;
	width: 2.4rem;
	height: 3rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 3rem;
	background: #e6dac4; 
	color: #292521; 
}

.nav-button:before,
.nav-close:before {
	display: block;
	text-align: center;
}

.nav-button {
	display: block;
	/*right: 1rem;*/
	right: 0;
	font-size: 1.7rem;
}

.nav-button:before {
	content: "\E003";
}

.nav-close {
	display: none;
	right: 4rem;
	font-size: 1.9rem;
}

.nav-close:before {
	content: "\E002";
}

.nav {
	padding-top: 0rem;
	line-height: 2.5rem; /**Chiều cao của các li**/
	background: #e6dac4; 
	color: #292521;
}
nav ul li ul li {background:#e6dac4;border-bottom:1px solid rgb(146, 139, 125);border-top: 1px solid #f3e9d8}/*bg cấp 2*/
nav ul li ul li:hover {background:#fff1d6;border-bottom:1px solid #9b9480;border-top: 1px solid rgb(255, 243, 219); border-left:none}/*dấu cấp 2*/
.nav ul ul {
	background: #e6dac4;
} 

.nav ul ul ul {
	background: #e6dac4;
}

.nav ul ul ul ul {
	background: #e6dac4; 
}

.nav ul ul ul ul ul {
	background: #e6dac4;
}
.nav li { /**cấp 2**/
	border-top: 1px solid #e6dac4;
	cursor: pointer;
	padding: 0;
}
/*
.nav li:hover > a,
.nav li.nav-active > a {
	color: #FFF;
	background: #6C006C;
}
*/
.nav li a{
	padding: 0 10px;
	margin: 0;
}
/*bổ sung ghe chuột cấp 1*/
.nav li a:hover,
.nav li.nav-active > a {
	color: #292521;
	padding: 0 10px;
	
}
/*Khung xổ xuống*/
.nav .nav-submenu > ul {
	margin-left: 10px;
}
/* padding-right: 30px !important; */
.nav .nav-submenu > a {
	padding-right: 30px !important;
	font-size: 16px; 
}
.nav .nav-submenu>ul>li>a {
	font-size: 15px;
}
.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	padding: 0 15px 1px;
	color: #292521;
	text-decoration: none;
}

.nav .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px; 
	top: 1px;
	content: "\E005";
}
@media only screen and (min-width: 1024px) {

.nav {
	display: block;
	position: relative;
	bottom: auto;
	overflow: visible;
}

.nav li {
	position: relative;
	white-space: nowrap;
}

.nav > ul > li {
	display: inline-block;
}

.nav ul {
	display: block;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 901;
}

.nav ul ul ul {
	top: 5px;
	left: 95%;
	z-index: 902;
}

.nav ul ul ul ul {
	z-index: 903;
}

.nav ul ul ul ul ul {
	z-index: 904;
}

.nav ul ul li.nav-left > ul {
	left: auto;
	right: 95%;
}

.nav-no-js .nav li:hover > ul {
	display: block;
}

.nav-button {
	display: none;
}

.nav {
	padding: 0 !important;
}

.nav > ul > li {
	border-top: none;
}

.nav li > ul {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.nav ul ul ul {
	border-radius: 0 6px 6px 6px;
}

.nav ul ul ul li:first-child {
	border-top: none;
}

.nav .nav-left > ul {
	border-radius: 6px 0 6px 6px;
}

.nav .nav-submenu li {
	min-width: 110px;
}

.nav .nav-submenu > ul {
	margin: 0;
}

.nav > ul > .nav-submenu > a:after {
	content: "\E005";
}

.nav .nav-submenu > a:after {
	content: "\E006";
}

}
/*Thu gọn menu khi màn hình nhỏ hơn 1024px , số cũ 959*/
@media only screen and (max-width: 1023px) {

	.nav-no-js .nav-button:hover + .nav,
	.nav-no-js .nav:hover,
	.nav-no-js .nav-button:hover + .nav + .nav-close,
	.nav-no-js .nav:hover + .nav-close {
		display: block;
	}
	/* bổ sung thẻ li cấp thứ 3 không xếp ngang*/
	.nav ul ul ul li {
		display:block; 
	}
}

