@charset "UTF-8";
/* ------Xiugangcampus2024---------*/
.campusinfo{
	font-size: 24px;
	color: white;
	font-weight: 600;
}

/*手機板隱藏 先預設是隱藏*/
.hide-in-phone{display:none} 

/*若寬度大於480px就顯示*/ 
@media only screen and (min-width:480px) { .hide-in-phone { display: block; } }

.hide-in-pc{display:block} 
@media only screen and (min-width:480px) { .hide-in-pc { display: none; } }


/*四大理念*/
.goals img{
	width: 100%;
	max-width: 600px;
}

.schoolsystem img{
	width: 70%;
	max-width: 700px;

}

.XGqr img{
	width: 100%;
	max-width: 150px;

}

/*升學榮譽榜*/
.testimonial-carousel {
  position: relative; }
  .testimonial-carousel .content {
    padding: 20px 50px 20px 40px;
	border-left: solid 8px #990099;
    border-radius: 10px ;
    box-shadow:4px 4px 4px 1px rgba(0, 0, 0, 0.4);
    background-image: url("../img/bg/honor.jpg")
    }
    

    .testimonial-carousel .content > p {
      font-weight: 500;
      font-size: 22px;
      text-align: center;
      line-height: 40px; }
    .testimonial-carousel .content h3 {
      color: #990099;
      font-style: italic; }
    .testimonial-carousel .content h6 {
      color: #777777; }
  .testimonial-carousel .image {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: middle; }
    .testimonial-carousel .image img {
      border-radius: 50%; }
  .testimonial-carousel .author {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  .testimonial-carousel .position-author {
    position: relative;
    right: -100px; }

@media screen and (max-width: 767px) {
  .testimonial-carousel .content {
    padding: 30px 50px 25px 40px; }
    .testimonial-carousel .content > p {
      font-size: 18px;
      line-height: 30px; } }
@media screen and (max-width: 575px) {
  .testimonial-carousel .content {
    padding: 30px; }
  .testimonial-carousel .position-author {
    right: 0;
    text-align: center; }
  .testimonial-carousel .image {
    margin-right: 15px; }
  .testimonial-carousel .author {
    margin-right: 15px;
    margin-bottom: 15px; }
  .testimonial-carousel .position-relative {
    margin-right: 0; } }

/*熱門連結*/

.hotlinks p h3{
	color: white}

/* ===================================
    sisterschool section
====================================== */
.section-sisterschool {
  padding: 30px  0; }

.sisterschool img {
  border-radius: 5px;
	opacity: 1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }
  .sisterschool img:hover {
    opacity: 1; }

@media screen and (max-width: 992px) {
  .section-sisterschool {
    padding: 30px 0; }
    .section-sisterschool .item {
      text-align: center;
      width: 100%; }
    .section-sisterschool .owl-carousel .owl-item img {
      max-width: 75%;
      display: inline-block; } }

/* ===================================
    campus
====================================== */
.single-team {
  overflow: hidden;
  text-align: center;
  border-radius: 3px; }
  .single-team .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center; }
    .single-team .overlay:before {
      position: absolute;
      left: 50%;
      top: 0;
      height: 100%;
      width: 0%;
      background-color: #000000;
      content: "";
      opacity: .50;
      transition: all 500ms ease; }
  .single-team:hover .overlay:before {
    left: 0;
    width: 100%; }

.team-img {
  position: relative; }
  .team-img > a {
    display: inline-block; }

.team-hover-link {
  bottom: 10px;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  transform: scale(0);
  transition: all 0.7s ease 0s;
  width: 100%; }
  .team-hover-link a {
    background: #242224 none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 7px;
    width: 30px; }
    .team-hover-link a:hover {
      background: #99099; }

.team-text {
    background-repeat: repeat;
    background-position: 0 0;
    background-image: none;
    background-color: #009999;
    background-attachment: scroll;
    padding: 15px 10px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.single-team:hover .team-hover-link {
  transform: scale(1); }
.single-team:hover .team-text {
  background: #990099; }
.single-team:hover .team-hover-link a {
  opacity: 1; }



