img {
  max-width: 100%;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1300px !important;
  }
}
/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.prev-quote-left {
  background: none !important;
  left: -15% !important;
  display: flex;
  align-items: center;
}

.prev-quote-right {
  background: none !important;
  right: -15% !important;
  display: flex;
  align-items: center;
  justify-content: end;
}

.carousel-indicators li {
  background-color: #d9d9d9 !important;
}

.carousel-indicators .active {
  background: #c42a31 !important;
  padding: 0px 12px;
  border-radius: 16px;
}

.carousel-indicators {
  bottom: 0px !important;
}

.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2caae1;
}

.owl-carousel .item {
  text-align: center;
}

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -43px;
}

.owl-carousel .next-slide {
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}

.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}

.owl-carousel .owl-item img {
  width: 100% !important;
}
header.contact-page {
  padding-bottom: 67px;
  background-color: white;
  background: none !important;
}
header.contact-page .header-top {
  display: flex;
  align-items: flex-end;
  margin: 0 !important;
}

.form-control:focus,
.form-control:active {
  border-color: #000;
  outline: 0;
  box-shadow: inset 0 0 0;
}

.container {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

.back-to-top {
  background-color: #29b9f2;
  position: fixed;
  bottom: 20px;
  padding: 8px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  transition: all 0.25s;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span {
  display: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 35%;
}

.back-to-top.show {
  opacity: 1;
}

h3 {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .visible-s {
    display: block;
  }
  .visible-lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .visible-s {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media screen and (max-width: 1193px) {
  .visible-s {
    display: flex !important;
  }
  .container {
    width: unset;
  }
}
footer {
  background-color: #79018c;
  color: white;
}
footer .footer-top {
  padding: 50px 0;
  display: flex;
  gap: 0px 214px;
}
@media screen and (max-width: 767px) {
  footer .footer-top {
    flex-direction: column;
    padding: 25px 0;
    gap: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1193px) {
  footer .footer-top {
    gap: 0;
  }
}
footer .footer-logo-social {
  width: 35px;
}
footer .footer-infor {
  margin-left: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1193px) {
  footer .footer-infor {
    margin: 0 30px;
  }
}
footer .footer-infor ul {
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  footer .footer-infor {
    margin-left: 0;
  }
}
footer .footer-infor-social {
  display: flex;
  margin-top: 12px;
  gap: 0px 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-infor-social {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-infor {
    display: flex;
    flex-direction: initial;
  }
  footer .footer-infor a {
    margin: auto;
  }
}
footer .footer-address-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 31px;
  /* identical to box height, or 110% */
  text-transform: uppercase;
  color: #ffffff;
}
footer .footer-address-place {
  padding-top: 20px;
  font-size: 16px;
}
footer .footer-address-place-title {
  width: 200px;
  height: 28px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  letter-spacing: 0.0025em;
  text-transform: uppercase;
  color: #ffffff;
}
footer .footer-address-place p {
  padding: 5px 0px;
}
@media screen and (max-width: 767px) {
  footer .footer-address {
    margin: 0 36px;
  }
}

.slide-top .carousel-indicators {
  display: none;
}
.slide-top .glyphicon-chevron-left:before {
  content: "";
}
.slide-top .glyphicon-chevron-right:before {
  content: "";
}
.slide-top .css-chevron {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 11px 14px;
  border-radius: 4px;
  color: #000000;
}

.my-custom-scrollbar {
  position: relative;
  height: 550px;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

.slide-item {
  padding: 0 24px;
}

.events-left-header {
  background: #79018c;
  padding: 7px;
}
.events-left-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
}
.events-left-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .events-left-item {
    align-items: unset;
    padding: 15px 0px;
  }
}
.events-left-item-2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .events-left-item-2 {
    flex-direction: column;
    margin: 0 20px;
  }
}
.events-left-item-2-img {
  width: 40%;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .events-left-item-2-img {
    width: 100%;
  }
}
.events-left-item-date {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  /* identical to box height */
  text-align: center;
  /* main color */
  color: #79018c;
}
.events-left-item-month {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  /* main color */
  color: #79018c;
}
.events-left-item-content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  /* main color */
  color: #79018c;
}
.events-left-item-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .events-left-item-desc {
    padding: 10px 0px 5px 0px;
  }
}
.events-left-item-detail {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
}
.events-left-item img {
  padding: 15px 5px;
}

.form-control:focus {
  outline: 0 !important;
  border-color: initial;
  box-shadow: none;
}

.events {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}
.events-header {
  font-family: "Montserrat";
  font-style: normal;
  border-bottom: 2px solid #77008c;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #77008c;
}
.events-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 20px 0px !important;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .events-item {
    flex-direction: column;
  }
}
.events-item-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.events-item-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 6px !important;
}

