/* Add here all your css styles (customizations) */

/*FONT GOOGLE*/
@import url(https://fonts.googleapis.com/css?family=Signika:400,600);
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
/* .wrapper {
    background: url(../img/bk-pattern5.png) repeat;
} */
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

a {
    color: #338A94;
    text-decoration: none;
}

body, a, p {
    font-size: 10pt;
    font-family: 'Poppins';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
}
.header-color{
	background: linear-gradient(
180deg, #14b8ad, #14b8ad, #14b8ad, #14b8ad, #338A94) !important;
	border-top: #338A94 4px solid !important;
	border-bottom: 2px #338A94 solid !important;
}
.css-selector {
    background: linear-gradient(124deg, #338A94, #338A94, #338A94) !important;
    background-size: 100% 100%;

    -webkit-animation: AnimationName 17s ease infinite;
    -moz-animation: AnimationName 17s ease infinite;
    -o-animation: AnimationName 17s ease infinite;
    animation: AnimationName 17s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}
@keyframes AnimationName {
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}
.wrapper {
    background:url(../img/bg_gray.jpg) repeat!important;
}
.col-md-10.header-title {
    padding-left: 0px;
}
a.moto{
    font-size:45px;color:#338A94;text-decoration:none;font-family: 'Brush Script MT', cursive;
}

p.moto2{
    font-weight:bold;font-size:20px;color:#338A94;text-decoration:none;font-family: 'Poppins';
}
.col-md-10.header-title h1{
    font-family: 'Signika', sans-serif;
    font-size:22pt;
    font-weight:bold;
    color:#338A94 ;
    margin-left:10px;
    margin-bottom:0px;
    margin-top:-5px !important;
}

.col-md-10.header-title h2{
    font-family: 'Signika', sans-serif;
    font-size:19pt;
    color:#338A94 ;
    margin-left:10px;
    margin-bottom:0px;
}

.col-md-10.header-title a{
	color:#484946 !important;
	margin-left:10px;
	font-weight:bold;
	text-decoration:none;
	
}

.bg-grey {
	background-color:#fafafa;
}

.bg-buleleng {
	background:url(../img/logo-buleleng-grey.png) no-repeat center;
	height:200px;
}

h3.footer-title{
	color: #EAEAEA;
    line-height: 1.4;
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
}

ul.list-unstyled.kategori {
	line-height:2.7em;
}

ul.list-unstyled.kategori li a{
	color:#4765a0;
}
ul.list-unstyled.kategori li a:hover{
	color:#D70028;
	text-decoration:none;
	
}
.frame-img{
	border:5px solid #FFF;
}

.blog-twitter-inner ul li a {
    font-size: 11px;
}

.breadcrumb-red{
	padding: 25px 0 30px;
    border-bottom: solid 3px #eee;
    background: url(../img/bc.jpg) repeat;
}

.breadcrumb-red span{
	color: #338A94;
    display: block;
    font-size: 24px;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
}

ul.tsc_pagination li a 
{ 
    border:solid 1px; 
    border-radius:3px; 
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:6px 9px 6px 9px;
}
ul.tsc_pagination li 
{
    padding-bottom:1px;
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current
{ 
    color:#FFFFFF; 
    box-shadow:0px 1px #EDEDED;
    -moz-box-shadow:0px 1px #EDEDED;
    -webkit-box-shadow:0px 1px #EDEDED; 
}
ul.tsc_pagination 
{ 
    margin:4px 0;
    padding:0px; 
    overflow:hidden; 
    font:12px 'Tahoma';
    list-style-type:none; 
}
ul.tsc_pagination li 
{ 
    float:left;
    margin:0px;
    padding:0px; 
    margin-left:5px;
}
ul.tsc_pagination li a 
{ 
    color:black; 
    display:block; 
    text-decoration:none;
    padding:7px 10px 7px 10px; 
}
ul.tsc_pagination li a img 
{
    border:none;
}
ul.tsc_pagination li a
{ 
    color:#338A94;
    border-color:#338A94; 
    background:#42A3A7; 
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current
{ 
    text-shadow:0px 1px #388DBE;
    border-color:#ccdb39; 
    background:#338A94 !important; 
    background:-moz-linear-gradient(top, #42A3A7 1px, #42A3A7 1px, #338A94);
    background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #ccdb39), color-stop(0.02, #ccdb39), color-stop(1, #338A94));
}

.pull-right.margin-top-10.readmore a{
	color :#338A94;
}

.info {
	margin-top:-15px;
    margin-bottom: 10px;
    float: right;
}
.info a{
	color :#338A94;
    font-weight: bold;
}

.da-slide h2 {
    width: 500px;
    top: 45px !important
}

.da-slide p{
    top: 170px !important;
    width: 500px;
}

.event-time {
    border: #e5e5e5;
    color: #808080;
    display: block;
    float: left;
    height: auto;
    margin: 3px 15px 3px 0 !important;
    padding-top: 7px;
	border: 1px solid #ddd;
}
.event-time .date {
    font-size: 200%;
    padding: 9px 10px 0px;
    background-color: white;
}

.event-time .month {
    display: block;
    padding-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
	border-top: 1px solid #ccdb39;
    color: #FFFFFF;
	background: #b32b2d;
	background: -moz-linear-gradient(top,  #b32b2d 0%, #ccdb39 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b32b2d), color-stop(100%,#5a1617));
	background: -webkit-linear-gradient(top,  #b32b2d 0%,#ccdb39 100%);
	background: -o-linear-gradient(top,  #b32b2d 0%,#ccdb39 100%);
	background: -ms-linear-gradient(top,  #b32b2d 0%,#ccdb39 100%);
	background: linear-gradient(top,  #b32b2d 0%,#5a1617 100%);
	-pie-background:linear-gradient(#b32b2d,#5a1617);
    text-shadow: none;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px !important;
}

.tab-v2 .nav-tabs li.active a {
	border-top: solid 5px #338A94 !important;
    border-radius: 5px 5px 0 0 !important;
	color : #338A94;
    font-weight: bold;
}

.da-slide {
    border-bottom: 30px solid #338A94;
}
.da-slider{
    height: 445px !important;
}
.da-dots{
    bottom: 0px !important;
}

.bk-grey{
    background-color: #FFF !important;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
     border-radius: 5px !important;
}
.box-publik{
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
     border-radius: 5px !important;
}

.box-publik-desc{
    width: 100%; 
    height: 60px; 
    font-size: 9pt;
    background-color: #338A94; 
    color: white; 
    padding: 0 5px 0 5px; 
    float: left;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 0px 0px 5px 5px!important;

}
 img.img-qrcode{
    width:150px;
    height:150px;
 }

 .area-qrcode{
    width: 150px;
    margin-right:50px ;
    margin-bottom:20px ;
 }

.title-qrcode{
    font-size: 9pt;
    background-color: #338A94; 
    color: white; 
    text-align: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 0px 0px 5px 5px!important;

}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.box-vid-top{
    width: 100%; background-color: #40E0D0; color: white; padding: 20px 5px; float: left;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 0px 0px 5px 5px!important;

}
.box-vid{
    width: 100%; 
    min-height:71px; background-color: #40E0D0; color: white; font-size:11px; padding: 10px 5px 10px 5px; float: left;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 0px 0px 5px 5px!important;
    text-shadow: 1px 1px 2px #444;

}
.blog-twitter .blog-twitter-inner{
    background : #E0E0E0 !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .sticky + .content {
    padding-top: 60px;
  }

.purchase {
    padding: 10px 0px 0px 0px;
    background: linear-gradient(147deg, #14b8ad, #14b8ad, #ccdb39, rgb(250, 250, 250), #ccdb39, #42A3A7, #42A3A7); /* kode warna gradien di menu tengah */
    background-size: 400% 400%;

    -webkit-animation: AnimationName 23s ease infinite;
    -moz-animation: AnimationName 23s ease infinite;
    animation: AnimationName 23s ease infinite;
    border-radius: 5px !important;
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

@-webkit-keyframes AnimationName {
    0%{background-position:9% 0%}
    50%{background-position:92% 100%}
    100%{background-position:9% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:9% 0%}
    50%{background-position:92% 100%}
    100%{background-position:9% 0%}
}
@keyframes AnimationName {
    0%{background-position:9% 0%}
    50%{background-position:92% 100%}
    100%{background-position:9% 0%}
}

.menu-bott a{
    margin-right: 10px;
    cursor: pointer;
}

.menu-bott a:hover{
    opacity: 0.8;
}

.news-box{
    background-color: #E0E0E0;
     border: 1px solid #eaeaea;
     box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 5px !important;
}

.header-box{
    background-color: #338A94;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 10px;
    margin-bottom: 0;
    border-radius: 5px 5px 0px 0px !important;
}

.header-box h2.title{
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom:0px !important;
    margin-left:10px !important;
    color : #338A94 !important;
     background: url(../img/nb-dots.png) repeat;
    background-color:#42A3A7;

    text-transform: uppercase;
}

.header-box h2.title a{
    background: #338A94;
    padding-right: 11px;
    line-height: 15px;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 2px #444;
    text-decoration: none;
}
.header .dropdown-menu{
    background-color: #338A94 !important;
   
}
.header li ul.dropdown-menu{
    opacity: 0;
	position: absolute;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header li:hover ul.dropdown-menu{
    visibility: visible !important;
    opacity: 1;
}

.header .dropdown-menu li a{
    color: #fff !important;
    text-shadow: 1px 1px 2px #444 !important;
}
.header .dropdown-menu li:hover{
    background-color: #42A3A7;
}
.header .dropdown-menu li a:hover{
    color:#42A3A7 !important ;
    
}
.btn-u.btn-u-red{
    background: #338A94 !important;
}

img.img-hover:hover{
    opacity: 0.8;
    cursor: pointer;
}
.headline{
    border-bottom: 2px dotted #adabab !important;
}

.headline-box {
    padding: 10px;
     background-color: #E0E0E0;
     border-radius: 5px !important;
}

.funny-boxes{
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 5px !important;
    border-top: solid 2px #338A94;
}

.headline-title a{
    color: #338A94;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: initial;

}

.title-layanan {
    background-color: #338A94;
    color: #fff;
    text-align: center;
    background-color:#338A94;
    margin:0px 20px 10px 20px;
    border-radius: 10px !important;
   
}

.title-layanan h2{
    font-size: 20px;
    font-weight: bold;
    color : #FFF !important;
     /* background: url(../img/nb-dots.png) repeat; */
    /* background-color:#FF9900; */

    text-transform: uppercase;
}

.sub-headline-title a{
    color: #338A94;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: initial;

}
a.news-date{
    font-size: 10px;
    color: #757575;
    font-style: italic;
}

.content-box{
    /* padding: 10px; */
    border-bottom: 1px dashed #FF9900;
}
img.arc-icon {
    float: left;
    width: 30px;
    margin-right: 10px;
}

.footer-v1 .footer h2 {
    font-weight: bold;
}
.footer-v1 .footer ul li,.footer-v1 .footer ul li a {
	color: #e3e3e3;
}

.footer-box{
  
    text-align: center;
    padding: 5px;
}

.footer-box a{
    font-size: 13px;
    color: #338A94;
    font-weight: bold;
}

.tab-v2 .tab-content {
    background-color: #fff;
    border: solid 1px #ddd !important;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}
.tab-v2 .nav-tabs li.active a{
    border-left: solid 1px #ddd !important;
    border-right: solid 1px #ddd !important;
}
.tab-v2 .nav-tabs {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 5px 5px 0px 0px !important;
}

.tab-v2 .nav-tabs li a{
    font-size: 14px !important;
}

iframe#blockrandom {
    border: 0px

}

.list-pn a{
    color: #424242 !important;
}

.stats{
    margin-bottom: 8px
}

.carousel-content {
    color:black;
    display:flex;
    align-items:center;
}

#text-carousel {
  width: 100%;
  height: auto;

}

.carousel-control.right{
    background-image : none !important;
}


.carousel-control.left{
    background-image: none !important;
}

div#language a.lang {
    color: #338A94;
    cursor: pointer;
}
a.lang.active {
    font-weight: bold;
    color: #FF9900 !important;
}

.headline h2, .headline h3, .headline h4{
    border-bottom: 2px solid #338A94 !important;
    font-weight: bold;
}

.tab-v2 .nav-tabs li:hover a{
    color: #338A94;
}

.table-striped>tbody>tr>td{
    font-size: 13px !important;
    color :#585f69 !important;
}

.table-striped>thead>tr>th{
    font-size: 13px !important;
    color :#585f69 !important;
}

.btn-danger{
    background-color: #338A94;
    border-color: #338A94;
}
.limit {
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
}

div#topcontrol:hover{
    background-color:#338A94;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/loader-64x/dualball.svg) center no-repeat #fff;
}
.floating-wa{
    position: fixed;
    bottom: 10px;
    right: 60px;
    display: block;
    cursor: pointer;
    z-index: 99;
}
.floating-wa img{
   width: 160px;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
    width: 100%;
}
.carousel-control{
    color: #42A3A7;
    opacity: 1;
}
.goog-te-gadget-simple {
    background-color: #fff ;
    border-left: 1px solid #7c8082 !important;
    border-top: 1px solid #7c8082 !important;
    border-bottom: 1px solid #7c8082 !important;
    border-right: 1px solid #7c8082 !important;
    font-size: 10pt;
    display: inline-block;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 15px !important;
    cursor: pointer;
    zoom: 1;
    border-radius: 3px !important;
    /* border-radius: 0; */
}

.goog-te-gadget-icon{
    display:none;
}
.tooltips + .tooltip > .tooltip-inner {font-size: 16px;}

.tgl_box {
    background-color: #338A94;
    color: #fff;
    width: 100%;
    height: auto;
    font-size: 11px;
    text-align: center;
    padding: 10px;
    border-radius: 15px !important;
    width: 70px;
    float: left;
    margin-right: 15px;
}
span.date_on {
    font-size: 28px;
}

.sidang_box p {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.sidang_box a {
    color:#fff;
    text-decoration: none;
    /* font-weight: bold; */
}

#berita-detail img{
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
}

.da-slide .da-img{
    top: 45px !important;
}

.header .navbar-default .navbar-nav > li > a{
    font-size: 13px;
    font-weight: 600;
    text-shadow: 1px 1px 2px #444;

}

.header .navbar-default .navbar-nav > li > a:active{
    text-shadow: 1px 1px 2px #444;

}

.wa__btn_popup .wa__btn_popup_icon{
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%) !important;
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%) !important;
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14) !important;
}

.nav>li:hover {
    margin-top: -1px !important;
}

.nav>li.active:hover {
    margin-top: 0px !important;
}

.flexslider{
    margin: 0px !important;
}

.flex-control-nav{
    bottom: 15px !important;
}

.modal-body.popup {
    padding: 0px;
}

button.close.popup {
    z-index: 100 !important;
    /* display: unset; */
    position: absolute;
    background: #952b04;
    opacity: 1;
    top: 10px;
    font-size: 15px;
    right: 0px;
    padding: 10px;
    color: #fff;
    text-shadow: 0 0 black;
}


.s-soft{ 
    position: fixed;
    top: 200px ;
    left: 0;
    z-index: 1000; transition:all linear 0.2s ;
}
.s-soft a:first-child{ border-radius: 0 5px 0 0 !important;
}
.s-soft a:last-child{ 
    border-radius: 0 0 5px 0 !important;
}
.s-item { 
    display:block; 
    width: 60px;
    height: 60px;
    color: white;
    font-size: 25px;
    padding-top: 20px;
    text-align:center;
    transition:all linear 0.2s ;}
.s-item:hover { 
    width:110px;
    border-radius:0px 20px 20px 0px;  
    color: white;
}
#so-open { 
    position: fixed;
    top: 200px ;
    left: -90px;
    border-radius:0 30px 30px 0 !important;
transition:all linear 0.2s ;
}
.facebook {background-color:  #3b5999;}
.twitter {background-color: #3AAFD6;}
.tiktok {background-color: #282828;}
.print {background-color: #de3c7d;}
.pinterest{background-color: #BD081C;}
.linkedin{background-color: #0e76a8 ;}
.instagram{background-color:  #c32aa3;}
.so-collapse{left: -60px; }
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    border-radius: 10px !important;
}   
/* .carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; } */
/* ul.pengumuman {
    width: 60%;
} */

ul.pengumuman li {
    border-bottom: 1px dashed #e1e1e1;
    border-top: 1px dashed #e1e1e1;
    font-weight: bold;
    padding: 10px;
}
ul.pengumuman li a {
    color :#338A94;
    font-size: 9pt;
}

a, a:focus, a:hover, a:active, button, button:hover{
    text-decoration: none !important;
    color :#338A94;

}

.rounded-10 {
    border-radius: 10px !important;
}

.header .mega-menu .nav, .header .mega-menu .dropup, .header .mega-menu .dropdown, .header .mega-menu .collapse{
    margin-top: -1px !important;
}
.header .navbar-default .navbar-nav > li > a{
    bottom : 0px !important
}

div#pagination {
    margin-top: 20px;
    float: right;
    /* text-align: center; */
}

img.survei {
    border-radius: 5px !important;
    width: 100%;
}

.card {

    height: 105px;
    position: relative;
    display: inline-block;
}

.card img{
 
    height: 95px;
    border-radius: 5px !important;
}

.card .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.card:hover .img-top {
    display: inline;
}

h4.zi_title {
    font-weight: bold;
    font-size: 15pt;
    color: #262525;
    
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
 background-color: #E98002;
}

ul.loginbar{
    float:right;
}
ul.loginbar li.languagesSelector {
    display: inline-flex!important;
    padding-bottom: 2px !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.box-area{
    padding: 7px;
}

.content-box.infopublik{
    display: inline-flex;
    width: 49%;
}

.rightside{
    float: right;
}

.table-sm{
    font-size: 10pt!important;
}
@media(min-width :1400px){
    .container{
        width: 1270px !important;
    }
}
@media (min-width: 767px) and (max-width: 991px){
    .header .navbar-toggle {
		margin-right: 30px;
	}

    .da-slide p {
        top: 85px !important;
        width: 327px;
        font-size: 12px;
        line-height: 18px;
    }

    .da-slide h2 {
        width: 350px;
        top: 45px !important;
    }

    .da-slide h2 i {
        font-size: 19px;
        font-style: normal;
        padding: 0 5px;
        text-transform: uppercase;
    }

    .da-slide h2 {
        line-height: 22px;
    }

    .da-slide .da-img{
        width: 40%;
    }
}

@media (max-width: 767px) {
	.center-mini{
		text-align:center;
        width: 100%;
	}
	.col-md-10.header-title a{
		display:none;
    }

    h3.sub-headline-title {
        margin-left: 15px;
    }
    a.news-date{
        margin-left: 15px;
    }
    img.pelayanan{
        width: 85% !important;
    }

    #berita-detail img{
        width: 100% !important;
     
        border-radius: 10px;
    }

    .responsive-width{
        width: 100% !important;
    }

    .da-slide h2{
        width: 100%;
        text-align: center;
        margin-left: -30px;
    }

    .da-slide h2 i{
        font-size: 20px;
    }

    .da-slide .da-img {
        /* text-align: center; */
        width: 50%;
        top: 45% !important;
        /* height: 328px; */
        /* line-height: 320px; */
        /* left: 110%; */
        margin-left: -34%;
    }

    .s-item {
        display: block;
        width: 36px !important;
        height: 38px !important;
        color: white;
        font-size: 16px !important;
        padding-top: 15px;
        text-align: center;
        transition: all linear 0.2s;
    }

}

@media(max-width :900px){

    a.moto{
        font-size:13pt;color:#338A94;text-decoration:none;font-family: 'Courgette', cursive;
    }
    
    p.moto2{
        font-weight:bold;font-size:13pt;color:#338A94;text-decoration:none;font-family: 'Poppins';
    }

    ul.pengumuman{
        width: 100%;
    }
    .so-open { 
        top: 250px ;
        z-index: 100;
    }

    .s-item {
        display: block;
        width: 45px;
        height: 51px;
        color: white;
        font-size: 25px;
        padding-top: 15px;
        text-align: center;
        transition: all linear 0.2s;
    }

    

    img.arc-icon{
        margin-bottom: 20px;
    }
    .da-slide .da-img{
        display: block;
    }

    .da-slide h2{
        line-height: 25px;
    }

    .floating-wa{
        right: -5px !important;
    }

   
    #berita-detail img{
        width: 100% !important;
        border-radius: 10px;
    }

    div#test img {
        width: 98%;
    }

    .col-md-10.header-title{
        padding-left: 5px;
    }
    .header .topbar ul.loginbar > li > a, .header .topbar ul.loginbar > li > a:hover{
        font-size: 8px;
    }

    .da-slider {
        height: 335px !important;
    }

   
    .card{
        height: 90px;
    }
    .card img{
        height: 73px;
    }

    .content-box.infopublik{
        display: inline-flex;
        width: 48%;
    }

    .box-publik-desc{
        font-size: 7pt;
    }

    .col-md-10.header-title h1{
        font-family: 'Signika', sans-serif;
        font-size:13pt;
        font-weight:bold;
        color:#338A94 ;
        margin-left:10px;
        margin-bottom:0px;
        margin-top:-5px !important;
    }
    
    .col-md-10.header-title h2{
        font-family: 'Signika', sans-serif;
        font-size:15pt;
        color:#338A94 ;
        margin-left:10px;
        margin-bottom:0px;
    }

    .floating-wa img {
        width: 160px;
    }

    .rightside{
        float: right;
        display: flex!important;;
    }
}


@media(min-width :992px){
    .header .navbar-default .navbar-nav > .dropdown .active > a{
        bottom: none !important;
    }
    .header .navbar-default .navbar-nav > .active > a {

       bottom: 0px !important;

       position: relative;

       background-color: #338A94 !important;

   }

   .header .navbar-default .navbar-nav > li:hover > a {

    bottom: 0px !important;

    position: relative;

    background-color: #338A94 !important;

}

}


@media(max-width :1400px){

    .header .navbar-default .navbar-nav > li > a{
        font-size: 12px !important;
    }

}