body {
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}
::-webkit-scrollbar {
    width: 10px;
}
  
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
    color: #0b6bd3;
}
.main-nav .drop-down ul a {
    color: #293d50;
}
.btn-link {
	padding: 5px 17px;
    border-radius: 15px;
    display: inline-block;
    background: #fee50f;
    border: solid 2px #fee50f;
    font-weight: bold;
    margin: 25px 0 0;
    color: #293d50;
}
.btn-link:hover {
    text-decoration: none;
    color: #293d50;
    background: transparent;
    border: solid 2px #fee50f;
}

.head-nav {
	height: 30px;
    width: 100%;
    background: #fee50f;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}
#header.header-scrolled .head-nav {
	height: 5px;
}
#header.header-scrolled, #header.header-pages {
	height: 70px;
	padding: 20px 0 10px;
}
#header {
	height: 110px;
    padding: 50px 0 20px;
}
#header .logo img {
    padding: 0;
    margin: -12px 0 0;
    max-height: 50px;
}
#header .head-nav .call {
    position: absolute;
    right: 30px;
    top: 2px;
    font-weight: bold;
    color: #0b6bd3;
    transition: all 0.4s ease-out;
}
#header .head-nav .call .fa-search {
    color: #444;
    background: transparent;
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
}
#header .head-nav .call .fa-search:hover {
    color: #0b6bd3;
}
#header.header-scrolled .head-nav .call {
    top: -24px;
}
#header .head-nav .call i {
    background: #0b6bd3;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    margin-right: 3px;
}
#header .head-nav .call .search-box {
    position: absolute;
    top: calc(100% + 30px);
    left: -100%;
    opacity: 0;
    transition: ease all 0.3s;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    z-index: 99;
    visibility: hidden;
}
#header .head-nav .call .search-box.open {
    top: 100%;
    left: -100%;
    opacity: 1;
    visibility: visible;
}
.logo span {
	display: inline-block;
    /* font-weight: bold; */
    color: #282a3c;
    vertical-align: middle;
    font-size: 12px;
    margin: 0 0 10px 5px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.main-nav a {
    font-size: 13px;
}
#running-news {
	padding: 0;
    /* border-bottom: 1px solid #eee; */
    background: #2a3d50;
}
#news h4 {
	font-weight: 600;
    font-size: 24px;
}

/* rounded img   */
.berita-utama img {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 80px;
}
p.deskripsi {
    text-align: justify;
}
.berita-owl-item {
    padding: 0 10px;
}
.list-berita .berita-item {
    border-radius: .25rem;
}
.list-berita img {
    width: 100%;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-berita p {
	padding: 15px 0;
}
.list-berita .box {
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
}
.list-berita h4 {
    font-weight: 600;
    font-size: 16px;
}
#dokumen-info .date {
	font-size: 20px;
}
#dokumen-info .title {
	font-weight: bold;
}
#footer {
	background: #000000;
    padding: 25px;
    color: #fff;
    font-size: 14px;
    border-top: 10px solid #fee50e;
}
.table-highlight tr td {
    font-size: 0.8rem;
}
.news-container img {
    max-width: 100%;
}
.news-container table {
    width: 100%;
    max-width: 100%;
}
.news-container table p {
    margin: 0;
}
.news-container table tr td {
    border-collapse: collapse;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
.news-container table>tbody>tr:nth-child(odd)>td, 
.news-container table>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
.btn-download {
    background: #fee50e;
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #000;
    transition: 0.3s;
}
.btn-download:hover {
    color: #000;
    background-color: #ffd800;
}

svg.svg-icon {
    width: 70%;
    height: 70%;
    margin: 14px;
}
#services .icon {
    top: 10px;
}

#highlight .box {
    min-height: 212px;
}
#highlight .section-header h3, #highlight .section-header p, #highlight .disclaimer {
    color: #fff;
}
#highlight .stats {
    margin-bottom: 53px;
}
#highlight .stats .fa {
    font-size: 30px;
    margin-right: 5px;
}
#highlight .stats .fa-sort-up {
    vertical-align: middle;
    color: #3fcdc7;
}
#highlight .stats .fa-sort-down {
    vertical-align: super;
    color: #f53657;
}
#highlight .stats .num {
    font-weight: bold;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
}
.kelistrikan table {
    width: 100%;
}
.kelistrikan table tr td {
    vertical-align: top;
    padding: 2px 0;
}
.kelistrikan table .fa-map-marker {
    background: #0072bc;
    color: #fff;
    padding: 7px;
    width: 24px;
    height: 24px;
    line-height: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
}
.kelistrikan .fa-bolt {
    color: #0072bc;
}
.kelistrikan .fa-check-circle {
    color: #3fcdc7;
}
.kelistrikan .fa-exclamation-circle {
    color: #ecd200;
}
.kelistrikan .fa-times-circle {
    color: #f53657;
}
.kelistrikan .num {
    /* font-size: 20px; */
    padding-right: 5px;
    /* width: 23px; */
    /* text-align: right; */
}
.kelistrikan table .text-muted {
    font-size: 14px;
}
.kelistrikan .tanggal {
    width: 80px;
}
.kelistrikan-legend {
    font-size: 11px;
    text-align: center;
}
.kelistrikan-legend small {
    display: inline-block;
}
.minyak-gas-legend {
    margin-top: -10px !important;
    font-size: 12px;
    text-align: center;
}

#highlight .icon {
    right: 10px;
    left: inherit;
}

#highlight .target {
    margin: 10px -30px 0;
    padding: 10px;
    background: #0072bc;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#highlight .title {
    margin-left: 0;
}
#highlight .icon i {
    font-size: 50px;
}
#services {
    padding-bottom: 0;
}

#news {
    background-size: cover;
}
#news .description {
    margin-bottom: 0;
    height: 100px;
    overflow: hidden;
}
#news .description a {
    color: #fff;
}

#news .berita-item {
    background: transparent;
    margin-bottom: 20px;
    color: #fff;
}

#news .deskripsi, #news h4, #news h3 {
    color: #fff;
    
}

#eselon .hi-icon {
    width: 80px;
    height: 80px;
    margin: 15px 20px;
}
#eselon .hi-icon:before {
    font-size: 45px;
    line-height: 83px;
}
.hi-icon-effect-8 .hi-icon {
    background: rgb(254, 229, 15, 0.5);
}
.hi-icon-effect-8 .hi-icon:hover {
    background: rgb(254, 229, 15, 0.5);
}

/* News Ticker */
.ticker-container {
    margin-bottom: 0;
    background-color: #2a3d50;
    color: #283d50;
}
.ticker-container ul {
    margin-left: 100px;
    background: #293d50;
}
.ticker-container ul div {
    left: 120px;
    font-size: 14px;
}
.ticker-container .ticker-caption p {
    padding-top: 3px;
    padding-left: 12px;
}
.ticker-container .ticker-caption {
    background-color: #fef000;
    color: #283d50;
    width: 100px;
}
.ticker-container ul div li a {
    color: #fff;
}
.ticker-container ul div li a:hover {
    color: #fef002;   
}

.foto-carousel .caption, .video-carousel .caption {
    margin-top: 15px;
}


.row-title {
    font-weight: bold;
}
.select2-kategori {
    width: 100%;
}

.link-eselon .hi-icon {
    color: #fff;
}
.link-eselon .hi-icon:hover {
    color: #fff;
}

.marquee-left img{width:100%;}
.marquee-left{width:45px;float:left;margin-right:6px;}
.marquee-right{font-size:12px;color:#222;margin-left:54px;}
.marquee-right b{font-size:14px;color:#000;display:block;}
.marquee-right>span {
    color: #888;
}
.marquee-right>a {
    display: block;
}

.input-daterange .input-group-addon {
    padding: 6px 10px;
    background: #ced4da;
}

.hi-icon {
    margin-bottom: 30px
}
.hi-icon .icon-title {
    color: #000;
    font-size: 12px;
    position: absolute;
    padding-top: 5px;
    left: 0;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.hi-icon.hi-hijau-muda, .hi-icon.hi-hijau-muda:hover {
    background: #e0d428;
    color: #000;
}
.hi-icon.hi-orange, .hi-icon.hi-orange:hover {
    background: #fecf11;
    color: #000;
}
.btn-link-white:hover {
    color: #ffffff;
    background: transparent;
}

#intro {
    padding: 0;
/*    overflow: hidden;*/
    width:100%;
/*    height: calc(100vh - 245px)*/
}

#intro .owl-nav {
    /* position: absolute; */
    /* top: 24%; */
    /* width: 100%; */
    font-size: 80px;
    color: #fff;
    /* top: 50%; */
    /* -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
}
#intro .owl-nav .owl-prev {
    margin-left: 15px;
    position: absolute;
    top: 34%;
    font-size: 80px;
}
#intro .owl-nav .owl-next {
    margin-right: 15px;
    position: absolute;
    top: 34%;
    right: 0;
    font-size: 80px;
}
#intro .owl-carousel.owl-drag .owl-item {
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
#intro .intro-tag {
    position: absolute;
    top: 6%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    /* margin-top: 190px; */
    font-family: "Montserrat", sans-serif;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#pelayanan-publik {
    padding: 0;
    background: #ffffff;
}

/* 
#pelayanan-publik .section-header h3,
#pelayanan-publik .section-header p {
    color: #fff;
} */

#pelayanan-publik .card {
    background: #fff;
    border-color: #fff;
    border-radius: 0;
    margin: 0;
    /* padding: 25px 0 0; */
    text-align: center;
    color: #2a3d50;
    transition: 0.3s ease-in-out;
    height: 100%;
}

#pelayanan-publik .card .card-body {
    padding: 0;
}

#pelayanan-publik .card:hover {
    background: #fef002;
    border-color: #fef002;
}
#pelayanan-publik .card:hover i {
    color: #2a3d50;
}

#pelayanan-publik .card i {
    font-size: 40px;
    padding-top: 5px;
    color: #cccccc;
    transition: 0.3s ease-in-out;
}

#pelayanan-publik .card h5 {
    font-size: 22px;
    font-weight: 600;
}

#pelayanan-publik .card p {
    font-size: 15px;
    color: #d8eafe;
}

#pelayanan-publik .card .readmore {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border-bottom: #00458f solid 2px;
}

#pelayanan-publik .card .readmore:hover {
    border-bottom: #fff solid 2px;
}

.layanan-link:hover .layanan-content {
    visibility: visible;
    top: 130px;
    background: #2a3d50;
    opacity: 1;
    z-index: 99;
}
.layanan-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 30px);
    display: block;
    background: #fff;
    transition: ease all 0.3s;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.layanan-content ul {
    padding: 0;
    margin: 0;
}
.layanan-content ul li {
    display: block;
}
.layanan-content ul li a {
    display: block;
    padding: 20px;
    text-align: center;
}
.layanan-content ul li a:hover, .layanan-link:hover>a, .layanan-link>a:hover, .layanan-content:hover ~ .card {
    background: #fef002;
    color: #293d50;
}
.layanan-content ul li a:hover i, .layanan-content ul li a:hover .icon-title {
    color: #293d50;
}
.layanan-content i.fa {
    display: block;
    margin: 15px 0 20px;
}
.layanan-content i {
    font-size: 40px;
    display: block;
    color: #cccccc;
    transition: ease all 0.3s;
}
.layanan-content .icon-title {
    position: relative;
    padding: 0;
    width: auto;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #fff;
    transition: ease all 0.3s;
}

.mobile-nav-toggle i {
    margin: 48px 18px 0 0;
    transition: all 0.5s;
}
.header-scrolled.mobile-nav-toggle i {
    margin: 19px 8px 0 0;
}
#intro .no-js .owl-carousel, .owl-carousel.owl-loaded {
    max-height: 100%;
}


.intro-carousel {
/*    background: #2a3d50;*/
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 110px);
    background-position: center;
}

@media (max-width: 768px)
{
    .intro-carousel
    {
        height: auto;
        background-position: center;
    }
}

.intro-carousel img
{
    width: 100%;
/*    height: 100vh;*/
    object-fit: cover;

}


/* -- Berita Subsektorial -- */

#berita-sektorial ul {
    padding: 0;
    margin: 0;
}
#berita-sektorial ul li {
    list-style: none;
    border-radius: 3px;
}
#berita-sektorial ul li a img {
    width: 54px;
    height: auto;
}
#berita-sektorial ul li a span {
    margin-left: 10px;
}
#berita-sektorial ul li a {
    display: flex;
    padding: 10px;
    align-items: center;
    margin-bottom: 15px;
}
#berita-sektorial ul li a:hover {
    border-radius: 3px;
}

/* -- end Berita Subsektorial -- */

/* -- Owl Carousel -- */
.infografis-carousel .owl-nav button,
.foto-carousel .owl-nav button,
.video-carousel .owl-nav button {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 70px!important;
}
.infografis-carousel .owl-nav .owl-prev,
.foto-carousel .owl-nav .owl-prev,
.video-carousel .owl-nav .owl-prev {
    left: 5px;
}
.infografis-carousel .owl-nav .owl-next,
.foto-carousel .owl-nav .owl-next,
.video-carousel .owl-nav .owl-next {
    right: 5px;
}
/* -- end Owl Carousel -- */

/* .layanan-content .hi-icon {
    color: #fff;
}
.layanan-content .hi-icon-locked {
    color: #417711;
}
.layanan-content .hi-icon-location {
    color: #E06D06;
}
.layanan-content .hi-icon-support {
    color: #fecf11;
}
.layanan-content .hi-icon-earth {
    color: #e0d428;
}
.layanan-content .hi-icon-pencil {
    color: #c72b30;
}
.layanan-content .hi-icon-chat {
    color: #825f23;
}
.layanan-content .hi-icon-list {
    color: #B26700;
}
.layanan-content .hi-icon-clock {
    color: #f5a705;
}
.layanan-content .hi-icon-mail {
    color: #009FB7;
} */

.main-nav>ul>.drop-down>ul {
    right: 0;
    left: auto;
}

#sosmed-tab.nav-tabs .nav-item {
    flex-grow: 1;
    text-align: center;
    margin-bottom: -2px;
}
#sosmed-tab.nav-tabs .nav-item .nav-link {
    border-radius: 0;
}
#sosmed-tab.nav-tabs #facebook-tab.nav-link.active {
    background: #4267b2;
    border-color: #4267b2;
    color: #ffffff;
}
#sosmed-tab.nav-tabs #twitter-tab.nav-link.active {
    background: rgb(85, 172, 238);
    border-color: rgb(85, 172, 238);
    color: #ffffff;
}

#sosmed-tab.nav-tabs #instagram-tab.nav-link.active {
    background: #d6249f;
    /* background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); */
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border-color: #fd5949;
    color: #ffffff;
}

#footer b {
    color: #fee50e;
}

