@import url("css/normalize.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@200;400;600&family=Playfair+Display&display=swap");
@import url("css/icon.css");
html,
body,
div,
section,
nav,
header {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #F5F6F7;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #212140;
}

a {
  text-decoration: none;
  color: #2193E8;
  top: 0;
  position: relative;
  padding-bottom: 0;
  border-bottom: 2px solid rgba(33, 147, 232, 0);
  transition: all 0.25s ease;
}
a:hover {
  color: #404040;
  top: -3px;
  padding-bottom: 5px;
  border-bottom: 4px solid #2193e8;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  width: calc(100% - 20px);
}
.container.white {
  background: #FFF;
}
.container .box-initiative .img-container {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .container .box-initiative .img-container {
    background-position-y: -150px;
  }
}
@media screen and (min-width: 1024px) {
  .container .box {
    padding: 0 10px;
  }
  .container .box-initiative {
    width: 60%;
  }
  .container .box-contact {
    width: 40%;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    width: 1320px;
    padding: 20px 60px;
  }
  .container .box-initiative {
    width: 65%;
  }
  .container .box-contact {
    width: 35%;
  }
}

.font-serif {
  font-family: "Playfair Display";
}

.text-xl {
  font-size: 28px;
}
@media screen and (min-width: 1280px) {
  .text-xl {
    font-size: 40px;
  }
}

img {
  max-width: 100%;
  display: block;
}

.clear {
  clear: both;
}
.clear:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (min-width: 768px) {
  .flex {
    display: flex;
  }
  .flex.flex-space-between {
    justify-content: space-between;
  }
  .flex.flex-align-center {
    align-items: center;
  }
  .flex.flex-align-end {
    align-items: flex-end;
  }
}
.img-logo {
  width: 96px;
}
@media screen and (min-width: 1024px) {
  .img-logo {
    width: 130px;
  }
}

