@charset "UTF-8";
body {
  color: #212529;
  font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5;
  font-weight: 700;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

b,
strong {
  font-weight: 700;
}

.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

[v-cloak] > * {
  display: none;
}

.container {
  width: 1280px;
  max-width: 100%;
}

.row-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.mt50 {
  margin-top: 50px;
}

.mt56 {
  margin-top: 56px;
}

@media (max-width: 768px) {
  .mt50,
  .mt56 {
    margin-top: 20px;
  }
}
.font1 {
  font-size: 1.6rem;
}

.font16 {
  font-size: 1.6rem;
}

.font18 {
  font-size: 1.8rem;
}

.font2 {
  font-size: 1.1rem;
}

.font22 {
  font-size: 2.2rem;
}

.font3 {
  font-size: 1rem;
}

.font4 {
  font-size: 0.8rem;
}

.font5 {
  font-size: 0.9rem;
}

.font2 {
  font-size: 1.1rem;
}

.font095 {
  font-size: 0.95rem;
}

.font09 {
  font-size: 0.9rem;
}

.font085 {
  font-size: 0.85rem;
}

.font08 {
  font-size: 0.8rem;
}

.fw500 {
  font-weight: 600;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.slick-slide {
  margin: 0 10px;
}

.slick-list {
  margin: 0 -10px;
}

.text-danger {
  color: #da0000;
}

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

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

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

.block-border-bottom::after {
  display: block;
  margin: 1rem 15px;
  width: calc(100% - 20px);
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ddd;
  content: "";
  order: 4;
}

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

.block-border-left-inner {
  position: relative;
  overflow: hidden;
}
.block-border-left-inner::before {
  position: absolute;
  top: 50px;
  left: 0;
  width: 0;
  height: calc(100% - 50px);
  border-left: 1px solid #ddd;
  content: "";
}

.block-border-right-inner {
  position: relative;
  overflow: hidden;
}
.block-border-right-inner::after {
  position: absolute;
  top: 50px;
  right: 0;
  width: 0;
  height: calc(100% - 50px);
  border-left: 1px solid #ddd;
  content: "";
}

.block-border-bottom-inner {
  position: relative;
}
.block-border-bottom-inner::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ddd;
  content: "";
}
.block-border-bottom-inner.border-light {
  border-color: #eee;
}

.divider {
  height: 0;
  border-top: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 768px) {
  .block-border-left,
  .block-border-right,
  .block-border-top,
  .block-border-bottom {
    border: none;
  }
  .block-border-bottom-inner::before, .block-border-bottom-inner::after,
  .block-border-left-inner::before,
  .block-border-left-inner::after,
  .block-border-right-inner::before,
  .block-border-right-inner::after {
    display: none;
  }
  .divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.list-five-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.list-five-item .item {
  flex: 0 0 20%;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .list-five-item .item {
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .list-five-item .item:first-child {
    flex: 0 0 100%;
  }
}

/* custom scrollbar */
.mCSB_inside > .mCSB_container {
  margin-right: 10px;
}

.mCSB_scrollTools {
  width: 6px;
}

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

.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,
.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;
}

.mCSB_dragger {
  height: 100px !important;
}

/* scrollbox */
.scrollbox {
  overflow-y: auto;
  overflow-x: hidden;
}
.scrollbox::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;
}

.scrollbox:hover::-webkit-scrollbar {
  width: 5px;
  border-radius: 2px;
}
.scrollbox:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

@media (hover: none) {
  .scrollbox::-webkit-scrollbar {
    width: 5px;
    border-radius: 2px;
  }
  .scrollbox::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
  }
}
/* the parent */
.card {
  border: unset;
  border-radius: 0px;
}
.card .card-title {
  font-family: "Noto Serif", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.card .card-title a {
  color: #212529;
}
.card .card-title a:hover {
  color: #e60002;
}
.card .card-title .icon {
  font-size: 80%;
  display: inline-block;
  color: #979797;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
}
.card .card-title.card-title-top {
  margin-bottom: 10px;
}
.card .card-thumb .card-img {
  border-radius: 0px;
  transition: transform 0.5s;
  text-indent: -9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card-thumb:hover .card-img {
  transform: scale(1.05);
}
.card .card-thumb.thumb16 a {
  position: relative;
  display: block;
  padding-top: 62.5%;
  overflow: hidden;
  background-color: #eee;
}
.card .card-thumb.thumb16 img,
.card .card-thumb.thumb16 video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card-thumb.thumb166 a {
  position: relative;
  display: block;
  padding-top: 62.5%;
  overflow: hidden;
  background-color: #eee;
}
.card .card-thumb.thumb166 img,
.card .card-thumb.thumb166 video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card-thumb.thumb166r a {
  position: relative;
  display: block;
  padding-top: 62.5%;
  overflow: hidden;
  background-color: #eee;
}
.card .card-thumb.thumb166r img,
.card .card-thumb.thumb166r video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.card .card-thumb.thumb80p a {
  padding-top: 80%;
}
.card .card-thumb.thumb100p a {
  padding-top: 100%;
}
.card .card-thumb.thumb120p a {
  padding-top: 120%;
}
.card .card-thumb.normal a {
  padding-top: 0 !important;
}
.card .card-thumb.normal img {
  position: relative;
}
.card .card-content .no-gutters > [class*=col-]:last-child {
  padding-left: 10px;
}
.card .card-body {
  padding: 10px 0px 10px 0px;
}
.card .card-desc {
  margin-bottom: 0.3rem;
  color: #888;
  font-size: 0.95rem;
  line-height: 1.3rem;
  margin-top: 0.5rem;
  text-align: justify;
}
.card .card-desc a {
  color: #888;
}
.card .card-meta .card-category {
  font-weight: 600;
  font-size: 0.9rem;
  margin-right: 10px;
}
.card .card-meta .card-category a {
  color: #515050;
}
.card .card-meta .card-category a:hover {
  color: #0037b3;
}
.card .card-meta .card-time {
  color: #515050;
  font-size: 0.8rem;
}
.card .card-meta .card-time span {
  font-weight: 600;
}

.card-bg .card-content {
  background-color: #f2f2f2;
}

.card-style-less .card-body {
  padding: 0;
}
.card-style-less .card-thumb ~ .card-body {
  padding: 15px 0 0 0;
}

.card-style-less ~ .card-style-less {
  margin-top: 15px;
}

.card-style-horizontal .card-body {
  padding: 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-style-horizontal.card-bg .card-body {
  padding: 15px;
}
@media (max-width: 768px) {
  .card-style-horizontal.card-bg .card-body {
    padding: 10px;
  }
}

.card-border-bottom .card {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-top: 15px;
}
.card-border-bottom .card:first-child {
  margin-top: 0px;
}
.card-border-bottom .card:last-child {
  border-bottom: none;
}

.card-list .card ~ .card {
  margin-bottom: 10px;
}

.card-grid .card .card-body {
  margin-bottom: 10px;
}

.red-color {
  color: #e60002;
}

.text-six {
  color: #666;
}

.text-custom {
  color: #1a1a1a;
}
.text-custom:hover {
  color: #e60002;
}

.bg-red {
  background-color: #e60002;
}

.title {
  margin-bottom: 0.5rem;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.title a {
  color: #212529;
  font-size: 1.3rem;
  line-height: 1.3;
  display: block;
}
.title a span {
  display: block;
  line-height: 42px;
}
.title a:hover {
  text-decoration: none;
  color: #e60002;
}
.title::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #e60002;
}

.title-news {
  color: #000;
}
.title-news:hover {
  text-decoration: none;
  color: #e60002;
}

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

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

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

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

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

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

.dropdown:focus {
  outline: none;
}

.head-search {
  align-self: flex-end;
  border-radius: 25px;
  padding-left: 15px;
  border: 1px solid #ccc;
}
.head-search .search-query {
  border: none;
  padding-left: 0;
  height: 30px;
  font-size: 0.85rem;
}
.head-search .btn-search {
  width: 30px;
  height: 30px;
  background-image: url(../img/search_icon.png);
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.header-main {
  padding: 10px 0 10px 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.header-main .head-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.header-main .head-content .head-item {
  flex: 0 0 33.33%;
}
@media (min-width: 992px) {
  .header-main .head-content .head-item:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.header-main .head-content .head-support {
  display: flex;
  align-items: center;
  font-family: "Arial", sans-serif;
  font-size: 0.9rem;
}
.header-main .head-content .head-support a {
  color: #212529;
  display: flex;
  align-items: center;
}
.header-main .head-content .head-support a img {
  margin-right: 5px;
}
.header-main .head-content .head-weather {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .head-content .head-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.header-main .head-content .head-logo img {
  max-width: 320px;
}
.header-main .head-content .head-item-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-main .head-content .head-item-end {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-main .head-content .search-query {
  border-color: #f1f1f1;
}
.header-main .head-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background-color: #f2f3f5;
  padding: 10px 10px;
  border-radius: 25px;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin: 10px 0 0 0;
}
@media (min-width: 992px) {
  .header-main .head-nav {
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  }
}
.header-main .head-nav li {
  list-style: none;
  border-right: 1px solid #e60002;
  line-height: 1;
  padding: 0 10px;
}
.header-main .head-nav li:last-child {
  border-right: none;
}
.header-main .head-nav li a {
  color: #e60002;
  padding-left: 0;
  background-position: center left;
  background-repeat: no-repeat;
}
.header-main .head-nav li a:hover {
  color: #0037b3;
}
@media (max-width: 768px) {
  .header-main {
    padding: 0;
    border-bottom: 2px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .header-main .head-content {
    flex-wrap: wrap;
  }
  .header-main .head-content .head-nav {
    justify-content: center;
    margin-bottom: 10px;
    font-size: 0.7rem;
    margin: 10px auto;
    width: -moz-max-content;
    width: max-content;
  }
  .header-main .head-content .head-nav li {
    padding: 0 15px;
  }
  .header-main .head-content .head-item {
    flex: 1 1 auto;
  }
  .header-main .head-content .head-weather {
    padding: 5px 0;
    margin-left: auto;
  }
  .header-main .head-content .head-logo {
    padding: 10px 0 6px 0;
    justify-content: space-between;
  }
  .header-main .head-content .head-logo img {
    max-width: 160px;
  }
  .header-main .head-content .head-search-btn {
    align-self: center;
    border-radius: 50%;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-image: url(../img/search_icon.png);
    background-size: 50% 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-color: #ddd;
  }
}
@media (max-width: 320px) {
  .header-main .head-content {
    flex-wrap: wrap;
  }
  .header-main .head-content .head-nav li {
    padding: 0 10px;
  }
  .header-main .head-content .head-nav li a {
    background: none;
    padding-left: 0;
  }
}

.primary-menu {
  background-color: #cb0101;
  border-top: 1px solid #cb0101;
  position: relative;
  font-family: "Noto Serif", sans-serif;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .primary-menu > .container {
    padding: 0;
  }
}
.primary-menu .content-menu .navbar {
  padding: 0px;
}
.primary-menu .content-menu .navbar .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item {
  padding: 0.3rem 0.8rem;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item .nav-link:hover {
  text-decoration: none;
  color: #ffe694;
}
@media (max-width: 768px) {
  .primary-menu .content-menu .navbar .navbar-nav .nav-item {
    padding: 0.3rem 0.5rem;
  }
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item.home-icon {
  padding: 0;
  height: 100%;
  color: #fff;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item.home-icon img {
  width: 34px;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item.home-icon a {
  font-size: 1.3rem;
  padding: 0;
  line-height: 1;
}
.primary-menu .content-menu .navbar .search-mb {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: url("../img/s-mb.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.primary-menu .sub-mb-search {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 999;
  padding: 15px 0px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.primary-menu .sub-mb-search.open {
  display: block;
}
.primary-menu .sub-mb-search .input-group input:focus {
  outline: none;
  box-shadow: none;
  border-color: #e60002;
}
.primary-menu .sub-mb-search form {
  position: relative;
}
.primary-menu .sub-mb-search form:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -23px;
  right: 43px;
  margin-left: 2px;
  display: block;
}
.primary-menu .submenu-category {
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 999;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  padding: 10px 0px;
  display: none;
}
.primary-menu .submenu-category .content-nav .nav-category {
  -moz-column-count: 7;
  column-count: 7;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
  display: inherit;
  padding: 10px 0px 0px 0px;
  margin-bottom: 0px;
}
.primary-menu .submenu-category .content-nav .nav-category .nav-item {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  display: inline-block;
  width: 100%;
}
.primary-menu .submenu-category .content-nav .nav-category .nav-item .nav-link {
  color: #333;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 700;
  padding: 0.3rem 0;
  position: relative;
}
.primary-menu .submenu-category .content-nav .nav-category .nav-item .has-sub {
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0;
}
.primary-menu .submenu-category .content-nav .nav-category .nav-item .has-sub .nav-item {
  display: block;
}
.primary-menu .submenu-category .content-nav .nav-category .nav-item .has-sub .nav-item .nav-link {
  color: #525252;
  font-size: 0.9rem;
  line-height: 1.1rem;
  padding: 0.3rem 0;
  font-weight: 400;
}
.primary-menu .submenu-category .content-nav .nav-category .nav-item .has-sub .nav-item .nav-link:hover {
  color: #e60002;
}
.primary-menu .submenu-category .content-nav .nav-category .others {
  display: block;
}
.primary-menu .submenu-category.open {
  display: block;
}
.primary-menu.menu-expand .content-menu .navbar ul li a:not(.home-icon) {
  padding: 0px 25px;
  line-height: 2rem;
  font-size: 1rem;
  text-transform: uppercase;
}
.primary-menu .head-content .head-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background-color: #f2f3f5;
  padding: 10px 10px;
  border-radius: 25px;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin: 10px 0 0 0;
}
.primary-menu .head-content .head-nav li {
  list-style: none;
  border-right: 1px solid #e60002;
  line-height: 1;
  padding: 0 10px;
}
.primary-menu .head-content .head-nav li:last-child {
  border-right: none;
}
.primary-menu .head-content .head-nav li a {
  color: #e60002;
  padding-left: 0;
  background-position: center left;
  background-repeat: no-repeat;
}
.primary-menu .head-content .head-nav li a:hover {
  color: #0037b3;
}
@media (max-width: 768px) {
  .primary-menu .head-content {
    flex-wrap: wrap;
  }
  .primary-menu .head-content .head-nav {
    justify-content: center;
    margin-bottom: 10px;
    font-size: 0.7rem;
    margin: 10px auto;
    width: -moz-max-content;
    width: max-content;
  }
  .primary-menu .head-content .head-nav li {
    padding: 0 15px;
  }
}
@media (max-width: 320px) {
  .primary-menu .head-content {
    flex-wrap: wrap;
  }
  .primary-menu .head-content .head-nav li {
    padding: 0 10px;
  }
  .primary-menu .head-content .head-nav li a {
    background: none;
    padding-left: 0;
  }
}

.show .sub-mb-search {
  display: block;
}

.logo a {
  display: block;
  padding: 10px 0;
}
.logo a img {
  max-width: 286px;
}

.logo-mb {
  display: none;
  padding: 10px;
}
.logo-mb img {
  max-height: 80px;
}
@media (max-width: 768px) {
  .logo-mb {
    display: block;
  }
}

.extra-menu {
  padding: 5px 0px;
  border-bottom: solid 1px #ccc;
}
.extra-menu .search-form-top input {
  border-radius: 25px;
  border: solid 1px #ccc;
  padding: 3px 15px;
  color: #515050;
  background: url("../img/icon-QN-15.png") no-repeat;
  background-size: 20px;
  background-position: right 15px bottom 6px;
  background-color: #fff;
}
.extra-menu .search-form-top input:focus {
  outline: none;
}
.extra-menu .search-form-top input::-moz-placeholder {
  font-size: 0.9rem;
}
.extra-menu .search-form-top input::placeholder {
  font-size: 0.9rem;
}
.extra-menu .navbar {
  padding: 0px;
}
.extra-menu .navbar .navbar-nav {
  align-items: center;
}
.extra-menu .navbar .navbar-nav .nav-item .nav-link {
  color: #515050;
  font-size: 0.8rem;
  padding: 0px 10px;
  display: flex;
  align-items: center;
}
.extra-menu .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #e60002;
}
.extra-menu .navbar .navbar-nav .nav-item .nav-link:first-child {
  padding-left: 0px;
}
.extra-menu .navbar .navbar-nav .nav-item .nav-link.nav-link-ad {
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  text-transform: inherit;
  margin-right: 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%);
}
.extra-menu .navbar .navbar-nav .nav-item .nav-link img {
  max-height: 18px;
  margin-right: 5px;
}
.extra-menu .navbar .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  top: 29px;
  left: 8px;
  border: unset;
  background-color: #f2f2f2;
}
.extra-menu .navbar .navbar-nav .nav-item:last-child .nav-link {
  border-right: unset;
}

.no-touch .style-1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.no-touch .style-1::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}
.no-touch .style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e60002;
}

.main-two-column {
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
}
.main-two-column .main-left {
  width: calc(100% - 370px);
  margin-bottom: 15px;
}
.main-two-column .main-right {
  width: 320px;
  margin-left: 50px;
}

.main-content .head-main .title-main-category .main-title {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #e60002;
  font-weight: 600;
}
.main-content .head-main .nav .nav-item .nav-link {
  color: #666;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 5px 5px;
}
.main-content .head-main .nav .nav-item .nav-link:hover {
  color: #e60002;
}
.main-content .head-main .title-time {
  font-size: 0.9rem;
  color: #666;
  white-space: nowrap;
}
.main-content .main-left .content-article .name {
  font-family: Merriweather;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
}
.main-content .main-left .content-article .summary {
  color: #515050;
  font-size: 1rem;
  font-weight: 700;
  font-family: Merriweather;
  line-height: 1.4;
}
.main-content .main-left .content-article .detail {
  color: #222;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  text-align: justify;
}
.main-content .main-left .content-article .detail .title {
  font-family: inherit;
  text-transform: none;
  font-weight: normal;
  border: none;
}
.main-content .main-left .content-article .detail .title a {
  color: #0037b3;
}
.main-content .main-left .content-article .detail .title::after {
  display: none;
}
.main-content .main-left .content-article .detail b,
.main-content .main-left .content-article .detail strong {
  font-weight: 700;
}
.main-content .main-left .content-article .detail h1,
.main-content .main-left .content-article .detail h2,
.main-content .main-left .content-article .detail h3,
.main-content .main-left .content-article .detail h4,
.main-content .main-left .content-article .detail h5,
.main-content .main-left .content-article .detail h6 {
  font-weight: 700;
  font-size: inherit;
}
.main-content .main-left .content-article .detail table {
  height: auto !important;
}
.main-content .main-left .content-article .detail table tr {
  height: auto !important;
}
.main-content .main-left .content-article .detail table tr td {
  height: auto !important;
}
.main-content .main-left .content-article .detail img {
  max-width: 100%;
  height: auto;
}
.main-content .main-left .content-article .detail audio {
  width: 100%;
}
.main-content .main-left .content-article .detail .plugin-compareimage img {
  height: 100%;
}
@media (min-width: 992px) {
  .main-content .main-left .content-article .name {
    font-size: 2rem;
    line-height: 1.4;
  }
  .main-content .main-left .content-article .summary {
    font-size: 1.05rem;
    line-height: 1.6;
  }
  .main-content .main-left .content-article .detail {
    font-size: 1.05rem;
    line-height: 1.6;
  }
}

.relates ul {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 15px 15px 30px;
  border-left: 0px solid #bdbdbd;
  background-color: #f6f6f6;
  margin-bottom: 10px;
  list-style: none;
}
.relates ul li {
  margin-bottom: 10px;
  position: relative;
  line-height: 160%;
  text-align: left;
}
.relates ul li:last-child {
  margin-bottom: 0;
}
.relates ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #757575;
  position: absolute;
  left: -12px;
  top: 10px;
  border-radius: 50%;
}
.relates ul li a {
  color: #076db6;
  position: relative;
  text-decoration: underline;
  text-underline-position: under;
}

.main-footer {
  background-color: #ebebeb;
  font-size: 0.85rem;
  font-family: "Noto Serif", sans-serif;
  font-weight: 600;
}
.main-footer a {
  color: #212529;
}
.main-footer a:hover {
  color: #cb0101;
}
.main-footer .footer-nav {
  color: #fff;
  background-color: #cb0101;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
}
.main-footer .footer-nav ul {
  margin: 0;
}
.main-footer .footer-nav ul li {
  padding: 5px 20px;
}
.main-footer .footer-nav ul li:first-child {
  padding: 5px 10px;
}
.main-footer .footer-nav a {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  display: block;
}
.main-footer .footer-nav a:hover {
  color: #fff;
}
.main-footer .footer-nav a.home {
  font-size: 1.3rem;
}
.main-footer .app .item-app {
  max-width: 150px;
}
.main-footer .app .item-app img {
  border-radius: 5px;
  background-color: #fff;
  height: 100%;
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.main-footer .app .column-right {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-footer .app .column-right .item-app img {
  padding: 5px;
  width: 180px;
}
@media (max-width: 768px) {
  .main-footer .app {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .main-footer .app .item-app img {
    height: auto;
  }
}
.main-footer .follow-us {
  text-transform: uppercase;
}
.main-footer .follow-us .links a {
  margin-left: 10px;
}
.main-footer .follow-us .links img {
  width: 34px;
}
.main-footer .footer-quick-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 25px;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin: 10px 0 0 0;
}
.main-footer .footer-quick-nav li {
  list-style: none;
  border-right: 1px solid #e60002;
  line-height: 1;
  padding: 0 10px;
}
.main-footer .footer-quick-nav li:last-child {
  border-right: none;
}
.main-footer .footer-quick-nav li a {
  font-size: 0.85rem;
  color: #e60002;
  padding-left: 0;
  background-position: center left;
  background-repeat: no-repeat;
}
.main-footer .footer-quick-nav li a:hover {
  color: #0037b3;
}
.main-footer .list-mn-foot {
  flex-wrap: wrap;
  margin-bottom: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
}
.main-footer .list-mn-foot li {
  margin-bottom: 10px;
}
.main-footer .author {
  border-top: solid 0.5px #e9ecef;
  border-bottom: solid 0.5px #e9ecef;
}
.main-footer .author .item {
  border-left: solid 5px #e60002;
  padding-left: 10px;
}
.main-footer .author .item p {
  margin-bottom: 0;
  color: #fff;
}
.main-footer .author .item p:last-child {
  font-size: 0.95rem;
}
.main-footer .list-contact .item {
  padding-left: 20px;
}
.main-footer .list-contact .item:nth-child(1) {
  background: url("../img/call.png") no-repeat;
  background-size: 15px;
  background-position: 0px 2px;
}
.main-footer .list-contact .item:nth-child(2) {
  background: url("../img/faxx.png") no-repeat;
  background-size: 15px;
  background-position: 0px 2px;
}
.main-footer .list-contact .item:nth-child(3) {
  background: url("../img/hotline.png") no-repeat;
  background-size: 15px;
  background-position: 0px 6px;
}
.main-footer .footer-logo img {
  max-width: 320px;
}
.main-footer .footer-copyright {
  background-color: #fff;
  color: #666;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .main-footer .footer-address {
    padding-bottom: 10px;
  }
  .main-footer .footer-address .info-website {
    text-align: center;
  }
  .main-footer .footer-address .info-website img {
    max-width: 250px;
  }
  .main-footer .footer-nav ul {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    overflow-y: auto;
  }
  .main-footer .footer-quick-nav {
    font-size: 0.7rem;
    display: flex;
    margin-bottom: 15px;
  }
  .main-footer .footer-quick-nav li a {
    font-size: 0.7rem;
  }
}
@media (max-width: 320px) {
  .main-footer .footer-quick-nav li {
    padding: 0 10px;
  }
  .main-footer .footer-quick-nav li a {
    background: none !important;
    padding-left: 0;
  }
}

.news-views-more {
  padding: 10px;
  background-color: #f0f0f0;
  height: 100%;
}
.news-views-more .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.news-views-more .box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 42px);
}
.news-views-more .box-content.mCustomScrollbar {
  padding-right: 0;
}
@media (max-width: 768px) {
  .news-views-more .box-content {
    max-height: 450px;
    overflow-y: auto;
  }
}
.news-views-more .box-content .item {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
}
.news-views-more .box-content .item:last-child {
  border-bottom: unset;
}
.news-views-more .box-content .item .number {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 0;
  color: #858484;
  font-size: 1.8rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: "Noto Serif", sans-serif;
  font-weight: 700;
}
.news-views-more .box-content .item .number img {
  max-width: 40px;
}
.news-views-more .box-content .item .content {
  width: 100%;
  margin-left: 10px;
}
.news-views-more .box-content .item .content .card {
  padding-bottom: 0px;
  background: none;
}
.news-views-more .box-content .item .content .card .card-content .card-body {
  padding: 0;
}
.news-views-more .box-content .item .content .card .card-content .card-body .card-title {
  font-size: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.news-views-more.layout2 .card {
  background-color: transparent;
}
.news-views-more.layout2 .card-img {
  border-radius: 0;
}
.news-views-more.layout2 .box-thumb a {
  display: block;
  position: relative;
}
.news-views-more.layout2 .box-thumb a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(255, 222, 117, 0);
  background: linear-gradient(to bottom, rgba(255, 222, 117, 0) 55%, rgba(255, 222, 117, 0) 55%, rgb(255, 222, 117) 90%, rgb(255, 222, 117) 90%);
}
.news-views-more.layout2 .box-content {
  border: none;
  padding: 0;
  background-color: #ffde75;
}
.news-views-more.layout2 .box-content .item {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
.news-views-more.layout2 .box-content .item:last-child {
  border-bottom: unset;
}
.news-views-more.layout2 .box-content .item .number {
  margin-right: 10px;
  color: red;
  font-size: 1.2rem;
  border-radius: 25px;
  border: 1px solid red;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
}
.news-views-more.news-sidebar .box-content .item .number {
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.news-views-more.news-sidebar .box-content .content .card .card-content .card-body .card-title {
  font-size: 1rem;
}

.latest-news {
  background-color: #f2f2f2;
  padding: 10px 0px;
}
.latest-news .item {
  border-bottom: solid 1px #ddd;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
}
.latest-news .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.latest-news .item:last-child .card {
  border-bottom: unset;
}
.latest-news .item .card {
  background: none;
}
.latest-news .item .card .card-title {
  margin-bottom: 0px;
  font-size: 1rem;
}
.latest-news .item .card .card-body {
  padding: 0;
}

.breadcrumbs .breadcrumb {
  background: none;
  border-radius: 0;
  padding: 10px 0 0 0;
  margin-bottom: 10px;
}

.detail-brea {
  border-bottom: 2px solid #eee;
}
.detail-brea .breadcrumbs {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.detail-brea .breadcrumbs ol li {
  font-size: 1rem;
  color: #666;
  margin-right: 20px;
  position: relative;
}
.detail-brea .breadcrumbs ol li a {
  font-size: 1rem;
  color: #666;
}
.detail-brea .breadcrumbs ol li a:hover {
  color: #e60002;
}
.detail-brea .breadcrumbs ol li:after {
  font-family: FontAwesome;
  content: "❯";
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -15px;
}
.detail-brea .breadcrumbs ol li:first-child a {
  font-size: 1.1rem;
  text-transform: uppercase;
}
.detail-brea .breadcrumbs ol li:last-child {
  margin-right: 0px;
}
.detail-brea .breadcrumbs ol li:last-child:after {
  content: "";
}

.cate-brea {
  margin-top: 10px;
}
.cate-brea ol {
  display: flex;
  align-items: center;
}
.cate-brea ol li {
  font-size: 1.2rem;
  color: #666;
  margin-right: 15px;
  position: relative;
}
.cate-brea ol li a {
  font-size: 1rem;
  color: #666;
}
.cate-brea ol li a:hover {
  color: #e60002;
}
.cate-brea ol li:first-child a {
  font-size: 1.5rem;
  color: #333;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

article.card .card-thumb {
  position: relative;
}
article.card .card-thumb .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0.75rem;
  width: 60px;
  height: 60px;
}
article.card .card-thumb .card-overlay .card-icon {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}
article.card .card-thumb .card-overlay .video-icon {
  background: url("../img/video_icon.png") no-repeat;
  background-size: 100% 100%;
}
article.card .card-thumb .card-overlay .album-icon {
  background: url("../img/album_icon.png") no-repeat;
  background-size: 100% 100%;
}
article.card .card-thumb .card-overlay.small-icon .card-icon {
  background-size: 30px 30px;
}

.slick-slide a:focus {
  outline: none !important;
}
.main-content .box-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.main-content .box-top .left-box {
  width: calc(100% - 300px);
}
.main-content .box-top .left-box.full-box {
  width: 100%;
}
.main-content .box-top .left-box .primary-item .card .card-body .card-title {
  font-size: 1.4rem;
  line-height: 1.3;
}
.main-content .box-top .left-box .scroll-list {
  max-height: 500px;
  overflow-y: hidden;
}
.main-content .box-top .left-box .scroll-list .bottom-item {
  position: relative;
  padding-left: 8px;
}
.main-content .box-top .left-box .scroll-list .bottom-item .item {
  border: none !important;
  margin: 0;
  padding: 0;
}
.main-content .box-top .left-box .scroll-list .bottom-item::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 4px;
  top: 0;
  border: 1px solid #ddd;
}
.main-content .box-top .left-box .scroll-list .bottom-item .card .card-content .card-body {
  padding: 0;
}
.main-content .box-top .left-box .scroll-list .bottom-item .card .card-content .card-body .card-title {
  font-size: 1rem;
  position: relative;
  margin-left: 10px;
  margin-bottom: 0rem;
  border-bottom: solid 1px #ccc;
  padding: 10px 0px;
}
.main-content .box-top .left-box .scroll-list .bottom-item .card .card-content .card-body .card-title:after {
  content: "";
  position: absolute;
  top: 14px;
  left: -17px;
  width: 9px;
  height: 9px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
}
.main-content .box-top .left-box .block-home-featured2 .swiper-slide {
  max-width: 200px;
}
.main-content .box-top .left-box .block-home-featured2.swiper-initialized .swiper-slide {
  max-width: 100%;
}
.main-content .box-top .right-box {
  width: 300px;
  margin-left: 20px;
}
.main-content .box-top .block-slider, .main-content .box-top .slider-home-hot {
  visibility: hidden;
}
.main-content .box-top .block-slider .slick-prev, .main-content .box-top .slider-home-hot .slick-prev {
  top: 32%;
  background-color: rgba(218, 0, 0, 0.768627451);
  z-index: 99;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 50px;
  left: 10px;
}
.main-content .box-top .block-slider .slick-prev:before, .main-content .box-top .slider-home-hot .slick-prev:before {
  content: "" !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-135deg);
  left: 5px;
  top: 17px;
  position: absolute;
  opacity: 1;
}
.main-content .box-top .block-slider .slick-next, .main-content .box-top .slider-home-hot .slick-next {
  right: 8px;
  background-color: rgba(218, 0, 0, 0.768627451);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  top: 32%;
  height: 50px;
}
.main-content .box-top .block-slider .slick-next:before, .main-content .box-top .slider-home-hot .slick-next:before {
  content: "" !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-135deg);
  left: 0px;
  top: 17px;
  position: absolute;
  opacity: 1;
}
.main-content .box-top .block-slider.slick-initialized, .main-content .box-top .slick-initialized.slider-home-hot {
  visibility: visible;
}
.main-content .box-top .slider-home-hot {
  visibility: hidden;
}
.main-content .box-top .slider-home-hot .slick-prev {
  left: 0px;
}
.main-content .box-top .slider-home-hot .slick-next {
  right: 0px;
}
.main-content .box-top .slider-home-hot.slick-initialized {
  visibility: visible;
}
.main-content .box-top .body-block {
  padding-bottom: 0px !important;
  border-bottom: unset;
}
.main-content .box-top .body-block .top-item .card-title {
  font-size: 1.1rem;
}

.live-box .content-right .livestream {
  background-color: #00004a;
  padding: 0px;
}
.live-box .content-right .livestream .head-live {
  padding: 3px 15px;
  border-bottom: solid 4px #e60002;
}
.live-box .content-right .livestream .head-live .chanel-text {
  background: url("../img/icon-QN-06.png") no-repeat;
  padding-left: 30px;
  background-size: 25px;
  background-position: 0px 1px;
}
.live-box .content-right .livestream .head-live .chanel-calendar {
  background: url("../img/icon-QN-09.png") no-repeat;
  padding-left: 30px;
  background-size: 25px;
}
.live-box .content-right .livestream .head-live .chanel-icon .nav {
  flex-wrap: nowrap;
  align-items: center;
}
.live-box .content-right .livestream .head-live .chanel-icon .nav a {
  padding: 5px;
}
.live-box .content-right .livestream .head-live .chanel-icon .nav a.active {
  position: relative;
}
.live-box .content-right .livestream .head-live .chanel-icon .nav a.active:after {
  content: "";
  position: absolute;
  width: 100%;
  border: solid 2px #ccc;
  bottom: -7px;
  left: 0px;
}
.live-box .content-right .livestream .body-live {
  padding: 0px 10px;
}
.live-box .content-right .livestream .body-live .rightlivestream {
  padding-top: 10px;
  padding-bottom: 10px;
}
.live-box .content-right .livestream .body-live .livestream-play .info-live {
  padding: 10px;
}
.live-box .content-right .livestream .body-live .livestream-play .info-live .timeandtext {
  max-width: calc(100% - 90px);
}
.live-box .content-right .livestream .body-live .livestream-play .info-live h3 {
  font-size: 1.1rem;
}
.live-box .content-right .livestream .body-live .livestream-play .info-live h3 a {
  color: #fff;
}
.live-box .content-right .livestream .body-live .livestream-play .program_now {
  background-color: #e60002;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 3px;
  padding: 2px 10px;
  width: 90px;
}
.live-box .content-right .livestream .body-live .block-schedule {
  max-height: 326px;
  overflow: hidden;
}
.live-box .content-right .livestream .body-live .block-schedule .item-child {
  padding: 10px 0px 10px 0px;
  border-bottom: dashed 1px #515050;
}
.live-box .content-right .livestream .body-live .block-schedule .item-child:first-child {
  padding-top: 0px;
}
.live-box .content-right .livestream .body-live .block-schedule .item-child .card {
  background-color: transparent;
}
.live-box .content-right .livestream .body-live .block-schedule .item-child .card .card-thumb .card-overlay {
  padding: 0.3rem;
}
.live-box .content-right .livestream .body-live .block-schedule .item-child .card .card-thumb .card-overlay .card-icon {
  width: 40px;
  height: 40px;
}
.live-box .content-right .livestream .body-live .block-schedule .item-child .card .card-body {
  background-color: transparent;
  padding-right: 10px !important;
}
.live-box .content-right .livestream .body-live .block-schedule .item-child .card .card-title {
  font-size: 0.85rem;
  margin-bottom: 0rem;
}
.live-box .content-right .livestream .body-live .block-schedule .item-child .card .card-title a {
  color: #fff;
}
.live-box .content-right .box-news .title {
  background: url("../img/icon-QN-08.png") no-repeat left;
  padding-left: 30px;
  background-size: 25px;
  background-position: 0px 5px;
}
.live-box .content-right .box-news .card {
  background-color: #f2f2f2;
  border-bottom: solid 2px #e60002;
  height: 100%;
}
.live-box .content-right .box-news .card .card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.live-box .content-right .box-news .card .card-content .card-body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.live-box .content-left {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.live-box .content-left .scroll-box {
  position: relative;
  overflow: hidden;
}
.live-box .content-left .card {
  border-bottom: dashed 1px #ccc;
  padding: 5px 5px 10px 0px;
}
.live-box .content-left .card:first-child {
  padding-top: 0px;
}

.block-videos .head-block .title {
  margin-bottom: 0;
}
.block-videos .block-body {
  background-color: #f0f0f0;
  padding: 10px;
}
.block-videos .block-body .block-video-right {
  padding-left: 10px;
  padding-right: 0;
}
.block-videos .block-body .video-content video {
  -o-object-fit: cover;
     object-fit: cover;
}
.block-videos .block-body .video-info {
  padding: 10px;
}
.block-videos .block-body .video-info h3 {
  font-size: 1.1rem;
  font-family: "Noto Serif", sans-serif;
  font-weight: 700;
}
.block-videos .block-body .video-info h3 a {
  color: #212529;
}
.block-videos .block-body .video-list .item {
  padding: 10px 0px 10px 0px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.block-videos .block-body .video-list .item:last-child {
  border-bottom: none;
}
.block-videos .block-body .video-list .item:first-child {
  padding-top: 0px;
}
.block-videos .block-body .video-list .item .card {
  background-color: transparent;
}
.block-videos .block-body .video-list .item .card .card-thumb .card-overlay {
  padding: 0.3rem;
}
.block-videos .block-body .video-list .item .card .card-thumb .card-overlay .card-icon {
  width: 40px;
  height: 40px;
}
.block-videos .block-body .video-list .item .card .card-body {
  background-color: transparent;
  padding-right: 10px !important;
}
.block-videos .block-body .video-list .item .card .card-title {
  font-size: 0.95rem;
  margin-bottom: 0rem;
}
.block-videos .block-body .video-list .item .card .card-title a {
  color: #212529;
}
@media (max-width: 768px) {
  .block-videos .block-body .block-video-right {
    padding-left: 0;
    padding-top: 15px;
  }
  .block-videos .block-body .block-video-right .video-list .card .card-content {
    display: flex;
  }
  .block-videos .block-body .block-video-right .video-list .card .card-content .card-thumb {
    flex: 0 0 35%;
    align-self: flex-start;
  }
  .block-videos .block-body .block-video-right .video-list .card .card-content .card-body {
    margin-left: 15px;
    padding: 0;
  }
}

.multimedia {
  padding: 20px 0px 30px 0px;
}
.multimedia .divider {
  border-color: rgba(55, 55, 55, 0.1);
  flex: 1 1 auto;
}
.multimedia .head-box .head-multi a {
  color: #333;
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
}
.multimedia .head-box .head-multi a:hover {
  color: #e60002;
}
.multimedia .head-box .head-multi .title a {
  color: #e60002 !important;
}
.multimedia .head-box .head-multi .nav {
  margin-left: 15px;
}
.multimedia .head-box .head-multi .nav .nav-item {
  margin-left: 10px;
}
.multimedia .head-box .head-multi .nav .nav-item .nav-link {
  padding: 0px 10px 0px 5px;
  font-size: 0.95rem;
  position: relative;
}
.multimedia .head-box .head-multi .nav .nav-item .nav-link:hover {
  color: #e60002;
}
.multimedia .head-box .head-multi .nav .nav-item .nav-link:after {
  content: "/";
  position: absolute;
  right: 0px;
}
.multimedia .head-box .head-multi .nav .nav-item:last-child .nav-link:after {
  content: "";
  position: absolute;
  right: 0px;
}
.multimedia .card-style-less .card-body {
  background-color: #f4c533;
  padding: 10px;
}
.multimedia .card-style-less .card-body .card-desc {
  color: #888;
}
.multimedia .card-style-less .card-body .card-time {
  color: #fff;
  font-size: 0.8rem;
}
.multimedia .card-style-less .card-body .card-category {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
}
.multimedia .box-left .items-top {
  margin-bottom: 20px;
}
.multimedia .box-left .items-top .card {
  background-color: #f4c533;
  height: 100%;
}
.multimedia .box-left .items-top .card .card-title {
  font-size: 1.4rem;
}
.multimedia .box-right {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.multimedia .box-right .card {
  flex: 0 0 48%;
  padding: 10px 0px;
  background-color: transparent;
}
.multimedia .box-right .card:first-child {
  margin-bottom: auto;
}
.multimedia .box-right .card:last-child {
  margin-top: auto;
}
.multimedia .box-right .card .card-title {
  font-size: 0.85rem;
  font-weight: 700;
}
.multimedia .box-right .card .card-content {
  height: 100%;
  background-color: #f6d778;
}
.multimedia .box-right .card:nth-child(1) {
  padding-top: 0px;
}
.multimedia .box-right .card:nth-child(2) {
  padding-top: 0px;
}
.multimedia .box-right .card:nth-child(3) {
  padding-bottom: 0px;
}
.multimedia .box-right .card:nth-child(4) {
  padding-bottom: 0px;
}
.multimedia.layout2 .block-border-left {
  border-color: rgba(55, 55, 55, 0.1);
}
.multimedia.layout2 .box-left .card-style-horizontal {
  background-color: #f4c533;
  height: 100%;
}
.multimedia.layout2 .box-left .card-style-horizontal .card-title {
  font-size: 1rem;
}
.multimedia.layout2 .box-left .card-style-horizontal .card-body {
  padding: 15px 15px 15px 0;
}
.multimedia.layout2 .box-left .items-top .card-style-horizontal .card-title {
  font-size: 1.4rem;
}
.multimedia.layout2 .box-right {
  align-items: center;
}
.multimedia.layout2 .box-right .card {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
}
.multimedia.layout2 .box-right .card.card-style-less .card-body {
  padding: 10px 15px;
}
.multimedia.layout2 .box-right .card .card-title {
  font-size: 1rem;
}
.multimedia.layout2 .box-right .card .card-content {
  height: auto;
}
@media (max-width: 768px) {
  .multimedia.layout2 {
    padding-bottom: 10px;
  }
  .multimedia.layout2 .box-left .items-top {
    margin-bottom: 10px;
  }
  .multimedia.layout2 .box-left .items-top .card-style-horizontal .card-body {
    padding: 10px;
  }
  .multimedia.layout2 .box-left .items-bottom .card-style-horizontal .card-body {
    padding: 10px 0 0 0;
  }
  .multimedia.layout2 .box-left .items-bottom .item {
    margin-bottom: 10px;
  }
  .multimedia.layout2 .box-left .items-bottom .item [class*=col-]:last-child {
    padding-left: 0;
  }
  .multimedia.layout2 .box-right .divider {
    display: none;
  }
}

.block-news .head-block {
  padding-bottom: 0.5rem;
}
.block-news .head-block .title {
  margin-bottom: 0px;
  flex: 0 0 auto;
}
.block-news .head-block .nav {
  margin-left: 15px;
}
.block-news .head-block .nav .nav-item .nav-link {
  color: #666;
  padding: 0px 10px 0px 5px;
  font-size: 0.85rem;
  position: relative;
}
.block-news .head-block .nav .nav-item .nav-link:hover {
  color: #e60002;
}
.block-news .head-block .nav .nav-item .nav-link:after {
  content: "/";
  position: absolute;
  right: 0px;
}
.block-news .head-block .nav .nav-item:last-child .nav-link:after {
  content: "";
  position: absolute;
  right: 0px;
}
.block-news .list-card-only-title .item {
  border-top: solid 1px #d9d9d9;
  padding-top: 10px;
  margin-top: 10px;
  flex: 1 1 auto;
}
.block-news .list-card-only-title .item .card-style-less {
  margin-top: 0px;
}
.block-news .list-card-only-title .item .card-style-less .card-content .card-body {
  padding: 0;
}
.block-news .list-card-only-title .item .card-style-less .card-content .card-body .card-title {
  position: relative;
}
.block-news .list-card-only-title .item:first-child .card-style-less .card-content .card-body {
  padding-top: 0px;
}
.block-news .list-card-only-title.reverse-border .item {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.block-news .list-card-only-title.reverse-border .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.block-news .primary-item .card .card-body .card-title {
  font-size: 1.2rem;
  line-height: 1.4;
}
.block-news .absolust-title .card .card-content .card-body {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
}
.block-news .absolust-title .card .card-content .card-body .card-title a {
  color: #fff;
}
.block-news .absolust-title .card .card-content .card-body .card-title a:hover {
  color: #e60002;
}
.block-news .absolust-title .card .card-content .card-body .card-meta .card-time {
  color: #fff;
}
.block-news .right-ads {
  margin-top: 47px;
}

.infomation {
  margin-top: 20px;
}
.infomation .container {
  position: relative;
}
.infomation .title {
  margin-bottom: 5px;
}
.infomation .title a img {
  max-height: 24px;
}
.infomation .title a span {
  border-bottom: unset;
  position: relative;
  padding-left: 10px;
}
.infomation .slider-infomation {
  visibility: hidden;
}
.infomation .slider-infomation .card-style-less {
  background-color: transparent;
}
.infomation .slider-infomation .card-style-less .card-body .card-title a:hover {
  color: #0037b3;
}
.infomation .slider-infomation .slick-prev {
  right: 25px;
  left: unset;
  width: 35px;
  height: 50px;
  top: -40px;
  background-color: transparent;
  z-index: 99;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.infomation .slider-infomation .slick-prev:before {
  content: "" !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #495057;
  border-right: 3px solid #495057;
  transform: rotate(-135deg);
  right: 0px;
  top: 20px;
  position: absolute;
  opacity: 1;
}
.infomation .slider-infomation .slick-next {
  right: -5px;
  width: 35px;
  height: 50px;
  background-color: transparent;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  top: -40px;
}
.infomation .slider-infomation .slick-next:before {
  content: "" !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-left: 3px solid #495057;
  border-bottom: 3px solid #495057;
  transform: rotate(-135deg);
  left: 10px;
  top: 20px;
  position: absolute;
  opacity: 1;
}
.infomation .slider-infomation.swiper-initialized {
  visibility: visible;
}
.infomation .swiper-prev {
  right: 45px;
  left: unset;
  width: 35px;
  height: 50px;
  top: -10px;
  background-color: transparent;
  z-index: 99;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.infomation .swiper-prev:before {
  border-color: #495057;
}
.infomation .swiper-next {
  right: 15px;
  width: 35px;
  height: 50px;
  background-color: transparent;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  top: -10px;
}
.infomation .swiper-next:before {
  border-color: #495057;
}

.main-category .main-left .feature-box .card .card-body .card-title {
  font-size: 1.2rem;
  line-height: 1.3;
}
.main-category .main-left .feature-box .primary-item {
  border-right: 1px dashed #ccc;
  padding-right: 20px;
}
.main-category .main-left .feature-box .primary-item .card .card-body .card-title {
  font-size: 1.2rem;
  line-height: 1.3;
}
.main-category .main-left .feature-box .horizoltal-feature-box {
  border-top: dashed 1px #ccc;
  border-bottom: dashed 1px #ccc;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .main-category .main-left .content-box .card .card-desc {
    display: none;
  }
  .main-category .main-left .slide-box .card .card-body .card-title {
    font-size: 0.85rem;
  }
  .main-category .main-left .top-box .card .card-content .row > [class*=col-]:last-child {
    padding-left: 0;
  }
  .main-category .main-left .bottom-box .block-border-right {
    margin-bottom: 15px;
  }
}
.main-category .main-right .ads-block-item img {
  width: 100%;
}
.main-category .category-sub .block-news .head-block {
  margin-top: 20px;
}

.main-content .content-multimedia .card .card-body .card-title {
  font-size: 1rem;
}
.main-content .content-multimedia .item-first .card {
  position: relative;
}
.main-content .content-multimedia .item-first .card .card-body {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}
.main-content .content-multimedia .item-first .card .card-body .card-title {
  font-size: 1.6rem;
}
.main-content .content-multimedia .item-first .card .card-body .card-title a {
  color: #fff;
}
.main-content .content-multimedia .item-first .card .card-body .card-title a:hover {
  color: #e60002;
}
.main-content .content-multimedia .item-first .card .card-body .card-meta .card-category a {
  color: #ccc;
}
.main-content .content-multimedia .item-first .card .card-body .card-meta .card-time {
  color: #ccc;
}
.main-content .content-multimedia .item-first .card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, black 100%);
}

.main-infographics {
  background-color: #fff;
}
.main-infographics .breadcrumb {
  background-color: transparent !important;
}
.main-infographics .content-multimedia .infographic-title h1 {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .main-infographics .content-multimedia .infographic-title h1 {
    font-size: 1.8rem;
  }
}
.main-infographics .content-multimedia .infographic-content {
  width: 80%;
  margin: 0px auto;
}
.main-infographics .content-multimedia .infographic-content table {
  max-width: 100%;
  height: auto !important;
}
.main-infographics .content-multimedia .infographic-content img {
  height: auto !important;
}

.main-content .television .live-television {
  display: flex;
}
.main-content .television .live-television .tv-box {
  flex: 1 1 auto;
}
.main-content .television .live-television .tv-box .head {
  border-bottom: solid 1px #515050;
  display: flex;
  white-space: nowrap;
}
.main-content .television .live-television .tv-box .head .title {
  font-size: 1.5rem;
}
.main-content .television .live-television .tv-box .head .chanel-list {
  margin-left: 25px;
  margin-bottom: 0px;
}
.main-content .television .live-television .tv-box .head .chanel-list .nav-item {
  max-width: 120px;
  margin: 0px 20px;
  position: relative;
}
.main-content .television .live-television .tv-box .head .chanel-list .nav-item .active:before {
  content: "";
  position: absolute;
  bottom: -9px;
  border-bottom: solid 1px #e60002;
  width: 100%;
}
.main-content .television .live-television .schedule-box {
  width: 345px;
  position: relative;
}
.main-content .television .live-television .schedule-box .box {
  position: absolute;
  width: 100%;
  max-height: 100%;
  height: 100%;
  overflow-y: hidden;
}
.main-content .television .live-television .schedule-box .block-heading {
  align-items: center;
  border-bottom: solid 1px #515050;
  padding: 10px 0px 10px 20px;
  height: 45px;
  color: #212529;
}
.main-content .television .live-television .schedule-box .block-heading .heading-right {
  position: relative;
}
.main-content .television .live-television .schedule-box .block-heading .heading-right input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main-content .television .live-television .schedule-box .block-heading .heading-right .switch-channel {
  border: 1px solid #e21313;
  color: #fff;
  padding: 0 8px;
  font-size: 0.8rem;
  border-radius: 1px;
  display: inline-block;
  background-color: #e21313;
}
.main-content .television .live-television .schedule-box .block-heading .heading-right .switch-channel:focus {
  outline: none;
}
.main-content .television .live-television .schedule-box .schedule {
  background-color: #1a1a37;
}
.main-content .television .live-television .schedule-box .schedule .item {
  transition: background-color 0.2s ease;
  cursor: pointer;
  border-bottom: 1px solid #000120;
  position: relative;
  color: #fff;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0px 5px 5px;
}
.main-content .television .live-television .schedule-box .schedule .item:hover {
  background-color: rgba(155, 155, 155, 0.2);
}
.main-content .television .live-television .schedule-box .schedule .item .time-line {
  font-weight: 400;
  font-size: 0.84rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
}
.main-content .television .live-television .schedule-box .schedule .item .program {
  font-size: 0.9rem;
  padding: 10px 5px 10px 0px;
  margin-right: 20px;
}
.main-content .television .live-television .schedule-box .schedule .item .program-note {
  font-size: 0.9rem;
  width: 75px;
}
.main-content .television .live-television .schedule-box .schedule .item .replay {
  width: 105px;
  padding: 0 10px 0 0;
  text-align: right;
  cursor: pointer;
  border-radius: 3px;
  padding-left: 3px;
  margin-left: auto;
}
.main-content .television .live-television .schedule-box .schedule .item .live {
  width: 140px;
  padding: 0 10px 0 0;
  text-align: right;
  cursor: pointer;
  border: solid 1px #fff;
  border-radius: 3px;
  padding-left: 3px;
  font-size: 0.9rem;
}
.main-content .television .live-television .schedule-box .schedule .active {
  background-color: #e60002;
}
.main-content .television .live-television .schedule-box .schedule .active:hover {
  background-color: #e60002;
}
.main-content .television .live-television .schedule-box .schedule .active .program_title {
  color: #fff !important;
}
.main-content .television .live-television .schedule-box .schedule .active .time_line {
  background-color: unset !important;
}
.main-content .television .live-television .schedule-box .schedule .active .program_note {
  border: solid 1px #fff;
}
.main-content .block-video .body-block {
  display: flex;
  justify-content: space-between;
}
.main-content .block-video .body-block .left-block {
  width: 45%;
  margin-right: 20px;
}
.main-content .block-video .body-block .right-block {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-content .block-video .body-block .right-block .card {
  width: 32%;
}

.main-content .television-detail .tv-detail {
  display: flex;
}
.main-content .television-detail .tv-detail .left-tv {
  width: calc(100% - 400px);
}
.main-content .television-detail .tv-detail .right-tv {
  flex: 1;
  width: 400px;
  position: relative;
  background-color: #f2f2f2;
  padding: 20px;
}
.main-content .television-detail .tv-detail .right-tv h1 {
  font-family: "Noto Serif", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}
.main-content .television-detail .tv-detail .right-tv .info-and-comment {
  position: absolute;
  max-width: calc(100% - 40px);
  height: calc(100% - 40px);
  overflow-y: auto;
}
.main-content .television-detail .video-js {
  min-height: 440px;
}
.broadcast .head-broad {
  background-color: #d9d9d9;
  border-top: solid 2px #e60002;
  padding: 5px 0px;
}
.broadcast .head-broad .head-day {
  display: flex;
  flex-wrap: nowrap;
}
.broadcast .head-broad .head-day .item {
  width: 14.2857142857%;
  padding: 5px 0px;
  margin: 0px 2px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #676767;
  background-color: #fff;
  cursor: pointer;
}
.broadcast .head-broad .head-day .item .day {
  font-weight: 600;
}
.broadcast .head-broad .head-day .item:hover {
  background-color: #e60002;
  color: #fff;
}
.broadcast .head-broad .head-day .active {
  background-color: #e60002;
  color: #fff;
}
.broadcast .head-chanel {
  background-color: #010c4a;
}
.broadcast .head-chanel ul .nav-item {
  padding: 15px 10px;
}
.broadcast .head-chanel ul .nav-item:hover {
  background-color: #e60002;
}
.broadcast .head-chanel ul .active {
  background-color: #e60002;
}
.broadcast .box .schedule {
  max-height: 70vh;
}
.broadcast .box .schedule .item {
  font-size: 1rem;
  cursor: pointer;
}
.broadcast .box .schedule .item .time {
  width: 60px;
}
.broadcast .box .schedule .item.active {
  background-color: #e60002;
  color: #fff;
}

.printnewspaper .card {
  padding: 10px;
  background-color: #f2f2f2;
}

.block-news-list .card .card-title {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .block-news-list .card.card-style-less .card-title {
    margin: 10px 0;
  }
  .block-news-list .card.card-style-less .card-desc {
    margin: 0;
  }
  .block-news-list .card.card-style-horizontal .card-title {
    font-size: 0.95rem;
  }
}

.tags {
  clear: both;
  display: flex;
  padding-left: 0px;
  list-style-type: none;
  flex-wrap: wrap;
  margin: 15px 0px;
  color: #999;
}
.tags li a {
  padding: 5px 10px;
  background-color: #eee;
  margin: 0 0 10px 10px;
  color: #515050;
}
.tags li a:hover {
  color: #e60002;
}

.totop {
  position: fixed;
  right: 40px;
  bottom: 50px;
  background-color: #fff;
  color: #e60002;
  padding: 5px 15px;
  font-size: 25px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.totop:hover {
  background: #f7f7f7;
}

.social .savenews {
  line-height: 20px;
}
.social .print_page {
  line-height: 20px;
  margin-right: 0.25rem;
}

.social-links {
  display: flex;
  align-items: center;
  line-height: 10px;
  max-height: 21px;
}
.social-links .social-label {
  display: none;
}
.social-links .social-item {
  display: flex;
}
.social-links .social-item.tweet {
  margin: 0px 5px;
}
.social-links .social-item.email {
  background-color: #007bff;
  padding: 4px 5px;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 4px;
}
.social-links .social-item.email a {
  color: #fff;
}
.social-links .social-item .zalo-share-button {
  z-index: 0 !important;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}

.comments-btn {
  min-width: unset !important;
  background-color: #e60002 !important;
  border-radius: 0px !important;
  padding: 3px 20px !important;
  font-size: 0.95rem !important;
}

.pagination {
  margin-top: 10px;
  flex-wrap: wrap;
}
.pagination li {
  background-color: #ccc;
  margin: 3px 2px;
}
.pagination li a {
  color: #000;
  font-weight: 600;
}
.pagination li.active {
  color: #fff;
}
.pagination li.active span {
  color: #e60002;
  font-weight: 600;
  background-color: unset;
}

.content_404 {
  padding: 40px 0 40px 0;
}
.content_404 .block-top h1 {
  color: #222;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}
.content_404 .form-search {
  width: 400px;
  max-width: 100%;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: auto;
  position: relative;
  display: flex;
}
.content_404 .form-search .search-query {
  border: 0;
  margin: 0;
  height: 52px;
  line-height: 52px;
  text-indent: 30px;
  padding-right: 80px;
  border-radius: 0;
  flex: 1;
}
.content_404 .form-search .form-button:hover {
  background: #bd0001;
}
.content_404 .form-search .form-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  background: #d20001;
  border: 0;
  font-size: 0;
  height: 52px;
  padding: 0;
  border-radius: 0;
}
.content_404 .form-search .form-button:before {
  content: "\f1d8";
  font-size: 14px;
  color: #fff;
  font-family: FontAwesome;
  transition: all 0.3s;
}
.content_404 .block-bottom .btn-404 {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}

.main-search .block-nav .nav {
  margin-bottom: 1rem;
}
.main-search .block-nav .nav .nav-item:first-child .nav-link {
  padding-left: 0px;
}
.main-search .block-nav .nav .nav-link.active {
  font-weight: 600;
  color: #e60002;
}
.main-search .block-nav .nav .nav-link.active:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: none;
  width: 100%;
  height: 2px;
  background-color: #e21;
  content: "";
}
.main-search .block-nav .nav .nav-link {
  position: relative;
}

.auth-block .auth-toolbar .auth-user {
  margin-left: 0px !important;
}
.auth-block .auth-toolbar .auth-user .user {
  font-size: 0.8rem !important;
}
.auth-block .auth-toolbar .auth-user a {
  color: #515050 !important;
}

.group-button {
  margin-top: 10px;
}
.group-button .load-more, .group-button .view-follow-day {
  background-color: #e60002;
  padding: 10px 15px;
  color: #fff;
}
.group-button .view-follow-day {
  margin-left: 15px;
}

.group-ads .left-ads {
  position: fixed;
  left: 2px;
  bottom: 10px;
  display: flex;
  justify-content: flex-end;
  width: 100px;
  z-index: 1;
}
.group-ads .right-ads {
  position: fixed;
  right: 2px;
  bottom: 10px;
  display: flex;
  justify-content: flex-start;
  width: 100px;
  z-index: 1;
}

.ads-close-text {
  background-color: #fff;
  font-size: 13px;
  padding: 3px 5px;
  cursor: pointer;
  display: none;
}

.ads-block-item {
  margin-bottom: 10px;
}
.ads-block-item iframe {
  max-width: 100%;
}
.ads-block-item img {
  max-width: 100%;
}

.ads-block-item {
  margin-bottom: 10px;
}

.bottom-ads {
  position: fixed;
  bottom: 0px;
  z-index: 9;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
.bottom-ads .ads-block-item {
  margin-bottom: 0px !important;
}
.bottom-ads .ads-close-text {
  display: block;
}

.bottom-left-ads {
  position: fixed;
  left: 0;
  bottom: 0px;
  z-index: 9;
}
.bottom-left-ads .ads-close-text {
  display: block;
}

.bottom-right-ads {
  position: fixed;
  right: 0;
  bottom: 0px;
  z-index: 9;
}
.bottom-right-ads .ads-close-text {
  display: block;
}

.top-left-ads {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}
.top-left-ads .ads-close-text {
  display: block;
}

.top-right-ads {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}
.top-right-ads .ads-close-text {
  display: block;
}

.ads-zone-group {
  position: relative;
}
.ads-zone-group .ads-block-item:last-child {
  margin-bottom: 0;
}
.ads-zone-group[data-type=shareflip] .ads-block-item {
  margin: 0;
}
.ads-zone-group[data-position*=affix_] {
  display: inline-block;
}
.ads-zone-group .ads-button {
  position: absolute;
  right: 1px;
  top: 0px;
  z-index: 9;
}
.ads-zone-group .zonegroup-horizontal {
  display: flex;
}
.ads-zone-group .zonegroup-horizontal .ads-block-item {
  margin: 5px 10px;
  flex: 1 1;
}
@media (max-width: 768px) {
  .ads-zone-group .row > div:not(:last-child) {
    margin-bottom: 15px;
  }
}

.ads-allow-img .ads-block-item {
  margin-bottom: 0px;
}
.ads-allow-img .ads-button {
  right: 10px;
}
.ads-allow-img .ads-button .ads-close-text {
  display: inline;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 10px;
}

.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}

.loadvuejs {
  display: none;
}

.btn_bookmark {
  background: #1b71b2;
  padding: 5px 9px;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
}

.price-ads {
  background-color: #e60002;
  padding: 5px 10px;
  border-radius: 2px;
}

.contact {
  background-color: #777;
  padding: 5px 10px;
  border-radius: 2px;
}

.time-line {
  background-color: #f6f6f6;
  padding: 1rem 0;
}
.time-line ul {
  color: #666;
  padding: 0 0 0 2rem;
}

.search-google {
  display: none;
}

.sub-title {
  display: block;
  font-size: 1.1rem;
  color: #777;
}

.fontz-mb {
  position: fixed;
  display: none;
  top: 35%;
  background-color: #da0000;
  padding: 3px 10px;
  z-index: 9;
  color: #fff;
}

.option-font {
  display: none;
  position: fixed;
  top: 41%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  padding: 10px;
  color: #fff;
  width: 120px;
  text-align: center;
}
.option-font span {
  background-color: #e60002;
  padding: 5px 10px;
}

.event {
  position: relative;
  border-bottom: solid 1px #eee;
}
.event .fix-event {
  position: absolute;
  background-color: #fff;
  z-index: 1;
}

.list-event-top {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
  padding-left: 145px;
  overflow: hidden;
}
.list-event-top li a {
  font-size: 14px;
  color: #333;
}
.list-event-top li a:hover {
  color: #da0000;
}
.list-event-top li a:after {
  content: "|";
  padding: 0 12px;
  color: #000;
}
.list-event-top li a:focus {
  border: unset;
}

.content-article.font-up .name {
  font-size: 2.2rem;
}
.content-article.font-up .date {
  font-size: 1rem;
}
.content-article.font-up .detail {
  font-size: 22px !important;
}

.ads_text {
  border: solid 1px #ccc;
  padding: 10px;
  background-color: #f9f9f9;
}
.ads_text a {
  color: #337ab7;
}
.ads_text a:hover {
  color: #e60002;
}

.disable-ads .ads-zone-group {
  display: none;
}

.box-topics-grid {
  background-color: #f2f2f2;
}
.box-topics-grid .card {
  background-color: #f2f2f2;
}

.box-topics-list ul {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 15px 15px 30px;
  border-left: 0px solid #bdbdbd;
  background-color: #f6f6f6;
  margin-bottom: 10px;
  list-style: none;
}
.box-topics-list ul li {
  margin-bottom: 10px;
  position: relative;
  line-height: 160%;
  text-align: left;
}
.box-topics-list ul li:last-child {
  margin-bottom: 0;
}
.box-topics-list ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #757575;
  position: absolute;
  left: -12px;
  top: 10px;
  border-radius: 50%;
}
.box-topics-list ul li a {
  color: #076db6;
  position: relative;
  text-decoration: underline;
  text-underline-position: under;
}

.ads-bottom-sidebar.sticky-top {
  top: 45px;
}

/*
Anh Tuan Added
 */
.swiper-prev {
  position: absolute;
  top: 32%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 99;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 24px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.swiper-prev:before {
  content: "" !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #da0000;
  border-right: 3px solid #da0000;
  transform: rotate(-135deg);
  opacity: 1;
}

.swiper-next {
  position: absolute;
  top: 32%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 24px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.swiper-next:before {
  content: "" !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-left: 3px solid #da0000;
  border-bottom: 3px solid #da0000;
  transform: rotate(-135deg);
  opacity: 1;
}

@media (max-width: 768px) {
  .main-body {
    padding-top: 45px;
  }
}

@media (min-width: 768px) {
  .main-news .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.main-body-preview .main-news > .container {
  width: 820px;
}
.livestream-iframe {
  padding-top: 60.2%;
  position: relative;
  overflow: hidden;
}
.livestream-iframe iframe,
.livestream-iframe img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.livestream-video,
.livestream-iframe {
  position: relative;
  cursor: pointer;
}
.livestream-video::before,
.livestream-iframe::before {
  font-size: 2.5em;
  line-height: 2em;
  height: 2em;
  width: 2em;
  border: 0 solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1em;
  margin-top: -1em;
  display: block;
  content: "\f04b";
  font-family: FontAwesome;
  background-color: rgba(210, 0, 1, 0.7);
  text-align: center;
  color: #fff;
  z-index: 2;
  padding-left: 0.25em;
}
.livestream-video.playing::before,
.livestream-iframe.playing::before {
  display: none;
}
.livestream-video.small::before,
.livestream-iframe.small::before {
  font-size: 1.5em;
}

/** block tabs scroll */
.block-tabs-scroll .nav a {
  color: #000120;
  font-family: "Noto Serif", serif;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.3rem;
}
.block-tabs-scroll .nav a.active {
  border-top: 3px solid #e60002;
  color: #e60002;
}
.block-tabs-scroll .slider-content {
  display: none;
}
.block-tabs-scroll .slider-content.active {
  display: block;
}

/* block weather top */
.weather {
  color: #222250;
  flex: 1;
}
.weather .weather-today {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-family: "Arial", sans-serif;
}
.weather .weather-today .space {
  padding: 0 5px;
}
.weather .weather-today .wname {
  font-weight: bold;
}
.weather .weather-today .wicon {
  font-size: 1.5rem;
  margin-left: 5px;
}
@media (max-width: 320px) {
  .weather .wforecast {
    display: none;
  }
}

/** weather widget */
.weather-7days .weather-content {
  border-radius: 5px;
  background-image: url(../img/weather_bg.png);
  background-size: cover;
  border: 1px solid #ddd;
  padding: 10px;
  color: #fff;
}
.weather-7days .weather-content .weather-locale .weather-province-button {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0.15rem 0.75rem;
  font-size: 0.9rem;
}
.weather-7days .weather-content .weather-locale .weather-province-list {
  max-height: 150px;
  overflow-y: auto;
  padding: 0.25rem;
}
.weather-7days .weather-content .weather-locale .weather-date {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.15rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 3px;
}
.weather-7days .weather-content .weather-today {
  padding: 0.65rem 0;
  margin-bottom: 0.65rem;
  border-bottom: 1px solid #fff;
}
.weather-7days .weather-content .weather-today .today .temp {
  font-size: 2.5rem;
}
.weather-7days .weather-content .weather-today .today .text {
  font-size: 0.95rem;
}
.weather-7days .weather-content .weather-today .today .ico {
  font-size: 2.5rem;
}
.weather-7days .weather-content .weather-forecast {
  font-size: 0.8rem;
}
.weather-7days .weather-content .weather-forecast .ico {
  font-size: 1.2rem;
  padding: 0.2rem 0;
}

/* block goldprice */
.goldprice {
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
}
.goldprice .goldprice-heading {
  color: #438070;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 0.2rem 0.35rem;
}
.goldprice .goldprice-content .nav .nav-item .nav-link {
  background-color: #c9bbbb;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.1rem 0.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.goldprice .goldprice-content .nav .nav-item .nav-link.active {
  background-color: #438070;
}
.goldprice .goldprice-content .tab-content {
  font-size: 0.7rem;
  height: 110px;
  overflow-y: auto;
}

.no-touch .goldprice .goldprice-content .tab-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.no-touch .goldprice .goldprice-content .tab-content::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}
.no-touch .goldprice .goldprice-content .tab-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e60002;
}

/* block currency */
.currency {
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
}
.currency .currency-heading {
  color: #438070;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 0.2rem 0.35rem;
}
.currency .currency-content {
  font-size: 0.7rem;
  height: 110px;
  overflow-y: auto;
}
.currency .currency-content .code {
  font-weight: bold;
}
.currency .currency-content .name {
  font-size: 0.5rem;
  font-weight: bold;
  color: #888;
}
.currency .currency-footer {
  font-size: 0.8rem;
  color: #666;
  padding: 0.15rem 0.35rem;
}

.no-touch .currency .currency-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.no-touch .currency .currency-content::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}
.no-touch .currency .currency-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e60002;
}

/** trending */
.trending {
  padding: 10px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: hidden;
}
.trending span {
  display: block;
  color: #f00;
  font-size: 1.2rem;
  font-weight: 700;
}
.trending a {
  display: block;
  color: #333;
  font-weight: 700;
  padding: 5px 15px;
  background-color: #f6f6f6;
  border-radius: 25px;
  margin-left: 10px;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}
.trending a:hover {
  background-color: #1a1a7e;
  color: #fff;
}

.trending-row {
  display: flex;
  gap: 10px;
}
.trending-row .trending-col {
  flex: 0 0 300px;
}
@media (max-width: 768px) {
  .trending-row .trending-col {
    flex: 0 0 260px;
  }
}

/* BAO HUNG YEN */
.block-scroll-right {
  padding-right: 0;
}

.box-highlight {
  background-color: #ffe694;
}
.box-highlight .head-block .title {
  padding: 0 10px;
}
.box-highlight .top-item,
.box-highlight .bottom-item {
  padding-left: 10px;
  padding-right: 10px;
}
.box-highlight .card {
  background-color: transparent;
}
.box-highlight .title a span {
  border: none;
  margin: 0;
}

.box-bg-gray {
  background-color: #ededed;
}
.box-bg-gray .card {
  background-color: transparent;
}

.box-bg-yellow {
  background-color: #ffde75;
}
.box-bg-yellow .card {
  background-color: transparent;
}

.box-border-top-full {
  padding-bottom: 2rem;
}
.box-border-top-full .title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.box-border-top-full .title a {
  display: block;
}
.box-border-top-full .title a span {
  display: block;
  padding: 10px 0;
}

.box-border-double {
  padding-bottom: 2rem;
}
.box-border-double .title {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.box-border-double .title::before {
  display: none;
}
.box-border-double .title a {
  display: flex;
  align-items: center;
}
.box-border-double .title a::after {
  display: block;
  width: 100%;
  height: 7px;
  border-top: 3px solid #e60002;
  border-bottom: 1px solid #e60002;
  content: "";
  margin-left: 15px;
}

.box-border-full-top {
  padding-bottom: 2rem;
}
.box-border-full-top .head-block {
  position: relative;
  border-top: none;
}
.box-border-full-top .head-block::after {
  width: 100%;
  height: 3px;
  background-color: #e60002;
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
}
.box-border-full-top .title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.box-border-full-top .title::before {
  display: none;
}

.box-podcast .card .card-thumb a {
  padding-top: 220px;
  border-radius: 8px;
  overflow: hidden;
}

.block-epaper {
  padding: 5px;
  background-color: #cb0101;
}
.block-epaper a {
  display: block;
  text-transform: uppercase;
  font-family: "Noto Serif", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  color: #212529;
}
.block-epaper .box-content {
  background-color: #fff;
}
.block-epaper .epaper-title {
  padding-top: 5px;
  padding-bottom: 10px;
}
.block-epaper .epaper-thumb {
  padding: 0 10px 10px 10px;
}

.epaper-list .card .card-thumb.thumb166 a {
  padding-top: 160%;
}

/** grid items */
.grid-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: space-between;
}
.grid-items .item {
  flex: 0 0 20%;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .grid-items .item {
    flex: 0 0 50%;
  }
}
.grid-items .card .card-thumb .card-img {
  border-radius: 8px;
  overflow: hidden;
}

/** menu bars **/
.menu-bars {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  cursor: pointer;
  position: relative;
}
.menu-bars .menu-dot {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -2px;
}
.menu-bars .menu-dot:before {
  content: "";
  left: -8px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  transition: all 0.2s ease;
}
.menu-bars .menu-dot:after {
  left: 8px;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  transition: all 0.2s ease;
}
.menu-bars .menu-dot:nth-child(n+2) {
  display: none;
}
.menu-bars.open .menu-dot {
  background: transparent;
}
.menu-bars.open .menu-dot:before {
  width: 25px;
  height: 2px;
  border-radius: 0;
  transition-delay: 0.2s;
  transform: translate(-15%, 25%) rotate(135deg);
}
.menu-bars.open .menu-dot:after {
  height: 25px;
  width: 2px;
  border-radius: 0;
  transition-delay: 0.2s;
  transform: translate(-390%, -44%) rotate(135deg);
}

.menu-bars-mobile {
  display: none;
}
.menu-bars-mobile .icon-bars {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu-bars-mobile .icon-bars span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #e60002;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-bars-mobile .icon-bars span:nth-child(1) {
  top: 2px;
  transform-origin: left center;
}
.menu-bars-mobile .icon-bars span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}
.menu-bars-mobile .icon-bars span:nth-child(3) {
  top: 14px;
  transform-origin: left center;
}
.menu-bars-mobile.open .icon-bars span:nth-child(1) {
  transform: rotate(45deg);
  top: 3px;
  left: 3px;
}
.menu-bars-mobile.open .icon-bars span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu-bars-mobile.open .icon-bars span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
  left: 3px;
}
@media (max-width: 768px) {
  .menu-bars-mobile {
    display: block;
  }
}

.topic-scroll .block-content {
  display: flex;
  align-items: center;
  background: rgb(242, 242, 242);
  background: linear-gradient(to bottom, #e8e8e8 0%, #f8f8f8 100%);
  border-top: 1px solid #fff;
  overflow: hidden;
}
.topic-scroll .block-content .head-block {
  flex: 0 0 auto;
}
.topic-scroll .block-content .head-block .title {
  margin-bottom: 0;
  padding-left: 10px;
  font-family: "Oswald", sans-serif;
}
.topic-scroll .block-content .head-block .title a {
  font-weight: 500;
  color: #cb0101;
}
.topic-scroll .block-content .head-block .title::after {
  top: 2px;
  left: 0;
  width: 2px;
  height: calc(100% - 4px);
}
.topic-scroll .block-content .head-block .title span {
  line-height: 1.2rem;
  font-size: 0.85rem;
}
.topic-scroll .block-content .body-block {
  flex: 1 1 80%;
}
.topic-scroll .block-content .body-block .swiper-slide {
  width: auto;
  padding: 0 15px;
}
.topic-scroll .block-content .body-block .swiper-slide a {
  font-size: 0.85rem;
  color: #000;
  display: flex;
  align-items: center;
  line-height: 1.1;
}
.topic-scroll .block-content .body-block .swiper-slide a::before {
  display: inline-block;
  content: "•";
  font-size: 1.4rem;
  padding: 0 5px;
  color: #cb0101;
}

.block-news-border {
  border: 1px solid #eee;
}
.block-news-border .head-block {
  margin: 0;
}
.block-news-border .title {
  flex: 1;
  padding-left: 10px;
}
.block-news-border .top-item .card-style-less .card-body {
  padding: 10px;
}
.block-news-border .bottom-item .card-content {
  padding: 0 10px;
}

.trending-tags .head-block {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.trending-tags .head-block .title {
  padding-left: 40px;
  background-image: url(../img/trend_icon.png);
  background-size: 30px 24px;
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 0;
}
.trending-tags .head-block .title::after {
  display: none;
}
.trending-tags .tag-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.trending-tags .tag-items .item {
  border-radius: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  margin: 0 10px;
  border: 1px solid #cb0101;
}
.trending-tags .tag-items .item a {
  border-radius: 30px;
  padding: 12px 55px;
  display: block;
  font-family: "Noto Serif", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  line-height: 1.2;
}
.trending-tags .topic-items .item {
  border-radius: 8px;
  overflow: hidden;
  background-repeat: no-repeat;
  border: 1px solid #cb0101;
  height: 100%;
}
.trending-tags .topic-items .item a {
  padding: 20px 15px;
  display: block;
  font-family: "Noto Serif", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  line-height: 1.5;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}
.trending-tags .topic-items .item a.disable-overlay {
  background-color: transparent;
}
@media (max-width: 768px) {
  .trending-tags .tag-items .item {
    margin-bottom: 10px;
  }
  .trending-tags .tag-items .item a {
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 1rem;
  }
  .trending-tags .tag-items .item:last-child {
    margin-bottom: 0;
  }
  .trending-tags .topic-items .item {
    margin-bottom: 10px;
    height: auto;
    background-size: 100% 100% !important;
  }
  .trending-tags .topic-items .item a {
    min-height: 150px;
  }
  .trending-tags .topic-items [class*=col-md]:last-child .item {
    margin-bottom: 0;
  }
}

.focus-news .head-block .title {
  padding-left: 35px;
  background-image: url(../img/focus_icon.png);
  background-size: 26px 24px;
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 0;
}
.focus-news .card .card-desc {
  margin: 0;
}
.focus-news .card:first-child {
  margin-top: 20px;
}
.focus-news .card:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.focus-news.noboxtitle .card:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .focus-news .card .card-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}

.local-news {
  height: 100%;
}
.local-news .box-content-wrapper {
  height: 100%;
  position: relative;
  background: rgba(240, 240, 240, 0);
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 55%, rgba(240, 240, 240, 0) 55%, rgb(240, 240, 240) 90%, rgb(240, 240, 240) 90%);
}
.local-news .box-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.local-news .box-thumb span {
  display: block;
  position: relative;
}
.local-news .box-thumb span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.7) 55%, rgb(255, 255, 255) 90%);
}
.local-news .box-location {
  padding-top: 40px;
  padding-bottom: 20px;
}
.local-news .box-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}
.local-news .box-list {
  max-height: calc(100% - 80px);
}
.local-news .card {
  background: none;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.local-news .card .card-title {
  font-size: 0.9rem;
}
.local-news .box-list .card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.local-news .btn-light.active {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.local-news .dropdown-toggle {
  font-family: "Noto Serif", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.local-news .dropdown-menu {
  width: 100%;
}
.local-news .box-content {
  position: relative;
}
.local-news .box-list {
  max-height: 100%;
}
.local-news .secondary-item .card {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .local-news {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .local-news .box-content-wrapper {
    background-color: #fff;
  }
}

.box-blue {
  background-color: #cef;
}
.box-blue .card {
  background: none;
}
.box-blue .col-left .primary-item .card,
.box-blue .col-right .card,
.box-blue .block-border-bottom-inner::after,
.box-blue .block-border-right {
  border-color: rgba(0, 0, 0, 0.1);
}
.box-blue .col-left .order-1 {
  padding-right: 0;
}
.box-blue .col-right > div .item:last-child .card {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .box-blue .secondary-item .card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.news-vlist .card {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news-vlist .card .card-title {
  font-size: 1.2rem;
}
.news-vlist .card:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .news-vlist .card .card-body {
    padding-top: 10px;
  }
}

.weblink .weblink-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.weblink .weblink-body {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.social-links {
  display: flex;
  align-items: center;
}
.social-links .social-item {
  height: 21px;
}

.top-news {
  display: flex;
  flex-wrap: nowrap;
}
.top-news .primary-item .card:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top-news .large-font .primary-item .card .card-title {
  font-size: 1.3rem;
  line-height: 1.3;
}
.top-news .secondary-item .card {
  margin-bottom: 10px;
}
.top-news .secondary-item .card .card-title {
  display: flex;
  align-items: flex-start;
}
.top-news .secondary-item .card .card-title:before {
  display: block;
  content: "•";
  padding: 0 10px 0 5px;
  color: #cb0101;
  font-size: 1.3rem;
  line-height: 1.1;
}
.top-news .secondary-item .card:first-child {
  margin-top: 15px;
}
.top-news .secondary-item .card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-news.block-border-bottom {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .top-news.block-border-bottom {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.top-news .box-left {
  flex: 0 0 360px;
}
.top-news .box-mid {
  flex: 0 0 600px;
}
.top-news .box-mid .block-border-left {
  padding-left: 10px;
  margin-left: 10px;
}
.top-news .box-mid .block-border-right {
  padding-right: 10px;
  margin-right: 10px;
}
.top-news .box-right {
  flex: 0 0 290px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .top-news {
    flex-wrap: wrap;
  }
  .top-news .box-left {
    flex: 1;
  }
  .top-news .box-mid {
    flex: 1;
  }
  .top-news .box-mid .block-border-left {
    padding-left: 0;
    margin-left: 0;
  }
  .top-news .box-mid .block-border-right {
    padding-right: 0;
    margin-right: 0;
  }
  .top-news .box-right {
    flex: 1;
  }
}

.activity-user .title:after {
  display: none;
}
.activity-user .title a {
  font-size: 1rem;
}
.activity-user .head-block {
  border-top: 2px solid #cb0101;
}
.activity-user .list-item .order-1 {
  padding-right: 0;
}
.activity-user .list-item .card {
  transition: background-color 0.2s ease;
  background-color: #f2f2f2;
  padding: 20px 10px;
  margin-bottom: 15px;
}
.activity-user .list-item .card .card-thumb a {
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.activity-user .list-item .card .card-thumb img {
  width: 100%;
  height: 150%;
  -o-object-fit: fill;
     object-fit: fill;
  max-height: none;
  top: -8px;
}
.activity-user .list-item .card .card-title a {
  color: #cb0101;
}
.activity-user .list-item .card:hover {
  background-color: #f0e8e8;
}

.epaper-latest .box-content {
  background-color: #010c4a;
  color: #fff;
  padding: 30px 160px 30px 15px;
  position: relative;
  overflow: hidden;
}
.epaper-latest .epaper-head,
.epaper-latest .epaper-more {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  color: #cb0101;
  transition: all 0.3s ease-in-out;
}
.epaper-latest .epaper-title {
  font-size: 1rem;
  font-family: "Noto Serif", sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-top: 10px;
}
.epaper-latest .epaper-thumb {
  position: absolute;
  overflow: hidden;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border: 5px solid #cb0101;
  width: 180px;
  height: 180px;
  top: -25px;
  right: -25px;
}
.epaper-latest .epaper-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.epaper-latest .epaper-more {
  font-size: 1rem;
  border-radius: 25px;
  margin-top: 10px;
  padding: 3px 15px;
  text-align: center;
  background-color: #f6c000;
  transform: scale(1);
}
.epaper-latest:hover .epaper-more {
  transform: scale(1.1);
}

.block-no-title .focus-news .card:first-child {
  margin-top: 0;
}

.embed-responsive-podcast {
  padding-top: 380px;
}

@media (max-width: 576px) {
  .embed-responsive-podcast {
    padding-top: 0;
  }
  .embed-responsive-podcast iframe {
    position: static !important;
    height: 380px !important;
  }
}