@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap');

@font-face {
  font-family: 'FC';
  src: url('../font-awesome/fonts/FC.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  font-size: 19px;
  color: #333;
  line-height: 33px;
  font-family: "cwTeXYen", 'Noto Sans TC', sans-serif;
  -webkit-text-si
  ze-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  transition: all 0.3s ease 0s;
}

a:link,
a:visited {
  color: rgb(51, 51, 51);
  text-decoration: none;
}

a:hover {
  color: #ffa800;
  text-decoration: underline;
}

video{
  width:100%;
}

.nevigation .void_link {
  cursor: auto;
  color: #aeaeae !important
}

.nevigation .void_link:hover {
  text-decoration: none !important;
}

.clear {
  clear: both
}

.contextual-links-region {
  position: static
}

.main_content table {
  border-collapse: inherit;
  width: 100%;
  border: 1px solid var(--main2-color);
}

.main_content tr:nth-child(even) td {
  background: #e8f0ff;
  color: #333;
  padding: 5px;
}

.main_content tr:nth-child(odd) td {
  background: #fff;
  color: #333;
  padding: 5px;
}

main_content table ul,
table ol {
  margin: 0;
}

table {
  border-collapse: inherit;
  line-height: 28px;
}

table ul,
table ol {
  margin: 0;
}

table img {
  width: 100%;
  height: auto;
}

img {
  border: 0;
}



div,
ul li {
  margin: 0px auto;
  padding: 0px;
}

.wrap {
  width: 100%;
  min-height: 100%;
  overflow: hidden
}

.screen {
  min-width: 300px;
  max-width: 1600px;
  position: relative;
  padding: 0px 10px;
}

.container {
  height: auto;
  /* min-height: 500px; */
}

.container .screen {
  padding: 0 15px;
}

.container a {
  -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;
}

h1 {
  font-size: 38px;
  color: #015d31;
  text-transform: uppercase;
  line-height: 38px;
}

h2 {
  font-size: 33px;
  color: #3c99dc;
}

h3 {
    color: #259e4f;
      border-left: 2px solid #259e4f;
      background: #fff;
  padding: 10px 20px 10px 20px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
  margin: 0px 0 15px 0;
  display: inline-table;
  font-size: 24px;
}

h4 {
  font-size: 23px;
  margin: 0px;
  color: #ffa800;
  line-height: 33px;
}

h5 {
  font-size: 23px;
  margin: 0px;
  color: #117098;
  line-height: 33px;
}

p {
  margin: 0px;
  padding: 0px
}


.container {
  height: auto;
  /* min-height: 500px; */
  background: linear-gradient(#afe4f71a, #afe4f730);
}

.container #full {
  padding: 15px;
  width: calc(100% - 30px);
}

.more_area {
    position: absolute;
      right: 26px;
      display: block;
      z-index: 3;
      font-size: 14px;
      margin-top: 0px;
      text-align: center;
    top: -20px;
}

.more_area a {
  color: #333;
  background: #fff;
  padding: 20px 20px 28px 20px
}

.latest_new .main_events_area {
  border: 3px solid #e7d1f6;
}

/* .latest_video .main_events_area {
  border: 3px solid #e0dfc4;
} */

.latest_awards .main_events_area{
   border: 3px solid #83a9e8; 
}

.latest_gallery .main_events_area{
  border: 3px solid #015d31bf;
}

.main_calenadr .area{
  border: 3px solid #ffc7d16b;
}

.latest_video .main_events_area{
  border: 3px solid #fff000;
}

#block-views-publication-block-1 .main_events_area{
  background:none;
}

.main_events_area {
 
  border-radius: 16px;
  padding: 10px;
  background: #fff;
  margin-top: 36px;
  margin-bottom: 15px;
      z-index: 2;
        position: relative;
}

.container .title {
  padding: 0;
  color: #333;
  font-size: 23px;
}

.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
}

.hover01 figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .8;
}

.tagCloud h1{
  float:left;
}

/* .tagCloud .logout-button{
      margin: 0 0 24px 0;
} */

.tagCloud .dropdown {
  clear:right;
}

/* .tagCloud .view-filters{
  float:left;
  clear: both;
} */

.tagCloud #template_C .information ul li a{
             background: rgb(27, 110, 194, 0.1); 
          
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 10px;
}

.extracurricular ul li{
text-align: center;
}

.extracurricular ul li figure{
      border-radius: 10px;
}



.tagCloud #template_C .information ul li a:hover{
    background: #e2dcd694 !important;
}

.tagCloud #template_C .information ul li a .content{
  padding:10px 0;min-height: 14vh;
}

figure {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden; 
}

figure:hover+span {
  bottom: -36px;
  opacity: 1;
}

.hover02 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: .3;
}

.hover02 figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .7;
}


#jssor_1 {
  overflow: hidden;
    box-shadow: 0 0 0 1px #f0f0f0;
      /* border-radius: 10px;
    border: 4px solid #fff; */
}

/* https: //www.fss.edu.hk/ */
#slogan_left {
    position: absolute;
      left: 56px;
      font-size: 28px;
      line-height: 30px;
      letter-spacing: 5px;
      text-shadow: 0 0 3px rgba(0, 0, 0, .2);
      bottom: 56px;
        background: linear-gradient(to right, rgba(29, 158, 132, 0.77), rgba(29, 158, 132, 0));
      color: #fff;
      padding: 12px;
      font-family: sans-serif;
/* position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000a56;
  font-size: 38px;
  font-family: 'FC';
  line-height: 38px;
  FONT-WEIGHT: 600;
  text-shadow: 3px 3px 0px rgb(255 255 255);
  bottom: 48px;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 0; */
}

#slogan_right {

    position: absolute;
      right: 90px;
      font-size: 36px;
      line-height: 38px;
      letter-spacing: 5px;
      text-shadow: 0 0 3px rgba(0, 0, 0, .2);
      bottom: 100px;
      background: rgba(29, 158, 132, .77);
      color: #fff;
      padding: 15px;
    font-family: sans-serif;


/* position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000a56;
  font-size: 38px;
    font-family: 'FC';
    line-height: 38px;
    FONT-WEIGHT: 600;
    text-shadow: 3px 3px 0px rgb(255 255 255);
    bottom: 48px;
    background: rgba(255, 255, 255, 0.4);
    padding: 10px 0; */
}

#google_area {
  background: #ecf9fd;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  font: 19px;
  border: 2px solid #fff;
}

.header {
  background: url(../images/web/bg_header.png)no-repeat top center, linear-gradient(#afe4f7, #fff);
  height: 377px;
  position: relative;
  border-top: 4px solid #f9e23a;z-index: 10;
  width: 100%;
}

.header .screen::after{
content: "";
  background: url(../images/web/students.png)no-repeat top center; background-size: cover;
  height: 213px;
  width: 430px;
  position: absolute;
  right: 6%; top:96px;
  cursor: none; pointer-events:none;
}

.header .menu_block .screen::after{ display:none; }


.logo {
  float: left;
  width: 100%;
  padding: 10px 0;
  text-align: center;    
}

.logo img {
  max-height: 115px;
}

.header .links_top {
position: absolute;
  top: 0;
  right: 0;
}

.header .links_top ul {
  list-style: none;
  margin: 0;
  padding: 0 0;
}

.header .links_top ul li {
  float: right;
  position: relative;
}

.header .links_top ul li+li+li {
  margin: 20px 0px 0 0
}

.header .links_top ul li a {
  color: #fff;
  display: block;
  padding: 20px 12px 12px 46px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  text-align: left;
  font-size: 16px;
  transform: translateY(-8px);transition: all 0.3s ease-in;
      border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
}

.header .home{
     position: absolute;
    left: 3%;
}

.header .home a:hover{
  background-color: #ff3c00;
  padding: 22px 12px 14px 46px;
}

.header .home a{
    color: #fff;
      display: block;
        padding: 8px 12px 8px 46px;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      text-align: left;
      font-size: 16px;
      background-color: #ff7200;
        border-left: 3px solid #fff;
          border-bottom: 3px solid #fff;
          border-right: 3px solid #fff;
}

.header .home span {
display: block;
  width: 28px;
  height: 28px;
  left: 10px;
  position: absolute;
  left: 10px;
    background: url(../images/web/i_home.png) no-repeat left;
      background-size: contain;
}

.header .links_top ul li span {

  display: block;
  width: 28px;
  height: 28px;
  left: 10px;
  position: absolute;
  left: 10px;
}

.links_homework span{
    background: url(../images/web/i_hw.png) no-repeat left;
      background-size: contain;
}

.links_notes span {
  background: url(../images/web/i_notice.png) no-repeat left;
  background-size: contain;
}
.links_homework {
  margin-right: 10px;
}
.links_homework>a:nth-child(1) {
  background: #219e4c;
}
.links_notes>a:nth-child(1){
    background: #8b4513c9;
}


/* .header .links_top ul li+li+li span {
  background: url(../images/web/top_map.png) no-repeat left;
} */


.header .facebook {
  position: absolute;
  float: right;
  right: 0;
  top: 0px
}

.header .facebook ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.header .facebook ul li {
  float: left;
  margin: 0px;
  position: relative;
}

.header .facebook ul li a {
  color: #fff;
  display: block;
  padding: 10px 10px 5px 37px;
  text-align: left;
  font-size: 16px;
  background: #003ca6;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.header .facebook ul li span {
  background: url(../images/web/top_fb.png) no-repeat left;
  display: block;
  width: 22px;
  height: 29px;
  position: absolute;
  left: 10px;
}

.header .facebook ul li a:hover {
  background: #0c66ff
}

.header .links_top ul li a img {
  height: 35px
}

.header .links_top .lang a {
  background: #fff;
  border-radius: 8px;
  padding: 5px 10px;
  display: block
}

.header .links_top .lang a:hover {
  color: #333;
  background: #E0E0E0;
}

.header .links_top .lang a.current {
  color: #fff;
  background: #F90
}

.sticky {
  z-index: 10;
  opacity: 1;
}

.sticky .header {
  position: relative;
  top: 0px;
  z-index: 10;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* Menu Bar */
.menu_block {
  background: #282f89;
  position: absolute;
  bottom: 0;
  width: 100%;
      padding: 0;
}





#bs-example-navbar-collapse-animations ul.navbar-nav {
  float: left;
  width: 100%;
}

.navbar-material-blue .navbar-nav>li>a {
  color: #502960;
}

.navbar-material-blue .navbar-nav>li>a:hover,
.navbar-material-blue .navbar-nav>li>a:focus {
  background-color: #502960;
  color: #ffffff;
}

.navbar-material-blue .navbar-nav>.open>a,
.navbar-material-blue .navbar-nav>.open>a:hover,
.navbar-material-blue .navbar-nav>.open>a:focus {
  background-color: #502960;
  color: #ffffff;
}


.dropdown-menu>li>a {
  display: block;
  padding: 10px 10px;
  font-size: 16px;
  clear: both;
  font-weight: normal;
  line-height: 21px;
  color: #333;
  border-bottom: 1px dotted #ddd;
}

@media (max-width:960px){
  .navbar-nav .open .dropdown-menu > li > ul > li > a {
    padding: 5px 15px 5px 35px;
  }
}


.dropdown-menu>li>a.current {
  background-color: #0143b0;
  color: #ffffff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #259e4f;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ffa800;
  outline: 0;
}


.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
a.current {
  position: relative;
  z-index: 1;

}




.navbar-nav>li+li {
  margin: 0 !important;
}

.level4 {
  position: relative;
  z-index: 1
}

  .navbar-nav>li>a {
  transition: 0.4s;
}

.navbar-nav>li>a:hover {
  background-color: #259d4f;
  color: #ffffff;
  padding: 15px 15px;
}  

 li.open > a {
  background-color: #259d4f;
    color: #ffffff;
} 

/* original menu hover animation */
/* .menu_block ul li a:hover::after,
.menu_block ul li a.current::after,
.level4 a:hover::after,
.level4 a.current::after {
  content: "";
  width: 100%;
  height:110px;
  background: #259d4f; border-top-left-radius: 16px;
border-top-right-radius: 16px;
  background-size: auto;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -20px;
  background-size: 100%;
  z-index: -1
}


li.open a::after {
  content: "";  transition: all 0.3s ease 0s;
  width: 100%;
  height: 110px;
  background: #259d4f; border-top-left-radius: 16px;
border-top-right-radius: 16px;
  background-size: auto;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -20px;
  background-size: 100%;
  z-index: -1; pointer-events:none;
} */


.menu_block ul li ul li a::after,
.level4 ul li ul li a::after {
  background: none
}

.menu_block ul li ul li a:hover::after,
.menu_block ul li ul li a.current::after {
  background: none;
  height: auto;
  top: 0;
}

#cover_sub {
  float: left;
  margin: 0 15px 15px 0
}

