*{
    box-sizing: border-box;
    margin: 0;
}

/*home slider rahmat @29 okt 2021*/
#homepage-slider {
    width: 100%;
    overflow-x: hidden;
  }
  
  #homepage-slider .slick-next {
    right: 10px;
  }
  
  #homepage-slider .slick-prev {
    left: 0;
  }
  
  #homepage-slider .slick-next,
  #homepage-slider .slick-prev {
    z-index: 3;
  }
  
  #homepage-slider .slick-prev:before, #homepage-slider .slick-next:before {
    font-size: 30px;
    color: #FFCC3D;
  }
  
  #homepage-slider .slick-dots {
    bottom: 10px;
  }
  
  #homepage-slider .slick-dots li {
    background: rgba(255, 204, 61, 0.5);
    height: 5px;
    width: 40px;
    border-radius: 3px;
  }
  
  #homepage-slider .slick-dots li.slick-active {
    background: #FFCC3D;
  }
  
  #homepage-slider .slick-dots li button {
    height: 5px;
    padding: 0;
  }
  
  #homepage-slider .slick-dots li button:before {
    opacity: 0;
    visibility: hidden;
  }
  
  #homepage-slider .homeslider-item {
    position: relative;
    min-height: 650px;
    font-family: Helvetica, Arial, sans-serif;
  }
  
  #homepage-slider .homeslider-item.slick-current .sliderbg-img {
    -webkit-animation: zoombg 10s;
            animation: zoombg 10s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  
  #homepage-slider .homeslider-item.slick-current .homeslider-content .homeslider-title {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  }
  
  #homepage-slider .homeslider-item.slick-current .homeslider-content .homeslider-desc {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: -webkit-transform ease 0.8s;
    transition: -webkit-transform ease 0.8s;
    transition: transform ease 0.8s;
    transition: transform ease 0.8s, -webkit-transform ease 0.8s;
  }
  
  #homepage-slider .homeslider-item .homeslider-content {
    padding: 50px;
    padding-top: 150px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    min-height: inherit;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  
  @media (max-width: 550px) {
    #homepage-slider .homeslider-item .homeslider-content {
      padding: 50px 30px;
    }
  }
  
  #homepage-slider .homeslider-item .homeslider-content .homeslider-title {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    z-index: 5;
    position: relative;
    width: 100%;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  }
  
  @media (max-width: 550px) {
    #homepage-slider .homeslider-item .homeslider-content .homeslider-title {
      font-size: 36px;

    line-height: 45px;
    }
  }
  
  #homepage-slider .homeslider-item .homeslider-content .homeslider-desc {
    color: #fff;
    z-index: 5;
    position: relative;
    margin-top: 20px;
    width: 100%;
    font-size: 20px;
    -webkit-transform: translateY(1000%);
            transform: translateY(1000%);
    -webkit-transition: -webkit-transform ease 0.8s;
    transition: -webkit-transform ease 0.8s;
    transition: transform ease 0.8s;
    transition: transform ease 0.8s, -webkit-transform ease 0.8s;
  }
  
  @media (max-width: 550px) {
    #homepage-slider .homeslider-item .homeslider-content .homeslider-desc {
      font-size: 18px;
    }
  }
  
  #homepage-slider .sliderbg-layer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
  }
  
  #homepage-slider .sliderbg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  
  #homepage-slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  #homepage-slider .slick-slide {
    height: inherit !important;
  }
  
  @-webkit-keyframes zoombg {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
    }
  }
  
  @keyframes zoombg {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
    }
  }
/*end home slider rahmat @29 okt 2021*/

#the-custom-tabs{
    width: 95%;
    max-width: 1200px;
    margin: 50px auto;
    display: block;
}

