.department-description{
    color: #fff;
}

.department-description h2{
    font-size: 25px;
    margin: 10px 0;
}

.leadership-team .nav li a {
    padding: 10px 20px;
    margin: 0 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
}

.leadership-team .nav li:hover a{
    border-color: #e1b900;
    background-color: #e1b900;
    color: #fff;
}

.leadership-team .nav li.active a {
    border-color: #e73446;
    background-color: #e73446;
    color: #fff;
}

.tab-content{
    padding-top: 40px;
}

.items-team{
    position: relative;
    background-color: #feb612;
    color: #111;
    cursor: pointer;
    margin-bottom: 20px;
}

.items-team img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.items-team .team-content{
    padding: 25px 15px;
}

.items-team .team-content h3{
    font-size: 16px;
}

.team .owl-prev,
.team .owl-next{
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: #e1b900 !important;
    font-size: 20px !important;
    color: #fff !important;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    transition: .6s ease all;
    z-index: 9;
    opacity: 1;
    visibility: hidden;
}

.team .owl-next{
    right: 30px;
}

.team .owl-prev{
    left: 30px;
}

.team:hover .owl-next,
.team:hover .owl-prev{
    opacity: 1;
    visibility: visible;
}

.team:hover .owl-next {
    right: 8px;
}

.team:hover .owl-prev{
    left: 8px;
}

.members-detail{
    display: flex;
    align-items: center;
}

.members-detail .members-detail-logo img{
    margin-right: 30px;
    max-width: 300px;
}

.members-detail h2{
    font-size: 20px;
}

.members-detail .position{
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
}

.members-detail .description{
    margin-top: 10px;
}

.members-detail .description img{
    max-width: 100%;
    height: auto;
}

.hot-post{
    width: 100%;
}

.hot-post .items-team{
    width: 40%;
    margin: 0 auto 40px;
}

.hot-post .items-team img{
    height: 400px;
}

.members-detail-info ul{
    list-style: disc;
    margin: 10px 0;
    padding-left: 18px;
}

.members-detail-info ul li{
    padding: 2px 0;
}

.members-detail-info ul span{
    font-weight: 600;
}

@media (max-width: 767.98px) {

    #sitemodal .modal-content{
        min-width: auto;
        max-width: 100%;
    }

    .items-team img{
        height: 220px;
    }
}



