/*
// Nguyen thi anh ngoc
*/
#sosearchpro.so-search {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px; }
  #sosearchpro.so-search .autosearch-input {
    height: 30px;
    background: #0359bc;
    color: #fff;
    border-color: transparent; 
    margin-top: 0px;
  }
  #sosearchpro.so-search .btn:active.focus, #sosearchpro.so-search .btn:active:focus, #sosearchpro.so-search .btn:focus {
    outline: 0; }
  #sosearchpro.so-search .button-search {
    border: 1px solid transparent;
    border-left-color: transparent;
    font-size: 16px;
    height: 30px;
    padding: 0 5px;
    background-color: #0359bc;
    border-radius: 0 5px 5px 0; }
    #sosearchpro.so-search .button-search i {
      color: #fff;
      font-size: 20px;
      line-height: 20px; }
    #sosearchpro.so-search .button-search:hover i {
      color: #10a8e4; }
  #sosearchpro.so-search .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.header_search {
  padding-right: 5px;
  background-color: #4e97e8;
  padding: 0 15px 15px 15px; }

#icon-search {
  width: 28px;
  height: 28px;
  display: none;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 65px; }
  #icon-search .btn {
    background: transparent;
    border: 0;
    font-size: 16px;
    height: 30px;
    padding: 3px 8px; }
  #icon-search .btn:active {
    background: transparent; }
  #icon-search i {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 0 !important; }
  #icon-search:hover {
    border-color: #fff; }
    #icon-search:hover i {
      color: #fff; }

#icon-search.closed {
  border-color: #ff0; }
  #icon-search.closed .fa {
    color: #ff0; }
  #icon-search.closed .fa-search:before {
    content: "\f00d"; }

@media (min-width: 769px) {
  .header_search {
    display: none; } }
@media (max-width: 768px) {
  #icon-search {
    display: block; }

  .search {
    display: none; }

  .header_search.active {
    display: block; }

  .header_search {
    display: none;
    padding: 10px 15px 15px 15px; } }

/*# sourceMappingURL=mobile-search.css.map */
