/*

[Custom Stylesheet]

Project     : USNews - Multipurpose News, Magazine and Blog HTML5 Template
Author      : themelooks.com
Author URI  : https://themeforest.net/user/themelooks

*/

body{
    background-color:#fff;
}

footer{
    font-family: 'Play',sans-serif !important;
    font-size-adjust: 18px;
}

.post--border{
    border: 1px solid #ccc;
}

.post--items-title .h4{
    color: #0d7dc3;
    font-size: 24px;
}

#berita-wrapper{
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: repeat(3,130px);
    grid-template-areas: 
    'berita1 berita2'
    'berita1 berita3'
    'berita4 berita5';
    gap: 10px;
    margin: .3em;
}



/* #box-1 .post--img,#post-3 .post--img{ */
#box-1{
    grid-area: berita1;
}

#box-2{
    display: grid;
    grid-template-columns: auto 60%;
    grid-template-areas: 'gambar berita';
    grid-template-rows: auto;
    grid-area: berita2;
    gap: 10px;
    overflow: hidden;
}

#box-2 .post--img{
    grid-area: gambar;
    /* justify-self: stretch; */
}

#box-2 .post--info{
    grid-area: berita;
    max-height: 100%;
}

.post--item.post--layout-1 .post--info{
    left: 10px;
    right: 0;
    bottom: 0; 
}

#box-3{
    display: grid;
    grid-template-columns: auto 60%;
    grid-template-areas: 'gbr brt';
    /* grid-auto-rows: max-content; */
    gap: 10px;
    grid-area: berita3;
    overflow: hidden;
}

#box-3 .post--img{
    grid-area: gbr;
}

#box-3 .post--info{
    grid-area: brt;
    max-height: 100%;
}

#box-4{
    grid-area: berita4;
    display: grid;
    grid-template-columns: auto 60%;
    /* grid-auto-rows: max-content; */
    grid-template-areas: 'gbr4 brt4';
    gap: 10px;
    overflow: hidden;
}

#box-4 .post--img{
    grid-area: gbr4;
}

#box-4 .post--info{
    grid-area: brt4;
    max-height: 100%;
}

#box-5{
    grid-area: berita5;
    display: grid;
    grid-template-columns: auto 60%;
    grid-auto-rows: max-content;
    grid-template-areas: 'gbr5 brt5';
    gap: 10px;
    overflow: hidden;
}

#box-5 .post--img{
    grid-area: gbr5;
}

#box-5 .post--info{
    grid-area: brt5;
    max-height: 100%;
}

.post--items-title{
    border-style:hidden;
    font-family: 'Merriweather', sans-serif;
    font-size: 20px;
    padding: 1em 0;
    text-align: left;
}

.post--items-title h2::after{
  content: "";
  display: inline-block;
  width: 70px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 3px;
  margin-left: 10px;
  /* background: #191970; */
  border: 2px dashed #1a9ced;
  position: relative;
}

.widget--title .h4{
/*    background-color: #eee;*/
    /* border-bottom: 2px dotted #eee;  */
    padding: 0 .5em;
}

footer .post--items-title .h4,footer .widget--title .h4{
    border-bottom: 0;
}

footer .bg--color-2 .widget--title{
    border-top: 1px solid #e6b547;
}

.post--items-title i, .widget--title i{
/*    border: 1px solid #eee; */
    padding: .1em .5em;
}

.header--navbar{
    border-top: 3px solid rgb(224, 191, 25) !important;
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: row;
/*    background: rgba(0,0,0,.25);*/
    box-shadow: inset 0 -2px 5px rgb(0 0 0 / 33%);
}

#headerNav{
    padding: 0 6em;
    width: 100%;
    display: none;

}

.form-search{
    width: 90%;
    background-color: #fff;
    border-radius: 11px;
    padding: 10px 5px 10px 8px;
    border: 2px solid #1a9ced;
    /*margin-bottom: 1em;*/
    /*margin-top: 1em;*/
    margin: 1em auto;
    box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}

