header{
  background-color: rgba(237,237,237,.76);
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 8001;
}
.sub-menu{
  strong{
    font-size: 16px;
  }
  span{
    font-size: 15px;
    line-height: 22px;
    width: calc(100% - 50px);
    display: block;
  }
  a{
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 70px;
    &:hover{
      background: #F2F2F2;
      text-decoration: none;
    }
  }
  
}
.sub-menu-wrap{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .dropdown-menu {
  display: none;
}

.dropdown-menu.show {
  display: block;
}