a {
    text-decoration: none;
}

input {
    font-family: inherit;
}

#header {
    margin-left: auto;
}

#header ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* #header ul li {
    margin-left: 20px;
    margin-top: -8px;
} */

#header ul li a {
    font-size: 15px;
    color: #757575;
    font-weight: 600;
    transition: color .2s linear;
}

#header ul li a:hover {
    color: #5d96f7;
}

#header ul li.active a {
    color: #5d96f7;
}

#header .nav .layout {
    display: flex;
    align-items: center;
    gap: 20px;
}

#header .nav .search {
    position: relative;
    width: 330px;
    margin-right: 10px;
    margin-left: 30px;
}

#header .nav .search input.text {
    width: 343px;
    height: 38px;
    border: 1px solid #efefef;
    border-radius: 30px;
    font-size: 15px;
    color: #757575;
    outline: none;
    text-indent: 2rem;
    opacity: .7;
}

#header .nav .search input.btn {
    width: 28px;
    height: 24px;
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    background: url(https://resource.soduinfo.com/bear_download/images/indexIcons.png) no-repeat;
}

#header .nav .search input.btn:hover {
    background-position: -462px -315px;
}