.row-mobile {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 8px 63px !important;
  padding: 8px 0px !important;
}

.section-news {
  margin: 80px 64px;
}
@media screen and (max-width: 767px) {
  .section-news {
    margin: 40px 0px;
  }
}

.col-news-1 {
  flex: 0 0 83.333333% !important;
  max-width: 60.333333% !important;
}
@media screen and (max-width: 767px) {
  .col-news-1 {
    height: auto !important;
    flex: auto !important;
    max-width: none !important;
  }
}
.col-news-2 {
  height: 660px !important;
  flex: 0 0 83.333333% !important;
  max-width: 35.333333% !important;
}
@media screen and (max-width: 767px) {
  .col-news-2 {
    height: auto !important;
    flex: auto !important;
    max-width: none !important;
  }
}
.col-news-3 {
  margin-top: 60px;
  max-width: 47% !important;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .col-news-3 {
    max-width: none !important;
    margin-right: auto !important;
  }
}
.col-news-4 {
  margin-top: 60px;
  max-width: 47% !important;
}
@media screen and (max-width: 767px) {
  .col-news-4 {
    max-width: none !important;
    margin-right: auto !important;
  }
}

.news-img {
  width: 100%;
}

.events-img {
  width: 100%;
}
.events-img-wrap {
  width: 100%;
}

.news {
  margin: 30px 0px;
  display: flex;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 40px 0px;
  }
}
.news-header {
  font-family: "Montserrat";
  font-style: normal;
  border-bottom: 2px solid #77008c;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #77008c;
}
.news-main {
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .news-main {
    margin-top: 30px;
  }
}
.news-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .news-item {
    display: block;
  }
}
.news-item-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.news-item-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .news-img {
    width: 100%;
  }
}

.button-all {
  background: #ffffff;
  /* main color */
  border: 1px solid #79018c;
  border-radius: 4px;
  color: #79018c !important;
  padding: 10px 32px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}

.about {
  background: rgba(121, 1, 140, 0.1);
  margin: 45px 0px 80px 0px;
}
.about-video {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .about-video {
    padding: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .about-content {
    padding: 0px !important;
  }
}
.about-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  /* second color */
  color: #c70a80;
}
@media screen and (max-width: 767px) {
  .about-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.about-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding-top: 20px;
  text-align: justify;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
  .about-desc {
    padding-top: 0px;
  }
}

.system {
  margin: 100px 0px 30px 0px;
}
.system-header {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  /* second color */
  color: #c70a80;
}
@media screen and (max-width: 767px) {
  .system-header {
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0px 10px 40px;
  }
}
.system-title {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .system-title {
    font-size: 18px;
  }
}
.system-content-wrap {
  margin-top: 18px;
  margin-bottom: 48px;
}
.system-content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #79018c;
}
.system-wrap {
  text-align: center !important;
  margin: 18px 0 !important;
}
.system-img {
  width: 130px !important;
  height: 130px !important;
}

.members {
  background: #ffffff;
  border-radius: 8px;
  padding: 10px;
}

.world {
  background: #79018c;
  padding-top: 30px;
  text-align: center;
  margin-top: 60px;
}
.world-header {
  padding-bottom: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
}
.world-item {
  display: flex;
  position: relative;
  text-align: center;
}
.world-item:hover {
  opacity: 0.8;
}
.world-item-img {
  width: 100%;
  height: auto;
}
.world-item-content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: -50%;
  -webkit-transform: translate(-50%, -50%); /* iOS */
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .world-item-content {
    font-size: unset;
  }
}

