.bodybox {
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerbox {
    display: flex;
    text-align: center;
    width:100%;
}

.box {
    width: 100%;
    min-height: 500px;
    background-color: #106055;
    margin-left: 2%;
    margin-right: 2%;
    padding-left:2%;
    padding-right:2%;
    padding-bottom: 2%;
}

.box img {width:25%;}

.containerbox2 {
    display: flex;
    text-align: center;
    width:100%;
    height:auto;
    padding-top: 30px;
}

.boxnumber{
  width: 100%;
  background-color: #939598;
  border-radius:20px;
  height:auto;
  padding-bottom: 30px;
}

.box2 {
    width: 100%;
    border-left: 10px solid #fe501b;
}
.box2_first{
  width: 100%;
}

.textbox2_bold{
  font-size: 50px;
  color: white;
  font-weight: bold;
}
.textbox2{
  font-size: 20px;
  color: white;
}

.blocker{
  height:140px
}

.ceo{
  width:100%;
  background-image: url("https://appbuilder.my.id/API/demo/image/Upload09.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 20%;
  padding-right:3%;
  min-height:100px;
  color: white;
}

.boxceo{
  display: flex;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 30px;
  border-radius:5px;
}

.boxtable1{
  border-right: 20px solid #fe501b;
  width:11%;
  height:100px;
}

.boxtable2{
  width:89%;
  padding-left:20px;
  font-size:17px;
}
.anf{
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.anfimage{
  width: 10%;
}
.anfstat{
  width:90%;
  padding-left:20px;
  padding-top: 10px;
}

.image_pic{
  width:100%;
  display: flex;
}
.green_warna{background-color: #106055;}
.red_warna{background-color: #FF3F3F;}
.blue_warna{background-color: #0A3C6A;}

.display_yes {display: contents;}
.display_no {display: none;}

.per55{width:55%;}
.per45{width:45%;}

.per58{width:58%;}
.per42{width:42%;}

.per50{width:50%;}

.per75{width:75%;}
.per25{width:25%;}

.per65{width:65%;}
.per35{width:35%;}

.per85{width:85%;}
.per15{width:15%;}

.image_s1{
  height: auto;
}


.image_ss img{
  border-radius: 0 100px 0 0;
}
.image_sb img{
  border-radius: 0 100px 0 0;
}
.image_sa img{
  border-radius: 100px 0 0 0;
}
.text_s1{
  padding-left:5%;
  padding-right:5%;
  padding-top:10%;
  color: white;
}
.text_header{
  font-weight: bold;
  font-size:35px;
}
.text_isi{
  font-weight: bold;
  font-size:18px;
}

.text_isi_h1{
  font-weight: bold;
  font-size:22px;
}

.text_right_new{
  text-align: right;
}

.padding_top20{
  padding-top:20px;
}

.padding_top10{
  padding-top:20px;
}

.padding_top5{
  padding-top:5px;
}


@media only screen and (max-width: 800px) {
  .containerbox {
    flex-direction: column;
    text-align: center;
  }
  .box {
    width: 100%;
    min-height: 0;
    background-color: #106055;
    margin-left: 0%;
    margin-right: 10%;
    margin-bottom:10px;
    padding-left:5%;
    padding-right:5%;
    padding-bottom: 2%;
  }
  .containerbox2 {
    flex-direction: column;
    text-align: center;
  }
  .boxnumber{
    background-color: #fff;
  }
  .box2_first{
    background-color: #939598;
  }
  .box2 {
    background-color: #939598;
    width: 100%;
    border-left: none;
    border-top: 5px solid #fff;
  }
  .textbox2{
    margin-top: -20px;
    padding-bottom:10px;
  }
  .blocker{
    height:30px
  }
  .has-text-align-left{
    text-align: center !important;
  }
  .wp-block-heading{
    text-align: center !important;
  }

  .ceo{
    padding-left: 3%;
    padding-right:3%;
  }
  
  .anfimage{
    width: 20%;
  }
  .anfstat{
    width:80%;
    padding-left:20px;
    padding-top: 0px;
  }
  .image_pic{
    flex-direction: column;
  }
  .per55{width: 100%;}
  .per45{width: 100%;}
  .per50{width: 100%;}
  .image_s1{
    height: auto;
  }
  .image_ss img{
    border-radius: 0 0 100px 0;
  }
  .image_sb img{
    border-radius: 0 0 0 100px;
  }
  .image_sa img{
    border-radius: 0 0 0 100px;
  }
  .image_sss img{
    border-radius: 50px 50px 0 0;
  }
  .text_s1{
    padding-left:5%;
    padding-top:10px;
    color: white;
  }
  .text_header{
    font-size: 8vw;
  }
  .text_isi{font-size: 3.5vw;}
  .text_isi_h1{font-size: 5vw;}
  .padding_bottom10{padding-bottom: 20px;}
  .display_yes {display: none;}
  .display_no {display: contents;}
}