/* fonts */
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("./fonts/Optima.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: 700;
  src: local("Optima Bold"), url("./fonts/Optima_Bold.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: italic;
  font-weight: normal;
  src: local("Optima Italic"), url("./fonts/Optima_Italic.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: local("Mulish"), url("./fonts/Mulish-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: normal;
  src: local("DINPro"), url("./fonts/DINPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: 500;
  src: local("DINPro"), url("./fonts/DINPro-Medium.woff2") format("woff2");
}
body {
  background-color: linear-gradient(177.04deg, #566B62 15.64%, #859688 42.73%, #4F675F 64.85%, #596A5C 92.34%);
  background-size: cover;
  background-position: center top;
  background-image: url("../img/bg/bg-pattern-home.png"), linear-gradient(177.04deg, #566B62 15.64%, #859688 42.73%, #4F675F 64.85%, #596A5C 92.34%);
}
body footer {
  position: relative;
}
body .region-content section {
  position: relative;
}
body .region-content section .col-text {
  width: 40%;
}
@media (max-width: 991px) {
  body .region-content section .col-text {
    width: 100%;
  }
}
body .region-content section .col-image {
  width: 60%;
  max-width: 754px;
}
@media (max-width: 991px) {
  body .region-content section .col-image {
    width: 100%;
  }
}
body .region-content section .col-image .image-wrapper img {
  aspect-ratio: 754/585;
}
@media (max-width: 991px) {
  body .region-content section .col-image .image-wrapper img {
    aspect-ratio: 328/222;
  }
}
body .region-content section .section-title {
  color: #FFFFFF;
  background: unset;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
}
body .region-content section .section-title > a {
  color: #FFFFFF;
}
body .region-content .section-1 {
  margin-bottom: 180px;
}
@media (max-width: 991px) {
  body .region-content .section-1 {
    margin-bottom: 65px;
  }
}
body .region-content .section-1 .wrapper {
  position: relative;
}
@media (max-width: 991px) {
  body .region-content .section-1 .wrapper {
    flex-direction: column;
  }
  body .region-content .section-1 .wrapper h2 {
    margin-top: 24px;
  }
}
body .region-content .section-1 .wrapper:before {
  background-image: url("../img/bg/bg-globe-white.png");
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 1149px;
  height: 938px;
  left: -361px;
  top: 117px;
  opacity: 0.4;
  z-index: -3;
}
@media (max-width: 991px) {
  body .region-content .section-1 .wrapper:before {
    opacity: 0.1;
  }
}
body .region-content .section-1 .col-text {
  margin-top: 96px;
}
@media (max-width: 991px) {
  body .region-content .section-1 .col-text {
    order: 3;
    margin-top: 20px;
    max-width: none;
  }
}
body .region-content .section-1 .col-text .section-title {
  /* background: linear-gradient(90deg, #05C6A4 0%, #E2FFFC 125.59%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
}
body .region-content .section-1 .col-image {
  transform: translateX(30px);
  margin-left: 40px;
}
@media (max-width: 991px) {
  body .region-content .section-1 .col-image {
    transform: none;
    margin-left: 0;
    max-width: 100%;
  }
}
body .region-content .section-1 .col-image .nav-wrapper {
  height: 66px;
  justify-content: end;
  padding-right: 10px;
}
@media (max-width: 991px) {
  body .region-content .section-1 .col-image .nav-wrapper {
    height: 44px;
    padding-right: 48px;
  }
}
body .region-content .section-1 .col-image .nav-wrapper:after {
  background-color: #FFFFFF;
  display: block;
  aspect-ratio: 754/176;
  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 1.4s cubic-bezier(0.25, 0.75, 0.5, 1), transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.25s;
  width: calc(100% + 66px);
}
@media (max-width: 991px) {
  body .region-content .section-1 .col-image .nav-wrapper:after {
    aspect-ratio: 317/86;
    left: -28px;
    width: calc(100% + 28px - 32px);
  }
}
body .region-content .section-1 .col-image .nav-wrapper .btn-prev {
  margin-right: 24px;
}
body .region-content .section-1 .col-image .nav-wrapper .btn-prev:after {
  background-image: url("../img/icon/m-prev-greengrey.svg");
}
@media (max-width: 991px) {
  body .region-content .section-1 .col-image .nav-wrapper .btn-prev:after {
    background-image: url("../img/icon/m-prev-greengrey.svg");
  }
}
body .region-content .section-1 .col-image .nav-wrapper .btn-next:after {
  background-image: url("../img/icon/m-next-greengrey.svg");
}
@media (max-width: 991px) {
  body .region-content .section-1 .col-image .nav-wrapper .btn-next:after {
    background-image: url("../img/icon/m-next-greengrey.svg");
  }
}
body .region-content .section-1 .col-image .nav-wrapper .swiper-pagination {
  margin-right: 28px;
}
body .region-content .section-1 .col-image .aos-animate .nav-wrapper:after {
  opacity: 0.65;
  transform: none;
}
body .region-content .section-1 a.btn {
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 30px;
  letter-spacing: 1.31px;
  color: #034924;
  border-color: transparent;
}
body .region-content .section-1 a.btn:hover {
  background-color: #034924;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
body .region-content .section-characteristics {
  margin-bottom: 138px;
}
@media (max-width: 991px) {
  body .region-content .section-characteristics {
    margin-bottom: 60px;
  }
}
body .region-content .section-characteristics > .container > .wrapper {
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  body .region-content .section-characteristics > .container > .wrapper {
    display: block;
    margin: 0 -28px;
  }
}
body .region-content .section-characteristics > .container > .wrapper > div {
  width: 100%;
}
body .region-content .section-characteristics:before {
  background-image: url("../img/bg/bg-globe-white-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 959px;
  height: 915px;
  position: absolute;
  right: -170px;
  bottom: -805px;
  z-index: -1;
  opacity: 0.4;
}
@media (max-width: 991px) {
  body .region-content .section-characteristics:before {
    opacity: 0.1;
  }
}
body .region-content .section-characteristics.aos-animate:after {
  width: 101vw;
  opacity: 1;
}
body .region-content .section-characteristics.aos-animate .nav-wrapper:before {
  opacity: 1;
  transform: none;
}
body .region-content .section-characteristics .section-title {
  -webkit-text-fill-color: #EDA9B5;
  background: none;
  padding: 36px 46px 36px 0;
  border-top-right-radius: 50px;
  opacity: 0;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 2.1rem;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 26px;
}
@media (max-width: 1199px) {
  body .region-content .section-characteristics .section-title {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  body .region-content .section-characteristics .section-title {
    top: 0;
    position: relative;
    font-size: 2.5rem;
    padding: 8px 36px;
  }
}
body .region-content .section-characteristics .section-title:before {
  content: "";
  width: 0;
  z-index: -1;
  transition: opacity, width 1.4s cubic-bezier(0.25, 0.75, 0.5, 1);
  opacity: 0.5;
}
body .region-content .section-characteristics .section-title.aos-animate:before {
  width: 101vw;
  opacity: 1;
}
body .region-content .section-characteristics .image-wrapper img {
  display: block;
  margin: auto;
}
body .region-content .section-characteristics .item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 15px;
  padding: 0 15px;
}
body .region-content .section-characteristics .item .icon-wrapper img {
  width: 75px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
body .region-content .section-characteristics .item .title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
body .region-content .section-characteristics .item .item-details {
  width: calc(100% - 90px);
}
body .region-content .section-characteristics .item:last-child {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 15px;
}
body .region-content .section-characteristics .swiper-characteristics {
  overflow: visible;
}
@media (max-width: 991px) {
  body .region-content .section-characteristics .swiper-characteristics {
    margin-top: 18px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
body .region-content .section-characteristics .swiper-characteristics .swiper-slide {
  width: 325px;
}
body .region-content .section-characteristics .swiper-characteristics .swiper-slide .image-wrapper {
  outline: 5px solid #FFFFFF;
  max-width: 470px;
  aspect-ratio: 5/4;
  border-radius: 4px;
}
@media (max-width: 991px) {
  body .region-content .section-characteristics .swiper-characteristics .swiper-slide .image-wrapper {
    aspect-ratio: 5/4;
    overflow: hidden;
  }
}
body .region-content .section-characteristics .swiper-characteristics .swiper-slide .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  aspect-ratio: 5/4;
}
@media (max-width: 991px) {
  body .region-content .section-characteristics .swiper-characteristics .swiper-slide .image-wrapper img {
    aspect-ratio: 5/4;
  }
}
body .region-content .section-characteristics .swiper-characteristics .swiper-slide > div {
  padding-top: 95px;
}
@media (max-width: 991px) {
  body .region-content .section-characteristics .swiper-characteristics .swiper-slide > div {
    padding-top: 20px;
  }
}
body .region-content .section-characteristics .swiper-characteristics .swiper-slide .category {
  background-color: #034924;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.6;
  display: inline-block;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 8px 16px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  body .region-content .section-characteristics .swiper-characteristics .swiper-slide .category {
    font-size: 1.125rem;
  }
}
body .region-content .section-characteristics .swiper-characteristics .swiper-slide .title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 14px;
  font-family: "Optima", sans-serif;
}
@media (max-width: 991px) {
  body .region-content .section-characteristics .swiper-characteristics .swiper-slide .title {
    font-size: 1.5rem;
  }
}
body .region-content .section-characteristics .swiper-characteristics .swiper-slide .desc {
  color: #FFFFFF;
  line-height: 32px;
}
body .region-content .section-characteristics .nav-wrapper {
  margin-top: 23px;
  padding-bottom: 45px;
}
body .region-content .section-characteristics .nav-wrapper:after {
  display: none;
}
@media (max-width: 991px) {
  body .region-content .section-characteristics .nav-wrapper {
    margin-top: 16px;
    padding-left: 28px;
    justify-content: flex-start;
  }
}
body .region-content .section-characteristics .nav-wrapper .btn-prev {
  margin-right: 24px;
}
body .region-content .section-characteristics .nav-wrapper .btn-prev:after {
  background-image: url("../img/icon/m-prev-white.svg");
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
}
body .region-content .section-characteristics .nav-wrapper .btn-next:after {
  background-image: url("../img/icon/m-next-white.svg");
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
}
body .region-content .section-characteristics .nav-wrapper .swiper-pagination {
  margin-right: 24px;
}
body .region-content .section-characteristics .nav-wrapper .swiper-pagination .swiper-pagination-bullet {
  border-color: #FFFFFF;
}
body .region-content .section-characteristics .nav-wrapper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #FFFFFF;
}
body .region-content .section-news {
  margin-bottom: 154px;
}
@media (max-width: 991px) {
  body .region-content .section-news > .container {
    padding: 0 24px;
  }
}
body .region-content .section-news:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: -10px;
  right: 0;
  background-color: #D8E5DF;
  height: 70%;
  z-index: -1;
  border-bottom-left-radius: 120px;
  transition: opacity 1.4s, width 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.25s;
  width: 0;
  opacity: 0.5;
}
@media (max-width: 991px) {
  body .region-content .section-news:after {
    right: -36px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 120px;
  }
}
body .region-content .section-news.aos-animate:after {
  width: 101vw;
  opacity: 1;
}
body .region-content .section-news.aos-animate .nav-wrapper:before {
  opacity: 1;
  transform: none;
}
body .region-content .section-news .section-title {
  margin-bottom: 20px;
}
body .region-content .section-news .swiper-news {
  margin-top: 72px;
  overflow: visible;
}
@media (max-width: 991px) {
  body .region-content .section-news .swiper-news {
    margin-top: 18px;
  }
}
body .region-content .section-news .swiper-news .swiper-slide {
  width: 475px;
}
@media (max-width: 991px) {
  body .region-content .section-news .swiper-news .swiper-slide {
    width: 328px;
  }
}
body .region-content .section-news .swiper-news .swiper-slide .image-wrapper {
  outline: 5px solid #FFFFFF;
  max-width: 470px;
  aspect-ratio: 5/4;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body .region-content .section-news .swiper-news .swiper-slide .image-wrapper {
    aspect-ratio: 5/4;
  }
}
body .region-content .section-news .swiper-news .swiper-slide .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  display: block;
  aspect-ratio: 5/4;
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  body .region-content .section-news .swiper-news .swiper-slide .image-wrapper img {
    aspect-ratio: 5/4;
  }
}
body .region-content .section-news .swiper-news .swiper-slide .category {
  background-color: #415C57;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 2.22em;
  display: inline-block;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 0 16px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  body .region-content .section-news .swiper-news .swiper-slide .category {
    font-size: 1.125rem;
  }
}
body .region-content .section-news .swiper-news .swiper-slide .title {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 700;
  color: #1B3067;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  body .region-content .section-news .swiper-news .swiper-slide .title {
    font-size: 1.5rem;
  }
}
body .region-content .section-news .swiper-news .swiper-slide .desc {
  line-height: 32px;
}
body .region-content .section-news .swiper-news .swiper-slide .desc, body .region-content .section-news .swiper-news .swiper-slide .date {
  color: #204640;
}
body .region-content .section-news .swiper-news .swiper-slide:nth-child(odd) {
  transform: translateY(-40px);
}
@media (max-width: 991px) {
  body .region-content .section-news .swiper-news .swiper-slide:nth-child(odd) {
    transform: none;
  }
}
body .region-content .section-news .nav-wrapper {
  margin-top: 32px;
}
body .region-content .section-news .nav-wrapper:after {
  display: none;
}
@media (max-width: 991px) {
  body .region-content .section-news .nav-wrapper {
    justify-content: left;
    margin-top: 16px;
  }
}
body .region-content .section-news .nav-wrapper .btn-prev {
  margin-right: 24px;
}
body .region-content .section-news .nav-wrapper .btn-prev:after {
  background-image: url("../img/icon/m-prev-greengrey.svg");
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
}
body .region-content .section-news .nav-wrapper .btn-next:after {
  background-image: url("../img/icon/m-next-greengrey.svg");
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
}
body .region-content .section-news .nav-wrapper .swiper-pagination {
  margin-right: 24px;
}
body .region-content .section-ranking {
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 75px;
  background: url(../img/home/school-ranking-bg-new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  padding: 150px 0 450px;
}
@media (max-width: 991px) {
  body .region-content .section-ranking {
    background-position-y: -50px;
    margin-top: 60px;
    margin-bottom: -180px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body .region-content .section-ranking::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0px;
  background: linear-gradient(180deg, #77897D 0%, transparent 73.64%);
  z-index: 1;
}
body .region-content .section-ranking::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0px;
  background: linear-gradient(0deg, #53685E 0%, transparent 73.64%);
  z-index: 1;
}
body .region-content .section-ranking > * {
  position: relative;
  z-index: 1;
}
body .region-content .section-ranking .background-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(65, 83, 76, 0.8);
  z-index: 0;
}
body .region-content .section-ranking .wrapper {
  max-width: 1156px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  body .region-content .section-ranking .wrapper {
    width: calc(100% + 56px);
    margin: 0 -28px !important;
  }
}
body .region-content .section-ranking .wrapper:before {
  content: "";
  background-color: #1D312D;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  z-index: -1;
  transition: width 1s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.1s;
  width: 0;
}
@media (max-width: 991px) {
  body .region-content .section-ranking .wrapper:before {
    border-bottom-left-radius: 0;
  }
}
body .region-content .section-ranking .wrapper:after {
  background-image: url("../img/bg/bg-globe-white-3.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 959px;
  height: 915px;
  position: absolute;
  left: -450px;
  top: -130px;
  z-index: -2;
  opacity: 0.4;
}
@media (max-width: 991px) {
  body .region-content .section-ranking .wrapper:after {
    opacity: 0.1;
  }
}
body .region-content .section-ranking .wrapper.aos-animate:before {
  width: 100%;
}
body .region-content .section-ranking .wrapper.aos-animate:after {
  opacity: 1;
  transform: none;
}
@media (max-width: 991px) {
  body .region-content .section-ranking .wrapper {
    border-top-right-radius: 99px;
    border-bottom-left-radius: 0;
    margin: 0 -18px;
    text-align: left;
    padding: 66px 28px 46px;
  }
  body .region-content .section-ranking .wrapper:after {
    right: -45px;
    width: 88%;
    border-top-right-radius: 0;
  }
}
body .region-content .section-ranking .section-title-wrapper {
  text-align: center;
}
body .region-content .section-ranking .section-title {
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 42px;
  font-size: 2.1rem;
  line-height: 1.2;
  font-family: "Optima", sans-serif;
  /* background: linear-gradient(90deg, $colorAqua12 0%, $colorAqua13 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
@media (max-width: 991px) {
  body .region-content .section-ranking .section-title {
    font-size: 2.5rem;
    line-height: 1.25em;
    margin-bottom: 50px;
  }
}
body .region-content .section-ranking .item-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  body .region-content .section-ranking .item-wrapper {
    text-align: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  body .region-content .section-ranking .item-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
body .region-content .section-ranking .item-wrapper .item {
  flex-basis: 50%;
  width: 50%;
  padding: 0 12px;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 991px) {
  body .region-content .section-ranking .item-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  body .region-content .section-ranking .item-wrapper .item {
    width: 210px;
  }
}
body .region-content .section-ranking .item-wrapper .item .label {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #EDA9B5;
  font-family: "Optima", sans-serif;
}
body .region-content .section-ranking .item-wrapper .item .stat {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.1;
  color: #EDA9B5;
  margin-bottom: 18px;
  font-family: "Optima", sans-serif;
}
body .region-content .section-ranking .item-wrapper .item .source {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  color: #FFFFFF;
  font-family: "Optima", sans-serif;
}
@media (max-width: 991px) {
  body .region-content .section-ranking .item-wrapper .item {
    margin-bottom: 30px;
    width: 50%;
    padding: 0 20px;
  }
  body .region-content .section-ranking .item-wrapper .item .label {
    font-size: 2rem;
  }
  body .region-content .section-ranking .item-wrapper .item .stat {
    font-size: 3rem;
  }
  body .region-content .section-ranking .item-wrapper .item .source {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  body .region-content .section-ranking .item-wrapper .item {
    width: 100%;
    max-width: 327px;
    padding: 0;
    margin-bottom: 35px;
  }
}
body .region-content .section-2 {
  margin-bottom: 155px;
}
body .region-content .section-2 .section-title + .section-subtitle {
  margin-top: -10px;
}
body .region-content .section-2 .col-text {
  width: 44%;
}
body .region-content .section-2 .col-image {
  width: 58%;
  margin-left: -64px;
  margin-right: 50px;
  position: relative;
}
body .region-content .section-2 .col-image .image-wrapper {
  position: relative;
}
body .region-content .section-2 .col-image .image-wrapper:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.13);
  width: 100%;
  display: block;
  z-index: -1;
  aspect-ratio: 754/176;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -12%;
  right: -40px;
  border-top-right-radius: 120px;
  transition: opacity 1.4s, transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.55s;
  opacity: 0;
  transform: translateX(-10%);
}
@media (max-width: 1279px) and (min-width: 992px) {
  body .region-content .section-2 .col-image .image-wrapper:after {
    bottom: -10%;
  }
}
@media (max-width: 991px) {
  body .region-content .section-2 .col-image .image-wrapper:after {
    display: none;
  }
}
body .region-content .section-2 .col-image img {
  display: block;
}
body .region-content .section-2 .col-image.aos-animate .image-wrapper:after {
  opacity: 1;
  transform: none;
}
@media (max-width: 991px) {
  body .region-content .section-2 {
    margin-bottom: 70px;
  }
  body .region-content .section-2 .wrapper {
    flex-direction: column;
  }
  body .region-content .section-2 .col-text {
    width: 100%;
    margin-top: 30px;
  }
  body .region-content .section-2 .col-image {
    width: 100%;
    margin-left: -18px;
    margin-right: 0;
  }
  body .region-content .section-2:before {
    content: "";
    background-image: url("../img/bg/grid.svg");
    background-repeat: no-repeat;
    width: 100vw;
    height: auto;
    aspect-ratio: 375/680;
    background-size: cover;
    position: absolute;
    z-index: -1;
    bottom: 68px;
    opacity: 0.5;
    background-position: center;
  }
}
body .region-content .section-apply {
  margin-bottom: 180px;
}
@media (max-width: 991px) {
  body .region-content .section-apply {
    margin-bottom: 98px;
  }
}
body .region-content .section-apply .section-title-wrapper {
  text-align: center;
}
body .region-content .section-apply .section-title-wrapper .section-title {
  font-size: 2.6rem;
  line-height: 1.1;
  margin-bottom: 38px;
}
@media (min-width: 992px) {
  body .region-content .section-apply .section-title-wrapper.apply-title-wrapper {
    text-align: center;
  }
  body .region-content .section-apply .section-title-wrapper.apply-title-wrapper .section-title {
    text-align: center;
    margin-bottom: 80px;
  }
}
body .region-content .section-apply .image-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  body .region-content .section-apply .image-wrapper {
    margin-bottom: 50px;
  }
}
body .region-content .section-apply .image-wrapper img {
  width: calc(100% + 128px);
  max-width: 100vw;
  aspect-ratio: 727/691;
  width: 66.6667%;
  max-height: 709px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 80px;
  left: -64px;
  bottom: auto;
  right: -64px;
}
@media (max-width: 991px) {
  body .region-content .section-apply .image-wrapper img {
    aspect-ratio: 375/356;
    width: calc(100% + 56px);
    left: -28px;
    right: -28px;
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
    position: relative;
    top: 0px;
  }
}
body .region-content .section-apply h3 {
  font-size: 42px;
  font-weight: 700;
  color: #1D312D;
}
@media (max-width: 991px) {
  body .region-content .section-apply h3 {
    text-align: center;
  }
}
body .region-content .section-apply .program-name {
  margin-top: 26px;
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 991px) {
  body .region-content .section-apply .program-name {
    text-align: center;
  }
}
body .region-content .section-apply .program-name h3 {
  display: inline-block;
  margin-right: -64px;
  position: relative;
  z-index: 1;
  width: 70%;
  text-align: right;
  padding: 22px 36px;
}
@media (max-width: 991px) {
  body .region-content .section-apply .program-name h3 {
    width: 100vw;
    max-width: none;
  }
}
@media (min-width: 992px) {
  body .region-content .section-apply .program-name h3 {
    padding: 22px 35px 22px 68px;
    max-width: 600px;
  }
}
body .region-content .section-apply .program-name h3:before {
  content: "";
  background-color: #D8E5DF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -99vw;
  width: 0;
  z-index: -1;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: opacity, width 1.4s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.25s;
  opacity: 0.5;
}
body .region-content .section-apply .program-name.aos-animate h3:before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 991px) {
  body .region-content .section-apply .program-name {
    margin-top: 25px;
    text-align: left;
  }
  body .region-content .section-apply .program-name h3 {
    margin: 0 -28px;
    font-size: 2.5rem;
    line-height: 1em;
    text-align: center;
  }
}
body .region-content .section-apply .info {
  position: relative;
}
body .region-content .section-apply .info .wrapper {
  width: 80%;
  margin-left: auto;
  padding: 50px 35px 68px 68px;
  margin-right: -64px;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  body .region-content .section-apply .info .wrapper {
    max-width: 720px;
  }
}
body .region-content .section-apply .info .wrapper:before {
  content: "";
  background-color: #D8E5DF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -99vw;
  width: 0;
  z-index: -1;
  border-bottom-left-radius: 120px;
  border-top-right-radius: 120px;
  transition: opacity, width 1.4s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.35s;
  opacity: 0.5;
}
@media (max-width: 991px) {
  body .region-content .section-apply .info .wrapper:before {
    border-bottom-left-radius: 65px;
    border-top-right-radius: 65px;
  }
}
body .region-content .section-apply .info h3 {
  text-align: justify;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body .region-content .section-apply .info h3 {
    text-align: center;
  }
}
body .region-content .section-apply .info p {
  color: #333333;
}
body .region-content .section-apply .info:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.13);
  width: 70%;
  display: block;
  z-index: -2;
  aspect-ratio: 685/230;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -75px;
  right: -150px;
  transition: opacity 1.4s, transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.55s;
  opacity: 0;
  transform: translateX(-10%);
  border-bottom-left-radius: 120px;
  border-top-right-radius: 120px;
}
body .region-content .section-apply .info .btn-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  body .region-content .section-apply .info .btn-container {
    flex-wrap: nowrap;
  }
}
body .region-content .section-apply .info .btn-container .btn {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.31px;
  padding: 10px 40px;
  margin-top: 28px;
}
@media (max-width: 991px) {
  body .region-content .section-apply .info .btn-container .btn {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  body .region-content .section-apply .info .btn-container .btn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body .region-content .section-apply .info .btn-container .btn {
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  body .region-content .section-apply .info .btn-container .btn:not(:last-child) {
    margin-right: 40px;
  }
}
body .region-content .section-apply .info.aos-animate .wrapper:before {
  width: 100%;
  opacity: 1;
}
body .region-content .section-apply .info.aos-animate:after {
  opacity: 1;
  transform: none;
}
@media (max-width: 991px) {
  body .region-content .section-apply .info .wrapper {
    width: 100vw;
    padding: 36px;
    margin: 0 -28px;
  }
  body .region-content .section-apply .info .wrapper:before {
    border-top-left-radius: 65px;
  }
  body .region-content .section-apply .info:after {
    width: 100%;
    right: -28px;
  }
}
body .region-content .section-sharing {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  body .region-content .section-sharing {
    margin-bottom: 60px;
    z-index: 2;
  }
}
body .region-content .section-sharing .sharing-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  body .region-content .section-sharing .sharing-row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  body .region-content .section-sharing .sharing-row {
    max-width: calc(1440px + (100vw - 1440px) / 2);
    left: calc((100vw - 1440px) / 2);
  }
  body .region-content .section-sharing .sharing-row .swiper-slide:last-child {
    margin-right: calc(100% - 1040px) !important;
  }
}
body .region-content .section-sharing .sharing-row .col {
  flex-basis: 100%;
  width: 100%;
  gap: 1em;
}
@media (min-width: 992px) {
  body .region-content .section-sharing .sharing-row .col-md-3 {
    flex-basis: 25%;
    width: 25%;
  }
  body .region-content .section-sharing .sharing-row .col-md-9 {
    flex-basis: 75%;
    width: 75%;
  }
}
body .region-content .section-sharing .sharing-row .col.swiper-col {
  padding: 0;
  overflow: hidden;
}
body .region-content .section-sharing .sharing-row .order-1 {
  order: 1;
}
body .region-content .section-sharing .sharing-row .order-2 {
  order: 2;
}
@media (min-width: 992px) {
  body .region-content .section-sharing .sharing-row .order-m-1 {
    order: 1;
  }
  body .region-content .section-sharing .sharing-row .order-m-2 {
    order: 2;
  }
}
@media (max-width: 991px) {
  body .region-content .section-sharing .sharing-row .btn-container .btn {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  body .region-content .section-sharing .swiper-sharing {
    overflow: visible;
  }
}
@media (max-width: 991px) {
  body .region-content .section-sharing .swiper-sharing {
    margin-left: -43px;
    margin-right: -43px;
  }
}
body .region-content .section-sharing .swiper-sharing .btn-more {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.31px;
  padding: 10px 0;
  min-width: unset;
}
body .region-content .section-sharing .btn-prev,
body .region-content .section-sharing .btn-next {
  margin: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .btn-prev::after,
  body .region-content .section-sharing .btn-next::after {
    width: 42px;
    height: 42px;
  }
}
body .region-content .section-sharing .btn-prev::after {
  background-image: url(../img/icon/prev-sharing-green.svg);
}
body .region-content .section-sharing .btn-next::after {
  background-image: url(../img/icon/next-sharing-white-without-stroke.svg);
}
body .region-content .section-sharing .btn-next.swiper-button-disabled::after {
  background-image: url(../img/icon/next-sharing-green-without-stroke.svg);
}
body .region-content .section-sharing .section-title {
  margin: auto;
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  body .region-content .section-sharing .section-title.mobile-only {
    display: none;
  }
}
body .region-content .section-sharing .btn {
  min-width: 150px;
}
body .region-content .section-sharing .col-wrapper::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: auto;
  right: 0;
  background-color: rgba(146, 170, 159, 0.5019607843);
  width: 100vw;
  bottom: -30px;
  z-index: -1;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .col-wrapper::after {
    height: 400px;
    left: -28px;
    border-bottom-right-radius: 65px;
  }
}
@media (min-width: 992px) {
  body .region-content .section-sharing .col-wrapper::after {
    width: 66vw;
    min-height: 400px;
    aspect-ratio: 907/413;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
  }
}
@media (min-width: 1200px) {
  body .region-content .section-sharing .col-wrapper::after {
    width: 50vw;
  }
}
body .region-content .section-sharing .col-wrapper .btn-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
body .region-content .section-sharing .nav-wrapper {
  justify-content: center;
  gap: 1em;
  flex-direction: row;
  padding-left: 18px;
}
body .region-content .section-sharing .nav-wrapper::after {
  display: none;
}
@media (min-width: 992px) {
  body .region-content .section-sharing .nav-wrapper {
    flex-direction: column;
    margin-top: 120px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  body .region-content .section-sharing .nav-wrapper {
    justify-content: space-between;
    gap: 0;
  }
}
body .region-content .section-sharing .pagination-wrapper {
  position: relative;
  bottom: -30px;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .pagination-wrapper .swiper-pagination {
    position: absolute;
    bottom: 50px;
  }
}
body .region-content .section-sharing .autoplay-progress {
  position: absolute;
  bottom: 12px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 0;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .autoplay-progress {
    right: 16px;
  }
}
body .region-content .section-sharing .autoplay-progress svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
body .region-content .section-sharing .autoplay-progress svg .background-circle {
  stroke-width: 2px;
  stroke: #3E6252;
  fill: none;
}
body .region-content .section-sharing .autoplay-progress svg .progress-circle {
  stroke-width: 2px;
  stroke: #FFFFFF;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
}
body .region-content .section-sharing .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  background-color: #EBF5EE;
  width: 1040px;
  max-width: 100%;
  border-top-left-radius: 65px;
  border-bottom-right-radius: 65px;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .swiper-slide:last-child {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  body .region-content .section-sharing .swiper-slide {
    flex-wrap: nowrap;
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }
}
body .region-content .section-sharing .swiper-slide > * {
  flex-basis: 100%;
  width: 100%;
}
body .region-content .section-sharing .swiper-slide .image-wrapper {
  display: block;
  margin-bottom: -10px;
}
@media (min-width: 992px) {
  body .region-content .section-sharing .swiper-slide .image-wrapper {
    flex-basis: 50%;
    width: 50%;
  }
}
body .region-content .section-sharing .swiper-slide .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  max-height: 480px;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .swiper-slide .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body .region-content .section-sharing .swiper-slide .image-wrapper img {
    aspect-ratio: 430/493;
  }
}
body .region-content .section-sharing .swiper-slide .text {
  margin: 20px;
  color: #333333;
}
@media (min-width: 992px) {
  body .region-content .section-sharing .swiper-slide .text {
    flex-basis: 50%;
    width: 50%;
    margin: 40px;
  }
}
body .region-content .section-sharing .swiper-slide .text .info {
  margin-top: 50px;
}
body .region-content .section-sharing .swiper-slide .text .info .name {
  color: #034924;
  font-size: 20px;
  font-weight: 700;
}
body .region-content .section-sharing .swiper-slide .quote-text {
  position: relative;
}
body .region-content .section-sharing .swiper-slide .quote-text::before {
  content: "";
  position: absolute;
  width: calc(100% - 54px);
  height: 1px;
  top: -40px;
  right: 0;
  background-color: #034924;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .swiper-slide .quote::before {
    margin-left: 0;
  }
}
body .region-content .section-sharing:before {
  background-image: url("../img/bg/bg-globe-white-4.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 959px;
  height: 915px;
  position: absolute;
  right: -450px;
  bottom: -532px;
  z-index: -1;
}
@media (max-width: 991px) {
  body .region-content .section-sharing:before {
    opacity: 0.1;
  }
}
body .region-content .section-sharing-video {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  body .region-content .section-sharing-video {
    margin-top: 200px;
    margin-bottom: 50px;
  }
}
body .region-content .section-sharing-video:before {
  content: "";
  background-image: url("../img/bg/grid.svg");
  background-repeat: no-repeat;
  width: 100vw;
  height: auto;
  aspect-ratio: 1431/977;
  background-size: cover;
  position: absolute;
  z-index: -1;
  transform: translateY(57%) scale(-1);
  bottom: 50%;
}
@media (max-width: 991px) {
  body .region-content .section-sharing-video:before {
    transform: translateY(70%);
    background-position: center;
    opacity: 0.5;
    aspect-ratio: 375/680;
  }
}
body .region-content .section-sharing-video .wrapper {
  max-width: 685px;
  margin: 0 auto;
  text-align: center;
  padding: 0 36px 30px;
  position: relative;
}
body .region-content .section-sharing-video .wrapper .com-video-container {
  margin-top: 20px;
}
body .region-content .section-sharing-video .wrapper:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.13);
  width: 100%;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 1.4s, transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.55s;
  opacity: 0;
  transform: translateX(-10%);
}
@media (max-width: 991px) {
  body .region-content .section-sharing-video .wrapper {
    padding: 0 16px 16px;
  }
}
body .region-content .section-sharing-video .wrapper.aos-animate:after {
  opacity: 1;
  transform: none;
}
body .region-content .useful-links {
  background-color: rgba(252, 250, 255, 0.7);
  padding: 65px 0 35px;
}
body .region-content .useful-links .wrapper {
  position: relative;
  padding: 0 64px;
  display: flex;
  flex-wrap: wrap;
}
body .region-content .useful-links .wrapper:before {
  background-image: url("../img/bg/bg-globe-white-5.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 959px;
  height: 915px;
  position: absolute;
  left: -234px;
  bottom: -209px;
  z-index: -1;
  opacity: 0.4;
}
@media (max-width: 991px) {
  body .region-content .useful-links .wrapper:before {
    opacity: 0.1;
  }
}
body .region-content .useful-links .wrapper > a {
  display: block;
  width: 50%;
  margin-bottom: 30px;
  color: #333333;
}
body .region-content .useful-links .item {
  display: flex;
  font-size: 18px;
}
body .region-content .useful-links .item h3 {
  color: #034924;
  font-size: 24px;
  line-height: 37px;
  font-weight: 700;
}
body .region-content .useful-links .item p {
  line-height: 1.78;
}
body .region-content .useful-links .item .image-wrapper {
  width: 74px;
  text-align: center;
  margin-right: 12px;
}
body .region-content .useful-links .item .text {
  width: calc(100% - 74px);
}
@media (max-width: 767px) {
  body .region-content .useful-links {
    padding: 36px 0;
  }
  body .region-content .useful-links .wrapper {
    padding: 0;
    flex-direction: column;
  }
  body .region-content .useful-links .wrapper > a {
    width: 100%;
  }
}

/* .btn-top {
    background-image: url("../img/icon/top-white.svg");
    //border: 1px solid $colorNavy;
    box-shadow: 0 0 10px #e2e0e0;
}

.social .social-wrapper {
    box-shadow: 0 0 10px #e2e0e0;
} *//*# sourceMappingURL=index.css.map */