html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.big-pt {
  padding-top: 90px;
}

.big-pb {
  padding-bottom: 90px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #020014;
  line-height: 1.3;
  padding-top: 88px;
  overflow-x: hidden;
}

a {
  color: #020014;
  text-decoration: none !important;
  transition: all 0.4s;
  display: inline-block;
}

a:hover {
  color: #13c100;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1450px;
  }
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  top: 0;
  box-shadow: 0 18px 20px -20px rgba(58, 58, 58, 0.25);
  transition: all 0.75s;
}

.fixed {
  margin-bottom: 25px;
  box-shadow: 0 30px 15px -25px rgba(100, 100, 100, 0.25);
}

.hide {
  transform: translateY(-90px);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 5px;
}

.logo img {
  max-width: 94px;
}

#main-menu {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.header-right {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.live {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 18px;
  border-radius: 5px;
  background-color: #f4f4f9;
}

.live i {
  font-size: 16px;
  color: #13c100;
}

.bars {
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 12px 14px;
  border-radius: 5px;
  background-color: #020014;
  color: #fff;
  transition: all 0.4s;
  display: none;
}

.bars:hover {
  background-color: #13c100;
}

.lang-list {
  position: relative;
}

.lang-icon {
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background-color: #f4f4f9;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}

.lang-list input {
  display: none;
}

.lang-list ul {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 130%;
  background-color: #fff;
  width: 170px;
  border-radius: 5px;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.75);
  padding: 12px;
  transform: translateX(-50%);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.lang-list:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.lang-list label {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding: 10px 14px !important;
  font-size: 12px !important;
  border-radius: 5px;
  transition: all 0.5s;
  cursor: pointer;
  text-align: center;
}

.lang-list label:hover,
.lang-active label {
  background-color: #dedee7;
}

.slick-slide>* {
  display: flex;
}

.slide-arrow {
  border: none;
  background-color: #fff;
  color: #020014;
  font-size: 20px;
  height: 46px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  transition: all 0.4s;
}

.slide-arrow:hover {}

.prev-arrow {
  left: 16px;
}

.next-arrow {
  right: 16px;
}

.slick-dots {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 8px;
}

.slick-dots button {
  border: none;
  text-indent: -1000px;
  overflow: hidden;
  background-color: #fff;
  width: 5px;
  height: 20px;
  padding: 0;
  transition: all 0.5s;
}

.slick-active button {
  height: 36px;
}

.home-schedule {
  background: #13c100;
  background: -moz-linear-gradient(left, #13c100 50%, #fff 50%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(50%, #13c100),
      color-stop(50%, #fff));
  background: -webkit-linear-gradient(left, #13c100 50%, #fff 50%);
  background: -o-linear-gradient(left, #13c100 50%, #fff 50%);
  background: -ms-linear-gradient(left, #13c100 50%, #fff 50%);
  height: 80px;
}

.home-schedule-title {
  text-align: right;
  color: #fff;
}

.home-schedule .title {
  margin-top: 22px;
  font-weight: 900;
  font-size: 22px;
}

.home-schedule a.link {
  color: #fff;
}

.home-schedule .schedule-color {
  height: 80px;
  background: #fff;
}

.home-schedule .tonight li:first-child {
  border-left-width: 0;
}

.home-schedule .tonight li {
  width: auto;
  margin-left: 1rem;
  border-left-width: 0.1rem;
  border-left-style: solid;
  border-color: #eee;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
}

.home-schedule .tonight li .time {
  margin-top: 16px;
  font-size: 40px;
  color: #858585;
  line-height: 1.05;
  font-weight: 700;
}

.home-schedule .tonight strong {
  font-weight: 400;
  word-wrap: break-word;
  line-height: 1.5em;
  color: #13c100;
  font-size: 14px;
}

.line-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 22px;
}

.line-title span {
  background-color: #fff;
  padding-right: 10px;
  z-index: 2;
  margin: 0 !important;
}

.line-title::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #020014;
  position: absolute;
  bottom: 0;
  left: 0;
}

.programmes {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.programmes-title {
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 1) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 18px;
  min-height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  transition: all 1s;
}

.programmes:hover .programmes-title {
  min-height: 100%;
}

.programmes img,
.series img {
  transition: all 1s;
  width: 100%;
}

.programmes:hover img {
  transform: scale(1.25);
}

.banner-time {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0 10px 0;
}

.banner-desc {
  font-size: 14px;
}

.series {
  background-color: #020014;
  display: flex;
  flex-flow: column;
  height: 100%;
  margin: 0 !important;
}

.series-title {
  padding: 20px 15px;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  height: 100%;
  margin: 0 !important;
}

.series:hover img {
  opacity: 0.5;
}

.series-title .time {
  font-size: 14px;
  display: block;
  margin-top: 4px;
}

footer {
  background-color: #f4f4f9;
  font-size: 14px;
}

footer .row {
  padding: 50px 0;
}

footer .logo {
  margin-bottom: 15px;
}

.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.social-item {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid #020014;
  border-radius: 4px;
}

.social-item:hover {
  background-color: #020014;
  color: #fff;
}

.footer-title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 47px;
  margin-bottom: 15px;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
}

footer ul li {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 8px;
  list-style: inside;
  padding: 0 8px;
  font-weight: 600;
}

.double-list li {
  flex: 0 0 auto;
  width: 50%;
}

.footer-bottom {
  background-color: #d9d9e0;
  padding: 20px 0;
}

.footer-bottom ul li {
  width: auto;
  font-weight: 500;
  margin: 0;
}

.banner {
  background-color: #f4f4f9;
}

.title {
  font-size: 44px;
  font-weight: 800;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: 10px;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub-title {
  padding: 6px 12px;
  background-color: #13c100;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 4px;
}


.post-content .sub-title ~ *:not(:last-child) {
  margin-bottom: 16px;
}

.post-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 !important;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 20px;
  font-weight: 700;
  font-family: var(--syne);
  line-height: 1.2;
}

.post-content h1 {
  font-size: 32px;
  font-weight: 800;
}

.post-content h2 {
  font-size: 26px;
}

.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-size: 22px;
}


.post-content *+h2,
.post-content *+h3,
.post-content *+h4,
.post-content *+h5,
.post-content *+h6 {
  margin-top: 40px;
}

.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: #f4f4f9;
  border-bottom: 4px #13c100 solid;
}

.tabs li {
  display: inline-block;
  margin: 0;
  padding: 20px 15px 15px 15px;
  cursor: pointer;
  transition: all 0.4s;
  line-height: 1;
  font-weight: 500;
}

.tabs li:hover {
  background: #13c100;
  color: #fff;
}

.tabs li.current {
  background: #13c100;
  color: #fff;
}

.tab-content {
  display: none;
  padding: 15px 0;
  line-height: 1.4;
}

.tab-content.current {
  display: inherit;
}

.stream-row {
  display: flex;
  flex-flow: row;
  width: 100%;
  margin-bottom: 12px;
  background-color: #f4f4f9;
}

.stream-info {
  flex: 2;
  display: flex;
  max-width: 400px;
}

.stream-clock {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800;
}

.stream-clock,
.stream-img {
  flex: 1;
  min-width: 120px;
}

.stream-title {
  flex: 4;
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 0 20px;
  font-weight: 400;
}

.stream-row:nth-child(even) .stream-clock {
  background-color: #13c100;
  color: #fff
}



@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1199px) {
  .slide-arrow {
    font-size: 16px;
    height: 36px;
    width: 36px;
  }

  .slick-slide img {
    height: 33vw;
    object-fit: cover;
    object-position: left;
  }
}

