@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
body {
  font-family: "Manrope", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #4f4f4f;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #f1f3ff;
  line-height: 1.5;
  position: relative;
}
body.locked {
  overflow: hidden;
}

p,
small,
span {
  color: #4f4f4f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #1e1f2d;
}

h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

h2 {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
}

h3 {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
}

h4 {
  font-size: clamp(1rem, 3vw, 1.25rem);
}

p {
  font-size: 1rem;
  transition: all 0.5s ease;
  line-height: 1.75rem;
}
p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  p {
    line-height: normal;
  }
}

li {
  font-size: 16px;
  transition: all 0.5s ease;
}

input {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control::placeholder,
input.form-control::placeholder {
  color: #797373;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.section__title {
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.section__title h5 {
  letter-spacing: 5px;
  color: #878787;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.section__title h6 {
  border-radius: 1.875rem;
  background: #f9fafb;
  padding: 0.875rem 2.75rem;
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.section__title h1,
.section__title h2 {
  color: #1e1f2d;
  font-size: 2.25rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
  text-transform: capitalize;
}
.section__title h1 strong,
.section__title h2 strong {
  font-weight: 800;
}
.section__title p {
  font-size: 1rem;
  font-weight: 400;
}
.section__title--border {
  margin-bottom: clamp(1.875rem, 4vw, 4.375rem);
}
.section__title--border h2 {
  position: relative;
  padding-left: 1.625rem;
}
.section__title--border h2::before {
  content: "";
  height: 100%;
  width: 0.375rem;
  overflow: hidden;
  background-color: #1e81d3;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.625rem;
}

.social__icon {
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.social__icon li {
  list-style: none;
}
.social__icon li:first-child {
  margin-left: 0;
}
.social__icon li a {
  display: block;
  transition: all 0.5s ease;
}

.banner__page {
  position: relative;
}
.banner__page::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 51, 102, 0.9);
}
.banner__page--img {
  height: 22rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner__page--img {
    height: 15.625rem;
  }
}
.banner__page--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.banner__page--text {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.banner__page--text .title {
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
}

.breadcrumb__custom {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0.5rem 0;
}
.breadcrumb__custom a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0.1875rem;
}
@media (max-width: 767px) {
  .breadcrumb__custom a {
    font-size: 1rem;
  }
}
.breadcrumb__custom a span {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
}
.breadcrumb__custom a.active, .breadcrumb__custom a:hover {
  color: #ffaa00;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.fancybox__container {
  z-index: 1099 !important;
}

.custom-table {
  width: 100%;
  overflow-x: auto;
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #ffaa00;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 1.75rem;
  background-color: #ffffff;
  border-radius: 1.5625rem;
  display: inline-block;
  transition: all 0.8s ease;
  text-decoration: none;
  text-align: center;
}
.l__button i {
  margin-left: 0.3125rem;
}
.l__button--primary {
  color: #ffffff;
  border-color: #003366;
  background-color: #003366;
}
.l__button--primary:hover {
  border-color: #ffaa00;
  color: #ffffff;
  background-color: #ffaa00;
}
.l__button--secondary {
  color: #ffffff;
  background-color: #1e81d3;
  border-color: #1e81d3;
}
.l__button--secondary:hover {
  border-color: #ffaa00;
  color: #ffffff;
  background-color: #ffaa00;
}
.l__button--btnColor {
  color: #ffffff;
  background-color: #ffaa00;
  border-color: #ffaa00;
}
.l__button--btnColor:hover {
  border-color: #1e81d3;
  color: #ffffff;
  background-color: #1e81d3;
}
.l__button--transparent {
  color: #ffaa00 !important;
  background-color: transparent;
  border-color: #ffaa00;
}
.l__button--transparent:hover {
  border-color: #1e81d3;
  background-color: #1e81d3;
  color: #ffffff !important;
}
.l__button--border {
  border-color: #003366;
  color: #003366;
}
.l__button:hover:before {
  width: 100%;
}
@media (max-width: 480px) {
  .l__button {
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
  }
}

.timer {
  margin-bottom: 2rem;
}
.timer > div {
  height: 6.25rem;
  width: 6.25rem;
  overflow: hidden;
  min-width: 6.25rem;
  text-align: center;
  border-radius: 50%;
  border: 0.375rem solid transparent;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  display: inline-flex;
  flex-direction: column;
  margin: 0.5rem;
}
.timer > div:nth-child(odd) {
  border-color: #ffaa00;
}
.timer > div:nth-child(even) {
  border-color: #1e81d3;
}
.timer > div span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #003366;
}
.timer > div small {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #1e81d3;
}
@media (max-width: 767px) {
  .timer > div {
    height: 6.25rem;
    width: 6.25rem;
    overflow: hidden;
    min-width: 6.25rem;
  }
}

.m__tb {
  margin-top: clamp(2.5rem, 5vw, 5rem);
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}
.m__tb--t {
  margin-top: clamp(2.5rem, 5vw, 5rem);
}
.m__tb--b {
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.p {
  padding: clamp(2.5rem, 5vw, 5rem);
}
.p__tb {
  padding-top: clamp(2.5rem, 5vw, 5rem);
  padding-bottom: clamp(2.5rem, 5vw, 5rem);
}
.p__tb--t {
  padding-top: clamp(2.5rem, 5vw, 5rem);
}
.p__tb--b {
  padding-bottom: clamp(2.5rem, 5vw, 5rem);
}

.l__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 1rem;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}

@media (min-width: 992px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
}
.main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 17rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  transform: scaleY(0);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list > li + li {
  margin-left: clamp(1rem, 3vw, 2.5rem);
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1rem;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  transition: all 500ms ease;
  padding: 1rem 0;
}
.main-menu .main-menu__list > li > a:hover {
  color: #ffaa00;
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li > a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1300px) {
  .main-menu .main-menu__list > li > a {
    font-size: 0.9063rem;
  }
}
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 0.9375rem;
}
.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 52%;
  right: -8px;
  font-family: "boxicons";
  content: "\ea4a";
  color: #ffffff;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: normal;
  z-index: 1;
}
.main-menu .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}
.main-menu .main-menu__list > li:hover > ul, .main-menu .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > li > ul > li, .main-menu .main-menu__list > li > ul > li > ul > li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(21, 20, 34, 0.1);
}
.main-menu .main-menu__list > li > ul > li:last-child, .main-menu .main-menu__list > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.main-menu .main-menu__list > li > ul > li + li, .main-menu .main-menu__list > li > ul > li > ul > li + li {
  border-top: 0;
  margin-top: 0px;
}
.main-menu .main-menu__list > li > ul > li > a, .main-menu .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #151422;
  font-weight: 500;
  display: flex;
  padding: 0.625rem 1.25rem 0.625rem;
  text-transform: capitalize;
}
.main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #ffaa00;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: 500ms;
  display: flex;
  text-decoration: none;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: all 0.3s ease;
  visibility: hidden;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.3s ease;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s ease;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav__content {
  width: 18.75rem;
  background-color: #fdfffc;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 1.875rem 0.9375rem;
  visibility: 0;
  opacity: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .logo-box {
  margin-bottom: 2rem;
  display: inline-block;
}
.mobile-nav__content .logo-box img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mobile-nav__close {
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem;
  font-size: 1.125rem;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-nav__content .main-menu__list > li > ul, .mobile-nav__content .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}
.mobile-nav__content .main-menu__list > li > a, .mobile-nav__content .main-menu__list > li > ul > li > a, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  line-height: 1.875rem;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.875rem;
  text-decoration: none;
  transition: 500ms;
  display: inline-block;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: #003366;
}

