.event-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 33px 20px;
}
@media only screen and (max-width: 991px) {
  .event-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .event-service-grid {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}

.event-news-col {
  box-shadow: 0px 0px 0px 1px rgba(9, 30, 66, 0.0784313725), 0px 4px 8px -2px rgba(9, 30, 66, 0.2509803922);
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.event-news-col:hover figure img {
  transform: scale(1.1);
}
.event-news-col:hover figcaption h5 {
  color: var(--primary);
}
.event-news-col figure {
  line-height: 0;
  overflow: hidden;
}
.event-news-col figure img {
  width: 100%;
  aspect-ratio: 1.67;
  transition: 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.event-news-col figcaption {
  padding: 20px 18px 25px;
}
.event-news-col figcaption h5 {
  margin-bottom: 18px;
  color: var(--black);
  transition: 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.event-news-col figcaption .date, .event-news-col figcaption .location {
  color: var(--text);
  padding-left: 2rem;
  background-size: auto 100%;
}
.event-news-col figcaption .date {
  line-height: 1.75;
  background: url(../../icon/date.png) no-repeat;
}
.event-news-col figcaption .location {
  line-height: 1.375;
  margin-top: 6px;
  background: url(../../icon/location.png) no-repeat;
}
.event-news-col.news-col figcaption h5 {
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 675px) {
  .event-news-col.news-col figcaption h5 {
    font-size: 18px;
  }
}

.home-secD {
  padding: 5rem 0;
}
@media only screen and (max-width: 991px) {
  .home-secD {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD {
    padding: 3.5rem 0;
  }
}
.home-secD .heading {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .home-secD .heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD .heading {
    margin-bottom: 2.5rem;
  }
}
.home-secD .heading .testimonial-nav {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 675px) {
  .home-secD .heading .testimonial-nav {
    display: none;
  }
}

.speaker-col {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.speaker-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 100%);
}
.speaker-col figure {
  line-height: 0;
  overflow: hidden;
}
.speaker-col figure img {
  width: 100%;
  aspect-ratio: 0.93;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.speaker-col figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 0 2rem 43px;
}
.speaker-col figcaption h5 {
  max-width: 320px;
  margin: 0 auto;
}
.speaker-col figcaption h5, .speaker-col figcaption p {
  color: var(--white);
}
.speaker-col figcaption p {
  font-weight: 500;
  margin: 8px 0 2px;
}
@media only screen and (max-width: 675px) {
  .speaker-col figcaption p {
    font-size: 14px;
  }
}
.speaker-col figcaption span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.banner.event-listing-banner .content {
  max-width: 100%;
}
.banner.event-listing-banner .event-nav {
  margin: 2.1rem 0 24px;
}
@media only screen and (max-width: 1152px) {
  .banner.event-listing-banner .event-nav {
    margin: 2rem 0 0;
  }
}
.banner.event-listing-banner .event-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 10px;
  color: var(--text);
  position: relative;
  cursor: pointer;
  font-weight: 500;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 675px) {
  .banner.event-listing-banner .event-nav li {
    font-size: 18px;
  }
}
.banner.event-listing-banner .event-nav li:not(:last-child) {
  margin-right: 4rem;
}
@media only screen and (max-width: 675px) {
  .banner.event-listing-banner .event-nav li:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.banner.event-listing-banner .event-nav li.active {
  color: var(--primary);
}
.banner.event-listing-banner .event-nav li.active::before {
  width: 100%;
}
.banner.event-listing-banner .event-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: 0.5s ease;
  background: var(--primary);
}

.event-listing-secA {
  padding-bottom: 4.8rem;
}
.event-listing-secA .event-nav-content .tabs {
  transition: 0.5s ease;
}
.event-listing-secA .event-nav-content .tabs:not(.active) {
  height: 0;
  overflow: hidden;
}

.banner.event-detail-banner::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 97.71%);
}
@media only screen and (max-width: 675px) {
  .banner.event-detail-banner::before {
    display: none;
  }
}
.banner.event-detail-banner::after {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 42.81%, rgba(0, 0, 0, 0.95) 91.09%);
}
@media only screen and (max-width: 675px) {
  .banner.event-detail-banner::after {
    display: none;
  }
}
.banner.event-detail-banner .bg {
  position: relative;
}
.banner.event-detail-banner .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media only screen and (max-width: 675px) {
  .banner.event-detail-banner .bg::before {
    background: rgba(0, 0, 0, 0.7);
  }
}
@media only screen and (max-width: 767px) {
  .banner.event-detail-banner .banner-wrapper {
    bottom: 3rem;
  }
}
.banner.event-detail-banner .flex {
  align-items: flex-end;
}
.banner.event-detail-banner .flex .colA {
  flex: 0 1 60%;
}
@media only screen and (max-width: 1152px) {
  .banner.event-detail-banner .flex .colA {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .banner.event-detail-banner .flex .colA {
    flex: 0 1 100%;
    margin-bottom: 2rem;
  }
}
.banner.event-detail-banner .flex .colA h1 {
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .banner.event-detail-banner .flex .colA h1 {
    font-size: 38px;
    max-width: 465px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.event-detail-banner .flex .colA h1 {
    font-size: 26px;
    max-width: 465px;
  }
}
.banner.event-detail-banner .flex .colA .event-info {
  margin-top: 27px;
}
.banner.event-detail-banner .flex .colA .event-info li {
  display: inline-block;
  vertical-align: top;
  color: var(--white);
  @includ font(500);
  max-width: 328px;
  line-height: 22px;
}
@media only screen and (max-width: 991px) {
  .banner.event-detail-banner .flex .colA .event-info li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .banner.event-detail-banner .flex .colA .event-info li {
    display: inline-block;
  }
}
.banner.event-detail-banner .flex .colA .event-info li a {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media only screen and (max-width: 991px) {
  .banner.event-detail-banner .flex .colA .event-info li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.banner.event-detail-banner .flex .colA .event-info .date, .banner.event-detail-banner .flex .colA .event-info .location {
  padding-left: 2rem;
}
.banner.event-detail-banner .flex .colA .event-info .date {
  background: url(../../icon/date.png) no-repeat;
  line-height: normal;
}
.banner.event-detail-banner .flex .colA .event-info .location {
  background: url(../../icon/location.png) no-repeat;
}
.banner.event-detail-banner .flex .colB {
  flex: 1;
  text-align: right;
}
@media only screen and (max-width: 1152px) {
  .banner.event-detail-banner .flex .colB {
    flex: 0 1 auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner.event-detail-banner .flex .colB {
    flex: 0 1 100%;
    text-align: center;
  }
}
.banner.event-detail-banner .flex .colB .reg-btn {
  margin-left: 16px;
}
@media only screen and (max-width: 1152px) {
  .banner.event-detail-banner .flex .colB .reg-btn {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 1152px) {
  .banner.event-detail-banner .flex .colB .btn {
    --height: 38px;
    --padding: 20px;
    font-size: 14px;
  }
}

.event-detail-secA .count-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
@media only screen and (max-width: 675px) {
  .event-detail-secA .count-wrap {
    margin-top: 3rem;
  }
}
.event-detail-secA .count-wrap .count-info {
  flex: 1;
  padding: 27px;
}
.event-detail-secA .count-wrap .count-info:not(:last-child) {
  border-right: 1px solid rgba(102, 102, 102, 0.3019607843);
}
@media only screen and (max-width: 675px) {
  .event-detail-secA .count-wrap .count-info:not(:last-child) {
    border-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .event-detail-secA .count-wrap .count-info {
    flex: 0 1 50%;
  }
}
.event-detail-secA .count-wrap .count-info h5 {
  font-size: 25px;
  line-height: 1.44;
  margin-bottom: 1px;
}
.event-detail-secA .count-wrap .count-info p {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  .event-detail-secA .count-wrap .count-info p {
    max-width: 110px;
    margin: 0 auto;
  }
}

.home-secD.event-detail-secB {
  background: var(--primary);
}

.event-detail-secC {
  padding: 6rem 0 3rem;
  background: var(--white);
}
@media only screen and (max-width: 1152px) {
  .event-detail-secC {
    padding: 5rem 0 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .event-detail-secC {
    padding: 4rem 0 3rem;
  }
}
.event-detail-secC .heading {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .event-detail-secC .heading {
    margin-bottom: 1rem;
  }
}
.event-detail-secC .sponsor-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media only screen and (max-width: 675px) {
  .event-detail-secC .sponsor-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 30px;
  }
  .event-detail-secC .sponsor-slider .swiper-wrapper > * {
    flex: 0 1 calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    width: 100%;
  }
}
.event-detail-secC .sponsor-slider .swiper-wrapper.odd .item:last-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
.event-detail-secC .sponsor-slider.sponser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 20%));
  grid-gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .event-detail-secC .sponsor-slider.sponser-grid {
    grid-template-columns: repeat(auto-fit, minmax(0, 25%));
  }
}
.event-detail-secC .sponsor-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  height: auto;
}
.event-detail-secC .sponsor-slider .item figure {
  height: 180px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 675px) {
  .event-detail-secC .sponsor-slider .item figure {
    height: 150px;
  }
}
.event-detail-secC .sponsor-slider .item figure img {
  width: 100%;
}
.event-detail-secC .sponsor-slider .item figcaption {
  font-size: 14px;
  color: var(--text);
  line-height: 1.7;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .event-detail-secC .sponsor-slider .item figcaption {
    line-height: 1.5;
    text-align: center;
  }
}

.home-secD.event-detail-secD .more-event-slider {
  padding: 5px;
}/*# sourceMappingURL=event.css.map */