/*
Name : style.css
Author : BIS (anon.id)
Type : Default Style
*/


/* FONT LOAD
----------------------------------*/
@font-face {
	font-family: "ProximaNova-Black";
	src: url("../fonts/ProximaNova-Black.otf")format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "ProximaNova-Bold";
	src: url("../fonts/ProximaNova-Bold.otf")format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "ProximaNova-Condensed-Semibold";
	src: url("../fonts/ProximaNova-Condensed-Semibold.otf")format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "ProximaNova-Semibold";
	src: url("../fonts/ProximaNova-Semibold.otf")format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "ProximaNova-Regular";
	src: url("../fonts/ProximaNova-Regular.otf")format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "ProximaNova-Light";
	src: url("../fonts/ProximaNova-Light.otf")format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "PlayFairDisplay-Bold";
	src: url("../fonts/PlayFairDisplay-Bold.otf")format("opentype");
	font-weight: normal;
	font-style: normal;
}
@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-Condensed";
	src: url("../fonts/OpenSans-Condensed.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;
}
@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("../fonts/GothamBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gotham-Book";
	src: url("../fonts/GothamBook.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gotham-Medium";
	src: url("../fonts/GothamMedium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gotham-light";
	src: url("../fonts/OpenSans-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}


/* 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: #DF8715;
}
.widget-foto h3 {
	font-family: "OpenSans-Bold";
	font-size: 24px;
	color: #fff;
	/*border-left: 2px #fff solid;*/
	padding-left: 45px;
	margin: 12px;
}
.widget-foto .icon-foto {
	left: 15px;
}
.widget-foto .load-more {
	position: absolute;
	right: 15px;
	color: #fff;
	margin-top: -35px;
}
.widget-foto .main-image {
	padding: 0 15px;
}
.widget-foto .summary {
	font-family: "ProximaNova-Semibold";
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	color: #fff;
	padding-top: 10px;
}
.widget-foto .summary .date {
	font-family: "OpenSans-Light";
	font-size: 11px;
	margin-top: 5px;
}
.widget-foto a:hover {
	text-decoration: none;
}

.widget-infografis {
	background: #fff;
}
.widget-infografis h3 {
	font-family: "OpenSans-Bold";
	font-size: 24px;
	color: #222;
	border-left: 2px #222 solid;
	padding-left: 10px;
	margin: 12px;
}
.widget-infografis .load-more {
	position: absolute;
	right: 15px;
	color: #222;
	margin-top: -35px;
}
.widget-infografis .main-image {
	padding: 0 15px;
}

.widget-redaksi {
	background: #29ADEB;
}
.widget-redaksi h3 {
	font-family: "OpenSans-Bold";
	font-size: 24px;
	color: #fff;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 12px;
	/* gradient shining border */
	border-style: solid;
	border-width: 1px;
	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;
}
.widget-redaksi .name {
	font-family: "OpenSans-Regular";
	font-size: 12px;
	color: #EAFF00;
}
.widget-redaksi .title {
	font-family: "OpenSans-Bold";
	font-size: 16px;
	line-height: 20px;
	color: #fff;	
	padding-top: 5px;
}
.widget-redaksi .load-more {
	position: absolute;
	right: 15px;
	color: #fff;
	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;
}
.widget-redaksi ul > li img {
	float: left;
	max-width: 140px;
}
.widget-redaksi ul > li .description {
	float: left;
	margin-left: 155px;
	margin-top: 10px;
	position: absolute;
}

.widget-hot-topic {
	background: #fff;
}
.widget-hot-topic h3 {
	font-family: "OpenSans-Bold";
	font-size: 24px;
	color: #222;
	border-left: 2px #222 solid;
	padding-left: 10px;
	margin: 12px;
}
.widget-hot-topic ul {
	list-style: none;
	padding: 0 10px 0 10px;
	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: "OpenSans-Bold";
	font-size: 24px;
	color: #222;
	border-left: 2px #222 solid;
	padding-left: 10px;
	margin: 12px;
}
.widget-terpopuler ol {
	background: #CE2329;
	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;
	
	/* gradient shining border */
	border-style: solid;
	border-width: 1px;
	border-image: linear-gradient(to left, rgba(206,35,41,1) 1%, rgba(255, 255, 255, 1) 50%, rgba(206,35,41,1) 100%) 
	            0 0 100% 0/1px 0 1px 0 stretch;
}
.widget-terpopuler ol > li:last-child {
	border-bottom: 0;
}
.widget-terpopuler ol > li a {
	display: inline-block;
	width: 86%;
	font-family: "ProximaNova-Semibold";
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	position: relative;
	top: -5px;
}
.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: "OpenSans-Regular";
  	font-size: 38px;
  	font-weight: 600;
  	color: #fff;
	margin-right: 12px;
	line-height: 32px;
}

.widget-bisnis-tv {
	background: #F5F5F5;
	padding: 0 15px;
}
.widget-bisnis-tv .logo { 
	width: 120px;
	height: 36px;
	margin-bottom: 15px;
	padding-top: 5px;
} 
.widget-bisnis-tv .read-more {
	color: #000;
	position: absolute;
	right: 15px;
	margin-top: -35px;
}
.widget-bisnis-tv ul {
	list-style: none;
	width: 100%;
}
.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: "ProximaNova-Semibold";
	font-size: 18px;
	line-height: 22px;
	color: #222;	
	padding-top: 10px;
}
.widget-bisnis-tv .wrapper-icon {
	position: relative;
	bottom: 50px;
	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;

	-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: "OpenSans-Light";
	font-size: 11px;
	margin: 10px 0; 
	color: #222;
}
.widget-bisnis-tv .wrapper-image {
	position: relative;
	overflow: hidden;
}
.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: #fff;
  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: #fff;
	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: 152px;
}
header.detail {
	height: inherit;
}
header #sticky1-sticky-wrapper #sticky1 {
	z-index: 1000;
	width: 100%;
	height: 60px;
}
header #sticky2-sticky-wrapper.is-sticky #sticky2 {
	z-index: 1000;
	left: 0;
}
header .navbar-custom {
	background: #222;
}
header .navbar-custom .navbar-toggle {
	display: block;
  	background: 0 0;
  	border: none;
  	margin-top: 15px;
  	padding: 0;
  	cursor: pointer;
}
header .search-navbar {
	position: absolute;
	right: 45px;
	background: transparent;
	color: #fff;
	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: #fff;
  margin: 5px auto;
  transform: rotate(0deg) translateY(0px);
  opacity: 1;
  transition: all 0.6s ease;
}
header .search-navbar-wrapper {
	display: none;
	position: absolute;
	top: 60px;
	z-index: 100;
	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: 30px;
}
/*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;
}
header .navbar-custom .logo img {
	/*width: 140px;*/
	/*padding: 10px 0 10px 15px;*/
	margin: 3%;
}

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: #fff; */
  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: "OpenSans-Regular";*/
  font-family: "ProximaNova-Bold";
  font-size: 15px;
  text-decoration: none;
  color: #222;
  margin-left: 0;
}
header .slick-initialized .swipe-tab a:hover {
  color: #666;
}
header .slick-initialized .swipe-tab.active-tab {
  border-bottom-color: #000;
  color: #000;
  font-weight: bold;
}
.bg-yellow{background: #FFCB44 !important;}

.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;
	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;
}
.channel-name{
	content: '';
	padding-right: 10px !important;
	padding: 8px;
}
.channel-name img{
	max-height: 25px;
}
.sub-channel-link a{
	color: #333 !important;
}


