
@charset "utf-8";
/* CSS Document */

html,
body {
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  font-size: 19px;
  line-height: 34px;
  color: #333;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

#page-wrapper {}


.region>* {
  margin: 0;
}

.editingAdd {
  position: absolute;
  /* top: -35px; */
  z-index: 1;
transform: translateY(0%);
 
}

.home-add {
  /* top: 10px; */
  top: 0;
}

/* .home-add {
  top: 35px !important;
} */

#add_normal {
  position: relative;
  top: 0;
  padding: 10px;
}

.editingAdd a {
  background-color: #ffd800 !important;
  padding: 3px 15px;
  border-radius: 15px;
  color: #000 !important;
}

.editingAdd a:hover {
  background-color: #cbff0f !important;
  color: #000 !important;
}

.view-content {
  clear: both
}

.swiper-slide .editing a {
  display: block !important;
}

#banner_editing {
  position: absolute;
  left: 45px;
  z-index: 2
}

.topBanner_editing {
  bottom: 50px !important;
  top: auto !important
}

.editing {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
}

.editing a {
  /* Override the .focusable height: auto */
  width: 30px !important;
  font-size: 0;
  border-radius: 50%;
  /* Override the .focusable height: auto */
  height: 30px !important;
  background-color: #ffd800 !important;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cg%3e%3cpath fill='%23000000' d='M14.545 3.042l-1.586-1.585c-.389-.389-1.025-.389-1.414 0l-1.293 1.293 3 3 1.293-1.293c.389-.389.389-1.026 0-1.415z'/%3e%3crect fill='%23000000' x='5.129' y='3.8' transform='matrix(-.707 -.707 .707 -.707 6.189 20.064)' width='4.243' height='9.899'/%3e%3cpath fill='%23000000' d='M.908 14.775c-.087.262.055.397.316.312l2.001-.667-1.65-1.646-.667 2.001z'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}

.editing a:hover {
  background-color: #cbff0f;
}

li .editing a {
  display: none !important;
}

li:hover .editing a {
  display: block !important;
}

.slick-slide:hover .editing a {
  display: block !important;
}

#main_content a,
#main_content a:visited {
  color: #c0790b;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

#main_content a:hover {
  color: #007e43;
  text-decoration: underline;
}

.view-header {
  position: relative;
}

.clear {
  clear: both
}

img {
  border: 0;
}

div,
ul li {
  margin: 0px auto;
  padding: 0px;
}

.pager {
  display: inline-block
}

#page-wrapper {}

#page img {
  max-width: 100%
}

#page .term-tree-list {
  position: relative;
  margin-top: 15px;
}

#page .term-tree-list .term {
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 30px;
}

#page .term-tree-list .term::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-color: var(--main-color);
  -webkit-mask-image: url(../images/tag1.svg);
  mask-image: url(../images/tag1.svg);
  background-size: cover;
  width: 20px;
  height: 26px;
}

#page .term-tree-list .selected {
  font-weight: normal;
  text-decoration: underline
}

#block_publication {
  margin: 0 0;
}

.screen {
  position: relative;
  padding: 0px 30px;
  max-width: 1800px;
  margin: 0 auto
}

.container {
  max-width: 100%
}

.wide-content {
  width: auto;
  margin: 0
}

.region--breadcrumb {
  padding: 15px 10px;
  font-size: 13px;
  line-height: 24px;
  background: #0000008f;
}

.breadcrumb {
  font-size: 15px;
  /* padding: 0 15px; */
  padding: 0;
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.breadcrumb__content {
  max-width: 100%;
  float: right;
  padding: 10px 20px 10px 20px;
}

.breadcrumb__list {
  max-width: 100%;
  width: auto !important;
  white-space: normal !important;
  flex-wrap: wrap;
}

.breadcrumb a,
.breadcrumb li {
  color: #fff;
}

.breadcrumb__item:nth-child(n+2)::before {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-inline: 1rem 1.25rem;
  content: "";
  transform: rotate(45deg);
  border-block-start: 2px solid #fff;
  border-inline-end: 2px solid #fff;
}

.block-views-blockslideshow-block-1 {
  position: relative;
}

#news1,
#news2,
#news3 {
  max-width: 80% !important
}

h1,
h2,
h3 {
  font-weight: 600;
  margin: 0;
}

h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 38px;
  line-height: 42px;
  color: #007e43;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 600;
}

h2 {
  font-size: 34px;
  line-height: 38px;
  color: var(--main2-color);
  padding-bottom: 20px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
  color: var(--main3-color);
  margin-bottom: 20px;
  padding: 5px 0;
  border-bottom: 1px solid var(--main2-color)
}

h4 {
  font-size: 23px;
  margin: 0px;
  color: var(--main-color);
  line-height: 33px;
  padding: 5px 0;
}

h5 {
  font-size: 23px;
  margin: 0px;
  color: var(--main2-color);
  line-height: 33px;
  padding: 5px 0;
}

h6 {
  font-size: 23px;
  margin: 0px;
  color: var(--main3-color);
  line-height: 33px;
  padding: 5px 0;
}

.title,
.blocktitle,
.sch_highlights b,
#banner_title h1,
.banner_title h1 {
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  margin: 5px 0;
  padding: 5px 0;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
  position: relative;
  color: #2d2ab1;
}



p {
  margin: 0px;
  padding: 0px
}



.block__title {}

.region--secondary-menu,
.region--secondary-menu {
  margin: 0;
}

.menu--sidebar .is-active,
#block-olivero-main-menu .is-active {
  font-weight: 600;
  color: var(--main-color) !important
}



#page img {
  max-width: 100%;
}

.home_zoneA {}

.home_zoneB {}

.home_zoneC {}



.news_tag {
  position: absolute;
  left: -5px;
  top: -5px;
  background-image: url(../images/icon/i_news.png);
  width: 90px;
  height: 44px;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

.news_tag2 {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/icon/i_news2.png);
  width: 90px;
  height: 28px;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}


#logo {}

#logo img {
  max-height: 100px;
  height: auto;
}

.sch_highlights {
  background: url(../images/ctcampus/bg_main.png) no-repeat center top;
  padding: 50px 0;
  background-size: cover;
}

.sch_highlights .title {
  padding: 5px 0 5px 5%;
}

[data-aos="sch_highlights_animate"].aos-animate .title::before {
  content: "";
  z-index: 0;
  position: absolute;
  pointer-events: none;
  left: -46%;
  width: 50%;
  height: 3px;
  background: #313cae;
  top: 28px;
  opacity: 0;
  animation: rightAnimate 0.25s linear;
  animation-fill-mode: forwards;
}

@keyframes rightAnimate {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0) scaleX(0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleX(1);
    transition: 1s ease-in-out 3s;
  }
}


.sch_highlights b {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  padding: 0;
  margin: 0;
}


.sch_highlights ul {
  display: grid;
  padding: 50px 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
}

