/***********header and footer***********/

*{
	
	font-family:'Noto Sans TC', sans-serif;
	
}
.container {
  width: 1190px;
}
.container1 {
  width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}
.commenu {
  height: 50px;
}
html,
body {
  height: 100%;
  position: relative;
}
body > .wrapper {
  margin-bottom: -50px;
}
.header-info {
  text-align: right;
  color: #fff;
}
.header-info a {
  color: #fff;
  display: inline-block;
}
.school-info {
  padding: 10px;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
  background: url(./images/bg.jpg);
  background-repeat: repeat;
  padding-bottom: 50px;
}
#footer {
  line-height: 0px;
}
/****header-menu****/
#gl-menu a {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
}
#gl-menu,
#gl-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gl-menu {
  /* width: 100%; */
  float: right;
  margin: 0px auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding-top: 25px;
  line-height: 30px;
}
#gl-menu:before,
#gl-menu:after {
  content: "";
  display: table;
}
#gl-menu:after {
  clear: both;
}
#gl-menu {
  zoom: 1;
}
#gl-menu li {
  float: left;
  position: relative;
  text-align: center;
  /* //background:url(./images/usu.png);
  //background-repeat: no-repeat;
  //background-position: 10% center; */
  cursor: pointer;
  font-size: 15px;
}
#gl-menu li.current_page_item > a,
#gl-menu li.current-menu-item > a {
  //color:#a77ec4;
  //border-bottom:3px solid #3a9039;
}
#gl-menu .sub-menu li.current_page_item > a,
#gl-menu .sub-menu li.current-menu-item > a {
  //color:#a77ec4;
  border-bottom: none;
}
#gl-menu li .sub-menu li.current_page_item > a {
  //color:#fff;
}
#gl-menu li.current-menu-parent > a {
  //color:#a77ec4;
  //border-bottom:3px solid #3a9039;
}
#gl-menu li .eng {
  text-transform: capitalize;
  font-size: 14px;
}
#gl-menu li.current-menu-parent,
#gl-menu li.current_page_item {
  //background:url(./images/cur.png);
  //background-repeat: no-repeat;
  //background-position: 10% center;
}
#gl-menu a {
  padding: 0px 15px;
  text-transform: uppercase;
  text-decoration: none;
  border-left: 3px solid #42c647;
  color: #4a5052;
  font-weight:bold;
  font-size:14px;
}
#gl-menu li:hover > a {
  color: #dc000c;
}
#gl-menu li a:hover {
  color: #dc000c;
}
#gl-menu ul {
  margin: 20px 0 0 0;
  _margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 999;
  background: #42c647;
  /* //background: -moz-linear-gradient(#da9a1b, #094981);
  //background-image: -webkit-gradient(linear, left top, left bottom, from(#da9a1b), to(#094981));
  //background: -webkit-linear-gradient(#da9a1b, #094981);
  //background: -o-linear-gradient(#da9a1b, #094981);
  //background: -ms-linear-gradient(#da9a1b, #094981);
  //background: linear-gradient(#da9a1b, #094981); */
  -moz-box-shadow: 0 -1px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  min-width: 100%;
}
#gl-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
#gl-menu ul ul {
  top: 0;
  left: 107%;
  margin: 0 0 0 20px;
  _margin: 0;
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
}
#gl-menu ul li {
  float: none;
  display: block;
  border: 0;
  _line-height: 0;
  position: relative;
  width: auto;
  min-width: 100%;
  //border-bottom:1px solid #fff;
  padding: 1px 0px;
  background: none;
  font-size: 16px;
}
#gl-menu ul li:last-child {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#gl-menu ul a {
  padding: 12px 25px;
  width: auto;
  /* min-width:150px; */
  /* _height: 10px; */
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: capitalize;
  color: #fff;
  border-left: none;
}
#gl-menu ul a:hover {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #ffbe0c;
    transition: 0.5s;
  //background-image: -moz-linear-gradient(#0665b7, #021f39);
  //background-image: -webkit-gradient(linear, left top, left bottom, from(#0665b7), to(#021f39));
  //background-image: -webkit-linear-gradient(#0665b7, #021f39);
  //background-image: -o-linear-gradient(#0665b7, #021f39);
  //background-image: -ms-linear-gradient(#0665b7, #021f39);
  //background-image: linear-gradient(#0665b7, #021f39);
}
#gl-menu ul li:first-child > a {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#gl-menu ul li:first-child > a:after {
  content: "";
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #42c647;
}
#gl-menu ul ul li:first-child a:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-left: 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #42c647;
}
#gl-menu ul li:first-child a:hover:after {
  border-bottom-color: #42c647;
}
#gl-menu ul li:first-child a:hover,
#gl-menu ul li:last-child a:hover {
  border-radius: 8px;
}
#gl-menu ul ul li:first-child a:hover:after {
  border-right-color: #42c647;
  border-bottom-color: transparent;
}
#gl-menu ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.mobile-menu-div {
  display: none;
}
/*********background************/
.bg1 {
  background: #fff;
}
.bg2 {
  background: #42c647;
}
/*****innerpage*********/
#content {
  padding: 0 40px;
}
.page-content {
  padding-top: 5px;
}
.back {
  float: right;
  padding: 15px 30px 15px 30px;
}
.cur {
  //background:#bbb;
}
.entry-title {
  font-size: 68px;
  padding-left: 50px;
  color: #fff;
  position: absolute;
  top: -250px;
  z-index: 99;
}
.new_title{  
  font-size: 32px;
  padding-left: 0px;
  margin-bottom: 15px;
  color: #42c647;
  position: relative;
  top: 0px;
}
.title-name {
  font-size: 20px;
  margin: 10px 0px;
}
.menu-left .li {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
}
.menu-left .li .eng {
  display: inline-block;
  width: auto;
  padding-left: 8px;
}
.cur .current {
  border-bottom: 3px solid #1bb3fe;
}
/***********border*************/
.b1 {
  border: 1px solid #999;
}
.b2 {
  border-bottom: 2px solid #c7c7c7;
}
.b3 {
  border-right: 2px solid #003553;
}
.bb1 {
  border-bottom: 1px dashed #c7c7c7;
}
.b4 {
  height: 5px;
  background: -ms-linear-gradient(left, #008ccc, #fac355);
  background: -moz-linear-gradient(left, #008ccc, #fac355);
  background: -webkit-linear-gradient(left, #008ccc, #fac355);
}
.b6 {
  border: 1px solid #bdbdbd;
}
.b0 {
  border: none;
}
.bt7 {
  border-top: 7px solid #5ea2ff;
}
/***********border*************/
.vc_column_container > .vc_column-inner {
  line-height: 50px;
}
/***index***/
.banner_bottom {
  position: absolute;
  z-index: 99;
  bottom: 0px;
  width: 100%;
}
.other-link {
  margin-bottom: 60px;
  margin-top: -88px;
  z-index: 99;
  position: relative;
}
.img-link-pd {
  padding: 0;
}
.img-linkc {
  margin-bottom: 20px;
}
.img-link0 img {
  border-top-left-radius: 75px;
}
.img-link2 img {
  border-bottom-right-radius: 75px;
}
.div1 img {
  width: 100%;
  height: 100%;
}

.img-link-text {
  font-size: 38px;
  font-weight: bolder;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
  text-shadow: 2px 1px 0 #000;
}
.btn-link {
  position: absolute;
  bottom: 8%;
  right: 10%;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 30px;
  text-shadow: 1px 1px 0 #000;
  box-shadow: 0px 0px 1px #887979;
}
.btn-link:hover {
  color: #fff;
  border: 2px solid #fff;
  text-shadow: 1px 1px 0 #000;
  box-shadow: 0px 0px 1px #887979;
}
.index-galleryc {
  padding-right: 30px;
  border-right: 2px solid #d0d0d0;
  padding-bottom: 38px;
}
.flag {
  color: #646464;
  padding-bottom: 20px;
}
.flag-gallery {
  border-bottom: 2px solid #248b28;
}
.flag-new {
  border-bottom: 2px solid #dc000c;
}
.flag-gallery span {
  color: #248b28;
}
.flag-new span {
  color: #dc000c;
}
.index-gallery {
  margin-top: 35px;
  padding: 0 30px;
}
.newsc {
  padding-right: 50px;
}
.index-news {
  margin-top: 10px;
  margin-bottom: 35px;
}
.newslist {
  padding-top: 20px;
}
.newstitle {
  color: #dc000c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  padding-bottom: 8px;
}
.newsdate {
  text-align: center;
  border: 1px solid #dc000c;
  padding: 10px 15px;
}
.newsdate h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.newscontent {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: ellipsis; /* IE/Safari */
  -ms-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
.more {
  float: right;
  position: relative;
  margin-right: 0px;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  padding: 7px 20px;
}
.gallerymore {
  color: #248b28;
  border: 1px solid #248b28;
}
.newsmore {
  color: #dc000c;
  border: 1px solid #dc000c;
}
.index-right {
  padding-left: 50px;
}
.index-right #myCarousel {
  padding: 12px;
  border-radius: 8px;
  background: #fff !important;
  box-shadow: 3px 3px 3px #999;
  text-align: center;
}
.index-right #myCarousel img {
  margin: 0 auto;
}
.index-right .carousel-control.left,
.index-right .carousel-control.right {
  background-image: none;
  color: #1d8fff;
}

.pagination .active {
  color: #fff;
  background: #1e90ff;
}
@media (max-width: 1250px) {
  .container {
    width: 100%;
  }
  #gl-menu a {
    padding: 12px 11px;
  }
  .index-right {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .container1 {
    width: 100%;
  }
  #gl-menu li{
    font-size: 12px;
  }
  #gl-menu a{
    padding: 0 10px;
  }
}
@media (max-width: 1023px) {
  .phone-menu-box {
    display: block;
    width: 100%;
  }
  .commenu {
    display: none;
  }
  .menu-left {
    display: none;
  }
  .index-galleryc {
    margin-top: 30px;
    border-right: none;
    padding-right: 0px;
  }
  .index-right {
    padding-left: 0px;
    padding-right: 0px;
  }
  /**
	phone menu
	**/
  .navbar-toggle {
    background-color: #fff;
    //border: 1px solid #DDD;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    width: 40px;
    padding: 8px;
    position: absolute;
    z-index: 99999;
    right: 15px;
    top: 66px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .icon-bar {
    background-color: #42c647;
  }
  .navbar-toggle .phone-menu-txt {
    float: right;
    font-size: 16px;
    color: #42c647;
  }
  .gl-menu {
    display: none;
  }
  .menu-area {
    width: 100%;
  }
  .cch-menu {
    display: none;
  }
  .current-menu-item {
    //background-color: #a00000 !important;
  }

  .cch-mobile-menu {
    position: relative;
    z-index: 999;
    //padding-bottom:25px;
    //background:#a00000;
  }
  .cch-mobile-menu li {
    background-color: #42c647;
    width: 100%;
    line-height: 35px;
    text-align: left;
    cursor: pointer;
    list-style-type: none;
    position: relative;
  }
  .cch-mobile-menu a {
    font-size: 1em;
    font-weight: normal;
    padding: 20px 15px;
    color: #fff;
    width: 100%;
    display: block;
    border-bottom: 1px dotted;
  }
  .cch-mobile-menu a .eng {
    display: inline-block;
    padding-left: 8px;
  }
  .mobile-menu-div {
    width: 100%;
    margin: 0 auto;
  }
  .mobile-menu-div-down {
    border-radius: 0px;
  }
  .mobile-menu-div-up {
    border-radius: 10px;
  }
  .cch-menu-icon {
    float: right;
    margin-right: 20px;
    cursor: pointer;
  }

  .cch-mobile-menu .sub-menu {
    display: none;
  }
  .cch-mobile-menu .sub-menu li {
    //background-color: #03325e;
  }
  .temporary-div li {
    background-color: #b2e1ff;
    width: 100%;
    line-height: 35px;
    text-align: left;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    cursor: pointer;
  }
  .po {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 100000;
    display: block;
    width: 100%;
    text-align: right;
    height: 75px;
  }
  .temporary-div li a {
    font-size: 1em;
    font-weight: bold;
    margin-left: 20px;
    color: black;
    width: 100%;
    display: block;
  }

  .sub-menu {
    margin-left: 0px;
    //background-color: #03325e;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    padding-left: 25px;
    margin-bottom: 0px;
  }
  .mobile-menu-div {
    display: block;
    //margin-top:5px;
    //margin-bottom:5px;
  }
}
@media (max-width: 768px) {
  .other-link {
    margin-top: 50px;
    padding: 0px 50px;
    margin-bottom: 0;
  }
  .img-link-text {
    top: 50%;
    font-size: 30px;
  }
  .btn-link {
    bottom: 10%;
    right: 10%;
    padding: 2px 25px;
  }
  .other-linkc .other-link {
    clear: both;
  }
  .entry-title {
    font-size: 45px;
    top: -100px;
    padding-left: 10px;
  }  
  .new_title{  
    font-size: 28px;
    position: relative;
    padding-left: 0px;
    top: 0px;
  }
  #footer {
    line-height: 30px;
  }
}
@media (max-width: 550px) {
  .other-link{
    margin-top:20px;
  }
  .img-link-text {
    top: 50%;
    font-size: 42px;
  }
  .header-info {
    font-size: 12px;
  }
  #footer {
    font-size: 14px;
  }
  .navbar-toggle {
    top: 53px;
  }
  .newsc {
    padding-right: 0px;
  }
  #content {
    background: none;
    padding: 0 15px;
  }
  .entry-title {
    font-size: 25px;
    top: -60px;
    padding-left: 5px;
  } 
  .new_title{  
    font-size: 24px;
    position: relative;
    padding-left: 0px;
    top: 0px;
  }
}
@media (max-width: 375px) {
  #footer {
    font-size: 10px;
  }
}
/*****Edit By Peter*****/

