.navbar {
  /*display: flex;*/
}

.menu {
  width: 1140px;
  /*display: flex;
  justify-content: space-between;*/
}

.menu > li {
  border-right: 3px solid #fff;
  margin-top: 5px;
  margin-bottom: 5px; 
}

.menu > li:last-child {
  border-right: none;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}