#box-search{
    position: absolute;
    top: 85px;
    left: 43%;
    transform: translateX(-50%);
    width: 792px;
    background: #fff;
    z-index: 8;
    overflow: hidden;
    display: none;
}


#box-search li a{
    display: block;
    width: 1200px;
    color: #777777;
    padding: 12px 20px;
}

#box-search li a:hover{
    background: #f3f3f3;
}

#box-search li a i{
    margin-right: 10px;
    color: #777777;
}

@media screen and (max-width: 1220px){

.header-content,
.container-footer footer{
    max-width: 1000px;
    padding: 0 20px;
}

#ctn-bars-search,
#ctn-bars-search input,
#box-search{
    width: 100%;
}

}
#cover-ctn-search{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 7;
    display: none;
}