/*  */
:root {
        --fz3: 24px;
}
/* @media screen and (min-width: 992px) {
    :root {
        --fz3: 24px;
    }
} */



/* banner區 start */

.content-bn-testimonial-page::before {
  content: '';
  background-color: #ffffffa8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-page, .container-cards {
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    position: relative;
    z-index: 1;
}


.section-testimonial-page .container-page {
  /* max-width: 1930px;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%; */
}
.section-testimonial-page > .container-page {
  padding-top: 0;
}
.content-bn-textgroup {
    text-align: justify;
    margin: auto;
}

.content-bn-title {
    font-size: var(--fztSecContenTitle);
    text-align: center;
}

.testimonial-card {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    /* border-bottom: 2px solid #f5f5f5; */
    padding: 15px;
    max-width: 1000px;
    background-color: transparent;
    margin: auto;
    padding: 0;
}

.testimonial-card figure {
    overflow: hidden;
    margin: 0 auto 15px;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    background-color: #7b8c9d54;
    box-shadow: 0 0 5px #bfbfbf;
}
.testimonial-card figure img {
    aspect-ratio: 1.4 / 1;
    object-fit: cover;
    object-position: center;
    height: 100%;
    padding-top: 0px;
    filter: brightness(1.1);
}
.testimonial-card .card-body {
  padding-left: 5px;
  padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 17px;
    line-height: 1.6;
    vertical-align: middle;    
    filter: drop-shadow(0px 0px 3px #fff);
    text-shadow: 0 0 10px #ffffff,0 0 5px #ffffff;

}
.testimonial-card .card-body-company {
    /* font-size: var(--fz3);
    color: #5d5d5d;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px; */
    font-size: 20px;
    color: #5d5d5d;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;    
    height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.testimonial-card .card-body .card-body-header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.testimonial-card .slide-name {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
    line-height: 1;
    height: 51px;
}
.testimonial-card .slide-name .name {
    /* font-size: var(--fzSecTitle);
    font-weight: normal;
    line-height: 1.2;
    margin-right: 10px; */
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin-right: 10px;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 26px;
}
.testimonial-card .slide-name .title {
  /* line-height: 1.1;
    font-size: var(--fz4); */
    font-size: 20px;
    line-height: 1;
    margin-top: 5px;  
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 20px;
}

.testimonial-card .card-body-head {
    /* font-size: 30px;
    color: #445575;
    line-height: 1.4;
    font-weight: bolder;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 15px; */
    padding-bottom: 0;
    font-size: 20px;
    color: #445575;
    line-height: 1.4;
    font-weight: bolder;
    margin-top: 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    /* -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; */
    height: 56px;
}
.testimonial-card .card-body-text {    
    text-align: justify;
    font-size: 18px;
    line-height: 1.8;
    /* color: #5d5d5d; */
}

@media (min-width: 992px) {
    .section-testimonial-page {
      background-position: 100% 24%;
    }

    .section-testimonial-page .container-page {}

    .content-bn-textgroup {}

    .content-bn-title {}

    .testimonial-card {
        /* display: grid;
        grid-template: 1fr 0fr / 400px 1fr; */
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        padding-bottom: 0;
    }
    .testimonial-card figure {
        background-color: transparent;
        box-shadow: none;
        margin: 0px 15px 0;
        order: 1;
    }
    .testimonial-card figure img {
      background-color: transparent;
      aspect-ratio: unset;
      height: unset;
    }
    .testimonial-card .card-body {      
      filter: none;
      text-shadow: none;
      padding: 15px;
      width: auto;
      flex: 1 1 auto;
    }
    .testimonial-card figure + .card-body {
      padding: 65px 15px 0 0;
      flex: 0 0 calc(100% - 440px);
    }
    .testimonial-card .card-body .card-body-header {}
    .testimonial-card .card-body-company {
      font-size: 24px;
      height: 30px;
    }
    .testimonial-card .slide-name {
      align-items: end;
    }
    .testimonial-card .slide-name .name {
      /* font-size: 36px; */
      line-height: 1;
        height: 34px;
        font-size: 32px; /* 32px */
        /* display: inline-block; */
    }
    .testimonial-card .slide-name .title {
      font-size: 20px;
        line-height: 1;
        margin-top: 5px;
        height: 21px;
    }
    
    .testimonial-card .card-body-head {
      /* margin-top: 15px; */
              font-size: 24px;
        padding-top: 15px;
        margin-bottom: 10px;
        -webkit-line-clamp: 2;
        height: 83px;
    }
    .testimonial-card .card-body-text {
        /* display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        position: relative;
        word-wrap: break-word;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3; */
    }
}

@media (max-width: 1200px) {
  .testimonial-card .card-body-head {}
}
@media (max-width: 800px) {}
@media (max-width: 380px) {}
@media (max-width: 667px) {
  .testimonial-card {}
  .testimonial-card figure img {}
  .testimonial-card .card-body {}
  .testimonial-card .card-body .card-body-header {}
  .testimonial-card .card-body-company {}
  .testimonial-card .slide-name {}
  .testimonial-card .slide-name .name {}
  .testimonial-card .slide-name .title {}
  .testimonial-card .card-body-head {}
  .testimonial-card .card-body-text {}
}
/* banner區 end */



/* 內容 start */
.section-testimonial-page {
    padding: 60px 10px 0px;
    background-image: url('../images/bg-recommend.png?01');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 10px;
}
.section-testimonial-page::before {
    content: none;
    background-color: #ffffff30;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.section-testimonial-page::after {
    content: '';
    background: linear-gradient(0deg, #fbfbfb, transparent);
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
}

.section-testimonial-page .container-cards {
    /* max-width: 1000px; */
    box-shadow: 0 0 2px #00000029;
    background-color: #ffffff;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    position: relative;
    z-index: 1;
}

.page-content-wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}

.page-content {
  max-width: 1000px;
  margin: auto;
  padding: 0px 15px 25px;
  text-align: justify;
  font-size: 18px;
  color: var(--text-bk);
}

.page-content h2,
.page-content .h2 {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 15px;
  color: var(--text-bk);
}

.page-content p {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-bk);
}

.page-content img {
  width: 100%;
  max-width: 100%;
}

.page-content .icon.thumbtack {
  width: 16px;
  height: 16px;
  fill: #ffb1a7;
}


.page-content p .orange {
  color: #f19149;
}

.page-content p .blue {
  color: #448aca;
}

.page-content .studentmovie {
  display: block;
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.page-content .studentText {
  width: 100%;
  margin-bottom: 30px;
}

.page-content .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;
}

.page-content .studentMore a {
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}



.page-content article {
      --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    /* display: flex;
    flex-wrap: wrap; */
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-bottom: 1rem;
}
.page-content 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%;
}
.page-content article figure,
.page-content article .text {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%
}

