@charset "UTF-8";
.distinguished-lecturer .h2 {
  font-size: 50px;
  font-weight: normal;
  border-bottom: none;
  padding: 60px 0 65px;
  margin: 0;
  color: #fff;
  background-image: url("../img/activities/webinar/bg01.jpg");
  background-position: center;
  background-size: cover;
  text-align: center;
}
.distinguished-lecturer .h2::after {
  position: static;
}
.distinguished-lecturer .list ul.nav {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.distinguished-lecturer .list ul.nav li {
  width: 24%;
  margin: 0 0.5% 10px !important;
  border: none !important;
}
.distinguished-lecturer .list ul.nav li a {
  display: block;
  text-align: center;
  text-decoration: none;
  outline: solid 1px #ccc;
  padding: 10px 0;
  position: relative;
}
.distinguished-lecturer .list ul.nav li a i {
  position: absolute;
  top: 17px;
  right: 5%;
}
.distinguished-lecturer .list ul.nav li.a a {
  background-color: #eecbce;
}
.distinguished-lecturer .list ul.nav li.b a {
  background-color: #c2e4d3;
}
.distinguished-lecturer .list ul.nav li.c a {
  background-color: #c0d2e4;
}
.distinguished-lecturer .list ul.nav li.d a {
  background-color: #f6dcc4;
}
.distinguished-lecturer .list ul.nav li.n a {
  background-color: #d9c2e9;
}
.distinguished-lecturer .list .a h3 {
  background-color: #eecbce;
  border-left: 6px solid #c6172c !important;
}
.distinguished-lecturer .list .a h3::before {
  background-color: #c6172c !important;
}
.distinguished-lecturer .list .b h3 {
  background-color: #c2e4d3;
  border-left: 6px solid #009244 !important;
}
.distinguished-lecturer .list .b h3::before {
  background-color: #009244 !important;
}
.distinguished-lecturer .list .c h3 {
  background-color: #c0d2e4;
  border-left: 6px solid #0b488f !important;
}
.distinguished-lecturer .list .c h3::before {
  background-color: #0b488f !important;
}
.distinguished-lecturer .list .d h3 {
  background-color: #f6dcc4;
  border-left: 6px solid #e26a1b !important;
}
.distinguished-lecturer .list .d h3::before {
  background-color: #e26a1b !important;
}
.distinguished-lecturer .list .n h3 {
  background-color: #e6d9f2;
  border-left: 6px solid #8a4ebf !important;
}
.distinguished-lecturer .list .n h3::before {
  background-color: #8a4ebf !important;
}
.distinguished-lecturer .list ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
}
.distinguished-lecturer .list ul li {
  width: 31%;
  margin: 0 1% 30px !important;
  background-color: #f5f5f5;
  border: solid 1px #ccc;
  position: relative;
}
.distinguished-lecturer .list ul li .txt {
  padding: 10px 5% 100px;
}
.distinguished-lecturer .list ul li .txt ul {
  display: block;
  margin-bottom: 20px !important;
  padding: 0 0 0 20px !important;
  list-style: disc !important;
}
.distinguished-lecturer .list ul li .txt ul li {
  width: 100%;
  margin: 0 !important;
  border: none !important;
}
.distinguished-lecturer .list ul li .btn_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  width: 90%;
  height: 95px;
}
.distinguished-lecturer .list ul li .txt .btn {
  margin: 10px 0;
}
.distinguished-lecturer .list ul li .txt .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #a53379;
  background: linear-gradient(45deg, rgba(54, 93, 184, 1), rgba(165, 51, 121, 1));
  text-align: center;
  padding: 5px 0 7px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width:1024px) {
  .distinguished-lecturer .h2 {
    font-size: 28px;
    padding: 50px 0 55px;
  }
  .distinguished-lecturer .list ul.nav {
    display: block;
  }
  .distinguished-lecturer .list ul.nav li {
    width: 100%;
    margin: 10px auto !important;
  }
  .distinguished-lecturer .list ul {
    display: block;
  }
  .distinguished-lecturer .list ul li {
    width: auto;
    margin: 0 0 10px !important;
  }
  .distinguished-lecturer .list ul li .txt {
    padding: 10px 5%;
  }
  .distinguished-lecturer .list ul li .btn_box {
    position: static;
    width: auto;
    height: auto;
  }
}