@charset "UTF-8";
/* CSS Document */

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