@charset "UTF-8";
body {
  color: #111213;
  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: "Libre Bodoni";
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.card .card-title a {
  color: #111213;
}
.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: 1rem;
  line-height: 1.5;
  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: "Libre Bodoni";
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.title a {
  color: #111213;
  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-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;
  background: #D2242E;
  padding: 1px;
}
.head-search .search-query {
  border: none;
  height: 26px;
  font-size: 0.85rem;
  border-radius: 0;
}
.head-search .input-group-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-search .btn-search {
  width: 30px;
  background-image: url(../img/icon_search.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.line1 {
  height: 20px;
  width: 1px;
  background: #595959;
  display: block;
  margin: 0 0.7rem;
}

.header-top {
  background: #FFF0EC;
}
.header-top .header-inner {
  display: flex;
  font-size: 14px;
  color: #595959;
  font-family: "Roboto";
  font-weight: 300;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.header-top .header-inner .inner-left {
  display: flex;
}
.header-top .header-inner .inner-right {
  display: flex;
  align-items: center;
}
.header-top .header-inner .inner-right a {
  color: #595959;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-top .header-inner .inner-right a.phone {
  font-weight: 600;
  color: #595959;
}
.header-top .header-inner .inner-right .head-item {
  padding-left: 0.5rem;
}

.header-main {
  padding: 16.65px 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%;
}
.header-main .head-content .head-item.head-item-inline {
  display: flex;
  gap: 1rem;
  padding-bottom: 0.5rem;
}
.header-main .head-content .head-item.head-item-inline a {
  background: #D2242E;
  padding: 5px;
  border-radius: 2px;
}
.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: #111213;
  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;
}
.header-main .head-content .head-logo img {
  max-width: 310px;
}
.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;
  flex-direction: column;
}
.header-main .head-content .head-item-end .item {
  display: flex;
  justify-content: end;
  width: 100%;
  align-items: center;
  padding-top: 10px;
  cursor: pointer;
}
.header-main .head-content .head-item-end .item:first-child {
  padding-top: 0;
}
.header-main .head-content .head-item-end .item:hover .icon_bao_in {
  background: url(../img/bao_active.png) no-repeat;
  background-size: contain;
}
.header-main .head-content .head-item-end .item:hover .icon_app {
  background: url(../img/app_active.png) no-repeat;
  background-size: contain;
}
.header-main .head-content .head-item-end .item:hover .icon_mail {
  background: url(../img/mail_active.png) no-repeat;
  background-size: contain;
}
.header-main .head-content .head-item-end .item:hover .text {
  color: #D2242E;
}
.header-main .head-content .head-item-end .item .text {
  background: #fff;
  padding: 5px 1rem;
  border-radius: 2px;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-right: 1rem;
}
.header-main .head-content .head-item-end .item .text::after, .header-main .head-content .head-item-end .item .text::before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header-main .head-content .head-item-end .item .text::before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.header-main .head-content .search-query {
  border-color: #f1f1f1;
}
.header-main .head-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 700;
  flex-direction: column;
  text-transform: uppercase;
  font-family: "Roboto";
  padding-top: 10px;
}
.header-main .head-nav p {
  margin: 0;
}
.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: 1px solid #eee;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
  }
  .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;
    width: 100%;
    background: #fff;
  }
  .header-main .head-content .head-weather {
    padding: 5px 0;
    margin-left: auto;
  }
  .header-main .head-content .head-logo {
    padding: 10px 0;
    justify-content: space-between;
    width: 100%;
  }
  .header-main .head-content .head-logo a {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .header-main .head-content .head-logo img {
    max-width: 135px;
  }
  .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;
  }
}

.main_menu {
  background-size: cover;
}

.primary-menu {
  background-color: #fff;
  position: relative;
  font-family: "Libre Bodoni";
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .primary-menu {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
  .primary-menu .search-mb, .primary-menu #menu-bars {
    display: none;
  }
  .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.63rem 0.8rem;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item .nav-link {
  color: #262338;
  font-family: "Libre Bodoni";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 0 0 0;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item .nav-link:hover {
  text-decoration: none;
  color: #D2242E;
}
@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;
  background: #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 .navbar-nav .nav-item.active a {
  color: #D2242E;
}
.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.5;
  text-align: justify;
}
.main-content .main-left .content-article .detail .sapo {
  font-size: 1rem;
  font-weight: 700;
  list-style: 1.5;
  color: #222;
  padding-bottom: 10px;
}
.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;
}

.raovat {
  background: #E2E2E2;
  border-radius: 16px;
  padding: 15px 10px;
}
.raovat .head-block .note {
  text-align: center;
  color: #111213;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding-bottom: 7px;
}
.raovat .head-block .title {
  font-family: "Libre Bodoni";
  color: #DB252C;
  font-size: 23px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  margin: 0;
}
.raovat .head-block .title span {
  position: relative;
  padding: 8px 0 0 15px;
}
.raovat .head-block .title span::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_cate.png) no-repeat top left;
  background-size: contain;
  content: "";
  height: 26px;
  width: 25px;
}
.raovat .inner {
  background: #fff;
  border-radius: 16px;
  padding: 1rem;
}
.raovat .inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.raovat .inner ul li {
  border-bottom: 1px solid #d9d6d6;
  padding: 8px 0;
}
.raovat .inner ul li a {
  color: #111213;
}
.raovat .inner ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
.raovat .inner ul li:first-child {
  padding-top: 0;
}