.sch_highlights ul li {
  width: calc(100% - 2px);
  padding: 1px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.sch_highlights ul li span,
.sch_highlights .boxing {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #fff;
  font-size: 21.5px;
  padding: 30px 0;
  background: linear-gradient(0deg, rgba(44, 51, 98, 1) 20%, rgba(44, 51, 98, 0) 100%);
  margin: 0
}

.bg_god_msg {
  background: url(../images/ctcampus/students.png) no-repeat left center #2f3563;
  padding: 50px 0;
  justify-content: center;
  align-items: center;
}

.bg_god_msg .screen {
  background: url(../images/ctcampus/sch_logo.png) no-repeat right center;
  background-size: auto 75%
}

.bg_god_msg .title {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.bg_god_msg .contents {
  float: right;
  width: 45%;
  color: #fff;
  background: rgba(47, 53, 99, .7);
  margin: 90px 0;
  padding: 15px;
}

.bg_whystcc {
  background: url(../images/ctcampus/stcc_intro.png) no-repeat #222a5b;
  background-position: 100% 0%;
  background-size: auto 100%;
  padding: 50px 0;
  justify-content: center;
  align-items: center;
}

.bg_whystcc .title {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.bg_whystcc ul {
  list-style: none;
  margin: 0 0 0 -3.3%;
  padding: 20px 0;
}

.bg_whystcc ul li {
  float: left;
  width: calc(50% - 3.3%);
  margin: 0 0 30px 3.3%;
  background: rgba(0, 0, 0, .2);
  text-align: center;
  padding: 0px 0;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, .3);
  background: #222a5b6b;
}

.bg_whystcc ul li .box_why {

  margin: 0px 0;
  position: relative
}


.bg_whystcc .contents {
  width: 65%;
  float: left;
}

.node__content {
  clear: both;
}

.node__content time {
  display: block !important;
  margin-bottom: 10px;
}

.btn_back {
  margin: 0px auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}


.video_theme {
  max-width: 80%;
  margin: 50px auto;
}

.view-empty {
  clear: both
}


/* template */


.tpl-info time,
.block-info time,
.node__content time {
  position: relative;
  display: inline-block;
  padding: 0px 0;
}


.index_block {
  background: none
}

.index_block b {
  display: block
}

.block-info {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none
}

.block-info li {
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.tpl-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tpl-info li {
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* background: #fff; */
}

.tpl-info li:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px
}

.tpl-info li a {
  color: #333;
  display: block;
  width: 100%
}

.tpl-info li a:hover {
  color: #333;
}

.tpl-info li b,
.block-info li b {
  display: block
}

.tpl-info figure img,
.block-info figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
}

.tpl-info figure:hover img,
.block-info figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .8;
}

.tpl-info figure,
.block-info figure {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.template-A ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.template-A ul li {
  width: calc(100% - 30px);
  background: #fff;
  padding: 15px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  text-align: center;
}

.template-B ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.template-B ul li {
  width: calc(100% - 30px);
  background: #fff;
  padding: 15px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  text-align: center;
}

.template-C ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.template-C ul li {
  width: calc(100% - 30px);
  padding: 15px;
  display: flex;
  align-items: center;
  text-align: center;
}

/* template-D */

.template-D ul {
  margin: 0 0 0 0%;
  border-top: 2px solid #F00;

}

.template-D ul li {
  display: flex;
  background: #fff;
  padding: 10px 0;
}

.template-D ul li .date span {
  padding: 0px 0 0px 28px;
  background-size: 16px 15px;
  font-weight: bold;
  color: #666;
  font-weight: 400;
  font-family: "Oswald", "微軟正黑體", sans-serif;
}



.template-D ul li .number {
  flex-basis: 10%;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0;
  text-align: left;
  font-weight: bold;
  color: #666;
  font-weight: 400;
  font-family: "Oswald", "微軟正黑體", sans-serif;
}

.template-D ul li .title {
  flex-basis: 50%;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 21px;
  text-shadow: 0 0 0;
  margin: 0;
  text-align: left;
  font-weight: 400;
  color: #333;
  margin: 0 5%;
  font-family: "Oswald", "微軟正黑體", sans-serif;
}




.template-D ul li .download {
  flex-basis: 24%;
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-align: right;
  padding: 5px 20px;
}

.template-D ul li .download a {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 5px;
  padding: 6px 0 6px 30px;
  line-height: 19px;
  background-size: 23px 23px;
  display: inline;
  font-weight: bold;
  color: #666;
  font-family: "Oswald", "微軟正黑體", sans-serif;
  transition: all 0.3s ease;
}

.template-D ul li .download a:hover {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 8px;
  color: #666;
  background-size: 23px 23px
}

.template-D ul li .date {
  flex-basis: 16%;
  font-size: 16px;
  padding: 5px 5px 5px 10px;
  margin: 0;
  text-align: left;
  font-weight: bold;
  color: #666;
}

.template-D ul li p {
  width: auto;
  font-size: 15px;
  font-weight: bold;
  color: #666;
}

.template-D ul li .date time {
  padding: 0px 0 0px 28px;
  background-size: 16px 15px;
  color: #666;
  font-weight: 400;
  font-family: "Oswald", "微軟正黑體", sans-serif;
}

.date time {
  background: url(../images/icon/icon_calendar.png) no-repeat;
  padding: 8px 20px 8px 25px;
  font-size: 16px;
  line-height: 15px;
  display: inline-block;
  background-size: 18px 20px;
  background-position: 0px 25%;
}

@media screen and (max-width:567px) {
  .template-D ul li {
    flex-direction: column;
  }

  .template-D ul li>div {
    width: 100%;
    padding: 5px 10px !important;
    box-sizing: border-box;
  }

  .template-D ul li .date {
    padding: 5px 10px !important;
  }

  .template-D ul li .date span {
    font-size: 16px;
    background-size: 20px !important;
    background-position: 0 50%;
    background-size: 20px;
    padding: 5px 5px 5px 30px;
    display: block;
    color: #fc2130;
    font-size: 16px;
    line-height: 19px;
    display: block;
  }



  .template-D ul li a {
    display: inline-block;
    padding: 0px 0;
    width: 100%;
  }

  .template-D ul li a:hover {
    color: #333;
    text-decoration: none
  }



  .template-D ul li .date span {
    padding: 0px 0 0px 28px;
    background-size: 16px 15px;
  }



  .template-D ul li .number {
    flex-basis: 24%;
    padding: 5px 10px;
    font-size: 16px;
    margin: 0;
    text-align: left;
  }

  .template-D ul li .title {
    flex-basis: 50%;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 19px;
    text-shadow: 0 0 0;
    margin: 0;
    text-align: left;
  }


  .template-D ul li .download {
    flex-basis: 20%;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .template-D ul li .download a {
    background: url(../images/icon/icon_download.png) no-repeat left;
    background-position: 3px 5px;
    padding: 6px 0 6px 30px;
    line-height: 19px;
    color: #555;
    background-size: 23px 23px;
    display: block;
  }

  .template-D ul li .download a:hover {
    background: url(../images/icon/icon_download.png) no-repeat left;
    background-position: 3px 8px;
    color: #666;
    background-size: 23px 23px
  }

  .template-D ul li .date {
    flex-basis: 16%;
    font-size: 16px;
    padding: 5px 5px 5px 10px;
    margin: 0;
    text-align: left;
  }


  .template-D ul li p {
    width: auto;
    font-size: 15px;
  }
}




#block_gallery {
  margin: -90px 0 50px 0
}

#block_gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Block_A ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.Block_A ul li {
  position: relative;
  width: 100%;
}

.Block_B ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.Block_B ul li {
  position: relative;
  width: 100%;
  background: #fff;
}

.Block_C ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: scroll;
  max-height: 500px
}

.Block_C ul li {
  position: relative;
  width: 100%;
  background: #fff;
  margin: 0 0;
}

.Block_C ul li a {
  display: flex;
  align-content: center;
}

.Block_C ul li .cover {
  float: left;
  width: 38%
}

.Block_C ul li .content {
  float: right;
  width: 60%;
  padding: 15px 0;
}

.Block_C ul li b {
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
}

.Block_D ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.Block_D ul li {
  position: relative;
  width: 100%;
  background: #fff;
}

.public_add {
  top: -98px;
}

.flip_btn,
.pdf_btn {
  display: inline-block;
  margin-top: 15px;
}

.pdf_btn {
  margin-left: 15px;
}

.flip_btn a {
  background: var(--main-color);
  color: #fff !important;
  padding: 10px 20px;
}

.pdf_btn a {
  background: var(--main2-color);
  color: #fff !important;
  padding: 10px 20px;
}


.news-card {
  border: 0px solid aqua;
  margin: 1px;
  position: relative;
  overflow: hidden;

  flex: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.news-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  ;
  z-index: 0;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}

.news-card__text-wrapper {
  position: relative;
  padding: 5px 10px 15px 10px;
  width: calc(100%);
  color: #333;
  background-color: #fff;
  transition: background-color 1.5s ease;
}

.news-card__title {
  transition: color 1s ease;
  margin-bottom: .5rem;
}

.news-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}

@media (min-width: 900px) {
  .news-card:hover .news-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }

  .news-card:hover .news-card__text-wrapper {
    background-color: #eae0f0
  }

  .news-card:hover .news-card__title {
    color: yellow;
  }

}


