/*** Source Sans Pro font ***/
.sec_banner .carousel .carousel-indicators {
  margin-bottom: 3rem;
}
.sec_banner .carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.sec_banner .carousel .carousel-item .banner-h {
  position: relative;
  height: 420px;
}
.sec_banner .carousel .carousel-item .banner-h img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 480px) {
  .sec_banner .carousel .carousel-item .banner-h {
    height: 460px;
  }
}
@media (min-width: 768px) {
  .sec_banner .carousel .carousel-item .banner-h {
    height: 560px;
  }
}
.sec_banner .carousel .carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-theme-blue-dark);
  z-index: 0;
}
.sec_banner .carousel .carousel-item .carousel-caption {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .sec_banner .carousel .carousel-item .carousel-caption {
    bottom: calc(50% - 180px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .sec_banner .carousel .carousel-item .carousel-caption {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .sec_banner .carousel .carousel-item .carousel-caption {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .sec_banner .carousel .carousel-item .carousel-caption {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .sec_banner .carousel .carousel-item .carousel-caption {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .sec_banner .carousel .carousel-item .carousel-caption {
    max-width: 1320px;
  }
}
.sec_banner .carousel .carousel-item .carousel-caption .banner-title {
  font-size: 54px;
  font-family: "Satoshi-Regular";
}
@media (max-width: 1200px) {
  .sec_banner .carousel .carousel-item .carousel-caption .banner-title {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .sec_banner .carousel .carousel-item .carousel-caption .banner-title {
    font-size: 42px;
  }
}
@media (max-width: 980px) {
  .sec_banner .carousel .carousel-item .carousel-caption .banner-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .sec_banner .carousel .carousel-item .carousel-caption .banner-title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .sec_banner .carousel .carousel-item .carousel-caption .banner-title {
    font-size: 32px;
  }
}
@media (max-width: 414px) {
  .sec_banner .carousel .carousel-item .carousel-caption .banner-title {
    font-size: 28px;
  }
}
.sec_banner .carousel .carousel-item .carousel-caption .banner-p {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 767px) {
  .sec_banner .carousel .carousel-item .carousel-caption .banner-p {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .sec_banner .carousel .carousel-item .carousel-caption .banner-p {
    font-size: 16px;
  }
}
.sec_banner .carousel .carousel_action_button {
  position: absolute;
  right: 15%;
  z-index: 1;
  bottom: 0px;
  display: flex;
  gap: 2px;
}
.sec_banner .carousel .carousel_action_button .carousel-control-prev,
.sec_banner .carousel .carousel_action_button .carousel-control-next {
  font-size: 36px;
  position: relative;
  width: auto;
  height: auto;
  line-height: 36px;
  width: 46px;
  height: 46px;
  background-color: var(--bs-theme-blue);
}
.sec_banner .carousel .carousel_action_button .carousel-control-prev:not(.carousel-control-prev),
.sec_banner .carousel .carousel_action_button .carousel-control-next:not(.carousel-control-prev) {
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
}
.sec_banner .carousel .carousel_action_button .carousel-control-prev:not(.carousel-control-next),
.sec_banner .carousel .carousel_action_button .carousel-control-next:not(.carousel-control-next) {
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
}
@media (max-width: 480px) {
  .sec_banner .carousel .carousel_action_button .carousel-control-prev,
  .sec_banner .carousel .carousel_action_button .carousel-control-next {
    font-size: 32px;
    line-height: 32px;
  }
}

.ei-ab-yr {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .ei-ab-yr {
    margin-top: -70px;
  }
}

.ei-app-overlap::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(18, 83, 123, 0.75);
  content: "";
}

.application-box {
  height: 100%;
  position: relative;
  transition: all 0.2s;
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 6px;
  background-color: #fff;
  text-decoration: none;
  display: block;
}
.application-box:hover {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}
.application-box .application-box-thumb {
  width: 100%;
  background-color: rgba(2, 72, 115, 0.25);
  overflow: hidden;
  border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
}
.application-box .application-box-thumb > img {
  width: 100%;
  height: 234px;
  object-fit: cover;
}
.application-box .application-box-content {
  padding: 20px 14px;
  background-color: #fff;
  min-height: 110px;
}
.application-box .application-box-content h4 {
  color: #1A191D;
  font-family: "Satoshi-Bold";
  margin: 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .application-box .application-box-content h4 {
    font-size: 22px;
  }
}
.application-box .application-box-content p {
  color: #1A191D;
  font-size: 16px;
  margin-bottom: 0;
}

.ic-our-grp {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-color: var(--bs-theme-blue);
  padding: 14px;
  box-sizing: border-box;
}
.ic-our-grp > img {
  width: 100%;
}

.ei-en-txt-y {
  color: #ddbb2c;
  font-size: 90px;
  line-height: 90px;
  font-family: "Satoshi-Black";
  position: relative;
}
@media (max-width: 1200px) {
  .ei-en-txt-y {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .ei-en-txt-y {
    font-size: 76px;
    line-height: 76px;
  }
}
@media (max-width: 480px) {
  .ei-en-txt-y {
    font-size: 64px;
    line-height: 64px;
  }
}
@media (max-width: 414px) {
  .ei-en-txt-y {
    font-size: 56px;
    line-height: 56px;
  }
}

.link-event {
  position: relative;
}
.link-event .event-date {
  background-color: var(--bs-theme-dark);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  flex-flow: column;
  position: absolute;
  top: -35px;
  left: 20px;
  line-height: 26px;
  z-index: 1;
  color: #fff;
  text-decoration: none;
}
.link-event img {
  width: 100%;
  object-fit: cover;
  height: 270px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.link-event h3 {
  color: var(--bs-theme-dark);
}
.link-event:hover .event-date {
  background-color: var(--bs-theme-blue);
}
.link-event:hover img {
  box-shadow: 0px 3px 16px var(--bs-theme-blue-dark);
  -webkit-box-shadow: 0px 3px 16px var(--bs-theme-blue-dark);
  -moz-box-shadow: 0px 3px 16px var(--bs-theme-blue-dark);
}
.link-event:hover h3 {
  color: var(--bs-theme-blue);
}

.ei-join-us {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ei-join-us::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  background-color: rgb(2, 72, 115);
  background: linear-gradient(90deg, rgb(2, 72, 115) 0%, rgba(2, 72, 115, 0.9) 50%, rgba(2, 72, 115, 0.6) 100%);
}

.ei-join-us-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  background-color: #fff;
  z-index: 0;
}

.ei-ogc-img {
  height: 130px;
  object-fit: contain;
  width: 100%;
}

.ei-joinUs {
  background: linear-gradient(rgba(2, 72, 115, 0.2), rgba(2, 72, 115, 0.2) 10%, rgba(255, 255, 255, 0));
}

.squre-blue {
  background-color: var(--bs-theme-blue);
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  display: block;
  top: 8px;
  position: relative;
}

.appli-box {
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.appli-box .appli-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 280px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.appli-box .app-content {
  min-height: 172px;
}

/** owl slider **/
@media (min-width: 576px) {
  .owl-slider.owl-nav-container.owl-carousel .owl-nav {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .owl-slider.owl-nav-container.owl-carousel .owl-nav {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .owl-slider.owl-nav-container.owl-carousel .owl-nav {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .owl-slider.owl-nav-container.owl-carousel .owl-nav {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .owl-slider.owl-nav-container.owl-carousel .owl-nav {
    width: 1320px;
  }
}
.owl-slider.owl-carousel .owl-stage-outer {
  z-index: 1;
}
.owl-slider.owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.owl-slider.owl-carousel .owl-nav {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: calc(50% - 22px);
}
.owl-slider.owl-carousel .owl-nav:not(.disabled) {
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .owl-slider.owl-carousel .owl-nav {
    gap: 15px;
  }
}
.owl-slider.owl-carousel .owl-nav button {
  z-index: 1;
  font-size: 30px;
  line-height: 30px;
  color: var(--bs-theme-dark);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 576px) {
  .owl-slider.owl-carousel .owl-nav button {
    font-size: 30px;
    line-height: 30px;
    width: 44px;
    height: 44px;
    border-radius: 22px;
  }
}
.owl-slider.owl-carousel .owl-nav button.owl-prev {
  margin-right: auto;
}
.owl-slider.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}
.owl-slider.owl-carousel .owl-nav button.owl-next {
  margin-left: auto;
}
.owl-slider.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5;
}
.owl-slider.owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
}
.owl-slider.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 6px;
  border-radius: 12px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.owl-slider.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--bs-theme-blue);
}

.owl-application.owl-slider.owl-carousel .owl-nav {
  top: calc(50% - 100px);
}

/** end **/
/** event detail page **/
.owl-event.owl-slider.owl-carousel .owl-nav button,
.owl-event-thumb.owl-slider.owl-carousel .owl-nav button {
  font-size: 22px;
  line-height: 22px;
  width: 38px;
  height: 38px;
  border-radius: 19px;
}
.owl-event.owl-slider.owl-carousel:not(.owl-event) .owl-item,
.owl-event-thumb.owl-slider.owl-carousel:not(.owl-event) .owl-item {
  opacity: 0.7;
}
.owl-event.owl-slider.owl-carousel:not(.owl-event) .owl-item.current,
.owl-event-thumb.owl-slider.owl-carousel:not(.owl-event) .owl-item.current {
  opacity: 0.9;
}
.owl-event.owl-slider.owl-carousel:not(.owl-event) .owl-item.current .event-smBox,
.owl-event-thumb.owl-slider.owl-carousel:not(.owl-event) .owl-item.current .event-smBox {
  background-color: var(--bs-theme-blue) !important;
}

.event-lgBox {
  width: 100%;
  height: 200px;
}
@media (min-width: 576px) {
  .event-lgBox {
    height: 280px;
  }
}
.event-lgBox img {
  object-fit: cover;
}

.event-smBox {
  width: 100%;
  height: 50px;
  background: #d5e3ed;
  padding: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
@media (min-width: 992px) {
  .event-smBox {
    height: 70px;
  }
}
.event-smBox img {
  object-fit: cover;
}

/** end **/

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