.bx-wrapper .bx-viewport {
  border: 0 !important;
  box-shadow: none !important;
  left: 0 !important;
  height: 300px;
  max-height: 300px;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bxslider .slider-image {
  display: block;
  background-size: cover;
  padding-bottom: 66.7%;
  max-width: 100%;
}

html, body {
  height: 100%;
}

body {
  background: #eefffc;
}

#page {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79d0ea+1,d4fdff+22,afe4ff+48,eefffc+99 */
  background: #79d0ea; /* Old browsers */
  background: -moz-linear-gradient(-60deg, #79d0ea 1%, #d4fdff 22%, #afe4ff 48%, #eefffc 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-60deg, #79d0ea 1%, #d4fdff 22%, #afe4ff 48%, #eefffc 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(120deg, #79d0ea 1%, #d4fdff 22%, #afe4ff 48%, #eefffc 99%) no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#79d0ea", endColorstr="#eefffc",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: 0px 5px 10px 2px #99bbbb;
  -moz-box-shadow: 0px 5px 10px 2px #99bbbb;
  box-shadow: 0px 5px 10px 2px #99bbbb;
  padding: 46px 0px 0 0px;
}

@media (min-width: 576px) {
  body #page {
    max-width: none;
  }
}
@media (min-width: 768px) {
  body #page {
    max-width: none;
  }
}
@media (min-width: 992px) {
  body #page {
    padding: 0 0;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1080px) {
  body #page {
    overflow-x: hidden;
  }
}
#mainmenu {
  margin-bottom: 20px;
}

#sidebar-wrapper {
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 46px;
  width: 100%;
  background: #32bcee;
  padding: 5px 15px;
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}

.oi:empty:before {
  margin-right: 15px;
}

.btn_menu {
  cursor: pointer;
}

.mobile-menu-hide {
  display: block;
}
@media (min-width: 992px) {
  .mobile-menu-hide {
    display: none;
  }
}

#header {
  background: url("../images/bannerA_mobile.png") no-repeat top center;
  -webkit-background-size: 100%;
  background-size: 100%;
  height: 328px;
  position: relative;
  overflow-x: hidden;
}
#header a {
  position: relative;
  z-index: 3;
}
#header a img {
  max-width: 98%;
}
#header .school-image {
  position: absolute;
  bottom: 0;
  z-index: 0;
  right: 0;
  top: 10%;
  max-height: 90%;
  width: auto;
  display: none;
}
@media (min-width: 500px) {
  #header .school-image {
    display: block;
  }
}
@media (min-width: 991px) {
  #header .school-image {
    left: 47.5%;
    z-index: 2;
    top: 0;
    max-height: 100%;
  }
}
#header .student-animation {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 44%;
}
@media (min-width: 400px) {
  #header .student-animation {
    width: 55%;
  }
}
@media (min-width: 991px) {
  #header .student-animation {
    width: 38%;
  }
}
#header .header-slogan {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 68px;
  width: 100%;
  background: url("../images/bannerASlogan.png") no-repeat;
  background-position: 160% 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
@media (min-width: 400px) {
  #header .header-slogan {
    background-position: 120% 100%;
  }
}
@media (min-width: 500px) {
  #header .header-slogan {
    background-position: 100% 100%;
  }
}
@media (min-width: 991px) {
  #header .header-slogan {
    right: 49%;
    background-position: 100%;
    bottom: unset;
    top: 150px;
  }
}
#header.header-page {
  background: none;
  height: auto;
}
#header.header-page a img {
  width: 100%;
  max-width: 100%;
}
#header.header-page .desktop-banner {
  display: none;
}
#header.header-page .mobile-banner {
  display: block;
}
@media (min-width: 361px) {
  #header.header-page .desktop-banner {
    display: block;
  }
  #header.header-page .mobile-banner {
    display: none;
  }
}
@media (min-width: 500px) {
  #header {
    background: url("../images/bannerBG_desktop.png") no-repeat bottom right;
    height: 400px;
  }
  #header a img {
    max-width: 90%;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  #header img {
    max-width: 90%;
  }
}

#content {
  padding: 20px 0px;
}
@media (min-width: 991px) {
  #content {
    padding: 20px 15px;
  }
}

