.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 100%;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-left: 10px;
  padding-bottom: 20px;
  font-size: 22px;
  color: #0345bf;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
    display: block;
    padding-left: 10px !important;
    line-height: 28px !important;
    padding: 2px 0;
}

#sp-right .sp-module-content {
    padding-left: 10px !important;
}

.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.12;
}

.article-list .article .article-body {
    margin-top: 35px;
    padding-left: 130px;
}

.sp-megamenu-parent .sp-mega-group > li > a {
    display: block;
    text-transform: none;
    font-size: 18px;
    color: #0345bf;
    font-weight: 300;
    margin-bottom: 10px;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    color: #0345bf;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 15px;
}

.view-category.layout-blog #sp-main-body > .container {
    max-width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    margin-left: 150px;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}