/* * @package Responsive Menu * @author @asiermusa * @license MIT */

header {
    top: 0;
    position: absolute;
    height: 80px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: block;
    padding: 0;
}

#header.navShadow_1 {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #ffffff;
    box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #F3CB3C;
}

.logo {
    position: absolute;
    left: 30px;
    top: 0;
}

.logo a img {
    width: 360px;
    padding: 6px 0px;
}

#header.navShadow_1 .logo a img.none_scroll_logo,
.logo a img.scroll_logo {
    display: none;
}

#header.navShadow_1 .logo a img.scroll_logo {
    display: block;
}

.menu_top {
    position: absolute;
    top: 0;
    right: 0;
}

.button_hotline_menu {
    position: absolute;
    top: 10px;
    right: 155px;
}

.button_tk_mb {
    position: absolute;
    top: 10px;
    right: 120px;
}

.logo_NFDA {
    position: absolute;
    top: 10px;
    right: 30px;
}

.button_tk_mb img,
.button_hotline_menu img {
    background: #F5C037;
    border-radius: 30px;
    padding: 6px 6px;
}

.show_tk_mb {
    display: none;
    position: absolute;
    top: 80px;
    right: 120px;
    z-index: 99999;
}

.timkiem {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    width: 380px;
    margin: 0px;
    right: 0;
    position: relative;
}

.timkiem input {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 10px 25px;
    width: 100%;
    background: #FFFFFF;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
    color: #979797;
}

.timkiem button {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 10px 15px;
    position: absolute;
    right: 3px;
    top: 3px;
    float: right;
    border: none;
    background: #F5C037;
    border-radius: 3px;
}

.timkiem input::placeholder {
    color: #979797;
}

.nav_header {
    width: max-content;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 99999;
}

#menu_desktop {
    width: max-content;
}

#menu_desktop .menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu_desktop .menu li.menu__item a.menu__link {
    padding: 15px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

#header.navShadow_1 #menu_desktop .menu li.menu__item a.menu__link {
    color: #523628;
    text-shadow: none;
}

#menu_desktop .menu li.menu__item:last-child a.menu__link {
    padding-right: 30px;
}

#header.navShadow_1 #menu_desktop .menu li.menu__item a.menu__link.active,
#menu_desktop .menu li.menu__item a.menu__link.active,
#header.navShadow_1 #menu_desktop .menu li.menu__item:hover a.menu__link,
#menu_desktop .menu li.menu__item:hover a.menu__link {
    color: #F5C037;
}

.menu_sub_open {
    position: relative;
}

.menu_sub_open .menu__link::after {
    content: url(../images/menu_sub_open.svg);
    position: relative;
    top: 3px;
    left: 5px;
}

#header.navShadow_1 .menu_sub_open .menu__link::after {
    content: url(../images/menu_sub_open_srcoll.svg);
}

#header.navShadow_1 #menu_desktop .menu li.menu__item.menu_sub_open:hover a.menu__link::after,
#menu_desktop .menu li.menu__item.menu_sub_open:hover a.menu__link::after,
.menu_sub_open .menu__link.active::after,
#header.navShadow_1 .menu_sub_open .menu__link.active::after {
    content: url(../images/menu_sub_open_active.svg);
}

.menu_sub_open .menu__sub {
    width: max-content;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0 5px;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    background-color: #F5C037;
    padding: 0;
}

.menu_sub_open:hover .menu__sub {
    display: block;
    width: max-content;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0 5px;
    background: #F5C037;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}

.menu_sub_open:hover .menu__sub li {
    min-width: 1px;
    color: #523628;
    padding: 10px 20px 10px 15px;
    border-bottom: 1px dashed #523628;
}

.menu_sub_open:hover .menu__sub li:last-child {
    border-bottom: 0;
}

.menu_sub_open:hover .menu__sub li a {
    font-size: 14px;
    line-height: 22px;
    color: #523628;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0;
    position: relative;
}

.menu_sub_open:hover .menu__sub li a::before {
    content: url(../images/list_menu_sub.svg);
    position: relative;
    top: -3px;
    padding-right: 5px;
}