.vjs-theme-v1,
.vjs-theme-v1 .vjs-text-track-display > div > div > div,
.vjs-theme-v1 .vjs-seek-to-live-control .vjs-seek-to-live-text,
.vjs-theme-v1 .vjs-menu-button-popup .vjs-menu .vjs-menu-content .vjs-menu-item .vjs-menu-item-text,
.vjs-theme-v1 .vjs-playback-rate .vjs-playback-rate-value,
.vjs-theme-v1 .vjs-quality-selector .vjs-menu-button .vjs-icon-placeholder{
    font-family: 'Noto Sans TC', 'Helvetica', 'Arial', 'Microsoft JhengHei', sans-serif !important;
}

.vjs-theme-v1 .vjs-menu-button-inline.vjs-slider-active,.vjs-theme-v1 .vjs-menu-button-inline:focus,.vjs-theme-v1 .vjs-menu-button-inline:hover,.vjs-theme-v1.vjs-no-flex .vjs-menu-button-inline {
    width: 10em
}

.vjs-theme-v1 .vjs-controls-disabled .vjs-big-play-button {
    display: none!important
}

.vjs-theme-v1 .vjs-menu-button-inline:before {
    width: 1.5em
}

.vjs-menu-button-inline .vjs-menu {
    left: 3em
}

.vjs-paused.vjs-has-started.vjs-theme-v1 .vjs-big-play-button,.vjs-theme-v1.vjs-ended .vjs-big-play-button,.vjs-theme-v1.vjs-paused .vjs-big-play-button {
    display: block
}

.vjs-theme-v1 .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button {
    display: none!important
}

.vjs-theme-v1 .vjs-mouse-display:after,.vjs-theme-v1 .vjs-play-progress:after {
    padding: 0 .4em .3em
}

.vjs-theme-v1.vjs-ended .vjs-loading-spinner {
    display: none;
}

.vjs-theme-v1.vjs-ended .vjs-big-play-button {
    display: block !important;
}

.vjs-theme-v1 *,.vjs-theme-v1:after,.vjs-theme-v1:before {
    box-sizing: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.vjs-theme-v1.vjs-fullscreen,.vjs-theme-v1.vjs-fullscreen .vjs-tech {
    width: 100%!important;
    height: 100%!important
}

.vjs-theme-v1 {
    font-size: 14px;
    overflow: hidden
}

.vjs-theme-v1 .vjs-control {
    color: inherit
}

.vjs-theme-v1 .vjs-menu-button-inline:hover,.vjs-theme-v1.vjs-no-flex .vjs-menu-button-inline {
    width: 8.35em
}

.vjs-theme-v1 .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
    height: 3em;
    width: 6.35em
}

.vjs-theme-v1 .vjs-control:focus:before,.vjs-theme-v1 .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff,0 0 1em #fff,0 0 1em #fff
}

.vjs-theme-v1 .vjs-spacer,.vjs-theme-v1 .vjs-time-control {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.vjs-theme-v1 .vjs-time-control {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto
}

.vjs-theme-v1 .vjs-time-control.vjs-time-divider {
    width: 14px
}

.vjs-theme-v1 .vjs-time-control.vjs-time-divider div {
    width: 100%;
    text-align: center
}

.vjs-theme-v1 .vjs-time-control.vjs-current-time {
    margin-left: 1em
}

.vjs-theme-v1 .vjs-time-control .vjs-current-time-display,.vjs-theme-v1 .vjs-time-control .vjs-duration-display {
    width: 100%
}

.vjs-theme-v1 .vjs-time-control .vjs-current-time-display {
    text-align: right
}

.vjs-theme-v1 .vjs-time-control .vjs-duration-display {
    text-align: left
}

.vjs-theme-v1 .vjs-play-progress:before,.vjs-theme-v1 .vjs-progress-control .vjs-play-progress:before,.vjs-theme-v1 .vjs-remaining-time,.vjs-theme-v1 .vjs-volume-level:after,.vjs-theme-v1 .vjs-volume-level:before,.vjs-theme-v1.vjs-live .vjs-time-control.vjs-current-time,.vjs-theme-v1.vjs-live .vjs-time-control.vjs-duration,.vjs-theme-v1.vjs-live .vjs-time-control.vjs-time-divider,.vjs-theme-v1.vjs-no-flex .vjs-time-control.vjs-remaining-time {
    display: none
}

.vjs-theme-v1.vjs-no-flex .vjs-time-control {
    display: table-cell;
    width: 4em
}

.vjs-theme-v1 .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    top: -2em;
    /*height: .5em;*/
    /*top: -.5em*/
}

