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: clamp(40px, 5.8vw, 90px);
}

.big-pb {
  padding-bottom: clamp(40px, 5.8vw, 90px);
}

html, body{
    overflow-x: hidden;
    background-color: #ffffff;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #020014;
  line-height: 1.3;
  padding-top: 88px;
}

a {
  color: #020014;
  text-decoration: none !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}

a:hover {
  color: #ff9100;
}

@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: #000;
  top: 0;
  -webkit-box-shadow: 0 18px 20px -20px rgba(58, 58, 58, 0.25);
          box-shadow: 0 18px 20px -20px rgba(58, 58, 58, 0.25);
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}

.fixed {
  margin-bottom: 25px;
  -webkit-box-shadow: 0 30px 15px -25px rgba(100, 100, 100, 0.25);
          box-shadow: 0 30px 15px -25px rgba(100, 100, 100, 0.25);
}

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

.hide {
  -webkit-transform: translateY(-90px);
      -ms-transform: translateY(-90px);
          transform: translateY(-90px);
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 5px;
  position: relative;
}

.logo img {
  max-width: 94px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 22px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  height: 100%;
}

.header-menu {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu>li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu>li>a {
  color: #fff;
}

.menu .sub-menu {
  position: absolute;
  top: 100%;
  width: 215px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 9;
}

.menu>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu .sub-menu li a {
  padding: 10px 20px;
  width: 100%;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600 !important;
}

.menu .sub-menu li a:hover {
  background-color: #000000;
  color: #fff;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bars {
cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #000000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  display: none;
}

.bars:hover {
  color: #ff9100;
}

.responsive-menu{
    display: none;
    max-height: 450px;
    overflow: auto;
}

.responsive-menu-list {
    padding-bottom: 8px;
}

.responsive-menu-list > li {
    margin-bottom: 6px;
}

.responsive-menu-list > li:not(:last-child) {
    border-bottom: 1px solid #333; }

.responsive-menu-list a {
    color: #fff;
    width: 100%;
    padding: 5px 0;
}

.responsive-menu-list .sub-menu {
    padding-left: 8px;
}

.responsive-menu-list .sub-menu a {
    font-size: 15px;
    color: #aaa;
}

.responsive-menu-list a:hover{
    color:#ff9100;
}


.home-slider-item {
  position: relative;
  overflow: hidden;
}

.slider-text {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.slider-images {
  position: relative;
}

.slider-images::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .7)), color-stop(70%, transparent));
  background: -o-linear-gradient(left, rgba(0, 0, 0, .7), transparent 70%);
  background: linear-gradient(90deg, rgba(0, 0, 0, .7), transparent 70%);
  content: "";
}

.slider-title {
    font-size: clamp(26px, 4vw, 42px);
    font-weight: bold;
}

.slider-desc {
    font-size: clamp(14px, 2vw, 18px);
    line-height: 1.5;
    margin-top: 14px;
}


.head-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.rtn-news-slider-item{
  padding: 0 6px;
}

