
/* 和舊頁(pcschool-online) 不同，有修改 */

@charset "UTF-8";

.section-student-page {
  padding: 60px 10px 0px;
  background-image: url(../images/bg-success-stories.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  position: relative;
  font-size: 18px;
  color: var(--text-bk);
}

.section-student-page .nav-breadcrumb-top {}

@-webkit-keyframes mainCover-left-top-anim {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  25% {
    -webkit-transform: scale(0.5) translate(-28%, -28%);
    transform: scale(0.5) translate(-28%, -28%);
  }

  50% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  75% {
    -webkit-transform: scale(0.5) translate(28%, 28%);
    transform: scale(0.5) translate(28%, 28%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes mainCover-left-top-anim {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  25% {
    -webkit-transform: scale(0.5) translate(-28%, -28%);
    transform: scale(0.5) translate(-28%, -28%);
  }

  50% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  75% {
    -webkit-transform: scale(0.5) translate(28%, 28%);
    transform: scale(0.5) translate(28%, 28%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes mainCover-right-top-anim {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  35% {
    -webkit-transform: scale(0.5) translate(0, -28%);
    transform: scale(0.5) translate(0, -28%);
  }

  50% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  85% {
    -webkit-transform: scale(0.5) translate(0, 28%);
    transform: scale(0.5) translate(0, 28%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes mainCover-right-top-anim {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  35% {
    -webkit-transform: scale(0.5) translate(0, -28%);
    transform: scale(0.5) translate(0, -28%);
  }

  50% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  85% {
    -webkit-transform: scale(0.5) translate(0, 28%);
    transform: scale(0.5) translate(0, 28%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes mainCover-left-bottom-anim {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  25% {
    -webkit-transform: scale(0.5) translate(-28%, 0);
    transform: scale(0.5) translate(-28%, 0);
  }

  50% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  75% {
    -webkit-transform: scale(0.5) translate(28%, 0);
    transform: scale(0.5) translate(28%, 0);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes mainCover-left-bottom-anim {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  25% {
    -webkit-transform: scale(0.5) translate(-28%, 0);
    transform: scale(0.5) translate(-28%, 0);
  }

  50% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  75% {
    -webkit-transform: scale(0.5) translate(28%, 0);
    transform: scale(0.5) translate(28%, 0);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes mainCover-right-bottom-anim {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  25% {
    -webkit-transform: scale(0.5) translate(28%, -28%);
    transform: scale(0.5) translate(28%, -28%);
  }

  50% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  75% {
    -webkit-transform: scale(0.5) translate(-28%, 28%);
    transform: scale(0.5) translate(-28%, 28%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes mainCover-right-bottom-anim {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  25% {
    -webkit-transform: scale(0.5) translate(28%, -28%);
    transform: scale(0.5) translate(28%, -28%);
  }

  50% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  75% {
    -webkit-transform: scale(0.5) translate(-28%, 28%);
    transform: scale(0.5) translate(-28%, 28%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}


.student-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 5px 0px 20px 5px;
}

.student-header .container {
  margin: 0 auto;
}

.student-header img {
  width: 100%;
  /* max-width: 300px; */
  border-radius: 8px;
}

.student-header .badge-stories {
  display: inline-block;
  padding: 5px 8px 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
  color: #7d7d7d;
}

.student-header .h1 {
  font-size: 32px;
  line-height: 1.5;
  margin: 10px 0 0;
  color: var(--text-bk);
}

.student-header .h1 p {
  color: var(--text-bk);
  font-size: 18px;
  padding-top: 15px;
}

.student-header .h1 p span {
  font-size: 12px;
}

.student-header p {
  font-size: 18px;
  color: var(--text-bk);
  font-weight: 400;
  line-height: 1.8;
}

.student-header-row {}

.student-header-img {
    text-align: center;
    padding: 0 15px;
}
.student-header-text {}

.student-header-name {
  margin-bottom: 10px;
}

.student-header-name .span {}

@media (max-width: 991px) {
  .student-header {
    display: block;    
    padding: 0px 0px 15px 0px;
    /* padding: 0px 5px 10px; */
  }
  .student-header .container {}
  .student-header img {
    max-width: 300px;
  }
  .student-header .badge-stories {

  }
  .student-header .h1 {
    font-size: 24px;
  }
  .student-header .h1 p {}
  .student-header .h1 p span {}
  .student-header p {}

  .student-header-row {}
  
  .student-header-img {
    padding: 10px 15px 15px;
  }
  .student-header-text {}
  
  .student-header-name {}
  
  .student-header-name .span {}
}







.student-header .student-select {  
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.student-header .student-select select {
  max-width: 200px;
  margin-left: auto;
  display: block;
  width: 100%;
  padding: .5rem 2.25rem .5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /* color: #ffffff; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 5px;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.student-header .student-select select option {}
.student-header .student-select label {
  display: inline-block;
  font-size: 15px;
  position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: -28px 0 0;
    overflow: hidden;
    color: rgba(var(--bs-body-color-rgb), .65);
    text-align: right;
    font-weight: 800;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.student-select>.student-select select~label {
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
        -ms-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
            transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}


@media (max-width: 767px) {
  .student-header .student-select {
    width: 100%;
  }
  .student-header .student-select select {
    max-width: 100%;
  }
  .student-header .student-select select option {}
  .student-header .student-select label {
    height: unset;
  }
}


@media (min-width: 992px) {
    .section-testimonial {}

    .section-title2 {}

    .testimonial-tabs {}
    .testimonial-tabs .tab {}
    .tab-content-testimonial {}
    .tab-pane-testimonial {}
    .tab-pane-testimonial .cards {}
    .testimonial-card {}
    .testimonial-card .testimonial-card-btn {}
    .testimonial-card figure img {}
    .testimonial-card .card-body {}
    .testimonial-card .card-body .card-body-header {}
    .testimonial-card .tag-card {}
    .testimonial-card .card-body-name {}
    .testimonial-card .card-body-head {}
    .testimonial-card .card-body-text {
        -webkit-line-clamp: 4;
    }
}




.foot-testimonial {
  /* background-color: #eeeeee; */
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.foot-testimonial .container {}
.swiper-foot-testimonial {}
.foot-testimonial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 3px 3px 10px;
}
.foot-testimonial-header .swiper-title {
  text-align: center;
    line-height: 1.6;
    color: var(--text-bk);
    font-size: 28px;
    font-weight: 500;
}
.foot-testimonial-header .swiper-slide {}
.foot-testimonial-card {
    margin: 5px;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border: 0px solid transparent;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}
.foot-testimonial-card .foot-testimonial-card-btn {
  color: #333333;
  text-decoration: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 10px 60%;
  grid-template-columns: 150px 60%;
  gap: 10px;
}
.foot-testimonial-card .foot-testimonial-card-btn figure {
  margin: 0;
}
.foot-testimonial-card .foot-testimonial-card-btn figure .img  {
  aspect-ratio: 1.2 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 200px;
  width: 100%;
  border-radius: 10px;
}
.foot-testimonial-card .card-body {
  padding: 0px;
}
.foot-testimonial-card .card-body-header {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.foot-testimonial-card .tag-card {
  font-size: 14px;
  line-height: 1;
  padding: 5px 8px 3px;
  border-radius: 10px;
  font-weight: 400;
  word-break: keep-all;
  background-color: #ffd9d9;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.foot-testimonial-card .tag-card:hover,
.foot-testimonial-card .tag-card:focus {
  -webkit-box-shadow: 0px 1px 5px #ffbfbf;
          box-shadow: 0px 1px 5px #ffbfbf;
}
.foot-testimonial-card .card-body-name {
  font-size: 21px;
  font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    margin: 5px 0px 5px;
}
.foot-testimonial-card .card-body-head {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
  font-size: 20px;
}
.foot-testimonial-card .card-body-text {
  overflow: hidden;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    margin-bottom: 5px;
}

/*  */
.foot-testimonial .swiper-next,
.foot-testimonial .swiper-prev {
  height: 40px;
  background-color: #ffbfbfbb;
  color: #ffffff;
  opacity: 0.8;
  padding: 5px;
  border-radius: 5px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
}

.foot-testimonial .swiper-next {}
.foot-testimonial .swiper-prev {}

.foot-testimonial .swiper-next::before,
.foot-testimonial .swiper-prev::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
}
.foot-testimonial .swiper-next::before {
  content: "\f054";
}
.foot-testimonial .swiper-prev::before {
  content: "\f104";
}


@media (min-width: 992px) {
.foot-testimonial {}
.foot-testimonial .container {}
.swiper-foot-testimonial {}
.foot-testimonial-header {}
.foot-testimonial-header .swiper-title {}
.foot-testimonial-header .swiper-slide {}
.foot-testimonial-card {}
.foot-testimonial-card .foot-testimonial-card-btn {}
.foot-testimonial-card .foot-testimonial-card-btn figure .img  {}
.foot-testimonial-card .card-body {}
.foot-testimonial-card .card-body-header {
  /* display: flex;
  align-items: flex-start; */
}
.foot-testimonial-card .tag-card {}
.foot-testimonial-card .card-body-name {}
.foot-testimonial-card .card-body-head {}
.foot-testimonial-card .card-body-text {}

}



.student-detail {
  text-align: justify;  
  padding: 0px 15px 20px;
}

.student-detail .container {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.student-detail h2,
.student-detail .h2 {
  font-size: 28px;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 10px;
  color: var(--text-bk);
}

.student-detail p {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 1.8;
  color: var(--text-bk);  
  font-size: 18px;
}

.student-detail img {
  width: 100%;
  max-width: 100%;
}

.student-detail .icon.thumbtack {
  width: 16px;
  height: 16px;
}


.student-detail p .orange {
  color: #f19149;
}

.student-detail p .blue {
  color: #448aca;
}

.student-detail .studentmovie {
  display: block;
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.student-detail .studentText {
  width: 100%;
  margin-bottom: 30px;
}

.student-detail .studentMore {
  padding: 15px;
  border-top: rgba(0, 0, 0, 0.65) 1px dotted;
  border-bottom: rgba(0, 0, 0, 0.65) 1px dotted;
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: left;
}

.student-detail .studentMore a {
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}

@media (min-width: 992px) {
  .student-detail {}  
.student-detail .container {
  padding: 20px 25px;
}
.student-detail h2,
.student-detail .h2 {}

.student-detail p {}

.student-detail .icon.thumbtack {}


.student-detail p .orange {}

.student-detail p .blue {}

.student-detail .studentmovie {}

.student-detail .studentText {}

.student-detail .studentMore {}

.student-detail .studentMore a {}
}




.student-detail article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: justify;
    line-height: 1.8;
    color: var(--text-bk);  
    font-size: 18px;
    padding: 15px 0;
}
.student-detail article > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    /* padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5); */
    margin-top: var(--bs-gutter-y);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
}
.student-detail article figure,
.student-detail article .text {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%
}

.student-detail article figure {
  max-width: fit-content;
  margin: 20px auto 22px;
  text-align: center;
  padding-right: 10px;
    padding-left: 10px;
}

.student-detail article figure img {
  max-width: fit-content;
  width: 100%;
  padding: 5px 0 5px;
}

/* 若圖右邊接著文字 */
.student-detail article figure + .text {}

/* 若文右邊接著圖 */
.student-detail article .text + figure {}

/* .student-detail .imgx2 {}
.student-detail .imgx2 figure {
  width: 33.3333%;
} */

.course-link {
  padding: 20px 0;
}
.course-link .icon {
    fill: #73a1a7;
}
.course-link .link {
    color: #333;
    border-bottom: 1px solid;
    background-color: #d1faff;
    padding: 2px 8px;
    line-height: 1.9;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.course-link .link:hover,
.course-link .link:focus {
  color: #ffffff;
  background-color: #73a1a7;
}

.student-detail .imgx3 {
  margin-top: 2rem;
}
.student-detail .imgx3 figure {
  max-width: 500px;
  margin: auto;
}

.student-detail article figure figcaption {
  font-size: 14.5px;
  color:#6d6d6d;
}
.student-detail article .text {}
.student-detail article .video-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  padding-top: 20px;
}
.student-detail h2, .student-detail .h2 {
  font-size: 24px;
}

.student-detail article .video-wrapper h2,
.student-detail article .video-wrapper .h2 {
  text-align: center;
}

.student-detail article .video-wrapper iframe {
  max-width: 700px;
    margin: auto;
    aspect-ratio: 1.7 / 1;
}

@media (min-width: 992px) {  
  .student-detail article {    
    display: -webkit-box;    
    display: -ms-flexbox;    
    display: flex;
  }
  .student-detail article > * {}
  .student-detail article figure,
  .student-detail article .text {}

  .student-detail article figure {    
    margin: 0 auto;
  }

  .student-detail article figure img {}

  /* 若圖右邊接著文字 */  
  .student-detail article figure + .text {
    padding-left: 30px;
  }

  /* 若文右邊接著圖 */
  .student-detail article .text + figure {
    padding-left: 30px;}

  .student-detail article .video-wrapper {}
  .student-detail article .video-wrapper h2,
  .student-detail article .video-wrapper .h2 {
    text-align: center;
  }
  .student-detail h2, .student-detail .h2 {
    text-align: left;
  }
  .course-link {}
  .course-link .icon {}
  .course-link .link {}

  .student-detail .imgx3 {
    margin-top: 0rem;
  }
  .student-detail .imgx3 figure {    
    width: 33.3333%;
  }

  .student-detail article figure figcaption {}
  .student-detail article .text {}
  .student-detail article .video-wrapper {}
  .student-detail article .video-wrapper iframe {}
}


.social-items {
  max-width: 1000px;
  margin: 5% auto 0;
}
.social-items .container-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
.social-items .item {
  width: 40px;
  height: 40px;
  text-align: center;
  /* border: 1px solid #dadada; */
  box-shadow: 0 0 3px #b5b5b5;
  border-radius: 50%;
  line-height: 38px;
  will-change: filter;
  transform: scale(1);
  transition: all .3s ease;
}
.social-items .item:hover,
.social-items .item:focus {
  box-shadow: 0 0 1px #7a7a7a;
  -webkit-filter: contrast(1.2);
          filter: contrast(1.2);
  transform: scale(1.05);
}

.social-items .facebook {  
color: #0866FF;
}
.social-items .line svg {
  width: 24px;
  height: 24px;
  fill: #06c655;
}


/* 更多學員故事 */
.student-stories {
  position: relative;
  padding: 20px 24px 10px;
}
.student-stories .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.swiper-student-stories {
  margin-left: -5px;
  margin-right: -5px;
}
.swiper-student-stories .swiper-title {
  text-align: center;
  line-height: 1.6;
  color: var(--text-bk);
  font-size: 28px;
  font-weight: 500;
}
.card-student-story .swiper-slide {}

.card-student-story {
  margin: 5px;
  /* margin-left: 10px; */
  border-radius: 10px;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border: 0px solid transparent;
    background-color: #fff;
    padding: 10px 8px 5px;
    gap: 10px;
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.card-student-story:hover, .card-student-story:focus {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
}
.card-student-story .card-student-link {
  width: 100%;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 10px 1fr;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  border: 1px #ffffff solid;
  background-color: #fff;
  color: #333333;
  position: relative;
  top: 0;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card-student-story .card-student-imgbox {
  width: 90px;
  height: 100%;
  max-height: 90px;
  border-radius: 50%;
  overflow: hidden;
  /* margin-right: 15px; */
}
.card-student-story .card-student-imgbox .img {
  width: 100%;
}
.card-student-story .card-student-text {}
.card-student-story .card-student-title {
    min-height: 50px;
      overflow: hidden;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}
.card-student-story .card-student-bottom {}
.card-student-story .card-student-bottom .name {  
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  padding: 4px 0 8px;
  font-size: 15px;
}
.card-student-story .card-student-bottom .badge-student {
  padding: 0.25em 0;
  gap: 5px;
}
.card-student-story .card-student-bottom .badge-student span {  
  overflow: hidden;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    color: #7d7d7d;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-size: 13px;
    padding: 4px 6px 3px;
    display: inline-block;
    font-weight: normal;
}

.student-stories .swiper-button-next,
.student-stories .swiper-button-prev {
  height: 40px;
  background-color: #a3a3a3bb;
  color: #ffffff;
  opacity: 0.8;
  padding: 5px;
  border-radius: 5px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 64%;
}

.student-stories .swiper-button-next {
  right: -20px;
}
.student-stories .swiper-button-prev {
  left: -30px;
}

.student-stories .swiper-button-next::after,
.student-stories .swiper-button-prev::after {
  /* font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free"; */
  font-size: 16px;
}
.student-stories .swiper-button-next::after {
  /* content: "\f054"; */
}
.student-stories .swiper-button-prev::after {
  /* content: "\f104"; */

}


/* 最大 1200px */
@media (max-width: 1200px) {
  /* 更多學員故事 */
  .student-stories {}

  .student-stories .container {}

  .swiper-student-stories {}

  .card-student-story .card-student-link {
     display: flex;
    gap: 10px;
    border-radius: 10px;    
    border: 1px #ffffff solid;
    background-color: #fff;
    color: #333333;
    position: relative;
    top: 0;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

/* 最大 991px */
@media (max-width: 991px) {
  /* 更多學員故事 */
  .student-stories {}

  .student-stories .container {}

  .swiper-student-stories {}

  .swiper-student-stories .swiper-title {}

  .card-student-story .swiper-slide {}

  .card-student-story {
    margin: 3px auto;
    max-width: 500px;
  }

  .card-student-story:hover,
  .card-student-story:focus {}

  .card-student-story .card-student-link {
    display: flex;
    gap: 8px;
    border-radius: 10px;    
    border: 1px #ffffff solid;
    background-color: #fff;
    color: #333333;
    position: relative;
    top: 0;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .card-student-story .card-student-imgbox {
    /* width: 80px;
    height: 80px; */
    flex: 0 0 20%;
  }

  .card-student-story .card-student-imgbox .img {}

  .card-student-story .card-student-text {
    /* flex: 0 0 calc(100% - 90px); */
  }

  .card-student-story .card-student-title {}

  .card-student-story .card-student-bottom {}

  .card-student-story .card-student-bottom .name {}

  .card-student-story .card-student-bottom .badge-student {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .card-student-story .card-student-bottom .badge-student span {}

  .student-stories .swiper-button-next,
  .student-stories .swiper-button-prev {
        top: 68%;
  }
  .student-stories .swiper-button-next {
    right: -20px;
  }
  .student-stories .swiper-button-prev {
    left: -20px;
  }

  .student-stories .swiper-button-next::after,
  .student-stories .swiper-button-prev::after {}

  .student-stories .swiper-button-next::after {}

  .student-stories .swiper-button-prev::after {}
}

/* 最大 667px */
@media (max-width: 667px) {
  /* 更多學員故事 */
  .student-stories {
    padding: 20px 15px 10px;
  }

  .student-stories .container {}

  .swiper-student-stories {
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-student-stories .swiper-title {}

  .card-student-story .swiper-slide {}

  .card-student-story {
    padding: 10px 5px 5px;
  }

  .card-student-story:hover,
  .card-student-story:focus {}

  .card-student-story .card-student-link {
    /* gap: 3px; */
  }

  .card-student-story .card-student-imgbox {
    flex: 0 0 auto;
    width: 80px;
  }

  .card-student-story .card-student-imgbox .img {}

  .card-student-story .card-student-text {}

  .card-student-story .card-student-title {}

  .card-student-story .card-student-bottom {}

  .card-student-story .card-student-bottom .name {}

  .card-student-story .card-student-bottom .badge-student {}

  .card-student-story .card-student-bottom .badge-student span {}

  .student-stories .swiper-button-next,
  .student-stories .swiper-button-prev {}

  .student-stories .swiper-button-next::after,
  .student-stories .swiper-button-prev::after {}

  .student-stories .swiper-button-next::after {}

  .student-stories .swiper-button-prev::after {}
}
/* 最大 667px */
@media (max-width: 667px) {
  /* 更多學員故事 */
  .card-student-story .card-student-imgbox {
    flex: 0 0 25%;
  }
}


/* footerAD footer導流連結 */
.referral-link {
  background-color: transparent;
  padding: 20px 0;
  height: 100%;
}

.referral-link .container-referral {
  max-width: 1200px;
  margin: auto;
}

.referral-link .container-referral .row {
  margin: 0;
}

.referral-link .link-item {
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 10px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  flex: 0 0 auto;
  width: 100%;
}

.referral-link .link-item.item1 {}
.referral-link .link-item.item2 {}
.referral-link .link-item.item3 {}

.referral-link .link-item-a {
  width: 100%;
  background: #f8f9fa;
  color: #2C434F;
  /* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25); */
  padding: 8px 8px 8px 3px;
  /* margin: 6px 0px 6px 6px; */
  border-radius: 10px;
  text-align: left;
  filter: brightness(1);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 2;
  font-size: 16px;
  border-bottom: 2px solid #e1e1e1;
  transition: all .3s ease;
}
.referral-link .link-item-a:hover, .referral-link .link-item-a:focus {
  /* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); */
  border-bottom: 2px solid #f1f1f1;
  background-color: #ffffff;
  filter: brightness(1.05);
}
.referral-link .link-item-a i {
  /* position: absolute;
  left: 14px;
  top: 14px; */
  font-size: 18px;
  color: #909ba1;
  margin-right: 5px;
  margin-left: 5px;
}

/* MIN-WIDTH */
@media (min-width: 1200px) {
  .referral-link {}
  .referral-link .container-referral {}
  .referral-link .container-referral .row {}
  .referral-link .link-item {
  }
  .referral-link .link-item.item1 {}
  .referral-link .link-item.item2 {}
  .referral-link .link-item.item3 {}
  .referral-link .link-item-a {
    font-size: 18px;
  }
  .referral-link .link-item-a i {
  }
}
/* MIN-WIDTH */
@media (min-width: 992px) {
  .referral-link {}
  .referral-link .container-referral {}
  .referral-link .container-referral .row {}
  .referral-link .link-item {
    /* padding-left: 5px;
    padding-right: 5px; */
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .referral-link .link-item.item1 {}
  .referral-link .link-item.item2 {}
  .referral-link .link-item.item3 {}
  .referral-link .link-item-a {
    font-size: 16px;
    padding: 10px 0px;
  }
  .referral-link .link-item-a i {
    font-size: 20px;;
  }
}

/* MIN-WIDTH */
@media (min-width: 480px) {
  .referral-link {}
  .referral-link .link-item-a {
    text-align: center;
  }
}





.studentClass {
  display: block;
  padding: 50px 15px;
  background: #f7f7f7;
  margin-bottom: 30px;
  text-align: center;
}

.studentClass br:nth-child(odd) {
  display: none;
}

@media (max-width: 575px) {
  .studentClass br:nth-child(odd) {
    display: block;
  }
}

.studentClass br:nth-child(even) {
  display: block;
}

.studentClass .studentMobile {
  max-width: 768px;
  margin: 0 auto;
}

.studentClass .studentMobile .card {
  position: relative;
  border: none;
  border-radius: 8px;
  margin-bottom: 30px;
}

.studentClass .studentMobile .card a {
  text-decoration: none;
  color: #fff;
}

.studentClass .studentMobile .card .card-body {
  padding: 80px 15px;
}

.studentClass .studentMobile .card .card-body .card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.studentClass .studentMobile .card .card-body .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
}

.studentClass .studentMobile .card .cardLeft {
  position: absolute;
  width: 200px;
  color: #fff;
  background-color: #313131;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  bottom: -25px;
  left: 15%;
}

.studentClass .studentMobile .card .cardLeft:hover,
.studentClass .studentMobile .card .cardLeft:focus {
  background-color: #1d1d1d;
}

@media (max-width: 679px) {
  .studentClass .studentMobile .card .cardLeft {
    width: 150px;
    left: 10%;
  }
}

@media (max-width: 425px) {
  .studentClass .studentMobile .card .cardLeft {
    width: 130px;
    left: 5%;
    padding: 15px 5px;
  }
}

.studentClass .studentMobile .card .cardRight {
  position: absolute;
  width: 200px;
  color: #fff;
  background-color: #d9444b;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  bottom: -25px;
  right: 15%;
}

.studentClass .studentMobile .card .cardRight:hover,
.studentClass .studentMobile .card .cardRight:focus {
  background-color: #a53237;
}

@media (max-width: 679px) {
  .studentClass .studentMobile .card .cardRight {
    width: 150px;
    right: 10%;
  }
}

@media (max-width: 425px) {
  .studentClass .studentMobile .card .cardRight {
    width: 130px;
    right: 5%;
    padding: 15px 5px;
  }
}

.formtop {
  margin-top: 50px;
}

.areaBox {
  font-size: 21px;
  font-weight: bolder;
  border-bottom: 1px solid #4D4D4D;
  margin-bottom: 30px;
  padding-bottom: 5px;
  position: relative;
}

.areaBoxfollow {
  background: #4D4D4D;
  height: 5px;
  position: absolute;
  right: 0;
  width: 25%;
}

.liveCoursesClassBox {
  width: 100%;
  height: 100%;
}

.liveCoursesClassBox a {
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}

.liveCoursesClassBox a:hover {
  text-decoration: none;
}

.liveCoursesClassBox a .card {
  border: 1px solid #d8dee3;
  border-radius: 8px;
  padding: 30px;
}

@media (max-width: 575px) {
  .liveCoursesClassBox a .card {
    padding: 15px;
  }
}

.liveCoursesClassBox a .card img {
  background-position: center center;
  background-size: cover;
  height: 100%;
  min-height: 148px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.liveCoursesClassBox a .card .card-body {
  height: 100%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .liveCoursesClassBox a .card .card-body {
    margin-top: 32px;
  }
}

@media (max-width: 575px) {
  .liveCoursesClassBox a .card .card-body {
    padding: 0;
  }
}

.liveCoursesClassBox a .card .card-body .card-title {
  width: 100%;
  color: var(--text-bk);
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.liveCoursesClassBox a .card .card-body .card-text {
  display: -webkit-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  line-height: 1.5;
  padding-right: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.liveCoursesClassBox a .card .card-body .story-title {
  -webkit-line-clamp: 1;
  min-height: 1rem;
  margin-bottom: 0.85rem;
  font-weight: 500;
}

.bannerText {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.bannerText a {
  text-decoration: none;
  color: var(--text-bk);
}

.bannerText a:hover {
  color: #d9444b;
}

.bannerText a .banner-box {
  width: 100%;
  background-color: #f8f9fa;
  border-radius: 25px;
  padding: 15px;
  text-align: center;
  margin: 0 auto;
}





/* 從頁面來的 success-stories 內頁 start */
.article-contents {
  /* max-width: 1024px;
  text-align: justify;
  text-align-last: left;
  letter-spacing: 0.15rem;
  line-height: 1.5; */
  color: #575757;
  margin: 0 auto;
}

.article-contents .text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem 0;
}

.article-contents .text-section-h2 {
  margin: 0;
  padding: 0 15px;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.1rem;
}

.article-contents .text-section h2,
.article-contents .text-section-h2 h2 {
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  font-size: 24px;
}

span.bold {
  font-weight: bold;
}

span.highlight {
  color: rgba(227, 108, 10, 1);
  font-weight: normal;
}

span.highlight2 {
  color: #428bca;
  font-weight: bold;
}

p.pic-note {
  font-size: 14px;
  color: #707070;
  padding: 5px 0;
  line-height: 1.25;
}

.pictures-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.picture img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.recommend {
  background: #f5f4f8;
  font-weight: 800;
  padding: 3rem 2rem;
}

.recommend a {
  color: #575757;
  font-weight: 400;
  border-bottom: 2px solid #C2000A;
}

.recommend a:hover,
.text-section a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .article-contents .text-section {
    display: block;
  }

  .article-contents .picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .article-contents .text-section {
    margin: 0;
  }

  .article-contents .col-xs-12.picture,
  .article-contents .picture,
  .recommend {
    margin: 2.5rem 0 !important;
  }

  div.picture img {
    max-width: 320px;
  }

  .recommend a {
    display: inline;
  }
}

/* 從頁面來的 success-stories 內頁 start */
