/* ============================================================
   coach  —  教練列表/詳情/預約（含 Swiper/Chosen 套件）   〔單元〕
   ============================================================ */

.instructor-images-swiper .swiper-container {
    width: 100% !important;
    padding: 0px !important;
    margin-left: auto;
    margin-right: auto;
}

.instructor-images-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.instructor-images-swiper .gallery-top {
    width: 100%;
}

.instructor-images-swiper .gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 10px;
}

.instructor-images-swiper .gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
}

.instructor-images-swiper .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.instructor-images-swiper .swiper-button-next {
    right: 10px;
    background: url(/assets/images/new-page-37.png) no-repeat;
}

.instructor-images-swiper .swiper-button-prev {
    left: 10px;
    background: url(/assets/images/new-page-36.png) no-repeat;
}

.instructor-images-swiper .swiper-button-next,
.instructor-images-swiper .swiper-button-prev {
    width: 15px;
    height: 24px;
    margin-top: -20px;
}

@media (max-width:767px) {

    .instructor-images-swiper .swiper-button-next,
    .instructor-images-swiper .swiper-button-prev {
        margin-top: -12px;
    }
}

/**
 * Swiper 4.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2018
 */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px 15px;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    /* opacity: .35; */
    display: none !important;
    cursor: auto;
    pointer-events: none;
}



.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.validator-item {
    list-style: none;
    margin: 5px 0px;
    padding: 0;
}

.validator-item .invalid {
    padding-left: 20px;
    color: #c5c5c5;
}

.validator-item .valid {
    padding-left: 20px;
    color: #40972b;
    font-weight: bold;
}

.password-strength {
    font-size: 13.5px;
    padding: 5px 10px;
    color: #000000;
    border-radius: 4px;
    margin-top: 5px;
    font-weight: bold;
}

.veryweak-password {
    color: #FF0000;
}

.weak-password {
    color: #d35400;
}

.medium-password {
    color: #f39c12;
}

.average-password {
    color: #f1c40f;
}

.strong-password {
    color: #229954;
}

/*
 *
 *
 *
 * Bootstrap 4 Component - Chosen
 * Version: 1.0.8
 * Copyright (c) 2017-18 Martin Haubek
 *
 *
 *
 */
.chosen-select,
.chosen-select-deselect {
    width: 100%;
}

.chosen-container {
    display: inline-block;
    position: relative;
    width: 100% !important;
    font-size: 1rem;
    text-align: left;
    vertical-align: middle;
}

.chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0;
}

.chosen-container .chosen-results {
    margin: 0;
    position: relative;
    max-height: 15rem;
    padding: .5rem 0 0 0;
    color: #6c757d;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: .25rem .25rem .25rem 1.5rem;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    color: #6c757d;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    cursor: default;
    padding-left: .75rem;
    color: #adb5bd;
    font-weight: normal;
    text-transform: uppercase;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 1.5rem;
}

.chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item;
}

.chosen-container .chosen-results li.result-selected {
    color: #495057;
}

.chosen-container .chosen-results li.result-selected:before {
    display: inline-block;
    position: relative;
    top: .3rem;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: -1.25rem;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23495057' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: 1.25rem 1.25rem;
    background-position: center center;
    background-repeat: no-repeat;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #007bff;
    background-image: none;
    color: white;
}

.chosen-container .chosen-results li.highlighted:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}

.chosen-container .chosen-results li.highlighted em {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ced4da;
}

.chosen-container .chosen-results .no-results {
    display: list-item;
    padding: .25rem 0 1rem 1.065rem;
    color: #dc3545;
}

.chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 .25rem;
    position: absolute;
    text-align: center;
    width: 20rem;
    z-index: 1;
}

.chosen-container .chosen-results-scroll span {
    display: inline-block;
    height: 1.5;
    text-indent: -5000px;
    width: .5rem;
}

