/*  9.6 campus css
/*----------------------------------------*/
.tp-campus-choose-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 60px;
  letter-spacing: -1.2px;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-campus-choose-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-campus-choose-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-campus-choose-title {
    font-size: 55px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-campus-choose-title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
.tp-campus-choose-title.admissions {
  line-height: 60px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .tp-campus-choose-title.admissions {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-campus-choose-content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-campus-choose-content {
    margin-bottom: 50px;
  }
}
.tp-campus-choose-thumb img {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-campus-choose-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-campus-choose-thumb-main {
    padding-top: 0px;
  }
}
.tp-campus-choose-thumb-main img {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-campus-choose-thumb-main img {
    width: 100%;
  }
}
.tp-campus-choose-btn {
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-campus-choose-btn {
    margin-bottom: 30px;
  }
}
.tp-campus-choose-btn p {
  color: var(--tp-theme-4);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.2px;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.tp-campus-choose-btn a span svg {
  color: var(--tp-theme-primary);
}
.tp-campus-choose-btn.admission a svg {
  margin-bottom: 35px;
}
.tp-campus-counter-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-campus-counter-item {
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  z-index: 1;
}
.tp-campus-counter-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}
.tp-campus-counter-item.counter-border::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 80px;
  width: 2px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.14);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-campus-counter-item.counter-border::after {
    content: none;
  }
}
.tp-campus-student-box {
  border-bottom: 1px solid #D0D0D0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-campus-student-box {
    padding-bottom: 50px;
  }
}
.tp-campus-student-heading {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-campus-student-heading {
    margin-bottom: 30px;
  }
}
.tp-campus-student-heading p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #3E4047;
}
.tp-campus-student-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  color: var(--tp-heading-primary);
}
.tp-campus-student-thumb img {
  border-radius: 20px !important;
  width: 100%;
}
.tp-campus-student-item {
  position: absolute;
  bottom: -75px;
  right: 98px;
  width: 330px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #161613;
  background: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-campus-student-item {
    right: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-campus-student-item {
    position: static;
    margin-top: 30px;
  }
}
.tp-campus-student-item p {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 45px;
}
.tp-campus-student-item-thumb img {
  border-radius: 6px;
}
.tp-campus-student-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -0.24px;
  color: var(--tp-heading-primary);
}
.tp-campus-student-list {
  margin-top: 25px;
}
.tp-campus-student-list .nav {
  padding-left: 60px;
  border-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-campus-student-list .nav {
    padding-left: 0;
  }
}
.tp-campus-student-list .nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  margin-right: 6px;
  padding: 1px 19px;
  display: inline-block;
  border-radius: 100px;
  color: var(--tp-heading-primary);
  border: 1px solid rgba(22, 22, 19, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-campus-student-list .nav .nav-link {
    margin-bottom: 10px;
  }
}
.tp-campus-student-list .nav .nav-link:hover {
  position: relative;
  color: var(--tp-common-white);
  background-color: #B1040E;
}
.tp-campus-student-list .nav .nav-link.active {
  position: relative;
  color: var(--tp-common-white);
  background-color: #B1040E;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-campus-activity-content {
    margin-bottom: 30px;
  }
}
.tp-campus-activity-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-campus-activity-title br {
    display: none;
  }
}
.tp-campus-activity-list {
  padding-left: 115px;
}
.tp-campus-activity-list-title {
  position: relative;
  padding-left: 100px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: -0.22px;
  color: var(--tp-heading-primary);
}
.tp-campus-activity-list-title span {
  position: absolute;
  top: -15px;
  left: 0;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100px;
  margin-right: 20px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.tp-campus-activity-list ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 38px;
  color: #3E4047;
}
.tp-campus-activity-list ul li span {
  margin-left: 5px;
}
.tp-campus-activity-list ul li a:hover {
  color: var(--tp-theme-primary);
}
.tp-campus-video-bg {
  height: 760px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .tp-campus-life-area {
    padding-bottom: 150px;
  }
}
.tp-campus-life-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1.2px;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-campus-life-title br {
    display: none;
  }
}
.tp-campus-life-title-wrap {
  border-radius: 16px;
  margin-top: -120px;
  padding: 115px 0 0 0;
  background: #F6F4EE;
  margin-bottom: 100px;
}
div.tp-campus-life-thumb img {
  border-radius: 20px;
}

.tp-campus-life-slider {
  margin-right: -110px;
  margin-left: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-campus-life-slider {
    margin-left: -60px;
  }
}
.tp-campus-life-slider .swiper-slide {
  width: auto;
}
.tp-campus-life-arrow {
  position: absolute;
  left: 50%;
  bottom: 120px;
  z-index: 2;
  display: flex;
  transform: translateX(-50%);
}
.tp-campus-life-arrow .tp-campus-prev {
  margin-right: 40px;
}
.tp-campus-life-arrow span:hover {
  color: var(--tp-theme-4);
}

/*----------------------------------------*/
