.UICustomMenu_chieudoc .CustomMenu{
}
.UICustomMenu_chieudoc .CustomMenu .MenuList{
        padding: 0;
}
.UICustomMenu_chieudoc .CustomMenu .MenuList li{
        padding: 9px 15px 12px 25px;
        position: relative;
        display: flex !important;
        align-items: center;
}
.UICustomMenu_chieudoc .CustomMenu .MenuList .TopMenuActive{
        background: #EEF2F8;
}
.UICustomMenu_chieudoc .CustomMenu .MenuList .TopMenu{
        background: #F9F9F9;
        margin-bottom: 4px;
}
.UICustomMenu_chieudoc .CustomMenu .MenuList .TopMenu:hover {
    background-color: #3099ff;
}
.UICustomMenu_chieudoc .CustomMenu .MenuList .TopMenu:hover a span {
    color: #ffffff !important;
}

.UICustomMenu_chieudoc .CustomMenu .MenuList .TopMenu a span{
        font-family: Roboto;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        color: #62748D;
        padding-left: 5px;
        display:block;
}
.UICustomMenu_chieudoc .CustomMenu .MenuList .TopMenuActive a span{
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        color: #2A58A0;
        padding-left: 5px;
        display:block;
}
.UICustomMenu_chieudoc .CustomMenu .MenuList .TopMenuActive:before {
        content:'\f0c8';
        font: normal normal normal 8px / 1 FontAwesome;
        display: inline-block;
        margin-right: 5px;
        position: absolute;
        left: 12px;
        top: 43%;
        color: #2A58A0;
}
.UICustomMenu_chieudoc .CustomMenu .MenuList .TopMenu:before {
        content:'\f0c8';
        font: normal normal normal 8px / 1 FontAwesome;
        display: inline-block;
        margin-right: 5px;
        position: absolute;
        left: 12px;
        top: 43%;
        color:#62748D;
}