.chosen-container-single .chosen-single {

    background-clip: padding-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #6c757d;
    display: block;
    height: calc(2.25rem + 2px);
    overflow: hidden;
    line-height: calc(2.25rem + 2px);
    padding: 0 0 0 .75rem;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
    display: inline-block;
    position: absolute;
    top: .45rem;
    right: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
    background-size: 1.5rem 1.5rem;
    background-position: center center;
    background-repeat: no-repeat;
}

.chosen-container-single .chosen-single abbr:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23921925' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
}

.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 1.5rem;
    text-overflow: ellipsis;
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px;
}

.chosen-container-single .chosen-single div {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 100%;
    padding-left: .5rem;
}

.chosen-container-single .chosen-single div:after {
    display: inline-block;
    position: relative;
    top: .25rem;
    left: -1rem;
    width: 2rem;
    height: 2rem;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E");
    background-size: 2rem 2rem;
    background-position: center center;
    background-repeat: no-repeat;
}



.chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
    color: #6c757d !important;
}

.chosen-container-single .chosen-search-input {
    display: none;
    border: none;
}

.chosen-container-single .chosen-search {
    box-sizing: border-box;
    margin: 0;
    padding: .5rem .5rem 0 .5rem;
    position: relative;
    white-space: nowrap;
    z-index: 1000;
}

.chosen-container-single .chosen-search:after {
    display: inline-block;
    position: relative;
    top: .365rem;
    left: -1.75rem;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
    background-size: 1.25rem 1.25rem;
    background-position: center center;
    background-repeat: no-repeat;
}

