@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap");
html, body {
  height: 100%;
  margin: 0;
  padding: 0px;
  font-family: "Heebo", "Noto Sans TC", sans-serif;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -700px;
}

.footer,
.push {
  height: 700px;
}

a, a:hover, a:visited {
  color: inherit;
  text-decoration: inherit;
}

.outer_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.session {
  padding: 10vh 0;
}
.session.session_1 {
  padding: 0;
}

.btn {
  text-align: center;
  padding: 15px 30px;
  background: #ccc;
  color: #000;
  border: none;
  font-weight: bold;
}
.btn:hover {
  color: #fff;
}
.btn__center {
  width: 100%;
}
.btn__green {
  background: #006c3e;
  background: linear-gradient(45deg, #006c3e 0%, #00884f 30%, #fcfca9 100%);
  color: #fff;
}
.btn__green_2 {
  background: #006c64;
  background: linear-gradient(45deg, #006c64 0%, #008388 30%, #b0fca9 100%);
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: #00884f;
}

.title_large {
  font-weight: bold;
  font-size: 50px;
  position: relative;
}
.title_large small {
  font-size: 24px;
  line-height: 24px;
  display: block;
}
.title_large span {
  position: relative;
  background: -webkit-linear-gradient(0deg, #006c3e 0%, #00884f 30%, #9ebf59 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.container_news {
  padding: 15px;
}
.container_news .swiper-container {
  overflow-y: initial;
  overflow-x: visible;
}
.container_news .swiper-container .news_slide__small {
  width: 242px;
}
.container_news .swiper-container .news_slide__small .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container_news .swiper-container .news_slide__small .description .row {
  position: absolute;
  bottom: 20px;
}
.container_news .swiper-container .news_slide__small .description .row [class^=col] {
  flex: initial;
  width: initial;
}
.container_news .swiper-container .news_slide__small .main_content {
  display: none;
}
.container_news .swiper-container .news_slide .description {
  padding: 20px;
}
.container_news .swiper-container .news_slide .description .title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}
.container_news .swiper-container .news_slide .description .date {
  font-size: 12px;
  font-weight: bold;
}
.container_news .swiper-container .news_slide .main_content {
  margin: 15px 0;
}
.container_news .swiper-container .square {
  position: relative;
  background: #fff;
}
.container_news .swiper-container .square .image {
  height: 242px;
  width: 100%;
  background: #ccc;
}
.container_news .swiper-container .square .image.grandient_bg__1 {
  background: #006c3e;
  background: linear-gradient(45deg, #006c3e 0%, #00884f 30%, #fcfca9 100%);
}
.container_news .swiper-container .square .image.grandient_bg__2 {
  background: #006c64;
  background: linear-gradient(45deg, #006c64 0%, #008388 30%, #b0fca9 100%);
}
.container_news .swiper-container .square__large {
  width: 500px;
}
.container_news .swiper-container .square__narrow {
  width: 350px;
  height: 500px;
}
.container_news .swiper-container .square__narrow:after {
  content: none;
}
.container_news .swiper-container .square__small {
  width: 100%;
  color: #fff;
}
.container_news .swiper-container .square__small .image {
  height: 100%;
}
.container_news .swiper-container .square__small:first-child {
  margin-bottom: 15px;
}
.container_news .swiper-container .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.container_news .swiper-container .square .content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mobile {
  display: none;
}

.admission {
  margin-top: 50px;
}
.admission .title {
  font-size: 30px;
  font-weight: bold;
}
.admission .title span {
  background: -webkit-linear-gradient(0deg, #006c3e 0%, #00884f 30%, #9ebf59 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.session_1 {
  background: #f9f9f9;
}
.session_1 .banner {
  position: relative;
  height: 100vh;
  width: 100%;
  min-height: 700px;
}
.session_1 .banner .slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.session_1 .banner .slide .text {
  left: 15%;
  position: absolute;
  /* height: 100%; */
  width: 30%;
  min-width: 300px;
  bottom: 10%;
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
   */
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.session_1 .banner .slide .text .top {
  position: relative;
  margin-bottom: 15px;
}
.session_1 .banner .slide .text .top .slogan {
  font-size: 3vw;
  line-height: 3vw;
  font-weight: bold;
}
.session_1 .banner .slide .text .top .slogan.large {
  font-size: 5vw;
  line-height: 5vw;
  background: -webkit-linear-gradient(0deg, #006c3e 0%, #00884f 30%, #9ebf59 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.session_1 .banner .slide .text .code {
  font-weight: bold;
  margin-bottom: 15px;
}

.session_2 {
  background: #f9f9f9;
}

#header {
  position: fixed;
  height: 80px;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: background 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
#header .nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding-left: 15px;
  transition: background 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
#header .nav .level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#header .nav .level-1 > li {
  display: inline-block;
  padding: 20px 5px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 110px;
}
#header .nav .level-1 > li:hover {
  color: #00843d;
}
#header .nav .level-2 {
  list-style: none;
  display: none;
}
#header .nav::after {
  content: " ";
  width: 55%;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
#header .container_logo {
  position: absolute;
  top: 0;
  width: 230px;
  left: 50%;
  margin-left: -115px;
  height: 80px;
  z-index: 1000;
  padding: 15px;
  text-align: center;
  filter: grayscale(0%) brightness(100%);
  transition: left 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#header .container_logo .bar {
  display: inline-block;
  width: 1px;
  height: 100%;
  margin: 0 5px 0 10px;
  background: #333;
}
#header .container_logo .logo {
  display: inline-block;
  position: relative;
}
#header .container_logo .logo .bg {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
}
#header .container_logo .logo.ive {
  width: 40%;
  height: 100%;
}
#header .container_logo .logo.hls {
  width: 35%;
  height: 100%;
}
#header .container_programmes {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 500ms, visibility 1ms linear 700ms;
}
#header .container_programmes .container_menu {
  width: 340px;
  height: 100%;
  position: absolute;
}
#header .container_programmes .container_menu .nav::after {
  width: 100%;
}
@media only screen and (min-width: 1240px) {
  #header .container_programmes.show_content {
    visibility: visible;
    opacity: 1;
    transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  #header .container_programmes.show_content .bg {
    left: 0;
    transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  #header .container_programmes.show_content .menu_list {
    left: 0px;
    opacity: 1;
  }
}
#header .container_programmes .menu {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}
#header .container_programmes .menu_list {
  opacity: 0;
  position: relative;
  height: 100%;
  left: -500px;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 200ms, left 300ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
}
#header .container_programmes .menu_list .type ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
#header .container_programmes .menu_list .type ul li {
  padding: 20px 80px 20px 40px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
