


.Header_container{
    position: fixed;
    width: 100%;
    height: 100px;
    color:white;
    z-index: 999;
}

.Logo_img{
    cursor:pointer;
}

.Header_container_white{
    background-color:white;
    color:#222
}

.Logo_container{
    position:fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left:5%;
    height: 100px;
}

.Dropdown_container{
    display:-ms-grid;
    display:grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
    width:100%;
    border-bottom:1px solid white;
}.Dropdown_container > *:nth-child(1){
    -ms-grid-row:1;
    -ms-grid-column:1;
}.Dropdown_container > *:nth-child(2){
    -ms-grid-row:1;
    -ms-grid-column:2;
}.Dropdown_container > *:nth-child(3){
    -ms-grid-row:2;
    -ms-grid-column:1;
}


.Dropdown_container_scroll{
    background-color:white;
    color:#222;
}

.Dropdown_container_hover{
    background-color:white;
    border-bottom:1px solid #999999;
}

.Dropdown_container_hover > .Dropdown__Title > .Dropdown__Title_box{
    color:#222;
}

.Dropdown_container_hover > .Dropdown__Title > .Dropdown__Title_box:hover{
    color:#009ea7;
}

/* .Dropdown_container_hover>.Dropdown__Empty{
    border-bottom : 1px solid #222;
}

.Dropdown_container_hover>.Dropdown__Title{
    border-bottom : 1px solid #222;
} */

.Dropdown__Title{
    display:flex;
    
    font-size:18px;
}

.Dropdown__Title > .Dropdown__Title_box {
    text-decoration: none;
    color:white;
}

.Dropdown_container_scroll >.Dropdown__Title > .Dropdown__Title_box{
    color:#222;
}

.Dropdown__Title_box{
    display: flex;
    flex-direction:column;
    justify-content: flex-end;
    align-items: center;
    height:100%;
    width: 200px;
    cursor: pointer;
    line-height: 0px;
}

.Dropdown__List{
    overflow:hidden;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display:flex;
    height:270px;
    opacity:1;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;

}

.Header_container .Dropdown__List_hide{
    height:0;
    opacity:0;
    transition: height 0.5s;
}

.Dropdown__List_box:nth-child(1){
    width:40%;
}

.Dropdown__Title_box::after{
    content: "";
    width:0;
    height:45px;
    border-bottom:1px solid #009ea7;

}

.Dropdown__Title_box:hover::after{
    width:100%;
    transition:0.5s all;
}

.first_menu>.Dropdown__Title_box:nth-child(1){
    color:#009ea7;
}

.first_menu>.Dropdown__Title_box:nth-child(1)::after{

    width:100%;
    transition:0.5s all;
}


.second_menu>.Dropdown__Title_box:nth-child(2){
    color:#009ea7;    
}

.second_menu>.Dropdown__Title_box:nth-child(2)::after{
    width:100%;
    transition:0.5s all;
}


.third_menu>.Dropdown__Title_box:nth-child(3){
    color:#009ea7;    
}

.third_menu>.Dropdown__Title_box:nth-child(3)::after{
    width:100%;
    transition:0.5s all;
}

.fourth_menu>.Dropdown__Title_box:nth-child(4){
    color:#009ea7;    
}

.fourth_menu>.Dropdown__Title_box:nth-child(4)::after{
    width:100%;
    transition:0.5s all;
}

.five_menu>.Dropdown__Title_box:nth-child(5){
    color:#009ea7;    
}

.five_menu>.Dropdown__Title_box:nth-child(5)::after{
    width:100%;
    transition:0.5s all;
}

.Dropdown__Title_box:hover{
    color:#009ea7;
}

.Dropdown__List_box:nth-child(1):hover{
    border-top:0;
}



.Dropdown__List_box{
    display:flex;
    flex-direction:column;
    width:200px;
    height:250px;
}

.Dropdown__List_box>.Elem{
    display:flex;
    justify-content: center;
    align-items: center;
    height:50px;
    cursor:pointer;
}

.Dropdown__List_box>.Elem:hover{
    font-weight:bold;
}


.MobileDropdown_container{
    display:none;
    z-index:999;
}

.MobileDropdown__List{
    display:none;
}

