.f-fs24 {
  font-size: 2.4rem;
}
.banner {
  padding: 55px 0 90px;
  color: #fff;
  text-align: center;
  background: #0F74EC;
  background: linear-gradient(0deg, #1A35B2, #0F74EC), #0F74EC;
}
.banner .txt {
  max-width: 450px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.banner .txt p {
  opacity: 0.9;
}
.banner .img {
  vertical-align: middle;
}
.banner h1 {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .banner .txt {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.videos {
  position: relative;
  padding: 100px 0 123px;
  background-color: #F8F8F8;
}
.videos .g-cnt {
  position: relative;
}
.videos-nav {
  width: 280px;
  font-size: 18px;
  padding-right: 20px;
}
.videos-nav a {
  display: block;
  padding: 5px;
  margin-bottom: 20px;
  color: #1A1A1A;
}
.videos-nav a::after {
  content: '';
  display: none;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  background: url(/assets/aub/images/icon/AT-AUB-allin-3.png) no-repeat -402px -87px;
}
.videos-nav a.active,
.videos-nav a:hover {
  background-color: #fff;
  color: #1840BC;
  font-weight: bold;
  box-shadow: 0px 4px 15px 1px rgba(138, 159, 232, 0.5);
}
.videos-nav a.active::after,
.videos-nav a:hover::after {
  display: inline-block;
}
.videos-lf.fixed {
  position: sticky;
  top: 120px;
}
.videos-rt {
  width: 100%;
  padding-left: 280px;
}
.videos .part {
  padding: 45px 0 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 1px rgba(138, 159, 232, 0.5);
}
.videos .part:not(:last-child) {
  margin-bottom: 100px;
}
.videos h2 {
  margin-bottom: 45px;
}
.videos-it {
  padding: 0 28px 15px;
}
.videos-it .it-txt {
  width: calc(100% - 225px);
  padding-left: 57px;
}
.videos-it h6 {
  font-size: 18px;
}
.videos-it .info {
  color: #666;
}
.videos-it .des {
  margin-top: 10px;
  line-height: 1.875;
}
.videos-it:not(:last-child) {
  margin-bottom: 25px;
  border-bottom: 1px solid #D5D4D4;
}
.videos .ic-time,
.videos .ic-eye {
  position: relative;
  padding-left: 20px;
}
.videos .ic-time::before,
.videos .ic-eye::before {
  content: '';
  display: inline-block;
  background: url(/assets/aub/images/icon/AT-AUB-allin-3.png) no-repeat;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 4px;
  left: 0;
}
.videos .ic-eye::before {
  width: 17px;
  background-position: -337px -85px;
}
.videos .ic-time::before {
  background-position: -368px -85px;
}
@media (max-width: 991px) {
  .videos {
    text-align: center;
  }
  .videos-lf {
    float: none;
    display: inline-block;
  }
  .videos .videos-lf.fixed {
    position: static;
  }
  .videos-rt {
    padding-left: 0;
  }
  .videos .it-txt {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .videos-it .video,
  .videos-it .it-txt {
    float: none;
  }
  .videos-it .it-txt {
    width: 100%;
    padding-left: 0;
  }
  .videos-it .it-txt h6 {
    text-align: center;
    margin-bottom: 20px;
  }
  .videos-nav a {
    background-color: #fff;
    color: #1840BC;
    font-weight: bold;
    box-shadow: 0 4px 15px 1px rgb(138 159 4.64%);
    position: relative;
  }
  .videos-nav a::after {
    display: inline-block;
  }
}
.contact {
  text-align: center;
  padding: 75px 0 80px;
  font-size: 24px;
}
.contact .txt,
.contact .img-bx {
  display: inline-block;
  vertical-align: middle;
}
.contact .txt {
  max-width: 540px;
  padding: 0 10px;
}
.contact p {
  font-size: 24px;
  line-height: 2;
  margin: 15px 0 0;
}
.start {
  background: #145BD5;
  color: #fff;
  padding: 160px 0 75px;
  text-align: center;
}
.start h2 {
  margin-bottom: 75px;
}
.start .btn {
  border-radius: 10px;
}
/*# sourceMappingURL=videos.css.map */