.page-content article figure {}

.page-content article figure img {
  max-width: 100%;
  width: 100%;
  padding: 10px 0 5px;
}

.page-content article .video-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}
.page-content article .video-wrapper .video {}

/* .page-content .imgx2 {}
.page-content .imgx2 figure {
  width: 33.3333%;
} */

.course-link {}
.course-link .icon {
    fill: #ffb1a7;
}
.course-link .link {
    color: #333;
    border-bottom: 1px solid;
    background-color: #ffd9d9;
    padding: 0px 8px;
    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: #353535;
}

.page-content .imgx3 {}
.page-content .imgx3 figure {}

.page-content article figure figcaption {
  font-size: 14.5px;
  color:#6d6d6d;
}
.page-content article .text {}
.page-content article .video-wrapper {}
.page-content article .video-wrapper iframe {
  max-width: 700px;
    margin: auto;
    aspect-ratio: 1.7 / 1;
}
.page-content .video-portrait {
    /* aspect-ratio: 0.56 / 1; */
    max-width: 360px;
    margin: 2% auto;
}
.page-content .video-portrait iframe {}
.page-content .video-portrait-text {
    max-width: 500px;
    margin-left: auto;
}

.social-items{
  max-width: 1000px;
  margin: 2% auto 0;
}
.social-items .container {
    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 #c5c5c5;
  border-radius: 50%;
  line-height: 36px;
}
.social-items .item:hover,
.social-items .item:focus {
  -webkit-filter: contrast(1.2);
          filter: contrast(1.2);
}

.social-items .facebook {  
color: #0866FF;
}
.social-items .line svg {
  width: 24px;
  height: 24px;
  fill: #06c655;
}

