.kt_header {
    width: 100%;
    height: 80px;
    position: relative;
}

.kt_header.color {
    background: #5CC6FF;
}

.kt_header .kt_navbox {
    width: 1200px;
    height: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kt_navbox .logo {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.kt_navbox .logo img {
    width: 200px;
    height: auto;
}

.kt_navbox .menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.kt_navbox .menu .nav_list {
    width: 100px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kt_navbox .menu .nav_list.active {
    background: #3296bb;
    border-radius: 5px;
}

.kt_navbox .menu .login_button {
    width: 100px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 15px 50px 0px rgba(64, 21, 89, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #26A4D5;
    margin-left: 20px;
    display: none
}