.articles {
  padding: 1em;
}

.articles:hover:before {
  width: 100%;
}

.articles::before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 0%;
  background: var(--main-color);
  right: 0px;
  transition: width 0.4s;
}



/* End Template */

/* Category */
.category {
  float: left;

  padding: 8px 10px;
  border-radius: 8px;
  margin: 9px 0;
  z-index: 1;
  position: relative;
}

.category ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.category ul li {
  display: inline-block;
}

.category ul li a {
  display: block;
  padding: 12px 24px;
  font-size: 21px; line-height:27px; background:#e5eee7;
  text-decoration: none;
  color: #333333;
  font-weight: 400;
  margin: 0 5px;
  clip-path: polygon(
  12% 0%,
  100% 0%,
  100% 88%,
  88% 100%,
  0% 100%,
  0% 12%
);

}

.category ul li+li {
  border-left: 1px dotted #666;
}

.category ul li a,
.category ul li a:after,
.category ul li a:before {
  transition: all .5s;
}

.category ul li a:hover {
  color: var(--main-color);
}

#ctd-fliters .button {
  background: var(--main-color);
}

#ctd-fliters select {
  color: var(--main-color);
}

#ctd-fliters .button,
#ctd-fliters select {
  font-size: 16px;
  line-height: 24px;
  height: 50px;
}


/* stroke */
.category.stroke ul li a,
.category.fill ul li a {
  position: relative;
}

.category.stroke ul li a:after,
.category.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: var(--main-color);
  ;
  height: 2px;
}

.category.stroke ul li a:hover:after {
  width: 100%;
}

.category.fill ul li a {
  transition: all 2s;
}

.category.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}

.category.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}

.category.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* SHIFT */
.category.shift ul li a {
  position: relative;
  z-index: 1;
}

.category.shift ul li a:hover {
  color: #91640F;
}

.category.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: var(--main-color);
  visibility: none;
  opacity: 0;
  z-index: -1;
}

.category.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}


.category .current a,
.category .current a:hover {
  color: #fff !important;
  background: var(--main-color);
}


/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  100% {
    width: 100%;
    height: 100%;
    background: var(--main-color);
    ;
  }
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: var(--main-color);
    ;
    border-radius: 100%;
  }

  100% {
    background: var(--main-color);
    ;
    height: 1000%;
    width: 1000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}

/* End Category */

.sitemap-item {
  margin: 0px auto;
  padding: 0;
}

.sitemap-item ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sitemap-item ul ul {
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
  margin: 10px;
  padding: 0 25px;
  list-style-type: initial;
}

.sitemap-item ul li {
  width: 100%;
  margin: 0;
  padding: 0
}

.sitemap-item ul li a,
.sitemap-item ul li span {
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #ddd;
  transition: background 0.3s ease;
}

.sitemap-item ul li a {
  color: var(--main-color);
}

.sitemap-item ul li span {
  color: #555;
}

.sitemap-item ul li a:hover {
  background: var(--main2-color);
  color: #fff;
}

.sitemap-item ul li ul li a,
.sitemap-item ul li ul li span {
  padding: 5px 0 5px 0px;
  display: block;
  border-bottom: 0;
  font-size: 1em;
  font-weight: 300
}

.sitemap-item ul li ul li a:hover {
  background: none;
  color: var(--main2-color)
}


.location {
  width: 100%;
  margin: 20px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

iframe {
  width: 100%;
  min-height: 350px;
}


.subjectlists {
  position: relative;
  margin: 0 auto;
  padding: 0 !important;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

.subjectlists figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.subjectlists figure figcaption::before,
.subjectlists figure figcaption::after {
  pointer-events: none;
}

.subjectlists figure figcaption,
.subjectlists figure figcaption>a {
  position: absolute;
  background: #0c335b38;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.subjectlists figure figcaption>a {
  z-index: 1;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}


.subjectlists figure h2,
.subjectlists figure p {
  margin: 0;
}

.subjectlists figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-honey {
  background: #4a3753;
  min-height: 180px;
}

figure.effect-honey img {
  opacity: 0.9;
  max-width: 125%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.5;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--main2-color);
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  font-style: normal;
  bottom: 0;
  left: 0;
  padding: 0.5em 1.5em;
  color: #fff;
  text-shadow: 0 0 8px #000000a1;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}


figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.view-subjects {
  padding: 0;
  margin: 0;
  clear: both;
}

.subjectlist ul {
  list-style: none;
  margin: 0;
  padding: 15px;
}

.subjectlist ul li {
  float: none;
  border-bottom: 1px solid var(--main3-color);
  position: relative
}

.subjectlist ul li a {
  padding: 15px 15px 15px 30px;
  display: block;
  font-size: 21px;
  line-height: 27px;
}

.subjectlist ul li a::before {
  content: "\2022";
  font-family: Arial;
  position: absolute;
  color: var(--main2-color);
  left: 0;
  top: 19px;
  font-size: 50px;
  font-weight: 400;
}

.eclass {
  vertical-align: bottom;
  display: table-cell;
  z-index: 1;
  position: relative;
}

.eclass a {
  background: #fc4;
  color: #2f3563;
  padding: 5px 20px;
  border-radius: 8px;
}

.eclass a:hover {
  background: #313cae;
  color: #fc4;
}


@media screen and (max-width: 1400px) {
  .menu_center ul::before {
    left: auto;
    right: 15px;
  }
}

.menu_arrow ul ul::before {
  display: none;
}


.cd-top {
  display: inline-block;
  position: fixed;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 45px;
  width: 50px;
  bottom: 50px;
  right: 50px;
  z-index: 10;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  box-shadow: 0px 0px 5px #999;
  background: #eb9d4f url(../images/ctcampus/cd-top-arrow.svg) no-repeat center center;
  clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
  transition: all 0.3s ease;
}

.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  background: #40498a url(../images/ctcampus/cd-top-arrow.svg) no-repeat center center;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: .9;
}

.no-touch .cd-top:hover {
  background-color: #40498a;
  opacity: 1;
}


.cover_bg {
  display: flex;
  justify-content: center;
  align-items: normal;
  padding: 50px 0px;
  width: 100%;
  position: relative;
  min-height: 350px;
  background: url(../images/school.png) no-repeat left top;
  background-position-y: top;
  background-attachment: scroll;
  background-size: auto;
  background-attachment: fixed;
  background-blend-mode: multiply;
  background-size: 100%;
  background-position-y: 30%;
}

.index_info {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 0%;
  transform: translateY(-56%);
  text-shadow: #010101a1 1px 0 10px;
  color: #fff;
  font-size: 27px;
  text-align: center;
  line-height: 38px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 550;
}




.subjectmenu ul {
  list-style: none;
  margin: 0 0 30px 0;
  background: #fff3d6;
  border-radius: 16px;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-start;
  /* 項目靠左對齊 */

  flex-wrap: wrap;
  /* 允許換行 */
}

.subjectmenu ul li {
  margin: 0 10px;
  position: relative
}



.subjectmenu ul li a {
  padding: 5px 15px;
  background: #fff;
  display: block;
  color: var(--main-color) !important;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
}

.subjectmenu ul li a:hover {
  background: var(--main4-color);
}

.subjectmenu ul li a.current {
  background: var(--main-color);
  color: #fff !important;
}

#block-sidebar-nav h2 {}


.list-item ul  { display: block; }
.list-item ul li { padding: 0}
.list-item .articles { width: 100%}

.list-item {
 padding: 15px;
  background: #fff;
  box-shadow: -1px 0 3px 1px rgba(206, 206, 206, 0.33);
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
}

.list-item ul {
  display: block;
}

.list-item .content {
  display: flex;
  margin: 0;
  width: 100%;flex-direction: row;
}

.list-item .content time {
  flex: 0 0 20%;
  white-space: nowrap
}

.list-item .content .notice_no {
  flex: 0 0 10%;
}

.list-item .content b {
  flex: 0 0 50%;
}

.list-item .content .download {
  flex: 0 0 20%;
}

.list-item ul li {
  background: none;
  box-shadow: none;
  padding: 15px;
  text-align: left;
  background: #fff;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.list-item ul li:last-child{
  border-bottom: none;
}

.list-item ul li:hover{
  box-shadow: none;
}

.list-item ul li .content .download a{
  text-decoration: none;
}


.list-item .content .download a {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 5px;
  padding: 8px 0 3px 30px;
  line-height: 19px;
  color: #555;
  background-size: 23px 23px;
  display: block;
  transition: all 0.3s ease 0s;
}

.list-item .content .download a:hover {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 8px;
  color: #666;
  background-size: 23px 23px
}

/* ------ new ------ */
#toolbar-item-administration-tray {
  margin: 0 !important;
}