#cover_sub img {
  max-width: 400px;
}

.btn_back {
  margin: 0px auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn_back a {
  display: inline-block;
  padding: 10px 50px;
  color: #fff !important;
  background: linear-gradient(to left, #013d85 50%, #eee9e4 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.btn_back a:hover {
  background-position: left bottom;
  color: #013d85 !important;
}

.slider_inner {
  margin: 30px auto;
  text-align: center
}

/* Main */

.banner_area {
  /* padding: 30px 0 20px 0; */
  background: #e0f4ff;
}

/* .banner_slider {
  float: left;
  width: calc(100% - 14px);
} */

.banner_slider_border {
/* box-shadow: 0 0 0 4px #cef297; */
}

.banner_slider img {
  max-width: 100% !important
}

.main_1 {
  padding: 0;
}

.main_2_1{
background: #e0f4ff;
padding-top:50px;
}

.main_2 {
  padding-bottom: 50px;
  background: #e0f4ff;
}

.latest_new .title span,
.latest_gallery .title span,
.latest_video .title span,
.latest_awards .title span,
.main_calenadr .title span,
.school_album .title span {
  position: absolute;
  width: 86px;
  height: 88px;
      left:-26px;
}

.latest_awards .title span{
  left: -12px;
}






.latest_new .title,
.latest_gallery .title,
.latest_awards .title,
.main_calenadr .title,
.school_album .title,
.latest_video .title {
  position: absolute;
  z-index: 2;
    top: -9px;
  left: 42px;
}

.latest_new .title {
background: #282e88;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.latest_gallery .title {
  background: url(../images/web/calendar_title.png) no-repeat left bottom;
  background-size: 100%
}

.latest_awards .title {
background: #14aacc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.main_calenadr .title {
background: #ff5c7a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
}

.school_album .title {
  background: url(../images/web/hero_title.png) no-repeat left bottom;
  background-size: 100%;
  top: -15px;
  left: 55px;
}

.latest_new .title p,
.latest_gallery .title p,
.latest_awards .title p,
.main_calenadr .title p,
.school_album .title p,
.latest_video .title p {
padding: 18px 16px 18px 36px;
  font-size: 25px;
  color: #fff;
}


.latest_new .title span {
background: url(../images/web/i_news.png) no-repeat left;
    background-size: contain;
    width: 60px;
      height: 100%;
}


.latest_awards .title span {
background: url(../images/web/i_awards.png) no-repeat left;
      background-size: contain;
      width: 60px;
        height: 100%;
}

.latest_video .title span {
  background: url(../images/web/i_video.png) no-repeat left;
  background-size: contain;
    width: 60px;
      height: 100%;
}

.latest_gallery .title span {
  background: url(../images/web/i_camera.png) no-repeat left;
  background-size: contain;
    width: 60px;
      height: 100%;
}

.main_calenadr .title span {
background: url(../images/web/i_calendar.png) no-repeat left;
        background-size: contain;
    width: 60px;
      height: 100%;
}

.school_album .title span {
  background: url(../images/web/link_icon.png) no-repeat left;
        background-size: contain;
    width: 60px;
      height: 100%;
}



.latest_new .area,
.latest_gallery .area,
.latest_awards .area,
.main_calenadr .area,
.school_album .area,
.latest_video .area,
.main_calenadr .area {
  min-height: 350px;
  padding: 10px;
  border-radius: 16px;
  /* overflow: hidden; */
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}


.latest_new {
      position: relative;
    float: left;
      width: 36%;
  border-radius: 26px;
  background: #fff;
  margin: 0 0.5% 0 0;
  line-height: 23px;margin-bottom: 50px;
}

.latest_new .area {
background: #cabcde;
      box-shadow: 0 0 0 1px #f0f0f0;
        border: 4px solid #fff;
}

.latest_gallery .area {
  background: url(../images/web/star.png) #a1a4f1;
  border: 4px solid #383c94;
}

.latest_awards .area {
background: #282e8b;
    box-shadow: 0 0 0 1px #f0f0f0;
    border: 4px solid #fff;
}

.main_calenadr .area {

  background: #ffffff;
  margin-top: 36px;
    z-index: 1;
          padding: 10px;
          background: #fff;
          margin-top: 36px;
          margin-bottom: 15px;
            overflow-y: hidden;
              min-height: 486px;
              max-height: 486px;
}



/* .latest_new .title::before,
.latest_gallery .title::before,
.latest_awards .title::before,
.main_calenadr .title::before,
.school_album .title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 0px 8px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -2%;
  transform: translate(0%, 0%);
  border-color: transparent transparent transparent #30337a;
} */

/* .latest_new .title::after,
.latest_gallery .title::after,
.latest_awards .title::after,
.main_calenadr .title::after,
.school_album .title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8px 0px 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -2%;
  transform: translate(0%, 0%);
  border-color: transparent #30337a transparent transparent;
} */


.latest_new ul,
.latest_gallery ul,
.latest_awards ul,
.latest_video ul{
  list-style: none;
  margin: 0;
  padding: 0px;
  overflow-y: auto;
  min-height: 486px;
  max-height: 486px;
}

.latest_new ul{
        scrollbar-color: #6e43ab #e7d1f6;
        scrollbar-width: thin;
}

.latest_new ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 19px;
}

.latest_new ul li:nth-of-type(even) {
  background: rgb(27, 110, 194, 0.1);
}

.latest_new ul li a {
  display: block;
  padding: 2px 0;
  color: #ffa800;
}
.latest_new ul li a:hover .content{ text-decoration: underline; color:#F90 }

.latest_new ul li .cover {
  float: left;
  width: 30%;
  margin: 0 15px 0 0;
}

.latest_new ul li .cover img {
  max-width: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2)
}

.latest_new .content {
float: left;
  color: #4c4ca0;
  font-size: 18px;
}

.latest_new .content img {
  width: 25px;
}

.latest_new ul li .datebox {
  margin: 0 0 10px 0;
  border-bottom: 2px solid #fff600;
  float: left;
  display: inline-block;
  width: 100%;
  font-family: "Oswald", "微軟正黑體";
}

.latest_new .date span {

}

.latest_new .title_new {
  font-size: 17px;
}

.latest_new .more_area a{
    background: url(../images/web/i_button1.png) no-repeat center;background-size: 100%;
}

.latest_gallery .more_area a {
  background: url(../images/web/i_button3.png) no-repeat center;
  background-size: 100%;
}

.latest_video .more_area a {
  background: url(../images/web/i_button5.png) no-repeat center;background-size: 100%;
}

.latest_awards .more_area a {
  background: url(../images/web/i_button2.png) no-repeat center;background-size: 100%;
}

.main_calenadr .more_area a {
  background: url(../images/web/i_button4.png) no-repeat center;background-size: 100%;
}

.more_area a {
  color: #30337a;
      width: 50px;
        display: block;    font-size: 19px;
}


/* .latest_new .more_area a {
  filter: drop-shadow(0px 5px 0px rgb(48, 51, 122));
} */

.latest_gallery .more_area a {
  /* color: #383c94; */
  color: #4AC36C;
}

.latest_awards .more_area a {
  /* color: #3289c8; */
  color:#15A8CB;
}

.main_calenadr .more_area a {
  color: #FF5C7A;
}

.school_album .more_area a {
  color: #768d54;
}

.latest_video .more_area a{
  color:#0BACA3;
}



.latest_awards {
    float: left;
      width: calc(50% - 1%);
      position: relative;
      margin: 0 2% 0 0;
  line-height: 23px;
}

.latest_awards ul {
  list-style: none;
  margin: 0;
  padding: 0px;
      scrollbar-color: #282E8B #83A9E8;
        scrollbar-width: thin;
}

.latest_awards ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 18px;
}