.overlay {
  background-color: rgba(27, 117, 187, 0.7);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.overlay:before {
  content: "";
  display: block;
  background: #010133;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(1, 1, 51, 0) 57%, #010133 100%);
}
@media screen and (max-width: 640px) {
  .page-index .overlay:before {
    background: linear-gradient(270deg, rgba(1, 1, 51, 0) 57%, #010133 100%);
  }
}
@media screen and (min-width: 1024px) {
  .overlay:before {
    background: linear-gradient(180deg, rgba(1, 1, 51, 0) 57%, #010133 100%);
  }
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

header {
  padding: 0 10px 10px;
}
header img,
header .btn-nav {
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 640px) {
  header > div.container:after {
    content: "";
    background: #F5F6F7;
    width: 100%;
    height: 56px;
    position: absolute;
    left: -20px;
    padding: 20px;
    z-index: 5;
    top: 0;
  }
  header nav {
    background: #F5F6F7;
    position: absolute;
    display: block;
    z-index: 2;
    width: 100%;
    left: -20px;
    padding: 20px;
    top: -30px;
    opacity: 0;
    transition: all 0.35s ease-in-out;
  }
  header nav a {
    margin-left: 48px;
  }
  header .menu-opened {
    background-color: #F5F6F7;
  }
  header .menu-opened .btn-nav span:not(.x) {
    opacity: 0;
  }
  header .menu-opened .btn-nav span.x:nth-child(2) {
    transform: rotate(45deg);
  }
  header .menu-opened .btn-nav span.x:nth-child(3) {
    transform: rotate(-45deg);
  }
  header .menu-opened nav {
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
    top: 76px;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  header {
    padding: 10px 0;
  }
}

nav {
  text-transform: uppercase;
}
nav a {
  display: block;
  border-bottom: 1px solid #F5F6F7;
  margin: 0 20px;
  padding: 5px 0;
}
nav a.nav-current {
  color: #404040;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  nav {
    margin: auto 0;
  }
  nav a {
    display: inline-block;
    vertical-align: middle;
  }
}

.btn-nav {
  border: none;
  background-color: #F5F6F7;
  height: 40px;
  position: relative;
  width: 40px;
  margin: -48px 0px 0 auto;
  padding: 2px;
  transform: scale(0.85);
}
@media screen and (min-width: 768px) {
  .btn-nav {
    display: none;
  }
}
.btn-nav span {
  background-color: #2193E8;
  border-radius: 5px;
  width: 34px;
  height: 4px;
  top: 18px;
  opacity: 1;
  display: block;
  position: absolute;
  transition: transform 0.25s ease, opacity 0.15s ease;
}
.btn-nav span:first-child, .btn-nav span:last-child {
  top: 8px;
}
.btn-nav span:last-child {
  top: 28px;
}

.box-pillars {
  color: #FFF;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-size: contain;
}
.box-pillars.pillars-long {
  width: 100%;
  height: 214px;
  background-position: center;
  background-size: cover;
}
.box-pillars.pillars-long.pillar-charity {
  background-position-x: -40px;
}
@media screen and (min-width: 768px) {
  .box-pillars.pillars-long {
    width: 50%;
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .box-pillars.pillars-long {
    height: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .box-pillars.pillars-long {
    width: 25%;
  }
}
.box-pillars.pillars-wide {
  line-height: 22px;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .box-pillars.pillars-wide {
    height: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .box-pillars.pillars-wide {
    height: 260px;
    width: 50%;
  }
}
.box-pillars.pillars-wide .info {
  padding: 30px;
}
@media screen and (min-width: 1024px) {
  .box-pillars.pillars-wide .info {
    padding: 0 40px;
  }
}
.box-pillars.pillars-wide .title {
  font-family: "Playfair Display";
  font-size: 1.5em;
  margin-bottom: 20px;
}
.box-pillars.pillars-wide:nth-child(1) .pillar-bg:before, .box-pillars.pillars-wide:nth-child(4) .pillar-bg:before {
  background: linear-gradient(145deg, rgba(27, 117, 187, 0) -50%, rgba(27, 117, 187, 0.9) 50%);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.box-pillars.pillars-wide:nth-child(1) .info, .box-pillars.pillars-wide:nth-child(4) .info {
  order: 1;
}
.box-pillars.pillars-wide:nth-child(1) .list, .box-pillars.pillars-wide:nth-child(4) .list {
  order: 2;
}
.box-pillars.pillars-wide:nth-child(1) .text, .box-pillars.pillars-wide:nth-child(4) .text {
  color: #FFF;
}
.box-pillars.pillars-wide:nth-child(1) .title, .box-pillars.pillars-wide:nth-child(4) .title {
  color: #FFF;
}
.box-pillars.pillars-wide:nth-child(2) .pillar-bg:before, .box-pillars.pillars-wide:nth-child(3) .pillar-bg:before {
  background: linear-gradient(145deg, rgba(203, 235, 255, 0) -50%, rgba(203, 235, 255, 0.9) 50%);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.box-pillars.pillars-wide:nth-child(2) .info, .box-pillars.pillars-wide:nth-child(3) .info {
  order: 2;
}
.box-pillars.pillars-wide:nth-child(2) .list, .box-pillars.pillars-wide:nth-child(3) .list {
  order: 1;
}
.box-pillars.pillars-wide:nth-child(2) .text, .box-pillars.pillars-wide:nth-child(3) .text {
  color: #404040;
}
.box-pillars.pillars-wide:nth-child(2) .title, .box-pillars.pillars-wide:nth-child(3) .title {
  color: #2193E8;
}
.box-pillars .flex {
  height: 100%;
}
.box-pillars h3 {
  font-weight: 200;
  font-style: normal;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.box-pillars img {
  width: 60px;
  margin-bottom: 10px;
}
.box-pillars img.show-sm {
  display: block;
  float: left;
  margin-right: 10px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .box-pillars img.show-sm {
    display: none;
  }
}
.box-pillars img.hide-sm {
  display: none;
}
@media screen and (min-width: 768px) {
  .box-pillars img.hide-sm {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .box-pillars img {
    display: block;
    width: 100%;
    max-width: 120px;
    max-height: 120px;
  }
}
.box-pillars.pillar-food img {
  max-width: 100px;
  max-height: 100px;
}
.box-pillars.pillar-education img {
  margin-bottom: 0;
}
.box-pillars.pillar-charity img {
  margin-left: -10px;
}
.box-pillars p {
  margin: 0;
}
.page-index .box-pillars h3 {
  font-size: 1.875em;
}
@media screen and (min-width: 1024px) {
  .page-index .box-pillars h3 {
    font-size: 2.875em;
  }
}
@media screen and (min-width: 1024px) {
  .page-index .box-pillars p {
    font-size: 1.375em;
    line-height: 1.5em;
  }
}
.page-index .box-pillars .pillar-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
}
.page-about .box-pillars h3 {
  font-size: 1.625em;
}
.page-about .box-pillars p {
  line-height: 1.5em;
}
.page-about .box-pillars.pillars-long {
  margin: 7px 0;
}
@media screen and (max-width: 640px) {
  .page-about .box-pillars.pillars-long {
    height: 300px;
  }
}
.box-pillars .box-pillars-container {
  height: 100%;
  margin: 0 7px;
  background-size: cover;
}
.box-pillars .box-pillars-container .pillar-content {
  padding: 20px;
}
.box-pillars .box-pillars-container .overlay {
  display: flex;
  align-items: flex-end;
}
.box-pillars .pillar-bg {
  margin: 0 10px;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.box-pillars .list {
  background-color: rgba(255, 255, 255, 0.95);
  color: #404040;
  min-width: 35%;
  padding: 0 30px;
  box-sizing: border-box;
  height: inherit;
  display: flex;
  align-items: center;
}
.box-pillars .list ul {
  list-style: none;
  padding-left: 0;
}
.box-pillars .list li {
  padding: 7px 0;
  border-bottom: 1px solid #2193E8;
}
.box-pillars .list li:last-child {
  border-bottom: none;
}

.box-pillars-container {
  background-position: center;
}
.pillar-education .box-pillars-container {
  background-position-x: -350px;
}
.pillar-charity .box-pillars-container {
  background-position-x: -90px;
}

.box-welcome {
  padding: 20px 0;
}
.box-welcome a {
  margin-top: 5px;
}

.about-pillar {
  background-color: #E4EFF7;
}
.about-pillar:before {
  content: "";
  background-image: url("assets/MKAStripeTile.svg");
}
.about-pillar .container {
  padding-left: 0;
  padding-right: 0;
}
.about-pillar .about-pillar-intro {
  padding: 20px 10px;
}
.about-pillar .about-pillar-intro > div:first-child {
  padding: 10px 0;
}
@media screen and (min-width: 1280px) {
  .about-pillar .about-pillar-intro > div:first-child {
    padding: 20px 0 40px;
    text-align: right;
    padding: 0 50px;
    width: 20%;
  }
}
.about-pillar .about-pillar-intro > div:first-child span {
  color: #2193E8;
  font-size: 1.25em;
  font-weight: 600;
}
.about-pillar .about-pillar-intro > div:first-child span + p {
  font-size: 3em;
  display: block;
  margin: 0;
  line-height: 0.75em;
}
@media screen and (min-width: 1280px) {
  .about-pillar .about-pillar-intro > div:first-child span + p {
    font-size: 3.125em;
  }
}
.about-pillar .about-pillar-intro > div:last-child {
  font-size: 1.375em;
  color: #404040;
  font-weight: 200;
  line-height: 28px;
}
@media screen and (min-width: 1024px) {
  .about-pillar .about-pillar-intro > div:last-child {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .about-pillar .about-pillar-intro > div:last-child {
    margin-left: 0;
  }
}

.box-contact div {
  border-radius: 20px;
  background: url("assets/bg-tileMKA.png") repeat;
  background-size: 40%;
}
.box-contact > div {
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 1;
}

label {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}
label span {
  color: #FFF;
  display: block;
  padding-bottom: 8px;
}
label input,
label textarea {
  background-color: #F2F1ED;
  border-radius: 20px;
  border: none;
  box-sizing: border-box;
  padding: 10px 24px;
  width: 100%;
}
label textarea {
  resize: none;
  height: 100px;
}

button,
input[type=submit] {
  background-color: #F2F1ED;
  border-radius: 20px;
  border: none;
  display: block;
  margin: auto;
  padding: 5px 30px;
}

.box-contribution {
  background-color: #EDE7D0;
  margin-top: -60px;
  padding-top: 30px;
  text-align: center;
}
.page-contact .box-contribution {
  margin-top: 0;
  padding-top: 0;
}
.page-exp .box-contribution {
  margin-top: 0;
}
.box-contribution br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .box-contribution {
    text-align: left;
  }
  .box-contribution .container > div {
    padding: 0;
    width: 48%;
  }
}

.contribution-bankinfo {
  border-radius: 60px;
  border: 5px solid #EDE7D0;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  padding: 20px 0;
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .contribution-bankinfo {
    margin: -10px 0 20px;
    text-align: center;
  }
}
.contribution-bankinfo p {
  color: #2193E8;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 0 12px;
  vertical-align: top;
}
@media screen and (min-width: 1280px) {
  .contribution-bankinfo p {
    font-size: 1.875em;
  }
}
.contribution-bankinfo span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .contribution-bankinfo span {
    display: block;
    font-size: 1rem;
    color: #404040;
    text-transform: none;
    font-weight: 400;
    position: absolute;
    bottom: 7px;
  }
}

footer {
  background-color: #212140;
  padding: 14px 0;
  text-align: center;
}
footer a {
  margin: 0;
  color: #E0F1FC;
  opacity: 0.7;
  display: block;
  border-bottom: none;
}
footer a:hover {
  border-bottom: none;
  color: #E0F1FC;
  opacity: 1;
  top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  footer a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
  }
}

.page-header {
  background-color: rgba(33, 147, 232, 0.15);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .page-header {
    height: 280px;
  }
}
.page-header .container {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .page-index .page-header {
    height: 500px;
  }
}
.page-about .page-header {
  background-image: url("assets/img-boystwo.png");
}
.page-exp .page-header {
  background-image: url("assets/img-students.png");
}
.page-contact .page-header {
  background-image: url("assets/bg-ContactUs.png");
  height: 290px;
}
@media screen and (min-width: 1280px) {
  .page-contact .page-header {
    height: 600px;
  }
  .page-contact .page-header .container {
    align-items: center;
  }
}
.page-header h1 {
  color: #FFF;
  font-size: 2em;
  font-weight: 200;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .page-header h1 {
    font-size: 3em;
  }
}
.page-header + .container.white {
  margin-top: -20px;
}

.page-about .page-container,
.page-about .box-chairman-photo {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .page-about .extra-holder {
    display: flex;
  }
}
.page-about .box {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .page-about .box {
    width: 40%;
  }
}
@media screen and (min-width: 1280px) {
  .page-about .box {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .page-about .box-chairman-photo {
    order: 2;
  }
}
.page-about .box-chairman-letter {
  padding: 10px 30px;
  box-sizing: border-box;
  line-height: 24px;
}
@media screen and (min-width: 1280px) {
  .page-about .box-chairman-letter {
    padding: 30px 40px 0 60px;
    order: 1;
  }
}
.page-about .letter-intro {
  font-size: 1.25em;
}
@media screen and (min-width: 1024px) {
  .page-about .letter-intro {
    font-size: 1.35em;
  }
}
@media screen and (min-width: 1280px) {
  .page-about .letter-intro {
    font-size: 1.25em;
  }
}
.page-about .letter-intro:after {
  content: "";
  height: 10px;
  background-color: #E4EFF7;
  width: 50%;
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
}
.page-about .letter-intro.hide-lg {
  display: block;
}
.page-about .letter-intro.show-lg {
  display: none;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .page-about .letter-intro.hide-lg {
    display: none;
  }
  .page-about .letter-intro.show-lg {
    display: block;
    width: 70%;
    padding: 20px 30px 0;
    box-sizing: border-box;
  }
}
.page-about .orgchart img.show-md, .page-about .orgchart img.show-lg {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-about .orgchart img.show-md {
    display: block;
  }
  .page-about .orgchart img.show-sm {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .page-about .orgchart img.show-lg {
    display: block;
  }
  .page-about .orgchart img.show-md {
    display: none;
  }
}

.page-exp .container-pillar {
  padding: 0;
}

.page-contact .page-container.container {
  padding: 0;
  align-items: stretch;
}
.page-contact .flex {
  align-items: center;
}

.box-form {
  padding: 15px 20px;
}
@media screen and (min-width: 1280px) {
  .box-form {
    width: 70%;
    padding: 30px 55px;
  }
  .box-form form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.box-form label {
  padding: 0 10px;
  box-sizing: border-box;
  margin: 10px 0;
}
@media screen and (min-width: 1280px) {
  .box-form label {
    width: 50%;
  }
}
.box-form label span {
  color: #404040;
}
.box-form input[type=submit] {
  background: #2193E8;
  color: #FFF;
}

.message-container {
  color: #FFF;
  font-size: 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 0.25s ease;
}
.message-container.message-sent {
  opacity: 1;
  z-index: 1;
}
.message-container p {
  width: 100%;
  text-align: center;
}
.page-contact .message-container {
  background-color: #FFF;
}
.page-contact .message-container p {
  color: #404040;
}

.box-info {
  background-color: #2E3191;
  color: #FFF;
  padding: 0 50px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .box-info {
    width: 27%;
  }
}
.box-info p {
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .box-info p {
    font-size: 1.25em;
    line-height: 26px;
  }
}

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