.form-search input {
    border: 0;
    outline: none;
    color: #333;
    font-weight: 700;
    padding-left: .5em;
    width: 90%;
    font-size: 16px;
}
.form-search button {
    color: #1a9ced !important;
    outline: none;
    border: 0;
    font-size: 20px;
    background: transparent;
}

.circle-logo{
    /*position: absolute;*/
    /*left: 20px;
    top: 3px;*/
    /*padding-left: 2em;*/
    width: 160px !important;
    z-index: 20000;
}


.wrap-top-header,.news--ticker{
    position: relative;
    z-index: 2;
}

.teks-logo{
    font-family: 'Lobster',sans-serif !important;
/*    font-size: clamp(3rem,calc(1rem + 3.5vw),4rem);*/
    font-size: 30px;
    text-transform: capitalize;
    text-shadow: 0 3px 3px rgb(0 0 0 / 50%);
    position: absolute;
    z-index: 20000;
    left: 12%;
    top: 8%;
    width: 20%;
    color:#fff;
}


.wrap-top-header{
    width:100%;
    background: #1a9ced;
    box-shadow: 0 -2px 5px rgba(58, 103, 218, 0.882);
}
.wrap-top-header ul{
    display: flex;
    list-style: none;
    justify-content: flex-end;
    padding: 0;
}

.wrap-top-header ul li{
    margin-right: 1em;
    color: #fff;
    text-transform: capitalize;
    border-right: 1px solid #fff;
    padding: 0 2em;
}

.wrap-top-header ul li:nth-child(8){
    border: 0;
}

.main-slider{
    position:relative;
    width:100%;
    padding:0px;
    height: 420px;
    overflow:hidden;
}

footer .widget--title, footer .widget{
    background: transparent;
}

.widget{
    background: #fff;
    /* padding: 0 1em; */
}

.news--ticker .container{
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    border-radius: 99px;
}   

.widget--title{
    /* background: #fff; */
    background: #f7b82a;
}

.widget--title h2, .widget--title i{
    color: #fff !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.widget-articles ul{
    list-style: none;
    padding: 0;
}

.widget-articles ul li{
    background-color: #cad6f0;
    padding: .2em;
    margin:.3em 0;
}

.article-content h4{
    font-size: 15px;    
}

.article-photo{
    float: left;
    margin-right: 10px;
}

.article-content{
    
}

.article-content h4 {
    /* width: 220px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-photo img{
    object-fit: fill;
}

.news--ticker{
    margin: 0;
    padding: 2em 0;
    /* background-color: #e2f0fd; */
    background-color: #1a9ced66;
}



#berita-wrapper .title .h4{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.post--item.post--layout-1 .post--info .h4,.post--item.post--layout-1 .post--info a{
    color:#131213;
}

.post--item.post--layout-1 .post--info .h4:hover,.post--item.post--layout-1 .post--info a:hover{
    color: #ccc;
}

#img-gallery {
    padding: 2em;
    margin: 0;
    /* background: linear-gradient(#eee,#fff); */
    text-align: center;
}

#img-gallery .post--items-title{
    padding: 0;
}

.wrapper{
    /* background: #eee; */
    background: #fff !important;
    background-size: 22px 22px;
}

.left-h{
    position:absolute;
    top:0;
    background-color: rgba(0,0,0,.7);
    height: 100%;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    /* margin-top: 4em; */
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
    font-family: 'Roboto', sans-serif;
}

.right-h{
    padding: 0;
    margin: 5em 3em 0 0;
    background: rgba(255,255,255,.85);
    position: absolute;
    /* width: 575px; */
    width: 400px;
    z-index: 4;
    top:7em;
    right: 0;
}

#announcement{
    text-align: center;    
}

footer .nav li a:hover{
    color: #8d9cbb;
}

#berita-terkini{
    position: absolute;
    background-color: #128ACC !important;
    /*padding: 1em;*/
    border: 1px solid #ccc;
    z-index: 100;
    width: 100%;
    left:0;
    margin-top: 2em;
    /*padding: 2em 0;*/
}

