.header-search{
    border: 3px solid var(--primary-color);
    border-radius: var(--border-radius);
}
.header-search input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: 0.005em;
    color: var(--primary-color);
    border: 0;
    box-shadow: none;
    padding: 0 65px 0 15px;
}

.header-search button{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    border: 0;
    background-color: var(--primary-color);
    box-shadow: none;
    padding: 0;
}

.header-search button svg{
    stroke: #fff;
}

.header-search input[type="text"]::-moz-placeholder {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: 0.005em;
    color: var(--ghost-color);
}
.header-search input[type="text"]::-webkit-input-placeholder {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: 0.005em;
    color: var(--ghost-color);
}
.header-search input[type="text"]:-ms-input-placeholder {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: 0.005em;
    color: var(--ghost-color);
}
.header-search input[type="text"]::-ms-input-placeholder {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: 0.005em;
    color: var(--ghost-color);
}
.header-search input[type="text"]::placeholder {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: 0.005em;
    color: var(--ghost-color);
}
.title-search-result{
    z-index: 3002;
}
.title-search-result .bx-searche{
    width: 100%;
    background: #fff;
    border: 1px solid var(--border-color);
}
.title-search-result a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 5px 15px;
}
.title-search-result a:hover{
    background-color: var(--primary-rgb-01);
}
.title-search-result hr{
    border: 1px solid var(--border-color);
    margin: 10px 0 0;
}
.title-search-result .all-result-title a{
    padding: 15px;
}