.region--hero {
  position: relative;
}

.views-exposed-form{
  display:flex;
  float: right;
  gap: 10px;
}

.form--inline .form-actions {
  padding: 0;
  margin: 0;

}

/* menu */
#header_top {}

.site-branding {
  margin-left: 0;
  padding: 0px 0px 0 15px;
}

.sticky {
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

#header .screen {
  display: flex;
  padding: 0;
  align-items: flex-end;
}

#header .logo {
  margin-left: 0
}


.right_top { float:right;
  width: 100%;
}

/* hover animation */

.header-top .social-link {
  transition: all 0.3s ease;
  position: relative;
}

.header-top .social-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.header-top .social-link:hover img {
  filter: hue-rotate(40deg) saturate(2) brightness(1.1) contrast(1.1);
}

/* language */

#lang {
  margin: 10px 0;
  padding: 0;
  float: right;margin-right: 20px;    margin-left: 10px;
}

#lang ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}

#lang ul li {
  margin: 0;
}

#lang ul li a.language-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.2s;
  color: #fff;
  height: 40px;
  padding: 5px 20px;
  clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100.00%, 10% 100%, 0% 50%);
  position: relative;
  justify-content: center;
  background: #335b02;
  transition: background-color 0.3s ease, transform 0.2s ease, opacity 0.2s;
}

#lang ul li a.language-link::before {
  content: '';
  background: url(../images/web/global.png) no-repeat left center;
  background-size: contain;
  width: 21px;
  height: 21px;
  display: inline-block;
}

#lang ul li a.language-link:hover {
  background: #7cba2f;
  transform: scale(1.05);
  opacity: 0.9;
}

#lang ul li.is-active a.language-link,
#lang ul li a.language-link.is-active {
  background: #335b02;
}

.lang-en #lang a.language-link[hreflang="en"] {
  display: none;
}

.lang-zh-hant #lang a.language-link[hreflang="zh-hant"] {
  display: none;
}

/* more button */
.view-more,
.view-more2 {
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}


.more-link {
  position: relative;
}

.more-link a {
  font-size: 20.5px;
  line-height: 32px;
  padding: 10px 80px 10px 40px;
  background: var(--main-color);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  outline: 2px solid #2c3cb0;
  color: #fff;
  clip-path: polygon(100% 0, 100% 65%, 85% 100%, 0 100%, 0 0);
}
.btn_back a{ padding:10px 70px  10px 20px; color:#fff; background:#007e43;}

.view-more .more-link a  , .btn_back a{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-image: none;
  background-repeat: initial;
  background-position: initial;
  background-size: initial;
  transition: padding-left 0.5s ease, color 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
}

.view-more .more-link a:hover  , .btn_back a:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
}
 .btn_back a::after{  right: 15px !important;}
 
.view-more .more-link a::before{
  content: "";
  position: absolute;
  inset: 0;
  background-color: #029052;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: -1;
}

.view-more .more-link a::after, .btn_back a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-image: url("../images/web/i_arrow1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  transition: right 0.5s ease;
}

.view-more .more-link a:hover::before {
  transform: scaleX(1);
}

.view-more .more-link a:hover::after {
  right: 20px;
}

.view-more2 a {
  position: relative;
  display: inline-block;
  padding: 10px 35px;
  transition: background-position 0.5s ease, padding-left 0.5s ease;
}

.view-more2 a:hover {
  background-color: var(--main-color);
  color: #fff;
  background-position: right 20px center;
  background-image: url("../images/web/i_arrow.png");
}

.view-more2 a::before,
.view-more2 a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-radius: 8px;
  border-color: var(--main3-color);
  transition: transform 0.3s ease;
}

.view-more2 a::before {
  border-width: 2px 0 2px 0;
  transform: scaleX(0);
}

.view-more2 a::after {
  border-width: 0 2px 0 2px;
  transform: scaleY(0);
}

.view-more2 a:hover::before,
.view-more2 a:hover::after {
  transform: scale(1, 1);
}

.aboutUs .view-more .more-link a {
  overflow: visible;
  isolation: auto;
}

.aboutUs .view-more .more-link a::before {
  content: none;
  display: none;
}

.aboutUs .view-more .more-link a::after {
  content: none;
  display: none;
}


/* banner */

#banner_title,
.banner_title,
#nonbanner_title {
  background-image: url(../images/ctcampus/inner_banner1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  pointer-events: none;
  background-position: center center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
}

#banner_title h1,
.banner_title h1,
#nonbanner_title h1 {
  padding: 250px 0 50px 5%;
  margin: 0;
  z-index: 1;
  text-align: left;
  letter-spacing: 3px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.78);
  display: inline-block;
  width: 100%;
}

#nonbanner_title {
  background: url(../images/ctcampus/bg_news.png) no-repeat bottom center;
}

#nonbanner_title h1 {
  padding: 220px 0 40px 5%;
  color: var(--main-color);
  text-shadow: 0 0 0;
}

#nonbanner_title::after {
  display: none
}

#nonbanner_title h1::before {
  background: var(--main2-color);
  bottom: 58px;
}

/* latest news */

#block_latest-news .blocktitle {
  position: relative;
  z-index: 1;
  margin: 50px 0; white-space: nowrap; letter-spacing:-1;
}

#block_latest-news .blocktitle p {
  padding: 10px 0px;
  display: inline;
}


/* useful links */

.useful-links ul {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.useful-links ul li {
  width: calc(100% - 10px);
  position: relative;
  padding: 5px;
}


/* footer */

footer {
  background: #000;
  color: #fff;
  padding: 40px 0;
  font-size: 13px;
}

footer .text-content,
footer a {
  color: #333;
  font-size: 13px
}


footer .power {
  float: right;
}

footer .copyright {
  float: left
}

footer .copyright a,
footer .power a {
  color: #fff;
  text-decoration: underline
}

.inner_content .screen {
  margin-top: 50px;

}


/* node page */

#main_content {
  float: right;
  /* width: 77%; */
  width: 75%;
  padding: 20px 0;
}

/* layer format */
.list-item1 .tpl-info{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.list-item1 .tpl-info li{
  position: relative;
  padding: 0;
  background: #fffdf6;
  border: 1px solid rgba(0,0,0,0.12);
  overflow: hidden;
  box-shadow: rgba(100,100,111,0.12) 0px 6px 18px;
}

.list-item1 .tpl-info li b{
  font-size: 1rem;
  font-weight: 300;
  color: #333;
}

.list-item1 .tpl-info img{
  object-fit: cover;
  width: 100%;
  height: auto;
}

.list-item1 .tpl-info figure img{
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.list-item1 .tpl-info button{
  display: grid;
  grid-template-columns: minmax(0, 30%) minmax(0, 52%) minmax(0, 20%);
  align-items: start;
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
  column-gap: 20px;
  overflow: visible;
  padding: 15px;
  position: relative;
  min-width: 0;
  box-shadow: none;
  transition: background 0.4s, box-shadow 0.4s;
}

.list-item1 .tpl-info button::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: var(--main-color);
  transition: width 0.4s;
}

.list-item1 .tpl-info button::after{
  content: "+";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--main-color);
  transition: transform 0.3s ease;
}

.list-item1 .tpl-info .accordion-button.active::before{
  width: 100%;
}

.list-item1 .tpl-info .accordion-button.active::after{
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}

.list-item1 .tpl-info button:hover{
  background: #fffdf6;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.list-item1 .tpl-info button:hover::before,.list-item1 .tpl-info button:active::before{
  width: 100%;
}