.main-footer {
  background-color: #ebebeb;
  font-size: 0.85rem;
  font-family: "Noto Serif", sans-serif;
  font-weight: 600;
}
.main-footer a {
  color: #111213;
}
.main-footer a:hover {
  color: #fff;
}
.main-footer .footer-nav {
  color: #fff;
  background-color: #DB252C;
  font-family: "Roboto", 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: 10px 20px;
  display: flex;
}
.main-footer .footer-nav ul li:first-child {
  padding: 5px 10px;
}
.main-footer .footer-nav a {
  color: #fff;
  font-family: "Roboto", 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 .row .col-md-3, .main-footer .row .col-md-5, .main-footer .row .col-md-4, .main-footer .row .col-md-6, .main-footer .row .col-12, .main-footer .row .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.main-footer .copyright {
  border-top: 1px solid #ccc;
  padding: 1rem 0 0.5rem 0;
  font-size: 20px;
  text-align: center;
}
.main-footer .contact_info p {
  font-weight: normal;
  margin-bottom: 3px;
  line-height: 1.3;
  font-size: 14px;
  font-family: "Roboto";
}
.main-footer .address {
  padding-top: 2rem;
}
.main-footer .address p {
  margin: 0;
}
.main-footer .footer-address {
  background: #F5F5F5;
}
.main-footer .footer-address .condition {
  display: flex;
  flex-direction: column;
}
.main-footer .footer-address .condition h3 {
  font-size: 14px;
  color: #6A6A6A;
  font-weight: normal;
}
.main-footer .footer-address .condition ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-footer .footer-address .condition ul li {
  padding: 3px 0;
}
.main-footer .footer-address .condition ul li a:hover {
  color: #D2242E;
}
.main-footer .footer-address .condition .social {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
.main-footer .footer-address .condition .social .links {
  display: flex;
  gap: 0.5rem;
}
.main-footer .footer-address .condition .social .links img {
  width: 30px;
}
.main-footer .footer-address .app h3 {
  font-size: 14px;
  color: #6A6A6A;
  font-weight: normal;
}
.main-footer .footer-address .app div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.main-footer .app .item-app {
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.main-footer .app .item-app img {
  height: 30px;
}
.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;
}
.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 .py-5 {
    padding: 1rem 0 !important;
  }
  .main-footer .footer-address .info-website img {
    max-width: 250px;
  }
  .main-footer .footer-address .contact_info {
    padding-top: 1rem;
  }
  .main-footer .footer-address .address {
    padding-top: 1rem;
  }
  .main-footer .footer-address .pl-3 {
    padding-left: 0 !important;
  }
  .main-footer .footer-address .condition {
    padding: 1rem 0.5rem;
  }
  .main-footer .footer-address .condition h3 {
    font-size: 1.2rem;
  }
  .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 0;
  height: 100%;
}
.news-views-more .title a {
  color: #D2242E;
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding-left: 15px;
}
.news-views-more .title a span {
  padding-top: 10px;
  line-height: normal;
}
.news-views-more .title a::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_cate.png) no-repeat top left;
  background-size: contain;
  content: "";
  height: 26px;
  width: 25px;
}
.news-views-more .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.news-views-more .box-content {
  display: flex;
  flex-direction: column;
}
.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;
  padding: 10px 0px;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.news-views-more .box-content .item:first-child {
  padding-top: 0;
}
.news-views-more .box-content .item:last-child {
  border-bottom: unset;
}
.news-views-more .box-content .item .number {
  display: flex;
  justify-content: center;
  background-color: #fff;
  margin: 0;
  color: #AE070E;
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 36px;
  padding-right: 10px;
  height: auto;
}
.news-views-more .box-content .item .number span {
  position: relative;
  top: -7px;
}
.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: "16px";
  font-family: "Libre Bodoni";
  font-weight: 500;
  height: 100%;
  display: flex;
  text-align: justify;
  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 {
  margin-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: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0;
}
.cate-brea ol li a {
  font-size: 1rem;
  color: #666;
}
.cate-brea ol li a:hover {
  color: #e60002;
}
.cate-brea ol li::after {
  content: "|";
  font-size: 1rem;
  display: block;
  color: #F00;
  padding: 0 5px;
}
.cate-brea ol li:first-child {
  margin-right: 15px;
}
.cate-brea ol li:first-child::after {
  content: "";
}
.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;
}
.cate-brea ol li:last-child {
  margin-right: 0px;
}
.cate-brea ol li:last-child::after {
  content: "";
}

article.card .card-thumb {
  position: relative;
}
article.card .card-thumb .card-overlay {
  position: absolute;
  top: 35%;
  left: 40%;
  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 .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: #111213;
}
.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: #111213;
}
@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;
  }
}

.w-45 {
  width: 45%;
}

.align-end {
  justify-content: end;
}

.aling-between {
  justify-content: space-between;
}