#footer {
  background: #32bcee;
  color: white;
  text-align: center;
  font-size: 13px;
  padding-bottom: 10px;
}
#footer a {
  color: white;
  text-decoration: underline;
}
#footer #copyright {
  padding-top: 5px;
}

.footer-info-container {
  background: #fffb6e;
}
.footer-info-container .col {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (orientation: landscape) and (max-width: 990px) {
  .footer-info-container {
    margin-top: 40px;
  }
}
@media (min-width: 991px) {
  .footer-info-container .col {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.footer-info {
  margin: 0;
  padding: 10px 0;
  color: #004221;
  font-size: 13px;
  line-height: 1;
}
.footer-info a {
  color: #004221;
}
.footer-info .footer-left {
  text-align: right;
}
.footer-info .footer-right {
  text-align: left;
  border-left: 1px solid #004221;
}
@media (min-width: 991px) {
  .footer-info .footer-left {
    text-align: left;
  }
  .footer-info .footer-right {
    text-align: left;
    padding-left: 10px;
  }
  .footer-info .footer-left {
    padding-left: 10px;
    border-left: 1px solid #004221;
  }
}

#page-bottom {
  height: 250px;
  background: url("../images/bottomBGStar.png") no-repeat;
  background-position-x: 20%;
  background-position-y: 72%;
  position: relative;
  text-align: center;
}
#page-bottom #rainbow-bg {
  background: url(../images/rainbow_mobile.png) no-repeat bottom center;
  width: 90%;
  height: 85%;
  max-width: 325px;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
#page-bottom img {
  position: relative;
  z-index: 1;
  width: 313px;
  max-height: 100%;
  margin: 30px auto 0 auto;
}
@media (min-width: 576px) {
  #page-bottom #rainbow-bg {
    background: url(../images/rainbow.png) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 90%;
    height: 100%;
    max-width: none;
  }
  #page-bottom img {
    position: absolute;
    right: 10px;
  }
}
@media (min-width: 992px) {
  #page-bottom #rainbow-bg {
    width: 80%;
    height: 120%;
    top: -50px;
  }
  #page-bottom img {
    right: 30px;
    bottom: -66px;
  }
}

.gradient-box {
  -webkit-box-shadow: 6px 3px 0px 0px rgb(174, 174, 174);
  -moz-box-shadow: 6px 3px 0px 0px rgb(174, 174, 174);
  box-shadow: 6px 3px 0px 0px rgb(174, 174, 174);
  background: white;
  border: 4px solid;
  min-height: 100px;
  position: relative;
  margin-top: 60px;
  padding: 22px 5px 13px 5px;
}

.box-title-image {
  position: absolute;
  top: -55px;
  left: -20px;
  width: 273px;
  z-index: 1;
}

.box-bottom-image {
  position: absolute;
  bottom: -42px;
  right: 5px;
  z-index: 1;
}