.list-item1 .tpl-info .accordion-button.active::before{
  width: 100%;
}

.list-item1 .tpl-info figure{
  margin: 0;
  padding: 0;
  border: 1px solid #d3d3d3;
  width: 100%;
}

.list-item1 .tpl-info .content{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  width: 100%;
  padding: 0;
  margin: 0;
}

.list-item1 .tpl-info .content .boxing{
  margin-bottom: 0;
}

.list-item1 .tpl-info .organizer{
  align-self: center;
  min-width: 0;
  font-size: 0.8rem;
  font-weight: 300;
  color: var(--main-color);
}

.list-item1 .tpl-info .panel{
  grid-column: 1 / -1;
  min-width: 0;
  width: 100%;
  padding: 15px;
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  background: transparent;
  display: block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 300;
  word-break: break-word;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.2s ease;
  padding-top: 0;
  padding-bottom: 0;margin-top: 20px;
}

.list-item1 .tpl-info .accordion-button.active{
    background: #fffdf6;
}
 
 .list-item1 .tpl-info .accordion-button.active .panel{
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-item1 .tpl-info .panel p{
  margin: 5px 0;
  line-height: 1.4;
}

/* sidebar */

#sidebar-nav {
  float: left;
  width: 21%;
}


.sidebar-nav .metismenu a {
  text-decoration: none;
}

.sidebar-nav .sub_heading {
  padding: 0;
  color: #000;
  font-size: 26px;
  background-size: cover !important;
  margin: 0px;
  text-align: left;
  z-index: 2;
  position: relative;
  margin-bottom: 20px;
}

.sidebar-nav .sub_heading a {
  color: #007e43; font-weight:600;
  font-size: 26px;
  text-align: left;
  text-decoration: none;
}


.sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 5px 35px 5px 15px;
  color: #fefefa;
  outline-width: 0;
  transition: all .3s ease-out;


  text-decoration: none;
}

.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active,
.sidebar-nav .metismenu .mm-active>a {
  color: #028a0f;
  text-decoration: none;
  background: #fff;

}

.sidebar-nav .metismenu li:first-child {
  margin-top: 5px;
}

.sidebar-nav .metismenu>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}


.sidebar-nav {
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 20px 30px 0;
}

.sidebar-nav::before {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  float: right;
  background: #fdf8ee;
  width: 261%;
  position: absolute;
  height: 100%;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0);
}

.sidebar-nav .title {
  padding: 35px 15px;
  color: #000;
  font-size: 26px;
  background-size: cover !important;
  margin: 0px;
  text-align: left;
  z-index: 2;
  position: relative;
}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;

}

.sidebar-nav .metismenu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

}

.sidebar-nav .metismenu a.current {
  color: #0766c0;
}

.sidebar-nav .metismenu li+li {
  margin-top: 5px;
}

.sidebar-nav .metismenu li:first-child {
  margin-top: 5px;
}

.sidebar-nav .metismenu li:last-child {
  margin-bottom: 5px;
}

.sidebar-nav .metismenu>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;

}

.sidebar-nav .metismenu li.mm-active {
  position: relative;
}

.sidebar-nav .metismenu li.mm-active::before,
.sidebar-nav .metismenu li:hover::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  background: #8fc433;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
.sidebar-nav .metismenu li ul li { position: relative;}

.sidebar-nav .metismenu li ul li.mm-active::before,
.sidebar-nav .metismenu li ul li:hover::before {
background: #94c800;
 clip-path: inset(0);
left: 35px;
  top: 14px;
  width: 8px;
  height: 8px;
}

.sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 5px 35px 5px 35px;
  color: #000000; font-weight:500;
  outline-width: 0;
  transition: all .3s ease-out;

}

.sidebar-nav .metismenu ul a {
  padding: 5px 15px 5px 55px;
  line-height: 24px; font-size:15px;
}

.sidebar-nav .metismenu ul ul li.mm-active::before, .sidebar-nav .metismenu ul ul li:hover::before{
        left: 50px;
}



.sidebar-nav .metismenu ul ul a {
  padding: 5px 35px 5px 75px;
}

.sidebar-nav .mm-active {
  color: #028a0f !important;
  background: #fff;
}

.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active,
.sidebar-nav .metismenu .mm-active>a {
  color: #028a0f;
  text-decoration: none;
  background: #fff;
}

.sidebar-nav .metismenu li {
  border-top: 1px solid #a8d748;
}

.sidebar-nav .metismenu li:first-child {
  border-top: none;
}

/* breadcrumb */
#block-olivero-breadcrumbs {
  position: absolute;
  bottom: -20px;
  right: 30px;
  z-index: 1;
  width: auto;
}

.breadcrumb {
  font-size: 15px;
  padding: 12px 20px;
  max-width: none;
  overflow: visible;
  display: block;
  width: auto;

background: linear-gradient(90deg,rgba(136, 197, 0, .5) 0%, rgba(0, 41, 40, .7) 100%);
  backdrop-filter: blur(10px);
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
}

.breadcrumb__content {
  position: static;
  max-width: none;
  float: none;
}

.breadcrumb__list {
  max-width: 100%;
  width: auto !important;
  white-space: normal !important;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.breadcrumb a,
.breadcrumb li {
  color: #fff;
}


.boxing {
  margin-bottom: 30px
}

.boxing .title {
  font-weight: 500;
  color: #444;
  padding: 0px 0px;
  margin: 20px 0 10px 0;
  display: flex;
  font-size: 30px;
}

.boxing .title:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: var(--menu-main-color);
  margin-top: 0; pointer-events:none;
  margin-right: 10px;
  flex-shrink: 0;
}

.boxing .description {
  padding: 10px 5px;
  margin: 0 0 10px 0
}

.boxing img {
  width: auto
}

.Album ul {
  list-style: none;
  padding: 0px;
  margin: 0
}

.inner_content {
padding-bottom: 5px;
  min-height: 350px;
  background: url(../images/web/bg_ach.png) no-repeat left center;
  background-size: auto;
  background-size: cover;
  margin-top: -50px;
  padding-top: 50px;
}


.banner_title h1 {
  display: inline-block;
  width: auto;
  position: relative;
}

#full_page{ max-width:85%; margin:0 auto;}

.banner_title h1::before {
  content: '';
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 120%;
  height: 15px;
  background: #8caf49;
  z-index: -1;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  opacity: 0;
  animation: slideLeftToRight 3s ease-in-out 0.5s forwards;
}

@keyframes slideLeftToRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  50% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/* Table */
#main_content table {
  border-collapse: inherit;
  width: 100%;
  line-height: 21px ; font-size:16.5px;
  border: 1px solid var(--main-color); background:var(--main-color);
  margin: 0;
}

#main_content tr:nth-child(even) td {
  background: #f2f2f2;
  color: #333;
  padding: 5px;
}

#main_content tr:nth-child(odd) td {
  background: #fff;
  color: #333;
  padding: 5px;
}

table ul,
table ol {
  margin: 0 0 0 20px;
}




tr th {
  background: var(--main-color);
  color: #fff;
  padding: 5px;
}

table {
  border-collapse: collapse; 
  width: 100%;
  line-height: 33px;
  border: 1px solid var(--main-color);
  margin: 0;
}

td {
  background: #fff;
  color: #333;
  padding: 10px;
  border: 1px solid #ddd; 
  text-align: center;
}

tr:nth-child(even) td {
  background: #f2f2f2;
}

tr:nth-child(odd) td {
  background: #fff;
}

tr:first-child td {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}



/* new */


:root {
  /* --main-color: #2c3362;
  --main2-color: #d69253;
  --main3-color: #3b3286;
  --main4-color: #f5f9ff; */

  --main-font: 'Georgia', serif;

  --punch: #da3820;
  --nutmeg: #7b3728;
  --slate-gray: #6c7c8b;
  --earls-green: #b7c939;
  --yellow-metal: #7d5e3c;
  --red: #fa0708;
  --gun-powder: #3b3b50;
  --tan: #d1aa89;


  --main-color: #017d41;
  --text-color: #226c47;
  --text-color-2: #c2d200;

  --menu-text-color: #e4ff00;
  --menu-main-color: #89c600;

  --news-bg-color: #fcf8ed;
  --school-information-bg-color: #e5efe7;
  --contact-us-bg-color: #393939;

  --section-padding: 50px 0;
}