#footer .container{
	padding:20px;
}
body > .wrapper{
	margin-bottom:0 !important;
}
a.btn-link:hover {
    background: #dc000c;
    border: 2px solid #dc000c;
    transition: 0.5s;
    text-decoration: none;
    border-radius: 10px;
}
.newstitle {
    transition: 0.2s;
}
.newslist:hover .newstitle {
    position: relative;
    transition: 0.2s;
    transform: translateY(-2px);
}
.other_text p{
	
	font-weight: 600;
    color: #4a5052;
    text-align: justify;
	line-height:40px;
}
.other_title {
    margin-bottom: 16px !important;
    margin-top: 16px;
}
.other_title p {
    font-size: 25px;
    font-weight: bold;
    color: #42c647;
}
#gl-menu a:hover {
    color: #42c647;
    transition: 0.3s;
}
ul.sub-menu a:hover{
	color:#fff !important;
}
.header-info.bg2 .container{
	font-weight:bold;
}
.other_text li {
    line-height: 30px;
    padding-bottom: 16px;
    color: #4a5052;
    font-weight: bold;
	text-align:justify;
}
.other_text ol{
	padding-left:18px;
}
.other_text strong {
    font-weight: bold;
    font-size: 18px;
    color: #42c647;
}
#ot p {
    color: #333333;
	line-height: 40px;
    padding: 10px;
}
#ot {
    border: 1px solid;
    margin-bottom: 0 !important;
    border-bottom: none;
    text-align: center;
}
.other_title h3 {
    color: #42c647;
    font-weight: bold;
    line-height: 35px;
}
ul.sub-menu a {
    padding-right: 25px !important;
}
.contact p {
    text-align: center;
	line-height:35px;
	font-weight:bold;
}
.contact a {
    color: #333333;
    font-weight: bold;
}
.contact {
    margin: 64px 0 !important;
}
.contact:hover i {
    position: relative;
    top: -2px;
    transition: 0.5s;
}
li#menu-item-159 a{
	padding-right:0;
}
.contact i {
    font-family: fontAwesome;
    font-style: normal;
    font-size: 50px;
    color: #42c647;
}
.category-11 .col-xs-4.col-sm-2 {
    width: 10%;
}
.single-post div#content {
    padding-top: 64px !important;
    line-height: 35px;
    text-align: justify;
}
.single-post .new_title{
	padding-bottom:32px;
}
.pr5:hover{
	border: 1px solid #42c647;
    box-shadow: 1px 1px 5px 1px #42c647;
	transition:0.3s;
}
.pr5{
	padding:0;
}
.ab{
	border:1px solid #eeeeee;
	transition:0.3s;
}
.ab a{
	color:#333333;
	font-size:20px;
	font-weight:bold;
}
.single-evi_gallery .entry-title.new_title {
    padding-top: 64px;
    /*text-align: center;*/
}
.gallery {
    padding-top: 64px;
}
li#menu-item-52 a {
    padding-right: 0;
}
.home div#content-box {
    padding-bottom: 64px;
}
h3.flag.flag-gallery a, h3.flag.flag-new a {
    transition: 0.5s;
}
h3.flag.flag-gallery a:hover, h3.flag.flag-new a:hover {
    background: #dc000c;
    color: #fff;
    border-radius: 10px;
    transition: 0.5s;
}
li#menu-item-198 a {
    padding-right: 0;
}
.header-info a:hover {
    transform: translateY(-2px);
    position: relative;
    transition: 0.5s;
}
/*
.page-id-165.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{
	background-color:#f6780d;
	color:#fff;
}*/
.vc_tta-panel-body{
	height:400px;
}
/*
.page-id-165.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover{
	background-color:#ffbe0c !important;
}
.page-id-165.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a{
	background-color:#ffbe0c;
	color:#fff;
}
.vc_tta-panel-body {
    background: linear-gradient(#ffbe0cb3, #f6780db5);
}*/
.bg1.myfixedHeader{
	
	border-bottom:3px solid #42c647;
	
}
.col-xs-10.col-sm-9.col-md-3.logo{
	text-align:left;
}
.myfixedHeader{
	
	transition:none !important;
	
}
@media screen and (max-width:768px){
	
	.img-link0 img, .img-link2 img{
		
		border-radius:unset;
		
	}
	.other-link{
		padding:0;
		margin-top:0;
	}

	.home,html{
		overflow-x:hidden;
	}
	
	.index-galleryc, .flag-new{
		margin-top:64px;
	}
	.row.newslist .col-xs-4{
		
		width:25%;
		padding-left:0;
	}
	.row.newslist .col-xs-8{
		
		width:75%;
		padding:0;
	}
	.contact{
		margin:32px 0 !important;
	}
	#footer .container{
		padding:10px;
	}
	.foot_link{
		line-height:24px;
	}
	.img-link .btn-link{
		padding:15px 35px;
		font-size:20px;
		
	}
	.navbar-toggle{
		top:60px;
	}
	.navbar-toggle .icon-bar{
		height:3px;
	}
	
}