.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #003366;
}
.mobile-nav__content .main-menu__list > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  outline: none;
  text-align: center;
  transition: transform 500ms ease;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-nav__content .main-menu__list > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button .fa-minus {
  display: none;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-minus {
  display: block;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-plus {
  display: none;
}
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 1.875rem;
}
.mobile-nav__top .main-menu__login a {
  color: #003366;
}
.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__social a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-decoration: none;
  color: #ffffff;
  height: 2.25rem;
  width: 2.25rem;
  overflow: hidden;
  min-width: 2.25rem;
  text-align: center;
  border-radius: 50%;
  background-color: #1e81d3;
  transition: all 0.4s linear;
}
.mobile-nav__social a:hover {
  color: #003366;
}
.mobile-nav__social a + a {
  margin-left: 1rem;
}
.mobile-nav__contact {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mobile-nav__contact li {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__contact li + li {
  margin-top: 0.9375rem;
}
.mobile-nav__contact li a {
  color: #000000;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #003366;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #1e81d3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  font-size: 0.6875rem;
  margin-right: 0.625rem;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

.main-header-two {
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
  position: relative;
}
.main-header-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  z-index: 1;
}
.main-menu-two__logo {
  position: relative;
  display: block;
}
.main-menu-two__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__logo a img {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 1200px) {
  .main-menu-two__logo a img {
    height: 3rem !important;
  }
}
@media (max-width: 1024px) {
  .main-menu-two__logo a img {
    height: 2.5rem !important;
  }
}
.main-menu-two__left {
  display: block;
}
.main-menu-two__left .btn__group {
  display: none;
}
.main-menu-two__main-menu-box {
  display: block;
}
.main-menu-two__right {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.main-menu-two__right .trip__btn {
  border: 1px solid #212832;
  border-radius: 0.3125rem;
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #212832;
  text-decoration: none;
  transition: all 0.5s ease;
}
.main-menu-two__right .trip__btn:hover {
  background-color: #1e81d3;
  border-color: #1e81d3;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    padding: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    font-size: 0.9063rem;
  }
}
.main-menu-two__btn-box {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.main-menu-two__btn-box ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.main-menu-two__btn-box ul li {
  list-style: none;
}
.main-menu-two__btn-box ul li a {
  text-decoration: none;
  color: #383838;
  display: flex;
  font-size: 1.5rem;
  position: relative;
}
.main-menu-two__btn-box ul li a span {
  height: 1.0625rem;
  width: 1.0625rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #003366;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 500;
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__btn-box ul li a:hover {
  color: #003366;
}
@media (max-width: 767px) {
  .main-menu-two__btn-box {
    gap: 0.5rem;
  }
  .main-menu-two__btn-box ul {
    gap: 0.5rem;
  }
}

@media (min-width: 992px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.myHeader {
  background-color: #ffffff;
}

.main-header-two {
  position: fixed;
}
.main-menu-two__logo .logo-color {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
  background-color: #f1f3ff;
}
.sticky .main-menu-two__logo .logo-color {
  display: block;
}
.sticky .main-menu-two__logo .logo-white {
  display: none;
}
.sticky .main-menu-two .main-menu__list > li > a {
  color: #333333;
}
.sticky .main-menu-two .main-menu__list > li > a::after {
  color: #333333;
}
.sticky .main-menu-two .main-menu__list > li > a:hover {
  color: #ffaa00;
}
.sticky .main-menu-two .main-menu__list > li > a:hover::after {
  color: #ffaa00;
}
.sticky .main-menu-two__btn-box .mobile-nav__toggler {
  color: #333333;
}

.footer {
  color: #ffffff;
  background-image: url("/static/site-asset/images/footer-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: clamp(2.5rem, 5vw, 6rem);
  position: relative;
}
.footer::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 51, 102, 0.9);
}
.footer__desc {
  position: relative;
  z-index: 1;
}
.footer__desc img {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin-bottom: 2rem;
}
.footer__desc p {
  color: #ffffff;
}
.footer__info {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer__info {
    margin-top: 2.375rem;
  }
}
.footer__info ul {
  padding: 0;
  margin: 0;
}
.footer__info ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
.footer__info--icon {
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  min-width: 3.125rem;
}
.footer__info--content {
  position: relative;
  z-index: 1;
}
.footer__info--content h5 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
}
.footer__info--content a {
  text-decoration: none;
  color: #ffffff;
}
.footer__info.s-partner {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .footer__info.s-partner {
    flex-direction: column;
    align-items: start;
    gap: 0;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1.5rem;
  }
}
.footer__info.s-partner img {
  height: 4rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__social ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.footer__social ul li {
  margin-bottom: 0 !important;
}
.footer__social ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.footer__social ul a:hover {
  border-color: #ffaa00;
  background-color: #ffaa00;
}
.footer__menu h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #ffffff;
}
.footer__menu li {
  margin-bottom: 1.125rem !important;
}
.footer__menu li a {
  color: #ffffff;
  text-decoration: none;
}

.copyright {
  border-top: 1px solid #ffffff;
  margin-top: 1rem;
  padding: 1rem 0;
  position: relative;
  z-index: 1;
}
.copyright .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.copyright .container p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0;
}
.copyright .container p img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .copyright .container {
    flex-direction: column;
  }
  .copyright .container p {
    text-align: center;
    font-size: 0.875rem;
  }
  .copyright .container p img {
    height: 2rem;
  }
}

.register__modal .modal-content {
  background-color: #e0e7ff;
  position: relative;
}
.register__modal .modal-content .btn-close {
  opacity: 1;
  background-color: #1e81d3;
  height: 1.5625rem;
  width: 1.5625rem;
  overflow: hidden;
  background-image: none;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.register__modal .modal-content .form-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
}
.register__modal .modal-content .modal-header {
  border-color: #ffffff;
}
.register__modal .modal-content .intl-tel-input {
  display: block;
}
.register__modal .modal-content .box {
  background-color: #ffffff;
  padding: 1.25rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.register__modal .modal-content .l__button span {
  color: #ffffff !important;
}

.news__flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.375rem;
}
.news__flex:last-child {
  margin-bottom: 0;
}
.news__flex--img {
  height: 9rem;
  width: 8rem;
  overflow: hidden;
  min-width: 8rem;
  border-radius: 0.3125rem;
}
.news__flex--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.news__flex--content {
  flex: 1;
}
.news__flex--content a {
  text-decoration: none;
}
.news__flex--content h3 {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
}
.news__flex--content h3:hover {
  color: #ffaa00;
}
.news__flex--content span {
  color: #8b8b8b;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
}
.news__flex--content p {
  font-size: 0.875rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.news__flex:hover img {
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  .news__flex--img {
    width: 10rem;
    min-width: 10rem;
  }
}
@media (max-width: 767px) {
  .news__flex {
    flex-direction: column;
  }
  .news__flex--img {
    height: 18.75rem;
    width: 100%;
    overflow: hidden;
    border-radius: 0.625rem;
  }
  .news__flex--content {
    background-color: #ffffff;
    padding: 1.5625rem 1.25rem;
    border-radius: 0.625rem;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
    margin: -9.0625rem auto auto auto;
    width: 90%;
  }
}
.news__list .sidebar {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 25px 0px rgba(16, 16, 16, 0.05);
  padding: 1.25rem;
  position: sticky;
  top: 5.625rem;
}
.news__list .sidebar h2 {
  color: #151b30;
  font-family: "Open Sans" serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.news__list .sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news__list .sidebar ul li {
  margin-bottom: 1.25rem;
}
.news__list .sidebar ul li:last-child {
  margin-bottom: 0;
}
.news__list .sidebar ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.news__card {
  position: relative;
  margin-bottom: clamp(1.5rem, 5vw, 4rem);
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #ffffff;
}
.news__card a {
  text-decoration: none;
}
.news__card:last-child {
  margin-bottom: 0;
}
.news__card--img {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
}
.news__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .news__card--img {
    height: 21.875rem;
  }
}
@media (max-width: 767px) {
  .news__card--img {
    height: 18.75rem;
  }
}
.news__card--content {
  padding: 1rem;
}
.news__card--content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news__card--content h3:hover {
  color: #ffaa00;
}
.news__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news__card--content .more {
  color: #1e81d3;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.news__card--content .more span {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  line-height: 1.5rem;
  text-align: center;
  border: 1px solid #1e81d3;
  border-radius: 50%;
  transform: rotate(-45deg);
  color: #1e81d3;
}
.news__card--content .more:hover {
  color: #ffaa00;
}
.news__card--content .more:hover .more span {
  border-color: #ffaa00;
  color: #ffaa00;
}
.news__card:hover img {
  transform: scale(1.1);
}

.blog__card {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.blog__card--date {
  position: absolute;
  top: 1rem;
  left: 1.875rem;
  z-index: 12;
  text-align: left;
}
.blog__card--date .day {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.blog__card--date .day span {
  color: #ffffff;
  display: block;
}
.blog__card--content {
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
  background-color: rgba(0, 51, 102, 0.8);
  right: 0;
  left: -100%;
  bottom: 0;
  top: 0;
  z-index: 10;
  padding: 150px 30px 30px 30px;
}
.blog__card--content::after {
  content: "";
  position: absolute;
  top: 0;
  right: -170px;
  width: 0;
  height: 0;
  border-left: 170px solid rgba(0, 51, 102, 0.8);
  border-bottom: 170px solid transparent;
  box-sizing: border-box;
  z-index: 10;
  transition: all 0.3s ease;
}
.blog__card--content h3 {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #ffffff;
}
.blog__card--img {
  height: 25rem;
  width: 100%;
  overflow: hidden;
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.blog__card:hover .blog__card--content {
  left: 0;
}
@media (max-width: 991px) {
  .blog .row .col:nth-child(3) {
    display: none;
  }
}

.gallery__card {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  overflow: hidden;
}
.gallery__card a {
  text-decoration: none;
}
.gallery__card--img {
  height: 25rem;
  width: 100%;
  overflow: hidden;
}
.gallery__card--img img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .gallery__card--img {
    height: 20rem;
  }
}
.gallery__card--content {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.gallery__card--content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(225, 170, 0, 0.8);
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.gallery__card--content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  padding: 1rem;
}
.gallery__card:hover .gallery__card--content {
  transform: rotate(0deg);
  visibility: visible;
  opacity: 1;
}
.gallery__view img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.9375rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gallery__view img {
    height: 20rem;
  }
}

.team__card {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  border: 5px solid #1e81d3;
  border-radius: 1.25rem;
  transition: all 0.3s ease;
}
.team__card--img {
  height: 25rem;
  width: 90%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin: auto;
  margin-top: 1.5rem;
}
.team__card--img img {
  object-fit: cover;
}
.team__card--content {
  margin: 1.5rem 0;
  text-align: center;
}
.team__card--content h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
.team__card--content span {
  font-size: 1rem;
  font-weight: 500;
}
.team__card:hover {
  margin-top: -1rem;
  border-color: #ffaa00;
}
.team__card:hover img {
  transform: scale(1.1);
}
.team__card:hover h3 {
  color: #1e81d3;
}

.ambassader__card {
  padding: 1.875rem 0 2.5rem;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #ffaa00;
}
.ambassader__card--img {
  display: inline-block;
  width: 8.125rem;
  height: 8.125rem;
  margin-bottom: 1.5rem;
  z-index: 1;
  position: relative;
}
.ambassader__card--img::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1e81d3;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.ambassader__card--img::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.ambassader__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.ambassader__card--content .title {
  font-size: 22px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.ambassader__card--content .country {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}
.ambassader__card--content .email {
  display: block;
  font-size: 14px;
  color: #4e5052;
}
.ambassader__card:hover {
  border-bottom: 5px solid #1e81d3;
}
.ambassader__card:hover .ambassader__card--img::before {
  height: 100%;
  background: #ffaa00;
}
.ambassader__card:hover .ambassader__card--img::after {
  background: #1e81d3;
}
.ambassader__card:hover .ambassader__card--img img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.member__card {
  position: relative;
  text-align: center;
}
.member__card--img {
  height: 12.5rem;
  width: 12.5rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}
.member__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.member__card--content {
  padding: 1rem;
  border-radius: 0.3125rem;
  text-align: center;
  transition: all 0.5s ease;
}
.member__card--content .title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #4e5052;
  text-transform: capitalize;
  margin-bottom: 5px;
  transition: all 0.5s ease;
}
.member__card--content .country {
  transition: all 0.5s ease;
}
.member__card:hover .member__card--content {
  background-color: #1e81d3;
}
.member__card:hover .member__card--content .country,
.member__card:hover .member__card--content .title {
  color: #ffffff;
}

.cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cta::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 51, 102, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.cta__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .cta__box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-direction: column;
  }
}
.cta__left {
  flex: 1;
}
@media (max-width: 991px) {
  .cta__left {
    text-align: center;
  }
}
.cta__left h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
}
.cta__left p {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
}