/* NAVIGATION STYLE
----------------------------------*/
@media (max-width: 415px) {
	.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;
	  }
}
@media (min-width: 416px) and (max-width:813px) {
	.nav-wrap {
	height: 86% !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: #fff;
}
.nav-menu .wrapper-icon-mobileapp {
	border-top: 1px #555 solid;
	border-bottom: 1px #555 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: #fff;
	float: right;
	padding: 6px 0px 0 0;
}
.login-style.full {
	width: 100%;
	margin-bottom: 10px;
}
.logout-top {
	position: absolute;
	right: 18px;
	margin-top: 6px;
	color: #f94b4b;
}
.search-icon{
	position: absolute;
	width: 16px;
	margin: 9px 0 0 8px;
}
.search-icon.style2 {
	position: absolute;
	width: 18px;
	margin: 0;
	right: 0;
	top: 2px;
}
.nav-menu .wrapper-search .form-control {
	display: inline-block;
	background-color: #181818;
	width: 68%;
	box-shadow: none;
	border: none;
	color: #fff;
	font-size: 13px !important;
	font-weight: 300;
	padding-left: 33px;
}
.nav-menu .wrapper-search .form-control.full {
	width: 100%;
}
.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 #000 solid;
	padding: 0 15px;
}
.nav-menu .wrapper-link ul.link > li a {
	font-family: "OpenSans-Regular";
	font-size: 12px;
	color: #fff;
}
.nav-menu .wrapper-link .copyright {
	font-family: "OpenSans-Regular";
	font-size: 8px;
	color: #fff;
	text-align: center;
}
.nav-menu .wrapper-link .copyright a {
	color: #F49304;
}
.footer-style{
	text-align: center;
	font-family: "OpenSans-regular";
	font-size: 11px;
	padding: 0 !important;
	margin: 5px 0 12px 0;
}
.footer-copyright{
	margin-top: 75px;
	color: #777 !important;
}
.white{color: #fff !important}
.border-lr{
	border-left: 1px #555 solid;
	border-right: 1px #555 solid;
}
.nav-menu .title.style2 {
	font-family: "OpenSans-Regular";
	font-size: 14px;
	color: #fff;

	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 span {
	background: #222;
	position: relative;
	z-index: 1;
	padding-right: 10px;
}
.nav-menu .title.style2:before {
	display: none;
}
.sidebar-menu {
	list-style: none;
	text-align: center;
}
.sidebar-menu > li {
	border-right: 1px #555 solid;
	margin: 15px 0;
}
.sidebar-menu:last-child > li {
	border: 0;
}
.sidebar-menu > li a {
	font-family: "ProximaNova-Regular";
	font-size: 16px;
	color: #fff;
}


/* FOOTER STYLE
----------------------------------*/
footer {
	background: #222;
	padding: 15px;
}
footer .logo {
	display: block;
	width: 140px;
	margin-bottom: 5px;
}
footer .copyright {
	font-family: "OpenSans-Regular";
	font-size: 9px;
	color: #fff;
	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 #000 solid;
	padding: 0 15px;
}
footer ul.link > li a {
	font-family: "OpenSans-Regular";
	font-size: 13px;
	color: #fff;
}


/* HEADLINE STYLE
----------------------------------*/
.wrapper-headline {
	/*margin-top: 10px;*/
}
.wrapper-headline > .headline a.item,
.wrapper-headline > .headline-foto a.item {
	position: relative;
	overflow: hidden;
}
.wrapper-headline > .headline .bg,
.wrapper-headline > .headline-foto .bg {
	position: absolute;
	top: 0;
	/*bottom: 0;*/
	width: 100%;
	height: 100%;

	background: rgba(0,0,0,0.4);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 15%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 15%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 15%,rgba(0,0,0,1) 100%);
} 
.wrapper-headline > .headline h1,
.wrapper-headline > .headline-foto h1 {
	position: absolute;
	bottom: 0;

	font-family: "ProximaNova-Semibold";
	font-size: 26px;
	line-height: 26px;

	color: #fff;
	padding: 10px;
}
.wrapper-headline > .headline-foto h1 {
	bottom: 10px;
}
.wrapper-headline .slick-slider {
	margin-bottom: 22px !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: #fff;
}
.wrapper-headline > .headline-foto i {
	margin: 10px;
}

.wrapper-headline .small-headline {
	display: inline-block;
	width: 100%;
	background: #222;
	padding-top: 15px;
	padding-bottom: 15px;
}
.wrapper-headline .small-headline a {
	color: #fff;
	text-decoration: none;
}
.wrapper-headline .small-headline a h2 {
	font-family: "ProximaNova-Semibold";
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0 5px 0;
}


/* LIST NEWS STYLE
----------------------------------*/
.wrapper-list-news {
}
.wrapper-list-news h1 {
	font-family: "PlayFairDisplay-Bold";
	font-size: 24px;
	color: #222;
	border-left: 2px #222 solid;
	padding-left: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.wrapper-list-news ul {
	list-style: none;
}
.wrapper-list-news ul > li {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px #999 dotted;
}
.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;
}
.wrapper-list-news ul.style2 > li {
	height: 230px;
	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;
}
.wrapper-list-news ul.style2 > li .right {
	margin-left: inherit;
	padding: 0;
}
.wrapper-list-news ul > li.last {
	padding-bottom: 10px;
}
.wrapper-list-news ul > li.big {
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.wrapper-list-news ul > li img {
	/*width: 120px;*/
	width: 116px;
	height: 99px;
}
.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%;
}
.wrapper-list-news ul > li.banner.banner-300x250 img {
	width: 300px;
	height: 250px;
}
.wrapper-list-news ul > li .summary {
	font-family: "ProximaNova-Semibold";
	font-size: 18px;
	line-height: 22px;
	color: #222;

	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: #222;
}
.wrapper-list-news ul > li.big .summary a {
	color: #fff;
}
.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: "OpenSans-Light";
	font-size: 10px;
	color: #666;

	position: relative;
	top: -2px;
}
.wrapper-list-news ul > li.big .date {
	background: #222;
	padding: 0 10px 15px 10px;
}
.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: "ProximaNova-Regular";
	font-size: 14px;

	display: block;
	margin: 30px auto 25px auto;

	border-radius: 2px;
}
.wrapper-list-news .btn.load-more:after {
	content: '';
	position: absolute;
	width: 20%;
	height: 1px;
	right: 15px;
	background: #bdbdbd;
	bottom: 14px;
}