hr.limiter{
    float: left;
    width: 30%;
    border-width: 2px;
    border-color: #eee;
    padding: 0;
    margin: 35px 0;
}

h4.title{
    font-family: 'Merriweather',serif;
    font-size: 21px;
    text-align: center;
    color: #444;  
}

.elementor-shape, .elementor-shape-fill{
    /* background-color: #FFE3E3; */
    /* fill: #ffe3e3; */
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


.left-h > h1{
    font-family: 'Merriweather',serif;
    font-size: 35px;
    color: #fff;
}

.left-content{
    float:left;
    position: relative;
    width:30%;
    /* top: -.1em; */
    padding: 0.1em 1em;
    /* background:#f0f4f7; */
    background:transparent;
    z-index: 8;
}

.custom-shape-divider-bottom-1685400198 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1685400198 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 72px;
}

.custom-shape-divider-bottom-1685400198 .shape-fill {
    fill: #FFFFFF;
}

.left-content::before{
    content: "";
    position: absolute;
    right: -60px;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: -20;
    /* border-left: 60px solid #f0f4f7; */
    /* border-right: 50px solid transparent; */
    border-top: 0px solid transparent;
    border-bottom: 97px solid transparent;
    /* border-width: 0 45px 35px;
    border-style: solid;
    border-color: transparent transparent #7FDBFF; */
    /* background-color: #128ACC; */
}

.grey-bg-content {
    padding-top: 5em;
    padding-bottom: 3em;
    background-color: #eee;
    /* height: 300px; */
    /* margin-bottom: 3em; */
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.darkblue-bg-content {
    padding-top: 2em;
    padding-bottom: 3.5em;
    background-color: #19133f;
    /* height: 300px; */
    /* margin-bottom: 3em; */
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.white-bg-content {
    /* padding-top: 5em; */
    /*padding-bottom: 3em;*/
    background-color: #fff;
    /* line-height: normal; */
}

section.tanggal{
    position: absolute;
    left: 5px;
    top: 5px;
}

#tgl-event{
    width: 60px;
    height: 60px;
    border-radius: 90px;
    background-color: #192a68;
    color: #fff;
    font-family: 'Righteous',sans-serif;
    padding: 1em;
}

#tgl-event *{
    padding: 0;
    margin: 0;
    font-size:70%;
    text-align: center;
}

#tgl-event h2{
    font-weight: lighter;
}

#event-post .post--info{
    position: relative;
}

#video-kegiatan .post--img{
    padding: 1em;
}

#video-kegiatan .post--info{
    /* padding: 0.3em; */
    border-radius: 10px;
    background-color: tomato;
    width: 60%;
    top: 10%;
    height: fit-content;
}

#video-kegiatan .post--info a{
    color: #fff;
}

.list--widget, .subscribe--widget {
    background-color: #fff;
}

.post--item .row .post--info .meta, .post--item.post--layout-3 .post--info .meta, .post--item.post--layout-4 .post--info .meta{
    margin-top: -5px;
}

#berita-terkini header{
    padding: 1.5em 0;
}

#berita-terkini header h4{
    margin: 0;
    color: aliceblue;
}

.news-section-content{
    border-top: 1px solid #ccc;
    /*margin-top: 2em;*/
    /* height: 600px; */
    background-color: #fff;
    /*padding: 2em 0.5em 2em 1.5em;*/
}

.circle-logo img{
    max-width: 100%;
    height: 75px;
    object-fit: fill;
    /* width: 400px */
}

.central-content{
    float:right;
    width:65%;
    margin-top: .9em;
}

.right-content{
    display: none;
}

.header--menu-links>li>a{
    font-family: 'Arimo',sans-serif;
    /*color: #124b82;*/
    /* color: #fff; */
    color: #4575a3;
    font-weight: 600;
    font-size: 17px;
}
.second-header{
    padding:0px;
    display:block;
    width:100%;
    /* height:105px; */
    /*overflow-y:hidden;*/
    /* background-color: #ffad25; */
    /*background-color: #1aa6d6;*/
    /* background-color: #fff; */
    background-color: #e2f0fd;
    position: relative;
    z-index: 500;
}

