body {
  color: #333;
  padding: 0;
  margin: 0;
  /*overflow-x: hidden;*/
  font-size: 1.5em;
  font-family: Microsoft JhengHei; }

td {
  padding: 3px !important; }

table, td, th {
  border: 1px solid #4b98c4; }

a:hover {
  text-decoration: none; }

.hid {
  overflow-x: hidden; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  max-height: 100%; }

.breadcrumbs {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #044164;
  font-weight: bold; }
  .breadcrumbs a {
    color: #044164; }

.container-fluid {
  padding: 20px 5% 70px 5%; }

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center; }

.item-title {
  color: #de8a75; }

.item-text {
  color: inherit; }

.page-title {
  margin-bottom: 40px; }

.hiddenBg {
  display: none; }

.mainpage {
  margin-right: calc((100vh - 245px) / 4.6 + 40px); }
  .mainpage p {
    font-weight: bold; }

.centered {
  margin: 0 auto; }

@media (orientation: landscape) {
  /* ====== */
  .section1 {
    min-height: calc(100vh - 150px - 69px); }
    .section1 .container {
      min-height: calc(100vh - 150px - 69px);
      padding: 10vh 13%; } }
.section1 {
  min-height: 0; }
  .section1 .container {
    min-height: calc(100vh - 150px - 69px);
    padding: 10vh 13%; }
    .section1 .container .page-title {
      margin-bottom: 40px; }

@media (min-width: 1282px) {
  .section1 .container {
    min-height: calc(100vh - 150px - 69px);
    padding: 8vh 13%; }

  .mainpage .section {
    width: calc(100vw - 50px - (100vh - 290px) / 4.6); }
    .mainpage .section .container {
      width: 100%; }
  .mainpage #styleArea {
    min-height: calc(100vh - 17vh);
    width: calc(100vw - 50px - (100vh - 290px) / 4.6); }
    .mainpage #styleArea .container {
      width: 100%; } }
@media screen and (max-width: 768px) {
  .section1 {
    font-size: 1em;
    padding-top: 30px;
    padding-bottom: 30px; }

  .breadcrumbs {
    margin-bottom: 5px; } }
#menu-main {
  margin: 0;
  width: 100vw;
  position: fixed;
  height: 17vh;
  max-height: 150px;
  top: 0;
  left: 0;
  z-index: 51;
  /* linear gradient + background-image */
  background: linear-gradient(to right, #99d3e0, #9bcbed, #adb8de) no-repeat left top;
  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 5px #555; }
  #menu-main #school-logo {
    height: 13vh;
    max-height: 85px;
    margin-top: 5px; }
  #menu-main #school-name {
    height: 9vh;
    max-height: 86px; }
  #menu-main .left {
    padding-top: 13px; }
  #menu-main .right {
    height: 17vh;
    max-height: 150px;
    background: url(../images/website_images/schoolNameBG.png) no-repeat left top;
    background-size: auto 100%;
    padding-right: 20px; }
    #menu-main .right #school-moto {
      padding-top: 10px; }
      #menu-main .right #school-moto img {
        max-height: 66px;
        height: calc(8vh - 5px); }
    #menu-main .right .dropbtn {
      padding: 0 5px !important; }
    #menu-main .right ul {
      margin-right: 5px;
      position: absolute;
      bottom: 10px;
      right: 10px; }
  #menu-main .icon-bar {
    background-color: #333333; }

.spacer-top {
  height: 17vh;
  max-height: 150px;
  visibility: hidden; }

.side-collapse-container {
  min-height: 100vh;
  position: relative;
  left: 0;
  transition: left .4s; }

.shifter-navigation {
  background: linear-gradient(to right, #99d3e0, #9bcbed, #adb8de) !important;
  width: 200px !important;
  padding-right: 0;
  height: 100%; }
  .shifter-navigation .navbar-nav {
    margin: 0; }
  .shifter-navigation li {
    display: inline-block;
    width: 100%; }

#menu-main .right .dropbtn img {
  height: 5.6vh;
  max-height: 48px; }

@media (max-width: 1100px) and (max-height: 800px) {
  #menu-main .right .dropbtn img {
    height: 4.8vh; } }
@media (max-width: 768px) {
  .mainpage {
    padding-top: 0 !important; } }
@media (min-width: 768px) and (max-width: 800px) {
  .navbar-nav > li {
    float: right; } }
