#header-box {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 999;
    /*margin: 0 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

#header {
    /*z-index: 999;*/
    margin: 0 20px;
    width: 1500px;
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
}

a.icon-link {
    display: block;
    flex: 0 0 auto;
}

#header-logo {
    width: 89px;
    height: 61px;
}

div.nav-menu-box {
    /*margin-left: 170px;*/
    /*margin-left: 20px;*/
    margin: 0 40px;
    /*width: 1056px;*/
    /*width: 1000px;*/
    flex: 1;
    min-width: 600px;
    height: 60px;
    border-radius: 80px;
    background: rgba(0, 0, 0, 0.8);
}

ul.nav-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    /*padding: 0;*/
    /*border-radius: 80px;*/
    /*background: rgba(0, 0, 0, 0.8);*/
    /*margin: 0 50px;*/
    margin: 0 25px;
}

ul.nav-menu * {
    margin: 0;
    padding: 0
}

ul.nav-menu a {
    display: block;
    text-decoration: none;
    padding-left: 0;
    text-align: center;
    color: #fff;
}

ul.nav-menu li {
    flex: 1;
    position: relative;
}

ul.nav-menu ul {
    position: absolute;
    left: 0;
    top: 69px;
    width: 100%;
    display: none;
    opacity: 0;
    list-style: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.8);
}

ul.nav-menu ul li {
    position: relative;
    border-top: none;
    /*width: 128px;*/
    font-weight: normal;
    color: #FFFFFF;
    margin: 6px;
}

/*ul.nav-menu ul li:first-child {
    margin-top: 16px;
}

ul.nav-menu ul li:last-child {
    margin-bottom: 16px;
}*/

ul.nav-menu ul li a {
    color: #fff;
    font-weight: normal;
    line-height: 34px;
    /*padding-left: 12px;*/
    text-align: center;
}

ul.nav-menu ul li a:hover {
    color: #FFFFFF;
    background: #0066FF;
    border-radius: 4px;
}

ul.nav-menu ul ul {
    top: 0
}

ul.nav-menu .menulink {
    /*padding: 0 42px;*/
    height: 60px;
    font-size: 16px;
    _display: inline-block;
    line-height: 60px;
    color: #FFFFFF;
    -webkit-background-clip: text;
}

ul.nav-menu .menulink:hover, ul.nav-menu .menuhover {
    color: #0066FF;
}

div.language-switch-box {
    /*width: 180px;*/
    width: 160px;
    height: 60px;
    /*margin-left: 20px;*/
    background: rgba(0, 0, 0, 0.8);
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 130px;*/
    /*padding: 0 30px;*/
}

div.language-switch-box > a {
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.language-switch-box > a > img {
    margin-left: 10px;
}

video#index-video {
    position: fixed;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
}

img#header-image {
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    /*min-height: 161px;*/
    height: 400px;
}