.main--content,.main--sidebar{
    position: relative !important;
    z-index: 2 !important;
}

.main--content{
    background: #fff;
}

*, :after, :before {
    box-sizing: border-box;
}

body:after, body:before {
    display: block;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

body:after {
    content: "";
/*    background: linear-gradient(
130deg
,#3794CD,#0055A6  41.07%,#c2dcff 76.05%);*/
   /* background: linear-gradient(
130deg
,rgba(224, 191, 25,.5),#a60046  41.07%,#c2dcff 76.05%);*/ 
    /*background: #0055A6;*/
}

body:after, body:before {
    -webkit-clip-path: polygon(100% 0,0 0,0 77.5%,1% 77.4%,2% 77.1%,3% 76.6%,4% 75.9%,5% 75.05%,6% 74.05%,7% 72.95%,8% 71.75%,9% 70.55%,10% 69.3%,11% 68.05%,12% 66.9%,13% 65.8%,14% 64.8%,15% 64%,16% 63.35%,17% 62.85%,18% 62.6%,19% 62.5%,20% 62.65%,21% 63%,22% 63.5%,23% 64.2%,24% 65.1%,25% 66.1%,26% 67.2%,27% 68.4%,28% 69.65%,29% 70.9%,30% 72.15%,31% 73.3%,32% 74.35%,33% 75.3%,34% 76.1%,35% 76.75%,36% 77.2%,37% 77.45%,38% 77.5%,39% 77.3%,40% 76.95%,41% 76.4%,42% 75.65%,43% 74.75%,44% 73.75%,45% 72.6%,46% 71.4%,47% 70.15%,48% 68.9%,49% 67.7%,50% 66.55%,51% 65.5%,52% 64.55%,53% 63.75%,54% 63.15%,55% 62.75%,56% 62.55%,57% 62.5%,58% 62.7%,59% 63.1%,60% 63.7%,61% 64.45%,62% 65.4%,63% 66.45%,64% 67.6%,65% 68.8%,66% 70.05%,67% 71.3%,68% 72.5%,69% 73.6%,70% 74.65%,71% 75.55%,72% 76.35%,73% 76.9%,74% 77.3%,75% 77.5%,76% 77.45%,77% 77.25%,78% 76.8%,79% 76.2%,80% 75.4%,81% 74.45%,82% 73.4%,83% 72.25%,84% 71.05%,85% 69.8%,86% 68.55%,87% 67.35%,88% 66.2%,89% 65.2%,90% 64.3%,91% 63.55%,92% 63%,93% 62.65%,94% 62.5%,95% 62.55%,96% 62.8%,97% 63.3%,98% 63.9%,99% 64.75%,100% 65.7%);
    clip-path: polygon(100% 0,0 0,0 77.5%,1% 77.4%,2% 77.1%,3% 76.6%,4% 75.9%,5% 75.05%,6% 74.05%,7% 72.95%,8% 71.75%,9% 70.55%,10% 69.3%,11% 68.05%,12% 66.9%,13% 65.8%,14% 64.8%,15% 64%,16% 63.35%,17% 62.85%,18% 62.6%,19% 62.5%,20% 62.65%,21% 63%,22% 63.5%,23% 64.2%,24% 65.1%,25% 66.1%,26% 67.2%,27% 68.4%,28% 69.65%,29% 70.9%,30% 72.15%,31% 73.3%,32% 74.35%,33% 75.3%,34% 76.1%,35% 76.75%,36% 77.2%,37% 77.45%,38% 77.5%,39% 77.3%,40% 76.95%,41% 76.4%,42% 75.65%,43% 74.75%,44% 73.75%,45% 72.6%,46% 71.4%,47% 70.15%,48% 68.9%,49% 67.7%,50% 66.55%,51% 65.5%,52% 64.55%,53% 63.75%,54% 63.15%,55% 62.75%,56% 62.55%,57% 62.5%,58% 62.7%,59% 63.1%,60% 63.7%,61% 64.45%,62% 65.4%,63% 66.45%,64% 67.6%,65% 68.8%,66% 70.05%,67% 71.3%,68% 72.5%,69% 73.6%,70% 74.65%,71% 75.55%,72% 76.35%,73% 76.9%,74% 77.3%,75% 77.5%,76% 77.45%,77% 77.25%,78% 76.8%,79% 76.2%,80% 75.4%,81% 74.45%,82% 73.4%,83% 72.25%,84% 71.05%,85% 69.8%,86% 68.55%,87% 67.35%,88% 66.2%,89% 65.2%,90% 64.3%,91% 63.55%,92% 63%,93% 62.65%,94% 62.5%,95% 62.55%,96% 62.8%,97% 63.3%,98% 63.9%,99% 64.75%,100% 65.7%);
}

.wrap-top-header ul li a{
    color: #fff;
}

li.time{
    position: absolute;
    top:0;
    left:0;
    margin-left: 1em;
}

li.time strong{
    font-weight: 700;
    background: #fff;
}

li.time span{
    font-family: 'Righteous', cursive;
}

#announcement{
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: 
    'header header header header header'
    'pgp psp ikm ppg pkb';
}

