@charset "UTF-8";
* {
  outline: none;
}

body {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  color: #1a1a1a;
}

a {
  transition-timing-function: ease-in-out;
  transition-duration: 100ms;
  transition-property: color, border-color, background-color;
  color: #222;
}
a:hover {
  color: #e21313;
  text-decoration: none;
}
a:focus {
  color: #e21313;
  text-decoration: none;
}

img {
  max-width: 100%;
}
img ~ em {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

em > img {
  margin-bottom: 0.5rem;
}

figure {
  margin-bottom: 15px;
}
figure > img {
  margin-bottom: 0.5rem;
}
figure > figcaption {
  text-align: center;
  font-style: italic;
}

button {
  font-family: "Playfair Display", sans-serif;
  font-size: 0.9rem;
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
}
button:active {
  outline: none !important;
  box-shadow: none !important;
}

input {
  font-family: "Playfair Display", sans-serif;
  font-size: 0.9rem;
}
input:focus {
  outline: none !important;
  box-shadow: none !important;
}
input:active {
  outline: none !important;
  box-shadow: none !important;
}

select {
  font-family: "Playfair Display", sans-serif;
  font-size: 0.9rem;
}
select:focus {
  outline: none !important;
  box-shadow: none !important;
}
select:active {
  outline: none !important;
  box-shadow: none !important;
}

textarea {
  font-family: "Playfair Display", sans-serif;
  font-size: 0.9rem;
}
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
textarea:active {
  outline: none !important;
  box-shadow: none !important;
}

h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 700;
}

h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 700;
}

h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 700;
}

h4 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 700;
}

h5 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 700;
}

h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 700;
}

th {
  padding: 10px;
}

td {
  padding: 10px;
}

iframe {
  display: block;
}

video::-internal-media-controls-overlay-cast-button {
  display: none;
}

.no-touch::-webkit-scrollbar {
  width: 12px;
}
.no-touch::-webkit-scrollbar:horizontal {
  height: 12px;
  visibility: hidden;
}
.no-touch::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ecf0f1;
}
.no-touch::-webkit-scrollbar-thumb {
  background: #c2c2c2;
}
.no-touch::-webkit-scrollbar-thumb:window-inactive {
  background: #cfcfcf;
}
.no-touch .modal::-webkit-scrollbar {
  width: 12px;
}

.sticky {
  position: sticky;
  top: 1rem;
}

.block-columns {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  orphans: 1;
  widows: 1;
}
.block-columns .column {
  display: inline-block;
  width: 100%;
}

.block-columns.column-3 {
  -moz-column-count: 3;
  column-count: 3;
}

.block-columns.column-4 {
  -moz-column-count: 4;
  column-count: 4;
}

.block-border-top {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}

