.page_title {
    position: relative;
    color: #ffffff !important;
    background: #b4a459;
    font-size: 14pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    border-top:3px solid #e1dbbd;
}
.page_title:after, .page_title:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.page_title:after {
    left: 0;
    border-right: 5px solid #333;
}
.page_title:before {
    right: 0;
    border-left: 5px solid #333;
}

.no-result{
  margin:กก60px 0;
  padding:30px;
  text-align:center;
  background:#f0edde;
  font-size:16px;
  font-weight:bold;
}