@charset "utf-8";
/* CSS Document */

html,body {
    padding: 0px; margin: 0px; min-height:100%; font-size:18.5px; color: #333; line-height: 33px;
	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%;
}
a{transition: all 0.3s ease 0s;}
a:link, a:visited {color: #ff9000; text-decoration: none;}
a:hover {color: #666 ; text-decoration: underline; }

.clear{clear:both}
.contextual-links-region{ position: static}
table{border-collapse: inherit; line-height:28px;}
table ul, table ol{ margin:0; }
img {border:0;}
div, ul li{ margin:0px auto; padding:0px;}

.wrap{ width:100%; min-height:100%; }
.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;}
.tabs a{ color:#333;}
h1{ font-size:38px; color:#ff9800; text-transform:uppercase; line-height:38px; letter-spacing:1px; font-weight:400}
h2{ font-size:33px; color:#ff9800; margin:0 0 15px 0; letter-spacing:1px; font-weight:400}
h3{ font-size:28px; color:#333;letter-spacing:1px; font-weight:400}
h4{ font-size:23px; margin:0px; color:#ff9800; line-height:33px;letter-spacing:1px; font-weight:400}
h5{ font-size:23px; margin:0px; color:#ffa800; line-height:33px;letter-spacing:1px; font-weight:400}
h6{ font-size:23px; margin:0px; color:#333333; line-height:33px;letter-spacing:1px; font-weight:400}
p{ margin:0px; padding:0px}

#map{
  
  border-radius: 0;
}

.map_area{
  height: 0px;
  overflow-y: hidden;
  -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;
}

.map_area .screen{
  width: 100%;
}

.map_area p{

  color:#ff8e3f;

}

.information.member{ width:100% ; }

.member_slide{
  width:100%;
  margin: 30px 30px;
}

.member_slide .member_slide_cover{
  -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;
}

.member_slide .member_slide_cover:hover{
  transform: scale(1.1);
  box-shadow: 0px 0px 5px 4px rgb(124 124 124 / 20%);
}

.member_slide .member_slide_cover img{
  width: initial; width:100%; height:100%
}
.arean_locaton{
  padding: 20px ;
  border-bottom: 1px solid #ddd; clear:both}
  .arean_locaton h3{ margin:0; padding:0; color:#333 }
.member_item{
  display: grid;
  grid-template-columns: repeat(2,50%);
  padding: 20px ;
 /* border-bottom: 1px solid #ddd;*/
}

.member_item:hover{ background:#f6f5f0; }
.member_cover{
  height: 100%;
}

.member_slide_cover{
  height: 320px;
  width: 260px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 5px rgb(124 124 124 / 20%);

}

.member_cover img{
  border-radius: 10px;
  object-fit: cover;
}

.member_info{ 
  width: 100%;
  padding:0 0 0 0px;
}

.member_info ul{
  width: 90%;
  float: right;
}

.m_title{
    font-size: 24px; line-height:30px; padding:5px 0; font-weight:400; margin-bottom:10px;
    color: #ff8e3f;
}

.m_address{
  background: url(../images/web/icon_address.png) no-repeat left center;
  padding-left: 32px;
  margin: 2px 8px;
}

.m_gmap{
  position: relative; display: block; margin:10px 0;
}

.m_gmap a{
    background: url(../images/web/icon_map.png) #ff9800 no-repeat right center; color:#fff; 
	background-position: 95% 50%;  padding:4px 40px 4px 10px;
	display:inline; border-radius:8px; font-size:14px;
}
.m_gmap a:hover{background: url(../images/web/icon_map.png) #666 no-repeat right center;  background-position: 95% 50%; }
.m_tel{
  background: url(../images/web/icon_tel.png) no-repeat left center;
  padding-left: 32px;
  float: left;
  width: 50%;
  margin: 2px 8px;
}

.m_fax{
  background: url(../images/web/icon_fax.png) no-repeat left center;
  padding-left: 32px;
  float: left;
  width: 50%;
  margin: 2px 8px;
}

.m_email{
  background: url(../images/web/icon_email.png) no-repeat left center;
  padding-left: 32px;
  float: left;
  width: 100%;
  margin: 2px 8px;
}

.m_website{
  background: url(../images/web/icon_web.png) no-repeat left center;
  padding-left: 32px;
  float: left;
  width: 100%;
  margin: 2px 8px 16px 8px;
}
.m_intro{ padding-top:15px;}
.m_intro a{  
  background: url(../images/web/icon_intro.png) no-repeat right center; color:#333; 
	background-position: 100% 50%;  padding:10px 50px 10px 0px; font-size:19px; border-bottom:1px solid #333;
}
.m_intro a:hover{ color:#ff9800; border-bottom:1px solid #ff9800; text-decoration: none}  

#map_open { border-top-left-radius: 12px; margin:0; float:right;
border-top-right-radius: 12px; overflow: hidden; display: inline-block;} 
#map_open a {background: url(../images/web/open_map.png) no-repeat #ffc200; font-size:21px; padding:10px 20px 10px 65px; background-position:15px 50%; color:#fff; display:block }


.container{ height: auto; min-height:500px; }

.FullPage  .main_content{ width:100% !important}
.FullPage .sidebar-nav{ display:none !important}

.container #full { padding:0; width:80%; float:none }
.more_area{ float:right; margin:15px 20px 0 0;  }
.more_area a{ color:#fff; background:#ff8e3f; padding:8px 35px; border-radius:16px;  border-radius: 8px; line-height:33px; text-transform:uppercase; font-size:16px;  }
.more_area a:hover{ background:#666;  }

.main_events_area { min-height:400px;  overflow-x: initial; overflow-y: auto; }
.container .title{ margin:0 0 30px 20px; } 

.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;
}
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;  }
#slogan_left { position:absolute; left:5%; color:#fff; font-size:60px; line-height:68px; letter-spacing:5px; text-shadow: 0 0 3px rgba(0,0,0,.2); bottom:150px; background:rgba(0,142,207,.7); padding:5px 15px 10px 15px  }
#slogan_right { position:absolute; right:5%; color:#fff; font-size:60px; line-height:68px; letter-spacing:5px; text-shadow: 0 0 3px rgba(0,0,0,.2); bottom:150px; background:rgba(0,142,207,.7); padding:5px 15px 10px 15px  }


.header{  background:url(../images/web/bg_header.png) #f5f5f5 no-repeat top center ; box-shadow:  0 0 5px rgba(0,0,0,.3) ;  }
.logo{ float:left; padding: 10px 0;}
.logo img{ max-height:64px; }



.logo_area { float: left; max-width:40%; margin:15px 0 15px 0.5%; text-align: left;}


.logo_img {  float: left; }
.logo_img img{ width:100%; max-height:90px; }
.logo_txt { margin:7px 0 0 10px; float: left; color:#fff; }
.logo_tc { font-size:30px; line-height:48px; color:#333; }
.logo_en { font-size:12.5px; line-height:17px; letter-spacing:-0.15px; color:#ff9800; }

.search_us{ float: right; display: flex; height: auto; align-items: center;  margin: 35px 0 0 0 ;}
.search_us > .text a { color:#fff; font-size:16px; background: #ff9800; padding: 7px 20px 7px 40px;border-radius: 8px;}

.search_us > .text a:hover { background: #666}

.search_us > .text { position: relative;  }
.search_us > .text::before{position: absolute; pointer-events: none; z-index:1; width: 24px; height:24px; left:13px; top: 4px; content:""; background:url(../images/web/icon_address_w.png) no-repeat;}

#footer_area{ float: left; width:30%; padding:50px 0;}
.school_footer{ background:url(../images/web/bg_sky.png) no-repeat center bottom; }
.school_footer .screen{ background:url(../images/web/school_footer.png) no-repeat right bottom;}
.mobile_only{ display:none !important; }

#footer_area .logo_tc { color:#033333; }
#footer_area .logo_en { color:#033333; }



#video_top {float:right; padding:5px 10px;  margin:5px 0 0 0; } 
#video_top span{  }
#video_top a { clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%); color:#fff; background:url(../images/web/icon_video.png) #ff7b81 no-repeat left ; background-position:18px 50%; display: block ;  padding:6px 24px 8px 50px; font-size:15px; line-height:20px;}
#video_top a:hover {background:url(../images/web/icon_video.png) #86ce3f no-repeat left ; background-position:18px 50%;}
.top_area{ float:right; width:70%;}
.btn_Login{ clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%) ; background:#fff; float:right;border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; padding:10px 20px 10px 20px;}


.intranet{ color:#ff9800; font-size:16px; float:left;  padding: 0;font-weight: bold; }
.header input{ float: left; width:100px; background:#fff; border:0px solid #ddd; padding:2px; height:28px; margin-left:10px; box-shadow:inset 2px 2px 4px rgba(0,0,0,.2); font-size:12px; color:#666}
#login_btn{font-family: 'Noto Sans TC', sans-serif; background:#ffb400; border-radius:4px; box-shadow:inset 0px 0px 0px rgba(0,0,0,0); color:#fff; text-transform:uppercase; height:30px; width:64px; font-size:16px; cursor:pointer}
#login_btn:hover{ background:#666; color:#fff}

.contact_address{ float:left ; width:49%;}
.contact_address ul{ background:#f6f5f0; padding:30px; border-radius:12px; margin:0; list-style:none; min-height:360px; }
.contact_address ul li{  background: url(../images/web/icon_address_o.png) no-repeat ; background-position:0 15px; padding:10px 0 20px 70px;  }
 .title_add { color:#ff9800;}
.contact_address ul li+li{ border-top:1px solid #ddd; background: url(../images/web/icon_email_or.png) no-repeat ; background-position:0 15px;}



.location { float:right; width:49%}
.location iframe { width:100%; height:420px; border-radius:12px; overflow: hidden}


.header .links_top { float: right;
padding: 5px 10px;
margin: 10px 0 0 0;  }
.header .links_top ul { list-style:none; margin:0; padding: 0 0 ;}
.header .links_top ul li { float:left; margin:0 5px;}
.header .links_top ul li a { color:#333; display:block}
.header .links_top ul li a img { height:35px}
.header .links_top .lang a{background: #fff;border-radius: 8px;padding: 5px 10px; font-size:14px; line-height:19px; 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; -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; }
.sticky .header { position:fixed; top:0px; z-index:10; width:100%;  min-height: auto;  } 


/* Menu Bar */
#bs-example-navbar-collapse-animations ul.navbar-nav{ float: right; margin-top:50px; }
.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: 8px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a.current { background-color: #502960;  color: #ffffff; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color:#fcc04c;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #fcc04c;
  outline: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e5e6eb;
}
.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, #ffc200 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:#333 !important;}

.slider_inner{ margin:30px auto; text-align: center}
/* Main */
.main_1{ padding: 0px 0; }
.main_2{ padding: 20px 0; background:#fff;}
.main_3{ padding: 20px 0; background:#fff}





.slider_school{ background:url(../images/web/bg_banner.png)  no-repeat center center; background-size: auto 100%; position:relative;  margin:20px 0 ; padding:50px 0;     overflow-x: hidden;}
.slider_school .area{ min-height:350px;  }
.slider_school .title {z-index: 1 ;position:relative;margin: 0 auto;max-width: 1600px;  color:#000; font-size:40px;line-height: 50px;font-weight: bold;}
.slider_school .title span{ }
.slider_school .desc{z-index: 1 ;position:relative;margin: 20px auto;max-width: 1600px; color: #fa9900; font-weight: bold; font-size: 23px;line-height: 30px;}
.slider_school ul{ list-style:none; margin: 0; padding: 0px;}
.slider_school ul li{ border-bottom:none;background: #fff;  position:relative; padding: 10px 5px;}
.slider_school ul li:nth-of-type(even){background: #f7f7f7;}
.slider_school ul li span{ color:#ffd83a; display:block }
.slider_school ul li a{ display:block; padding:0; color:#333;}
.slider_school .cover{ float: left; width:42%;}
.slider_school .content{ float: right; width:56%;}
.slider_school img{ width:100%; }
.slider_school .more_area a { background:rgba(255,216,58,.7); color:#fff; }
.slider_school .more_area a:hover { background:rgba(255,216,58,1); color:#fff; }
.slider_school .boxes{display: flex !important;     width: fit-content;}

.slider_school ul li:hover .content{ color:#ffd83a}

.latest_gallery{ position:relative;background: white; }
.latest_gallery .area{ }
.latest_gallery .title { background:#ffffff; }
.latest_gallery .title span{ }
.latest_gallery ul{ list-style:none; margin: 10px; padding: 0px;    display: grid;grid-template-columns: repeat(4,25%);}
.latest_gallery ul li{     width: calc(100% - 40px);border-bottom:none;background: #fff; position:relative; padding: 20px 20px;}
.latest_gallery ul li:nth-of-type(even){}
.latest_gallery ul li:nth-child(1){    grid-column: span 2; grid-row: span 2;}
.latest_gallery ul li span{     margin: 5px 0;padding: 0 0 0 20px; background:url(../images/web/icon_calendar.png) no-repeat left center;color: #666; font-size: 16px }
.latest_gallery ul li a{ display:block; padding:0; color:#333;}
.latest_gallery .cover{ }
.latest_gallery .content{ }
.latest_gallery figure {border-radius: 10px; overflow: hidden;box-shadow: 0px 0px 15px 5px rgb(124 124 124 / 20%);}
.latest_gallery img{ width:100%; border-radius: 10px; }
.latest_gallery ul li span{ display:block}


.latest_gallery .main_events_area{overflow-y: initial;    margin: 0 10px;}



.latest_gallery ul li .title_field{color: #ff8e3f; position: relative;font-weight: bold;    font-size: 22px;    margin: 10px 0 5px 0;}
.latest_gallery span{color: #ff8e3f; }
.latest_gallery  h3{background:url(../images/web/circle_o.png) no-repeat left center; background-position:10px 28px; margin:0; padding:15px 0 15px 40px; color:#686868;  } }


/* Main Userful Links */
.Userful_link_inside { } 

.Userful_link_inside ul{ list-style:none; margin:0 0 0 -2%; padding:0 }
.Userful_link_inside ul li{ float:left;}

.Userful_link_inside ul li{ width:18%; margin-left:2%;}

.Userful_link_inside ul li img{border:1px solid #fff; width:100%;  box-shadow:0 0 2px rgba(0,0,0,.25)}
.Userful_link_inside ul li:hover img{ opacity:.7; box-shadow:0 0 2px rgba(0,0,0,.4)}
.Userful_link_inside ul li a{display: block;}


.Userful_link_inside figure{
		float: left;
		position: relative;
		overflow: hidden; cursor: pointer;
}


	.Userful_link_inside ul li .blur{
		background: rgb(8,108,194);  -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;
background: linear-gradient(180deg, rgba(8,108,194,0.2) 0%, rgba(8,108,194,0.5) 50%, rgba(8,108,194,0.2) 100%);
		height: 100%;
		width: 100%; left:0; top:0;
		z-index: 5; 
		position: absolute;
	}
.Userful_link_inside ul li:hover .blur{ opacity:.2}
	.caption-text{
		z-index: 5;
		color: #fff;
		position: absolute;
		width: 100%;
		height: 100%; top:0;
		text-align: center;
	}

  .caption-text h5 { 
  position: absolute; font-size:26px; font-weight:500; line-height:46px;
  top: 47.5%; margin:0; padding:0; text-align:center; display:inline-block;
  left: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateX(-50%); white-space:nowrap;
  transform: translateX(-50%); color:#fff !important; border-left: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;  }
  
   .Userful_link_inside ul li:hover h5 { font-size:30px; color:#f5fdff !important;}
  
  .caption-text h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.12em;
  background-color: #ffcd03;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  
  opacity 1;
  transform: translate3d(-100%, 0, 0);
}

 .Userful_link_inside ul li:hover .caption-text h5::after {
  opacity: 1;
 transform: translate3d(0, 0, 0);
}


/* Footer */
footer { box-shadow: 0 0 6px rgba(0,0,0,.2)}

.sch_info {  padding: 30px 0px }
.sch_info ul{ list-style:none; margin:0;padding:0 ; text-align: center; margin-right: auto; margin-left: auto; display: grid; grid-template-columns: 65% 35%;}
.sch_info ul li{ float:left; margin:5px 15px; text-align: left;     align-items: center; }
.sch_info ul li span{     float: right;background:url(../images/web/icon_email_or.png) no-repeat left center; padding:5px 0 5px 45px; background-size: 40px;display: flex;align-items: center;}
.sch_info ul li img{width: 40px; object-fit: cover; background-size: 40px;float: left; margin-left: 20px;}
.sch_info ul li .tc{float: right; width:calc(100% - 80px)}
.sch_info ul li .en{float: right; width:calc(100% - 80px)}

.footer{  font-size:14px;  background:#ff9200}
.footer .screen{ padding:40px 15px;}
.footer .copyright{ float:left; width:75%; text-align: left ;  color:#fff}
.footer .power{ float:right; width:20%; text-align: right}
.footer .power a{ color:#fff;}
.footer .power a:hover{ color: #094388;}
.footer .copyright a{ color:#fff;}

.inner_banner { position:relative;  padding:100px 0; background-size:cover; text-align:center }
.inner_banner h1{ text-align: center; letter-spacing:10px; font-weight:400;  color:#333;   display:inline-block; }

.non_banner{  }
.non_banner h1{ }

#media {}

.memebers_des_header{ width:80%; margin:0px auto; padding:50px 0;}
.memebers_des_header h1{background:url(../images/web/circle_o.png) no-repeat left center; background-position:10px 28px; margin:0; padding:15px 0 15px 40px; color:#686868;  } 
.memebers_des_header p{ padding:15px 0 15px 40px; color:#333;  } 


/* Nevigation */
.nevigation{  padding:15px 10px; font-size:13px; border-bottom:1px dotted #ddd; margin-bottom:15px;  }
.nevigation .screen{ padding:0; }
.nevigation .home{ background:url(../images/icon/icon_home_orange.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:#ff9800}

/* Page Content */
.inner_content{ padding-bottom:50px; min-height:350px; }
.inner_content .main_content{ width:100%; }
.inner_content_full{  }
.inner_content_full .main_content{ padding-bottom:50px; min-height:350px; }
.inner_content img, .inner_content_full img{ max-width:100%; width:100%; height:auto;}

.left_menu{ float:left; width: 21%; }
.sidebar-nav {float:left; width:21%; }
.sidebar-nav .title {padding: 35px 0; background: url(../images/icon/bg_category.png) no-repeat center bottom #9adfff; color:#fff; font-size:26px; background-size: cover !important;  margin:0px;  text-align: center; }
.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #f5f9ff;
}
.sidebar-nav .metismenu {
    padding: 15px;
    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 a {
    position: relative;
    display: block;
    padding: 5px 35px 5px 15px;
    color: #333333;
    outline-width: 0;
    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: #0866c1 !important; }
.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active,
.sidebar-nav .metismenu .mm-active > a {
    color: #0866c1;
    text-decoration: none;
}

/* Content Template */

.boxing .title{   margin:20px 0; display: block; font-size:24px; line-height:30px; padding:20px 0 20px 30px; background: url(../images/web/circle_o.png) no-repeat left center; background-size:13px 13px; border-bottom:1px solid #ff8e3f;}


.boxing .description{ }
.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: left; }
#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:44%}
#Inner_Type_C li .right_desc{ float: right; width:54%; text-align: left}
#Inner_Type_C2 li .title_des{ float: right; width:33%}
#Inner_Type_C2 li .right_desc{ float: left; width:65%; text-align: left}
#Inner_Type_C li p, #Inner_Type_C2 li p{ text-align: left; }

.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 center #ffedd5;
background-position: 20px 25px;
padding: 28px 0 23px 50px; 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  center #f6f3ec ; background-position:20px 35px; 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;}
#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}

.full {}
#tpl .dropdown span {cursor: pointer;border-bottom:1px solid #039;color:#333; font-size:16px; background:#f6f5f0; border:1px solid #ddd; padding:5px 30px 5px 5px; position:relative;   }
#tpl .dropdown { float:right; margin: 20px 0; position:relative;  }
#tpl .dropdown span::after {
    content: "\f078"; color:#ffc200; font-weight:normal; 
	font-style:normal; font-family: FontAwesome; position:absolute; right:5px; top:1px;

    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:#ff9800; color:#fff; }

/* Sub Category  */
.sub_category{ float: left; margin:20px 0; }
.sub_category ul{ list-style:none; padding:0px; margin:0px; }
.sub_category ul li{ float:left; margin:0 ; padding:0 1px;}
.sub_category ul li+li{ border-left:1px solid #d6e5f5}

.sub_category ul li a{ padding:10px 10px; display:block; color:#ff8e3f; background: #fff; font-size:16px; line-height:19px; background: linear-gradient(to left, #ffffff 51%, #ff8e3f 51%); background-size: 200% 100%; background-position: right bottom;  transition: all .5s ease-out;   }
.sub_category ul li a:hover{ color:#fff; background-position: left bottom;}
.sub_category ul li a.current{ background: #ff8e3f ; color:#fff;  }


/* 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:#ffc200; color:#fff}

.information{ }
.information ul{ list-style:none; margin:0; padding:0px;}
.information ul li{ position:relative;  }

.welcome_msg{ margin:0 0 0 7%;}

.act_title { font-size:32px; color:#ff9800; line-height:38px;}
.act_brief { color:#333;}

#template_A  .information{ width:80%; margin:0px auto;}
#template_A .information ul{ list-style:none; padding:0px 0;}
#template_A .information ul li{ float: none; width:auto; border-bottom:1px solid  #ddd; background:#fff; padding:30px 20px; margin: 0;   }

#template_A .information ul li:hover{ background:#f6f5f0; }

#template_A .information ul li .cover{ float:left; width:30%; margin:0;  border-radius:8px; overflow: hidden }

#template_A .information ul li .content{ float: right; width:68%; }
#template_A .information ul li .cover img{width:100% }

#template_A .information ul li a{ color:#333;  }
#template_A .information ul li a:hover {}

#template_B .information ul{ list-style:none; padding:5px 0; margin:0 0 ;}
#template_B .information ul li{ }

#template_B .information ul li .cover{ float:left; width:33%; margin:0 0 0 0; }
#template_B .information ul li a{  }
#template_B .information ul li a:hover {  }

#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 ; }
#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); }

/* Notice */
#template_notice .information ul{  margin:0 0 0 0%; border-top:2px solid #ddd}
#template_notice .information ul li{ float:none; width: 100%; margin:0; padding:10px 0px 10px 0; line-height:17px; border-bottom:1px solid #ddd;  }
#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{ float:left; width:15%; padding:0px 5px 0px 10px;}
#template_notice .information .date span{ padding:5px 0 5px 28px; background-size:20px 18px;}
#template_notice .information .number{ float:left; width:10%; padding:5px 0; font-size:16px; }
#template_notice .information .title{ float:left; width:60%; padding:5px 0; font-size:16px; line-height:19px; text-shadow:0 0 0 ; margin:0}
#template_notice .information p{ width: auto; font-size:15px;}
#template_notice .information .download{ float:right; width:8%; overflow: hidden }
#template_notice .information .download a{ background: url(../images/icon/icon_pdf.png) no-repeat; background-position:0px 0px; background-size:20px; padding:5px 5px 5px 30px; display:block; color:#fc2130;font-size:16px; line-height:19px; display:block}


.date span {background:url(../images/icon/icon_calendar.png) no-repeat  ; padding:8px 20px 8px 30px; display: inline-block; color:#333; background-size:23px 25px; background-position:0px 45%; font-size:16px; letter-spacing:1px; }


.information ul li .editing a{ font-size:15px; padding:5px !important; border:0px solid rgba(255,255,255,0.2) !important; margin:0px !important; background: none !important; }



.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; border-bottom:1px solid #ddd;}
.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 }
.subject_category a:hover{ background:#F90; color:#fff; }



.sentense{ margin:20px 0;  }
.sentense .area{padding: 5px;float: right;width: calc(90% - 10px);background: #ffde00;border: 2px solid #fff;box-shadow: 0 0 0 4px #ffa800;border-radius: 8px;}
.sentense .area p{background: #fff;padding: 5px 5px;border-radius: 8px; }
.sentense .title { position:absolute ; left:10px; top:10px; }

/* Table */
table{border-collapse: inherit; width:100%;  line-height:33px; border:1px solid #ffc000  }
tr:nth-child(even) td { background:#f2f2f2; color:#333; padding:5px; }
tr:nth-child(odd) td { background:#fff; color:#333; padding:5px; }
table ul, table ol{ margin:0; }

#table_box{ border-collapse:inherit; background:#ddd }
#table_box tr td{ padding:5px; background:#fff ; border:0px;}
#table_box tr:nth-child(1) td{ background:#ff9800 !important; color:#fff !important;}
#table_box tr:nth-child(odd) td{ background:#fffcf3}

.tablefield-wrapper{border-collapse:inherit; }
.tablefield-wrapper tr td{ padding:5px; background:#fff }
.tablefield-wrapper  thead{ background:#0dadf6 !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;}
#popup_this {
    text-align:center; 
    margin-top: 0px;
    margin-left: 0px;
    width:80%;
    background:#fff; color:#333;
	max-width:960px; 
}
#popup_this .content { min-width:800px; min-height:400px; max-height:550px; overflow-y: auto; padding:0 ; margin:15px; border:0px solid #fff; }
#popup_this .content img{ max-width:100%; height:auto}

.b-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #333;
    background: #D3D3D3; line-height:23px;
    padding: 5px 12px;
}
.b-close:hover { 
    background: #0868c5;
}


.cd-top {
  display: inline-block;  position: fixed;  opacity: 0; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 50px;  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: #ffc200 url(../images/icon/cd-top-arrow.svg) no-repeat center center; border-radius:50%;
  
}
.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/icon/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: #e86256; opacity: 1;}

#member_schools_list li { float:left; width:46%; margin:0 2%; padding:0; font-size:17px;}
#member_schools_list li ul li { float: none; width: auto ; padding-left:25px;}
#member_schools_list li:nth-child(2n+1) { clear: both}

#member_schools_list li ul li.m_title{ padding-left:0; font-size:19px;}
#member_schools_list li ul li.m_intro{ padding-left:0;  padding:15px 0 0 0;}

.useful_links ul{ list-style:none; margin:0; padding:0;border-top: 2px solid #ddd;}
.useful_links ul li { float:left; width:calc(100% - 20px);border-bottom: 1px solid #ddd;}
.useful_links ul li a { padding:10px; display:block}

.useful_links ul li a:hover {
    background: #f5f4ef; text-decoration: none;
}

.my-masonry-grid { margin:30px 0; }

.my-masonry-grid-item {
  margin: 0 6px 12px;
  padding: 5px;

  background:#F2F2F2;
}
#slider_arean { display:none}

/* Notice */


#template_notice .information .detail{ float:right; width:11%; overflow: hidden }
#template_notice .information .detail a{ text-align: left; background: url(../images/icon/icon_detail.png) no-repeat; background-position:0px 50%; background-size:20px; padding:5px 5px 5px 30px; display:block; color:#ff8e3f;font-size:16px; line-height:19px; display:block}


.information ul li .editing a, .grid_photo .editing a, .Userful_link_inside ul li .editing a, .sentense:hover .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;
}

.information ul li .editing, .grid_photo .editing, .Userful_link_inside ul li .editing, .sentense .editing {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}

.boxing {    clear: both;}
