.news-detail-page {
  padding-bottom: 49px;
}

.news-detail-page .blog-data {
  max-width: 700px;
}

.news-detail-page .blog-data span.type {
  font-size: 16px;
  color: var(--brd-cl1);
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: 500;
}

.news-detail-page .blog-data h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #666666;
  font-family: var(--primary-font);
  margin: 0 0 8px;
}

.news-detail-page .blog-data h2 {
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  font-family: var(--primary-font);
  margin: 0;
  font-weight: 400;

}

.news-detail-page .blog-data h2 .user {
  margin-left: 5px;
}

.news-detail-page .blog-data h2 .user a {
  font-size: 14px;
  color: #4d4d4d;
  font-family: var(--primary-font);
  font-weight: 500;
  transition: all .25s;
}

.news-detail-page .blog-data h2 .user a:hover {
  color: var(--brd-cl1);
}

.news-detail-page .blog-data h2 .user a:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 1px;
  background: #ccc;
  margin: 0 6px 0 10px;
}

.news-detail-page .blog-data img {
  margin-bottom: 26px;
  margin-top: 25px;
}

.news-detail-page .blog-data .description p,
.news-detail-page .blog-data .description {
  font-size: 16px;
  color: var(--black);
  font-family: var(--secondary-font);
  margin-bottom: 24px;
  line-height: 24px;
}

.news-detail-page .blog-data .description p:last-child {
  margin-bottom: 0;
}

.news-detail-page .blog-data .description br {
  display: none;
}

.news-detail-page .blog-data .user-detail {
  margin: 0 0 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.news-detail-page .blog-data .user-detail a {
  font-size: 18px;
  color: var(--brd-cl1);
  font-family: var(--primary-font);
}

.news-detail-page .blog-data .user-detail a.plus-minus {
  background: url(images/follow.png) no-repeat center center;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.news-detail-page .blog-data .user-detail a:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 1px;
  background: #ccc;
  margin: 0 6px 0 10px;
}

.news-detail-page .blog-data .user-detail a:last-child:after,
.news-detail-page .blog-data .user-detail a:first-child:after {
  display: none;
}

.news-detail-page .blog-data-capsule {}

.news-detail-page .blog-data-capsule span.type {
  font-size: 16px;
  color: var(--brd-cl1);
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: 500;
}

.news-detail-page .blog-data-capsule h1 {
  font-size: 16px;
  color: #666666;
  font-family: var(--primary-font);
  font-weight: 500;
  margin: 16px 0 0;
  line-height: 22px;
}

.news-detail-page .blog-data-capsule h2 {
  font-size: 13px;
  color: #808080;
  font-family: var(--primary-font);
}

.news-detail-page .blog-data-capsule h2 a {
  color: #4d4d4d;
  font-weight: 500;
  font-family: var(--primary-font);
}

.news-detail-page .blog-data-capsule h2 span {
  /* display: block;
	font-family: var(--primary-font);
	    margin-top: 4px ; */

}

.news-detail-page .blog-data-capsule .date-time {
  margin-top: 5px
}

.news-detail-page .blog-data-capsule h2 span.user {
  display: inline-block;
  margin-left: 5px;
  margin-top: 0;
}

.news-detail-page .blog-data-capsule.user-detail a {
  font-size: 12px;
  color: var(--brd-cl1);
  font-family: var(--primary-font);
}

.news-detail-page .blog-data-capsule .user-detail {
  display: flex;
  align-items: center;
  display: none;
}

.news-detail-page .blog-data-capsule .user-detail a.plus-minus {
  background: url(images/unfollow.png) no-repeat center center;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-size: 100% 100%;
}

.news-detail-page .blog-data-capsule .user-detail a:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 1px;
  background: #ccc;
  margin: 0 6px 0 10px;
}

.news-detail-page .blog-data-capsule .user-detail a:last-child:after,
.news-detail-page .blog-data-capsule .user-detail a:first-child:after {
  display: none;
}


.blog-data-capsule {
  opacity: 0;
  transform: translateY(-130px);
  transition-timing-function: ease;
  position: fixed;
  transition: opacity .75s ease, transform .75s ease;
  width: 200px;
  z-index: -1;
}

.blog-data-capsule.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
}

/* .blog-data-capsule.bottom-fix {
	position: absolute !important;
	left: 0 !important;
}
 */

@media only screen and (min-width: 1050px) {
  .news-detail-page .col-md-3 {
    width: 200px;
  }

  .news-detail-page .col-md-9 {
    width: 700px;
    padding-left: 30px;
    margin: 0 auto;
    float: none;
  }
}

@media only screen and (max-width: 1050px) {
  .news-detail-page .col-md-3 {
    width: 160px;
  }

  .news-detail-page .col-md-9 {
    width: 760px;
    padding-left: 30px;
    margin: 0 auto;
    float: right;
  }
}


@media only screen and (max-width: 991px) {
  .news-detail-page .col-md-3 {
    display: none;
  }

  .news-detail-page .col-md-9 {
    width: auto;
    float: none;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-detail {
    margin-bottom: 30px;
  }

  .page-detail {
    width: 100%;
    text-align: center;
  }

  .banner-detail .page-detail {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .blog-data-capsule.fix {
    left: 20px !important;
  }
}

@media only screen and (max-width: 767px) {

  .banner-detail {
    margin-bottom: 20px;
  }

  .news-detail-page .blog-data h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

/* @media only screen and (min-width: 991px) {
  .news-detail-page .col-md-3 {
	width: 200px;
  }
  .news-detail-page .col-md-9 {
	width: 700px;
	padding-left: 30px;
	float: none;
	margin: 0 auto;
  }
} */
