body {
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    color: #686868;
    background-color: #fff;
}
.green {
    color: #27993b;
}
.bg-green {
    background-color: #259740;
    background-repeat: no-repeat;
    background-image: url('images/bg-top2.png'), 
        url('images/bg-bottom2.png'),
        linear-gradient(to bottom, #289939, #158a68);
    background-position: top left,
        bottom right,
        top left;
    background-size: 100% auto,
        90% auto,
        cover;
}
p {
    margin-bottom: 15px;
}
.bigger {
    font-size: 120%;
    line-height: 130%;
}
button:focus {
    outline: none;
    border: none;
}
#section1 {
    background-image: 
        url('images/bg-top1.png'),
        url('images/bg-bottom1.png');
    background-position: 
        top left, bottom left;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#logo {
    position: absolute;
    left: 15px;
    top: 15px;
}
#logo img {
    height: auto;
    width: 100px;
}
#logo-ojk {
    position: absolute;
    right: 15px;
    top: 13px;
}
#logo-ojk img {
    height: 30px;
    width: auto;
}
#logo-ojk label {
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 7px;
    vertical-align: bottom;
    line-height: normal;
    color: #b23437;
    text-align: right;
}
#logo-ojk label.w {
    color: #fff;
}
.Ycenter-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
#section1 .Ycenter-content img {
    width: 280px;
    display: block;
    margin: 30px auto 20px;
}
#section1 .Ycenter-content .text {
    /* font-weight: 300; */
    font-size: 14px;
    padding: 0px 15px;
}
a[data-class="btn-cta"] {
    width: 100%;
    background: linear-gradient(to top, #27993c, #96c93d);
    color: #fff;
    padding: 9px 10px;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    max-width: 300px;
    margin: auto;
}
.custom-tab .tab-content a[data-class="btn-cta"], #slider-ds2 a[data-class="btn-cta"] {
    display: block;
}

.bottom-content {
    position: absolute;
    width: 100%;
    height: 90%;
    left: 0px;
    bottom: 0px;
}
.bottom-content .white-container {
    background-color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 89%;
    border-radius: 0px 30px 0px 0px;
    padding: 20px 20px;
    overflow: hidden;
}
.bottom-content .white-container p {
    font-size: 13px;
}
.bottom-content h2 {
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    padding: 15px;
}
.bottom-content h2 b {
    font-weight: 500;
}
#about-img {
    height: 140px;
    margin: auto;
    margin-bottom: 20px;
}

.custom-tab .nav-link {
    width: 25%;
    padding: 0px;
    text-align: center;
}
.custom-tab .nav-link .icon {
    background-color: rgba(86, 159, 70, 0.5);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-tab .nav-link.active .icon {
    background-color: rgb(86, 159, 70);
}
.custom-tab .nav-link .icon img {
    width: 60%;
}
.custom-tab .tab-content {
    margin-top: 30px;
}
.custom-tab .tab-pane img[data-class="big-vector"] {
    height: 170px;
}

.green-grid .grid {
    margin: auto;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    background: url('images/decoration1.png'), linear-gradient(to top, #27993c, #96c93d);
    color: #fff;
    margin-top: 5px;
    margin-bottom: 15px;
    background-size: auto 80%, cover;
    right: 0px;
    bottom: 0px;
    background-position: bottom right;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 5px #c1c1c1;

}
.green-grid .grid .logo-cont {
    width: 100px;
    margin: 0px auto 10px;
    height: 65px;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}   
.green-grid .grid .logo-cont img {
    height: 70%;
    display: block;
    margin: auto;
}
.green-grid .grid .text {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: 17px;
} 
.green-grid .grid .text b {
    font-weight: 500;
}

.modal .modal-content {
    border-radius: 10px 10px 10px 50px;
    border-top: 4px solid #96c93d;
}
.modal .modal-content .logo {
    position: absolute;
    top: -35px;
    left: 0px;
    width: 100%;
}
.modal .modal-content .logo .inner {
    width: 65px;
    height: 63px;
    background: linear-gradient(to top, #219449, #96c93d);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0px 3px 1px #ddd;
}
.modal .modal-content .logo.logo-green .inner {
    background: linear-gradient(to top, #219449, #96c93d);
}
.modal .modal-content .logo.logo-green img {
    width: 55%;
}
.modal .modal-content .logo img {
    width: 50%;
}
.modal .modal-body {
    padding-top: 40px;
    color: #686868;
    font-size: 13px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.modal .modal-body .close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 100;
}
.modal .modal-body .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
    color: #27993c;
    line-height: normal;
}
.modal .modal-body ul {
    list-style: none;
    padding-left: 15px;
}
.modal .modal-body ul li {
    position: relative;
    margin-bottom: 5px;
}
.modal .modal-body ul li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #27993c;;
}
#slider-ds1 .owl-item, #slider-ds2 .owl-item, #slider-ds3 .owl-item {
    padding-top: 25px;
}

#slider-ds1 .owl-dots {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

#slider-ds2 .owl-dots {
    position: absolute;
    top: -10px;
    width: 100%;
    text-align: center;
}

