.dkteam-item {
    position: relative;
    margin: 10px auto;
}
@media only screen and (min-width:576px) and (max-width:767px) {
/*.dkteam-item {max-width: 70%;}*/
.dkteam-item {max-width: 540px;}
}
.dkteam-item__info {
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    z-index: 1
}

.dkteam-item__info:before {
    background-color: rgba(0, 0, 0, .65);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.dkteam-item__info a {
    color: #fbb900;
    position: relative
}

.dkteam-item__info a:hover {
    color: #ffe089!important;
    position: relative
}

.dkteam-item__info a.cate-name {
    line-height: 1
}

.dkteam-item__info a.cate-name:before {
    background-color: #fff;
    content: '';
    position: absolute;
    left: calc(100% + 20px);
    top: 12px;
    height: 1px;
    width: 300px
}

.dkteam-item__info h3 {
    font-size: 20px;
	font-weight: 400;
    color: #fbb900;   
}

.dkteam-item__info .btn-read-more:hover {
    color: #fbb900
}

.dkteam-item__info .info-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: calc(100% - 80px)
}

.dkteam-item__thumb {
    position: relative
}

.dkteam-item__thumb img {
    width: 100%;
    border: solid 1px #6A6A6A;
}
.text-white {
    color: #fff !important;
}
.dkteam-item--2 {
    margin-top: 30px
}

.dkteam-item--2 .dkteam-item__thumb:before {
    background-color: rgba(0, 0, 0, .5);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    visibility: hidden
}

.dkteam-item--2 .dkteam-item__thumb .dkteam-hvr .btn-popup-img {
    background-color: #fbb900;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    -ms-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    line-height: 45px;
    height: 45px;
    width: 45px
}

.dkteam-item--2 .dkteam-item__thumb .dkteam-hvr .btn-popup-img:hover {
    background-color: #fff;
    color: #fbb900
}

.dkteam-item--2 .dkteam-item__info {
    position: static;
    overflow: hidden;
    margin-top: 22px
}

.dkteam-item--2 .dkteam-item__info:before {
    display: none
}

.dkteam-item--2 .dkteam-item__info a {
    color: #333
}

.dkteam-item--2 .dkteam-item__info a:hover {
    color: #fbb900
}

.dkteam-item--2 .dkteam-item__info a.cate-name {
    font-size: 18px
}

.dkteam-item--2 .dkteam-item__info a.cate-name:before {
    background-color: #ddd
}

.dkteam-item--2 .dkteam-item__info h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 0
}

.dkteam-item--2:hover .dkteam-item__thumb:before {
    opacity: 1;
    visibility: visible
}

.dkteam-item--2:hover .dkteam-item__thumb .dkteam-hvr .btn-popup-img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}