.chosen-container-single .chosen-search input[type="text"] {
    box-sizing: border-box;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    outline: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding: .25rem 1rem .25rem .5rem;
    width: 100%;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search {
    display: none;
}

.chosen-container-multi .chosen-choices {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;

    cursor: text;
    height: 40px !important;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;

    padding: 0;
    position: relative;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {

    background: transparent !important;
    border: 0 !important;
    font-size: 16px;
    color: #808080;
    height: calc(2.25rem + 2px);
    margin: 0;
    padding: 0 0 0 .75rem;
    outline: 0;
    width: 100% !important;
}

.chosen-container-multi .chosen-choices .search-field .default {
    color: #ced4da;
}

.chosen-container-multi .chosen-choices .search-choice {
    background-clip: padding-box;
    position: relative;
    margin: .35rem 0 0 .5rem;
    padding: .25rem 1.5rem .25rem .25rem;
    border: 1px solid #ced4da;
    background-color: #f8f9fa;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    cursor: default;

    line-height: 1;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    display: inline-block;
    position: absolute;
    top: .2rem;
    right: .125rem;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
    background-size: 1rem 1rem;
    background-position: center center;
    background-repeat: no-repeat;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23921925' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
}

.chosen-container-multi .chosen-choices .search-choice-focus {
    background: #dee2e6;
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
    background-position: right -11px;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none;
}

.chosen-container-active .chosen-single {

    transition: border linear 0ms, box-shadow linear 0ms;
}

@media screen and (prefers-reduced-motion: reduce) {
    .chosen-container-active .chosen-single {
        transition: none;
    }
}



.chosen-container-active .chosen-choices {

    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: border linear 0ms, box-shadow linear 0ms;
}

@media screen and (prefers-reduced-motion: reduce) {
    .chosen-container-active .chosen-choices {
        transition: none;
    }
}

.chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #6c757d !important;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-search-input {
    display: inline-block;
}

.chosen-disabled {
    cursor: default;
    opacity: .5 !important;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

.chosen-container-optgroup-clickable li.group-result {
    text-transform: none !important;
}

.chosen-container-optgroup-clickable li.group-result:hover {
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

.chosen-container.is-valid .chosen-single,
.chosen-container.is-valid .chosen-choices,
.chosen-container.is-valid .chosen-drop,
.chosen-container:valid .chosen-single,
.chosen-container:valid .chosen-choices,
.chosen-container:valid .chosen-drop {
    border-color: #28a745;
}

.chosen-container.is-invalid .chosen-single,
.chosen-container.is-invalid .chosen-choices,
.chosen-container.is-invalid .chosen-drop,
.chosen-container:invalid .chosen-single,
.chosen-container:invalid .chosen-choices,
.chosen-container:invalid .chosen-drop {
    border-color: #dc3545;
}

body {
    font-family: "微軟正黑體";
    padding: 0px !important;
    background-color: #fff;
}

.sites {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0px;
    color: #9f353a;
    font-size: 13px;
}

.sites a {
    color: #808080;
}

@media (min-width: 1080px) {
    .sites a:hover {
        color: #9f353a;
    }

    .pages a:hover {
        background: #9f353a;
        color: #fff;
    }
}

.instructor-title {
    text-align: center;
    color: #4D4D4D;
    font-size: 28px;
    font-weight: bold;
    background: #f8f8f8;
    padding: 30px 0px;
    border-bottom: 1px solid #e6e6e6;
    letter-spacing: 3px;
}

.appointment-search-pc {
    background: #eeeeee;
    padding: 6px 0px;
    display: none;
}

.appointment-search-group {
    width: 25%;
    box-sizing: border-box;
    padding: 0 5px;
}

.appointment-search-group select {
    display: none;
    border: none;
    height: 38px;
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    color: #808080;
    background: none;
}

.appointment-search-group select:focus {
    outline: none;
}

.appointment-search-group input {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: "微軟正黑體" !important;
    background: #aaabab;
}

.appointment-search-pc .form-div input {
    padding-right: 1.5rem;
    border-radius: 0;
    background: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
    color: #6c757d !important;
    background-image: url(/assets/images/down1.svg);
    background-repeat: no-repeat;
    background-position: 94% center;
}

.chosen-container-multi b {
    display: inline-block;
    position: absolute;
    top: .25rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E");
    background-size: 2rem 2rem;
    background-position: center center;
    background-repeat: no-repeat;
}

.material-number {
    text-align: center;
    padding: 15px 0px;
    color: #666666;
    font-size: 14px;
}

.material-number i {
    font-style: normal;
    color: #9f353a;
}

.instructor-list li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
    display: inline-table;
}

.instructor-block {
    padding: 20px 0px;
    border-bottom: 1px solid #cccccc;
    height: 418px;
    display: inline-flex;
}

.course-species-buttons {
    float: left;
    line-height: 35px;
}

.course-species-buttons a {
    border: 1px #ccc solid;
    padding: 4px 7px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 2rem;
    font-size: 13px;
    display: inline-block;
    line-height: normal;
}

.course-species-buttons a:hover {
    color: #9f353a;
}

.course-species-buttons .class-active {
    background-color: #9f353a;
    color: #fff !important;
}

.price,
.total-price,
.related-price,
.related-total-price {
    margin: 0px;
}

@media (max-width: 1194px) {
    .instructor-block {
        height: auto;
        display: block;
    }
}

.instructor-image {
    display: block;
    width: 249px;
    border-radius: 10px;
    overflow: hidden;
}

.instructor-image img {
    width: 100%;
    vertical-align: middle;
}

.instructor-list .instructor-image img {
    height: auto;
}

@media (max-width: 770px) {
    .instructor-list .instructor-image img {
        height: unset;
    }
}

.instructor-information {
    margin-left: 20px;
    width: 50%;
    float: left;
}

.instructor-name {
    color: #4D4D4D;
    font-size: 24px;
}

.instructor-name a {
    color: #4D4D4D;
    font-size: 24px;
    font-weight: bold;
}

.man-icon {
    display: inline-block;
    background: url(/assets/images/male-icon.svg) no-repeat;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-left: 10px;
}

.woman-icon {
    display: inline-block;
    background: url(/assets/images/female-icon.svg) no-repeat;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-left: 10px;
}

.instructor-score {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    margin: 5px 0px;
}

.instructor-star {
    display: inline-block;
    background: url(/assets/images/star-red.svg) no-repeat;
    width: 25px;
    height: 24px;
    margin: 0px 4px;
}

.instructor-star-no {
    display: inline-block;
    background: url(/assets/images/star-grey.svg) no-repeat;
    width: 25px;
    height: 24px;
    margin: 0px 4px;
}

.information-groups .groups-label {
    color: #4D4D4D;
    font-weight: bold;
    margin-right: 10px;
}

.information-groups .groups-label i {
    font-size: 13px;
    margin-left: 5px;
}

.information-groups .groups-texts {
    margin-left: 76px;
    color: #999999;
}

.information-groups {
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.information-link {
    color: #999999;
}

.information-link span {
    text-decoration: underline;
}

.information-link i {
    color: #4D4D4D;
    margin-left: 5px;
    font-size: 16px;
}

.course-species-label {
    display: inline-block;
    background: #e6e6e6;
    padding: 0px 5px;
    color: #666666;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 8px;
}

.instructor-blocks {
    position: relative;
}

.instructor-block-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 55%;
}

.instructor-block-bottom-item {
    width: 100%;
    clear: both;
    display: block;
    text-align: left;
}

.instructor-block-bottom-item .label-title {
    font-size: 15px;
    display: inline-block;
    float: left;
    width: 20%;
    min-width: 66px; /* 平板窄欄時 20% 太窄會把「課程類型／單堂費用」擠成兩行，保底寬度＋不換行 */
    white-space: nowrap;
    text-align: right;
    line-height: 35px;
    font-weight: bold;
    margin-right: 5px;
}

.instructor-block-price .label-title,
.instructor-price-block .label-title {
    padding-top: 2px;
}

.instructor-price-block span {
    font-size: 13px;
}

.instructor-price-block .total-price,
.instructor-price-block .related-total-price {
    font-size: 22px;
}

.instructor-price-block .total-price,
.instructor-price-block .price,
.instructor-price-block .related-total-price,
.instructor-price-block .related-price {
    color: #9f353a;
    font-weight: bold;
}

.instructor-price-block i {
    font-size: 13px;
}

.instructor-price-block {
    color: #4D4D4D;
    font-size: 15px;
    font-weight: bold;
}

/* .instructor-price-block i{font-size: 22px;} */
.know-instructor-button {
    display: inline-block;
    color: #5B5B5B;
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    border-radius: 2rem;
    background: #cccccc;
}

.know-instructor-button:hover {
    background: #c7c4c4;
    color: #5B5B5B;
    text-decoration: none;
}

.know-instructor-button i {
    margin-right: 10px;
}

.appointment-search-phone {
    display: none;
    position: relative;
}

.appointment-search-phone {
    background: #eeeeee;
    padding: 6px 0px;
}

.appointment-search-phone a {
    display: block;
    width: 50%;
    line-height: 24px;
    text-align: center;
    border-right: 1px solid #cccccc;
    color: #4D4D4D;
    font-size: 16px;
    box-sizing: border-box;
}

.appointment-search-phone a:last-child {
    border: none;
}

.appointment-search-phone a i {
    margin-left: 6px;
}

.appointment-search-down {
    position: absolute;
    width: 100%;
    left: 0;
    top: 36px;
    background: #f8f8f8;
    z-index: 1000;
    display: none;
}

.appointment-search-down li {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    color: #808080;
    font-size: 16px;
    padding: 10px 0px;
}

.pages {
    text-align: center;
    padding: 60px 0px;
}

.pages a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: #f0f0f0;
    text-align: center;
    color: #808080;
    margin: 0px 2px;
    margin-bottom: 4px;
}

.pages .ahover {
    background: #9f353a;
    color: #fff;
}

.instructor-score .instructor-score-number {
    vertical-align: 5px;
    display: contents;
}

.instructor-score .rating-container {
    display: inline-block;
}

.instructor-score .rating-container .star {
    margin: 0 0.5px;
}

.instructor-score .rating-container .filled-stars {
    color: #9f353a;
    -webkit-text-stroke: unset;
    text-shadow: unset;
}

.instructor-score .star-score-text {
    line-height: 48px;
    vertical-align: middle;
}

.related_coach_block .rating-container {
    font-size: 17px;
}

.related_coach_block .star i {
    margin-right: 3px;
}

@media (max-width: 1194px) {
    .instructor-list li {
        width: 100%;
    }

    .instructor-block-bottom {
        width: 32%;
    }
}

@media (max-width: 991px) {
    .sites {
        font-size: 12px;
        padding: 6px 0px;
    }

    .instructor-title {
        font-size: 24px;
        padding: 14px 0px;
    }

    .appointment-search-pc {
        display: none;
    }

    /* .appointment-search-phone{display: block;} */
    .instructor-image {
        width: 100%;
    }

    .instructor-information {
        margin-left: 0;
        float: left;
        padding-top: 25px;
        width: 100%;
    }

    .instructor-block-bottom {
        padding: 0;
        text-align: center;
        width: 46%;
    }

    .instructor-name {
        text-align: center;
        font-size: 20px;
    }

    .instructor-name a {
        font-size: 20px;
    }

    .instructor-score {
        text-align: center;
    }

    .instructor-block-bottoms {
        display: inline-block;
        float: none;
    }

    .instructor-block-bottoms .instructor-price-block {
        line-height: 16px;
    }

    .material-number {
        padding: 12px 0px 0px 0px;
    }

    .pages {
        padding: 30px 0px;
    }

    .appointment-search-conditions li {
        padding: 0px;
    }

    .appointment-search-phone .form-div input {
        -webkit-appearance: none;
        width: 100%;
        border: none;
        background: none;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        color: #808080;
    }

    .appointment-search-phone select {
        -webkit-appearance: none;
        border: none;
        background: none;
        height: 42px;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        color: #808080;
    }
}

@media (max-width: 450px) {
    .instructor-block-bottom {
        position: static;
        width: 100%;
    }
}

@media (max-width: 320px) {
    .instructor-block-bottom-item .label-title {
        line-height: unset;
        font-size: 14px;
        width: 14%;
    }

    .instructor-block-price .label-title {
        line-height: 35px;
    }

    .course-species-buttons {
        line-height: 43px;
    }
}

.information-content {
    padding: 40px 0px;
}

.instructor-images {
    width: 350px;
    position: relative;
}

.instructor-images .swiper-slide img {
    width: 100%;
    vertical-align: middle;
    border-radius: 10px;
    padding: 5px;
}

.swiper-container {
    padding: 0px;
}

.index-teacher-swiper .swiper-slide {
    margin-top: 10px;
}

/* .instructor-images .swiper-button-next{right: 5px;}
.instructor-images .swiper-button-prev{left: 5px;}
.instructor-images .swiper-button-next,.instructor-images .swiper-button-prev{font-size: 25px;opacity: 1;color: #b6b6b6;width: 40px;height: 40px;line-height: 40px;margin-top: -20px;text-align: center;color: #fff;}
.instructor-images .swiper-button-next:focus,.instructor-images .swiper-button-prev:focus{outline: none;}
.instructor-images .swiper-pagination{position: absolute;width: 100%;text-align: center;bottom: -40px;}
.instructor-images .swiper-pagination-bullet{width: 18px;height: 18px;background: url(/assets/images/dumbell-grey.svg) no-repeat;margin: 0px 3px;opacity: 1;}
.instructor-images .swiper-pagination-bullet-active{background: url(/assets/images/dumbell-red.svg) no-repeat;}
.instructor-images .swiper-pagination-bullet:focus{outline: none;} */
.swiper-pagination.swiper-button-disabled {
    display: none !important;
}

.information-content-right {
    width: 820px;
    float: left;
    margin-left: 30px;
}

.information-content-texts {
    color: #999999;
    font-size: 16px;
    margin: 10px 0px;
}

.content-title {
    color: #4D4D4D;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}

.information-content-left {
    width: 50%;
}

.instructor-score-number {
    color: #999999;
    font-size: 12px;
}

.instructor-score-look {
    font-size: 12px;
    color: #666666;
    background: #e6e6e6;
    display: inline-block;
    line-height: 20px;
    padding: 0px 5px;
    border-radius: 3px;
}

.information-content-uls li {
    display: inline-block;
    text-align: center;
    margin-right: 30px;
    color: #4D4D4D;
    font-size: 14px;
}

.information-content-uls li p {
    color: #999999;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.information-content-uls {
    margin-top: 15px;
}

.information-content-rights .instructor-block-price i {
    color: #808080;
    font-size: 13px;
}

.information-content-rights .know-instructor-button {
    background: #9f353a;
    color: #fff;
    margin-top: 5px;
}

.information-content-rights .know-instructor-button img {
    display: inline-block;
    vertical-align: -5px;
    margin-right: 6px;
}

.content-details {
    border-top: 1px solid #cccccc;
    margin-top: 20px;
    padding-top: 20px;
}

.information-content-top {
    display: inline-block;
    width: 100%;
}

.content-details-left {
    width: 61%;
}

.appointment-specialty-group {
    color: #999999;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}

.content-details-right,
.information-content-rights {
    width: 42%;
}

.content-details-right .information-groups .groups-label {
    color: #999999;
    font-size: 15px;
}

.content-details-right .information-link span {
    color: #4D4D4D;
    font-size: 15px;
}

.information-content-right .instructor-name {
    font-weight: bold;
}

.information-content-link li {
    float: left;
    text-align: center;
    margin-right: 5px;
}

.information-content-link li a {
    display: inline-block;
    max-width: 100%;
    width: 30px;
    height: 30px;
}

.information-content-link li a img {
    width: 100%;
    vertical-align: middle;
}

.information-label {
    font-weight: bold;
    margin-right: 10px;
    font-size: 14px !important;
}


.content-titles {
    color: #4D4D4D;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.content-video {
    margin: 60px 0;
}

.content-video-name {
    color: #555555;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 8px 0px;
}

.content-video-text {
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.instructor-article-pc {
    display: flex;
}

.instructor-article-pc li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 5px;
}

.instructor-article {
    padding: 50px 0px;
    display: flex;
}

.instructor-article .content-titles {
    margin-bottom: 50px;
}

.instructor-article-phone {
    display: none;
}

.calendar-block {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.content-students-main {
    background: #f7f7f7;
    padding: 50px 200px;
}

.content-leave {
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 5px;
}

.content-leave-top {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: bold;
}

.content-leave-top img {
    margin-right: 5px;
}

.content-leave-top .man-icon,
.content-leave-top .woman-icon {
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    margin-right: 10px;
}

.content-leave-top .instructor-star,
.content-leave-top .instructor-star-no {
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    margin: 0 1px;
}

.content-leave-texts {
    color: #999999;
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0px;
}

.content-leave-date {
    text-align: right;
    color: #B3B3B3;
    font-size: 12px;
}

.content-replay {
    position: relative;
    background: #f2f2f2;
    padding: 15px;
    margin-top: 18px;
}

.content-leave-top img {
    display: inline-block;
    vertical-align: middle;
}

.content-students {
    padding: 50px 0px;
}

.related-instructor-groups {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 5px;
}

.related-instructor-groups .instructor-image {
    width: 40%;
}

.related-instructor-groups .instructor-information {
    margin-left: 0;
    float: right;
    width: 58%;
}

.related-instructor-groups .instructor-block-bottom {
    padding-left: 0;
    position: static;
}

.related-instructor-groups .instructor-name a {
    font-size: 18px;
}

.related-instructor-groups .instructor-score {
    font-size: 20px;
    height: 35px;
    margin: 0px;
}


.related-instructor-groups .instructor-star,
.related-instructor-groups .instructor-star-no {
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    margin: 0px 1px;
}

.related-instructor-groups .man-icon {
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
}

.related-instructor-groups .woman-icon {
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
}

.related-instructor-groups .groups-texts {
    margin-left: 40px;
}

.related-instructor-groups .instructor-block-price span {
    margin-right: 5px;
}

.related-instructor-groups .information-groups,
.related-instructor-groups .course-species-label,
.related-instructor-groups .instructor-price-block {
    font-size: 14px;
}

.related-instructor-groups .know-instructor-button {
    margin-top: 10px;
}

/* .related-instructor-groups .instructor-price-block i{font-size: 18px;} */
.related-instructor-groups .instructor-price-block i {
    margin-right: unset;
}

.content-leave-button {
    text-align: center;
}

.content-leaves {
    margin-bottom: 30px;
}

.content-leave-button .content-leave-button-before {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #999999;
    border-radius: 50px;
    font-size: 15px;
    color: #797979;
}

.content-leave-button .content-leave-button-before {
    display: none;
}

.content-leave-button a em {
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(/assets/images/review-arrow-down.svg) no-repeat;
    vertical-align: 3px;
    margin-left: 5px;
}

.content-leave-button .content-leave-button-after {
    background: #999999;
    color: #fff;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 15px;
}

.content-leave-button .content-leave-button-after em {
    background: url(/assets/images/review-arrow-up.svg) no-repeat;
}

.content-video .swiper-button-next,
.content-video .swiper-button-prev {
    margin-top: -56px;
}

.information-tabs-block-title {
    border-bottom: 1px solid #cccccc;
}

.information-tabs-block-title a {
    display: block;
    text-align: center;
    padding: 10px 0px;
    font-size: 20px;
    color: #4D4D4D;
    font-weight: bold;
    float: left;
}

.information-tabs-block-title .ahover {
    border-bottom: 2px solid #9f353a;
    color: #9f353a;
}

.information-tabs-block-group {
    display: none;
    color: #999999;
    font-size: 17px;
    line-height: 24px;
    word-wrap: break-word;
}

.booking-tabs-block-group {
    display: none;
}

.display-block {
    display: block;
}

.pt-containers {
    border-bottom: 1px solid #ccc;
}

.booking-tabs-block-group {
    display: none;
}

.booking-tabs-block-group.ahover {
    display: block;
}

.booking-tabs-block-title a {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 700;
    float: left;
}

.booking-tabs-block-title .ahover {
    border-bottom: 2px solid #9f353a;
    color: #9f353a;
}

.information-tabs-block {
    padding: 50px 0px;
}

.sticky {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 99px;
    z-index: 2;
}

.related-instructor .instructor-block {
    padding: 0px;
    border: none;
}

.information-content-uls li i {
    font-size: 13px;
    margin-left: 5px;
}

.information-content-link {
    padding-top: 5px;
}

.related-instructor .know-instructor-button {
    font-size: 12px;
    line-height: 25px;
    margin-top: 5px;
}

.related-instructor-groups .course-species-label {
    margin-bottom: 5px;
}

.instructor-block-bottoms .instructor-block-price .information-label {
    width: 100%;
}

.content-details .information-groups-course {
    margin-bottom: 12px;
}

.chosen-container-single .chosen-single abbr {
    display: none !important;
}

.nickname {
    font-size: calc(1em - 3px);
}

.booking-btn {
    width: 100%;
    float: left;
}

@media (max-width: 320px) {
    .chose-time-btn {
        width: 49%;
    }

    .chose-time-btn i {
        width: 100%;
    }
}

