@import url("https://use.typekit.net/pvp1dzx.css");
@keyframes lightBTN {
  0% {
    box-shadow: 0 0 10px #dead4f, 0 0 30px #ffb835;
  }
  50% {
    box-shadow: 0 0 0 #dead4f, 0 0 0 #dead4f;
  }
  100% {
    box-shadow: 0 0 10px #dead4f, 0 0 30px #ffb835;
  }
}
@keyframes radiate {
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  10% {
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.5;
  }
  50% {
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: scale3d(1.2, 1.3, 1);
  }
  100% {
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: scale3d(1.2, 1.3, 1);
  }
}
@keyframes nav-1 {
  0% {
    background: #e1be7c;
  }
  10% {
    background: #e7a72e;
  }
  30% {
    background: #e1be7c;
  }
}
@keyframes nav-2 {
  30% {
    background: #e1be7c;
  }
  40% {
    background: #e7a72e;
  }
  60% {
    background: #e1be7c;
  }
}
@keyframes nav-3 {
  60% {
    background: #e1be7c;
  }
  70% {
    background: #e7a72e;
  }
  100% {
    background: #e1be7c;
  }
}
.min15max60 {
  --min-size: 15;
  --max-size: 60;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (3840 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

:root {
  --text-font-size: 17px;
  --title-font-size: 60px;
  --title-font-color: #2f3030;
  --text-font-color: #afb0b0;
  --btn-font-color: #000000;
  --title-margin: 5% auto 1%;
  --title-margin-m: 5% auto 4%;
  --text-margin: 3% auto;
  --text-shadow: 0 0 4px rgba(0,0 ,0 ,0.6 );
}

.msi__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

html:has(.Indo-Pac-Student-Program) {
  font-size: 17px;
  line-height: 1.2;
}

.Indo-Pac-Student-Program {
  background: #e7e7e7;
  position: relative;
}
.Indo-Pac-Student-Program .slick-track .slick-slide {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.Indo-Pac-Student-Program .slick-track .slick-slide.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.Indo-Pac-Student-Program .underline {
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.05rem;
  margin: 2% 0;
}
.Indo-Pac-Student-Program .content {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2025/Corp/campus-program/images/cont-bg.jpg) no-repeat #e7e7e7;
  background-position: 37% -8%;
}
.Indo-Pac-Student-Program .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .content {
    background-position: 50% -29%;
  }
  .Indo-Pac-Student-Program .content::before {
    display: none;
  }
}
@media (min-width: 1930px) {
  .Indo-Pac-Student-Program .content {
    background-position: 67% -29%;
    background-size: 155%;
  }
}
.Indo-Pac-Student-Program .square-pattern {
  position: absolute;
}
.Indo-Pac-Student-Program .square-pattern--1 {
  left: -13%;
  top: 67%;
  width: 40vw;
}
.Indo-Pac-Student-Program .square-pattern--2 {
  right: 0;
  top: 38%;
  width: 18vw;
}
.Indo-Pac-Student-Program .square-pattern--3 {
  right: 0;
  top: 72%;
  width: 20vw;
}
.Indo-Pac-Student-Program .square-pattern--4 {
  left: 1%;
  bottom: 0;
  width: 23vw;
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .square-pattern--1 {
    left: -8%;
    top: 50%;
    width: 24vw;
  }
  .Indo-Pac-Student-Program .square-pattern--3 {
    right: 0;
    top: 55%;
    width: 14vw;
  }
}
.Indo-Pac-Student-Program .mainTitle16 {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 5% 0;
}
.Indo-Pac-Student-Program .mainTitle16 h2 {
  font-size: 8.5vw;
  color: var(--title-font-color);
  margin: var(--title-margin-m);
}
.Indo-Pac-Student-Program .mainTitle16 p {
  font-size: 5.5vw;
  color: var(--text-font-color);
}
.Indo-Pac-Student-Program .mainTitle16 .gh-txt {
  font-size: 5.3vw;
  color: var(--text-font-color);
  padding: 3px 0;
}
@media (min-width: 499px) {
  .Indo-Pac-Student-Program .mainTitle16 h2 {
    font-size: 2rem;
  }
  .Indo-Pac-Student-Program .mainTitle16 p {
    font-size: 1.3rem;
  }
  .Indo-Pac-Student-Program .mainTitle16 .gh-txt {
    font-size: 1.6rem;
  }
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .mainTitle16 h2 {
    font-size: 2.8rem;
    margin: var(--title-margin);
  }
  .Indo-Pac-Student-Program .mainTitle16 p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1930px) {
  .Indo-Pac-Student-Program .mainTitle16 h2 {
    font-size: 2.2vw;
  }
}
.Indo-Pac-Student-Program a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.Indo-Pac-Student-Program .titleBox {
  text-align: center;
}
.Indo-Pac-Student-Program .titleBox h2 {
  display: inline-block;
  font-size: 5vw;
  padding: 0 1%;
  margin-bottom: 3%;
  letter-spacing: 1px;
  position: relative;
}
.Indo-Pac-Student-Program .titleBox h2 b {
  color: #dead4f;
  font-size: 1.6rem;
}
.Indo-Pac-Student-Program .titleBox h2 em {
  font-size: 1.6rem;
  font-style: normal;
}
.Indo-Pac-Student-Program .titleBox h2 span {
  display: block;
  background: #dead4f;
  width: 100%;
  height: 3px;
}
.Indo-Pac-Student-Program .titleBox p {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 10px 0;
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .titleBox h2 {
    font-size: 1.6vw;
  }
  .Indo-Pac-Student-Program .titleBox h2 b {
    font-size: 1.6vw;
  }
  .Indo-Pac-Student-Program .titleBox p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media (min-width: 1930px) {
  .Indo-Pac-Student-Program .titleBox h2 em {
    font-size: 2.2rem;
  }
  .Indo-Pac-Student-Program .titleBox h2 b {
    font-size: 2.2rem;
  }
}
.Indo-Pac-Student-Program .lang {
  display: flex;
  justify-content: center;
  margin: auto;
  text-align: center;
  padding: 3% 0;
  background: #fff;
}
.Indo-Pac-Student-Program .lang label {
  width: 1.8rem;
  padding-right: 3px;
}
.Indo-Pac-Student-Program .lang select {
  font-size: 1.1rem;
  padding: 2px;
  border: 0;
  background: #ffffff;
  font-weight: 600;
  color: var(--title-font-color);
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .lang {
    background: transparent;
    position: absolute;
    top: 2.5%;
    left: 80%;
    z-index: 3;
    margin: 0;
    text-align: left;
    padding: 0;
  }
  .Indo-Pac-Student-Program .lang label {
    width: 1.5rem;
  }
  .Indo-Pac-Student-Program .lang select {
    background: #f8f8f6;
  }
}
@media (min-width: 1930px) {
  .Indo-Pac-Student-Program .lang select {
    background: #fcfcfc;
    font-size: 1.3rem;
  }
}
.Indo-Pac-Student-Program .menuBarBtn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: 20px;
  filter: drop-shadow(0 0 5px #000);
}
.Indo-Pac-Student-Program .menuBarBtn p {
  width: 25px;
  height: 3.2px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
  position: relative;
}
.Indo-Pac-Student-Program .menuBarBtn p::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 25px;
  height: 3.2px;
  background-color: #fff;
  transition: 0.3s;
  transform: translateY(-8px);
  left: 0;
}
.Indo-Pac-Student-Program .menuBarBtn p::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 25px;
  height: 3.2px;
  background-color: #fff;
  transition: 0.3s;
  transform: translateY(8px);
  left: 0;
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .menuBarBtn {
    width: auto;
    border-right: #444 1px solid;
    margin-right: 15px;
    padding-right: 40px;
    display: none;
  }
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .navBox.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(225, 190, 124, 0.95);
    width: 100%;
    z-index: 200;
    margin: 0;
  }
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .navBox.sticky .mainTop-nav {
    display: flex;
    align-items: center;
    padding: 5px 30px;
    animation: none;
    box-shadow: none;
  }
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .navBox.sticky .mainTop-nav:nth-of-last-type(1) {
    border-right: 0;
  }
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .navBox.sticky .mainTop-nav:hover {
    background: #dead4f;
    box-shadow: none;
    transform: none;
  }
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .navBox.sticky .mainTop-nav--5 {
    display: flex;
  }
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .navBox.sticky .mainTop-nav--5:hover {
    background: none !important;
    box-shadow: none !important;
  }
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .navBox.sticky .mainTop-nav--5 select {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--title-font-color);
  }
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .navBox.sticky .mainTop-nav--5 img {
    margin-right: 0;
    margin-left: 20px;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.Indo-Pac-Student-Program .mainTop {
  position: relative;
  overflow: hidden;
}
.Indo-Pac-Student-Program .mainTop__mobileNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 2%;
  background: rgba(0, 0, 0, 0.6);
}
.Indo-Pac-Student-Program .mainTop__logoBox {
  display: flex;
  align-items: center;
}
.Indo-Pac-Student-Program .mainTop__logoBox img {
  max-width: 80px;
  height: auto;
}
.Indo-Pac-Student-Program .mainTop__flexBox {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 90%;
  margin: auto;
  gap: 1%;
}
.Indo-Pac-Student-Program .mainTop-pattern {
  position: absolute;
  left: -3%;
  top: 37%;
  width: 12vw;
}
.Indo-Pac-Student-Program .mainTop__imgWrapBox {
  position: relative;
}
.Indo-Pac-Student-Program .mainTop__imgWrapBox-pattern {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
}
.Indo-Pac-Student-Program .mainTop__text {
  margin-top: 5%;
  text-align: center;
}
.Indo-Pac-Student-Program .mainTop__text h1 {
  color: var(--title-font-color);
  text-transform: uppercase;
  font-size: 9vw;
  line-height: 1;
  margin-bottom: 2%;
  font-weight: 800;
}
.Indo-Pac-Student-Program .mainTop__text em {
  font-size: 20vw;
  color: var(--text-font-color);
  display: block;
  margin: 0 0 -3.5% 0;
  font-style: normal;
  color: transparent;
  background-image: linear-gradient(to right, #d7d2cc 0%, #304352 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
.Indo-Pac-Student-Program .mainTop-mainTxt {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--title-font-color);
}
.Indo-Pac-Student-Program .mainTop__navBox {
  position: relative;
  margin: 0;
  background: none;
  display: block;
}
.Indo-Pac-Student-Program .mainTop__navBox-flexBox {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: start;
  position: relative;
  padding-right: 60px;
}
.Indo-Pac-Student-Program .mainTop__navBox-flex {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background: rgba(225, 190, 124, 0.9);
  border-radius: 3px;
  margin-top: 0;
}
.Indo-Pac-Student-Program .mainTop__navBox-flex.show {
  display: flex;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.Indo-Pac-Student-Program .mainTop-nav {
  border-radius: 3px;
  padding: 10px 25px;
  font-weight: bold;
  color: var(--title-font-color);
  display: block;
  text-align: center;
  cursor: pointer;
}
.Indo-Pac-Student-Program .mainTop-nav.active {
  background: #000;
  color: #fff;
}
.Indo-Pac-Student-Program .mainTop-nav:hover {
  background: rgba(222, 173, 79, 0.9);
}
.Indo-Pac-Student-Program .mainTop-nav--5 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Indo-Pac-Student-Program .mainTop-nav--5 img {
  max-width: 30px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Indo-Pac-Student-Program .mainTop-nav--5 select {
  font-size: 1rem;
  background: #323232;
  border-radius: 3px;
  box-shadow: 0 4px #000000;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: var(--title-font-color);
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .mainTop__logoBox {
    display: none;
  }
  .Indo-Pac-Student-Program .mainTop .navBox-mobile {
    display: none;
  }
  .Indo-Pac-Student-Program .mainTop__flexBox {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
  }
  .Indo-Pac-Student-Program .mainTop__imgWrapBox {
    margin: -2.8% -6.2% 0 0;
    width: 100vw;
    order: 2;
  }
  .Indo-Pac-Student-Program .mainTop__mainBox {
    margin-left: 15%;
    order: 1;
    width: 84vw;
  }
  .Indo-Pac-Student-Program .mainTop-mainTxt {
    width: 88%;
    font-size: 20px;
  }
  .Indo-Pac-Student-Program .mainTop__text {
    text-align: left;
    visibility: visible;
  }
  .Indo-Pac-Student-Program .mainTop__text h1 {
    font-size: 4vw;
    margin-bottom: 2%;
  }
  .Indo-Pac-Student-Program .mainTop__text em {
    font-size: 8vw;
    margin: 0 0 -4% 0;
  }
  .Indo-Pac-Student-Program .mainTop__navBox {
    position: relative;
    margin: 5% 0;
    background: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .Indo-Pac-Student-Program .mainTop__navBox-flex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    background: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    gap: 6px;
    flex-wrap: nowrap;
    justify-content: start;
    overflow: visible;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .Indo-Pac-Student-Program .mainTop__navBox-flexBox {
    display: none;
  }
  .Indo-Pac-Student-Program .mainTop__navBox.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(225, 190, 124, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
  }
  .Indo-Pac-Student-Program .mainTop__navBox.sticky .mainTop__navBox-flex {
    justify-content: center;
    gap: 8px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    flex-wrap: nowrap;
    overflow: visible;
    width: 100%;
    display: flex;
  }
  .Indo-Pac-Student-Program .mainTop__navBox.sticky .mainTop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
    animation: none;
    box-shadow: none;
    border-radius: 3px;
    transition: all 0.3s ease;
    text-align: center;
    margin: 0 3px;
  }
  .Indo-Pac-Student-Program .mainTop__navBox.sticky .mainTop-nav:hover {
    background: #dead4f;
    box-shadow: none;
  }
  .Indo-Pac-Student-Program .mainTop__navBox.sticky .mainTop-nav--5 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Indo-Pac-Student-Program .mainTop__navBox.sticky .mainTop-nav--5 select {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--title-font-color);
    text-align: center;
  }
  .Indo-Pac-Student-Program .mainTop__navBox.sticky .mainTop-nav--5 img {
    margin-right: 0;
    margin-left: 20px;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Indo-Pac-Student-Program .mainTop-nav--5.mainTop-nav {
    background: transparent;
    box-shadow: none;
  }
  .Indo-Pac-Student-Program .mainTop-nav--5.mainTop-nav:hover {
    background: transparent;
    transform: none;
    box-shadow: none;
  }
  .Indo-Pac-Student-Program .mainTop-nav {
    background: #e1be7c;
    border-radius: 3px;
    padding: 0 15px;
    font-weight: bold;
    color: var(--title-font-color);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-right: 10px;
    box-shadow: 0 4px #dead4f;
    text-align: center;
    transition: all 0.3s ease;
  }
  .Indo-Pac-Student-Program .mainTop-nav:hover {
    background: #dead4f;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(222, 173, 79, 0.4);
  }
  .Indo-Pac-Student-Program .mainTop-nav--5 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Indo-Pac-Student-Program .mainTop-nav--5 img {
    max-width: 20px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Indo-Pac-Student-Program .mainTop-nav--5 select {
    font-size: 0.85rem;
    background: #323232;
    box-shadow: 0 4px #000000;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border: 0;
    color: #fff;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1930px) {
  .Indo-Pac-Student-Program .mainTop-mainTxt {
    font-size: 1vw;
  }
  .Indo-Pac-Student-Program .mainTop-nav a {
    font-size: 1.3rem;
  }
  .Indo-Pac-Student-Program .mainTop-nav--5 select {
    font-size: 1.3rem;
  }
}
.Indo-Pac-Student-Program .overview {
  padding: 10% 0;
  overflow: hidden;
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .overview {
    padding: 5% 0;
  }
}
.Indo-Pac-Student-Program .schedule__flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.Indo-Pac-Student-Program .schedule__itemBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(50% - 10px);
}
.Indo-Pac-Student-Program .schedule__itemBox:nth-of-type(odd) .schedule__txtBox {
  background: #dead4f;
  width: 100%;
  text-align: center;
}
.Indo-Pac-Student-Program .schedule__itemBox:nth-of-type(even) .schedule__txtBox {
  background: #e4bf79;
  width: 100%;
  text-align: center;
}
.Indo-Pac-Student-Program .schedule__itemBox:nth-last-of-type(1) .schedule__txtBox {
  position: relative;
}
.Indo-Pac-Student-Program .schedule__itemBox:nth-last-of-type(1) .schedule__txtBox {
  display: flex;
  background: none !important;
}
.Indo-Pac-Student-Program .schedule__itemBox:nth-last-of-type(1) .schedule__txtBox p {
  width: 100%;
  background: #dead4f;
}
.Indo-Pac-Student-Program .schedule__itemBox:nth-last-of-type(1) .schedule__txtBox img {
  height: 34px;
}
.Indo-Pac-Student-Program .schedule__imgBox {
  padding: 10% 10% 0 10%;
}
.Indo-Pac-Student-Program .schedule__txtBox p {
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  font-size: 20px;
}
.Indo-Pac-Student-Program .schedule__line {
  width: 4%;
  margin: 3% auto 3%;
}
@media (min-width: 576px) {
  .Indo-Pac-Student-Program .schedule__itemBox {
    width: calc(33.3333333333% - 10px);
  }
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .schedule__flexBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 90%;
    margin: auto;
  }
  .Indo-Pac-Student-Program .schedule__itemBox {
    width: auto;
  }
}
@media (min-width: 1300px) {
  .Indo-Pac-Student-Program .schedule__flexBox {
    width: 100%;
  }
}
.Indo-Pac-Student-Program .benefits {
  padding: 10% 0;
  overflow: hidden;
}
.Indo-Pac-Student-Program .benefits__itemBox {
  width: 100%;
}
.Indo-Pac-Student-Program .benefits__itemBox .slick-slide {
  margin: 1% 0;
  background: #e7e7e7;
  border: 3px solid #dead4f;
  border-radius: 10px;
}
.Indo-Pac-Student-Program .benefits__itemBox .slick-current {
  background: #dead4f;
}
.Indo-Pac-Student-Program .benefits__itemBox .slick-current img {
  filter: invert(200%) brightness(10);
}
.Indo-Pac-Student-Program .benefits__itemBox-tab--active {
  display: block;
  background: #dead4f;
}
.Indo-Pac-Student-Program .benefits__itemBox-tab {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 3px 20px;
  margin: 3% 0;
  cursor: pointer;
}
.Indo-Pac-Student-Program .benefits__itemBox-tab:nth-of-type(1) {
  margin-top: 0;
}
.Indo-Pac-Student-Program .benefits__itemBox-tab:nth-last-of-type(1) {
  margin-bottom: 0;
}
.Indo-Pac-Student-Program .benefits__itemBox-tab p {
  font-weight: 600;
}
.Indo-Pac-Student-Program .benefits__itemBox-tab img {
  max-width: 70px;
  max-height: 55px;
}
.Indo-Pac-Student-Program .benefits__txtBox {
  text-align: center;
  padding: 5% 0;
  width: 80%;
  margin: 0 auto 5%;
  color: #fff;
}
.Indo-Pac-Student-Program .benefits__txtBox hr {
  width: 20px;
  margin: auto;
  height: 2px;
  background: #fff;
  border: 0;
}
.Indo-Pac-Student-Program .benefits__txtBox h3 {
  margin: 3% auto;
  position: relative;
}
.Indo-Pac-Student-Program .benefits__txtBox p {
  margin-top: 5%;
}
.Indo-Pac-Student-Program .benefits__txtBox a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
.Indo-Pac-Student-Program .benefits__contBox {
  width: 100%;
  position: relative;
}
.Indo-Pac-Student-Program .benefits__contBox-item {
  background: #dead4f;
  width: 90%;
  margin: auto;
}
.Indo-Pac-Student-Program .benefits__contBox-item:nth-of-type(even) {
  background: #e0bc75;
}
.Indo-Pac-Student-Program .benefits__contBox-item--active {
  display: block;
}
.Indo-Pac-Student-Program .benefits__linkBox a {
  display: inline-block;
  padding: 10px 20px;
  background: #dead4f;
  border: 2px solid #dead4f;
  color: var(--title-font-color);
  font-weight: 600;
  margin-top: 15px;
  cursor: pointer;
  font-size: 1.2rem;
  animation: lightBTN 2s infinite;
}
.Indo-Pac-Student-Program .benefits__linkBox a:hover {
  background: transparent;
  color: #dead4f;
}
.Indo-Pac-Student-Program .benefits .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 3rem;
}
.Indo-Pac-Student-Program .benefits .slick-prev {
  left: -5%;
  top: 30%;
  transform: translate(0, 0);
}
.Indo-Pac-Student-Program .benefits .slick-next {
  right: -5%;
  top: 30%;
  transform: translate(0, 0);
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .benefits {
    padding: 5% 0;
  }
  .Indo-Pac-Student-Program .benefits__contBox-item {
    margin: 0 auto;
    width: calc(33.3333333333% - 10px);
  }
  .Indo-Pac-Student-Program .benefits__flexBox {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
  }
  .Indo-Pac-Student-Program .benefits__imgBox {
    margin: auto;
  }
  .Indo-Pac-Student-Program .benefits__txtBox {
    text-align: center;
    margin: 3% auto;
    width: 90%;
  }
  .Indo-Pac-Student-Program .benefits__itemBox {
    width: 38%;
  }
  .Indo-Pac-Student-Program .benefits__contBox {
    width: 65%;
  }
}
.Indo-Pac-Student-Program .gallery {
  padding: 0 0 5%;
  overflow: hidden;
  width: 100%;
}
.Indo-Pac-Student-Program .gallery__navBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Indo-Pac-Student-Program .gallery__navBox-item {
  border: 2px solid #dead4f;
  color: #dead4f;
  border-radius: 5px;
  margin: 0 1%;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.Indo-Pac-Student-Program .gallery__navBox-item--active {
  display: block;
  background: #dead4f;
  color: #fff;
}
.Indo-Pac-Student-Program .gallery__navBox-item:hover {
  background: #dead4f;
  color: #fff;
}
.Indo-Pac-Student-Program .gallery__slickBox {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: none;
}
.Indo-Pac-Student-Program .gallery__slickBox--active {
  display: block !important;
}
.Indo-Pac-Student-Program .gallery__slickBox .slick-slide {
  margin: auto;
  text-align: center;
}
.Indo-Pac-Student-Program .gallery__slickBox .slick-slide > div {
  width: 100%;
  height: 100%;
}
.Indo-Pac-Student-Program .gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
}
.Indo-Pac-Student-Program .gallery .slick-next:before, .Indo-Pac-Student-Program .gallery .slick-prev:before {
  display: none;
}
.Indo-Pac-Student-Program .gallery .slick-next {
  right: 0;
}
.Indo-Pac-Student-Program .gallery .slick-prev {
  left: 0;
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .gallery .slick-prev {
    left: -45px;
  }
  .Indo-Pac-Student-Program .gallery .slick-next {
    right: -45px;
  }
}
.Indo-Pac-Student-Program .gallery__contBox {
  margin-top: 5%;
  text-align: center;
}
.Indo-Pac-Student-Program .gallery__itemBox {
  margin-bottom: 30px;
  text-align: center;
  flex: 0 0 auto;
  width: 300px;
  max-width: 300px;
  margin: auto;
  background: #fff;
  min-height: 410px;
}
.Indo-Pac-Student-Program .gallery__imgBox {
  overflow: hidden;
  position: relative;
}
.Indo-Pac-Student-Program .gallery__imgBox img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s ease-in-out;
}
.Indo-Pac-Student-Program .gallery__imgBox:hover img {
  transform: scale(1.05);
}
.Indo-Pac-Student-Program .gallery__txtBox {
  padding: 15px;
  text-align: center;
}
.Indo-Pac-Student-Program .gallery__txtBox .gallery-date {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.Indo-Pac-Student-Program .gallery__txtBox .gallery-txt {
  color: #dead4f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.3;
}
.Indo-Pac-Student-Program .gallery__txtBox h6 {
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .gallery__itemBox {
    text-align: left;
    display: flex !important;
    justify-content: start;
    align-items: stretch;
    flex-direction: column;
  }
  .Indo-Pac-Student-Program .gallery__itemBox h4 {
    text-align: center;
  }
}
@media (min-width: 996px) {
  .Indo-Pac-Student-Program .gallery__mobileNav {
    display: none;
  }
}
@media (max-width: 995px) {
  .Indo-Pac-Student-Program .mainTop__navBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.95);
    padding: 10px 0;
    display: block;
  }
  .Indo-Pac-Student-Program .mainTop__navBox-flexBox {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: start;
    position: relative;
    padding-left: 20px;
    width: 100%;
  }
  .Indo-Pac-Student-Program .mainTop__navBox-flex {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background: rgba(225, 190, 124, 0.9);
    border-radius: 3px;
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }
  .Indo-Pac-Student-Program .mainTop__navBox-flex.show {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .Indo-Pac-Student-Program .mainTop-nav {
    border-radius: 3px;
    padding: 10px 25px;
    font-weight: bold;
    color: var(--title-font-color);
    display: block;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  .Indo-Pac-Student-Program .mainTop-nav.active {
    background: #000;
    color: #fff;
  }
  .Indo-Pac-Student-Program .mainTop-nav:hover {
    background: rgba(222, 173, 79, 0.9);
  }
  .Indo-Pac-Student-Program .mainTop-nav--5 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Indo-Pac-Student-Program .mainTop-nav--5 img {
    max-width: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Indo-Pac-Student-Program .mainTop-nav--5 select {
    font-size: 1rem;
    background: #e1be7c;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border: 0;
    color: var(--title-font-color);
    box-shadow: none;
  }
  .Indo-Pac-Student-Program .menuBarBtn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .Indo-Pac-Student-Program .gallery__navBox {
    text-align: center;
    margin-bottom: 20px;
  }
  .Indo-Pac-Student-Program .gallery__navBox-item {
    font-size: 16px;
    padding: 8px 15px;
    margin: 0 0.5%;
  }
  .Indo-Pac-Student-Program .gallery__contBox {
    margin-top: 20px;
  }
  .Indo-Pac-Student-Program .gallery__imgBox {
    margin-bottom: 10px;
  }
  .Indo-Pac-Student-Program .gallery__txtBox {
    padding: 10px;
  }
  .Indo-Pac-Student-Program .gallery__txtBox .gallery-txt {
    font-size: 16px;
  }
  .Indo-Pac-Student-Program .gallery__txtBox h6 {
    font-size: 12px;
  }
}
@keyframes galleryRefresh {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInSmooth {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutSmooth {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-5px);
  }
}/*# sourceMappingURL=main-my.css.map */