
        
li{
    list-style: none;
}
.nav>li{
    float: left;

}

.nav>li:first-child a{
    border-radius: 10px 0px 0 10px;
    
}
/*.nav>li:last-child a{
    border-radius: 0 10px 10px 0;
}*/
.drop-down{
    position: relative;
    /*height: 50px;*/
    z-index:1;
    
}

    .drop-down ul li a {
        width:52px;
        
    }

     .drop-down ul li a svg {
        margin-left:4px;
        
    }

.drop-down-content{
    padding: 0;
    opacity: 0.3;
    height: 0;
    overflow: hidden;
    transition: all 1s ease;
    position: absolute;
    
}

.drop-down-content li:hover a{
    background-color:red;
    
}

.nav .drop-down:hover .drop-down-content{
    opacity: 1;
    height: 190px;
}

.forum{
    position: absolute;
    right: 90px;
    top: 0;
    background-image: url('../images/menu/manual_bg_mobile.gif')/*tpa=https://ieasytech.com/Asset/images/menu/manual_bg_mobile.gif*/;
    background-repeat: no-repeat;
    width: 68px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    display: table;
}
.forum_text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #6A6A6A;
    font-size: 12pt;
    text-shadow: #333333 0 2px 2px;
}

.forum a {
    color: #FFFFFF;
    text-decoration: none;
}

.forum a:visited {
    color: #FFFFFF;
}

.forum a:hover {
    color: #FFFFFF;
}

#tip {
      position: fixed;
      top: 50px;
      left: 50%;
      display: none;
      z-index: 9999;
      width: 210px;
      text-align: center;
      word-wrap: break-word;
}

#language {    
    float:right;
    margin:0px,0px,0px,100px;
}
.select {
    float:right;
    margin-top:3px;
    margin-right:5px
}