.latest_awards ul li p{
      color: #282e8b;
}

/* .latest_awards ul li:before {
  content: '\2605';
  position: absolute;
  left: 0;
} */

.latest_awards ul li:nth-of-type(even) {
  background: #f3f8fe;
}

.latest_awards ul li span {}

.latest_awards ul li a {
  display: block;
  padding: 0;
  color: #333;
}

.latest_awards .cover {
  width: 42%;
  vertical-align: middle;
  display: table-cell;
  padding-right: 10px;
}

.latest_awards .content {
width: 56%;
  vertical-align: middle;
  display: table-cell;
  color: #3e4688;
  font-size: 18px;
  line-height: 18px;
}

.latest_awards img {
  max-width: 100%;
    /* border-radius: 10px; */
    border: 3px solid #f0f0f0;
    box-sizing: border-box;
}

.latest_awards .date span {
}

.latest_awards ul li:hover .content {
  color: #666;
  text-decoration: none
}


ul.primary {
  min-height: 27px !important;text-align: center;
}

ul.primary li a {
  display: inline-block !important
}

.feature_box{
  float:right;
  width:62%;
}

.latest_gallery {
  /* float: right;
  width: 62%; */
  border-radius: 26px;
  background: #fff;
  margin: 0 0.5% 0 0;
  line-height: 23px;
  margin-bottom: 50px;
}

.latest_gallery .area {
  background: #269f51;
    box-shadow: 0 0 0 1px #f0f0f0;
      border: 4px solid #fff;
}

.latest_gallery .title {
  background: #005f2f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.latest_gallery ul {
  list-style: none;
  margin: 0;
  padding: 0px;overflow: hidden;
}

/* .latest_gallery ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
      margin: 10px;
  width: calc(33.3% - 20px);
  float: left;
}

.latest_gallery ul li:nth-of-type(even) {
  background: #f7f7f7;
}

.latest_gallery ul li span {
  color: #fd6274;
}

.latest_gallery ul li a {
  display: block;
  padding: 0;
  color: #333;
  border-radius: 16px;
  overflow: hidden;
  position: relative
}

.latest_gallery .cover {
  float: left;
  width: 100%;
}

.latest_gallery .content {
  float: left;
  width: calc(100% - 20px);
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
  bottom: 0;
  padding: 10px;
  margin: 0;
  left: 0;
  line-height: 23px;
  background: linear-gradient(#fff0, #0000008f 40%);
  color: #fff;
} */

.latest_gallery .cover{
    border: 3px solid rgb(27, 110, 194, 0.6);
    border-radius: 10px;
    box-sizing: border-box;
        overflow: hidden;
}

.latest_gallery .date{
  margin:10px 0;
}

.latest_gallery .content{
  margin: 10px 0 36px 0;
}

.latest_gallery img {
  width: 100%;
}

.latest_gallery .multiple-items{
display: flex;
  align-items: center;
  margin: 0 auto;
}

/* .latest_gallery .area {
  min-height: auto;
}

.latest_gallery .main_events_area ul {
  min-height: auto;
} */

/* Element | https://pro.citydesignhk.com/dev/ktgps/tc/index */

#albums_button>div:nth-child(1)>div:nth-child(3)>ul:nth-child(1)>li:nth-child(1)>a:nth-child(1)>div:nth-child(2) {
  background: rgba(21, 119, 68, 0.7);
}

/* Element | https://pro.citydesignhk.com/dev/ktgps/tc/index */

#albums_button>div:nth-child(1)>div:nth-child(3)>ul:nth-child(1)>li:nth-child(2)>a:nth-child(1)>div:nth-child(2) {
  background: rgba(105, 117, 201, 0.7);
}

/* Element | https://pro.citydesignhk.com/dev/ktgps/tc/index */

#albums_button>div:nth-child(1)>div:nth-child(3)>ul:nth-child(1)>li:nth-child(3)>a:nth-child(1)>div:nth-child(2) {
  background: rgba(236, 113, 133, 0.7);
}

/* Element | https://pro.citydesignhk.com/dev/ktgps/tc/index */

#albums_button>div:nth-child(1)>div:nth-child(3)>ul:nth-child(1)>li:nth-child(4)>a:nth-child(1)>div:nth-child(2) {
  background: rgba(212, 170, 26, 0.7);
}

/* Element | https://pro.citydesignhk.com/dev/ktgps/tc/index */

#albums_button>div:nth-child(1)>div:nth-child(3)>ul:nth-child(1)>li:nth-child(5)>a:nth-child(1)>div:nth-child(2) {
  background: rgba(61, 141, 199, 0.7);
}

/* Element | https://pro.citydesignhk.com/dev/ktgps/tc/index */

#albums_button>div:nth-child(1)>div:nth-child(3)>ul:nth-child(1)>li:nth-child(6)>a:nth-child(1)>div:nth-child(2) {
  background: rgba(221, 162, 85, 0.7);
}


.main_calenadr {
    float: right;
      width: calc(50% - 1%);
        box-sizing: border-box;
      position: relative;
      padding: 10px;
border: 4px solid #fff;
  background: #ffb8b8;border-radius: 16px;
  line-height: 23px;
}

.main_calenadr .tabs{
  width:100%;
}

.main_calenadr .tabs li{
  float:none;
}

.main_calenadr ul {
list-style: none;
    margin: 0;
    padding: 0px;
    overflow-y: auto;
    min-height: 136px;
    max-height: 136px;
    width: 100%;
    scrollbar-color: #FFB8B8 #FFE7EC;
    scrollbar-width: thin;
}

.main_calenadr ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 10px 5px;
}

.main_calenadr ul li:nth-of-type(even) {
  background: #f7f7f7;
}

.main_calenadr ul li span {}

.main_calenadr ul li a {
  display: block;
  padding: 0;
  color: #333;
}

.main_calenadr .main_events_area {
    margin: 0;
      padding: 0;
}







.school_album {
  float: left;
  width: calc(60% - 8px - 20px - 1%);
  border: 4px solid #b4df74;
  margin: 0 0 0 1%;
  border-radius: 26px;
  padding: 10px;
  background: #fff;
  position: relative
}

.school_album .main_events_area {
  border: 3px solid #27966e;
}

.school_album ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.school_album ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 15px 5px;
}

.school_album ul li:nth-of-type(even) {
  background: #efffd8;
}

.school_album ul li span {
  color: #fd6274;
}

.school_album ul li a {
  display: block;
  padding: 0;
  color: #84bf2f
}

.school_album .cover {
  float: left;
  width: 100%;
}

.school_album .content {
  display: grid;
  width: 100%
}

.school_album img {
  width: 100%;
}

.school_album ul li span {
  display: block
}

.school_album .date {
  vertical-align: top;
  display: table-cell;
}

.school_album .date span {
  background: none;
  padding: 0px 20px 0px 0;
  color: #000
}

.school_album .area {
  overflow: inherit;
  min-height: auto;
  position: relative;
  padding: 61px 10px
}

.school_album .more_area {
  right: 10px;
  top: 0
}




.latest_video {
  /* float: right;
    width: 62%; */
  border-radius: 26px;
  background: #fff;
  margin: 0 0.5% 0 0;
  line-height: 23px;margin-bottom: 50px;
}

.latest_video .area {
    background: url(../images/web/star.png) #ffbf00;
    box-shadow: 0 0 0 1px #f0f0f0;
    border: 4px solid #ffffd7;
}

.latest_video .title {
  background: #ff5c7a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.latest_video ul {
  list-style: none;
  margin: 0;
  padding: 0px;
      scrollbar-color: #FF5C7A #FFBAC7;
        scrollbar-width: thin;
}

.latest_video ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 10px 5px;
}

.latest_video ul li:nth-of-type(even) {
  background: #f7f7f7;
}

.latest_video ul li span {
  color: #009cb5;
}

.latest_video ul li a {
  display: block;
  padding: 0;
  color: #333;
}

.latest_video .cover {
  float: left;
  width: 42%;
}

.latest_video .content {
  float: right;
  width: 56%;
}

.latest_video img {
  width: 100%;
}

.latest_video ul li span {
  display: block
}

.latest_notices {
  float: left;
  width: 24%;
  background: #fff;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, .3);
  margin: 0 0.5%;
}

.latest_notices .area {
  border: 1px solid #8989be;
  min-height: 350px;
}

.latest_notices .title {
  background: rgba(137, 137, 190, 1);
  background-size: cover;
  color: #fff;
}

.latest_notices .title span {}

.latest_notices ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.latest_notices ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 10px 5px;
}

.latest_notices ul li:nth-of-type(even) {
  background: #f7f7f7;
}

.latest_notices ul li span {
  float: left;
  padding: 0 0;
  width: 25%;
}

.latest_notices ul li a {
  display: block;
  padding: 0;
  color: #333;
}

.latest_notices ul li:hover .content {
  color: #8989be
}

.latest_notices .content {
  float: right;
  color: #4a4a4a;
  width: 68%;
}

.latest_notices .content img {
  width: 25px;
}

.latest_notices ul li .datebox {
  margin: 0 0 10px 0;
  border-bottom: 2px solid #fff600;
  float: left;
  display: inline-block;
  width: 100%;
  font-family: "Oswald", "微軟正黑體";
}

.latest_notices .day {
  font-size: 26px;
  display: block;
  color: #00266e;
  float: left;
  margin-right: 3px;
  letter-spacing: -1px
}

.latest_notices .datebox span {
  float: none;
  padding: 0;
}

