<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owlitem {
  /* background: radial-gradient(circle, #3d3d3d 10%, #000000 11%);
    background-size: 1em 1em;
    opacity: 1; */
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.ol_article {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.ol_article_rt {
  width: 65%;
}

.ol_article_lt {
  width: 35%;
  position: relative;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #c8c8c893;

  .nws_article_strip {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-weight: 600;
    border: 1px solid #a4a4a4;
    background-color: #0a0000ba;
    color: #ffffff;
  }

  img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;

    &amp;:hover {
      transform: scale(1.05);
    }
  }
}

.ol_title {
  .t_main {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 13px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;

    &amp;:hover {
      color: #d20606;
    }
  }

  .t_sub {
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #545454;
    text-overflow: ellipsis;
    font-size: 16px;
    display: block;
  }

  .publish_wrap {
    gap: 5px;
    margin-bottom: 13px;

    .publish_dt,
    .publish_tm {
      padding-inline: 10px;
      padding-block: 3px;
      background-color: #8e8e8e45;
      color: #313131;
      font-weight: 600;
      border-radius: 6px;
    }
  }
}

.main_article {
  .rt_main {
    padding-top: 5px;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 15px;
  }

  .rt_sub {
    font-size: 20px;
    color: #333333;
    padding-right: 0;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 6px;
  }
}

.artcle_tab {
  display: flex;
  align-items: center;
  gap: 22px;

  .publish_dt,
  .publish_tm {
    color: #797979;
  }
}

.editedby {
  font-size: 12px;
  color: #666;
  font-family: poppins;

  a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 5px;
  }
}

.category_tag {
  display: flex;
  gap: 6px;
  color: #797979;
  align-items: center;

  a {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    text-decoration: underline;

  }
}

.artcle_tab {
  display: flex;
  align-items: center;
  justify-content: space-between;

  .at_left {
    display: flex;
    gap: 25px;
  }
}

.shr_btn {
  margin-right: 15px;
}

.shr_btn,
.cmmt_btn {
  outline: none;
  border: none;
  padding: 0px;
  background: none;
  color: #797979;
  font-size: 20px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;

  &amp;:hover {
    background: none;
  }
}

.at_img {
  margin-top: 12px;

  img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
  }
}

.at_content {
  margin-top: 20px;

  div {
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  p {
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.at_sub {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  letter-spacing: 0.4px;
}

.at_head {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 32px;
}

a.trendingtopic_container {
  display: block;
  margin-right: 10px;
  border: 1px solid #666;
  padding-inline: 10px;
  padding-block: 3px 0px;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  border-radius: 4px;
  background: #fff;
}

a.trendingtopic_container {
  width: fit-content;
}

/*share dropdown */
.social_lnk {
  margin-left: 0px;
}

.shr_dropdown {
  position: relative;
  display: inline-block;
}


.shr_content {
  display: none;
  position: absolute;
  border-radius: 10px;
  background-color: #eeeeee82;
  min-width: 160px;
  left: -200px;

  padding-inline: 10px;
  backdrop-filter: blur(13px);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1
}


.shr_content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.shr_content a:hover {
  color: rgb(107, 107, 107);
}

/* Facebook link */
.shr_content li:nth-child(1) a:hover {
  color: #325771;
}

/* Twitter link */
.shr_content li:nth-child(2) a:hover {
  color: #464646;
}

/* Google Plus link */
.shr_content li:nth-child(3) a:hover {
  color: #30db35;
}

/* LinkedIn link */
.shr_content li:nth-child(4) a:hover {
  color: #0077b5;
}

/* Instagram link */
.shr_content li:nth-child(5) a:hover {
  color: #2fb7ed;
}



.shr_dropdown:hover .shr_content {
  display: block;
}

.shr_dropdown:hover .shr_btn {
  color: #ff0000;
}

.social_lnk {
  display: flex;
  list-style: none;
  margin-bottom: 0px;
  padding: 0;

  li a {
    font-size: 25px;
  }
}

/* autor */
.news_auth {
  margin-bottom: 28px;

  p {
    font-size: 20px;
    color: #333333;
    padding-right: 0;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
  }
}

.author-t {
  border-left: 4px solid red;
  padding-left: 16px;
}

/* releted articles  */
.rel_artcle_wrap {
  padding-top: 25px;
}

.rel_content {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 8px;

  li {
    width: 32%;
  }
}

.rel_article {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  max-width: 300px;
}

.rel_top {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 160px;

  .nws_article_strip {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 13px;
    line-height: 20px;
  }

}

.rel_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;

  &amp;:hover {
    transform: scale(1.05);
  }

}

.rel_bottom {
  padding-top: 0px;

  /* .nws_article_strip {
    margin-bottom: 10px;
  } */

  .rel_link {
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;

    &amp;:hover {
      color: red;
    }
  }

}



/* inner page */

/* news----------------------------- */

/* news----------------------------- */

.news_main_row {
  display: flex;
  gap: 20px;

}

.col_left {

  flex-basis: 70%;
  max-width: 70%;
  display: block;
}

.col_right {
  flex-basis: 30%;
  max-width: 30%;
  display: block;
}

.widget_categories {
  background-color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 20px 18px;
  border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #c9c9c9;

}

.news_main_wrap {
  display: flex;
  gap: 12px;
}

.nws-left {
  flex-basis: 50%;
  max-width: 50%;

}

.nws-right {
  flex-basis: 50%;
  max-width: 50%;

  .custom-tab-card {
    margin-bottom: 8px;

    .nws_article_strip {
      /* width: fit-content; */
      font-size: 13px;
      color: red;
      margin-bottom: 4px;
      font-weight: 600;
      padding: 0;
      border: none;
      /* padding: 1px 8px 0px; */
      background: transparent;
    }
  }

  .custom-tab-title {
    a {
      font-size: 15px;
      line-height: 21px;
      font-weight: 500;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .category_strip2 {
      width: max-content;
      font-size: 12px;
      border-radius: 5px;
      background: #ff4141;
      position: relative;
      color: #fff;
      margin-bottom: 3px;
      padding-inline: 10px;
      padding-block: 4px;
    }
  }
}


.nws_card_top {
  width: 100%;
  height: 246px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 15px;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;

    &amp;:hover {
      transform: scale(1.05);
    }
  }

  .category_strip {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }

}

.nws_card_bottom {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  a {
    text-decoration: none;
    color: #333;
    font-size: 19px;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;

    &amp;:hover {
      color: red;
    }
  }
}

.publish_wrap {
  display: flex;
  gap: 5px;
}

.publish_dt,
.publish_tm {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #666666c7;
  font-size: 12px;
  font-family: poppins;
}

.news_sub_wrap {
  padding-top: 20px;

  .news-tabs {
    &amp;::after {
      left: 70PX;
      background-color: #d0d0d0;
    }
  }

  .nws_list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    list-style-type: none;
    padding: 0px;
    margin-left: 0px;
  }
}

.nws_article {
  display: flex;
  gap: 20px;
}

.nws_article_lt {
  width: 28%;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;

  img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;

    &amp;:hover {
      transform: scale(1.05);
    }
  }
}

