.sbc-search-page .title{
  font-size: 40px;
  line-height: normal;
  font-family: 'Arial', sans-serif;
  color: #005191;
  font-weight: 600;
}
.sbc-search-page .not-result{
  font-size: 48px;
  color: #005191;
  font-weight: 600;
  line-height: normal;
  font-family: 'Arial', sans-serif;
}
.sbc-search-page .title-line{
  height: 4px;
  background-color: #FFB351;
  width: 100px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.sbc-search-page .inner-search-result{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.sbc-search-page .inner-search-result .inner-search-result-title{
  font-size: 20px;
  margin-bottom: 0;
}
.sbc-search-page .inner-search-result .inner-search-result-title span{
  font-weight: 600;
}
.sbc-search-page .inner-search-result .inner-search-result-title .btn-a{
  position: relative;
  color: #005191 !important;
  padding-bottom: 7px;
  font-weight: 700;
  text-decoration: none !important;
}
.sbc-search-page .inner-search-result .inner-search-result-title .btn-a::before{
  content: '';
  background-color: #FFB351;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 20px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.sbc-search-page .inner-search-result .inner-search-result-title .btn-a:hover::before{
  width: 100%;
}
.sbc-search-page .inner-search-result .inner-search-result-post-type{
  color: #005191;
}