.latest_notices .month {
  font-size: 14px;
  color: #4a4a4a;
  display: block;
  float: left;
  margin: 3px 0 2px 0;
  letter-spacing: -1px
}

.latest_notices .datebox span {
  padding: 2px 0 0 0;
}

.latest_notices .more_area a {
  background: rgba(137, 137, 190, .7);
  color: #fff;
}

.latest_notices .more_area a:hover {
  background: rgba(137, 137, 190, 1);
  color: #fff;
}


/* Main Userful Links */

.Userful_link_inside .screen {
  padding-top: 30px;
  padding-bottom: 30px;
}

.Userful_link_inside ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 86%;
}

.Userful_link_inside ul li {
  float: left;
  position: relative
}

.Userful_link_inside ul li {
  width: calc(16.65% - 1.5%);
  margin-left: 1.5%;
 
  border-radius: 12px;
  margin-bottom: 15px
}

.Userful_link_inside ul li img {
width: 58%;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.Userful_link_inside ul li:hover img {
  opacity: .7;
      transform: translateY(-12px);
}

.Userful_link_inside ul li a {
    display: flex;
      text-align: center;
      flex-direction: column;
      align-items: center;
      gap: 4px;
}


.sch_info>div:nth-child(3) {
    display: flex;
      gap: 10px;
      float: right;
      width: 20%;
}

.sch_info>div:nth-child(3) img{
  width:100%;
}

.sch_info>img:nth-child(1) {
  float: left;
  width: 26%;margin-right: 2%; padding:15px 0;
}

.sch_info>ul:nth-child(2) {
      text-align: left;
        float: left;
        width: 50%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        margin-right: 2%;
}

.sch_info>ul:nth-child(2)>li:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
}

.sch_info>ul:nth-child(2)>li:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
}

.sch_info>ul:nth-child(2)>li:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}

.sch_info>ul:nth-child(2)>li:nth-child(4) {
grid-area: 3 / 1 / 4 / 3;
}


/* Footer */
footer {
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  background: #fffbc1;
}

.sch_info {
  padding: 40px 15px
}

.sch_info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: table
}

.sch_info ul li {
  float: left;
  margin: 5px 5px;
}

.sch_info ul li span {
  background: url(../images/web/i_map.png) no-repeat left center;
  padding: 25px 40px;
  background-size: 10%;
}

.sch_info ul li+li span {
  background: url(../images/web/iTel.png) no-repeat left center;
  background-size: 15%;white-space: nowrap;
}

.sch_info ul li+li+li span {
  background: url(../images/web/i_fax.png) no-repeat left center;
  background-size: 15%;
}

.sch_info ul li+li+li+li span {
  background: url(../images/web/i_email.png) no-repeat left center;
  background-size: 10%;
}

.footer {
  font-size: 14px;
  background: #fff;
}

.footer .screen {
  padding: 40px 15px;
}

.footer .copyright {
  float: left;
  width: 65%;
  text-align: left;

}

.footer .power {
  float: right;
  width: 30%;
  text-align: right
}

.footer .power a {
color: #000;
}

.footer .power a:hover {
  color: #094388;
}

.footer .copyright a {
color: #000;
}

.inner_banner {
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 15% 0 5% 0;
  text-align: left;
  border-radius: 12px;
}

.inner_banner h1 {
  text-align: center;
  color: #fff;
  background: rgb(150, 202, 76, .85);
  display: inline-block;
  padding: 10px 30px;
  margin: 0 0 30px 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.non_banner {
  padding: 0px 0 0 0 !important;
  text-align: left;
  border-radius: 0;
}

.non_banner h1 {
    text-align: left;
      color: #259E4F;
      background: none;
      display: inline-block;
      padding: 10px 0px;
      margin: 0 0 15px 0;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
}

#media {}

/* Nevigation */
.nevigation {
  padding: 15px 0px;
  font-size: 15px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
}

.nevigation .screen {
  padding: 0;
}

.nevigation .home {
  background: url(../images/icon/icon_home.png) no-repeat;
  background-position: 0px 3px;
  display: block;
  padding-left: 25px;
}

.nevigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.nevigation ul .sp {
  padding: 0px 15px;
  color: #666
}

.nevigation ul li {
  float: left;
  line-height: 24px;
}

.nevigation ul li a {
  color: #666;
  text-decoration: none
}

.nevigation ul li a:hover {
  text-decoration: underline;
  color: #032d69
}

/* Page Content */
.inner_content {
  padding-bottom: 50px;
  min-height: 500px;
  padding-top: 30px;

}

.inner_content .main_content {
  float: right;
  width: calc(79% - 46px);
  /* background: #fff; */
  padding: 0 20px 50px 20px;
  /* min-height: 500px;
  border-radius: 16px;
    border: 3px solid #259E4F; */
}

.inner_content_full {}

.inner_content_full .main_content {}

.inner_content img,
.inner_content_full img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*.calendar {*/
/*  float: left;*/
/*  width: 22%;*/
/*  margin: 0;*/
/*  background: #fff;*/
/*}*/

.calendar table{
  background-color:initial !important;
}

.left_menu {
  float: left;
  width: calc(21% - 40px);
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  min-width: 200px;border: 6px solid #0070c0;
}



.sidebar-nav {
  float: left;
  width: 21%;
  /* margin-top: 50px; */
  /* border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; */
      margin-bottom: 50px;
  overflow: hidden
}

.sidebar-nav .title {
  padding: 25px 0;
  background: url(../images/icon/bg_category_b.png) #259E4F top left;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 28px;
  background-size: cover !important;
  margin: 0px;
  text-align: center;border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
}

.sidebar-nav .metismenu {
  padding: 10px;
  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: 0px;
}

.sidebar-nav .metismenu li:first-child {
  margin-top: 0px;
}

.sidebar-nav .metismenu li:last-child {
  margin-bottom: 0px;
}

.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 a {
  position: relative;
  font-size: 17px;
  border-bottom: 1px dotted #ddd;
  display: block;
  padding: 5px 15px 5px 15px;
  color: #333;
  transition: all .3s ease-out;
}

.sidebar-nav .metismenu ul a {
  padding: 5px 35px 5px 30px;
}

.sidebar-nav .metismenu ul ul a {
  padding: 5px 35px 5px 45px;
}

.sidebar-nav .mm-active {
  color: #259e4f !important;
}

.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active,
.sidebar-nav .metismenu .mm-active>a {
  color: #259e4f;
  text-decoration: none;
}

/* Content Template */
.boxing .title {
color: #259e4f;
  border-left: 2px solid #259e4f;
  background: #fff;
  padding: 10px 20px 10px 20px;
  margin: 20px 0;
  display: inline-table;
  font-size: 24px;
}

.boxing .description {
  /* padding: 10px; */
  /* box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  margin-bottom: 20px; */
}

.Album ul {
  list-style: none;
  padding: 0px;
  margin: 0
}

.right_desc ul {
  margin: 0 0 0 20px !important;
  padding: 0;
  list-style: outside
}

.right_desc ol {
  margin: 0 0 0 20px !important;
  padding: 0;
}

.right_desc ul li,
.right_desc ol li {
  float: none !important;
}

#Inner_Type_A ul,
#Inner_Type_A2 ul {
  margin: 0 0 15px -2%;
}

#Inner_Type_A li,
#Inner_Type_A2 li {
  float: left;
  width: 31.3%;
  margin: 0 0 15px 2%;
}

#Inner_Type_A li p,
#Inner_Type_A2 li p {
  text-align: center;
}

#Inner_Type_A li:nth-child(3n+1),
#Inner_Type_A2 li:nth-child(3n+1) {
  clear: both;
}

#Inner_Type_B ul,
#Inner_Type_B2 ul {
  margin: 0 0 15px -2%;
}

#Inner_Type_B li,
#Inner_Type_B2 li {
  float: left;
  width: 48%;
  margin: 0 0 15px 2%;
}

#Inner_Type_B li p,
#Inner_Type_B2 li p {
  text-align: center;   
  font-size: 17px;
  /* font-size: 13px; */
}

#Inner_Type_B li:nth-child(2n+1),
#Inner_Type_B2 li:nth-child(2n+1) {
  clear: both;
}

#Inner_Type_C li .title_des {
  float: left;
  width: 28%
}

#Inner_Type_C li .right_desc {
  float: right;
  width: 70%;
  text-align: left
}

#Inner_Type_C2 li .title_des {
  float: right;
  width: 28%
}

#Inner_Type_C2 li .right_desc {
  float: left;
  width: 70%;
  text-align: left
}

#Inner_Type_C li p,
#Inner_Type_C2 li p {
  text-align: left;
}

#Inner_Type_C ul li {
  clear: both;
  width: 100%
}

#Inner_Type_C ul li img {
  width: calc(100% - 10px);
  padding: 5px;
}

.video_area ul {
  list-style: none;
  margin: 0px 0;
  padding: 0px;
}

.video_area ul li {
  margin: 0 0 15px 2%;
  text-align: left;
}

.video_area ul li a {
  background: url(../images/icon/icon_video.png) no-repeat left;
  background-position: 3px 5px;
  padding: 8px 0 3px 30px;
  line-height: 19px;
  color: #555;
  background-size: 23px 23px;
  display: block;
}

.video_area ul li a:hover {
  background: url(../images/icon/icon_video.png) no-repeat left;
  background-position: 3px 8px;
  color: #666;
  background-size: 23px 23px
}

.download_area ul {
  list-style: none;
  margin: 0px 0;
  padding: 0px;
}

.download_area ul li {
  margin: 0 0 15px 2%;
  text-align: left;
}

.download_area ul li 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;
}

.download_area ul li a:hover {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 8px;
  color: #666;
  background-size: 23px 23px
}

#Inner_Type_D ul {
  list-style: none;
  margin: 0px 0;
  padding: 0px;
}

#Inner_Type_D ul li {
  float: left;
  width: 31%;
  margin: 0 0 15px 2%;
  text-align: left;
}

#Inner_Type_D ul li 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;
  min-height: 20px;
}