.block-border-bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767.9px) {
  .block-border-bottom {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
}

.block-border-left,
.block-border-right {
  position: relative;
}
.block-border-left::before,
.block-border-right::before {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
@media (max-width: 767.9px) {
  .block-border-left,
  .block-border-right {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

.block-border-left {
  border-left: 1px solid #ddd;
}

.block-border-right {
  border-right: 1px solid #ddd;
}

@media (max-width: 767.9px) {
  .block-border-left,
  .block-border-right {
    border: none;
  }
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #e21313;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #e21313;
}

.owl-carousel {
  overflow: hidden;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
  top: 50%;
  width: 30px;
  height: 60px;
  background-color: rgba(50, 50, 50, 0.5);
  overflow: hidden;
  padding: 0;
  margin: -35px 0 0 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ccc;
}
.owl-carousel .owl-controls .owl-nav .owl-prev::before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 1.8rem;
  line-height: 60px;
  display: block;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: rgba(252, 1, 1, 0.445);
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  left: -60px;
  top: 50%;
  width: 30px;
  height: 60px;
  background-color: rgba(50, 50, 50, 0.5);
  overflow: hidden;
  padding: 0;
  margin: -35px 0 0 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ccc;
  left: auto;
  right: -60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.owl-carousel .owl-controls .owl-nav .owl-next::before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 1.8rem;
  line-height: 60px;
  display: block;
  content: "\f105";
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  color: #fff;
  background-color: rgba(252, 1, 1, 0.445);
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
  right: 0;
}

.mCSB_inside > .mCSB_container {
  margin-right: 6px;
}

.mCSB_scrollTools {
  width: 6px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgb(210, 0, 1) !important;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgb(210, 0, 1) !important;
  background-color: rgba(210, 0, 1, 0.85) !important;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgb(210, 0, 1) !important;
  background-color: rgba(210, 0, 1, 0.9) !important;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgb(210, 0, 1) !important;
  background-color: rgba(210, 0, 1, 0.9) !important;
}

.ui-datepicker {
  width: 14rem;
  background-color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
}
.ui-datepicker table {
  font-size: 0.8rem;
}
.ui-datepicker th {
  font-size: 0.9rem;
  font-weight: 700;
}
.ui-datepicker td a {
  width: 26px;
  height: 26px;
}
.ui-datepicker td span {
  width: 26px;
  height: 26px;
}
.ui-datepicker td a.ui-state-active {
  background-color: #e21313 !important;
  font-weight: 700;
}
.ui-datepicker td span.ui-state-active {
  background-color: #e21313 !important;
  font-weight: 700;
}

.ui-widget-header {
  font-size: 0.9rem;
  font-weight: 700;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1280px;
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .container {
    max-width: 1090px;
  }
}

.container-sm {
  max-width: 980px;
}

.col-left {
  flex: 1;
}

.col-right {
  width: calc(300px + 1.5rem);
}

.trunc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.trunc.trunc-2 {
  -webkit-line-clamp: 2;
}

.trunc.trunc-3 {
  -webkit-line-clamp: 3;
}

.trunc.trunc-4 {
  -webkit-line-clamp: 4;
}

.font-xs {
  font-size: 0.84rem;
}

.font-sm {
  font-size: 0.9rem;
}

.font-md {
  font-size: 1rem;
}

.meta {
  color: #666;
  margin-bottom: 10px;
}

.date {
  margin-right: 5px;
}

.views {
  margin-right: 5px;
}

.desc {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.font09 {
  font-size: 0.9rem;
  line-height: 1.1rem;
}

.font1 {
  font-size: 1rem;
  line-height: 1.2rem;
}

.font2 {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.font3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.news-marquee {
  overflow: hidden;
  display: flex;
  min-height: 24px;
}
.news-marquee .js-marquee {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.news-marquee a {
  white-space: nowrap;
}

.card {
  border-radius: 0;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex: 1;
}
.card .card-content {
  flex-direction: column;
  display: flex;
  flex: 1;
}
.card .card-body {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.card .card-body .card-desc ~ .card-meta {
  margin-bottom: 0;
}

.card-thumb {
  margin-bottom: 10px;
  position: relative;
  padding-top: 56.25%;
}
.card-thumb .card-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
}
.card-thumb .card-link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
  content: "";
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.card-thumb:hover .card-link::after {
  visibility: visible;
  opacity: 1;
}
.card-thumb.thumb60p {
  padding-top: 60%;
}
.card-thumb.thumb60p .card-img {
  height: 100%;
}
.card-thumb.thumb916 {
  aspect-ratio: 9/16;
}
.card-thumb.thumb916 .card-img {
  height: 100%;
}
.card-thumb.thumb-full {
  padding-top: 0;
}
.card-thumb.thumb-full .card-link {
  position: relative;
}

.card-img {
  border-radius: 0;
  flex: none;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.card-img-bottom {
  border-radius: 0;
  flex: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}

.card-icon.video-icon {
  background-image: url("../img/video_icon.png");
}

.small-icon .ard-overlay {
  padding: 0.3rem;
}
.small-icon .card-icon {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}

.card-title {
  font-size: 1.2rem;
  line-height: 1.65rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.card-title a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.card-title .sub-title {
  font-size: 0.84rem;
  line-height: 1.1rem;
  color: #999;
  display: block;
}
.card-title:not(.category) .icon {
  font-size: 0.85rem;
  width: 20px;
  height: 20px;
  line-height: 1;
  color: #d20001;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
  vertical-align: middle;
}
.card-title:not(.category) .icon.icon-text {
  font-size: 11px;
  background-color: #d20001;
  padding: 2px 5px;
  border-radius: 3px;
  width: auto;
  height: auto;
  color: #fff;
  line-height: 12px;
}

.card-title.small-title {
  font-size: 0.9rem;
  line-height: 1.15rem;
}

.card-title.medium-title {
  font-size: 1rem;
  line-height: 1.25rem;
}

.card-meta {
  font-size: 0.9rem;
  margin-bottom: 10px;
  color: #999;
}
.card-meta > * {
  margin-right: 5px;
}

.card-body {
  padding: 0;
}

.card-desc {
  margin-bottom: 10px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.card-desc a {
  color: #666;
}
.card-desc a:hover {
  color: #666;
}
.card-desc a:active {
  color: #666;
}
.card-desc a:focus {
  color: #666;
}

.card-style-less ~ .card-style-less {
  margin-top: 15px;
}
.card-style-less:first-child {
  padding-top: 0;
}
.card-style-less .card-title {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.card-style-less .card-title ~ .card-desc {
  margin-top: 0.5rem;
}
.card-style-less .card-title ~ .card-category {
  margin-top: 0.5rem;
}
.card-style-less .card-desc ~ .card-category {
  margin-top: 0.5rem;
}
.card-style-less .card-body {
  padding: 0;
}
.card-style-less.has-dot .card-title a {
  position: relative;
  padding-left: 15px;
}
.card-style-less.has-dot .card-title a::before {
  content: "•";
  font-size: 1rem;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.card-style-horizontal {
  display: flex;
}
.card-style-horizontal .card-title a {
  display: inline-flex;
}
.card-style-horizontal .card-body {
  display: flex;
  flex-direction: column;
}
.card-style-horizontal .card-thumb {
  margin-bottom: 0;
}

.card.thumb-less .card-thumb {
  margin: 0;
}

.card.title-less .card-title {
  margin: 0;
}

.card.body-less .card-body {
  margin: 0;
}

.card-border-bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.card.card-bg {
  background-color: #fff;
  padding-top: 0;
}
.card.card-bg .card-body {
  padding: 0 10px;
}
.card.card-bg .card-meta {
  padding-bottom: 10px;
}

.card.card-bg.card-style-horizontal {
  margin-bottom: 1rem;
}
.card.card-bg.card-style-horizontal .card-thumb {
  margin-bottom: 0;
  padding-bottom: 0;
}
.card.card-bg.card-style-horizontal .card-meta {
  margin-bottom: 0;
  padding-bottom: 0;
}
.card.card-bg.card-style-horizontal .card-body {
  padding: 10px 0;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  border-color: #e21313;
  outline: 0;
  box-shadow: none;
}

.counter {
  color: #c60404;
  font-weight: normal;
}

.balance {
  display: flex;
  flex-wrap: wrap;
}

.navbar {
  border: 0;
}

.navbar_top .nav {
  float: right;
  margin: 0;
}
.navbar_top .sitelogo {
  margin: 0;
  line-height: 1;
}
.navbar_top li {
  display: inline-block;
}
.navbar_top li a {
  color: #959595;
  border-right: 1px solid #959595;
  line-height: 30px;
  padding: 15px;
}
.navbar_top li:last-child a {
  border: none;
}

.navbar-brand {
  height: auto;
  padding: 10px 0;
}
.navbar-brand img {
  max-height: 100%;
}

.logo_container {
  color: #fff;
  display: none;
}

.logo_text {
  padding: 10px 0;
}

.news-star-list .card ~ .card {
  margin-top: 15px;
}
.news-star-list .card .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  display: block;
  margin-bottom: 0;
  background-image: url(../img/icon_star.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 7px 7px;
}
@media (max-width: 767.9px) {
  .news-star-list .card .card-title {
    font-size: 1.1rem;
    line-height: 1.35;
  }
}

header {
  position: relative;
  z-index: 2;
}
header > div {
  z-index: 2;
}
header .button {
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #919191;
  display: inline-block;
  cursor: pointer;
  color: #e21313;
  font-family: Playfair Display;
  font-size: 0.9rem;
  padding: 3px 15px;
  text-decoration: none;
  font-weight: 700;
  margin-left: 3px;
}
header .button:active {
  position: relative;
  top: 1px;
}

.notify-icon {
  position: relative;
  color: #fff;
}
.notify-icon .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 8px;
  height: 8px;
  padding: 0;
  line-height: 18px;
  background-color: #fff;
  color: #fff;
  border-radius: 10px;
  display: none;
}

.notify-icon.has-notify .badge {
  display: block;
  font-size: 0;
}

.header-topbar {
  padding: 8px 0;
  font-size: 0.9rem;
  background-color: #e40001;
  color: #fff;
}
.header-topbar a {
  color: #fff;
}
.header-topbar .contact-ads a {
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  background: rgb(131, 58, 180);
  background: linear-gradient(90deg, rgb(131, 58, 180) 0%, rgb(253, 29, 29) 50%, rgb(252, 176, 69) 100%);
}
.header-topbar .contact-ads::after {
  color: #fff;
  display: inline-block;
  content: "|";
  padding: 0 15px;
}
.header-topbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
}
.header-topbar .topbar-left img {
  height: 25px;
}
.header-topbar .topbar-left a ~ a {
  margin-left: 5px;
}
.header-topbar .topbar-center img {
  height: 22px;
}
.header-topbar .topbar-center a ~ a {
  margin-left: 5px;
}
.header-topbar .topbar-right {
  display: flex;
  align-items: center;
}
.header-topbar .topbar-right img {
  height: 18px;
  margin: 0 3px;
}
.header-topbar .topbar-right .group a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 0.8rem;
}
.header-topbar .topbar-right .callus {
  display: flex;
  align-items: center;
}
.header-topbar .topbar-right .callus img {
  height: 12px;
}
.header-topbar .topbar-right .callus a ~ a::before {
  color: #fff;
  display: inline-block;
  content: "|";
  padding: 0 5px;
}
.header-topbar .auth {
  margin-right: 10px;
}
.header-topbar .auth a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-topbar .auth a:after.media:not(:last-child) {
  color: #919191;
  display: inline-block;
  content: "|";
  padding: 0 15px;
}
.header-topbar .auth .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  line-height: 28px;
  font-size: 1rem;
}
.header-topbar .socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-topbar .language {
  margin-right: 0.5rem;
}
.header-topbar .language button {
  color: #666;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: transparent;
  padding: 0 0.3rem;
  line-height: 1.8rem;
  font-size: 0.84rem;
}
.header-topbar .language .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
.header-topbar .language .dropdown-menu .dropdown-item {
  font-size: 0.8rem;
}
.header-topbar .search-form {
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 10px;
}
.header-topbar .search-form input,
.header-topbar .search-form button {
  background-color: transparent;
  border: none;
}
.header-topbar .search-form form {
  display: flex;
  align-items: center;
}
.header-topbar .search-form .search-input {
  width: 180px;
  height: 25px;
  font-size: 0.8rem;
  padding: 0 10px;
  color: #fff;
}
.header-topbar .search-form .search-input::-moz-placeholder {
  color: #fff;
}
.header-topbar .search-form .search-input::placeholder {
  color: #fff;
}
.header-topbar .search-form .search-btn {
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_search.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-topbar .search-form {
    width: 100px;
    height: 24px;
  }
  .header-topbar .topbar-center img {
    height: 18px;
  }
}

.header-sticky {
  padding-top: 45px;
}

.header-middle {
  background-image: url(../img/header_bg.jpg);
  background-size: cover;
  padding: 10px 0;
}
.header-middle .content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header-middle .content ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.header-middle .content ul li {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-middle .content ul li a {
  text-align: center;
  padding: 20px 20px;
  color: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  height: 100%;
  line-height: 24px;
}
.header-middle .content ul li:nth-child(odd) a {
  background-color: rgba(0, 0, 0, 0.1);
}
.header-middle .content ul li .icon {
  font-size: 1.2rem;
  color: #fff;
}
.header-middle .content ul li .text {
  display: block;
  text-transform: capitalize;
  margin-top: 5px;
}
.header-middle .content ul li a.active {
  background-color: #f2f2f2;
  color: #e21313;
}
.header-middle .content ul li a.active i {
  color: #e21313;
}
.header-middle .content ul li a.show {
  background-color: #fff;
  color: #1b1b11;
}
.header-middle .content ul li a.show i {
  color: #e21313;
}
.header-middle .content ul li a.show .notify-icon.has-notify .badge {
  background-color: #e21313;
  color: #fff;
}
.header-middle .content-left {
  position: relative;
  display: flex;
  align-items: center;
}
.header-middle .content-left .current-date {
  color: #888;
}
.header-middle .content-center {
  display: flex;
  align-items: center;
}
.header-middle .content-center .logo {
  margin: 30px 0 0 0;
}
.header-middle .content-center .logo img {
  max-width: 420px;
}
.header-middle .content-center .logo.logo_new_year img {
  max-width: 100%;
  max-height: 110px;
}
.header-middle .content-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-middle .content-right .weather {
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .header-middle .content-center .logo {
    margin: 10px 0 0 0;
  }
  .header-middle .content-center .logo img {
    max-width: 350px;
  }
}
@media (max-width: 767.9px) {
  .header-middle {
    background: none;
    background-color: #fff;
  }
  .header-middle .content-center .logo {
    margin: 0 0 0 5px;
  }
}

.header-subcontent {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.header-subcontent .block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
  z-index: 1;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  visibility: hidden;
}
.header-subcontent h2 {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  margin-top: 10px;
}
.header-subcontent .block-content {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 0;
}
.header-subcontent .block-more {
  margin-bottom: 0.7rem;
}
.header-subcontent .hide-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: transparent;
  border: 0 solid #d0d0d0;
  color: #d0d0d0;
  font-size: 1.2rem;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-subcontent .bar {
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}
.header-subcontent .block-utility {
  border-radius: 5px;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 1.2rem;
  color: #4b4b4b;
  border: 1px solid #eee;
  background-color: #f1f1f1;
  font-size: 0.9rem;
  transition: background-color 0.2s ease-in-out;
}
.header-subcontent .block-utility:last-child {
  margin-right: 0;
}
.header-subcontent .block-utility i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #e21313;
}
.header-subcontent .block-utility:hover {
  background-color: #e21313;
  color: #eee;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header-subcontent .block-utility:hover i {
  color: #fff;
}
.header-subcontent .search-form {
  border-radius: 5px;
  background-color: #efefef;
  margin: 0.5rem 1rem;
  padding: 5px;
}
.header-subcontent .search-form form {
  display: flex;
}
.header-subcontent .search-form .search-btn {
  border: none;
  background: none;
  width: 34px;
  padding: 0;
}
.header-subcontent .search-form .search-btn img {
  width: 26px;
}
.header-subcontent .search-form .search-input {
  flex: 1 1 auto;
  background-color: transparent;
  border: none;
}

.header-subcontent.show .block {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
}
.header-subcontent.show .hide-button i {
  color: #e21313;
}

.header-subcontent.sub-utilities .block-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 2rem 0;
}

.header-search-form {
  display: flex;
  flex: 1;
  padding: 1rem 0;
}
.header-search-form button {
  color: #fff;
  background-color: #d20001;
}
.header-search-form button:hover {
  color: #fff;
  background-color: #ad0303;
}
.header-search-form button:active {
  background-color: #920303;
}
.header-search-form button:focus {
  background-color: #920303;
}

.header-weather {
  color: #666;
  font-size: 0.9rem;
}
.header-weather .wname {
  color: #43b1e5;
}

.header-news img {
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
.header-news .scroll-items .item {
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
}

.header-video .header-topbar {
  padding: 0;
}
.header-video .header-topbar .logo {
  margin: 0;
}
.header-video .header-topbar .logo img {
  height: 50px;
}
.header-video .topbar-center img {
  height: 20px;
}
.header-video .topbar-left img {
  height: 22px;
}

.header-infographic .btnback {
  border: 0px;
  background: #dc3545;
  border: 0;
  color: #fff;
  font-family: Arial;
  font-weight: normal;
  font-size: 1rem;
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 2;
  padding: 5px 5px;
}
.header-infographic .btnback:hover {
  outline: none;
  border: 0;
  background-color: #fff;
  color: #dc3545;
  text-decoration: none;
}
.header-infographic .btnback:focus {
  outline: none;
  border: 0;
  background-color: #fff;
  color: #dc3545;
  text-decoration: none;
}

.mobile-control {
  width: 40px;
  height: 32px;
  background: none;
  border: none;
  color: #1a1a1a;
  border-radius: 5px;
  position: relative;
  border: 0px solid rgba(255, 255, 255, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.3rem;
}
.mobile-control:hover {
  color: #f1f1f1;
}
.mobile-control:active {
  color: #f1f1f1;
  outline: none;
}
.mobile-control .text {
  display: none;
}
.mobile-control .fa {
  font-size: 1.3rem;
}
.mobile-control:focus {
  outline: none;
}
.mobile-control img {
  width: 28px;
}

.sidebar-toggle .line {
  height: 2px;
  width: 24px;
  display: block;
  margin-bottom: 6px;
  background: #222;
  transition: all 0.4s ease 0s;
  transform: rotate(0deg);
  transform-origin: center center;
  z-index: 11;
}
.sidebar-toggle .line:last-child {
  margin-bottom: 0px;
}

.header_menu {
  transition: all 0.3s ease;
  background: #e21313;
  color: #fff;
}
.header_menu .navbar {
  min-height: auto;
}
.header_menu .navbar-nav li {
  display: inline-block;
  line-height: 100%;
}
.header_menu .navbar-nav li .nav-sub {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  margin: 0;
  padding: 10px 0;
  width: 200px;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(55, 55, 55, 0.5);
  transform: translateY(20px);
  transition: transform 0.2s ease;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.header_menu .navbar-nav li .nav-sub li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.header_menu .navbar-nav li .nav-sub li:hover > a {
  color: #fff;
  background: #e21313;
}
.header_menu .navbar-nav li .nav-sub a {
  color: #333;
  line-height: 18px;
  display: block;
  padding: 7px 10px;
  font-size: 15px;
}
.header_menu .navbar-nav li .nav-sub a:hover {
  color: #fff;
  background: #e21313;
}
.header_menu .navbar-nav li .nav-sub a:focus {
  color: #fff;
  background: #e21313;
}
.header_menu .navbar-nav li .nav-sub .nav-sub {
  top: 0;
  left: 200px;
}
.header_menu .navbar-nav li:last-child .nav-sub {
  left: auto;
  right: 0;
}
.header_menu .navbar-nav li:hover > .nav-sub {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.header_menu .navbar-nav li:hover > a {
  color: #fff;
  background-color: #dc0e0e;
  text-decoration: underline;
  text-decoration: none;
}
.header_menu .navbar-nav li:first-child {
  background: none;
}
.header_menu .navbar-nav li:first-child a {
  padding-left: 0;
}
.header_menu .navbar-nav a {
  padding: 10px;
  color: #fff;
  font-size: 16px;
}
.header_menu .navbar-nav a:hover {
  color: #fff;
  background-color: #dc0e0e;
  text-decoration: underline;
  text-decoration: none;
}
.header_menu .navbar-nav a:focus {
  color: #fff;
  background-color: #dc0e0e;
  text-decoration: underline;
  text-decoration: none;
}
.header_menu .navbar-nav li.active > a {
  color: #fff;
  background-color: #dc0e0e;
  text-decoration: underline;
  text-decoration: none;
}
.header_menu .navbar-nav .nav-sub li:first-child a {
  color: #333;
  line-height: 18px;
  display: block;
  padding: 7px 10px;
  font-size: 15px;
}

.header_menu.header_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.7);
}

.header_submenu {
  padding-top: 15px;
}

.current_datetime {
  display: inline-block;
  line-height: 24px;
}

.icon_menu {
  float: right;
  height: 25px;
  color: #1a1a1a;
  background: #e1e1e1;
  line-height: 24px;
  margin-left: 10px;
  padding-right: 10px;
}
.icon_menu i {
  background: #e21313;
  padding: 5px 7px;
  color: #fff;
  margin-right: 5px;
}

.menu-bars {
  width: 22px;
  height: 22px;
  position: relative;
  margin: 0px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu-bars span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #666;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-bars span:nth-child(1) {
  top: 3px;
  transform-origin: left center;
}
.menu-bars span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}
.menu-bars span:nth-child(3) {
  top: 15px;
  transform-origin: left center;
}

.menu-bars.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 3px;
  left: 3px;
}
.menu-bars.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu-bars.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
  left: 3px;
}

.rss_index i {
  background: #e21313;
  padding: 5px 7px;
  color: #fff;
  margin-right: 5px;
}

.epaper i {
  background: #e21313;
  padding: 5px 7px;
  color: #fff;
  margin-right: 5px;
}

.mobile_icon {
  float: right;
  margin-left: 5px;
}
.mobile_icon button {
  background: none;
  color: #e21313;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  border: none;
  width: 50px;
}

.breadcrumb {
  background: none;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  align-items: center;
}
.breadcrumb li {
  float: none;
  display: flex;
}
.breadcrumb li a {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
}
.breadcrumb li ~ li a::after {
  content: "/";
  font-size: 1rem;
  padding: 0 5px;
}
.breadcrumb li span {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 700;
  color: #333;
  display: inline-block;
}
.breadcrumb li.active a {
  color: #e21313;
  font-weight: 700;
}
.breadcrumb li:first-child {
  margin-right: 10px;
}
.breadcrumb li:first-child a {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.6;
  color: #1a1a1a;
  display: inline-block;
}
.breadcrumb li:first-child a:hover {
  text-decoration: none;
}
.breadcrumb li:first-child a::before {
  height: 3px;
  width: 100px;
  max-width: 50%;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  background-color: #e21313;
}
.breadcrumb li:last-child a::after {
  display: none;
}
@media (min-width: 991px) {
  .breadcrumb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.9px) {
  .breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .breadcrumb li {
    margin-bottom: 0.35rem;
  }
  .breadcrumb li:first-child {
    flex: 0 0 100%;
    margin: 0 0 1rem 0;
  }
}

.breadcrumb-scroll-nav .navbar-nav {
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  margin: 0;
}
.breadcrumb-scroll-nav a {
  color: #fff;
}

.breadcrumb-main h2 {
  margin-bottom: 9;
}

.block-bg-dark {
  background-color: #1a1a1a;
}

.block-bg-gray {
  background-color: #f7f7f7;
}

.block-space-top {
  margin-top: 1rem;
}

.block .block-head {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.block .block-title {
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
  flex: 0 0 auto;
}
.block .block-title a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0;
}
.block .block-title a::after {
  height: 3px;
  width: 100px;
  max-width: 50%;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  background-color: #e21313;
}
.block .block-title a.icon {
  padding-left: 40px;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 0 12px;
}
.block .block-title a.icon-video {
  background-image: url(../img/icon_video_2.png);
}
.block .block-title a.icon-live {
  background-image: url(../img/icon_radio.png);
}
.block .block-title a.icon-focus {
  background-image: url(../img/icon_highlight.png);
  background-size: auto 30px;
  background-position: 8px 15px;
  padding-left: 30px;
}
.block .block-title a.icon-focus::after {
  left: 30px;
}
.block .block-title a.icon-megastory {
  background-image: url(../img/icon_megastory_2.png);
}
.block .block-title .subcat-dropdown-menu {
  border-radius: 0;
  border-color: #343a40;
  margin-top: 0;
}
.block .block-title .subcat-dropdown-menu a {
  border: none;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  padding: 0.2rem 0.5rem;
}
.block .block-title .subcat-dropdown-menu a:hover {
  color: #e21313;
}
.block .block-title .subcat-dropdown-menu a::before {
  display: none;
}
.block .block-title.block-title-center {
  text-align: center;
}
.block .block-title.block-title-center a::after {
  left: 50%;
  margin-left: -50px;
}
.block .block-title.has-subcat {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.block .block-sub {
  margin-left: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.block .block-sub a {
  display: flex;
  align-items: center;
  color: #666;
}
.block .block-sub a ~ a {
  margin-left: 10px;
}
.block .block-sub a ~ a::before {
  content: "•";
  font-size: 1rem;
  margin-right: 5px;
}
.block .block-sub a:hover {
  color: #e21313;
}
@media (max-width: 767.9px) {
  .block .block-head {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 15px;
  }
  .block .block-title {
    font-size: 1.6rem;
  }
  .block .block-sub {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .block .block-sub a {
    white-space: nowrap;
  }
}

@media (max-width: 767.9px) {
  .block-style-2 .block-content-right .content-bottom {
    margin-top: 1rem;
  }
}

.block-style-3 .block-content-top .card-title {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .block-style-3 .block-content-top .card-title {
    font-size: 1.3rem;
  }
}

.block-style-4 .block-content-bottom .card ~ .card {
  margin-top: 15px;
}
.block-style-4 .block-content-bottom .card-title {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.block-style-5 .block-head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-style-5 .block-head::before {
  flex: 1;
  content: "";
  height: 30px;
  display: block;
  background: url(../img/icon_short_bg.png) no-repeat center center;
}
.block-style-5 .block-head::after {
  flex: 1;
  content: "";
  height: 30px;
  display: block;
  background: url(../img/icon_short_bg.png) no-repeat center center;
}
.block-style-5 .block-title {
  margin: 0 30px;
  font-size: 2rem;
  font-weight: 900;
}
.block-style-5 .block-title img {
  height: 40px;
  margin-right: 10px;
}
.block-style-5 .block-title a {
  color: #e21313;
}
.block-style-5 .block-title a::after {
  display: none;
}
.block-style-5 .card {
  background-image: url(../img/item_short_bg.jpg);
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  width: 260px;
  height: 370px;
}
.block-style-5 .card .card-label {
  margin: 0 auto;
  vertical-align: top;
  align-self: flex-start;
}
.block-style-5 .card .card-label img {
  width: auto;
  height: 30px;
}
.block-style-5 .card .card-social {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-style-5 .card .card-social a ~ a {
  margin-left: 5px;
}
.block-style-5 .card .card-social a img {
  width: auto;
  height: 30px;
}
.block-style-5 .card .card-icon {
  width: 50px;
  height: 50px;
}
.block-style-5 .card .card-thumb {
  margin: 0 20px;
}
.block-style-5 .card .card-link {
  border-radius: 8px;
  border: 1px solid #145e74;
  overflow: hidden;
}
.block-style-5 .card .card-title {
  font-size: 1rem;
  line-height: 1.4;
}
.block-style-5 .card .card-title a {
  color: #fff;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.block-style-5 .card .card-title a:hover {
  color: #e21313;
}
.block-style-5 .card .card-title.category a {
  font-size: 0.8rem;
  border: none;
  padding-left: 0;
}
.block-style-5 .card .card-body {
  padding: 20px;
}

.block-style-8 {
  background-image: url(../img/megastory_bg.jpg);
  background-size: cover;
  padding: 50px 0;
}
.block-style-8 .block-border-left {
  border-color: rgba(255, 255, 255, 0.3);
}
.block-style-8 .block-title {
  margin-bottom: 0;
}
.block-style-8 .block-title a {
  color: #fff;
}
.block-style-8 .icon {
  padding-left: 25px;
  background-size: auto 14px;
  background-position: left center;
  background-repeat: no-repeat;
}
.block-style-8 .icon.icon-longform {
  background-image: url(../img/icon_megastory.png);
}
.block-style-8 .icon.icon-infographic {
  background-image: url(../img/icon_infographic.png);
}
.block-style-8 .icon.icon-photo {
  background-image: url(../img/icon_image.png);
}
.block-style-8 .icon.icon-video {
  background-image: url(../img/icon_video.png);
}
.block-style-8 .icon.icon-podcast {
  background-image: url(../img/icon_podcast2.png);
}
.block-style-8 .block-sub {
  margin-left: auto;
  font-size: 1.2rem;
}
.block-style-8 .block-sub a {
  color: #fff;
}
.block-style-8 .block-sub a ~ a {
  margin-left: 15px;
}
.block-style-8 .block-sub a ~ a::before {
  display: none;
}
.block-style-8 .block-sub a.active {
  color: #e21313;
}
.block-style-8 .card-thumb .card-link {
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.block-style-8 .card-title a {
  color: #fff;
}
.block-style-8 .card-title.category {
  font-size: 0.9rem;
  line-height: 1.2;
}
.block-style-8 .card-title.category a {
  color: #d0d0d0;
}
.block-style-8 .block-content-left .card .card-body {
  justify-content: center;
}
.block-style-8 .block-content-left .card-title:not(.category) {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: right;
}
.block-style-8 .block-content-left .category {
  align-self: flex-end;
}
.block-style-8 .block-content-right .card ~ .card {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.block-style-8 .block-content-right .card-title:not(.category) {
  font-size: 1.1rem;
  line-height: 1.35;
}
.block-style-8 .row {
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .block-style-8 .block-content-right .card-title:not(.category) {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.9px) {
  .block-style-8 {
    padding: 30px 0;
  }
  .block-style-8 .block-title {
    font-size: 1.6rem;
  }
  .block-style-8 .block-head {
    flex-wrap: wrap;
  }
  .block-style-8 .block-sub {
    margin-top: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .block-style-8 .block-content-left {
    margin-bottom: 20px;
  }
  .block-style-8 .block-content-left .card-title:not(.category) {
    text-align: center;
  }
  .block-style-8 .block-content-left .card-title.category {
    align-self: center;
    margin-bottom: 0;
  }
  .block-style-8 .block-content-right .card-thumb {
    margin-bottom: 0;
  }
  .block-style-8 .block-content-right .card ~ .card {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .block-style-8 .block-content-right .card-title.category {
    margin-bottom: 0;
  }
}

.block-style-9 {
  padding: 35px 0;
}
.block-style-9 .block-border-left,
.block-style-9 .block-border-right {
  border-color: rgba(255, 255, 255, 0.2);
}
.block-style-9 .block-title a {
  color: #fff;
}
.block-style-9 .block-sub {
  font-size: 1.2rem;
}
.block-style-9 .block-sub a {
  color: #d0d0d0;
}
.block-style-9 .block-sub a ~ a::before {
  color: #d0d0d0;
}
.block-style-9 .card-thumb .card-link {
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.block-style-9 .card-title {
  font-size: 1.1rem;
  line-height: 1.35;
}
.block-style-9 .card-title a {
  color: #fff;
}
.block-style-9 .card-title.category {
  font-size: 0.9rem;
  line-height: 1.2;
}
.block-style-9 .card-title.category a {
  color: #d0d0d0;
}
.block-style-9 .card-desc {
  color: #ccc;
}
.block-style-9 .card-category a {
  color: #d0d0d0;
}
.block-style-9 .block-content {
  display: flex;
}
.block-style-9 .block-content-left {
  width: 400px;
}
.block-style-9 .block-content-left .card ~ .card {
  margin-top: 20px;
}
.block-style-9 .block-content-center {
  flex: 1;
  padding: 0 1rem;
  margin: 0 1rem;
}
.block-style-9 .block-content-center .card-title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 900;
}
.block-style-9 .block-content-right {
  width: 250px;
}
.block-style-9 .block-content-right .card-meta {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .block-style-9 .block-content .block-content-left {
    width: 300px;
  }
  .block-style-9 .block-content .block-content-right {
    width: 200px;
  }
}
@media (max-width: 767.9px) {
  .block-style-9 .block-content {
    flex-wrap: wrap;
  }
  .block-style-9 .block-content .block-content-left {
    width: 100%;
    padding: 0 0.625rem;
  }
  .block-style-9 .block-content .block-content-right {
    width: 100%;
  }
  .block-style-9 .block-content .block-content-center {
    flex: 1;
    padding: 0;
    margin: 0;
  }
}

.block-style-10 .card .card-body {
  position: relative;
}
.block-style-10 .card .card-body .card-label {
  position: absolute;
  top: -35px;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-left: -25px;
  border: 1px solid #ddd;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.block-style-10 .card .card-body .card-label img {
  width: 30px;
  height: 30px;
}
.block-style-10 .card .card-body .card-title {
  margin: 25px auto;
  text-align: center;
}
.block-style-10 .card:hover .card-body .card-label {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.block-style-11 .block-head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-style-11 .block-head::before {
  flex: 1;
  content: "";
  height: 30px;
  display: block;
  background: url(../img/icon_short_bg.png) no-repeat center center;
}
.block-style-11 .block-head::after {
  flex: 1;
  content: "";
  height: 30px;
  display: block;
  background: url(../img/icon_short_bg.png) no-repeat center center;
}
.block-style-11 .block-title {
  margin: 0 30px;
  font-size: 2rem;
  font-weight: 900;
}
.block-style-11 .block-title img {
  height: 40px;
  margin-right: 10px;
}
.block-style-11 .block-title a {
  color: #e21313;
}
.block-style-11 .block-title a::after {
  display: none;
}
.block-style-11 .card {
  width: 220px;
}
.block-style-11 .card .card-overlay {
  display: none;
}
.block-style-11 .card .card-thumb {
  padding-top: 177%;
  border-radius: 5px;
  overflow: hidden;
}
.block-style-11 .card .card-title {
  font-size: 1rem;
  line-height: 1.3;
}
.block-style-12 .block-head {
  margin-bottom: 0;
  overflow: hidden;
  flex: 1;
}
.block-style-12 .block-head .block-title {
  position: relative;
  text-transform: uppercase;
  padding-left: 30px;
}
.block-style-12 .block-head .block-title::before,
.block-style-12 .block-head .block-title:after {
  position: absolute;
  height: 11px;
  background: #e6eef6;
  content: "";
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.block-style-12 .block-head .block-title::before {
  left: 0px;
  width: 25px;
}
.block-style-12 .card-body {
  position: relative;
}
.block-style-12 .card-body .card-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 1.2rem;
  font-size: 1.1rem;
}
.block-style-12 .card-body .card-title a {
  color: #4a4a4a;
  height: 100%;
}
.block-style-12 .card-body .card-title a:hover {
  color: #e21313;
}
.block-style-12 .card-body .card-number {
  font-size: 6rem;
  font-style: italic;
  font-weight: 900;
  margin-left: auto;
  color: #c9c9c9;
  line-height: 1.3;
  transition: color 0.2s ease-in-out;
}
.block-style-12 .card-body:hover .card-number {
  color: #ffbaba;
}
@media (max-width: 767.9px) {
  .block-style-12 .card-body .card-title {
    padding-right: 3rem;
    padding-top: 0;
  }
  .block-style-12 .card-body .card-number {
    font-size: 5rem;
    margin-top: -10px;
  }
}

.block-entertainment {
  background-image: url(../img/entertainment_bg.jpg);
  background-size: cover;
}
.block-entertainment .card-category a {
  color: #097acd;
}

.block-popular-news {
  background-color: #00496c;
}
.block-popular-news .nav-tabs {
  width: 100%;
  border-bottom: 2px solid #e21313;
}
.block-popular-news .nav-tabs li {
  flex: 1 1 auto;
}
.block-popular-news .nav-tabs a {
  padding: 5px 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #d0d0d0;
  display: block;
}
.block-popular-news .nav-tabs a.active {
  background-color: #e21313;
  color: #fff;
}
.block-popular-news .tab-content ul {
  padding: 0;
  margin: 0;
}
.block-popular-news .tab-content ul li {
  padding: 0 15px;
}
.block-popular-news .tab-content ul li ~ li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  margin-top: 10px;
}
.block-popular-news .tab-content ul li:last-child {
  margin-bottom: 10px;
}
.block-popular-news .tab-content ul li a {
  color: #fff;
  display: flex;
  align-items: center;
}
.block-popular-news .tab-content ul li a:hover {
  color: #d0d0d0;
}
.block-popular-news .tab-content .number {
  font-size: 3rem;
  font-weight: 900;
  margin-right: 15px;
}

.block-hot-news .block-content .post-item {
  display: flex;
}
.block-hot-news .block-content .post-item ~ .post-item {
  margin-top: 15px;
}
.block-hot-news .block-content .post-item .post-image {
  padding-right: 15px;
  flex: 0 0 100px;
}
.block-hot-news .block-content .post-item .post-image img {
  width: 100px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-hot-news .block-content .post-item .post-title {
  font-size: 1rem;
  font-weight: 500;
}

.block-video-shorts .block-content {
  border-radius: 8px;
  overflow: hidden;
  background-image: url(../img/megastory_bg.jpg);
  background-size: cover;
  background-position: 30% 100%;
  background-size: 100% 100%;
  padding: 10px;
}
.block-video-shorts .block-content .card ~ .card {
  margin-top: 15px;
}
.block-video-shorts .block-content .card-thumb .card-link {
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.block-video-shorts .block-content .card-title {
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 500;
}
.block-video-shorts .block-content .card-title a {
  color: #fff;
}
.block-video-shorts .block-content .card-title a:hover {
  color: #d0d0d0;
}
.block-video-shorts .block-content .card-icon {
  width: 40px;
  height: 40px;
}

.block-epaper {
  background-image: url(../img/epaer_bg.jpg);
  background-size: cover;
  height: 100%;
}

.block-local-news {
  background-image: url(../img/bg2.jpg);
  background-size: cover;
  min-height: 605px;
}
.block-local-news .card-link {
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.block-local-news .card-desc {
  color: #444;
}
.block-local-news .block-border-bottom {
  border-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 1280px) {
  .block-local-news {
    min-height: 0;
  }
}
@media (max-width: 767.9px) {
  .block-local-news {
    min-height: 0;
  }
}

.block-three-cols .block-style-4 .block-content-top .card .card-body {
  min-height: 110px;
}
@media (max-width: 767.9px) {
  .block-three-cols .block-style-4 .block-content-top .card .card-body {
    min-height: 0;
  }
}

.block-event {
  margin-bottom: 10px;
}
.block-event .block-content .content {
  padding: 0.5rem 0px;
}
.block-event .block-content .content:last-child {
  border-bottom: unset;
}
.block-event .block-content .stt {
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #da0000;
  padding: 4px 10px;
  border-radius: 25px;
}
.block-event .block-content .item {
  display: flex;
}
.block-event .block-content .item .left-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-event .block-content .item .right-block {
  flex: 1 1 auto;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.block-event .block-content .item .right-block .card {
  margin-bottom: 0px;
}
.block-event .block-content .item .right-block .card .card-title {
  font-size: 0.9rem;
  margin-bottom: 0px;
}
.block-event .card {
  border-color: transparent;
}

.main {
  position: relative;
}

.main-two-column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.main-two-column .column-left {
  padding-right: 0;
  width: calc(100% - 300px);
}
.main-two-column .column-right {
  flex: 0 0 300px;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .main-two-column .column-left {
    width: calc(100% - 280px);
  }
  .main-two-column .column-right {
    flex: 0 0 280px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main-two-column .column-left {
    width: calc(100% - 200px);
  }
  .main-two-column .column-right {
    flex: 0 0 200px;
  }
}
@media (max-width: 767.9px) {
  .main-two-column {
    flex-wrap: wrap;
  }
  .main-two-column .column-left {
    padding-right: 0;
    flex: 0 0 100%;
    width: 100%;
  }
  .main-two-column .column-right {
    flex: 0 0 100%;
  }
}

.main-category .main-two-column .column-left .first .card-title {
  font-size: 1.8rem;
  line-height: 1.4;
}
.main-category .main-two-column .column-left .first .card-style-horizontal .card-title {
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 700;
}
.main-category .main-two-column .column-left .second .card {
  margin-bottom: 1rem;
}
.main-category .main-two-column .column-left .third .card-title {
  font-size: 1.3rem;
}
.main-category.category-style-2 .card-style-horizontal .card-thumb {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: 25px;
  padding: 0;
}
.main-category.category-style-2 .card-style-horizontal .card-thumb img {
  width: 100%;
  height: 100%;
}
.main-category.category-style-2 .card-style-horizontal .card-thumb a::after {
  width: 100%;
  height: 100%;
}
.main-category.category-style-2 .third .card:first-child {
  background-color: #f5f5f5;
  padding: 40px 10px;
  border-radius: 3px;
  border-bottom: solid 1px #da0000;
}
.main-category.category-style-2 .third .card:first-child .card-thumb {
  width: 120px;
  height: 120px;
  margin-right: 0;
}
.main-category.category-style-2 .third .card:first-child .card-title {
  font-size: 1.8rem;
  line-height: 2rem;
}
.main-category.category-style-2 .third .card:first-child .card-desc {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .main-category .main-two-column .column-left .first .card-style-horizontal .card-title {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .main-category .main-two-column .column-left .first .primary {
    margin-bottom: 1rem;
  }
  .main-category .main-two-column .column-left .third .card-title {
    font-size: 1.2rem;
  }
}

.subcat-dropdown::after {
  margin-left: 0;
}

.block-scrollable {
  min-height: 500px;
}
.block-scrollable .card .card-title {
  font-weight: 700;
}

.breadcrumb_rss .breadcrumb {
  padding-right: 44px;
  position: relative;
}
.breadcrumb_rss .rss_link {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 44px;
  height: 20px;
}

.socials {
  display: flex;
}
.socials a {
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  line-height: 26px;
  font-size: 1rem;
  margin-left: 5px;
  margin-bottom: 0;
  border: 1px solid #fff;
}
.socials a:hover {
  transition: all 0.3s;
  background-color: #d20001;
  color: #fff;
}
.socials .zalo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials .zalo i {
  background-image: url("../img/zalo_text_icon_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.block-mid {
  background-color: #f2f2f2;
}
.block-mid ~ .block-mid {
  margin-top: 2rem;
}
.block-mid .card .card-content .row > [class*=col-]:last-child {
  padding-left: 0;
}
.block-mid .card:not(:last-child) .card-content {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.block-mid .block-title {
  padding-left: 10px;
}
.block-mid .block-content {
  padding: 0 10px 10px 10px;
}
.block-mid .card-title {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.block-mid .card-meta {
  margin-bottom: 0;
}

.block-trending .block-content {
  display: flex;
  align-items: center;
}
.block-trending .latest-news {
  flex: 0 0 130px;
  margin-right: 15px;
}
.block-trending .latest-news img {
  height: 30px;
}
.block-trending .trending {
  overflow: hidden;
  margin-right: 15px;
}
.block-trending .trending .trend-content {
  display: flex;
  align-items: center;
}
.block-trending .trending .trend-content a {
  border-radius: 25px;
  background-color: #e8e8e8;
  padding: 3px 10px;
  white-space: nowrap;
  text-transform: uppercase;
}
.block-trending .trending .trend-content a ~ a {
  margin-left: 15px;
}
.block-trending .trending .trend-content .trending-head {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 1.1rem;
  margin-right: 15px;
  width: 130px;
}
.block-trending .trending .trend-content .trending-head img {
  height: 24px;
  margin-right: 5px;
}
.block-trending .trending .trend-content .trending-list {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
}
.block-trending .trending .trend-content .trending-list::-webkit-scrollbar {
  display: none;
}
.block-trending .trending .trend-content .trending-list .owl-stage .owl-item:first-child a {
  background-color: #1c954b;
  color: #fff;
}
.block-trending .support {
  flex: 0 0 auto;
  margin-left: auto;
  border: 1px solid #e21313;
  border-radius: 25px;
  display: flex;
  align-items: center;
}
.block-trending .support a {
  padding: 3px 10px;
  display: flex;
  align-items: center;
}
.block-trending .support a img {
  height: 16px;
  margin-right: 5px;
}
.block-trending .support a ~ a {
  border-left: 1px solid #e21313;
}
@media (max-width: 767.9px) {
  .block-trending .block-content {
    flex-wrap: wrap;
  }
  .block-trending .support {
    margin: 0 auto;
    font-size: 0.9rem;
  }
  .block-trending .latest-news {
    flex: 0 0 auto;
    margin: 0 auto;
  }
  .block-trending .latest-news img {
    height: 24px;
  }
  .block-trending .trending {
    flex: 0 0 100%;
  }
  .block-trending .trending .trend-content {
    margin: 15px auto;
  }
  .block-trending .trending .trend-content .trending-head {
    margin-bottom: 0;
    margin-right: 5px;
    width: auto;
  }
}

.multimedia {
  color: #ccc;
  padding: 2rem 0;
}
.multimedia .block .block-title {
  border-color: #222;
}
.multimedia .block .block-title a {
  color: #fff;
}
.multimedia .block ~ .block .block-title {
  margin-top: 10px;
}
.multimedia .card {
  margin-bottom: 1rem;
}
.multimedia .card-body {
  padding: 0 10px;
}
.multimedia .content-left {
  align-self: stretch;
}
.multimedia .content-left .block {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex-grow: 1;
}
.multimedia .content-left .block .card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.multimedia .content-left .card-title {
  font-size: 1.6rem;
  line-height: 2rem;
}
.multimedia .content-left .card-desc {
  margin-bottom: 0 10px;
}
.multimedia .content-left .card-body {
  padding: 0 10px;
}
.multimedia .content-right .block ~ .block {
  margin-top: 1rem;
}

.mix-media .block {
  display: inline-block;
  width: 100%;
}
.mix-media .hot-news {
  height: 100%;
}
.mix-media .hot-news .block-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mix-media .hot-news .card ~ .card {
  margin-top: 20px;
}

.top-news {
  height: 100%;
}
.top-news .top-news-row {
  display: flex;
}
.top-news .top-news-row .top-news-left {
  flex: 0 1 25%;
  flex-grow: 1;
  min-width: 25%;
}
.top-news .top-news-row .top-news-center {
  flex: 0 2 55%;
  flex-grow: 2;
  min-width: 53%;
}
.top-news .top-news-row .top-news-right {
  flex: 0 1 22%;
}
.top-news .focus-news .card .card-title a {
  color: #666;
}
.top-news .focus-news .card.card-style-less .card-title {
  font-weight: 500;
}
.top-news .pin-news {
  padding: 0 10px;
  margin: 0 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.top-news .pin-news .pin-news-top .card {
  margin-bottom: 0;
}
.top-news .pin-news .pin-news-top .card .card-thumb {
  margin-bottom: 15px;
}
.top-news .pin-news .pin-news-top .card .card-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.top-news .pin-news .pin-news-top .card .card-desc {
  margin-bottom: 0;
}
.top-news .pin-news .pin-news-sub::before {
  content: "";
  height: 1px;
  width: 50%;
  margin: 30px auto;
  background-color: #ddd;
  display: block;
}
@media (min-width: 767.9px) and (max-width: 991px) {
  .top-news .pin-news {
    padding: 0;
    margin: 0;
    border: none;
  }
  .top-news .top-news-row {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-news .top-news-row .top-news-left {
    order: 2;
    flex: 0 1 49%;
  }
  .top-news .top-news-row .top-news-center {
    flex: 0 2 100%;
    order: 1;
  }
  .top-news .top-news-row .top-news-right {
    order: 3;
    flex: 0 1 49%;
  }
}
@media (max-width: 767.9px) {
  .top-news .first .card-title {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .top-news .third .card-title {
    font-size: 1.2rem;
  }
  .top-news .third .card-desc {
    display: none;
  }
  .top-news .pin-news {
    padding: 0;
    margin: 0 0 20px 0;
    border: 0;
  }
  .top-news .pin-news .pin-news-top .card .card-thumb {
    margin-bottom: 10px;
  }
  .top-news .pin-news .pin-news-top .card .card-body {
    padding: 0 3px;
  }
  .top-news .top-news-row {
    flex-direction: column;
  }
  .top-news .top-news-row .top-news-left {
    margin-bottom: 30px;
    flex: 1;
    order: 2;
  }
  .top-news .top-news-row .top-news-left .card-title {
    font-size: 1.1rem;
    line-height: 1.35;
  }
  .top-news .top-news-row .top-news-left .card-title a {
    color: #1a1a1a;
  }
  .top-news .top-news-row .top-news-left .card {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
  }
  .top-news .top-news-row .top-news-center {
    flex: 1;
    order: 1;
  }
  .top-news .top-news-row .top-news-right {
    order: 3;
    flex: 1;
  }
  .top-news .pin-news {
    border: none;
    padding: 0;
    margin: 0 0 30px 0;
  }
}

.box-multi-tab .box-content {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fcf5d8;
  padding: 10px 15px;
}
.box-multi-tab .box-content .nav-tabs {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
.box-multi-tab .box-content .nav-tabs::before {
  background-image: url(../img/icon_star.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
}
.box-multi-tab .box-content .nav-tabs .nav-item .nav-link {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: none;
  position: relative;
}
.box-multi-tab .box-content .nav-tabs .nav-item .nav-link.active {
  color: #d20001;
}
.box-multi-tab .box-content .nav-tabs .nav-item .nav-link.active::before {
  display: block;
  height: 3px;
  width: 50%;
  position: absolute;
  bottom: -1px;
  left: 25%;
  content: "";
  background-color: #d20001;
}
.box-multi-tab .box-content .tab-pane {
  min-height: 215px;
}
.box-multi-tab .box-content .row {
  flex-wrap: wrap;
  margin: 0 -5px;
}
.box-multi-tab .box-content .row .cols {
  flex: 0 0 20%;
  padding: 0 5px;
}
.box-multi-tab .box-content .card .card-thumb a {
  border-radius: 5px;
  overflow: hidden;
}
.box-multi-tab .box-content .card .card-title a {
  color: #666;
  font-size: 1rem;
  line-height: 1.35;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .box-multi-tab .box-content .nav-tabs .nav-item .nav-link {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.9px) {
  .box-multi-tab .box-content .nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .box-multi-tab .box-content .nav-tabs .nav-item .nav-link {
    white-space: nowrap;
    font-size: 1.3rem;
  }
  .box-multi-tab .box-content .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .box-multi-tab .box-content .row .cols {
    flex: 0 0 180px;
  }
  .box-multi-tab .box-content .card-style-less .card-title {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}

.page-break {
  width: 100%;
  height: 4px;
  background-color: #e5e5e5;
}

.block-divider {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.livestream {
  padding: 0.5rem;
  background-color: #010e30;
}
.livestream .block-title a {
  color: #fff;
}
.livestream .block-head {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.livestream .block-head img {
  height: 20px;
}
.livestream .block-head.has-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.livestream .block-head .heading-left {
  text-transform: uppercase;
  font-size: 0.9rem;
}
.livestream .block-head .heading-center {
  text-align: center;
}
.livestream .block-head .heading-right {
  position: relative;
}
.livestream .block-head-btn {
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  background-color: #589deb;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 1;
  border: none;
}
.livestream .block-head-btn img {
  height: 20px;
  margin-right: 5px;
}
.livestream .choose-dateplay-btn {
  position: relative;
}
.livestream .choose-dateplay-btn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.livestream .content {
  display: flex;
}
.livestream .content .block-head {
  margin-bottom: 10px;
}
.livestream .content .content-left {
  flex: 1 1 auto;
  color: #fff;
}
.livestream .content .content-right {
  width: 250px;
  position: relative;
}
.livestream .content .content-right .block-schedule {
  height: calc(100% - 40px);
}
.livestream .content .content-right .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.livestream .content .content-right .nav-item .nav-link.active {
  border-bottom: 1px solid #e21313;
}
.livestream .nav-channel {
  margin-left: 15px;
}
.livestream .nav-channel .nav-item ~ .nav-item {
  margin-left: 10px;
}
.livestream .nav-channel .nav-link {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.livestream .nav-channel .nav-link .logo-img {
  height: 25px;
}
.livestream .nav-channel .nav-link.active {
  color: #e21313;
}
.livestream .nav-channel .nav-link.active::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #e21313;
  display: block;
  content: "";
}
@media (min-width: 768px) and (max-width: 1280px) {
  .livestream .nav-channel .nav-link .logo-img {
    height: 20px;
  }
}
@media (max-width: 767.9px) {
  .livestream .block-head {
    height: auto;
  }
  .livestream .block-head .heading-left {
    padding: 0 10px;
    font-size: 0.9rem;
  }
  .livestream .block-head .heading-center {
    flex: 1;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .livestream .block-head-btn {
    margin-top: 10px;
  }
  .livestream .choose-dateplay-btn {
    margin-left: 10px;
  }
  .livestream .nav-channel {
    margin-left: 0;
    padding: 10px 0;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  .livestream .nav-channel .nav-link .logo-img {
    height: 20px;
  }
  .livestream .nav-channel .nav-item {
    flex: 1;
  }
  .livestream .nav-channel .nav-item ~ .nav-item {
    margin-left: 5px;
  }
  .livestream .content {
    display: block;
  }
  .livestream .content .content-right {
    width: 100%;
  }
  .livestream .content .content-right .block {
    position: relative;
  }
  .livestream .content .content-right .block .block-head:nth-child(2) {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .livestream .current-dateplay {
    padding: 0 10px;
    font-size: 0.9rem;
  }
}

.block-livestream {
  background-image: url("../img/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .block-livestream .video-livestream .block-title {
    font-size: 1.2rem;
  }
}

.multi-cats > .container > .ads-block {
  margin-top: 1rem;
  margin-bottom: 0;
}

.block-slider .block-title a:before {
  margin-top: 0;
}
.block-slider .owl-carousel .owl-stage {
  display: flex;
}
.block-slider .owl-carousel .owl-item {
  display: flex;
  flex: 1;
}

.block-special {
  padding: 0;
  background-color: #131313;
}
.block-special .card-content {
  position: relative;
  margin-right: 10px;
}
.block-special .card-content:after {
  position: absolute;
  top: 0;
  right: -15px;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #333;
}
.block-special .card-thumb {
  margin-top: 0;
  margin-bottom: 0;
}
.block-special .card-thumb .card-link {
  position: relative;
}
.block-special .card-thumb .card-link:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(195, 195, 195, 0) 100%);
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  content: "";
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.block-special .card-meta {
  margin-top: 0;
  margin-bottom: 0;
}
.block-special .card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
  padding-bottom: 10px;
}
.block-special .card:hover .card-thumb > a:after {
  opacity: 0.5;
}
.block-special .card-title {
  position: relative;
  margin-top: 0.5rem;
  min-height: 72px;
}
.block-special .card-title:before {
  position: absolute;
  top: -0.5rem;
  left: 0;
  height: 2px;
  content: "";
  background-color: #e21313;
  width: 30%;
}

.topnews {
  background-color: #131313;
  padding: 0 1rem 1rem 1rem;
  margin: 2rem 0;
}

.album {
  margin-top: 1rem;
  padding: 0;
}
.album .card {
  flex: 1 1 auto;
  margin-bottom: 1rem;
}
.album .card .card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.album .card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 10px;
}
.album .card .card-thumb {
  margin-bottom: 0;
}
.album .card .card-meta {
  margin-bottom: 0;
}
.album .card-style-horizontal .card-body {
  padding: 10px 0;
}

.block-sponsor {
  background-color: #e6e6e6;
  padding: 30px 0;
}
.block-sponsor .card-thumb {
  margin-bottom: 10px;
  text-align: center;
  padding-top: 140px;
}
.block-sponsor .card-thumb .card-link {
  padding-bottom: 15px;
}
.block-sponsor .card-thumb .card-link::after {
  height: 30px;
  top: auto;
  bottom: 0;
  background-color: transparent;
  background-image: url(../img/drop_show.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.block-sponsor .card-thumb .card-link img {
  border: 2px solid #fff;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
}
.block-sponsor .block-content {
  overflow: hidden;
}
.block-sponsor .block-content .block-list {
  display: flex;
  overflow: hidden;
}
.block-sponsor .block-content .block-list .item {
  flex: 0 0 236px;
}
.block-sponsor .block-content .block-list .item ~ .item {
  border-left: 1px solid #c9c9c9;
  padding-left: 1rem;
  margin-left: 1rem;
}
.block-sponsor .card-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.45;
}
.block-sponsor .card-title a {
  color: #666;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .block-sponsor .block-content .block-list .item {
    flex: 0 0 240px;
  }
}
@media (max-width: 767.9px) {
  .block-sponsor {
    padding: 15px 0;
  }
  .block-sponsor .card-body {
    align-items: center;
  }
  .block-sponsor .block-title {
    font-size: 1.4rem;
  }
  .block-sponsor .block-content {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .block-sponsor .block-content .block-list {
    overflow: initial;
  }
}

.banner {
  margin-top: 15px;
}
.banner img {
  width: 100%;
}

.player-stats {
  background-color: #f1f1f1;
  color: #f1f1f1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.85rem;
  font-size: 0.84rem;
  margin-bottom: 0.7rem;
  border-radius: 5px;
  border-bottom: 1px solid #ddd;
}
.player-stats .stats-item {
  margin-right: 0.5rem;
  border-radius: 3px;
  overflow: hidden;
  background-color: #bfbfbf;
  padding: 0 0.5rem;
  color: #fff;
  cursor: pointer;
}
.player-stats .stats-item.fbshare {
  background-color: #1877f2;
  color: #fff;
}
.player-stats .stats-item.reviews {
  background: none;
  color: #666;
}
.player-stats .stats-item.reviews span {
  display: inline-block;
}
.player-stats .views {
  margin-left: auto;
  margin-right: 0;
}

.block-video .card.card-bg .card-body {
  padding-bottom: 10px;
}
.block-video .owl-carousel .owl-controls .owl-nav .owl-prev {
  top: 70px;
  transition: left, right 0.2s ease;
}
.block-video .owl-carousel .owl-controls .owl-nav .owl-next {
  top: 70px;
  transition: left, right 0.2s ease;
}

.block-video-newspaper .video-bottom .card-title {
  font-size: 0.95rem;
  line-height: 1.2rem;
  margin-bottom: 0;
}

.main-livestream .livestream .content .content-right {
  width: 300px;
}
@media (max-width: 767.9px) {
  .main-livestream .livestream .content .content-right {
    width: auto;
  }
}

.main-video-detail .multimedia {
  color: #f5f5f5;
}
.main-video-detail .video-bc {
  font-weight: 300;
  font-weight: 400;
}
.main-video-detail .video-info {
  font-weight: 300;
}
.main-video-detail .video-info .title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.4;
}
.main-video-detail .video-content {
  font-weight: 300;
}
.main-video-detail .video-relates {
  font-weight: 300;
}
.main-video-detail .video-player ~ .video-stats {
  margin-bottom: 10px;
}
@media (max-width: 767.9px) {
  .main-video-detail .player-control,
  .main-video-detail .player-stats {
    margin: 0 -0.625rem;
  }
}

.dark.main-video-detail:not(.video-newspaper) .breadcrumb a {
  color: #f5f5f5;
}
.dark.main-video-detail:not(.video-newspaper) .breadcrumb li:first-child a {
  color: #f5f5f5;
}
.dark.main-video-detail:not(.video-newspaper) .breadcrumb span {
  color: #757575;
}

.main-video-detail.video-newspaper .video-stats {
  background-color: #f1f1f1;
  color: #333;
}
.main-video-detail.video-newspaper .player-stats .stats-item:not(.fbshare) {
  background-color: rgba(0, 0, 0, 0.1);
}

.main-audio-detail .audio-player ~ .player-stats {
  margin-bottom: 10px;
}

.video-shorts .video-shorts-player {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.video-shorts .video-shorts-player .video-shorts-bg-blur {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%; /* Safari 6.0 - 9.0 */
  filter: blur(30px);
  position: absolute;
  transition: 0.3s;
  background-size: cover;
  background-position: center center;
}
.video-shorts .video-shorts-player .video-shorts-embed {
  position: relative;
  margin: 0 auto;
  aspect-ratio: 9/16;
  width: 420px;
}
.video-shorts .video-shorts-player .video-shorts-embed .video-shorts-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-shorts .video-shorts-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.video-shorts .video-shorts-list {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1rem;
}
.video-shorts .video-shorts-list .card .card-title {
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .video-shorts .block-style-11 .card {
    width: auto;
  }
  .video-shorts .video-shorts-player .video-shorts-bg-blur {
    background-size: cover;
  }
  .video-shorts .video-shorts-player .video-shorts-embed {
    width: 100%;
  }
}

.pin h3 {
  margin: 5px 0 10px 0;
}
.pin .title {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
}
.pin .title h3 {
  margin: 10px 0;
}

.form-contact .form-control {
  font-size: 0.9rem;
}

.form-contact-btn {
  background: #e21313;
}

.form-contact-info {
  font-size: 0.9rem;
}

.switch_version {
  padding: 5px 0;
  line-height: 30px;
  font-size: 14px;
}
.switch_version a {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
  border: 1px solid #c00;
  width: 50px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
  font-size: 18px;
}
.switch_version a:fist-child {
  font-size: 20px;
}
.switch_version a:last-child {
  font-size: 30px;
}
.switch_version a i {
  line-height: 40px;
}
.switch_version a.active {
  background: #fff;
  color: #c00;
}

.list_rss ul {
  list-style: none;
  margin: 0;
}
.list_rss li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #ddd;
}
.list_rss span {
  color: #1a1a1a;
  padding: 0 5px;
  background: #ddd;
}
.list_rss span i {
  color: #ff5722;
  margin-right: 3px;
}

.main-search .block-nav .nav {
  border-bottom: 2px solid #ddd;
  margin-bottom: 1rem;
}
.main-search .block-nav .nav .nav-link {
  position: relative;
}
.main-search .block-nav .nav .nav-link::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: none;
  width: 100%;
  height: 2px;
  background-color: #ee2211;
  content: "";
}
.main-search .block-nav .nav .nav-link.active {
  font-weight: 700;
  color: #e21313;
}
.main-search .block-nav .nav .nav-link.active::after {
  display: block;
}
.main-search .block-result .card {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.main-search .block-result .tab-news .card-thumb {
  margin-bottom: 0;
}

footer {
  margin-top: 1rem;
}
footer a {
  color: #333;
}
footer a:hover {
  color: #e21313;
}
footer .menu-list {
  padding: 0 0 15px 0;
  display: flex;
  flex-wrap: wrap;
}
footer .menu-list .item {
  flex: 0 1 20%;
  margin-right: 15px;
}
footer .menu-list h3 {
  margin: 1rem 0 10px 0;
  line-height: 1rem;
  font-size: 0.9rem;
}
footer .menu-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .menu-list ul li {
  color: #666;
  padding-bottom: 5px;
}
footer .menu-list ul li a {
  font-size: 0.8rem;
  line-height: 1rem;
  color: #333;
  display: block;
}
footer .menu-list ul li a:hover {
  color: #e21313;
  text-decoration: underline;
}
footer .download {
  width: 300px;
}
footer .download h3 {
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 5px;
}
footer .download p img {
  max-height: 34px;
}
footer .link {
  display: flex;
}
footer .link img {
  border-radius: 5px;
  border: 1px solid #999;
  background-color: #fff;
  padding: 5px;
}
footer .link .link-left {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .link .link-left a {
  width: 135px;
  display: block;
}
footer .link .link-right a {
  width: 100px;
  display: block;
}
footer .counter_wrap {
  background: #fff;
  width: 238px;
  height: 76px;
  margin: 12px auto;
  border-radius: 3px;
  text-align: center;
  position: relative;
}
footer .counter_wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  z-index: 1;
}
footer .counter {
  background: #363636;
  height: 54px;
  border-radius: 3px;
  color: #fff;
}
footer .counter span {
  float: left;
  display: block;
  width: 79px;
  height: 54px;
  border-right: 1px solid #1a1a1a;
  font-size: 40px;
  position: relative;
  line-height: 54px;
}
footer .counter span:after {
  position: absolute;
  top: 50%;
  right: -4px;
  width: 7px;
  height: 7px;
  content: "";
  background: #fff;
  border-radius: 50%;
  margin-top: -3px;
  display: block;
}
footer .counter span:last-child {
  border: none;
}
footer .counter span:last-child:after {
  display: none;
}
footer .text {
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
}
footer .info {
  background: #e21313;
  color: #fff;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}
footer .copyright p {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin: 0;
  line-height: 18px;
}

.footer-nav {
  background-color: #e21313;
  color: #fff;
}
.footer-nav a {
  color: #fff;
}
.footer-nav a:hover {
  color: #fff;
}
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-nav ul li {
  line-height: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3px 15px;
  font-weight: 700;
}
.footer-nav ul li:last-child {
  border: none;
  margin: 0;
}
.footer-nav ul li.home {
  margin-right: auto;
  border: none;
  padding-left: 0;
}

.footer-bottom {
  background-color: #fff;
}

.footer-logo img {
  width: auto;
  height: 80px;
}

.footer-copyright {
  padding-bottom: 15px;
  font-size: 0.9rem;
}

.weather {
  font-size: 24px;
  color: #a30202;
  margin: 20px 0;
}
.weather .dropdown ul {
  height: 200px;
  overflow-y: auto;
}
.weather .dropdown .caret {
  margin-left: 3px;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.weather .dropdown-menu > li > a:hover {
  background-color: #a30202;
  color: #fff;
}

.weather_forecast {
  font-size: 13px;
  color: #1a1a1a;
}
.weather_forecast .condition {
  font-size: 18px;
  color: #e21313;
  display: block;
  word-spacing: -5px;
  padding: 10px 0 5px 0;
}
.weather_forecast .day {
  display: block;
}
.weather_forecast > .row > .cols:first-child {
  border-right: 1px dashed #777;
}
.weather_forecast .row .row {
  margin: 0 -3px;
}
.weather_forecast .cols .cols {
  padding: 0 3px;
}

.video_container {
  padding-bottom: 0;
}

.video_box .info h2 {
  margin: 0 0 15px 0;
  line-height: 22px;
}
.video_box .info .cat {
  font-size: 20px;
}
.video_box .info .title {
  font-size: 22px;
  line-height: 30px;
}
.video_box .info p {
  margin-bottom: 15px;
}
.video_box .views {
  display: inline-block !important;
}
.video_box .thumb {
  position: relative;
  display: block;
}
.video_box .thumb .duration {
  position: absolute;
  bottom: 50%;
  left: 50%;
  padding: 0 0 0 5px;
  font-size: 18px;
  color: #e21313;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 0 -20px -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.video_box .thumb .duration:hover {
  color: #f92929;
  background: rgba(155, 155, 155, 0.3);
}
.video_box .thumb .duration:active {
  color: #fff;
  background: rgba(200, 0, 0, 0.7);
}
.video_box .thumb .duration:focus {
  color: #fff;
  background: rgba(200, 0, 0, 0.7);
}
.video_box .thumb.large .duration {
  padding: 0 0 0 10px;
  font-size: 30px;
  margin: 0 0 -30px -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.video_box h3 {
  margin: 10px 0;
  line-height: 18px;
}
.video_box .video_left h3 .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.video_box [class*=col-] {
  padding: 0 7px;
}

.video_box.style3 {
  background-color: #f3f3f3;
  color: #fff;
}
.video_box.style3 .row {
  margin: 0 -8px 0 -7px;
}
.video_box.style3 [class*=col-] {
  padding-left: 7px;
  padding-right: 8px;
}
.video_box.style3 .video_left {
  padding-bottom: 15px;
}
.video_box.style3 .video_left h3 {
  margin: 15px 0;
}
.video_box.style3 .video_list {
  padding: 0;
  height: 442px;
}
.video_box.style3 .video_list .title {
  color: #5f5f5f;
}
.video_box.style3 .breadcrumb li a {
  color: #fff;
}
.video_box.style3 .breadcrumb li.active a {
  color: #f36a22;
}
.video_box.style3 .breadcrumb > li + li:before {
  color: #555;
}
.video_box.style3 .box_header .box_title a {
  color: #fff;
}
.video_box.style3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.video_box.style3 .video_right .date {
  display: block;
}
.video_box.style3 .video_right .views {
  display: block;
}
.video_box.style3 .video_right ul li {
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}
.video_box.style3 .video_right ul li:last-child {
  border: none;
}
.video_box.style3 .video_right ul li.active {
  background-color: #e4e4e4;
}
.video_box.style3 .video_right .mCSB_container {
  margin-right: 15px;
}
.video_box.style3 h3 .title {
  color: #5f5f5f;
}

.video_info {
  padding-top: 15px;
}

.video_list .row {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.video_list .cols {
  padding: 0 7px;
}
.video_list .title {
  color: #1a1a1a;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: block;
}
.video_list .title:hover {
  color: #e21313;
}

#video_wrapper {
  position: relative;
}
#video_wrapper .play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
}

.videojs-info-title {
  font-size: 20px;
  display: block;
  color: #e21313;
  line-height: 60px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

.error {
  margin-bottom: 30px;
}
.error h1 {
  margin: 35px 0;
  font-size: 24px;
}
.error .note {
  font-size: 14px;
  text-align: center;
}
.error .form-group {
  margin: 0;
}
.error .form-group div {
  padding: 0;
}
.error .form-group input {
  border-radius: 3px 0 0 3px;
}
.error .form-group .btn {
  border-radius: 0 3px 3px 0;
  background-color: #e21313;
  color: #fff;
}

.link_en_btn {
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  background-color: #007dc1;
  border-radius: 3px;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  color: #fff !important;
  font-family: Arial;
  font-size: 13px;
  line-height: 15px;
  padding: 3px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
}
.link_en_btn:hover {
  background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  background-color: #0061a7;
  color: #fff !important;
}
.link_en_btn:active {
  position: relative;
  top: 1px;
  color: #fff !important;
}

.block-news-relate {
  padding-bottom: 3rem;
}
.block-news-relate .card-title {
  font-size: 1.3rem;
}
@media (max-width: 767.9px) {
  .block-news-relate .card-title {
    font-size: 1.05rem;
    line-height: 1.4;
  }
  .block-news-relate .card-desc {
    display: none;
  }
}

.news .comment .tab-content {
  height: auto;
}
.news .comment .refresh-captcha {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.news-pin-left {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  right: 0;
  height: 0px;
  width: 40px;
  list-style: none;
  padding-top: 20px;
  margin-left: -60px;
}
.news-pin-left .news-pin-item ~ .news-pin-item {
  margin-top: 10px;
}
.news-pin-left svg {
  width: 22px;
  height: 22px;
  fill: #666;
}
.news-pin-left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #999;
  padding: 3px;
  transition: all 0.2s ease;
  background-color: #fff;
}
.news-pin-left a:hover {
  color: #e21313;
  border-color: #e21313;
}
.news-pin-left a:hover svg {
  fill: #e21313;
}
.news-pin-left a:active {
  color: #fff;
  border-color: #fff;
  background-color: #e21313;
}
.news-pin-left a:active svg {
  fill: #fff;
}
.news-pin-left .copy-url svg {
  width: 28px;
  height: 28px;
}
.news-pin-left .change-fontsize {
  border-radius: 25px;
  border: 1px solid #999;
  background-color: #fff;
  padding: 3px;
}
.news-pin-left .change-fontsize .fontsize-up,
.news-pin-left .change-fontsize .fontsize-down {
  width: 32px;
  height: 32px;
  line-height: 0.9;
  border: none;
  outline: none;
  font-size: 1.8rem;
  font-weight: 900;
  vertical-align: middle;
  text-align: center;
  background-color: transparent;
  transition: all 0.2s ease;
  border-radius: 50%;
  color: #1a1a1a;
}
.news-pin-left .change-fontsize .fontsize-up:active, .news-pin-left .change-fontsize .fontsize-up:focus,
.news-pin-left .change-fontsize .fontsize-down:active,
.news-pin-left .change-fontsize .fontsize-down:focus {
  background-color: #e21313;
  color: #fff;
}
.news-pin-left .change-fontsize .fontsize-label {
  padding: 15px 0;
  text-align: center;
  display: block;
}
@media (max-width: 767.9px) {
  .news-pin-left {
    width: 100%;
    height: auto;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px;
    margin-left: 0;
    display: flex;
    align-items: center;
    z-index: 2;
  }
  .news-pin-left a {
    width: 32px;
    height: 32px;
  }
  .news-pin-left svg {
    width: 22px !important;
    height: 22px !important;
  }
  .news-pin-left .news-pin-item {
    order: 1;
  }
  .news-pin-left .news-pin-item ~ .news-pin-item {
    margin-top: 0;
    margin-right: 10px;
  }
  .news-pin-left .change-fontsize {
    margin-left: auto;
    order: 2;
    display: flex;
    align-items: center;
  }
  .news-pin-left .change-fontsize .fontsize-up,
  .news-pin-left .change-fontsize .fontsize-down {
    width: 28px;
    height: 28px;
  }
  .news-pin-left .change-fontsize .fontsize-label {
    order: 2;
    padding: 0 10px;
  }
  .news-pin-left .change-fontsize .fontsize-up {
    order: 3;
  }
  .news-pin-left .change-fontsize .fontsize-down {
    order: 1;
  }
}

.main-news-detail .container-sm {
  max-width: 800px;
}
.main-news-detail .block-detail .news-content a {
  color: #4267b2;
}
.main-news-detail .block-detail .news-content a:hover {
  color: #4267b2;
}
.main-news-detail .block-detail .news-content .title {
  margin-bottom: 10px;
}
.main-news-detail .block-detail .news-content .category-title {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.main-news-detail .block-detail .news-content .category-title a {
  color: #e21313;
}
.main-news-detail .block-detail .news-content .category-title span {
  margin-left: auto;
  font-size: 1.1rem;
  font-weight: 500;
  color: #666;
}
.main-news-detail .block-detail .news-content .main-title {
  font-size: 2rem;
  line-height: 1.3;
  display: block;
  color: #1b1b1b;
}
.main-news-detail .block-detail .news-content .sub-title {
  font-size: 0.9rem;
  margin-bottom: 10px;
  font-weight: normal;
  color: #999;
  display: inline-block;
}
.main-news-detail .block-detail .news-content .author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.main-news-detail .block-detail .news-content .author .author-name {
  margin-right: auto;
  font-weight: 700;
  font-size: 1.1rem;
}
.main-news-detail .block-detail .news-content .author .author-name img {
  height: 30px;
  margin-right: 5px;
}
.main-news-detail .block-detail .news-content .author .google-news-publisher {
  border-radius: 5px;
  border: 1px solid #ddd;
  overflow: hidden;
  background-color: #ebebeb;
}
.main-news-detail .block-detail .news-content .author .google-news-publisher img {
  height: 28px;
}
@media (max-width: 767.9px) {
  .main-news-detail .block-detail .news-content .author {
    flex-wrap: wrap;
  }
  .main-news-detail .block-detail .news-content .author .google-news-publisher {
    flex: 0 0 100%;
    margin-top: 5px;
  }
  .main-news-detail .block-detail .news-content .author .google-news-publisher img {
    height: 24px;
  }
}
.main-news-detail .block-detail .news-content .thumb {
  margin-bottom: 10px;
}
.main-news-detail .block-detail .news-content .thumb img {
  width: 100%;
}
.main-news-detail .block-detail .news-content .desc {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
  text-align: justify;
}
.main-news-detail .block-detail .news-content .info {
  font-size: 1.2rem;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
}
.main-news-detail .block-detail .news-content .info b,
.main-news-detail .block-detail .news-content .info strong {
  font-weight: bold;
}
.main-news-detail .block-detail .news-content .info h1,
.main-news-detail .block-detail .news-content .info h2,
.main-news-detail .block-detail .news-content .info h3,
.main-news-detail .block-detail .news-content .info h4,
.main-news-detail .block-detail .news-content .info h5,
.main-news-detail .block-detail .news-content .info h6 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.main-news-detail .block-detail .news-content .info video {
  max-width: 100%;
}
.main-news-detail .block-detail .news-content .info audio {
  max-width: 100%;
}
.main-news-detail .block-detail .news-content .info embed {
  max-width: 100%;
}
.main-news-detail .block-detail .news-content .info object {
  max-width: 100%;
}
.main-news-detail .block-detail .news-content .info iframe {
  max-width: 100%;
}
.main-news-detail .block-detail .news-content .info p > img ~ span {
  display: inline-block;
  text-align: center;
  margin-top: 0.5rem;
  font-style: italic;
}
.main-news-detail .block-detail .news-content .info table th,
.main-news-detail .block-detail .news-content .info table td {
  padding: 5px;
  border: 1px solid #ccc;
}
.main-news-detail .block-detail .news-content .time-line {
  background-color: #f6f6f6;
  padding: 15px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: #bd0001;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  border-radius: 3px;
}
.main-news-detail .block-detail .news-content .time-line ul {
  padding: 0;
  margin: 0;
  list-style-type: circle;
  font-size: 1rem;
  color: #898888;
}
.main-news-detail .block-detail .news-content .time-line ul li {
  margin-left: 20px;
}
.main-news-detail .block-detail .news-content .time-line ul li:not(.time-line-top) ~ li {
  margin-bottom: 15px;
  margin-left: 20px;
  margin-top: 1rem;
}
.main-news-detail .block-detail .news-content .time-line ul a {
  color: #1a1a1a;
}
.main-news-detail .block-detail .news-content .time-line ul a:hover {
  color: #e21313;
}
.main-news-detail .block-detail .news-content .time-line ul .time-line-top {
  list-style: none;
  display: flex;
  margin-left: 0;
}
.main-news-detail .block-detail .news-content .time-line ul .time-line-top + li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
.main-news-detail .block-detail .news-content .time-line ul .time-line-top .time-line-thumb {
  width: 150px;
}
.main-news-detail .block-detail .news-content .time-line ul .time-line-top .time-line-thumb img {
  border-radius: 3px;
  border: 2px solid #fff;
}
.main-news-detail .block-detail .news-content .time-line ul .time-line-top .time-line-content {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-left: 15px;
  flex: 1;
}
.main-news-detail .block-detail .news-content .time-line ul .time-line-top .time-line-content .time-line-desc {
  color: #898888;
  display: block;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
@media (max-width: 767.9px) {
  .main-news-detail .block-detail .news-content .time-line ul .time-line-top .time-line-thumb {
    width: 100px;
  }
  .main-news-detail .block-detail .news-content .time-line ul .time-line-top .time-line-content {
    font-size: 1.1rem;
  }
  .main-news-detail .block-detail .news-content .time-line ul .time-line-top .time-line-content .time-line-desc {
    display: none;
  }
}

.news-relate h2 {
  margin-bottom: 15px;
  border-bottom: 1px dashed #e21313;
  margin-top: 0;
}
.news-relate .cat {
  display: inline-block;
  border-radius: 3px 3px 0 0;
  background: #e21313;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: -1px;
}
.news-relate .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-relate .list ul a {
  color: #1a1a1a;
  font-size: 14px;
  display: inline-block;
  line-height: 18px;
}
.news-relate .list ul a:hover {
  color: #e21313;
}
.news-relate .list ul li {
  padding: 0 0 5px 18px;
  margin-bottom: 5px;
  background: url("../img/bullet.png") 3px 5px no-repeat;
}
.news-relate .list h3 {
  margin: 0 0 5px;
}
.news-relate .list .date {
  line-height: 18px;
  display: block;
}

.mostview-news {
  margin-bottom: 1rem;
}
.mostview-news .item {
  display: flex;
  align-items: center;
  padding: 5px 0px;
  border-bottom: dashed 1px #ccc;
}
.mostview-news .item .number {
  background-color: #dadada;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  color: #ff0000;
  font-size: 1.1rem;
  border-radius: 25px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: flex;
  padding: 0;
}
.mostview-news .item .content {
  flex: 1;
  margin-left: 10px;
}
.mostview-news .box {
  border: 1px solid #ccc;
  margin-top: 15px;
}
.mostview-news .newstab {
  margin: 0;
  border: none;
}
.mostview-news .nav-link {
  float: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
  border-bottom: 2px solid #e21313;
}
.mostview-news .nav-link a {
  color: #e21313;
}
.mostview-news .list li {
  margin-bottom: 10px;
  border-bottom: 1px dashed #777;
  padding-bottom: 10px;
}
.mostview-news .list li:first-child {
  font-weight: 700;
}
.mostview-news .list li:first-child .title {
  padding-top: 5px;
}
.mostview-news .list li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.mostview-news .list ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}
.mostview-news .list .title {
  line-height: 18px;
  color: #1a1a1a;
  display: block;
}
.mostview-news .list a:hover {
  color: #e21313;
}

.mostview-right {
  background-color: #f6f6f6;
  padding: 0 15px;
}

.most-views .row .img {
  margin-bottom: 15px;
  display: block;
}
.most-views .row h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.newstab .nav-link {
  border-color: #e21313;
  padding: 0 5px 0 5px;
  border-radius: 0;
  border: none;
  color: #1a1a1a;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2rem;
  width: 50%;
  background: #e1e1e1;
  text-align: center;
}
.newstab .nav-link.active {
  background: #e1e1e1;
  color: #d20001;
  border-top: 2px solid #e21313;
  border-radius: 0;
}
.newstab .nav-link.active:hover {
  background: #e1e1e1;
  color: #d20001;
  border-top: 2px solid #e21313;
  border-radius: 0;
}
.newstab .nav-item:last-child {
  float: right;
}
.newstab .tab-content {
  padding: 10px;
  background-color: #f1f1f1;
}

.showmore {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
  background-color: #fff;
  color: #111;
  padding: 0.5rem 1rem;
  margin: 0.7rem auto;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
}
.showmore i {
  color: #e21313;
  font-size: 1.3rem;
  margin-left: 5px;
}
.showmore:hover {
  background: #e21313;
  color: #fff;
}
.showmore:hover i {
  color: #fff;
}

.modal-content {
  border-radius: 0;
}

.btn {
  border-radius: 0;
}

.gallery_plugin {
  display: none;
}

.gallery_rendered {
  position: relative;
}
.gallery_rendered .gallery_info {
  text-align: center;
  padding: 10px 0;
  color: #1a1a1a;
  z-index: 1;
}
.gallery_rendered .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  overflow: hidden;
  text-indent: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  right: auto;
  left: 0;
  padding: 0;
}
.gallery_rendered .owl-controls .owl-nav .owl-prev:hover {
  background: rgba(188, 0, 0, 0.61);
}
.gallery_rendered .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  overflow: hidden;
  text-indent: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0;
  right: 0;
  left: auto;
}
.gallery_rendered .owl-controls .owl-nav .owl-next:hover {
  background: rgba(188, 0, 0, 0.61);
}
.gallery_rendered .owl-prev:before {
  font-family: FontAwesome;
  content: "\f053";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}
.gallery_rendered .owl-next:before {
  font-family: FontAwesome;
  content: "\f054";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}
.gallery_rendered .owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
}

.pagination > li > a {
  color: #1a1a1a;
  font-weight: 700;
  display: inline-block;
}
.pagination > li > a:focus {
  color: #e21313;
  background-color: #303030;
}
.pagination > li > a:hover {
  color: #e21313;
  background-color: #303030;
}
.pagination > li > span {
  color: #1a1a1a;
  font-weight: 700;
  display: inline-block;
}
.pagination > li > span:focus {
  color: #e21313;
  background-color: #303030;
}
.pagination > li > span:hover {
  color: #e21313;
  background-color: #303030;
}
.pagination > .active > a {
  background-color: #e21313;
  border-color: #e21313;
  color: #fff;
}
.pagination > .active > a:hover {
  background-color: #e21313;
  border-color: #e21313;
  color: #fff;
}
.pagination > .active > a:focus {
  background-color: #e21313;
  border-color: #e21313;
  color: #fff;
}
.pagination > .active > span {
  background-color: #e21313;
  border-color: #e21313;
  color: #fff;
}
.pagination > .active > span:hover {
  background-color: #e21313;
  border-color: #e21313;
  color: #fff;
}
.pagination > .active > span:focus {
  background-color: #e21313;
  border-color: #e21313;
  color: #fff;
}

.album_gallery {
  position: relative;
  padding-bottom: 15px;
}
.album_gallery .item span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  line-height: 18px;
  font-size: 15px;
  padding: 15px;
  background-color: rgba(188, 0, 0, 0.75);
  color: #fff;
  font-weight: 700;
}
.album_gallery .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: -999px;
  left: 15px;
  padding: 0;
}
.album_gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: -999px;
  right: 15px;
  padding: 0;
}
.album_gallery .owl-prev:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/prev.png) center center no-repeat;
}
.album_gallery .owl-next:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/next.png) center center no-repeat;
  right: 7%;
  left: auto;
}

.main-infographic .infographic-body {
  margin: 0 auto;
  padding-bottom: 1rem;
}
.main-infographic .infographic-content {
  margin: 0 auto;
  text-align: center;
}

.ads-block {
  text-align: center;
}
.ads-block ~ .ads-block {
  margin-top: 1rem;
}
.ads-block .ads-block-item {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ads-block .ads-block-item a {
  display: block;
}
.ads-block .ads-block-item:not(:first-child) {
  margin-top: 15px;
}
.ads-block .ads-block-item .ads-content {
  display: block;
  position: relative;
}
.ads-block .ads-block-item:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "QC";
  background-color: #fff;
  font-size: 10px;
  padding-left: 5px;
  padding-right: 14px;
  border: 1px solid #e21313;
  z-index: 1;
  display: none;
}
.ads-block .ads-block-item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid #e21313;
  border-left: 16px solid transparent;
  z-index: 1;
  display: none;
}

.ads-block.ads-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ads-block.ads-column.ads-right {
  padding-top: 15px;
}

.ads-block.main-top {
  padding: 10px 0 0 0;
}

.ads-block.main-after-livestream {
  padding: 10px 0;
}

.ads-block.above-header {
  padding: 0px 0 1px 0;
  margin-bottom: 0;
}

.ads-block.below-header {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.ads-block.below-header ~ .dark {
  margin-bottom: 0.7rem;
}

.ads-block.above-footer {
  margin-top: 1rem;
}

.ads-block.ads980 .ads-block-item {
  max-width: 980px;
}

.ads-block.ads600 .ads-block-item {
  max-width: 600px;
}

.ads-block.ads300 .ads-block-item {
  max-width: 300px;
}

.ads-block.main-middle-2 {
  margin-bottom: 10px;
}

.ads-block.main-middle-5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.audio_list .item {
  display: table;
  margin-bottom: 15px;
}
.audio_list .item .play {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
  padding-right: 10px;
}
.audio_list .item .play a {
  display: block;
  padding: 10px;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 1px solid #e21313;
  text-align: right;
}
.audio_list .item .play a:hover {
  background-color: #e21313;
  color: #fff;
}
.audio_list .item .play a:focus {
  background-color: #ff3838;
  color: #fff;
}
.audio_list .item .play a:active {
  background-color: #ff3838;
  color: #fff;
}
.audio_list .item .thumb {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
  padding-right: 10px;
  width: 95px;
}
.audio_list .item .name {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
}
.audio_list .item .name a {
  color: #333;
}
.audio_list .item .view {
  font-size: 13px;
  color: #888;
}
.audio_list .item .time {
  font-size: 13px;
  color: #888;
}
.audio_list .item .pause i:before {
  content: "\f04c";
}

.audio_playlist {
  background-color: #e8e8e8;
}
.audio_playlist .audio_list_wrapper {
  padding: 0 0;
  background-color: #f1f1f1;
}
.audio_playlist .audio_list {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
.audio_playlist .audio_list .item {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 10px;
  margin: 0;
}
.audio_playlist .audio_list .item:last-child {
  border: none;
}
.audio_playlist .audio_list .item.active {
  background-color: #d0d0d0;
  color: #fff;
}
.audio_playlist .audio_list .item.active .pause i {
  text-align: center;
}
.audio_playlist .audio_list .item.active .play i:before {
  content: "\f04c";
}
.audio_playlist .audio_list .item.active.pause .play i:before {
  content: "\f04b";
}
.audio_playlist .audio_info {
  padding: 10px;
}
.audio_playlist .audio_info h2 {
  margin: 0 0 5px 0;
  font-size: 18px;
}
.audio_playlist .audio_info .view {
  color: #888;
}

.utilities {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
.utilities span {
  display: block;
  line-height: 25px;
}
.utilities .row {
  margin: 0 -14px;
  padding: 7px;
}
.utilities .cols {
  padding: 0 7px;
}

.main-utility .block .col {
  justify-content: center;
}
.main-utility .block-utility {
  border-radius: 5px;
  margin-right: 1rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.2rem;
  color: #4b4b4b;
  background-color: #f1f1f1;
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  width: 150px;
  height: 150px;
  margin-bottom: 1rem;
}
.main-utility .block-utility:last-child {
  margin-right: 0;
}
.main-utility .block-utility i {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #e21313;
}
.main-utility .block-utility:hover {
  background-color: #e21313;
  color: #eee;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.main-utility .block-utility:hover i {
  color: #fff;
}

.social-links {
  margin: 15px 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.social-links::after {
  display: block;
  content: "";
  clear: both;
}
.social-links .social-label {
  padding-right: 5px;
  height: 23px;
  display: none;
}
.social-links .social-item {
  padding-right: 5px;
  height: 23px;
}
.social-links .plusone > div {
  height: 20px !important;
  height: 20px !important;
}

.social-links.livestream {
  margin: 0 0 10px 0;
  padding: 10px 10px 8px 10px;
  background-color: #e1e1e1;
}

.social-links.livestream2 {
  margin: 10px 0 0 0;
  float: right;
}

.poll {
  border: 1px solid #e1e1e1;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.poll .block-head {
  background-color: #e6e6e6;
}
.poll .block-title {
  border-top: none;
  border-bottom: 1px solid #999;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 10px;
}
.poll .block-title a {
  line-height: 2.4rem;
}
.poll .block-title a::before {
  top: auto;
  bottom: -1px;
  height: 1px;
}
.poll .block-content {
  padding: 10px;
}
.poll .poll-question {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.poll .poll-button button {
  border: none;
  padding: 3px 15px;
  color: #fff;
  border-radius: 5px;
  font-size: 0.9rem;
}
.poll .poll-button .poll-submit {
  background-color: #585858;
}
.poll .poll-button .poll-preview {
  background-color: #dc0203;
}

.poll-chart {
  max-width: 80%;
  margin: 0 auto;
}

.custom-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.5rem;
  cursor: pointer;
  line-height: 18px;
  font-size: 0.84rem;
  font-weight: 700;
}
.custom-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-radio input:focus ~ .indicator {
  background: #e21313;
}
.custom-radio input:checked ~ .indicator {
  background: #e1e1e1;
}
.custom-radio input:checked ~ .indicator:after {
  display: block;
}
.custom-radio input:checked:focus ~ .indicator {
  background: #e1e1e1;
}
.custom-radio input:disabled ~ .indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.custom-radio input:disabled ~ .indicator:after {
  background: #7b7b7b;
}
.custom-radio .indicator {
  border-radius: 50%;
}
.custom-radio .indicator:after {
  left: 4px;
  top: 4px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #e21313;
}
.custom-radio:hover input ~ .indicator {
  background: #e21313;
}
.custom-radio:hover input:not([disabled]):checked ~ .indicator {
  background: #e1e1e1;
}

.custom-control .indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #e1e1e1;
  transition: background-color 0.2s ease;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%);
}
.custom-control .indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox .indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox input:disabled ~ .indicator:after {
  border-color: #7b7b7b;
}

.totop {
  position: fixed;
  z-index: 998;
  bottom: 160px;
  right: 15px;
  display: block;
}
.totop img {
  width: 40px;
}
@media (max-width: 767.9px) {
  .totop {
    bottom: 200px;
  }
}

.page-television header {
  z-index: 101;
}
.page-television .sub-menu .navbar-nav > .nav-item {
  max-width: 300px;
  margin-bottom: 0.5rem;
  display: block;
}
.page-television .sub-menu .navbar-nav > .nav-item > .nav-link {
  color: #333;
  font-size: 0.9rem;
}
.page-television .sub-menu .navbar-nav > .nav-item > .nav-link:hover {
  color: #d20001;
}
.page-television .ads-block.below-header {
  margin: 0.7rem 0;
}
.page-television .auth-block .auth-toolbar .auth-user > a {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-television .auth-block .auth-toolbar .auth-user .auth-profile .profile-list a {
  text-align: left;
  padding: 0;
  line-height: 26px;
  height: auto;
}

.box-dieugiandi .hinhtrai20 img {
  border-radius: 50%;
}

.text-yellow {
  color: yellow !important;
}

.news-content .sub-title {
  background-color: #d20001 !important;
}

.audiobook .card-body {
  display: none !important;
}
.audiobook .card-content {
  position: relative;
  width: 85%;
  margin: auto;
}
.audiobook .card-content a {
  height: 220px;
}
.audiobook .card-style-minimal {
  margin: 0 -10px;
}

.thumbnail168 {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top-range__title {
  font-weight: bold;
  color: #4824bd;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}

.top-range__tab ul {
  margin: 15px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 0 !important;
}
.top-range__tab .nav-item {
  display: inline-block;
  color: #ffffff;
  margin: 0 7px;
  cursor: pointer;
}
.top-range__tab .nav-tabs .nav-link {
  padding: 5px 20px;
  border-radius: 20px;
  background: #c4c4c4;
  color: #ffffff;
}
.top-range__tab .nav-tabs .nav-link:hover {
  background: #4824bd;
}
.top-range__tab .nav-tabs .nav-link.active {
  background: #4824bd;
}

.top-range__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #ededed;
  padding: 10px 0;
}
.top-range__item p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: #9b9b9b;
  margin-bottom: 5px;
}

.content__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container__main {
  width: 70%;
}

.container__sidebar {
  width: 28%;
  padding-left: 5px;
}

.item_thumbs {
  width: 25%;
  float: left;
  position: relative;
}

.item__category {
  padding-left: 25px;
  background: url(../img/icon-album.png) left no-repeat;
  font-size: 13px;
  line-height: 16px;
  color: #9b9b9b;
}

.item__author {
  padding-left: 25px;
  background: url(../img/icon-profile.png) left no-repeat;
  font-size: 13px;
  line-height: 16px;
  color: #9b9b9b;
  margin-bottom: 5px;
}

.item__right {
  width: 71%;
}

.ellipsis-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.item__title {
  color: #e5e5e5;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}

.audio_relate {
  margin-top: 15px;
}
.audio_relate h3.title {
  text-transform: uppercase;
  border-top: 2px solid #d0000e;
  font-size: 1.1rem;
  padding: 15px 0;
  font-weight: normal;
  margin: auto;
  color: #589deb;
}

.audio_title {
  font-size: 20px;
  line-height: 30px;
  font-family: "Playfair Display", sans-serif;
}

.audio__btn-aria {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  position: relative;
  margin-top: 20px;
}

.audio__list {
  margin-top: 25px;
}
.audio__list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.audio__list ul li {
  padding: 0 10px;
}
.audio__list ul li .audio__link {
  padding: 17px 0;
  line-height: 20px;
  display: block;
  color: #d30003;
  border-top: 1px solid #e9eafa;
  margin-top: 0;
  overflow: hidden;
  cursor: pointer;
}
.audio__list ul li:hover {
  border-radius: 10px;
  background: rgba(196, 196, 196, 0.3);
}
.audio__list ul li.amplitude-active-song-container {
  border-radius: 10px;
  background: rgba(196, 196, 196, 0.3);
}
.audio__list ul li.amplitude-active-song-container .audio__link {
  font-weight: bold;
}

.btn-audio {
  display: inline-block;
  border: none;
  padding: 6px 25px;
  color: #fff;
  background: #4824bd;
  border-radius: 20px;
  max-height: 34px;
}
.btn-audio:hover {
  color: #fff;
}

.audio_info {
  width: 25.2%;
}
.audio_info h1 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d30003;
}

.audio_detail {
  width: calc(74.5% - 25px);
  margin-left: 25px;
}
.audio_detail h3 {
  font-size: 20px;
  margin: 0;
  color: #4824bd;
}
.audio_detail .sapo {
  text-align: justify;
  margin-top: 10px;
  line-height: 1.5;
}

.audio_thumb {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.info__item {
  margin: 5px 0 0 0;
  font-size: 15px;
  color: #d30003;
}

.info__label {
  display: inline-block;
  min-width: 90px;
}

.audios {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 10px;
  margin-bottom: 30px;
}

.avatar__image {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.btn-audio.pdf {
  background: #2ebc50;
}

@media (max-width: 767px) {
  .container__main {
    width: 100%;
  }
  .container__sidebar {
    width: 100%;
  }
  .audio_info {
    width: 100%;
  }
  .audio_detail {
    width: 100%;
    margin: 0;
  }
}
.custom-ads {
  position: relative;
}
.custom-ads .ads-block-item {
  margin-top: 15px;
}
.custom-ads .timecountdown {
  background-color: #fff;
  position: absolute;
  width: 200px;
  height: auto;
  top: 5px;
  right: 12px;
  z-index: 2;
  border-radius: 5px;
  border: solid 1px #cd00da;
}
.custom-ads .date-start {
  text-align: center;
  color: #222;
  font-size: 14px;
  font-weight: bold;
}
.custom-ads .countdown {
  margin: 0 auto;
  color: #fd5056;
  padding: 0px 5px 5px 9px;
}
.custom-ads .countdown li {
  padding: 0;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  border: 1px solid #4f5d89;
  border-radius: 4px;
  line-height: 15px;
  min-width: 42px;
  max-width: 42px;
  padding: 3px 1px;
}
.custom-ads .countdown li .label {
  color: #4f5d89;
  font-size: 12px;
}
.custom-ads .countdown .item .number {
  position: relative;
  font-weight: bold;
  color: #fd5056;
}
.custom-ads .countdown .number {
  font-weight: bold;
}
@media only screen and (max-width: 767.9px) {
  .custom-ads .timecountdown {
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 767.9px) {
  .main-home .block-style-11 .video-shorts-list,
  .main-news-detail .block-style-11 .video-shorts-list {
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
  }
  .main-home .block-style-11 .video-shorts-list .card,
  .main-news-detail .block-style-11 .video-shorts-list .card {
    flex: 0 0 220px;
    margin-right: 10px;
  }
}
@media print {
  .hidden-print,
  .d-print-none {
    display: none !important;
  }
}