/* mobile */
@media(max-width:1400px){

    .Header_container{
        height:100px;
        border-bottom:1px solid white;
    }

    .Dropdown_container {
        display:none;
    }

    .MobileDropdown_container{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
        -ms-grid-rows: 100px;
        grid-template-rows: 100px;
        width: 100%;
    }

    .MobileDropdown_container > *:nth-child(1){
        -ms-grid-row:1;
        -ms-grid-column:1;
    }

    .MobileDropdown_container > *:nth-child(2){
        -ms-grid-row:1;
        -ms-grid-column:2;
    }

    .MobileDropdown__Button{
        text-align: right;
        -ms-grid-row-align: center;
        align-self: center;
        margin-right: 10%;
    }

    .MobileDropdown__Button_img{
        cursor:pointer;
    }

  

     .Mobiledropdown__List{
        position:fixed;
        display: -ms-grid;
        display: grid;
        -ms-grid-column-span: 2;
        grid-column: span 2;
        -ms-grid-columns: 55% 45%;
        grid-template-columns: auto 360px;
        -ms-grid-rows: 100%;
        grid-template-rows: 100%;
        margin-top:100px;
        width: 100%;
        height:100%;
        overflow:hidden;
        z-index:1100;
    }

  

     .Mobiledropdown__List > *:nth-child(1){
        -ms-grid-row:1;
        -ms-grid-column:1;
    }

  

     .Mobiledropdown__List > *:nth-child(2){
        -ms-grid-row:1;
        -ms-grid-column:2;
    }

    .MobileDropdown__List.MobileDropdown__List_hide{
        width:0;
        overflow:hidden;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        -webkit-transition-delay:1s;
             -o-transition-delay:1s;
                transition-delay:1s;
    }

    

    .MobileDropdown__List.MobileDropdown__List_animation>.MobileDropdown__List_container{
        width:100%;
        -webkit-transition: width 1s;
        -o-transition: width 1s;
        transition: width 1s;
    }

    .MobileDropdown__List.MobileDropdown__List_hide>.MobileDropdown__List_container{
        width:0;
        -webkit-transition: width 1s;
        -o-transition: width 1s;
        transition: width 1s;
    }


   

    .Mobiledropdown__List_container{
        width: 200px;
        -ms-grid-column-align: end;
            justify-self: end;
        background-color:white;
        border-top: 1px solid white;
    }

    .MobileDropdown__List_box{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
                border-top:1px solid rgba(0,0,0,0);
    }

    .MobileDropdown__List_box.MobileDropdown__List_elem_hide{
        width:0;
        -webkit-transition:1s all;
        -o-transition:1s all;
        transition:1s all;
    }

    .MobileDropdown__List_box.MobileDropdown__List_elem_animation{
    width:100%;
        border-top: 1px solid #35b2b9;
        /* border-bottom: 1px solid #35b2b9; */
        -webkit-transition:1s all;
        -o-transition:1s all;
        transition:1s all;
    }

    .MobileDropdown__Title_elem{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left:20px;
        width:400px;
        height:50px;
        cursor:pointer;
        color:#666;
        font-size:18px;

    }

    .MobileDropdown__List_elem_animation > .MobileDropdown__Title_elem{
        color:#666;
        border-top:1px solid rgba(0,0,0,0);
    }

    .MobileDropdown__List_elem_hide > .MobileDropdown__Title_elem{
        border-top:1px solid #eee;
    }

    .MobileDropdown__List_box:first-child>.MobileDropdown__Title_elem{
        border-top:1px solid rgba(0,0,0,0);
    }

    .MobileDropdown__List_elem{
        display:flex;
        flex-direction: column;
        align-items: center;
        width:380px;
        height:100%;
        color:#666;
        overflow:hidden;
        font-size:16px;
    }


    .MobileDropdown__List_elem > *:nth-child(1){
        -ms-grid-row:1;
        -ms-grid-column:1;
    }

    .MobileDropdown__List_elem_hide > .MobileDropdown__List_elem{
        height:0;
        -webkit-transition:height 0.5s;
        -o-transition:height 0.5s;
        transition:height 0.5s;
    }

    .MobileDropdown__List_box:nth-child(2).MobileDropdown__List_elem_animation > .MobileDropdown__List_elem {
        height: 100px;
        -webkit-transition: height 0.5s;
        -o-transition: height 0.5s;
        transition: height 0.5s;
    }

    .MobileDropdown__List_box:nth-child(3).MobileDropdown__List_elem_animation > .MobileDropdown__List_elem {
        height: 250px;
        -webkit-transition: height 0.5s;
        -o-transition: height 0.5s;
        transition: height 0.5s;
    }

    .MobileDropdown__List_box:nth-child(4).MobileDropdown__List_elem_animation > .MobileDropdown__List_elem {
        height: 250px;
        -webkit-transition: height 0.5s;
        -o-transition: height 0.5s;
        transition: height 0.5s;
    }

    .MobileDropdown__List_box:nth-child(5).MobileDropdown__List_elem_animation > .MobileDropdown__List_elem {
        height: 50px;
        -webkit-transition: height 0.5s;
        -o-transition: height 0.5s;
        transition: height 0.5s;
    }
    
    .MobileDropdown__List_box:nth-child(6).MobileDropdown__List_elem_animation > .MobileDropdown__List_elem {
        height: 200px;
        -webkit-transition: height 0.5s;
        -o-transition: height 0.5s;
        transition: height 0.5s;
    }


    .MobileDropdown__List_elem>.Elem{
        position: relative;
        width:80%;
        height:50px;
        border-bottom:1px solid #eee;
        display: flex;
        align-items: center;
        justify-self: center;
        cursor:pointer;
    } 

    .MobileDropdown__List_elem>.Elem:last-child{
        border-bottom:1px solid rgba(0,0,0,0);
    } 

    .MobileDropdown__List_elem>.Elem::after{
        position: absolute;
        right: 10px;
        top: 20px;
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #ddd;
        border-right: 2px solid #ddd;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    } 

    .Logo_img{
        width:250px;
    }
    .MobileDropdown__Button {
        margin-right: 15px;
    }    
}

