.news-insight {
  position: relative;
  padding: 126px 0 80px;
}
.news-insight .wrapper {
  position: relative;
  z-index: 1;
}
.news-insight .bg-image, .news-insight .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.news-insight .bg-color {
    mix-blend-mode: color;
}
.news-insight .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-insight .border-line {
  width: 90px;
  height: 8px;
  margin: 30px 0 30px;
}
.news-insight .top-content .description-text {
  font-size: 24px;
}
.blog-list-outer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
      margin: 60px 0 0;
}
.blog-list-outer .blog-block.featured-blog {
    padding: 59px 56px 130px 43px;
}
.blog-list-outer .blog-block {
    width: calc(33.33% - 15px);
    margin: 0 20px 20px 0;
    padding: 0 0 130px;
    position: relative;
}
.blog-list-outer .blog-block .blog-btn {
    position: absolute;
    bottom: 59px;
      z-index: 1;
}
.blog-list-outer .blog-block .blog-img {
  padding: 29% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 31px;
}
.blog-list-outer .blog-block .blog-tag {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 6px;
  display: inline-block;
}
.blog-list-outer .blog-block .blog-title {
  display: inline-block;
  width: 100%;
}
.blog-list-outer .blog-block .blog-title h4 {
  margin: 0 0 20px;
}
.blog-list-outer .blog-block .blog-detail {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0 0 35px;
}
.blog-list-outer .blog-block .blog-detail li {
  font-size: 16px;
  padding: 0 25px;
  position: relative;
}
.blog-list-outer .blog-block .blog-detail li:after {
  content: '|';
  position: absolute;
  top: 0;
  right:-0.5px;
}
.blog-list-outer .blog-block .blog-detail li:first-child {
  padding-left: 0;
}
.blog-list-outer .blog-block .blog-detail li:last-child:after {
  content: none;
}
.blog-block-inner {
    position: relative;
    z-index: 1;
}
.blog-list-outer .blog-block.featured-blog .box-bg-style {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.blog-list-outer .blog-block.featured-blog .blog-tag, .color-white .blog-list-outer .blog-block.featured-blog .blog-title h4, .blog-list-outer .blog-block.featured-blog .description-text {
    color: #02216e;
}
.blog-list-outer .blog-block.featured-blog .blog-title h4{
margin:0 0 43px;
} 
.color-white .blog-list-outer .blog-block .blog-title h4, .color-white .blog-list-outer .blog-block .blog-detail li, .news-insight.color-white .top-content * {
  color: #fff;
}
.news-insight.site-color .blog-list-outer .blog-block .blog-tag, .site-color .blog-list-outer .blog-block .blog-title h4, .site-color .blog-list-outer .blog-block .blog-detail li, .news-insight.site-color .top-content * {
    color: #02216e;
}
.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee div {
  display: block;
  width: 3200%;
  position: relative !important;

  position: absolute;
  overflow: hidden;
   
  animation: marquee 20s infinite linear ;
  animation-direction: reverse;
}

.marquee h2 {
  float: left;
  width: 1.25%;
  text-align: center;

  font-weight: 700;
}
@keyframes marquee {
  0% { left: 0; }
  100% { left: -200%; }
}
/* responsive */
@media only screen and (min-width:992px){
 .blog-list-outer .blog-block:nth-child(3n) {
  margin-right: 0;
} 
}
@media only screen and (max-width:1099px){
.blog-list-outer .blog-block .blog-detail li {
    font-size: 14px;
    padding: 0 15px;
}
}
@media only screen and (max-width:991px){
.news-insight {
    padding: 100px 0 90px;
      overflow-x: hidden;
}
.blog-list-outer .blog-block {
    width: calc(50% - 10px);
    margin:0;
}  
.blog-list-outer {
    justify-content: space-between;
}  
.marquee h2 {
    font-size: 38px;
}  
.marquee {
    width: 1100px;
}  
}
@media only screen and (max-width:767px){
.blog-list-outer .blog-block {
    width: calc(100% - 10px);
}
.news-insight {
    padding: 80px 0 80px;
}  
}
