html {
  scroll-behavior: auto !important;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* for safari & chrome */
  -moz-osx-font-smoothing: grayscale;
  /* for firefox */
  font-size: 16px;
}

body {
  font-family: "Noto Sans", "Noto Sans TC", system-ui, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.5;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

ul.list-styled,
ol.list-styled {
  margin-left: 10px;
  padding-left: 10px;
}

ul.list-styled li,
ol.list-styled li {
  margin-bottom: 5px;
}

ul.list-styled li::marker,
ol.list-styled li::marker {
  vertical-align: top;
}

ul.list-styled {
  list-style: disc outside none !important;
}

ol.list-styled {
  list-style: decimal outside none !important;
}

a,
a.link {
  text-decoration: none;
  color: #246EB5;
  display: inline;
  transition: all ease-in-out 0.3s;
}

a.text-dark:hover {
  color: #246EB5 !important;
}

p {
  line-height: 1.7;
}

.bg-dark {
  background-color: #272727 !important;
}

.bg-grey {
  background: #aaa;
}

.bg-primary {
  background: #246EB5 !important;
}

.bg-success {
  background: #51B671 !important;
}

.bg-warning {
  background: #EDB232 !important;
}

.bg-secondary {
  background: #128335 !important;
}

.bg-info {
  background: #128335 !important;
}

.bg-international {
  background-color: #3695DC !important;
}

.bg-life {
  background-color: #6ECE57 !important;
}

.bg-society {
  background-color: #4498BE !important;
}

.bg-politic {
  background-color: #838383 !important;
}

.bg-entertainment {
  background-color: #9C71AF !important;
}

.bg-art {
  background-color: #FF8D8D !important;
}

.text-primary {
  color: #246EB5 !important;
}

.text-secondary {
  color: #128335 !important;
}

.text-success {
  color: #51B671 !important;
}

.text-warning {
  color: #EDB232 !important;
}

.text-danger {
  color: #E9532F !important;
}

.text-base {
  color: #484848 !important;
}

.text-grey {
  color: #666 !important;
}

.text-light {
  color: #ACACAC !important;
}

.text-dark {
  color: #000 !important;
}

.text-xs {
  font-size: 12px;
  color: #666;
}

.btn {
  box-shadow: none !important;
  font-size: 1.5rem;
  padding: 14px 24px;
}

.btn-sm {
  padding: 8px 16px;
  font-size: 1rem;
}

.btn-primary {
  background-color: #246EB5;
  border-color: #246EB5;
}

.btn-primary:hover {
  background-color: #0e487f;
}

.badge {
  font-size: 12px;
}

.marquee {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  overflow: hidden;
}

.marquee .area-sub-title {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.marquee .inner {
  transition: transform 0.5s ease-in-out;
}

.marquee .inner .text {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.marquee .inner .text a {
  text-decoration: none !important;
  color: #000;
}

.marquee .inner .text a:hover {
  color: #246EB5;
}

.form-group {
  position: relative;
}

.form-group.form-icon .form-control {
  padding-right: 30px;
}

.form-group.form-icon img {
  position: absolute;
  bottom: 13px;
  right: 15px;
}

ul.nav-tabs button.nav-link {
  padding: 12px 15px;
  border-radius: 5px 5px 0 0;
  font-weight: 400;
  color: #333;
  border: none;
  border-bottom: 3px solid transparent;
}

ul.nav-tabs button.nav-link:hover {
  background: rgba(0, 0, 0, 0.07);
}

ul.nav-tabs button.nav-link.active {
  font-weight: 600;
  background: #fff;
  color: #246EB5;
  border-bottom-color: #246EB5;
}

.tab-content {
  padding: 15px 0;
}

.ad {
  margin: 30px 0;
}

.ad img {
  width: 100%;
}

.ad-lg {
  margin: 90px 0;
}

@media screen and (max-width: 767px) {
  .ad-lg {
    margin: 30px 0;
  }
}

ul.pagination {
  margin: 90px 0 70px 0;
  justify-content: center;
  column-gap: 8px;
}

ul.pagination li.page-item a.page-link {
  padding: 0px;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0px;
  text-align: center;
  line-height: 36px;
  color: #7E84A3;
  background: transparent;
}

ul.pagination li.page-item.active a.page-link {
  background: #246EB5;
  color: #fff;
}

@media screen and (max-width: 767px) {
  ul.pagination {
    margin: 50px 0;
  }
}

ol.breadcrumb {
  margin: 20px 0 30px 0;
}

.gap {
  margin: 0 3px;
  color: #aaa;
}

.pic {
  width: 100%;
}

.pic img {
  width: 100%;
}

ul.list-tag {
  padding: 0px;
  margin: 45px 0;
  list-style: none;
  display: flex;
  gap: 10px;
}

ul.list-tag li {
  font-size: 16px;
}

ul.list-tag li a {
  border-radius: 10px;
  display: block;
  padding: 3px 20px;
  border: 1px solid #246EB5;
  background: rgba(36, 110, 181, 0.1);
}

@media screen and (max-width: 767px) {
  ul.list-tag {
    justify-content: center;
  }

  ul.list-tag li {
    font-size: 10px;
  }

  ul.list-tag li a {
    padding: 3px 8px;
  }
}

ul.list-news {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

ul.list-news li {
  border-bottom: 1px solid #ccc;
}

ul.list-news li a {
  display: flex;
  padding: 15px 0px;
  flex-direction: column;
}

ul.list-news li a .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #484848;
  font-weight: 600;
  font-size: 18px;
}

ul.list-news li a .date {
  color: #ACACAC;
  margin-top: 5px;
}

ul.list-news li.ad .title {
  color: #246EB5;
}

@media screen and (max-width: 767px) {
  ul.list-news li {
    width: 100%;
    margin: 0px;
  }

  ul.list-news li a .title {
    font-size: 14px;
    width: calc(100% - 60px);
  }

  ul.list-news li a .date {
    font-size: 10px;
    width: 60px;
  }
}

ul.list-topic {
  margin-bottom: 15px;
}

ul.list-topic li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul.list-topic li .title {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #484848;
}

ul.list-topic li .date {
  font-size: 14px;
  color: #ACACAC;
}

ul.list-topic li:last-child {
  border-bottom: none;
}

ul.list-topic li:hover .title {
  color: #246EB5;
}

ul.list-podcast li {
  margin-bottom: 15px;
}

ul.list-podcast li a {
  display: flex;
  gap: 10px;
  align-items: center;
}

ul.list-podcast li img.card-img {
  width: 50px;
}

ul.list-podcast li .title {
  color: #000;
}

.area {
  padding: 20px 0;
}

.area .classified-news-card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .area {
    padding: 40px 0;
  }
}

.board-note {
  padding: 40px;
  background-image: url("../img/bg_note.jpg");
  background-repeat: repeat;
  background-size: 30px;
  border: 1px solid rgba(36, 110, 181, 0.2);
  border-radius: 5px;
  margin-bottom: 30px;
}

.board-note .banner-subtitle {
  margin-bottom: 15px;
}

.board-note p {
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .board-note {
    padding: 30px;
  }
}

.board-mlb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.board-mlb .board-header {
  padding: 20px;
  background: #0e487f;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.board-mlb .board-body {
  padding: 20px;
  background: #fff;
}

.board-mlb-schedule .board-header {
  background: #272727;
  display: flex;
  justify-content: space-between;
}

.board-mlb-schedule .board-header .form-group {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .board-mlb-schedule .board-header .form-group {
    width: 230px;
  }
}

.board-mlb-schedule .card-mlb {
  flex-direction: column;
  padding: 20px 15px;
  gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
}

.board-mlb-schedule .card-mlb .title {
  color: #666;
}

.board-mlb-schedule .card-mlb .con {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-top: 10px;
}

.board-mlb-schedule .card-mlb .con .team {
  display: flex;
  gap: 5px;
  align-items: center;
  text-align: left;
  width: 100%;
}

.board-mlb-schedule .card-mlb .con .team .pic {
  width: 30px;
  height: 30px;
  margin: 0px;
}

.board-mlb-schedule .card-mlb .con .team .name {
  font-size: 16px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav {
  font-size: 4rem;
  color: #666;
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 25px);
  outline: none;
  background-color: #fff !important;
  border: 1px solid #fff !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all ease-in-out 0.3s;
}

.owl-carousel .owl-nav button i {
  font-size: 30px;
  color: #246EB5;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    top: calc(50% - 17.5px);
  }

  .owl-carousel .owl-nav button img {
    width: 10px;
  }
}

.owl-carousel .owl-nav .owl-prev {
  left: -25px;
}

@media screen and (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}

.owl-carousel .owl-nav .owl-next {
  right: -25px;
}

@media screen and (max-width: 767px) {
  .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}

.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-dots>* {
  background: rgba(255, 255, 255, 0.2) !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-carousel .owl-dots>*.active {
  background: #246EB5 !important;
}

.owl-carousel.owl-mainview-banner {
  padding: 20px 0;
  background: #eee;
}

.owl-carousel.owl-mainview-banner .owl-item:not(.center) {
  opacity: 0.5;
}

.owl-carousel.owl-mainview-banner .pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 56%;
  width: 600px;
  border-radius: 10px;
}

.owl-carousel.owl-mainview-banner .owl-nav .owl-prev {
  left: 15px;
}

.owl-carousel.owl-mainview-banner .owl-nav .owl-next {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .owl-carousel.owl-mainview-banner {
    padding: 0px;
  }

  .owl-carousel.owl-mainview-banner .owl-item:not(.center) {
    opacity: 1;
  }

  .owl-carousel.owl-mainview-banner .pic {
    width: 100%;
    border-radius: 0px;
  }
}

.ui-body {
  background: #f2f2f2;
}

@media screen and (max-width: 991px) {
  .ui-body {
    padding-top: 65px;
  }
}

.ui-body-index {
  background: #fff;
}

.ui-body-index .ui-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 660px;
  clip-path: circle(100vw at 50% 100vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #484848;
  background-image: url(../img/bg_footer.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 991px) {
  .ui-body-index .ui-footer::before {
    height: 1000px;
    clip-path: circle(200vw at 50% 200vw);
  }
}

.ui-header {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: sticky;
  top: -50px;
  z-index: 1000;
}

.ui-header>* {
  border-bottom: 1px solid #e5e5e5;
}

.ui-header .nav a,
.ui-header .nav span.nav-link,
.ui-header-buttons a {
  padding: 10px 0;
  font-size: 18px;
  color: #484848;
}

.ui-header .nav a:hover,
.ui-header-buttons a:hover {
  color: #246EB5;
}

.ui-header .nav .nav-item.active a,
.ui-header .nav .nav-item.active span.nav-link {
  color: #246EB5;
}

.ui-header .nav a,
.ui-header .nav span.nav-link {
  margin-right: 20px;
}

.ui-header .nav span.nav-link {
  display: inline-block;
  cursor: default;
}

.ui-header-top {
  padding: 0.5rem 0;
  font-size: 0.75rem;
}

@media screen and (max-width: 991px) {
  .ui-header-top {
    display: none;
  }
}

.ui-header-main {
  border-bottom: 1px solid #e5e5e5;
}

.ui-header-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ui-header-main .nav {
  flex-grow: 1;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .ui-header-main .nav {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .ui-header-main {
    padding: 0;
  }
}

.ui-header-logo {
  padding: 12px 0;
  transition: all ease-in-out 0.3s;
}

.ui-header-logo:hover {
  opacity: 0.8;
}

.ui-header-logo img {
  display: block;
  height: 40px;
}

.ui-header-buttons {
  display: flex;
}

.ui-header-buttons a {
  font-size: 24px;
  padding: 8px;
}

@media screen and (max-width: 991px) {
  .ui-header-menu {
    display: none;
  }
}

.ui-header-weather {
  color: #666;
}

.ui-header-weather>img {
  height: 32px;
}

.ui-header-sublogo {
  height: 20px;
}

@media screen and (max-width: 991px) {
  .ui-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: #fff;
  }

  .ui-header .nav a,
  .ui-header .nav span.nav-link,
  .ui-header-buttons a {
    padding: 8px;
    margin: 0;
  }

  .ui-header .ui-header-top {
    order: 2;
  }

  .ui-header .ui-header-main .container {
    flex-wrap: wrap;
  }

  .ui-header .ui-header-main .nav {
    width: 100%;
    order: 2;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }

  .ui-header .ui-header-menu {
    padding: 1rem 0;
  }

  .ui-header .ui-header-menu .nav {
    justify-content: center;
  }

  .ui-header.active {
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
    z-index: 1001;
  }

  .ui-header.active .ui-header-top,
  .ui-header.active .ui-header-main .nav,
  .ui-header.active .ui-header-menu {
    display: flex;
  }
}

.breaking-news-bar {
  display: flex;
  align-items: center;
  position: sticky;
  top: 64px;
  height: 48px;
  background-color: #fff;
  z-index: 1000;
  font-size: 18px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .breaking-news-bar {
    top: 65px;
  }
}

.header-shadow {
  position: sticky;
  top: 113px;
  height: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 998;
}

@media screen and (max-width: 991px) {
  .header-shadow {
    top: 113px;
  }
}

.ui-main {
  overflow-x: hidden;
}

.ui-main section.mainview {
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}

.ui-main section.mainview::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.ui-main section.mainview .container {
  position: relative;
  z-index: 2;
}

.ui-main section.mainview .section-title {
  margin-bottom: 20px;
}

.ui-main section.mainview .section-title .section-title-tag {
  color: #fff;
}

.ui-main section.mainview .section-title::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.ui-main section.mainview ul.list-tag {
  justify-content: center;
  margin-bottom: 0px;
  margin-top: 20px;
}

.ui-main section.mainview ul.list-tag li {
  font-size: 14px;
}

.ui-main section.mainview ul.list-tag li a {
  color: #fff;
  background: rgba(36, 110, 181, 0.5);
}

.ui-main section.mainview ul.list-news a {
  flex-direction: row;
  align-items: center;
  padding: 15px 10px;
}

.ui-main section.mainview ul.list-news li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: calc(50% - 30px);
  margin: 0 15px;
}

.ui-main section.mainview ul.list-news li .title {
  color: #fff;
  width: calc(100% - 90px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ui-main section.mainview ul.list-news li .date {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .ui-main section.mainview {
    padding: 60px 0 40px 0;
  }

  .ui-main section.mainview h2.section-title-text {
    margin-bottom: 0px;
  }

  .ui-main section.mainview h3 {
    text-align: center;
    font-size: 24px;
  }

  .ui-main section.mainview ul.list-tag {
    justify-content: center !important;
    margin-bottom: 20px;
  }
}

.ui-main section.mainview-anchor,
.ui-main section.mainview-anchor-sub,
.ui-main section.mainview.no-overlay {
  background-attachment: unset;
  background-position: center 60%;
  color: #000;
}

.ui-main section.mainview-anchor::before,
.ui-main section.mainview-anchor-sub::before,
.ui-main section.mainview.no-overlay::before {
  display: none;
}

.ui-main section.mainview-anchor {
  padding-top: 40px;
  padding-bottom: 600px;
  margin-bottom: 0px;
}

.ui-main section.mainview-anchor .section-title {
  margin-bottom: 20px;
}

.ui-main section.mainview-anchor .section-title h2 {
  margin-bottom: 0px;
}

.ui-main section.mainview-anchor .section-title .section-title-tag {
  color: #000;
}

.ui-main section.mainview-anchor .section-title::after {
  background-color: rgba(0, 0, 0, 0.7);
}

.ui-main section.mainview-anchor h3 {
  display: inline-block;
  font-size: 18px;
  margin-top: 0px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.ui-main section.mainview-anchor-sub {
  padding: 40px 0;
  color: #fff;
  background: #246EB5;
}

.ui-main section.mainview-anchor-sub h3 {
  font-size: 18px;
}

.ui-main section.mainview-anchor-sub .text {
  font-size: 16px;
}

.ui-main section.mainview-anchor-detail {
  padding: 60px 0;
  background-color: #246EB5;
  background-attachment: unset;
  background-position: -60vw center;
  margin-bottom: 0px;
}

.ui-main section.mainview-anchor-detail .pic {
  position: relative;
}

.ui-main section.mainview-anchor-detail .pic img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.ui-main section.mainview-anchor-detail .pic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: rotate(-10deg);
  background: #fff;
  border-radius: 10px;
}

.ui-main section.mainview-anchor-detail::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .ui-main section.mainview-anchor-detail {
    background-position: 0px -350px;
  }

  .ui-main section.mainview-anchor-detail .pic img {
    max-width: 400px;
  }

  .ui-main section.mainview-anchor-detail .section-title {
    margin-top: 60px;
  }
}

.ui-main .news-con h2 {
  font-size: 36px;
}

.ui-main .news-con .pic {
  text-align: center;
  margin: 45px 0 15px 0;
}

.ui-main .news-con .pic img {
  max-width: 100%;
  width: 720px;
}

.ui-main .news-con p {
  margin: 45px 0;
  font-size: 20px;
  line-height: 1.8;
}

.ui-main .news-con .news-con-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 70px 0;
}

.ui-main .news-con .news-con-menu .func {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.ui-main .news-con .news-con-menu .func .tool {
  display: flex;
  align-items: center;
}

.ui-main .news-con .news-con-menu .func .tool ul.list-tool {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  gap: 10px;
}

.ui-main .news-con .news-con-menu .func .tool ul.list-tool li img {
  width: 36px;
  height: 36px;
}

.ui-main .news-con .news-con-menu .func .tool:last-child {
  margin-left: 10px;
}

.ui-main .news-con .news-con-pagination {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.ui-main .news-con .news-con-pagination a {
  display: flex;
  align-items: center;
  color: #484848;
}

.ui-main .news-con .news-con-pagination a span {
  margin: 0 10px;
}

.ui-main .news-con .news-con-pagination a i {
  font-size: 28px;
  color: #246EB5;
}

.ui-main .news-con .section-ad {
  padding-top: 100px;
  padding-bottom: 50px;
}

.ui-main .news-con .section-ad .container {
  padding-left: 0;
  padding-right: 0;
}

.ui-main .news-con .banner-subtitle {
  margin-bottom: 32px;
}

.ui-main .news-con .banner-subtitle {
  margin-bottom: 32px;
}

.ui-main .news-con ul.list-news {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
  margin-top: -15px;
}

.ui-main .news-con ul.list-news a {
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.ui-main .news-con ul.list-news li.ad {
  margin: 0;
}

.ui-main .news-con ul.list-news li .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ui-main .news-con ul.list-news li .date {
  margin-top: 1px;
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .ui-main .news-con h2 {
    font-size: 22px;
  }

  .ui-main .news-con .pic {
    margin: 15px 0;
  }

  .ui-main .news-con p {
    margin: 40px 0;
    font-size: 16px;
  }

  .ui-main .news-con .news-con-menu {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0px;
  }

  .ui-main .news-con .news-con-menu .func {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 15px;
  }

  .ui-main .news-con .news-con-menu .func .tool ul.list-tool li img {
    width: 25px;
  }

  .ui-main .news-con .news-con-menu .func .tool:last-child {
    margin-left: 0px;
  }

  .ui-main .news-con .section-ad {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .ui-main .news-con section.area {
    padding: 25px 0;
  }

  .ui-main .news-con ul.list-news {
    grid-template-columns: minmax(0, 1fr);
  }
}

.ui-main .view-gallery {
  position: relative;
  color: #fff;
  min-height: 80vh;
  padding: 40px 0;
}

.ui-main .view-gallery #owl_gallery {
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ui-main .view-gallery #owl_gallery .pic {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
}

.ui-main .view-gallery .container {
  position: relative;
  z-index: 2;
}

.ui-main .view-gallery .view-gallery-header {
  display: flex;
  justify-content: space-between;
}

.ui-main .view-gallery .view-gallery-header .title {
  flex-shrink: 0;
  margin-top: 150px;
  font-weight: bold;
}

.ui-main .view-gallery .view-gallery-header .title .date {
  margin-top: 20px;
}

.ui-main .view-gallery .view-gallery-header .title .date .gap {
  color: rgba(255, 255, 255, 0.5);
}

.ui-main .view-gallery .view-gallery-header .calendar {
  flex-shrink: 0;
  margin-top: 120px;
}

.ui-main .view-gallery .view-gallery-header .calendar .date {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ui-main .view-gallery .view-gallery-header .calendar .date span {
  font-size: 95px;
  font-weight: bold;
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  display: inline-block;
  margin: 0 5px;
}

.ui-main .view-gallery .view-gallery-header .sub-title {
  text-align: right;
  width: 450px;
}

.ui-main .view-gallery .view-gallery-header .sub-title img {
  margin-bottom: 20px;
}

.ui-main .view-gallery .view-gallery-header .sub-title p {
  padding: 10px;
  background: #fff;
  color: #000;
  display: inline-block;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .ui-main .view-gallery .view-gallery-header {
    flex-direction: column;
  }

  .ui-main .view-gallery .view-gallery-header .title,
  .ui-main .view-gallery .view-gallery-header .calendar {
    text-align: center;
  }

  .ui-main .view-gallery .view-gallery-header .title {
    margin-top: 100px;
  }

  .ui-main .view-gallery .view-gallery-header .calendar {
    margin-top: 40px;
  }

  .ui-main .view-gallery .view-gallery-header .calendar .date span {
    font-size: 56px;
    padding: 5px 15px;
  }

  .ui-main .view-gallery .view-gallery-header .sub-title {
    display: none;
  }
}

.ui-main .view-gallery #owl_gallery_thumb {
  padding: 0 45px;
  margin-top: 75px;
}

.ui-main .view-gallery #owl_gallery_thumb .owl-stage-outer {
  padding: 45px 0;
}

.ui-main .view-gallery #owl_gallery_thumb .owl-stage-outer .owl-item {
  transition: all ease-in-out 0.3s;
}

.ui-main .view-gallery #owl_gallery_thumb .owl-stage-outer .owl-item:hover {
  transform: scale(1.2);
  z-index: 100;
}

.ui-main .view-gallery #owl_gallery_thumb .owl-nav>* {
  position: absolute;
  top: 0;
  background: none !important;
  border: none !important;
}

