.navbar-default{
color: #fff;
background: none;
border-color: #000;
}
.navbar-nav > li > a{
padding-top:8px;
padding-bottom:8px;
}
.nav > li > a{
padding:10px 30px;
}
.navbar-collapse{
padding-left:0px;
padding-right:0px;
}
.navbar-nav{
margin:0;
width: 100%;
}
.navbar-nav > li > a{
margin-left: 4px;
height: 50px;
}
.navbar-nav > li.none > a{
margin-left: 0;
}
.navbar-nav > li > a{
padding-top:8px;
padding-bottom:8px;
font-family: "helveticaneue",sans-serif,Arial;
font-size: 12px;
}
.navbar-default .navbar-nav > li > a{
padding:5px 20px;
text-transform: uppercase;
color: #fff;
-webkit-transition:all 300ms ease 100ms;-moz-transition:all 300ms ease 100ms;transition:all 300ms ease 100ms
} 
.navbar-default .navbar-nav > li > a:hover{box-shadow:0 0 18px 4px rgba(0,0,0,.2) inset}
.navbar-default .navbar-nav > li > a span span{
display: block;
font-size: 12px;
padding-top: 11px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
color:#fff !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
background: none;
color:#fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret{
display: none;
}
/*.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #fff;
background-color: #d93367;
}
.navbar-default .navbar-nav > .dropdown > a .caret{
border-top-color: #fff;
border-bottom-color: #fff;
}
.navbar-default .navbar-brand{
color:#fff;
}*/
.megamenu{
padding: 10px 0px;
border:1px #e4e4e4 solid;
width:383px;
min-height:192px;
background: #fff url("../images/dropdown.jpg") right center no-repeat;
}
.megamenu li{
clear:both;
border-bottom: 0 !important;
}
.megamenu li.category-list{
clear:both;
}
.megamenu li.category-content{

}
.megamenu> li > ul {
padding: 0;
margin: 0;
}
.megamenu> li > ul > li {
list-style: none;
/*float: left;*/
}
.megamenu> li > ul > li > a {
display: block;
padding: 2px 0 2px 20px;
clear: both;
text-transform:capitalize;
color: #777;
white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
text-decoration: none;
color: #777;
background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.megamenu.dropdown-header {
color: #428bca;
font-size: 18px;
}
@media (min-width: 768px) {
    .menu-large {
    position: static !important;
    }
    .navbar-default{
    background:none;
    border:none;
    }
}
@media (max-width: 767px) and (max-width: 992px) {
    .megamenu li.category-list, .megamenu li.category-content{
    width: 100%;
    }

	.navbar-default .navbar-nav > .dropdown > a .caret{
	display:none;
	}
	.navbar-default .dropdown .closed, .navbar-default .dropdown .open{
	right:0;
	top:0;
	position:absolute;
	height:50px;
	width:60px;
	cursor:pointer
	}
	.navbar-default .dropdown .closed span{
	right:0;
	top:20px;
	position:absolute;
	cursor:pointer;
	width: 0;
	height: 0;
	margin-right: 10px;
	vertical-align: middle;
	border-top: 4px solid transparent;
	border-right: 0 dotted;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #000;
	content: "";
	}
	.navbar-default .dropdown .open span{
	right:0;
	top:20px;
	position:absolute;
	cursor:pointer;
	width: 0;
	height: 0;
	margin-right: 10px;
	vertical-align: middle;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-bottom: 0 dotted;
	border-left: 4px solid transparent;
	content: "";
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .megamenu > li > ul > li > a{
	color:#777;
	}
}
@media (max-width: 767px) {
    .nav li, .nav li:hover{
    background: none;
    border-bottom: 1px #eee solid;
    }
    .navbar-nav > li{
    width: 100% !important;
    }
    .navbar-nav > li > a{
    margin-left: 0 !important;
    } 
    .megamenu{
    width: 100%;
    }
    .navbar-collapse.in{
    overflow-y: visible;
    }  
}
.navbar{
border-radius:0;
margin:0;
min-height:40px;
}

.nav ul ul {
top: 0;
}
.nav li ul ul {
margin: 0px;
}
.nav li:hover ul ul ul,
.nav li:hover ul ul ul ul {
display: none;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li li li li:hover ul {
display: block;
}

ul.nav li.selected a{
    background-color: #fff;
    border: 0 solid #293A70;    
}
ul.nav li.selected a:after{
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}
ul.nav li.selected a:before {
    /*border-color: rgba(194, 225, 245, 0);
    border-top-color: #293A70;
    border-width: 13px;*/
    left: 50%;
    margin-left: -13px;
}

ul.dropdown-menu{
left: auto;
}
.nav li:nth-child(2) .dropdown-menu{
margin-left: 4px;
}
.nav li:nth-child(3) .dropdown-menu{
margin-left: 4px;
}
.nav li:nth-child(n+4) .dropdown-menu{
right: 0;
}

.navbar-default .path{
margin-right: 10px; 
float: left;
color: #fff;
text-transform: uppercase;
}
.navbar-fixed-top.fixed{
top:0;
background: #F4B51D;
}

.dropdown-menu .dropdown li .dropdown{
left: 100%;
top:0
}

.nav li .icon {
background: url("../images/icons.png") no-repeat scroll center center;
display: block;
float: left;
margin-right:10px;
}
.nav li .icon.san-xuat-thi-cong-dich-vu2 {
    background-position: 0 center;
    position: relative;
    height: 40px;
    width: 40px;    
}
.nav li .icon.vat-lieu-xay-dung {
    background-position: -42px center;
    position: relative;
    height: 37px;
    width: 37px;
}
.nav li .icon.thiet-bi-dien-cong-nghiep {
    background-position: -77px center;
    position: relative;
    height: 40px;
    width: 40px;
}
.nav li .icon.thiet-bi-dien-dan-dung {
    background-position: -116px center;
    position: relative;
    height: 41px;
    width: 26px;
}
.nav li .icon.cau-thap-van-thang {
    background-position: -42px center;
    position: relative;
    height: 37px;
    width: 37px;
}
.nav li .icon.den-chieu-sang-nghe-thuat {
    background-position: -178px center;
    position: relative;
    height: 40px;
    width: 31px;
}

.den-chieu-sang-nghe-thuat .megamenu{
background: #fff url("../images/dropdown.jpg") right center no-repeat;
}
.thiet-bi-dien-cong-nghiep .megamenu{
background: #fff url("../images/thiet-bi-dien-cong-nghiep.jpg") right center no-repeat;
width: 70%;
}
.thiet-bi-dien-cong-nghiep ul{
width: 33.33%;
float: left;
}
.thiet-bi-dien-dan-dung .megamenu{
background: #fff url("../images/thiet-bi-dien-dan-dung.jpg") right center no-repeat;
}
.thiet-bi-xay-dung .megamenu{
background: #fff url("../images/thiet-bi-xay-dung.jpg") right center no-repeat;
}