@media screen and (min-width:768px){
	
	.mb{
		
		display:none;
		
	}
	
	
}

/*edit by yannis*/

.header-info .container{
  padding-right: 0;
}

@media screen and (max-width: 1400px){
  .container{
    /* width: 1150px; */
    width: 90%;
  }

  .container1{
    width: 90%;
  }
}


@media screen and (max-width: 1174px){
/*校園導賞*/
.home .col-md-6:nth-child(1){ 
  padding-left: 0;
}

/*最新消息*/
.home .col-md-6:nth-child(2){
  padding-right: 0;
}

.index-newsc{
  margin-right: 0;
}

.newslist .col-xs-4{
  padding-left: 0;
  width: 20%;
}

.newslist .col-xs-8{
  padding-right: 0;
  width: 80%;
}

.newslist{
  padding-top: 18px;
}

.newsdate{
  padding: 10px 15px;
  margin-left: 0;
}

.index-gallery{
  margin-top: 28px;
}

  .menu{
    width: 55%;
  }

  #gl-menu{
    padding-top: 18px;
  }
  
  .logo{
    width: 45%;
  }

  .img-link-text{
    font-size: 40px;
  }

  .img-link0 img {
    border-top-left-radius: 55px;
  }
}

@media screen and (max-width: 1250px){
  #gl-menu a {
    padding: 0 11px;
  }
}

