.footer {
  background-size: cover;
}

.sort-item a {
  color: #000;
}

.m-pagin-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-pagin-cover ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-pagin-cover ul .current {
  color: #000;
  display: block;
  padding: 5px;
}
.m-pagin-cover ul a {
  display: block;
  padding: 5px;
  color: #ffb400;
  text-decoration: none;
}

.category .category-post img {
  max-width: 100%;
}

.category-post a {
  color: black;
  margin-bottom: 15px;
  display: block;
}

.view-all-rev {
  border: none;
}

.sort-line-content {
  padding: 0 25px 0 25px;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-news-text img {
  height: auto;
}

blockquote.warning {
  border-radius: 4px;
  background: #f9f1e1;
  margin: 0 0 30px 0;
  padding: 28px 28px 28px 74px;
  position: relative;
  border: 2px #e2d1b1 dashed;
  color: #856d50;
}
blockquote.warning:before {
  content: "\f27e";
  position: absolute;
  color: #e67a1b;
  font-size: 24px;
  left: 38px;
  top: 28px;
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
blockquote.warning p {
  padding: 0;
}

blockquote.thumbs-up {
  background: #e5f3f7;
  border-color: #a2cbd7;
  color: #506e84;
  border-radius: 4px;
  margin: 0 0 30px 0;
  padding: 28px 28px 28px 74px;
  position: relative;
  border: 2px #a2cbd7 dashed;
}
blockquote.thumbs-up:before {
  content: "\f27d";
  position: absolute;
  color: #2f8ea6;
  font-size: 24px;
  left: 38px;
  top: 28px;
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
blockquote.thumbs-up p {
  padding: 0;
}

.aligncenter img {
  margin: 0 auto;
  display: block;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
