header #nav {
    border-bottom: 1px solid #003f1b;
    background: #fff1e5;
  }

  header #nav .wrapper .nav-bar>li {
    margin-right: 3px;
  }

  .icondv.icon-expandmenu {
    margin-left: auto;
    font-weight: 500;
    color: #fff;
    font-size: 0;
    font-family: arial;
    text-align: center;
    cursor: pointer;
    /* padding-right: 35px; */
  }

  .icondv.icon-expandmenu {
    width: 26px;
    height: 15px;
    background-position: -157px -86px;
  }

  .icondv {
    margin-top: 22px;
    display: inline-block;
    background: url("../images/danviet_sprite.webp");
    background-repeat: no-repeat;
    background-size: 580px 564px;
  }

  .icondv.icon-expandmenu.active {
    width: 26px;
    height: 23px;
    line-height: 20px;
    font-size: 20px;
    background: #008837;
  }

  .expand-bar {
    transform: rotateX(90deg);
    transition: all 0.2s linear;
    transform-origin: top;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 94px;
    z-index: 999;
    visibility: hidden;
    max-height: calc(100vh - 100px);
    overflow: auto;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.15);
    background-color: #fff1e5;
  }

  .expand-bar.active {
    transform: rotateX(0);
    visibility: visible;
  }

  ul.expand-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 10px;
    list-style: none;
    margin: 0;
    width: 100%;
  }

  li.navexpand-item {
    flex: 1 1 30%;
    margin: 10px;
    padding: 10px;
  }

  .navexpand-item a {
    text-decoration: none;
    color: #333;
    /* font-weight: bold; */
  }

  .navexpand-item ul {
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
  }

  .wrapper .expand-menu .navexpand-item a {
    font-size: 15px;
    font-weight: bold;
    color: #008837;
    margin-bottom: 10px;
    display: block;
  }
  .wrapper .expand-menu .navexpand-item ul li a{
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
    display: block;
  }

  ul.expand-items.short {
    overflow: hidden;
    transition: all 0.2s linear;
  }

  /* li.nav-item {
    font-size: 12px;
    font-weight: 500;
    color: #6c6e70;
  } */

  ul.expand-links {
    max-width: 1200px;
    display: flex;
    height: 58px;
    padding: 10px;
    align-items: center;
    border-top: 1px solid #008837;
    margin-left: auto;
    margin-right: auto;
  }

  .expand-links li {
    font-size: 15px;
    font-weight: 500;
    color: #008837;
    margin-right: 60px;
  }

  .expand-links li.backhome {
    font-size: 12px;
    margin-left: auto;
    color: #6c6e70;
    font-size: 15px;
    font-weight: 500;
  }

  header #nav .wrapper .logo {
    width: 127px;
    flex-shrink: 0;
  }

  header #nav .wrapper .logo .nav-logo {
    display: inline-block;
    padding: 5px 0px;
    margin-left: 13px;
  }
  .tradingview-widget-copyright{
    display: none;
  }