#Inner_Type_D ul li a:hover {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 8px;
  color: #666;
  background-size: 23px 23px
}

#Inner_Type_F {
  list-style: none;
  margin: 0px 0;
  padding: 0px;
}

#Inner_Type_F ul li {
  float: left;
  width: 100%;
  margin: 0 0;
  text-align: left;
}

#Inner_Type_F ul li iframe {
  width: 100%;
  height: 650px;
  border: 0;
}

#tpl .dropdown span {
  cursor: pointer;
  border-bottom: 1px solid #039;
  color: #004b87;
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 5px 30px 5px 5px;
  position: relative;
}

#tpl .dropdown {
  float: right;
      margin: 0 0 24px 0;
  position: relative;clear: both;margin-top: -66px;
}

#tpl .dropdown span::after {
  content: "\f078";
  color: #27548d;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top:0;
  outline: none;
  pointer-events: painted;
  float: right;
  display: block;
}

#tpl .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 1;
}

#tpl .dropdown:hover .dropdown-content {
  display: block;
}

#tpl .dropdown-content ul {
  list-style: none;
  padding: 5px;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
}

#tpl .dropdown-content ul li {
  float: right;
  width: 100%;
}

#tpl .dropdown-content ul li a {
  display: block;
  padding: 5px;
  text-align: center;
  border-bottom: 1px dotted #ddd;
  color: #333
}

#tpl .dropdown-content ul li a:hover {
  background: #004b87;
  color: #fff;
}

/* Sub Category  */
.sub_category {
  float: left;
  margin-bottom: 20px;
}

.sub_category ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.sub_category ul li {
  float: left;
  margin-right: 15px;   
}

@media screen and (max-width:460px){
  .sub_category ul li{
    margin-bottom: 6px;
  }
}

.sub_category ul li a {
  padding: 10px 21px;
  display: block;
  color: #259E4F;
  background: #fff;
  font-size: 16px; border-radius:8px;
  line-height: 19px;
  border: 1px solid #259E4F;
}

.sub_category ul li a:hover {
  background: #259e4f;
  color: #fff;
  border: 1px solid #2080d1;
}

.sub_category ul li a.current {
  background: #015d31;
  color: #fff;
  border: 1px solid #015d31;
}

/* Information Template */
#pages {
  float: right;
  margin: 15px 0px 0;
  clear: both;
  font-size: 12px;
}

.pages_page {
  float: left;
  padding: 0px 10px 0 0;
}

#pages ul {
  float: left;
  list-style: none;
  min-height: 17px;
  margin: 0px;
  padding: 0px;
}

#pages ul li {
  float: left;
  margin: 0px 5px 0px 5px;
}

#pages ul li a {
  line-height: 25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #333;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

#pages ul li a:hover {
  background: #ececec;
  text-decoration: underline
}

#pages ul li a.pgCurrent {
  background: #013d85;
  color: #fff
}

.information {}

.information ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.information ul li {
  position: relative;
}

.information ul li a {
  display: block
}

.date span {
  background: url(../images/icon/icon_calendar.png) no-repeat;
  padding: 8px 20px 8px 25px;
  font-size: 16px;
  line-height: 15px;
  display: inline-block;
  color: #333;
  background-size: 18px 20px;
  background-position: 0px 25%;
}


#template_A .information ul {
  list-style: none;
  padding: 0;
}

#template_A .information ul li {
  border-bottom: 1px dotted #666;
  padding: 10px 5px;
  /* margin: 5px 0; */
}

#template_A .information ul li:nth-child(even){

  background: #ffffffc9;
}

#template_A .information ul li:nth-child(odd){
  background: #E7F0F9;

}

#template_A .information ul li .cover {
  float: left;
  width: 33%;
  margin: 0 15px 0 0;
}

#template_A .information ul li:nth-child(3n+1) {
  clear: both;
}

#template_A .information ul li a {}

#template_A .title_new {
  font-size: 23px;
  color: #F60
}

#template_B .information ul {
  list-style: none;
  padding: 5px 0;
  margin: 0 0 0 -2%;
}

#template_B .information ul li {
  float: left;
  width: 48%;
  margin: 0 0 15px 2%;
}

#template_B .information ul li:nth-child(2n+1) {
  clear: both;
}

#template_B .information ul li .cover {
  float: left;
  width: 33%;
  margin: 0 15px 0 0;
}

#template_B .information ul li a {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  background: #f6faff;
}

#template_B .information ul li a:hover {
  background: #eee9e4;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#template_C .information ul {
  list-style: none;
  padding: 5px 0;
  margin: 0 0 0 -2%;
}

#template_C .information ul li {
  float: left;
  width: 31.33%;
  margin: 0 0 15px 2%;
}

#template_C .information ul li:nth-child(3n+1) {
  clear: both;
}

#template_C .information ul li .cover {
  width: 100%;
  margin: 0;
    border: 3px solid #0070c0;
        border-radius: 10px;
        box-sizing: border-box;
        overflow: hidden;
}

#template_D .information ul {
  list-style: none;
  padding: 5px 0;
  margin: 0 0 0 -2%;
}

#template_D .information ul li {
    float: left;
      width: 31%;
      margin: 0 0 15px 2%;
}

#template_D .information ul li:nth-child(odd) > a{
    border: 6px solid #272F88;
      box-sizing: border-box;min-height: 168px;
}

#template_D .information ul li:nth-child(even) > a{
    border: 6px solid rgb(37, 158, 79);
      box-sizing: border-box;min-height: 168px;
}

#template_D .information ul li a {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  background: #f6faff;
  display: flex;
  gap: 6px;
}

@media screen and (max-width:960px){
  #template_D .information ul li a {
  flex-direction: column;
  }
}

@media screen and (max-width:567px){
  #template_D .information ul li{
    width:100%;
  }
    #template_D .information ul li:nth-child(3n+1){
      clear: none;
    }

}

#template_D .information ul li:nth-child(3n+1) {
  clear: both;
}

#template_D .information ul li .cover {
  flex-basis: 50%;
}

#template_D .information ul li .content {
  font-size: 17px;
  line-height: 24px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 50%;
}

#template_D .information ul li .content p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; 
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}

#template_D .information ul li a {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  background: #f6faff;
}

#template_D .information ul li a:hover {
  background: #eee9e4;
}

#template_E .information ul { 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 15px; 
  list-style: none; 
  padding: 0; 
  margin: 0; 
}

#template_E .information ul li { 
  display: flex; 
  flex-direction: column; 
  justify-content: space-between; 
  background: #f6faff; 
  min-height: 168px; 
  box-sizing: border-box; 
}

#template_E .information ul li:nth-child(even) a { 
  background: #fff;
}

#template_E .information ul li:nth-child(odd) a { 
  background: #E7F0F9;
}

#template_E .information ul li a { 
  display: flex; 
  height: 100%; 
  padding: 15px; 
  margin: 0; 
  border: 1px solid rgba(255, 255, 255, 0.2); 
  text-decoration: none; 
  color: inherit; 
  gap: 10px;
}

#template_E .information ul li .cover, 
#template_E .information ul li .content { 
  flex: 1; 
}

#template_E .information ul li .cover { 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  margin-bottom: 10px; 
}

#template_E .information ul li .cover img { 
  max-width: 100%; 
  height: auto; 
}

#template_E .information ul li .content { 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  text-align: left; 
}

#template_E .information ul li .date { 
  margin: 0; 
}

#template_E .information ul li .content p { 
  margin: 0; 
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 4; 
  overflow: hidden; 
}

#template_E .information ul li .editing { 
  display: none; 
  position: absolute; 
  left: 0; 
  top: 0; 
  z-index: 11; 
}

#template_E .information ul li:hover .editing { 
  display: block; 
}

#template_E .information ul li .editing a { 
  font-size: 15px; 
  line-height: 19px !important; 
  background: rgba(255, 255, 0, .9) !important; 
  color: #000; 
  padding: 5px 12px !important; 
  border: 0px solid rgba(255, 255, 255, 0.2) !important; 
  margin: 0px !important; 
  width: auto !important; 
}

@media screen and (max-width: 1360px) {
  #template_E .information ul { 
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 567px) {
  #template_E .information ul { 
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1361px) {
  #template_E .information ul li a { 
    flex-direction: row; 
    gap: 10px;
  }

  #template_E .information ul li .cover { 
    flex-basis: 60%;
  }

  #template_E .information ul li .content { 
    text-align: left; 
    flex-basis: 40%;
  }

  #template_E .information ul li { 
    gap: 10px;
  }
}

.book_flips a{
  padding:0 !important;
}

#template_C .information ul li a {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  background: #f6faff;
}

#template_C .information ul li a:hover {
  background: #eee9e4;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#template_D .information .sch_album ul {
  list-style: none;
  padding: 5px 0;
}

#template_D .information .sch_album ul li {
  border-bottom: 1px solid #666;
  float: left;
  width: 80%;
  margin: 0 10%;
  padding: 10px 0;
}

#template_D .information .sch_album ul li .cover {
  float: left;
  width: 33%;
}

#template_D .information .sch_album ul li .cover img {
  border-radius: 12px;
}

#template_D .information .sch_album ul li:nth-child(2n+1) {
  clear: both;
}

#template_D .information .sch_album ul li .content {
  float: right;
  width: 65%;
  font-size: 17px;
  line-height: 23px;
  font-weight: normal
}

#template_D .information .sch_album ul li .content a {
  display: inline
}

#template_D .information .sch_album ul li .title {
  font-size: 25px;
  line-height: 29px;
  padding: 0 0 5px 0;
  color: #0143b0;
}

#template_D .information .sch_album ul li .more {
  margin-top: 10px;
}

#template_D .information .sch_album ul li .more a {
  padding: 8px 20px;
  line-height: 18px;
  display: inline-block;
  background: #0143b0;
  color: #fff;
  font-size: 14px;
}

#template_D .information .sch_album ul li .morei a:hover {
  background: #F90;
}

.news_my {
  display: block
}

/* Notice */
#template_notice .information ul {
  margin: 0 0 0 0%;
      box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

