#logo-board {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 250px;
}
#page-wrapper{
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #000;
}

#page-wrapper #content-page{
    padding-top: 350px;
    padding-bottom: 150px;
    z-index: 2;
    position: relative;
}
#visi-misi-cloud {
    position: absolute;
    top: 0;
    left: 0;
}

#client-puzzle {
    position: absolute;
    width: 100%;
    height: 100%;
}
#client-puzzle #puzzle-1 {
    position: absolute;
    top: -70px;
    left: 350px;
}
#client-puzzle #puzzle-2 {
    position: absolute;
    left: -203px;
    top: 402px;
}

#page-article{
    margin-top: 150px;
    margin-bottom: 150px;
}
#page-article #article-header {
    margin-bottom: 50px;
}
#page-article #article-header h1{
    font-size: 50px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.article-thumb{
    background: #F3F5F2;
    padding: 20px;
    margin-bottom: 25px;
    color: #000;
}
.article-thumb .date{
    color: #585858;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.article-thumb .date img{
    width: 20px;
    margin-right: 5px;
}
.article-thumb .image {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    background-size: cover;
}
.article-thumb .title {
    min-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-thumb .btn-more {
    background: #6D9B43;
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    text-transform: uppercase;
}
.article-thumb .btn-more:hover {
    background-color: #2F5E12;
    color: #ffffff;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6d9b43;
    border-color: #6d9b43;
}
.page-link a:hover {
    color: #6d9b43;
}
.image-copy {
    position: relative;
}
.image-copy .text-copy {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 70%);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}
.updeck {
    border: 2px solid #F7941D;
    display: inline-block;
    padding: 6px 35px;
    text-transform: uppercase;
    border-radius: 15px;
    color: #F7941D;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

@media screen and (max-width: 1080px){
    .article-thumb .image {
        height: 170px;
    }
}
@media screen and (max-width: 600px){
    #page-wrapper #content-page{
        padding-top: 230px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #client-puzzle{
        display: none;
    }
    #page-wrapper.sejarah {
        background-size: 700px;
        padding-top: 220px;
    }
    .boat {
        margin-top: 70px !important;
        max-width: 300px;
        margin-bottom: -40px;
    }
    #page-wrapper.contact {
        padding-top: 170px;
        background-size: 160%;
    }
    #page-wrapper.manajemen {
        padding-top: 140px;
        background-size: 150%;
    }
    #page-wrapper.sertifikasi {
        background-size: 150%;
        padding-top: 140px;
    }
    #page-wrapper.karir {
        background-size: 130%;
        padding-top: 110px;
    }
    #page-wrapper.klien {
        background-size: 130%;
        padding-top: 90px;
    }
    #page-wrapper.penghargaan {
        background-size: 130%;
        padding-top: 90px;
    }
    #page-wrapper.visi-misi {
        background-size: 100vh;
    }
    #page-wrapper.bisnis {
        background-size: 100vh;
        padding-top: 220px;
    }
    .article-thumb .image {
        height: 230px;
    }
}