@charset "utf-8";
ul,li,form,body,html,p,input{margin:0; padding:0;}
.mnubtai ul {
  position: fixed;top:0px;
  background: white;
/*  width:110%;  */
  /*margin-top:1%;*/
/*  height: 84px;*/
  list-style-type: none;
  text-align: center;
  font-size:40px;
}
.mnubtai li {
/*  background: rgb(255,0,255);*/
  /*margin-top:1%;*/      /*phần theo html*/
  display: inline-block;
/*  width: 42%;*/
  margin-left:3px;
  margin-right:3px;
  /*height: 80%;*/   /*chỉ hiệu lực khi có xác lập height của ul */
  line-height: 110%; /*phần trăm cục bộ theo ul cũng là chiều cao của nút*/
}
.mnubtai ul li a {
  font-size:40px; list-style-type: none;
  margin-top:6%;
/*  padding:0px 20px ;*/
  /*height: 100%;*/   /*phần trăm cục bộ theo li*/
/*      padding-left:5%;*/
/*      padding-right:5%;*/
      padding-top:5%;   /*phần theo div định chiều cao của nút*/
      padding-bottom:6%;   /*phần theo div định chiều cao của nút*/
      text-decoration: none;
      /*text-align:center-bottom; */
      color:rgb(0,240,255);
      background: rgba(80,40,0,0.8);
      display: block; 
      border-radius:14px 14px 14px 14px;
    }
.mnubtai ul li a:hover {background:linear-gradient(to right, rgba(220,100,0,0.6), rgba(110,50,0,0.9));}
/*.mnubtai ul li a.active { background:linear-gradient(rgba(160,80,0,0.5),rgba(220,160,0,0.9)) !important; }*/
/*.mnubtai ul li a.active { background:linear-gradient(rgba(255,150,0,1),rgba(0,0,0,0.9)) !important; }*/
.mnubtai ul li a.active {
      line-height: 110%; /*tỷ lệ mức hạ xuống của top theo cục bộ số càng nhỏ càng hạ xuống*/ 
      font-size:40px;
      /*height:100%;*/
      /*padding-left:15%;*/
      /*padding-right:15%;*/
      padding-top:0%;    /*tỷ lệ chiều cao của nút với chuỗi là center. Khi tăng thì các nút kia hạ thấp*/
      padding-bottom:12%; /*mức hạ xuống dưới cũng là Chiều cao của box*/ 
      border-radius:14px 14px 0px 0px;color:rgb(255,255,255);
      background:radial-gradient(farthest-side at 50% -20%, rgb(200,100,0), rgba(0,0,0,0.9)) !important; 
      text-shadow: 0 0 10px yellow;
      box-shadow: -1px -1px 3px brown;
      }