@charset "utf-8";
.main {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto
}

.main2 {
	max-width: 1350px;
	width: 100%;
	margin: 0 auto
}

.our_founder {
	margin: 0 auto;
	width: 100%;
	background: #ececec;
	padding: 60px 0;
	box-sizing: border-box
}

.our_founder .middiv {
	margin: 0 auto;
	width: 100%;
	position: relative;
	margin-top: 10px
}

.our_founder .middiv .pbox {
	float: left;
	width: 100%;
	padding: 50px 40px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 1.5%;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2)
}

.our_founder .middiv .pbox p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	font-family: Assistant, sans-serif;
	font-weight: 500;
	text-align: left;
	padding-bottom: 0px
}

.our_founder .middiv .pbox .snap {
	float: left;
	width: 35%;
	max-width: 187px;
	position: relative;
	height: 57px;
	margin-bottom: 25px
}

.our_founder .middiv .pbox .name {
	float: left;
	width: 65%;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 20px;
	box-sizing: border-box
}

.our_founder .middiv .pbox .name span {
	font-size: 16px;
	color: #999;
	font-weight: 400;
	text-transform: none;
	display: block
}

.our_founder .middiv .pbox .snap .imgs {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 7px solid #fff
}

.our_founder .middiv .pbox .snap .imgs img {
	width: 100%;
	vertical-align: top
}

.our_founder .middiv .pbox p a {
	text-decoration: none;
	color: red;
	padding-left: 10px
}

.our_founder .middiv .pbox p a:hover {
	text-decoration: none;
	color: #000
}

.our_team {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 77px;
	box-sizing: border-box;
	padding-top: 60px
}

.our_team .leftbox {
	float: left;
	width: 61.5%
}

.our_team .leftbox img {
	width: 100%;
	vertical-align: top;
	max-width: 763px
}

.our_team .rightbox {
	float: left;
	width: 38.5%;
	padding-left: 40px;
	box-sizing: border-box
}

.our_team .rightbox h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	padding-top: 103px;
	padding-bottom: 10px;
	font-weight: 600
}

.our_team .rightbox h4 {
	font-size: 24px;
	color: #666;
	padding-bottom: 10px;
	font-weight: 400;
	line-height: 30px
}

.our_team .rightbox .botbox {
	position: relative;
	height: 278px
}

.our_team .rightbox .botbox .introbox {
	position: absolute;
	left: -140px;
	bottom: 0;
	background: #fff;
	padding: 65px 50px;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2)
}

.our_team .rightbox .botbox .introbox p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	font-family: Assistant, sans-serif;
	font-weight: 500;
	padding-bottom: 25px
}

/* Teacher's Name List Style*/
.teachers-area {
	background: #f1f9ff;
	padding: 20px 10px;
	margin-top: 10px;
  }
  .teachers-area h3 {
	font-family: "Roboto", serif;
	text-align: center;
	margin-bottom: 50px;
	color: #002347;
	font-size: 28px;
  }
  .teachers-area h4 {
	font-family: "Roboto", serif;
	color: #002347;
	font-size: 18px;
  }
  .teachers-area .comment-list {
	padding-bottom: 48px;
  }
  .teachers-area .thumb {
	margin-right: 20px;
  }
  
  .teachers-area h5x {
	font-family: "Playfair Display", serif;
	font-size: 16px;
	margin-bottom: 0px;
  }
  .teachers-area .date {
	font-size: 13px;
	color: #777777;
	margin-bottom: 13px;
  }
  .teachers-area .comment {
	color: #777777;
	margin-bottom: 0px;
  }
  .teachers-area .btn-reply {
	font-family: "Roboto", serif;
	background-color: #fff;
	color: #002347;
	border: 1px solid #eee;
	padding: 2px 18px;
	font-size: 12px;
	display: block;
	font-weight: 600;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  }
  
/*End Teacher's Name List */