@media screen and (max-width: 1073px){
  .img-link-text{
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) and (min-width:768px){
  /*校園導賞*/
  .home .col-md-6:nth-child(1){ 
    padding-right: 0;
  }
  
  /*最新消息*/
  .home .col-md-6:nth-child(2){
    padding-left: 0;
  }

  .index-newsc{
    margin-left: 0;
  }

  /* .mb{
    height: 0;
  }

  #layerslider_3{
    height: 0;
  } */
}

/* top menu to 三*/
@media screen and (max-width: 1023px){
  .navbar-toggle{
    top: 70px;
    right: 30px;
  }

  .navbar-toggle .icon-bar {
    height: 3px;
  }



  .logo {
    width: 90%;
  }
}


/*for website (wide)*/
@media screen and (min-width: 1176px) and (max-width: 1920px){

  #gl-menu > li:last-child a{
    padding-right: 0;
  }
  
  /*校園導賞*/
  .home .col-md-6:nth-child(1){ 
    padding-left: 0;
  }
  
  /*最新消息*/
  .home .col-md-6:nth-child(2){
    padding-right: 0;
  }
  
  .index-newsc{
    margin-right: 0;
  }
  
  .newslist .col-xs-4{
    padding-left: 0;
    width: 20%;
  }
  
  .newslist .col-xs-8{
    padding-right: 0;
    width: 80%;
  }
  
  .newslist{
    padding-top: 18px;
  }
  
  .newsdate{
    padding: 10px 15px;
    margin-left: 0;
  }
  
  .index-gallery{
    margin-top: 28px;
  }

}