.tabs-parent{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.tab-child:first-child{
    border-radius: 15px 0px 0px 15px;
}
.tab-child:last-child{
    border-radius: 0px 15px 15px 0px;
}
.tab-child{
    background-color: #e7e7e7;
    transition: all ease-in-out 0.2s;
    margin-bottom: 25px;
    position: relative;
    padding: 15px;

}
.tab-child:hover{
    cursor: pointer;
}
.tab-child.tab-child-active{
    background-color: #FFCA0D;
    transition: all ease-in-out 0.2s;
}
.tab-child-active .tab-arrow{
    display: block;
    background-color: #FFCA0D;
    width: 25px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    transform: rotateZ(45deg);
    left: 0;
    right: 0;
    bottom: -12.5px;
    position: absolute;
    z-index: 9;
    transition: all ease-in-out 0.3s;
}

.tab-icon{
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 10;
    max-width: 100%;
    height: auto;
}
.tabs-parent .slick-slide{
    outline: none;
}
/*end tabs-parent*/

.tabs-content-parent{
    overflow: hidden;
    position: relative;
    z-index: 5;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.tabs-content-child{
    background-color: #fff;
    color: #222;
}
.tabs-content-child.fade-in{
    height: 100%;
}


  

.fade-out {
-webkit-animation: fade-out 0.5s ease-out both;
        animation: fade-out 0.5s ease-out both;
        height: 0px;
}

 @-webkit-keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .fade-in {
	-webkit-animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;

}
 @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
/*tabs content*/

.tabs-flex-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.tabs-flex-col-left{
    width: 50%;
}
.tabs-flex-col-right{
    width: 45%;
    padding: 10px;
}
.tabs-content-slider-item img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.tabs-content-slider-item-bg-img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
}
.tabs-content-slider .slick-next{
    right: 10px;
}
.tabs-content-slider .slick-prev{
    left: 10px;
}
.tabs-content-slider .slick-prev,
.tabs-content-slider .slick-next{
    z-index: 10;
    width: 30px;
    height: 30px;
}
.tabs-content-slider .slick-dots{
    bottom: 25px;
}
.tabs-content-slider.slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.tabs-content-slider .slick-dots li button:before{
    font-size: 15px;
}
.tabs-content-slider .slick-prev:before,
.tabs-content-slider .slick-next:before{
    color: #FFCA0D;
    font-size: 30px;
}
.tabs-content-slider .slick-dots li.slick-active button:before{
    color: #FFCA0D;
    opacity: 1;
}
.tabs-content-slider .slick-slide{
    outline: none;
}
.tabs-content-parent .tabs-content-slider-item-btn{
    display: block;
    width: 200px;
    margin: 20px auto;
    border: 2px solid rgba(0,0,0,0.5);
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    color: #008cff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}
.tabs-content-slider-item-btn:hover{
    text-decoration: none;
    border: 2px solid rgba(0,0,0,0.9);
    background-color: #FFCA0D;
    color: #fff;
    width: 250px;
}
.csr-the-logo{
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 250px;
    height: auto;
}
.tabs-parent .slick-next {
    right: 5%;
}
.tabs-parent .slick-prev {
    left: 2.5%;
}
.tabs-parent .slick-next,
.tabs-parent .slick-prev{
    z-index: 10;
}
.tabs-parent .slick-prev:before,
.tabs-parent .slick-next:before{
    opacity: 1;
}
.tabs-parent .slick-prev:before,
.tabs-parent .slick-next:before{
    color: #222;
    font-size: 30px;
}
@media (max-width: 680px){
#main-header .container.clearfix.et_menu_container {
    overflow-x: hidden;
    }
    body .picture-parent figure{
        width: 100%;
        margin: 5px auto;
    }

    body .forcefullwidth_wrapper_tp_banner,
    .tp-caption.tp-shape.tp-shapewrapper.tp-resizeme{
        max-width: 100%!important;
        width: 100%!important;
        overflow-x: hidden;
    }
}

@media(max-width: 500px){
    .tabs-flex-col-left,
    .tabs-flex-col-right{
        width: 100%;
    }
}

/*GLOBAL NEW*/
#the-custom-header-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-height: 600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.the-custom-header-layer{
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}
.the-custom-header-layer-content{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    z-index: 5;
}
#the-custom-header-title{
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 60px;
    text-transform: uppercase;
}
.the-custom-header-line{
    width: 90%;
    max-width: 300px;
    height: 10px;
    background-color: yellow;

}
.single-program-content{
    background-color: #fff;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 10px;
}
.content-title-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.img-pre-title{
    width: 32px;
    height: 32px;
}
.pre-title{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #222;
}
.single-program-desc{
    width: 100%;
    padding: 20px 5px;
}
.program-slider-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    display: block;
}
.bisnis-slider-img{
    max-width: 100%;
    height: auto;
}
.the-program-slider{
    width: 100%;
    display: block;
    margin: 20px auto;
    overflow: hidden;
}
.the-program-slider .slick-next{
    right: 20px;
}
.the-program-slider .slick-prev{
    left: 0px;
}
.the-program-slider .slick-next,
.the-program-slider .slick-prev{
    z-index: 10;
}
.the-program-slider .slick-prev:before,
.the-program-slider .slick-next:before {
    color: #FFCA0D;
    font-size: 30px;
    background: #fff;
    opacity: 1;
    padding: 5px;
    padding-top: 8px;
}
.the-program-slider .slick-dots{
    bottom: 0px;
}
.the-program-slider .slick-dots li button:before{
    font-size: 10px;
}
.the-program-slider .slick-dots li.slick-active button:before{
    color: #FFCA0D;
    opacity: 1;
}

