/*
Name : style.css
Author : BIS (anon.id)
Type : Default Style
*/

/* FONT LOAD
----------------------------------*/
@font-face {
  font-family: "ProximaNova-Black";
  src: url("https://cdn.bisnis.com/mobile/assets/fonts/ProximaNova-Black.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Bold";
  src: url("https://cdn.bisnis.com/mobile/assets/fonts/ProximaNova-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Condensed-Semibold";
  src: url("https://cdn.bisnis.com/mobile/assets/fonts/ProximaNova-Condensed-Semibold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("https://cdn.bisnis.com/mobile/assets/fonts/ProximaNova-Semibold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Regular";
  src: url("https://cdn.bisnis.com/mobile/assets/fonts/ProximaNova-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Light";
  src: url("https://cdn.bisnis.com/mobile/assets/fonts/ProximaNova-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700&display=swap");
/*@font-face {
        font-family: "PlayFairDisplay-Bold";
        src: url("../fonts/PlayFairDisplay-Bold.otf")format("opentype");
        font-weight: normal;
        font-style: normal;
    }*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
/*@font-face {
        font-family: "OpenSans-Light";
        src: url("../fonts/OpenSans-Light.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: "OpenSans-Regular";
        src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: "OpenSans-Bold";
        src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap");
/*@font-face {
        font-family: "OpenSans-Condensed";
        src: url("../fonts/OpenSans-Condensed.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }*/
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,700&display=swap");

/*@font-face {
      font-family: "Raleway-Bold";
      src: url('../fonts/Raleway-Bold.ttf') format("truetype");
    }
    @font-face {
      font-family: "Raleway-Italic";
      src: url('../fonts/Raleway-Italic.ttf') format("truetype");
    }
    @font-face {
      font-family: "Raleway-LightItalic";
      src: url('../fonts/Raleway-LightItalic.ttf') format("truetype");
    }*/
@font-face {
  font-family: "Gotham-Bold";
  src: url("https://cdn.bisnis.com/mobile/assets/fonts/GothamBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Book";
  src: url("https://cdn.bisnis.com/mobile/assets/fonts/GothamBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Medium";
  src: url("https://cdn.bisnis.com/mobile/assets/fonts/GothamMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham-light";
  src: url("https://cdn.bisnis.com/mobile/assets/fonts/Gotham-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "gothic";
  src: url("https://cdn.bisnis.com/mobile/assets/fonts/GOTHIC.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "arial1";
  src: url("https://cdn.bisnis.com/mobile/assets/fonts/arial.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("https://cdn.bisnis.com/mobile/assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("https://cdn.bisnis.com/mobile/assets/onts/Roboto-Light.ttf") format("truetype");
  font-display: swap;
}

/* SKELTON STRUCTURE
    ----------------------------------*/
.no-js {
  display: none;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a:focus {
  outline: none;
}

.img-responsive {
  width: 100%;
}

.no-border {
  border: none !important;
}

.no-border-t {
  border-top: none !important;
}

.no-border-b {
  border-bottom: none !important;
}

/* MARGIN PADDING DEFAULT
    ----------------------------------*/
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-pl {
  padding-left: 0 !important;
}

.no-pr {
  padding-right: 0 !important;
}

.no-pt {
  padding-top: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-ml {
  margin-left: 0 !important;
}

.no-mr {
  margin-right: 0 !important;
}

.no-mt {
  margin-top: 0 !important;
}

.no-mb {
  margin-bottom: 0 !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mtb-3010 {
  margin: 30px 0 10px 0 !important;
}

.mtb-3020 {
  margin: 30px 0 20px 0 !important;
}

.plr-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.plr-20 {
  padding: 0 20px !important;
}

.plr-15 {
  padding: 0 15px !important;
}

.ptblr-5-15 {
  padding: 5px 15px !important;
}

.ptb-15 {
  padding: 15px 0 !important;
}

.ptb-30 {
  padding: 30px 0 !important;
}

.ptb-80 {
  padding: 80px 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-60 {
  padding: 0 0 60px 0 !important;
}

.prb-155 {
  padding: 0 15px 5px 0 !important;
}

.p-15 {
  padding: 15px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-15 {
  margin: 15px !important;
}

.mtb-5 {
  margin: 5px 0 !important;
}

.mtb-10 {
  margin: 10px 0 !important;
}

.mtb-15 {
  margin: 15px 0 !important;
}

.mtb-20 {
  margin: 20px 0 !important;
}

.mtb-30 {
  margin: 30px 0 !important;
}

.mtb-4020 {
  margin: 40px 0 20px 0 !important;
}

.mtb-5020 {
  margin: 50px 0 20px 0 !important;
}

.mtb-3015 {
  margin: 30px 0 15px 0 !important;
}

.mtb-3020 {
  margin: 30px 0 20px 0 !important;
}

.mtb--15 {
  margin: -15% 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.h-40 {
  height: 40px !important;
}

.w-100 {
  width: 100% !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.m-105 {
  margin: 10px 0px !important;
}

/* BUTTON THEMES STYLE
    ----------------------------------*/
.btn {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

/* BANNER STYLE
    ----------------------------------*/
.banner,
.banner img {
  margin: 0 auto;
  text-align: center;
  width: inherit;
}

/* WIDGET
    ----------------------------------*/
.widget {
  padding: 15px 0;
}

.widget-foto {
  background: #fcfcfc;
  padding-top: 0 !important;
}

.widget-foto h3 {
  font-family: "gothic";
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 15px 15px 20px;
}

.widget-foto .icon-foto {
  left: 15px;
}

.widget-foto .load-more {
  position: absolute;
  right: 15px;
  color: #333;
  margin-top: -42px;
}

.widget-foto .main-image {
  padding: 0 15px;
}

.widget-foto .summary {
  font-family: "arial1";
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #333;
  padding-top: 10px;
  font-weight: 600;
}

.widget-foto .summary .date {
  font-family: "arial1";
  font-weight: 100;
  font-style: italic;
  color: #999;
  font-size: 10px;
  margin-top: 5px;
  text-transform: lowercase;
}

.widget-foto a:hover {
  text-decoration: none;
}

.widget-foto .main-image a img {
  border-radius: 10px;
  height: 235px;
  object-fit: cover;
}

.widget-infografis {
  background: linear-gradient(90deg, #e9e9e9 0%, #d8f3ff 100%);
  margin: 25px 0;
}

.widget-infografis h3 {
  font-family: "gothic";
  font-size: 24px;
  color: #999;
  padding: 15px 15px 20px;
}

.widget-infografis h3>span {
  color: #333;
}

.widget-infografis .load-more {
  position: absolute;
  right: 15px;
  color: #333;
  margin-top: -42px;
}

.widget-infografis .main-image {
  padding: 0 15px;
}

.widget-infografis .main-image a img {
  /* width: 1256px; */
  /* height: 1360px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 0%;
}

.widget-redaksi {
  background: linear-gradient(90deg, #fff0e8 0%, #ffffff 100%);
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
}

.widget-redaksi h3 {
  font-family: "gothic";
  font-size: 24px;
  color: #999;
  /* border-image: linear-gradient(to left, rgba(41,173,235,1) 1%, rgba(255, 255, 255, 1) 70%, rgba(41,173,235,1) 100%) 0 0 100% 0/1px 0 1px 0 stretch; */
  text-align: center;
  margin: 15px 20px 20px 20px;
}

.widget-redaksi h3>span {
  color: #333;
}

.widget-redaksi .name {
  /*font-family: "OpenSans-Regular";*/
  font-family: "arial1";
  font-weight: 400;
  font-size: 12px;
  color: #5f93ad;
}

.widget-redaksi .title {
  font-family: "arial1";
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  padding-top: 5px;
}

.widget-redaksi .load-more {
  position: absolute;
  right: 15px;
  color: #fcfcfc;
  margin-top: -35px;
}

.widget-redaksi ul {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 0 15px;
}

.widget-redaksi ul>li {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  min-height: 110px;
}

.widget-redaksi ul>li img {
  float: left;
  max-width: 90px;
}

.widget-redaksi ul>li .description {
  float: left;
  margin-left: 110px;
  margin-top: 0px;
  position: absolute;
  padding-right: 30px;
}

.widget-hot-topic {
  background: #fcfcfc;
  padding-left: 10px;
}

.widget-hot-topic h3 {
  font-family: "gothic";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  color: #fcfcfc;
  margin: 12px;
  background: #fb5858;
  border-radius: 3px;
  display: inline-block;
  padding: 12px 25px;
}

.widget-hot-topic ul {
  list-style: none;
  padding: 0 10px 0 15px;
  margin-bottom: 0;
}

.widget-hot-topic ul>li {
  margin: 7px 0;
  padding: 7px 0;
  /* gradient shining border */
  border-style: solid;
  border-width: 1px;
  border-image: linear-gradient(to left, rgba(255, 255, 255, 1) 1%, rgba(221, 221, 221, 1) 70%, rgba(255, 255, 255, 1) 100%) 0 0 100% 0/1px 0 1px 0 stretch;
}

.widget-hot-topic ul>li a {
  font-family: "ProximaNova-Semibold";
  font-size: 18px;
  line-height: 28px;
  color: #222;
}

.widget-hot-topic ul>li a:hover {
  text-decoration: none;
}

.widget-hot-topic ul>li a span {
  color: #ce2329;
  margin-right: 5px;
}

.widget-terpopuler {}

.widget-terpopuler .main-image {
  position: relative;
  overflow: hidden;
}

.widget-terpopuler .main-image .bg {
  position: absolute;
  width: 100%;
  height: 100%;

  background: rgba(206, 35, 41, 0.4);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 15%, rgba(206, 35, 41, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 15%, rgba(206, 35, 41, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, rgba(206, 35, 41, 1) 100%);
}

.widget-terpopuler h3 {
  font-family: "gothic";
  font-size: 24px;
  color: #e85959;
  padding-left: 10px;
  margin: 12px;
  background: linear-gradient(90deg, #ebf0f7 0%, #f5f7fa 50.52%, #ebf0f6 100%);
  border-radius: 10px;
  padding: 12px 20px;
}

.widget-terpopuler ol {
  background: #fcfcfc;
  list-style: none;
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
}

.widget-terpopuler ol>li {
  counter-increment: step-counter;
  margin: 8px 5px 8px 5px;
  padding: 8px 5px 8px 5px;
}

.widget-terpopuler ol>li:last-child {
  border-bottom: 0;
}

.widget-terpopuler ol>li a {
  display: inline-block;
  width: 86%;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 23px;
  color: #333;
  position: relative;
  top: -5px;
  padding-left: 10px;
}

.widget-terpopuler ol>li a:hover {
  text-decoration: none;
  color: #ccc;
}

.widget-terpopuler ol>li::before {
  content: counter(step-counter);
  vertical-align: top;
  font-family: "gothic";
  font-size: 30px;
  color: #ccc;
  margin-right: 12px;
  line-height: 32px;
}

.widget-bisnis-tv {
  background: linear-gradient(90deg, #f3f3f3 0%, #fbfbfb 100%);
  border-radius: 10px;
  width: 90%;
  margin: 20px auto 30px;
}

.widget-bisnis-tv .logo {
  width: 120px;
  height: 36px;
  margin: 5px auto 20px;
}

.widget-bisnis-tv .read-more {
  color: #333;
  position: absolute;
  right: 15px;
  margin-top: -35px;
}

.widget-bisnis-tv ul {
  list-style: none;
  width: 100%;
  padding: 0 20px;
}

.widget-bisnis-tv ul>li {
  display: inline-block;
  /*padding-right: 10px;
        vertical-align: top;*/
  width: 100%;
}

.widget-bisnis-tv ul>li a {
  position: relative;
}

.widget-bisnis-tv ul>li a:hover {
  text-decoration: none;
  color: #666;
}

.widget-bisnis-tv ul>li .title {
  margin: 10px 0 15px 0;
}

.widget-bisnis-tv ul>li .description {
  font-family: "arial1";
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  padding-top: 10px;
}

.widget-bisnis-tv .wrapper-icon {
  position: relative;
  bottom: 49px;
  background-color: #f5f5f5;
  z-index: 1;

  -webkit-appearance: none;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.widget-bisnis-tv .icon-video {
  background-color: #f5f5f5;
  border-top-right-radius: 15px;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.widget-bisnis-tv ul>li a:hover .wrapper-icon,
.widget-bisnis-tv ul>li a:hover .icon-video {
  background: url("../images/play-white.svg") no-repeat 15px 11px;
  background-color: #e01818;
}

.widget-bisnis-tv .date {
  font-family: "arial1";
  font-weight: 100;
  font-style: italic;
  font-size: 10px;
  margin: 10px 0;
  color: #999;
}

.widget-bisnis-tv .wrapper-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.widget-bisnis-tv .wrapper-image .bg {
  position: absolute;
  top: 0;
  /*bottom: 0;*/
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.5);
}

.widget-imf {
  background: url("../images/bg-imf.jpg") repeat;
  margin: 5px 0 15px 0;
}

.widget-imf .logo img {
  display: block;
  margin: 5px auto 15px auto;
}

.widget-imf ul {
  list-style: none;
  display: block;
  padding: 0 15px;
  margin: 0 auto;
}

.widget-imf ul>li {
  overflow: hidden;
  max-height: 150px;
}

.widget-imf ul>li.main {
  font-family: "ProximaNova-Semibold";
  background: #fcfcfc;
  color: #153e63;
  display: block;
  border-radius: 4px;
}

.widget-imf ul>li.main a {
  color: #153e63;
}

.widget-imf ul>li.main a h3 {
  font-size: 17px;
  line-height: 21px;
  padding: 6px 0 0 0;
  margin: 0;
  width: 100%;
}

.widget-imf ul>li>.left,
.widget-imf ul>li>.right {
  float: left;
  width: 68%;
}

.widget-imf ul>li>.left {
  max-width: 90px;
}

.widget-imf ul>li>.right {
  padding: 0 0 0 19px;
  height: 90px;
  overflow: hidden;
}

.widget-live-report {
  padding-left: 15px;
  padding-right: 15px;
}

.widget-live-report h3 {
  font-family: "ProximaNova-Bold";
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  color: #303030;
  margin-left: 100px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.widget-live-report h3 span {
  background: #ff0000;
  color: #fcfcfc;
  padding: 0 12px;
  position: absolute;
  left: 15px;
}

.widget-live-report h3 span:before {
  content: ".";
  font-size: 36px;
  display: inline-block;
  padding-right: 7px;
  position: relative;
  top: -6px;
}

.widget-live-report ul {
  list-style: none;
}

.widget-live-report ul>li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #777;
}

.widget-live-report ul>li:last-child {
  margin: 0;
  border-bottom: 1px solid #777;
}

.widget-live-report ul>li .date {
  font-family: "ProximaNova-Condensed-Semibold";
  font-size: 14px;
  color: #ff0000;
}

.widget-live-report ul>li a {
  font-family: "ProximaNova-Regular";
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin-left: 20px;
  color: #222;
}

.widget-live-report ul>li a:hover {
  color: #ff0000;
  text-decoration: none;
}

/* HEADER STYLE
    ----------------------------------*/
header {
  position: relative;
  overflow: hidden;
  height: 95px;
}

header.channel {
  height: 150px;
}

header.detail {
  height: inherit;
}

header #sticky1-sticky-wrapper #sticky1 {
  z-index: 1000;
  width: 100%;
  height: 60px;
  padding-top: 5px;
}

header #sticky2-sticky-wrapper.is-sticky #sticky2 {
  z-index: 1000;
  left: 0;
}

header .navbar-custom {
  background: #fcfcfc;
}

header .navbar-custom .navbar-toggle {
  display: block;
  background: 0 0;
  border: none;
  margin-top: 15px;
  padding: 0;
  cursor: pointer;
  float: left;
  left: 20px;
}

header .search-navbar {
  position: absolute;
  right: 10px;
  background: transparent;
  color: #fcfcfc;
  border: none;
  font-size: 18px;
  margin: 15px;

  width: 20px;
  height: 20px;
}

header .navbar-custom .navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #333;
  margin: 5px auto;
  transform: rotate(0deg) translateY(0px);
  opacity: 1;
  transition: all 0.6s ease;
}

header .search-navbar-wrapper {
  display: none;
  position: fixed !important;
  top: 60px !important;
  z-index: 999 !important;
  width: 100%;
}

/*header.channel .search-navbar-wrapper {
        top: inherit;
        bottom: 0;
    }*/

header .search-navbar-wrapper .search {
  background: #e5e5e5;
  color: #666;
  height: 35px;
  border-radius: 0;
}

header .search-navbar-wrapper .search:focus {
  border-color: rgba(229, 229, 229, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(229, 229, 229, 0.6);
  outline: 0 none;
}

header .search-navbar-wrapper .search-icon {
  position: absolute;
  top: 7px;
  right: 18px;
}

header .search-navbar-wrapper .btn {
  position: absolute;
  z-index: 100;
  width: 45px;
  height: 35px;
  top: 0;
  padding: 0;
  right: 0;
  background: #e5e5e5;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}

header .search-navbar-wrapper .input-group {
  width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  header .search-navbar-wrapper .search {
    font-size: 16px;
  }
}

header .navbar-custom .navbar-toggle .icon-bar.middle {
  width: 15px;
  margin-left: 0px;
}

/*header .navbar-custom .navbar-toggle:hover .icon-bar:first-child {
        position: relative;
        top: -2px;
    }
    header .navbar-custom .navbar-toggle:hover .icon-bar:last-child {
        position: relative;
        bottom: -2px;
    }*/
header .navbar-custom .navbar-toggle .icon-bar.clicked:first-child {
  transform: translateY(6px) rotate(45deg);
}

header .navbar-custom .navbar-toggle .icon-bar.clicked:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

header .navbar-custom .navbar-toggle .icon-bar.clicked:nth-child(2) {
  opacity: 0;
}

header .navbar-custom .logo {
  display: block;
  text-align: center;
  width: 92%;
}

header .navbar-custom .logo img {
  width: auto;
  height: 37px;
  margin: 2%;
}

header .slick-list {
  /* border-bottom: 1px #ddd solid; */

  /*width: 90%;
        margin: 0 auto;*/
}

header.channel .slick-list {
  border-bottom: none;
}

header .slick-initialized .swipe-tab {
  display: flex;
  /*align-items: center;
      justify-content: center;*/
  height: 35px;
  line-height: 35px;
  /* background: #fcfcfc; */
  border: 0;
  color: #222;
  cursor: pointer;
  /*text-align: center;*/
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: all 0.5s;
}

header .slick-initialized .swipe-tab a {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  margin-left: 0;
}

header .slick-initialized .swipe-tab a:hover {
  color: #666;
}

header .slick-initialized .swipe-tab.active-tab {
  border-bottom-color: #333;
  color: #333;
  font-weight: bold;
}

.bg-yellow {
  background: #fcfcfc !important;
  /* background: linear-gradient(90deg, #EBF0F7 0%, #F5F7FA 50.52%, #EBF0F6 100%);
    }
    
    .channel-menu {
        padding: 10px;
    }
    .channel-menu > h1.channel-name:before {
        content: '';
        border-left: 15px #FFD22F solid;
        padding-right: 10px;
    }
    .channel-menu > h1.channel-name {
        font-family: "ProximaNova-Black";
        font-size: 31px;
        position: relative;
    }
    .channel-menu > h1.channel-name span {
        margin-left: 40px;
    }
    .sub-channel-link  {
        padding: 10px;
        /*font-family: "OpenSans-bold";*/
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  font-weight: bold;
}

.header_detail_inject {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 60px;
  padding-top: 5px;
}

.header2_detail_inject {
  left: unset;
  transform: unset;
  margin-top: 60px;
  background: rgb(252, 252, 252);
  z-index: 999;
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 2px 5px 10px;
}

.header2_detail_inject>.channel-name>h3>a {
  display: inline-block;
  font-family: "gothic";
  color: #425387;
  font-size: 16px;
  background: #fcfcfc;
  /* padding: 0 20px; */
  text-transform: uppercase;
}

.header2_detail_inject>.channel-name>h3>span>a {
  display: inline-block;
  font-family: "gothic";
  color: #425387;
  font-size: 16px;
  background: #fcfcfc;
  /* padding: 0 20px; */
  text-transform: capitalize;
}

.channel-name {
  content: "";
  padding: 5px 15px 0;
  position: relative;
}

.channel-name>a>h3 {
  display: inline-block;
  font-family: "gothic";
  color: #425387;
  font-size: 20px;
  background: #fcfcfc;
  padding: 0 20px;
  margin-left: -20px;
  text-transform: uppercase;
}

.channel-name>a>.hr_inject {
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: #bdc5df;
  top: -5px;
  right: 20px;
  z-index: -1;
}

/* .channel-name > a > h3:after{
        content: '';
        width: calc(100% - 23%);
        height: 1px;
        display: inline-block;
        position: absolute;
        background: #BDC5DF;
        top: 50%;
        margin-left: 15px;
    } */
.channel-name img {
  max-height: 25px;
}

.sub-channel-link a {
  color: #333 !important;
}

@media (max-width: 375px) {
  /* .channel-name > a > h3:after{
            width: calc(100% - 25%);
        } */
}

/* NAVIGATION STYLE
    ----------------------------------*/
@media (max-width: 415px) {
  .nav-wrap {
    /* height: 93% !important; */
    height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    width: 100%;
    display: none;
  }

  header.detail-premium-hutri .nav-wrap {
    margin-top: 20px !important;
  }

  .nav-menu {
    display: none;
    z-index: 3;
    min-height: 100% !important;
    padding: 15px;
    background-color: #fcfcfc !important;
    border-top: 1px solid #ddd;
  }

  .navbar-custom-menu {
    z-index: 1000;
    width: 100%;
    height: 55px;
    padding-top: 5px;
  }

  .navbar-custom-menu .navbar-toggle {
    display: block;
    background: 0 0;
    border: none;
    margin-top: 15px;
    padding: 0;
    cursor: pointer;
    float: left;
    left: 2px;
  }

  .navbar-custom-menu .navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #333;
    margin: 5px auto;
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
    transition: all .6s ease;
  }

  .navbar-custom-menu .navbar-toggle .icon-bar.clicked:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .navbar-custom-menu .navbar-toggle .icon-bar.clicked:nth-child(2) {
    opacity: 0;
  }

  .navbar-custom-menu .navbar-toggle .icon-bar.clicked:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }
}

@media (min-width: 416px) and (max-width: 813px) {
  .nav-wrap {
    /* height: 86% !important; */
    height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    width: 100%;
    display: none;
  }

  .nav-menu {
    display: none;
    z-index: 3;
    min-height: 100% !important;
    padding: 15px;
    background-color: #222 !important;
  }
}

@media (min-width: 814px) and (max-width: 1022px) {
  .nav-wrap {
    height: 95% !important;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    width: 100%;
    display: none;
  }

  .nav-menu {
    display: none;
    z-index: 3;
    min-height: 100% !important;
    padding: 15px;
    background-color: #222 !important;
  }
}

@media (min-width: 1023px) {
  .nav-wrap {
    height: 93% !important;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    width: 100%;
    display: none;
  }

  .nav-menu {
    display: none;
    z-index: 3;
    min-height: 100% !important;
    padding: 15px;
    background-color: #222 !important;
  }
}

.navbar-toggle {
  background: 0 0;
  border: none;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
}

.nav-menu .title {
  font-family: "ProximaNova-Black";
  font-size: 18px;
  color: #fcfcfc;
}

.nav-menu .wrapper-icon-mobileapp {
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  padding: 5px 0;
  margin: 5px 0 0 0;
  margin-left: -15px;
  margin-right: -15px;
}

.nav-menu .wrapper-search {
  padding: 0 0 15px 0;
}

.user-style {
  float: right;
  width: 30px;
  padding: 2px 0 0 0;
  margin: 0 10px 0 0;
}

.login-style {
  display: inline-block;
  font-family: "ProximaNova-Black";
  font-size: 16px;
  color: #333;
  float: right;
  padding: 6px 10px 0 0;
}

.login-style>a {
  color: #333;
}

.login-style.full {
  width: 100%;
  margin-bottom: 15px;
}

.logout-top {
  position: absolute;
  right: 25px;
  margin-top: 6px;
  color: #f94b4b;
  font-family: "ProximaNova-Regular" !important;
  font-size: 14px;
}

.search-icon {
  position: absolute;
  width: 16px;
  margin: 9px 0 0 10px;
}

.search-icon.style2 {
  position: absolute;
  width: 18px;
  margin: 0;
  right: 0;
  top: 2px;
}

.inject_name_mobile {
  position: absolute;
  top: 56px;
  left: 55px;
  color: #e8a221;
  font-family: "Roboto";
  font-size: 15px;
}

.nav-menu .wrapper-search .form-control {
  display: inline-block;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 68%;
  max-width: 250px;
  box-shadow: none;
  color: #333;
  font-size: 13px !important;
  font-weight: 300;
  padding-left: 35px;
}

.nav-menu .wrapper-search .form-control.full {
  width: 80%;
}

.nav-menu .wrapper-link {
  padding: 10px 0;
  margin: 0px -15px 0 -15px;
}

.nav-menu .wrapper-link ul.link {
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}

.nav-menu .wrapper-link ul.link>li {
  display: inline-block;
  border-right: 1px #333 solid;
  padding: 0 15px;
}

.nav-menu .wrapper-link ul.link>li a {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fcfcfc;
}

.nav-menu .wrapper-link .copyright {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 8px;
  color: #fcfcfc;
  text-align: center;
}

.nav-menu .wrapper-link .copyright a {
  color: #f49304;
}

.footer-style {
  text-align: center;
  /*font-family: "OpenSans-regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  padding: 0 !important;
  margin: 5px 0 12px 0;
}

.footer-copyright {
  margin-top: 75px;
  color: #777 !important;
}

.white {
  color: #fcfcfc !important;
}

.black {
  color: #333333 !important;
}

.b_network {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 25px 0 25px 0;
  width: 100%;
  display: block;
  margin: 10px auto 25px;
}

.b_network>label {
  font-family: "gothic" !important;
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 300 !important;
}

.b_network>label>span {
  color: #f37826;
}

.b_network>a {
  display: inline-block;
  width: 49%;
  padding: 0 0 0 20px;
  margin: 10px 0 7px;
}

.b_network>a>img {
  max-width: 100px;
}

.border-lr {
  border-left: 1px #555 solid;
  border-right: 1px #555 solid;
}

.nav-menu .title.style2 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #333;
  position: absolute;
  left: 15px;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 15px;
}

.nav-menu .title:before {
  /* content: '';
        display: block;
        width: 90%;
        height: 5px;
        position: absolute;
        border-bottom: 1px #555 solid;
        right: 10px;
        margin-top: 14px; */
}

.nav-menu .title>label {
  font-family: "gothic" !important;
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 300 !important;
}

.nav-menu .title>label>span {
  color: #f37826;
}

.nav-menu .title.style2:before {
  display: none;
}

.sidebar-menu {
  list-style: none;
  text-align: left;
  padding-left: 50px;
}

.sidebar-menu>li {
  /* border-right: 1px #555 solid; */
  margin: 15px 0;
}

.sidebar-menu:last-child>li {
  border: 0;
}

.sidebar-menu>li a {
  font-size: 15px;
  color: #333;
  font-family: "Roboto" !important;
  font-weight: 600;
}

/* FOOTER STYLE
    ----------------------------------*/
footer {
  background: #fcfcfc;
  padding: 15px;
  border-top: 1px solid #ddd;
}

footer .logo {
  display: block;
  width: 140px;
  margin-bottom: 5px;
}

footer .wrapper-link div a {
  color: #333 !important;
}

footer .copyright {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 9px;
  color: #333;
  display: inline-block;
  width: 100%;
  text-align: center;
}

footer .copyright a {
  color: #f49304;
}

footer ul.link {
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}

footer ul.link>li {
  display: inline-block;
  border-right: 1px #333 solid;
  padding: 0 15px;
}

footer ul.link>li a {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fcfcfc;
}

/* HEADLINE STYLE
    ----------------------------------*/
.wrapper-headline>.headline>.slick-list>.slick-track>.slick-slide>div {
  text-align: center;
  -webkit-text-align: center;
  -moz-text-align: center;
  -o-text-align: center;
}

.wrapper-headline>.headline a.item,
.wrapper-headline>.headline-foto a.item {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  max-width: 92%;
  text-align: left;
  height: 320px;
}

.wrapper-headline>.headline .bg,
.wrapper-headline>.headline-foto .bg {
  position: absolute;
  top: 0;
  /*bottom: 0;*/
  width: 100%;
  height: 100%;

  background: none;
}

.wrapper-headline>.headline h1,
.wrapper-headline>.headline-foto h1 {
  position: absolute;
  bottom: 5px;
  font-family: arial1;
  font-size: 20px;
  line-height: 23px;
  color: #fcfcfc;
  padding: 20px;
  background: linear-gradient(90deg, #48c6ef 0, #6f86d6 100%);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
}

.wrapper-headline>.headline-foto h1 {
  bottom: 10px;
}

.wrapper-headline .slick-slider {
  margin-bottom: 26px !important;
  margin-top: 20px !important;
  height: 330px !important;
}

.wrapper-headline>.headline-foto {
  overflow: hidden;
  /*height: 250px;*/
  padding: 0 15px;
}

.wrapper-headline>.headline-foto .slick-slide {
  margin: 0 10px 0 0;
  width: 270px;
  /*min-width: 350px !important;*/
}

.wrapper-headline>.headline-foto .slick-list {
  /*padding: 0 !important;*/
}

.wrapper-headline>.headline-foto .slick-dots {
  bottom: -1px;
  background: #fcfcfc;
}

.wrapper-headline>.headline-foto i {
  margin: 10px;
}

.wrapper-headline .small-headline {
  display: inline-block;
  width: 100%;
  background: #fcfcfc;
  padding-top: 5px;
  padding-bottom: 15px;
}

.wrapper-headline .small-headline a {
  color: #fcfcfc;
  text-decoration: none;
}

.wrapper-headline .small-headline a h2 {
  font-family: "arial1";
  font-size: 16px;
  line-height: 18px;
  padding: 10px 0 5px 0;
  color: #222;
}

.wrapper-headline .small-headline a img {
  height: 110px;
  border-radius: 10px;
}

/* LIST NEWS STYLE
    ----------------------------------*/

.wrapper-list-news h1 {
  font-family: "gothic";
  font-size: 24px;
  color: #999;
  background: linear-gradient(90deg, #ebf0f7 0%, #f5f7fa 50.52%, #ebf0f6 100%);
  border-radius: 10px;
  margin: 15px 0;
  padding: 13px 20px;
}

.wrapper-list-news h1>span {
  color: #333;
}

.wrapper-list-news ul {
  list-style: none;
}

.wrapper-list-news ul>li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #eee solid;
}

.wrapper-list-news ul>li:last-child,
.wrapper-list-news ul.style2>li {
  border-bottom: 0;
}

.wrapper-list-news ul>li .left {
  float: left;
  /*width: 41%;*/
  max-width: 131px;
  padding-left: 15px;

  position: relative !important;
}

.wrapper-list-news ul>li .left>.label-premium {
  margin-left: 15px;
}

.wrapper-list-news ul.style2>li {
  height: 250px;
  overflow: hidden;
}

.wrapper-list-news ul.style2>li.no-pl {
  padding-right: 5px;
}

.wrapper-list-news ul.style2>li.no-pr {
  padding-left: 5px;
}

.wrapper-list-news ul.style2>li .left {
  float: inherit;
  /*max-width: 145px;*/
  max-width: 100%;
  padding: 0;
  /*margin-bottom: 15px;
        margin-right: 15px;*/
  margin-bottom: 15px;
  margin-right: 7px;
}

.wrapper-list-news ul>li .right {
  /*float: left;*/
  /*width: 59%;*/
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 131px;
  /*position: absolute;*/
  position: relative;
}

.sub-channel-link {
  padding-left: 23px !important;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  padding: 10px;
}

.wrapper-list-news ul.style2>li .right {
  margin-left: inherit;
  padding: 0;
}

.wrapper-list-news ul>li.last {
  padding-bottom: 10px;
}

ul.list-news>li.big>.row>.col-xs-12:last-child {
  margin-top: -15px;
}

.wrapper-list-news ul>li.big {
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.wrapper-list-news ul>li img {
  width: 116px;
  height: 99px;
  border-radius: 10px;
}

.wrapper-list-news ul.style2>li img {
  width: 100%;
  height: 100%;
}

.wrapper-list-news ul>li.big img,
.wrapper-list-news ul>li.banner img {
  width: 100%;
  /* height: 100%; */
  height: 175px;
}

.wrapper-list-news ul>li.banner.banner-300x250 img {
  width: 300px;
  height: 250px;
}

.wrapper-list-news ul>li .summary {
  font-family: "arial1";
  font-size: 16px;
  line-height: 20px;
  color: #222;
  margin-bottom: 5px;
  position: relative;
  top: -3px;
}

.wrapper-list-news ul>li.big .summary {
  top: 0;
  padding: 10px;
}

.wrapper-list-news ul>li .summary a {
  text-decoration: none;
  color: #222;
}

.wrapper-list-news ul>li.big .summary {
  background: linear-gradient(90deg, #48c6ef 0%, #6f86d6 100%);
  margin-bottom: 0;
}

.wrapper-list-news ul>li.big .summary a {
  color: #fcfcfc;
}

.wrapper-list-news ul>li .summary a:hover {
  color: #666;
}

.wrapper-list-news ul>li.big .summary a:hover {
  color: #f1f1f1;
}

.wrapper-list-news ul>li.banner {
  padding-bottom: 10px;
}

.wrapper-list-news ul>li .date {
  font-family: "arial1";
  font-weight: 100;
  font-size: 10px;
  color: #999;
  position: relative;
  top: -2px;
}

.wrapper-list-news ul>li.big .date {
  background: linear-gradient(90deg, #48c6ef 0%, #6f86d6 100%);
  padding: 0 10px 15px 10px;
  border-radius: 0px 0px 10px 10px;
  color: #fdfdfd;
}

.wrapper-list-news ul>li.banner {
  margin-bottom: 10px;
}

.wrapper-list-news .btn.load-more:before {
  /* content: '';
        position: absolute;
        width: 20%;
        height: 1px;
        left: 15px;
        background: #bdbdbd;
        bottom: 14px; */
}

.wrapper-list-news .btn.load-more {
  font-family: "gothic";
  font-size: 14px;
  display: block;
  margin: -10px auto 20px auto;
  border-radius: 10px;
  padding: 12px;
  background: linear-gradient(90deg, #ebf0f7 0%, #f5f7fa 50.52%, #ebf0f6 100%) !important;
  width: 100%;
}

.wrapper-list-news .btn.load-more:after {
  /* content: '';
        position: absolute;
        width: 20%;
        height: 1px;
        right: 15px;
        background: #bdbdbd;
        bottom: 14px; */
}

.sliding-img {
  width: 248px;
  height: 273px;
  object-fit: cover;
  object-position: 0% 0%;
}

.highlight,
.sub-highlight {
  background: #f5f5f5;
  margin-bottom: 20px !important;
}

.highlight img,
.sub-highlight img {
  width: 100% !important;
  height: 100% !important;
}

.infographic-highlight img {
  width: 547px !important;
  height: 601px !important;
  object-fit: cover;
  object-position: 0% 0%;
}

.highlight a,
.sub-highlight a {
  font-family: "ProximaNova-Semibold";
  font-size: 22px;
  line-height: 26px;
  color: #222;
}

.highlight .description,
.sub-highlight .description {
  padding: 10px;
}

.highlight>i,
.sub-highlight>i {
  margin: 10px;
}

.highlight .author-wrapper {
  /*font-family: "OpenSans-Light";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #666;
  display: block;
  position: relative;
  padding: 15px 0;
  margin: 0 15px 5px 15px;
  border-top: 1px #999 solid;
}

.highlight .author-wrapper .date,
.highlight .author-wrapper .author {
  display: inline-block;
}

.highlight .author-wrapper.small {
  font-size: 11px;
}

.highlight .author-wrapper .date i,
.highlight .author-wrapper .author i {
  margin-right: 5px;
}

.highlight .wrapper-details .main-image {
  padding: 20px 0;
  border-top: 1px #999 solid;
  border-bottom: 1px #999 solid;
  text-align: center;
}

/* DESCRIPTION STYLE
    ----------------------------------*/
.wrapper-description {
  overflow-x: hidden;
  margin-top: 60px;
}

.wrapper-description .title-live {
  position: relative;
  left: 15px;
  display: inline-block;
  margin-top: 10px;
}

.wrapper-description h1 {
  font-family: "ProximaNova-Bold";
  font-size: 32px;
  margin: 5px 0 15px 0;
  padding: 0 15px;
}

.wrapper-description .label-premium {
  position: relative;
  left: 15px;
  display: inline-block;
  margin: 10px 0;
}

.wrapper-description .subtitle {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.wrapper-description .author {
  /*margin-bottom: 15px;*/
  padding: 0 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.wrapper-description .author img {
  float: left;
}

.wrapper-description .author span {
  position: relative;
  top: 4px;
  left: 8px;
}

.wrapper-description .border-paginations {
  display: inline-block;
  width: 99%;
  border-top: 1px #999 solid;
  left: 15px;
}

/* .wrapper-description .no-title {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 22px;
        position: absolute;
        color: #CE2329;
        left: 15px;
        border-bottom: 1px #999 solid;
        position: relative;
        width: 100%;
        padding: 9px 30px 15px 0;
        margin-bottom: 18px;
    } */
.wrapper-description .no-title {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  top: 2px;
  color: #444;
  font-size: 22px;
  font-family: arial1 !important;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* .wrapper-description .no-title .no-box {
        background: #CE2329;
        color: #fcfcfc;
        padding: 1px 7px;
    } */
.wrapper-description .no-title .no-box {
  display: inline-block;
  background: #fb5858;
  border-radius: 5px;
  color: #fcfcfc;
  padding: 2px 11px;
  float: left;
  margin: -2px 15px 0 0;
  font-size: 22px;
  font-family: arial1 !important;
  font-weight: 700;
}

.wrapper-description .paginations {
  position: absolute;
  right: 0;
  /*bottom: -32px;*/
  bottom: -13px;
  display: inline-block;
  font-size: 14px;
  color: #666;
  background: #fcfcfc;
  padding: 3px 30px 3px 10px;
  z-index: 1;
}

.wrapper-description .description {
  position: relative;
}

.wrapper-description .description .wrapper-image {
  position: relative;
  overflow: hidden;
}

.wrapper-description .description img,
.wrapper-description .description .wrapper-image img {
  /*padding-top: 25px;*/
}

.wrapper-description .description .wrapper-image .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.wrapper-description .description .wrapper-icon {
  position: absolute;
  z-index: 2 !important;
  display: inline-block;
  bottom: 45%;
  left: 45%;
  z-index: 1;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.wrapper-description .description .wrapper-icon i {
  color: #fcfcfc;
  width: 40px;
  height: 40px;
  font-size: 40px;
}

.wrapper-description .caption,
.wrapper-description figcaption {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  margin: 8px;
  text-align: center;
}

.wrapper-description .font-size {
  /*border-top: 1px #999 solid;*/
  /* border-bottom: 1px #999 solid; */
  /* padding: 0 10px 0 0; */
  display: inline-block;
  text-align: left;
  left: 15px;
  position: relative;
}

.wrapper-description .font-size .premiumDet__fontWrapper {
  /* margin-left: 15px; */
  display: flex;
}

.wrapper-description .font-size .font-size-btn {
  height: 48px;
  width: 48px;
  border: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-description .font-size a {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-weight: 600;
  color: #222;
  /* margin: 0 5px 0 15px; */
}

.wrapper-description .font-size a:last-child {
  margin: 0;
}

/* .wrapper-description .font-size a.minus {
    font-size: 18px;
  } */
.wrapper-description .font-size a.minus sup {
  font-size: 80%;
}

.wrapper-description .font-size a:hover,
.wrapper-description .font-size a:focus {
  text-decoration: none;
}

.detail-description h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}

.wrapper-description .detail-description {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #222;
  padding: 10px 15px 0 15px;
}

/* .wrapper-description .detail-description img{
    width: 100%;
    height: auto;
  } */
.wrapper-description .detail-description h5 em {
  width: 100%;
  display: block;
  text-align: center;
  color: #666;
}

/* .wrapper-description .detail-description p {*/
/* text-align: left; */
/*margin-bottom: 25px;
    width: 100%;
    height: auto;
  } */
.wrapper-description .detail-description h2 {
  font-size: 25px;
  font-family: arial;
  font-weight: 700;
  padding-top: 20px;
  line-height: 26px;
}

.wrapper-description .detail-description h2 img {
  height: auto;
  width: 100%;
}

.wrapper-description .detail-description p {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.wrapper-description .detail-description p img {
  margin-bottom: -15px;
  width: 110%;
  height: auto;
  margin-left: -15px;
}

.wrapper-description .detail-description iframe {
  width: 100% !important;
  height: auto !important;
  min-height: 345px;
}

.wrapper-description .detail-description ul {
  padding: 0 30px;
}

.wrapper-description .detail-description table {
  font-size: 20px;
  width: 100% !important;
  height: auto;
  overflow-x: auto;
  display: block;
}

.wrapper-description .detail-description table td {
  padding: 3px;
}

.wrapper-description .detail-description .baca-juga {
  /*font-family: "OpenSans-Bold";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #ce2329;
  margin-bottom: 15px;
}

.wrapper-description .detail-description .baca-juga a {
  color: #222;
  text-decoration: none;
}

.wrapper-description .tags {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  padding: 10px 0;
  margin: 5px 15px;
  border-bottom: 1px #ebebeb solid;
}

.wrapper-description .tags a {
  color: #ce2329;
}

.wrapper-description.detail-foto .description {
  margin-top: 25px;
}

.wrapper-description.detail-foto .description .bg {
  background: none;
}

.wrapper-description.detail-foto .description i.icon-subtract {
  right: 15px;
  top: 15px;
  position: absolute;
}

.wrapper-description.detail-foto .description img {
  padding: 0;
  margin: 0;
}

/*update 6-nov-2018*/
.download-disini h2 {
  /* font-family: "Raleway-Bold";*/
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1d2129;
  margin: 0 15px;
}

.download-disini .btn-google-play {
  margin: 15px 0 !important;
}

.download-disini .btn-app-store {
  margin: 15px 0 !important;
}

.wrapper-thumb {
  background: #222;
  padding: 15px;
  height: 125px;
  overflow: hidden;
  border-bottom: 15px #222 solid;
}

.wrapper-thumb>.thumb .slick-slide li {
  margin: 0 10px 0 0;
  width: 130px !important;
}

.wrapper-thumb>.thumb .slick-slide li.active {
  border: 3px #df8715 solid;
}

.wrapper-thumb>.thumb .slick-slide li.potrait {
  width: 70px !important;
  /* width: 55% !important;
        margin: 0 auto !important; */
}

.img-foto-potrait {
  width: 55% !important;
  margin: 0 auto !important;
}

.plr-10 {
  padding: 0 10px 0 10px !important;
}

@media (max-width: 415px) {
  .series-color-arrow-right {
    float: right;
    margin: 2px 0 0 0;
    color: #ce2329 !important;
  }

  .series-color-arrow-left {
    float: left;
    margin: 2px 0 0 0;
    color: #ce2329 !important;
  }
}

.series-color-arrow-right {
  float: right;
  /* margin: -7px 0 0 0; */
  color: #ce2329 !important;
}

.series-color-arrow-left {
  float: left;
  /* margin: 12.8px 0 0 0; */
  color: #ce2329 !important;
}

.series-color {
  color: #ce2329 !important;
  font-style: italic !important;
}

.nav-series {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  background: #eaeaea;
  text-align: center;
  padding: 15px 0 10px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.nav-series.style2 {
  background: #fcfcfc;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 5px;
  border-top: 1px #999 solid;
}

.nav-series .link a,
.nav-series .link a span {
  color: #ce2329;
  font-style: italic;
  /*display: inline-block;*/
}

.nav-series.style2 .link a,
.nav-series.style2 .link a span {
  color: #df8715;
}

.nav-series .link span {
  position: relative;
  top: -2px;
}

.nav-series .link a i {
  font-size: 16px;
}

.nav-series .link a:hover,
.nav-series .link a:hover span {
  text-decoration: none;
  color: #666;
}

.nav-series .link.left {
  float: left;
  text-align: left;
  width: 30%;
  padding: 0 15px;
}

.nav-series.style2 .link.left {
  width: 35%;
}

.nav-series .center {
  float: left;
  width: 40%;
  padding-left: 5px;
}

.nav-series.style2 .center {
  /*width: 30%;*/
  width: 30%;
}

.nav-series .link.right {
  float: left;
  text-align: right;
  width: 35%;
  padding: 0 15px;
}

.nav-series.style2 .link.right {
  width: 32%;
}

.nav-series .link.left i {
  position: absolute;
  margin-left: -8px;
}

.nav-series.style2 .link.left i {
  margin-left: 5px;
}

.nav-series .link.right i {
  position: absolute;
  margin-right: 15px;
}

.nav-series.style2 .link.right i {
  margin-left: -12px;
}

.emoticon {
  padding: 15px 0;
}

.emoticon .inactive {
  opacity: 0.3;
  display: block;
}

.emoticon h2 {
  /*font-family: "Raleway-Bold";*/
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1d2129;
  margin: 15px;
}

.emoticon a {
  text-decoration: none;
}

.emoticon .col {
  display: inline-block;
  width: 32%;
  padding: 0 15px;
  margin-bottom: 10px;
}

.emoticon img {
  display: block;
  max-width: 100%;
  height: auto;
  width: inherit;
  margin: 0 auto;
}

.emoticon .hover-emoticon {
  text-align: center;
}

.emoticon .title,
.emoticon .percentage {
  /*font-family: "Raleway-Light";*/
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #1d2129;
}

.emoticon .percentage {
  /*font-family: "Raleway-Bold";*/
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.link-live {
  margin: 15px auto 0 auto;
  display: block;
  width: 81%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.summary>span.live {
  color: #ff0000;
  text-transform: uppercase;
}

.summary>span.live:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background: #ff0000;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.link-live-button {
  position: relative;
}

.link-live-button .prev {
  position: absolute;
  top: -30px;
  left: 0;
  background: #ce2329;
  color: #fcfcfc;
  font-size: 22px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block !important;
  text-align: center;
}

.link-live-button .next {
  position: absolute;
  top: -30px;
  right: 0;
  background: #ce2329;
  color: #fcfcfc;
  font-size: 22px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block !important;
  text-align: center;
}

.link-live .slick-slide {
  text-align: center;

  position: relative;
  bottom: 7px;
  border-bottom: 1px #999 solid;
}

.link-live .slick-slide a {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  text-decoration: none;
  position: relative;
  top: -2px;
}

.link-live .slick-slide a:after {
  content: "\f111";
  /*font-family: "FontAwesome";*/
  font-family: "Font Awesome\ 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  color: #999;
  position: absolute;
  font-size: 12px;
  width: 12px;
  height: 12px;
  top: 12px;
  left: 25px;
}

.link-live .slick-slide.slick-current.slick-active .first a:after {
  content: "\f111";
}

.link-live .slick-slide.slick-active a:hover,
.link-live .slick-slide.slick-active a:hover:after,
.link-live .slick-slide.slick-current.slick-active .first a,
.link-live .slick-slide.slick-current.slick-active .first a:after {
  color: #ce2329;
}

.link-live .slick-list {
  margin: 0 15px;
}

.font-9 {
  font-size: 11px !important;
}

.font-10 {
  font-size: 12px !important;
}

.font-11 {
  font-size: 13px;
}

.font-11-5 {
  font-size: 14px;
}

.font-12 {
  font-size: 14.5px !important;
}

.font-13 {
  font-size: 15px !important;
}

.font-14 {
  font-size: 16px;
}

.no-padding {
  padding: 0px !important;
}

.pd-left-0 {
  padding-left: 0px !important;
}

.pd-left-30 {
  padding-left: 30px;
}

.pd-bottom-20 {
  padding-bottom: 20px;
}

.pd-bottom-30 {
  padding-bottom: 30px;
}

.pd-top-2 {
  padding-top: 2px !important;
}

.pd-top-5 {
  padding-top: 5px !important;
}

.pd-top-6 {
  padding-top: 6px !important;
}

.pd-top-7 {
  padding-top: 7px;
}

.pd-bottom-7 {
  padding-bottom: 7px;
}

.pd-top-10 {
  padding-top: 10px;
}

.pd-bottom-10 {
  padding-bottom: 10px;
}

.mg-top-1 {
  margin-top: -1px;
}

.mg-top-10 {
  margin-top: 10px;
}

.mg-top-15 {
  margin-top: 15px;
}

.mg-top-20 {
  margin-top: 20px;
}

.mg-btm-20 {
  margin-bottom: 20px;
}

.mg-top-16p {
  margin-top: 16%;
}

.height-70 {
  height: 70px;
}

.height-138 {
  height: 145px;
}

.fl-right {
  float: right;
}

.border-btm {
  border-bottom: 1px #eaeaea solid;
}

.no-underline:hover,
no-underline:focus,
no-underline:active,
no-underline:visited {
  color: #127c9e !important;
  text-decoration: none !important;
}

.no-underline-reply:hover,
no-underline-reply:focus,
no-underline-reply:active,
no-underline-reply:visited {
  color: #1e9cc4 !important;
  text-decoration: none !important;
}

.btn-comm:hover,
btn-comm:focus {
  background-color: #127c9e !important;
  color: #fcfcfc !important;
  text-decoration: none !important;
  outline: none !important;
  border: none;
}

.btn-comm:active,
btn-comm:visited {
  color: #fcfcfc !important;
  text-decoration: none !important;
  outline: none !important;
  border: none;
}

.heading-comment {
  /*font-family: "OpenSans-Bold";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #222222;
  background: #f0f0f0;
  text-transform: uppercase;
  width: 118px;
  padding: 0 13px;
  /* margin: 5px 0; */
}

.hr-style {
  border-top: 2px solid #f0f0f0;
}

.hr-style-1 {
  margin-top: 0ox;
  -webkit-margin-before: 0em;
}

.hr-style2 {
  border-top: 1px solid #eaeaea;
}

/*.picture-box{width: 13.666667%;}*/
.pro-pic {
  width: 67px;
  height: 67px;
}

.b-radius-50 {
  border-radius: 50%;
}

.blank {
  height: 40px;
}

.blank2 {
  height: 70px;
}

/*.comment-area{
        width: 86.33333333%;
    }*/
.wrapper-description .textarea-fix {
  resize: none;
  width: 100%;
  height: 70px;
  border: 1px #f0f0f0 solid;
  outline: none !important;
  padding: 5px;
}

.wrapper-description .login {
  /*width: 86.33333333%;*/
  /*height: 40px;
        padding-top: 10px;*/
}

.wrapper-description .login .inside {
  background: #f0f0f0;
  padding: 10px;
}

.wrapper-description .login-reply {
  background: #f0f0f0;
  width: 100%;
  height: 40px;
  padding-top: 10px;
}

.wrapper-description .btn-send {
  float: right;
  margin-top: 6px;
  background-color: #1e9cc4;
  color: #fcfcfc;
  width: 100px;
  height: 31px;
  border-width: 0px !important;
  border-radius: 2px;
}

/*.wrapper-description .btn-load{
        background-color: #1E9CC4;
        color: #fcfcfc;
        width: 170px;
        height: 35px;
        border-width: 0px !important;
        border-radius: 2px;
        margin: 20px auto;
        display: block;
    }*/
.wrapper-description .btn-load:before {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  left: 15px;
  background: #bdbdbd;
  bottom: 14px;
}

.wrapper-description .btn-load {
  font-family: "ProximaNova-Regular";
  font-size: 14px;

  display: block;
  margin: 30px auto 25px auto;
  background-color: #1e9cc4;
  color: #fcfcfc;

  border-radius: 2px;
}

.wrapper-description .btn-load:after {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  right: 15px;
  background: #bdbdbd;
  bottom: 14px;
}

.wrapper-description .btn-sort {
  border: none;
  outline: none !important;
  width: 120px;
}

.wrapper-description .preview {
  background: #1e9cc4;
  width: 100%;
  /*height: 40px;*/
  padding-top: 11px;
}

.wrapper-description .wrapper-mount-comment {
  border-bottom: 1px #999 solid;
  padding: 10px 0;
}

.wrapper-description .preview-area {
  width: 100%;
  /*height: 120px;*/
  border: 1px #1e9cc4 solid;
}

.wrapper-description .comment-list {
  padding-top: 11px;
}

.wrapper-description .comment-post {
  width: 100%;
}

.wrapper-description .comment-reply {
  padding-left: 12%;
  width: 100%;
}

.wrapper-description .reply-comm {
  width: 100%;
  height: 120px;
}

.wrapper-description .border-comm {
  border: 1px #d6d6d6 solid !important;
}

.wrapper-description .list {
  padding: 15px;
}

.wrapper-description .list.grey {
  background: #fafafa;
}

.wrapper-description .list .title {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1e9cc4;
}

.wrapper-description .list .time {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

.wrapper-description .list .description {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}

.wrapper-description .list .reply {
  float: left;
  position: relative;
  left: 15px;
}

.wrapper-description .list .report {
  float: right;
  position: relative;
  right: 15px;
}

.wrapper-description .list .reply a,
.wrapper-description .list .report a {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

/* OTHERS STYLE
    ----------------------------------*/
.pagination {
  border-radius: 0;
  margin: 0;
}

.pagination.full {
  width: 100%;
}

.pagination>li {
  cursor: pointer;
}

.pagination>li>a,
.pagination>li>span {
  color: #999;
  background-color: #fcfcfc;
  border: 1px solid transparent;
  border-radius: 0;
}

.pagination>li>a:hover {
  background-color: #df8715;
  color: #222;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #df8715;
  color: #222;
}

.pagination.style2>.active>a,
.pagination>.active>span,
.pagination.style2>.active>a:hover,
.pagination>.active>span:hover,
.pagination.style2>.active>a:focus,
.pagination>.active>span:focus {
  border-radius: 0;
  border: 0;
  background: #f5f5f5;
  color: #666;
}

.pagination.style2>.active>a,
.pagination.style2>.active>span,
.pagination.style2>.active>a:hover,
.pagination.style2>.active>span:hover,
.pagination.style2>.active>a:focus,
.pagination.style2>.active>span:focus {}

ul.socmed {
  list-style: none;
  padding: 10px 0;
}

ul.socmed li {
  /*background: #bbb;*/
  display: inline-block;
  border-radius: 90px;
  margin: 10px auto;
  border: 1px transparent solid;

  -webkit-appearance: none;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

ul.socmed li a {
  font-size: 16px;
  color: #fcfcfc;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
}

ul.socmed li:hover {
  /*background: pink;*/
}

ul.socmed.style2 {
  display: block;
  padding: 15px 0 0 0;
}

ul.socmed.style2.big {
  padding: 34px 15px;
}

ul.socmed.style2 li {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0 7px 0 0;
  border: 1px transparent solid;
}

ul.socmed.style2.small li {
  width: 30px;
  height: 30px;
}

ul.socmed.style2 li a {
  line-height: 40px;
  color: #fcfcfc;
}

ul.socmed.style2.small li a {
  font-size: 14px;
  line-height: 30px;
}

/*===== Vertical Timeline =====*/
#wrapper-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto 30px auto;
  left: -49%;
}

#wrapper-timeline .wrapper-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 11px;
  left: 50%;
  margin-left: -0.5px;
  background: #999;
  z-index: -1;
}

#wrapper-timeline .wrapper-timeline-content {
  /*padding-top: 30px;*/
  margin-top: 30px;
  padding-bottom: 30px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 45%;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}

.timeline-article .timeline-content {
  display: block;
  color: #242424;
  padding: 10px 0;
}

.timeline-article .timeline-content h1,
.timeline-article .timeline-content h2,
.timeline-article .timeline-content h3,
.timeline-article .timeline-content h4,
.timeline-article .timeline-content h5 {
  /*font-family: "OpenSans-Bold";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.timeline-article .timeline-content p {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.timeline-article .timeline-content img {
  width: 95%;
  height: auto;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #999;
  background-color: #999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  padding: 3px 5px;
  display: inline-block;
}

.timeline-article.active .content-left,
.timeline-article.active .content-right {
  background-color: #ce2329;
  border: 1px solid #ce2329;
  color: #fcfcfc;
}

.timeline-article .content-left-container {
  float: left;
  text-align: right;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 3px !important;
  font-size: 23px;
  /*font-family: "FontAwesome";*/
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  color: #999;
}

.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}

.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}

.timeline-article.active .content-left:before,
.timeline-article.active .content-right:before {
  color: #ce2329;
}

.timeline-article .icon {
  position: absolute;
  top: 1px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  color: #999;
  text-align: center;
}

.timeline-article.active .icon {
  color: #ce2329;
}

.timeline-article.active .icon:before {
  content: "\f111";
  /*font-family: 'FontAwesome';*/
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}

.timeline-article.active .icon i {
  display: none;
}

/*===== // Vertical Timeline =====*/
.live-breaking-sm {
  width: 60px !important;
  height: 13px !important;
  margin: -4px 0 0 -4px !important;
}

.live-breaking-md {
  width: auto !important;
  height: 30px !important;
  margin: -4px -4px 0px -8px !important;
}

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #wrapper-timeline {
    left: inherit;
  }

  #wrapper-timeline .wrapper-center-line {
    margin-left: -22px;
    left: 40px;
    height: 95%;
  }

  .timeline-article .icon {
    margin-left: 0;
    left: 10px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 45px;
  }

  .timeline-article .content-left-container {
    margin-bottom: 20px;
    text-align: left;
  }

  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 3px 5px;
  }

  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }

  .timeline-article .content-right:before {
    /*display: none;*/
  }
}

@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }

  .timeline-article p span.article-number {
    display: none;
  }
}

/*===== // Resonsive Vertical Timeline =====*/

@media (min-width: 991px) {
  header .navbar-custom .logo img {
    margin: 1%;
  }

  .wrapper-list-news ul.style2>li {
    height: inherit;
  }

  /*.wrapper-headline > .headline-foto {
            height: inherit;
        }
        .wrapper-headline > .headline-foto .slick-slide {
            min-width: inherit !important;
            margin: 0;
        }*/
  .wrapper-headline>.headline-foto .slick-dots {
    bottom: -15px;
  }

  .highlight,
  .sub-highlight {
    width: 48%;
    float: left;
    margin-right: 15px;
  }

  .nav-series .link.left i {
    position: inherit;
    margin-left: 15px;
  }

  .nav-series .link.right i {
    position: inherit;
  }
}

@media (min-width: 450px) and (max-width: 990px) {
  .nav-series .link.left i {
    position: absolute;
    margin-left: 15px;
  }

  .nav-series .link.right i {
    position: absolute;
    margin-left: -20px;
  }
}

#back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 3;
  bottom: 150px !important;
  /* left: 80%; */
  right: 9px;
  display: none;
  outline: none !important;
  text-align: center;
  background: none;
  color: #333;
  font-size: 22px;
  cursor: pointer;
  border-radius: 100px;
}

#back-to-top:hover {
  background: none !important;
  color: rgb(34, 34, 34) !important;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

@media (max-width: 992px) {
  #back-to-top {
    bottom: 10px;
  }
}

body {
  background-color: #fcfcfc;
}

header .swipe-tabs.menu-swipe {
  z-index: 100;
  width: 100%;
}

header.channel .swipe-tabs.menu-swipe {
  background: #fcfcfc;
}

header .swipe-tabs.menu-swipe .slick-slide {
  width: initial !important;
  float: inherit;
  display: inline-block;
}

header .swipe-tabs.menu-swipe .slick-list:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333000+0,000000+100&0.65+0,0+100;Neutral+Density 
        background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 
        background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#33300000',GradientType=1 ); /* IE6-9 */
}

header .swipe-tabs.menu-swipe .slick-list:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333000+0,000000+100&0.65+0,0+100;Neutral+Density 
        background: -moz-linear-gradient(right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 
        background: -webkit-linear-gradient(right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 
        background: linear-gradient(to left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#33300000',GradientType=1 ); /* IE6-9 */
  content: "";
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, #fcfcfc -1.43%, rgba(252, 252, 252, 0) 100%);
  right: 0;
  top: 0;
}

header.channel .swipe-tabs.menu-swipe .slick-list:after {
  background: linear-gradient(90deg, #fcfcfc 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
}

header .swipe-tabs.menu-swipe .slick-slide:first-child {
  margin-left: 15px;
}

.bbisnis_kanal {
  position: absolute;
  top: 6px;
  left: 16px;
  margin-right: -10px;
  display: none !important;
}

.swipe-tabs.swipe_kanal>.slick-list.draggable>.slick-track>.slick-slide {
  margin-left: -8px !important;
}

/* header .swipe-tabs.menu-swipe .slick-slide:first-child {
        margin-left: -16px;
    } */
header .swipe-tabs.menu-swipe .slick-slide

/*.slick-active*/
  {
  margin-right: 31px;
}

header .swipe-tabs.menu-swipe .swipe-tab a.active {
  border-bottom: 3px #222 solid;
}

.show>.btn-secondary.dropdown-toggle {
  color: #fcfcfc;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-secondary {
  color: #fcfcfc;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 3px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-left: 10px !important;
}

.show>.btn-secondary.dropdown-toggle {
  color: #fcfcfc;
}

.btn {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 10px !important;
  z-index: 1000;
  display: none;
  float: left;
  padding: 10px 0;
  margin: 5px 0 0;
  font-size: 12px;
  color: #666666;
  text-align: left;
  list-style: none;
  background-color: #fcfcfc;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 7px 15px;
  clear: both;
  font-weight: 400;
  color: #666;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
}

.dropdown-menu.show {
  display: block;
}

.bd-example::after {
  display: block;
  clear: both;
  content: "";
}

.drop-kanal {
  background: #e8e8e8;
  color: #666;
  border: none;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}

.cbox-l {
  padding-left: 10px !important;
  padding-right: 5px !important;
}

.cbox-r {
  padding-right: 10px !important;
  padding-left: 5px !important;
}

.icon-date {
  background: #e8e8e8;
  border: none !important;
  text-decoration: none;
}

.i-date {
  background: #e8e8e8 !important;
  border: none !important;
  text-decoration: none;
  box-shadow: none !important;
  padding: 0 !important;
  font-family: "ProximaNova-Bold";
  font-size: 14px !important;
  color: #666 !important;
  padding-top: 4px !important;
  padding-left: 10px !important;
}

.btn-indeks {
  height: 40px;
  background: #2f80ed;
  width: 100%;
  padding: 10px;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  color: #fcfcfc !important;
}

.btn-indeks:hover {
  background: #266dcc;
}

.b-img {
  border-style: solid;
  border-width: 1px;
  border-image: linear-gradient(to left, rgba(255, 255, 255, 1) 1%, rgba(221, 221, 221, 1) 70%, rgba(255, 255, 255, 1) 100%) 0 0 100% 0/1px 0 1px 0 stretch;
}

.d-btn {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 13px auto 9px auto !important;
}

.select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  color: #666;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
}

.select .placeholder {
  position: relative;
  display: block;
  background-color: #e8e8e8;
  z-index: 1;
  padding: 11px;
  border-radius: 4px;
  cursor: pointer;
  height: 40px;
}

.select .placeholder:hover {
  background: #e8e8e8;
}

.select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "\f078";
  z-index: 10;
}

.select.is-open .placeholder:after {
  content: "\f077";
}

.select.is-open ul {
  display: block;
}

.select.select--white .placeholder {
  background: #fcfcfc;
  color: #999;
}

.select.select--white .placeholder:hover {
  background: #fafafa;
}

.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  background: #fcfcfc;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
  max-height: 265px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.select ul li {
  display: block;
  text-align: left;
  padding: 10px 5px 10px 10px;
  color: #666;
  cursor: pointer;
  margin-bottom: 0 !important;
  border-bottom: 0px !important;
}

.select ul li:hover {
  background: #fbd11f;
  color: #666;
}

.static-img-25 {
  max-height: 25px !important;
  margin: 5px auto 15px auto;
}

.static-img-30 {
  max-height: 30px !important;
  margin: 5px auto 15px auto;
}

.heading {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222;
}

.heading-2 {
  /*font-family: "OpenSans-Regular";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 10px;
}

.m-code {
  margin: 20px auto -10px auto !important;
  /*font-family: "OpenSans-Light";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.m-code2 {
  margin: 20px auto 10px auto;
  /*font-family: "OpenSans-Light";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.lowongan {
  font-size: 14px;
  background: #0c97a6;
  border: 0px;
  color: #fcfcfc;
  padding: 5px 25px;
  border-radius: 50px;
  box-shadow: 1px 1px 2px #666;
  transition: 0.3s;
  outline: none !important;
}

.lowongan:hover {
  background: #07707b;
  box-shadow: none;
}

.pagination__wrapper-v2 ul>li {
  display: inline-block;
  border-bottom: 0;
  margin: 5px 10px;
}

.pagination-v2 {
  text-align: center !important;
  cursor: pointer;
}

.pagination__wrapper-v2 ul>li a {
  color: #222 !important;
}

.pagination__wrapper-v2 ul>li a.active {
  background: #fbd11f !important;
  padding: 8px 13px;
  border-radius: 2px;
}

.cb-custom {
  height: 40px !important;
  background: #e8e8e8;
  box-shadow: none !important;
  border: 0 !important;
  padding-left: 7px;
  padding-top: 4px;
  width: 100% !important;
  border-radius: 4px !important;
}

.d-list {
  padding: 15px 0 15px 30px;
}

.d-list>ul {
  margin: 0 0 20px 17px;
}

.isi_list {
  padding: 5px 0 0 10px;
  list-style: decimal !important;
}

.btn-list {
  background: #dd3333;
  color: #fcfcfc;
  padding: 5px 25px;
  border-radius: 50px;
  font-size: 16px;
  box-shadow: 1px 1px 2px #666;
  transition: 0.3s;
  outline: none !important;
  font-size: 12px;
}

.btn-list:hover {
  background: #a42525;
  color: #fcfcfc;
  box-shadow: none;
}

.head-tekno-1 {
  height: 285px;
  object-fit: cover;
}

.obj-cover {
  object-fit: cover;
}

.img-pilpres-home {
  margin: 0 0 15px 0;
}

/* ======= pages ======= */

.pages:after,
.pages:before {
  content: "";
  display: table;
}

.pages:after {
  clear: both;
}

.pages__wrapper {
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 17%, white 83%, rgba(255, 255, 255, 0) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  height: 50px;
  left: 50%;
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* top: 50%; */
  /* width: 700px; */
}

.pages__wrapper:before,
.pages__wrapper:after {
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33300000', endColorstr='#33300000', GradientType=1);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.pages__wrapper:before {
  top: -1px;
}

.pages__wrapper:after {
  bottom: -1px;
}

.pages {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border-radius: 6px;
}

.pages__wrapper .pages li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0;
}

.pages li:first-child {
  border: none;
}

.pages li.active {
  background: #fbd11f;
  color: #333 !important;
  border-radius: 2px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.pages li.active>a {
  color: #333 !important;
  text-decoration: none !important;
}

.pages a,
.pages span {
  background: none;
  border: none;
  /* border-radius: 5px; */
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  /* padding: 10px 15.5px 11px 15.5px; */
}

.pages a {
  outline: none;
  position: relative;
  transition: all 170ms linear;
}

.pages li a:hover {
  color: #222 !important;
}

.pages a:before {
  background: rgba(0, 0, 0, 0.2);
  /* border-radius: 5px; */
  content: "";
  cursor: pointer;
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 170ms linear;
  top: 50%;
  width: 0;
}

.pages a:hover:not(.active) {
  color: black;
}

.pages a:hover:not(.active):before {
  -webkit-animation: hoverAnimation 510ms linear forwards;
  animation: hoverAnimation 510ms linear forwards;
  height: 40px;
  width: 40px;
}

.pages a.active {
  background: #fbd11f;
  color: #333;
}

.pages .prev,
.paginapages .next {
  font-size: 14px;
}

@-webkit-keyframes hoverAnimation {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes hoverAnimation {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wrapper-description .detail-description .topik {
  /*font-family: "OpenSans-Bold";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
  margin-top: 50px;
  line-height: 20px;
}

.wrapper-description .detail-description .topik a {
  color: #ce2329;
  text-decoration: none;
}

.wrapper-description .detail-description .topik a:hover {
  color: #ce2329;
  text-decoration: underline;
}

* table style */ .description>.sticky-wrapper>table {
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}

.thead_title {
  padding: 12px 15px;
  background: #1a2a56;
  color: #fcfcfc;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  border-right: 3px solid white;
  border-radius: 8px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
}

.thead_column {
  padding: 12px 15px;
  background: #fbd246;
  color: #333;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  border-right: 3px solid white;
  border-radius: 8px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
}

.description>.sticky-wrapper>tbody>th,
td {
  padding: 12px 15px;
  background: #fcfcfc;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  border-right: 3px solid white;
  border-radius: 8px;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
}

.description>.sticky-wrapper>tbody>th,
td>p {
  margin-bottom: 0 !important;
}

.description>.sticky-wrapper>thead>th,
td>p {
  margin-bottom: 0 !important;
}

.thead_title>p {
  margin-bottom: 0 !important;
}

.table_footer {
  font-size: 12px;
  font-style: italic;
  padding: 10px 0 0 2px;
}

/* real kpu */
.real_kpu {
  background-color: #fef9ea;
  padding: 15px 0 20px;

  position: relative;
  /* z-index: 1000; */
  -webkit-overflow-scrolling: touch;
}

.real_footer {
  padding: 5px 10px;
  text-align: center;
  /*font-family: "OpenSans-Bold";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
}

.real_footer>a {
  color: #333;
  background-color: #fcdb00;
  padding: 12px 20px;
  border-radius: 50px;
}

.real_time {
  /*font-family: "Gotham-Book";*/
  /*font-family: "OpenSans-Light";*/
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  padding: 0 0 3px 0;
  color: #333;
}

.real_title {
  /*font-family: "Gotham-Bold";*/
  font-family: "ProximaNova-Semibold";
  font-size: 22px;
  padding: 0 0 10px 0;
  line-height: 25px;
  position: relative;
  /* z-index: 1000; */
  -webkit-overflow-scrolling: touch;
}

.real_title a {
  position: relative;
  /* z-index: 1000; */
  -webkit-overflow-scrolling: touch;
}

.real_more {
  font-family: "Gotham-Medium";
  font-size: 13px;
  padding: 5px 0;
}

.real_description {
  color: #333;
  padding: 0 15px;
}

.bglight_yellow {
  height: 267px;
  background: #fef9ea;
}

.hr_custom {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dcd6c5;
}

.logo_kpu {
  margin: 0 0 0px -2px;
}

.logo_kpu>img {
  max-width: 45px;
  height: auto;
}

.logo_kpu>span {
  font-family: "Gotham-Black";
  font-size: 16px;
  margin-left: 7px;
  text-transform: uppercase;
  color: #333;
}

.author-channel {
  margin: 20px 0;
}

.author-channel .img-author {
  float: left;
  display: block;
  margin-right: 20px;
  border-radius: 50%;
}

.author-channel .name {
  font-family: "Roboto-Medium";
  font-size: 20px;
  color: #2f80ed;
  margin-top: 10px;
}

.author-channel .position {
  font-family: "Roboto-Medium";
  font-size: 15px;
  color: #333;
}

.author-channel .btn i {
  margin-right: 5px;
}

.author-channel .btn-blue {
  background: #0c97a6;
  color: #fcfcfc;
  border: 1px #0c97a6 solid;
  border-radius: 8px;
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 12px;
}

.author-channel .btn-blue:hover {
  background: #fcfcfc;
  color: #0c97a6;
  border: 1px #0c97a6 solid;
}

.author-channel .description {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #4f4f4f;
  margin-top: 10px;
}

.fix_ads {
  width: 100%;
  min-width: 100px;
  position: fixed;
  height: 50px;
  background-color: #fcfcfc;
  display: block;
  bottom: 0;
  z-index: 1;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
}

.fix_ads_close {
  position: absolute;
  bottom: 49px;
  right: 0;
  border: 0;
  text-decoration: none;
  outline: none;
  padding: 5px 20px;
  background-color: #ffcb44;
  border-radius: 10px 0 0 0;
}

.wrapper-premium-content {
  height: 450px;
  /* height: 1100px; */
  overflow: hidden;
}

.wrapper-premium-content:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(rgba(252, 252, 252, 0.3), #fcfcfc);
  bottom: 0;
  left: 0;
}

.premium-content {
  position: relative;
  /* top: -100px; */
  padding: 20px 20px 15px;
  background-color: #fcfcfc;
  color: #444;
  font-family: "Roboto";
  font-size: 20px;
  text-align: center;
  -webkit-text-align: center;
  -moz-text-align: center;
  -o-text-align: center;
}

.premium-content .icon {
  position: relative;
  top: -3px;
  font-size: 14px;
  margin-right: 3px;
}

.premium-content .info {
  font-family: "Roboto" !important;
  font-size: 16px;
  line-height: 32px;
  color: #444444;
  padding: 0 20px 20px;
}

/* .premium-content .info a {
        color: #fdca00;
    } */

.premium-content .info a {
  text-transform: uppercase;
  font-weight: bold;
}

.premium-content .info a:hover {
  text-decoration: underline;
}

/* zooming */
#myImg-inject {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg-inject:hover {
  opacity: 0.9;
}

/* The Modal (background) */
.modal-inject {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-inject {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 750px;
  max-height: 500px;
  z-index: 999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
}

.modal-content-inject img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
}

/* Caption of Modal Image */
#caption-inject {
  margin: auto;
  display: block;
  width: 80%;
  /* max-width: 700px; */
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  /* height: 150px; */
}

/* Add Animation */
.modal-content-inject,
#caption-inject {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.4s;
  animation-name: zoom;
  animation-duration: 0.4s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close-inject {
  color: #f1f1f1;
  font-size: 40px;
  transition: 0.3s;
  display: block;
  width: 100%;
  text-align: right;
  padding: 20px 35px 100%;
  margin-top: -100px;
}

.close-inject:hover,
.close-inject:focus {
  color: #bbb;
  text-decoration: none;
  cursor: default;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content-inject {
    width: 100%;
  }
}

/* landing page premium  */
.land-premium {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.land-premium .big_ads .label_inject {
  margin-left: 0 !important;
}

.land-premium .big_ads .col-sm-6,
.land-premium .litle_ads .col-sm-4 {
  margin-bottom: 25px;
}

.land-premium .big_ads .h2_inject {
  color: #fff !important;
  position: absolute;
  z-index: 9;
  bottom: 30px;
  font-size: 22px !important;
  line-height: 30px;
  padding: 0 30px !important;
}

.land-premium .litle_ads .h2_inject {
  color: #333 !important;
  font-size: 16px !important;
  line-height: 25px;
}

.land-premium .big_ads .img_premium_inject {
  height: 350px !important;
  filter: brightness(100%) !important;
}

.land-premium .litle_ads .img_premium_inject {
  height: 215px !important;
}

.land-premium .big_ads .bg_inject {
  position: relative;
}

.land-premium .big_ads h2::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.58%, #000000 100%);
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 350px;
  bottom: -30px;
  border-radius: 10px;
  z-index: -1;
}

.land-premium a.hov_premium:hover>.h2_inject {
  color: #ffc107 !important;
}

.land-premium a.hov_premium:hover>.img_premium_inject {
  filter: brightness(80%) !important;
}

.land-premium .pages li.active {
  background: linear-gradient(90deg, #48c6ef 0%, #6f86d6 100%);
  color: #000 !important;
  border-radius: 2px;
  font-weight: 900;
}

.land-premium .pages li.active>a {
  color: #fff !important;
  text-decoration: none !important;
}

.rating {
  max-width: 1080px;
  margin: 0 auto;
  padding: 25px 15px 20px;
  position: relative;
}

.rating>span {
  display: inline-block;
  width: 1.1em;
  color: #ed821b;
  position: absolute;
  padding-top: 1px;
}

.rating>span::before {
  content: "\2605";
  position: absolute;
  left: 0;
  color: #ed821b;
}

.rating h4 {
  display: inline-block;
  font-size: 20px;
  font-family: "gothic" !important;
  color: #ed821b;
  padding-left: 25px;
}

.rating label {
  margin: 10px 0;
  font-size: 15px;
  font-weight: 100 !important;
  font-family: "arial" !important;
}

/* .rating > span:hover,
      .rating > span:hover ~ span {
        color: transparent;
      }
      .rating > span:hover:before,
      .rating > span:hover ~ span:before {
         content: "\2605";
         position: absolute;
         left: 0;
         color: gold;
      } */
.home.premium-inject {
  min-height: unset !important;
}

.land-premium .premium-content {
  margin: 25px auto 50px !important;
}

.alert {
  position: relative;
  padding-left: 60px;
  width: 93%;
  font-size: 14px;
  margin: 10px auto;
  border-radius: 12px;
}

.alert-danger {
  color: #fff !important;
  background-color: #ff8585 !important;
  border-color: #ff8585 !important;
}

.alert-success {
  color: #fff !important;
  background-color: #52c1ad !important;
  border-color: #52c1ad !important;
}

.alert div {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50px;
  position: absolute;
  margin-right: 10px;
  left: 18px;
  top: 14px;
}

.alert div span {
  color: #fff;
}

.alert-danger div {
  background: #e96d6d !important;
}

.alert-success div {
  background: #319684 !important;
}

.alert-danger>div>span {
  font-size: 20px;
  position: absolute;
  top: -4px;
  left: 5.5px;
}

.alert-success>div>span {
  font-size: 16px;
  position: absolute;
  top: 0.5px;
  left: 9.4px;
}

button.close:hover,
button.close:focus {
  color: #000;
  cursor: pointer;
  opacity: 0.4;
}

/*start slick*/
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("../vendors/slick/fonts/slick.eot");
  src: url("../vendors/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../vendors/slick/fonts/slick.woff") format("woff"),
    url("../vendors/slick/fonts/slick.ttf") format("truetype"), url("../vendors/slick/fonts/slick.svg#slick") format("svg");
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -15px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 10px;
  height: 10px;
  margin: 2px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: #222;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #222;
}

/*end slick*/

.banner-17-2020 {
  background: #d7d7d7;
  padding: 10px 20px 20px;
  text-align: center;
  position: fixed;
  z-index: 9999 !important;
}

.banner-17-2020 div label {
  font-size: 14px;
  font-weight: 400;
  font-family: "arial" !important;
  margin-bottom: 15px;
}

.banner-17-2020 div label span {
  font-weight: 600;
  color: #ff3838;
}

.banner-17-2020 div a {
  background: #ff3838;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

header.premium-hutri #sticky1-sticky-wrapper {
  height: 60px;
  margin-top: 125px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999 !important;
}

header.premium-hutri .swipe-tabs {
  margin-top: 184px !important;
  position: fixed;
}

header.premium-hutri .search-navbar-wrapper,
header.detail-premium-hutri .search-navbar-wrapper {
  top: 184px !important;
}

header.premium-hutri .nav-wrap {
  margin-top: 20px !important;
}

header.detail-premium-hutri .header_detail_inject {
  top: 125px;
}

header.detail-premium-hutri .header2_detail_inject {
  top: 125px;
}

.wrapper-description.detail-premium-hutri {
  margin-top: 220px !important;
}

.wrapper-description.premium-hutri-title {
  margin-top: 230px !important;
}

/* New Subscribe */
.new-subscribe {
  background: #d5dfeb;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  margin-bottom: 15px !important;
  margin: auto;
  min-height: 100px;
  position: relative;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
}

.new-subscribe label {
  font-family: "arial" !important;
  font-size: 17px;
  color: #344267;
  padding: 4px 0;
  margin: 0;
  text-align: center !important;
  text-align: -webkit-center !important;
  text-align: -moz-center !important;
  text-align: -o-center !important;
}

.new-subscribe p {
  font-family: "arial" !important;
  font-size: 12px;
  font-weight: 100;
  color: #344267;
  text-align: center !important;
  text-align: -webkit-center !important;
  text-align: -moz-center !important;
  text-align: -o-center !important;
}

.new-subscribe form {
  max-width: 590px;
  margin-top: 0;
  padding: 5px !important;
}

.new-subscribe form .form-group {
  width: 100%;
  display: inline-block;
}

.new-subscribe form .form-group input {
  height: 40px;
  border-radius: 5px;
  border: 0;
  outline: none;
  box-shadow: none;
  font-weight: 400 !important;
}

.new-subscribe form button {
  background: #5b82e5;
  color: #fff;
  font-family: "arial" !important;
  font-size: 15px;
  height: 40px;
  width: 100%;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
  border-radius: 5px;
  border: 0;
  outline: none;
  box-shadow: none;
}

.new-input-subscribe {
  height: 40px !important;
  width: 100% !important;
  border-radius: 5px !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  font-weight: 100 !important;
  padding: 10px 15px !important;
  /* float: left; */
  margin-bottom: 15px;
}

.btn-new-subcribe {
  background-color: #5b82e5 !important;
  color: #fff;
  font-family: "arial" !important;
  font-size: 15px;
  height: 40px;
  width: 100%;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
  border-radius: 5px;
  border: 0;
  outline: none;
  box-shadow: none;
  /* float: right; */
}

#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 0 !important;
  text-indent: 0 !important;
  height: 40px !important;
}

#mc_embed_signup .indicates-required {
  margin-right: 0 !important;
}

#mc_embed_signup .mc-field-group {
  padding-bottom: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 0 auto !important;
  text-align: center !important;
  width: 100% !important;
}

#mc_embed_signup div#mce-responses {
  float: unset !important;
  top: 0 !important;
  overflow: hidden;
  width: 100% !important;
  margin: 0 !important;
  clear: unset !important;
  background-color: #d5dfeb !important;
  border-radius: 10px !important;
  padding: 0 !important;
}

#mc_embed_signup div.response {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold;
  float: unset !important;
  top: 0 !important;
  z-index: 1;
  width: 100% !important;
  text-align: center !important;
  padding: 10px 0 5px !important;
}

.page_series {
  font-family: arial1 !important;
  font-style: italic;
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page_series img {
  position: absolute;
  left: 0;
  top: 1px;
}

.page_series hr {
  margin: 0;
  position: absolute;
  top: 17px;
  left: 140px;
  width: 55%;
}

.link_series {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 50px;
}

.link_series button {
  background: #fb5858;
  border-radius: 6px;
  box-shadow: none !important;
  text-decoration: none !important;
  outline: none !important;
  border: 0;
  width: 40px;
  height: 40px;
  position: relative;
}

.link_series button img {
  padding: 0;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  transform: translate(-50%, -50%);
}

.link_series .button_series button:disabled,
.link_series .button_series button.disabled,
.link_series .button_series button.disabled:hover {
  background: #eaeaea !important;
  cursor: default !important;
}

.button_series {
  width: 30%;
  min-width: 85px;
  max-width: 87px;
  display: inline-block;
  position: absolute;
}

.title_series {
  width: 100%;
  display: inline-block;
  padding-left: 95px;
}

.title_series a {
  color: #445ba7;
  font-family: arial1 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px !important;
}

.btn_series {
  min-height: 100px;
}

.big-orange {
  font-size: 26px;
  font-weight: 900;
  font-style: italic;
  color: #ed821b;
  max-width: unset !important;
  width: 100%;
  position: relative;
  text-align: center;
  -webkit-text-align: center;
  -moz-text-align: center;
  -o-text-align: center;
}

.big-orange span {
  font-size: 90px;
  position: absolute;
  display: block;
  width: 100%;
}

.socmed__flex {
  display: flex;
}

.at-share-btn-elements a {
  padding: 5px !important;
  border-radius: 3px !important;
}

.socmed__copylink {
  width: 42px;
  height: 42px;
  background: #dedede;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 3px;
}