#app-top {
    background-color: rgba(87, 82, 90, 1);
    max-height: 40px !important;
}

    #app-top .top-info {
        width: 100%;
        box-sizing: border-box;
    }

        #app-top .top-info > p {
            font-family: Montserrat;
            font-size: 13px;
            margin-bottom: 0px !important;
            color: white !important;
            padding-top: 8px;
            padding-left: 0px !important;
        }

    #app-top .both {
        display: flex;
        justify-content: flex-end;
        max-height: 40px;
    }

        #app-top .both .top-social {
            display: flex;
            justify-content: flex-end;
            box-sizing: border-box;
            margin: 0 !important;
            padding: 0px 10px 0px 0px !important;
            line-height: 0 !important;
            border-right: 1px solid #d2d0d0b8;
        }

            #app-top .both .top-social li {
                list-style: none !important;
                padding-top: 0px !important;
                padding-bottom: 0px !important;
            }

            #app-top .both .top-social > li > a {
                display: inline-block;
                font-size: 18px;
                text-decoration: none;
                width: 25px;
                height: 30px;
                line-height: 40px;
                border-radius: 0;
                text-align: center;
                color: #fff;
                cursor: pointer;
                overflow: hidden;
            }

        #app-top .both .head-ule {
            display: flex;
            justify-content: flex-end;
            box-sizing: border-box;
            margin: 0 !important;
            padding: 0px !important;
        }

            #app-top .both .head-ule > li {
                list-style: none !important;
                padding-top: 0px !important;
                padding-bottom: 0px !important;
                padding-left: 10px;
                padding-right: 10px;
                border-right: 1px solid #d2d0d0b8;
            }

                #app-top .both .head-ule > li > a {
                    font-family: Montserrat;
                    font-size: 11px;
                    text-transform: uppercase;
                    line-height: 40px;
                    color: white;
                    text-decoration: none;
                    cursor: pointer;
                    overflow: hidden;
                }

@media (max-width: 991px) {
    #app-top .both .head-ule {
        display: none !important;
    }

    #app-top .both .top-social {
        border-right: none;
    }

    #app-top .both {
        justify-content: center;
        margin-bottom: 5px;
    }
}