/* default */

.blocktitle {
  font-size: 48px;
  text-align: center;
  color: var(--main-color);
  line-height: 52px;
  font-family: var(--main-font);
  font-weight: 500;
  margin-bottom: 50px;
}

figure {
  margin: 0;
}


#page time::before {
  content: "";
  background-image: url(../images/web/date.png);
  background-size: contain;
  width: 20px;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
}

#page time {
 position: relative;
  text-align: left;
  color: var(--main-color);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 400;
}

.content {
  display: flex;
  flex-direction: column;gap: 10px;
  margin-top: 10px;
  align-items: center;
}

/* zone */

.home_zoneA .screen,
.home_zoneA>* {
  position: relative;
  z-index: 1;
}

.home_zoneD {

  padding: 20px 0;
  background: url(../images/web/bg_contact.png) no-repeat right top #393939 ; background-size:auto 100%;
}

/* header */
#header {
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.7) 30%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  width: 100%;
  position: absolute;
  pointer-events: none;
}

#header>* {
  pointer-events: auto;
}

.sticky #header {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
  min-height: auto;
  max-width: 100%;
}

.menu-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  right: 20px;
}

.menu-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
  background: transparent;
  box-shadow: 3px 3px 20px 1px rgba(0, 0, 0, 0.15), 0px 0px 16px rgba(0, 0, 0, 0.1);
  z-index: -1;
  pointer-events: none;
}

ul#main-menu {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  position: relative;
  overflow: visible;
  z-index: 1;
  isolation: isolate;
  width: calc(100% - 40px);
  margin-top: 10px;
}

ul#main-menu::before {
  content: '';
  position: absolute;
  inset: 0;
  backdrop-filter: blur(3px);
  background: rgba(0,0,0,.35);
  /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.1) 100%); */
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
  pointer-events: none;
  z-index: 0;
  height: 100%;

}

ul#main-menu>li,
ul#main-menu>li>a {
  position: relative;
  z-index: 1;
}

ul#main-menu>li>a {
  position: relative;
  z-index: 1;
}



.header-top {
float: right;
  display: flex; padding:10px 0;

}

.header-top .social-icons {
  display: flex;
  align-items: center;
}

.header-top .social-link img {
  height: 40px;
}

.header-top .action-buttons {
  display: flex;
  align-items: center;
}

.header-top .btn-eclass,
.header-top .btn-language {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.2s;
  color: #fff;
  height: 40px;
  padding: 5px 20px;
  clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100.00%, 10% 100%, 0% 50%);
  position: relative;
  justify-content: center;
}

.header-top .btn-eclass span::before {
  content: '';
  background: url(../images/web/user.png) no-repeat left center;
  background-size: contain;
  width: 21px;
  height: 21px;
}

.header-top .btn-eclass {
  background: #5b3998;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.header-top .btn-eclass:hover {
  background: #7a52c7; /* 懸停時的背景顏色 */
  transform: scale(1.05); /* 輕微放大效果 */
}


.header-top .btn-language span::before {
  content: '';
  background: url(../images/web/global.png) no-repeat left center;
  background-size: contain;
  width: 21px;
  height: 21px;
}


.header-top .btn-language {
  background: #335b02;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.header-top .btn-language:hover {
  background: #7cba2f; /* 懸停時的背景顏色 */
  transform: scale(1.05); /* 輕微放大效果 */
}



.header-top .btn-eclass:hover,
.header-top .btn-language:hover {
  opacity: 0.9;
}


.header-top .btn-eclass .icon,
.header-top .btn-language .icon {
  display: flex;
  align-items: center;
}

.lang-en .header-top .btn-language.eng {
  display: none;
}

.lang-zh-hant .header-top .btn-language.tc {
  display: none;
}




/* slideshow */
.slider-slogan {
  position: absolute;
  bottom: 6%;
  width: 56%;
  left: 2%;
}

.slider-slogan .slogan_text {
  font-size: 28px; line-height:34px;
  padding: 0;
  color: #fff;
  margin-left: 30px;
  font-family: var(--main-font);
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.slogan_left {
  left: 0;
}

.slogan_right {
  right: 0;
}


#block_activity {

  background-color: var(--news-bg-color);
  position: relative;padding: 60px 0px;
  overflow: hidden; 
}



#block_activity {

  background-color: var(--news-bg-color);
  position: relative;
  overflow: hidden;
}


#block_activity::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/web/bg_news.png) no-repeat left center;
  background-size: auto;
  background-size: auto 100%;
  pointer-events: none;
  z-index: 0;
}

#block_activity .screen {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}


#block_activity .view-header {
  flex: 0 0 24%;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#block_activity .slider  {
flex: 0 0 76%;
  box-sizing: border-box;
  max-width: 76%;
  padding: 0 50px; margin: 0;
}

#block_activity .view-more {
  margin: 0;
  padding: 0;
}

#block_activity a {
  text-decoration: none;
}

#block_activity b {
  color: #000;
}

#block_activity img {
  border-radius: 10px;
}

#block_activity .slider > a {
  display: block;
  position: relative;
  overflow: visible;
  margin: 60px 0;
}

#block_activity .cover {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

#block_activity .cover::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

#block_activity .slider .news-card > a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 25px;
  height: 50px;
  background: url(../images/web/views.png) no-repeat left center;
  background-size: auto;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
  aspect-ratio: 192 / 101;
  transform: translateY(0) scale(0.5); display: none

}
#block_activity .slider .news-card > a figure{border-radius: 8px;}
#block_activity .slider .news-card  > a:hover .cover::before {
  opacity: 1;
}

#block_activity .slider .news-card  > a:hover::after {
  opacity: 1;
  transform: translateY(-15px) scale(1);
}


#block_activity .cover img {
  transition: transform 0.4s ease;
  transform: translateZ(0);
  width: 100%;
}

#block_activity .slider .news-card  > a:hover .cover img {
  transform: scale(1.1);
}

#block_activity .content {
padding: 0 10px;
  gap: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#block_activity .content .type {
  margin: 0;
  background: #3e2d23;
  padding: 5px 15px;
  border-radius: 4px;
  color: #fff;
  align-self: flex-start;
  margin-top: 5px; font-size:13.5px; line-height:17px;
}


/* latest News */
#block_latest-news {

  background-color: #fff;
  position: relative;padding: 0 0 30px 0;
  overflow: hidden;
}


#block_latest-news .editingAdd {transform: none;}



#block_latest-news .screen {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}


#block_latest-news .view-header {
  flex: 0 0 24%;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;

align-items: center;
  justify-content: space-between;

}

#block_latest-news .splide {
flex: 0 0 76%;
  box-sizing: border-box;
  max-width:100%;
  padding: 0 50px;
}

#block_latest-news .view-more {
  margin: 0;
  padding: 0;
}

#block_latest-news a {
  text-decoration: none;
}

#block_latest-news b {
  color: #000;
}

#block_latest-news img {
  border-radius: 10px;
}

#block_latest-news .splide__slide>a {
  display: block;
  position: relative;
  overflow: visible;
  margin: 20px 0;
}

#block_latest-news .splide__list li {  position: relative}
#block_latest-news .splide__list li:nth-child(n+2):after { content: ""; position: absolute;
  width: 1px;
  height: 70%;
  background: #e6e6e6;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;} 

#block_latest-news .cover {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

#block_latest-news .cover::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

#block_latest-news .splide__slide>a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 25px;
  height: 50px;
  background: url(../images/web/views.png) no-repeat left center;
  background-size: auto;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
  aspect-ratio: 192 / 101;
  transform: translateY(0) scale(0.5);

}

#block_latest-news .splide__slide>a:hover .cover::before {
  opacity: 1;
}

#block_latest-news .splide__slide>a:hover::after {
  opacity: 1;
  transform: translateY(-15px) scale(1);
}


#block_latest-news .cover img {
  transition: transform 0.4s ease;
  transform: translateZ(0);
  width: 100%;
}