.group_scroll {
  background: #FFF0EC;
  padding: 3rem 0;
}
.group_scroll .box-header {
  text-align: center;
}
.group_scroll .box-header h3.title {
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 32px;
  color: #D2242E;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #111213;
  border-top: 1px solid #111213;
  margin: 10px 0 20px;
  line-height: 0.1em;
}
.group_scroll .box-header h3.title span {
  position: relative;
  background: #FFF0EC;
  padding: 0 10px 0 70px;
}
.group_scroll .box-header h3.title span::before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "";
  background: url(../img/icon_chat.png) no-repeat center;
  height: 45px;
  width: 45px;
  background-size: contain;
}
.group_scroll .box-body {
  display: flex;
  flex-direction: column;
}
.group_scroll .box-body .swiper {
  width: 100%;
  height: 100%;
}
.group_scroll .box-body .swiper .swiper-button-prev {
  left: 0;
  top: 63%;
  color: #111213;
}
.group_scroll .box-body .swiper .swiper-button-next {
  right: 0;
  top: 63%;
  color: #111213;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem 4rem 0 4rem;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .vRow {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .vRow .note {
  background: #D2242E;
  color: #fff;
  text-align: justify;
  padding: 1rem 1.5rem;
  font-size: 16px;
  line-height: 1.5;
  width: 40%;
  justify-content: end;
  display: flex;
  align-items: center;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .vRow .sologan {
  width: 50%;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .vRow .sologan a {
  color: #111213;
  font-family: "Libre Bodoni";
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .vRow .sologan a:hover {
  color: #D2242E;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList {
  background: #fff;
  margin-top: 2rem;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul {
  margin: 0;
  padding: 1rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul li {
  width: 50%;
  padding: 0 1rem;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul li:nth-child(3) .card, .group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul li:nth-child(4) .card {
  border-bottom: 0px;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul li .card {
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul li .card .row {
  margin: 0;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul .divLeft {
  width: 160px;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul .divLeft .row {
  display: flex;
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul .divRight {
  display: flex;
  flex: 1;
  padding-left: 1rem;
  width: calc(100% - 160px);
}
.group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul .divRight .card-title a {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .group_scroll {
    padding: 1.5rem 0;
  }
  .group_scroll .box-header h3.title {
    font-size: 20px;
  }
  .group_scroll .box-header h3.title span {
    padding: 0 10px 0 50px;
  }
  .group_scroll .box-header h3.title span::before {
    width: 25px;
    height: 25px;
  }
  .group_scroll .box-body .swiper .swiper-button-next, .group_scroll .box-body .swiper .swiper-button-prev {
    display: none;
  }
  .group_scroll .box-body .swiper .swiper-wrapper .swiper-slide {
    padding: 1rem 0rem 0 0rem;
  }
  .group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .vRow {
    flex-direction: column;
  }
  .group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .vRow .sologan {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  .group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .vRow .sologan a {
    font-size: 24px;
    line-height: 1.4;
  }
  .group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .vRow .note {
    width: 100%;
  }
  .group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList {
    margin-top: 1rem;
  }
  .group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul {
    padding: 0;
  }
  .group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul li {
    width: 100%;
  }
  .group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul li:nth-child(3) .card {
    border-bottom: 1px solid #ddd !important;
  }
  .group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul li .divLeft {
    width: 120px;
  }
  .group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul li .divRight {
    width: calc(100% - 120px);
  }
  .group_scroll .box-body .swiper .swiper-wrapper .swiper-slide .articleList ul li .divRight .card-title a {
    font-size: 14px;
  }
}

.block-multimedia .block-multi-tab-slide {
  background-size: cover;
  padding: 2.5rem 0;
}
.block-multimedia .block-multi-tab-slide .col-left {
  width: 560px;
  padding-right: 20px;
}
.block-multimedia .block-multi-tab-slide .head-block {
  flex-direction: column;
}
.block-multimedia .block-multi-tab-slide .head-block .nav {
  padding: 1.5rem 0 2rem 0;
  width: 100%;
  justify-content: center;
}
.block-multimedia .block-multi-tab-slide .head-block .nav .nav-item {
  padding: 0 8px;
}
.block-multimedia .block-multi-tab-slide .head-block .nav .nav-item .nav-link {
  background: #fff;
  border-radius: 1px;
  color: #333;
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.block-multimedia .block-multi-tab-slide .head-block .nav .nav-item .nav-link.active {
  background: #E93323;
  color: #fff;
}
.block-multimedia .block-multi-tab-slide .head-block .title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
}
.block-multimedia .block-multi-tab-slide .head-block .title::before, .block-multimedia .block-multi-tab-slide .head-block .title::after {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 4px;
  display: block;
  content: "";
  flex: 1;
}
.block-multimedia .block-multi-tab-slide .head-block .title a {
  color: #fff;
  padding: 0 1rem 0 5rem;
  position: relative;
  font-family: "Libre Bodoni";
  font-size: 32px;
  font-weight: 700;
}
.block-multimedia .block-multi-tab-slide .head-block .title a::before {
  position: absolute;
  top: -5px;
  left: 15px;
  content: "";
  background: url(../img/icon_multimedia.png) no-repeat center;
  height: 37px;
  width: 56px;
  background-size: contain;
}
.block-multimedia .block-multi-tab-slide .slider-content .primary-item {
  background: #fff;
  height: 100%;
}
.block-multimedia .block-multi-tab-slide .slider-content .row .col-6, .block-multimedia .block-multi-tab-slide .slider-content .row .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.block-multimedia .block-multi-tab-slide .slider-content .card {
  padding: 1rem;
  background: #fff;
}
.block-multimedia .block-multi-tab-slide .slider-content .card .card-title {
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
.block-multimedia .block-multi-tab-slide .slider-content .right {
  padding-left: 5px;
}
.block-multimedia .block-multi-tab-slide .slider-content .right .listItem {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.block-multimedia .block-multi-tab-slide .slider-content .right .listItem .item {
  width: 50%;
  padding: 0 10px 20px 10px;
}
.block-multimedia .block-multi-tab-slide .slider-content .right .listItem .item.v2, .block-multimedia .block-multi-tab-slide .slider-content .right .listItem .item.v3 {
  padding-bottom: 0;
}
.block-multimedia .block-multi-tab-slide .slider-content .right .listItem .item .inner {
  height: 100%;
  background: #fff;
}
.block-multimedia .block-multi-tab-slide .slider-content .right .card .card-body {
  padding-top: 10px;
}
.block-multimedia .block-multi-tab-slide .slider-content .right .card .card-title a {
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .block-multimedia .block-multi-tab-slide .head-block .title a {
    font-size: 20px;
    padding: 0 1rem 0 4rem;
  }
  .block-multimedia .block-multi-tab-slide .head-block .title a::before {
    width: 46px;
    height: 27px;
  }
  .block-multimedia .block-multi-tab-slide .head-block .nav {
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
    display: flex;
    justify-content: start;
  }
  .block-multimedia .block-multi-tab-slide .head-block .nav .nav-item {
    padding: 0 5px;
  }
  .block-multimedia .block-multi-tab-slide .head-block .nav .nav-item .nav-link {
    padding: 5px 8px;
    font-size: 14px;
  }
  .block-multimedia .block-multi-tab-slide .swiper-slide .listItem {
    padding-top: 10px;
  }
  .block-multimedia .block-multi-tab-slide .swiper-slide .listItem .card-title {
    line-height: 22px !important;
    font-size: 16px !important;
  }
  .block-multimedia .block-multi-tab-slide .swiper-slide .listItem .card-title a {
    line-height: 22px !important;
    font-size: 16px !important;
  }
}

.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: #111213;
}
.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: 15px;
}
.ads-block-item iframe {
  max-width: 100%;
}
.ads-block-item img {
  max-width: 100%;
}

.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: 100;
}
.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: 100;
}
.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;
}

.icon1 {
  width: 40px;
  height: 40px;
  display: block;
}

.main-body {
  position: relative;
}
.main-body .menu-float {
  width: 70px;
  display: none;
  position: fixed;
  height: 100%;
  left: 10px;
  top: 130px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.main-body .menu-float .menu-float-content {
  display: flex;
  flex-direction: column;
}
.main-body .menu-float .menu-float-content a {
  color: #AE070E;
  font-weight: 700;
  font-size: 0.65rem;
  font-family: "Roboto";
  display: block;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: color 0.2s ease;
  padding-bottom: 8px;
  gap: 0.2rem;
}
@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 */
.category-sider {
  background: #FFF0EC;
  padding: 1rem 0 1.5rem 0;
}
.category-sider .head-block {
  display: flex;
  align-items: center;
}
.category-sider .head-block ul {
  border: 0;
  flex: auto;
}
.category-sider .head-block ul .nav-link {
  background: transparent;
  border: 0;
  text-transform: uppercase;
  color: #262338;
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 24px;
  padding: 0 1rem 0.5rem 1rem;
}
.category-sider .head-block ul .nav-link span {
  padding-top: 10px;
  display: flex;
}
.category-sider .head-block ul .nav-link.active {
  color: #D2242E;
}
.category-sider .head-block ul li {
  margin: 0;
  position: relative;
}
.category-sider .head-block ul li:first-child .nav-link {
  padding-left: 15px;
  position: relative;
}
.category-sider .head-block ul li:first-child .nav-link::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_cate.png) no-repeat top left;
  background-size: contain;
  content: "";
  height: 26px;
  width: 25px;
}
.category-sider .head-block ul li::after {
  position: absolute;
  right: 0;
  top: 13px;
  content: "";
  display: flex;
  height: 22px;
  width: 1px;
  background: #999999;
}
.category-sider .head-block ul li:last-child::after {
  display: none;
}
.category-sider .block-content .card {
  background: transparent;
}
.category-sider .block-content .card.card-style-less {
  margin: 0;
}
.category-sider .block-content .card .card-body {
  padding-top: 10px;
}
.category-sider .block-content .card h3 {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .category-sider .head-block ul {
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
    display: flex;
  }
  .category-sider .head-block ul .nav-link {
    font-size: 20px;
  }
}

.block-tabs-scroll .slider-content {
  display: none;
}
.block-tabs-scroll .slider-content.active {
  display: block;
}

.pagina {
  position: relative;
  width: 2.8rem;
  height: 40px;
  display: flex;
}
.pagina .swiper-next,
.pagina .swiper-prev {
  height: auto;
  cursor: pointer;
}
.pagina .swiper-next:before {
  border-left: 2px solid #da0000;
  border-bottom: 2px solid #da0000;
  width: 12px;
  height: 12px;
}
.pagina .swiper-prev:before {
  border-top: 2px solid #da0000;
  border-right: 2px solid #da0000;
  width: 12px;
  height: 12px;
}
.pagina .swiper-button-disabled {
  opacity: 0.45;
}

.group .group-header .title {
  font-family: "Libre Bodoni";
  color: #DB252C;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  display: flex;
}
.group .group-header .title span {
  padding-top: 12px;
  display: flex;
}
.group .group-header .title::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_cate.png) no-repeat top left;
  background-size: contain;
  content: "";
  height: 26px;
  width: 25px;
}
.group .group-inner {
  display: flex;
}
.group .group-inner.row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.group .group-inner.row .inner, .group .group-inner.row .col-6 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.group .group-inner .colleft {
  display: flex;
  flex: auto;
}
.group .group-inner .colleft.inner {
  flex-direction: column;
}
.group .group-inner .colleft.inner .three {
  display: flex;
  gap: 1rem;
}
.group .group-inner .colleft.inner .three .one {
  width: 50%;
  display: flex;
}
.group .group-inner .colleft.inner .three .two {
  display: flex;
  width: 50%;
  flex-direction: column;
}
.group .group-inner .colleft .group-body .row {
  margin: 0 -10px;
}
.group .group-inner .colleft .group-body .first {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.group .group-inner .colleft .group-body .first .card {
  background: #FFF0EC;
}
.group .group-inner .colleft .group-body .first .card .col-6:last-child {
  padding-left: 5px !important;
}
.group .group-inner .colleft .group-body .first .card .col-6:last-child .card-body {
  padding-right: 10px;
}
.group .group-inner .colleft .group-body .first .card .col-6:last-child .card-body .card-title {
  font-size: 24px;
  font-family: "Libre Bodoni";
  font-weight: 700;
  line-height: 32px;
  height: 100%;
  align-items: center;
  display: flex;
}
.group .group-inner .colleft .group-body .card-title {
  padding-top: 0;
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 20px;
}
.group .group-inner .colleft .group-body .threes {
  border-left: 1px solid #e7e7e7;
}
.group .group-inner .colleft .group-body .threes .card:first-child {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
.group .group-inner .colright {
  display: flex;
}
.group .group-inner .colright.inner {
  flex-direction: column;
}
.group .group-inner .colright .card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
.group .group-inner .colright .card .card-title {
  padding-top: 0;
}
.group .group-inner .colright .card:last-child {
  border: 0;
  padding-bottom: 0;
}
.group .group-inner .colright .card:first-child .card-body .card-title {
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .group .group-header .title {
    font-size: 20px;
  }
  .group .group-inner {
    display: flex;
    flex-direction: column;
  }
  .group .group-inner .colleft, .group .group-inner .colright {
    width: 100%;
    max-width: 100%;
  }
  .group .group-inner .colleft .group-body .first .card {
    padding: 10px;
  }
  .group .group-inner .colleft .group-body .first .card .card-title {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
  .group .group-inner .colleft .group-body .card-title {
    font-size: 16px;
  }
  .group .group-inner .colright {
    padding-top: 10px;
  }
  .group .group-inner .colright .card:first-child .card-body .card-title {
    font-size: 20px;
    line-height: 1.3;
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row .col-md-6, .row .col-sm-12, .row .col-md-12, .row .col-12, .row .col-md-7, .row .col-5, .row .col-7, .row .col-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.group-news {
  display: flex;
}
.group-news.doanh-nghiep .group-left .head-block {
  padding-bottom: 0.5rem;
}
.group-news .group-left {
  display: flex;
  flex: 0 0 calc(100% - 310px);
  padding-right: 10px;
  flex-direction: column;
}
.group-news .group-left .head-block {
  display: flex;
  flex-direction: column;
}
.group-news .group-left .head-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.group-news .group-left .head-block ul li {
  padding: 5px 12px 10px 12px;
  position: relative;
}
.group-news .group-left .head-block ul li:first-child {
  padding-left: 0;
}
.group-news .group-left .head-block ul li:last-child::after {
  display: none;
}
.group-news .group-left .head-block ul li::after {
  position: absolute;
  top: 9px;
  right: 0;
  height: 16px;
  width: 1px;
  content: "";
  background: #ccc;
}
.group-news .group-left .head-block ul li .nav-link {
  padding: 0;
  color: #111213;
  font-family: "Roboto";
  font-weight: 500;
}
.group-news .group-left .head-block ul li .nav-link:hover {
  color: #D2242E;
}
.group-news .group-left .head-block .title {
  padding: 0;
  margin: 0;
}
.group-news .group-left .head-block .title a {
  text-transform: uppercase;
  color: #D2242E;
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  position: relative;
  line-height: normal;
  padding-left: 15px;
}
.group-news .group-left .head-block .title a span {
  line-height: normal;
  padding-top: 10px;
}
.group-news .group-left .head-block .title a::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_cate.png) no-repeat top left;
  background-size: contain;
  content: "";
  height: 26px;
  width: 25px;
}
.group-news .group-left .block-content .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}
.group-news .group-left .block-content .col-md-4 .card .card-title {
  font-family: "Libre Bodoni";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.group-news .group-left .block-content .primary-item .card-style-horizontal .card-content {
  background: #FFF0EC;
}
.group-news .group-left .block-content .primary-item .card-style-horizontal .card-content .card-body {
  padding-left: 0;
}
.group-news .group-left .block-content .primary-item .card-style-horizontal .card-content .card-title {
  font-family: "Libre Bodoni";
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  padding: 0;
}
.group-news .group-left .col-left .card-title {
  font-size: 26px;
  font-family: "Libre Bodoni";
  font-weight: 700;
  line-height: 1.5;
  padding-top: 0;
}
.group-news .group-left .col-right {
  padding-left: 10px;
}
.group-news .group-left .col-right .card-content .col-7 {
  padding-left: 5px;
}
.group-news .group-left .col-right .card-content .col-7 .card-title {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.group-news .group-left .col-right .item {
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
}
.group-news .group-left .col-right .item:first-child {
  padding: 0;
}
.group-news .group-left .col-right .item:last-child {
  border: 0;
}
.group-news .group-right {
  display: flex;
  flex-direction: column;
  flex: 0 0 310px;
  padding-left: 10px;
}
.group-news .group-right .block-footer {
  padding: 10px 0;
  width: 100%;
}
.group-news .group-right .block-footer a {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 100%;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  justify-content: center;
  padding: 6px 0;
  font-size: 12px;
}
@media (max-width: 768px) {
  .group-news {
    flex-direction: column;
  }
  .group-news .group-left {
    flex: 100%;
    padding-right: 0;
  }
  .group-news .group-left .head-block .title a {
    font-size: 20px;
  }
  .group-news .group-left .head-block .list-unstyled {
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
    display: flex;
  }
  .group-news .group-left .col-left .card-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .group-news .group-left .col-left .secondary-item {
    display: none;
  }
  .group-news .group-left .col-right .item:first-child {
    padding: 10px 0;
  }
  .group-news .group-left .block-content .primary-item .card-style-horizontal .card-content .card-title {
    font-size: 20px;
    line-height: 26px;
  }
  .group-news .group-left .block-content .col-md-4 .card .card-title {
    font-size: 20px;
  }
  .group-news .group-right {
    padding-left: 0;
    flex: 100%;
  }
  .group-news .group-right .news-views-more .title a {
    font-size: 20px;
  }
  .group-news .group-right .news-views-more .box-content .item .number {
    font-size: 24px;
  }
  .group-news .group-right .news-views-more .box-content .item .number span {
    top: -2px;
  }
}

.podcast {
  background: #FFF0EC;
  border-radius: 16px;
  padding: 10px 15px;
  margin-top: 15px;
}
.podcast .title {
  margin: 0;
  padding: 0;
}
.podcast .title a {
  text-transform: uppercase;
  color: #D2242E;
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  position: relative;
  line-height: normal;
  padding-left: 15px;
}
.podcast .title a::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_cate.png) no-repeat top left;
  background-size: contain;
  content: "";
  height: 26px;
  width: 25px;
}
.podcast .title a span {
  line-height: normal;
  padding-top: 10px;
}
.podcast .item_podcast {
  padding: 5px 0;
}
.podcast .item_podcast .card {
  padding: 10px;
  border-radius: 16px;
}
.podcast .item_podcast .card .card-content .row .col-7, .podcast .item_podcast .card .card-content .row .col-5 {
  padding-left: 10px;
  padding-right: 10px;
}
.podcast .item_podcast .card .card-content .row .col-7 {
  padding-left: 0;
}
.podcast .item_podcast .card .card-content .card-title {
  padding: 0;
  font-size: 14px;
  font-family: "Libre Bodoni";
  font-weight: 700;
  line-height: 1.5;
}
.podcast .block-footer {
  padding: 10px 0;
  width: 100%;
}
.podcast .block-footer a {
  border: 1px solid #D2242E;
  border-radius: 15px;
  width: 100%;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  color: #D2242E;
  justify-content: center;
  padding: 6px 0;
  font-size: 12px;
}
@media (max-width: 768px) {
  .podcast .head-block .title a {
    font-size: 20px;
  }
}

.videoNews {
  padding: 1.2rem 0 0.5rem 0;
}
.videoNews .head-block {
  display: flex;
  justify-content: space-between;
}
.videoNews .head-block h3 {
  text-transform: uppercase;
  color: #D2242E;
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  position: relative;
}
.videoNews .head-block h3 span {
  padding-left: 15px;
  padding-top: 8px;
  display: flex;
}
.videoNews .head-block h3::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_cate.png) no-repeat top left;
  background-size: contain;
  content: "";
  height: 26px;
  width: 25px;
}
.videoNews .block-content .card .card-body {
  padding: 0;
}
.videoNews .block-content .card .card-body .card-title {
  padding-top: 0.5rem;
}
.videoNews .block-content .card .card-body .card-title a {
  color: #111213;
  font-family: "Libre Bodoni";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .videoNews .head-block h3 {
    font-size: 20px;
  }
}

.box-television .tv-box {
  position: relative;
}

.box-television .tv-box .tv-live-box {
  position: relative;
  min-height: 480px;
}

.box-television .tv-box .tv-live-box .tv-playpause-control {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.box-television .tv-box .tv-live-box .tv-playpause-control .tv-control-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}

.box-television .tv-box .tv-live-box .tv-playpause-control .tv-control-btn svg {
  width: 80px;
  height: 80px;
}

.box-television .tv-box .tv-live-box .tv-playpause-control .btn-play {
  display: block;
}

.box-television .tv-box .tv-live-box .tv-playpause-control .btn-pause {
  display: none;
}

.box-television .tv-box .tv-live-box .tv-playpause-control.is-playing .btn-play {
  display: none;
}

.box-television .tv-box .tv-live-box .tv-playpause-control.is-playing .btn-pause {
  display: block;
}

.box-television .tv-box .tv-live-box:hover .tv-playpause-control {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .box-television .tv-box .tv-live-box {
    min-height: 0;
  }
  .box-television .tv-box .tv-live-box .tv-playpause-control {
    display: none;
  }
}
.box-television .tv-box .tv-info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 10% 50px 10%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.6) 45%, rgba(255, 255, 255, 0) 100%);
  z-index: 3;
}

.box-television .tv-box .tv-info-box .box-button {
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid transparent;
  height: 36px;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.block-weather {
  padding-top: 15px;
}

.epaper {
  background: #FFF0EC;
  border-radius: 16px;
  padding: 15px 10px 10px 10px;
}
.epaper .head-block .title a {
  text-transform: uppercase;
  color: #D2242E;
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  position: relative;
  line-height: normal;
  padding-left: 15px;
}
.epaper .head-block .title a::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_cate.png) no-repeat top left;
  background-size: contain;
  content: "";
  height: 26px;
  width: 25px;
}
.epaper .head-block .title a span {
  line-height: normal;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .epaper .head-block .title a {
    font-size: 20px;
  }
}

.khampha {
  background: #FFF0EC;
  border-radius: 16px;
  padding: 15px 0 10px 10px;
}
.khampha .head-block .title a {
  text-transform: uppercase;
  color: #D2242E;
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  position: relative;
  line-height: normal;
  padding-left: 15px;
}
.khampha .head-block .title a::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_cate.png) no-repeat top left;
  background-size: contain;
  content: "";
  height: 26px;
  width: 25px;
}
.khampha .head-block .title a span {
  line-height: normal;
  padding-top: 10px;
}
.khampha .primary-item {
  padding-right: 10px;
}
.khampha .primary-item .card {
  background: transparent;
}
.khampha .primary-item .card .card-title {
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 20px;
}
.khampha .bottom-item {
  padding-right: 10px;
}
.khampha .bottom-item .card-list .card {
  background: transparent;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.khampha .bottom-item .card-list .card .card-title {
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
}
.khampha .bottom-item .card-list .card .order-1 {
  padding-left: 0 !important;
}
.khampha .bottom-item .card-list .card:last-child {
  border: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .khampha .head-block .title a {
    font-size: 20px;
  }
  .khampha .bottom-item .card-list .card .card-title {
    font-size: 16px;
  }
  .khampha .col-7 {
    padding: 0 !important;
  }
  .khampha .card .card-desc {
    display: none;
  }
}

.box-television .tv-box .tv-info-box .box-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.box-television .tv-box .tv-info-box .channel-text {
  margin-left: 5px;
}

.box-television .tv-box .tv-info-box .tv-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.box-television .tv-box .tv-info-box .tv-head .nav-right {
  display: flex;
}

.box-television .tv-box .tv-info-box .channel-list {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.box-television .tv-box .tv-info-box .channel-list .channel-item .channel-link img {
  width: 45px;
}

.box-television .tv-box .tv-info-box .channel-list .channel-item .channel-link:hover, .box-television .tv-box .tv-info-box .channel-list .channel-item .channel-link.active {
  border: 1px solid #ed2c25;
  background: #D2242E;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
}

.box-television .tv-box .tv-info-box .channel-list .channel-item ~ .channel-item {
  margin-left: 10px;
}

.box-television .tv-box .tv-info-box .dateplay-box img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.box-television .tv-box .tv-info-box .dateplay-box .invisible {
  width: 0;
  height: 100%;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

.box-television .tv-box .tv-info-box .dateplay-box .switch-channel {
  background: none;
  border: none;
  color: #fff;
  font-size: 1rem;
  padding: 0;
}

.box-television .tv-box .tv-info-box .dateplay-box:hover {
  opacity: 1;
}

.box-television .tv-box .tv-info-box .fullscreen-box,
.box-television .tv-box .tv-info-box .minimize-box,
.box-television .tv-box .tv-info-box .volume-box {
  margin-left: 10px;
}

.box-television .tv-box .tv-info-box .fullscreen-box:hover,
.box-television .tv-box .tv-info-box .minimize-box:hover,
.box-television .tv-box .tv-info-box .volume-box:hover {
  opacity: 1;
}

.box-television .tv-box .tv-info-box .volume-box img {
  width: 20px;
  height: 20px;
}

.box-television .tv-box .tv-info-box .volume-box .volume-on {
  display: block;
}

.box-television .tv-box .tv-info-box .volume-box .volume-off {
  display: none;
}

.box-television .tv-box .tv-info-box .volume-box.is-muted .volume-on {
  display: none;
}

.box-television .tv-box .tv-info-box .volume-box.is-muted .volume-off {
  display: block;
}

.box-television .tv-box .tv-info-box .minimize-box img {
  width: 20px;
  height: 20px;
}

.box-television .tv-box .tv-info-box .minimize-box .minimize-on {
  display: block;
}

.box-television .tv-box .tv-info-box .minimize-box .minimize-off {
  display: none;
}

.box-television .tv-box .tv-info-box.is-minimized .schedule-box {
  display: none;
}

.box-television .tv-box .tv-info-box.is-minimized .minimize-on {
  display: none;
}

.box-television .tv-box .tv-info-box.is-minimized .minimize-off {
  display: block;
}

.box-television .tv-box .tv-info-box .schedule-box {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 12px 0px rgba(16, 11, 40, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list {
  display: flex;
  align-items: center;
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-prev,
.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-next {
  width: 32px;
  height: 32px;
  margin: 0 16px;
  flex: 0 0 32px;
  cursor: pointer;
  border-radius: 1000px;
  border: 2px solid rgba(16, 16, 16, 0.24);
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-prev img,
.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-next img {
  width: 32px;
  height: 32px;
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-prev:hover,
.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-next:hover {
  background-color: rgba(218, 0, 0, 0.3);
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-prev:focus,
.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-next:focus {
  border-color: #da0000;
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .time_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 2px solid rgba(173, 173, 173, 0.4);
  width: 100%;
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .time_code {
  font-size: 1.25rem;
  font-weight: 600;
  opacity: 0.6;
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .replay {
  cursor: pointer;
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .replay img {
  width: 24px;
  height: 24px;
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .replay_text {
  display: none;
  color: #da0000;
  font-size: 0.8rem;
  border-radius: 4px;
  padding: 4px 8px;
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .text_live {
  color: #fff;
  font-size: 0.8rem;
  border-radius: 4px;
  background: #da0000;
  padding: 4px 8px;
  cursor: pointer;
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .program {
  font-size: 0.95rem;
  line-height: 1.2;
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .program_note {
  display: flex;
  align-items: center;
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .active .time_line {
  border-color: #da0000;
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .active .time_line .replay_text {
  display: block;
}

.box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .item {
  display: flex;
  max-width: 284px;
  padding: 10px 0;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .box-television .tv-box .tv-info-box {
    position: static;
    padding: 0;
  }
  .box-television .tv-box .tv-info-box .box-button {
    padding: 5px 5px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 26px;
  }
  .box-television .tv-box .tv-info-box .box-button img {
    margin: 0;
  }
  .box-television .tv-box .tv-info-box .channel-list .channel-item .channel-link .channel-text {
    display: none;
  }
  .box-television .tv-box .tv-info-box .minimize-box {
    display: none;
  }
  .box-television .tv-box .tv-info-box .dateplay-box .switch-channel i,
  .box-television .tv-box .tv-info-box .dateplay-box .switch-channel span {
    display: none;
  }
  .box-television .tv-box .tv-info-box .tv-head {
    padding: 5px;
    margin: 0;
    background-color: #0e2346;
    overflow: hidden;
  }
  .box-television .tv-box .tv-info-box .tv-head .nav-channel {
    margin: 0;
  }
  .box-television .tv-box .tv-info-box .tv-head .nav-right {
    justify-content: flex-end;
    flex: 1;
  }
  .box-television .tv-box .tv-info-box .schedule-list {
    padding: 10px;
  }
  .box-television .tv-box .tv-info-box .schedule-list .schedule-prev,
  .box-television .tv-box .tv-info-box .schedule-list .schedule-next {
    display: none;
  }
}
@media (min-width: 1660px) {
  .box-television .tv-box {
    max-width: 1440px;
    margin: 0 auto;
  }
  .box-television .tv-box .tv-player-box {
    box-shadow: 0px 4px 12px 0 rgba(23, 12, 43, 0.16);
    border-radius: 15px;
    overflow: hidden;
  }
  .box-television .tv-box .tv-info-box {
    padding-bottom: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.6) 35%, rgba(255, 255, 255, 0) 80%);
  }
}
@media (min-width: 1361px) and (max-width: 1659px) {
  .box-television .tv-box {
    max-width: 1280px;
    margin: 10px auto;
  }
  .box-television .tv-box .tv-player-box {
    box-shadow: 0px 4px 12px 0 rgba(23, 12, 43, 0.16);
    border-radius: 15px;
    overflow: hidden;
  }
  .box-television .tv-box .tv-info-box {
    padding-bottom: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.6) 35%, rgba(255, 255, 255, 0) 80%);
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .box-television .tv-box .tv-live-box {
    min-height: 480px;
  }
  .box-television .tv-box .tv-info-box {
    padding: 15px;
  }
  .box-television .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .time_code {
    font-size: 1.05rem;
  }
  .box-television .tv-box .tv-info-box .box-button,
  .box-television .tv-box .tv-info-box .dateplay-box .switch-channel {
    font-size: 0.9rem;
  }
}
.block-livestream .head-block {
  text-align: center;
  padding: 5px 0;
}
.block-livestream .head-block .title {
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 32px;
  color: #D2242E;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #111213;
  border-top: 1px solid #111213;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.block-livestream .head-block .title span {
  background: #fff;
  padding: 0 10px 0 50px;
  position: relative;
}
.block-livestream .head-block .title span::before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "";
  background: url(../img/icon_tivi.png) no-repeat center;
  height: 34px;
  width: 34px;
  background-size: contain;
}
@media (max-width: 768px) {
  .block-livestream .head-block .title {
    font-size: 20px;
  }
  .block-livestream .head-block .title span {
    padding: 0 10px 0 40px;
  }
  .block-livestream .head-block .title span::before {
    height: 24px;
    width: 24px;
    left: 10px;
    top: -3px;
  }
}

.short_video .head-block {
  padding: 1.5rem 0 2.5rem 0;
}
.short_video .head-block .title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  position: relative;
}
.short_video .head-block .title::before, .short_video .head-block .title::after {
  border-bottom: 1px solid #111213;
  border-top: 1px solid #111213;
  height: 4px;
  display: block;
  content: "";
  flex: 1;
}
.short_video .head-block .title a {
  padding: 0 10px 0 70px;
  position: relative;
  display: initial;
  line-height: 0.1;
  background: #fff;
  color: #DB252C;
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 32px;
}
.short_video .head-block .title a::before {
  background: url(../img/short_video.png) no-repeat center;
  background-size: contain;
  display: block;
  content: "";
  width: 39px;
  height: 48px;
  position: absolute;
  left: 15px;
  top: -25px;
}
.short_video .card .card-thumb.thumb166 a {
  padding-top: 177%;
}
.short_video .card .card-thumb .card-overlay {
  top: 42%;
  left: 40%;
  padding: 0;
  height: 50px;
  width: 50px;
}
.short_video .card .card-thumb .card-overlay a {
  padding: 0;
}
.short_video .card .card-thumb .card-overlay .video-icon {
  background-size: contain;
}
.short_video .card .card-body {
  text-align: left;
  margin-bottom: 0;
}
.short_video .card .card-body h3 a {
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 768px) {
  .short_video .head-block {
    padding: 1.5rem 0 2rem 0;
  }
  .short_video .head-block .title a {
    font-size: 20px;
    padding: 0 10px 0 50px;
  }
  .short_video .head-block .title a::before {
    height: 32px;
    width: 30px;
    top: -15px;
  }
}

/* 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: 1rem;
  margin-left: 5px;
}
@media (max-width: 320px) {
  .weather .wforecast {
    display: none;
  }
}

/** weather widget */
.weather-7days .weather-content {
  border-radius: 2px;
  background: #F7F7F7;
  padding: 10px;
  color: #333;
}
.weather-7days .weather-content .weather-locale {
  border: 1px solid #C4C4C4;
  color: #333;
  position: relative;
  border-radius: 3px;
}
.weather-7days .weather-content .weather-locale .weather-province-button {
  color: #111213;
  font-size: 14px;
  font-family: "Roboto";
  width: 100%;
  text-align: left;
}
.weather-7days .weather-content .weather-locale .weather-province-button::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  right: 15px;
  position: absolute;
  top: 15px;
}
.weather-7days .weather-content .weather-locale .weather-province-list {
  max-height: 150px;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}
.weather-7days .weather-content .weather-locale .weather-province-list li {
  padding: 7px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.weather-7days .weather-content .weather-locale .weather-province-list li.active, .weather-7days .weather-content .weather-locale .weather-province-list li:hover {
  background: #eee;
}
.weather-7days .weather-content .weather-locale .weather-province-list li a {
  color: #111213 !important;
}
.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 .temps {
  border-right: 1px solid #D9D9D9;
  padding-right: 12px;
}
.weather-7days .weather-content .weather-today .txt_day {
  font-family: "Roboto";
  font-size: 26px;
  font-weight: 400;
}
.weather-7days .weather-content .weather-today .temp_day {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
}
.weather-7days .weather-content .weather-today .today {
  gap: 1rem;
}
.weather-7days .weather-content .weather-today .today .temp {
  padding-left: 10px;
}
.weather-7days .weather-content .weather-today .today .text {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 11px;
  color: #999;
}
.weather-7days .weather-content .weather-today .today .ico img {
  width: 55px;
}
.weather-7days .weather-content .weather-forecast {
  font-size: 12px;
  padding-top: 1rem;
}
.weather-7days .weather-content .weather-forecast .forecast {
  display: flex;
}
.weather-7days .weather-content .weather-forecast .forecast .item {
  padding: 5px;
  width: 25%;
  border-right: 1px solid #D9D9D9;
  text-align: center;
}
.weather-7days .weather-content .weather-forecast .forecast .item img {
  width: 31px;
}
.weather-7days .weather-content .weather-forecast .forecast .item:last-child {
  border: 0;
}
.weather-7days .weather-content .weather-forecast .ico {
  font-size: 1.2rem;
  padding: 0.2rem 0;
}

/* block goldprice */
.goldprice {
  border-radius: 2px;
  background: #FEF6E2;
  padding: 10px;
}
.goldprice .goldprice-heading {
  color: #333;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 5px 0;
}
.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: #DB252C;
}
.goldprice .goldprice-content .tab-content {
  font-size: 0.7rem;
  height: 120px;
  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: 15px 0 10px 0;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
  background: #F5F5F5;
}
.trending .head-block h2.title {
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 16px;
  color: #D2242E;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #111213;
  border-top: 1px solid #111213;
  line-height: 0.2em;
  margin: 10px 0 20px;
}
.trending .head-block h2.title span {
  background: #F5F5F5;
  padding: 0 25px 0 10px;
  position: relative;
}
.trending .head-block h2.title span::after {
  position: absolute;
  top: 1px;
  right: 10px;
  content: "";
  background: url(../img/icon_trending.png) no-repeat center;
  height: 16px;
  width: 10px;
  background-size: contain;
}
.trending .swiper-next, .trending .swiper-prev {
  top: 25%;
  background: rgba(28, 28, 29, 0.2);
  color: #fff;
  height: 30px;
  width: 15px;
  cursor: pointer;
}
.trending .swiper-next::before {
  width: 9px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.trending .swiper-prev::before {
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.trending .card {
  background: transparent;
}
.trending .card .row {
  margin: 0;
  display: flex;
}
.trending .card .row .col-5, .trending .card .row .col-7, .trending .card .row .col-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.trending .card .row .divLeft {
  width: 140px;
}
.trending .card .row .divRight {
  display: flex;
  flex: auto;
  padding-left: 12px;
  width: calc(100% - 140px);
}
.trending .card .card-title a {
  font-family: "Libre Bodoni";
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.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: #D2242E;
}
.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: url(../img/bg_multimedia.jpg) no-repeat center;
  background-size: cover;
  -o-object-fit: fill;
     object-fit: fill;
}
.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: #fff;
}
.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: #111213;
}
.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: #262338;
  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: #262338;
  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: #262338;
  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);
}

.histoical-map .leaflet-container {
  height: 600px !important;
}

.cham {
  padding: 1rem 0 0 0;
  margin-top: 1rem;
}
.cham .head-block .title {
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 32px;
  color: #D2242E;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #111213;
  border-top: 1px solid #111213;
  line-height: 0.1em;
  margin: 10px 0 40px;
  position: relative;
  height: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cham .head-block .title span {
  position: relative;
  text-indent: -9999px;
  background: #fff url(../img/icon_cham.png) no-repeat center;
  background-size: 80%;
  width: 150px;
  height: 50px;
  display: flex;
}
@media (max-width: 768px) {
  .cham .map-wrapper {
    height: auto !important;
  }
  .cham #map {
    min-height: 100% !important;
  }
}

.menu-bars-mobile {
  display: none;
}
.menu-bars-mobile .icon-bars {
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
  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: #fff;
}
.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;
}
.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 #fff;
}
.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 #fff;
  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 a {
  color: #D2242E;
  font-family: "Libre Bodoni";
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding-left: 15px;
}
.focus-news .head-block .title a.covid-title::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_cate.png) no-repeat top left;
  background-size: contain;
  content: "";
  height: 26px;
  width: 25px;
}
.focus-news .head-block .title a.covid-title span {
  line-height: normal;
}
.focus-news .card .card-desc {
  margin: 0;
}
.focus-news .card:first-child {
  margin-top: 20px;
}
.focus-news .card:not(:last-child) {
  padding-bottom: 10px;
}
.focus-news.noboxtitle .card:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .focus-news .head-block .title a {
    font-size: 20px;
  }
  .focus-news .card .card-desc {
    overflow: hidden;
    display: -webkit-box;
    padding-top: 5px;
    -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;
}

.TopNews {
  display: flex;
  flex-wrap: nowrap;
}
.TopNews .box-left {
  display: flex;
  flex: 0 0 50%;
}
.TopNews .box-left .box-items .block-content .row {
  display: flex;
}
.TopNews .box-right {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
}

.top-news2 {
  display: flex;
}
.top-news2 .box-left {
  width: 300px;
}
.top-news2 .box-left a {
  color: #111213;
  font-family: "Libre Bodoni";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  padding: 11px 0 5px 0;
  display: flex;
}
.top-news2 .box-right {
  width: 300px;
}
.top-news2 .box-mid {
  width: calc(100% - 600px);
  flex: auto;
  padding: 0 20px;
}
.top-news2 .box-mid .slider-home-hot2 {
  padding-bottom: 2rem;
}
.top-news2 .box-mid .slider-home-hot2 .card-body {
  padding-bottom: 0;
}
.top-news2 .box-mid .slider-home-hot2 .swiper-pagination-bullet {
  width: 46px;
  height: 4px;
  border-radius: 0;
  opacity: 0.65;
  background: #C6C6C6;
}
.top-news2 .box-mid .slider-home-hot2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D2242E;
  opacity: 1;
}
.top-news2 .box-mid .card .card-title {
  font-size: 24px;
  font-family: "Libre Bodoni";
  font-weight: 700;
  line-height: 1.3;
  padding-top: 0;
}
.top-news2 .box-mid .bottom {
  display: flex;
  border-top: 1px solid #CCCCCC;
  padding-top: 1.2rem;
  gap: 0.5rem;
}
.top-news2 .box-mid .bottom .bx-left {
  width: 50%;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 0 10px;
}
.top-news2 .box-mid .bottom .bx-left .card {
  border-bottom: 1px solid #CCCCCC;
}
.top-news2 .box-mid .bottom .bx-left .card:last-child {
  border: 0;
}
.top-news2 .box-mid .bottom .bx-left .card:last-child .card-body {
  padding-bottom: 0;
}
.top-news2 .box-mid .bottom .bx-left .card:first-child .card-body {
  padding-top: 0;
}
.top-news2 .box-mid .bottom .bx-right {
  width: 50%;
  padding-left: 5px;
}

.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: #fff;
  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 300px;
  max-width: 300px;
}
.top-news .box-mid {
  flex: 0 0 calc(100% - 600px);
  max-width: calc(100% - 600px);
}
.top-news .box-mid .block-border-left {
  padding-left: 10px;
  margin-left: 10px;
  border: 0;
}
.top-news .box-mid .block-border-right {
  padding-right: 10px;
  margin-right: 10px;
  border: 0;
}
.top-news .box-right {
  flex: 0 0 300px;
  max-width: 300px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .top-news {
    flex-wrap: wrap;
  }
  .top-news .swiper-prev, .top-news .swiper-next {
    top: 15%;
  }
  .top-news .featured .card .card-title {
    font-size: 20px;
  }
  .top-news .featured .card .card-desc {
    font-size: 16px;
  }
  .top-news .focus-news .head-block .title a {
    padding-top: 12px;
  }
  .top-news .focus-news .card .card-title a {
    font-size: 20px;
  }
  .top-news .bx-left .card {
    border-bottom: 1px solid #ccc;
  }
  .top-news .bx-left .card .card-desc {
    margin-bottom: 0;
  }
  .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 #fff;
}
.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: #fff;
}
.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 #fff;
  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;
  }
}
.video-shorts .video-shorts-player {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}

.video-shorts .video-shorts-player .video-shorts-bg-blur {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  filter: blur(30px);
  position: absolute;
  transition: 0.3s;
  background-size: cover;
  background-position: center center;
}

.video-shorts .video-shorts-player .video-shorts-embed {
  position: relative;
  margin: 0 auto;
  aspect-ratio: 9/16;
  width: 420px;
}

.video-shorts .video-shorts-player .video-shorts-embed .video-shorts-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-shorts .video-shorts-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

.video-shorts .video-shorts-list {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1rem;
}
.video-shorts .video-shorts-list.list-full {
  max-width: 100%;
  padding: 0;
}
.video-shorts .video-shorts-list.list-full .card .card-thumb.thumb166r a {
  padding-top: 177%;
}

.video-shorts .video-shorts-list .card .card-title {
  font-size: 20px;
  line-height: 1.35;
  font-family: "Libre Bodoni";
  font-weight: 700;
}

@media (max-width: 767.9px) {
  .video-shorts .block-style-11 .card {
    width: auto;
  }
  .video-shorts .video-shorts-player .video-shorts-bg-blur {
    background-size: cover;
  }
  .video-shorts .video-shorts-player .video-shorts-embed {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .header-top .header-inner {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */