@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700,800&display=swap');

:root{
    --theme-color:#0F406E;
    --action-color:#FF798A;
}

*,
*:after,
*::before {
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}
body{
    background: #fff;
    font-family: 'Poppins', sans-serif;
    color:#555;
    overflow-x: hidden;
    font-size:14px;
    font-weight: 400;
    position: relative;
}
/* GENERAL */
.carousel-inner img.caroutok {
    width: 100%;
    height: 95vh !important;
	object-fit: cover;
}
/* CSS Tambahan Content Details*/
#detail-posting img{
 width: 100%;
}
/* CSS Tambahan Content Details*/
/* CSS Tambahan v_home*/
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0.5);
    opacity: 0.6;
}
/* CSS Tambahan v_home*/
.bg-theme{
    background: var(--theme-color);
}
.bg-action{
    background: var(--action-color);
}
.bg-black{
    background:#111;
}
.text-theme{
    color: var(--theme-color);
}
.text-action{
    color: var(--action-color);
}
.spacer{
    width: 100px;
    height: 2px;
    margin:0 auto;
}
.card .spacer{
    width: 50px;
    height: 4px;
    background:#eee;
    border-radius:200px;
}
.border-radius-1{
    border-radius:0.5em;
}
.border-radius-2{
    border-radius:1em;
}
.border-radius-3{
    border-radius:1.5em;
}
.border-radius-4{
    border-radius:2em;
}
.border-radius-5{
    border-radius:2.5em;
}
.img-circle-cover{
    background:#f5f5f5;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    border-radius:50%;
}
.object-fit-cover{
    object-fit: cover;
}
/* FORM */
/* TABLE */
/* NAVBAR */
#topnav{
    background: #111;
    padding:10px 0;
}
#topnav .navbar-nav li a{
    padding:5px 15px;
    color:#fff;
    font-size: 16px;
    border-left: 1px solid rgba(255,255,255,0.1);
}
#topnav .searchform{
    background:rgba(255,255,255,0.2);
}
#topnav .searchform .form-control,
#topnav .searchform .btn{
    border-radius: 0;
    border:none;
    background: none!important;
    color:#fff;
    font-size:12px;
}
#topnav .searchform .form-control::placeholder{
    color:#fff;
}
#navbar{
    background:#fff;
    padding:0;
    color:#333;
    position: sticky;
    position: -webkit-sticky;
    top:0;
    z-index:99;
    box-shadow:0px 1px 3px rgba(0,0,0,0.1);
}
.navbar-brand{
    color:#333!important;
    text-decoration: none;
}
.navbar-brand img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin:0 15px 0 0;
}
.navbar-brand h4{
    font-size: 18px;
    font-weight: bold;
}
.navbar-brand h5{
    margin:0;
    font-size: 12px;
    font-weight: 400;
}
#navbar .navbar-nav.navbar-main-menu > li > a{
    text-transform: uppercase;
    padding:0 10px;
    height: 76px;
    color:#333;
    font-weight: 600;
    line-height: 76px;
    font-size:12px;
}
#navbar .navbar-nav.navbar-main-menu > li.active > a{
    border-bottom: 2px solid rgba(0,0,0,0.4);
}
#navbar .navbar-nav.navbar-main-menu > li.show > a{
    background:#eee;
    color:#333;
}
#navbar .navbar-nav.navbar-main-menu .dropdown-menu{
    padding:0!important;
}
#navbar .navbar-nav.navbar-main-menu .dropdown-menu > li{
    position: relative;
}
#navbar .navbar-nav.navbar-main-menu .dropdown-menu > li > a{
    font-size: 12px;
    white-space: nowrap;
    padding:10px 15px;
}
#navbar .navbar-nav.navbar-main-menu .dropdown-menu > li > a .fa-angle-right{
    margin-top:2px;
}
#navbar .navbar-nav.navbar-main-menu .dropdown-menu > li > a:hover{
    background:#f5f5f5;
}
#navbar .navbar-nav.navbar-main-menu .dropdown-menu > li > ul{
    top:-3px;
    left:100%;
}
#navbar .navbar-nav.navbar-main-menu .dropdown-menu > li.dropleft > ul{
    top:-3px;
    left:auto;
    right:100%;
}
#navbar.float{
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 99;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}

/* SECTION */
section{
    position: relative;
}
.section-bg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-bg.bg-right{
    left:auto;
    right:0;
    width: 50%;
}
.section-bg.bg-left{
    left:0;
    right:auto;
    width: 50%;
}
.opacity-0{
    opacity: 0;
}
.opacity-25{
    opacity: 0.25;
}
.opacity-50{
    opacity: 0.5;
}
.opacity-75{
    opacity: 0.75;
}
.opacity-1{
    opacity: 1;
}
.img-circle{
    border-radius:50%;
}

/* POST */
footer{
    background: #222;
    color:#fff;
}
footer .bg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
}
footer a{
    color:#fff;
}
footer a:hover{
    color:#fff;
}
footer .copyright{
    border-top:1px solid rgba(255,255,255,0.1);
}
footer hr{
    border:none;
    border-bottom:1px dotted rgba(255,255,255,0.1);
}
#searchform{
    padding:15px;
    background: rgba(0,0,0,0.8);
    position:fixed;
    top:75px;
    left:0;
    right:0;
    z-index: 99;
}
#searchform .form-control{
    background: none;
    border:none;
    outline: none;
    box-shadow: none;
    color:#fff;
}
#searchform .btn{
    background: none;
    border:none;
    color:#fff;
    outline: none;
}
.social a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding:0;
    background: #fff;
    color:#111;
    border-radius: 50%;
    margin:0 5px 5px;
}
.social a:hover{
    color:#111;
    opacity: 0.6;
}
.btn-accent{
    background: var(--theme-color);
}
.btn-facebook{
    background: #3D5C97;
    color:#fff;
}
.btn-twitter{
    background: #23A1F2;
    color:#fff;
}
.btn-whatsapp{
    background: #4DC246;
    color:#fff;
}
.article ol,
.article ul{
    margin-left: 20px;
}
#slider .item{
    height: 600px;
    position: relative;
}
#slider .item img{
    width:100%;
    height:100%;
    object-fit: cover;
}
#slider .item .caption{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
    padding:100px 0 80px 0;
    text-align: center;
}
#slider .item .caption a{
    color:#fff;
}
#slider .item .caption h3{
    font-size: 30px;
    font-weight: 200;
}
#slider .slick-dots{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    text-align: center;
}
#slider .slick-dots li{
    display: inline-block;
}
#slider .slick-dots li button{
    background:rgba(255,255,255,0.5);
    border:none;
    width:10px;
    height: 10px;
    border-radius: 50%;
    text-indent:-9999px;
    margin:0 5px;
    outline: none;
    transition: .3s ease;
    position: relative;
}
#slider .slick-dots li.slick-active button{
    border-radius:100px;
    background:#fff;
}
#slider .slick-arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    justify-content: center;
    /*width: 15%;*/
    background-color: transparent;
    text-align: center;
    font-size: 2em;
    color: rgba(255,255,255,.5);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#slider a.slick-arrow:hover{
    color: rgba(255,255,255,1);
}
.slick-arrow.slick-prev {
  left: 0;
  z-index: 1;
}
.slick-arrow.slick-next {
  right: 0;
  text-decoration: none;
}
.dropdown-mega{
    position: static;
}
.dropdown-mega .dropdown-menu{
    top:calc(100% - 2px);
    border-radius: 0;
    border:none;
    width: 100%;
    padding:30px 0;
    background:rgba(0,0,0,0.8);
}
.dropdown-mega .dropdown-menu .nav li a{
    font-size: 12px;
    color:#fff!important;
}
#navigation .navbar-nav li.show > a{
    background:#111;
    color:#fff;
}
a.card{
    color:#333;
    text-decoration: none;
    display: block;
}
hr.heading-divider{
    margin:15px auto;
    width: 50px;
    height: 2px;
    background: var(--theme-color);
}
.card-columns-4{
    column-count: 4;
}
.breadcrumb{
    background: #f5f5f5;
    padding:5px 15px;
}
.breadcrumb li a{
    color:#333;
    font-weight: bold;
}
.btn-circle{
    border-radius:50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding:0;
    text-align: center;
}
.form-menginap{
    position: sticky;
    position: -webkit-sticky;
    top:75px;
    background: #fff;
    z-index:10;
}
.bg-accent{
    background: var(--theme-color);
}
.text-accent{
    color:var(--theme-color);
}
.bg-cover{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.bg-cover.bg-contain{
    object-fit: contain;
}
.object-fit-cover{
    object-fit: cover;
}
.radius-50{
    border-radius: 50%;
}
.slick-dots{
    text-align: center;
    list-style: none;
    margin:1em 0;
}
.slick-dots li{
    display: inline-block;
}
.slick-dots li button{
    border:none;
    display: inline-block;
    background:#eee;
    border-radius:50%;
    margin:0 0.3em;
    text-indent:-99em;
    width: 10px;
    height:10px;
}
.slick-dots li.slick-active button{
    background: var(--theme-color);
}
.pagination li a{
    color:#555;
    margin:5px;
    border-radius:0!important;
}
.pagination li.active a{
    background: var(--theme-color)!important;
    border-color:var(--theme-color)!important;
    color:#fff!important;
}
.opacity-1{
    opacity: 0.1;
}
.opacity-2{
    opacity: 0.3;
}
.opacity-3{
    opacity: 0.5;
}
.opacity-4{
    opacity: 0.7;
}
.opacity-5{
    opacity: 0.9;
}
.row-layanan .card{
    position: relative;
    transition:.3s ease;
}
.row-layanan .card:hover{
    transform: translateY(-10px) scale(1.05);
    box-shadow:0px 30px 10px -20px rgba(0,0,0,0.2)!important;
}
.card-video{
    position: relative;
    display: block;
}
.card-video:before{
    content: "";
    position: absolute;
    top:15px;
    left:15px;
    bottom:15px;
    right:15px;
    border:1px solid var(--action-color);
    transition: .3s ease;
}
.card-video:hover:before{
    top:10px;
    left:10px;
    bottom:10px;
    right:10px;
    border:1px solid #fff;
}
.card-video:after{
    content: "\f16a";
    font-family:"Fontawesome";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 80px;
    color:#fff;
}
.card-video img{
    border-radius: 0;
}
.card-video .card-body{
    background:#222;
    color:#fff;
}
.card-download{
    position: relative;
    display: block;
}
.card-download:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: rgba(0,0,0,0.5);
    transition: .3s ease;
    opacity: 0;
}
a.close-modal-circle {
    position: absolute;
    top: -15px;
    right: -15px;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 99;
    cursor: pointer;
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==); */
    background-image: url('https://testweb.magelangkab.go.id/assets/images/closebtn.png');
}
.table-discuss tr td {
    vertical-align: middle;
}
.nowrap {
    white-space: nowrap;
}
.badgeOpt {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
}
.card-download:after{
    content: "download";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,100%);
    font-size: 16px;
    background:#fff;
    padding:10px 30px;
    color:#333;
    transition: .3s ease;
    opacity: 0;
}
.card-download:hover:before,
.card-download:hover:after{
    opacity: 1;
}
.card-download:hover:after{
    transform: translate(-50%,-50%);
}
.infografik-majalah-wrap{
    position: relative;
}
.infografik-majalah-wrap:before{
    content: "";
    position: absolute;
    top:0;
    left:50%;
    bottom:0;
    border-right:1px dashed #ddd;
}
/* Kontent CSS  Bawah Carousel*/


/* Kontent CSS  Bawah Carousel*/

/* RESPONSIVE */
@media (max-width: 768px){
    #topnav .row{
        margin:0;
    }
    #topnav .navbar-nav{
        flex-direction: row;
    }
    #navbar{
        padding:10px 0;
    }
    #navbar #navigation{
        padding:15px 0;
        max-height:400px;
        overflow:auto;
    }
    #navbar .navbar-nav.navbar-main-menu > li > a{
        height:auto;
        line-height: 100%;
        padding:15px;
        position: static;
    }
    
    #navbar .navbar-nav.navbar-main-menu > li.active > a{
        border:none;
        background: rgba(0,0,0,0.1);
    }
    .navbar-light .navbar-toggler{
        border:none;
        outline:none;
    }
    .form-menginap{
        position: relative;
        top:auto;
    }
    .col-md-6.border-right:nth-child(2n){
        border:none!important;
    }
    .row-heading{
        margin:0!important;
    }
    .row-heading h3{
        font-size:24px;
    }
    .row-heading h4{
        font-size:20px;
    }
    #navbar .navbar-nav.navbar-main-menu .dropdown-menu{
        border:none;
        box-shadow:none;
    }
    #navbar .navbar-nav.navbar-main-menu > li > a .fa{
        float: right;
    }
    .infografik-majalah-wrap:before{
        display: none;
    }
    
}
@media (max-width: 767px){
    .section-bg{
        top:0;
        left:0;
        bottom:0;
        right:0;
        width:100%;
        height:100%;
        object-fit:cover;
        opacity: 0.1;
    }
}
@media (max-width: 480px){
    .row > div.border-right{
        border:none!important;
    }
    #navbar .navbar-brand{
        margin-left:15px;
    }
    #navbar .navbar-brand img{
        height:30px;
    }
    .card-columns-4{
        column-count: 1;
    }
}

iframe.aduan{
    border: none !important;
    overflow: hidden;
    height: 120vh;
    width:100%;
    padding: 0px;
}
iframe.aduan .col-12{
    padding-right: 0px !important;
    padding-left: 0px !important;
}