.slick-arrow {
  border: 3px solid #fff;
  background-color: #020014;
  color: #fff;
  font-size: 20px;
  height: 46px;
  width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.slick-arrow:hover {
  background-color: #13c100;
}

.slick-prev {
  left: -16px;
}

.slick-next {
  right: -16px;
}

.rtn-news-slider .slick-arrow {
  border-color: #f4f4f9;
  background-color: #020014;
  color: #f4f4f9;
}

.rtn-news-slider .slick-arrow:hover {
  color: #020014;
  background-color: #f4f4f9;
}

.news-title {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
}

.news-img {
    border-radius: 8px;
    overflow: hidden;
}


.channel-logo {
    background-color: #f7f7f7;
}

.live-content {
  background-image: url(assets/img/live-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

.live-icon {
  max-width: clamp(270px, 28vw, 400px);
  margin: auto;
}

.live-title {
  font-weight: 700;
  color: #fff;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.2;
  text-transform: capitalize;
}

.live-desc {
  color: #fff;
  margin-top: 15px;
}

.live-content .container {
  position: relative;
  z-index: 2;
}



.social-footer {
  background: #13c100;
  color: #fff !important;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-header {
  font-size: 18px;
  font-weight: 700;
}

.card-title {
  margin: 22px 0;
}

.button-green a {
  background-color: #fff;
  line-height: 1;
  padding: 14px 26px;
  border-radius: 4px;
  font-weight: 600;
}

.live-item {
  background-color: #075100;
}

.live-item img {
  max-height: 180px;
  width: auto;
  margin: auto;
}

.live-slider-content {
  background-image: -o-linear-gradient(166deg, #13c100, #007a05);
  background-image: linear-gradient(284deg, #13c100, #007a05);
}

.live-slider-content .slide-arrow {
  border: none;
  background-color: #fff;
  color: #020014 !important;
}


.live-slider-content {
  background-image: url(assets/img/live-bg.jpg);
}

.radio-slider-content {
  background-image: -o-linear-gradient(166deg, #13c100, #007a05);
  background-image: linear-gradient(284deg, #13c100, #007a05);
}

.radio-item {
  background-color: #fff;
}

.radio-item img {
  max-height: 180px;
  width: auto;
  margin: auto;
}

.live-slider-content .line-title,
.radio-slider-content .line-title {
  color: #fff;
}



footer {
  background-color: #f4f4f9;
  font-size: 14px;
}

footer .row {
  padding: 50px 0;
}

footer .logo {
  margin-bottom: 15px;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.social-item {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 8px;
  list-style: inside;
  padding: 0 8px;
  font-weight: 600;
}

.double-list li {
  width: 50%;
}

.footer-bottom {
  background-color: #d9d9e0;
  padding: 20px 0;
}

.footer-bottom ul li {
  width: auto;
  font-weight: 500;
  margin: 0;
}


.bg-degrade {
    background-image: -o-linear-gradient(288deg, #13c100, #e6570b);
    background-image: linear-gradient(162deg, #13c100, #e6570b);
    color: #fff;
}

.title {
    font-size: clamp(24px, 3.2vw, 36px);
    margin-bottom: 30px;
    font-weight: 600;
}

.post-content>* {
    line-height: 1.7;
    margin-bottom: 18px;
}

.post-content strong {
    font-weight: 600;
}

.post-content>ol, .post-content>ul {
    list-style: inside;
    padding-left: 20px;
}

.post-content img {
    width: 100%;
    height: auto !important;
    display: block;
    max-width: 100%;
}


.post-content h1 {
  font-size: 30px;
  font-weight: 600;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-size: 22px;
  font-weight: 600;
}

.post-content * + h2,
.post-content * + h3,
.post-content * + h4,
.post-content * + h5,
.post-content * + h6 {
  margin-top: 30px;
}

.channel-row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ececec;
}

.default-table {
    width: 100%;
    max-width: 952px;
    margin-top: 32px;
    min-width: 735px;
}

.default-table .table-head-row {
    text-align: left;
}
.default-table .table-head-row, .default-table tr:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}

.default-table .table-head-row>* {
    font-weight: 700;
}
.default-table tr>* {
    padding: 12px;
}

.responsive-table{
  overflow: auto;
}

img.app-logo {
    max-width: 100%;
    height: auto !important;
}

.contact-form input, .contact-form textarea {
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 10px 16px;
}

.oval-primary {
    background-color: #13c100;
    max-width: 107px;
    cursor: pointer;
    height: 48px;
    margin-top: 12px;
    margin-bottom: 32px;
    padding: 12px 24px;
    border-radius: 8px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: #13c100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 8px;
    gap: 8px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    font-family: NotoSans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #f8f8f8;
}

.home-slider-list .slick-prev {
    left: 20px;
}

.home-slider-list .slick-next {
    right: 20px;
}



@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1199px) {
    body {
    padding-top: 80px;
}
.button-green a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
}
}

@media screen and (max-width: 991px) {

  .bars {
    display: block;
  }

  .header-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    -webkit-box-shadow: 0 18px 20px -20px rgba(58, 58, 58, 0.25);
            box-shadow: 0 18px 20px -20px rgba(58, 58, 58, 0.25);
  }

  .header-menu.menu-open {
    display: block;
  }

  .header-menu a {
    width: 100%;
  }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    text-align: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 15px;
  }

  .menu>li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .menu .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
    padding-top: 5px;
    width: 100%;
  }

  .menu .sub-menu li a {
    padding: 4px 0;
    width: 100%;
    font-size: 12px;
    color: #666;
  }

  .main-slider {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .logo img {
    max-width: 80px;
  }

.home-slider-list .slick-slide img {
    min-height: 290px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center left;
       object-position: center left;
}

.double-list li {
    width: 100%;
}

}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 576px) {}

@media screen and (max-width: 480px) {
  .header-right {
    gap: 10px;
  }
}

@media screen and (max-width: 320px) {}