.the-program-slider .slick-slide {
    margin: 0 27px;
  }
.the-program-slider .slick-list {
    margin: 0 -27px;
  }

 
@media(max-width: 768px){
    #the-custom-header-title{
        text-align: center;
        font-size: 50px;
    }
    #the-custom-header-title.banner-title-komite-nominasi{
        font-size: 2.5em;
        max-width: 90%;
        margin: 0 auto;
    }
    .the-custom-header-line{
        margin: 0 auto;
        max-width: 95%;
    }
    .main-komite-audit.main-komite-nominasi .before-content-title{
        font-size: 1rem;
    }
    .main-komite-nominasi .img-pre-title {
        height: 24px;
        width: 24px;
    }
    
}
/*END GLOBAL NEW*/

/*KOMITE AUDIT PAGE & SINGLE*/
.main-komite-audit{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 10px;
    background-color: #fff;
}
.main-komite-audit .before-content{
    margin: 60px 0;
}
.main-komite-audit .before-content-title{
    font-size: 32px;
    font-weight: bold;
}
.single-komite-audit{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foto-audit-wrapper{
    width: 25%;
}
.foto-audit{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.description-audit-wrapper{
    width: 70%;
    position: relative;
}
.audit-top-info {
    position: relative;
    min-height: 100px;
    border-bottom: 3px solid #bbb;
    margin-bottom: 25px;
}
.audit-top-info .img-pre-title,
.audit-top-info .audit-jabatan,
.audit-top-info .audit-name{
    display: block;
    position: absolute;
}
.audit-top-info .img-pre-title{
    left: -15px;
    top: 0;
    width: 64px;
    height: 64px;
}
.audit-top-info .audit-name{
    top: 0px;
    left: 64px;
    font-size: 35px;
    font-weight: bold;
}
.audit-top-info .audit-jabatan{
    top: 45px;
    left: 64px;
    font-size: 24px;
    color: #bbb;
}
#custom-related-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #e7e7e7e7;
    padding: 100px 0px;
}
.custom-related-item-list{
    width: 30%;
    max-width: 300px;
    margin: 50px auto;
    position: relative;
}
.custom-related-item-list a{
    width: 100%;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.custom-related-item-list-img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    transform: scale(1.2);
}
.audit-banner{
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 90%;
    padding: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.audit-banner-name{
    font-weight: bold;
    font-size: 18px;
}
@media(max-width: 600px){

    .foto-audit-wrapper,
    .description-audit-wrapper{
        width: 100%;
    }
    .audit-top-info{
        margin-top: 25px;
        min-height: 125px;
    }
    .audit-top-info .audit-jabatan{
        top: 50px;
        font-size: 20px;
    }
    .audit-desc{
        font-size: 17px;
        line-height: 25px;
    }
    .custom-related-item-list{
        width: 100%;
        margin: 30px auto;
        max-width: 320px;
    }
    .audit-top-info .audit-name{
        font-size: 25px;
    }

}

#main-page-komite-nominasi .section-1,
#main-page-komite-audit .section-1{
    margin: 30px auto;
}
#main-page-komite-nominasi  .section-1 .section-1-img-pre,
#main-page-komite-nominasi  .section-1 .section-1-title,
#main-page-komite-audit .section-1 .section-1-img-pre,
#main-page-komite-audit .section-1 .section-1-title{
    display: inline-block;
}
#main-page-komite-nominasi  .section-1 .section-1-title,
#main-page-komite-nominasi  .section-2-wrapper .section-2-title,
#main-page-komite-audit .section-1 .section-1-title,
#main-page-komite-audit .section-2-wrapper .section-2-title{
    font-size: 32px;
    font-weight: bold;
    color: #444;
}
.page-komite-audit .section-1 .section-1-desc{
    padding: 20px 10px;
    font-size: 18px;
    line-height: 26px;
    color: #333;
}
#main-page-komite-nominasi .section-2-wrapper,
#main-page-komite-audit .section-2-wrapper{
    margin: 30px auto;
}
#main-page-komite-nominasi .section-2-wrapper .section-2-img-pre,
#main-page-komite-nominasi .section-2-wrapper .section-2-title,
#main-page-komite-audit .section-2-wrapper .section-2-img-pre,
#main-page-komite-audit .section-2-wrapper .section-2-title{
    display: inline-block;
}

