﻿
.menu a {
  overflow: hidden;
  background-color: #0342AC;
  color: white;
  text-align: left;
  padding-top: 3px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
  /*border-bottom: 1px solid #FFA500;*/
}

#mnuMobileButton {
  overflow: hidden;
  z-index:99;
  width: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#mnuDesktop a:hover, #mnuMobile a:hover, #mnuMobileButton a:hover {
  background: #2F00FF !important ;
}

#mnuMobile {
  overflow: hidden;
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  display: none;
}


/*==Style cho menu doc==*/
#verticalMenus ul{
  position: relative;
  list-style: none;
  width: 100%;
  text-align: left;
  background: #3B5998;
}
#verticalMenus ul li {
  padding-top: 3px;
  height: 30px;
  line-height: 30px;
  /*border-bottom: 1px solid #fff;*/
}

#verticalMenus ul .active{ 
  background: #1D1F20;
}
#verticalMenus ul li a{
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  display: block;
  font-size: 15px;
}

#verticalMenus ul li:hover{
  background: #2F00FF !important ;
}
#verticalMenus .sub-menu{
  position: relative;
  display: none;
  text-align: left;
  font-size: 90%;
}
#verticalMenus li:hover .sub-menu{
  position: relative;
  display: block;
  background: #3B5998;
  color: red;
}
#verticalMenus .sub-menu2{
  position: absolute;
  left: 200px;
  top: 0;
  width: 200px;
  border-left: 1px solid #fff;
  border-radius: 0px 10px 10px 0px;
  display: none;
}
#verticalMenus .sub-menu li:hover .sub-menu2{
  display: block;
}
#verticalMenus .sub-menu3{
  position: absolute;
  left: 200px;
  top: 0;
  width: 200px;
  border-left: 1px solid #fff;
  border-radius: 0px 10px 10px 0px;
  display: none;
}
#verticalMenus .sub-menu2 li:hover .sub-menu3 {
  display: block;
}