.ui-main .view-gallery #owl_gallery_thumb .owl-nav .owl-prev {
  left: 100px;
}

.ui-main .view-gallery #owl_gallery_thumb .owl-nav .owl-next {
  right: 100px;
}

@media screen and (max-width: 767px) {
  .ui-main .view-gallery #owl_gallery_thumb .owl-stage-outer .owl-item:hover {
    transform: scale(1);
  }

  .ui-main .view-gallery #owl_gallery_thumb .owl-nav>* {
    top: calc(50% - 24px);
  }

  .ui-main .view-gallery #owl_gallery_thumb .owl-nav .owl-prev {
    left: 25px;
  }

  .ui-main .view-gallery #owl_gallery_thumb .owl-nav .owl-next {
    right: 25px;
  }
}

.ui-main #owl_search_thumb {
  margin-top: 260px;
}

.ui-main #owl_search_thumb .owl-item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transform-origin: center bottom;
  transition: transform 0.5s;
}

.ui-main #owl_search_thumb .owl-item .content>.title {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ui-main #owl_search_thumb .owl-item .content .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.ui-main #owl_search_thumb .owl-item.center .content .overlay {
  display: none;
}

.ui-main #owl_search_thumb .owl-item .circle {
  display: flex;
  align-items: center;
}

.ui-main #owl_search_thumb .owl-item .circle>.line {
  flex: 1;
  height: 1px;
  background-color: white;
  transform: scale(1.1);
}

