@charset "UTF-8";
@font-face {
  font-family: "UTM-Yen-Tu";
  src: url("../fonts/UTM-Yen-Tu.ttf") format("truetype");
}
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-semibold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.inter-bolder {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.grid .card-style-default ~ .card-style-default {
  margin-top: 0;
}

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

.text-blue {
  color: #000197 !important;
}

.text-red {
  color: #d10100 !important;
}

.body-bg {
  background-color: #fff;
}

.bg-gradient-1 {
  background-image: url(../img/bg/bg_gradient_1.png);
  background-size: cover;
}

/* Hamburger menu button — animate three bars into an X on focus/active */
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 0;
  padding: 6px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.menu-toggle .bar {
  display: block;
  width: 28px;
  height: 4px;
  background: #ffffff;
  border-radius: 4px;
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.2, 0.6, 0.2, 1), opacity 0.2s ease;
}
.menu-toggle .bar + .bar {
  margin-top: 6px;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle {
  /* Trigger animation on focus, when aria-expanded is true, or when an "open" class is present */
}
.menu-toggle:focus .bar:nth-child(1), .menu-toggle[aria-expanded=true] .bar:nth-child(1), .menu-toggle.open .bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.menu-toggle:focus .bar:nth-child(2), .menu-toggle[aria-expanded=true] .bar:nth-child(2), .menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.menu-toggle:focus .bar:nth-child(3), .menu-toggle[aria-expanded=true] .bar:nth-child(3), .menu-toggle.open .bar:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.header {
  color: #6a6a6a;
}
.header .header-topbar {
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.header .header-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-topbar .container .topbar-left {
  display: flex;
  align-items: center;
}
.header .header-topbar a {
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  color: #333333;
  position: relative;
}
.header .header-topbar a::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #c1bfbf;
  right: -10px;
  top: 3px;
}
.header .header-topbar a:last-child {
  margin-right: 0;
}
.header .header-topbar a:last-child::after {
  display: none;
}
.header .header-topbar a:hover {
  color: #e60002;
}
.header .header-topbar a img {
  margin-right: 5px;
  height: 20px;
}
.header .header-topbar .follow-us {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 1rem;
}
.header .header-topbar .follow-us::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #c1bfbf;
  right: 10px;
  top: 3px;
}
.header .header-topbar .follow-us a {
  margin-left: 10px;
  margin-right: 0;
}
.header .header-topbar .follow-us a::after {
  display: none;
}
.header .header-topbar .follow-us a img {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.header .header-topbar .follow-us a:hover img {
  transform: scale(1.2);
}
.header .header-main {
  padding: 25px 0;
}
.header .header-main .head-logo {
  margin-right: 30px;
}
.header .header-main .head-logo a {
  display: inline-block;
}
.header .header-main .head-logo a img {
  height: 97px;
}
.header .header-main .header-search-form {
  min-width: 250px;
  margin-bottom: 10px;
}
.header .header-main .header-search-form .head-search {
  border-radius: 0;
}
.header .header-main .header-search-form .head-search .btn {
  border-radius: 0;
}
.header .header-main .header-datetime {
  font-size: 14px;
  color: #333333;
}
.header .header-main .logo-text {
  text-transform: uppercase;
  margin-left: 15px;
}
.header .header-main .logo-text .logo-text-vi {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #000197;
  margin-bottom: 5px;
}
.header .header-main .logo-text .logo-text-en {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #000197;
}
.header .head-mobile {
  flex: 1;
}
.header .head-mobile img {
  width: 100px;
  height: auto;
}
@media (max-width: 768px) {
  .header {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .header.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .header .header-topbar a {
    margin-right: 10px;
    font-size: 11px;
  }
  .header .header-main {
    border-bottom: none;
    padding: 20px 0;
  }
  .header .header-main .container {
    justify-content: space-between !important;
    width: 100%;
  }
  .header .header-main .container .header-main-left {
    width: 100%;
  }
  .header .header-main .container .header-main-left .head-logo {
    flex: 1;
  }
  .header .header-main .container .header-main-left .head-logo img {
    height: 40px;
    width: 100%;
  }
  .header .header-main .head-logo a img {
    height: auto;
    width: 100px;
  }
  .header .header-main .logo-text .logo-text-vi {
    font-size: 14px;
  }
  .header .header-main .logo-text .logo-text-en {
    font-size: 11px;
    display: none;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  .header .header-topbar a {
    margin-right: 5px;
    font-size: 0.85em;
  }
  .header .header-topbar a img {
    height: 18px;
  }
  .header .header-topbar .topbar-left {
    flex: 1;
    justify-content: space-between;
  }
  .header .header-topbar .topbar-left a {
    font-size: 11px;
  }
  .header .header-topbar .topbar-left a::after {
    top: 4px;
    right: -6px;
    height: 12px;
  }
}
@media (max-width: 320px) {
  .header .header-topbar a img {
    display: none;
  }
}

.header-news .header-news-content {
  padding: 1em 0 0 0;
  display: flex;
  align-items: center;
  color: #595959;
}
.header-news .header-news-label {
  flex: 0 0 90px;
  white-space: nowrap;
  color: #333;
  line-height: 1.25;
  font-size: 1.15em;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.header-news .header-news-label img {
  margin-right: 5px;
  width: 28px;
}
.header-news .news-marquee {
  overflow: hidden;
  display: flex;
  min-height: 24px;
  flex: 1 1 auto;
  position: relative;
}
.header-news .news-marquee::before,
.header-news .news-marquee::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 100%;
  background: linear-gradient(270deg, #fff 22.19%, rgba(255, 255, 255, 0.85) 56.56%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.header-news .news-marquee::before {
  left: 0;
  right: auto;
  background: linear-gradient(90deg, #fff 22.19%, rgba(255, 255, 255, 0.85) 56.56%, rgba(255, 255, 255, 0) 100%);
}
.header-news .news-marquee .js-marquee {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}
.header-news .news-marquee a {
  white-space: nowrap;
  color: #595959;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 2px 1rem;
  font-size: 0.9em;
  border-radius: 25px;
  flex: 1;
}
.header-news .news-marquee a img {
  margin-top: -10px;
  margin-left: -4px;
}
.header-news .news-marquee a:hover {
  color: #d10100;
}
.header-news .news-marquee span {
  color: #d10100;
}
.header-news .header-weather {
  flex: 1 1 auto;
  white-space: nowrap;
}
.header-news .header-divider {
  content: "";
  height: 18px;
  width: 1px;
  background-color: #c1bfbf;
  flex: 0 0 1px;
  margin: 0 15px;
}
@media (max-width: 767.9px) {
  .header-news .container {
    padding: 0;
  }
  .header-news .header-news-label {
    flex: 0 0 35px;
  }
}

.card .card-thumb.thumb166 a {
  border-radius: 5px;
}

.block-featured {
  display: flex;
}
.block-featured .col-left {
  width: 280px;
  padding-right: 15px;
}
.block-featured .col-left article.card .card-thumb {
  margin-bottom: 0;
}
.block-featured .col-left .bottom-item .item {
  border: 0 !important;
}
.block-featured .col-right {
  width: calc(100% - 280px);
}
.block-featured .col-right .primary-list {
  padding-top: 5px;
}
.block-featured .col-right .primary-list .item-one {
  padding: 10px 0;
  border-top: 1px solid #edecec;
}
.block-featured .col-right .primary-list .item-one .card .card-title {
  font-size: 1rem;
  line-height: 1.5;
}

.icon_home {
  background: url(../img/icon/icon_home.svg) no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: block;
}

.main-epaper .block-head {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #e60002;
  margin-bottom: 1rem;
}
.main-epaper .block-head .title {
  display: flex;
  flex: 1;
  font-size: 1.3rem;
  font-weight: 600;
  align-items: center;
}
.main-epaper .block-head .title a {
  font-size: 1.3rem;
  font-weight: 600;
  gap: 10px;
  align-items: center;
}
.main-epaper .block-head .title a i {
  position: relative;
  top: 2px;
}
.main-epaper .pagination {
  justify-content: end;
}

.bg_none {
  background: transparent !important;
  padding: 5px 0 !important;
}
.bg_none .row {
  margin-left: -10px;
  margin-right: -10px;
}
.bg_none .row .col-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.bg_none .pagination {
  margin-top: 0;
}

.xaluan .head-block .title a {
  font-size: 1.2rem;
}
.xaluan .card .card-body .card-title {
  font-size: 1rem !important;
  font-weight: 500 !important;
}
.xaluan .top-item {
  padding-bottom: 10px;
}
.xaluan .bottom-item .item {
  padding: 10px 0;
  border-top: 1px solid #edecec;
}

.feature-posts .top-posts {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.feature-posts .top-posts .row {
  margin-left: -8px;
  margin-right: -8px;
}
.feature-posts .top-posts .row .col-md-4,
.feature-posts .top-posts .row .col-md-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.feature-posts .top-posts .card .card-title {
  font-size: 1.3em;
}
.feature-posts .top-posts .card .card-body {
  padding: 0;
}
.feature-posts .bottom-posts {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.feature-posts .bottom-posts .card:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -0.75rem;
  height: 100%;
  width: 1px;
  background-color: #e5e5e5;
  content: "";
  display: block;
}
@media (max-width: 768px) {
  .feature-posts .bottom-posts .card:not(:first-child)::before {
    display: none;
  }
  .feature-posts .bottom-posts .card ~ .card {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
  }
}

.relates-posts {
  margin-top: 15px;
}

.main-footer .footer-text,
.main-footer .contact-link {
  color: #706779;
  font-size: 0.96rem;
}
.main-footer .footer-text strong,
.main-footer .contact-link strong {
  opacity: 1;
  font-size: 1rem;
  color: #333;
}
.main-footer .btn {
  border: 1px solid #ada9ad;
}
.main-footer .version {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .main-footer .version,
  .main-footer .follow-us {
    margin-top: 1em;
  }
}

@media (max-width: 768px) {
  .main-content .box-top {
    display: block;
  }
  .main-content .box-top .left-box {
    width: auto;
    padding-right: 0;
  }
  .main-content .box-top .left-box .scroll-list {
    margin: 15px 0;
    padding: 10px;
    max-height: 450px;
    border: 1px solid #ddd;
    overflow-y: auto;
  }
  .main-content .box-top .right-box {
    width: auto;
  }
}

.daihoi .box-items {
  background: url(../img/bg/bg_hoidong.png) no-repeat center;
  background-size: cover;
  padding: 1rem;
}
.daihoi .box-items .head-block {
  align-items: center;
  gap: 15px;
  margin-bottom: 1rem;
}
.daihoi .box-items .head-block .title a {
  word-break: break-all;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.daihoi .box-items .head-block::after {
  content: "";
  background: url(../img/bg/line.png) repeat-x;
  flex-grow: 1;
  height: 16px;
  background-size: contain;
  margin: 0;
}
.daihoi .box-items .head-block::before {
  content: "";
  background: url(../img/bg/line.png) repeat-x;
  flex-grow: 1;
  height: 16px;
  background-size: contain;
}
.daihoi .box-items .card .card-title a {
  color: #fff;
}
@media (max-width: 768px) {
  .daihoi .box-items .head-block {
    gap: 0;
  }
  .daihoi .box-items .head-block .title {
    width: 100%;
  }
}

.news-views-more {
  padding: 8px;
  border: 1px solid;
  background: #fff;
  height: auto;
  border: 1px solid #edecec;
  border-radius: 5px;
}
.news-views-more .card .card-title {
  font-size: 0.94rem !important;
}
.news-views-more .col-6.order-2 {
  padding-left: 0;
}
.news-views-more.block-news .head-block .title {
  font-size: 1rem;
}
.news-views-more .box-content .item {
  display: inline;
}
.news-views-more .box-content .item .number {
  font-size: 20px;
  background-color: rgba(255, 205, 83, 0.22);
  color: #fa2415;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.news-views-more.news-sidebar .head-block {
  padding: 0 10px;
}
.news-views-more.news-sidebar .box-content {
  border: none;
}

.boright .col-md-8 {
  border-right: 1px solid #e5e5e5;
}
.boright .col-md-4 .card {
  padding-bottom: 1rem;
}

.box6 {
  background: linear-gradient(180deg, #fff8f8 0%, #ffffff 100%);
  border: 1px solid #edecec;
  border-radius: 5px;
  padding: 12px;
}
.box6 .head-block::after {
  display: none !important;
}
.box6 .list-item .card .card-title {
  font-size: 1rem !important;
  font-weight: 500 !important;
}
.box6 .list-item .top-item {
  padding-bottom: 10px;
}
.box6 .list-item .bottom-item .item {
  padding: 10px 0;
  border-top: 1px solid #edecec;
}
.box6 .list-item .bottom-item .item:last-child {
  padding-bottom: 0;
}

.block-news .head-block {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.block-news .head-block .title {
  display: flex;
  align-items: flex-end;
}
.block-news .head-block .title a {
  color: #333333;
  font-family: "Oswald", sans-serif;
}
.block-news .head-block::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #edecec;
  margin-left: 15px;
  flex: 1 1 auto;
  position: static;
  margin-top: 1.1rem;
}
.block-news .head-block .nav .nav-item .nav-link {
  text-transform: uppercase;
}
.block-news .head-center .head-block {
  justify-content: center;
}
.block-news .head-center .head-block .title {
  justify-content: center;
}
.block-news .head-center .head-block .title::before {
  content: "";
  display: block;
  flex-grow: 1;
  height: 2px;
  background-color: #000197;
  flex: 1 1 auto;
  position: static;
  border-radius: 0;
}
.block-news .head-center .head-block .title::after {
  width: auto;
  border-radius: 0;
}
.block-news .head-center .head-block a {
  display: flex;
  align-items: center;
}
.block-news .head-center .head-block a img {
  height: 34px;
}
.block-news .item-top .card .card-title {
  font-size: 1rem;
  line-height: 1.5;
}
.block-news .item-bottom {
  padding-top: 0.8rem;
}
.block-news .item-bottom .item-text {
  padding: 8px 0;
  border-top: 1px solid #edecec;
}

.extra .box-items .head-block a {
  position: relative;
  top: 3px;
}

.px15 {
  padding-left: 15px;
  padding-right: 15px;
}

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

.line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3); /* Subtle white line */
  flex-grow: 1; /* Makes lines fill the space */
}

.block-multi-tab-slide {
  margin: 0 -12px;
  padding: 15px;
}
.block-multi-tab-slide .head-block {
  display: flex;
  flex-direction: column;
}
.block-multi-tab-slide .head-block .nav .nav-item a.nav-link {
  font-weight: 500;
  color: #fff;
  opacity: 0.65;
  text-transform: uppercase;
  font-size: 1rem;
}
.block-multi-tab-slide .head-block .nav .nav-item a.nav-link.active {
  opacity: 1;
  color: #fff;
}
.block-multi-tab-slide .header-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}
.block-multi-tab-slide .header-main .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.block-multi-tab-slide .header-main .brand .icon {
  width: 30px;
  height: 30px;
}
.block-multi-tab-slide .header-main .brand .title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.block-multi-tab-slide .slider-content .card .card-body {
  color: #fff;
}
.block-multi-tab-slide .slider-content .card .card-body .card-title a,
.block-multi-tab-slide .slider-content .card .card-body .card-desc a {
  color: #fff !important;
  line-height: 1.3;
}
.block-multi-tab-slide .slider-content .card .card-body .card-desc a {
  font-weight: 200;
}
.block-multi-tab-slide .slider-content .right .listItem {
  display: flex;
}
.block-multi-tab-slide .slider-content .right .listItem .card {
  padding-bottom: 0.5rem;
}
.block-multi-tab-slide .slider-content .right .listItem .card .card-title {
  font-weight: 400;
}

.icon_fire {
  background: url(../img/icon/fire.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: block;
}

.video-player {
  max-height: 300px;
}

.podcast .box-items {
  background: url(../img/bg/bg_podcast.png) no-repeat center;
  background-size: cover;
  margin: 0 -12px;
  padding: 2rem 0 2.5rem 0;
}
.podcast .box-items .head-block {
  display: flex;
  flex-direction: column;
}
.podcast .box-items .head-block .nav {
  margin: 0;
}
.podcast .box-items .head-block .nav .nav-item a.nav-link {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  opacity: 0.6;
}
.podcast .box-items .head-block .nav .nav-item a.nav-link::after {
  content: "";
  position: absolute;
  right: 0px;
  height: 15px;
  background: #fff;
  width: 1px;
  top: 3px;
  opacity: 0.65;
}
.podcast .box-items .head-block .nav .nav-item a.nav-link.active {
  opacity: 1;
  border: 0;
  color: #fff;
}
.podcast .box-items .head-block .header-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}
.podcast .box-items .head-block .header-main .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.podcast .box-items .head-block .header-main .brand .icon {
  width: 30px;
  height: 30px;
}
.podcast .box-items .head-block .header-main .brand .title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.podcast .box-items .swiper-wrapper {
  padding-bottom: 2.5rem;
}
.podcast .box-items .swiper-pagination {
  bottom: 0 !important;
}
.podcast .box-items .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.85;
}
.podcast .box-items .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ed1c24;
  width: 36px;
  border-radius: 10px;
  height: 7px;
}
.podcast .box-items .card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px;
}
.podcast .box-items .card .card-body {
  padding-bottom: 0;
}
.podcast .box-items .card .card-body .card-title {
  position: relative;
  padding-right: 10px;
  min-height: 30px;
  align-items: center;
  display: flex;
}
.podcast .box-items .card .card-body .card-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/icon/icon_plays.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
}
.podcast .box-items .card .card-title a {
  color: #fff;
}

.style5 .top-item .card .card-title {
  font-size: 1.3rem;
  font-weight: 600;
}
.style5 .second_news .card {
  padding-bottom: 0.5rem;
}
.style5 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.style5 .row .col-12,
.style5 .row .col-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.sapo {
  font-weight: 700;
  padding-bottom: 0.5rem;
  color: #212529;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}
.header-main .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.header-main .brand .icon {
  width: 30px;
  height: 30px;
}
.header-main .brand .title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem;
}
.header-main .brand .title a {
  color: #fff;
}

.blox4-top .body-block .row,
.block-multi-tab-slide .body-block .row {
  margin-left: -8px;
  margin-right: -8px;
}
.blox4-top .body-block .row .col-12,
.blox4-top .body-block .row .col-md-8,
.blox4-top .body-block .row .col-sm-3,
.blox4-top .body-block .row .col-6,
.block-multi-tab-slide .body-block .row .col-12,
.block-multi-tab-slide .body-block .row .col-md-8,
.block-multi-tab-slide .body-block .row .col-sm-3,
.block-multi-tab-slide .body-block .row .col-6 {
  padding-left: 8px;
  padding-right: 8px;
}

.block-bg-gray {
  padding: 30px 20px;
  border-radius: 16px;
  background: #fff;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(204, 204, 204) 46%, rgb(245, 245, 245) 100%);
}
@media (max-width: 768px) {
  .block-bg-gray {
    padding: 15px 10px;
  }
  .block-bg-gray .card .card-desc {
    display: none;
  }
}

.block-bg-image-1 {
  background-image: url(../img/bg/bg_livestream.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}

.block-bg-image-2 {
  background-image: url(../img/bg/bg_photo.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}

.block-border-radius-16 {
  border-radius: 16px;
}

.video-shorts {
  background: url(../img/bg/bg_shortvideo.png) no-repeat center;
  background-size: cover;
  padding: 2rem 0;
}
.video-shorts .box-items .block-video-shorts {
  margin: 0 -12px;
}

.icon_tivi {
  background: url(../img/icon/icon_tivi.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
}

.block-info {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 15px 5px;
}

.pro-player_container video {
  -o-object-fit: cover;
     object-fit: cover;
}

.box-group .row,
.advertis .row {
  margin-left: -8px;
  margin-right: -8px;
}
.box-group .row .col-12,
.box-group .row .col-md-6,
.box-group .row .col-md-8,
.box-group .row .col-sm-3,
.box-group .row .col-6,
.advertis .row .col-12,
.advertis .row .col-md-6,
.advertis .row .col-md-8,
.advertis .row .col-sm-3,
.advertis .row .col-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.box-group .card .card-title,
.advertis .card .card-title {
  font-size: 1rem !important;
  font-weight: 500 !important;
}
.box-group .bottom-item,
.advertis .bottom-item {
  padding-top: 10px;
}
.box-group .bottom-item .item,
.advertis .bottom-item .item {
  border-top: 1px solid #edecec;
  padding: 10px 0;
}

.epaper {
  background: url(../img/bg/bg_epaper.png) no-repeat center;
  background-size: cover;
  padding: 1rem;
}
.epaper .head-block::after {
  background-color: #d7cfcf;
}
.epaper .card .card-thumb {
  border-radius: 6px;
}
.epaper .card .card-thumb img {
  max-height: 300px;
  border-radius: 3px;
}
.epaper .swiper-prev {
  left: 0;
}
.epaper .swiper-next {
  right: 0;
}

.block-photos .card {
  padding: 10px;
  border: 1px solid rgba(8, 102, 254, 0.72);
  backdrop-filter: blur(10px); /* Blurs the content *behind* this div */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  height: 100%;
}
.block-photos .card .card-title {
  font-size: 1.15em;
}
.block-photos .card .card-title a {
  color: #000197;
}
.block-photos .card .card-desc a {
  color: #000197;
}
@media (max-width: 768px) {
  .block-photos .card {
    height: auto;
  }
  .block-photos .card .card-desc {
    display: none;
  }
}

.block-travel {
  margin-top: 1rem;
  background-image: url(../img/bg/bg_photo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.block-travel .text-style {
  font-size: 75px;
  font-family: "UTM-Yen-Tu";
  font-weight: 400;
  color: #fff;
  line-height: 1;
  word-spacing: 0.15em;
  margin: 50px 0 1rem 0;
  text-align: right;
}
.block-travel .head-block::after {
  opacity: 0.6;
}
.block-travel .head-block .title a {
  color: #fff;
  font-weight: 500;
}
.block-travel .body-block {
  padding-top: 0.5rem;
}
.block-travel .card {
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding-bottom: 5px;
}
.block-travel .card .card-thumb.thumb166 a {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.block-travel .card .card-thumb.thumb166 a .card-img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.block-travel .card .card-title a {
  color: #fff;
}
.block-travel .card .card-desc a {
  color: #fff;
}
.block-travel .card .card-body {
  padding: 0 10px;
}
@media (min-width: 991px) {
  .block-travel {
    padding: 2rem;
  }
}
.block-travel .text-style {
  display: block;
}
.block-travel .card-style-horizontal ~ .card-style-horizontal {
  margin-top: 0;
}

.block-photo .card {
  padding: 10px;
  border: 1px solid rgba(8, 102, 254, 0.72);
  backdrop-filter: blur(10px); /* Blurs the content *behind* this div */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
}
.block-photo .card .card .card-title a {
  color: #fff;
}
.block-photo .card .card .card-desc a {
  color: #fff;
}

.px10 {
  padding: 0 10px;
}

.live-video-box {
  position: relative;
  display: flex;
  padding-top: 15px;
}
.live-video-box .body-live {
  background: #060754;
  padding: 10px 0;
  border-radius: 5px;
}
.live-video-box .body-live .head-live .nav .nav-item {
  width: 50%;
  justify-content: center;
  display: flex;
  position: relative;
}
.live-video-box .body-live .head-live .nav .nav-item:first-child::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 18px;
  display: block;
  background: #b1b0b0;
  top: 9px;
  right: -7px;
  transform: rotate(30deg);
}
.live-video-box .livestream-left {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 15px;
}
.live-video-box .livestream-right {
  width: 300px;
}
.live-video-box .livestream-right .card-style-default.mb-3 {
  margin-bottom: 10px !important;
}
.live-video-box .livestream-right .card-style-default.mb-3 .card-thumb {
  margin-bottom: 10px;
}
.live-video-box .livestream-right .card-style-default.mb-3 .card-title {
  font-size: 1rem !important;
}
.live-video-box .livestream-right .card-style-default.mb-3 .card-title a {
  color: #333 !important;
}
.live-video-box .live-badge {
  border-radius: 3px;
  padding: 0 10px 0 5px;
  background-color: #fff;
  color: #ff0000;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.live-video-box .live-badge::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ff0000;
  border-radius: 50%;
  margin-right: 5px;
  animation: live-pulse 1.5s infinite;
}
.live-video-box .live-name,
.live-video-box .live-timecode {
  font-size: 14px;
  color: #333;
}
.live-video-box .info-live {
  display: flex;
  color: #333;
  font-size: 14px;
  margin-top: 10px;
  border-top: 1px solid #2d2d2d;
  padding: 10px 10px 0 10px;
  align-items: center;
}
.live-video-box .info-live a,
.live-video-box .info-live a:hover {
  color: #333;
}
.live-video-box .info-live .info-live-item {
  padding: 0 10px;
  height: 100%;
  display: flex;
  flex: 1;
  color: #fff;
  gap: 1rem;
}
.live-video-box .info-live .info-live-item .timecode {
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-right: 1rem;
  border-right: 1px solid rgba(238, 238, 238, 0.3);
}
.live-video-box .info-live .info-live-item .item-live {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.live-video-box .info-live .info-live-item .item-live .live-name {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.live-video-box .info-live .info-live-item .item-live .live-desc {
  font-weight: 200;
}
.live-video-box .info-live .item-schedule {
  display: flex;
  text-align: center;
  padding-right: 1rem;
}
.live-video-box .info-live .item-schedule a {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  padding: 0 10px;
  height: 30px;
  gap: 5px;
  font-weight: 500;
}
.live-video-box .info-live .item-schedule a img {
  width: 20px;
  height: 20px;
}
.live-video-box .head-live .nav-link {
  font-size: 22px;
  color: #b1b0b0;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0 0 5px 0;
  width: 100%;
  justify-content: center;
  border-bottom: 2px solid #fff;
}
.live-video-box .head-live .nav-link.active {
  color: white;
  border-bottom: 2px solid #ed1c24;
}
.live-video-box .head-live .nav-link img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.live-video-box .livestream-right .block-news .video-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 455px;
}
.live-video-box .livestream-right .block-news .video-list .card {
  background: none;
}
.live-video-box .livestream-right .block-news .video-list .card .card-title {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.25;
}
.live-video-box .livestream-right .block-news .video-list .card .card-title a {
  color: #000197;
}
@media (max-width: 767.99px) {
  .live-video-box .head-live .nav-item:first-child::after {
    top: 2px !important;
    right: -5px !important;
  }
  .live-video-box .head-live .nav-link {
    font-size: 0.9em;
  }
  .live-video-box .head-live .nav-link img {
    width: 20px;
    height: 20px;
  }
  .live-video-box .head-live .nav-link .logo-text span {
    display: none;
  }
  .live-video-box .livestream-left {
    padding-right: 0;
  }
  .live-video-box .livestream-left .pro-player_big-icon-wrapper {
    width: 50px;
    height: 50px;
  }
  .live-video-box .livestream-left .pro-player_big-icon-wrapper svg {
    width: 25px;
    height: 25px;
  }
  .live-video-box .info-live {
    font-size: 0.9em;
    border: 0;
    gap: 5px;
    font-weight: 500;
    flex-direction: column;
  }
  .live-video-box .info-live .info-live-item {
    width: 100%;
  }
  .live-video-box .info-live .info-live-item .item-live .live-name {
    font-size: 0.95em;
  }
  .live-video-box .info-live .item-schedule {
    text-align: right;
    padding-right: 0;
    width: 100%;
    justify-content: right;
    padding-top: 5px;
  }
  .live-video-box .info-live .item-upcoming {
    display: none;
  }
  .live-video-box .livestream-right {
    padding-top: 1rem;
    width: 100%;
  }
  .live-video-box .livestream-right .block-news .video-list {
    max-height: 700px;
  }
  .live-video-box .livestream-right .block-news .video-list .card .card-title {
    font-size: 0.95em;
  }
}
.menu-bars2 {
  width: 24px;
  height: 22px;
  position: relative;
  margin: 0px 1rem;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu-bars2 span {
  display: block;
  position: absolute;
  height: 2.3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-bars2 span:nth-child(1) {
  top: 2px;
  transform-origin: left center;
}
.menu-bars2 span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}
.menu-bars2 span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}
.menu-bars2.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 2.5px;
  left: 3px;
}
.menu-bars2.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu-bars2.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
  left: 3px;
}

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

.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 15px;
  border-radius: 15px;
  font-size: 1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(6px);
  border: 1px solid transparent;
  height: 42px;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.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: 30px;
  height: 30px;
}
.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: linear-gradient(92deg, #ed2c25 1.37%, #b40001 99.79%);
  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: 1em;
  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);
  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.25em;
  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.8em;
  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.8em;
  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.95em;
  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);
    width: 36px;
    height: 36px;
  }
  .box-television .tv-box .tv-info-box .box-button img {
    width: 24px;
    height: 24px;
    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: 15px 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.05em;
  }
  .box-television .tv-box .tv-info-box .box-button,
  .box-television .tv-box .tv-info-box .dateplay-box .switch-channel {
    font-size: 0.9em;
  }
}

.box-schedule .tv-box .tv-info-box {
  position: static;
}
.box-schedule .tv-box .tv-info-box .box-button:not(.active) {
  color: #888;
  background-color: #ccc;
}
.box-schedule .tv-box .tv-info-box .dateplay-box .switch-channel {
  color: #888;
}
.box-schedule .tv-box .tv-info-box .schedule-wrapper {
  flex: 1;
}
.box-schedule .tv-box .tv-info-box .channel-list .channel-item .channel-link .channel-text {
  display: block !important;
  font-size: 0.85em;
}
.box-schedule .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .text_live {
  padding: 0;
  display: block;
}
.box-schedule .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .item {
  padding: 10px;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
  color: #595959;
  border-color: #ddd;
}
.box-schedule .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .item .time_line {
  flex: 0 0 120px;
  padding: 0;
  margin: 0;
  border: 0;
  flex-wrap: wrap;
  color: #595959;
}
.box-schedule .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .item .program_title {
  color: #000197;
}
.box-schedule .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .item .program_desc {
  color: #595959;
}
@media (max-width: 768px) {
  .box-schedule .tv-box .tv-info-box .schedule-box .schedule-list .schedule-item .item .time_line {
    flex: 0 0 80px;
  }
}

.block-video-shorts .card {
  position: relative;
  border-radius: 5px !important;
  overflow: hidden;
}
.block-video-shorts .card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  padding: 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22%, rgb(0, 0, 0) 100%);
  display: flex;
  align-items: flex-end;
}
.block-video-shorts .card .card-body .card-title {
  font-size: 14px;
}
.block-video-shorts .card .card-body .card-title a {
  color: #fff;
}
@media (max-width: 768px) {
  .block-video-shorts .video-shorts-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px;
  }
}

