/***********header and footer***********/
.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: 0 !important;
}
.header-info {
  text-align: right;
  color: #fff;
}
.header-info a {
  color: #fff;
  display: inline-block;
  /*font-family:sans-serif;*/
}
.school-info {
  padding: 10px;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
  background: url(./images/bg.jpg);
  background-repeat: repeat;
  /* padding-bottom: 50px; */
}
#footer {
  /*line-height: 50px;*/
  line-height: 0px;
}
.foot_link {
  font-size: 14px;
  font-weight: bolder;
}

/****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: 16px;
}
#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: none;
  color: #fff;
  border-left: none;
  transition: 0.5s;
}
#gl-menu ul a:hover {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #b0eea3;
  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: 30px;
  color: #fff;
  position: absolute;
  top: -170px;
  z-index: 99;
  text-shadow: 1px 1px 10px #000;
}
.new_title {
  font-size: 32px;
  padding-left: 0px;
  margin-bottom: 15px;
  color: #42c647;
  position: relative;
  top: 0px;
  left: 0;
  text-shadow: none;
}
.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: 35px;
  margin-top: -88px;
  z-index: 99;
  position: relative;
}
.img-link-pd {
  padding: 0;
}
.img-linkc {
  margin-bottom: 20px;
}
.img-link {
  text-align: center;
}
.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: 45px;
  font-weight: bolder;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 1px 0 #000;
}
.btn-link {
  position: absolute;
  bottom: 8%;
  right: 10%;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 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;
}
a.btn-link:hover {
  background: #42c647;
  border: 2px solid #42c647;
  transition: 0.5s;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #000;
}
.index-galleryc {
  padding-bottom: 10px;
}
.index-newsc {
  margin: 0 10px;
  border-left: 2px solid #d0d0d0;
  color: black;
  padding-left: 30px;
}
.flag {
  /*color: #646464;*/
  padding-bottom: 20px;
  color: #333333;
  font-weight: bold;
  font-size: 30px;
}
.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: 18px;
  padding-bottom: 8px;
  font-weight: bold;
  transition: 0.2s;
}
.newslist:hover .newstitle {
  position: relative;
  transition: 0.2s;
  transform: translateY(-2px);
}
.newsdate {
  text-align: center;
  border: 1px solid #dc000c;
  padding: 5px 15px;
  color: #dc000c;
  font-weight: 600;
  margin: 0 10px;
}
.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;
  font-weight: 900;
}
.more {
  float: right;
  position: relative;
  margin-right: 0px;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  /*padding: 7px 20px;*/
  padding: 10px 30px;
  font-weight: bold;
  transition: 0.5s;
}
.gallerymore {
  color: #248b28;
  border: 1px solid #248b28;
}
.newsmore {
  color: #dc000c;
  border: 1px solid #dc000c;
}
.more:hover {
  color: #fff;
  border-radius: 10px;
  transition: 0.5s;
}
.gallerymore:hover {
  background: #248b28;
}
.newsmore:hover {
  background: #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;
}

.single-post div#content {
  padding-top: 64px;
  line-height: 35px;
  text-align: justify;
}
.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 a {
    padding: 0 9px;
  }
}
@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-newsc {
    margin-top: 20px;
    border-left: none;
    padding-left: 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) {
  .banner-home {
    display: none;
  }
  .other-link {
    margin-top: 50px;
    padding: 0px 50px;
    margin-bottom: 0;
  }
  .img-link-text {
    top: 50%;
    font-size: 30px;
    left: 50%;
  }
  .btn-link {
    bottom: 10%;
    right: 10%;
    padding: 2px 25px;
  }
  .other-linkc .other-link {
    clear: both;
  }
  .entry-title {
    font-size: 55px;
    top: -115px;
  }
  .new_title {
    font-size: 32px;
    position: relative;
    top: 0px;
  }
  .newsdate {
    padding: 5px;
  }
  #footer {
    line-height: 30px;
  }
}
@media (max-width: 550px) {
  .other-link {
    margin-top: 20px;
  }
  .img-link-text {
    top: 50%;
    font-size: 42px;
    left: 50%;
  }
  .header-info {
    font-size: 12px;
  }
  #footer {
    font-size: 14px;
  }
  .navbar-toggle {
    top: 53px;
  }
  .newsc {
    padding-right: 0px;
  }
  #content {
    background: none;
    padding: 0 15px;
  }
  .single-post div#content {
    padding-top: 30px;
  }
  .entry-title {
    font-size: 25px;
    top: -60px;
    padding-left: 5px;
  }
  .new_title {
    font-size: 28px;
    padding-left: 0px;
    position: relative;
    top: 0px;
  }
}
@media (max-width: 375px) {
  #footer {
    font-size: 10px;
  }
}

/*****Edit By Peter*****/

li#menu-item-52 a {
  padding-right: 0;
}
.home div#content-box {
 /* padding-bottom: 64px;*/
}