.ui-main #owl_search_thumb .owl-item .circle>.line:nth-of-type(1) {
  transform-origin: right;
}

.ui-main #owl_search_thumb .owl-item .circle>.line:nth-of-type(3) {
  transform-origin: left;
}

.ui-main #owl_search_thumb .owl-item.center .circle>.line {
  transform: scaleX(2.2);
}

.ui-main #owl_search_thumb .owl-item .circle>.year {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.ui-main #owl_search_thumb .owl-item.center .circle>.year {
  background-image: linear-gradient(to top, #51B671 0%, #246EB5 100%);
  border-width: 0;
  font-weight: bold;
}

.ui-main #owl_search_thumb .owl-nav>.owl-next {
  top: -60px;
  background-color: transparent !important;
  border-width: 0 !important;
  right: 100px;
}

.ui-main #owl_search_thumb .owl-nav>.owl-prev {
  top: -60px;
  background-color: transparent !important;
  border-width: 0 !important;
  left: 100px;
}

@media (width > 2400px) {
  .ui-main #owl_search_thumb {
    margin-top: 360px;
  }
}

@media (width > 767px) {
  .ui-main #owl_search_thumb>.owl-stage-outer {
    overflow: unset;
  }

  .ui-main #owl_search_thumb .owl-item.center .content {
    transform: scale(1.8);
  }

  .ui-main #owl_search_thumb .owl-item.center .content .title {
    transform: scale(calc(1 / 1.8)) translateY(20px);
  }
}