.category-menu .category-menu-nav {
  background-color: #ccc;
  border-radius: 5px;
  display: none;
  padding: 5px;
}
.category-menu .category-menu-title {
  font-weight: 600;
}
.category-menu .category-menu-button {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 0px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.category-menu .category-menu-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #555;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.category-menu .category-menu-button span:nth-child(1) {
  top: 4px;
  transform-origin: left center;
}
.category-menu .category-menu-button span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}
.category-menu .category-menu-button span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}
.category-menu.open .icon-bars span:nth-child(1) {
  transform: rotate(45deg);
  top: 3px;
  left: 3px;
}
.category-menu.open .icon-bars span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.category-menu.open .icon-bars span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
  left: 3px;
}
.category-menu .offcanvas {
  border: none;
}
.category-menu .offcanvas-header .offcanvas-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  flex: 1;
  color: #000197;
}
.category-menu .offcanvas-header .offcanvas-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000197;
  margin-right: 10px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.category-menu .offcanvas-header .offcanvas-title::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 2px;
  background-color: #000197;
  margin-left: 15px;
  flex: 1 1 auto;
  position: static;
}
.category-menu .offcanvas-body {
  padding: 0;
}
.category-menu .offcanvas-body .list-group {
  border: none;
}
.category-menu .offcanvas-body .list-group .list-group-item {
  border: none;
}
.category-menu .offcanvas-body .list-group .list-group-item a {
  color: #555;
  font-weight: 600;
}
.category-menu .offcanvas-body .list-group .list-group-item a:hover {
  color: #000197;
}
.category-menu .offcanvas-body .list-group .list-group-item.active {
  background-color: #cee5f3;
}
.category-menu .offcanvas-body .list-group .list-group-item.active a {
  color: #000197;
}
@media (min-width: 768px) {
  .category-menu .offcanvas {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .category-menu .offcanvas .btn-close {
    display: none;
  }
}
@media (max-width: 767.99px) {
  .category-menu .category-menu-nav {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .primary-menu {
    border: none;
  }
  .block-news .card {
    margin-bottom: 0.5rem;
  }
  .block-multi-tab-slide {
    padding: 0;
  }
  .block-multi-tab-slide .head-block .nav {
    margin-left: 0;
  }
  .block-multi-tab-slide .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .block-featured {
    flex-direction: column;
  }
  .block-featured .col-left {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .block-featured .col-left #block-home-latest {
    max-height: 600px;
  }
  .block-featured .col-right {
    width: 100%;
    order: 1;
  }
  .block-featured .col-right .swiper-next,
  .block-featured .col-right .swiper-prev {
    top: 20%;
  }
  .right-box .news-views-more .box-content {
    max-height: 100%;
    overflow: hidden;
  }
  .live-video-box {
    flex-direction: column;
  }
  .block-news.podcast .head-block::after {
    display: none;
  }
  .block-news.podcast .head-block .nav {
    flex-wrap: wrap;
  }
  .block-news.podcast .head-block .nav .nav-item:last-child a::after {
    display: none;
  }
  .block-iframe {
    margin-top: 1rem;
  }
  .block-travel {
    padding-top: 1.5rem;
  }
  .block-travel .container {
    padding-left: 0;
    padding-right: 0;
  }
  .block-travel .container .text-style {
    font-size: 36px;
    margin-top: 20px;
  }
  .header-news .header-news-content {
    padding: 0.5em 0 0 0.5rem;
  }
  .header-news .header-news-content .header-news-label img {
    width: 20px;
  }
  .breadcrumbs .breadcrumb-scroll-nav .breadcrumb-sub {
    margin: 0;
    max-width: 360px;
  }
}
.content-article .image .desc {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
}
.content-article p {
  margin-bottom: 10px;
}
.content-article p trong {
  text-align: right;
}
.content-article p.right {
  text-align: right;
}/*# sourceMappingURL=tuyenquangtv.css.map */