#announcement a{
    /* border: 1px dotted #444; */
    /* box-shadow: 7px 3px 20px 0px #cfcdd0;
    font-family: 'Play',sans-serif;
    color: #158bcc;
    line-height: 18px;
    padding-bottom: 1.5em;
    font-size: 22px; */
    /* box-shadow: inset 7px 3px 20px 0px #ebebeb; */
    /* background:linear-gradient(174deg, #e2f0fd, #fff); */
    /* background:linear-gradient(174deg, #eef8ff, #eee, transparent); */
    background-color: #fff;
    font-family: 'Play',sans-serif;
    color: #158bcc;
    line-height: 23px;
    padding: 1em;
    font-size: 20px;
    border: 1px solid #158bcc;
    box-shadow: 2px 2px 10px #eee;
    border-radius: 10px;
    margin: 1em;
}

#announcement a:hover{
    box-shadow: none;
}

#prioritas{
    /* background-color: #128ACC; */
    grid-area: header;
}

#prioritas h4{
    color: #192a68;
}

#pgp{
    grid-area: pgp;
}

#ppg{
    grid-area: ppg;
}

#pkb{
    grid-area: pkb;
}

#psp{
    grid-area: psp;
    
}

#ikm{
    grid-area: ikm;
    
}


#announcement  a > img{
    object-fit: fill;
}

.news--ticker div.title{
    float:left;
    background-color: #e6b547;
}

#img-gallery .bx-wrapper{
 margin-bottom:0;
}

.main-slider .bx-wrapper .bx-controls-direction a{
    top: calc(100vh/2);
}

.main-slider img{
    /* width: 85%; */
    object-fit: contain;
    height: 420px;
}

.post--item.post--layout-1 .post--info {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 1em;
    /* margin: 1em; */
    /* color: #fff; */
    color: #132d5e;
    z-index: 1;
    background-color: #b6c3db;
    /* background-color: #fff; */
}

#berita-wrapper .post--item.post--layout-1 .post--info{
    margin: 1em;
    padding: 1em .1em;
    background-color: transparent;
}


#berita-wrapper .post--item.post--layout-1 .post--info .h4{
    font-weight: lighter;
    font-family: 'Merriweather Sans',sans-serif;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
}

#berita-wrapper #box-1.post--item.post--layout-1 .post--info .h4{
    text-shadow: 2px 2px 5px #fbfbfb;
}

#topmain-header{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: 
    'logo banner search'
    'menu menu menu';
    align-items: center;
    justify-items: center;
    align-content: center
}

#banner-img{
    grid-area : banner;
}