#template_notice .information ul li {
  float: none;
  display: flex;
  width: 100%;box-sizing: border-box;
  margin: 0;
  padding: 10px ;
  line-height: 17px;
  
}

  #template_notice .information ul li:nth-child(odd) {
       background: #fff;
  }
  #template_notice .information ul li:nth-child(even) {
        background: #e8f0ff;
  }

@media screen and (max-width:567px){
  #template_notice .information ul li{
    flex-direction: column;
  }
    #template_notice .information ul li > div{
      width:100%;
    }
        #template_notice .information .date{
        padding: 5px 0 !important;
        }
                             #template_notice  .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_notice .information .download a{
                                      background-size: 16px !important;
                                }
                                                                #template_notice .information .download a{
                                                                  padding: 5px 5px 5px 22px !important;
                                                                }
}

#template_notice .information ul li a {
  display: inline-block;
  padding: 0px 0;
  width: 100%;
}

#template_notice .information ul li a:hover {
  color: #333;
  text-decoration: none
}

#template_notice .information ul li:hover {
  background: #eff9ff;
}




#template_notice .information .date span {
  padding: 0px 0 0px 28px;
  background-size: 16px 15px;
}



#template_notice .information .date {
  /* float: left;
  width: 10%; */
  flex-basis: 10%;
    padding: 5px 10px 5px 0;
}

#template_notice .information .number {
  /* float: left;
  width: 20%; */
  flex-basis: 20%;
padding: 5px 10px;
  font-size: 16px;
}

#template_notice .information .title {
  /* float: left;
  width: 55%; */
  flex-basis: 50%;
padding: 5px 10px;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 0 0 0
}

#template_notice .information .download {
  float: right;
  /* width: 8%; */
  flex-basis: 12%;
  overflow: hidden
}

#template_notice .information p {
  width: auto;
  font-size: 15px;
}



#template_notice .information .download a {
  background: url(../images/icon/icon_pdf.png) no-repeat;
  background-position: 0px 50%;
  background-size: 20px;
  padding: 5px 5px 5px 30px;
  display: block;
  color: #fc2130;
  font-size: 16px;
  line-height: 19px;
  display: block
}

.youtube_video {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding: 0;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.youtube_video iframe {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%
}

.video_theme {
  max-width: 80%;
  margin: 50px auto;
}

.grid_photo {
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.grid_photo .caption {
  opacity: 0;
  -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;
}

.grid_photo:hover .caption {
  opacity: 1;
}

.grid_photo .blur {
  background-color: rgba(1, 65, 146, 0.65);
  height: 100%;
  width: 100%;
  z-index: 5;
  position: absolute;
}

.grid_photo a {
  display: block;
  height: 100%;
  width: 100%;
}

.grid_photo .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
}

.grid_photo .caption-text h5 {
  font-size: 21px;
  position: absolute;
  top: 47.5%;
  line-height: 23px;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  left: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff !important;
  border-left: 0;
}

.my-masonry-grid {
  margin: 30px 0;
}

.my-masonry-grid-item {
  margin: 0 6px 12px;
  padding: 5px;
  background: #F2F2F2;
}

/* Site Map */
.site-map {
  margin: 0;
  padding: 0;
}

.site-map ul {
  list-style: none;
  margin: 0 0 0 -3%;
  padding: 0;
}

.site-map ul li {
  float: left;
  width: 22%;
  margin: 0 0 15px 3%;
  padding: 0;
  list-style: none;
}

.site-map ul li:nth-child(4n+1) {
  clear: both;
}

.site-map ul li ul {
  list-style: none;
  margin: 0 0 0 0px;
  padding: 0;
}

.site-map ul li ul li {
  float: none;
  width: 100%;
  margin: 0;
}

.site-map ul li ul li ul {
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
}

.site-map ul li a {
  color: #085cba;
  padding: 5px 0px;
  display: block;
  
}

.site-map ul li a:hover {
  text-decoration: none;
}

.site-map ul li ul li a {
  border-bottom: 0px solid #ddd;
  color: #333
}

.site-map ul li ul li ul li a {
  font-size: 16px;
  border-bottom: 0px solid #ddd;
  color: #555;
  background: url(../images/icon/arrow_right.png) no-repeat;
  background-size: 15px 15px;
  background-position: 0px 50%;
  padding: 5px 0px 5px 20px;
  display: block
}

ul.site-map-menu li ul li ul li a:hover {
  background: url(../images/icon/arrow_right.png) no-repeat;
  background-size: 15px 15px;
  background-position: 0px 50%;
}

.site-map ul li ul li ul li ul li a {
  font-size: 16px;
  border-bottom: 0px solid #ddd;
  color: #555;
  background: url(../images/icon/poting_right.png) no-repeat;
  background-size: 7px 7px;
  background-position: 5px 50%;
  padding: 5px 0px 5px 20px;
  display: block
}

ul.site-map-menu li ul li ul li ul li a:hover {
  background: url(../images/icon/poting_right.png) no-repeat;
  background-size: 7px 7px;
  background-position: 0px 50%;
}

/* Subject Template */
.subject_category {}

.subject_category ul {
  list-style: none;
  margin: 0 0 0 -1.5%;
  padding: 0px;
}

.subject_category ul li {
  float: left;
  width: 31%;
  margin: 0 0 30px 2%;
  padding: 0;
}

.subject_category p {}

.subject_category a {
  padding: 10px;
  border: 1px solid #333;
  display: block;
  border-radius: 12px; background:#fff;
}

.subject_category a:hover {
  background: #259e4f;
  color: #fff;
}

.location {
  width: 100%;
  margin: 20px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.location iframe {
  width: 100%;
}

.sentense {
    position: relative;
      width: 66%;
      display: flex;
      padding:16px 0;
}

/* .sentense .area {
width: 100%;
} */

    .sentense .title,
    .sentense .area {
      display: grid;
      padding: 0;
      position: relative;
      margin: 2px;width: 100%;
    }

.sentense .area p {
    padding: 10px;
border-radius: 20px;
background: url(../images/icon/bg_sentense.png) no-repeat center;
}

.sentense .title {
    width: 18vw;
}

@media screen and (min-width:961px){
  .sentense .title span{
        transform: translateX(16px);
  }
}

.sentense .title span {
    background: url(../images/web/i_sentense.png) no-repeat;
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      background-size: contain;
      left: 0;
      top: 0;
          background-position: right;
          z-index: 1;
    }


marquee {
  background: #fff;
  padding: 5px 5px;
  /* border-radius: 8px; */
  border-radius: 16px;
      font-size: 22px;
    /* border: 4px solid #e8c66b; */
}

/* Table */
table {
  border-collapse: inherit !important;
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  padding: 0px;
  line-height: 33px;
  border: 0
}

.tb-studypf{
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);width: 100%;
      border-collapse: collapse;
}

.tb-studypf th,
.tb-studypf td {
  border: 1px solid rgba(0, 0, 0, .2) !important;
  padding: 8px;
}

.tb-studypf tr:nth-child(even) td {
  background: rgb(221,237,210);
  color: #333;
  padding: 2px;
}

.tb-studypf tr:nth-child(odd) td {
  background: rgb(254,214,214);
  color: #333;
  padding: 2px;
}

tr:nth-child(even) td {
  background: #ebf6ff;
  color: #333;
  padding: 2px;
  border: 0
}

tr:nth-child(odd) td {
  background: #fff;
  color: #333;
  padding: 2px;
  border: 0
}

table ul,
table ol {
  margin: 0;
}


#table_box1 {
  border-collapse: inherit;
  background: #ddd
}

#table_box1 tr td {
  padding: 5px;
  background: #fff
}

#table_box1 thead tr td {
  background: #26408d !important;
  color: #fff !important;
}

/* #table_box1 tr:nth-child(odd) td {
  background: #ebf6ff
} */

#table_box {
  border-collapse: inherit;
  background: #ddd
}

#table_box tr td {
  padding: 5px;
  background: #fff
}

#table_box tr:nth-child(1) td {
  background: #26408d !important;
  color: #fff !important;
}

#table_box tr:nth-child(odd) td {
  background: #ebf6ff
}

@media (max-width:576px){
  #table_box {
  width: 100%;
  overflow-x: auto;
  display: block;
  /* min-width: 576px; */
}

#table_box th,#table_box td {
  white-space: nowrap;
}
}



.tablefield-wrapper {
  border-collapse: inherit;
}

.tablefield-wrapper tr td {
  padding: 5px;
  background: #fff
}

.tablefield-wrapper thead {
  background: #032d69 !important;
  color: #fff !important;
}

.tablefield-wrapper thead>tr>th {
  border-bottom: 0px !important;
}

.tablefield-wrapper tr:nth-child(odd) td {
  background: #fffcf3
}

.tablefield-wrapper caption {}

.tablefield-wrapper tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0;
  padding: 0 1px;
}

.tablefield-wrapper td,
.tablefield-wrapper th {
  flex: 1 1 150px;
}

.default_img {
  margin: 0px auto;
  text-align: center;
  max-width: 100%;
}

/* Pop Up Message Box */
#popup_this h2 {
  color: #fff;
  font-size: 21px;
  line-height: 26px;
}

.bpopUpCarousel{
  padding: 0;
  overflow: hidden;
}

.bpopUpCarousel ol{
  padding: 0;
}

#popup_this ul li{
  list-style: initial !important;
}

.bpopUpCarousel>li {
  display: none;
}

.bpopUpCarousel>li.active {
  display: block !important;
}



/* #popup_this ul li:not(.active) {
  display: none;
} */

.bpopUpCarousel h4{
  color: #015d31 !important;
  padding:10px 0;
}

#popup_this {
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  width: 80%;
  background: #fff;
      max-height: 78vh;
        overflow-y: scroll;
  color: #333;
  max-width: 960px;
    border: 6px solid #0070c0;
}

#popup_this .content {
/* min-width: 800px;
  min-height: 250px;
  max-height: 650px; */
  overflow-y: auto;
  padding: 15px;
  margin: 15px;
  box-sizing: border-box;
  border: 0;
}