.highlight, .sub-highlight {
    background: #f5f5f5;
    margin-bottom: 20px !important;
}
.highlight img, 
.sub-highlight img {
	width: 100% !important;
	height: 100% !important;
}
.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-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;
}
.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;
	text-align: center;
	-webkit-text-align: center;
	-moz-text-align: center;
	-o-text-align: center;
}
.wrapper-description .subtitle {
	font-family: "OpenSans-Regular";
	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;
	text-align: center;
	-webkit-text-align: center;
	-moz-text-align: center;
	-o-text-align: center;
}
.wrapper-description .author img {
	float: left;
	display: none;
}
.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: "OpenSans-Regular";
	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 .no-box {
	background: #CE2329;
	color: #fff;
	padding: 1px 7px;
}
.wrapper-description .paginations {
	position: absolute;
	right: 0;
	/*bottom: -32px;*/
	bottom: -13px;
	display: inline-block;
	font-size: 14px;
	color: #666;
	background: #fff;
	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: #fff;
	width: 40px;
	height: 40px;
	font-size: 40px;
}
.wrapper-description .caption,
.wrapper-description figcaption {
	font-family: "OpenSans-Regular";
	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 a {
	font-family: "OpenSans-Regular";
	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:hover,
.wrapper-description .font-size a:focus {
	text-decoration: none;
}

.wrapper-description .detail-description {
	font-family: "OpenSans-Regular";
	font-size: 20px;
	line-height: 28px;
	color: #222;
	padding: 10px 15px 0 15px;
}
.wrapper-description .detail-description p {
	/* text-align: left; */
    margin-bottom: 25px;
    width: 100%;
    height: auto;
}
.wrapper-description .detail-description p img {
   margin-bottom:25px;
   width:110%;
   height:auto;
   margin-left:-15px;
}
.wrapper-description .detail-description iframe {
	width: 100% !important;
	height: 300px !important;
}
.wrapper-description .detail-description table {
	font-size: 16px;
	width: 100% !important;
	height: auto;
}
.wrapper-description .detail-description table td {
	padding: 3px;
}
.wrapper-description .detail-description .baca-juga {
    font-family: "OpenSans-Bold";
    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-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-description div.wrapper-desc {
	position: relative;
	margin-bottom: 25px;
	max-width: 100% !important;
	height: auto;	
}

.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-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-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: #fff;
	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;
}
.emoticon h2 {
  font-family: "Raleway-Bold";
  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-size: 12px;
  text-align: center;
  color: #1d2129;
}
.emoticon .percentage {
    font-family: "Raleway-Bold";
}

.link-live {
	margin: 15px auto 0 auto;
	display: block;
	width: 81%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.link-live-button {
	position: relative;
}
.link-live-button .prev {
	position: absolute;
	top: -30px;
	left: 0;
	background: #CE2329;
	color: #fff;
	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: #fff;
	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-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: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    border: none;
}
.btn-comm:active, btn-comm:visited{
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    border: none;
}
.heading-comment{
	font-family: "OpenSans-Bold";
    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: #fff;
    width: 100px;
    height: 31px;
    border-width: 0px !important;
    border-radius: 2px;
}
/*.wrapper-description .btn-load{
    background-color: #1E9CC4;
    color: #fff;
    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: #fff;

	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-size: 18px;
  	color: #1E9CC4;
}
.wrapper-description .list .time {
	font-family: "OpenSans-Regular";
  	font-size: 12px;
  	color: #999;
}

.wrapper-description .list .description {
	font-family: "OpenSans-Regular";
  	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-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: #fff;
	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: #fff;
	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: #fff;
}
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-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}
.timeline-article .timeline-content p {
	font-family: "OpenSans-Regular";
	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,.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: #fff;
}
.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: 54px !important;
	height: 22px !important;
	margin: -4px 4px 0px 1px !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: 25px;
    left: 80%;
    display: none;
	outline:none !important;
	text-align: center;
	background: rgba(16, 17, 19,.30) !important;
	color: rgb(245, 245, 245) !important;
	font-size: 22px;
	cursor: pointer;
	border-radius: 100px
}
#back-to-top:hover {
	background: rgb(231, 231, 231) !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: 85px;
	}
}


header .swipe-tabs.menu-swipe {
	z-index: 100;
	width: 100%;
}
header.channel .swipe-tabs.menu-swipe {
	background: #fff;
}
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/#000000+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='#00000000',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/#000000+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='#00000000',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(90deg, #FFCB44 50%, rgba(255, 203, 68, 0) 100%);
	transform: rotate(-180deg);
	right: 0;
	top: 0;
}
header.channel .swipe-tabs.menu-swipe .slick-list:after {
	background: linear-gradient(90deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
	transform: rotate(-180deg);
}
header .swipe-tabs.menu-swipe .slick-slide:first-child {
	margin-left: 15px;
}
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: #fff;
    background-color: #545b62;
	border-color: #4e555b;
}
.btn:not(:disabled):not(.disabled) {

    cursor: pointer;

}
.btn-secondary {

    color: #fff;
    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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.dropdown-toggle::after {

    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: 3px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	margin-left: 10px !important
}
.show > .btn-secondary.dropdown-toggle {

    color: #fff;

}
.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: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .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: #fff !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: #fff;
	color: #999;
  }
  .select.select--white .placeholder:hover {
	background: #fafafa;
  }
  .select ul {
	display: none;
	position: absolute;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	background: #fff;
	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,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid rgba(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-size: 14px;
	color: #222;
}
.heading-2{
	font-family: "OpenSans-Regular";
	font-size: 21px;
	margin-bottom: 10px;
}
.m-code{
	margin: 20px auto -10px auto !important;
	font-family: "OpenSans-Light";
	font-size: 16px;
}
.m-code2{
	margin: 20px auto 10px auto;
	font-family: "OpenSans-Light";
	font-size: 16px;
}
.lowongan{
	font-size: 12px;
}

.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 15px;
}
.isi_list{
	padding: 5px 0 5px 15px;
}
.btn-list{
	background: #2f80ed;
    color: #fff;
    padding: 6px 12px 7px 12px;
    border-radius: 2px;
}
.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='#00000000', endColorstr='#00000000',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: #000 !important;
	border-radius: 2px;
	font-weight: 600;
	margin: 0;
	padding: 0;
  }
  .pages li.active > a{
	  color: #000 !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: #000;
  }
  .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-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: #fff;
	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: #000;
	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: #FFF8E0;
	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-size: 13px;
}
.real_footer > a{
	color: #000;
    background-color: #FCDB00;
    padding: 12px 20px;
    border-radius: 50px;
}
.real_time{
	/*font-family: "Gotham-Book";*/
	font-family: "OpenSans-Light";
	font-size: 12px;
	padding: 0 0 3px 0;
	color: #000;
}
.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: #000;
    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: #000;
}


.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: #fff;
    border: 1px #0c97a6 solid;
    border-radius: 8px;
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 12px;
}
.author-channel .btn-blue:hover {
	background: #fff;
    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: #fff;
    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;
}