#menu{
    grid-area: menu;
    border-top: 2px solid #128ACC;
    /* background: linear-gradient(180deg, #e8eef3, transparent); */
    background-color: #fff;
    box-shadow: 2px 2px 100px #ccc;
    width: 100%;
    text-align: center;
}

#logo{
    grid-area: logo;
    width: 100%;
}

#search{
    grid-area: search;
    width: 100%;
}

.ad--widget {
    padding: 0;
    background-color: transparent;
    
}

#pengumuman .widget--title{
    background: #1a9ced;
}

#pengumuman .widget-articles ul li{
    background-color: #e2f0fd;
}

#berita-wrapper .tag-post{
    background-color: #128ACC;
    padding: 2px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
}

#siteDanMap{
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas: 'site map';
    /*border: 1px solid #444;*/
}

#site{
    grid-area: site;
    background: url('../img/rakortek.png') no-repeat top center  #fff;
    background-size: cover;
}

#site a{
    background: #475170;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .4;
}

#site a:hover{
    background: #475170;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .05;
}

#peta{
    grid-area: map;
}


/* .bx-wrapper{
    border: 2px solid #0a3953;
    background-color: #1a9ced;
} */


@media only screen and (max-width: 640px){
#content-part {
    border-top: 0 !important;
}

#content-part {
    background-position: center !important;
    background-size: auto !important;
}
#content-part {
    /* padding: 2em; */
    height: 480px;
    border-top: 1px solid #444;
    background: url('../imgs/sisinfo2.jpg') top center transparent;
    -webkit-background-size: cover;
    background-size: cover;
}

.wrap-top-header ul li {
    padding: 0;
    padding-right: 1em;
}

li.time span{
    font-size: 11px;
}



.bx-wrapper .slider1 img{
    height: 140px;
}

}





