body {
  font-family: "Microsoft JhengHei", Sans-Serif;
  font-size: 16px;
  margin: 0 !important;
  overflow-x: hidden;
  word-break: break-word;
}

.mfp-bg, .mfp-ready {
  z-index: 1000000 !important;
}

.mfp-contents .album-photo {
  width: 55vw !important;
  height: 35vw !important;
}

html {
  --lh: 1.2rem;
  line-height: var(--lh);
}

/* page */
.page-BG {
  background-color: #FAFCFE;
}

.page-container {
  position: relative;
  max-width: 1024px;
  background-color: white;
  margin: auto;
  box-shadow: 0px 1px 5px 1px rgba(128, 128, 128, 0.62);
  z-index: 100;
}

a {
  color: black !important;
  text-decoration: none !important;
}

a {
  color: black;
}

/* header */
#header {
  font-family: Microsoft JhengHei !important;
}

#header .top-nav-bar {
  height: 55px;
}

#header .top-nav-bar {
  position: relative;
}

#header .top-nav-bar .logo-container {
  height: 100%;
  width: 100%;
  position: relative;
}

#header .top-nav-bar .logo-container .padding-logo {
  width: 100%;
  height: 100%;
}

#header .slider_topBanner {
  height: 40vw;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

#header .top-nav-bar .nav-img {
  float: right;
  width: calc(100% - 50px);
  height: 100%;
}

.slick-next {
  right: 0 !important;
  margin-right: 20px;
}

.slick-prev {
  left: 0 !important;
  z-index: 1000;
  margin-left: 20px;
}

#login-form {
  position: absolute;
  top: 0;
  right: 0;
}

/* content */
.page-content {
  padding: 20px 0;
}

/* News & Links */
/* Activities */
/* Achievements */
.index-news-title, .index-link-title, .index-activity-title, .index-achievement-title {
  position: relative;
  align-items: center;
}

.index-news-title span, .index-link-title span, .index-achievement-title span, .index-activity-title span {
  font-family: Noto Sans TC;
  font-weight: 600;
  font-size: 20px;
  color: #127BC4;
  padding-left: 12px;
}

.more-info-btn {
  position: absolute;
  right: 0;
  color: white !important;
  padding: 2.5px 20px;
  background-color: #c5c5c5;
  font-size: 14px;
}

.more-info-btn:hover {
  background-color: #1D9176;
}

.index-news-title-icon, .index-link-title-icon, .index-activity-title-icon, .index-achievement-title-icon {
  height: 50px;
  width: 45px;
  background-size: contain;
  margin-left: 15px;
}

/* News & Links */
.section-1 {
  padding-bottom: 20px;
}

.index-news-container, .index-activity-container, .index-achievement-container {
  /*overflow-y: hidden;*/
}

.index-news-block {
  /*max-height: 425px;*/
}

.index-news-date {
  padding: 5px 0 !important;
}

.index-news-calendar-box {
  height: 100%;
  background-color: #ebebeb;
  box-shadow: 3px 3px 2px #dedede;
  margin: auto;
  width: 40px;
}

.index-news-calendar-box div {
  text-align: center;
}

.index-news-list-title .index-news-title {
  font-size: 15px;
  font-weight: 600;
}

.index-news-list-title div {
  font-size: 13px;
}

.index-news-calendar-month {
  height: 35%;
  background-color: #1D9176;
  color: white;
  font-size: 14px;
  font-weight: 600;
}

