.faculty-des {
  padding-top: 20px;
}
.pageTeachersOne .team .item {
  height: 319px;
  -webkit-transform: all 0.5s;
  -ms-transform: all 0.5s;
  transform: all 0.5s;
  border: 1px solid #e6e6e6;
}
.pageTeachersOne .team .item .left {
  width: 42%;
  height: 100%;
  margin-bottom: 0;
}
.pageTeachersOne .team .item .left > a {
  display: block;
  height: 100%;
}
.pageTeachersOne .team .item .left > a img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.pageTeachersOne .team .item:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.pageTeachersOne .team .item .right {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
.pageTeachersOne .team .item .right .title {
  position: relative;
}
.pageTeachersOne .team .item .right .title.bold a {
  font-weight: bold;
}
.pageTeachersOne .team .item .subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.pageTeachersOne .team .item .right .title::after {
  position: absolute;
  background-color: var(--main-theme-color);
  width: 100%;
  height: 1px;
  bottom: -13px;
  left: 0;
  content: "";
  display: block;
}
.showTeachersOne .img {
  width: 100%;
}
.showTeachersOne .img img {
  width: 100%;
}

h6 {
  font-size: 16px;
}
.pageAcademicOne .col-lg-6 {
  flex: 0 0 auto;
  width: 50%;
}
.pageAcademicOne .items {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  position: relative;
}
.pageAcademicOne .items .content {
  padding: 20px 15px;
}
.pageAcademicOne .items::after {
  width: 0;
  content: "";
  display: block;
  height: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--main-theme-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.pageAcademicOne .items:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.pageAcademicOne .items:hover::after {
  width: 100%;
}
.pageAcademicOne .boxItem a {
  height: 240px;
}
.pageAcademicOne .boxItem a img {
  width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.pageAcademicOne .content h6 a {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 51px;
}
.pageAcademicOne .content .more i {
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../images/list-academic-arrowRight.png) no-repeat right center;
}
.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.clamp2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.clamp3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.clamp4 {
  line-clamp: 4;
  -webkit-line-clamp: 4;
}
.clamp5 {
  line-clamp: 5;
  -webkit-line-clamp: 5;
}
.pagePublicOne .items {
  height: 266px;
  padding: 30px 25px 20px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.pagePublicOne .items::after {
  width: 0;
  content: "";
  display: block;
  height: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--main-theme-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.pagePublicOne .items:hover {
  background-color: #ecf3fa;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26);
}
.pagePublicOne .items:hover::after {
  width: 100%;
}
.pagePublicOne .more i {
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../images/list-academic-arrowRight.png) no-repeat right center;
}
@media screen and (max-width: 1300px) {
  .pagePublicOne .col-lg-4 {
    width: 50%;
  }
  .pageTeachersOne .col-lg-6 {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .showTeachersOne .img img {
      width: 220px;
  }
  .showTeachersOne>.show-other>.row>.col-lg-3, 
  .showTeachersOne>.show-other>.row>.col-lg-9 {
      width: auto;
  }
  .showTeachersOne>.show-other .contact .main-title .items li:nth-child(2) .title4 a {
   /* word-break: break-all;*/
  }
}
@media screen and (max-width: 767px) {
  .pageAcademicOne .boxItem a {
    height: 210px;
  }

  .pagePublicOne .items {
    height: 210px;
    padding: 15px;
  }
  .pageTeachersOne .col-lg-6 {
    width: 100%;
  }
  .pageTeachersOne .team .item {
    height: auto;
  }
  .pageTeachersOne .team .item .left > a img {
    height: auto;
    max-height: none;
    min-height: 200px;
  }
}
@media screen and (max-width: 650px) {
  .pageAcademicOne .boxItem a {
    height: 190px;
  }
  .showTeachersOne .img img {
      width: 150px;
  }
}
@media screen and (max-width: 520px) {
  .pagePublicOne .col-lg-4 {
    width: 100%;
  }
  .pagePublicOne .items {
    height: auto;
  }

}
@media screen and (max-width: 500px) {
  .pageTeachersOne .team .item .right {
    width: 100%;
  }
  .pageTeachersOne .team .item .left {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 426px) {

  .common-list .nav-bar .items li {
    min-width: 110px;
  }
}
