* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"),
    url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}

@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-regular-400.eot);
  src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"),
    url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"),
    url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-android:before {
  content: "\f17b";
}

.fa-apple:before {
  content: "\f179";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-linkedin:before {
  content: "\f08c";
}

html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

html,
body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
}

a {
  color: #111;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a {
  text-decoration: none;
}

html {
  background: #fff;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

body,
html {
  height: 100%;
}

h1 {
  font-size: 2em;
  margin: 0;
  font-weight: 400;
}

h3 {
  font-size: 1.17em;
  margin: 0;
  font-weight: 400;
}

h5 {
  font-size: 0.83em;
  margin: 0;
  font-weight: 400;
}

h6 {
  font-size: 0.67em;
  margin: 0;
  font-weight: 400;
}

b,
strong {
  font-weight: 700;
}

p,
pre {
  margin: 1em 0;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

menu,
ol,
ul {
  list-style-type: none;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

form {
  margin: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.b_white {
  background: #fff;
}

.b_white .title2 a.more {
  color: #111;
}

.box_img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.wfull {
  width: 100%;
  clear: both;
  float: left;
}

.part {
  padding: 0 20px;
  float: left;
  width: 100%;
}

.title {
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #25a8e0;
  margin-bottom: 20px;
  max-width: 240px;
}

.title2 {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 20px;
}

.title2 h5,
.title2 div,
.title2 h2,
.title2 h4,
.title2 h3,
.title2 h6 {
  float: left;
  color: #25a8e0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  max-width: 200px;
}

.title2 a.more {
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.header {
  background: #614291;
  position: fixed;
  z-index: 11;
  top: 0;
  height: 70px;
  margin-top: -1px;
}

.header a.logo {
  float: left;
}

.header a.logo img {
  width: 100%;
  height: 30px;
}

.header a.kanal {
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 10px;
  padding-left: 10px;
}

.header a.kanal span {
  float: left;
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}

.header .btm {
  background: url(../images/main/ic_bars.png) no-repeat;
  background-size: 30px 30px;
  content: "";
  float: right;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  cursor: pointer;
}

.header .select.search {
  margin-left: 10px;
  position: absolute;
  right: 60px;
  top: 20px;
  width: 30px;
  height: 30px;
  z-index: 3;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.header .select.search a {
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.header .select.search a img {
  width: 30px;
  height: 30px;
}

.header .select.search input {
  width: calc(100% - 40px);
  float: left;
  border: 0;
  padding: 6px 10px;
  background: 0;
  font-size: 14px;
  color: #111;
}

.header .select.search button {
  border: 0;
  display: none;
  padding: 0;
  background: #614291;
  width: 30px;
  height: 30px;
  float: right;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.connected .style_3 li,
.sel_news .style_3 li {
  width: 190px;
}

.connected .style_3 li .box_img,
.sel_news .style_3 li .box_img {
  height: 120px;
}

.connected .style_3 li a,
.sel_news .style_3 li a {
  font-size: 15px;
}

.nav_detail {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  height: 35px;
  display: flex;
}

.nav_detail .left {
  margin-top: 4px;
  flex: 1 1 50%;
}

.nav_detail .left li {
  float: left;
  position: relative;
}

.nav_detail .left li a {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #111;
  margin-right: 20px;
}

.nav_detail .left li::before {
  position: absolute;
  right: 8px;
  top: 2px;
  content: "/";
  font-size: 14px;
}

.nav_detail .left li:last-child {
  margin-right: 0;
}

.nav_detail .left li:last-child::before {
  content: "&nbsp;";
  display: none;
}

.nav_detail .right {
  flex: 1 1 50%;
}

.nav_detail .right li {
  float: right;
  margin-left: -5px;
}

.nav_detail .right li a img {
  width: 24px;
  height: 24px;
}

.nav_detail .right button {
  background-color: #ffffff;
  color: white;
  border: none;
}

.nav_detail .right img {
  width: 24px;
  height: 24px;
}

.vid_ct {
  overflow: hidden;
  width: 100%;
  position: relative;
  float: left;
  padding-top: 75%;
  height: max-content;
}

.vid_ct .yt iframe,
.vid_ct video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.detail {
  margin-top: 12px;
}

.detail .subs {
  color: #fff;
  font-size: 14px;
  background: #25a8e0;
  padding: 8px 20px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-bottom: 20px;
  border: 0;
}

.detail .subs i {
  margin-right: 10px;
}

.detail .info a.topik {
  font-size: 12px;
  margin-right: 12px;
}

.detail .info a.topik span {
  color: #6d6d6d;
  margin-left: 4px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}

.detail h1 {
  font-family: sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin: 8px 0;
}

.detail .maker {
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  color: #777;
}

.detail .tool_bt {
  padding: 10px;
  width: 100%;
  clear: both;
  float: left;
  height: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.detail .tool_bt button,
.detail .tool_bt .btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-color: transparent;
}

.detail .tool_bt .a_plus,
.detail .tool_bt .a_min,
.detail .tool_bt .moon {
  float: left;
  margin-right: 10px;
}

.detail .tool_bt .a_min {
  background: #614291 url(../images/main/ic_Amin.png) no-repeat center;
  background-size: 19px 14px;
}

.detail .tool_bt .a_plus {
  background: #614291 url(../images/main/ic_Aplus.png) no-repeat center;
  background-size: 19px 14px;
}

.detail .text {
  width: 100%;
  clear: both;
  float: left;
  font-family: "Noto Sans", sans-serif;
  font-size: 17px;
  color: #111;
  line-height: 150%;
  margin: 20px 0;
}

.bottom_article {
  width: 100%;
  clear: both;
  text-align: center;
}

.bottom_article li,
.share li {
  display: inline-block;
  margin: 0 4px;
}

.share li {
  margin: 0;
}

.share li button {
  border: none;
  background: none;
}

.bottom_article li a {
  float: left;
  background: #3c4ec1;
  padding: 4px 20px;
  border-radius: 50px;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
}

.grey_r5 {
  width: 100%;
  clear: both;
  float: left;
  background: #f4f4f4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.grey_r5 .tooltiptext {
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  right: 0;
  width: 50%;
  font-size: 14px;
  margin-top: 10px;
}

.footer {
  /* background: #0e3781; */
  background: #614291 !important;
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer .medsos li a.cr {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright {
  width: 100%;
  clear: both;
  float: left;
  background: #893e97 !important;
  padding: 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #a5bbe2;
  text-align: center;
}

.style_1 {
  float: left;
  width: calc(100% - -40px);
  padding: 0 20px;
  position: relative;
  left: -20px;
  overflow-x: auto;
  white-space: nowrap;
}

.style_1 li {
  display: inline-table;
  position: relative;
  margin-right: 6px;
}

.style_1 li .box_img {
  width: 90px;
  height: 90px;
  position: relative;
}

.style_1 li .box_img a.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.style_1 li .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style_1 li .box_img h6 {
  white-space: normal;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
  padding: 8px;
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, rgba(7, 41, 103, 0), #614291);
}

.style_1 li .box_img h6 span {
  float: left;
}

.style_1 li:last-child {
  margin-right: 20px;
}

.style_2 {
  width: 100%;
  clear: both;
  float: left;
}

.style_2 li,
.style_2 .lop {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #efefef;
}

.style_2 li .block,
.style_2 .lop .block {
  float: left;
  width: calc(100% - 110px);
}

.style_2 li .block .subt,
.style_2 .lop .block .subt {
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  color: #614291;
}

.style_2 li .block h2,
.style_2 .lop .block h2,
.style_2 li .block a,
.style_2 .lop .block a {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.style_2 li .block .info,
.style_2 .lop .block .info {
  margin-top: 10px;
}

.style_2 li .block .info a.kanal,
.style_2 .lop .block .info a.kanal {
  float: left;
  color: #614291;
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  margin-right: 20px;
}

.style_2 li .block .info a.topik,
.style_2 .lop .block .info a.topik {
  float: left;
  font-size: 13px;
  margin-right: 10px;
}

.style_2 li .block .info a.topik span,
.style_2 .lop .block .info a.topik span {
  color: #6d6d6d;
  margin-left: 4px;
  font-family: "Noto Sans", sans-serif;
}

.style_2 li .box_img,
.style_2 .lop .box_img {
  float: right;
  width: 90px;
  height: 90px;
  position: relative;
}

.style_2 li .box_img img,
.style_2 .lop .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style_3 {
  float: left;
  width: calc(100% - -40px);
  padding: 0 20px;
  position: relative;
  left: -20px;
  overflow-x: auto;
  white-space: nowrap;
}

.style_3 li {
  display: inline-block;
  margin-right: 16px;
  vertical-align: top;
}

.style_3 li .box_img {
  width: 100%;
  margin-bottom: 10px;
  height: 190px;
}

.style_3 li .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style_3 li a {
  font-family: "Noto Sans", sans-serif;
  color: #111;
  line-height: 18px;
  font-weight: 700;
  white-space: normal;
}

.style_3 li .info {
  margin-top: 10px;
}

.style_3 li .info a.kanal {
  float: left;
  color: #614291;
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  margin-right: 10px;
}

.style_3 li .info a.topik {
  float: left;
  font-size: 12px;
}

.style_3 li .info a.topik span {
  color: #6d6d6d;
  margin-left: 8px;
  font-family: "Noto Sans", sans-serif;
}

.modal_wrap {
  z-index: 20;
  position: fixed;
  top: -200%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}

.modal_wrap .modal {
  font-family: "Noto Sans", sans-serif;
  opacity: 0;
  width: 90%;
  max-width: 320px;
  height: auto;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.modal_wrap .modal .modal_head {
  width: 100%;
  clear: both;
  float: left;
  padding: 10px;
}

.modal_wrap .modal .modal_head h3,
.modal_wrap .modal .modal_head div {
  width: 100%;
  clear: both;
  float: left;
  margin: 0;
  color: #25a8e0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.modal_wrap .modal .modal_ct {
  width: 100%;
  clear: both;
  float: left;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}

.modal_wrap .modal .modal_foot {
  text-align: center;
  width: 100%;
  clear: both;
  float: left;
  padding: 20px;
}

.modal_wrap .modal .modal_foot button {
  border: 0;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  background: #0e3781;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

img {
  display: block;
}

.part {
  padding: 20px;
}

.connected {
  min-height: 340px;
}

.section {
  width: 100%;
  clear: both;
  float: left;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}

.section.blue {
  z-index: 2;
  color: #fff;
  border-bottom: 0;
  margin-top: -21px;
  position: relative;
  padding-top: 20px;
  min-height: 220px;
}

.section.blue:before {
  z-index: -1;
  content: "";
  background: #614291;
  width: calc(100% - -40px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
}

.section.blue a {
  color: #fff;
}

.section.blue .title2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.section.no_border {
  border-bottom: 0;
}

.section img {
  max-width: 100%;
}

.box_15 {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  padding: 20px 0;
  background: #f4f4f4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  min-height: 156px;
}

.box_15 p {
  width: 100%;
  clear: both;
  float: left;
  padding: 0 20px;
  margin: 0 0 20px;
  font-size: 14px;
  color: #111;
  text-align: center;
}

.box_15 .feedback {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
}

.box_15 .feedback li {
  display: inline-block;
  width: 40px;
  margin-right: 20px;
  text-align: center;
}

.box_15 .feedback li:last-child {
  margin-right: 0;
}

.box_15 .feedback li a,
.box_15 .feedback li button {
  width: 40px;
  display: block;
  padding: 50px 0 0 0;
  position: relative;
  font-size: 11px;
  color: #111;
  border: 0;
  background: #f4f4f4;
}

.box_15 .feedback li a img,
.box_15 .feedback li button img {
  display: inline-block;
  margin-bottom: 8px;
  width: 100%;
  object-fit: contain;
  background-color: #0e3781;
  border-radius: 8px;
}

.bell,
.notif_2 {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 29;
}

.bell .bell_bt,
.notif_2 .bell_bt {
  width: 100%;
  height: 100%;
  display: none;
  font-size: 20px;
  border: 0;
  background: #25a8e0;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  animation: shake 1s linear infinite;
  -moz-animation: shake 1s linear infinite;
  -webkit-animation: shake 1s linear infinite;
}

.bell .bell_ct,
.notif_2 .bell_ct {
  font-family: "Noto Sans", sans-serif;
  width: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.bell .bell_ct .text,
.notif_2 .bell_ct .text {
  width: 280px;
  height: auto;
  padding: 20px 20px 50px 20px;
  position: relative;
}

.bell .bell_ct .text h4,
.notif_2 .bell_ct .text h4,
.bell .bell_ct .text div,
.notif_2 .bell_ct .text div {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.bell .bell_ct .text p,
.notif_2 .bell_ct .text p {
  font-size: 14px;
  color: #666;
}

.bell .bell_ct .text ol,
.notif_2 .bell_ct .text ol {
  list-style: number;
  padding-left: 18px;
  font-size: 14px;
  color: #666;
}

.bell .bell_ct .text ol li,
.notif_2 .bell_ct .text ol li {
  margin-bottom: 10px;
  list-style: decimal;
}

.bell .bell_ct .text span,
.notif_2 .bell_ct .text span {
  font-size: 14px;
  color: #0e3781;
}

.bell .bell_ct .close_bt,
.notif_2 .bell_ct .close_bt {
  width: 36px;
  height: 36px;
  font-size: 20px;
  color: #333;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: 0;
  border: 0;
}

.affiliate {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  text-align: center;
  margin-top: 12px;
}

.affiliate li {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  margin: 10px 0;
  padding: 0 10px;
}

.affiliate li a {
  display: block;
}

.affiliate li a img {
  width: 100%;
  height: auto;
}

.medsos {
  margin-top: 0;
}

.komentar {
  width: 100%;
  float: left;
}

.komentar h3 {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.title3 {
  width: 100%;
  clear: both;
  float: left;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

.shorts_yt {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #dcdcdc
}

.ico_bottom img {
  width: 30px !important;
  height: 30px !important;
}

.content_potrait .potrait_yt {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #dcdcdc;
}

.content_potrait .potrait_yt iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
}

.content_landscape .landscape_yt {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #dcdcdc;
}

.content_landscape .landscape_yt iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.detail .share {
  text-align: center;
  padding: 8px;
  margin: 30px 0;
  height: 44px;
}

.sliders .bar_right {
  background: #614291;
}

.sliders .bar_left .menumenu li a.hits,
.sliders .bar_left .menumenu li button.hits {
  background: #25a8e0;
}