
.dropdown-submenu {
  left: 100%;
  top: -1px;
  border-radius: 0;
  width: 350px;
}

.dropend:hover .dropdown-submenu {
  display: block;
}
