#about-developer {
    height: 100%;
}

#about-developer > .container {
    padding-top: 48px;
    padding-bottom: 40px;

    background-color: #223D7E;
}

#about-dev-video {
    position: relative;
    margin-bottom: 88px;
}

#about-dev-video > div.bg{
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 50;

    background-color: #223D7E;
}

.video-section-dev {
    position: relative;
    z-index: 51;

    padding-top: 5rem;
}
@media screen and (max-width: 768px) {
    .video-section-dev {
	padding-top: 1.5rem;
    }
}

.video-section-dev > iframe {
    width: 720px;
    height: 400px;
    min-height: 400px;

    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .video-section-dev > iframe {
	width: 100%;
        height: 223px;
        min-height: 223px;
    }
}

.body-wp {
    margin-top: 32px;
}
/* end about */
.slider-rewards {
    padding: 0;
}

.section-project {
    margin-bottom: 80px;
}

.img-project{
    width: 360px;
    height: 360px;
    border-radius: 16px;

    object-fit: cover;
}

@media screen and (max-width: 576px) {
    .img-project{
        width: 42vw; /*160px; */
        height: 42vw; /*160px; */
    }
}

@media screen and (max-width: 1190px) {
    .img-project{
        width: 30vw; /*160px; */
        height: 30vw; /*160px; */
    }
}


.container-title {
    margin-bottom: 48px;
}

.desc-left {
    padding: 0.5rem !important;
    width: 80%;
    max-width: 80%;
}

.desc-right {
    padding: 0.5rem !important;
}

.desc-left > p {
    font-size: 32px;
    font-weight: 300;
    opacity: .7;
}

.title-project {
    text-align: center;
    font-size: 20px;
    opacity: .9;
}
/* END PROJECT */

#slider-awards{
    padding-top: 32px;
}

.img-awards {
    width: 100%;
    height: 55vh;
    object-fit: cover;
    /*float: right !important;*/
}
@media screen and (max-width: 575px) {
    .img-awards {
        /* height: 100%; */
        max-height: 20rem;
    }
}

.judul-aw {
    color:#FFFFFF90; 
    background: transparent; 
    font-size:36px;
    margin-bottom:0;
    margin-top: 0;
    
}

@media screen and (max-width: 575px) {
    .judul-aw {
      font-size:20px;
      /*margin-top: 4rem;*/
      line-height: 24px;
      text-align: center;
    }
}

.ket-aw {
    font-size: 20px;
    font-weight: normal;
    color:#FFFFFF70; 
    text-align: left;
    background: transparent; 
    margin-bottom:0;
    margin-top: 0;
}

@media screen and (max-width: 575px) {
    .ket-aw {
        font-size:16px;
        /*margin-top: 2rem; */
        text-align: center;
    }
}

.cont-text-aw {
    float: left !important;
    /*width: 50%; */
    height: 55vh;
    background: #223D7E;
    padding: 5rem;
}
@media screen and (max-width: 575px) {
    .cont-text-aw {
        /* height: 100%; */
      max-height: 20rem;
      padding: 0.75rem;
    }
}

.splide__arrow--prev{
    border-radius: 0px;
    left: 0px;
    background: white none repeat scroll 0% 0%;
}

.splide__arrow--next{
    border-radius: 0px;
    right: 0px;
    background: white none repeat scroll 0% 0%;
}

.splide__slide--col{
    text-align: center;
}

.body-wp-about-dev {
    font-size: 20px;
    color: #363636;
}