.box-av-search {
    background: #fff;
    margin: 20px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 30px;
}
.boxSearchFeildS {
    width: 100%;
    border: 1px solid #c00832;
    height: 45px;
    padding: 2px 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.divSelectSearchFeildS {
    border-right: 1px solid #c00832;
    padding: 0px 10px;
}
.selSearchFeildS, .txtSearchFeildS {
    border: none;
    width: 100%;
    padding: 10px;
    height: 40px;
}

input.form-control:hover,
input.form-control:focus,
select.form-control:hover,
select.form-control:focus {
    /* margin-right: 1px;
    background: #A76178;
    border-radius: 0px;
    color: #fff;
    height: 60px;
    border: 1px dashed #fff; */
    box-shadow: none;
}
.bnt-group {
    text-align: center;
}
.bnt-group .bnt-search {
    color: #fff;
    width: 122px;
    height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none;
    box-sizing: 0;
    box-shadow: 0;
    background: url('https://digital.library.tu.ac.th/tu_dc/frontend/layout/default_theme/img/search.png') no-repeat 10px center #30a64a;
    padding-left: 20px;
}
.bnt-group .bnt-reset {
    color: #fff;
    width: 122px;
    height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none;
    box-sizing: 0;
    box-shadow: 0;
    background: url('https://digital.library.tu.ac.th/tu_dc/frontend/layout/default_theme/img/reset.png') no-repeat 10px center #ffcb0e;
    padding-left: 20px;
    margin-left: 15px;
}
.h_filter {
    color: #c00832;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 10px; 
}
.label-black {
    color: #000000;
}