@media (max-width: 800px) {
  #school-moto img {
    display: none !important; }

  .spacer-top {
    height: 65px; }

  #menu-right {
    display: none;
    position: absolute;
    left: 100%;
    width: 50px;
    height: 50px;
    opacity: 0; }

  .mainpage {
    margin-right: 0;
    width: 100%; }

  #menu-main {
    height: 65px;
    padding-top: 6px;
    width: 100vw;
    overflow-y: auto; }
    #menu-main .mainpage {
      margin-right: 0;
      width: 100%;
      padding-top: 0px !important; }
    #menu-main #school-name {
      height: 43px;
      top: -5px;
      width: auto;
      display: inline; }
    #menu-main #school-logo {
      height: 50px;
      margin-top: 3px;
      width: auto;
      display: inline; }
    #menu-main .right {
      background: linear-gradient(to right, #99d3e0, #9bcbed, #adb8de) no-repeat left top;
      height: auto !important;
      padding-right: 0;
      display: block !important; }
      #menu-main .right .navbar-nav {
        margin: 0; }

  .side-collapse-container {
    min-height: 100vh;
    width: 100%;
    position: relative;
    left: 0;
    transition: left .4s; }

  .side-collapse-container.out {
    min-height: 100vh;
    left: 150px; }

  .side-collapse {
    top: 65px;
    bottom: 0;
    left: 0;
    width: 150px;
    position: fixed;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    transition: width .4s; }

  .side-collapse.in {
    width: 0; } }
.container {
  width: 100%; }

#menu-right {
  background-color: #c4e1ef;
  position: fixed;
  right: 0;
  top: 0px;
  padding: 0 20px;
  height: 100vh;
  z-index: 49; }
  #menu-right ul {
    margin: 2.1vh 0; }
    #menu-right ul li {
      margin-bottom: 1vh; }
      #menu-right ul li img {
        height: calc((100vh - 245px) / 4.6); }
        #menu-right ul li img:hover {
          transform: scale(1.1, 1.1); }

@media (min-width: 320px) and (max-width: 1281px) {
  #activityArea {
    background: url("../images/website_images/homeBG_small01.png") !important;
    background-size: cover !important; }

  #lifeArea {
    background: url("../images/website_images/homeBG_small02.png") !important;
    background-size: cover !important; }

  #electronicArea {
    background: url("../images/website_images/homeBG_small03.png") !important;
    background-size: cover !important; }

  #styleArea {
    background: url("../images/website_images/homeBG_small04.png") !important;
    background-size: cover !important; }

  .hiddenBg {
    display: block; }

  .Bg {
    height: 30vh; }

  .section1 .container {
    padding: 5vh 5%;
    min-height: 0; } }
@media (min-width: 320px) and (max-width: 767px) {
  .navbar-toggle {
    display: inline-block !important;
    float: right; } }
@media (min-width: 800px) and (max-width: 1025px) and (min-height: 1000px) {
  #menu-right img {
    height: calc((100vh - 245px) / 4.6 - 5.5vh) !important;
    margin-top: 2.5vh; }

  .mainpage {
    margin-right: calc((100vh - 245px) / 4.6 - 5.5vh + 40px) !important; }

  #activityArea .col {
    width: 100% !important; } }
.clear {
  height: 65px; }

#footer {
  position: fixed;
  bottom: 0;
  height: 70px;
  width: 100%;
  color: white;
  z-index: 50; }
  #footer .left {
    background-color: #589bcd;
    text-shadow: 2px 2px #398fbf;
    padding: 10px 60px 0 30px;
    position: absolute;
    bottom: 0;
    width: 100%; }
    #footer .left p {
      width: calc(100% - 330px);
      font-size: 0.8em !important; }
    #footer .left a {
      margin-left: -3px; }
    #footer .left img {
      box-shadow: 2px 2px 1px #398fbf; }
      #footer .left img:hover {
        transform: scale(1.1, 1.1); }
  #footer .right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; }
    #footer .right img {
      height: 10vh;
      width: auto;
      min-height: 78px;
      max-height: 99px;
      max-width: 399px; }
    #footer .right p {
      padding: 20px 0 0 30px; }
  #footer .diagonal-corners-tab {
    height: 0;
    border-left: 55px solid transparent;
    border-bottom: 100px solid #0b77b1;
    padding: 10px 5px 5px;
    font-style: normal;
    display: inline-block; }

