@media screen and (min-width: 960px){
  .topnav {
    display: none;
  }
  .divBanner{
    margin-top: 50px;
  }
}
  
@media screen and (min-width: 760px) and (max-width: 959px){
  .topnav {
    display: none;
  }
  .divBanner{
    margin-top: 50px;
  }
}
  
@media screen and (max-width: 759px){
  .topnav {
    background-color: #0004ff;
    padding-top: 6px;
    position: fixed;
    z-index: 1;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    padding-left: 12px;
  }

  .menuTop{
    display: none;
  }
  .textTop{
    display: none;
  }
  .divBanner{
    margin-top: 60px;
  }
}
  
.menuTop{
  background-color: blue;
  text-align: center;
  height: 35px;
  font-size: 17px;
  color: white;
  padding-top: 9px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.textTop{
  width: 24%;
  text-align: center;
}
.textTop a{
  text-decoration: none;
  color: white;
  font-weight: bold;
}
  /* #aDichvu a:hover {background-color: #ddd;} */
  
.aContentMenuTop{
    color: white;
    font-weight: bold;
}
  
  /* .ticky{
      position: -webkit-sticky;
      position: sticky;
      top: 20px;
  }
   */
  /* phần menu drop */
  /* .dropdown-menuTop {
      display: none;
      position: absolute;
      background-color: rgb(227, 197, 255);
      width: 300px;
      overflow: auto;
      z-index: 1;
      text-align: left;
  }
    
  .dropdown-menuTop a {
      color: rgb(16, 0, 235);
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      background-color: rgb(243, 214, 214);
  } */
  
.show {display: block;}
  
  /* .show2 {display: block;} */
  
  /* #aDichvu{
      position: relative;
      display: inline-block;
      cursor: pointer;
  } */
    
  /* kết thúc menu drop */
  
  /* menu mobi */


.topnav a {
  color: white;
  text-decoration: none;
  font-size: 17px;
  display: block;
  font-weight: bold;
}
.topnav a:hover{
  display: block;
  color: black;
}
.topnav a.icon {
  background: rgb(0, 0, 0);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.textTop a:hover {
  color: black;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav :hover .myLinks{
  display: block;
}
.myLinks{
  background-color: #04AA6D;
  display: none;
  z-index: 1;
}

#myLinks :hover{
  display: block;
}
  /* ket thuc mobi */

  /* Dropdown Button */
  /* .navbar {
    overflow: hidden;
    background-color: #333;
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  } */
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  /* .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
  } */
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .textTopMobi a{
    font-size: 16px;

  }