.staff-list {
	display: grid;
	grid-gap: 13px;
	display: -ms-grid;
}

.staff-list-col-3 {
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-template-columns: 1fr 1fr 1fr;
}

.staff-list-col-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-template-columns: 1fr 1fr 1fr 1fr;
}

.staff-list-col-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}


.staff-list-col-5 .staff-clip-path img {
	clip-path: circle(75px at 50% 35%);
	-webkit-clip-path: circle(75px at 50% 35%);
	-moz-clip-path: circle(75px at 50% 35%);
	width: 100%;
}

.staff-clip-path img {
	clip-path: circle(100px at 50% 35%);
	-webkit-clip-path: circle(100px at 50% 35%);
	-moz-clip-path: circle(100px at 50% 35%);
	width: 100%;
}

.staff {
	position: relative;
	float: left;
	border: 1px solid #dbdbdb9c;
}

.staff-img {
	position: relative;
	display: block;
	line-height: 0px;
}

.staff-img-overlay {
	content: '';
	display: block;
	position: absolute;
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: 0.6s;

}

.staff:hover .staff-img-overlay {
	opacity: 1;
}

.staff:hover .staff-overlay {
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.staff .staff-overlay {
	position: absolute;
	margin: auto;
	/* width: 0px;
    height: 0px; */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

.staff a .staff-content {
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	width: 100%;

}

.staff a .staff-content h6 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

.staff a .staff-content p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

.staff:hover .staff-content h6 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	color: #fff !important;
}

.staff:hover .staff-content p {
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
	color: #fff !important;
}

@media (min-width:280px) and (max-width:399px) {
	.staff-list {
		grid-template-columns: 1fr !important;
	}

	.staff-clip-path img {
		clip-path: circle(110px at 50% 32%) !important;
		-webkit-clip-path: circle(110px at 50% 32%) !important;
		-moz-clip-path: circle(110px at 50% 32%) !important;
	}
}

@media (min-width:400px) and (max-width:767px) {
	.staff-list {
		grid-template-columns: 1fr 1fr !important;
	}

	.staff-clip-path img {
		clip-path: circle(105px at 50% 32%) !important;
		-webkit-clip-path: circle(105px at 50% 32%) !important;
		-moz-clip-path: circle(105px at 50% 32%) !important;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.staff-list {
		grid-template-columns: 1fr 1fr !important;
	}

	.staff-clip-path img {
		clip-path: circle(105px at 50% 35%) !important;
		-webkit-clip-path: circle(105px at 50% 35%) !important;
		-moz-clip-path: circle(105px at 50% 35%) !important;
	}
}

@media (min-width:1024px) and (max-width:1199px) {
	.staff-list {
		grid-template-columns: 1fr 1fr 1fr !important;
	}

	.staff-clip-path img {
		clip-path: circle(75px at 50% 35%) !important;
		-webkit-clip-path: circle(75px at 50% 35%) !important;
		-moz-clip-path: circle(75px at 50% 35%) !important;
	}
}



/* 2nd page */


.staff-detail {
	padding: 70px 0px 0px 0px;
	margin: 0px;
	position: relative;
}

.staff-detail h3 {
	font-size: 34px;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 40px 0px;
	letter-spacing: 1px;
	font-weight: 600;
}

.staff-detail .our-staff-detail {
	padding: 40px 0px 0px 0px;
	margin: 70px auto 20px;
	width: 70%;
	position: relative;
}

.our-staff-detail figure {
	padding: 0px;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	width: 180px;
	height: 180px;
	position: absolute;
	top: -87px;
	left: 38%;

}

.our-staff-detail figure img {
	padding: 0px;
	margin: auto;
	width: 100%;

}

.detail-staff-content {
	padding: 0px;
	margin: 70px 0px 0px 0px;
}

.detail-staff-content h4 {
	padding: 20px 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
}

.detail-staff-content h5 {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
}


.our-staff-detail-list {
	padding: 20px 30px;
	margin: auto;
	width: 70%;
}

.our-staff-detail-list .staff-detail-head {
	padding: 0px;
	margin: 0px;
	width: 40%;
	float: left;
}

.our-staff-detail-list .staff-detail-head-content {
	padding: 0px;
	margin: 0px;
	width: 60%;
	float: left;
}

.our-staff-detail-list h4 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1px;
}

.our-staff-detail-list h5 {
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	font-weight: 500;
	line-height: 26px;
}

.our-staff-detail-list ul li {
	padding: 10px 0px;
	border-bottom: 1px dashed #ccc;
}

.our-staff-detail-list ul li:last-child {
	border-bottom: none;
}


@media (min-width:280px) and (max-width:767px) {
	.staff-detail .our-staff-detail {
		padding: 20px 0px 0px 0px;
		width: 95%;
	}

	.our-staff-detail figure {

		width: 140px;
		height: 140px;
		top: -75px;
		left: 27%;
	}

	.detail-staff-content {
		padding: 0px;
		margin: 55px 0px 0px 0px;
	}

	.our-staff-detail-list {
		width: 95%;
	}
}

@media (min-width:400px) and (max-width:767px) {

	.our-staff-detail figure {

		left: 37%;
	}

}

@media (min-width:768px) and (max-width:1023px) {
	.staff-detail .our-staff-detail {
		padding: 20px 0px 0px 0px;
		width: 90%;
	}

	.our-staff-detail figure {

		width: 150px;
		height: 150px;
		top: -75px;
		left: 36%;
	}

	.detail-staff-content {
		padding: 0px;
		margin: 55px 0px 0px 0px;
	}

	.our-staff-detail-list {
		width: 90%;
	}
}

@media (min-width:1023px) and (max-width:1199px) {
	.staff-detail .our-staff-detail {
		padding: 20px 0px 0px 0px;
		width: 100%;
	}

	.our-staff-detail figure {

		width: 150px;
		height: 150px;
		top: -75px;
		left: 39%;
	}

	.detail-staff-content {
		padding: 0px;
		margin: 55px 0px 0px 0px;
	}

	.our-staff-detail-list {
		width: 100%;
	}
}
