@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body {
  font-family: "Montserrat";
  color: #666;
  overflow-x: hidden;
  line-height: 1.5;
}

img {
  width: 100%;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-hide img {
  width: 40px;
}

section {
  padding: 100px 0;
  min-height: 80vh;
  display: grid;
  background-color: white;
}
@media screen and (max-width: 480px) {
  section {
    padding: 40px 0;
  }
}
@media screen and (orientation: portrait) {
  section {
    min-height: auto;
  }
}

a {
  color: unset;
}
a:hover {
  color: unset;
  text-decoration: none;
}

p {
  line-height: 2;
}

.bg-image {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.suggestion .sub-title {
  max-width: 700px;
}
.suggestion .content {
  max-width: 90%;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .suggestion .content {
    font-size: 16px;
  }
}
.suggestion .next-page i {
  color: #FACB00;
  margin-right: 10px;
}

.border-radius {
  border-radius: 8px;
}

.btn-ghost {
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #4D7EFF;
  background-color: transparent;
  color: #4D7EFF;
  padding: 15px 40px;
}
.btn-ghost:hover {
  background-color: #4D7EFF;
  color: white;
}

.modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  bottom: auto;
  background-color: transparent;
}
.modal.image-only {
  width: 100%;
  text-align: center;
  text-align: -webkit-center;
}
.modal img {
  max-width: 300px;
}
.modal .modal-header {
  border-bottom: none !important;
  padding-bottom: 0;
}
.modal h5 {
  color: #195728;
}
.modal .full-image {
  max-width: 800px;
}
.modal .full-image img {
  max-width: 100%;
}
.modal button.close {
  position: absolute;
  top: 40px;
  right: calc(50vw - 400px + 20px);
  z-index: 99999;
}
@media screen and (max-width: 1080px) {
  .modal .modal-dialog {
    width: 85vw;
  }
  .modal button.close {
    right: 12vw;
  }
}
@media screen and (max-width: 900px) {
  .modal button.close {
    right: calc(7.5vw + 20px);
  }
}
@media screen and (max-width: 480px) {
  .modal h5 {
    font-size: 18px;
  }
  .modal .modal-body p {
    font-size: 14px;
  }
  .modal .btn-ghost {
    padding: 15px;
    font-size: 12px;
  }
  .modal img {
    max-width: 200px;
  }
  .modal button.close {
    top: 10px;
    right: calc(7.5vw + 10px);
  }
}

.grey-bg {
  background-color: #f3f3f3;
}

.big-img {
  height: 400px !important;
  background-attachment: fixed;
}
@media screen and (max-width: 480px) {
  .big-img {
    height: 200px !important;
    background-attachment: unset;
  }
}

#banner {
  font-family: "Open Sans";
  padding: 0;
  position: relative;
  height: 100vh;
  top: 0;
  background-color: transparent;
}
@media screen and (max-width: 480px) {
  #banner .title {
    font-size: 50px !important;
  }
  #banner .sub-title {
    font-size: 50px !important;
    margin-top: 0;
  }
  #banner .banner-text {
    font-size: 32px;
    width: 100%;
    word-break: break-word;
    letter-spacing: 1px;
    line-height: 1.5;
    top: 45%;
    right: 10px;
    white-space: break-spaces;
    position: relative;
  }
  #banner .small-line {
    top: 0;
    width: 80px;
    border-width: 2px;
    right: 20px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #banner .title {
    font-size: 75px !important;
  }
  #banner .sub-title {
    font-size: 65px !important;
    margin-top: 0;
  }
}
#banner .banner-image {
  height: 100%;
  width: 100%;
  background-position: bottom;
  position: fixed;
  z-index: -1;
  top: 100px;
}
@media screen and (max-width: 480px) {
  #banner .banner-image {
    width: 100vw;
    height: 100vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #banner .banner-image .banner-text {
    font-size: 50px;
    top: 60%;
  }
  #banner .banner-image .small-line {
    top: 78%;
  }
}
@media screen and (max-width: 320px) {
  #banner .banner-image .small-line {
    top: 90%;
  }
}