#header .container_programmes .menu_list .type ul li img {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 7%;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
}
#header .container_programmes .menu_list .type ul li::after {
  position: absolute;
  content: " ";
  width: 86%;
  height: 1px;
  background: #eee;
  bottom: 0;
  left: 7%;
}
#header .container_programmes .title {
  color: #00843d;
  font-size: 12px;
  position: relative;
  padding: 15px;
  margin: 0 7%;
  font-weight: bold;
}
#header .container_programmes .title::after {
  content: " ";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #00843d;
}
#header .container_programmes .nav {
  position: absolute;
}
#header .container_programmes .nav::before {
  content: none;
}
#header .container_programmes .bg {
  position: absolute;
  left: -500px;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
}
#header .container_programmes .btn__center {
  width: 86%;
  margin: 15px 7%;
}
#header .container_menu_btn {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9999;
  display: none;
}
#header .container_menu_btn .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  height: 40px;
}
#header .container_menu_btn .hamRotate.active {
  transform: rotate(45deg);
}
#header .container_menu_btn .hamRotate180.active {
  transform: rotate(180deg);
}
#header .container_menu_btn .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}
#header .container_menu_btn .ham7 .top {
  stroke-dasharray: 40 82;
}
#header .container_menu_btn .ham7 .middle {
  stroke-dasharray: 40 111;
}
#header .container_menu_btn .ham7 .bottom {
  stroke-dasharray: 40 161;
}
#header .container_menu_btn .ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}
#header .container_menu_btn .ham7.active .middle {
  stroke-dashoffset: 23px;
}
#header .container_menu_btn .ham7.active .bottom {
  stroke-dashoffset: -83px;
}
#header .container_lang_switcher {
  position: absolute;
  right: 15px;
  top: 28px;
}
#header .container_lang_switcher .option {
  float: left;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 0 8px;
}
#header .container_lang_switcher .option a {
  opacity: 0.3;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
#header .container_lang_switcher .option.selected a, #header .container_lang_switcher .option:hover a {
  opacity: 1;
}
#header .container_lang_switcher .option::before {
  content: " ";
  position: absolute;
  width: 2px;
  left: 0;
  top: 10%;
  height: 80%;
  background: #fff;
  opacity: 1;
}
#header .container_lang_switcher .option:first-child::before {
  content: none;
}
#header.mobile_open > .container_menu_btn .line {
  stroke: #000;
}