@media (max-width: 767px) {
  .clear {
    height: 0; }

  #footer {
    text-align: right;
    position: relative;
    height: auto;
    background-color: #589bcd; }
    #footer .left {
      width: 100%;
      height: 100%;
      padding-right: 10px;
      position: relative;
      bottom: auto; }
      #footer .left p {
        width: 100%; }
    #footer .right {
      background: #1077b1;
      position: relative;
      bottom: auto;
      right: auto;
      padding-bottom: 10px; }
      #footer .right img {
        height: 99px;
        width: 100% !important; } }
.item-desc {
  padding-bottom: 40px;
  font-size: 1.4em; }

#activityArea {
  background: url(../images/website_images/homeBG_large01.png) fixed;
  background-size: cover; }
  #activityArea .col {
    padding-bottom: 20px; }
  #activityArea #information-list {
    padding: 15px 10px;
    height: 40vh;
    font-size: 1em;
    /*max-width: 350px;*/
    background-color: #e4f4f7;
    overflow-y: scroll;
    overflow-x: hidden; }
    #activityArea #information-list li {
      margin-bottom: 10px; }
    #activityArea #information-list .item-image {
      height: 96px;
      vertical-align: middle;
      display: inline-block;
      width: 100%;
      max-width: 150px; }
    #activityArea #information-list .item-desc {
      font-size: 1em;
      padding-top: 10px;
      height: 80px;
      position: relative;
      display: inline-block; }
    #activityArea #information-list .col-image {
      max-width: 160px; }
  #activityArea .photos-more {
    bottom: 0px;
    position: absolute;
    right: 7px; }
  @media screen and (max-width: 767px) {
    #activityArea #information-list {
      width: auto; } }
  #activityArea .scrollbar::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px; }
  #activityArea .scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5; }
  #activityArea .scrollbar::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 10px; }
  #activityArea .carousel-item {
    padding: 8px 8px 20px 8px;
    background-color: #e4f4f7; }
    #activityArea .carousel-item .carousel-image {
      min-height: 350px;
      height: calc((100vh - 220px) - 30vh); }
  #activityArea .owl-prev {
    background: url("../images/website_images/sliderBtn_left.png") no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 38%;
    margin-left: 15px;
    display: block !IMPORTANT;
    border: 0px solid white; }
  #activityArea .owl-next {
    background: url("../images/website_images/sliderBtn_right.png") no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 38%;
    right: 15px;
    display: block !IMPORTANT;
    border: 0px solid white; }
  #activityArea .owl-dots {
    position: relative;
    bottom: 56px; }
    #activityArea .owl-dots .owl-dot span {
      width: 13px;
      height: 13px;
      background: #fff; }
    #activityArea .owl-dots .active span {
      background: #fdbc4a !important; }
  #activityArea .item-box {
    background-color: #e4f4f7;
    padding: 10px; }
  #activityArea #bible-message {
    margin-top: -40px;
    border: 5px solid #e4f4f7;
    background-color: #e4f4f7;
    padding: 0 15px 8px; }

#lifeArea {
  background: url(../images/website_images/homeBG_large02.png) fixed;
  background-size: cover; }
  #lifeArea .text {
    max-width: 400px;
    z-index: 10; }
  #lifeArea .right {
    position: relative;
    width: 100%;
    max-width: calc(90vh - 150px - 69px);
    margin: auto; }
    #lifeArea .right .image {
      background-size: cover !important; }
    #lifeArea .right .first-image {
      position: absolute;
      top: 0;
      width: 57%; }
    #lifeArea .right .second-image {
      position: absolute;
      top: 25%;
      left: 55%;
      width: 45%; }
    #lifeArea .right .third-image {
      position: absolute;
      top: 45%;
      left: 25%;
      width: 45%; }
  #lifeArea .fountain {
    position: absolute;
    bottom: -20px;
    right: -150px;
    max-width: 300px;
    z-index: -1; }
  #lifeArea .hiddenBg {
    width: 100% !important;
    max-width: 380px;
    margin: 20px auto 0 auto; }
  @media screen and (max-width: 767px) {
    #lifeArea .fountain {
      right: -60px;
      bottom: -40px; }
    #lifeArea .right {
      height: 580px; }
      #lifeArea .right .first-image {
        top: 18px;
        left: 2vw;
        height: 35vh;
        width: 35vh; }
      #lifeArea .right .second-image {
        top: 26vh;
        left: 15vw;
        height: 30vh;
        width: 30vh; }
      #lifeArea .right .third-image {
        top: 43vh;
        left: 7vw;
        height: 25vh;
        width: 25vh; } }

