@charset "UTF-8";
.sticky-top {
  top: 60px;
  padding-bottom: 10px;
}

.col-27percent {
  width: 27%;
}

.col-auto {
  flex: 1;
}

.round12 {
  border-radius: 12px;
}

.box-gradient {
  background: #ededed;
  background: linear-gradient(0deg, #ededed, #ffffff);
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  padding: 0.5rem 1.2rem;
}

.box-border-red {
  border-color: #e36a6a;
}

.box-border-gray {
  border-color: #f2f2f2;
}

.box-border-gray-strong {
  border-color: #d1d0d0;
}

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

.mobile-control:hover {
  color: #f1f1f1;
}

.mobile-control:active {
  color: #f1f1f1;
  outline: none;
}

.mobile-control .text {
  display: none;
}

.mobile-control .fa {
  font-size: 1.3rem;
}

.mobile-control:focus {
  outline: none;
}

.mobile-control img {
  width: 28px;
}

.block-break {
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

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

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

.sidebar-toggle .line:last-child {
  margin-bottom: 0;
}

.header-topbar {
  padding: 5px 0;
  font-size: 0.9rem;
  background-color: #e40001;
  color: #fff;
}

.header-topbar a {
  color: #fff;
}

.header-topbar .contact-ads a {
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  background: rgb(131, 58, 180);
  background: linear-gradient(90deg, rgb(131, 58, 180) 0%, rgb(253, 29, 29) 50%, rgb(252, 176, 69) 100%);
}

.header-topbar .contact-ads::after {
  color: #fff;
  display: inline-block;
  content: "|";
  padding: 0 15px;
}

.header-topbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
}

.languages a {
  background-color: #a50000;
  border-radius: 3px;
  padding: 3px 5px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
}
.languages img {
  height: 12px;
  margin-right: 3px;
}
.languages a ~ a {
  margin-left: 5px;
}
@media (max-width: 767.9px) {
  .languages {
    width: 100%;
    text-align: center;
  }
}

.header-topbar .topbar-center img {
  height: 22px;
}

.header-topbar .topbar-center a ~ a {
  margin-left: 5px;
}

.header-topbar .topbar-right {
  display: flex;
  align-items: center;
}

.header-topbar .topbar-right img {
  height: 18px;
  margin: 0 3px;
}

.header-topbar .topbar-right .group a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 0.8rem;
}

.header-topbar .topbar-right .follow-us {
  margin-right: 10px;
}

.header-topbar .topbar-right .follow-us img {
  height: 24px;
}

.header-topbar .topbar-right .callus {
  display: flex;
  align-items: center;
}

.header-topbar .topbar-right .callus img {
  height: 12px;
}

.header-topbar .topbar-right .callus a ~ a::before {
  color: #fff;
  display: inline-block;
  content: "|";
  padding: 0 5px;
}

.header-middle {
  background-image: url(../../../themes/frontend/bbpv2/Assets/img/header_bg.jpg);
  background-size: cover;
  padding: 10px 0;
}

.header-middle .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.header-middle .content ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.header-middle .content ul li {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-middle .content ul li a {
  text-align: center;
  padding: 20px 20px;
  color: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  height: 100%;
  line-height: 24px;
}

.header-middle .content ul li:nth-child(odd) a {
  background-color: rgba(0, 0, 0, 0.1);
}

.header-middle .content ul li .icon {
  font-size: 1.2rem;
  color: #fff;
}

.header-middle .content ul li .text {
  display: block;
  text-transform: capitalize;
  margin-top: 5px;
}

.header-middle .content ul li a.active {
  background-color: #f2f2f2;
  color: #e21313;
}

.header-middle .content ul li a.active i {
  color: #e21313;
}

.header-middle .content ul li a.show {
  background-color: #fff;
  color: #1b1b11;
}

.header-middle .content ul li a.show i {
  color: #e21313;
}

.header-middle .content ul li a.show .notify-icon.has-notify .badge {
  background-color: #e21313;
  color: #fff;
}

.header-middle .content-left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 30%;
}

.header-middle .content-left .current-date {
  color: #888;
}

.header-middle .content-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.header-middle .content-center .logo {
  margin: 0;
}

.header-middle .content-center .logo img {
  max-width: 400px;
}

.header-middle .content-right {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 30%;
}