@media screen and (max-width: 991px) {
  .header-menu {
    display: none;
  }

  .bars {
    display: block;
  }

  .logo img {
    max-width: 80px;
  }

  .home-schedule .title {
    margin-top: 20px;
  }

  .home-schedule .tonight li {
    margin-left: 0.5rem;
  }

  .home-schedule .tonight li .time {
    font-size: 34px;
  }

  .slide-arrow {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .home-schedule .tonight li:not(:first-child) {
    display: none;
  }

  .home-schedule,
  .home-schedule .schedule-color {
    height: 55px;
  }

  .home-schedule .title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1;
  }

  .home-schedule .tonight li .time {
    margin-top: 4px;
  }

  .home-schedule .tonight li .time {
    font-size: 30px;
    line-height: 1;
  }

  .home-schedule a.link {
    font-size: 14px;
  }

  .slick-dots {
    display: none !important;
  }

  .stream-row {
    flex-flow: column;
  }

  .stream-info {
    max-width: 100%;
  }

  .stream-title {
    padding: 20px 20px;
    border-top: 5px solid #fff;
    text-align: center;
    justify-content: center;
  }


}

@media screen and (max-width: 576px) {
  .home-schedule .tonight strong {
    font-size: 12px;
    margin-top: 2px;
    display: block;
    line-height: 1;
  }

  .home-schedule .tonight li {
    margin-left: 0;
  }

  .stream-title {
    padding: 12px 15px;
    font-size: 16px;
  }

}

@media screen and (max-width: 480px) {
  .header-right {
    gap: 10px;
  }

  .live {
    padding: 12px 12px;
  }
}

@media screen and (max-width: 320px) {}


ul.series-list,
.series-list-title {
  margin: 0;
}

.series-list-title {
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.series-list-title a {
  line-height: 1;
  padding: 12px 0;
  display: flex;
  font-weight: 500;
  flex-flow: row;
  gap: 10px;
  align-items: center;
}

.series-list-title a img {
  width: 80px;
  border-radius: 3px;
}


.current-video {
  background-color: rgba(160, 160, 160, 0.1);
}

.all-video-btn {
    position: absolute;
    top: 3px;
    right: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-transform: uppercase;
}