#main-page-komite-nominasi .custom-related-item-list,
#main-page-komite-audit .custom-related-item-list{
width: 30%;
    max-width: 300px;
    margin: 50px auto;
    position: relative;
}
#main-page-komite-nominasi #custom-related-item,
#main-page-komite-audit #custom-related-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    padding: 50px 0px;
}
.page-komite-audit .audit-banner{
    background-color: #e7e7e7;
}
.single-dewan-direksi .custom-related-item-list{
    margin: 50px 0px;
    max-width: 200px;
}
.single-dewan-direksi .audit-banner{
    bottom: unset;
    top: 90%;
    height: 120px;
    padding: 30px 10px;
}
@media(max-width: 767px){
    #main-page-komite-nominasi .custom-related-item-list,
    #main-page-komite-audit .custom-related-item-list{
        width: 100%;
        max-width: 300px;
    }
    #main-page-komite-audit .section-1 .section-1-title,
    #main-page-komite-audit .section-2-wrapper .section-2-title{
        font-size: 22px;
        display: inline-block;
    }
    #main-page-komite-nominasi .section-1 .section-1-title,
    #main-page-komite-nominasi .section-2-wrapper .section-2-title{
        font-size: 1rem;
        display: inline-block;
    }
    .single-dewan-direksi .custom-related-item-list{
        margin: 50px auto;
        max-width: 300px;
    }
}
/*END KOMITE AUDIT PAGE & SINGLE*/

/*Home*/
.section-home-title,
.section-home-desc,
.section-home-link{
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0px;
    padding: 0px 5px;
}
.home-section-separator{
    width: 100%;
    margin: 20px auto;
    display: block;
    width: 80%;
    max-width: 300px;
    height: 5px;
    background-color: #FFCA0D;
}
.section-home-title{
    font-size: 2rem;
    font-weight: 800;
    color: #444;
}
.home-lini-bisnis{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 30px 5px;
}
.home-lini-bisnis-item{
    height: 200px;
    width: 32%;
    margin: 15px 5px;
}
.home-lini-bisnis .home-lini-bisnis-item a{
    display: block;
    height: 100%;
    width: 300px;
    margin: 0 auto;
}
.lini-bisnis{
    height: 100%;
    width: 100%;
}
.lini-bisnis:hover .lini-bisnis-hover{
    height: 100%;
    width: 100%;
}
.lini-bisnis-hover{
    transition: all ease-in-out .3s;
}
@media(max-width: 768px){
    .home-lini-bisnis-item{
        height: 200px;
        width: 48%;
    }
}
@media(max-width: 550px){
    .home-lini-bisnis-item{
        height: 200px;
        width: 95%;
    }
    #section-home-csr .section-home-title{
        font-size: 2.2rem;
    }
}
/*End Home*/

