body {
  background-color: #0b2035 !important;
  behavior: smooth;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
}

.slick--landing h4 {
  color: white;
  font-weight: 500;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 767px) {
  .slick--landing h4 {
    font-size: 14px;
    margin: 0;
  }
}
.slick--landing img {
  width: 115%;
  height: auto;
  object-fit: cover;
}
.slick--landing .slick-list {
  margin: 0;
}
.slick--landing .slick-prev {
  left: 20px;
  z-index: 1;
}
.slick--landing .slick-next {
  right: 50px;
  z-index: 1;
}
.slick--landing .slick-prev:before,
.slick--landing .slick-next:before {
  font-size: 50px !important;
}
.slick--landing .slick-slide {
  box-shadow: 0px 12px 12px -9px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 12px 12px -9px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 12px 12px -9px rgba(0, 0, 0, 0.66);
}
@media (max-width: 575px) {
  .slick--landing .slick-slide {
    height: 210px;
  }
}
.slick--landing__card {
  /* height: 300px; */
  height: 175px !important;
  background-color: transparent;
  border-radius: 2.2rem;
  overflow: hidden;
  margin: 20px 25px;
  position: relative;
  width: 700px;
}
@media (min-width: 768px) {
  .slick--landing__card {
    height: 400px !important;
  }
}
@media (max-width: 991px) {
  .slick--landing__card {
    margin: 20px 15px;
  }
}
@media (max-width: 767px) {
  .slick--landing__card {
    margin: 10px;
  }
}
.slick--landing__desc {
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  /* justify-content: space-around; */
  align-items: center;
  padding: 2rem 1.2rem 1rem;
  min-height: 90px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}
@media (max-width: 767px) {
  .slick--landing__desc {
    flex-direction: column;
    align-items: flex-start;
  }
}
.slick--landing__desc button {
  border-radius: 10px;
  width: 116px;
  height: 26px;
  font-weight: 400;
  font-size: 0.85rem;
  background: #06a803;
  color: white;
  border: none;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 767px) {
  .slick--landing__desc button {
    width: 100px;
  }
}
.slick--landing__desc button:hover {
  background-color: #10ba0d;
}

.list-publication a {
  color: white;
  text-align: center;
}

.list-event {
  /* padding: 3rem 0 8rem 0; */
  /* margin: 30px 0 0 0; */
  background-color: white;
  border-radius: 60px 60px 0 0;
}
@media (max-width: 767px) {
  .list-event {
    border-radius: 40px 40px 0 0;
  }
}

.list-event a {
  color: #1212a3;
}

.contact-me {
  background: linear-gradient(rgba(21, 42, 64, 0.7), rgba(21, 42, 64, 0.7)), url("../../assets/image/cta.png");
  background-size: cover;
  background-position: top center;
  min-height: 355px;
  color: #034588;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-me {
    padding: 20px;
  }
}

.contact-me p {
  font-size: 16px;
  color: white;
}

.contact-me div {
  text-align: center;
  align-self: center;
}

.contact-me button {
  display: block;
  border-radius: 30px;
  width: 225px;
  height: 60px;
  font-size: 1.325rem;
  font-weight: 500;
  background: #06a803;
  color: white;
  border: none;
  margin: 20px auto;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 767px) {
  .contact-me button {
    padding: 5px;
    width: 200px;
    height: unset;
  }
}

.contact-me button:hover {
  background: #10ba0d;
}

.contact-me a {
  color: #ffffff !important;
  text-decoration: underline;
}

.section-title {
  font-weight: 500;
  font-size: 3rem;
  color: white;
  text-align: center;
  margin-bottom: 2rem;
}

.section-title.dark {
  color: #000000 !important;
}

.landing {
  background-color: #0b2035 !important;
}

.section {
  padding: 3rem 0 6rem;
}
@media (max-width: 767px) {
  .section {
    padding: 3rem 0 3rem;
  }
}

.section-show-other {
  text-align: center;
  margin-top: 2rem;
}
.section-show-other a {
  font-weight: 400;
}

.section-show-other a:hover {
  color: #ffffff;
}

.section-show-other a.dark {
  color: #0b2035 !important;
}

.section-show-other a.dark:hover {
  color: #0b2035 !important;
}

.banner {
  background: linear-gradient(180deg, #3d9ae9 1%, #1d7ccc 18%, #1d6aad 63%);
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .banner {
    display: flex;
    grid-template-columns: unset;
    justify-content: center;
    background: url("../../assets/image/banner_big.jpg");
    background-size: cover;
    background-position: top center;
  }
}
.banner--text {
  align-self: center;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .banner--text {
    display: flex;
    justify-content: center;
  }
}
.banner--text p {
  font-size: 1.5rem;
  color: white;
  font-weight: 500;
}
.banner--text h1 {
  font-size: 8vw;
  font-weight: bold;
  color: white;
  line-height: 0.9;
  letter-spacing: -6px;
}
@media (max-width: 991px) {
  .banner--text h1 {
    letter-spacing: normal;
  }
  .banner--text h1 br {
    display: none;
  }
}
.banner--text span {
  font-size: 1rem;
  font-weight: 400;
  color: white;
  margin: 14px 0;
  display: block;
  max-width: 500px;
}
.banner--text button {
  display: block;
  margin: 22px 0;
  border-radius: 30px;
  width: 225px;
  height: 57px;
  font-size: 20px;
  font-weight: 500;
  background: #06a803;
  color: white;
  border: none;
  transition: all ease-in-out 0.3s;
}
.banner--text button:hover {
  background: #10ba0d;
}
@media (max-width: 991px) {
  .banner--text button {
    margin: auto;
    height: 48px;
  }
}
@media (max-width: 1920px) {
  .banner--text {
    padding-right: 8rem;
  }
}
@media (max-width: 1440px) {
  .banner--text {
    padding-right: 4rem;
  }
}
@media (max-width: 1024px) {
  .banner--text {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .banner--text {
    justify-content: flex-start;
    position: absolute;
    bottom: 30px;
    width: 90%;
    background: linear-gradient(90deg, rgba(4, 20, 36, 0.757) 37.64%, rgba(11, 32, 53, 0.78) 60.69%);
    border-radius: 15px;
  }
}
@media (max-width: 991px) {
  .banner--text div {
    max-width: max-content !important;
  }
}
@media (max-width: 991px) {
  .banner--img {
    display: none;
  }
}
.banner--img img {
  object-fit: cover;
  object-position: center;
  height: 100vh;
  width: 100%;
}

.button {
  color: var(--white) !important;
  font-weight: 500;
  border: none;
  text-decoration: none !important;
  display: inline-block;
  transition: all ease-in-out 0.3s;
}
.button-lg {
  font-size: 20px;
  padding: 14px 30px;
  border-radius: 30px;
}
.button-sm {
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
}
.button-green {
  background-color: var(--darker-green);
}
.button-green:hover {
  background-color: var(--green-hover);
}
.button:hover {
  color: var(--white);
  text-decoration: none;
}