body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.banner{
    height: 52px;
    background-color: var(--biru);
    overflow: hidden;
}
.text-center{
    text-align: center;
}
.big-text{
    font-size:30pt;
    font-weight: bolder;
    letter-spacing: 8px;
    word-spacing: 16px;
}
.wrp-80{
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
}
.height-100{
    height: 100%;
}
.weight-600{
    font-weight: 600;
}
.mt-8{
    margin-top: 8em;
}
.banner-text{
    display: flex;
    justify-content: right;
    align-items: center;
    color: #ffffff;
    column-gap: 35px;
    font-size: 16px;
}

.banner-text a.bnlink {
    text-decoration: none;
    color: #ffffff;
}
.text-over-blue{
    color: var(--textoverblue);
}
.socials-links{
    display: flex;
    align-items: center;
    column-gap: 24px;
}
.socials-links a{
    color: #ffffff;
}
.wrapper{
    margin: auto 60px;
    height: 100%;
}
.menu-holder{
    background-color: var(--kuning);
    display: block;
    position: relative;
    height: 107px;
    z-index: 1; 
    opacity: 0;
}
.menu-holder .wrapper{
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.menu-holder .logo{
    width: 110px;
    display: block;
    position: relative;
    flex-shrink: 0; 
}
.menu-holder .logo img{
    width: 100%;
    height: auto;
}
.menu-holder .menus{
    width: 100%;
    text-align: right;
}
.menu-holder .title-web{
    width: 30%;
}
.menu-holder .menus ul{
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 0px;
    padding: 0px;
    text-indent: 0;
}

.menu-holder .menus ul li{
    list-style-type: none;
    position: relative;
}
.menu-holder .menus ul li.menuitem a{
     display: inline-block;
     padding: 0px 20px;
}

.menu-holder .menus ul li.menuitem a.active::after{
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
    height: 4px;
    background-color: var(--biru);
}

.menu-holder .menus ul li a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.title-web h3,.title-web h4{
    margin:0px;
    padding: 0px;
    color: var(--biru2);
}
.title-web h3{
font-size: 18px;
font-weight: 900;
}
.title-web h4{
font-size: 16px;
font-weight: 600;
}

.searchbox{
    position: relative;
}
.searchbox .icon-search{
    position: absolute;
    right: 8px;
    top:8px;
}

.teks-biru{
    color:var(--biru2);
}
.teks-kuning{
    color: var(--kuning);
}
.teks-putih{
    color: #ffffff;
}
.teks-hitam{
    color:var(--hitam);
}
.teks-hitam2{
    color:#332C2B;
}

.bg-cokelat{
    background-color: var(--cokelat);
}
.bg-wheat{
    background-color: var(--putih2);
}
.bg-old-wheat{
    background-color: var(--putih1);
}

.box-dark-brown{
    background-color: var(--putih1);
    border-radius: 5px;
}
.flex-c{
    display: flex;
    align-items: center;
    justify-items: first baseline;
}
.cl-gap-30{
    column-gap: 30px;
}
footer{
    background-color: var(--putih1);
    height: 40px;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    font-size: 10pt;
    position: relative;
}
footer .shorttop{
    position: absolute;
    right: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #332C2B;
    width: 40px;
    height: 40px;
    color: #F4C402;
    border-radius: 4px;
    font-size: 18px;
    top: -20px;
}
.relative{
    position: relative;
}
.bg-kuning-old{
    background-color: var(--kuning2);
}

.sliderbg{
    border-radius: 7px 0px 0px 7px;
    background: #DDB100;
    min-height: 170px;
}
.btn.btn-outline-primary.btn-white{
    color: #ffffff;
    border-color: #ffffff;
}
.absolute{
    position: absolute;
    left:0px;
    right: 0px;
    bottom: 0px;
    height: auto;
}
.col-gap-30{
    column-gap: 30px;
}
.logo-small{
    width: 60px;
}
.logo-small img{
    width: 100%;
}
.FLEX-2{
    display: flex;
}
.box-over-wheat{
    border-radius: 11px;
    background: #ECE6DE;
    border: 1px solid rgba(0,0,0,0);
}
.margin-30{
    margin: 30px;
}
.publikasi-item{
    border-radius: 3px;
    border: 1px solid #E8DBC9;
    background: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
}

.line-1{
    height: 1px;
    width: 100%;
    position: relative;
    display: block;
    background-color: #E8DBC9;
}

.row-gap-30{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.inlinebox{
    display: inline-block;
    position: relative;
}

a.link-judul{
    color: #1a1a1a;
    text-decoration: none;
}

.flex-column-center{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loader{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-5px);
}

.progress-bar{
    position: relative;
    background-color: #deeef5;
    height: 10px;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    width: 90%;
    overflow: hidden;
}

.progress-bar .progress{
    width: 1%;
    height: 100%;
    margin: 0px;
    background-color: #DDB100;
}

.only-phone{
    display: none;
}

a.link-yellow{
    text-decoration: none;
    color: var(--kuning2);
}

.bread-crumbs{
    position: relative;
    display: flex;
    column-gap: 18px;
}