.gradient {
	height: 100%;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgb(255, 255, 255));
    top: 0;
}
.wrapper-lock-2 {
	/*background: #F7F7F7;
	border: 1px solid #e9e9e9;*/
	/*padding: 0 20px 0 20px;*/
	margin: 15px 0;
}
.wrapper-lock-2 .caption {
	font-family: "ProximaNova-SemiBold";
    font-size: 20px;
	color: #167B82;
	margin: 15px 0;
}
.wrapper-lock-2 ul.row,
.wrapper-lock-2 ol.row {
	padding: 0 !important;
	margin: -5px;
}
.wrapper-lock-2 ul.row > li,
.wrapper-lock-2 ol.row > li {
	list-style: none;
	background: #F7F7F7;
	border: 1px solid #e9e9e9;
	padding: 10px;
	margin: 0 0.5%;
    width: 24%;
    border-radius: 5px;
    text-align: center;
}
@media only screen and (max-width : 640px) {
	.wrapper-lock-2 ul.row > li,
	.wrapper-lock-2 ol.row > li {
		width: 46%;
    	margin: 2%;
	}
    .digital-deluxe-package{
        width: 97% !important;
    }
}
.wrapper-lock-2 .sub-price-title {
	font-family: "OpenSans-Bold";
	font-size: 12px;
	color: #2D9CDB;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}
.wrapper-lock-2 .sub-price-title.style2 {
	color: #D19A0B;
}
.wrapper-lock-2 .price-title {
	font-family: "OpenSans-Regular";
	font-size: 30px;
	color: #333;
	margin-bottom: 10px;
}
.wrapper-lock-2 .price-title:after {
	content: '';
	display: block;
	width: 50%;
	height: 5px;
	border-bottom: 4px solid #17CAD6;
	margin: 10px auto 0 auto;
}
.wrapper-lock-2 .price-title.style2:after {
	border-bottom: 4px solid #D19A0B;
}
.wrapper-lock-2 .price-description {
	font-family: "OpenSans-Regular";
	font-size: 14px;
	color: #000;
	margin: 30px 0 15px 0;
    padding: 0 110px;
	/* height: 95px; */
    overflow: hidden;
}
.wrapper-lock-2 .price-description ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	display: inline-block;
}
.wrapper-lock-2 .price-description ul > li {
	position: relative;
	/* margin-bottom: 5px; */
	margin-bottom: 10px;
    text-align: start;
    line-height: 21px;
}
.wrapper-lock-2 .price-description ul > li:before {
	content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url('../images/check-lock-article.svg');
    background-size: cover;
    background-position: center;
    left: -25px;
    top: 5px;
    /* transform: translateY(-50%); */
}
.wrapper-lock-2 .price-description ul > li.disable {
	color: #B8B8B8;
}
.wrapper-lock-2 .price-description ul > li.disable:before {
	background-image: url('../images/check-lock-article-grey.svg');
}
.wrapper-lock-2 .price-tag {
	font-family: "OpenSans-Regular";
	font-size: 16px;
	font-weight: 600;
	color: #E44242;
	margin: 50px 0 5px 0;
}
.wrapper-lock-2 .btn-blue4 {
	background: #17CAD6;
	color: #fff !important; 
	/* border: 1px #17CAD6 solid; */
	border: 2px transparent solid;

	border-radius: 5px;
    width: 100%;
    margin: 15px 0 10px 0;

    font-family: "ProximaNova-Bold";
    font-size: 18px;
}
.wrapper-lock-2 .btn-blue4:hover {
	background: #fff;
	color: #17CAD6 !important;
	 border: 1px #17CAD6 solid;  
}
.wrapper-lock-2 .btn-gold {
	background: #D19A0B;
	color: #fff !important; 
	/* border: 1px #17CAD6 solid; */
	border: 2px transparent solid;

	border-radius: 5px;
    width: 100%;
    margin: 15px 0 10px 0;

    font-family: "ProximaNova-Bold";
    font-size: 18px;

}
.wrapper-lock-2 .btn-gold:hover {
	background: #fff;
	color: #D19A0B !important;
	 border: 1px #D19A0B solid;  
}
.continue_info {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #454869;
    background-color: #EAE4E4;
    padding: 15px 17px;
    display: block;
    border-radius: 2px;
    margin: 20px 0 0 0;
}

