body {
}
.fw-title-1 {
    text-align: center;
    font-size: 24px;
    margin:20px 0;
}
.nav-group .nav-i {
    width: 105px;
    position: relative;
    line-height: 30px;
}

ul.nav-group li:hover ul {
    display: block;
}

ul.nav-group ul {
    width: 150%;
    position: absolute;
    z-index: 99;
    background-color: #efefef;
    display: none;
}

    ul.nav-group ul li {
        text-align: left;
        padding-left: 20px;
        color: #a1a1a1;
    }