/* ==================== Research ==================== */
.laboratory_research .card {
    border: none;
    background-image: linear-gradient(to bottom right, #e1e5ea, #dee1dc);
    box-shadow: 0 4px 21px -12px rgb(0 0 0 / 66%);
}

.laboratory_research .card .img-div {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.laboratory_research .card-body {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

.laboratory_research .card-body .contain-main {
    font-size: 10pt;
}

.laboratory_research .card-body .contain-sub {
    font-size: 8pt;
}

.laboratory_research .card-body .tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0;
    padding: 0;
    justify-content: start;
}

.laboratory_research .card-body .tagbox .tag_item {
    display: inline-block;
    background: rgba(83, 83, 83, 0.4);
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    transition: background-color 0.3s;
}

.laboratory_research .card-body .tagbox .tag_item i {
    margin-right: 8px;
}


/* ==================== About ==================== */
.div-laboratory_about div.bg-circle {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-laboratory_about div.bg-circle i {
    color: #fff;
}

.div-laboratory_about .photo-card {
    /* Position */
    overflow: hidden;
    position: relative;
    /* Shape */
    width: 100%;
    height: 100%;
    min-height: 300px;
    /* Style */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.div-laboratory_about .photo-card .bg-mask {
    /* Position */
    display: block;
    /* Shape */
    width: 100%;
    height: 100%;
    /* Style */
    background-color: black;
    opacity: 0.6;
}

.div-laboratory_about .photo-card .title {
    position: absolute;
    left: 30px;
    bottom: 70px;
    font-size: 30px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
    font-weight: bold;
    transition: all linear 0.25s;
}

.div-laboratory_about .photo-card .description {
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #FFF;
    font-size: 13px;
    transition: all linear 0.25s;
}


/* ==================== Members ==================== */
.div-members .memberCard {
    /* Position */
    position: relative;
    /* Shape */
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    /* Style */
    text-align: center;
    -webkit-box-shadow: 0 10px 40px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 8%);
}

.div-members .memberCard *::before {
    /* Position */
    /* Shape */
    /* Style */
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.div-members .memberCard .thumb {
    /* Position */
    position: relative;
    /* Shape */
    padding-bottom: 60px;
    /* Style */
}

.div-members .memberCard .thumb img {
    /* Position */
    /* Shape */
    min-height: 150px;
    max-width: 100%;
    height: auto;
    /* Style */
    vertical-align: top;
    backface-visibility: hidden;
}

.div-members .memberCard .content {
    /* Position */
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 0;
    /* Shape */
    padding: 0px 20px 10px 20px;
    width: 100%;
    /* Style */
    background: #fff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.div-members .memberCard .content::before {
    /* Position */
    position: absolute;
    bottom: 25px;
    left: 0;
    /* Shape */
    width: 105%;
    height: 100%;
    z-index: -1;
    -webkit-transform: skewY(-9deg);
    transform: skewY(-9deg);
    /* Style */
    content: '';
    background: #fff;
}

.div-members .memberCard .content .title,
.div-members .modal-content .modal-body .title {
    /* Position */
    /* Shape */
    margin: 0px !important;
    /* Style */
    font-weight: bold;
}

.div-members .memberCard .content .description.grade {
    /* Position */
    /* Shape */
    /* Style */
    font-size: 11pt;
}

.div-members .memberCard .content .description.job {
    /* Position */
    /* Shape */
    margin-bottom: 20px;
    min-height: 10px;
    /* Style */
}

.div-members .modal-content .modal-body .description {
    /* Position */
    /* Shape */
    /* Style */
    color: #4c4c4c;
}

.div-members .memberCard .content .job div.badge{
    margin-left: 2px;
    margin-right: 2px;
    /* Style */
    border: 1px solid #0d6efd;
    color: #0d6efd;
    background: #FFF;

}

.div-members .memberCard .content .job div.badge.incumbent{
    /* Style */
    color: #FFF;
    background: #0d6efd;
    border: none;
}

.div-members .memberCard .content .contact,
.div-members .modal-content .modal-body .contact {
    /* Position */
    /* Shape */
    padding-top: 15px;
    /* Style */
    font-size: 8pt;
    border-top: 1px solid #FFF;
}

.div-members .memberCard .content .contact a {
    /* Position */
    /* Shape */
    /* Style */
    color: #FFF;
    text-decoration: none;
    word-break: break-all;
}

.div-members .memberCard:hover .content,
.div-members .memberCard:focus .content {
    /* Position */
    bottom: 0;
    /* Shape */
    /* Style */
    color: #FFF;
    background: #0d6efd;
}

.div-members .memberCard:hover .content .title,
.div-members .memberCard:hover .content .description,
.div-members .memberCard:focus .content .title,
.div-members .memberCard:focus .content .description {
    /* Position */
    /* Shape */
    /* Style */
    color: #FFF;
}

.div-members .memberCard:hover .content .job div.badge,
.div-members .memberCard:focus .content .job div.badge{
    /* Position */
    /* Shape */
    /* Style */
    border: none;
    color: #FFF;
    background: none;
}

.div-members .memberCard:hover .content .job div.badge.incumbent,
.div-members .memberCard:focus .content .job div.badge.incumbent{
    /* Position */
    /* Shape */
    /* Style */
    border: 1px solid #0d6efd;
    color: #0d6efd;
    background: #FFF;
}


.div-members .memberCard:hover .content::before,
.div-members .memberCard:focus .content::before {
    /* Position */
    /* Shape */
    /* Style */
    background: #0d6efd;
}

.div-members .modal-body img {
    /* Position */
    /* Shape */
    max-width: 250px;
    margin-bottom: 20px;
    /* Style */
}

.div-members .badge i {
    margin-right: 8px;
}

.div-members .spinner-border{
    margin-top: 30px;
}


@media screen and (max-width:767px) {
    .div-members .memberCard .thumb {
        /* Position */
        /* Shape */
        padding-bottom: 30px;
        /* Style */
    }

    .div-members .memberCard .thumb img {
        /* Position */
        /* Shape */
        width: 100%;
        /* Style */
    }


    .div-members .memberCard .content::before {
        display: none;
    }

    .div-members .memberCard .content {
        /* Position */
        bottom: 0px;
        /* Shape */
        padding: 20px 20px 20px 20px;
        /* Style */
    }

    .div-members .memberCard .content .description.job {
        /* Position */
        /* Shape */
        margin-bottom: 0px;
        min-height: 0px;
        /* Style */
    }

    .div-members .memberCard .content hr {
        display: none;
    }

    .div-members .memberCard .content .contact {
        /* Position */
        /* Shape */
        padding-top: 15px;
        /* Style */
    }

    .div-members .memberCard:hover .content,
    .div-members .memberCard:focus .content,
    .div-members .memberCard:hover .content .title,
    .div-members .memberCard:hover .content .description,
    .div-members .memberCard:focus .content .title,
    .div-members .memberCard:focus .content .description.grade,
    .div-members .memberCard .content .contact a {
        /* Position */
        /* Shape */
        background-color: #FFF;
        /* Style */
        color: #000;
    }
}