.box-slider {
  position: relative;
  z-index: 0;
  margin-top: 2px;
  height: 100%;
}
.box-slider a {
  text-decoration: none;
}
.box-slider .slick-slider {
  height: 90%;
}
.box-slider .slick-slider .slick-list {
  height: 100%;
}
.box-slider .slick-slider .slick-track {
  height: 100%;
}
.box-slider .box-slide {
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.box-slider .slider-image {
  margin: 0 auto;
}
.box-slider .slider-title {
  -webkit-box-shadow: 2px 2px 0px 0px rgb(174, 174, 174);
  -moz-box-shadow: 2px 2px 0px 0px rgb(174, 174, 174);
  box-shadow: 2px 2px 0px 0px rgb(174, 174, 174);
  text-align: center;
  color: white;
  padding: 3px;
}
.box-slider .prevButton, .box-slider .nextButton {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 5;
  cursor: pointer;
}
.box-slider .prevButton img, .box-slider .nextButton img {
  width: 100%;
  height: auto;
}
.box-slider .prevButton.prevButton, .box-slider .nextButton.prevButton {
  left: 10px;
}
.box-slider .prevButton.nextButton, .box-slider .nextButton.nextButton {
  right: 10px;
}
.box-slider .slick-slide img {
  opacity: 0.6;
}
.box-slider .slick-current img {
  opacity: 1;
}
@media (min-width: 991px) {
  .box-slider {
    padding: 0 5px;
  }
  .box-slider a {
    height: 250px;
  }
  .box-slider .slider-image {
    width: 100%;
    margin: 0 5px;
  }
}

.activity-box {
  border-color: #acde60;
}
.activity-box .box-slider .slider-title {
  background-color: #32be77;
  -webkit-box-shadow: 2px 2px 0px 0px #478767;
  -moz-box-shadow: 2px 2px 0px 0px #478767;
  box-shadow: 2px 2px 0px 0px #478767;
}

.bible-box {
  min-height: 280px;
  border-color: #fbeb1f;
}
.bible-box .bible-words {
  position: relative;
  margin-top: 20px;
  padding: 10px 15px 75px 15px;
  font-size: 18px;
  font-weight: bold;
}
.bible-box .bible-words .bible-verse {
  padding-top: 30px;
  font-size: 16px;
  color: #d49600;
}
.bible-box .bible-words .box-bottom-image {
  position: absolute;
  bottom: -55px;
  right: -10px;
  z-index: 1;
}

.calendar-box {
  border-color: #f6993c;
}
.calendar-box #index-calendar {
  position: relative;
  z-index: 2;
  margin-top: 5px;
  padding: 0 10px;
}
.calendar-box #index-calendar .datepicker {
  width: 100%;
}
.calendar-box #index-calendar .datepicker table {
  width: 100%;
  margin: 0 auto;
}
.calendar-box #index-calendar .datepicker table tr td.disabled, .calendar-box #index-calendar .datepicker table tr td.disabled:hover {
  color: black;
}
.calendar-box #index-calendar .datepicker table tr td.old, .calendar-box #index-calendar .datepicker table tr td.old:hover, .calendar-box #index-calendar .datepicker table tr td.new, .calendar-box #index-calendar .datepicker table tr td.new:hover {
  color: #CCC !important;
  background: none !important;
}
.calendar-box #index-calendar .datepicker table tbody tr td.active {
  background: #dada1f;
  border: none;
  text-shadow: none;
  color: black;
}
.calendar-box #index-calendar .datepicker table tbody tr td.holiday {
  background: #32beed;
  color: white;
}
.calendar-box #index-calendar .datepicker .datepicker-switch {
  background: none;
}
.calendar-box #index-calendar .datepicker .prev, .calendar-box #index-calendar .datepicker .next {
  color: #d4db1f;
  background: none;
}
.calendar-box #index-calendar .datepicker .prev {
  text-align: right;
}
.calendar-box #index-calendar .datepicker .next {
  text-align: left;
}
.calendar-box .calendar-container {
  padding: 0 25px;
}
.calendar-box .calendar-details {
  width: 100%;
  height: 140px;
  background: #f6f6f6;
  margin: 5px auto;
  overflow: scroll;
  padding: 0;
}
.calendar-box .calendar-details div {
  border-bottom: 1px solid #f7e1c0;
  padding: 2px 4px 2px 7px;
  margin: 0 0px;
}
.calendar-box .calendar-details div.holiday {
  border-left: #32beed 8px solid;
}
.calendar-box .calendar-details div.event {
  border-left: #d8dc00 8px solid;
}

