@media (min-width: 769px) {
  .version_3 .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.version_3 .row_reverse {
  flex-direction: row-reverse;
}
.version_3 [class*='col-'] {
  max-width: 100%;
}

.version_3 .mt-10 {
  margin-top: 10px;
}
.version_3 .mb-10 {
  margin-top: 10px;
}
.version_3 .pt-10 {
  padding-top: 10px;
}
.version_3 .pb-10 {
  padding-top: 10px;
}
.box_cat .mt-15 {
  margin-top: 15px;
}
.box_cat .mb-15 {
  margin-top: 15px;
}
.box_cat .pt-15 {
  padding-top: 15px;
}
.box_cat .pb-15 {
  padding-top: 15px;
}

.box_lazy_content .box_header,
.box_lazy_content .box_body,
.box_lazy_content .box_footer {
  display: none;
}
.box_lazy_content .box_header.show,
.box_lazy_content .box_body.show,
.box_lazy_content .box_footer.show {
  display: block;
}
.sticky_sidebar {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
.sticky_sidebar.top60 {
  top: 60px;
}
.box_tabs .nav-tabs a,
.box_tabs .nav-tabs a:hover,
.box_tabs .nav-tabs a:focus {
  display: block;
  line-height: 24px;
  /* padding-left: 5px; */
  font-size: 20px;
  color: #222;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  background-color: transparent;
}
.box_tabs .nav-tabs .active a {
  color: #1769d8;
}
.box_tabs.box_border .tab-content {
  border: 1px solid #e1e1e1;
  border-top: 3px solid #1769d8;
  padding: 10px 10px;
  overflow: hidden;
  min-height: 400px;
}
.version_3 .features .sub_feature {
  margin-top: 15px;
}

.box_cat .subcat {
  float: left;
}
.box_cat .box_header {
  /* border: none; */
}
.box_cat .box_header .box_title {
  border: none;
}
.box_cat .title {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.box_cat .desc {
  display: none;
}
.box_cat .show_desc {
  display: block;
  margin-top: 10px;
}
.box_cat .meta .date,
.box_cat .meta .views {
  margin-bottom: 0;
  color: #555;
}
.box_cat .info p {
  margin-top: 10px;
  margin-bottom: 0;
}
.box_cat .list_posts {
  color: #1769d8;
}
.box_cat .list_posts .item {
  position: relative;
  padding: 7px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.box_cat .list_posts .item a {
  font-size: 1rem;
  line-height: 1.4rem;
}
.box_cat .list_posts a {
  font-size: 1rem;
  line-height: 1.25rem;
}
.box_cat .list_posts:not(.thumb_top) a {
  /*flex: 1;*/
}
.box_cat .list_posts.thumb_top .item a {
  margin-top: 10px;
}
.box_cat .list_posts.list_aside .item .img {
  margin-top: 0;
}
.box_cat .list_posts.font09 .item a {
  font-size: 0.9rem;
}
.box_cat .list_posts .item .img {
  display: none;
}
.box_cat .show_thumb .item .img {
  width: 35%;
  margin-right: 10px;
  display: block;
}
.box_cat .show_thumb .item .img_w50 {
  width: 50%;
}
.box_cat .thumb_top .item {
  flex-wrap: wrap;
  flex-direction: column;
}

.box_cat .thumb_top .item .img {
  width: 100%;
  margin: 0;
}
.box_cat .thumb_left .item .img {
  margin-right: 10px;
  margin-left: 0;
}
.box_cat .thumb_left .item:first-child {
  padding-top: 0;
}
.box_cat .thumb_right .item .img {
  margin-left: 15px;
  margin-right: 0;
}
.box_cat .thumb_right .item {
  flex-direction: row-reverse;
  flex: 1;
}
.box_cat .list_posts.border_dash .item:not(:first-child) {
  border-top: 1px dashed #e1e1e1;
}
.box_cat .list_posts.bottom_bg_gray .item {
  background-color: #f2f2f2;
  padding-top: 0;
  padding-bottom: 0;
}
.box_cat .list_posts.bottom_bg_gray .item:not(:first-child) {
  margin-top: 10px;
}
.box_cat .list_posts .item .info {
  flex: 1;
}
.box_cat .list_posts.thumb_small .img {
  max-width: 25%;
}
.box_cat .list_posts.list_arrow .item {
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 5px;
}
.box_cat .list_posts.list_arrow .item::before {
  position: absolute;
  content: '\27A4';
  font-size: 1rem;
  display: block;
  top: 10px;
  left: 0;
  color: #f36a22;
}
.row.thumb_top .item {
  padding: 0 8px;
  margin-bottom: 10px;
  border: none !important;
}
.multi_box_title .spacing {
  display: block;
  padding: 0 5px;
}
.top_post ~ .list_posts {
  margin-top: 15px;
}
.top_post ~ .list_posts.border_dash {
  padding-top: 7px;
  margin-top: 7px;
  border-top: 1px dashed #e1e1e1;
}

.multi_box_title .spacing {
  display: block;
  padding: 0 5px;
}
.list_posts.dot_blue .item::before {
  display: block;
  content: '\2022';
  padding: 0 5px;
  margin-right: 5px;
  font-size: 1.4rem;
}
.top_post .info {
  margin-top: 10px;
}
.box_notice .box_cat .thumb_top .item .img {
  max-width: 100%;
}
.box_notice .box_cat .thumb_right .item .img {
  max-width: 50%;
}

.box_no_header {
  padding-top: 36px;
}

.box_cat.style5 .bottom_post ul {
  padding: 0 10px;
  margin: 10px;
  color: #1769d8;
}
.box_cat.style5 .bottom_post .title {
  font-size: 1rem;
}
.audio_img {
  padding-top: 61.4%;
  overflow: hidden;
  display: block;
  position: relative;
}
.audio_img img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trending {
  padding: 10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: hidden;
}

.trending span {
  display: block;
  color: #f00;
  font-size: 1.2rem;
  font-weight: bold;
}
.trending span img {
  max-width: 40px;
}
.trending a {
  display: block;
  color: #555;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-left: 10px;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.trending a:hover {
  color: #1769d8;
  border-color: #1769d8;
}

/** weather **/
.weather {
  color: #222250;
  padding: 10px 0;
}

.weather .weather-today {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.weather .weather-today .wname {
  font-weight: 700;
}

.weather .weather-today .wline {
  padding: 0 5px;
}

.weather .weather-today .wicon {
  font-size: 2rem;
  margin-left: 5px;
}

@media (max-width: 320px) {
  .weather .wforecast {
    display: none;
  }
}

@media (min-width: 991px) {
  .version_3 .col_left {
    padding-left: 50px;
  }
  .version_3 .col_right {
    padding-left: 50px;
  }
  .box_cat .thumb_top .item .img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .box_cat .row {
    display: block;
  }
  .box_cat .list_posts .item {
    /* width: 100%; */
  }
  .box_cat .list_posts {
    margin-top: 15px;
  }
  .box_no_header {
    padding-top: 0;
  }
  .version_3 .flex-row.flex-xs-column {
    display: block;
  }
  .flex-p35 {
    width: 100%;
  }
  .d-flex .flex-col {
    width: 100%;
    margin-right: 0;
  }
  .trending {
    overflow-x: auto;
    background-color: #f0f1ff;
  }
}
@media (max-width: 480px) {
  .box_cat .list_posts.font09 .item a {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