@media (width <=767px) {
  .ui-main #owl_search_thumb {
    margin-top: 60px;
  }

  .ui-main #owl_search_thumb .owl-item .content {
    margin-left: 40px;
    margin-right: 40px;
  }

  .ui-main #owl_search_thumb .owl-nav {
    display: none;
  }
}


.ui-footer {
  position: relative;
  color: #fff;
  padding: 50px 0;
  border-top: 1px solid #666;
  background-color: #484848;
  background-image: url(../img/bg_footer.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ui-footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.ui-footer-logo>a {
  display: block;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 1px solid #fff;
  transition: all ease-in-out 0.3s;
}

.ui-footer-logo>a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .ui-footer-logo {
    flex-direction: column;
  }

  .ui-footer-logo>a {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.ui-footer-social {
  display: flex;
  align-items: center;
  margin-left: -0.25rem;
}

.ui-footer-social>a {
  display: block;
  padding: 0.25rem;
  transition: all ease-in-out 0.3s;
}

.ui-footer-social>a img {
  width: 40px;
}

.ui-footer-social>a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .ui-footer-social {
    justify-content: center;
    flex-wrap: wrap;
    padding: 3rem 4rem;
    margin-right: 0;
  }

  .ui-footer-social>a {
    margin-bottom: 0.5rem;
  }
}

.ui-footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -1rem;
  margin-bottom: 3rem;
  line-height: 1;
}

.ui-footer-links>a {
  display: block;
  color: #fff;
  padding: 0.125rem 1.125rem;
  border-right: 1px solid #fff;
  transition: all ease-in-out 0.3s;
}

.ui-footer-links>a:hover {
  color: #77a7d4;
}

.ui-footer-links>a:last-child {
  border-right: 0;
}

@media screen and (max-width: 991px) {
  .ui-footer-links {
    flex-direction: column;
    margin-right: 0;
  }

  .ui-footer-links>a {
    border: 0;
    padding: 0.75rem 1.125rem;
  }
}

.ui-footer-copyright {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .ui-footer-copyright {
    text-align: center;
  }
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 66px;
  padding-bottom: 20px;
  border-bottom: 3px solid #246EB5;
}

.section-header .section-title {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 10px;
    text-align: center;
  }
}

