section#nav-test #nav-container {
  position: relative;
  box-sizing: border-box;
}
section#nav-test #nav-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  padding-right: 10px;
  margin: -10px;
}
section#nav-test #nav-container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
  margin-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
section#nav-test #nav-container ul li:first-child {
  margin-left: 0;
}
section#nav-test #nav-container ul li a {
  color: #fbef3c;
    font-size: 13px;
    font-weight: 600;
	    text-decoration: none;
        line-height: 1.5;
            border-bottom: 2px solid rgba(255, 0, 0, 0);
}
section#nav-test #nav-container ul li a:hover {
    transition: 1s;
border-bottom: 2px solid red;
line-height: 1.5;
}

section#nav-test #nav-container ul li.blank a {
  color: #fff;
    font-size: 13px;
    font-weight: 600;
	
}
section#nav-test #nav-container ul li.big a {
  color: #efa166;
    font-size: 15px;
    font-weight: 600;
	    text-transform: uppercase;
	
}
section#nav-test #nav-container #line2 {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: red;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
section#nav-test #nav-container #line {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: red;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
section#nav-test h1 {
  margin-top: 30px;
  font-weight: 500;
  color: #212121;
}
.strtop {
   display: none !important;
   background-color: yellow;
}
li.nav-li2.transition2:nth-child(3) {
   display: none !important;
}
li.nav-li2.transition2:nth-child(4) {
   display: none !important;
}
section#nav-test #nav-container {
	  position: relative;
    box-sizing: border-box;
    left: 200px;
}