.dropdown-menu {
    margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0;
    margin: 0 20px;
    border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}
@media (min-width: 992px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0;
        border-width: 1px;
    }
    .dropdown-menu > li a:hover,
    .dropdown-menu > li a:active,
    .dropdown-menu > li.show {
        background: #FFFFFF;
        color: #686868 !important;
    }
    .dropdown-menu > li.show > a {
        color: #686868 !important;
    }
    .navbar-nav > .nav-item > a {
        background-image: url(../../../desktop/images/nabg.png);
        background-repeat: no-repeat;
        background-position: -90px center;
        font-size:20px;
    }
    .navbar-nav > .nav-item > a:hover {
        color: #ec6430 !important;
        transition: all 1s ease 0s;
        background-image: url(../../../desktop/images/nabg.png);
        background-repeat: no-repeat;
        background-position: 0 center;
    }
}
