make sub parents display block on hover
@media (min-width : 768px) { .dropdown:hover .dropdown-menu {display: block;} }