#slider-ds3 .owl-dots {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
}

#slider-ds3 .owl-nav {
    position: absolute;
}

#slider-ds3 .owl-prev {
    position: absolute;
    top: -245px;
    left: 5px;
    font-size: 46px;
    font-weight: 100;
    color: #aaa;
}

#slider-ds3 .owl-prev.disabled {
    display: none;
}

#slider-ds3 .owl-next {
    position: absolute;
    top: -245px;
    right: -325px;
    font-size: 46px;
    font-weight: 100;
    color: #aaa;
}

#slider-ds3 .owl-next.disabled {
    display: none;
}

#slider-ds1 .owl-dot, #slider-ds2 .owl-dot, #slider-ds3 .owl-dot {
    background-color: #aaa;
    height: 6px;
    width: 20px;
    margin: 3px;
    border-radius: 5px;
}

#slider-ds1 .owl-dot.active, #slider-ds2 .owl-dot.active, #slider-ds3 .owl-dot.active {
    background-color: #ffc34c;
}

#slider-ds1 .inner {
    height: 220px;
    background-color: #f6f6f6;
    border-radius: 20px 0px 20px 0px;
    position: relative;
    padding: 45px 25px 30px;
}

#slider-ds2 .inner {
    height: 430px;
    background-color: #fff;
    border-radius: 0px 30px 0px 0px;
    position: relative;
    padding: 30px 30px 15px;
}

#slider-ds3 .inner {
    height: 390px;
    position: relative;
    padding: 40px 25px 20px;
}

#slider-ds1 .owl-item:not(.active) .inner {
    transform: scale(0.95);
    /* border-radius: 10px; */
}

#slider-ds2 .owl-item:not(.active) .inner {
    transform: scale(0.95);
    background-color: #8ec8a9;
    /* border-radius: 10px; */
}

#slider-ds1 .icon {
    position: absolute;
    left: 0px;
    top: -25px;
    width: 100%;
}
#slider-ds1 .icon-inner {
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(to top, #279748, #77bb40);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
#slider-ds1 .icon-inner img {
    width: 70%;
    margin: auto;   
}
#slider-ds1 .title, #slider-ds2 .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#slider-ds3 .title {
    font-weight: 500;
    font-size: 18px;
    position: relative;
    color: #175e44;
    margin-bottom: 10px;
}

#slider-ds3 .title .box-number {
    position: absolute;
    left: -30px;
    padding: 1px 6px;
    border-radius: 10px 0px 0px 0px;
    background-color: #175e44;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

#slider-ds2 .text, #slider-ds3 .text {
    line-height: 20px;
    color: #616161;
    margin-bottom: 15px;
}
#slider-ds2 .big-image, #slider-ds3 .big-image {
    height: 160px;
    width: auto;
    display: block;
    margin: 0px auto 25px;
}

#section5 .Ycenter-content {
    height: 85vh;
}

#section5 .text {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    line-height: 27px;
    margin-bottom: 20px;
}

#section5 .box {
    position: relative;
    background-color: #fff;
    padding: 20px 15px 25px;
    border-radius: 30px 0px 30px 0px;
}

#section5 .box .box-header {
    color: #cabf3b;
    font-size: 20px;
    font-weight: 500;
    padding: 0px;
    border-radius: 8px;
    margin-bottom: 10px;
}

#section5 .box .big-image {
    width: 230px;
    margin-bottom: 15px;
}

#section5 .box .title {
    color: #249741;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}

#section5 .box .desc {
    color: #858585;
}

#section5 .button {
    display: flex;
    justify-content: center;
}

#section6 .text {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 27px;
    margin-bottom: 45px;
}

#section6 .button {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
    margin-bottom: 30px;
}

#section6 .sosmed {
    margin-top: 45px;
    color: #fff;
    text-align: center;
}
#section6 .sosmed label {
    font-weight: 400;
}
#section6 .sosmed ul {
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: center;
}
#section6 .sosmed ul li {
    display: inline-block;
    margin: 0px 5px;
}
#section6 .sosmed ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
}

@media(min-width: 412px) {
    #section5 .Ycenter-content {
        height: 80vh;
    }
}

@media(max-height: 560px) {
    #section1 .Ycenter-content img {
        width: 220px;
    }

    #slider-ds1 .inner {
        height: 170px;
    }

    .bottom-content .white-container p {
        font-size: 11px;
    }

    a[data-class="btn-cta"] {
        padding: 6px 18px;
    }

    #slider-ds2 .inner {
        height: 357px;
        padding: 17px 31px 9px;
    }

    #slider-ds1 .title, #slider-ds2 .title {
        font-size: 15px;
    }

    #slider-ds2 .big-image, #slider-ds3 .big-image {
        height: 135px;
    }

    #slider-ds3 .inner {
        height: 335px;
        padding: 26px 25px 10px;
    }

    #section5 .Ycenter-content {
        height: 75vh;
    }

    #section5 .box {
        padding: 40px 10px 15px;
    }

    #section5 .box .title {
        font-size: 16px;
    }

    #section5 .box .big-image {
        width: 210px;
    }

    #section5 .box .desc {
        font-size: 13px;
    }
}

