
/*===========================
    Global 
===========================*/
.element-ready-news-btn{
  border: 2px solid #50585F;
  line-height: 40px;
  padding: 0 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin-top: 15px;
}
.post-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  .post-meta .meta-categories a {
    color: #fff;
    font-weight: 500;
    font-size: 14px; }
  .post-meta .meta-date {
    padding-left: 32px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff; }
    .post-meta .element-ready-meta-list:not(:first-child) {
      padding-left: 32px;
      position: relative;
      font-size: 14px;
      font-weight: 400;
      color: #fff; }
    .post-meta .element-ready-meta-list:not(:first-child)::before {
      position: absolute;
      content: '';
      left: 15px;
      top: 50%;
      transform: translateY(-50%) rotate(40deg);
      width: 2px;
      height: 15px;
      background: #fff;
      border-radius: 30px; }
     
     
/*===========================
    TRENDING NEWS css 
===========================*/
.trending-news-area {
    padding-top: 40px; }
    .trending-news-area .section-title {
      margin-bottom: 24px; }
  
  .trending-news-item .trending-news-thumb {
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    border-radius: 8px; }
    .trending-news-item .trending-news-thumb .circle-bar {
      position: absolute;
      left: 10px;
      top: 10px; }
      .trending-news-item .trending-news-thumb .circle-bar .circle strong {
        position: absolute;
        left: 50%;
        top: 42%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 14px;
        font-weight: 700; }
    .trending-news-item .trending-news-thumb .icon {
      position: absolute;
      left: 10px;
      top: 10px; }
      .trending-news-item .trending-news-thumb .icon a {
        height: 30px;
        width: 30px;
        background: #FF5555;
        color: #fff;
        line-height: 30px;
        display: inline-block;
        font-size: 14px;
        text-align: center;
        border-radius: 50%; }
    .trending-news-item .trending-news-thumb img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .trending-news-item .trending-news-content .post-meta {
    margin-bottom: 10px; }
    .trending-news-item .trending-news-content .post-meta .meta-categories a {
      color: #1091FF; }
    .trending-news-item .trending-news-content .post-meta .meta-date {
      color: #515A60; }
      .trending-news-item .trending-news-content .post-meta .element-ready-meta::before {
        background: #B7BABD; }
  .trending-news-item .trending-news-content .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .trending-news-item .trending-news-content .title {
        font-size: 18px; } }
    .trending-news-item .trending-news-content .title a {
      color: #17222B; }
      .trending-news-item .trending-news-content .title a:hover {
        color: #1091FF; }
  .trending-news-item:hover .trending-news-thumb img {
    transform: scale(1.1); }
  .trending-news-item.trending-news-item-dark .trending-news-content .post-meta .meta-date {
    color: rgba(255, 255, 255, 0.75); }
  .trending-news-item.trending-news-item-dark .trending-news-content .title a {
    color: #fff; }
    .trending-news-item.trending-news-item-dark .trending-news-content .title a:hover {
      color: #1091FF; }
  .trending-news-item.trending-news-item-dark .trending-news-content p {
    color: rgba(255, 255, 255, 0.85); }
  .trending-news-item.trending-news-item-dark .trending-news-content > a {
    border-color: #C5C8CA !important;
    color: #fff !important; }
    .trending-news-item.trending-news-item-dark .trending-news-content > a:hover {
      border-color: #1091FF !important;
      background: #1091FF; }
  .trending-news-item.technology-item {
    background: #fff;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden; }
    .trending-news-item.technology-item .trending-news-content {
      padding: 25px; }
      .trending-news-item.technology-item .trending-news-content .title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500; }
  
  .trending-news-slider .slick-arrow {
    position: absolute;
    top: -55px;
    z-index: 9;
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    border: 2px solid #C1C4C6;
    font-size: 20px;
    color: #C1C4C6; }
    .trending-news-slider .slick-arrow.prev {
      right: 45px; }
    .trending-news-slider .slick-arrow.next {
      right: 0; }
  
  .trending-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .trending-social ul {
        justify-content: flex-start; } }
    @media (max-width: 767px) {
      .trending-social ul {
        justify-content: flex-start; } }
    .trending-social ul li {
      display: inline-block; }
      .trending-social ul li a {
        display: inline-block;
        background: #3B5998;
        width: 110px;
        height: 50px;
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
        margin-bottom: 10px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .trending-social ul li a {
            width: 92px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .trending-social ul li a {
            margin-right: 10px; } }
        @media (max-width: 767px) {
          .trending-social ul li a {
            margin-right: 10px;
            width: 90px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .trending-social ul li a {
            width: 110px; } }
        .trending-social ul li a i {
          position: absolute;
          list-style-type: 0;
          left: 12px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 20px;
          color: #fff; }
        .trending-social ul li a span {
          font-size: 15px;
          font-weight: 500;
          color: #fff;
          line-height: 15px; }
        .trending-social ul li a p {
          font-size: 11px;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.85);
          text-transform: capitalize;
          margin-bottom: 0;
          line-height: 15px; }
        .trending-social ul li a.item-2 {
          background: #1DA1F2; }
        .trending-social ul li a.item-3 {
          background: #FF5050; }
        .trending-social ul li a.item-4 {
          background: #9B45D5; }
        .trending-social ul li a.item-5 {
          background: #1AB7EA; }
        .trending-social ul li a.item-6 {
          background: #00AB6C; }
  
  .trending-news-post-items {
    border-top: 2px dashed #DADCDD;
    padding-top: 25px;
    margin-top: 16px; }
    .trending-news-post-items.trending-news-post-items-dark {
      border-top-color: #3A434B; }
  
  .trending-sidebar-slider .slick-arrow {
    position: absolute;
    top: -55px;
    z-index: 9;
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    border: 2px solid #C1C4C6;
    font-size: 20px;
    color: #C1C4C6; }
    .trending-sidebar-slider .slick-arrow.prev {
      right: 45px; }
    .trending-sidebar-slider .slick-arrow.next {
      right: 0; }
  
  .trending-3-area .trending-news-3 {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
    padding: 30px; }
    .trending-3-area .trending-news-3 .post_gallery_items {
      max-height: 460px;
      overflow-y: scroll; }
  
  .trending-news-3-item {
    border-radius: 8px;
    overflow: hidden; }
    .trending-news-3-item .trending-news-thumb {
      overflow: hidden;
      margin-bottom: 16px;
      position: relative; }
      .trending-news-3-item .trending-news-thumb .icon {
        position: absolute;
        left: 10px;
        top: 10px; }
        .trending-news-3-item .trending-news-thumb .icon a {
          height: 36px;
          width: 36px;
          background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
          color: #fff;
          line-height: 32px;
          display: inline-block;
          font-size: 14px;
          text-align: center;
          border-radius: 50%;
          border: 3px solid #fff; }
      .trending-news-3-item .trending-news-thumb img {
        width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
    .trending-news-3-item .trending-news-content {
      font-size: 17px;
      line-height: 27px; }
      .trending-news-3-item .trending-news-content .post-meta {
        margin-bottom: 10px;
        position: relative; }
        .trending-news-3-item .trending-news-content .post-meta .meta-categories a {
          color: #FF5555;
          font-size: 12px; }
        .trending-news-3-item .trending-news-content .post-meta .meta-date {
          color: #515A60;
          font-size: 12px; }
          .trending-news-3-item .trending-news-content .post-meta .meta-date::before {
            background: #B7BABD; }
        .trending-news-3-item .trending-news-content .post-meta .share-link {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
          .trending-news-3-item .trending-news-content .post-meta .share-link ul {
            margin: 0;
            padding: 0;
            list-style-type: none; }
            .trending-news-3-item .trending-news-content .post-meta .share-link ul li {
              display: inline-block; }
              .trending-news-3-item .trending-news-content .post-meta .share-link ul li a {
                color: rgba(23, 34, 43, 0.4);
                margin-left: 10px; }
                .trending-news-3-item .trending-news-content .post-meta .share-link ul li a:hover {
                  color: #FF5555; }
      .trending-news-3-item .trending-news-content .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 6px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .trending-news-3-item .trending-news-content .title {
            font-size: 18px; } }
        .trending-news-3-item .trending-news-content .title a {
          color: #17222B; }
          .trending-news-3-item .trending-news-content .title a:hover {
            color: #FF5555; }
    .trending-news-3-item:hover .trending-news-thumb img {
      transform: scale(1.1); }
  
  .trending-slider-item .trending-slider-3 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    border: 2px solid #DCDEDF;
    background: #fff; }
    .trending-slider-item .trending-slider-3 .slick-arrow.prev {
      left: -5px; }
    .trending-slider-item .trending-slider-3 .slick-arrow.next {
      right: -5px; }
  
  .trending-image-post {
    height: auto;
    border-radius: 8px;
    position: relative;
    z-index: 10;
    overflow: hidden; }
    .trending-image-post img {
      z-index: 1; }
      @media (max-width: 767px) {
        .trending-image-post img {
          width: 100%; } }
    .trending-image-post::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 300px;
      width: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
      z-index: 0; }
    .trending-image-post .trending-image-content {
      padding: 25px 0 8px 25px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 6; }
      .trending-image-post .trending-image-content .title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        padding-top: 10px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .trending-image-post .trending-image-content .title {
            font-size: 17px;
            line-height: 22px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .trending-image-post .trending-image-content .title {
            font-size: 20px;
            line-height: 26px; } }
        .trending-image-post .trending-image-content .title a {
          color: #fff; }
          .trending-image-post .trending-image-content .title a:hover {
            color: #FF5555; }
      .trending-image-post .trending-image-content .post-meta .meta-categories {
        position: relative;
        padding-left: 11px; }
        .trending-image-post .trending-image-content .post-meta .meta-categories::before {
          position: absolute;
          content: '';
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 4px;
          height: 19px;
          background: linear-gradient(180deg, #ff5555 0%, #ab50ef 100%); }
        .trending-image-post .trending-image-content .post-meta .meta-categories span {
          font-size: 15px; }
      .trending-image-post .trending-image-content .post-meta .meta-date::before {
        transform: translateY(-50%) rotate(0deg); }
    .trending-image-post.feature-item .trending-image-content .title {
      font-size: 20px;
      line-height: 26px; }
  
  .trending-image-slide .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    border: 2px solid #DCDEDF;
    background: #fff;
    font-size: 24px; }
    .trending-image-slide .slick-arrow.prev {
      left: -20px; }
    .trending-image-slide .slick-arrow.next {
      right: -20px; }
  
  .trending-business-post {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
    padding: 15px 15px 1px; }
    .trending-business-post .trending-business-items .populer_item-style {
      position: relative;
      border-bottom: 1px solid #E7E8E9;
      padding-bottom: 12px;
      margin-bottom: 12px; }
      .trending-business-post .trending-business-items .populer_item-style .gallery_item_thumb {
        min-width: 75px; }
      .trending-business-post .trending-business-items .populer_item-style .gallery_item_content .title a:hover {
        color: #FF5555; }
      .trending-business-post .trending-business-items .populer_item-style:last-child {
        padding-bottom: 1;
        margin-bottom: 0;
        border-bottom: 0; }
       .element-ready-trending-news-thumb {
          position: relative;
      }
       .element-ready-icon {
        position: absolute;
        left: 5px;
        top: -13px;
      }

      .element-ready-icon i {
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        background: #FF5555;
        font-size: 10px;
        color: #fff;
    }

    .element-ready-trending-news-thumb .circle-bar {
      position: absolute;
      left: 10px;
      top: 10px;
      height: auto;
      width: auto;
    }

    .element-ready-trending-news-thumb .circle-bar .circle strong {
      position: absolute;
      left: 50%;
      top: 42%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 14px;
      font-weight: 700;
  }

  /*===========================
    8.POST NEWS 2 css 
===========================*/
.post-news-item-2 {
  background: #fff;
  border-radius: 7px; }
  @media (max-width: 767px) {
    .post-news-item-2 {
      margin-bottom: 30px; } }
  .post-news-item-2 .post-news-thumb {
    overflow: hidden;
    border-radius: 8px; }
    .post-news-item-2 .post-news-thumb img {
      width: 100%;
      transition: all linear 0.3s; }
  .post-news-item-2 .post-news-content {
    padding: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post-news-item-2 .post-news-content {
        padding: 15px; } }
    .post-news-item-2 .post-news-content .title {
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      letter-spacing: -0.1px;
      margin-bottom: 7px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .post-news-item-2 .post-news-content .title {
          font-size: 15px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-news-item-2 .post-news-content .title {
          font-size: 16px; } }
    .post-news-item-2 .post-news-content p {
      margin-bottom: 20px; }
  .post-news-item-2:hover .post-news-thumb img {
    transform: scale(1.1); }

.meta-post-2-style {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative; }
  .meta-post-2-style::before {
    position: absolute;
    content: '';
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 3px;
    background: #1091FF; }
  .meta-post-2-style .meta-post-categores a {
    font-size: 12px;
    color: #1091FF;
    font-weight: 400; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .meta-post-2-style .meta-post-categores a {
        font-size: 11px; } }
  .meta-post-2-style .element-ready-meta-list {
    padding-left: 12px;
    margin-left: 12px;
    position: relative; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .meta-post-2-style .element-ready-meta-list {
        padding-left: 9px;
        margin-left: 9px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .meta-post-2-style .element-ready-meta-list {
        padding-left: 5px;
        margin-left: 5px;
        font-size: 12px; }
       }
    .meta-post-2-style .element-ready-meta-list:not(:first-child)::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 2px;
      height: 11px;
      background: #B9BCBF; }
      .meta-post-2-style .element-ready-meta-list:first-child{
        margin-left:0;
        padding-left:0;
      }


      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .post_gallery_sidebar {
          padding-top: 40px; } }
      @media (max-width: 767px) {
        .post_gallery_sidebar {
          padding-top: 40px; } }
      .post_gallery_sidebar .nav {
        justify-content: space-between;
        margin-bottom: 25px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .post_gallery_sidebar .nav {
            justify-content: center; } }
        @media (max-width: 767px) {
          .post_gallery_sidebar .nav {
            justify-content: center; } }
        .post_gallery_sidebar .nav li a {
          background: #fff;
          box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.1);
          padding: 0 30px;
          line-height: 36px;
          border-radius: 0;
          font-size: 12px;
          font-weight: 500;
          text-transform: uppercase;
          color: rgba(23, 34, 43, 0.85); }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .post_gallery_sidebar .nav li a {
              padding: 0 20px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .post_gallery_sidebar .nav li a {
              margin: 0 5px; } }
          @media (max-width: 767px) {
            .post_gallery_sidebar .nav li a {
              margin: 0 5px;
              padding: 0 18px; } }
          .post_gallery_sidebar .nav li a.active {
            background: #1091FF; }
      .post_gallery_sidebar.post_gallery_sidebar_dark .nav li a {
        background: #233340;
        color: #fff; }
        .post_gallery_sidebar.post_gallery_sidebar_dark .nav li a.active {
          background: #1091FF; }
      .gallery_item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        position: relative; }
        .gallery_item::before {
          position: absolute;
          content: '';
          left: 0;
          bottom: -15px;
          border-bottom: 1px dashed #DADCDD;
          width: 100%; }
        .gallery_item .gallery_item_thumb {
          min-width: 100px;
          margin-right: 15px;
          position: relative; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .gallery_item .gallery_item_thumb {
              min-width: 80px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .gallery_item .gallery_item_thumb {
              min-width: 80px; } }
          @media (max-width: 767px) {
            .gallery_item .gallery_item_thumb {
              min-width: 80px; } }
          .gallery_item .gallery_item_thumb .icon {
            position: absolute;
            left: 5px;
            top: -13px; }
            .gallery_item .gallery_item_thumb .icon i {
              height: 20px;
              width: 20px;
              text-align: center;
              line-height: 20px;
              border-radius: 50%;
              background: #FF5555;
              font-size: 10px;
              color: #fff; }
        .gallery_item .gallery_item_content {
          position: relative; }
          .gallery_item .gallery_item_content .post-meta {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center; }
            .gallery_item .gallery_item_content .post-meta .meta-categories a {
              color: #1091FF;
              font-weight: 500;
              font-size: 12px; }
            .gallery_item .gallery_item_content .post-meta .meta-date {
              padding-left: 32px;
              position: relative;
              font-size: 12px;
              font-weight: 400;
              color: #515A60; }
              .gallery_item .gallery_item_content .post-meta .meta-date::before {
                position: absolute;
                content: '';
                left: 15px;
                top: 50%;
                transform: translateY(-50%) rotate(40deg);
                width: 2px;
                height: 15px;
                background: #515A60;
                border-radius: 30px; }
          .gallery_item .gallery_item_content .title {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px; }
            .gallery_item .gallery_item_content .title a {
              color: #17222B; }
              .gallery_item .gallery_item_content .title a:hover {
                color: #1091FF; }
        .gallery_item:last-child {
          margin-bottom: 0; }
          .gallery_item:last-child::before {
            display: none; }
        .gallery_item.gallery_item-style-2 {
          margin-top: 5px; }
          .gallery_item.gallery_item-style-2 .gallery_item_thumb {
            min-width: 80px; }
            @media (max-width: 767px) {
              .gallery_item.gallery_item-style-2 .gallery_item_thumb {
                min-width: 60px; } }
          .gallery_item.gallery_item-style-2 .gallery_item_content {
            padding-right: 20px; }
            .gallery_item.gallery_item-style-2 .gallery_item_content > span {
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              font-size: 36px;
              font-weight: 500;
              color: #CED0D2; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .gallery_item.gallery_item-style-2 .gallery_item_content > span {
                  position: static;
                  font-size: 24px;
                  display: inline-block;
                  transform: translateY(0); } }
              @media (max-width: 767px) {
                .gallery_item.gallery_item-style-2 .gallery_item_content > span {
                  position: static;
                  font-size: 24px;
                  display: inline-block;
                  transform: translateY(0); } }
          .gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content .post-meta .meta-date span {
            color: #8B9195; }
          .gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a {
            color: #fff; }
            .gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a:hover {
              color: #1091FF; }
          .gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content span {
            color: #495259; }
          .gallery_item.gallery_item-style-2.footer_gallery_item::before {
            border-bottom: 2px dashed #3A434B; }
        .gallery_item.populer_item-style {
          margin-bottom: 18px;
          margin-top: 8px; }
          .gallery_item.populer_item-style::before {
            display: none; }
          .gallery_item.populer_item-style .gallery_item_thumb {
            position: relative; }
            .gallery_item.populer_item-style .gallery_item_thumb span {
              position: absolute;
              left: 10px;
              top: -12px;
              height: 20px;
              width: 20px;
              text-align: center;
              line-height: 16px;
              background: #FF5555;
              color: #fff;
              font-size: 12px;
              border-radius: 50%;
              background: #FF5555;
              font-weight: 500;
              border: 2px solid #fff; }
          .gallery_item.populer_item-style .gallery_item_content {
            padding-right: 0; }
            .gallery_item.populer_item-style .gallery_item_content .title {
              font-size: 15px;
              line-height: 21px; }
              @media only screen and (min-width: 1200px) and (max-width: 1600px) {
                .gallery_item.populer_item-style .gallery_item_content .title {
                  font-size: 12px; } }
              @media only screen and (min-width: 992px) and (max-width: 1200px) {
                .gallery_item.populer_item-style .gallery_item_content .title {
                  font-size: 11px;
                  line-height: 15px; } }
            @media only screen and (min-width: 1200px) and (max-width: 1600px) {
              .gallery_item.populer_item-style .gallery_item_content span {
                font-size: 12px; } }
            @media only screen and (min-width: 992px) and (max-width: 1200px) {
              .gallery_item.populer_item-style .gallery_item_content span {
                font-size: 12px; } }
        .gallery_item.gallery_item_dark .gallery_item_content .title a {
          color: #fff; }
          .gallery_item.gallery_item_dark .gallery_item_content .title a:hover {
            color: #1091FF; }
        .gallery_item.gallery_item_dark .gallery_item_content .post-meta .meta-date {
          color: rgba(255, 255, 255, 0.75); }
        .gallery_item.gallery_item_dark .gallery_item_content > span {
          color: #A2A6AA; }
        .gallery_item.gallery_item_dark::before {
          border-bottom-color: #3A434B; }

          
.post-style-tab-post {
  background: #fff;
  border-radius: 7px;
  overflow: hidden; }
  .post-style-tab-post .tab-btn ul {
    justify-content: center;
    flex-wrap: nowrap;
    box-shadow: 0px 15px 60px rgba(23, 34, 43, 0.15); }
    .post-style-tab-post .tab-btn ul li a {
      background: #fff;
      padding: 0 24px;
      display: inline-block;
      line-height: 45px;
      border-radius: 0;
      font-size: 12px;
      font-weight: 500; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-style-tab-post .tab-btn ul li a {
          padding: 0 16px;
          font-size: 10px; } }
  .post-style-tab-post .tab-pane {
    padding: 20px 15px 15px; }
    .post-style-tab-post .tab-pane .most-view-style-2 {
      margin-top: 0;
      margin-bottom: 23px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-style-tab-post .tab-pane .most-view-style-2 {
          margin-bottom: 15px; } }
      .post-style-tab-post .tab-pane .most-view-style-2:last-child {
        margin-bottom: 0; }
      .post-style-tab-post .tab-pane .most-view-style-2 .meta-post-categores a {
        color: rgba(23, 34, 43, 0.6); }

        .post-gallery-style-2 {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          margin-bottom: 20px; }
          .post-gallery-style-2 .post-gallery-thumb {
            min-width: 100px;
            margin-right: 15px;
            position: relative; }
            @media only screen and (min-width: 992px) and (max-width: 1200px) {
              .post-gallery-style-2 .post-gallery-thumb {
                min-width: 70px; } }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .post-gallery-style-2 .post-gallery-thumb {
                min-width: 80px; } }
            @media (max-width: 767px) {
              .post-gallery-style-2 .post-gallery-thumb {
                min-width: 60px; } }
            @media only screen and (min-width: 576px) and (max-width: 767px) {
              .post-gallery-style-2 .post-gallery-thumb {
                min-width: 100px; } }
            .post-gallery-style-2 .post-gallery-thumb span {
              position: absolute;
              left: 5px;
              top: -11px;
              height: 20px;
              width: 20px;
              text-align: center;
              line-height: 16px;
              background: #FF5555;
              color: #fff;
              border-radius: 50%;
              font-size: 12px;
              font-weight: 700;
              border: 2px solid #fff; }
            .post-gallery-style-2 .post-gallery-thumb img {
              width: 100%; }
          .post-gallery-style-2 .post-gallery-content {
            position: relative; }
            .post-gallery-style-2 .post-gallery-content::before {
              position: absolute;
              content: '';
              left: 0;
              bottom: -10px;
              height: 2px;
              width: 100%;
              border-bottom: 2px dashed #DCDEDF; }
              @media only screen and (min-width: 992px) and (max-width: 1200px) {
                .post-gallery-style-2 .post-gallery-content::before {
                  bottom: -5px; } }
            .post-gallery-style-2 .post-gallery-content .title {
              font-size: 16px;
              font-weight: 500;
              line-height: 21px;
              letter-spacing: -0.5px;
              margin-bottom: 6px; }
              @media only screen and (min-width: 1200px) and (max-width: 1600px) {
                .post-gallery-style-2 .post-gallery-content .title {
                  font-size: 13px; } }
              @media only screen and (min-width: 992px) and (max-width: 1200px) {
                .post-gallery-style-2 .post-gallery-content .title {
                  font-size: 12px;
                  line-height: 17px; } }
            .post-gallery-style-2 .post-gallery-content .meta-post-2-style::before {
              display: none; }
            .post-gallery-style-2 .post-gallery-content ul {
              margin: 0;
              padding: 0;
              list-style-type: none; }
              .post-gallery-style-2 .post-gallery-content ul li {
                display: inline-block; }
                .post-gallery-style-2 .post-gallery-content ul li a {
                  padding-right: 12px;
                  margin-right: 12px;
                  position: relative;
                  font-size: 12px;
                  font-weight: 500;
                  color: rgba(23, 34, 43, 0.6); }
                  .post-gallery-style-2 .post-gallery-content ul li a::before {
                    position: absolute;
                    content: '';
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 2px;
                    height: 11px;
                    background: #B9BCBF; }
                  .post-gallery-style-2 .post-gallery-content ul li a i {
                    color: #70BDFF;
                    padding-right: 6px; }
                .post-gallery-style-2 .post-gallery-content ul li:last-child a {
                  padding-right: 0;
                  margin-right: 0; }
                  .post-gallery-style-2 .post-gallery-content ul li:last-child a::before {
                    display: none; }
          .post-gallery-style-2:last-child {
            margin-bottom: 0; }
            .post-gallery-style-2:last-child .post-gallery-content::before {
              display: none; }

              /* 4.FEATURE css 
              ===========================*/
              .feature-area {
                padding-top: 40px; }
              .feature-post {
                position: relative;
                z-index: 10; }
                .feature-post::before {
                  position: absolute;
                  content: '';
                  left: 0;
                  bottom: 0;
                  width: 100%;
                  height: 160px;
                  background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
                  opacity: 0.85;
                  z-index: 1; }
                .feature-post .feature-post-thumb {
                  overflow: hidden; }
                  .feature-post .feature-post-thumb img {
                    width: 100%;
                    -webkit-transition: all 0.3s ease-out 0s;
                    -moz-transition: all 0.3s ease-out 0s;
                    -ms-transition: all 0.3s ease-out 0s;
                    -o-transition: all 0.3s ease-out 0s;
                    transition: all 0.3s ease-out 0s; }
                .feature-post .feature-post-content {
                  position: absolute;
                  left: 15px;
                  bottom: 0px;
                  z-index: 5; }
                  .feature-post .feature-post-content .title {
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 22px; }
                    .feature-post .feature-post-content .title a {
                      color: #fff; }
                      .feature-post .feature-post-content .title a:hover {
                        color: #1091FF; }
                .feature-post:hover .feature-post-thumb img {
                  transform: scale(1.1); }
              .feature-post-slider .slick-arrow {
                position: absolute;
                top: -50px;
                z-index: 9;
                cursor: pointer;
                height: 30px;
                width: 30px;
                text-align: center;
                line-height: 27px;
                border: 2px solid #C1C4C6;
                font-size: 20px;
                color: #C1C4C6; }
                .feature-post-slider .slick-arrow.prev {
                  right: 45px; }
                .feature-post-slider .slick-arrow.next {
                  right: 0; }

                  
.qs_newsp_post-style-5-item .post-thumb {
  position: relative;
}
.qs_newsp_post-style-5-item .post-thumb img {
  width: 100%;
}
.qs_newsp_post-style-5-item .post-thumb span {
  position: absolute;
  top: 15px;
  left: 0;
  background: #1091ff;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 0 30px 30px 0;
}
.qs_newsp_post-style-5-item .post-contact {
  padding: 21px 12px;
  border-radius: 0;
  background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-style-5-item .post-contact {
      padding: 20px 0;
 }
}
.qs_newsp_post-style-5-item .post-contact .title {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .qs_newsp_post-style-5-item .post-contact .title {
      font-size: 18px;
      line-height: 24px;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-style-5-item .post-contact .title {
      font-size: 17px;
      line-height: 23px;
 }
}
.qs_newsp_post-style-5-item .post-contact .meta-date span {
  font-size: 13px;
  font-weight: 500;
  color: #17222b;
  padding-left: 12px;
  position: relative;
}
.qs_newsp_post-style-5-item .post-contact .meta-date span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 12px;
  background: #1091ff;
}
.qs_newsp_post-style-5-item.post-style-big .post-contact .title {
  font-size: 34px;
  line-height: 44px;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
      font-size: 30px;
      line-height: 40px;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
      font-size: 28px;
      line-height: 38px;
 }
}
@media (max-width: 767px) {
  .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
      font-size: 24px;
      line-height: 34px;
      padding-right: 0;
 }
}
.qs_newsp_post-style-5-item.post-scrolling-item {
  border-bottom: 1px solid #e7e8e9;
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact {
  padding: 21px 0px 43px;
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
  font-size: 24px;
  line-height: 34px;
  margin-top: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
      font-size: 20px;
      line-height: 30px;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
      font-size: 18px;
      line-height: 28px;
 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
      font-size: 17px;
      line-height: 27px;
 }
}
@media (max-width: 767px) {
  .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
      font-size: 18px;
      line-height: 28px;
 }
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact > a {
  font-size: 14px;
  font-weight: 500;
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact > a i {
  padding-left: 6px;
}
.qs_newsp_post-item-5 {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.qs_newsp_post-item-5::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
  opacity: 0.5;
}
.qs_newsp_post-item-5 .post-meta {
  position: absolute;
  left: 0;
  top: 15px;
}
.qs_newsp_post-item-5 .post-meta span {
  background: #1091ff;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 0 30px 30px 0;
}
.qs_newsp_post-item-5 .post-item-thumb img {
  width: 100%;
}
.qs_newsp_post-item-5 .post-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-top: 0;
  padding: 26px;
  border-radius: 0 0 10px 10px;
  z-index: 10;
}
.qs_newsp_post-item-5 .post-item-content::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background: #fff;
  transition: all linear 0.3s;
}
.qs_newsp_post-item-5 .post-item-content .title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: -72px;
  transition: all linear 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-item-5 .post-item-content .title {
      font-size: 20px;
      line-height: 30px;
 }
}
@media (max-width: 767px) {
  .qs_newsp_post-item-5 .post-item-content .title {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: -60px;
 }
}
.qs_newsp_post-item-5 .post-item-content .title a {
  color: #fff;
}
.qs_newsp_post-item-5 .post-item-content p {
  opacity: 0;
  transition: all linear 0.5s;
}
.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a:hover {
  color: #1091ff;
}
.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a i {
  padding-left: 6px;
}
.qs_newsp_post-item-5 .post-item-content .post-link .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.qs_newsp_post-item-5 .post-item-content .post-link .social ul li {
  display: inline-block;
}
.qs_newsp_post-item-5 .post-item-content .post-link .social ul li a {
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #b5b5b5;
  font-size: 12px;
  color: #b5b5b5;
  text-align: center;
  margin-left: 6px;
}
.qs_newsp_post-item-5 .post-item-content .post-link .social ul li a:hover {
  background: #1091ff;
  border-color: #1091ff;
  color: #fff;
}
.qs_newsp_post-item-5:hover .post-item-content::before {
  height: 100%;
}
.qs_newsp_post-item-5:hover .post-item-content .title {
  margin-bottom: 0;
}
.qs_newsp_post-item-5:hover .post-item-content .title a {
  color: #17222b;
}
.qs_newsp_post-item-5:hover .post-item-content p {
  opacity: 1;
}
.qs_newsp_post-item-5:hover .post-item-content .post-link .more-btn a {
  color: #17222b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .qs_newsp_post-item-5.item-3 {
      display: none;
 }
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item {
  border-bottom: 1px solid #e7e8e9;
  padding-bottom: 8px;
  margin-bottom: 23px;
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
      font-size: 16px;
      line-height: 22px;
 }
}
@media (max-width: 767px) {
  .qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
      font-size: 16px;
      line-height: 22px;
 }
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item .text img {
  min-width: 100px;
  max-height: 90px;
  margin-right: 20px;
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* newsprk */


.qs_newsp_post-style-5-item .post-thumb {
  position: relative;
}
.qs_newsp_post-style-5-item .post-thumb img {
  width: 100%;
}
.qs_newsp_post-style-5-item .post-thumb span {
  position: absolute;
  top: 15px;
  left: 0;
  background: #1091ff;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 0 30px 30px 0;
}
.qs_newsp_post-style-5-item .post-contact {
  padding: 21px 12px;
  border-radius: 0;
  background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-style-5-item .post-contact {
      padding: 20px 0;
 }
}
.qs_newsp_post-style-5-item .post-contact .title {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .qs_newsp_post-style-5-item .post-contact .title {
      font-size: 18px;
      line-height: 24px;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-style-5-item .post-contact .title {
      font-size: 17px;
      line-height: 23px;
 }
}
.qs_newsp_post-style-5-item .post-contact .meta-date span {
  font-size: 13px;
  font-weight: 500;
  color: #17222b;
  padding-left: 12px;
  position: relative;
}
.qs_newsp_post-style-5-item .post-contact .meta-date span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 12px;
  background: #1091ff;
}
.qs_newsp_post-style-5-item.post-style-big .post-contact .title {
  font-size: 34px;
  line-height: 44px;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
      font-size: 30px;
      line-height: 40px;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
      font-size: 28px;
      line-height: 38px;
 }
}
@media (max-width: 767px) {
  .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
      font-size: 24px;
      line-height: 34px;
      padding-right: 0;
 }
}
.qs_newsp_post-style-5-item.post-scrolling-item {
  border-bottom: 1px solid #e7e8e9;
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact {
  padding: 21px 0px 43px;
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
  font-size: 24px;
  line-height: 34px;
  margin-top: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
      font-size: 20px;
      line-height: 30px;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
      font-size: 18px;
      line-height: 28px;
 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
      font-size: 17px;
      line-height: 27px;
 }
}
@media (max-width: 767px) {
  .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
      font-size: 18px;
      line-height: 28px;
 }
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact > a {
  font-size: 14px;
  font-weight: 500;
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact > a i {
  padding-left: 6px;
}
.qs_newsp_post-item-5 {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.qs_newsp_post-item-5::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
  opacity: 0.5;
}
.qs_newsp_post-item-5 .post-meta {
  position: absolute;
  left: 0;
  top: 15px;
}
.qs_newsp_post-item-5 .post-meta span {
  background: #1091ff;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 0 30px 30px 0;
}
.qs_newsp_post-item-5 .post-item-thumb img {
  width: 100%;
}
.qs_newsp_post-item-5 .post-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-top: 0;
  padding: 26px;
  border-radius: 0 0 10px 10px;
  z-index: 10;
}
.qs_newsp_post-item-5 .post-item-content::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background: #fff;
  transition: all linear 0.3s;
}
.qs_newsp_post-item-5 .post-item-content .title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: -72px;
  transition: all linear 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-item-5 .post-item-content .title {
      font-size: 20px;
      line-height: 30px;
 }
}
@media (max-width: 767px) {
  .qs_newsp_post-item-5 .post-item-content .title {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: -60px;
 }
}
.qs_newsp_post-item-5 .post-item-content .title a {
  color: #fff;
}
.qs_newsp_post-item-5 .post-item-content p {
  opacity: 0;
  transition: all linear 0.5s;
}
.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a:hover {
  color: #1091ff;
}
.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a i {
  padding-left: 6px;
}
.qs_newsp_post-item-5 .post-item-content .post-link .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.qs_newsp_post-item-5 .post-item-content .post-link .social ul li {
  display: inline-block;
}
.qs_newsp_post-item-5 .post-item-content .post-link .social ul li a {
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #b5b5b5;
  font-size: 12px;
  color: #b5b5b5;
  text-align: center;
  margin-left: 6px;
}
.qs_newsp_post-item-5 .post-item-content .post-link .social ul li a:hover {
  background: #1091ff;
  border-color: #1091ff;
  color: #fff;
}
.qs_newsp_post-item-5:hover .post-item-content::before {
  height: 100%;
}
.qs_newsp_post-item-5:hover .post-item-content .title {
  margin-bottom: 0;
}
.qs_newsp_post-item-5:hover .post-item-content .title a {
  color: #17222b;
}
.qs_newsp_post-item-5:hover .post-item-content p {
  opacity: 1;
}
.qs_newsp_post-item-5:hover .post-item-content .post-link .more-btn a {
  color: #17222b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .qs_newsp_post-item-5.item-3 {
      display: none;
 }
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item {
  border-bottom: 1px solid #e7e8e9;
  padding-bottom: 8px;
  margin-bottom: 23px;
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
      font-size: 16px;
      line-height: 22px;
 }
}
@media (max-width: 767px) {
  .qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
      font-size: 16px;
      line-height: 22px;
 }
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item .text img {
  min-width: 100px;
  max-height: 90px;
  margin-right: 20px;
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}







      
      
      
      