.main-title {
  font-family: "Open Sans";
  color: #3F9F49;
  margin: 20px 0;
}

.background {
  background-color: white;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  color: #6D6E71;
}
.background .bar1, .background .bar2, .background .bar3 {
  background-color: #666 !important;
}
.background .dropdown .btn-secondary {
  color: #6D6E71;
}
.background svg path {
  fill: #6D6E71 !important;
}
@media screen and (min-width: 768px) {
  .background .top-menu li:first-child {
    border-right: 1px solid #666;
  }
}

.mini-bg-dark-grey {
  height: 100px;
  background-color: #a0a1a4;
}
@media screen and (max-width: 767px) {
  .mini-bg-dark-grey {
    height: 60px;
  }
}

.title {
  font-family: "Open Sans";
  color: #195728;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 23px;
  }
}

.sub-title {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .sub-title {
    font-size: 14px;
  }
}

.content {
  max-width: 500px;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .content {
    max-width: 100%;
    font-size: 13px;
  }
  .content i {
    font-size: 18px !important;
  }
}

.small-line {
  border: 3px solid #fff;
  width: 150px;
  float: right;
  margin-top: 30px;
  z-index: 3;
  top: 380px;
  right: 0;
}
.small-line-title {
  border: 1.5px solid #FACB00;
  position: relative;
  width: 70px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .small-line-title {
    margin-bottom: 20px;
  }
}

.up-card {
  margin-top: -50px;
  padding: 0;
  min-height: 65vh;
}
@media screen and (max-width: 767px) {
  .up-card {
    margin-top: 0;
    margin-bottom: 0;
  }
  .up-card .body-card {
    height: auto !important;
    margin-bottom: 40px;
    border-right: none !important;
  }
  .up-card .content {
    height: auto !important;
  }
}
@media screen and (orientation: portrait) and (min-width: 768px) {
  .up-card {
    min-height: auto !important;
  }
}
.up-card .card-container {
  background-color: white;
  border-radius: 4px;
  padding: 16px;
  z-index: 1;
  margin: 30px auto;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.04);
}
.up-card .card-container .card-row {
  margin: 0;
}
.up-card .card-container .card-row .card-col {
  padding: 0;
}
.up-card .card-container .card-row .card-col .body-card {
  border-right: 1px solid #E6E6E6;
  height: 250px;
  padding: 0 15px;
}
.up-card .card-container .card-row .card-col .body-card .title {
  font-family: "Open Sans";
  font-size: 18px;
  padding-top: 20px;
}
.up-card .card-container .card-row .card-col .body-card .content {
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  height: 110px;
  -webkit-box-orient: vertical;
}
.up-card .card-container .card-row .card-col .body-card .next-page {
  font-size: 14px;
  color: #4D7EFF;
  line-height: 12px;
}
.up-card .card-container .card-row .card-col .body-card .next-page svg {
  width: 20px;
  vertical-align: middle;
}
.up-card .card-container .card-row .card-col .body-card .next-page svg path {
  transform-origin: 5px -345px;
  fill: #FACB00;
}
.up-card .card-container .card-row .card-col .body-card .next-page:hover {
  color: #195728;
  cursor: pointer;
}
.up-card .card-container .card-row .card-col .body-card .next-page:hover svg {
  margin-left: 20px;
  transition: all 0.5s ease;
}
.up-card .card-container .card-row .card-col:last-child .body-card {
  border-right: none;
}

.btn-primary.btn-wa {
  background-color: #4D7EFF;
  color: white;
  border: none;
  outline: none;
  box-shadow: none;
  background-image: none;
}
.btn-primary.btn-wa:hover {
  background-color: #6790ff;
}

.overlay {
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.overlay.overlay-modal {
  background-color: rgba(0, 0, 0, 0.8);
}

.main-text {
  color: #195728;
  font-size: 32px;
  line-height: 32px;
}

.second-text {
  font-size: 14px;
}

.img-hover-zoom {
  overflow: hidden;
  height: auto;
}
.img-hover-zoom .image {
  transition: transform 0.3s ease;
}
.img-hover-zoom:hover .image {
  transform: scale(1.1);
}

.parent {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.child {
  width: 100%;
  height: 250px;
  background-position: bottom;
}

.parent:hover .child,
.parent:focus .child {
  transform: scale(1.1);
}

.child::before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52, 73, 94, 0.75);
}

