.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgb(255, 255, 255);
  border-left: unset;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 100%;
  left: unset;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgb(173, 173, 173);
  border-left: unset;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-right: 1px;
  margin-left: unset;
  right: 100%;
  left: unset;
  z-index: 3;
}
.btn-breadcrumb .btn {
  padding:6px 24px 6px 12px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 10px 6px 6px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 24px 6px 18px;
}
a:focus, a:hover {
  color: #23527c;
  text-decoration: none;
}
.keywords{
  background-color: #009CDF;
  padding: 10px;
  border-radius: 10px;
  margin-top: 5px;
  color: #FFF;
}	