.table-update-harga {
    width: 110%;
    max-width: 290px;
    font-size: 12px;
    /* margin: 0 auto; */
}
.table-update-harga tr th {
    vertical-align: top;
    font-weight: normal;
}
.table-update-harga tr td b {
    color: #0072bc;
}
.table-update-harga small {
    font-size: 60%;
}
.aktifitas-gunung {
    padding-left: 22px;
    list-style: none;
    font-size: 80%;
}
.aktifitas-gunung li {
    padding: 5px 0;
}
.aktifitas-gunung img {
    max-width: 18px;
}
.aktifitas-gunung span[class^='status-'] {
    font-weight: bold;
}
.aktifitas-gunung .status-awas {
    color: #ff6868;
}
.aktifitas-gunung .status-siaga {
    color: #e9bf06;
}
.aktifitas-gunung .status-waspada {
    color: #ecd200;
}
.aktifitas-gunung .status-normal {
    color: #3fcdc7;
}
#highlight .wrapper {
    width: 100%;
    overflow: auto;
}
.arus-migas .fa-import.fa-sort-down {
    color: #3fcdc7!important;
}
.arus-migas .fa-import.fa-sort-up {
    color: #f53657!important;
}
.export-import td {
    padding-bottom: 15px!important;
}
table.arus-migas {
    min-width: 455px;
    width: 100%;
}
table.arus-migas .am-title {
    font-size: 17px!important;
}
table.arus-migas .number {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: right;
}
table.arus-migas tr td {
    padding: 3px 7px;
}

table.arus-migas .text {
    color: #6c757d;
    font-size: 12px;
}
table.arus-migas .down, table.arus-migas .import-up {
    color: #f53657;
}
table.arus-migas .up, table.arus-migas .import-down {
    color: #3fcdc7;
}
table.arus-migas .fa-sort-down {
    vertical-align: super;
    color: #f53657;
}
table.arus-migas .fa-sort-up {    
    vertical-align: middle;
    color: #3fcdc7;
}

@media (max-width:991px) {
    .minyak-gas-legend {
        margin-bottom: 60px;
    }
    .kelistrikan-legend {
        margin-bottom: 30px;
    }
    #highlight .mob .stats {
        margin-bottom: 23px;
    }
}

@media (min-width: 767px) {
    #highlight .box {
        height: calc(100% - 25px);
    }
    .layanan-content {
        width: calc(100% * 4);
        left: calc(100% - (100% * 4));
    }
}

@media (min-width: 992px) {
    .layanan-content {
        width: calc(100% * 5);
        left: calc(100% - (100% * 2));
    }
}

@media (max-width: 766px) {
    
    .layanan-content {
        width: calc(100% * 3.3);
        left: calc(100% - (100% * 3));
    }
}

@media (max-width: 691px) {
    .layanan-content {
        width: calc(100% * 2);
        left: calc(100% - (100% * 1));
        overflow: hidden;
    }
    .layanan-content ul {
        display: block!important;
        text-align: center;
        background: #2a3d50;
    }
    .layanan-content ul li {
        display: inline-block!important;
    }
    .layanan-content .hi-icon .icon-title {
        color: #ffffff;
    }
    .logo span {
        font-size: 10px;
    }
    #intro .owl-carousel .owl-item img {
        object-fit: contain;
    }
}
@media (max-width: 500px) {
    .ticker-container .ticker-caption {
        width: 100%;
        text-align: left;
    }
    .ticker-container ul div {
        left: 0;
    }
    .kelistrikan table tr td {
        display: block;
    }
    .kelistrikan .num {
        display: inline-block;
        text-align: left;
    }
    .kelistrikan .tanggal {
        padding-bottom: 10px;
    }
}
@media (max-width: 400px) {
    .logo span {
        font-size: 8px;
    }
}

/* pak kapus */
#pelayanan-publik, #dokumen-info {
    background: #293d50;
}
#pelayanan-publik .card {
    background: #293d50;
    border-color: #293d50;
}
#pelayanan-publik .card h5, #dokumen-info h3 {
    color: #fff;
}
#pelayanan-publik .card:hover h5 {
    color: #293d50;
}
#dokumen-info .title a {
    color: #fff;
}

.news-read h4.title {
    color: #444;
    margin-bottom: 5px;
    font-weight: bold;
}
.text-grey {
    color: #a3abbb!important;
}
.sidebar-recent-news {
    margin-top: 20px;
}
.sidebar-recent-news .media img {
    width: 65px;
}