.nws_article_rt {
  width: 75%;
  padding-right: 20px;
 /* .nws_article_strip{
  display: none;
 } */
  .nws_row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 6px;
    margin-bottom: 7px;
  }

  .nws_title {
    .t_main {
      font-size: 19px;
      display: block;
      color: #000;
      font-weight: 600;
      margin-bottom: 6px;
      transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;

      &amp;:hover {
        color: red;
      }

    }
  }
}

.t_sub {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  display: block;
  color: #666;
  margin-bottom: 0;
}

.nws_article_strip {
  display: inline-block;
  cursor: pointer;
  background-color: #fde6e6;
  /* background: transparent; */
  color: red;
  border-radius: 5px;
  /* border: 1px solid #ff000030; */
  font-weight: 600;
  padding-inline: 11px;
  padding-block: 4px 1px;
  font-size: 14px;
}

/* nws_pagination Styles */
.nws_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 10px 0;
}

.nws_pagination .page-btn {
  padding: 5px 12px 3px;
  text-decoration: none;
  color: #373737;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.nws_pagination .page-btn:hover {
  background-color: #f0f0f0;
}

.nws_pagination .page-btn.active {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}

.nws_pagination .page-btn.prev,
.nws_pagination .page-btn.next {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px 3px;
}

.nws_pagination .page-btn.prev i,
.nws_pagination .page-btn.next i {
  font-size: 14px;
}




.podcast_iframe {
  border-radius: 10px;
}

.podcast_card {
  .news-tabs {
    display: block;
    margin-bottom: 20px;
  }
}

#main .breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px 1px;
}

.wp-post-image {
  width: 100%;
  max-width: 875px;
  height: 500px;
}

/* new tabs */
.news_tab_t {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  align-items: center;
  gap: 10px;
}

.ntab .newstab_title {
  white-space: nowrap;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 26px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;

  &amp;:hover {
    color: #d20606;
  }
}

.nline {
  height: 1px;
  width: 100%;
  background: #d0d0d0;
}

/*  emoji */
.emoji {
  width: 20px;
 }