.section-title {
  margin-bottom: 50px;
}

.section-title-tag {
  font-weight: 700;
  color: #246EB5;
  font-size: 18px;
}

.section-title-tag::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -4px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #B4381B;
  border: 4px solid #E9532F;
  vertical-align: middle;
}

.section-title-text {
  font-weight: 700;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .section-title {
    text-align: center;
  }

  .section-title-text {
    padding-left: 0;
  }
}

.section-hero {
  padding-top: 20px;
  background-color: #fff;
}

.section-breaking-news {
  padding: 0 0 300px 0;
  position: relative;
  background-color: #F4F8FC;
  background-image: url(../img/bg_breaking-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 991px) {
  .section-breaking-news {
    padding: 0 0 100px 0;
  }
}

.section-breaking-news::before {
  content: "";
  display: block;
  width: 100%;
  height: 268px;
  background-image: url(../img/bg_banner.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media screen and (max-width: 991px) {
  .section-breaking-news::before {
    height: 134px;
  }
}

.section-breaking-news .container {
  position: relative;
  margin-top: -134px;
}

@media screen and (max-width: 991px) {
  .section-breaking-news .container {
    margin-top: 0;
  }
}

.section-breaking-news #breaking-news-earth {
  position: absolute;
  top: -160px;
  left: 50%;
  width: 1200px;
  height: 1200px;
  margin-left: -600px;
  max-width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  /*transform: translateX(-50%);*/
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .section-breaking-news #breaking-news-earth {
    width: 600px;
    height: 600px;
    top: -40px;
    margin-left: -300px;
  }
}

@media screen and (max-width: 600px) {
  .section-breaking-news #breaking-news-earth {
    margin-left: -50vw;
  }
}