/*for website (small)*/
@media screen and (min-width: 768px) and (max-width: 1175px){
  #gl-menu > li:last-child a{
    padding-right: 0;
  }

  .menu{
    padding-right: 0;
  }
}

/*for tablets and phones*/
@media screen and (max-width: 767px){
  .newsdate{
    margin-left: 0;
  }

  /*校園導賞*/
  .home .col-md-6:nth-child(1){ 
    padding-left: 15px;
  }

  /*最新消息*/
  .home .col-md-6:nth-child(2){
    padding-right: 15px;
  }

  .index-newsc{
    margin-left: 0;
    margin-right: 0;
  }

  /*shortcut btns changed back to full width*/
  .container1{
    width: 100%;
  }

  .img-link0 img {
    border-top-left-radius: 0;
  }

  .img-link-text{
    font-size: 50px;
  }

  #layerslider_1{
    display: none;
  }
}

/*for phones*/
@media screen and (max-width: 599px){
  .navbar-toggle{
    top: 55px;
    right: 4%;
  }
}

/*for tablets*/
@media screen and (max-width: 767px) and (min-width: 600px){
}

.video{
  margin-top: 24px;
}


@media screen and (min-width:768px){
	
	.mb{
		
		display:none;
		
	}
	
	
}

@media screen and (max-width:768px){
	
	.db{
		
		display:none;
		
	}
	
	
}
/*yannis*/
.wwc_title p {
  color: #248b28;
  font-size: 25px;
  font-weight: bold;
}

.wwc_title{

margin-bottom:16px !important;

}

tr, td {
  border: 1px solid;
  padding: 10px;
  text-align: center;
  line-height: 24px;
font-weight:bold;
}

table{

width:100%;

}
/******Edit by chenghao*****/
.contain-bg {
  background: #e5f5ef;
  /*padding: 20px 0 50px;*/
  padding:50px;
  margin-top:32px;
}
.contain-bg h2 {
  color: #d43a3b;
  /*margin: 20px 0 15px;*/
  margin:0 0 32px;
}
.contain-bg h2 span {
  color: #000;
}
.contain-bg .zh_banner-img {
  margin-bottom: 15px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.home div#content-box{
  padding-bottom: 0;
}
.contain-bg {
    background: #42c64754;
    min-height: 200px;
}
.home > .wrapper{
	
	padding-bottom:0 !important;
	
}
li {
    list-style-position: inside;
} 

.col-md-4.zh_banner-img img {
    width: 55%;
}
.contain-bg .zh_banner-img {
    width: 33%;
    text-align: center;
}
.contain-bg .zh_banner-img {
    width: 19.711111%;
    text-align: center;
}