/* Page Video.html */

.jumbotron .our-header-video {
    background: #fff;
    padding: 0px 32px 0;
    z-index: 10;
    position: relative;
    margin-left: -32px;
    margin-right: -32px
}

.jumbotron-video {
    position: relative;
	    padding-bottom: 56.25%;

}

.jumbotron-video + .jumbotron {
    padding-top: 33px;
}

.jumbotron-video iframe {
    margin-bottom: -8px;
    height: 100%;
    width: 100%;
    border-width: 0;
}

.video-overlay {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
}
.playVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}

.playVideo img.play-icon {
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index:1;
}
.playVideo img.video-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#playVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}

#playVideo img.play-icon {
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index:1;
}
#playVideo img.video-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.video-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
	background-image:linear-gradient(to bottom, rgba(0, 63, 111, 0.80), rgba(2, 28, 47, 0.80));/*change 20201026*/
}

.video-content h1 {
    font-size: 52px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    padding-right: 10%;
    margin-bottom: 35px;
}

.video-bottom {
    box-shadow: 0 2px 40px 0 rgba(0, 63, 111, 0.1);
   /* background-image: linear-gradient(to bottom, rgba(0, 63, 111, 0.50), rgba(2, 28, 47, 0.50));*/
    bottom: 0;
    padding: 12px 0;
    min-height: 72px;
}

.video-bottom-text {
    display: flex;
    position: relative;
    z-index: 9;
    align-items: center;
}

.video-text {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: 0.81px;
    color: #fff;
    width: calc(100% - 149px);
    padding-right: 150px;
	opacity: 0.7;

}

.video-text a {
    color: #fff;
    text-decoration: underline;
}

.video-bottom button#video-agree {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    background: #003f6f;
    padding: 7px 5px;
    width: 149px;
    border-radius: 0;
    height: 44px;
	opacity: 0.7;

}
.video-bottom button.video-agree {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    background: #003f6f;
    padding: 7px 5px;
    width: 149px;
    border-radius: 0;
    height: 44px;
    opacity: 0.7;

}

.video-time {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    background: #003f6f;
    position: absolute;
    padding: 13px 12px 10px 16px;
    margin-top: 3px;
}

.video-last-text {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: 0.5px;
    color: #fff;
    width: calc(100% - 149px);
    margin-top: 18px;
    margin-bottom: 28px;
}

.video-last-text a {
    color: #fff;
    text-decoration: underline;
}

.video-setting {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #003f6f;
    right: 15px;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
    margin-top: 3px;
}

.video-setting img {
   /* width: 17px;
    height: 17px;*/
}

.video-close {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #003f6f;
    right: 15px;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
    margin-top: -45px;
}

.video-close img {
    width: 17px;
    height: 17px;
}

.video-last-text p {
    margin-bottom: 13px;
}

.video-last-text p + p {
    margin-bottom: 14px;
    display: inline-block;
    padding-right: 24px;
}

.video-last-text .custom-switch {
    display: inline-block;
}

.video-last-text .custom-switch + a {
    display: block;
}

.jumbotron .our-header-video .list-article {
    margin-top: 0px;
}
.mb_YTPBar{
    transition: all 1s;
    -webkit-transition: all 1s
}
.mb_YTPBar .mb_YTPLoaded,.mb_YTPBar .mb_YTPseekbar{
    cursor: pointer;
}
.playerBox .mb_YTPBar .mb_YTPProgress{
    background: #8e8e8e;
}
.playerBox .mb_YTPBar .mb_YTPProgress .mb_YTPseekbar:after{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #003f6f;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.mb_YTPBar .mb_YTPProgress:hover{
    height: 7px;
}
.mb_YTPBar .mb_YTPProgress:hover > .mb_YTPLoaded{
    height: 7px;
}
.mb_YTPBar .mb_YTPProgress:hover > .mb_YTPseekbar{
    height: 7px;
}
.playerBox  .mb_YTPBar .mb_YTPseekbar{
    z-index: 98;
    background: #FF0000;
}
.mb_YTPBar .mb_YTPseekbar_round{
    width: 13px;
    height: 13px;
    background-color: #FF0000;
    top: -3px;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
}
.mb_YTPBar .mb_YTPsubtitle{
    position: absolute;
    width: 30px;
    height: 30px;
    right:120px;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
    margin-top: 3px;
    top: 5px;
}
.mb_YTPBar .mb_YTPsubtitle .subtitle-yt{
    width: 100%;
    border-bottom: 2px solid red;
    position: absolute;
    left: 0;
    bottom: 0;
}
