#Upon {
    position: absolute;
    width: 300px;
    top: 70px;
    font-size: 18px;
    margin-left: 1470px;
}

#Nav-lbl li {
    margin-top:30px;
    cursor: pointer;

}

.layui-nav .layui-nav-item a {
    font-size: 22px !important;
    color: #fff !important;
    height: 48px !important;
    border-radius: 30px;
    line-height:45px;
}
.layui-nav .layui-nav-item a:hover{
    color: #fff;
    background-color: #ff5000;
}

.layui-icon {
    font-size: 15px;
}

#Nav-lbl .layui-nav-bar {
    display: none;
}

#Nav-Mt {
    background-color: #fff;
    box-shadow: 0px 17px 17px 3px rgba(52, 52, 52, 0.15);
    height: 90px;
}

    #Nav-Mt a {
        color: black;
        font-size: 20px;
    }

    #Nav-Mt li {
        height: 90px;
        line-height: 90px;
        margin-right: 30px;
    }

    #Nav-Mt .layui-anim-upbit {
        margin-top: 10px;
    }

#UsEa:hover #mun-db {
    display: block;
}

#mun-db {
    position: absolute;
    top: 40px;
    left: -17px;
    width: 146px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px #7f7f7f45;
    border-radius: 4px;
    text-align: center;
    padding: 16px 0;
    display: none;
    z-index: 999;
}

    #mun-db p {
        display: block;
        color: #333333;
        margin: auto;
        font-size: 16px;
        line-height: 37px;
        width: 100px;
        font-weight: 400;
        letter-spacing: 1px;
    }

        #mun-db p:hover {
            color: rgb(18,150,219);
        }

body {
    font-family: 'Tahoma' !important;
}
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}