@media (min-width: 992px) {
    .section-testimonial-page {
      padding-left: 0;
      padding-right: 0;
    }
    .section-testimonial-page::before {
      content: '';
    }
    .section-testimonial-page .container-cards {}
    .page-content-wrapper {}
    .page-content {      
      padding: 25px 15px 25px;
    }

    .page-content h2,
    .page-content .h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 15px;
    color: var(--text-bk);
    }

    .page-content p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-bk);
    }

    .page-content .icon.thumbtack {}


    .page-content p .orange {
    color: #f19149;
    }

    .page-content p .blue {
    color: #448aca;
    }

    .page-content .studentmovie {
    display: block;
    max-width: 768px;
    margin: 0 auto;
    margin-bottom: 30px;
    }

    .page-content .studentText {
    width: 100%;
    margin-bottom: 30px;
    }

    .page-content .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;
    }

    .page-content .studentMore a {
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
    }



    .page-content article {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        margin-left: calc(-0.5 * var(--bs-gutter-x));
        margin-bottom: 1.5rem;
    }
    .page-content 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%;
    }
    .page-content article figure,
    .page-content article .text {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%
    }

    .page-content article figure {}

    .page-content article figure img {
    max-width: 100%;
    width: 100%;
    padding: 10px 0 5px;
    }

    .page-content article .video-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
    }

    .course-link {}

    .page-content .imgx3 {}
    .page-content .imgx3 figure {
    width: 33.3333%;
    }

    .page-content article figure figcaption {
    font-size: 14.5px;
    color:#6d6d6d;
    }
    .page-content article .text {}
    .page-content article .video-wrapper {}
    .page-content article .video-wrapper iframe {
    max-width: 700px;
        margin: auto;
    }
    .page-content .video-wrapper .video {}
    
    .page-content .video-portrait {}
    .page-content .video-portrait iframe {}
    .page-content .video-portrait-text {}
}
/* 內容 end */










/* form */
/* Notes: 名人推薦集合頁、內頁一樣複製貼上 */
.section-testimonial-form {
    padding: 20px 0 20px;
    background-image: url('../images/testimonial/bg-testimonial-form.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    /* background-attachment: fixed; */
    position: relative;
}
.section-testimonial-form
.form-container {
}

.form-header {
    text-align: left;
}
.form-header .section-title,
.form-header .section-title2 {
    margin-bottom: 0;
    text-shadow: 1px 1px 5px #ffffff;
    font-size: var(--fzSecTitle);
}

.form-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.form-contact-inside {
    padding: 10px;
    background-color: #ffffff91;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 5px #bbbbbb;
}

.form-contact-deco {
    padding: 0 15px 0%;
    text-align: center;
    position: relative;
}
.form-contact-deco .img {  
    width: 100%;
    max-width: 450px;
}

@media (min-width: 992px) {
    .section-testimonial-form {
        padding: 4% 0 0;
    }
    .form-container {
        padding-bottom: 0%;
    }
    .form-header {}
    .section-title2 {}

    .form-contact {}
    .form-contact-inside {
        width: 100%;
    }

    .form-contact-deco {
        order: 1;
    }
    .form-contact-deco .img {
        max-width: 100%;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }
}



/*  */

.foot-testimonial {
  /* background-color: #eeeeee; */
  padding: 20px 30px 10px;
}
.foot-testimonial .container {
    max-width: 1280px;
}
.slick-foot-testimonial {
    position: relative;
}
.foot-testimonial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 3px 3px 10px;
}
.slick-foot-testimonial .swiper-wrapper {}
.foot-testimonial-header .slick-title {
  text-align: center;

    line-height: 1.6;
    color: var(--text-bk);
    font-size: 28px;
    font-weight: 500;
}
.foot-testimonial-header .slick-slide {}
.foot-testimonial-card {
    margin: 5px;
    padding: 8px;
    -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-flex;
  display: flex;
  /* flex-wrap: wrap; */
  /* -ms-grid-columns: 40% 10px 60%;
  grid-template-columns: 40% 60%; */
  gap: 10px;
}
.foot-testimonial-card .foot-testimonial-card-btn figure {
  margin: 0;
  max-width: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.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: 200; */
  width: 100%;
  border-radius: 10px;
}
.foot-testimonial-card .card-body {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 60%;
  width: 100%;
}

