/* Style chung s-pagination */
[class*="s-pagination-"] {
  padding: 25px 0;
  font-size: 12px;
}
[class*="s-pagination-"]::after {
  content: '';
  display: table;
  clear: both;
}
[class*="s-pagination-"] > li {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #ddd;
  line-height: 2.334em;
  width: 2.5em;
  height: 2.5em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
[class*="s-pagination-"] > li > a {
  display: block;
  color: #999;
  font-weight: bold;
  text-align: center;
}
[class*="s-pagination-"] > li:hover {
  background-color: #eee;
  color: #999;
}
[class*="s-pagination-"] > li.active {
  background-color: #05a;
  border: 1px solid #05a;
}
[class*="s-pagination-"] > li.active > a {
  color: #fff;
}

/* BEGIN s-pagination-1 */
.s-pagination-1 > li {
  border-radius: 3px;
}

/* END s-pagination-1 */
/* BEGIN p-list-1 */
.p-list-1 .p_title {
  color: #05a;
  font-size: 25px;
  text-transform: uppercase;
}
.p-list-1 .p_list {
  /* padding: 30px 30px 0; */
  /* box-shadow: 0 1px 7px 3px #eee; */
}
@media screen and (max-width: 991px) {
  .p-list-1 .p_title {
    font-size: 20px;
  }
  .p-list-1 .p_list {
    padding: 10px 10px 0;
  }
}

/* END p-list-1 */
/* BEGIN b-card-19 */
.b-card-19 {
  display: block;
  margin-bottom: 20px;
}
.b-card-19::after {
  content: '';
  display: table;
  clear: both;
}
.b-card-19 .b_thumb {
  float: left;
  margin-right: 15px;
  width: 200px;
}
.b-card-19 .b_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.125em;
  padding-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.b-card-19 .b_title:hover {
  color: #f60;
}
.b-card-19 .b_source {
  margin-bottom: 10px;
}
.b-card-19 .b_source li {
  display: inline-block;
  font-size: 12px;
}
.b-card-19 .b_source li:first-child {
  margin-right: 20px;
  text-transform: uppercase;
}
.b-card-19 .b_desc {
  text-align: justify;
  color: #444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 479px) {
  .b-card-19 .b_thumb {
    width: 150px;
  }
  .b-card-19 .b_title {
    font-size: 15px;
  }
  .b-card-19 .b_source {
    display: none;
  }
}

/* END b-card-19 */