#electronicArea {
  background: url(../images/website_images/homeBG_large03_new.png) 50% no-repeat fixed;
  background-size: cover; }
  #electronicArea .text {
    max-width: 400px; }
  #electronicArea .right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 69px solid #272822;
    border-right: 69px solid transparent; }
  #electronicArea .hiddenBg {
    height: 300px;
    max-width: 380px;
    margin: 20px auto 0 auto;
    width: 100% !important; }

.electronicBg {
  background-position: 500px 0; }

@media screen and (max-width: 768px) {
  #electronicArea {
    /*
    background-position: -500px -230px !important;
    background-size: auto 130% !important;
    */ }
    #electronicArea .hiddenBg {
      min-width: 0px;
      width: 100% !important; }

  .electronicBg {
    background-position: 0 0; } }
#styleArea.section1 {
  padding-bottom: 0;
  min-height: calc(100vh - 17vh - 65px); }

#styleArea {
  background: url(../images/website_images/homeBG_large04.png) no-repeat fixed left top;
  background-size: cover;
  min-height: calc(100vh - 150px - 69px);
  position: relative; }
  #styleArea .container {
    padding-bottom: 0; }
  #styleArea .text {
    max-width: 400px;
    padding-right: 20px;
    margin-bottom: 50px; }
  #styleArea .third-image {
    position: absolute; }
  #styleArea .right {
    height: 350px; }
    #styleArea .right .first-image {
      position: absolute;
      top: 3vh;
      right: 0;
      width: 350px;
      height: 350px;
      z-index: 3; }
  #styleArea .second-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 30vh;
    max-height: 300px;
    width: 50%; }

@media (min-width: 320px) and (max-width: 1281px) {
  #styleArea {
    min-height: 0 !important; }
    #styleArea .container {
      min-height: 0 !important; }
    #styleArea .right {
      height: auto;
      padding-bottom: 40px; }
      #styleArea .right .first-image {
        position: relative;
        height: 380px;
        max-width: 380px;
        min-width: 0px;
        width: 100% !important;
        margin: -20px auto 0 auto; }
    #styleArea .second-image {
      display: none;
      width: 100%; }
    #styleArea .third-image {
      display: none; } }
/* Dropdown Button */
.dropbtn {
  color: white;
  padding: 16px;
  border: none;
  cursor: pointer; }

.dropdown {
  position: relative;
  display: inline-block;
  font-size: 1em;
  width: 100%; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #a3c2e6;
  min-width: 150px;
  margin-left: 10px;
  z-index: 1;
  text-align: left; }

.dropdown-content a {
  color: white;
  padding: 0.6vh 10px;
  text-decoration: none;
  display: block; }

.dropdown-content a:hover {
  background-color: rgba(114, 163, 204, 0.76); }

.dropdown:hover .dropdown-content {
  display: block; }

@media (max-width: 800px) {
  .dropdown-content {
    font-size: 1em;
    display: block;
    position: relative;
    min-width: 100px;
    background-color: rgba(242, 242, 242, 0.1); }
    .dropdown-content a {
      color: #fefefe;
      padding: 7px 10px; } }
/* sub-Dropdown Button */
.sub-dropbtn {
  padding: 16px;
  border: none;
  cursor: pointer; }

.sub-dropdown {
  position: relative; }

.sub-dropdown-content {
  display: none;
  position: absolute;
  background-color: #adb8de;
  min-width: 150px;
  margin-left: 150px;
  top: 0;
  z-index: 1;
  text-align: left; }

.sub-dropdown-content a {
  color: white;
  padding: 0.6vh 7px;
  text-decoration: none;
  display: block; }

.sub-dropdown-content a:hover {
  background-color: rgba(114, 163, 204, 0.76); }

.sub-dropdown:hover .sub-dropdown-content {
  display: block; }

@media (max-width: 800px) {
  .sub-dropdown-content {
    font-size: 0.9em;
    display: block;
    position: relative;
    min-width: 125px;
    padding: 0;
    background-color: rgba(242, 242, 242, 0.1);
    top: auto;
    margin-left: 0; }
    .sub-dropdown-content a {
      color: #fefefe;
      padding-left: 25px; } }
.navbar-collapse {
  padding: 0; }

#menu-tablet {
  display: none; }
  #menu-tablet img {
    height: 10vh; }

@media (min-width: 0px) and (max-width: 800px) {
  #menu-tablet {
    display: block;
    float: left;
    width: calc(10vh + 10px);
    padding-left: 10px;
    position: relative; }

  #information-list {
    width: calc(100% - 10vh - 10px) !important;
    float: left;
    position: relative; } }