.foot-testimonial-card .card-body-company {
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  margin-bottom: 4px;
}
.foot-testimonial-card .card-body-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 16px;
    height: 48px;
    margin: 0 0 8px 0;
}
/* .foot-testimonial-card .tag-card {
    width: 96%;
    vertical-align: middle;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
} */
.foot-testimonial-card .card-body-header .card-body-name {
  font-size: 24px;
  font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    overflow: hidden;
    height: 24px;    
    -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-header .person-title {
  overflow: hidden;
  -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 1;
}

.foot-testimonial-card .slide-name .name {
  font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin-right: 10px;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 26px;
}
.foot-testimonial-card .slide-name .title {
  font-size: 14px;
  line-height: 1;
  padding: 5px 8px 0px;
  border-radius: 10px;
  font-weight: 700;
  /* 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;
  max-width: 40%;
}
.foot-testimonial-card .card-body-head {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.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-button-next,
.foot-testimonial .swiper-button-prev {
  height: 40px;
  background-color: #33333380;
  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: 60%;
}

.foot-testimonial .swiper-button-next {
    right: -25px;
}
.foot-testimonial .swiper-button-prev {
    left: -25px;
}

.foot-testimonial .swiper-button-next::after,
.foot-testimonial .swiper-button-prev::after {
  /* font-family: "Font Awesome 5 Free"; */
  font-size: 20px;
}
.foot-testimonial .swiper-button-next::after {
  /* content: "\f054"; */
}
.foot-testimonial .swiper-button-prev::after {
  /* content: "\f104"; */
}


@media (min-width: 992px) {
.foot-testimonial {}
.foot-testimonial .container {}
.slick-foot-testimonial {}
.slick-foot-testimonial .swiper-wrapper {
}
.foot-testimonial .slick-title {}
.foot-testimonial-header {}

.foot-testimonial-header .slick-slide {}
.foot-testimonial-card {}
.foot-testimonial-card .foot-testimonial-card-btn {
  /* -ms-grid-columns: 150px 10px 60%;
  grid-template-columns: 150px 60%; */
}
.foot-testimonial-card .foot-testimonial-card-btn figure .img {}
.foot-testimonial-card .card-body {}
.foot-testimonial-card .card-body-company {}
.foot-testimonial-card .card-body-header {
  /* display: flex;
  align-items: flex-start; */
}
.foot-testimonial-card .card-body-header .card-body-header {}
.foot-testimonial-card .card-body-header .person-title {}
.foot-testimonial-card .slide-name .name {
  
}
.foot-testimonial-card .slide-name .title {
            font-size: 20px;
        line-height: 1;
        margin-top: 5px;
        height: 21px;
}
.foot-testimonial-card .tag-card {
    width: unset;
    vertical-align: middle;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.foot-testimonial-card .card-body-name {}
.foot-testimonial-card .card-body-head {}
.foot-testimonial-card .card-body-text {}

}



/* 更多學員故事 */
.student-stories {
    position: relative;
  /* background-color: #eeeeee; */
  padding: 20px 30px 10px;
}
.student-stories .container {
    max-width: 1280px;
}
.student-stories .slick-title {
  line-height: 1.6;
  color: var(--text-bk);
  font-size: 28px;
  font-weight: 500;
  width: 100%;
}
.slick-student-stories {
    position: relative;
}

.card-student-story .slick-slide {}


.card-student-story {
  margin: 5px;
  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;
    gap: 10px;
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.card-student-story .card-student-link {
  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: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.card-student-story .card-student-imgbox .img {}
.card-student-story .card-student-text {}
.card-student-story .card-student-title {
  overflow: hidden;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.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;
    margin-bottom: 8px;
}
.card-student-story .card-student-bottom .badge-student {  
  overflow: hidden;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
  color: #333333;
  background-color: #fff;
  display: inline-block;
  border: 1px #dedede solid;
  border-radius: 4px;
  font-size: 14px;
  padding: 3px 9px 3px;
  display: block;
  width: fit-content;
}

.student-stories .swiper-button-next,
.student-stories .swiper-button-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%;
}

.student-stories .swiper-button-next {
    right: -25px;
}
.student-stories .swiper-button-prev {
    left: -25px;
}

.student-stories .swiper-button-next::after,
.student-stories .swiper-button-prev::after {
  /* font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro"; */
  font-size: 20px;
}
.student-stories .swiper-button-next::after {
  /* content: "\f054"; */
}
.student-stories .swiper-button-prev::after {
  /* content: "\f104"; */
}

@media (min-width: 992px) {
  /* 更多學員故事 */
  .student-stories {}
  .slick-student-stories {}
  .student-stories .slick-title {}
  .card-student-story .slick-slide {}

  .card-student-story {}
  .card-student-story .card-student-link {}
  .card-student-story .card-student-imgbox {}
  .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 {}
}


/*  */
.student-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 3px 3px 10px;
}
.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: 300px;
  margin-left: auto;
  display: block;
  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: rgba(77,77,77,1); */
  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 {
    flex-direction: column;
 }
  .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;
  }
}