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

header {
    top: 0;
    position: relative;
    height: 66px;
    width: 100%;
    background: #ffffff;
    z-index: 99999;
    display: block;
    padding: 0;
    box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.2);
}

#header.header_home {
    position: absolute;
    z-index: 99999;
}

#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;
}

#gop_top {
    width: 100%;
    position: relative;
}

.nav_top {
    width: 100%;
    position: relative;
}

.nav_header {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.logo {
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
    position: absolute;
    left: 0;
    top: 0;
}

.logo a img {
    min-width: 180px;
    padding: 10px 30px;
}

.button_tk_mb {
    position: absolute;
    top: 0;
    padding: 22px;
    right: -60px;
}

.show_tk_mb {
    display: none;
    position: absolute;
    top: 66px;
    right: -40px;
    z-index: 999999999;
}

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

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

.timkiem button {
    padding: 0;
    position: absolute;
    right: 20px;
    top: 12px;
    float: right;
    border: none;
    background: none;
}

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

.language_top {
    width: max-content;
    position: absolute;
    top: 0;
    right: -25%;
    padding: 21px 0;
}

.language_top a {
    padding: 2px;
}

.hotline_top {
    position: absolute;
    padding: 18px 0;
    right: 30px;
}

.hotline_top a {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #375D8A;
}

.hotline_top a strong {
    font-weight: 700;
}

.hotline_top a::before {
    position: absolute;
    left: -30px;
    top: 0px;
    content: url(../images/hotline_top.svg);
}

.menu {
    width: max-content;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 31%;
    top: 0;
    z-index: 99999;
}

.menu>ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

.menu>ul>li {
    padding: 0;
    position: relative;
    list-style: none;
    z-index: 99999;
}

.menu>ul>li.menu__item>a:hover,
.menu__item .active_mn {
    color: #375D8A;
}

.menu__link {
    width: max-content;
    margin: 0;
    padding: 23px 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #4A4A4A;
    position: relative;
    transition: all 0.3s;
    transform: translate(0, 0) !important;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 99999;
}

.menu>ul>li.menu__item>a:hover,
.menu>ul>li.menu__item>a.active_mn {
    color: #375D8A;
}

.menu>ul>li.menu__item.to-left .menu__sub-menu {
    position: absolute;
    display: none;
    pointer-events: none;
    transition: all 0.3s;
    transform: translate(0, 60px);
    z-index: 999999999;
}

.menu>ul>li.menu__item.to-left:hover .menu__sub-menu {
    position: absolute;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0, 0);
    display: block;
    z-index: 999999999;
    padding: 0;
    top: 66px;
    left: 18px;
    min-width: max-content;
    max-width: 325px;
    border-top: 7px solid #F3CB3C;
    background: #FFFFFF;
    list-style: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.menu__sub-menu .menu__sub-menu__item {
    padding: 10px 20px;
    border-top: 1px solid #E5E5E5;
    transition: all 0.3s;
    background: #FFFFFF;
}

.menu__sub-menu .menu__sub-menu__item:hover {
    background: #F3CB3C;
}

.menu__sub-menu .menu__sub-menu__item a {
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    transition: all 0.2s;
}