.vjs-theme-v1 .vjs-progress-control .vjs-progress-holder {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: 0;
    width: 100%;
}

.vjs-theme-v1 .vjs-control-bar {
    -webkit-transition: -webkit-transform .1s ease 0s;
    -moz-transition: -moz-transform .1s ease 0s;
    -ms-transition: -ms-transform .1s ease 0s;
    -o-transition: -o-transform .1s ease 0s;
    transition: transform .1s ease 0s
}

.vjs-theme-v1.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,.vjs-theme-v1.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,.vjs-theme-v1.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,.vjs-theme-v1.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,.vjs-theme-v1.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
    visibility: visible;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(3em);
    -moz-transform: translateY(3em);
    -ms-transform: translateY(3em);
    -o-transform: translateY(3em);
    transform: translateY(3em);
    -webkit-transition: -webkit-transform 1s ease 0s;
    -moz-transition: -moz-transform 1s ease 0s;
    -ms-transition: -ms-transform 1s ease 0s;
    -o-transition: -o-transform 1s ease 0s;
    transition: transform 1s ease 0s
}

.vjs-theme-v1.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,.vjs-theme-v1.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control,.vjs-theme-v1.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control,.vjs-theme-v1.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,.vjs-theme-v1.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
    height: .25em;
    top: -.25em;
    pointer-events: none;
    -webkit-transition: height 1s,top 1s;
    -moz-transition: height 1s,top 1s;
    -ms-transition: height 1s,top 1s;
    -o-transition: height 1s,top 1s;
    transition: height 1s,top 1s
}

.vjs-theme-v1.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control,.vjs-theme-v1.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,.vjs-theme-v1.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control,.vjs-theme-v1.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,.vjs-theme-v1.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s;
    -moz-transition: opacity 1s ease 1s;
    -ms-transition: opacity 1s ease 1s;
    -o-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s
}

.vjs-theme-v1.vjs-live .vjs-live-control {
    margin-left: 1em
}

.vjs-theme-v1 .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -1em;
    margin-top: -1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border: none;
    border-radius: 50%;
    font-size: 40vmin;
    opacity: 0.7;
    background-color: rgba(0,0,0,0);
    color: #fff;
    -webkit-transition: border-color .4s,outline .4s,background-color .4s;
    -moz-transition: border-color .4s,outline .4s,background-color .4s;
    -ms-transition: border-color .4s,outline .4s,background-color .4s;
    -o-transition: border-color .4s,outline .4s,background-color .4s;
    transition: border-color .4s,outline .4s,background-color .4s
}

.vjs-theme-v1 .vjs-menu-button-popup .vjs-menu {
    width: 12em;
    left: -4em;
}

.vjs-theme-v1 .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    /*background-color: #151b17cc;*/
    background-color: transparent;
    border-radius: .5em .5em 0 0;
}

.vjs-theme-v1 .vjs-menu-button-popup .vjs-menu .vjs-menu-content .vjs-menu-title {
    text-transform: capitalize;
    padding: .5em;
    border-bottom:3px #b99beb solid;
}

