#toTop {
     width: 50px;
     height: 50px;
     position: fixed;
     bottom: 20px;
     right: 60px;
     cursor: pointer;
     display: none;
     z-index: 999;
     background: url(../../../images/frontend/2/totopoff.png) center center no-repeat;
     border: none;

}


body {
     color: #333;
     font-family: 'barionRegular', sans-serif;
     padding: 0px;
     margin: 0px;
     font-size: 18px;
}



h1 {
     margin-bottom: 10px;
     font-size: 8px;
     font-weight: 300;
     text-align: center;
     text-transform: uppercase;
     letter-spacing: 3px;
     color: white;
}

h2 {
     margin: 0px 0px 10px 0px;
     font-family: 'barionBold', sans-serif;
     font-size: 36px;
     
}

.background1 {
     background: #232b32;
}

.background2 {
     background: #1b6e9c;
}

.background3 {
     background: #0054A6;
}

.background4 {
     background: #F3EBDA;
}
.background5 {
     background: #263F5E;
}

.pad7 {
     padding: 30px 0px;
}

.pad8 {
     padding: 60px 0px;
}

.pad9 {
     padding: 90px 0px;
}

.gap10 {
     grid-gap: 10px;
}

.gap20 {
     grid-gap: 20px;
}

.gap30 {
     grid-gap: 30px;
}

.head {
     background: url(../../../images/frontend/2/head.png) center center repeat-x;
}

.head strong {
     display: inline-block;
     padding: 10px 10px 10px 0px;
     background: white;
     font-size: 30px;

}

.isi {
     margin-bottom: 30px;
}


.kotak-arrow {
     height: 16px;
     width: 16px;
     margin-right: 10px;
}
.downarrow {
     background: url(../../../images/frontend/2/down-arrow.png) center center no-repeat;
}

.uparrow {
     background: url(../../../images/frontend/2/up-arrow.png) center center no-repeat;
}




/* ============  footer =============== */
.judul-footer {
     font-weight: bold;
     font-size: 15px;
}

.overlay {
     background: rgb(0, 0, 0, 0.4);

}

footer {
     color: #c9c9c9;
     font-size: 13px;
}



.bawah {
     font-size: 12px;
     text-transform: uppercase;
     color: white;
     padding-top: 30px;
}

.bawah a {
     color: white;
}

.bawah a:hover {
     color: #EC5353;
}

.h1bawah {
     text-align: center;
     text-transform: uppercase;
}


.search {
     grid-template-columns: 6fr 1fr;
     background: #6e6e6e;
}

.search .keys {
     border: none;
     background: none;
     color: #000;
     padding: 10px;
}

.search .btn {
     margin: 0;
     border: none;
     cursor: pointer;
     padding: 10px;
     background: url(../../../images/frontend/2/find.png) center center no-repeat #6F6F6F;
}

.search .btn:hover {
     background: url(../../../images/frontend/2/find.png) center center no-repeat #ccc;
}

.no-data {
     font-size: 16px;
     font-weight: bold;
     color: #de3713;
}

#logo-container {
     align-items: center;
     justify-content: flex-end;
}

#logo-container img {
     margin-right: 10px;
     height: 80px;
}

.alamat {
     text-align: center;
     font-weight: 800;
     font-size: 30px;
}

.alamat p {
     margin: 0px;
     padding: 0px;
}

#logo {
     margin: 0px auto;
}

.isitab {
     border: 1px solid #ebebeb;
     padding: 20px;
     font-size: 14px;
}

#atas {
     grid-template-columns: 1fr 1fr;
     align-items: center;
}

.news-sebelum-selanjutnya {
     margin-bottom: 30px;
     
}

.news-sebelum-selanjutnya li:first-child {
     font-weight: bold;
}
.news-sebelum-selanjutnya li a {
     color: #000;
     cursor: pointer;
}
.news-sebelum-selanjutnya li a:hover {
     color: #f60;
}



@media (max-width: 740px) {

     #atas img{
          height: 50px;
     }
     
     .wrapper {
          margin-left: 10px;
          margin-right: 10px;
     }

     .bawah {
          text-align: center;
     }

     .bank li {
          text-align: center;
     }

     .sticky {
          position: relative;
          
     }


}

@media (min-width: 741px) {
     
     .bank {
          display: flex;
     }

     .bank li {
          margin-right: 10px;
     }

     .wrapper {
          margin-left: 10px;
          margin-right: 10px;
     }

     .sticky {
          position: -webkit-sticky;
          /* Safari */
          position: sticky;
          top: 0;
          z-index: 1000;
     }

     

     #logo {
          height: 80px;
     }

     #logo-container {
          order: 0;
     }

     footer {
          grid-template-columns: 1fr 1fr 1fr 1fr;
     }


}

@media (min-width: 992px) {
     .wrapper {
          margin-right: auto;
          margin-left: auto;
          max-width: 1170px;
     }
}