footer {
  background: #151b29;
  color: #fff;
}
footer .credit {
  padding-top: 30px;
  font-size: 12px;
}
footer .row_logo_nav {
  padding: 100px 0;
  background: #303b54;
}
footer .logo {
  width: 200px;
}
footer .logo img {
  width: 120px;
  margin-bottom: 15px;
  filter: grayscale(100%) brightness(1000%);
}
footer .nav .level-1 {
  list-style: none;
  padding: 0;
  margin: 0 0 0 8vw;
}
footer .nav .level-1 > li {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #76ae62;
}
footer .nav .level-1 > li a {
  width: 100%;
  display: block;
}
footer .nav .level-2 {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
footer .nav .level-2 > li {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #fff;
}

#header.scroll {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#header.scroll .container_logo {
  filter: grayscale(0%) brightness(100%);
}
#header.scroll .container_lang_switcher .option {
  color: #000;
}
#header.scroll .container_lang_switcher .option::before {
  background: #000;
}
#header.scroll .container_menu_btn .line {
  stroke: #000;
}

.container_programme_block {
  margin: 5vh 0;
}
.container_programme_block .programme_block {
  margin-bottom: 40px;
}
.container_programme_block .programme_block .title {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 15px 0px 15px;
}
.container_programme_block .programme_block .link {
  margin: 0px 15px 5px 15px;
}
.container_programme_block .programme_block .link a {
  text-decoration: underline;
}
.container_programme_block .programme_block .link a:hover {
  color: #00843d;
}
.container_programme_block .programme_block .container-image {
  height: 40vh;
  width: 100%;
  display: block;
  position: relative;
}
.container_programme_block .programme_block .container-image__small {
  height: 35vh;
}
.container_programme_block .programme_block .container-image .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container_programme_block .programme_block .container-image .image_col {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
}
.container_programme_block .programme_block .container-image .image_col__large {
  width: 70%;
}
.container_programme_block .programme_block .container-image .image_col__small {
  width: 30%;
}
.container_programme_block .programme_block .container-image .image_col__small .image {
  height: 50%;
  width: 100%;
}
.container_programme_block .programme_block .container-image .image_col .colour_block {
  background: #006c3e;
  background: linear-gradient(45deg, #006c3e 0%, #00884f 30%, #fcfca9 100%);
}
.container_programme_block .programme_block .container-image .image_col .colour_block__2 {
  background: #006c64;
  background: linear-gradient(45deg, #006c64 0%, #008388 30%, #b0fca9 100%);
}

.session_4 {
  background-color: #f0f0f0;
}

.seesion_5 .container_player {
  position: relative;
}
.seesion_5 .container_player #home_video {
  width: 100%;
  height: 60vh;
}
.seesion_5 .container_player .playlist {
  height: 0;
  overflow: hidden;
  transition: height 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.seesion_5 .container_player .playlist .item {
  width: 180px;
  height: 100px;
  position: relative;
  display: inline-block;
  margin: 15px 5px;
}
.seesion_5 .container_player .playlist .item .img {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.seesion_5 .container_player .container_playlist {
  position: absolute;
  width: 100%;
  bottom: -10px;
  background: #222;
  height: 10px;
  transition: height 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.seesion_5 .container_player .container_playlist > .container {
  overflow: hidden;
}
.seesion_5 .container_player .container_playlist.open {
  height: 130px;
}
.seesion_5 .container_player .container_playlist.open .playlist {
  height: 130px;
}
.seesion_5 .container_player .container_playlist .btn-open {
  position: absolute;
  width: 100px;
  background: #222;
  color: #fff;
  text-align: center;
  top: -17px;
  left: 50%;
  margin-left: -50px;
  font-size: 12px;
  height: 17px;
  cursor: pointer;
}

.session_6 .container_message_image {
  width: 50%;
  float: right;
}
.session_6 .container_message {
  width: 50%;
  padding-left: 20%;
}
.session_6 .container_message .content {
  padding: 15px;
}
.session_6 .container_message .content .title {
  font-weight: bold;
  font-size: 30px;
}
.session_6 .container_message .content .title small {
  font-size: 14px;
}
.session_6 .container_message .content .name {
  font-weight: bold;
  font-size: 30px;
  background: -webkit-linear-gradient(0deg, #006c3e 0%, #00884f 30%, #9ebf59 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.session_7 textarea {
  resize: none;
  height: 200px;
}

.input-group {
  margin-bottom: 15px;
}
.input-group input, .input-group select, .input-group textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
}
.input-group input:focus, .input-group select:focus, .input-group textarea:focus {
  outline-color: #bbb;
  outline-style: solid;
}

@media only screen and (max-width: 1480px) {
  #header .container_logo {
    filter: grayscale(100%) brightness(1000%);
    left: calc(100% - 175px);
  }

  .session_1 .banner .slide .text {
    left: 15px;
  }
  .session_1 .banner .slide .text .top .slogan {
    font-size: 2vw;
    line-height: 2vw;
  }
  .session_1 .banner .slide .text .top .slogan.large {
    font-size: 3vw;
    line-height: 3vw;
  }
}
@media only screen and (max-width: 1120px) {
  #header.mobile_open .nav {
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  #header.mobile_open .container_lang_switcher .option {
    color: #000;
  }
  #header.mobile_open .container_lang_switcher .option::before {
    background: #000;
  }
  #header .nav {
    background: rgba(249, 249, 249, 0.9);
    padding: 90px 0px 15px 0px;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), visibility 1ms linear 200ms;
  }
  #header .nav .level-1 > li {
    display: block;
    max-width: none;
    width: 100%;
    text-align: left;
    padding: 10px 40px 10px 40px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }
  #header .nav .level-1 > li a {
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #454f64;
    display: block;
  }
  #header .nav .level-1 > li.long {
    max-width: none;
  }
  #header .nav .open .level-2 {
    display: block;
  }
  #header .nav .level-2 {
    margin: 0;
    padding: 0;
    display: none;
  }
  #header .nav .level-2 > li {
    font-weight: normal;
  }
  #header .nav .level-2 > li a {
    border: none;
    color: #666;
  }
  #header .nav .level-2 > li a:hover {
    color: #000;
  }
  #header .container_logo {
    filter: grayscale(0%) brightness(100%);
    left: 115px;
  }
  #header .container_logo .logo.ive, #header .container_logo logo.hls {
    width: 90px;
  }
  #header .container_lang_switcher {
    right: 60px;
  }
  #header .container_menu_btn {
    display: block;
  }

  .container_menu {
    display: none;
  }

  .container_programme_block .programme_block .container-image {
    height: 25vh;
  }
  .container_programme_block .programme_block .container-image__small {
    height: 20vh;
  }
}
@media only screen and (max-width: 940px) {
  .wrapper {
    min-height: 100%;
    margin-bottom: auto;
  }

  .footer,
.push {
    height: auto;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .session_1 .banner {
    min-height: unset;
    height: 80vh;
  }
  .session_1 .banner .admission {
    display: none;
  }
  .session_1 .banner .slide .bg {
    background-position: 25% 50%;
    background-size: cover;
  }
  .session_1 .banner .slide .text {
    left: 0;
    padding: 15px;
    width: 100%;
    bottom: 15px;
    height: auto;
    align-items: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    -webkit-align-items: unset;
    color: #fff;
    text-shadow: 0 0 10px #000;
  }
  .session_1 .banner .slide .text .top .slogan {
    font-size: 32px;
    line-height: unset;
  }
  .session_1 .banner .slide .text .top .slogan.large {
    font-size: 60px;
    line-height: 60px;
  }

  .container_programme_block .programme_block .container-image {
    height: 300px;
  }
  .container_programme_block .programme_block .container-image__small {
    height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  footer .logo {
    width: auto;
  }
  footer .logo .hls, footer .logo .ive {
    display: inline-block;
    margin-right: 15px;
  }
  footer .logo img {
    width: 90px;
  }
  footer .logo hr {
    display: none;
  }
  footer .nav .level-1 {
    margin: 0;
    width: 100%;
  }
  footer .nav .level-1 > li {
    display: block;
    width: auto;
    margin-bottom: 15px;
    font-size: 18px;
  }
  footer .nav .level-1 > li a {
    padding: 10px 0;
    border-bottom: 1px solid #454f64;
  }
  footer .nav .open .level-2 {
    display: block;
  }
  footer .nav .level-2 {
    display: none;
  }
  footer .nav .level-2 > li a {
    padding: 0;
    border-bottom: none;
  }
  footer .credit {
    padding: 30px 0;
  }

  .session_6 .container_message_image {
    width: 100%;
    float: none;
  }
  .session_6 .container_message {
    width: 100%;
    padding: 15px;
  }
  .session_6 .container_message .content {
    padding: 15px;
  }

  .container_programme_block .programme_block .container-image {
    height: 150px;
  }

  .container_news .swiper-container .news_slide__small {
    width: calc(50% - 7.5px);
  }
  .container_news .swiper-container .square__large {
    width: 100%;
  }
  .container_news .swiper-container .square__narrow {
    width: 100%;
    height: 100%;
  }
  .container_news .swiper-container .square__small {
    width: 100%;
  }
}

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