.eclass-box {
  border-color: #c6c52e;
}
.eclass-box form {
  padding: 30px 30px 20px;
}
.eclass-box form label {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.eclass-box form input {
  width: 100%;
  border: 2px #d4db1f solid;
  text-align: center;
}
.eclass-box form button {
  -webkit-box-shadow: 2px 2px 0px 0px #888;
  -moz-box-shadow: 2px 2px 0px 0px #888;
  box-shadow: 2px 2px 0px 0px #888;
  width: 100%;
  margin-top: 25px;
  padding: 3px;
  background-color: #d4db1f;
  text-align: center;
  color: white;
  font-size: 18px;
}
@media (min-width: 991px) {
  .eclass-box form {
    padding: 30px 20px 20px;
  }
}

.index-tabs {
  margin-top: 30px;
}
.index-tabs div.nav {
  position: relative;
  border: none;
  align-items: left;
}
.index-tabs div.nav a.nav-link {
  padding: 0;
  background: none;
  border: none;
  z-index: 0;
}
.index-tabs div.nav a.nav-link img {
  max-width: 223px;
  padding-right: 10px;
  width: 105%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: 0 200%;
  background-image: none;
  background-repeat: no-repeat;
  background-color: transparent;
}
.index-tabs div.nav a.nav-link:nth-child(2) {
  margin-left: -15px;
}
.index-tabs div.nav a.nav-link.active {
  z-index: 1;
}
.index-tabs div.nav a.nav-link.active img {
  background-image: url(../images/title_shadow.png);
}
.index-tabs .tab-content {
  padding: 0;
  margin: 0;
}
.index-tabs .tab-content .tab-pane {
  -webkit-box-shadow: 6px 3px 0px 0px rgb(174, 174, 174);
  -moz-box-shadow: 6px 3px 0px 0px rgb(174, 174, 174);
  box-shadow: 6px 3px 0px 0px rgb(174, 174, 174);
  padding: 15px;
  margin-left: 5px;
  margin-top: 0;
  margin-right: 5px;
}
.index-tabs .tab-content .tab-pane:nth-child(2) {
  margin-right: 2px;
}
.index-tabs .tab-content #news {
  background-color: #3ac5ef;
}
.index-tabs .tab-content #news .tabs-readmore {
  -webkit-box-shadow: 2px 2px 0px 0px #3576b3;
  -moz-box-shadow: 2px 2px 0px 0px #3576b3;
  box-shadow: 2px 2px 0px 0px #3576b3;
  background: #c3edff;
  color: #3576b3;
  font-weight: bold;
}
.index-tabs .tab-content #circulars {
  background-color: #3fa9f5;
}
.index-tabs .tab-content #circulars .tabs-readmore {
  -webkit-box-shadow: 2px 2px 0px 0px #3576b3;
  -moz-box-shadow: 2px 2px 0px 0px #3576b3;
  box-shadow: 2px 2px 0px 0px #3576b3;
  background: #c3edff;
  color: #3576b3;
  font-weight: bold;
}
.index-tabs .tab-content #achievements {
  background-color: #f2b3a0;
}
.index-tabs .tab-content #achievements .tabs-readmore {
  -webkit-box-shadow: 2px 2px 0px 0px #cb5b89;
  -moz-box-shadow: 2px 2px 0px 0px #cb5b89;
  box-shadow: 2px 2px 0px 0px #cb5b89;
  background: #fce0e2;
  color: #cb5b89;
  font-weight: bold;
}
.index-tabs .tab-content #learning {
  background-color: #f48484;
}
.index-tabs .tab-content #learning .tabs-readmore {
  -webkit-box-shadow: 2px 2px 0px 0px #cb5b89;
  -moz-box-shadow: 2px 2px 0px 0px #cb5b89;
  box-shadow: 2px 2px 0px 0px #cb5b89;
  background: #fce0e2;
  color: #cb5b89;
  font-weight: bold;
}
.index-tabs .tab-content #learning .col {
  margin-bottom: 10px;
}
.index-tabs .tab-content #learning .img-container {
  margin: 0;
  background: white;
  height: 60px;
  text-align: center;
}
.index-tabs .tab-content #learning .img-container img {
  max-height: 100%;
}
.index-tabs .tab-content .tabs-item, .index-tabs .tab-content .tabs-readmore {
  margin: 5px 0px 10px 0px;
  padding: 5px;
  background: white;
  color: black;
  text-decoration: none;
}
.index-tabs .tab-content .tabs-item .col, .index-tabs .tab-content .tabs-readmore .col {
  padding: 0 5px;
}
.index-tabs .tab-content .tabs-item .tabs-item-date, .index-tabs .tab-content .tabs-readmore .tabs-item-date {
  color: #aaa;
}
@media (min-width: 768px) {
  .index-tabs .nav-justified .nav-item {
    flex-basis: unset;
    flex-grow: unset;
    text-align: left;
  }
  .index-tabs div.nav a.nav-link:nth-child(2) {
    margin-left: -25px;
  }
}