.talkshow {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
}
.talkshow-header {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  padding-bottom: 40px;
  /* second color */
  color: #c70a80;
}
.talkshow-content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
}
.talkshow i {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 8px 12px;
}

.membership {
  text-align: center;
  margin-top: 60px;
  background: rgba(121, 1, 140, 0.1);
  padding-top: 30px;
}
.membership-header {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  padding-bottom: 20px;
  /* second color */
  color: #c70a80;
}
@media screen and (max-width: 767px) {
  .membership-header {
    padding-bottom: 0px;
  }
}
.membership-content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
}
.membership i {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  padding: 8px 12px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  list-style: none;
  background-color: #ffffff !important;
  border-radius: 0.25rem;
}
.breadcrumb a {
  text-decoration: none !important;
}

.breadcrumb .li::before {
  /*color: #565656;*/
  /*content: ">";*/
}

.text_1,
.text_2 {
  color: black;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.all-events-header {
  display: flex;
  justify-content: space-between;
}

.all-events-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #c70a80;
}
@media screen and (max-width: 767px) {
  .all-events-title {
    font-size: 16px;
  }
}

.all-events-img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .all-events-img {
    width: 42%;
  }
}

.all-events-wrap {
  margin-bottom: 60px;
  margin-top: 10px;
}
.all-events-item {
  display: flex;
  align-items: center;
  place-content: center;
}
.all-events-item-2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .all-events-item-2 {
    flex-direction: column;
    margin: 0 20px;
  }
}
.all-events-item-2-img {
  width: 40%;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .all-events-item-2-img {
    width: 100%;
  }
}
.all-events-item-date {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  /* identical to box height */
  text-align: center;
  /* main color */
  color: #79018c;
}
.all-events-item-month {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  /* main color */
  color: #79018c;
}
.all-events-item-wrap-content {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .all-events-item-wrap-content {
    width: auto;
  }
}
.all-events-item-content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  /* main color */
  color: #79018c;
}
.all-events-item-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .all-events-item-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.all-events-item img {
  padding: 15px 5px;
}

.introduce-row-mobile {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.introduce-about-video {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .introduce-about-video {
    padding: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .introduce-about-content {
    padding: 0px !important;
  }
}
.introduce-about-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #c70a80;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .introduce-about-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.introduce-about-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .introduce-about-desc {
    padding-top: 6px;
    font-size: 12px;
    line-height: 1.8rem;
  }
}

.introduce-value {
  text-align: center;
  margin-top: 60px;
  background: rgba(121, 1, 140, 0.1);
  padding-top: 30px;
}
.introduce-value-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 12px;
  min-height: 346px;
  background: #ffffff;
  border: 1px solid #c70a80;
  border-radius: 8px;
  margin-bottom: 15px;
}
.clear{
  clear: both;
  width: 100%;
  height: 1px;
}
.introduce-value-card-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #79018c;
}
.introduce-value-card-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .introduce-value-card-desc {
    font-size: 16px;
    line-height: 20px;
  }
}

.introduce-world {
  background: rgba(121, 1, 140, 0.1);
  margin-bottom: 60px;
}
.introduce-world-header {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #c70a80;
}
@media screen and (max-width: 767px) {
  .introduce-world-header {
    font-size: 16px;
    line-height: 20px;
  }
}

.introduce-partners {
  background-image: url("/image/all-events/background-partners.svg");
  /*height: 522px;*/
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .introduce-partners {
    /*height: 122px;*/
    background-size: contain;
    margin-top: 24px;
  }
}
.introduce-partners-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 10px;
  background: #ffffff;
  border-radius: 16px;
}
.introduce-partners-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #c70a80;
}
@media screen and (max-width: 767px) {
  .introduce-partners-title {

  }
}
.introduce-partners-content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .introduce-partners{
    background-image: none !important;
  }
  .introduce-partners-content {
    font-size: 16px;
    line-height: 15px;
    margin-top: 15px;
  }
}