#popup_this ul li{
  list-style:none;
}

.b-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #333;
  background: #D3D3D3;
  line-height: 23px;
  padding: 5px 12px;
}

.b-close:hover {
  background: #F90;
}


.clipround {
  width: 100%;
  color: #259e4f;
  filter: url(#round) drop-shadow(0px 3px 0px rgb(255, 255, 255)) drop-shadow(3px 0px 0px rgb(255, 255, 255)) drop-shadow(-3px 0px 0px rgb(255, 255, 255));
  position: absolute;
  top: -10px
}

.clipround::before {
  content: "";
  display: block;
  padding-top: 90px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
}







.clipround_filter {
  width: 327px;
  color: #9be1ca;
  filter: url(#round);
  position: absolute;
  top: -10px
}

.clipround_filter::before {
  content: "";
  display: block;
  padding-top: 90px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: -20px;
  margin-top: -10px;

}

#title_bgs {
  width: 100%;
  float: left
}

#title_bgs .hero_date,
#title_bgs .hero_title,
#title_bgs .hero_organiser,
#title_bgs .hero_cat,
#title_bgs .hero_grade,
#title_bgs .hero_class,
#title_bgs .hero_student_name {
  float: left;
  text-align: center
}

#title_bgs .hero_date {
  width: calc(12% - 1%);
  margin-right: 1%
}

#title_bgs .hero_title {
  width: calc(25% - 1%);
  margin: 0 0.5%
}

#title_bgs .hero_organiser {
  width: calc(25% - 1%);
  margin: 0 0.5%
}

#title_bgs .hero_cat {
  width: calc(10% - 1%);
  margin: 0 0.5%
}

#title_bgs .hero_grade {
  width: calc(10% - 1%);
  margin: 0 0.5%
}

#title_bgs .hero_class {
  width: calc(8% - 1%);
  margin: 0 0.5%
}

#title_bgs .hero_student_name {
  width: 10%;
}



.slider_theme {
  position: absolute;
  right: 0px;
  top: 30%;
  z-index: 10
}

.slider_theme a {
  font-size: 15px;
  line-height: 19px !important;
  background: rgba(255, 255, 0, .9) !important;
  color: #000;
  padding: 5px 12px !important;
  border: 0px solid rgba(255, 255, 255, 0.2) !important;
  margin: 0px !important;
  width: auto !important
}



.information ul li .editing,
.grid_photo .editing,
.Userful_link_inside ul li .editing,
.sentense .editing,
.main_events_area ul li .editing {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11
}

.information ul li:hover .editing,
.grid_photo:hover .editing,
.Userful_link_inside ul li:hover .editing,
.sentense:hover .editing,
.main_events_area ul li:hover .editing {
  display: block;
}

.information ul li .editing a,
.grid_photo .editing a,
.Userful_link_inside ul li .editing a,
.sentense:hover .editing a,
.main_events_area ul li .editing a {
  font-size: 15px;
  line-height: 19px !important;
  background: rgba(255, 255, 0, .9) !important;
  color: #000;
  padding: 5px 12px !important;
  border: 0px solid rgba(255, 255, 255, 0.2) !important;
  margin: 0px !important;
  width: auto !important
}

iframe {
  max-width: 100%;
  width: 100%
}


.menu_block ul li.has-sub {
  position: relative;
}

.menu_block ul li.has-sub>a:after {
  top: 35% !important;
  left: 90%;
  transform: translate(0, 0%);
  position: absolute;
  width: 0;
  height: 0 !important;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #0143b0;
}




#facebook_m {
  display: none
}

/* Subject Menu */
.subject_template {}

.subject_template .title {
  text-align: left;
  font-size: 36px;
  padding: 17px 5px 12px 5px;
  margin: 0 0 10px 0;
  color: #259E4F;
  font-weight: bold
}

.subject_template ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  width: 100%;
}

.subject_template ul li {
  margin: 0 15px 15px 0;
  width: auto;
  float: left;
}

.subject_template ul li a,
.subject_template ul li a:visited {
  padding: 5px 15px;
  display: block;
  border: 1px solid #259e4f; border-radius:12px;
  background: #fff;
  color: #259e4f;
  /* border-radius: 8px; */
}

.subject_template ul li a:hover {
  color: #555;
  background: #fff;
}

.subject_template ul li a.current {
  color: #fff;
  background: #259e4f;
  border-left: 2px solid #259e4f;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}

table tr td font,
table tr td {
  font-size: 17px
}

table {
  background-color: #cbdded !important;
}

table.td-main tbody tr:first-child td {
  background: #282f89 !important;
  color: #fff !important;
}

/* animation */
.header .links_top ul li.links_homework a:hover {
  background: #2ac55f;
  transform: translateY(0px);
}

.header .links_top ul li.links_notes a:hover {
  background: #8b4513a6;
  transform: translateY(0px);
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* change */
.feature_box {
  position: relative;    line-height: 23px;
}

.feature_box li .title{
  position:relative;
}

.tab>ul:nth-child(1) {
  margin: 0;
}

.feature_box li.tablinks:nth-child(1) {
list-style: none;
  position: absolute;
    top: -10px;
  z-index: 1;
  cursor: pointer;
  background: #015d31;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;width: 154px;
}


.feature_box li.tablinks:nth-child(2) {
    list-style: none;
    position: absolute;
    top: -10px;
    cursor: pointer;
    z-index: 1;
    background: #0baca3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
left: 220px;
        width: 154px;
}

.feature_box li.tablinks span{
      position: absolute;
        width: 86px;
        height: 88px;
}

.feature_box li.tablinks:nth-child(1) span,.feature_box li.tablinks:nth-child(2) span {
  left:-26px;
}

.feature_box li.tablinks:nth-child(1) span{
  background: url(../images/web/i_camera.png) no-repeat left;
    background-size: auto;
    background-size: contain;
    width: 60px;
      height: 100%;
    z-index: 2;
    position: absolute;
}



.feature_box li.tablinks:nth-child(2) span {
  background: url(../images/web/i_video.png) no-repeat left;
    background-size: auto;
    background-size: contain;
    width: 60px;
      height: 100%;
    z-index: 2;
    position: absolute;
}


.feature_box li.tablinks:nth-child(1) p
 {
  padding: 18px 16px 18px 36px;
  font-size: 25px;
  color: #fff;
}

.feature_box li.tablinks:nth-child(2) p{
  padding: 18px 16px 18px 36px;
    font-size: 25px;
    color: #fff;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.more_area:hover {
  -webkit-animation: tada 2s ease infinite;
  animation: tada 2s ease infinite;
}


.feature_box .tablinks span{
  transition: transform 0.3s ease-in;
}

.feature_box .tablinks:hover span{
      transform: translateY(-8px);
}

.feature_box .tablinks.active {
  transform: translateY(-8px);
}

.feature_box .tablinks.active p{

padding: 22px 16px 22px 36px !important;
} 

.cd-top {
  display: inline-block;
  position: fixed;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 50px; border-radius:50%;
  width: 50px;
  bottom: 50px;
  right: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px #999;
  background: #249d4e url(../images/web/cd-top-arrow.svg) no-repeat center center;

}

.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: #666 url(../images/web/cd-top-arrow.svg) no-repeat center center;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #fb0510;
  opacity: 1;
}


/* tags cloud */
/* .form-checkboxes {
  display: flex;
  gap: 6px;
} */

.form-item.form-type-radio {
  color: #f0f0f0;
  display: inline-block;
  margin-bottom: 10px;
}


.form-item.form-type-radio label {
  border-radius: 4px;
  margin: 0;
  padding: 0;
  display: block;
  padding: 2px 6px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  background-color: #ddd;
  color: #000;
}

.form-item.form-type-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  left: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.views-exposed-widget:nth-child(1) .form-item.form-type-radio label:hover {
  background-color: #e74c3c;
  color: #fff;
}

.views-exposed-widget:nth-child(1) .form-item.form-type-radio input[type="radio"]:checked+label {
  background-color: #e74c3c;
  color: #fff;
}


.form-checkboxes .form-item {
  color: #f0f0f0;
  display: inline-block;
  margin-bottom: 10px;
}


.form-checkboxes label {
  border-radius: 4px;
  margin: 0;
  padding: 0;
  display: block;
  padding: 2px 6px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;    font-weight: 400;
    background-color: #ddd;
      color: #000;
}

.form-checkboxes input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  left: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.views-exposed-widget:nth-child(1) .form-checkboxes label:hover{
background-color:#e74c3c;
color:#fff;
}

.views-exposed-widget:nth-child(1) .form-checkboxes input[type="checkbox"]:checked+label {
  background-color: #e74c3c;
  color: #fff;
}

.views-exposed-widget:nth-child(2) .form-checkboxes label:hover {
  background-color: #1b6ec2;
  color: #fff;
}

.views-exposed-widget:nth-child(2) .form-checkboxes input[type="checkbox"]:checked+label {
  background-color: #1b6ec2;
  color: #fff;
}

.views-exposed-widget:nth-child(3) .form-checkboxes label:hover {
  background-color: #2f9e44;
  color: #fff;
}

.views-exposed-widget:nth-child(3) .form-checkboxes input[type="checkbox"]:checked+label {
  background-color: #2f9e44;
  color: #fff;
}

/* .form-checkboxes input[type="checkbox"]:checked+label {
    background-color: #ddd;
      color: #000;
}

.form-checkboxes label:hover {
    background-color: #ddd !important;
    color: #000;
} */

.views-submit-button input,.views-reset-button input{
  padding: 6px 20px;
  background: #f0f0f0;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  margin: 0 !important;
      font-family: 'cwTeXYen';
        font-size: 16px;color: #000;
}

.tagCloud .views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0 10px 10px 0;
  clear: both;
  display: flex;
    margin: 0;
}

.tagCloud .views-exposed-widget.views-reset-button,.tagCloud .views-exposed-widget.views-submit-button {
  clear: none !important;margin 0;
}



