.container-header {
  margin-top: 2px;
  margin-bottom: 20px;
  border-top: 4px solid #000098;
  border-bottom: 4px solid #000098;
  box-shadow: 10px 10px 15px silver;
}

.container-header .mod-menu > li:after {
  opacity: .5;
}

.container-header .mod-menu>li:hover:after {
  background:#000098;
  left:0;
  right:2px
}

.container-header .mod-menu > li.active:after {
  background: #000098;
}