@media screen and (max-width:480px) {
    #siteDanMap{
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        grid-template-areas: 'site'
        'map';
        /*border: 1px solid #444;*/
    }
    
    #site{
        background-position: right top;
    }
    
    #site a,#site a:hover{
        opacity: 0;
        height: 200px;
    }

    
    
    .post--item.post--layout-1 .post--info .title .h4{
        max-height: fit-content;    
        font-size: 90%;
    }
    
    body{
        background-color:#e2f0fd;
    }
    .article-photo{
        margin-right: 8px;
    }

    .article-content span.meta{
        font-size: 95%;
    }
    
    .icon-text{
        font-size: 10px;
    }
    
    #berita-wrapper .tag-post{
        font-size: 9px;
    }

    #berita-wrapper{
        display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: repeat(5,auto);
    grid-template-areas:
        'berita1 berita1'
        'berita2 berita2'
        'berita3 berita3'
        'berita4 berita4'
        'berita5 berita5';
    /* gap: 2px; */
     margin: 0; 
    overflow: hidden;
    }
    
    #box-2,#box-3,#box-4,#box-5{
        grid-template-columns: 30% 70%;
        grid-template-rows: repeat(5,auto);
        gap: 0;
        overflow: visible;
    }
    
    #berita-wrapper .post--item.post--layout-1 .post--info .h4{
        line-height: 20px;
    }

    #announcement {
        display: grid;
        grid-template-rows: repeat(4,auto);
        grid-template-columns: repeat(2,1fr);
        grid-template-areas:
            'header header'
            'pgp psp'
            'ikm ppg '
            'pkb .';
        width: 100%;
    }

    .bx-wrapper{
        margin-bottom: 0;
    }


    #topmain-header{
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        grid-template-areas: 
        'logo right-menu'
        'banner banner';
        align-items: center;
        justify-items: center;
        align-content: center
    }

    

    #right-menu{
        grid-area: right-menu;
        width: 100%;
    }

    #search{
        display:none !important;
    }

    .teks-logo{
        width: 60%;
        font-size: 25px; 
        top: .2%;
        right: 0;
        left: auto;
        z-index: 4;
    }


    #img-gallery .bx-wrapper .bx-viewport{
        height: auto !important;
    }

    #img-gallery .post--items-title{
        padding: 0 !important;
    }

    .main-slider .bx-wrapper .bx-controls-direction a{
        top: 50%;
    }
    

    .main-slider{
        height: fit-content;
    }

    #announcement a{
        font-size: 14px !important;
    }

    #img-gallery {
        border-top: 0 !important;
    }

    .slider2 a {
        float: left !important;
        display: block !important;
        width: 350px !important;
    }
    
    #img-gallery {
        padding: 5em 0 0 0;
        margin: 0;
        background-color: #fff;
        text-align: center;
    }

    

    .wrap-second-header{
        position: static;
        z-index: 100;
    }

    .central-content{
        display: none;
    }

    .left-h{
        background-color: rgba(0,0,0,.55); 
        font-size: 100%;
        font-family: 'Play', sans-serif;
    }

    .left-h>h1{
        font-size: 25px;
    }

    .right-h{
        width: auto;
        width: -webkit-fill-available;
        width: fill-available;
        right: auto;
        margin: -7.5em 1.5em 4em 1.5em;
        position: relative;
        background: rgba(255,255,255,.95);
        padding-bottom: 0;
        top:0;
        /* border-top: 10px solid #0a85c4; */
    }

    #berita-terkini{
        margin-top: 4em;
    }

    .left-content{
        width: 60%;
        top: 0;
        padding: 0;
    }

    .right-content{
        display: inline-block;
        /* float: right; */
        width: 40%;
        margin-top: .5em;
    }

    .header--menu-links>li>a{
        color: #fff;
    }
    
    .header--menu-links>li.active>a,.header--menu-links>li>a:hover{
        color: #444;
    }

    .navbar-toggle{
        /* background-color: #cc1f1f; */
        background-color: #1a9ced;
        color: #fff;
        padding: .5em;
    }



    .circle-logo img{
        height: 50px;
        /* object-fit: contain; */
    }

    .navbar-toggle{
        margin-top:0;
        margin-bottom: 5px;
    }

    #headerNav{
        padding: 1em 1em 6em 1em;
        margin-top: 8px;
        /* box-shadow: inset 0px 5px 4px 0px rgb(13, 23, 115); */
        box-shadow: inset 0px 5px 4px 0px rgb(49 114 155);
        /*background: #337ab7;*/
        border-top: 1px dotted #fcf8e3;
        /* background: #ffad25; */
        /* background: rgb(29, 31, 104); */
        background: rgb(21 127 193);
        width: 100%;
        position: absolute;
        left: 0;
    }

    .grey-bg-content{
        border-top: 0;
        padding-top: 3em;
    }

    .form-search{
        width: 100%;
    }

    .header--navbar .navbar-collapse{
        z-index: 30000000 !important;
    }

    .header--section{
        margin-bottom: 1em;
    }

    .news--ticker .container{
        border-radius: 0;
        margin: auto 1em;
    }
    
   .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
        background-color: #c6d6e7 !important;
    }

    .header--menu-links>li:hover, .header--menu-links>li.active{
        background-color: #c6d6e7;
    }
    .header--menu-links>li.active>a, .header--menu-links>li.open>a, .header--menu-links>li.open>a:focus, .header--menu-links>li.open>a:hover, .header--menu-links>li>a:hover {
        border: none;
        border-bottom: 1px solid #fff;
        color: #fff;
        /* border-bottom-color: #fff; */
    }
    
    ul.header--menu-links.nav>li.open>a, ul.header--menu-links.nav>li.open>a:focus, ul.header--menu-links.nav>li.open>a:hover, ul.header--menu-links.nav>li>a:hover{
        color: #444;
    }

    .header--menu-links>.dropdown>.dropdown-menu{
        /*color: #ddd;*/
        color: #666;
    }
    .bx-wrapper .bx-controls-direction a{
        z-index: 99;
    }

    .form-search button{
        color: #157fc1 !important;
    }

    .form-search input{
        /* font-size: 18px; */
        width: 90%;
        padding-left:0;
    }
}

@media screen and (max-width: 375px) {
    .header--section{
        margin-bottom: 0;
    }
    
}