#dor_search_top{
    width: auto;float: none;
    position: relative;
    padding-left: 10px;
padding-right: 10px;
}
.pos_search.form-group {
    display: inline-block;
    float: left;
    width: 155px;
    padding: 0px;
    position: relative;
    margin-right: -1px;
}
.dor_search.form-group {
    display: inline-block;
    float: left;
    width: auto;
    padding: 0px;
    position: relative;
}
.dor_search.form-group #dor_query_top {
    width: 300px;padding-right: 40px;
}
.dor_search.form-group button {
    position: absolute;
    background-color: transparent;
    right: 0px;padding: 6px 8px;top: 0;
}
.dropdown-menu.list-category-search a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.pos_search.form-group .form-control,
.dor_search.form-group #dor_query_top{
    background-color: #fff;font-size: 14px;border: none;border-radius: 35px;
}
.pos_search.form-group .form-control{
    width: 100%;height: 34px;
}
#header #dor_search_top .dropdown-menu li {
    line-height: 40px;
    padding: 0 5px;
    transition: all 0.5s ease-out;
    border-bottom: 1px solid #ccc;
}
#header #dor_search_top .dropdown-menu li:hover {
    background-color: #ececec;
}
.dor-search-form {
    position: absolute;
    right: 0px;
    width: 455px;
    display: none;
    top: 230%;
    z-index: 9;
}
#dor_search_top.open .dor-search-form {
    display: block;
}
.icon-search-top {
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    outline: none !important;
}
.icon-search-top i{
    color: #333333 !important;
}
#header #dor_search_top .dropdown-menu {
    top: 110%;min-width: 245px;border-radius: 5px;
}
.pos_search.form-group .form-control span {
    font-size: 14px;
}
.pos_search.form-group .form-control span:not(.caret) {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    display: block;
}
.pos_search.form-group .dropdown-toggle::after{
    position: absolute;
    top: 15px;right: 10px;
}
#dor_search_top .dor-search-form form::after {
    content: "";
    display: table;
    clear: both;
    border: 1px #fefefe solid;
}

#dor_search_top .dor-search-form form {
    border: 1px #ddd solid;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:#fff;
    border-radius: 35px;
}

@media(max-width: 480px){
    .dor-search-form{width: 400px;}
    #dor_search_top #searchbox {
        display: flex;
    }
    .pos_search.form-group{width: 120px;}
    .dor_search.form-group{width: calc(100% - 120px);max-width: 100%;}
    .dor_search.form-group #dor_query_top{width: 100%;}
}
@media(max-width: 470px){
    .dor-search-form{width: 350px;}
    #dor_search_top #searchbox {
        display: flex;
    }
    .pos_search.form-group{width: 80px;}
    .dor_search.form-group{width: calc(100% - 80px);max-width: 100%;}
    .dor_search.form-group #dor_query_top{width: 100%;}
    
}
@media(max-width: 440px){
    #dor_search_top .dor-search-form {
    right: -60px !important;
    }
}
@media(max-width: 365px){
    .dor-search-form {
        width: 320px;
    }
    #dor_search_top .dor-search-form {
        right: -66px !important;
    }
}