  .header_type2 {
    background: var(--color-white);
    z-index: 997;
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    .header_type2.header-scrolled {
        top: 0;
    }

    .header_type2 .fix_wrap {
        background: var(--color-white);
    }

    .header_type2 .logo {
        font-size: 1.75rem;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .header_type2 .header_top {
        background-image: url("/Img/menu_top_bg.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-position-x: 140px;
        display: block;
        width: 100%;
        background-color: var(--color-secondary);
    }

    .header_type2 .header_search_wrap {
        position: relative;
    }

        .header_type2 .header_search_wrap form {
            width: 100%;
        }

    .header_type2 .form-control {
        border-radius: 50px;
    }

    .header_type2 a.search_btn {
        position: absolute;
        top: 6px;
        right: 16px;
        color: var(--color-black);
    }

    .header_type2 .mobile_header_top h1 {
        padding-left: 15px;
        color: #fff;
        font-size: 2rem;
    }

    .header_type2 .mobile_header_top .m_h_t_a {
        display: flex;
        align-items: center;
    }
    .header_type2 .mobile_header_top .m_h_t_a img {
        max-width: 300px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .header_type2 .header_top ul.nav li a {
        padding: 0 8px;
        font-weight: 500;
        font-size: 0.875rem;
    }

    .header_type2 .header_top .header_search_wrap {
        padding-top: 10px;
    }


    .header_type2 .header_top ul > li.nav-dropdown {
        position: relative;
        padding-right: 15px;
    }

    .header_type2 .fix_wrap .navbar-container {
        padding: 0;
    }

    .header_type2 .header_top ul.nav li a:active {
        background-color: transparent;
    }

    .header_type2 .header_top ul > li.nav-dropdown::after {
        content: "\f107";
        display: inline-block;
        font: normal normal normal 0.7rem/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 6px;
        top: 3px;
    }

    .header_type2 .header_top ul.dropdown-menu.open {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
    }

        .header_type2 .header_top ul.dropdown-menu.open a {
            padding: 6px 15px;
            font-size: 0.9rem;
            display: flex;
            justify-content: space-between;
        }

    .header_type2 .header_top ul > li:hover > ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
    }

        .header_type2 .header_top ul > li:hover > ul a {
            padding: 6px 15px;
            font-size: 0.9rem;
            display: flex;
            justify-content: space-between;
        }

    .header_type2 .header_top ul > li > ul > li {
        border-bottom: solid 1px #eee;
    }

    .header_type2 .header_top ul.nav li a:hover, .header_type2 .header_top ul.nav li a:focus {
        color: var(--color-primary);
    }

    .header_type2 .navbar {
        width: 100%;
        padding: 0;
        display: block;
    }

        /*.header_type2 .navbar .dropdown ul ul {
            position: relative;
            left: 0;
            box-shadow: none;
        }*/

        .header_type2 .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
            justify-content: flex-end;
        }

            .header_type2 .navbar ul > li > ul {
                position: absolute;
                left: 0px;
                top: 100%;
                margin-top: 6px;
                background-color: var(--color-white);
                display: none;
            }

        .header_type2 .navbar .col:last-child .dropdown-menu {
            left: initial;
            right: 0;
        }

        .header_type2 .navbar .col:last-child .nav-dropdown .dropdown-menu {
            left: initial;
            right: 100%;
        }

        .header_type2 .navbar ul > li > ul li {
            width: 100%;
        }

        .header_type2 .navbar .dropdown ul > li > ul > li a {
            padding-left: 30px;
        }

        .header_type2 .navbar .dropdown ul > li > ul > li > ul > li a {
            padding-left: 45px;
        }

        .header_type2 .navbar .dropdown ul > li > ul > li > ul > li > ul > li a {
            padding-left: 60px;
        }

        .header_type2 .navbar .dropdown ul > li > ul > li > ul > li > ul > li > ul > lia {
            padding-left: 75px;
        }

        .header_type2 .navbar .dropdown ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a {
            padding-left: 90px;
        }

        .header_type2 .navbar ul > li > ul > li ul {
            position: absolute;
            left: 100%;
            top: 0;
            background-color: var(--color-white);
            display: block;
            margin-top: -1px;
            z-index: 8;
            box-shadow: 0px 0px 15px 0px #a4a4a4;
            border-radius: 5px;
            padding: 0;
        }

        .header_type2 .navbar ul > li > ul > li > ul {
            display: none;
            padding: 0;
        }

            .header_type2 .navbar ul > li > ul > li > ul > li {
                width: 100%;
            }

                .header_type2 .navbar ul > li > ul > li > ul > li a {
                    padding-left: 30px;
                }

        .header_type2 .navbar li {
            display: block;
            position: relative;
        }

        .header_type2 .navbar > ul > li {
            display: flex;
            justify-content: center;
            padding: 0;
            position: relative;
        }

            .header_type2 .navbar > ul > li > ul a:hover {
                background-color: #e2e2e2;
            }

            .header_type2 .navbar > ul > li > a {
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                text-decoration: none;
                color: var(--color-black);
                line-height: 1.5rem;
                padding: 12px 12px;
                font-size: 1.2rem;
            }

                .header_type2 .navbar > ul > li > a i {
                    display: none;
                }

                .header_type2 .navbar > ul > li > a .icon-img img {
                    margin-right: 14px;
                    max-width: 22px;
                }

        .header_type2 .navbar .col.nav-dropdown > a {
            white-space: nowrap;
        }

        .header_type2 .navbar a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 1rem;
            color: #212529;
            font-weight: 500;
            padding: 16px 0 10px;
            width: 100%;
            text-decoration: none;
        }

            .header_type2 .navbar a.navbar_list {
                white-space: nowrap;
            }

        .header_type2 .navbar .dropdown ul {
            position: absolute;
            margin: 0;
            padding: 0;
            background: var(--color-white);
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            border-radius: 4px;
            max-width: 264px;
        }

            .header_type2 .navbar .dropdown ul a {
                padding: 10px 15px;
                text-transform: none;
                border-bottom: 1px solid #eaeaea;
            }

                .header_type2 .navbar .dropdown ul a i {
                    font-size: 0.75rem;
                    transform: rotate(90deg);
                }

        .header_type2 .navbar .dropdown .navbar ul > li > ul a {
            padding: 6px 15px;
            font-size: 1rem;
        }

    .header_type2 .mobile_menu_button {
        display: none;
    }

    .header_type2 button.searchButton {
        border: 0;
        background-color: transparent;
        padding: 0;
        position: absolute;
        top: 10px;
        right: 18px;
    }

    .header_type2 .navbar > ul > li.dropdown::after {
        content: "\f107";
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-kerning: auto;
        font-optical-sizing: auto;
        font-feature-settings: normal;
        font-variation-settings: normal;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1;
        font-family: FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 6px;
        top: 16px;
    }
/**************


RWD s.
***************/
@media (min-width: 767.99px) {
    .header_type2 .navbar ul > li:hover > ul, .header_type2 .navbar ul > li:focus-within > ul {
        display: block;
        width: 100%;
    }
}


@media (max-width: 767.98px) {
    .header_type2 .mobile_header_top {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .header_type2 .header_search_wrap {
        padding-top: 10px;
    }

    .header_type2 a.mobile_menu_button {
        display: block;
        background: none;
        color: var(--color-black);
        border: none;
        font-size: 2rem;
    }

    .header_type2 .mobile_menu_button:hover,
    .header_type2 .mobile_menu_button:focus {
        color: var(--color-primary);
    }

    .header_type2 .navbar {
        display: none;
    }

        .header_type2 .navbar.open {
            display: block;
            max-height: 430px;
            overflow-y: scroll;
        }

        .header_type2 .navbar > ul {
            display: block !important;
        }

        .header_type2 .navbar ul li {
            border: none;
            /*border-bottom: 1px solid #e1e1e1;*/
            width: 100% !important;
        }

        .header_type2 .navbar > ul > li:first-child {
            border-left: none;
        }

        .header_type2 .navbar > ul > li {
            display: block;
        }

        .header_type2 .navbar ul > li > ul {
            position: relative;
            top: 0px;
            left: 0px;
            margin: 0px;
            width: 100% !important;
        }

            .header_type2 .navbar ul > li > ul > li ul {
                position: relative;
                top: 0px;
                left: 100%;
                margin: 0px;
                width: 100% !important;
            }

                .header_type2 .navbar ul > li > ul > li ul a {
                    padding-left: 40px;
                }


    header_type2 .navbar ul {
        display: none;
    }
}
/**************
  RWD e.
  ***************/

@media (max-width: 580px) {
    .header_type2 .mobile_header_top .m_h_t_a {
        flex-direction: column;
        align-items: flex-start;
    }

    .header_type2 .mobile_header_top h1 {
        padding-left: 0;
    }

    .header_type2 .navbar ul > li.open > ul {
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        visibility: visible;
        top: 0;
        left: 0;
        position: relative;
        box-shadow: none;
        border: 0;
        display: contents;
    }

    .header_type2 .navbar > ul > li > a {
        background-color: #f7f7f7;
        justify-content: flex-start;
    }

        .header_type2 .navbar > ul > li > a i {
            display: block;
        }

    .header_type2 .navbar > ul > li.dropdown a {
        padding: 15px 10px;
        display: flex;
        justify-content: space-between;
        text-align: left;
    }

    .header_type2 .dropdown.open > ul {
        position: relative;
    }

    .header_type2 .navbar ul > li > ul > li ul {
        left: 0;
    }

    .header_type2 .header_top ul.nav li a {
        padding: 0 5px;
    }

    .header_type2 a.mobile_menu_button {
        font-size: 1.5rem;
    }

    .header_type2 .header_top h1 {
/*        width: 180px;*/
        height: 52px;
    }

    .header_type2 .navbar.open {
        max-height: inherit;
        overflow-y: inherit;
    }

    .header_type2 .navbar .dropdown.open .dropdown:hover > ul {
        left: 0;
        position: relative;
    }

    .header_type2 .navbar .col:last-child .nav-dropdown.open .dropdown-menu {
        left: initial;
        right: 0;
    }
}

@media (max-width: 768px) {
    .header_type2 .header_top {
        background-position-x: 0;
        background-position-y: 0;
        background-size: cover;
    }
}
