.top
{
    width: 100%;

    height: 90px;

    line-height: 90px;

    background-image: url("top.png");

    background-size: cover;

    z-index: 100;

    position: fixed;

    top: 0;

    left: 0;
}

.lang
{
    float: right;

    height: 90px;

    width: 78px;

    background-image: url("Splash_ENG.png");

    background-repeat: no-repeat;

    background-position: center center;

    background-size: 78px 54px;

    text-indent: 45px;

    line-height: 90px;

    font-family: font2;

    text-decoration: none;

    color: #000000;

    margin-left: 20px;
}

.lang:hover
{
    color: #ffffff;
}

.top .container
{
    max-width: 1000px;

    height: 90px;

    line-height: 90px;

    margin: 0 auto;
}

.top .container .logo
{
    float: left;

    height: 90px;
}

.top .container .toggle
{
    width: 40px;

    height: 90px;

    display: none;

    float: right;

    cursor: pointer;

    background-image: url("toggle.png");

    background-position: center center;

    background-repeat: no-repeat;
}

.top .container .toggle:hover
{
    background-image: url("toggle_hover.png");
}

@media (max-width: 930px)
{
    .top .container .toggle
    {
        display: block;
    }
}

.top .container nav
{
    float: right;

    height: 90px;

    display: block;

    overflow: hidden;
}

@media (max-width: 930px)
{
    .top .container nav
    {
        width: 100%;

        height: 0;

        background-color: #000000;
    }
}

.top .container nav a
{
    font-size: 16px;

    color: #ffffff;

    font-family: font2;

    letter-spacing: 0;

    text-decoration: none;

    margin-left: 3px;

    margin-right: 3px;

    padding-left: 2px;

    padding-right: 2px;

    padding-top: 15px;

    padding-bottom: 15px;

    /*border: 1px solid orange;*/
}

@media (max-width: 930px)
{
    .top .container nav a
    {
        width: 100%;

        display: block;

        padding: 0;

        margin: 0;

        height: 35px;

        line-height: 30px;

        text-align: center;

        background: transparent;
    }
}

.top .container nav a:hover
{
    background-image: url("border.png");

    background-repeat: no-repeat;

    background-size: 100% 7px;

    background-position: center 0px;
}

.top .container nav .active
{
    background-image: url("border.png");

    background-repeat: no-repeat;

    background-size: 100% 7px;

    background-position: center 0px;
}

@media (max-width: 930px)
{
    .top .container nav a:hover
    {
        background: none;

        color: #e0dd12;
    }

    .top .container nav .active
    {
        background: none;

        color: #e0dd12;
    }
}


ul {

}

li {
    float: left;
}

li a, .dropbtn {

}

li a:hover, .dropdown:hover .dropbtn {

}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
//    top: 85px;
    line-height: 0px;
    padding: 10px;
    background-color: #000000;
    color: #FFFFFF;
    z-index: 1;
}

.dropdown-content a {
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #000000}

.dropdown:hover .dropdown-content {
    display: block;
}