
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown a:hover {
    color: #ff0037;
}