.introduce-criteria {
  text-align: center;
  margin-top: 60px;
  background: rgba(121, 1, 140, 0.1);
}
@media screen and (max-width: 767px) {
  .introduce-criteria-row-mobile {
    flex-direction: column-reverse;
  }
}
.introduce-criteria-wrap {
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .introduce-criteria-content {
    margin-top: 20px;
  }
}
.introduce-criteria-content-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #c70a80;
  text-align-last: left;
}
@media screen and (max-width: 767px) {
  .introduce-criteria-content-title {
    text-align-last: center;
    font-size: 16px;
    line-height: 20px;
  }
}
.introduce-criteria-content-text {
  margin-top: 24px !important;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align-last: left;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .introduce-criteria-content-text {
    margin-top: 12px !important;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
  }
}

.introduce-structure {
  margin-top: 60px;
}
.introduce-structure-header {
  display: flex;
  justify-content: space-between;
}
.introduce-structure-img {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .introduce-structure-img {
    width: 16%;
  }
}
.introduce-structure-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #c70a80;
}
@media screen and (max-width: 767px) {
  .introduce-structure-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.introduce-role {
  margin-top: 60px;
}
.introduce-role-header {
  display: flex;
  justify-content: space-between;
}
.introduce-role-img {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .introduce-role-img {
    width: 10%;
  }
}
.introduce-role-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #c70a80;
}
@media screen and (max-width: 767px) {
  .introduce-role-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.eventDetails-info-background {
  background-image: url("/image/event-details/background-info.svg");
  height: 412px;
}
.eventDetails-info-notify {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  width: 157px;
  height: 36px;
  background: #c70a80;
  border-radius: 36px;
  margin-top: 56px;
}
.eventDetails-info-notify-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.eventDetails-info-notify-details {
  margin-top: 20px;
}
.eventDetails-info-notify-details-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 6px;
}
.eventDetails-info-notify-social {
  margin-top: 30px;
}
.eventDetails-info-notify-social-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.eventDetails-info-notify-social-icon {
  margin: 6px;
}
.eventDetails-info-notify-register {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 8px;
  height: 56px;
  background: #ffffff;
  border: 2px solid #79018c;
  border-radius: 56px;
}
.eventDetails-info-notify-register-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #79018c;
}
.eventDetails-info-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #79018c;
}
@media screen and (max-width: 767px) {
  .eventDetails-info-title {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
  }
}
.eventDetails-info-content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0025em;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .eventDetails-info-content {
    font-size: 12px;
    line-height: 15px;
  }
}

.eventDetails-other {
  margin: 60px 0;
}
.eventDetails-other-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #77008c;
}
.eventDetails-other-wrap {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 20px 0px !important;
  padding: 10px;
  gap: 10px;
  align-items: center;
}
.eventDetails-other-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.detail-table {
  margin-bottom: 24px !important;
}

.detail-event-other {
  margin-bottom: 160px;
}

.title-time {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0px;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .title-time {
    font-size: 14px;
    line-height: 17px;
  }
}

.title-icon {
  display: flex;
  gap: 15px;
  padding-bottom: 30px;
}
.title-icon-item {
  border: 1px solid #fff;
  background: #087aea;
  border-radius: 4px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  .title-icon-item {
    padding: 4px 6px;
    font-size: 12px;
    line-height: 15px;
  }
}

.blog-content {
  font-size: 16px;
}

.blog-title {
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  font-size: 16px;
}

.blog-desc {
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  font-size: 16px;
}

.blog-img {
  width: 100%;
}

.header {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  margin: 80px 0px 42px 0px;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 2px solid #77008c;
  color: #77008c;
}

.subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  padding: 16px 0px 8px 0px;
  color: #000000;
}

.subdesc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  letter-spacing: 0.0025em;
  margin-bottom: 18px;
  color: rgba(0, 0, 0, 0.8);
}