/*footer*/
#new-footer{
    background-color: #111;
    padding: 30px 10px;
    position: relative;
}
.new-footer-widget{
    width: 32%;
    margin-top: 40px;
}
.new-footer-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-socmed-list{
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 5px;
    width: 38px;
}
.footer-socmed-parent .footer-socmed-list a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #222;
    transition: all ease-in-out 0.2s;
    text-decoration: none;
}
.footer-socmed-list a:hover{
    color: #ffca0d;
    text-decoration: none;
}
.footer-socmed-parent{
    text-align: right;
}
.footer-socmed-list{
    font-size: 20px;
    text-align: center;
}
.footer-logo{
    max-width: 100%;
    height: auto;
}
.top-footer{
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.top-footer-left,
.top-footer-right{
    width: 50%;
}
.top-footer-img{
    display: block;
    float: right;
    max-width: 100%;
    height: auto;
}
.top-footer-title{
    color: #ffca0d;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.top-footer-desc{
    color: #fff;
}
@media(max-width: 768px){
    .new-footer-widget{
        width: 100%;
    }
    .footer-logo,
    .footer-socmed-parent{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .top-footer-left,
    .top-footer-right{
        width: 100%;
        float: none;
    }
    .top-footer-img{
        float: none;
        margin: 0 auto;
    }
    .top-footer-left{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
/*end footer*/

/*Home Blog*/
.section-home-blog-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 5px;
}
.home-post-item{
    width: 31%;
    padding: 1%;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* min-height: 300px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home-post-item-title{
    text-align: center;
    /* transform: translateY(130px); */
    transition: all ease-in-out 0.3s;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}
.home-post-item-title{
    border-bottom: 5px solid rgba(0,0,0,0);
    background-color: #fff;
    padding: 10px 5px;
}
.home-post-item-title:hover{
    border-bottom: 5px solid rgba(0,0,0,0.5);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.home-post-item .home-post-item-title a{
    color: #222;
    text-decoration: none;
    display: block;
    width: 100%;
}
@media(max-width: 600px){
    .home-post-item{
        width: 95%;
        margin: 40px auto;
    }
}
/*End Home Blog*/



/*TOP NAVBAR*/
#menu-item-52932 *{
    text-transform: uppercase;
}
/*End TOP NAVBAR*/

/*ut gallery*/
.pswp{
    z-index: 999999;
}
#ut-gallery .bg-img-item-tahunan{
    height: 225px;
    background-size: cover;
}
#ut-gallery .laporan-tahunan-item:hover{
    background-color: #ffca0d;
}
#ut-gallery .laporan-tahunan-item .title-laporan-tahunan{
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding: 5px;
}
#ut-gallery .laporan-tahunan-row{
    justify-content: space-between;
}
#ut-gallery .laporan-tahunan-item:hover .title-laporan-tahunan{
    color: #fff;
}

/*end ut gallery*/

/*Siaran Pers*/
.web-pers-wrapper{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.web-news-wrapper{
    width: 70%;
    background-color: #fff;
}
.web-archive-wrapper{
    width: 30%;
    background-color: #fff;
}
.web-news-wrapper,
.web-archive-wrapper{
    padding: 10px;
}

.news-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.news-box-bg-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 225px;
}
.news-box{
    width: 48%;
    margin-bottom: 20px;
    background-color: #fff;
    padding-bottom: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.news-box-content{
    width: 95%;
    margin: 0 auto;
    margin-top: -20px;
    background-color: #fff;
    padding: 10px;
    height: calc(100% - 205px);
    position: relative;
    padding-bottom: 40px;
}
.news-meta{
    text-align: center;
    color: #444;
}
.news-box-title a,
.news-box-title a:hover{
    text-decoration: none;
    font-size: 1.5rem;
}
.post-link-btn{
    position: absolute;
    right: 0px;
    bottom: 5px;
}
.news-box-content .post-link-btn a{
    background-color: #ffca0d;
    text-decoration: none;
    color: #222;
    padding: 10px;
}

.news-box-content .news-box-title a,
.news-box-content .news-box-title a:hover,
.news-box-content .news-box-title a:visited{
    text-decoration: none;
}

#pers-archive-box{
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 10px 5px;
}
#pers-archive{
    margin: 0;
    padding: 0;
}

#pers-archive li{
    list-style-type: none;
    display: inline-block;
    padding: 5px;
    margin: 3px;
    background-color: #ffca0d;
    border-radius: 3px;
}
#pers-archive li a,
#pers-archive li a:hover{
    color: #222;
    text-decoration: none;
}

.custom-pagination{
    display: block;
    width: 100%;
    margin: 10px auto;
    padding: 15px;
    text-align: center;
}
.custom-pagination a{
    padding: 5px;
    background-color: #222;
    color: #fff !important;
    text-decoration: none;
}
.custom-pagination a:hover{
    text-decoration: none;
}
.custom-pagination .current{
    padding: 5px;
    background-color: goldenrod;
    color: #fff;
}
.custom-pagination .prev{
    border-radius: 5px 0px 0px 5px;
}
.custom-pagination .next{
    border-radius: 0px 5px 5px 0px;
}
.button-download{
    background-color: #222;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    width: 150px;
    margin: 10px 0;
    text-align: center;
}

