  *,
  html,
  body{
    margin: 0;
    padding: 0;
   
   
  }
  
  .container {
    width: 100%;
   
    
  }
  
  .container img {
    width: 100%;
  }
/*...__________________________----_---_-_-_-*/
.custom-shape-divider-top-1667518685 {
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1667518685 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.2px);
    height: 200px;
}

.custom-shape-divider-top-1667518685 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-bottom-1667528711 {
    margin-bottom: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1667528711 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 200px;
}

.custom-shape-divider-bottom-1667528711 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-top-1667531377 {
    
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1667531377 svg {
    position: relative;
    display: block;
    width: calc(157% + 1.3px);
    height: 56px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1667531377 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-bottom-1667545302 {
    
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1667545302 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 51px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1667545302 .shape-fill {
    fill: #FFFFFF;
}

/*...__________________________----_---_-_-_-*/


.content {
  width: 100%;
 
  background: rgb(27,74,155);
background: -moz-linear-gradient(90deg, rgba(27,74,155,1) 0%, rgba(2,11,27,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(27,74,155,1) 0%, rgba(2,11,27,1) 100%);
background: linear-gradient(90deg, rgba(27,74,155,1) 0%, rgba(2,11,27,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b4a9b",endColorstr="#020b1b",GradientType=1);
color: #ffffff;


}

h1 {
 margin-bottom: 25px;
 font-family: 'Ubuntu', sans-serif;
}
h3 {
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
}
h4 {
  margin-left: 5px;
  color: #Ffffff;
  font-family: 'Ubuntu', sans-serif;
}
p {
  margin-left: 10px;
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
}

.isi {
  width: 100%;
  
}
.isi img {
  width: 100%;
}
.lan {
  background-color: #47B5FF;
  
}

.lan h1 {
  color: #DFF6FF;
  text-shadow: 5px 6px 7px #868686;
}



.ab {
  width: 100%;
  display: flex;
  box-shadow: 0px 20px 20px -15px #111;
  font-size: 15px;
  color: #474E68;
  font-weight: bold;
  margin-bottom: 20px;
}
.ab p {
  margin-top: 3px;
}
.b {
  width: 100%;
  
}
.b img {
  float: right;
  width: 150px;
  position: relative;
}

.data {
  padding-top: 50px;
  width: 100%;
  
  border-bottom: 1px solid black;
}
.data p {
  font-size: 12px;
}
.data h3 {
  color: black;
  margin-left: 5px;
  font-size: 15px;
}


.kriteria {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  
}

.sim {
  width: 100%;
  height: 600px;
}

















/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
    .custom-shape-divider-top-1667518685 svg {
        width: calc(300% + 1.3px);
        height: 149px;
    }
    .custom-shape-divider-top-1667531377 svg {
        width: calc(241% + 1.3px);
        height: 86px;
    }
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-top-1667518685 svg {
        width: calc(300% + 1.3px);
        height: 102px;
        margin-top: 0;
    }
  .custom-shape-divider-bottom-1667528711 svg {
        width: calc(198% + 1.3px);
        height: 102px;
        margin-bottom: 0;
    } 
  .custom-shape-divider-top-1667531377 svg {
        width: calc(198% + 1.3px);
        height: 74px;
    }
  .custom-shape-divider-bottom-1667545302 svg {
        width: calc(100% + 1.3px);
        height: 69px;
    }
}
 