#block_latest-news .splide__slide>a:hover .cover img {
  transform: scale(1.1);
}

#block_latest-news .content {
padding: 0 10px;
  gap: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#block_latest-news .content .type {
  margin: 0;
  background: #3e2d23;
  padding: 5px 15px;
  border-radius: 4px;
  color: #fff;
  align-self: flex-start;
  margin-top: 5px; font-size:13.5px; line-height:17px;
}

#block_activity .slick-prev::before,#block_activity .slick-next::before { display: none}

.splide__arrow--prev,#block_activity .slick-prev {
 left: -8px !important;
  background: url("../images/web/i_arrow-left.png") no-repeat center !important;
  background-size: auto;
  background-size: contain !important;
  width: 50px !important;
  height: 80px !important;
  border-radius: unset !important;
}

.splide__arrow--prev svg {
  display: none;
}

.splide__arrow--next,#block_activity .slick-next {
  right: -8px !important;
  background: url("../images/web/i_arrow-right.png") no-repeat center !important;
  background-size: auto;
  background-size: contain !important;
  width: 50px !important;
  height: 80px !important;
  border-radius: unset !important;
}

.splide__arrow--next svg {
  display: none;
}

/* AboutUs */
.aboutUs {
  position: relative;
  padding: var(--section-padding);
  background-image: url(../images/web/bg_ppl1.png);
  background-repeat: no-repeat;
  background-position: 40% center;
  background-size: 500px auto;
}

.aboutUs .screen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin: 0 auto;
}

.aboutUs .content {
  flex: 0 0 40%;
  position: relative;
  z-index: 1;align-items: flex-start;
}

.aboutUs .title {
  font-family: var(--main-font);
  font-size: 48px;
  color: var(--main-color);
  margin: 0 0 30px 0;
  font-weight: 300;
}

.aboutUs .text {
  color: #333;
  margin: 0 0 30px 0;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.8;
}


.aboutUs .view-more {
  margin: 0;
  padding: 0;
  text-align: left;
}

.aboutUs .more-link a {
  display: inline-block;
  border-bottom: 3px solid var(--main-color);
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  color: #000;
  background: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: url("../images/web/i_arrow.png");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 30px auto;
  padding: 6px 100px 6px 30px;
  clip-path: none;
  font-family: var(--main-font);
  outline: none;
  text-decoration: none;
  transition:
    border-top-color .25s ease,
    border-left-color .25s ease,
    border-right-color .25s ease,
    background-position .5s ease,
    box-shadow .25s ease,
    transform .15s ease;
}

.aboutUs .view-more .more-link a:hover {
  background-position: right 20px center;
  border-top-color: var(--main-color);
  border-left-color: var(--main-color);
  border-right-color: var(--main-color);
  box-shadow: 0 8px 18px rgba(1, 125, 65, .18);
  transform: translateY(-1px);
  color: #000;
}

.aboutUs .arrow {
  transition: transform 0.3s ease;
}

.aboutUs .image {
  flex: 0 0 55%;
}

.aboutUs .image img {
  width: auto;
  max-height: 380px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .aboutUs {
    flex-direction: column;
  }

  .aboutUs .content {
    flex: 1;
    padding-left: 20px;
  }

  .aboutUs .image {
    flex: 1;
    width: 100%;
  }
}


/* school information */

#block_school-information {
  padding: var(--section-padding);
  background-color: var(--school-information-bg-color);
  position: relative;
  overflow: hidden;
}

#block_school-information .screen {
  position: relative;
  z-index: 1;
}

#block_school-information .blocktitle {
  text-align: left;
}

#block_school-information .useful-links ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 35px;
  column-gap: 20px;
}

#block_school-information .useful-links li {
  position: relative;
  overflow: visible;
  box-shadow: none;
  width: 100%;
  padding: 0;
  aspect-ratio: 16 / 9;
}


#block_school-information .useful-links li:nth-child(3) {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: auto 0;
}

#block_school-information .useful-links li:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}

#block_school-information .useful-links li:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}


#block_school-information .useful-links li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

#block_school-information .useful-links li a:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  z-index: 1;
  transform: translateY(-5px);
}

#block_school-information .useful-links li a .link-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  isolation: isolate;
}

#block_school-information .useful-links li a .link-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: background 0.4s ease;
  pointer-events: none;
}

#block_school-information .useful-links li a:hover .link-image::before {
  background: rgba(0, 0, 0, 0.85);
}

#block_school-information .useful-links li a .link-image img {
  clip-path: circle(90% at 50% 50%);
  scale: 1;
  transition:
    clip-path 1.5s cubic-bezier(0.16, 1, 0.3, 1),
    scale 2.2s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

#block_school-information .useful-links li a:hover .link-image img {
  clip-path: circle(0% at 100% 100%);
  scale: 1.3;
}

#block_school-information .useful-links li a .link-image::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 20px;
  right: 20px;
  bottom: 30px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) top,
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) bottom,
    linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) left,
    linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) right;
  background-size: 100% 3px, 100% 3px, 3px 100%, 3px 100%;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  background-repeat: no-repeat;
  mask-image: radial-gradient(circle at 50% 0,
      transparent 65px,
      black 35px);
  -webkit-mask-image: radial-gradient(circle at 50% 0, transparent 65px, black 35px);
  transition: all 0.4s ease;
  transform: scale(1);
}

#block_school-information .useful-links li a:hover .link-image::after {
  transform: scale(0.95);
}


#block_school-information .useful-links li a .link-icon {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease;
}

#block_school-information .useful-links li a .link-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}


#block_school-information .useful-links li a .link-title {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  color: white;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
  white-space: nowrap;
  z-index: 2;
  max-width: 100%;
  font-family: var(--main-font);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#block_school-information .useful-links li a:hover .link-icon {
  transform: translateX(-50%) scale(1.2);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#block_school-information .useful-links li a:hover .link-title {
  transform: translateX(-50%) translateY(50%) scale(1.1);
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8);
}


/* Achievements */
#block_latest-awards {
  padding: var(--section-padding);
  position: relative;
  overflow: hidden;
}

#block_latest-awards .blocktitle {
  text-align: left;
}


#block_latest-awards .view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;

}

#block_latest-awards .view-more {
  margin: 0;
  padding: 0;
}

#block_latest-awards ul li a {
  display: flex;
}

#block_latest-awards {
  padding: var(--section-padding);
  position: relative;
  overflow: hidden;

  background: url(../images/web/bg_ach.png) no-repeat left center;
  background-size: cover;
}

#block_latest-awards .screen {
  position: relative;
  z-index: 1;
}

#block_latest-awards .blocktitle {
  text-align: left;
}

#block_latest-awards .view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;

}

#block_latest-awards .view-more {
  margin: 0;
  padding: 0;
}

#block_latest-awards .Block_D ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#block_latest-awards .Block_D ul li {
  background: none;
  box-shadow: none;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  transition: box-shadow 0.3s ease;
}

#block_latest-awards .news-card__text-wrapper {
  background: none;
}

#block_latest-awards .Block_D ul li:last-child {
  border-bottom: none;
}

#block_latest-awards .Block_D ul li:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

#block_latest-awards .Block_D ul li:hover .articles1 a {
  background: #f9f9f9;
}

#block_latest-awards .Block_D ul li:hover a img {
  transform: scale(1.2);
  opacity: .8;
}


#block_latest-awards .articles1 {
  width: 100%;
}

#block_latest-awards .articles1 a {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  gap: 50px;
  padding: 20px 35px;
}

#block_latest-awards .articles1 a>span:nth-child(4) {
  content: "";
  background-image: url(../images/web/icon_awards.png);
  aspect-ratio: 1 / 1;
  width: 150px;
  margin: auto 0;
  background-size: contain;
}

#block_latest-awards .field_date {
  display: flex;
  align-items: start;
  margin: 0;
  padding: 0;
  width: 8%;
  flex-shrink: 0;
}

#block_latest-awards .field_date time {
  color: var(--text-color);
  font-weight: 400;
  font-size: 19px;
}