.section-classified {
  padding: 250px 0;
  margin-bottom: -250px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 991px) {
  .section-classified {
    padding: 120px 0;
    margin-bottom: 0;
  }
}

.section-topic {
  padding: 250px 0;
  background-color: #F4F8FC;
  background-image: url(../img/bg_topic_section.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .section-topic {
    padding: 120px 0;
  }
}

@media (width > 991px) {
  .section-topic-list .card-news-list .card-body .con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .section-topic-list .card-news-list .card-body .con .title {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .section-topic-list .card-news-list .card-body .con .title h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: calc(1.5em * 2);
  }

  .section-topic-list .card-news-list .card-body .con .title .date {
    position: relative !important;
  }

  .section-topic-list .card-news-list .card-body .con .text {
    margin-top: 0px;
    /* min-height: calc(24px * 4); */
    -webkit-line-clamp: 4;
  }

  .section-topic-list .news-img-container {
    width: 430px !important;
    height: auto !important;
    aspect-ratio: 1.8 / 1;
    border-radius: 15px !important;
    border: 1px solid #707070;
  }

  .section-topic-list .card-news-list .card-body img.card-img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
}

.section-program {
  padding: 250px 0 250px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .section-program {
    padding: 120px 0;
  }
}

.section-anchor {
  padding: 0 0 100px 0;
}

.section-breaking-news+.section-ad {
  background: linear-gradient(180deg, #F4F8FC 50%, #f2f2f2 50%);
}

.section-classified+.section-ad {
  background: linear-gradient(0deg, #F4F8FC 50%, #f2f2f2 50%);
}

.section-topic+.section-ad {
  background: linear-gradient(180deg, #F4F8FC 50%, transparent 50%);
}

.section-ad a {
  display: block;
  transition: all ease-in-out 0.3s;
}

.section-ad a:hover {
  transform: translateY(-5px);
}

.section-ad a img {
  display: block;
  width: 100%;
}

.video-item {
  background-color: #000;
  border-radius: 10px;
  position: relative;
  transition: all ease-in-out 0.3s;
  container-type: inline-size;
}

.video-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  opacity: 0.85;
  font-size: 12cqw;
}

.video-img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  transition: all ease-in-out 0.3s;
}

a:hover .video-img {
  opacity: 0.8;
}

.banner-news>a {
  display: block;
}

.banner-news>a:hover h3 {
  color: #246EB5;
}

.banner-news h3 {
  color: #000;
  transition: all ease-in-out 0.3s;
}

.banner-subtitle {
  border-left: 4px solid #246EB5;
  padding-left: 0.5rem;
  margin-bottom: 0;
  margin-right: 0.5rem;
  font-weight: bold;
}

.banner-subtitle img {
  height: 45px;
}

.banner-hot-news>li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.125rem;
}

.banner-hot-news>li:last-child {
  margin-bottom: 0;
}

.banner-hot-news>li a {
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.banner-hot-news>li a h6 {
  color: #666;
  font-weight: 400;
  margin: 0;
}

.banner-hot-news>li a:hover h6 {
  color: #246EB5;
}

@media screen and (max-width: 991px) {
  .banner-hot-news>li a {
    padding: 0.5rem 0;
  }
}

.banner-hot-news>li img {
  height: 2rem;
}

#banner-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  z-index: 1;
}

#banner-carousel-dots .owl-dot {
  flex-grow: 1;
  max-width: calc(20% - 8px);
  height: 5px;
  border-radius: 5px;
  background: #f2f2f2;
  border: 0;
  margin-right: 8px;
}

#banner-carousel-dots .owl-dot.active {
  background: linear-gradient(267deg, #246EB6 0%, #51B671 100%);
}

@media screen and (max-width: 1200px) {
  #banner-carousel-dots {
    text-align: center;
    margin: 1rem 0;
  }

  #banner-carousel-dots .owl-dot {
    max-width: 45px;
  }
}

