.container-fluid .jumbotron {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bnr-linear {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, #387e32), color-stop(60%, rgba(242, 245, 247, 0))), url("../images/bnr_blog.jpg");
  background-image: linear-gradient(-90deg, #387e32 20%, rgba(242, 245, 247, 0) 60%), url("../images/bnr_blog.jpg");
  background-position: 0 100%, 100% 65%;
  background-size: 100%, auto 100%;
}

.m20 {
  margin: 20px 0 40px;
}

.main .side .nav-pills li {
  margin-right: 0;
}
.main .side .nav-pills i {
  padding-right: 10px;
}
.main .side p {
  font-size: 1.333333rem;
  color: #407f3b;
  margin-bottom: 18px;
}
.main .side h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8rem;
  margin-top: 0;
}
.main .side h1::after {
  display: block;
  width: 60px;
  content: "";
  margin-top: 6px;
  border-bottom: 2px solid #383838;
  clear: both;
}
.main .tab-content h2 {
  margin-top: 0;
}
.main .tab-content .date {
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin-top: 15px;
  font-family: "Roboto", "Roboto Condensed", "Helvetica Neue", sans-serif;
  color: #b9b9b9;
}