/*black*/
.bg-black-main {
  background-color: #4D4D4F;
}

.text-black-main {
  color: #4D4D4F;
}

.border-black-main {
  border: 1px solid #4D4D4F;
}

/*black end*/
/*white*/
.bg-white-main {
  background-color: #F5F5F5;
}

.text-white-main {
  color: #F5F5F5;
}

.border-white-main {
  border: 1px solid #F5F5F5;
}

/*white end*/
/*grey*/
.bg-grey-main {
  background-color: #E6E6E6;
}

.text-grey-main {
  color: #E6E6E6;
}

.border-grey-main {
  border: 1px solid #E6E6E6;
}

/*grey end*/
/*darkgrey*/
.bg-darkgrey {
  background-color: #D9D9D9;
}

.text-darkgrey {
  color: #D9D9D9;
}

.border-darkgrey {
  border: 1px solid #D9D9D9;
}

/*darkgrey end*/
/*purple*/
.bg-purple {
  background-color: #7522A0;
}

.text-purple {
  color: #7522A0;
}

.border-purple {
  border: 1px solid #7522A0;
}

/*purple end*/
/*red*/
.bg-red {
  background-color: #F12020;
}

.text-red {
  color: #F12020;
}

.border-red {
  border: 1px solid #F12020;
}

/*red end*/
/*darkred*/
.bg-darkred {
  background-color: #ED1C24;
}

.text-darkred {
  color: #ED1C24;
}

.border-darkred {
  border: 1px solid #ED1C24;
}

/*darkred end*/
/*lightred*/
.bg-lightred {
  background-color: #FF1212;
}

.text-lightred {
  color: #FF1212;
}

.border-lightred {
  border: 1px solid #FF1212;
}

/*lightred end*/
/*blue*/
.bg-blue {
  background-color: #1A0F77;
}

.text-blue {
  color: #1A0F77;
}

.border-blue {
  border: 1px solid #1A0F77;
}

/*blue end*/
/*navy*/
.bg-navy {
  background-color: #152A72;
}

.text-navy {
  color: #152A72;
}

.border-navy {
  border: 1px solid #152A72;
}

/*navy end*/
/*pink*/
.bg-pink {
  background-color: #EC008C;
}

.text-pink {
  color: #EC008C;
}

.border-pink {
  border: 1px solid #EC008C;
}

/*pink end*/
/*yellow*/
.bg-yellow {
  background-color: #FFCB05;
}

.text-yellow {
  color: #FFCB05;
}

.border-yellow {
  border: 1px solid #FFCB05;
}

/*yellow end*/
/*green*/
.bg-green {
  background-color: #32BCAD;
}

.text-green {
  color: #32BCAD;
}

.border-green {
  border: 1px solid #32BCAD;
}

/*green end*/
/*brown*/
.bg-brown {
  background-color: #5A2121;
}

.text-brown {
  color: #5A2121;
}

.border-brown {
  border: 1px solid #5A2121;
}

/*brown end*/
.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.fw-extralight {
  font-weight: 200;
}

.fw-medium {
  font-weight: 500;
}

.fw-extrabold {
  font-weight: 800;
}

.ff-prompt {
  font-family: "Prompt", sans-serif;
}

.ff-inter {
  font-family: "Inter", sans-serif;
}

.ff-stylescript {
  font-family: "Style Script", cursive;
}

.elipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.elipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .elipsis-lg-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .elipsis-lg-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-pointer {
  cursor: pointer;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-40 {
  font-size: 32px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.fs-54 {
  font-size: 54px;
}

.fs-60 {
  font-size: 60px;
}

.fs-90 {
  font-size: 90px;
}

@media (min-width: 576px) {
  .fs-sm-10 {
    font-size: 10px;
  }
  .fs-sm-12 {
    font-size: 12px;
  }
  .fs-sm-13 {
    font-size: 13px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
  .fs-sm-15 {
    font-size: 15px;
  }
  .fs-sm-16 {
    font-size: 16px;
  }
  .fs-sm-17 {
    font-size: 17px;
  }
  .fs-sm-18 {
    font-size: 18px;
  }
  .fs-sm-19 {
    font-size: 19px;
  }
  .fs-sm-20 {
    font-size: 20px;
  }
  .fs-sm-22 {
    font-size: 22px;
  }
  .fs-sm-24 {
    font-size: 24px;
  }
  .fs-sm-26 {
    font-size: 26px;
  }
  .fs-sm-28 {
    font-size: 28px;
  }
  .fs-sm-31 {
    font-size: 31px;
  }
  .fs-sm-32 {
    font-size: 32px;
  }
  .fs-sm-40 {
    font-size: 32px;
  }
  .fs-sm-48 {
    font-size: 48px;
  }
  .fs-sm-50 {
    font-size: 50px;
  }
  .fs-sm-54 {
    font-size: 54px;
  }
  .fs-sm-60 {
    font-size: 60px;
  }
  .fs-sm-90 {
    font-size: 90px;
  }
}
@media (min-width: 768px) {
  .fs-md-10 {
    font-size: 10px;
  }
  .fs-md-12 {
    font-size: 12px;
  }
  .fs-md-13 {
    font-size: 13px;
  }
  .fs-md-14 {
    font-size: 14px;
  }
  .fs-md-15 {
    font-size: 15px;
  }
  .fs-md-16 {
    font-size: 16px;
  }
  .fs-md-17 {
    font-size: 17px;
  }
  .fs-md-18 {
    font-size: 18px;
  }
  .fs-md-19 {
    font-size: 19px;
  }
  .fs-md-20 {
    font-size: 20px;
  }
  .fs-md-22 {
    font-size: 22px;
  }
  .fs-md-24 {
    font-size: 24px;
  }
  .fs-md-26 {
    font-size: 26px;
  }
  .fs-md-28 {
    font-size: 28px;
  }
  .fs-md-31 {
    font-size: 31px;
  }
  .fs-md-32 {
    font-size: 32px;
  }
  .fs-md-40 {
    font-size: 32px;
  }
  .fs-md-48 {
    font-size: 48px;
  }
  .fs-md-50 {
    font-size: 50px;
  }
  .fs-md-54 {
    font-size: 54px;
  }
  .fs-md-60 {
    font-size: 60px;
  }
  .fs-md-90 {
    font-size: 90px;
  }
}
@media (min-width: 992px) {
  .fs-lg-10 {
    font-size: 10px;
  }
  .fs-lg-12 {
    font-size: 12px;
  }
  .fs-lg-13 {
    font-size: 13px;
  }
  .fs-lg-14 {
    font-size: 14px;
  }
  .fs-lg-15 {
    font-size: 15px;
  }
  .fs-lg-16 {
    font-size: 16px;
  }
  .fs-lg-17 {
    font-size: 17px;
  }
  .fs-lg-18 {
    font-size: 18px;
  }
  .fs-lg-19 {
    font-size: 19px;
  }
  .fs-lg-20 {
    font-size: 20px;
  }
  .fs-lg-22 {
    font-size: 22px;
  }
  .fs-lg-24 {
    font-size: 24px;
  }
  .fs-lg-26 {
    font-size: 26px;
  }
  .fs-lg-28 {
    font-size: 28px;
  }
  .fs-lg-31 {
    font-size: 31px;
  }
  .fs-lg-32 {
    font-size: 32px;
  }
  .fs-lg-40 {
    font-size: 32px;
  }
  .fs-lg-48 {
    font-size: 48px;
  }
  .fs-lg-50 {
    font-size: 50px;
  }
  .fs-lg-54 {
    font-size: 54px;
  }
  .fs-lg-60 {
    font-size: 60px;
  }
  .fs-lg-90 {
    font-size: 90px;
  }
}
@media (min-width: 1200px) {
  .fs-xl-10 {
    font-size: 10px;
  }
  .fs-xl-12 {
    font-size: 12px;
  }
  .fs-xl-13 {
    font-size: 13px;
  }
  .fs-xl-14 {
    font-size: 14px;
  }
  .fs-xl-15 {
    font-size: 15px;
  }
  .fs-xl-16 {
    font-size: 16px;
  }
  .fs-xl-17 {
    font-size: 17px;
  }
  .fs-xl-18 {
    font-size: 18px;
  }
  .fs-xl-19 {
    font-size: 19px;
  }
  .fs-xl-20 {
    font-size: 20px;
  }
  .fs-xl-22 {
    font-size: 22px;
  }
  .fs-xl-24 {
    font-size: 24px;
  }
  .fs-xl-26 {
    font-size: 26px;
  }
  .fs-xl-28 {
    font-size: 28px;
  }
  .fs-xl-31 {
    font-size: 31px;
  }
  .fs-xl-32 {
    font-size: 32px;
  }
  .fs-xl-40 {
    font-size: 32px;
  }
  .fs-xl-48 {
    font-size: 48px;
  }
  .fs-xl-50 {
    font-size: 50px;
  }
  .fs-xl-54 {
    font-size: 54px;
  }
  .fs-xl-60 {
    font-size: 60px;
  }
  .fs-xl-90 {
    font-size: 90px;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-10 {
    font-size: 10px;
  }
  .fs-xxl-12 {
    font-size: 12px;
  }
  .fs-xxl-13 {
    font-size: 13px;
  }
  .fs-xxl-14 {
    font-size: 14px;
  }
  .fs-xxl-15 {
    font-size: 15px;
  }
  .fs-xxl-16 {
    font-size: 16px;
  }
  .fs-xxl-17 {
    font-size: 17px;
  }
  .fs-xxl-18 {
    font-size: 18px;
  }
  .fs-xxl-19 {
    font-size: 19px;
  }
  .fs-xxl-20 {
    font-size: 20px;
  }
  .fs-xxl-22 {
    font-size: 22px;
  }
  .fs-xxl-24 {
    font-size: 24px;
  }
  .fs-xxl-26 {
    font-size: 26px;
  }
  .fs-xxl-28 {
    font-size: 28px;
  }
  .fs-xxl-31 {
    font-size: 31px;
  }
  .fs-xxl-32 {
    font-size: 32px;
  }
  .fs-xxl-40 {
    font-size: 32px;
  }
  .fs-xxl-48 {
    font-size: 48px;
  }
  .fs-xxl-50 {
    font-size: 50px;
  }
  .fs-xxl-54 {
    font-size: 54px;
  }
  .fs-xxl-60 {
    font-size: 60px;
  }
  .fs-xxl-90 {
    font-size: 90px;
  }
}
.ls-1 {
  letter-spacing: 0.24px;
}

.ls-2 {
  letter-spacing: 0.48px;
}

.ls-3 {
  letter-spacing: 0.72px;
}

.ls-4 {
  letter-spacing: 0.96px;
}

.ls-5 {
  letter-spacing: 1.2px;
}

.ls-6 {
  letter-spacing: 1.44px;
}

.ls-7 {
  letter-spacing: 1.68px;
}

.lh-16 {
  line-height: 16px;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-position-top-center {
  -o-object-position: top center;
     object-position: top center;
}

.rounded-5px {
  border-radius: 5px;
}

.mxw-100 {
  max-width: 100%;
}

.mxw-900 {
  max-width: 900px;
}

.mxw-1000 {
  max-width: 1000px;
}

@media (min-width: 992px) {
  .mxw-lg-900 {
    max-width: 900px;
  }
  .mxw-lg-1000 {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .mxw-xxl-900 {
    max-width: 900px;
  }
  .mxw-xxl-1000 {
    max-width: 1000px;
  }
}
* {
  box-sizing: border-box;
  font-family: "Indosat", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

section {
  scroll-margin-top: 80px;
}

.navbar {
  padding: 0 40px;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 768px) {
  .navbar {
    padding: 12px 20px;
  }
}
.navbar .navbar-brand-wrap {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .navbar .navbar-brand-wrap .navbar-brand {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-brand-wrap .navbar-brand .logo-fld {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-brand-wrap .indosat-logo-wrap {
    margin-right: 10px;
    width: 85px;
  }
}
.navbar .navbar-toggler {
  box-shadow: none !important;
}
.navbar .navbar-toggler .nav-icon {
  width: 30px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
.navbar .navbar-toggler .nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar .navbar-toggler #nav-icon span:nth-child(1) {
  top: 0px;
}
.navbar .navbar-toggler #nav-icon span:nth-child(2), .navbar .navbar-toggler #nav-icon span:nth-child(3) {
  top: 10px;
}
.navbar .navbar-toggler #nav-icon span:nth-child(4) {
  top: 20px;
}
.navbar .navbar-toggler #nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.navbar .navbar-toggler #nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar .navbar-toggler #nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar .navbar-toggler #nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.navbar .navbar-collapse .navbar-nav .nav-item {
  padding: 25px 10px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 0;
  }
}
.navbar .navbar-collapse .navbar-nav .active {
  border: 5px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #FEDB64, #E50BB0);
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.navbar .navbar-collapse .navbar-nav .active a {
  color: #EC008C;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .active {
    border: 0;
  }
  .navbar .navbar-collapse .navbar-nav .active a {
    background: linear-gradient(to right, #FEDB64, #E50BB0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav {
    height: 88vh;
    justify-content: center;
    align-items: center;
  }
}
.navbar .register-btn {
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  margin-left: 50px;
  transition: border 0.3s, background-color 0.3s, color 0.3s;
}
.navbar .register-btn:hover {
  background-color: white;
  border: 1px solid #F12020;
  color: #F12020;
}
.navbar .register-btn:hover svg path {
  stroke: #F12020;
}
@media (max-width: 768px) {
  .navbar .register-btn {
    margin-left: 0;
    justify-content: center;
    margin-top: 50px;
    border-radius: 0;
    padding: 20px;
  }
}

.hero {
  height: 800px;
  position: relative;
}
@media (max-width: 768px) {
  .hero {
    height: 550px;
    margin-bottom: 25px;
  }
}
.hero::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
}
.heroContent {
  z-index: 1;
}
.heroContent img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .heroContent img {
    width: 286px;
  }
}
.heroContentDate {
  margin-bottom: 20px;
}
.heroContentBtn {
  color: white;
  padding: 20px 30px;
  border: 1px solid white;
  border-radius: 50px;
  transition: color 0.3s, background-color 0.3s;
}
.heroContentBtn:hover {
  border: 0;
  color: #EC008C;
  background-color: white;
}
@media (max-width: 768px) {
  .heroContentBtn {
    padding: 14px 21px;
  }
}
.heroBottom {
  left: 0;
}

.about {
  position: relative;
  z-index: 2;
  margin-bottom: 120px;
  scroll-margin-top: 65px;
}
.aboutOrnament {
  position: absolute;
  right: 0;
  top: -50px;
}
@media (max-width: 768px) {
  .aboutOrnament {
    width: 65px;
    top: 0;
  }
}
.aboutContainer {
  z-index: 3;
  position: relative;
}
.aboutContainer h1 {
  margin-bottom: 30px;
}

.schedule {
  position: relative;
  margin-bottom: 90px;
  transition: 0.3s;
}
.schedule .ornament1 {
  top: 10%;
  left: 5%;
}
.schedule .ornament2 {
  top: 15%;
  left: 0;
}
.schedule .ornament3 {
  top: 15%;
  right: 5%;
}
.schedule .ornament4 {
  bottom: 40%;
  right: 5%;
}
.schedule .ornament5 {
  bottom: 0;
  right: 0;
}
.schedule .ornament6 {
  bottom: 0;
  left: -10%;
}
.scheduleContainer {
  position: relative;
  z-index: 2;
}
.scheduleContainerTitle {
  margin-bottom: 15px;
}
.scheduleContainerToggler {
  margin-bottom: 20px;
}
.scheduleContainerToggler button {
  padding: 20px 22px;
  border: none;
}
.scheduleContainerToggler .active {
  border: 5px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #FEDB64, #E50BB0);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #EC008C !important;
}
.scheduleContainerToggler .day1 {
  margin-right: 10px;
}
.scheduleContainerAddress {
  margin-bottom: 34px;
}
.scheduleContainerAddress svg {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .scheduleContainerAddress svg {
    width: 10%;
  }
}
@media (max-width: 768px) {
  .scheduleContainerAddressContent {
    width: 90%;
  }
}
.scheduleContainerAddressContent h3 {
  margin-bottom: 12px;
}
.scheduleContainerEvents .keynote-banner {
  margin-bottom: 34px;
}
.scheduleContainerEvents .eventCard {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 34px;
  transition: box-shadow 0.3s;
  background-color: white;
}
.scheduleContainerEvents .eventCard:hover {
  box-shadow: 0px 17px 20px 0px rgba(76, 225, 209, 0.17);
}
.scheduleContainerEvents .eventCardImg {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .scheduleContainerEvents .eventCardImg {
    width: 100%;
    height: 217px !important;
  }
}
.scheduleContainerEvents .eventCardImg img {
  max-width: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .scheduleContainerEvents .eventCardImg img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
  }
}
.scheduleContainerEvents .eventCardContent {
  padding: 30px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .scheduleContainerEvents .eventCardContent {
    padding: 30px 20px;
  }
}
.scheduleContainerEvents .eventCardContentHeader {
  margin-bottom: 15px;
}
.scheduleContainerEvents .eventCardContentTitle {
  margin-bottom: 24px;
}
.scheduleContainerEvents .eventCardContentSpeaker .speaker-wrap img {
  width: 60px;
  height: 60px;
}
.scheduleContainerEvents .eventCardContentSpeaker .speaker-wrap .speaker-bio .speaker-name {
  margin-bottom: 7px;
}
.scheduleContainerEvents .bannerBottom {
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
}
.scheduleContainerEvents .bannerBottomContent {
  z-index: 1;
  position: relative;
  padding: 40px;
}
.scheduleContainerEvents .bannerBottom img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 150px;
}
@media (max-width: 768px) {
  .scheduleContainerEvents .bannerBottom img {
    height: 260px;
  }
}
.scheduleContainerEvents .eventBox {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 17px 20px 0px rgba(0, 0, 0, 0.07);
}
.scheduleContainerEvents .eventBoxHeader {
  max-height: 217px;
}
@media (max-width: 768px) {
  .scheduleContainerEvents .eventBoxHeader {
    height: 180px;
  }
}
.scheduleContainerEvents .eventBoxHeader img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.scheduleContainerEvents .eventBoxHeaderTitle {
  top: 15px;
  left: 15px;
  padding: 5px 16px;
  border-radius: 10px;
}
.scheduleContainerEvents .eventBoxContent {
  padding: 32px 20px;
  background-color: white;
}
@media (max-width: 768px) {
  .scheduleContainerEvents .eventBoxContent {
    padding-top: 20px;
  }
}
.scheduleContainerEvents .eventBoxContentDate, .scheduleContainerEvents .eventBoxContentTitle {
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .scheduleContainerEvents .eventBoxContentDate, .scheduleContainerEvents .eventBoxContentTitle {
    margin-bottom: 7px;
  }
}
@media (max-width: 768px) {
  .scheduleContainerEvents .eventBoxContentTitle span {
    display: none;
  }
}
.scheduleContainerEvents .eventBoxContentSpeaker .speaker-bio .speaker-name {
  margin-bottom: 7px;
}

@media (min-width: 992px) {
  .speaker-hana {
    max-width: 75%;
  }
}

.news {
  margin-bottom: 75px;
}
.newsContainerHeader {
  margin-bottom: 30px;
}
.newsContainerHeader a:hover {
  text-decoration: underline;
  color: #32BCAD;
}
.newsContainerContent {
  margin-bottom: 80px;
}
.newsContainerContentCard:hover .newsImg img {
  scale: 1.1;
}
.newsContainerContentCard:hover .newsContent .title {
  color: #32BCAD;
}
.newsContainerContentCard .newsImg {
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .newsContainerContentCard .newsImg {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.newsContainerContentCard .newsImg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: scale 0.3s;
}
@media (max-width: 768px) {
  .newsContainerContentCard .newsImg img {
    width: 115px;
    height: 86px;
  }
}
.newsContainerContentCard .newsContent {
  max-width: 284px;
}
@media (max-width: 768px) {
  .newsContainerContentCard .newsContent {
    max-width: 220px;
  }
}
.newsContainerContentCard .newsContent .title, .newsContainerContentCard .newsContent .date {
  margin-bottom: 10px;
}
.newsContainerContentCard .newsContent .title {
  transition: color 0.3s;
  color: black;
}
.newsContainerContentCard .newsContent .date {
  color: #666666;
}
.newsContainerContentCard .newsContent .desc {
  color: #333333;
}
@media (max-width: 768px) {
  .newsContainerLogo {
    width: 70%;
  }
}

.footerTop {
  padding: 71px 0;
  width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .footerTop {
    padding: 30px 0;
  }
}
.footerBottom {
  padding: 20px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .footerBottom {
    padding: 20px 150px;
  }
}

.modal .modal-dialog {
  max-width: 621px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 24px 20px;
}
.modal .modal-dialog .modal-content .modal-body .speaker-img {
  margin: auto;
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body .modal-close-btn {
  top: -20px;
  right: -20px;
}
.modal .modal-dialog .modal-content .modal-body ul li:hover svg .rect {
  fill: #EC008C;
}
.modal .modal-dialog .modal-content .modal-body ul li:hover svg .rect2 {
  stroke: #EC008C;
}
.modal .modal-dialog .modal-content .modal-body ul li:hover svg path {
  fill: pink;
}
.modal .modal-dialog .modal-content .modal-body ul li svg rect, .modal .modal-dialog .modal-content .modal-body ul li svg path {
  transition: 0.3s;
}