/* ========================== */
/* Media Queries */
/* For mobile phones: */
/* ========================== */
@media (max-width: 1360px) {
  .nws_card_top {
    height: 208px;
  }

  .nws-right {
    .custom-tab-card {
      margin-bottom: 7px;
    }
  }

  .custom-img-link {
    max-width: 121px;
    height: 73px;
  }

  .nws-right {
    &amp; .custom-tab-title {
      a {
        font-size: 14px;
        line-height: 20px;
      }
    }
  }



  .news_sub_wrap {
    .nws_list {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
  }

  .nws_article_lt {
    height: 129px;
  }

  .nws_article_rt {
    &amp; .nws_title {
      .t_main {
        font-size: 19px;
        display: block;
        color: #000;
        font-weight: 600;
        margin-bottom: 3px;
      }
    }
  }

  .at_content {
    div {
      color: #333333;
      line-height: 25px;
      margin-bottom: 10px;
      font-size: 20px;
    }
  }

  .rel_top {
    height: 138px;
  }
}

/* ========================== */
/* Media Queries */
/* For mobile phones: */
/* ========================== */
@media (max-width: 600px) {
  .site-content {
    margin-top: 84px;
  }

  .breadcrumb {
    padding: 0px;
  }

  #main .breadcrumb {
    margin-bottom: 0px;
  }

  .breadcrumb:after {
    content: none;
  }

  .inner-page-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ads-container {
    height: 85px;
    margin-top: 6px;
  }

  .news_main_row {
    flex-direction: column;

    .col_left {
      flex-basis: 100%;
      max-width: 100%;
    }

    .col_right {
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .publish_wrap{
      gap: 5px;
      white-space: nowrap;
   }
   .publish_dt, .publish_tm {
    gap: 3px;
   }

  .news_main_row .col_left .news_main_wrap {
    flex-direction: column;

    .nws-left {
      flex-basis: 100%;
      max-width: 100%;
    }

    .nws-right {
      flex-basis: 100%;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      column-gap: calc(10px + 1vw);

      .custom-tab-card {
        flex-direction: column;
        margin-bottom: 8px;
        width: calc(50% - 10px);
      }
    }
  }

  .nws_card_top {
    height: 220px;
    margin-bottom: 12px;

    .category_strip {
      bottom: 9px;
    }
  }

  .nws_card_bottom {
    margin-bottom: 3px;
  }

  .custom-img-link {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 78px;
    overflow: hidden;
    border-radius: 8px;
  }

  .news_sub_wrap {
    &amp; .news-tabs {
      &amp;::after {
        left: inherit;
        width: 76%;
        right: 0;
        background-color: #d0d0d0;
      }
    }
  }

  .nws_article {
    flex-direction: column;
    gap: 8px;
  }

  .nws_article_lt {
    width: 100%;
    height: 220px;

    img {
      width: 100%;
    }
  }

  .nws_article_rt {
    width: 100%;

    .nws_row {
      align-items: center;
      margin-top: 6px;
      justify-content: space-between;
    }
  }

  .nws_article_rt {
    &amp; .nws_title {
      .t_main {
        font-size: 17px;
        -webkit-line-clamp: 2;
        margin-bottom: 7px;
      }

      .t_sub {
        font-size: 15px;
        color: #636363;
        font-weight: 500;
      }
    }
  }

  /* autor */
  .author-t {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
    padding-left: 10px;
  }

  .news_auth {
    margin-bottom: 15px;

    p {
      font-size: 16px;
      color: #333333;
      padding-right: 0;
      line-height: 26px;
      font-weight: 400;
      margin-bottom: 10px;
    }
  }

  .nws_pagination {
    flex-wrap: wrap;
  }

  .js_block {
    height: 226px;
  }

  /* =========================================== */
  /* Main article */
  /* =========================================== */
  .main_article {
    .rt_main {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 10px;
    }
  }

  .artcle_tab {
    align-items: flex-start;
    gap: 0px;
    .at_left {
      flex-wrap: wrap;
      gap:12px;
    }
  }

  .social_lnk li:nth-child(3) {
    display: none;
  }

  .shr_content {
    left: -207px;
  }

  .section-title {
    margin-top: 35px;
  }

  .tags_row {
    margin-left: 2px;
    gap: 10px 0px;
  }

  .rel_artcle_wrap {
    padding-top: 20px;
  }

  .rel_content {
    gap: 15px;

    li {
      width: 100%;
    }
  }

  .rel_article {
    max-width: 100%;
  }

  .at_content&gt;h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .at_content&gt;div&gt;span {
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .at_content {
    margin-top: 20px;

    div {
      color: #333333;
      line-height: 30px;
      margin-bottom: 10px;
      font-size: 20px;
    }

    p {
      color: #333333;
      line-height: 30px;
      margin-bottom: 10px;
      font-size: 20px;
    }
  }

  .at_content&gt;iframe {
    width: 100%;
    height: 230px;
  }

  .wp-post-image {
    height: 225px !important;
  }

  .trendingtopic_container {
    display: block;
    font-size: 14px;
  }
  .rel_top {
    height: 215px;
}
}

.pd_block {
  width: 100%;
  height: 250px;
}</pre></body></html>