.mandatory
{
    color: red;
}
.btn-primary-web{
    color: #fff;
    font-size: 12px;
    background-color: #fa5e00;
}
.div-section{
    width: 100%;
}
.primary-text{
    color:#fa5e00;
}
.primary-text-desc{
    color:#fa5e00;
    font-size: 14px;
}
.primary-text-header{
    color:#fa5e00;
}
.div-buku{
    width: 100%;
    background-image: url('../../img/background_body.jpg');
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
}
.div-catalogue{
    background-color: #000;
}
.line-catalogue{
    width: 100%;
    height: 2px;
    background-color: #fa5e00;
}
.bg-footer{
    color: #fff;
    background-color: #fa5e00;
}
.line{
    width: 100%;
    height: 2px;
    background-color: #fa5e00;
}
.active-menu{
    border: 0 solid #fa5e00;
    border-bottom-width: 5px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}
.i-size{
    font-size: 25px;
}
.menu-height{
    height: 40px;
}
.nav-window{
    display: block;
}
.img-header{
    max-width: 320px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.img-photo-detail
{
    width: 100%;    
    height: 86vh;
    background-repeat: no-repeat;
    object-fit: contain;
    object-position: center;
}
.div-lang{
    background-color: #adadad;
    border-radius: 5px;
    height: 28px;
    width: 28px;
    text-align: center;
}
.text-lang{
    font-size: 14px;
}
.search-icon{
    height: 25px;
    width: 25px;
}
.menu-color{
    color: #fa5e00;
}
.active-lang{
    background-color: #fa5e00;
}
.text-menu{
    font-weight: 600;
    font-size: 16px;
}
.wd-sidebar{
    width: 30%;
}
.mt-carousel{
    margin-top: 7.5%;
}
.hg-carousel-img{
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.img-play{
    padding: 10%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.carousel-circle{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #fa5e00;
}
.carousel-caption{
    top: 0;
    right: 30%;
    left: 0;
    height: 100vh;
    text-align: left;
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0)
}
.carousel-caption-top{
    margin-top: 60%;
}
.carousel-caption-top-circle{
    margin-top: 130%;
}
.carousel-footer{
    width: 100%;
    height: 50px;
    background-color: #0e73b9;
    position: absolute;
    top: 92%;
}
.carousel-pd{
    padding-left: 30px;
}
.carousel-pd-II{
    padding-left: 0; 
}
.text-title{
    font-size: 30px;
    font-weight: bold;
    color: #fa5e00;
}
.text-title-II{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.cover-news{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 0 105px 0 90px;
    padding: 15px;
}
.round-news{
    border-radius: 0 90px 0 90px;
}
.cover-news-card{
    position: relative;
    top: -75px;
    right: 0;
    left: 20%;
    width: 80%;
    background-color: #fff;
}
.text-title-contain{
    font-size: 24px;
    font-weight: bold;
    color: #fa5e00;
}
.text-selengkapnya{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.text-title-containt{
    text-decoration: none;
    color: #fa5e00;
    font-size: 18px;
}
.h-card{
    height: 65vh;
}
.rounded-circle-divition{
    height: 150px;
    width: 150px;
    border-radius: 50%;
}
.rounded-circle-divition:hover{
    border-radius: 50%;
}
.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container-img{
    position: relative;
}
.middle{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.text-hover{
    color: white;
    font-size: 16px;
}
.container-img:hover .img-hover {
    opacity: 0.3;
}

.container-img:hover .middle {
    opacity: 1;
}
.img-hover{
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}
.container-img-catalogue{
    position: relative;
    background-image: url('../../img/thumb/cover.png');
    background-color: rgba(0, 0, 0, 0.694);
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
    width: 99%;
}
.container-img-catalogue-col{
    position: relative;
    background-image: url('../../img/thumb/cover.png');
    background-color: rgba(0, 0, 0, 0.694);
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
    width: 92%;
}
.container-img-catalogue-kolase{
    position: relative;
    background-image: url('../../img/thumb/cover-mobile-kolase.png');
    background-color: rgba(0, 0, 0, 0.694);
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.middle-img-catalogue{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 47%;
    width: 83%;
    margin: 10px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
}
.middle-img-catalogue-col{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 47%;
    width: 83%;
    margin: 15px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
}
.middle-img-catalogue-kolase{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 47%;
    width: 83%;
    margin: 15px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
}
.text-catalogue-hover{
    color: #fa5e00;
    font-size: 20px;
    font-weight: bold;
}
.container-img-catalogue:hover .img-catalogue-hover {
    opacity: 1%;
}
.container-img-catalogue:hover .middle-img-catalogue {
    opacity: 0.5;
}
.container-img-catalogue-col:hover .img-catalogue-hover-col {
    opacity: 1%;
}
.container-img-catalogue-col:hover .middle-img-catalogue-col {
    opacity: 0.5;
}
.container-img-catalogue-kolase:hover .img-catalogue-hover-kolase {
    opacity: 1%;
}
.container-img-catalogue-kolase:hover .middle-img-catalogue-kolase {
    opacity: 0.5;
}
.img-catalogue-hover-col{
    opacity: 1;
    display: block;
    width: 100%;
    height: 500px;
    transition: .5s ease;
    backface-visibility: hidden;
    object-fit: cover;
    object-position: center;
}
.img-catalogue-hover-kolase{
    opacity: 1;
    display: block;
    width: 100%;
    height: 500px;
    transition: .5s ease;
    backface-visibility: hidden;
    object-fit: cover;
    object-position: center;
}
.img-catalogue-hover{
    opacity: 1;
    display: block;
    width: 100%;
    height: 500px;
    transition: .5s ease;
    backface-visibility: hidden;
    object-fit: cover;
    object-position: center;
}
.hover-icon-catalogue{
    width: 100%;
    height: 100%;
    /* padding: 25px; */
}
.cover-galery{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery{
    display: flex;
    justify-content: center;

    gap: 1rem;
    width: 100%;
}
.card-galery{
    position: relative;
    left: 0;
    width: 1rem;
    border-radius: 1rem;

    height: 25rem;
    overflow: hidden;
    transition: .4s ease-in-out;

    flex: .25;
}
.text-galery{
    font-size: 14px;
    color: #0e73b9;
}

.card-galery img{
    position: relative;
    height: 25rem;
    object-fit: cover;
    width: 100%;
}

.card-galery:hover{
    flex: 1 1 0;
    cursor: pointer;
    border-radius: 10px;
}

/* swiper slider */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 330px
}

.swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
}

.wd-swiper{
    width: 100%;
    margin-right: 30px;
}

/* aktivitas */
.img-gallery-activity{
    width: 100%;
    height: 30vh;
    object-fit: cover;
    object-position: center;
}
.img-activity-title{
    font-size: 18px;
    color: #2fb6e9;
    font-weight: bold;
}
.h-card-activity{
    height: 45vh;
}
.cover-activity{
    width: 100%;
    height: 70%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 105px 0 90px;
    padding: 15px;
}
.cover-activity-card{
    position: absolute;
    top: 47%;
    right: 0;
    left: 20%;
    background-color: #fff;
}
/* ---------- */

.h-card-thumb{
    height: 36vh;
}
.cover-thumb{
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 5px 5px 5px 5px;
}
.img-sertifikat{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.container-img-mitra{
    position: relative;
}
.middle-img-mitra{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.text-mitra-hover{
    background-color: #0e73b9;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.container-img-mitra:hover .img-mitra-hover {
    opacity: 0.3;
}

.container-img-mitra:hover .middle-img-mitra {
    opacity: 1;
}
.img-mitra-hover{
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    object-fit: cover;
    object-position: center;
}
.img-klien{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.img-footer{
    width: 70%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.img-footer-II{
    width: 50%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.text-desc-footer{
    font-size: 12px;
}

.iframe{
    width: 100%;
    height: 300px;
}

.img-profile-pilar{
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.container-img-profile{
    position: relative;
}
.middle-img-profile{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.text-profile-hover{
    background-color: #0e73b9;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.container-img-profile:hover .img-profile-hover {
    opacity: 0.3;
}

.container-img-profile:hover .middle-img-profile {
    opacity: 1;
}
.img-profile-hover{
    opacity: 1;
    display: block;
    width: 100%;
    height: 380px;
    transition: .5s ease;
    backface-visibility: hidden;
    object-fit: cover;
    object-position: center;
}
.hover-icon-profile{
    width: 100%;
    height: 100%;
    padding: 25px;
}
.bg-pelindo{
    background-color: #0e73b9;
}
.img-global{
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;    
    border-radius: 5px;
}
.partners{
    height: 100px;
    width: 100%;
    border-radius: 5px;
}
.partners:hover{
    height: 135px;
    width: 115%;
    border-radius: 5px;
}
.coll{
    padding: 5px;
}

/* kolase */
.row-kolase
{
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;
}
.img-photo-kolase
{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}
.grid-wrapper-kolase
{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}
.grid-wrapper-kolase div
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-wrapper-kolase div .img-photo-kolase
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.grid-wrapper-kolase .small
{
    grid-column: span 1;
}
.grid-wrapper-kolase .wdee
{
    grid-column: span 2;
}
.grid-wrapper-kolase .wde
{
    grid-column: span 2;
}
.grid-wrapper-kolase .tall
{
    grid-row: span 2;
}
.grid-wrapper-kolase .big
{
    grid-column: span 2;
    grid-row: span 2;
}
.carousel-caption-web {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.631);
}
.carousel-pd-web{
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.carousel-caption-top-photo{
    width: 100%;
}
.carousel #image-container img:hover {
    cursor: zoom-in;
}
@media only screen and (min-device-width: 601px) and (max-device-width: 900px) and (orientation:landscape) {
    .h-card-activity {
        height: 76vh;
    }
    .nav-window{
        display: block;
    }
    .modal-lg-frame,.modal-xl-frame{
        max-width: 1500px
    }
    .img-header{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .text-size-icon{
        font-size: 35px;
        font-weight: 700;
    }
    .text-menu{
        font-weight: 600;
        font-size: 10px;
    }
    .pd-search{
        padding: 0.25rem 1.5rem;
    }
    .text-lang{
        font-size: 10px;
    }
    .wd-sidebar{
        width: 30%;
    }
    .mt-carousel{
        margin-top: 7.9%;
    }
    .hg-carousel-img{
        height: 100vh;
    }
    .carousel-caption{
        top: 0;
        right: 0;
        left: 0;
        height: 100vh;
        text-align: left;
        font-size: 17px;
        background-color: rgba(255, 255, 255, 0)
    }
    .carousel-caption-top{
        margin-top: 20%;
    }
    .carousel-footer-header{
        position: relative;
        top: 0;
    }
    .carousel-footer{
        width: 100%;
        height: 50px;
        background-color: #0e73b9;
        position: absolute;
        top: 91%;
    }
    .carousel-pd{
        /* padding-right: 25px; */
        padding-left: 25px;
    }
    .carousel-pd-II{
        padding-right: 25px;
        /* padding-left: 25px; */
    }
    .text-title{
        font-size: 20px;
        font-weight: bold;
    }      
    .carousel-caption-top-circle{
        margin-top: 0;
    }
    .text-title-II{
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }
    .cover-news{
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: center;
        border-radius: 0 105px 0 90px;
        padding: 10px;
    }
    .round-news{
        border-radius: 0 90px 0 90px;
    }
    .cover-news-card{
        position: relative;
        top: -75px;
        right: 0;
        left: 20%;
        width: 80%;
        background-color: #fff;
    }
    .text-title-contain{
        font-size: 18px;
        color: #fa5e00;
    }
    .text-selengkapnya{
        text-decoration: none;
        color: #fff;
    }
    .text-title-containt{
        text-decoration: none;
        color: #fa5e00;
        font-size: 14px;
    }
    .h-card{
        height: 110vh;
    }
    .rounded-circle-divition{
        height: 100px;
        width: 100px;
        border-radius: 50%;
    }
    .rounded-circle-divition:hover{
        height: 120px;
        width: 115%;
        border-radius: 50%;
    }
    .center{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .container-img{
        position: relative;
    }
    .middle{
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }
    .text-hover{
        color: white;
        font-size: 10px;
    }
    .container-img:hover .img-hover {
        opacity: 0.8;
    }

    .container-img:hover .middle {
        opacity: 1;
    }
    .img-hover{
        opacity: 1;
        display: block;
        transition: .5s ease;
        backface-visibility: hidden;
    }
    .container-img-catalogue-col{
        position: relative;
        background-image: url('../../img/thumb/cover-mobile-landscape.png');
        background-color: rgba(0, 0, 0, 0.694);
        background-repeat: no-repeat;
        object-fit: cover;
        object-position: center;
        width: 92%;
    }
    .container-img-catalogue{
        background-image: url('../../img/thumb/cover.png');
        background-color: rgba(0, 0, 0, 0.694);
        background-repeat: no-repeat;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
    .middle-img-catalogue-col{
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 46%;
        width: 75%;
        margin: 15px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: left;
    }
    .middle-img-catalogue{
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 46%;
        width: 75%;
        margin: 15px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: left;
    }
    .text-catalogue-hover{
        color: #fa5e00;
        font-size: 15px;
        font-weight: bold;
    }
    .container-img-catalogue:hover .img-catalogue-hover {
        opacity: 1%;
    }
    
    .container-img-catalogue:hover .middle-img-catalogue {
        opacity: 0.5;
    }
    
    .container-img-catalogue-col:hover .img-catalogue-hover-col {
        opacity: 1%;
    }
    
    .container-img-catalogue-col:hover .middle-img-catalogue-col {
        opacity: 0.5;
    }
    .img-catalogue-hover-col{
        opacity: 1;
        display: block;
        width: 100%;
        height: 500px;
        transition: .5s ease;
        backface-visibility: hidden;
        object-fit: cover;
        object-position: center;
    }
    .img-catalogue-hover{
        opacity: 1;
        display: block;
        width: 100%;
        height: 500px;
        transition: .5s ease;
        backface-visibility: hidden;
        object-fit: cover;
        object-position: center;
    }
    .hover-icon-catalogue{
        width: 100%;
        height: 100%;
        padding: 25px;
    }
    .topbar {
        height: 5rem;
    }
    .img-profile-pilar{
        width: 100%;
        object-fit: contain;
        object-position: center;
    }
    .container-img-profile{
        position: relative;
    }
    .middle-img-profile{
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }
    .text-profile-hover{
        background-color: #0e73b9;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    .container-img-profile:hover .img-profile-hover {
        opacity: 0.3;
    }

    .container-img-profile:hover .middle-img-profile {
        opacity: 1;
    }
    .img-profile-hover{
        opacity: 1;
        display: block;
        width: 100%;
        height: 300px;
        transition: .5s ease;
        backface-visibility: hidden;
        object-fit: cover;
        object-position: center;
    }
    .hover-icon-profile{
        width: 100%;
        height: 100%;
        padding: 25px;
    }
    .coll{
        padding: 0;
    }
    .carousel-circle{
        margin-left: 10px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background-color: #fa5e00;
    }
}
@media only screen and (max-width: 600px)
{
    .topbar {
        height: 5rem;
    }
    .pd-search{
        padding: 0.25rem 1.5rem;
    }
    .nav-window{
        display: none;
    }
    .img-header{
        width: 220px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .text-size-icon{
        font-size: 35px;
        font-weight: 700;
    }
    .text-lang{
        font-size: 12px;
    }
    .wd-sidebar{
        width: 50%;
    }
    .hg-menu{
        height: 100vh;
    }
    .text-menu-xs{
        font-weight: 600;
        font-size: 20px;
        color: #fa5e00;
    }
    .mt-carousel{
        margin-top: 19%;
    }
    .hg-carousel-img{
        height: 70vh;
    }
    .carousel-caption{
        top: 0;
        right: 30%;
        left: 0;
        height: 73vh;
        text-align: left;
        font-size: 17px;
        background-color: rgba(255, 255, 255, 0)
    }
    .coll{
        padding: 0;
    }
    .carousel-circle{
        margin-left: 10px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background-color: #fa5e00;
    }
    .carousel-caption-top{
        margin-top: 100%;
    }    
    .carousel-caption-top-circle{
        margin-top: 0;
    }
    .carousel-footer{
        width: 100%;
        height: 30px;
        background-color: #0e73b9;
        position: absolute;
        top: 95%;
    }
    .carousel-pd{
        padding-right: 25px;
        padding-left: 25px;
    }
    .carousel-pd-II{
        padding-right: 25px;
        padding-left: 25px;
    }
    .text-title{
        font-size: 20px;
        font-weight: bold;
    }
    .text-title-II{
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }
    .text-title-contain {
        font-size: 18px;
        color: #fa5e00;
    }
    .h-card{
        height: 55vh;
    }
    .rounded-circle-divition{
        height: 52px;
        width: 52px;
        border-radius: 50%;
    }
    .rounded-circle-divition:hover{
        height: 60px;
        width: 60px;
        border-radius: 50%;
    }
    .center{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .container-img{
        position: relative;
    }
    .middle{
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }
    .text-hover{
        color: white;
        font-size: 12px;
    }
    .container-img:hover .img-hover {
        opacity: 0.8;
    }

    .container-img:hover .middle {
        opacity: 1;
    }
    .img-hover{
        opacity: 1;
        display: block;
        transition: .5s ease;
        backface-visibility: hidden;
    }
    .container-img-catalogue{
        background-image: url('../../img/thumb/cover-mobile.png');
        background-color: rgba(0, 0, 0, 0.694);
        background-repeat: no-repeat;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
    .container-img-catalogue-col{
        position: relative;
        background-image: url('../../img/thumb/cover-mobile.png');
        background-color: rgba(0, 0, 0, 0.694);
        background-repeat: no-repeat;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
    .middle-img-catalogue{
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 46%;
        width: 75%;
        margin: 15px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: left;
    }    
    .middle-img-catalogue-col{
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 46%;
        width: 75%;
        margin: 15px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: left;
    }
    .text-catalogue-hover{
        color: #fa5e00;
        font-size: 15px;
        font-weight: bold;
    }
    .container-img-catalogue:hover .img-catalogue-hover {
        opacity: 1%;
    }
    
    .container-img-catalogue:hover .middle-img-catalogue {
        opacity: 0.5;
    }
    
    .container-img-catalogue-col:hover .img-catalogue-hover-col {
        opacity: 1%;
    }
    
    .container-img-catalogue-col:hover .middle-img-catalogue-col {
        opacity: 0.5;
    }
    .img-catalogue-hover{
        opacity: 1;
        display: block;
        width: 100%;
        height: 500px;
        transition: .5s ease;
        backface-visibility: hidden;
        object-fit: cover;
        object-position: center;
    }    
    .img-catalogue-hover-col{
        opacity: 1;
        display: block;
        width: 100%;
        height: 500px;
        transition: .5s ease;
        backface-visibility: hidden;
        object-fit: cover;
        object-position: center;
    }
    .hover-icon-catalogue{
        width: 100%;
        height: 100%;
        padding: 25px;
    }

    .img-sertifikat{
        width: 110%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .img-klien{
        width: 120%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .img-profile-pilar{
        width: 100%;
        object-fit: contain;
        object-position: center;
    }
    .container-img-profile{
        position: relative;
    }
    .middle-img-profile{
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }
    .text-profile-hover{
        background-color: #0e73b9;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    .container-img-profile:hover .img-profile-hover {
        opacity: 0.3;
    }

    .container-img-profile:hover .middle-img-profile {
        opacity: 1;
    }
    .img-profile-hover{
        opacity: 1;
        display: block;
        width: 100%;
        height: 500px;
        transition: .5s ease;
        backface-visibility: hidden;
        object-fit: cover;
        object-position: center;
    }
    .hover-icon-profile{
        width: 100%;
        height: 100%;
        padding: 25px;
    }
}