.tagCloud .form-item-combine #edit-combine {
  height: 30px;
  padding: 0 10px;
  font-size: 1rem;
  border: 1px solid #D0CFCE;
  outline: none;
  width: 200px;
}


.tagCloud .view-filters .btn {
  background: #ebeff2;
padding: 12px 26px;
  border-radius: 8px;
  margin: 9px 0;
  z-index: 1;
  position: relative;
}

.tagCloud .view-filters .btn:after {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #086cc2;
  height: 2px;
  transition: width 0.3s ease;
}

.tagCloud .view-filters .btn:hover:after {
  width:50% !important;
}


/* modal */

 .modal-window {
   position: fixed;
background-color: rgba(0, 0, 0, 0.25);
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 999;
   visibility: hidden;
   opacity: 0;
   pointer-events: none;
   transition: all 0.3s;
 }

 .modal-window:target {
   visibility: visible;
   opacity: 1;
   pointer-events: auto;
 }

 .modal-window>div {
   width: 400px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   padding: 1em;
   background: white;
  border-radius: 10px;
 }

    .modal-window>div p{
      padding:10px 0;
    }

 .modal-close {
   color: #aaa;
   line-height: 50px;
   font-size: 80%;
   position: absolute;
   right: 0;
   text-align: center;
   top: 0;
   width: 70px;
   text-decoration: none;
 }

 .modal-close:hover {
   color: black;
 }


 #template_table_new .information ul {
   margin: 0 0 0 0%;
      box-shadow: 0 0 2px rgba(0, 0, 0, .2);
 }



     #template_table_new .information ul li:nth-child(odd) {
       background: #fff;
     }
  
     #template_table_new .information ul li:nth-child(even) {
       background: #e8f0ff;
     }

 #template_table_new .information ul li {
   float: none;
   display: flex;
   width: 100%;
   margin: 0;
   padding: 10px 0px 10px 0;
   line-height: 17px;
   
 }

 @media screen and (max-width:567px) {
   #template_table_new .information ul li {
     flex-direction: column;
   }
             #template_table_new .information ul li:first-child {
               display: none;
             }

   #template_table_new .information ul li>div {
     width: 100%;padding: 5px 10px !important;
     box-sizing: border-box;
   }

   #template_table_new .information .date {
    padding: 5px 10px !important;
   }

   #template_table_new .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_table_new .information ul li a {
   display: inline-block;
   padding: 0px 0;
   width: 100%;
 }

 #template_table_new .information ul li a:hover {
   color: #333;
   text-decoration: none
 }

 #template_table_new .information ul li:first-child{
    text-align: center;
      background: #282f89;
      color: #fff;
 }

    #template_table_new .information ul li:first-child .title{
      color: #fff;
    }

#template_table_new .information ul li:not(:first-child):hover {
  background: #eff9ff;
}


 #template_table_new .information .date span {
   padding: 0px 0 0px 28px;
   background-size: 16px 15px;
 }



 #template_table_new .information .number {
   flex-basis: 24%;
    padding: 5px 10px;
   font-size: 16px;
   margin: 0;      text-align: left;
 }

 #template_table_new .information .title {
   flex-basis: 50%;
   padding: 5px 10px;
   font-size: 16px;
   line-height: 19px;
   text-shadow: 0 0 0;
   margin: 0;      text-align: left;
 }

    #template_table_new .information .organizer {
      flex-basis: 20%;
      padding: 5px 10px;
      font-size: 16px;
      line-height: 19px;
      text-shadow: 0 0 0;
      margin: 0;      text-align: left;
    }

    #template_table_new .information li:first-child .download{
    flex-basis: 20%;
      font-size: 16px;
      margin: 0;
      text-align: left;
            padding: 5px 10px;
    }

    #template_table_new .information li:not(:first-child) .download{
      flex-basis: 20%;
      font-size: 16px;
      padding: 0;
      margin: 0;
      text-align: left;
    }

         #template_table_new .information .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_table_new .information .download a:hover {
      background: url(../images/icon/icon_download.png) no-repeat left;
        background-position: 3px 8px;
        color: #666;
        background-size: 23px 23px
                    }

        #template_table_new .information .date {
          flex-basis: 16%; font-size: 16px;
          padding: 5px 5px 5px 10px;
          margin: 0;      text-align: left;
        }

         #template_table_new .information .class {
           flex-basis: 20%;font-size: 16px;    padding: 5px 10px;   margin: 0;      text-align: left;
         }

 #template_table_new .information p {
   width: auto;
   font-size: 15px;
 }

/* 自學加油站 */
.tb-st-planform {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #282f8938 !important;
  
}

.tb-st-planform th,
.tb-st-planform td {
  border: 1px solid #333;
  padding: 8px;
  word-wrap: break-word;
}

.tb-st-planform th {
  background-color: #f2f2f2;
}



@media screen and (max-width:576px) {
  .tb-st-planform td:nth-child(1) {
      width: 30% !important;
    }
  
    .tb-st-planform td:nth-child(2) {
      width: 30% !important;
    }
  
    .tb-st-planform td:nth-child(3) {
      width: 40% !important;
    }
}

.tb-st-planform td:nth-child(1) {
  width: 10%;
}

.tb-st-planform td:nth-child(2) {
  width: 20%;
}

.tb-st-planform td:nth-child(3) {
  width: 70%;
}

/* login box */
.logout-button{
  float:right;
}
.st-login-box{
    max-width: 680px;
      margin: 0 auto;
      width: 100%;
      padding: 20px;
      position: relative;
      text-align: center;
      float: left;
      background-color: #f0f0f094;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);box-sizing: border-box;clear: both;
}


.st-login-box form{
  width: 100%;text-align: left;
}

.st-login-box img{
  width:128px;
  height:auto;
}


.st-login-box #edit-submit,.st-login-box .form-submit {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.st-login-box #edit-submit:hover,
.st-login-box .form-submit:hover{
  background-color: #167e2e;
}


.st-login-box input{
    box-sizing: border-box;    padding: 10px;
    width: 100%;
}

.st-login-box .form-item{
    padding: 10px;
      margin: 0;
}

.st-login-box .description {
  display: none;
}

.st-login-box #edit-actions{
  text-align: center;
}

.views-exposed-form .views-exposed-widget {
  float: right;
}

.form-select {
  cursor: pointer;
  border-bottom: 1px solid #039;
  color: #000;
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 5px 30px 5px 5px;
  position: relative;
  background: none;
  color: #004b87;
  font-size: 16px;
  font-weight: 600;
}

.hk_class {
  margin: 0px 0 30px 0
}

@media screen and (min-width:576px){
.hk_class img {
    max-width: 400px !important;
  }
}


.hk_class ul {
  padding: 0px;
  list-style: none;
  float: none;
  clear: both
}

.hk_class ul li {
  float: left;
  margin: 0 10px 10px 0px;
}

.hk_class ul li a {
  padding: 30px;
  display: block;
  background: #ddd;
  display: block;
  font-size: 1.5em;
  border: 1px solid #ccc;
  color: #333
}

.hk_class ul li a:hover {
  background: #259E4F;
  color: #FFF
}

.adding a {
  display: inline-block;
  padding: 10px;
  padding: 2px 24px;
  padding-top: 2px;
  color: #282F89;
  font-size: 16px;
  border: 1px solid #ddd;
  padding-top: 2px;
  background: #fff;
}

.adding a:hover{
  background:#259E4F;
  color:#fff;
}
#block-views-notices-block,#block-views-notices-block1,#block-views-notices-block2{
  margin-bottom: 100px;
}

.button-bpopUpCarousel #prev,.button-bpopUpCarousel #next{
  font-size:17px;
}

/* media */
#template_media .information ul {
  margin: 0 0 0 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}



#template_media .information ul li:nth-child(odd) {
  background: #fff;
}

#template_media .information ul li:nth-child(even) {
  background: #e8f0ff;
}

#template_media .information ul li a{
  float: none;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 10px 0px 10px 0;
  line-height: 17px;

}

@media screen and (max-width:567px) {
  #template_media .information ul li a{
    flex-direction: column;
  }

  #template_media .information ul li:first-child {
    display: none !important;
  }

  #template_media .information ul li>div {
    width: 100%;
    padding: 5px 10px !important;
    box-sizing: border-box;
  }

  #template_media .information .date {
    padding: 5px 10px !important;
  }

  #template_media .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_media .information ul li a:hover {
  color: #333;
  text-decoration: none
}

#template_media .information ul li:first-child {
  text-align: center;
  background: #282f89;
  color: #fff;
float: none;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 10px 0px 10px 0;
  line-height: 17px;
}

#template_media .information ul li:first-child .title {
  color: #fff;
}

#template_media .information ul li:not(:first-child):hover {
  background: #eff9ff;
}


#template_media .information .date span {
  padding: 0px 0 0px 28px;
  background-size: 16px 15px;
}



#template_media .information .number {
  flex-basis: 24%;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0;
  text-align: left;
}

#template_media .information .title {
  flex-basis: 50%;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 0 0 0;
  margin: 0;
  text-align: left;
}

#template_media .information .organizer {
  flex-basis: 20%;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 0 0 0;
  margin: 0;
  text-align: left;
}

#template_media .information .download {
  flex-basis: 20%;
  font-size: 16px;
  padding: 5px 10px;
  margin: 0;
  text-align: left;
}

#template_media .information .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;
}

#template_media .information .download a:hover {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 8px;
  color: #666;
  background-size: 23px 23px
}

#template_media .information .date {
  flex-basis: 16%;
  font-size: 16px;
  padding: 5px 5px 5px 10px;
  margin: 0;
  text-align: left;
}

#template_media .information .class {
  flex-basis: 20%;
  font-size: 16px;
  padding: 5px 10px;
  margin: 0;
  text-align: left;
}

#template_media .information p {
  width: auto;
  font-size: 15px;
}

.view-principal .view-filters{
  float: right;
  margin: 0 0 24px 0;
  position: relative;
  clear: both;
  margin-top: -66px;
}

@media screen and (max-width: 960px) {
  .view-principal .view-filters{
      margin-top: -50px;
  }
}