﻿@media screen and (min-width:1200px){

    /* .nav_item:hover .dropdown_menu, */
    .dropdown_menu.show {
        /* display: block; */
        opacity: 1;
        max-height: 400px;
        pointer-events: auto;
    }

    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
        opacity: 1;
        max-height: 296px;
        pointer-events: auto;
    }

}