@media(max-width: 760px){
.web-news-wrapper,
.web-archive-wrapper,
.news-box{
    width: 100%;
}

}
/*End Siaran Pers*/

/*silder 2 item*/
.slider-2-item{
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
}
.slider-2-item figure{
    width: 23%;
    margin: 1%;
    height: 400px;
    overflow: hidden;
}
.slider-2-item figure img{
    min-width: 100%;
    height: auto;
    min-height: 100%;
    max-width: unset!important;
}
.slider-2-item .slick-prev{
    z-index: 10;
    left: 0px !important;
}
.slider-2-item .slick-next{
    z-index: 10;
    right: 0px !important;
}
.slider-2-item .slick-next{
    width: 32px;
    height: 32px;
}
.slider-2-item .slick-prev:before,
.slider-2-item .slick-next:before{
    color: #ffca0d;
    font-size: 30px;
}
.slider-2-item .slick-slide {
    margin: 0 15px;
  }
.slider-2-item .slick-list {
    margin: 0 -15px;
  }
.slider-2-item-item{
    height: 300px;
    overflow: hidden;
}
.slider-2-item-item figure img{
    min-height: 300px;
    min-width: 100%;
}
/*end silder 2 item*/

body .single-program-content ul,
body .single-program-content ol{
    list-style-type: unset;
    padding-left: 20px;
}
body .pswp{
    z-index: -1;
}
body .pswp.pswp--animated-in{
    z-index: 99999;
}

/*REVISI*/
body.page-id-52968 .custom-related-item-list-img,
body.page-id-54722 .custom-related-item-list-img
{
    transform: scale(1);
}
body .ubermenu .ubermenu-retractor {
    display: block;
    clear: both;
    text-align: center;
    cursor: pointer;
    background: #ffca0d;
    padding: 5px 5px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: -1px 3px 4px 0px rgba(0,0,0,0.5);
    margin-bottom: 10px;
}
body .ubermenu .ubermenu-target{
    padding: 15px 10px;
}
body .ubermenu .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-id-49723, .ubermenu .ubermenu-in-transition > .ubermenu-submenu.ubermenu-submenu-id-49723{
    padding: 0px;
}
body ul.ubermenu-submenu.ubermenu-submenu-id-56591.ubermenu-submenu-type-flyout.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item.ubermenu-autoclear{
    padding: 0px;
}
body .ubermenu .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-id-52932, .ubermenu .ubermenu-in-transition > .ubermenu-submenu.ubermenu-submenu-id-52932{
    padding: 0px;
}
body .ubermenu .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-id-65007, .ubermenu .ubermenu-in-transition > .ubermenu-submenu.ubermenu-submenu-id-65007{
    padding: 0px;
}

@media(max-width: 550px){
        .pre-title{
        width: calc(100% - 50px);
        line-height: 2rem;
        }
        .page-komite-audit .section-1-title,
        .section-2-wrapper .section-2-title{
            width: calc(100% - 50px);
        }
        .content-title-wrapper{
            align-items: start;
        }
        body .ubermenu .ubermenu-active .ubermenu-submenu .ubermenu-submenu-type-stack{
            padding: 0;
        }
        body .ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child{
            margin: 0;
        }
        /*informasi pemegang saham*/
        /* body.page-id-50911 .et_pb_blurb_position_left .et_pb_blurb_container,
        body.page-id-50911 .et_pb_blurb_position_right .et_pb_blurb_container{
            display: block;
        }
        body.page-id-50911 .et_pb_blurb_position_left .et_pb_main_blurb_image,
        body.page-id-50911 .et_pb_blurb_position_right .et_pb_main_blurb_image{
            display: block;
            margin: 10px auto;
        }
        body.page-id-50911 .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
        body.page-id-50911 .et_pb_blurb_1.et_pb_blurb{
            padding: 5px !important;
        }
        body.page-id-50911 .et_pb_row{
            width: 100%;
            padding: 5px;
            margin: 10px auto;
        } */
}
/*END REVISI*/

.main-container{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}