.cd-dropdown-content .cd-secondary-dropdown>li {
    padding: 0 20px 0 30px;
}
.cd-secondary-dropdown {
    border: 3px solid #28387b;
}

@media only screen and (min-width: 1024px){
   /*  .cd-dropdown-content {
        overflow-y: scroll;
        height: 500px;
    } */
}

ul.cd-secondary-dropdown {
    min-height: 200px;
}

ul.cd-secondary-dropdown ul{
    min-height: 200px;
}

.list-group-item{
    padding: 10px 10px;
}

.dropdown-trigger{
    position: relative;
}
.dropdown-trigger:hover >  .dropdown-menu{
    display: block !important;
}

.dropdown-menu{
    background-color: #28387b;
}

/* .dropdown-menu > li > a:hover{
    background: #000;
} */

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #ffa200;
}