#search{
    width: 100%;
}
#search_form_filter {
    position: relative;
}
#search_form_filter input#keyword {
    color: #999;
    font-size: 14px;
    width: 100%;
    padding: 5px 15px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #ccc;
}
#search_form_filter .btn-search-all{
	background: url("../images/btn-search.png") no-repeat scroll center center;
	border: none;
	border-radius: 4px;
    width: 41px;
    height: 41px;
    cursor: pointer;
	position: absolute;
    right: -10px;
    top: -7px;
}
@media screen and (max-width:1000px){
    #search {
        padding: 10px;
        box-sizing: border-box;
    }
    #search .block_title_search span {
        font-size: 30px;
    }
}
@media screen and (max-width: 966px){
    #search {
        width: 50%;
        float: right;
    }
}
@media screen and (max-width:568px){
    #search {
        padding: 10px 0;
        width: 70%;
    }
    #search_form_filter .btn-search-all{
	   background: url("../images/btn-search-recruitment.png") no-repeat scroll center center;
           width: 28px;
        height: 28px;
        right: 5px;
        top: 0px;
    }
}