.header-middle .content-right .weather {
  font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .header-middle .content-center .logo {
    margin: 10px 0 0 0;
  }
  .header-middle .content-center .logo img {
    max-width: 350px;
  }
}
@media (max-width: 767.9px) {
  .header-middle {
    background: none;
    background-color: #fff;
  }
  .header-middle .content-center .logo {
    margin: 0 0 0 5px;
  }
  .header-middle .content-center .logo img {
    max-width: 200px;
  }
}
.header-hot-link a {
  color: #222;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.header-hot-link a:hover {
  color: #d10100;
}
.header-hot-link img {
  height: 34px;
  margin-right: 8px;
}

.header-weather {
  border-radius: 25px;
  border: 1px solid #ddd;
  padding: 3px 15px;
  margin-top: 10px;
}
.header-weather .weather .weather-today {
  font-size: 1rem;
  font-weight: 600;
}
.header-weather .weather .weather-today .wname {
  color: #d10100;
}
.header-weather .weather .weather-today .wicon {
  color: #d10100;
  font-size: 1.45rem;
}

.header-search-form {
  border-radius: 25px;
  border: 1px solid #ddd;
}

.header-search-form input,
.header-search-form button {
  background-color: transparent;
  border: none;
}

.header-search-form form {
  display: flex;
  align-items: center;
}

.header-search-form .search-input {
  width: 200px;
  height: 30px;
  font-size: 0.95rem;
  padding: 2px 10px 2px 15px;
  color: #111;
}

.header-search-form .search-input::-moz-placeholder {
  color: #888;
}

.header-search-form .search-input::placeholder {
  color: #888;
}