.index-links {
  padding-top: 10px;
}
.index-links a {
  position: relative;
  overflow-x: hidden;
}
.index-links a img {
  max-width: none;
  width: 110%;
}
.index-links a .link-title {
  position: absolute;
  padding: 5px 21% 5px 33%;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 0.8rem;
  color: white;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-all;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  text-shadow: 1px 1px 2px rgb(100, 100, 100);
}
.index-links a:nth-child(3n+2) {
  margin-left: -10px;
}
@media (min-width: 576px) {
  .index-links a img {
    max-width: 100%;
  }
  .index-links a .link-title {
    padding: 8px 75px 8px 100px;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .index-links a:nth-child(3n+2) {
    margin-left: 0;
  }
  .index-links a .link-title {
    padding: 5px 75px 8px 85px;
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 1150px) {
  .index-links a .link-title {
    padding: 5px 75px 10px 100px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .index-links {
    margin-top: 20px;
  }
}
@media (min-width: 991px) {
  .activity-box, .eclass-box {
    height: 325px;
    margin-top: 40px;
  }
  .calendar-box {
    margin-top: 70px;
  }
  .red-tabs {
    margin-top: 40px;
  }
}
.page-container {
  position: relative;
}
.page-container .breadcrumbs {
  text-align: right;
}
.page-container .page-title {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  background: url("../images/titleBG.png") no-repeat top center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 346px;
  height: 58px;
  max-width: 100%;
  padding-top: 12px;
  padding-left: 20px;
  color: white;
}
.page-container .page-content {
  min-height: 100px;
  padding: 30px 10px 0;
  margin-top: 0;
  background-color: white;
  border: 4px #0063b3 solid;
  -webkit-box-shadow: 6px 3px 0px 0px rgb(174, 174, 174);
  -moz-box-shadow: 6px 3px 0px 0px rgb(174, 174, 174);
  box-shadow: 6px 3px 0px 0px rgb(174, 174, 174);
}
@media (max-width: 990px) {
  .page-container .page-title {
    top: 44px;
    width: 330px;
  }
  .page-container .page-content {
    margin-top: 35px;
  }
}

.breadcrumbs {
  padding-bottom: 15px;
}

.news-list .news_date {
  text-align: right;
}
.news-list .pager .next > a, .news-list .pager .previous > a {
  float: none;
}
.news-list ul.yiiPager .selected a {
  background: rgb(165, 218, 227);
  color: white !important;
}
.news-list ul.yiiPager a:link, .news-list ul.yiiPager a:visited {
  border: solid 1px rgb(165, 218, 227);
  color: rgb(165, 218, 227);
}
.news-list .news_item {
  background-color: white;
  padding: 1rem;
  margin-bottom: 0.5rem;
  -webkit-box-shadow: 2px 2px 0px 0px rgb(174, 174, 174);
  -moz-box-shadow: 2px 2px 0px 0px rgb(174, 174, 174);
  box-shadow: 2px 2px 0px 0px rgb(174, 174, 174);
}

.main-news {
  background-color: white;
  padding: 15px;
  border: 2px #0063b3 solid;
  -webkit-box-shadow: 2px 2px 0px 0px rgb(174, 174, 174);
  -moz-box-shadow: 2px 2px 0px 0px rgb(174, 174, 174);
  box-shadow: 2px 2px 0px 0px rgb(174, 174, 174);
}
.main-news a.news-title {
  color: #000;
  text-decoration: none !important;
}
.main-news .news-content {
  margin-top: 1rem;
}

.recent-news {
  padding: 15px;
  background-color: white;
  border: 2px #0063b3 solid;
  -webkit-box-shadow: 2px 2px 0px 0px rgb(174, 174, 174);
  -moz-box-shadow: 2px 2px 0px 0px rgb(174, 174, 174);
  box-shadow: 2px 2px 0px 0px rgb(174, 174, 174);
}
.recent-news ul {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .recent-news {
    margin-top: 15px;
  }
}

.album-description {
  background-color: white;
  padding: 15px;
  border: 4px #0063b3 solid;
  -webkit-box-shadow: 6px 3px 0px 0px rgb(174, 174, 174);
  -moz-box-shadow: 6px 3px 0px 0px rgb(174, 174, 174);
  box-shadow: 6px 3px 0px 0px rgb(174, 174, 174);
  margin-bottom: 15px;
}

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