.detail-events-left-header {
  background: #79018c;
  padding: 7px;
}
.detail-events-left-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
}
.detail-events-left-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 16px;
  gap: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .detail-events-left-item {
    align-items: unset;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .detail-events-left-item-img {
    width: 20%;
  }
}
.detail-events-left-item-2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .detail-events-left-item-2 {
    flex-direction: column;
  }
}
.detail-events-left-item-2-img {
  width: 45%;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .detail-events-left-item-2-img {
    width: 100%;
  }
}
.detail-events-left-item-2-content {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .detail-events-left-item-2-content {
    width: auto;
  }
}
.detail-events-left-item-date {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  /* identical to box height */
  text-align: center;
  /* main color */
  color: #79018c;
}
.detail-events-left-item-month {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  /* main color */
  color: #79018c;
}
.detail-events-left-item-content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #79018c;
}
.detail-events-left-item-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000000;
}
.detail-events-left-item-detail {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: rgba(0, 0, 0, 0.7);
}
.detail-events-left-item img {
  padding: 15px 5px;
}

.detail-events {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}
.detail-events-header {
  font-family: "Montserrat";
  font-style: normal;
  border-bottom: 2px solid #77008c;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #77008c;
}
.detail-events-item {
  margin: 12px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 12px;
  width: 310px;
  height: 95.31px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.detail-events-item-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.detail-events-item-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 6px !important;
}

.detail-events-img {
  width: 100%;
}
.detail-events-img-wrap {
  width: 60%;
}
.detail-events-content {
  width: 80%;
}

.wlin-network-detail-container {
  margin-top: 40px;
  margin-bottom: 100px;
}
.wlin-network-detail-container-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  /* second color */
  color: #c70a80;
}
@media screen and (max-width: 767px) {
  .wlin-network-detail-container-title {
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    text-align: center;
  }
}
.wlin-network-detail-events-calendar {
  margin-top: 40px;
  margin-bottom: 100px;
}

.wlin-network-detail-events {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}
.wlin-network-detail-events-header {
  font-family: "Montserrat";
  font-style: normal;
  border-bottom: 2px solid #77008c;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #77008c;
}
.wlin-network-detail-events-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 20px 0px !important;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .wlin-network-detail-events-item {
    flex-direction: column;
  }
}
.wlin-network-detail-events-item-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wlin-network-detail-events-item-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 6px !important;
}

.wlin-network-detail-news {
  margin: 30px 0px;
  display: flex;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .wlin-network-detail-news {
    margin: 40px 0px;
  }
}
.wlin-network-detail-news-header {
  font-family: "Montserrat";
  font-style: normal;
  border-bottom: 2px solid #77008c;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #77008c;
}
.wlin-network-detail-news-main {
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .wlin-network-detail-news-main {
    margin-top: 30px;
  }
}
.wlin-network-detail-news-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .wlin-network-detail-news-item {
    display: block;
  }
}
.wlin-network-detail-news-item-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .wlin-network-detail-news-item-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.wlin-network-detail-news-item-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .wlin-network-detail-news-item-desc {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .wlin-network-detail-news-img {
    width: 100%;
  }
}

.network-detail-events-left-header {
  background: #79018c;
  padding: 7px;
}
.network-detail-events-left-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
}
.network-detail-events-left-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 16px;
  gap: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .network-detail-events-left-item {
    align-items: unset;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .network-detail-events-left-item-img {
    width: 20%;
  }
}
.network-detail-events-left-item-2 {
  display: flex;
  align-items: center;
}
.network-detail-events-left-item-2-img {
  width: 45%;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .network-detail-events-left-item-2-img {
    width: 100%;
  }
}
.network-detail-events-left-item-2-content {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .network-detail-events-left-item-2-content {
    width: 100%;
  }
}
.network-detail-events-left-item-date {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  /* identical to box height */
  text-align: center;
  /* main color */
  color: #79018c;
}
.network-detail-events-left-item-month {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  /* main color */
  color: #79018c;
}
.network-detail-events-left-item-content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #79018c;
}
.network-detail-events-left-item-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000000;
}
.network-detail-events-left-item-detail {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: rgba(0, 0, 0, 0.7);
}
.network-detail-events-left-item img {
  padding: 15px 5px;
}
@media screen and (max-width: 767px) {
  .network-detail-events-left-item img {
    padding: auto;
  }
}

/*# sourceMappingURL=app.css.map */