.owl-carousel#owl_news_recommend .owl-stage-outer {
  margin-top: -20px;
  padding: 20px 0;
}

.card {
  border: 0;
  border-radius: 10px;
  position: relative;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-5px);
}

.card-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.card-content {
  flex-grow: 1;
}

.card-content h5 {
  color: #484848;
}

.card-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-news-list {
  border-radius: 0px;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.card-news-list .card-body {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0px;
}

.card-news-list .card-body img.card-img {
  height: 100px;
  width: 180px;
  border-radius: 5px;
}

.card-news-list .card-body .con .title {
  display: flex;
  align-items: center;
}

.card-news-list .card-body .con .title h5 {
  margin: 0px;
  color: #000;
  padding-right: 5px;
}

.card-news-list .card-body .con .title .date {
  color: #ACACAC;
}

.card-news-list .card-body .con .text {
  color: #484848;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-news-list:hover {
  transform: none;
}

@media screen and (max-width: 767px) {
  .card-news-list .card-body {
    gap: 5px;
  }

  .card-news-list .card-body img.card-img {
    width: 100px;
    height: 70px;
  }

  .card-news-list .card-body .con .title {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-news-list .card-body .con .title .date {
    font-size: 10px;
  }

  .card-news-list .card-body .con .title:not(.hidden-category) .date {
    position: absolute;
    top: 20px;
    right: 0px;
  }

  .card-news-list .card-body .con .title.hidden-category .date {
    margin-top: 10px;
  }

  .card-news-list .card-body .con .title h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
  }

  .card-news-list .card-body .con .title:not(.hidden-category) h5 {
    margin-top: 10px;
  }

  .card-news-list .card-body .con .text {
    margin-top: 10px;
    font-size: 12px;
  }

  .card-news-list .card-body .card-img+.con .text {
    margin-left: -120px;
  }
}

.card-video .title {
  font-size: 18px;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #272727;
  font-weight: bold;
}

.card-video-list {
  margin-bottom: 15px;
}

.card-video-list .card-body {
  display: flex;
  gap: 10px;
  align-items: center;
}

.card-video-list .card-body .video-item {
  width: 170px;
  height: 100%;
  flex-shrink: 0;
}

.card-video-list .card-body .con .title {
  color: #484848;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .card-video-list .card-body .con .title {
    font-size: 18px;
  }
}

.card-podcast {
  margin-bottom: 30px;
}

.card-podcast .card-body {
  padding: 0px;
}

.card-podcast .card-body img.card-img {
  aspect-ratio: 1/1;
  border-radius: 10px;
}

