#sp-header {
  background: #000000;
}
#sp-header > .container-fuild {
  border-bottom: 0px solid #000;
}
.sp-megamenu-parent > li > a {
  color: #fff;
}
.sp-megamenu-parent > li:hover > a {
  color: #d1d1d1;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #ffffff9e;
}


.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #000000;
}

.view-article #sp-main-body .article-details .article-header h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 64px;
  padding-left: 110px;
}

.view-article #sp-main-body .related-article-list-container h3.related-article-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
  display: none;
}

.sppb-articles-carousel-meta-date {
  color: rgba(0,0,0,.6);
  font-size: 14px;
  display: none;
}

.view-category #sp-main-body .article-list .article .article-body {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-left: 5px;
}

.view-article #sp-main-body .article-details {
  width: auto;
  margin: 0 auto;
}

.view-article #sp-main-body .article-details div[itemprop="articleBody"] {
  max-width: 100%;
  margin: 0 auto;
}

.view-article #sp-main-body {
  padding: 0px 0;
}

#sp-footer, #sp-bottom {
  background: #000000;
  color: #ffffff;
}

.burger-icon {
    width: 47px;
    cursor: pointer;
    background-color: #fff000;
}
.sppb-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}