#footer .container {
  padding: 20px;
}

.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: #f6780d;
}
#gl-menu a:hover {
  color: #e4f3e1;
  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: #f6780d;
}
#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: #f6780d;
  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: #f6780d;
}
.category-9 .col-xs-4.col-sm-2 {
  width: 10%;
}

.single-post .new_title {
  padding-bottom: 32px;
}
.pr5:hover {
  border: 1px solid #f6780d;
  box-shadow: 1px 1px 5px 1px #f6780d;
  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;
}
.header-info a:hover {
  transform: translateY(-2px);
  position: relative;
  transition: 0.5s;
}
.bg1.myfixedHeader {
  border-bottom: 3px solid #f6780d;
}
.col-xs-10.col-sm-9.col-md-3.logo {
  text-align: left;
}
.myfixedHeader {
  transition: none !important;
}
.paginationpage .vc_tta-panel-body {
  /* height:400px; */
  height: 100% !important;
}
@media screen and (max-width: 768px) {
  .img-link0 img,
  .img-link2 img {
    border-radius: unset;
  }
  .other-link {
    padding: 0;
    margin-top: 0;
  }
  .img-link-text {
    /* left:30% !important; */
  }
  .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;
  }
}

/*****Edit By chenghao*****/
#Inside_page_pagination {
  margin-top: 90px;
}

.Inside_container {
  /* width: 1190px !important; */
  margin: 0 auto;
  padding: 5px 35px;
  float: none !important;
  transition: 0.8s;
}
.wpb-js-composer .vc_tta-container {
  margin-bottom: 0 !important;
}
.Inside_container p {
  margin: 35px 0 0;
}
#Inside_pagination {
  margin-top: -50px !important;
  padding-top: 0px !important;
  padding: 0px;
}
.paginationpage .vc_tta-tab {
  line-height: 30px !important;
}
.paginationpage .vc_tta-tab a {
  padding: 10px !important;
  color: black !important;
  font-weight: bolder;
  background: none !important;
  border: none !important;
}
.paginationpage .vc_active a {
  color: #248b28 !important;
}
.paginationpage .vc_tta-tab {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em 0.35em;
  color: white;
  padding: 0 15px !important;
}
.paginationpage .vc_active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e4f3e1;
  z-index: -1;
  transform: scaleY(1.45) perspective(100px) rotateX(30deg);
  transform-origin: bottom;
  border-radius: 0.5em 0.5em 0 0;
  border: 1px solid #fbebf3;
  border-bottom: none; /*去掉底边框*/
  box-shadow: 0 0.1em white inset; /*白色的内阴影，打造高光的效果*/
}
.paginationpage .vc_tta-panels {
  background: none !important;
}
.pagination_title,
.Pagination_connet {
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.pagination_title .wpb_wrapper h3 {
  color: #248b28;
}
.Pagination_connet p {
  line-height: 40px;
  padding-bottom: 25px;
}
.aquilaFront #aquilaAdminbarIcon {
  display: none !important;
}
.page_contain p {
  line-height: 40px;
  padding-top: 25px;
}

.vc_tta-panel-body {
  width: 100vw;
  left: 50%;
  right: 50%;
  position: relative;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #e4f3e1 !important;
  padding-bottom: 0 !important;
  border-width: 0px !important;
}
.vc_tta-panel-body h3,
.vc_tta-panel-body p {
  max-width: 1160px;
  margin: 0 auto;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid {
  background: #fff;
}
.page_contain p {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  #Inside_page_pagination {
    padding-top: 15px;
    margin-top: 0;
  }
  #Inside_pagination {
    margin-top: 15px !important;
  }
  .Inside_container {
    /* width: 100% !important;	 */
    padding: 0 20px !important;
  }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0 !important;
  }
  .vc_tta-panel-body .wpb_wrapper {
    padding: 15px;
  }
  .wpb_content_element {
    margin-bottom: 0 !important;
  }
  .vc_tta-panel-body {
    width: 100%;
    left: 0;
    right: 0;
    position: inherit;
    margin: 0;
    background: #e4f3e1 !important;
    padding-bottom: 0 !important;
    border-width: 0px !important;
  }
  #footer {
    margin-top: 30px;
  }
}

/*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;
  }
}

/*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;
}

/******Edit by peter*****/
@media screen and (min-width: 768px) {
  .mb {
    display: none;
  }
}

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

.vc_tta-panel-body {
  padding-top: 32px !important;
}

.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%;
}

.link .wpb_text_column.wpb_content_element {
  margin-bottom: 0 !important;
}

.star li:before {
  content: "\2727";
  font-size: 20px;
  padding-right: 10px;
}
.star li {
  list-style-type: none;
}

.ad {
  display: none;
}

.ad:first-child {
  display: block;
}

/******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;
}
li {
    list-style-position: inside;
} 


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