.parent:hover .child:before,
.parent:focus .child:before {
  display: block;
}

.card .title {
  font-family: "Open Sans";
  font-size: 18px;
  padding-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card .content {
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 80px;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .card .content {
    height: auto;
  }
}
.card .next-page {
  font-size: 12px;
  color: #4D7EFF;
  line-height: 12px;
}
.card .next-page svg {
  width: 20px;
  vertical-align: middle;
}
.card .next-page svg path {
  transform-origin: 5px -345px;
  fill: #FACB00;
}
.card .next-page:hover {
  color: #195728;
  cursor: pointer;
}
.card .next-page:hover svg {
  margin-left: 20px;
  transition: all 0.5s ease;
}
.card .card-blockquote {
  margin: 0 !important;
}
.card .next-page.btn-admission {
  text-align: center;
  border: 0.5px solid #BEBCBB;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: -7px;
}
.card .next-page.btn-admission svg path {
  fill: #666;
}
.card .next-page.btn-admission.next-page:hover {
  background-color: #4D7EFF;
  color: white;
  border-color: white;
}
.card .next-page.btn-admission.next-page:hover svg {
  margin: 0;
}
.card .next-page.btn-admission.next-page:hover svg path {
  fill: white;
}

.longline {
  border: 1px solid #BEBCBB;
  width: 300px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 30px;
}
.longline:after {
  box-shadow: 0 0 0 2px #BEBCBB;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  content: "";
  top: -6px;
  background-color: white;
  display: block;
  position: absolute;
}
@media screen and (max-width: 480px) {
  .longline {
    width: 80px;
    margin: auto;
    height: 0;
    right: 0;
  }
  .longline:after {
    top: -5px;
  }
}

.row-five-menu {
  margin-right: -2px;
  margin-left: -2px;
  padding: 0 30px;
}
.row-five-menu .col-20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 2px;
  padding-left: 2px;
  flex: 0 0 25%;
}
.row-five-menu .col-20:first-child .five-card {
  background-color: #4ab756;
}
.row-five-menu .col-20:nth-child(2) .five-card {
  background-color: #46b151;
}
.row-five-menu .col-20:nth-child(3) .five-card {
  background-color: #3F9F49;
}
.row-five-menu .col-20:last-child .five-card {
  background-color: #3b9444;
}
@media screen and (max-width: 767px) {
  .row-five-menu .col-20 {
    flex: 0 0 100%;
    margin-top: 10px;
  }
  .row-five-menu .col-20 .five-card {
    background: rgb(63, 159, 73);
    background: linear-gradient(180deg, rgb(63, 159, 73) 0%, rgb(25, 87, 40) 100%) !important;
    height: 250px !important;
  }
  .row-five-menu .col-20 .five-card .top {
    height: 160px !important;
  }
  .row-five-menu .col-20 .five-card .bottom {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .row-five-menu .col-20 {
    padding-right: 1px;
    padding-left: 0;
  }
}
.row-five-menu .col-20 .five-card {
  background-color: #3F9F49;
  color: white;
  height: 450px;
  width: 100%;
  position: relative;
}
.row-five-menu .col-20 .five-card .top, .row-five-menu .col-20 .five-card .bottom {
  height: 225px;
  position: relative;
}
.row-five-menu .col-20 .five-card .top img {
  width: 100px;
  position: absolute;
  right: -2px;
  opacity: 0.5;
  transform: rotate(-10deg);
}
.row-five-menu .col-20 .five-card span {
  position: absolute;
  bottom: 20px;
  font-size: 70px;
}
.row-five-menu .col-20 .five-card span i {
  font-size: 50px;
  bottom: 20px;
  right: 0;
  color: white;
}
.row-five-menu .col-20 .five-card .text {
  padding: 0 25px;
}

.width-800 {
  max-width: 800px;
}

.show {
  visibility: visible !important;
}

@media screen and (max-width: 767px) {
  .mobile-show {
    visibility: hidden;
    max-height: 1px;
  }
  .mobile-show .overlay-modal {
    visibility: hidden;
    max-height: auto;
  }
  .mobile-show .label-container {
    position: fixed;
    bottom: 48px;
    right: 105px;
    display: table;
    visibility: hidden;
  }
  .mobile-show .label-text {
    color: #FFF;
    background: rgba(51, 51, 51, 0.5);
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px;
  }
  .mobile-show .label-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    opacity: 0.5;
  }
  .mobile-show .float {
    display: none;
    position: fixed;
    bottom: 0;
    width: 25vw;
    justify-content: center;
    right: 0;
    background: #ffc2c6;
    z-index: 99;
    height: 53px;
  }
  .mobile-show ul {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 75vw;
    background: #ffc2c6;
    justify-content: center;
    padding: 0 1rem 0;
    z-index: 88;
    transition: all 0.5s ease;
    transform: translateX(100vw);
    height: 53px;
  }
  .mobile-show ul .sec-1 {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .mobile-show ul li {
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 0 10px;
    margin: auto;
    color: white;
  }
  .mobile-show ul li a svg {
    width: 50px;
    height: 100%;
  }
  .mobile-show ul li a svg path {
    fill: white !important;
  }
  .mobile-show ul:hover {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .mobile-show .my-float {
    color: white;
    font-size: 22px;
    line-height: 53px;
  }
  .mobile-show #menu-share + ul {
    visibility: hidden;
  }
  .mobile-show .show, .mobile-show #menu-share:hover {
    display: flex;
  }
  .mobile-show .active {
    transform: translateX(0px);
  }
  .mobile-show .is-active {
    border-left: 1px solid white;
  }
  .mobile-show #menu-share.is-active > i {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mobile-show {
    visibility: visible;
    max-height: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .mobile-show {
    display: none;
  }
}
nav {
  width: 100%;
  height: 100px;
  line-height: 40px;
  padding: 30px 32px;
  position: fixed;
  color: white;
  top: 0;
  z-index: 9;
  font-size: 18px;
  display: flex;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  nav .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
nav .overlay {
  height: 100% !important;
}
nav .active {
  color: #FACB00 !important;
  font-weight: 500;
}
nav .active svg path {
  fill: #FACB00 !important;
}
nav .active .bar1, nav .active .bar2, nav .active .bar3 {
  background-color: #FACB00 !important;
}
nav img {
  width: 200px;
}
nav ul.top-menu {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}
nav ul.top-menu svg {
  width: 40px;
  height: 100%;
}
nav ul.top-menu svg path {
  fill: white;
}
nav ul.top-menu li, nav ul.top-menu li a {
  display: inline-flex;
  align-items: center;
}
nav ul.top-menu li {
  list-style: none;
  padding-left: 40px;
  cursor: pointer;
}
nav ul.top-menu li:hover {
  color: #FACB00;
}
nav ul.top-menu li:hover svg path {
  fill: #FACB00 !important;
}
nav ul.top-menu li .bar1, nav ul.top-menu li .bar2, nav ul.top-menu li .bar3 {
  width: 30px;
  height: 2px;
  background-color: white;
  margin: 10px 0 10px 20px;
  transition: 0.4s;
}
nav ul.top-menu li.change .bar1 {
  transform: rotate(-45deg) translate(-14px, 6px);
}
nav ul.top-menu li.change .bar2 {
  opacity: 0;
}
nav ul.top-menu li.change .bar3 {
  transform: rotate(45deg) translate(-11px, -3px);
}
nav ul.top-menu li i {
  padding-right: 20px;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  nav ul.top-menu li:first-child {
    padding-right: 40px;
    border-right: 1px solid white;
  }
}
nav .menu {
  height: calc(100vh - 100px);
  position: fixed;
  top: 100px;
  width: 100%;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  background-color: white;
}
@media screen and (max-width: 767px) {
  nav .menu {
    top: 60px !important;
  }
}
nav .menu.active {
  transform: translateY(0);
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  z-index: 9999;
}
nav .menu .menu-row {
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
nav .menu .menu-list {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
@media screen and (max-width: 767px) {
  nav .menu .menu-list {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  nav .menu .menu-list.other-menu-active {
    height: 1px;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  nav .menu .menu-list:hover .text {
    transition: all 0.5s ease;
    top: -50% !important;
  }
  nav .menu .menu-list:hover .title {
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  nav .menu .menu-list:hover .overlay {
    background-image: linear-gradient(to top, #400105, rgba(227, 29, 26, 0.9), rgba(133, 121, 150, 0.5), rgba(190, 186, 202, 0.5));
  }
  nav .menu .menu-list:hover .sub-menu {
    opacity: 1;
  }
}
nav .menu .menu-active {
  display: block !important;
}
nav .menu .menu-active .text {
  top: -50% !important;
  position: relative !important;
}
nav .menu .menu-active .title {
  top: 50% !important;
  text-align: center !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100%;
}
nav .menu .menu-active .overlay {
  background-image: linear-gradient(to top, #400105, rgba(227, 29, 26, 0.9), rgba(133, 121, 150, 0.5), rgba(190, 186, 202, 0.5)) !important;
}
nav .menu .menu-active .sub-menu {
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  nav .menu .menu-active {
    height: 100% !important;
  }
  nav .menu .menu-active .title {
    font-size: 20px !important;
    display: block !important;
  }
  nav .menu .menu-active .title span {
    display: block !important;
    font-size: 20px !important;
  }
  nav .menu .menu-active .back-button {
    visibility: visible !important;
  }
}
nav .menu .menu-background {
  height: 100%;
  width: 100%;
  opacity: 1;
  background-position: center;
  background-size: cover;
  -moz-filter: blur(1.5px);
  -o-filter: blur(1.5px);
  -ms-filter: blur(1.5px);
  filter: blur(1.5px);
}
nav .menu .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
nav .menu .back-button {
  visibility: hidden;
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 20px;
  color: white;
}
nav .menu .back-button i {
  margin-right: 10px;
}
nav .menu .text {
  position: relative;
  top: -30%;
}
@media screen and (max-width: 767px) {
  nav .menu .text {
    position: absolute !important;
    top: 50% !important;
    left: 0% !important;
    width: 100% !important;
    transform: none !important;
    z-index: 10 !important;
  }
}
nav .menu .text .title {
  top: 80%;
  left: 0;
  position: absolute;
  display: block;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 500;
  transform-origin: 0 0;
  transform: rotate(270deg);
  opacity: 1;
  transition: 0.5s;
  line-height: 1.5;
  color: white;
  z-index: 9;
  text-align: left;
}
@media screen and (max-width: 767px) {
  nav .menu .text .title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  nav .menu .text .title span:hover {
    cursor: pointer;
    color: #FACB00;
  }
}
nav .menu .text .sub-menu {
  display: block;
  color: white;
  font-size: 16px;
  position: absolute;
  opacity: 0;
  z-index: 9;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  text-align: left;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
nav .menu .text .sub-menu li {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  nav .menu .text .sub-menu li:hover {
    color: #FACB00;
  }
}
nav .dropdown-menu {
  min-width: 50px !important;
  transform: translate3d(-5px, 40px, 0px) !important;
  text-align: center;
  z-index: 99999;
}
nav .dropdown .btn-secondary {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0;
}
nav .dropdown .btn-secondary:focus, nav .dropdown .btn-secondary:active, nav .dropdown .btn-secondary:hover {
  background-color: transparent;
  border-color: transparent;
  color: #FACB00;
  box-shadow: none;
}
nav .dropdown .btn-secondary:not(:disabled):not(.disabled).active, nav .dropdown .btn-secondary:not(:disabled):not(.disabled):active, nav .dropdown .show > .btn-secondary.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
  color: white;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  nav {
    padding: 0;
    font-size: 16px;
    height: 60px;
    line-height: normal;
  }
  nav a {
    align-self: center;
  }
  nav img {
    width: 120px;
  }
  nav ul {
    margin: 0 !important;
    padding: 0;
  }
  nav ul.top-menu {
    flex: auto;
  }
  nav ul li {
    padding-left: 0 !important;
    margin-top: 10px;
  }
  nav ul li:first-child {
    order: 2;
    padding-left: 10px;
  }
  nav ul li:first-child span:last-child {
    border-left: 2px solid #BEBCBB;
    margin-left: 10px;
  }
  nav ul li:last-child {
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  nav .col-menu .title {
    font-size: 36px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  nav {
    font-size: 13px;
  }
  nav img {
    width: 150px;
  }
  nav ul.top-menu li {
    padding-left: 9px;
    line-height: 20px;
    width: auto;
  }
  nav ul.top-menu li:first-child {
    padding-right: 15px;
  }
  nav ul.top-menu li .bar1, nav ul.top-menu li .bar2, nav ul.top-menu li .bar3 {
    width: 22px !important;
    margin: 5px 0 5px 10px !important;
  }
  nav ul.top-menu li.change .bar1 {
    transform: rotate(-45deg) translate(-10px, 2px);
  }
  nav ul.top-menu li.change .bar3 {
    transform: rotate(45deg) translate(-8px, 0px);
  }
}

footer {
  background-color: #3F9F49;
  color: white;
  padding: 50px;
}
footer img {
  width: 250px;
}
footer .title {
  font-family: "Open Sans";
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
footer .content {
  line-height: 1.5;
  font-size: 14px;
  max-width: 100%;
}
footer .content.telp {
  font-size: 35px;
  margin-bottom: 10px;
}
footer .content.telp i {
  margin-right: 10px;
}
footer .content.telp:hover {
  color: #FACB00;
}
footer .content.email {
  font-size: 20px;
  word-break: break-all;
}
footer .content.email i {
  margin-right: 10px;
}
footer .content.email:hover {
  color: #FACB00;
}
footer .content.instagram {
  font-size: 20px;
}
footer .content.instagram i {
  line-height: 29px;
  font-size: 20px;
  margin-right: 10px;
}
footer .content.instagram:hover {
  color: #FACB00;
}
footer .other-title {
  font-weight: 600;
  margin-bottom: 10px;
}
footer .address .content, footer .mission .content {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
  footer .telp {
    font-size: 25px;
  }
  footer .email {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 1023px) and (max-width: 767px) {
  footer .content i {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 480px) {
  footer {
    padding: 20px 0px;
  }
  footer img {
    width: 150px;
  }
  footer .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  footer .content {
    font-size: 12px;
  }
  footer .content.telp {
    font-size: 30px;
    margin-bottom: 0;
  }
  footer .content.telp i.fa-whatsapp {
    font-size: 30px !important;
  }
  footer .content.email {
    font-size: 16px;
  }
}
footer .col-md-6:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
footer ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
footer ul li {
  width: -moz-fit-content;
  width: fit-content;
}
footer ul li:hover {
  color: #FACB00;
}

.copyright {
  background-color: #4DA655;
  color: white;
  padding: 20px;
  font-size: 14px;
}

/* Timeline */
.timeline {
  border-left: 4px solid #D80212;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: fade(white, 3%);
  color: fade(white, 80%);
  margin: 50px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 700px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .timeline {
    margin-left: 150px;
  }
}
.timeline h1, .timeline h2, .timeline h3 {
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.4em;
}
.timeline .event {
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before, .timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -231px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #D80212;
  left: -62px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  content: "";
  top: 5px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .timeline {
    margin-left: 75px;
    line-height: 12px;
    font-size: 12px;
    padding: 30px;
  }
  .timeline > .event {
    margin-bottom: 25px;
  }
  .timeline > li.event:before {
    left: -175px;
    top: 2px;
    font-size: 16px;
  }
  .timeline > li.event:after {
    left: -42px;
    top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section {
    min-height: 45vh !important;
    padding: 50px 0;
  }
  .up-card .body-card .title {
    height: 75px;
  }
  #welcome .col-12.col-md-6 {
    align-self: center;
  }
  #inclusive-school img {
    width: 100% !important;
  }
  #inclusive-school .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .esl-content .col-lg-6:first-child {
    order: 2;
  }
  .esl-content .col-lg-6:last-child {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .wrap-img-text {
    top: 80% !important;
    right: 10% !important;
  }
  #inclusive-school {
    padding-bottom: 0px !important;
    height: auto !important;
  }
  #inclusive-school .col-md-5 {
    order: 2;
  }
  #inclusive-school .col-md-5 img {
    float: right;
    margin-top: -30px;
  }
  #inclusive-school .col-md-7 {
    order: 1;
  }
  .activities .col-md-4 {
    order: 2;
  }
  .activities .col-md-8 {
    order: 1;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #inclusive-school img {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .wrap-img-text {
    right: 2% !important;
  }
  .main-text {
    font-size: 22px !important;
  }
  .accredite {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  #welcome .col-12:first-child {
    order: 2;
  }
  #welcome .col-12:last-child {
    order: 1;
  }
  #inclusive-school .col-md-5 img {
    width: 200px;
  }
  #inclusive-school .next-page {
    max-width: 330px !important;
  }
  #character-building .core-value {
    font-size: 9px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
  }
  #character-building .col-12:first-child {
    order: 2;
  }
  #character-building .col-12:first-child .content {
    margin-top: 20px;
  }
  #character-building .col-12:first-child .content i {
    font-size: 18px;
  }
  #character-building .col-12:last-child {
    order: 1;
  }
  @keyframes zoomedText {
    0% {
      transform: scale(1) !important;
      opacity: 0;
    }
    95% {
      transform: scale(1.25) !important;
      opacity: 0.7;
    }
    97% {
      transform: scale(1.5) !important;
      opacity: 0.5;
    }
    99% {
      transform: scale(1.75) !important;
      opacity: 0.3;
    }
    100% {
      transform: scale(2) !important;
      opacity: 0;
    }
  }
}
.login {
  background-color: #195728;
  min-height: 100vh !important;
  /* STRUCTURE */
  /* TABS */
  /* FORM TYPOGRAPHY*/
  /* ANIMATIONS */
  /* Simple CSS3 Fade-in-down Animation */
  /* Simple CSS3 Fade-in Animation */
  /* Simple CSS3 Fade-in Animation */
  /* OTHERS */
}
.login .error {
  font-size: 12px;
  color: #D80212;
  white-space: nowrap;
}
.login img {
  width: 200px;
  margin-bottom: 20px;
}
.login a {
  color: #92badd;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}
.login h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 8px 10px 8px;
  color: #cccccc;
}
.login .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: auto;
  padding: 20px;
}
.login #formContent {
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
.login h2.inactive {
  color: #cccccc;
}
.login h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}
.login input[type=button], .login input[type=submit], .login input[type=reset] {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 0px;
  transition: all 0.3s ease-in-out;
}
.login input[type=button]:hover, .login input[type=submit]:hover, .login input[type=reset]:hover {
  background-color: #39ace7;
}
.login input[type=button]:active, .login input[type=submit]:active, .login input[type=reset]:active {
  transform: scale(0.95);
}
.login input[type=text], .login input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  transition: all 0.5s ease-in-out;
  border-radius: 5px 5px 5px 5px;
}
.login input[type=text]:focus, .login input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}
.login input[type=text]:placeholder {
  color: #cccccc;
}
.login input[type=password]:placeholder {
  color: #cccccc;
}
.login .fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.login .fadeIn {
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.login .fadeIn.first {
  animation-delay: 0.4s;
}
.login .fadeIn.second {
  animation-delay: 0.6s;
}
.login .fadeIn.third {
  animation-delay: 0.8s;
}
.login .fadeIn.fourth {
  animation-delay: 1s;
}
.login .underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}
.login .underlineHover:hover {
  color: #0d0d0d;
}
.login .underlineHover:hover:after {
  width: 100%;
}
.login *:focus {
  outline: none;
}
.login #icon {
  width: 60%;
}

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