.card-podcast .card-body .title {
  margin-top: 15px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.card-gallery {
  margin-bottom: 15px;
}

.card-gallery .card-body {
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.card-gallery .card-body .play,
.card-gallery .card-body .con {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.card-gallery .card-body .play {
  opacity: 0;
}

.card-gallery .card-body .play i {
  font-size: 30px;
}

.card-gallery .card-body .con {
  background: rgba(0, 0, 0, 0.7);
  flex-direction: column;
  font-size: 18px;
  transition: all ease-in-out 0.3s;
}

.card-gallery .card-body .con .date {
  font-weight: bold;
}

.card-gallery .card-body .con .date .gap {
  color: #fff;
}

.card-gallery:hover .card-body .play {
  opacity: 1;
}

.card-gallery:hover .card-body .con {
  opacity: 0;
}

.card-topic-cover .card-img {
  height: 180px !important;
}

.card-topic-cover:hover {
  transform: none;
}

.card-anchor-sm {
  text-align: center;
  margin-bottom: 30px;
}

.card-anchor-sm .pic {
  padding-bottom: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-anchor-sm .con {
  padding: 20px;
}

.card-anchor-sm .con .title {
  font-size: 1.5rem;
  color: #484848;
  font-weight: 600;
}

.card-anchor-sm .con .sub-title {
  color: #666;
}

.card-anchor-lg {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.card-anchor-lg .pic {
  width: 40%;
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-anchor-lg .con {
  width: 60%;
  padding: 40px;
}

.card-anchor-lg .con .title {
  font-size: 2.4rem;
  font-weight: 600;
}

.card-anchor-lg .con .sub-title {
  font-size: 1.8rem;
  margin-top: 5px;
  font-weight: 600;
}

.card-anchor-lg .con .des {
  margin-top: 10px;
  font-weight: 600;
}

.card-anchor-lg .con .text {
  margin-top: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .card-anchor-lg {
    flex-direction: column;
  }

  .card-anchor-lg .pic,
  .card-anchor-lg .con {
    width: 100%;
  }

  .card-anchor-lg .pic {
    padding-bottom: 120%;
  }
}

.card-mlb {
  padding: 20px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 15px;
  border: 1px solid #f2f2f2;
}

.card-mlb:hover {
  transform: none;
}

.card-mlb .title {
  font-weight: 600;
}

.card-mlb .title .calendar {
  border-radius: 5px;
  overflow: hidden;
}

.card-mlb .title .calendar .date {
  font-size: 16px;
  padding: 5px 10px;
  background: #246EB5;
  color: #fff;
}

.card-mlb .title .calendar .time {
  padding: 10px;
  font-size: 20px;
  background: rgba(36, 110, 181, 0.1);
}

.card-mlb .con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-mlb .con .team {
  flex-shrink: 0;
  width: 45%;
}

.card-mlb .con .team .pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.card-mlb .con .team .name {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
}

.card-mlb .con .dec {
  font-size: 20px;
  font-weight: bold;
  color: #ACACAC;
  margin: 0 20px;
}

.card-mlb .text {
  text-align: left;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}

.card-mlb .text p {
  margin-bottom: 5px;
}

.card-mlb .text span {
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 767px) {
  .card-mlb {
    flex-direction: column;
  }

  .card-mlb .con {
    width: 100%;
  }
}

.card-reporter {
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.card-reporter a.btn[aria-expanded=true]>.collapsed,
.card-reporter a.btn[aria-expanded=false]>.expanded {
  display: none;
}

.card-reporter:hover {
  transform: none;
}

.card-reporter .card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
}

.card-reporter .card-header .pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid rgba(36, 110, 181, 0.2);
  flex-shrink: 0;
}

.card-reporter .card-header .card-title .name {
  font-size: 24px;
  font-weight: 600;
}

.card-reporter .title {
  font-weight: 600;
}

.card-reporter .card-body {
  padding: 15px;
  margin-top: 10px;
  min-height: 200px;
}

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

@media screen and (max-width: 767px) {
  .card-reporter .card-header .pic {
    width: 100px;
    height: 100px;
  }

  .card-reporter .card-header .card-title .name {
    font-size: 18px;
  }
}

.breaking-news-card {
  flex-direction: row;
  gap: 1.25rem;
  margin-bottom: 10px;
  padding: 1.25rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.breaking-news-card .card-content h5 {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.breaking-news-card>i {
  font-size: 2.5rem;
  color: #246EB5;
}

.classified-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 1rem;
}

@media screen and (max-width: 1200px) {
  .classified-news {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .classified-news {
    grid-template-columns: auto;
  }
}

.classified-news.search-result {
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .classified-news.search-result {
    grid-template-columns: auto;
  }
}

.classified-news-card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.classified-news-card .card-img {
  height: 220px;
}

.classified-news-card .card-content {
  padding: 20px;
}

.classified-news-card .card-content h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.classified-news .ad-card .card-img {
  height: 100%;
}

.classified-news .ad-card.two-rows {
  grid-row: span 2;
}

.topic-img {
  height: 0;
  min-height: 800px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .topic-img {
    min-height: 420px;
  }
}

.topic-img-container {
  display: flex;
  align-items: center;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3921568627) 100%, rgba(0, 0, 0, 0.4) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.topic-img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.topic-deco {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(33%);
  z-index: 2;
}

.topic-deco img {
  width: calc(100% - 60px);
}

@media screen and (max-width: 991px) {
  .topic-deco {
    transform: translateY(-50px);
  }
}

.topic-board {
  height: 100%;
  padding: 2rem 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topic-board {
    z-index: 1;
  }
}

.topic-board::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_topic_board.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1.25);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .topic-board::before {
    background-size: cover;
  }
}

.topic-board-title {
  position: relative;
  text-align: center;
}

.topic-badge {
  padding: 15px 25px;
  font-size: 1.5rem;
}

.topic-title {
  margin-top: 25px;
  padding: 10px 0;
  border-width: 3px 0;
  border-style: solid;
  border-color: #246EB5;
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
}

.topic-content {
  padding: 0 50px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .topic-content {
    padding: 0;
    margin-bottom: 30px;
  }
}

.topic-content h3 {
  font-size: 36px;
  text-align: center;
  margin: 50px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 767px) {
  .topic-content h3 {
    margin: 20px 0;
    font-size: 24px;
  }
}

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

.cts-nav {
  color: #246EB5;
}

.cts-nav>* {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  color: #246EB5;
  opacity: 0.8;
  border: 0;
  outline: none;
  background-color: transparent;
}

.cts-nav>* i {
  font-size: 2.5rem;
}

.cts-nav>*:hover {
  opacity: 1;
}

.cts-nav>*.disabled {
  opacity: 0.2;
  cursor: default;
}

.cts-nav .owl-prev {
  left: -4px;
}

.cts-nav .owl-next {
  right: -4px;
}

.cts-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cts-dots>* {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  box-shadow: 0 0 0 1px #246EB5;
  box-sizing: content-box;
}

.cts-dots>*.active {
  background: #246EB5 !important;
  border: 4px solid #fff !important;
}

.program-tabs {
  overflow: hidden;
  margin-bottom: 3rem;
  border-bottom: 3px solid #246EB5;
}

.program-tabs>.container {
  position: relative;
}

#program-carousel-dots {
  display: flex;
  gap: 5px;
  padding: 0 24px;
}

#program-carousel-dots .owl-dot {
  width: 25%;
}

#program-carousel-dots .owl-dot button {
  display: block;
  width: 100%;
  padding: 1rem;
  color: #000;
  border-radius: 0;
  background-color: #f2f2f2;
  border: 0;
}

#program-carousel-dots .owl-dot.active button {
  color: #fff;
  background-color: #246EB5;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  #program-carousel-dots .owl-dot {
    width: 100%;
  }

  #program-carousel-dots .owl-dot:not(.active) {
    display: none;
  }

  #program-carousel-dots .owl-dot.active {
    display: block;
  }
}

.anchor-card {
  width: 360px;
  max-width: calc(100vw - 30px);
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
  transition: all ease-in-out 0.3s;
  text-align: center;
}

.anchor-card:hover {
  transform: translateY(-5px);
}

.anchor-card img {
  width: 100%;
  aspect-ratio: 312/370;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 24px;
}

.anchor-card h4 {
  margin-bottom: 0;
  color: #484848;
}

.anchor-card .sub-title {
  color: #666;
}

/*# sourceMappingURL=main.css.map */