.banner-promo-koran:before {
	content: '';
    width: 50px;
    height: 50px;
    background-image: url(../images/icon-lock-2.svg);
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 20px;
}
.banner-promo-koran {
	font-family: "ProximaNova-Semibold";
	font-size: 16px;
	color: #fff;
	text-align: left;
	position: relative;

	background-color: #EA4F61;
	border-radius: 5px;
	padding: 15px 30px 15px 85px;
}
.banner-promo-koran a {
	color: #fff;
	border-bottom: 1px #fff solid;
}
.wrapper-lock-2 h2 {
	font-family: "ProximaNova-Semibold";
	font-size: 46px !important;
	color: #2D9CDB;
	text-align: center;
	font-weight: bold;
    padding-bottom: 15px;
}
.wrapper-lock-2 h2.style2 {
	color: #D19A0B;
}
.wrapper-lock-2 .wrapper-promo {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.wrapper-lock-2 .promo-alert {
	background: #333;
	color: #FFD600;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 15px 5px 65px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    font-family: "OpenSans-Bold";
    font-size: 15px;
}
.wrapper-lock-2 .promo-alert .free {
    position: absolute;
    background: #F62E2E;
    padding: 6px 15px;
    top: 0;
    left: 0;
    color: #fff;

    font-family: "ProximaNova-Bold";
	font-size: 12px;
}

.c-pointer{
	cursor: pointer;
}