header .breadcrumbs a,
header .breadcrumbs {
color: #fff;
}

@media (max-width: 990px) {
.ui-widget.ui-widget-content {
    width: 80% !important;
  }
}
body > .content {
padding: 0px;
}

.search_form {
min-height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
  transition: all 0.5s ease-in-out;
  justify-content: center;
  gap: 100px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 990px) {
.search_form {
min-height: unset;
gap: 120px;
  justify-content: center;
  padding-top: 150px;
padding-bottom: 100px;
}
}
.search_form > .recomend_search {
width: 40%;
}

.search_form > .recomend_search h4 {
font-size: 24px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 33px;
  font-weight: bold;
}
@media (max-width: 990px) {
  .search_form > .recomend_search h4 {
    font-size: 22px;
  }

  .search_form > .recomend_search {
    width: 80%;
  }
}
.search_form > .recomend_search .items {
display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.search_form > .recomend_search .items a {
flex-basis: 25%;
  flex-shrink: 3;
  text-align: center;
  flex-grow: 1;
  color: white;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 990px) {
.search_form > .recomend_search .items a {
    font-size: 20px;
  }
}
.search_form > .recomend_search .items a:nth-child(3n+2) {
position: relative;
}
.search_form > .recomend_search .items a:nth-child(3n+2)::before {
content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  top: 50%;
  left: 0px;
  transform: translate(0, -40%);
  width: 120%;
  left: -10%;
}
.search_form > .recomend_search .items a:nth-child(3n+2):last-child::before {
border-right: 1px solid #f5821f;
}
.search_form > .recomend_search .items a:nth-child(3n+2):not(:last-child)::before {
border-right: 1px solid;
  border-left: 1px solid;
  border-color: #f5821f;
}
.search_form > .search {
width: 620px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 990px) {
.search_form > .search {
    width: 80%;
    display: flex;
    flex-direction: column;
  }
}
.search_form > .search > h1 {
font-size: 71px;
  line-height: 100px;
  color: #fff;
  position: relative;
  font-weight: bold;
}
@media (max-width: 990px) {
.search_form > .search > h1 {
    font-size: 45px;
    line-height: 54px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 23px;
  }
.search_form > .search > h1::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 10%;
  transform: translate(-50%, 0);
  margin: 0 auto;
  border-bottom: 1px solid #f5821f;
}
}
.search_form .search_input {
margin-top: 68px;
  border-radius: 3px;
  color: #777777;
font-size: 1rem;
  position: relative;
  z-index: 9;
}
@media (max-width: 990px) {
.search_form .search_input {
    width: 100%;
    margin: 36px auto 0 auto;
  }
}
.search_form .search_input input {
height: 60px;
  padding-right: 29px;
  width: 100%;
}
@media (max-width: 990px) {
.search_form .search_input input {
    height: 46px;
  }
}
.search_form .search_input span {
background-image: url("images/icons/Icon feather-search.svg");
  position: absolute;
  left: 17px;
  top: 50%;
  height: 24px;
  width: 24px;
  transform: translate(0, -50%);
}

#search-result .recomend_search {
display: none;
}
#search-result .search_form {
justify-content: space-between;
  gap: 60px;
  padding-top: 200px;
}
@media (max-width: 990px) {
#search-result .search_form {
padding-top: 160px;
gap: 50px;
}
}
@media (min-width: 990px) {
#search-result .search_form .search {
    display: flex;
    width: auto;
    align-items: center;
    gap: 80px;
  }
}
#search-result .search_form .search h1 {
width: 100%;
  font-size: 36px;
  padding: 0px;
}
@media (min-width: 990px) {
#search-result .search_form .search h1 {
    font-size: 50px;
    line-height: 100px;
  }
}
#search-result .search_form .search h1::after {
border-bottom: none;
}
@media (min-width: 990px) {
#search-result .search_form .search .search_input {
    width: 620px;
    margin: 0;
  }
}
#search-result .summary {
display: flex;
  gap: 23px;
}
@media (max-width: 990px) {
#search-result .summary {
    display: none;
  }
}
#search-result .summary > a {
font-size: 20px;
  line-height: 29px;
  display: flex;
  text-decoration: none;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #f5821f;
}
#search-result .summary > a.current > div:first-child {
color: #000;
  background-color: #fff;
}
#search-result .summary > a > div {
text-align: center;
  padding: 3px 30px;
}
#search-result .summary > a > div:last-child {
flex-basis: 44px;
  background-color: #f5821f;
}
#search-result .results {
flex-basis: 60%;
  flex-grow: 1;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
}
#search-result .results > div {
width: 35%;
  margin: 0 auto;
}
@media (max-width: 990px) {
#search-result .results > div {
    width: 100%;
    padding: 0 22px;
  }
}
#search-result .results > div > .result-title {
align-items: center;
  display: flex;
}
@media (min-width: 990px) {
#search-result .results > div > .result-title > .filter-button {
    display: none;
  }
}
#search-result .results > div > .result-title h3 {
color: #000;
  text-align: center;
  margin: 75px auto 65px auto;
}
@media (max-width: 990px) {
#search-result .results > div > .result-title h3 {
    margin: 44px auto;
font-size: 22px;
  text-align: right;
}

.button.fill {
  min-width: 100px;
  text-align: center;
  justify-content: center;
}
}
#search-result .results > div > .items a {
display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 27px;
}
#search-result .results > div > .items a:hover {
font-weight: bold;
}
@media (max-width: 990px) {
#search-result .results > div > .items a {
    border-bottom: 1px solid #e5e5e5;
    padding: 23px 0;
    margin-bottom: inherit;
  }
#search-result .results > div > .items a:first-child {
  border-top: 1px solid #e5e5e5;
}

#search-result .results > div > .items a::after {
  display: none;
}
}

#ui-id-1 li > div {
padding: 10px 70px 10px 0;
  background-image: url(images/icons/Icon\ feather-search.svg);
  background-position: right 35px center;
  background-repeat: no-repeat;
  font-size: 1.375rem;
  }
  
  #ui-id-1 li > div:hover {
    box-shadow: 0 0 10px 100px #e0e0e0 inset;
    outline: none;
    border: none;
    color: #000;
    background-image: url(images/icons/Icon\ feather-search.svg);
    background-position: right 35px center;
    background-repeat: no-repeat;
  }
  
  @media (max-width:599px) {
    .search_form > .recomend_search .items {
      width: 100%;
      max-width: 300px;
      margin: auto;
    }
  
    .search_form > .recomend_search .items a {
      position: relative;
      flex-basis: auto;
      width: calc(50% - 20px);
      max-width: 140px;
    }
  
    .search_form > .recomend_search .items a:nth-of-type(even)::before {
      content: none;
    }
  
    .search_form > .recomend_search .items a:nth-child(3n+2):not(:last-child)::before {
      border-right: none;
    }
  
    .search_form > .recomend_search .items a:nth-of-type(odd)::before {
      border-left: 1px solid;
      border-color: #f5821f;
      content: "";
      position: absolute;
      height: 40%;
      top: 50%;
      transform: translate(0, -40%);
      width: 100%;
      left: -0.55rem;
    }
  }