.index-news-calendar-date {
  height: 65%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/*.index-link-image {*/
/*    width: 100%;*/
/*    height: 100px;*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: contain !important;*/
/*}*/
.link-list:hover {
  opacity: 0.75;
}

/* Activities */
@media (max-width: 768px) {
  .index-activity-section, .index-achievement-section {
    margin-top: 30px;
  }
}

.index-activity-block {
  /*max-height: 525px;*/
}

.index-activity-photo {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 20vw;
}

.index-activity-list-title .index-act-title {
  font-size: 16px;
  font-family: Noto Sans HK;
  color: #1D9176;
  padding-left: 15px;
}

.index-activity-list-title .module {
  line-height: 15px;
  font-size: 14px;
  color: grey;
}

.act-ach-date {
  font-size: 16px !important;
  color: #5F5F5F;
  font-family: Roboto;
  padding-left: 15px;
}

/* Achievements */
.index-achievement-block {
  /*max-height: 525px;*/
}

.index-achievement-photo {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 20vw;
}

.index-achievement-photo:hover {
  background-size: auto 130%;
  transition: background-size 0.2s ease-in;
}

.index-achievement-list-title {
  font-family: Noto Sans HK;
  color: #1D9176;
  font-size: 16px;
}

.index-ach-title {
  padding-left: 15px;
}

.index-achievement-list-title .module {
  line-height: 15px;
  font-size: 14px;
  color: grey;
}

/* inner-page */
/* view */
.view-inner-page {
  background-image: linear-gradient(270deg, rgba(150, 62, 135, 0.11), transparent);
  padding: 20px 0;
}

.breadcrumb-style {
  color: #127BC4;
  padding-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, #127BC4, rgba(0, 0, 0, 0)) 100 100;
}

.breadcrumb-style a {
  font-weight: 600;
  color: rgba(128, 128, 128, 0.85) !important;
}

.breadcrumb-style a:hover {
  cursor: pointer;
  color: #ffbc5c !important;
}

.view-inner-page-content-box {
  min-height: 400px;
  margin: 20px 0;
  padding: 20px;
  background-color: #ffffff85;
  box-shadow: -1px -1px 3px 1px #f5eaf2b3;
}

/* inner-news */
.news-page-background, .inner-page-news-bg {
  padding: 20px 0;
}

.inner-page-news-bg {
  background-image: linear-gradient(270deg, rgba(150, 62, 135, 0.11), transparent);
}

.news-date, .news-desc {
  color: grey;
}

.news_item, .news_item a {
  transition: color 0.5ms;
}

.news-date, .news-desc {
  transition: color 1s;
}

.news_item:hover {
  cursor: pointer;
  color: white !important;
  background-image: linear-gradient(to right, #127BC4 rgba(0, 0, 0, 0));
}

.news_item:hover a, .news_item:hover .news-date, .news_item:hover .news-desc {
  color: white !important;
}

/* view news */
.inner-news-box {
  margin: 20px 0;
}

.main-news {
  height: 100%;
  min-height: 400px;
  padding: 20px;
  background-color: #ffffff85;
  box-shadow: -1px -1px 3px 1px #f5eaf2b3;
}

.recent-news {
  background: #bfbfbf94;
  height: 100%;
  padding: 20px;
}

.recent-news .recent-title {
  font-size: 25px !important;
}

.news_list_item {
  padding-bottom: 18px;
}

.news_list_item a {
  font-size: 18px !important;
}

/* inner-achievement */
.ach-page-background, .inner-page-ach-bg {
  padding: 20px 0;
}

.inner-page-ach-bg {
  background-image: linear-gradient(270deg, rgba(150, 62, 135, 0.11), transparent);
}

.ach-date, .ach-desc {
  color: grey;
}

.ach_item, .ach_item a {
  transition: color 0.5ms;
}

.ach-date, .ach-desc {
  transition: color 1s;
}

.ach_item:hover {
  cursor: pointer;
  color: white !important;
  background-image: linear-gradient(to right, #894580, rgba(137, 69, 128, 0.3));
}

.ach_item:hover a, .ach_item:hover .ach-date, .ach_item:hover .ach-desc {
  color: white !important;
}

/* view news */
.inner-ach-box {
  margin: 20px 0;
}

.page-BG-left {
  background-repeat: no-repeat;
  background-size: contain;
  height: 750px;
  width: 23vw;
  z-index: 0;
  top: 50px;
  left: -10px;
  position: fixed;
}

.page-BG-right {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 20%;
  z-index: 0;
  /* right: -250px; */
  /* top: 200px; */
  position: fixed;
  left: calc((100vw - 1024px) / 2 + 1034px);
  top: 20px;
}

.main-ach {
  min-height: 400px;
  padding: 20px;
  background-color: #ffffff85;
  box-shadow: -1px -1px 3px 1px #f5eaf2b3;
}

.recent-ach {
  background: #bfbfbf94;
  height: 100%;
  padding: 20px;
}

.recent-ach .recent-title {
  font-size: 25px !important;
}

.ach_list_item {
  padding-bottom: 18px;
}

.ach_list_item a {
  font-size: 14px !important;
}

.ach_item .photo-view {
  height: 55vw;
}

/* view-act */
.view-photoAlbums-container {
  background-image: linear-gradient(270deg, rgba(150, 62, 135, 0.11), transparent);
  padding: 20px 0;
}

.album_description {
  padding: 20px;
  background-color: #ffffff85;
  box-shadow: -1px -1px 3px 1px #f5eaf2b3;
}

.inner-photoAlbums-container {
  padding: 20px 0;
}

.photoAlbum-preview-photo {
  height: 55vw;
}

.inner-photoAlbums-container .list-view .summary {
  display: none;
}

.module-border-wrap {
  background: linear-gradient(to bottom, #127BC4, #127BC4);
  padding: 3px !important;
  border-radius: 0 !important;
}

.columns {
  padding: 5px;
  background: white;
}

.act-item-inner-box {
  background: linear-gradient(to bottom, #127BC4, rgba(166, 103, 166, 0.07));
  padding: 3px !important;
  border-radius: 0 !important;
}

/*.album_title:hover .act-item-inner-box {
  background: linear-gradient(to bottom, #127BC4, #127BC4);
}
.album_title:hover .module-border-wrap{
  background: linear-gradient(to bottom, #127BC4, rgba(166, 103, 166, 0.07));
}*/
.album_title:hover {
  opacity: 0.7;
}
.album_title:hover .photoAlbum-preview-photo {
  background-size: auto 110% !important;
  transition: 0.3s;
}

.album-photo {
  height: 55vw;
}

/* content */
/* News & Links */
/* Activities */
/* Achievements */
/* inner-ach */
.ach_item .photo-view {
  height: 50vw;
}

@media (min-width: 576px) {
  /* page */
  /* header */
  .fas {
    font-size: 25px !important;
  }

  /* content */
  /* News & Links */
  .index-news-calendar-box {
    width: 50px;
  }

  .index-news-block {
    /*max-height: 500px;*/
  }

  .index-news-date {
    padding: 5px 10px !important;
  }

  /* Activities */
  .index-activity-block {
    /*max-height: 665px;*/
  }

  /* Achievements */
  .index-achievement-photo {
    height: 100px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .index-achievement-photo:hover {
    background-size: auto 130%;
    transition: background-size 0.2s ease-in;
  }

  .index-achievement-block {
    /*max-height: 665px;*/
  }

  /* inner-ach */
  .ach_item .photo-view {
    height: 280px;
  }

  /* view-act */
  .photoAlbum-preview-photo {
    height: 150px;
  }

  .album-photo {
    height: 80px;
  }

  /* footer */
  .footer-deco i {
    font-size: 12px !important;
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  .view-photoAlbums-container, .view-inner-page, .inner-page-news-bg, .inner-page-act-bg {
    min-height: 800px;
  }

  html {
    --lh: 1.4rem;
  }

  /* page */
  .page-content {
    padding: 30px 0;
  }

  /* header */
  #header .top-nav-bar {
    height: 100px;
  }

  #header .top-nav-bar .logo-container {
    height: 70%;
  }

  #header .top-nav-bar .logo-container .padding-logo {
    padding: 10px;
  }

  #header .top-nav-bar .logo-container .language-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #header .top-nav-bar .nav-img {
    float: left;
    width: 50%;
    height: 100%;
  }

  .menu-container {
    border-top: 1px solid rgba(128, 128, 128, 0.9);
    height: 30%;
  }

  #main-menu, #main-menu ul.main-menu li.menu-item {
    height: 100%;
  }

  #main-menu ul.main-menu li.menu-item {
    align-items: center;
  }

  #main-menu > ul li .menu-item-label {
    font-size: 10px !important;
    font-weight: 600;
    color: rgba(128, 128, 128, 0.9) !important;
  }

  #main-menu > ul li.menu-item-category:hover {
    background-color: #127bc4;
  }

  #main-menu > ul li.menu-item-category:hover a, #main-menu > ul li.menu-item-category:hover span {
    color: white !important;
  }

  .language-buttons a {
    font-size: 12px !important;
    font-weight: 600;
    color: rgba(128, 128, 128, 0.9) !important;
  }

  .language-buttons a:hover, .language-buttons a:active, .language-buttons a:focus {
    color: #933e83 !important;
  }

  .language-buttons .selected {
    color: #933e83 !important;
  }

  .login-button {
    background-color: #127BC4;
    border: 2px solid #e7e7e7;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    /* border: coral; */
    border-radius: 16px;
    margin-bottom: 14px;
    margin-left: 25px;
    z-index: 100000;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .login-button-text {
    color: white;
  }

  .login-button:hover {
    background-color: white;
  }
  .login-button:hover .login-button-text {
    color: #127BC4;
  }

  /* content */
  .big-title-box {
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(18, 123, 196, 0.74);
    color: white !important;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .index-activity-container, .index-achievement-container {
    overflow-y: unset;
  }

  .smaller-part-container {
    overflow-y: hidden;
  }

  .smaller-part-list {
    /*max-height: 565px;*/
  }

  /* News & Links */
  /* Activities */
  .index-activity-photo {
    height: 80px;
  }

  .index-activity-photo-big {
    height: 200px;
  }

  /* Achievements */
  .index-achievement-photo {
    height: 80px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .index-achievement-photo:hover {
    background-size: auto 130%;
    transition: background-size 0.2s ease-in;
  }

  .index-achievement-photo-big {
    height: 200px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .index-achievement-photo-big:hover {
    background-size: auto 130%;
    transition: background-size 0.2s ease-in;
  }

  /* inner-ach */
  .ach_item a > .row {
    height: 155px;
  }

  .ach_item .photo-view {
    height: 100%;
  }

  /* view-act */
  .photoAlbum-preview-photo {
    height: 140px;
  }

  .album-photo {
    height: 100px;
  }

  /* footer */
  .footer-bg {
    font-size: 9px;
    padding: 0 20px 5px 20px;
  }

  .footer-deco i {
    padding-top: 0px;
  }

  .contact-info {
    font-size: 9px;
    padding: 20px 20px 0 20px;
  }
}
@media (min-width: 992px) {
  .view-photoAlbums-container, .view-inner-page, .inner-page-news-bg, .inner-page-act-bg {
    min-height: 740px;
  }

  /* page */
  .container {
    max-width: 930px !important;
  }

  /* header */
  #header .top-nav-bar {
    height: 120px;
  }

  #main-menu > ul li .menu-item-label {
    font-size: 12px !important;
  }

  .language-buttons a {
    font-size: 14px !important;
  }

  .login-box {
    padding: 15px 0;
    height: 55px;
  }

  .login-box > .row {
    align-items: center;
  }

  .login_eclass {
    height: fit-content;
  }

  .submit-btn {
    padding: 0;
    font-size: 12px !important;
  }

  .index-news-title span, .index-link-title span, .index-activity-title span, .index-achievement-title span {
    font-size: 18px;
  }

  /* content */
  /* News & Links */
  .section-1 {
    padding-bottom: 0;
  }

  .index-news-block {
    /*max-height: 445px;*/
  }

  .index-news-date {
    padding: 5px 0 !important;
  }

  .index-news-list-title div {
    font-size: 14px;
  }

  .index-news-list-title .index-news-title {
    font-size: 16px;
  }

  /* Activities */
  .index-activity-list-title span {
    font-size: 14px;
  }

  .index-activity-list-title {
    font-size: 16px;
  }

  .index-act-title {
    padding-left: 15px;
  }

  /* Achievements */
  .index-achievement-list-title span {
    font-size: 14px;
  }

  .index-achievement-list-title .index-ach-title {
    font-size: 16px;
  }

  /* inner-ach */
  .ach_item a > .row {
    height: 210px;
  }

  /* inner-act */
  .album-photo {
    height: 120px;
  }

  .index-activity-list-title :hover, .index-achievement-list-title :hover, .index-news-list-title :hover {
    opacity: 0.8;
  }

  /* footer */
  .footer-bg {
    font-size: 10px;
  }

  .footer-deco i {
    padding-top: 5px;
  }

  .contact-info {
    font-size: 11px;
  }
}
@media (min-width: 1201px) {
  /* page */
  .page-content {
    padding: 40px 0;
  }

  .container {
    max-width: 930px !important;
  }

  /* header */
  #header .top-nav-bar {
    height: 140px;
  }

  #header .slider_topBanner {
    height: 40vw;
    max-height: 437px;
    max-width: 1137px;
  }

  #main-menu > ul li .menu-item-label {
    font-size: 13px !important;
  }

  .language-buttons a {
    font-size: 16px !important;
  }

  .login-box {
    padding: 15px 0;
  }

  /* content */
  /* News & Links */
  /* Activities */
  .index-activity-photo {
    height: 80px;
  }

  .index-activity-photo-big {
    height: 200px;
  }

  /* Achievements */
  .index-achievement-photo {
    height: 80px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .index-achievement-photo:hover {
    background-size: auto 130%;
    transition: background-size 0.2s ease-in;
  }

  .index-achievement-photo-big {
    height: 200px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .index-achievement-photo-big:hover {
    background-size: auto 130%;
    transition: background-size 0.2s ease-in;
  }

  /* inner-ach */
  .ach_item a > .row {
    height: 250px;
  }

  /* view-act */
  .photoAlbum-preview-photo {
    height: 175px;
  }

  .album-photo {
    height: 150px;
  }

  /* footer */
  .footer-bg {
    font-size: 10px;
  }

  .contact-info {
    font-size: 11px;
  }
}
.module {
  width: 100%;
  margin: 0 0 1em 0;
  overflow: hidden;
}

.module p {
  margin: 0;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.year-Button {
  box-shadow: inset 0px 39px 0px -24px #1e89d3;
  background-color: #127bc4;
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #ffffff !important;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 40px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #1e89d3;
}

.year-Button:active {
  position: relative;
  top: 1px;
}

.footer {
  background-color: #00548E;
  padding-top: 33px;
  position: relative;
}

.footer-big-container {
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 700px) {
  .footer-big-container {
    flex-direction: row;
  }
}

.footer-container-one {
  flex-basis: 46%;
}

.footer-name {
  padding-bottom: 20px;
}

.footer-name-chinese, .footer-name-english {
  font-family: Noto Sans TC;
  font-size: 18px;
  color: white;
}
@media (min-width: 500px) {
  .footer-name-chinese, .footer-name-english {
    font-size: 20px;
  }
}

.footer-information {
  padding-top: 26px;
}

.footer-address-container {
  display: flex;
  flex-direction: row;
}

.footer-tel-mail-container {
  display: flex;
  flex-direction: row;
}

.footer-tel-container {
  display: flex;
  flex-direction: row;
}

.footer-mail-container {
  display: flex;
  flex-direction: row;
  padding-left: 38px;
}

.footer-facebook-container {
  display: flex;
  flex-direction: row;
}

.footer-address-container, .footer-tel-mail-container, .footer-facebook-container {
  padding-bottom: 6px;
}
@media (min-width: 550px) {
  .footer-address-container, .footer-tel-mail-container, .footer-facebook-container {
    padding-bottom: 12px;
  }
}

.footer-address-image {
  padding-right: 6px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.footer-tel-image {
  padding-right: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.footer-mail-image {
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-right: 5px;
}

.footer-facebook-image {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 7px;
}

.footer-address-text, .footer-tel-text, .footer-mail-text, .footer-facebook-text {
  font-family: Noto Sans TC;
  font-size: 13px;
  color: white;
}
@media (min-width: 500px) {
  .footer-address-text, .footer-tel-text, .footer-mail-text, .footer-facebook-text {
    font-size: 15px;
  }
}

.footer-container-two img {
  width: 100%;
  height: auto;
}
@media (min-width: 700px) {
  .footer-container-two {
    flex-basis: 50%;
    display: flex;
    align-items: flex-end;
    margin-left: auto;
  }
}

.footer-school-picture {
  height: 192px;
}

.footer-bottom-container {
  background-color: #E7E0CE;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom-text {
  font-family: Roboto;
  font-size: 16px;
  color: #5F5F5F;
}

@media only screen and (max-width: 692px) {
  .footer-address-image {
    width: 36px;
    height: 25px;
  }

  .footer-tel-image {
    margin-left: 2px;
    /* padding-top: 11px; */
    padding-right: 0px;
    margin-right: 9px;
    height: 28px;
    width: 21px;
  }

  .footer-mail-image {
    height: 25px;
  }

  .footer-container-one {
    flex-basis: unset;
  }

  .footer-facebook-container {
    margin-left: 4px;
  }
}
.weblink-container {
  display: flex;
  flex-direction: column;
}

.weblink-logo-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
}

.weblink-logo {
  height: 48px;
}

.weblink-text {
  padding-left: 15px;
  font-size: 20px;
  color: #127BC4;
  font-family: Noto Sans TC;
}

.weblink-links-container {
  background: linear-gradient(180deg, white 120px, #127BC4 120px);
  display: flex;
  flex-direction: row;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  flex-wrap: wrap;
}

.weblink-container-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.weblink-one-logo {
  max-width: 145px;
}

.weblink-one-text {
  font-size: 18px;
  color: white;
  font-family: "Noto Sans TC";
}

.weblink-container-two {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.weblink-two-logo {
  max-width: 145px;
}

.weblink-two-text {
  font-size: 18px;
  color: white;
  font-family: "Noto Sans TC";
}

.weblink-container-three {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.weblink-three-logo {
  max-width: 145px;
}

.weblink-three-text {
  font-size: 18px;
  color: white;
  font-family: "Noto Sans TC";
}

.weblink-container-four {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.weblink-four-logo {
  max-width: 145px;
}

.weblink-four-text {
  font-size: 18px;
  color: white;
  font-family: "Noto Sans TC";
}

.weblink-container-five {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.weblink-five-logo {
  max-width: 145px;
}

.weblink-five-text {
  font-size: 18px;
  color: white;
  font-family: "Noto Sans TC";
}

.weblink-container-six {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.weblink-six-logo {
  max-width: 145px;
}

.weblink-six-text {
  font-size: 18px;
  color: white;
  font-family: "Noto Sans TC";
}

.weblink-one-logo-container, .weblink-two-logo-container, .weblink-three-logo-container, .weblink-four-logo-container, .weblink-five-logo-container, .weblink-six-logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.weblink-four-text-container, .weblink-one-text-container, .weblink-two-text-container, .weblink-three-text-container, .weblink-five-text-container, .weblink-six-text-container {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.weblink-border {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 42px;
  margin-right: 42px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.weblink-container-one .hover-link-image {
  display: none;
  max-width: 156px;
}
.weblink-container-one .normal-link-image {
  display: block;
  max-width: 136px;
}
@media (min-width: 992px) {
  .weblink-container-one .normal-link-image {
    max-width: 150px;
  }
}
.weblink-container-one :hover .hover-link-image {
  display: unset;
  max-width: 136px;
}
@media (min-width: 992px) {
  .weblink-container-one :hover .hover-link-image {
    max-width: 150px;
  }
}
.weblink-container-one :hover .normal-link-image {
  display: none;
  max-width: 136px;
}
@media (min-width: 992px) {
  .weblink-container-one :hover .normal-link-image {
    max-width: 150px;
  }
}

@media only screen and (max-width: 754px) {
  .weblink-links-container {
    display: flex;
    flex-direction: row;
    background: unset;
    flex-wrap: wrap;
  }

  .weblink-one-text {
    font-size: 16px;
  }

  .weblink-container-one {
    flex-basis: 50%;
  }

  .weblink-one-text-container {
    background-color: unset;
  }

  .weblink-one-logo-container {
    background: unset;
  }

  .weblink-one-text {
    color: #127BC4;
  }
}
.school-video-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.school-video-banner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
}

.school-video-logo {
  height: 48px;
}

.school-video-banner-text {
  padding-left: 15px;
  font-size: 20px;
  color: #127BC4;
  font-family: Noto Sans TC;
}

.school-video-video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 40px 40px 0 40px;
}

.school-video-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.school-video-bottom {
  background-color: #EFEFEF;
  height: 100%;
  padding-left: 0px;
  margin-left: 200px;
  margin-right: 200px;
}

.school-video-border {
  width: 48px;
  height: 8px;
  background-color: #1D9176;
  padding-bottom: 0px;
  margin-bottom: 4px;
}

.school-video-info {
  font-size: 18px;
  font-family: "Noto Sans HK";
  color: #5F5F5F;
}

.school-video-containerr {
  padding-left: 76px;
  padding-top: 52px;
  padding-bottom: 42px;
}

.school-video-date {
  font-size: 22px;
  color: #1D9176;
  font-family: Roboto;
}

@media only screen and (max-width: 930px) {
  .school-video-video {
    padding-left: 90px;
    padding-right: 90px;
  }

  .school-video-containerr {
    padding-left: 86px;
    padding-top: 41px;
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 712px) {
  .school-video-containerr {
    padding-left: 40px;
    padding-top: 41px;
    padding-bottom: 28px;
  }

  .school-video-info {
    font-size: 16px;
    font-family: "Noto Sans HK";
    color: #5F5F5F;
  }

  .school-video-date {
    font-size: 18px;
    color: #1D9176;
    font-family: Roboto;
  }
}
.school-video-bottom {
  margin: 0 20px 20px 20px;
}
@media (min-width: 623px) {
  .school-video-bottom {
    margin: 0 130px 0px 130px;
    background-color: #EFEFEF;
    height: 100%;
  }
}

.green-border {
  width: 43px;
  height: 10px;
  background-color: #1D9176;
  margin-bottom: 10px;
}

@media only screen and (min-width: 766px) {
  .index-achievement-container, .index-activity-block {
    padding-top: 3px;
  }
}
.green-border-2 {
  width: 43px;
  height: 8px;
  background-color: #1D9176;
}

.title-box-date {
  padding-top: 8px;
  font-size: 16px;
  font-family: Roboto;
}

.title-box-title {
  font-family: "Noto Sans HK";
  font-size: 20px;
}

.eclass-container {
  width: 200px;
  padding: 20px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  transform: skew(-30deg);
  background: #ccc;
  margin: 80px;
}

.eclass-text .eclass-container {
  width: 200px;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  transform: skew(30deg);
  margin: 20px;
}

.login-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.green-decorator-container {
  position: absolute;
  top: 0;
  right: 157px;
}

.green-decorator {
  position: relative;
  background-color: #1D9176;
  width: 247px;
  height: 20px;
  font-size: 10px;
  padding: 0 0 0 10px;
  z-index: 100;
}

.green-decorator:after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: 0;
  width: 0;
  /* margin: 0; */
  height: 0;
  z-index: 100;
  border-top: 200px solid #1D9176;
  border-left: 100px solid transparent;
}

.login-container {
  height: 61px;
  padding: 0 0 0 10px;
  padding-top: 25px;
  font-size: 16px;
  font-family: "Noto Sans HK";
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: #127BC4;
  width: 357px;
  padding-left: 23px;
}

.login-container:after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: 0;
  width: 0;
  /* margin: 0; */
  height: 0;
  z-index: 1;
  border-top: 200px solid #127BC4;
  border-left: 100px solid transparent;
}

@media only screen and (max-width: 772px) {
  .green-decorator {
    display: none;
  }

  .login-container {
    display: none;
  }

  .login-container:after {
    border-top: unset;
  }

  .login-button {
    display: none;
  }

  .login-button:hover {
    background-color: white;
  }
  .login-button:hover .login-button-text {
    color: #127BC4;
  }
}
.slick-prev, .slick-next {
  display: none !important;
}

.slider_topBanner:hover .slick-prev, .slider_topBanner:hover .slick-next {
  display: block !important;
}

.index-activity-photo:hover {
  background-size: auto 130%;
  transition: background-size 0.2s ease-in;
}

.more-info-btn-video {
  color: white !important;
  padding: 2.5px 20px;
  background-color: #c5c5c5;
  /* font-size: 14px; */
  padding-bottom: 0px;
  margin-bottom: 8px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  /* padding-left: 26px; */
  /* padding-right: 26px; */
  margin-right: 48px;
}

.more-info-btn-video:hover {
  background-color: #1D9176;
}

.btn-success {
  box-shadow: inset 0px 39px 0px -24px #1e89d3;
  background-color: #127bc4 !important;
  border-radius: 4px !important;
  border: 1px solid #ffffff !important;
  display: inline-block !important;
  cursor: pointer !important;
  color: #ffffff !important;
  font-family: Arial !important;
  font-size: 15px !important;
  padding: 6px 40px !important;
  text-decoration: none !important;
  text-shadow: 0px 1px 0px #1e89d3 !important;
  margin-left: 10px;
}

.btn-active {
  box-shadow: inset 0px 39px 0px -24px #f8be41 !important;
  background-color: #f0a728 !important;
  border-radius: 4px !important;
  border: 1px solid #ffffff !important;
  display: inline-block !important;
  cursor: pointer !important;
  color: #ffffff !important;
  font-family: Arial !important;
  font-size: 15px !important;
  padding: 6px 40px !important;
  text-decoration: none !important;
  text-shadow: 0px 1px 0px #f0a728 !important;
  margin-left: 10px !important;
}

.btn-info {
  box-shadow: inset 0px 39px 0px -24px #1e89d3;
  background-color: #127bc4 !important;
  border-radius: 4px !important;
  border: 1px solid #ffffff !important;
  display: inline-block !important;
  cursor: pointer !important;
  color: #ffffff !important;
  font-family: Arial !important;
  font-size: 15px !important;
  padding: 6px 40px !important;
  text-decoration: none !important;
  text-shadow: 0px 1px 0px #1e89d3 !important;
  margin-left: 10px !important;
}

.btn-info.active {
  box-shadow: inset 0px 39px 0px -24px #f8be41 !important;
  background-color: #f0a728 !important;
  text-shadow: 0px 1px 0px #f0a728 !important;
}

.mobile-button-eclass {
  display: flex;
  justify-content: center;
  background-color: #127BC4;
  color: white;
  border: 2px solid #e7e7e7;
  display: flex;
  align-items: center;
  /* border: coral; */
  border-radius: 16px;
  z-index: 100000;
  padding: 7px 10px;
  margin-top: 19px;
}

.myButton {
  border: #b1cde1 2px solid;
  margin-bottom: 20px;
  background-color: #fcfdff;
  text-align: center;
  cursor: pointer;
}
.myButton div {
  color: #639bc3;
  font-weight: bold;
  padding: 8px;
}
.myButton :hover {
  background-color: #4565af;
  color: white;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.styled-select {
  color: #639bc3;
}

.styled-select select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  background-color: #fcfdff;
  border: none;
  color: #639bc3;
  outline: #b1cde1 2px solid;
}

.page-file iframe img {
  width: 100%;
  height: auto;
}

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