/* Section blog */
.entry-blog {
  box-shadow: 0px 0px 6px 1px #aaa;
  background: #fff;
  padding: 15px;
}
.entry-blog .title-category, .entry-blog .title-single {
  position: relative;
  font-size: 150%;
  color: #ff5a10;
  padding: 5px 0;
  margin-bottom: 0;
}
.entry-blog .detail-title {
  color: #042f65;
  font-size: 150%;
  font-weight: bold;
}
.entry-blog .share-group {
  padding-bottom: 20px;
}
.entry-blog .share-group a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  color: #fff;
}
.entry-blog .share-group .gl {
  background-color: #e04b34;
  border-color: #e04b34;
}
.entry-blog .share-group .fb {
  background-color: #435f9f;
  border-color: #435f9f;
}
.entry-blog .share-group .tw {
  background-color: #00aaf0;
  border-color: #00aaf0;
}
.entry-blog .detail-content-title {
  color: #b62831;
  font-size: 120%;
  padding: 0 10px;
  border-left: 5px solid #b62831;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 700;
}
.entry-blog .related_title {
  color: #ff5a10;
  position: relative;
  text-transform: uppercase;
  font-size: 125%;
  font-weight: 700;
  padding: 8px 0;
  display: block;
  border-bottom: 2px solid #ff5a10;
}
.entry-blog .list-related {
  list-style: none;
  padding: 0;
  margin: 0;
}
.entry-blog .list-related > li {
  font-family: 'Helvetica Neue', arial, sans-serif;
  padding: 4px 0 4px 14px;
  position: relative;
}
.entry-blog .list-related > li h4 {
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: normal;
}
.entry-blog .list-related > li h4 a {
  color: #454040;
}
.entry-blog .list-related > li h4 span {
  font-style: italic;
  color: #888;
  margin-left: 6px;
}
.entry-blog .list-related > li::before {
  position: absolute;
  height: 5px;
  width: 5px;
  left: 0;
  top: 11px;
  background: #ffa500;
  content: "";
  border-radius: 10px;
}