.header-search-form .search-btn {
  width: 34px;
  height: 24px;
  background-image: url(../img/icon_search.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  padding-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-search-form {
    width: 100px;
    height: 24px;
  }
}
.header-hotline {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.header-hotline .phone {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  color: #d10100;
  margin-top: 15px;
  margin-bottom: 5px;
}
.header-hotline .phone span {
  color: #222;
}
.header-hotline .phone img {
  height: 34px;
}
.header-hotline .email {
  color: #888;
}

.header-news {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.header-news .header-news-label {
  flex: 1 1 auto;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 3px 10px;
  border-radius: 25px;
  background-color: #d10100;
  color: #fff;
  line-height: 1;
}
.header-news .news-marquee {
  overflow: hidden;
  display: flex;
  min-height: 24px;
  flex: 1 1 auto;
}
.header-news .news-marquee .js-marquee {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.header-news .news-marquee a {
  white-space: nowrap;
  color: #000;
  margin-right: 10px;
}
.header-news .news-marquee span {
  color: #d10100;
}
@media (max-width: 767.9px) {
  .header-news {
    padding: 0 5px;
  }
}

.head-mangset {
  font-family: "Inter", sans-serif;
  color: #444;
}
.head-mangset picture img {
  max-height: 110px;
}
@media (max-width: 576px) {
  .head-mangset picture img {
    max-height: 60px;
    padding: 10px 0;
  }
}
.head-mangset .logo {
  margin-top: 10px;
  display: block;
}
.head-mangset .logo .search-mb {
  display: none;
}
@media (max-width: 576px) {
  .head-mangset .logo .search-mb {
    display: block;
  }
}
.head-mangset .info-and-social {
  margin-top: 25px;
}
.head-mangset .info-and-social .headbox .item {
  text-align: center;
  margin-left: 5px;
  font-weight: 500;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
}
.head-mangset .info-and-social .headbox .item a {
  color: #444;
  display: flex;
  align-items: center;
}
.head-mangset .info-and-social .headbox .item .icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.head-mangset .info-and-social .headbox .item .icon a ~ a {
  margin-left: 5px;
}
.head-mangset .info-and-social .headbox .item .icon img {
  height: 20px;
}
.head-mangset .info-and-social .weather .weather-today {
  padding: 5px 0;
}
.head-mangset .info-and-social .weather .wicon {
  margin-top: -5px;
}
.head-mangset .weather .weather-today {
  justify-content: end;
}

.primary-menu .content-menu .navbar .navbar-nav .nav-item {
  position: relative;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item.home-icon {
  height: 100%;
  color: #da0000;
  background-color: #f2f2f2;
  padding: 8px;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item.home-icon a {
  color: #da0000;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item.home-icon a i {
  display: none;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item.home-icon a::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/icon_home.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item.home-icon a:hover {
  color: #da0000;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item.active a {
  color: #da0000;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item .nav-sub {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1021;
  margin: 0;
  padding: 10px 0;
  width: 200px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(55, 55, 55, 0.5);
  transform: translateY(20px);
  transition: transform 0.2s ease;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item .nav-sub li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item .nav-sub li a {
  color: #333;
  display: block;
  padding: 7px 10px;
  font-size: 1.1rem;
  line-height: 1.25;
  white-space: pre-wrap;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item .nav-sub li a:hover {
  color: #da0000;
}
.primary-menu .content-menu .navbar .navbar-nav .nav-item:hover .nav-sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.primary-menu .search-mb {
  display: block;
}
@media (max-width: 576px) {
  .primary-menu .content-menu .navbar .navbar-nav .nav-item {
    padding: 0.35rem 0.45rem;
  }
  .primary-menu .content-menu .navbar .navbar-nav .nav-item .nav-sub {
    display: none;
  }
  .primary-menu .content-menu .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
  }
  .primary-menu .content-menu .navbar .navbar-nav .nav-item.home-icon {
    padding: 0 5px;
  }
  .primary-menu .content-menu .navbar .collapse .navbar-nav {
    padding-left: 45px;
  }
  .primary-menu .search-mb {
    display: none;
  }
}

.submenu-category .header-hot-link {
  text-align: center;
}
.submenu-category .header-hot-link a {
  font-size: 0.95rem;
}
.submenu-category .header-hot-link img {
  height: 30px;
}
.submenu-category .header-hotline {
  justify-content: center;
  padding-bottom: 15px;
}
.submenu-category .head-extra {
  display: flex;
  background-color: #ddd;
  padding: 10px;
}
.submenu-category .head-extra a {
  margin-left: 5px;
}
.submenu-category .head-extra img {
  height: 30px;
}

.title::after {
  bottom: 2px;
  width: 50%;
}
.card .card-title {
  font-size: 1rem;
}
.card .card-title.big-title {
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.card .card-thumb {
  overflow: hidden;
}

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

.card-space-25 ~ .card-space-25 {
  padding-top: 25px;
  margin-top: 25px;
}

.card-style-less .card-thumb ~ .card-body {
  padding-top: 10px;
}

.card-list .item ~ .card,
.card-list .card ~ .card {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.latest-news-sidebar .swiper-scrollbar {
  visibility: hidden;
}
.latest-news-sidebar .card {
  border-radius: 12px;
  overflow: hidden;
}
.latest-news-sidebar .card .card-body {
  justify-content: center;
}
.latest-news-sidebar .card .card-body .card-title {
  font-size: 0.9rem;
  line-height: 1.3;
}
.latest-news-sidebar .swiper-slide-active .card {
  background-color: #e36a6a;
}
.latest-news-sidebar .swiper-slide-active .card .card-body .card-title a {
  color: #fff;
}
.latest-news-sidebar:hover .swiper-scrollbar {
  visibility: visible;
}

.block-news .head-block {
  position: relative;
  border-bottom: 2px solid #eee;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.block-news .head-block .title {
  padding-right: 10px;
}
.block-news .head-block .title a {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  padding-right: 20px;
  background-image: url(../img/icon_arrow.png);
  background-position: 100% 12px;
  background-repeat: no-repeat;
  background-size: 12px 21px;
}
.block-news .head-block .title::after {
  display: none;
}
.block-news .head-block .nav {
  margin-left: auto;
}
.block-news .head-block .nav .nav-item .nav-link {
  font-size: 0.95rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 576px) {
  .block-news .head-block {
    flex-wrap: wrap;
  }
  .block-news .head-block .nav {
    flex: 1 1 auto;
    margin-top: 5px;
  }
  .block-news .head-block .nav .nav-item .nav-link {
    text-transform: none;
  }
  .block-news .mobile-style .col-right .item {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
  }
  .block-news .mobile-style .primary-item ~ .secondary-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
  }
}

.block-weather-exchange-ads .head-block {
  border: none;
}
.block-weather-exchange-ads .head-block .title .main-title {
  color: #ccc;
}
.block-weather-exchange-ads .head-block .title .main-title.active {
  color: #d10100;
}

.block-three-columns .col-left {
  flex: 0 0 calc((100% - 300px) / 2);
  padding-right: 20px;
}
.block-three-columns .col-left .list-item {
  position: relative;
}
.block-three-columns .col-left .list-item::after {
  width: 1px;
  background-color: #ddd;
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
  content: "";
}
.block-three-columns .col-mid {
  flex: 0 0 calc((100% - 300px) / 2);
  padding-left: 20px;
}
.block-three-columns .col-right {
  width: 300px;
}
@media (max-width: 767.9px) {
  .block-three-columns .col-left {
    flex: 1 1 auto;
    padding-right: 10px;
  }
  .block-three-columns .col-left .list-item::after {
    display: none;
  }
  .block-three-columns .col-mid {
    flex: 1 1 auto;
    padding-left: 10px;
  }
  .block-three-columns .col-right {
    width: auto;
  }
}

.block-multi-tab-slide {
  padding: 30px 0;
}
.block-multi-tab-slide .card {
  background: none;
}
.block-multi-tab-slide .card .card-title a {
  color: #fff;
}
.block-multi-tab-slide .head-block {
  position: relative;
  margin-bottom: 30px;
}
.block-multi-tab-slide .head-block .title {
  padding-right: 10px;
}
.block-multi-tab-slide .head-block .title a {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  padding-right: 20px;
  background-image: url(../img/icon_arrow.png);
  background-position: 100% 12px;
  background-repeat: no-repeat;
  background-size: 12px 21px;
  color: #fff;
}
.block-multi-tab-slide .head-block .title span {
  line-height: 42px;
}
.block-multi-tab-slide .head-block .title::after {
  display: none;
}
.block-multi-tab-slide .head-block .nav {
  margin-left: auto;
}
.block-multi-tab-slide .head-block .nav a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
}
.block-multi-tab-slide .head-block .nav a img {
  height: 24px;
  margin-right: 5px;
}
.block-multi-tab-slide .head-block .nav a.active {
  color: #d10100;
}
.block-multi-tab-slide .col-left {
  width: 560px;
  padding-right: 20px;
}
.block-multi-tab-slide .col-left .card .card-title a {
  font-size: 1.5rem;
}
.block-multi-tab-slide .col-mid {
  width: 280px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
.block-multi-tab-slide .col-mid::before, .block-multi-tab-slide .col-mid::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
}
.block-multi-tab-slide .col-mid::after {
  left: auto;
  right: 0;
}
.block-multi-tab-slide .col-mid .card ~ .card {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  margin-top: 15px;
}
.block-multi-tab-slide .col-right {
  width: calc(100% - 560px - 280px);
  padding-left: 20px;
}
.block-multi-tab-slide .col-right .card ~ .card {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin-top: 30px;
}
@media (max-width: 767.9px) {
  .block-multi-tab-slide {
    margin-top: 10px;
  }
  .block-multi-tab-slide .head-block {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .block-multi-tab-slide .head-block .nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .block-multi-tab-slide .head-block .nav .nav-item {
    padding-right: 1rem;
  }
  .block-multi-tab-slide .head-block .nav a {
    white-space: nowrap;
    padding-left: 0;
  }
  .block-multi-tab-slide .head-block .nav a img {
    height: 20px;
  }
  .block-multi-tab-slide .col-left {
    width: 100%;
    padding-right: 10px;
  }
  .block-multi-tab-slide .col-left .card .card-title a {
    font-size: 1.25rem;
  }
  .block-multi-tab-slide .col-mid {
    width: 100%;
    padding: 15px 10px 0 10px;
    margin: 15px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
  }
  .block-multi-tab-slide .col-mid .card {
    flex: 0 0 50%;
    padding-right: 10px;
  }
  .block-multi-tab-slide .col-mid .card ~ .card {
    padding: 0 0 0 10px;
    margin-top: 0;
    border: none;
  }
  .block-multi-tab-slide .col-mid::before, .block-multi-tab-slide .col-mid::after {
    display: none;
  }
  .block-multi-tab-slide .col-right {
    width: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    padding-left: 10px;
    margin-top: 15px;
  }
  .block-multi-tab-slide .col-right .card ~ .card {
    padding-top: 15px;
    margin-top: 15px;
  }
}

.list-two-columm {
  display: flex;
  padding-bottom: 20px;
}
.list-two-columm .card {
  width: 50%;
}
.list-two-columm .card:first-child {
  padding-right: 10px;
}
.list-two-columm .card ~ .card {
  padding-top: 0;
  padding-left: 10px;
  margin-top: 0;
  border: 0;
}

.list-style-stars .primary-item .card .card-title {
  font-size: 1.5rem !important;
  line-height: 1.25 !important;
}
.list-style-stars .col-mid .card-style-horizontal {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-left: 20px;
  position: relative;
}
.list-style-stars .col-mid .card-style-horizontal::before {
  content: "•";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  color: #d10100;
}
.list-style-stars .col-right .item ~ .item {
  margin-top: 1rem;
}

@media (max-width: 767.9px) {
  .feature-box .mid-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .feature-box .mid-items .card {
    flex: 0 0 50%;
    padding: 0 10px;
    margin-top: 0px;
  }
  .feature-box .right-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .feature-box .right-items .card {
    flex: 0 0 50%;
    padding: 0 10px;
    margin-top: 0px;
    border: none;
  }
}

.multimedia.layout1 .head-item .title a {
  font-size: 1.6rem;
}
.multimedia.layout1 .head-item .title a i {
  display: none;
}
.multimedia.layout1 .head-item .title a::before {
  display: inline-block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../img/multimedia.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.multimedia.layout1 .head-item .title::after {
  display: none;
}
.multimedia.layout1 .box-left .items-top {
  margin: 0;
}
.multimedia.layout1 .box-left .items-top .card {
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
}
.multimedia.layout1 .box-left .items-top .card .card-title {
  font-size: 1.5rem;
}
.multimedia.layout1 .box-left .items-top .card .card-body {
  background-color: #efd16f;
}
.multimedia.layout1 .box-right {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.multimedia.layout1 .box-right .card {
  flex: 0 0 48%;
  padding: 0px;
  margin: 0;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
}
.multimedia.layout1 .box-right .card .card-title {
  font-size: 1rem;
}
.multimedia.layout1 .box-right .card .card-content {
  height: 100%;
  background-color: #efd16f;
}
.multimedia.layout1 .box-right .card .card-body {
  background-color: transparent;
  padding: 10px;
}
.multimedia.layout1 .box-right .card:nth-child(1) {
  margin-bottom: 20px;
}
.multimedia.layout1 .box-right .card:nth-child(2) {
  margin-bottom: 20px;
}
.multimedia.layout1 .box-right .card:nth-child(3) {
  margin-bottom: 0px;
}
.multimedia.layout1 .box-right .card:nth-child(4) {
  margin-bottom: 0px;
}

.main-photos .content-photos {
  max-width: 680px;
  margin: 0 auto;
}
.main-photos .content-photos .content-article {
  margin-top: 30px;
}
.main-photos .content-photos .content-article .detail {
  color: #222;
  text-align: justify;
}
.main-photos .content-photos .content-article img {
  width: 150%;
  max-width: 150%;
  max-width: 1100px;
  margin-left: -25%;
}
@media (max-width: 768px) {
  .main-photos .content-photos .content-article img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.background-yellow {
  background-image: url(../img/bg_yellow.jpg);
  background-size: cover;
  padding: 20px 0;
}
.background-yellow .primary-item .card {
  background: none;
}
.background-yellow .primary-item .card .card-body {
  background: none;
}
.background-yellow .primary-item .card .card-body .card-title {
  font-size: 2rem;
}
.background-yellow .primary-item .card .card-body .card-desc {
  font-size: 1.1rem;
}
.background-yellow .bottom-item {
  padding: 20px;
  background-color: rgba(239, 213, 121, 0.7);
}
.background-yellow .bottom-item .card {
  background: none;
}
.background-yellow .bottom-item .card .card-thumb a {
  padding-top: 115%;
}
.background-yellow .bottom-item .card .card-body {
  background: none;
}
.background-yellow .bottom-item .card .card-body .card-title {
  font-size: 1.1rem;
}

.background-color-mix {
  background-image: url(../img/bg_color_mix.jpg);
  background-size: cover;
  padding: 20px 0;
}
.background-color-mix .multimedia.layout1 .head-item .title a {
  color: #fff;
}
.background-color-mix .multimedia.layout1 .head-item .title a::before {
  display: none;
}
.background-color-mix .multimedia.layout1 .head-item .title::after {
  background-color: #fff;
}
.background-color-mix .multimedia.layout1 .box-left .items-top .card .card-title a {
  color: #fff;
}
.background-color-mix .multimedia.layout1 .box-left .items-top .card .card-body {
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}
.background-color-mix .multimedia.layout1 .box-right .card .card-title a {
  color: #fff;
}
.background-color-mix .multimedia.layout1 .box-right .card .card-body {
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
}
.background-color-mix .multimedia.layout1 .box-right .card .card-content {
  background-color: rgba(0, 0, 0, 0.2);
}

.background-blue {
  background-image: url(../img/bg_blue2.jpg);
  background-size: cover;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.background-blue .head-block .title a {
  color: #fff;
}
.background-blue .head-block .title::after {
  display: none;
}
.background-blue .card-style-horizontal {
  background-color: rgba(26, 40, 87, 0.8);
  border-radius: 10px;
  overflow: hidden;
}
.background-blue .card-style-horizontal .card-body {
  background: none;
}
.background-blue .card-style-horizontal .card-body .card-title a {
  color: #fff;
}
.background-blue .card-style-horizontal .card-body .card-desc a {
  color: #eee;
}
.background-blue .primary-item .card .card-body {
  padding: 15px 15px 15px 0;
}
.background-blue .secondary-item .card {
  margin-top: 20px;
}
.background-blue .secondary-item .card .card-body {
  padding: 8px 15px 8px 0;
}
.background-blue .secondary-item .card .card-body .card-title {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}

.box-infomation {
  background-color: #ebebeb;
}
.box-infomation .head-block {
  border-color: #d10100;
}
.box-infomation .head-block .title a {
  color: #000;
  font-weight: 600;
}
.box-infomation .card {
  background: none;
}

.trending-tags .topic-items .layout-vertical .item {
  border: none;
  margin-top: 8px;
}
.trending-tags .topic-items .layout-vertical .item a {
  text-transform: uppercase;
  font-size: 1.3rem;
  word-spacing: -2px;
  display: flex;
  flex-direction: column;
  min-height: 90px;
}
.trending-tags .topic-items .layout-vertical .item a::after {
  display: block;
  width: 80px;
  height: 2px;
  content: "";
  background-color: #fff;
  margin-top: 5px;
}

.utility-items .item a {
  text-align: center;
  border: solid 1px #eee;
  background-color: #f8f9fa;
  margin: 0px 5px;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: 500;
}
.utility-items .item a i {
  font-size: 2rem;
  color: #da0000;
  margin-bottom: 10px;
}
.utility-items .item a span {
  color: #212529;
  text-transform: uppercase;
  font-size: 1rem;
}

.top-news .primary-item .card .card-title {
  font-size: 1.95rem;
  line-height: 1.2;
  font-weight: 600;
}
.top-news .primary-item .thumb166 a {
  padding-top: 65%;
}
.top-news .col-mid .card {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.top-news .col-mid .card .card-title {
  font-size: 1rem;
}
.top-news .col-mid .card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.top-news .col-mid .order-1 {
  padding-right: 0;
}
.top-news .top-news-left {
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 300px);
}
.top-news .top-news-left .col-left {
  width: calc(100% - 280px);
  flex: 0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
}
.top-news .top-news-left .col-mid {
  width: 280px;
  flex: 0 0 280px;
  max-width: 280px;
}
.top-news .top-news-right {
  width: 300px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767.9px) {
  .top-news .primary-item {
    padding-bottom: 15px;
  }
  .top-news .primary-item .card .card-title {
    font-size: 1.35rem;
  }
  .top-news .top-news-left {
    width: 100%;
    max-width: 100%;
  }
  .top-news .top-news-left .col-left,
  .top-news .top-news-left .col-mid {
    width: auto;
    flex: 1 1 auto;
    max-width: 100%;
  }
  .top-news .top-news-left .col-mid .card .card-content {
    display: flex;
  }
  .top-news .top-news-left .col-mid .card .card-body {
    padding-top: 0;
  }
  .top-news .top-news-left .col-mid .card .card-thumb {
    flex: 0 0 35%;
    margin-right: 10px;
  }
  .top-news .top-news-right {
    width: 100%;
    max-width: 100%;
  }
}

.block-border-inner .col-left {
  padding-right: 20px;
  border-right: 1px solid #ddd;
}
.block-border-inner .col-mid {
  padding-left: 20px;
}
.block-border-inner .col-mid .card ~ .card {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
@media (max-width: 767.9px) {
  .block-border-inner {
    padding-right: 10px;
    border: 0;
  }
  .block-border-inner .col-left {
    padding-right: 0;
    border: none;
  }
  .block-border-inner .col-mid {
    padding-left: 10px;
  }
}

.block-special {
  border: 1px solid #ddd;
  padding: 10px;
}
.block-special .head-block .title {
  background-image: url(../img/bg_title.jpg);
  background-repeat: repeat-x;
  background-position: 0 8px;
  flex: 1;
  text-align: center;
  line-height: 1;
}
.block-special .head-block .title a {
  display: inline-block;
  background-color: #fff;
  background-image: none;
  padding: 0 10px;
  font-size: 1.5rem;
  color: #d10100;
}
.block-special .head-block .title::after {
  display: none;
}
.block-special .head-block .title span {
  line-height: 1;
}
@media (max-width: 767.9px) {
  .block-special .head-block {
    flex-wrap: nowrap;
  }
  .block-special .head-block .nav {
    display: none;
  }
}

.block-photos {
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
}

.block-focusnews .card ~ .card {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
}
.block-focusnews .card-category a {
  font-weight: 700;
  color: #d10100;
  display: block;
  margin-bottom: 5px;
}
.block-focusnews .card .card-meta .card-time i {
  display: none;
}

.block-mostview {
  border-color: #ccc;
}
.block-mostview .head-block {
  border-bottom: 0;
}
.block-mostview .card .card-thumb a {
  display: block;
  border-radius: 50%;
  padding-top: 0;
  overflow: hidden;
  width: 58px;
  height: 58px;
}
.block-mostview .card .card-content {
  position: relative;
  z-index: 0;
}
.block-mostview .card .card-content .card-number {
  position: absolute;
  top: 15px;
  right: 0;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 6rem;
  color: #d9d9d9;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 768px) {
  .block-mostview .card .card-content .card-number {
    width: auto;
  }
}
.block-mostview .card .card-body {
  z-index: 1;
}
.block-mostview .card-title {
  font-size: 0.9rem;
  line-height: 1.3;
}
.block-mostview.hide-category .card-content .card-number {
  top: 0;
  font-size: 4rem;
}

.block-hotnews {
  padding: 20px;
  background-color: #fee1cf;
  border: none;
}
.block-hotnews .head-block {
  border: none;
}
.block-hotnews .head-block .title {
  background-image: url(../img/bg_title_red.jpg);
  background-position: 0 5px;
}
.block-hotnews .head-block .title a {
  font-size: 1.75rem;
  color: #d10100;
  background-color: #fee1cf;
}
.block-hotnews .primary-item .card .card-body .card-title {
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 20px;
}
.block-hotnews .card {
  background-color: transparent;
}

.block-local-news {
  padding: 50px 0;
  background-image: url(../img/bg_local.jpg);
  background-size: 100% 100%;
}
.block-local-news .head-block {
  margin-bottom: 30px;
  border-bottom: 0;
}
.block-local-news .head-block .title a {
  font-size: 1.75rem;
}
.block-local-news .box-content {
  position: relative;
}
.block-local-news .block-grid {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 -10px;
}
.block-local-news .block-grid .card {
  flex: 0 0 33.33%;
  background: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 10px;
}
.block-local-news .block-grid .card .card-content {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.block-local-news .block-grid .card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
}
.block-local-news .block-grid .card .card-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}
.block-local-news .block-grid .card .card-title a {
  color: #fff;
}
.block-local-news .block-text {
  flex: 1 1 30%;
  text-align: center;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  font-size: 9rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .block-local-news {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .block-local-news .d-flex {
    flex-wrap: wrap;
  }
  .block-local-news .block-grid {
    width: auto;
    flex: 1 1 auto;
  }
  .block-local-news .block-grid .card {
    flex: 0 0 50%;
  }
  .block-local-news .block-grid .card .card-title {
    font-size: 1.15rem;
  }
  .block-local-news .block-text {
    flex: 1 1 auto;
    font-size: 4rem;
  }
}

.block-epaper .list-item .top-item ~ .bottom-item {
  margin-top: 10px;
  padding-top: 10px;
}
.block-epaper .list-card-only-title .card-style-less ~ .card-style-less {
  padding-top: 10px;
  margin-top: 10px;
}

.news-views-more {
  border-radius: 12px;
  overflow: hidden;
}
.news-views-more .box-content .item .number {
  background-color: #e7e7e7;
  color: #e36a6a;
  border-radius: 12px;
}

.main-two-column .main-right .block-body {
  border-radius: 12px;
  overflow: hidden;
}

.box-infomation {
  background-color: #ebebeb;
}
.box-infomation .head-block {
  border: none;
}
.box-infomation .head-block .title a {
  line-height: 1.8;
  background: none;
}
.box-infomation .head-block .title a img {
  width: 40px;
}
.box-infomation .head-block .title .main-title {
  border-bottom: 2px solid #d10100;
}
.box-infomation .card {
  background: none;
}
.box-infomation .card .card-thumb a {
  padding-top: 0;
  border: 2px solid #d0d0d0;
  border-radius: 15px;
  height: 130px;
  margin: 0 auto;
}
.box-infomation .card .card-body {
  background: none;
}

.main-footer {
  background-color: #fff;
}
.main-footer .footer-nav {
  box-shadow: 0px 3px 5px #ddd;
}
.main-footer .footer-nav ul li {
  padding: 8px 10px;
}
.main-footer .footer-nav a .home i {
  display: none;
}
.main-footer .footer-nav a .home::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/home_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.main-footer .footer-address .row-lg {
  margin: 0 -20px;
}
.main-footer .footer-address .cols {
  padding-left: 20px;
  padding-right: 20px;
}
.main-footer .footer-address .cols ~ .cols {
  border-left: 1px solid #ddd;
}
.main-footer .text-head {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.15rem;
  color: #888;
}
.main-footer .app {
  margin-bottom: 20px;
}
.main-footer .app .app-device {
  display: flex;
  margin: 0 -5px;
}
.main-footer .app .app-device a {
  flex: 1 1 auto;
  padding: 5px;
}
.main-footer .logo {
  margin-bottom: 10px;
}
.main-footer .logo img {
  max-width: 80%;
}
.main-footer .address p {
  margin-bottom: 8px;
}
.main-footer .version {
  display: flex;
  font-weight: 600;
  text-transform: uppercase;
}
.main-footer .version img {
  height: 30px;
  margin-left: 5px;
}
.main-footer .socials a {
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.main-footer .socials a img {
  height: 30px;
  margin-right: 10px;
}
.main-footer .categories ul {
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .categories ul a {
  display: block;
  padding: 3px 0;
  font-weight: 600;
  text-transform: uppercase;
}
.main-footer .copyright {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  text-align: center;
}
.main-footer .weblink {
  margin-bottom: 20px;
}
.main-footer .weblink select {
  background: rgb(195, 195, 195);
  background: linear-gradient(0deg, rgba(213, 213, 213, 0.7) 0%, rgb(250, 250, 250) 100%);
  border-radius: 5px;
  border-color: #eee;
  font-size: 0.95rem;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
.main-footer .counter {
  overflow: hidden;
}
.main-footer .counter .counter-label {
  font-weight: 700;
  padding-left: 15px;
}
.main-footer .counter .counter-number {
  background-color: #e5e5e5;
  font-weight: 700;
  padding: 5px 10px;
  margin-left: 1px;
  color: #000;
  font-size: 1rem;
}
@media (max-width: 576px) {
  .main-footer .footer-box {
    justify-content: space-around;
  }
  .main-footer .footer-box .item {
    width: 150px;
    margin-bottom: 20px;
  }
}

.site-cn .primary-menu .content-menu .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
}
.site-cn .primary-menu .submenu-category .content-nav .nav-category .nav-item .nav-link {
  font-weight: 600;
}

@media (max-width: 767.9px) {
  .card-desc {
    display: none;
  }
  .col-27percent {
    width: 100%;
  }
  .main-footer .logo {
    text-align: center;
  }
  .main-footer .text-head {
    margin-top: 20px;
  }
  .main-footer .version {
    text-align: center;
    margin-bottom: 20px;
  }
  .main-footer .footer-address .row-lg {
    margin: 0 -10px;
  }
  .main-footer .footer-address .cols {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-home .block-style-11 .video-shorts-list,
  .main-news-detail .block-style-11 .video-shorts-list {
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
  }
  .main-home .block-style-11 .video-shorts-list .card,
  .main-news-detail .block-style-11 .video-shorts-list .card {
    flex: 0 0 220px;
    margin-right: 10px;
  }
}
@media print {
  .hidden-print,
  .d-print-none {
    display: none !important;
  }
}