.podecast__card--img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.podecast__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.podecast__card--content {
  margin-top: 1.125rem;
}
.podecast__card--content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.podecast__card:hover img {
  transform: scale(1.05);
}

.banner__item {
  position: relative;
  height: 100vh;
}
@media (max-width: 320px) {
  .banner__item {
    height: 100%;
  }
}
.banner__item--img {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner__item--img img {
  object-fit: cover;
}
.banner__item--img::after {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 51, 102, 0.8);
}
.banner__item--content {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
.banner__item--content .content {
  width: 60%;
}
@media (max-width: 1250px) {
  .banner__item--content .content {
    width: 100%;
  }
}
.banner__item--content p {
  color: #ffffff;
}
.banner__item--content .title {
  font-size: clamp(3.125rem, 7vw, 5rem);
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 320px) {
  .banner__item--content .title {
    font-size: 2rem;
  }
}
.banner__item--content .subtitle {
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 2rem;
}
.banner__item--content .date {
  margin-bottom: 1.5rem;
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 500;
}
.banner__item--content .group__btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}

.about__img {
  height: 37.5rem;
  width: 100%;
  border-radius: 1rem;
  position: sticky;
  top: 7.5rem;
}
.about__img::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #ffaa00;
  position: absolute;
  top: -1.5rem;
  left: 1.5rem;
  border-radius: 1.25rem;
}
.about__img img {
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 1.25rem;
  overflow: hidden;
}
.about__content {
  padding-left: clamp(0px, 3vw, 3.125rem);
}
.about__content .quote {
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .about__img {
    height: 25rem;
  }
  .about__content {
    padding-left: 0;
    margin-top: clamp(2.5rem, 5vw, 5rem);
  }
}
@media (max-width: 767px) {
  .about__img::before {
    display: none;
  }
}

