﻿.cnt-banner-instructor img {
    width: 100%;
    height: 240px;
    object-fit:cover;
}

.cnt-banner-instructor .name-table {
    display: table;
    height: 240px;
    width: 100%;
    position: absolute;
}

.cnt-banner-instructor .name-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 32px;
}
.cnt-instructor-infor .btn.btn-more {
    background-color: transparent;
    border: 1px solid #E1E1E1;
}
.cnt-instructor-infor .card {
    width: 100%;
    border: none;
}

.cnt-instructor-infor .name-teacher {
    text-decoration:none;
    color:#333;
}

    .cnt-instructor-infor .card .card-body div {
        width: 75%;
        margin: 0 auto;
        /*height: 220px;*/
        height:180px;
    }
.cnt-instructor-infor #carouselInstructor .card .card-body div {
    width: 90%;
    margin: 0 auto;
    /*height: 220px;*/
    height: 180px;
}

    .cnt-instructor-infor .card .card-body img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        border-radius: 5px;
    }
        .cnt-instructor-infor .card .card-body img:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }
        .cnt-instructor-infor .card .card-footer {
            border-top: none;
        }
.cnt-instructor-infor .card-author {
    color: #949494;
    font-size: 14px;
}
.otherpersondetails {
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.num_course {
    background-color: #1C57A7;
    position: absolute;
    height: auto !important;
    color: #fff;
    padding: 2px 10px;
    width: auto !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    bottom: 8px;
}
@media (min-width: 1680px) {
    .cnt-banner-instructor img {
        height: 274px;
    }
    .cnt-instructor-infor .card .card-body div{
        height:200px;
    }
}
@media (min-width: 992px) and (max-width:1199.98px) {
    .cnt-instructor-infor .card .card-body div {
        height: 120px;
    }
}
    @media (min-width: 768px) and (max-width: 991.98px) {
        .cnt-instructor-infor .card .card-body div {
            height: 120px;
        }
    }
@media (min-width: 567px) and (max-width: 767.98px) {
    .cnt-instructor-infor .card .card-body div {
        height: 280px;
    }
}
@media (max-width: 566.98px) {
    .cnt-instructor-infor .card .card-body div {
        height: 250px;
    }
    .cnt-banner-instructor .name-table,
    .cnt-banner-instructor img {
        height: 140px;
    }
    .cnt-banner-instructor .name-table-cell{
        font-size:20px;
    }
}