#block_latest-awards figure {
  margin: 0;
  padding: 0;
  border: 3px solid #cacaca;
  overflow: hidden;
}

#block_latest-awards figure img {
  height: 100%;
  object-fit: cover;
}

#block_latest-awards .articles>a>div:nth-child(3) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 20px;
  width: 55%;
  flex-shrink: 0;
}

#block_latest-awards .articles b {
  color: var(--main-color);
}

#block_latest-awards .articles>a>div:nth-child(3)>div {
  color: #666;
}

#block_latest-awards .articles span {
  width: 12%;
  flex-shrink: 0;
}

#block_latest-awards .articles a:hover {
  background: #f9f9f9;
}

#block_latest-awards .view-more a:hover {
  background-position: right 20px center;
  color: #fff;
}

#block_latest-awards .view-more a:hover::after {
  background-image: url("../images/web/i_arrow1.png") !important;
  right: 20px !important;
}

#block_latest-awards .view-more a {
  display: inline-block;
  border-bottom: 3px solid var(--main-color);
  color: #000;
  background: none;
  padding: 6px 100px 6px 30px;
  clip-path: none;
  font-family: var(--main-font);
  outline: none;
  text-decoration: none;
}

#block_latest-awards .view-more .more-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-image: url("../images/web/i_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  transition: right 0.5s ease;
}

/* timeline */
.history_area {
  position: relative;
  z-index: 0;
  background: url(../images/web/bg_history.png) center center no-repeat;
  background-size: cover;
  padding: 50px 0;
  overflow: hidden
}

.history_area .blocktitle {
  color: #fff;
}

.history_timeline .blocktitle {
  margin: 0;
  padding: 50px 0;
  color: #fff;
}

/* contact us */

.contact_area {
  overflow: hidden;
  position: relative;    margin-top: 30px;
}

.contact_info {
  color: #fff;
  position: relative;
  z-index: 1;
  vertical-align: bottom;
  display: table-cell; font-size:16.5px; line-height:21px;
}
 
.contact_area .contact-logo {
  max-height: 78px;
  max-width: 100%;
}


.contact_info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 86px;
  flex: 0 0 50%;
}

.contact_info .contact_info_container {
  display: flex;
  margin-top: 20px;
}

.contact_info .contact_info_container .social_media {
  margin: 0;
  padding: 0;
  flex: 0 0 50%;
}

.contact_info .contact_info_container .social_media>li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact_info .contact_info_container .social_media>li>ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.contact_info img{ max-height:80px;}

.social_media>li:nth-child(1)>span:nth-child(1) {
  background: none;
}

.contact_info ul li {
  float: left;
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: flex-start; font-size:15.5px; line-height:17px;
}

.contact_info ul li+li {
  width: 50%;
}

.contact_info ul li span {
  background: url(../images/web/i_map.png) no-repeat left center;
  padding: 0px 10px 0 35px;
  display: inline-block;
  background-size: 25px auto;
  color: var(--text-color-2);
  font-family: var(--main-font);  background-size: auto 100%;    white-space: nowrap;
}

.contact_info ul li+li span {
  background: url(../images/web/i_tel.png) no-repeat left center;
    background-size: auto 100%;
}

.contact_info ul li+li+li span {
  background: url(../images/web/i_fax.png) no-repeat left center;
    background-size: auto 100%;
}

.contact_info ul li+li+li+li span {
  background: url(../images/web/i_email.png) no-repeat left center;
    background-size: auto 100%;
}

.contact_info ul ul li {
  width: auto;
  margin: 0;
}

.contact_info ul ul li img {
  width: 35px !important;
  transition: transform 0.3s ease;
}

.contact_info ul ul li:hover img {
  transform: translateY(-5px);
}


.contact_info ul li a {
  color: #fff;
  text-decoration: underline;
}


/* link site */

.region--content-below {
  display: flex;
  gap: 30px;
}

.region--content-below>div:nth-child(1) {
  flex: 0 0 68%;
}

.region--content-below>div:nth-child(2) {
  flex: 0 0 30%;
}

#block_link-site .screen {
  position: relative;
  z-index: 1;
}

#block_link-site .blocktitle {
  text-align: left;
  font-size: 19px; line-height:23px;
  color: var(--text-color-2);
  margin-bottom: 0;
}

#block_link-site .useful-links ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#block_link-site .useful-links li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}

#block_link-site .useful-links li a {
  display: block;
  transition: transform 0.3s ease;
}

#block_link-site .useful-links li a:hover {
  transform: scale(1.05);
}

#block_link-site .useful-links li img {
  max-width: 100%;
  height: auto;
}


/* text animation */
.c-text-anim {
  display: inline-flex;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 20px, 0);
}

.c-text-anim span {
  display: inline-block;
  white-space: pre;
  transform: perspective(1000px) translate3d(0, 70%, 0) rotateX(-90deg);
}

.c-text-anim.is-view {
  opacity: 1;
  transform: translateZ(0);
  transition: transform 0.9s cubic-bezier(0.47, 0.16, 0.24, 1),
    opacity 0.7s cubic-bezier(0.26, 0.06, 0, 1) 0.5s;
}

.c-text-anim.is-view span {
  transform: perspective(1000px) translateZ(0);
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
}

.c-text-anim-small {
  display: inline-flex;
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 10px, 0);
}

.c-text-anim-small span {
  display: inline-block;
  white-space: pre;
  transform: perspective(1000px) translate3d(0, 100%, 0) rotateX(-180deg);
}

.c-text-anim-small.is-view {
  opacity: 1;
  transform: translateZ(0);
  transition: transform 1s cubic-bezier(0.47, 0.16, 0.24, 1);
}

.c-text-anim-small.is-view span {
  transform: perspective(1000px) translateZ(0);
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
}

.c-fade-anim {
  opacity: 0;
}

.c-fade-anim.is-view {
  opacity: 1;
  transition: opacity 0.8s ease-in-out 0s;
}

.c-text-anim:not(.is-view) span,
.c-text-anim-small:not(.is-view) span {
  animation: none;
  transition: none;
}

.c-text-anim:not(.is-view),
.c-text-anim-small:not(.is-view) {
  animation: none;
  transition: none;
}

.c-fade-anim:not(.is-view) {
  transition: none;
}


/* template */

.media-post.template-A ul {
  display: block;
  grid-template-columns: none;
}

.media-post.template-A ul li {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  max-width: 100%;
  gap: 20px;
  padding: 16px;
  margin-bottom: 16px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.media-post:hover .template-A ul li {
  transform: translateY(-2px);
  border-color: rgba(49, 60, 174, 0.35);
  box-shadow: rgba(100, 100, 111, 0.18) 0px 10px 26px;
}

.media-post .cover {
  flex: 0 0 320px;
  width: 320px;
  max-width: 40%;
  overflow: hidden;
  border-radius: 12px;
  background: #ebeff2;
}

.media-post .cover figure {
  margin: 0;
  height: 100%;
}

.media-post .cover img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.media-post:hover .cover img {
  transform: scale(1.04);
  filter: saturate(1.05);
}

.media-post .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  min-width: 0;
  margin: 0;
  gap: 0;
}

.media-post .content h1 {
margin: 0;
  font-size: 28px;
  line-height: 1.35;
  color: #333;
  text-align: left;
  font-weight: bold;
}

.media-post .content p {
 margin: 0;
  color: #999;
  line-height: 1.5;
  text-align: left;
  font-size: 17px;
  margin-bottom: 10px;
}

.media-post .content .date {
 display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 17px;
  color: #333;
  text-align: left;
  white-space: nowrap;margin-top: 20px;
}

.media-post .content .date time {
padding: 0;
}

.media-post .content #download_btn {
  margin: 0;
  margin-top: auto;
}

.media-post .content #download_btn + .clear {
  display: none;
}

.media-post .content .clear {
  display: none;
}

.media-post .content #download_btn a {
  display: inline-block;
  padding: 8px 14px;
  background: #313cae;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
}

.media-post .content #download_btn a:hover {
  background: #2d2ab1;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(49, 60, 174, 0.3);
}


.pager{
  margin-top: 10px;
}

.menu-toggle{ display:none;}