.speaker {
  background-image: url("/static/site-asset/images/mountain-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.speaker::before {
  content: "";
  background-color: rgba(0, 51, 102, 0.8);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.speaker .section__title h5,
.speaker .section__title h2 {
  color: #ffffff;
}
.speaker__card {
  position: relative;
  border-radius: 20% 0% 20% 0%;
  border: 0.25rem solid #ffaa00;
  overflow: hidden;
}
.speaker__card--img {
  height: 25rem;
  width: 100%;
  overflow: hidden;
}
.speaker__card--img img {
  object-fit: cover;
}
.speaker__card--content {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  background-color: rgba(30, 129, 211, 0.5);
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.speaker__card--content .content {
  padding: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.speaker__card--content a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 100%;
}
.speaker__card--content span,
.speaker__card--content small,
.speaker__card--content h6,
.speaker__card--content h3 {
  color: #ffffff;
  display: block;
}
.speaker__card:hover .speaker__card--content {
  transform: translateY(0);
}
.speaker__list {
  background-image: none;
}
.speaker__list::before {
  display: none;
}
.speaker__list .section__title h2 {
  color: #1e1f2d;
}
.speaker__list .section__title h5 {
  color: #878787;
}

.ambassader .speaker__card--content .content h3,
.ambassader .speaker__card--content .content span,
.ambassader .speaker__card--content .content small {
  font-weight: 500;
}

.gallery {
  background-image: url("/static/site-asset/images/news-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .gallery-wrapper {
    gap: 1rem;
  }
}

.slide {
  position: relative;
  flex: 1;
  height: 25rem;
  width: 25rem;
  overflow: hidden;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.45s ease-in-out;
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  .slide {
    height: 20rem;
  }
}
.slide::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.slide:hover {
  filter: brightness(90%);
}
.slide__title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.45s ease-in;
}
@media (max-width: 767px) {
  .slide__title {
    font-size: 1.125rem;
  }
}
.slide.active {
  flex: 5;
}
@media (max-width: 767px) {
  .slide.active {
    flex: 4;
  }
}
.slide.active::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.slide.active .slide__title {
  opacity: 1;
  transition-delay: 0.25s;
  text-transform: capitalize;
}

.partner__card {
  background-color: #ffffff;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(0, 51, 102, 0.3);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .partner__card {
    padding: 0.5rem;
  }
}
.partner__card img {
  height: 6.25rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .partner__card img {
    height: 4.5rem;
  }
}

.blog {
  background-image: url("/static/site-asset/images/blog-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.blog__shape {
  background-color: #5145d4;
  width: 241px;
  height: 241px;
  filter: blur(130px);
  position: absolute;
  left: 1200px;
  top: -1135px;
  border-radius: 100px 100px 100px 100px;
}

.event {
  position: relative;
  background-image: url("/static/site-asset/images/mountain.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.event::before {
  content: "";
  background-color: rgba(0, 51, 102, 0.8);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.event .section__title h5,
.event .section__title h2 {
  color: #ffffff;
}
.event__box {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(225, 225, 225, 0.2);
  padding: clamp(1rem, 3vw, 2rem);
  border-radius: 1.25rem;
}
.event__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
}
@media (max-width: 991px) {
  .event__img {
    aspect-ratio: 1/1;
  }
}
.event__img img {
  display: none;
  height: 31.25rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .event__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    display: block;
  }
}
@media (max-width: 991px) {
  .event__img img {
    display: block;
  }
}
.event__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .event__content {
    text-align: center;
    margin-top: 2rem;
  }
}
.event__content .date {
  background-color: #ffaa00;
  color: #ffffff;
  padding: 0.875rem 1.5rem;
  border-radius: 1.5625rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  display: inline-flex;
  margin-bottom: 1.5rem;
}
.event__content .date small,
.event__content .date span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
}
.event__content a {
  text-decoration: none;
}
.event__content .title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: rem;
}
.event__content .location {
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  display: block;
  margin-bottom: 1.5rem;
}
.event__content p {
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 400;
  color: #ffffff;
}
.event__content .btn-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 991px) {
  .event__content .btn-group {
    justify-content: center;
  }
}
@media (max-width: 320px) {
  .event__content .btn-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1400px) {
  .event__content .timer > div {
    height: 7.5rem;
    width: 7.5rem;
    overflow: hidden;
    min-width: 7.5rem;
    margin: 0.625rem;
  }
  .event__content .timer > div span {
    font-size: 2rem;
  }
  .event__content .timer > div small {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .event__content .timer > div {
    height: 6.25rem;
    width: 6.25rem;
    overflow: hidden;
    min-width: 6.25rem;
    margin: 0.3125rem;
  }
  .event__content .timer > div span {
    font-size: 1.5rem;
  }
  .event__content .timer > div small {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .event__content .timer > div {
    height: 4.5rem;
    width: 4.5rem;
    overflow: hidden;
    min-width: 4.5rem;
  }
  .event__content .timer > div span {
    font-size: 1rem;
  }
  .event__content .timer > div small {
    font-size: 0.875rem;
  }
}
@media (max-width: 425px) {
  .event__content .timer > div {
    height: 4rem;
    width: 4rem;
    overflow: hidden;
    min-width: 4rem;
  }
  .event__content .timer > div span {
    font-size: 1rem;
  }
  .event__content .timer > div small {
    font-size: 0.875rem;
  }
}
@media (max-width: 320px) {
  .event__content .timer > div {
    height: 3.5rem;
    width: 3.5rem;
    overflow: hidden;
    min-width: 3.5rem;
    margin: 0;
  }
}

.proud__box {
  background-color: #ffffff;
  padding: 1.5rem;
  position: relative;
  border-left: 5px solid #003366;
  border-radius: 0 0.9375rem 0.9375rem 0;
  text-align: justify;
}
@media (max-width: 991px) {
  .proud__box {
    padding: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
  }
}
.proud__box p {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: italic;
}

.instagram__box {
  background-color: #ffffff;
  padding: clamp(1.5rem, 5vw, 3.125rem);
  border-radius: 0.9375rem;
}

.about__detail {
  background-image: url("/static/site-asset/images/blog-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about__detail--img {
  height: 30rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  .about__detail--img {
    height: 22rem;
  }
}
.about__detail--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.about__detail--content .quote {
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 500;
}

.message {
  height: 100%;
  position: relative;
}
.message__container {
  background-color: #ffffff;
}
.message__container--space {
  padding-block: 3rem;
}
@media (max-width: 767px) {
  .message__container--space {
    padding-block: 2rem;
  }
}
.message__box {
  position: sticky;
  top: 6.25rem;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .message__box {
    padding-inline: 2.5rem;
  }
}
@media (max-width: 767px) {
  .message__box {
    padding-inline: 1.5rem;
  }
}
.message__box .logo {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}
.message__box .logo img {
  height: 70px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.message__box .text {
  margin-top: 2.5rem;
  text-align: center;
}
.message__box .text h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.message__box .text h5 {
  color: #696687;
  font-size: 1.125rem;
  font-weight: 600;
}
.message__img {
  height: 28.125rem;
  width: 100%;
  overflow: hidden;
  overflow: unset;
  border-radius: 1.25rem;
  position: relative;
}
@media (max-width: 991px) {
  .message__img {
    height: 43rem;
  }
}
@media (max-width: 767px) {
  .message__img {
    height: 18rem;
  }
}
.message__img::before {
  content: "";
  position: absolute;
  top: -2%;
  z-index: -1;
  left: 0rem;
  width: 80%;
  height: 200px;
  background: linear-gradient(to left, #1e81d3, #ffaa00);
}
.message__img::after {
  content: "";
  position: absolute;
  bottom: -2%;
  z-index: -1;
  right: 0rem;
  width: 80%;
  height: 200px;
  background: linear-gradient(to left, #1e81d3, #ffaa00);
}
.message__img img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  margin: auto;
  overflow: hidden;
  border-radius: 0 0.625rem 0 0.625rem;
}
.message__content {
  padding-inline: 2.5rem;
}
.message__content .section__title--border {
  margin-bottom: 1.875rem;
}
@media (max-width: 991px) {
  .message__content {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .message__content {
    padding-inline: 1rem;
  }
}

.mission {
  background-image: url("/static/site-asset/images/speaker-bg-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mission__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  z-index: 1;
}
.mission__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .mission__img {
    height: auto;
  }
}
.mission__content {
  background-color: #ffffff;
  margin-bottom: 1.5rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: 1.25rem;
  border-top: 0.3125rem solid #ffaa00;
}
.mission__content:last-child {
  margin-bottom: 0;
}
.mission__content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
}

.initiative__banner--box {
  position: relative;
}
.initiative__banner--carousel {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
}
@media (max-width: 991px) {
  .initiative__banner--carousel {
    position: static;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.initiative__banner--carousel .owl-stage,
.initiative__banner--carousel .owl-item,
.initiative__banner--carousel .owl-stage-outer {
  height: 100%;
}
.initiative__banner--carousel .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .initiative__banner--carousel .item {
    background-image: none !important;
  }
}
.initiative__banner img {
  height: 37.5rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.9375rem;
}
@media (max-width: 767px) {
  .initiative__banner img {
    height: 28.125rem;
  }
}

.contact__content .title {
  color: #151b30;
  font-size: clamp(1.625rem, 3vw, 3rem);
  font-weight: 500;
  margin-bottom: 1.625rem;
  text-transform: capitalize;
}
.contact__content .title span {
  color: #ffaa00;
}
.contact__content p {
  margin-bottom: 2.3125rem;
}
.contact__content ul {
  padding: 0;
  margin: 0;
}
.contact__content ul .info {
  margin-top: 0;
  background-image: none;
  padding: 0;
  padding-left: 3px;
}
.contact__content ul .info::before {
  display: none;
}
.contact__content ul .info_card {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.1875rem;
  margin-bottom: 1.5rem;
}
.contact__content ul .info_card .info h6 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 500;
  color: #5d6c7c;
}
.contact__content ul .info_card .info span {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  flex-wrap: wrap;
}
.contact__content ul .info_card .info span a {
  text-decoration: none;
  color: #000000;
}
.contact__content form {
  border-radius: 10px;
  background: #e0e7ff;
  padding: clamp(2rem, 4vw, 3.75rem) clamp(2rem, 4vw, 4.375rem) clamp(2rem, 3vw, 2.375rem) clamp(2rem, 4vw, 4.375rem);
}
.contact__content form h2 {
  color: #1b1b1b;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 1.375rem;
}
.contact__content form .form-control {
  border-radius: 3px;
  border: 1px solid #ededed;
  background: #ffffff;
  padding: 0.9375rem 1.25rem;
}
.contact__content form .form-control::placeholder {
  color: #5e5e5e;
  font-size: 0.8125rem;
  font-weight: 400;
}
.contact__content form label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #5d5b58;
  margin-bottom: 0.4375rem;
}
.contact__content form label sup {
  color: #eb5757;
}
.contact__content form textarea {
  height: 10.375rem;
}
.contact__content form .name-first {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 991px) {
  .contact__content form {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .contact__content {
    padding: 0;
  }
  .contact__content form .form-floating {
    margin-bottom: 1rem;
  }
}

.map iframe {
  height: 20rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.9375rem;
}
@media (max-width: 991px) {
  .map iframe {
    height: 17rem;
  }
}

.represent__card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  background-color: #e0e7ff;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}
.represent__card--img img {
  height: 5rem;
  width: 5rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  max-width: 5rem;
  border-radius: 50%;
}
.represent__card--icon {
  height: 3rem;
  width: 3rem;
  overflow: hidden;
  min-width: 3rem;
  border-radius: 50%;
  background-color: #1e81d3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.represent__card--icon img {
  height: 2rem;
  width: 2rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.represent__card--content h5 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #003366;
  text-transform: uppercase;
}
.represent__card--content h3 {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  flex-direction: column;
  margin-bottom: 0;
}
.represent__card--content h3 span {
  color: #003366;
  text-transform: capitalize;
}
.represent__card--content h3 .number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.represent__card--content h3 small {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  background-color: #4caf50;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.represent__card--content h3 small i {
  color: #ffffff;
  font-size: 1.25rem;
}

.event__list .tab__buttons {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 2rem;
}
.event__list .tab__buttons--btn {
  list-style: none;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  margin: 0.5rem;
}
.event__list .tab__buttons--btn.active {
  color: #ffaa00;
  text-decoration: underline;
}
.event__list .tab__buttons--btn:hover {
  color: #ffaa00;
}
.event__list .tab__contents--all {
  display: none;
}
.event__list .tab__contents--all.active {
  display: block;
}
.event__card {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgb(240, 240, 240);
  transition: all 0.3s ease;
}
.event__card--img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.event__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.event__card--img .date {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  background-color: #ffaa00;
  padding: 0.5rem 0.875rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.event__card--img .date span {
  color: #000000;
  display: block;
  text-align: center;
}
.event__card--img .date span.day {
  font-size: 1.5rem;
  font-weight: 500;
}
.event__card--img .date span.month {
  font-size: 1rem;
  font-weight: 500;
}
.event__card--content {
  padding: clamp(1rem, 3vw, 1.5rem);
}
.event__card--content a {
  text-decoration: none;
}
.event__card--content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem;
}
.event__card--content .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem;
}
.event__card--content .meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.event__card--content .meta span {
  display: block;
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  background-color: #ffaa00;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 50%;
}
.event__card--content .btn-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.event__card:hover {
  border-color: #ffaa00;
}
.event__card:hover img {
  transform: scale(1.05);
}
.event__card:hover h3 {
  color: #003366;
}
.event__detail aside {
  position: sticky;
  top: 135px;
  border: 1px solid #003366;
  border-radius: 15px;
  padding: 20px;
  background-color: #ffffff;
}
.event__detail aside .section__title {
  margin-bottom: 20px;
}
.event__detail--info ul {
  padding: 0;
  margin: 0;
}
.event__detail--info ul li {
  list-style: none;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
.event__detail--info ul li:last-child {
  margin-bottom: 0;
}
.event__detail--info ul li .icon {
  height: 50px;
  width: 50px;
  overflow: hidden;
  line-height: 50px;
  min-width: 50px;
  text-align: center;
  background-color: #ffaa00;
  color: #ffffff;
  border-radius: 5px;
  font-size: 20px;
}
.event__detail--info ul li .content h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.event__detail--info ul li .content p {
  margin-bottom: 0;
}
.event__detail--info iframe {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.event__detail--graph {
  border-radius: 10px;
  padding: 30px 0;
  margin: 40px 0;
  background-image: url(../images/event.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.event__detail--graph::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 51, 102, 0.9);
}
.event__detail--graph .graph__card {
  text-align: center;
  position: relative;
  z-index: 1;
}
.event__detail--graph .graph__card .icon {
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  line-height: 3.125rem;
  min-width: 3.125rem;
  border-radius: 50%;
  background-color: #ffaa00;
  display: block;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.event__detail--graph .graph__card .icon img {
  height: 1.5625rem;
  width: 1.5625rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.event__detail--graph .graph__card h4 {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
}
.event__detail--graph .graph__card h6 {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.event__detail--content .schedule {
  margin-bottom: 40px;
}
.event__detail--content .schedule .nav {
  width: 100%;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.event__detail--content .schedule .nav::-webkit-scrollbar {
  height: 0.5rem;
  width: 100%;
  border: 1px solid #ffffff;
}
.event__detail--content .schedule .nav::-webkit-scrollbar-track {
  background: #1e81d3;
  background: #1e81d3;
}
.event__detail--content .schedule .nav::-webkit-scrollbar-thumb {
  background: #ffaa00;
}
.event__detail--content .schedule .nav::-webkit-scrollbar-thumb:hover {
  background: #ffaa00;
}
.event__detail--content .schedule .nav-item {
  white-space: nowrap;
}
.event__detail--content .schedule .nav .l__button--transparent {
  border-radius: 0;
  border: none;
  font-size: 1rem;
  width: 100%;
  background-color: #1e81d3;
  color: #ffffff !important;
}
.event__detail--content .schedule .nav .l__button--transparent span {
  display: block;
  font-size: 14px;
  color: #ffffff !important;
}
.event__detail--content .schedule .nav .l__button--transparent span span {
  color: #ffffff;
}
.event__detail--content .schedule .nav .l__button--transparent.active {
  background-color: #003366;
}
.event__detail--content .schedule .nav .l__button--transparent:hover {
  background-color: #ffaa00;
  color: #ffffff;
}
.event__detail--content .schedule .nav .l__button--transparent:hover span {
  color: #ffffff;
}
.event__detail--content .schedule .tab-pane img {
  height: 300px;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.event__detail--content .speaker__card--img {
  height: 16rem;
}
@media (max-width: 575px) {
  .event__detail--content .speaker__card--img {
    height: 25rem;
  }
}
.event__detail--content .speaker__card--content h3 {
  font-size: 1.25rem;
}
.event__detail .partner__box .row {
  margin-top: 2.5rem;
}
.event__detail .partner__box .row:nth-child(even) {
  flex-direction: row-reverse;
}

.detail__img {
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.detail__img img {
  height: 29.375rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .detail__img img {
    height: auto;
  }
}

.news__detail--img {
  border-radius: 0.625rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
}
.news__detail--img img {
  height: 29.375rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .news__detail--img img {
    height: auto;
  }
}
.news__detail .meta {
  margin-bottom: clamp(1.5rem, 3vw, 2.375rem);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.news__detail .meta img {
  height: auto;
  width: auto;
  overflow: hidden;
}
.news__detail .meta span {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  color: #100c08;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}
.news__detail .meta ul {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  display: inline-block;
}
.news__detail .meta ul li {
  display: inline-block;
  list-style: none;
}
.news__detail .recent {
  position: sticky;
  top: 6.25rem;
  background-color: #ffffff;
  padding: 1rem;
}

.product__detail {
  border-radius: 1.25rem;
  border: 1px solid #ebeeef;
  padding: 1rem;
}
.product__detail--img {
  height: 37.5rem;
  width: 100%;
  overflow: hidden;
  background: #fdfdfd;
  border-radius: 0.9375rem;
}
.product__detail--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  background-color: #f7f6f6;
}
@media (max-width: 1024px) {
  .product__detail--img {
    height: 33rem;
  }
}
.product__detail--box {
  padding-left: 1.875rem;
}
.product__detail--box .head {
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.product__detail--box .head .code {
  color: #99a2a5;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.3125rem;
}
.product__detail--box .head .title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.product__detail--box .head .price {
  color: #ffaa00;
  font-size: 1.25rem;
  font-weight: 500;
}
.product__detail--box .body .quantity {
  margin-bottom: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
}
.product__detail--box .body .quantity h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.product__detail--box .body .info {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1.125rem;
}
.product__detail--box .body .info li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #ebeeef;
}
.product__detail--box .body .info li p {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
}
.product__detail--box .body .info li .dtl {
  flex: 1;
}
.product__detail--box .body .info li span {
  color: #667479;
  font-size: 0.875rem;
  font-weight: 500;
}
.product__detail--box .body .info li span:first-child {
  max-width: 40%;
  width: 100%;
}
.product__detail--box .body .info li span:last-child {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .product__detail--box {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .product__detail--box .head .l__button--primary {
    display: none;
  }
}

.offcanvas-body {
  border-top: 1px solid #efefef;
}
.offcanvas .product__detail--box .body .info li {
  padding-left: 0;
  padding-right: 0;
}
.offcanvas-footer .l__button--primary {
  width: 100%;
  border-radius: 0;
  display: block;
}

.table__style {
  width: 100%;
  margin: 25px 0;
  font-size: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.table__style thead tr {
  background-color: #1e81d3;
  color: #ffffff;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}
.table__style th,
.table__style td {
  padding: 12px 15px;
}

.custom__icon {
  color: #ffaa00;
}

.modal-fullscreen .modal-content {
  height: 100% !important;
  border: 0;
  border-radius: 0;
  background: #f1f3ff;
}

.modal-body .custom_close {
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #1e81d3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  opacity: 1;
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  color: #ffffff;
  background-image: none;
}

.ambassader__img {
  height: 35rem;
  width: 100%;
  overflow: hidden;
  border-radius: 20% 0% 20% 0%;
  border: 0.25rem solid #ffaa00;
  box-shadow: 0 6px 10px rgba(85, 85, 85, 0.1);
  position: relative;
  transition: all 0.3s ease;
}
.ambassader__img:hover {
  transform: translateX(-2px);
  box-shadow: 0 12px 35px rgba(85, 85, 85, 0.1);
}
.ambassader__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  object-position: center;
  display: block;
}
.ambassader__content {
  margin-left: 25px;
  padding: 25px;
  background: #ffffff;
  position: relative;
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .ambassader__content {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.ambassader__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: calc(100vh - 215px);
  overflow-y: auto;
}
.ambassader__content ul li {
  margin-bottom: 1rem;
}
.ambassader__content ul li:last-child {
  margin-bottom: 0;
}
.ambassader__content ul li .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: rgb(135, 135, 135);
  border-bottom: 0.2rem solid #1e81d3;
  padding-bottom: 0.3rem;
}
.ambassader__content ul li strong {
  color: #2c3e50;
}
.ambassader__content ul li .email {
  color: #2c3e50;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.ambassader__content ul li p,
.ambassader__content ul li span {
  text-align: justify;
  color: #4f4f4f;
  font-size: 1rem;
  font-weight: 500;
  hyphens: auto;
}

.pricing__box {
  background-color: #e0e7ff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  border-radius: 1.25rem;
}
.pricing__box .divider {
  background-image: linear-gradient(to right, rgb(255, 170, 0), #1e81d3, rgb(255, 170, 0));
  height: 1px;
  margin: 1rem 0;
}
.pricing__box--head {
  text-align: center;
}
.pricing__box--head .title {
  font-size: 1.25rem;
  font-weight: 700;
}
.pricing__box--head .price {
  font-size: 2.5rem;
  font-weight: 700;
}
.pricing__box--head .type {
  font-size: 0.875rem;
  font-weight: 700;
}
.pricing__box--body .list {
  padding: 0;
  margin: 0;
}
.pricing__box--body .list li {
  list-style: none;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 1.5625rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.pricing__box--body .list li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #1e81d3;
}

form {
  position: relative;
  overflow: hidden;
}

.form-step {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: scale(0.8) translateY(50px);
  transition: all 0.5s ease;
}
.form-step.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  position: relative;
}
.form-step h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1.5rem 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.ess__banner img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.9375rem;
}

.ess__about--img {
  height: 31.25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.ess__about--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.highlight__event {
  background-color: #ffffff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 0.625rem;
}
.highlight__event .row:nth-child(even) {
  flex-direction: row-reverse;
}
.highlight__event .row:last-child {
  margin-bottom: 0;
}
.highlight__event--card-img {
  border-radius: 0.625rem;
  position: sticky;
  top: 6.25rem;
  height: 25rem;
  width: 100%;
  overflow: hidden;
}
.highlight__event--card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.timeline__box {
  margin: auto;
  background-color: #ffffff;
  padding: clamp(1.5rem, 4vw, 3.125rem);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.0588235294);
}
.timeline ul {
  list-style-type: none;
  border-left: 2px solid #f1f3ff;
  padding: 0.625rem 0.3125rem;
  padding: 0;
  margin: 0;
}
.timeline ul li {
  padding: 1.25rem 1.25rem;
  margin-left: 2rem;
  position: relative;
  transition: 0.5s;
}
.timeline ul li::before {
  content: "";
  position: absolute;
  top: 1.75rem;
  left: -2.375rem;
  height: 0.625rem;
  width: 0.625rem;
  overflow: hidden;
  background-color: #1e81d3;
  border-radius: 50%;
  transition: 0.5s;
}
.timeline ul li span {
  display: inline-block;
  background-color: #f1f3ff;
  border-radius: 1.5625rem;
  padding: 2px 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.75rem;
}
.timeline ul li .content h3 {
  color: #1e81d3;
  font-size: 1.125rem;
  font-weight: 600;
}
.timeline ul li:hover {
  background-color: #fafbfb;
}
.timeline ul li:hover::before {
  background-color: #ffaa00;
  box-shadow: 0px 0px 10px 2px #ffaa00;
}

.esswhy {
  background-color: #ffffff;
}
.esswhy__img {
  height: 31.25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.9375rem;
  position: sticky;
  top: 6.25rem;
}
.esswhy__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.esswhy .accordion {
  padding: 0;
  margin: 0;
  position: relative;
  margin-top: 1.5rem;
}
.esswhy .accordion__item {
  border-radius: 6px;
  background: #f9fafb;
  margin-bottom: 1.375rem;
  padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.875rem);
  transition: all 0.3 ease;
}
.esswhy .accordion__item--title {
  display: block;
  color: #1e81d3;
  font-size: 1.375rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  text-transform: capitalize;
  transition: all 0.3 ease;
}
.esswhy .accordion__item--title i {
  transition: all 0.3 ease;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.esswhy .accordion__item--content {
  margin-top: 1.25rem;
}
.esswhy .accordion__item:hover, .esswhy .accordion__item.active {
  background-color: #1e81d3;
}
.esswhy .accordion__item:hover .accordion__item, .esswhy .accordion__item.active .accordion__item {
  color: #ffffff;
}
.esswhy .accordion__item:hover .accordion__item--title, .esswhy .accordion__item.active .accordion__item--title {
  color: #ffffff;
}
.esswhy .accordion__item:hover .accordion__item--title i, .esswhy .accordion__item.active .accordion__item--title i {
  color: #ffffff;
  transform: translateY(-50%) rotate(180deg);
}
.esswhy .accordion__item:hover .accordion__item--content p, .esswhy .accordion__item.active .accordion__item--content p {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.esspastevent__card {
  background-color: #ffffff;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
.esspastevent__card--img {
  height: 25rem;
  width: 100%;
  overflow: hidden;
}
.esspastevent__card--box {
  transform-origin: 50% 100%;
  transition: all 500ms ease;
}
.esspastevent__card--meta {
  background-color: #003366;
  width: 80%;
  margin-top: -2.25rem;
  z-index: 1;
  position: relative;
}
.esspastevent__card--meta p {
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: 0;
  padding: 0.5rem;
}
.esspastevent__card--meta span {
  display: block;
}
.esspastevent__card--meta span.number {
  color: #1e81d3;
  font-size: 1rem;
  font-weight: 600;
}
.esspastevent__card--meta span.text {
  color: #ffffff;
  opacity: 0.8;
  font-size: 0.875rem;
  font-weight: 400;
}
.esspastevent__card--content {
  padding: 1rem;
}
.esspastevent__card--content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e81d3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.esspastevent__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.esspastevent__card--content .location {
  color: #1e81d3;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  padding-left: 2.5rem;
  position: relative;
  display: block;
}
.esspastevent__card--content .location i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.75rem;
}
.esspastevent__card--hover {
  transform: rotateX(-90deg);
  transform-origin: 50% -50%;
  background-color: #1e81d3;
  padding: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  transition: all 500ms ease;
}
.esspastevent__card--hover h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}
.esspastevent__card--hover p {
  color: #ffffff;
}
.esspastevent__card:hover .esspastevent__card--hover {
  transform: rotateX(0);
}
.esspastevent__card:hover .esspastevent__card--box {
  transform: rotateX(90deg);
  opacity: 0;
}

.banner__member img {
  height: 37.5rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.9375rem;
}
@media (max-width: 767px) {
  .banner__member img {
    height: auto;
  }
}

.membership__process {
  background-color: #ffffff;
}
.membership__process--card {
  text-align: center;
  background-color: #e0e7ff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
}
.membership__process--card .icon {
  height: 6rem;
  width: 6rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ffffff;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  transition: all 0.3s ease;
}
.membership__process--card .icon img {
  height: 4rem;
  width: 4rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.membership__process--card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-block: 1.5rem;
}
.membership__process--card:hover {
  background-color: #ffffff;
}
.membership__process--card:hover .icon {
  background-color: #e0e7ff;
}

.table__style {
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.table__title {
  background-color: rgb(30, 129, 211);
}
.table__title th {
  color: rgb(255, 255, 255);
}

.table > :not(:first-child) {
  border-top: none !important;
}

.btn__color {
  background-color: rgb(30, 129, 211);
  color: white;
}
.btn__color:hover {
  color: white;
}

.btn__fcolor {
  background-color: #ffaa00;
  color: white;
}
.btn__fcolor:hover {
  color: white;
}
