header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    padding: 30px 25px 0 25px;
    z-index: 999;
    color: #fff;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.navbar {
    padding: 0;
}

/* scroll down style */
header.bg-blue {
    height: 65px;
    padding: 8px 25px;
    color: #fff;
    background: rgba(0, 28, 75, 0.8);
}


header.bg-blue .navbar-brand {
    background: 0 50% url(../../images/common_icon/logo.svg) no-repeat;
}

/*header.bg-blue .nav_cart {
    background: #0d2033;
}*/

/*header.bg-blue .nav_cart svg {
    fill: #fff;
}*/

header.bg-blue .nav_lan svg {
    fill: #0d2033;
}

button.nav-link {
    -webkit-appearance: none;
    background: none;
    outline: none;
    position: relative;
    border: #fff 1px solid;
    border-radius: 30px;
}




/* left side logo */
.navbar-brand {
    width: 140px;
    height: 40px;
    background: 0 50% url(../../images/common_icon/logo.svg) no-repeat;
}

/* menu */
.nav-item,
.nav-link {
    padding: 0 20px;
    margin: 0 5px;
    line-height: 45px;
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.nav-item a,
.nav-item button {
    font-size: 16px;
}

/* submenu */
.dropdown-menu {
    padding: 0;
    margin-top: -3px;
    left: calc(50% - 112px / 2);
    overflow: hidden;
    border: none;
    background: none;
    min-width: 0;
    text-align: center;
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
}

.dropdown-item {
    background: #fff;
    text-shadow: none;
    height: 45px;
    line-height: 45px;
    padding: 0 1.5rem;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.dropdown-item:hover {
    background: #eee;
    color: #333;
}

/* menu deco */
li.nav-item.dropdown .dropdown-toggle:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    bottom: 10px;
    left: calc(50% - 3px);
    font-size: 0;
    background: #111;
    opacity: 0;
}

li.nav-item.dropdown.show .dropdown-toggle:after {
    opacity: 1;
}


/* right side of nav */
.nav_lan svg {
    fill: #fff;
    width: 18px;
    height: 18px;
}

/* .nav_lan.dropdown-toggle:before{
    content: '';
    display: inline-block;


} */
.nav_lan.dropdown-toggle:after {
    border-top: 0;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin-left: 10px;
}

.nav_cart {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.nav_cart svg {
    fill: #0d2033;
}

@media screen and (max-width: 1199px) {
    .navbar {
        font-size: 0;
    }

    /* === hamburgar === */
    /* menu options */
    /*     ul.nav_menu{
        background: #fff;
        padding-top: 60px;
        width: 100%;
        height: 100vh;
        text-align: center;
        position: fixed;
    }
    .nav-item{
        color: #000;
        text-shadow: none;
        width: 100%;
        margin: 0;
        padding: 0;
    } */
    /* submenu */
    /*     .dropdown-menu{
        text-align: center;
        position: static;
        width: 100%;
        border: none;
        overflow: hidden;
    } */
    /* open menu */
    /*  .nav_burgar{
        display: inline-block;
        background: #111;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        vertical-align: top;
    }
    .nav_burgar svg{
        stroke: red;
    } */
    /* close menu */
    /*     button.js_close_menu{
        position: absolute;
        top: 0;
        right: 0;
        background: #111;
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 0;
        z-index: 998;
    }
    button.js_close_menu svg{
        stroke: #fff;
    } */
    /* === hamburgar === */

    /* right side of nav */
    .nav_cart {
        vertical-align: top;
    }
}

@media screen and (max-width: 767px) {
    header {
        padding: 0;
    }

    .navbar {
        padding: 15px 15px 0 15px;
    }

    .navbar-brand {
        width: 120px;
        margin-right: 0;
        background-size: contain;
    }

    button.nav-link {
        padding: 0 10px;
        line-height: 30px;
    }

    /* down style */
    header.bg-blue {
        padding: 0;
    }

    header.bg-blue .navbar {
        padding: 8px 15px 0 15px;
    }

    /*header.bg-blue .navbar-brand {
        background: 0 50% url(../../images/common_icon/logo_blue.svg) no-repeat;
        background-size: contain;
    }*/
}

@media screen and (max-width: 576px) {

    /* right */
    .nav_right {
        min-height: 0;
    }

    .nav_cart,
    .nav_burgar {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }


    ul.js_tollgeMenu {
        padding-top: 50px;
    }

    .nav-item {
        font-size: 1rem;
        padding: 0;
        margin: 0 5px 0 0;
    }
}

@media screen and (max-width: 375px) {}

/* Retina Graphic */
@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    /*header.bg-blue .navbar-brand {
        background: 0 50% url(../../images/common_icon/logo_blue.svg) no-repeat;
        background-size: contain;
    }*/

    /*.navbar-brand {
        background: 0 50% url(../../images/common_icon/logo.svg) no-repeat;
        background-size: contain;
    }*/
}