/*--------------*/
/* idt-menu-top */
/*--------------*/
.idt-menu-top-logo{
  width: auto;
  height: 32px;
  margin: auto;
  margin-left: 20px;
  margin-right: 20px;
}
.idt-menu-top-menu{
  color:#717171;
  font-size: 14px;
  padding: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .idt-menu-top-menu span{
    display: none;
  }
}

.idt-menu-top-menu:hover{
  background-color: #e8e8e8;
}
.idt-menu-top-menu.active{
  color: #1cca7e;
  border-bottom: 6px solid #1cca7e;
}
idt-menu-top {
  z-index: 1;
  width: 100vw;
  height: 52px;
  background-color: white;      
  padding: 0px 6px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),
              0 1px 1px 0 rgba(0,0,0,.14), 
              0 2px 1px -1px rgba(0,0,0,.12);
}
idt-menu-top h5{
  margin: 10px;
  font-size: 22px;
}