@media(max-height: 592px) {
    #section1 .Ycenter-content img {
        width: 235px;
    }

    #slider-ds1 .inner {
        height: 183px;
        padding: 30px 25px 20px;
    }

    #slider-ds2 .inner {
        height: 380px;
        padding: 25px 35px 20px;
    }

    #slider-ds2 .big-image, #slider-ds3 .big-image {
        height: 135px;
    }

    #slider-ds3 .inner {
        height: 359px;
        padding: 25px 25px 10px;
    }

    .Ycenter-content {
        height: 78vh;
    }

}

@media(max-height: 719px) {
    #section5 .Ycenter-content {
        height: 80vh;
    }
}

/* @media(min-width: 370px) {
    .bigger {
        font-size: 135%;
        line-height: 150%;
    }
    #section1 .Ycenter-content img {
        width: 300px;
    }
    #section1 .Ycenter-content .text {
        padding: 10px 30px;
        font-size: 15px;
    }
    .bottom-content h2 {
        font-size: 18px;
    }
    .bottom-content .white-container {
        padding: 20px;
    }
    .bottom-content .white-container p {
        font-size: 14px;
    }
    a[data-class="btn-cta"] {
        font-size: 15px;
        padding: 9px 10px;
    }
    #about-img {
        height: 160px;
    }
    .green-grid .grid {
        margin-bottom: 30px;
        width: 130px;
        height: 130px;
    }
    #slider-acb .inner {
        height: 265px;
        padding: 40px 30px 30px;
    }
    #slider-acb .title {
        font-size: 20px;
    }
    #slider-acb .text {
        line-height: 22px;
        font-size: 15px;
    }
    #slider-acb .big-image {
        height: 170px;
        margin: 0px auto 20px;
    }
    .modal .modal-body .title {
        font-size: 20px;
    }
    .modal .modal-body .text {
        font-size: 15px;
    }
    .modal .modal-body ul li:before {
        top: 9px;
    }
    #section6 .text {
        font-size: 25px;
        line-height: 35px;
    }
    #section6 #final-cta {
        font-size: 15px;
    }
} */

/* @media(max-height: 500px) {
    .bigger {
        font-size: 110%;
        line-height: 125%;
    }
    #logo img, #logo-ojk img {
        height: 22px;
    }
    #section1 .Ycenter-content img {
        width: 240px;
    }
    #section1 .Ycenter-content .text {
        font-size: 12px;
    }
    a[data-class="btn-cta"] {
        font-size: 13px;
    }
    #about-img {
        height: 100px;
    }
    .bottom-content .white-container p {
        font-size: 11px;
    }
    .bottom-content h2 {
        font-size: 14px;
    }
    .custom-tab .nav-link .icon {
        width: 40px;
        height: 40px;
    }
    .custom-tab .tab-content {
        margin-top: 15px;
    }
    .custom-tab .tab-pane img[data-class="big-vector"] {
        height: 125px;
    }
    .green-grid .grid {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
    .green-grid .grid .logo-cont {
        width: 80px;
        height: 50px;
        border-radius: 0px 0px 5px 5px;
    }
    .green-grid .grid .text {
        font-size: 11px;
        line-height: normal;
    }
    #slider-acb {
        margin-top: -15px;
    }
    #slider-acb .inner {
        height: 330px;
        padding-top: 35px;
    }
    #slider-acb .title {
        font-size: 15px;
        margin-bottom: 5px;
    }
    #slider-acb .text {
        font-size: 11px;
        line-height: 17px;
    }
    #slider-acb .big-image {
        height: 135px;
    }
    .modal .modal-body {
        padding-bottom: 20px;
        padding-top: 30px;
        padding-left: 20px;
        font-size: 12px;
    }
    .modal .modal-body .title {
        font-size: 15px;
    }
    .modal .modal-body ul li {
        line-height: 15px;
    }
    .modal .modal-body ul li:before {
        top: 3px;
    }
    .modal .modal-content .logo .inner {
        width: 55px;
        height: 53px;
    }
} */

/* @media(min-height: 700px) {
    .bottom-content {
        height: 90%;
    }
    .bottom-content .white-container {
        padding-top: 45px;
    }
    .bottom-content h2 {
        font-size: 20px;
    }
    #about-img {
        height: 180px;
    }
    #slider-acb .inner {
        height: 500px;
    }
    #slider-acb .text {
        font-size: 15px;
    }
    #slider-acb .big-image {
        height: 200px;
        margin-bottom: 40px;
    }
} */


ul.icon-bullets {
    list-style: none;
}
ul.icon-bullets li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
    min-height: 50px;
}
ul.icon-bullets li:before {
    display: none;
}
ul.icon-bullets li .icon {
    position: absolute;
    /* background-color: #aaa; */
    height: auto;
    left: -15px;
    top: 0px;
}