#tokoh .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 55px;
    position: relative;
}


/* .e-loader::after {
      content: attr(data-text);
      display: block;
      position: absolute;
      top: calc(50% + var(--radius) + var(--offset));
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
    letter-spacing: 2px;
      font-size: 16px;
  } */

section {
    position: relative;
    width: 100%;
    float: left;
}

.bg-square {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.square {
    padding-bottom: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.bg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* Reset Select */


/* Remove IE arrow */


/* Custom Select */


/* Arrow */


/* Transition */


/**
  * HEADER STYLE
  */


/*
  #page-wrapper.logged-in admin-bar {
    padding-top: 125px;
    float: left;
    width: 100%;
  } */

#page-wrapper {
    float: left;
    width: 100%;
}


/**
  * CONTENT STYLE
  */

#tokoh {
    padding-top: 80px;
    padding-bottom: 80px;
    /* margin-bottom: 50px; */
    background-color: #d9d9d9;
}

#tokoh:after {
    background-image: url('../images/bg-tokoh.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    content: '';
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
}


/* .ikn-r.open .ikn-r-item:not(.active) {
    display: none;
  } */

.tokoh-profile {
    width: calc(100% - 400px);
    padding: 0 25px;
}

.tokoh-profile-content {
    float: left;
    width: 40%;
}

.tokoh-profile-content-title {
    margin-bottom: 50px;
}

.tokoh-profile-content p {
    font-size: 16px;
    line-height: 1.6;
}

.tokoh-profile-images img {
    float: right;
    width: 57%;
    height: auto;
    shape-margin: 20px;
    margin-right: 20px;
    position: relative;
    bottom: -80px;
}

.tokoh-nav {
    width: 400px;
    padding: 0 25px 0 25px;
}

.tokoh-profile-item {
    display: none;
}

.tokoh-profile-item.active {
    display: block;
}

.tokoh-nav-item {
    width: calc(100% / 3 - 10px);
    margin: 10px 5px;
    cursor: pointer;
}

.tokoh-nav-item .bg-square {
    border-radius: 100%;
    background-color: #b5b5b5;
    width: 80%;
    margin: 0 auto;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.tokoh-nav-item .bg-square::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(84, 101, 92, 0.75);
    content: '';
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.tokoh-nav-item.active .bg-square::after,
.tokoh-nav-item:hover .bg-square::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tokoh-nav-item.active .square {
    filter: grayscale(1);
}

.tokoh-nav-item-detail {
    margin-top: 10px;
    text-align: center;
    line-height: 1;
    color: #000
}

.tokoh-nav-item-detail p {
    font-size: 11px;
    margin-bottom: 0;
}

.tokoh-nav-item-detail span {
    font-size: 10px;
}


/* .col-nav-slider .video-play-button {
    bottom: 0 !important;
  } */


/* the parent */


/* item */


/**
  * FOOTER STYLE
  */


/*
  .nav-footer ul li.column-2 {
      width: 375px;
  } */


/*
    MODAL STYLING
    ----------------
  */


/*Contact */


/**
  * RESPONSIVE STYLE
  */

@media screen and (max-width: 1280px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 767px) {
    .tokoh-nav {
        padding-bottom: 40px;
    }
    .tokoh-profile-images img {
        bottom: 0;
    }
    .tokoh-nav,
    .tokoh-profile-images img,
    .tokoh-profile-content,
    .tokoh-profile {
        width: 100%;
        max-width: 100%;
    }
    .tokoh-nav,
    .tokoh-profile-content {
        margin-top: 30px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 16px;
    }
    .tokoh-profile-content p {
        font-size: 14px;
    }
    #tokoh {
        padding-top: 0;
        padding-bottom: 30px;
        background-position: left 100px;
    }
}

@media screen and (max-width: 600px) {
    p {
        font-size: 12px;
    }
}