.vjs-theme-v1 .vjs-menu-button-popup .vjs-menu .vjs-menu-content .vjs-menu-item {
    text-transform: capitalize;
    background-color: #151b17cc;
    border-radius: .3em;
    padding: .5em;
    margin: .3em 0;
    font-size: 1.4em;
}

.vjs-theme-v1 .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
    background-color: #b99beb
}

/* Quality */
.vjs-theme-v1 .vjs-quality-selector .vjs-menu-button-popup .vjs-icon-placeholder {
    text-transform: capitalize;
}

.vjs-theme-v1 .vjs-quality-selector .vjs-menu .vjs-menu-content .vjs-menu-title {
    display: none;
}

.vjs-theme-v1 .vjs-quality-selector .vjs-menu {
    width: 14em;
    left: -4em;
}
/* Quality End */

.vjs-theme-v1 .vjs-menu li.vjs-selected,
.vjs-theme-v1 .vjs-menu li.vjs-selected:focus,
.vjs-theme-v1 .vjs-menu li.vjs-selected:hover,
.vjs-theme-v1 .js-focus-visible .vjs-menu li.vjs-selected:hover {
    color: #ffffff;
}

.vjs-theme-v1:hover .vjs-big-play-button,.vjs-theme-v1 .vjs-big-play-button:focus,.vjs-theme-v1 .vjs-big-play-button:active {
    background-color: rgba(0,0,0,0)
}

.vjs-theme-v1 .vjs-loading-spinner {
    border-color: #b99beb
}

.vjs-theme-v1 .vjs-control-bar2 {
    background-color: #000000
}

.vjs-theme-v1 .vjs-control-bar {
    background-color: rgba(0,0,0,0.4) !important;
    color: #ffffff;
    font-size: 12px
}

.vjs-theme-v1 .vjs-play-progress,.vjs-theme-v1  .vjs-volume-level {
    background-color: #b99beb
}

.vjs-theme-v1 .vjs-load-progress {
    background: rgba(255,255,255,0.8);
}

.vjs-theme-v1 .vjs-big-play-button:hover {
    color: #b99beb;
}

.vjs-theme-v1 .vjs-control:focus:before, .vjs-theme-v1 .vjs-control:hover:before {
    color: #b99beb;
    text-shadow: none
}

.vjs-theme-v1 .vjs-playback-rate .vjs-menu {
    width: 10em;
    left: -3em;
}

/* vtt */
.vjs-theme-v1 .vjs-text-track-display > div > div > div{
    font-size: 7vmin !important;
    line-height: 10vmin !important;
    padding: 1px 5px 5px 5px !important;
    background: rgba(0,0,0,0.4) !important;
    text-shadow: 1px 1px 2px #000000;
    display: inline-block !important;
    border-radius: .2em;
}
/* vtt end */

/* Little screen*/
@media screen and (max-width: 425px) {
    .vjs-theme-v1 .vjs-current-time,
    .vjs-theme-v1 .vjs-time-control,
    .vjs-theme-v1 .vjs-duration {
        display: none;
    }
}

@media screen and (max-width: 330px) {
    .vjs-theme-v1 .vjs-volume-panel {
        display: none;
    }
}

/* color perple b99beb, yellow d5da85 */
:root {
    --gin-player-color: #297e9a;
    --gin-player-color-alpha: #297e9a82;
}

.vjs-theme-v1 .vjs-loading-spinner {
    border-color: var(--gin-player-color)
}

.vjs-theme-v1 .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
    background-color: var(--gin-player-color)
}

.vjs-theme-v1 .vjs-play-progress,.vjs-theme-v1  .vjs-volume-level {
     background-color: var(--gin-player-color)
}

.vjs-theme-v1 .vjs-big-play-button:hover {
    color: var(--gin-player-color)
}

.vjs-theme-v1 .vjs-control:focus:before, .vjs-theme-v1 .vjs-control:hover:before {
    color: var(--gin-player-color)
}
/* color end */