/********* STAFF *********/
.box-staff{

}
.box-staff h2{
	line-height: 25px !important;
}
.list_staff{
	margin: 20px 0px;
}
.list_staff .item1{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.list_staff .item:after{
    content: '';
    display: block;
    clear: both;
}
.list_staff .item .list{
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}
.list_staff .item .list:nth-child(2n+1):before{
	content: '';
	position: absolute;
	background-image: url('../images/icon-doc.png');
	background-repeat: no-repeat;
	top: 10%;
	right: 0px;
	width: 1px;
	height: 100%;
}
.list_staff .img_staff,
.list_staff .icon{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_staff .icon{
	margin: 5px 0px;
}
.list_staff .pos{
	font-size: 14px;
	font-weight: 550;
	color: #085399;
	text-transform: uppercase;
	height: 45px;
}
.list_staff .div_name .name{
	font-size: 14px;
	font-weight: 550;
	color: #ed1b24;
}
.list_staff .div_name .phone{
	font-size: 14px;
    font-weight: 550;
    color: #085399;
}
.list_staff .img_staff img{
	border-radius: 100%;
}
.list_staff .slick-arrow {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #ffffff;
    text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
    opacity: 0.7;
}
.list_staff .slick-prev {
    left: -10px;
    background-image: url('../images/i-prev-bg-pro.png');
}
.list_staff .slick-next {
    right: -10px;
    background-image: url('../images/i-next-bg-pro.png');
}