@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@400;500;600;700&display=swap");

:root {
  scroll-behavior: smooth;
}

body {
  font: normal normal normal 14px/180% "Roboto", sans-serif;
  margin: 0;
}

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

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

.p-5 {
  padding: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.p-10 {
  padding: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.p-20 {
  padding: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.p-30 {
  padding: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.m-5 {
  margin: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.m-10 {
  margin: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.m-20 {
  margin: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.m-30 {
  margin: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.w100 {
  width: 100%;
}

.light {
  background-color: #e7874a !important;
}

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

a {
  text-decoration: none;
}

.darkmode {
  background-color: #121212;
}

.darkmode .form-search input {
  background-color: #000000 !important;
}

.darkmode .navbar-mobile .toggle-menu {
  background-image: url("../asset/icons/menu-white.svg");
}

.darkmode .navbar-mobile .logo:before {
  background-image: url("../asset/logo-white.png");
}

.darkmode .navbar-mobile .navbar-right .livetv a span:before {
  /*content: url("../asset/icons/tv-white.png") !important;*/
}

.darkmode .navbar-mobile .navbar-right .close-mobile {
  background-image: url("../asset/icons/close.svg");
}

.darkmode .navbar-mobile .navbar-right .notify {
  background-image: url("../asset/icons/bell-icon.svg");
}

.darkmode .navbar-mobile .menu-list .foryou::before,
.darkmode .navbar-mobile .menu-list .tv-schedule::before {
  content: url("../asset/icons/check-white.png") !important;
}

.darkmode .navbar-mobile .menu-list .livetv-regular::before {
  content: url("../asset/icons/tv-white.png") !important;
}

.darkmode .navbar-mobile .menu-list .saved::before {
  content: url("../asset/icons/save-white.png") !important;
}

.darkmode .navbar-mobile .menu-list .brandconnect::before {
  content: url("../asset/icons/brandconnect-white.png") !important;
}

.darkmode .navbar-mobile .menu-list .signout a::before {
  content: url("../asset/icons/signout-white.png") !important;
}

.darkmode .navbar-mobile .menu-list .menu-content ul .anchor::before {
  content: url("../asset/icons/anchor-white.svg") !important;
}

.darkmode h1,
.darkmode h2,
.darkmode h3,
.darkmode h4,
.darkmode h5,
.darkmode p,
.darkmode a,
.darkmode label,
.darkmode input,
.darkmode select,
.darkmode ol {
  color: rgba(255, 255, 255, 0.9) !important;
}

.darkmode .navbar-mobile {
  background-color: #1e1e1e !important;
}

.darkmode .running-text,
.darkmode .banner,
.darkmode .news-info,
.darkmode .share,
.darkmode .related-video,
.darkmode .most-popular,
.darkmode .breadcrumb,
.darkmode .social,
.darkmode .program-slider,
.darkmode .banner-slideshow,
.darkmode .ads-center,
.darkmode .media-group-news,
.darkmode .program-info,
.darkmode .latest-video,
.darkmode .top-program,
.darkmode .program-slide-show,
.darkmode .running-text-mobile,
.darkmode .breadcrumb-1-mobile,
.darkmode .menu-content,
.darkmode .menu-list .form-search,
.darkmode .menu-list .program,
.darkmode .breadcrumb-2-mobile,
.darkmode .recommended-video,
.darkmode .share-social,
.darkmode .tag-content,
.darkmode .item-5-mobile,
.darkmode .navbar-notify ul li,
.darkmode .footer-mobile .link,
.darkmode .item-6-mobile,
.darkmode form,
.darkmode .latest-videos,
.darkmode .program,
.darkmode .item-2-mobile {
  border-bottom: solid 1px #1e1e1e !important;
}

.darkmode .tag-content,
.darkmode .share-social,
.darkmode .news-info,
.darkmode .footer-desktop .social,
.darkmode .share {
  border-top: solid 1px #121212 !important;
}

.darkmode .container,
.darkmode .owl-next,
.darkmode .owl-prev,
.darkmode .search-popup input,
.darkmode .layout,
.darkmode .ads-center,
.darkmode .program-container,
.darkmode .menu-list input,
.darkmode .navbar-mobile .menu-list {
  background-color: #121212 !important;
}

.darkmode .container span,
.darkmode .owl-next span,
.darkmode .owl-prev span,
.darkmode .search-popup input span,
.darkmode .layout span,
.darkmode .ads-center span,
.darkmode .program-container span,
.darkmode .menu-list input span,
.darkmode .navbar-mobile .menu-list span {
  color: rgba(255, 255, 255, 0.9);
}

.darkmode .running-text,
.darkmode .recommended-video,
.darkmode .ads,
.darkmode .btn-notify,
.darkmode .search-popup,
.darkmode .navbar-notify,
.darkmode .item-1,
.darkmode .item-2,
.darkmode .timeline .line,
.darkmode footer,
.darkmode .toggle-tab-button,
.darkmode .recommended-program,
.darkmode .running-text-mobile,
.darkmode .item-2-mobile,
.darkmode .ads-mobile,
.darkmode .footer-mobile {
  background-color: #1e1e1e !important;
}

.darkmode input,
.darkmode select {
  background-color: #1e1e1e !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.7);
}

.darkmode .guide-item img,
.darkmode .cover .profile-info .avatar {
  border: solid 2px #1e1e1e !important;
}

.breadcrumb {
  padding: 20px 0;
}

.breadcrumb a,
.breadcrumb p {
  color: #555555;
  text-decoration: none;
  text-transform: uppercase;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb a:after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #555555;
  display: inline-block;
  margin: 0 10px;
}

.breadcrumb p {
  display: inline;
}

.breadcrumb-1-mobile {
  border-top: solid 1px #efefef;
  display: flex;
  flex-flow: row nowrap;
}

.breadcrumb-1-mobile .breadcrumb-content {
  display: flex;
  align-items: center;
  position: relative;
  width: 70%;
  text-transform: uppercase;
  font: normal normal normal 13px/180% sans-serif;
}

.breadcrumb-1-mobile .breadcrumb-content a,
.breadcrumb-1-mobile .breadcrumb-content p {
  color: #999999;
  text-decoration: none;
}

.breadcrumb-1-mobile .breadcrumb-content a {
  margin-right: 20px;
}

.breadcrumb-1-mobile .breadcrumb-content a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #555555;
  display: block;
  left: 43px;
  top: 13px;
}

.breadcrumb-1-mobile .breadcrumb-content p {
  display: inline;
  margin-block-start: 0;
  margin-block-end: 0;
}

.breadcrumb-1-mobile .breadcrumb-menu {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}

.breadcrumb-1-mobile .breadcrumb-menu button,
.breadcrumb-1-mobile .breadcrumb-menu a {
  text-decoration: none;
  color: #000000;
}

.breadcrumb-1-mobile .breadcrumb-menu button img,
.breadcrumb-1-mobile .breadcrumb-menu a img {
  display: block;
  margin: 0 auto;
  height: 16px;
}

.breadcrumb-1-mobile .breadcrumb-menu button span,
.breadcrumb-1-mobile .breadcrumb-menu a span {
  display: block;
  padding-top: 3px;
  font: normal normal normal 10px sans-serif;
}

.breadcrumb-1-mobile .breadcrumb-menu .save img,
.breadcrumb-1-mobile .breadcrumb-menu .saved img {
  width: 10px;
}

.breadcrumb-1-mobile .breadcrumb-menu .saved span,
.breadcrumb-1-mobile .breadcrumb-menu .shared span {
  color: #094775;
}

.breadcrumb-1-mobile .breadcrumb-menu .share img,
.breadcrumb-1-mobile .breadcrumb-menu .shared img {
  width: 14px;
}

.breadcrumb-2-mobile {
  position: relative;
  padding: 10px 20px;
  border-bottom: solid 1px #efefef;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumb-2-mobile a,
.breadcrumb-2-mobile p {
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
}

.breadcrumb-2-mobile a {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.breadcrumb-2-mobile a:after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #555555;
  display: block;
  position: absolute;
  right: -12px;
  top: 5px;
}

.breadcrumb-2-mobile p {
  display: inline;
}

.banner-slideshow-mobile {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  padding: 0 20px 20px 20px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.banner-slideshow-mobile::-webkit-scrollbar {
  display: none;
}

.banner-slideshow-mobile .owl-nav,
.banner-slideshow-mobile .owl-dots {
  display: none;
}

.banner-slideshow-mobile .item {
  display: inline-block;
  padding: 20px 0 0 0;
}

.banner-slideshow-mobile .item:before {
  padding-top: 20.82%;
}

.banner-slideshow-mobile .item img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.btn {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

.tag {
  color: #555;
  font: normal normal normal 13px/180% sans-serif;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

.tag:hover {
  text-decoration: underline;
  cursor: pointer;
}

.load-more-mobile {
  width: 140px;
  margin: 0 auto;
  background-color: #094775;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
  border-radius: 30px;
}

.facebook {
  background-color: #6081c4;
}

.twitter {
  background-color: #43bdf0;
}

.line {
  background-color: #84c75e;
}

.whatsapp {
  background-color: #23b282;
}

.youtube {
  background-color: #fe0002;
}

.instagram {
  background: linear-gradient(180deg, #524382 0%, #ce1d65 50.52%, #e7874a 100%);
}

.navbar-mobile {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  /*padding: 5px 0;*/
  background-color: #ffffff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 100;
  height: 60px;
}

.navbar-mobile .toggle-menu {
  position: relative;
  background: url("../asset/icons/menu.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.navbar-mobile .logo {
  flex-grow: 1;
  height: 32px;
  position: relative;
}

.navbar-mobile .logo:before {
  background: url("../asset/logo.png");
  background-size: contain;
  content: "";
  width: 120px;
  height: 32px;
  position: absolute;
  top: 3px;
  left: 0;
}

.navbar-mobile .navbar-right {
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  /*margin-left: 20px;*/
}

.navbar-mobile .navbar-right .livetv {
  width: 100px;
}

.navbar-mobile .navbar-right .livetv a {
  position: relative;
  /*top: 21%;*/
  text-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #000;
  letter-spacing: 2px;
  transform: translateY(-50%);
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.navbar-mobile .navbar-right .livetv a span {
  display: block;
  font: normal normal normal 11px/180% sans-serif;
  white-space: nowrap;
  text-transform: uppercase !important;
  margin-top: 0;
}

.navbar-mobile .navbar-right .livetv a span:before {
  content: "";
  width: 63px;
  height: 20px;
  background-color: #cf2d2d;
  position: absolute;
  transform: translate(-8%, 0%);
  /*content: url("../asset/icons/livetv.svg");
  position: absolute;
  transform: translate(168%, 15%) scale(1.2);*/
  z-index: -1;
}

.navbar-mobile .navbar-right .notify {
  width: 50px;
  height: 50px;
  position: relative;
  top: -1px !important;
  background: url(../asset/icons/bell-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.navbar-mobile .navbar-right .active {
  background-color: #fcb034;
}

.navbar-mobile .navbar-right .close-mobile {
  visibility: visible;
  position: absolute;
  right: 25px;
  top: -100px;
  width: 30px;
  height: 30px;
  background: url("../asset/icons/close-black.png");
  background-repeat: no-repeat;
}

.navbar-mobile .menu-list-container {
  position: relative;
  max-width: 260px;
  height: auto;
}

.navbar-mobile .menu-list-container .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #000;
}

.navbar-mobile .menu-list-container.show .menu-list {
  transform: translate3d(100%, 0, 0) !important;
  transition: transform 0.35s;
}

.navbar-mobile .menu-list-container.show .bg {
  visibility: visible;
  opacity: 0.6;
}

.navbar-mobile .menu-list-container .menu-list {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  background-color: #ffffff;
  transition: ease-out 300ms;
  width: calc(100% - 58px) !important;
  left: auto !important;
  right: 100% !important;
  z-index: 2 !important;
  /* box-shadow: 0px 67px 80px rgba(0, 0, 0, 0.1), 0px 33.5327px 40.0391px rgba(0, 0, 0, 0.0760333), 0px 20.1985px 24.1177px rgba(0, 0, 0, 0.0651589), 0px 12.9443px 15.4559px rgba(0, 0, 0, 0.0570895), 0px 8.38944px 10.0172px rgba(0, 0, 0, 0.05), 0px 5.28106px 6.30574px rgba(0, 0, 0, 0.0429105), 0px 3.0343px 3.62304px rgba(0, 0, 0, 0.0348411), 0px 1.33547px 1.59459px rgba(0, 0, 0, 0.0239667); */
}

.navbar-mobile .menu-list-container .menu-list .header {
  background: url("../asset/header.png") no-repeat;
  background-size: cover;
  color: #ffffff;
}

.navbar-mobile .menu-list-container .menu-list .header .flex {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.navbar-mobile .menu-list-container .menu-list .header .flex .image-container {
  display: flex;
  justify-content: center;
  width: 55px;
  height: 55px;
}

.navbar-mobile .menu-list-container .menu-list .header .flex .image-container img {
  width: 55px;
  height: 55px;
  border-radius: 0px;
  border: solid 2px #ffffff;
  object-fit: cover;
}

.navbar-mobile .menu-list-container .menu-list .header .flex .header-info {
  width: auto;
}

.navbar-mobile .menu-list-container .menu-list .header .flex .header-info p {
  font: normal normal 500 16px "Roboto", sans-serif;
}

.navbar-mobile .menu-list-container .menu-list .header .flex .header-info a {
  color: #ffffff;
  opacity: 0.7;
  text-decoration: none;
}

.navbar-mobile .menu-list-container .menu-list .menu-content {
  border-bottom: solid 1px #dddddd;
}

.navbar-mobile .menu-list-container .menu-list .menu-content ul {
  list-style: none;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.navbar-mobile .menu-list-container .menu-list .menu-content ul li a {
  color: #000000;
  text-decoration: none;
}

.navbar-mobile .menu-list-container .menu-list .menu-content ul li.live-tv:before {
  content: url("../asset/icons/livetv-icon.svg");
  position: relative;
  top: 2px;
}

.navbar-mobile .menu-list-container .menu-list .menu-content ul li.live-tv a {
  color: #418cc3;
  font: normal normal 500 15px "Roboto", sans-serif;
}

.navbar-mobile .menu-list-container .menu-list .menu-content ul li.foryou::before {
  content: url("../asset/icons/check.svg");
  position: relative;
  top: 2px;
}

.navbar-mobile .menu-list-container .menu-list .menu-content ul li.saved::before {
  content: url("../asset/icons/save.svg");
  position: relative;
  top: 2px;
}

.navbar-mobile .menu-list-container .menu-list .menu-content ul li.tv-schedule::before {
  content: url("../asset/icons/check.svg");
  position: relative;
}

.navbar-mobile .menu-list-container .menu-list .menu-content ul li.livetv-regular::before {
  content: url("../asset/icons/livetv.svg");
  position: relative;
}

.navbar-mobile .menu-list-container .menu-list .menu-content ul li.brandconnect::before {
  content: url("../asset/icons/brandconnect.svg");
  position: relative;
}

.navbar-mobile .menu-list-container .menu-list .menu-content ul li.anchor::before {
  content: url("../asset/icons/anchor.svg");
  position: relative;
  top: 5px;
}

.navbar-mobile .menu-list-container .menu-list .menu-content ul li:last-child {
  margin-bottom: 0 !important;
}

.navbar-mobile .menu-list-container .menu-list .program {
  border-bottom: solid 1px #dddddd;
}

.navbar-mobile .menu-list-container .menu-list .program p {
  font: normal normal 500 15px "Roboto", sans-serif;
  margin-block-start: 0;
}

.navbar-mobile .menu-list-container .menu-list .program ul {
  padding-inline-start: 0;
  margin-block-end: 0;
  margin-block-start: 0;
  list-style: none;
}

.navbar-mobile .menu-list-container .menu-list .program ul li {
  display: flex;
}

.navbar-mobile .menu-list-container .menu-list .program ul li:last-child .image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dddddd;
  border-radius: 50%;
  height: 48px;
}

.navbar-mobile .menu-list-container .menu-list .program ul li:last-child .image img {
  width: auto !important;
}

.navbar-mobile .menu-list-container .menu-list .program ul li:last-child a {
  font: normal normal 500 15px "Roboto", sans-serif;
}

.navbar-mobile .menu-list-container .menu-list .program ul li .image {
  width: 50px;
  height: 50px;
}

.navbar-mobile .menu-list-container .menu-list .program ul li .image:last-child {
  background-color: #dddddd;
}

.navbar-mobile .menu-list-container .menu-list .program ul li .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.navbar-mobile .menu-list-container .menu-list .program ul li .pl-20 {
  flex-grow: 1;
}

.navbar-mobile .menu-list-container .menu-list .program ul li .item-info {
  flex-grow: 1;
}

.navbar-mobile .menu-list-container .social {
  border-bottom: solid 1px #dddddd;
}

.navbar-mobile .menu-list-container .social p {
  font: normal normal 500 15px "Roboto", sans-serif;
}

.navbar-mobile .menu-list-container .social .social-list {
  display: flex;
  flex-flow: row wrap;
}

.navbar-mobile .menu-list-container .social .social-list .social-item {
  border-radius: 50%;
}

.navbar-mobile .menu-list-container .social .social-list .social-item a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.navbar-mobile .menu-list-container .social .social-list .social-item a img {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}

.navbar-mobile .menu-list-container .signout a {
  color: #000000;
  text-decoration: none;
}

.navbar-mobile .menu-list-container .signout a:before {
  content: url("../asset/icons/signout.svg");
  position: relative;
  top: 3px;
}

.navbar-mobile .navbar-notify {
  position: absolute;
  width: 250px;
  background-color: #ffffff;
  top: 150px;
  right: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: 0.5s;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

.navbar-mobile .navbar-notify ul {
  list-style: none;
  padding-inline-start: 0;
}

.navbar-mobile .navbar-notify ul li {
  border-bottom: solid 1px #efefef;
}

.navbar-mobile .navbar-notify ul li .notify-category {
  font: normal normal 500 12px "Roboto", sans-serif;
  color: #b90001;
  margin-block-end: 0;
}

.navbar-mobile .navbar-notify ul li a {
  font: normal normal 500 15px "Roboto", sans-serif;
  color: #000000;
  text-decoration: none;
}

.navbar-mobile .navbar-notify ul li .notify-time {
  font: normal normal normal 13px/180% sans-serif;
  color: #777777;
}

.navbar-mobile .show {
  visibility: visible !important;
}

.navbar-mobile .hide {
  visibility: hidden !important;
}

.footer-mobile {
  padding-top: 50px;
  background-color: #efefef;
}

.footer-mobile .logo {
  display: block;
  margin: 0px auto 10px auto;
}

.footer-mobile .link {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  border-bottom: solid 1px #dddddd;
}

.footer-mobile .link a {
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.footer-mobile .social {
  margin: 20px;
}

.footer-mobile .social .social-container {
  display: flex;
  flex-flow: row wrap;
}

.footer-mobile .social .social-container .social-item {
  width: 20%;
  position: relative;
  border-radius: 50%;
}

.footer-mobile .social .social-container .social-item a {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
}

.footer-mobile .social .social-container .social-item a img {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-mobile .group {
  margin: 20px;
}

.footer-mobile .copyright {
  background-color: #094775;
  color: #ffffff;
  text-align: center;
}

.pagination-mobile {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.pagination-mobile div {
  width: calc(50% - 10px);
  background-color: #094775;
  border-radius: 0px;
  text-align: center;
  padding: 10px;
}

.pagination-mobile div a {
  color: #ffffff;
  font: normal normal 500 15px "Roboto", sans-serif;
  text-decoration: none;
}

.pagination-mobile .next {
  margin-left: 10px;
}

.share-social {
  display: flex;
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  margin: 20px;
}

.share-social p {
  width: 40%;
  font: normal normal 500 14px "Roboto", sans-serif;
}

.share-social .share-container {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.share-social .share-container .social-item {
  width: 33.3%;
}

.share-social .share-container .social-item a {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
}

.share-social .share-container .social-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.ads-mobile {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  position: relative;
  left: 0;
  right: 0;
}

.header-1-mobile {
  margin: 0 20px 15px;
}

.header-1-mobile p {
  margin-block-start: 0;
  margin-block-end: 0;
  font: normal normal 500 15px "Roboto", sans-serif;
}

.header-1-mobile p:after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #094775;
  display: block;
}

.header-2-mobile {
  margin: 0 20px 15px;
}

.header-2-mobile p {
  font: normal normal 500 15px "Roboto", sans-serif;
}

.header-2-mobile p:after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #094775;
  display: block;
}

.header-2-mobile a {
  float: right;
  margin-top: -36px;
  color: #094775;
  font: normal normal 500 15px "Roboto", sans-serif;
  text-decoration: none;
}

.header-3-mobile {
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  flex-flow: row nowrap;
}

.header-3-mobile p {
  font: normal normal 500 15px "Roboto", sans-serif;
  width: 50%;
}

.header-3-mobile p:after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #094775;
  display: block;
}

.header-3-mobile button {
  width: 50%;
  border-radius: 30px;
}

.header-3-mobile button.follow {
  background-color: #094775;
  color: #ffffff;
  font: normal normal 500 15px "Roboto", sans-serif;
}

.header-3-mobile button.followed {
  background-color: #efefef;
  color: #000000;
}

.header-4-mobile {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  margin-bottom: 20px;
}

.header-4-mobile p {
  margin-block-start: 0;
  margin-block-end: 0;
  font: normal normal 500 15px "Roboto", sans-serif;
}

.header-4-mobile p:after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #094775;
  display: block;
}

.header-4-mobile a {
  top: 0px;
  right: 20px;
  color: #094775;
  text-decoration: none;
  font-weight: normal normal 500 15px "Roboto", sans-serif;
}

.header-1-mobile {
  margin-bottom: 15px;
}

.header-1-mobile p {
  margin-block-start: 0;
  margin-block-end: 0;
  font: normal normal 500 15px "Roboto", sans-serif;
}

.header-1-mobile p:after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #094775;
  display: block;
}

.header-2-mobile {
  margin-bottom: 15px;
}

.header-2-mobile p {
  font: normal normal 500 15px "Roboto", sans-serif;
}

.header-2-mobile p:after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #094775;
  display: block;
}

.header-2-mobile a {
  float: right;
  margin-top: -36px;
  color: #094775;
  font: normal normal 500 15px "Roboto", sans-serif;
  text-decoration: none;
}

.header-3-mobile {
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  flex-flow: row nowrap;
}

.header-3-mobile p {
  font: normal normal 500 15px "Roboto", sans-serif;
  width: 50%;
}

.header-3-mobile p:after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #094775;
  display: block;
}

.header-3-mobile button {
  width: 50%;
  border-radius: 30px;
}

.header-3-mobile button.follow {
  background-color: #094775;
  color: #ffffff;
  font: normal normal 500 15px "Roboto", sans-serif;
}

.header-3-mobile button.followed {
  background-color: #efefef;
  color: #000000;
}

.header-4-mobile {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  margin-bottom: 20px;
}

.header-4-mobile p {
  margin-block-start: 0;
  margin-block-end: 0;
  font: normal normal 500 15px "Roboto", sans-serif;
}

.header-4-mobile p:after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #094775;
  display: block;
}

.header-4-mobile a {
  top: 0px;
  right: 20px;
  color: #094775;
  text-decoration: none;
  font-weight: normal normal 500 15px "Roboto", sans-serif;
}

.main-news-container {
  position: relative;
  width: 100%;
  padding-top: 56.25% !important;
  max-width: 100%;
  overflow: hidden;
}

.main-news-container .main-news {
  /*float: left;
  overflow-x: auto;
  white-space: nowrap;*/
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}

.main-news-container .main-news .owl-carousel {
  display: block !important;
}

.main-news-container .main-news .owl-nav {
  display: none;
}

.main-news-container .main-news .owl-dots {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 28px;
}

.main-news-container .main-news .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dedede;
  margin-right: 10px;
}

.main-news-container .main-news .owl-dots .owl-dot:last-child {
  margin-right: 0 !important;
}

.main-news-container .main-news .owl-dots .active {
  background-color: #094775;
}

.main-news-container .main-news .item {
  /*display: inline-block;*/
  position: relative;
  height: 100%;
}

.main-news-container .main-news .item .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-news-container .main-news .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-news-container .main-news .item .news-text {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.831372549) 100%) !important;
  bottom: 0px;
  left: 0;
  right: 0;
  padding-bottom: 5px;
}

.main-news-container .main-news .item .news-text h1 {
  font: normal normal 500 18px "Roboto", sans-serif;
  margin-bottom: 0px;
  max-height: 65px;
  overflow: hidden;
  color: #ffffff !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main-news-container .main-news .item .news-text .category {
  color: #fcb034;
  text-decoration: none;
  font: normal normal 500 12px "Roboto", sans-serif;
}

.item-1-mobile {
  width: 100%;
  margin-bottom: 15px;
}

.item-1-mobile .layout {
  margin: 0 20px;
  padding-bottom: 5px;
  /*border-bottom: solid 1px $gray2;*/
}

.item-1-mobile .layout .item-detail {
  /*width: 80%;
  z-index:1;
  position: absolute;
  background: linear-gradient(268deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.831372549) 100%) !important;*/
  max-height: 64px;
  overflow: hidden;
  display: flex;
}

.item-1-mobile .layout .item-detail img {
  /*position: relative;
  top: 10px;
  left: 10px;*/
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  overflow: hidden;
  border: solid 0px #f4f4f4;
  border-radius: 50%;
  margin: 10px 10px 0 0;
}

.item-1-mobile .layout .item-detail .toggle-follow {
  position: absolute;
  right: 20px;
  top: 35px;
  font: normal normal 500 12px "Roboto", sans-serif;
  color: #094775;
}

.item-1-mobile .layout .item-detail .followed {
  color: #777777;
}

.item-1-mobile .layout .item-detail .item-info {
  flex-grow: 1;
}

.item-1-mobile .layout .item-detail .item-channel {
  font: normal normal normal 13px/180% sans-serif;
  color: #777777;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.item-1-mobile .image-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.item-1-mobile .image-container img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  aspect-ratio: 16/9;
}

.item-1-mobile .image-container .duration {
  color: white;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.5490196078);
  padding: 0px 4px;
  font: normal normal normal 13px/180% sans-serif;
}

.item-1-mobile h2 {
  font: normal normal 500 15px "Roboto", sans-serif;
  margin: 10px 0 0 0;
  color: #000000;
  max-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-vscroll-1 {
  /*height: 260px;
  float:left;
  width: 100%;*/
  padding: 0 20px 20px 20px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.item-vscroll-1::-webkit-scrollbar {
  display: none;
}

.item-2-mobile {
  display: inline-block;
  margin-right: 16px;
  vertical-align: top;
  width: 65%;
  background-color: #efefef;
  border-radius: 0px;
}

.item-2-mobile p {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 20px;
  font: normal normal 500 12px "Roboto", sans-serif;
}

.item-2-mobile .image-container {
  position: relative;
  width: 100%;
}

.item-2-mobile .image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.item-2-mobile .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.item-2-mobile .image-container .duration {
  color: white;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.5490196078);
  padding: 0px 2px;
  font: normal normal normal 13px/180% sans-serif;
}

.item-2-mobile .item-info {
  margin: 10px 10px 5px;
}

.item-2-mobile .item-info h2 {
  margin: 0 0 10px 0;
  font: normal normal 500 15px "Roboto", sans-serif;
  height: 40px;
  max-height: 40px;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  overflow: hidden;
  cursor: pointer;
  color: #000000;
  white-space: normal;
  line-height: 1.35;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-2-mobile .item-info .item-channel {
  margin: -7px 0 0 0;
  font: normal normal normal 13px/180% sans-serif;
  color: #777777;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.item-3-mobile {
  width: calc(53% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.item-3-mobile:nth-child(2n+2) {
  margin-right: 0 !important;
}

.item-3-mobile img {
  width: 100%;
}

.item-4-mobile {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  align-content: flex-start;
  /*padding: 0 20px;*/
  margin-bottom: 15px;
  /*&:last-child {
    margin-bottom: 0px;
  }*/
}

.item-4-mobile .image-container {
  position: relative;
  width: 70px;
  height: 70px;
}

.item-4-mobile .image-container img {
  width: 70px;
  height: 70px;
  border-radius: 0px;
  object-fit: cover;
}

.item-4-mobile .image-container .duration {
  color: white;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5490196078);
  padding: 0px 2px;
  max-height: 17px;
  font: normal normal normal 11px/180% sans-serif;
}

.item-4-mobile .item-info {
  width: 100%;
  padding-left: 15px;
  height: 72px;
  max-height: 72px;
  overflow: hidden;
}

.item-4-mobile .item-info h2 {
  margin-block-start: 0;
  margin-block-end: 0px;
  font: normal normal 500 15px "Roboto", sans-serif;
  color: #000000;
  overflow: hidden;
  max-height: 53px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.item-4-mobile .item-info .item-channel {
  font: normal normal normal 13px/180% sans-serif;
  color: #777777;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.item-4-mobile .item-info .tag {
  color: #777777;
  text-decoration: none;
}

.item-5-mobile {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: solid 1px #efefef;
  padding-bottom: 20px;
  padding-top: 20px;
}

.item-5-mobile .image-container {
  width: 50%;
  height: 100px;
}

.item-5-mobile .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.item-5-mobile h2 {
  width: 50%;
  margin-block-start: 0;
  padding-left: 20px;
  font: normal normal 500 15px "Roboto", sans-serif;
  line-height: 21px;
}

.item-6-mobile {
  padding-top: 20px;
  border-bottom: solid 1px #efefef;
}

.item-6-mobile .time {
  margin-block-start: 0;
  margin-block-end: 10px;
  color: #333333;
}

.item-6-mobile div {
  display: flex;
  flex-flow: row nowrap;
}

.item-6-mobile div img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #dedede;
}

.item-6-mobile div .text {
  display: block;
  width: 100%;
}

.item-6-mobile div .text a {
  color: #000000;
  font: normal normal 500 15px "Roboto", sans-serif;
  text-decoration: none;
}

.item-6-mobile div .text p {
  margin-block-start: 0;
  font: normal normal normal 13px/180% sans-serif;
  color: #777777;
}

.item-6-mobile .description {
  margin-block-start: 0;
  width: 90%;
  font: normal normal normal 13px/180% sans-serif;
  color: #333333;
}

.item-7-mobile {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  border-bottom: solid 1px #efefef;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.item-7-mobile img {
  width: 40%;
  border-radius: 0px;
}

.item-7-mobile .text {
  width: 70%;
  padding-left: 20px;
}

.item-7-mobile .text h2 {
  margin-block-start: 0;
  font: normal normal 500 15px "Roboto", sans-serif;
  line-height: 21px;
}

.item-7-mobile .text h2 a {
  color: #000000;
  text-decoration: none;
}

.running-text-mobile {
  height: 40px;
  margin-top: 60px;
  background-color: #f4f4f4;
  border-bottom: solid 1px #dddddd;
}

.running-text-mobile .running-text-content {
  position: relative;
  top: -15%;
  overflow: hidden;
}

@keyframes running-animation {
  0% {
    transform: translatex(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.running-text-mobile .running-text-content ul {
  white-space: nowrap;
  animation: running-animation 10s infinite linear;
}

.running-text-mobile .running-text-content ul:focus {
  animation-play-state: paused;
}

.running-text-mobile .running-text-content ul li {
  display: inline-block;
  padding-left: 24px;
  padding-right: 60px;
  position: relative;
}

.running-text-mobile .running-text-content ul li::before ::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #094775;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 8px;
}

.running-text-mobile .running-text-content ul li a {
  font: normal normal normal 13px/180% sans-serif;
  color: #000000;
  text-decoration: none;
}

.input {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: solid 1px #dddddd;
  border-radius: 0px;
}

.view-more {
  float: right;
  position: absolute;
  top: 0%;
  right: 0;
  color: #000000;
  text-decoration: none;
  font: normal normal 500 15px "Roboto", sans-serif;
}

.theme {
  /*position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 2;*/
}

.theme .toggle-container {
  width: 70px;
  height: 35px;
  background-color: #dedede;
  border-radius: 30px;
}

.theme .toggle-container .toggle-theme {
  position: relative;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: auto;
  height: 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.theme .toggle-container .toggle-theme img {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}

@media (max-width: 320px) {
  .navbar-mobile .navbar-right .close-mobile {
    right: 14px;
    background-position: right;
  }

  .navbar-mobile .navbar-notify {
    right: 0;
  }
}

@media (min-width: 500px) {
  .share-social p {
    width: 15%;
  }

  .share-social .share-container {
    max-width: 200px;
  }

  .share-social .share-container .social-item a {
    margin: 0;
  }

  .item-5-mobile .image-container {
    width: 40%;
  }

  .item-5-mobile .image-container img {
    height: 200px;
  }

  .item-5-mobile h2 {
    width: 60%;
  }

  .footer-mobile .social .social-container {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .footer-mobile .group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-mobile .group a {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .footer-mobile .group a img {
    width: auto;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer-mobile .group {
    display: flex;
  }

  .footer-mobile .group a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(20% - 20px);
    margin-right: 20px;
  }

  .footer-mobile .group a:last-child {
    margin-right: 0;
  }

  .footer-mobile .group a:nth-child(3) img {
    width: auto;
  }

  .footer-mobile .group a img {
    width: 100%;
    height: auto;
  }
}

.news h1 {
  font: normal normal bold 20px "Poppins", sans-serif;
  margin-block-start: 0;
  margin-block-end: 0;
}

img.news-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.news .date {
  margin-block: 0;
}

.news-tool {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  border: none !important;
}

.news-tool .btn {
  width: 32px;
  height: 32px;
  background-color: #f4f4f4;
  border-radius: 50%;
  margin-right: 10px;
}

.news-tool .btn img {
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  object-fit: cover;
}

.other-program-card {
  position: relative;
}

.other-program-card .card-container {
  display: flex;
  flex-flow: row wrap;
  margin: 0 20px;
  list-style: none;
  padding-inline-start: 0px;
}

/* .other-program-card .card-container .card:nth-child(odd) {
  margin-right: 10px;
} */

.other-program-card .card-container .card {
  position: relative;
  width: calc(40% - 5px);
  padding-top: 31.25%;
  margin-bottom: 10px;
  border-radius: 0px;
  margin: 0px auto 10px;
}

.other-program-card .card-container .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.other-program-card .card-container .card::before {
  display: block;
  content: "";
  position: absolute;
  top: 94%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: solid 20px transparent;
  border-bottom: solid 20px #094775;
  border-right: solid 20px transparent;
  border-left: solid 20px transparent;
  transition: all ease-out 0.3s;
  opacity: 0;
}

.form-search {
  position: relative;
}

.form-search input {
  width: 100%;
  height: 50px;
  border: solid 1px #dedede;
  border-radius: 0px;
}

.form-search button {
  position: absolute;
  top: 37px;
  right: 5%;
  background: none;
  border: none;
}

.tag-container {
  display: flex;
  flex-flow: row nowrap;
}

.tag-container p {
  width: auto !important;
  margin-right: 20px !important;
}

.tag-container ul {
  padding-inline-start: 0px;
}

.tag-container ul li {
  padding: 4px 8px !important;
  display: inline-block;
  background-color: #094775;
  margin-bottom: 10px;
  border-radius: 0;
}

.tag-container ul li a {
  color: #ffffff;
  font: normal normal normal 14px/180% "Roboto", sans-serif;
}

.widget-radio .logo .logo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.widget-radio .slideshow {
  margin-top: 0 !important;
}

@media (max-width: 320px) {
  .widget-radio .logo {
    width: 30% !important;
  }
}

@media (max-width: 320px) {
  .widget-radio .radio-player {
    width: calc(70% - 20px) !important;
    margin: 0 10px;
  }
}

.video {
  padding-top: 56.25%;
  position: relative;
}

.video iframe {
  position: absolute;
  height: 100% !important;
  top: 0;
}

.news-content {
  font-size: 18px;
}

.oembed-provider-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}


.news-content .twitter-tweet {
  background: rgb(247, 249, 249);
  height: auto;
  margin: 0px;
  font-style: italic;
  font-weight: 600;
  padding: 20px;
  margin-top: 20px;
  overflow-y: scroll;
}

.news-content img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.news-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

#anchor .card {
  margin: 0px auto 33px;
  aspect-ratio: 11/9;
}

#anchor .card h3 {
  line-height: 1;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  position: absolute;
  background-color: #094775;
  color: white;
  text-align: center;
  bottom: -30px;
  width: 100%;
  left: 0;
}