.video_bg_out {
    background-image: url(../img/header-1.jpg);
    background-size: cover;
    background-position: center top;
}

.black_div {
    background: url(../img/bg_line.png) rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-top: 10vh;
    padding-bottom: 12vh;
}

.video_bg {
    width: 100%;
    height: 100%;
}

.video_txt {
    color: #ffffff;
    z-index: 15;
    background: rgba(0, 125, 140, 0.4);
    padding: 20px;
    left: auto;
    width: 90%;
    margin-left: 5%;
}

.video_title {
    line-height: 1.2em;
    opacity: 1;
    filter: alpha(opacity=100);
}

.video_slogan {
    line-height: 1.5em;
}

@media (min-width: 320px) {
    .video_title {
        font-size: 36px;
        text-align: center;
    }
}

@media (min-width: 480px) {
    .video_slogan {
        font-size: 18px;
    }
}

@media (min-width: 800px) {
    .bg2 {
        animation: bg-img 8s infinite;
        -webkit-animation: bg-img 8s infinite;
        -moz-animation: bg-img 8s infinite;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
    @keyframes bg-img {
        0% {
            background-image: url('../img/header-1.jpg');
        }
        8% {
            background-image: url('../img/header-2.jpg');
        }
        10% {
            background-image: url('../img/header-3.jpg');
        }
        28% {
            background-image: url('../img/header-4.jpg');
        }
        30% {
            background-image: url('../img/header-5.jpg');
        }
        40% {
            background-image: url('../img/header-6.jpg');
        }
        65% {
            background-image: url('../img/header-1.jpg');
        }
    }
    @-webkit-keyframes bg-img {
        0% {
            background-image: url('../img/header-1.jpg');
        }
        8% {
            background-image: url('../img/header-2.jpg');
        }
        10% {
            background-image: url('../img/header-3.jpg');
        }
        28% {
            background-image: url('../img/header-4.jpg');
        }
        30% {
            background-image: url('../img/header-5.jpg');
        }
        40% {
            background-image: url('../img/header-6.jpg');
        }
        65% {
            background-image: url('../img/header-1.jpg');
        }
    }
    @-moz-keyframes bg-img {
        0% {
            background-image: url('../img/header-1.jpg');
        }
        8% {
            background-image: url('../img/header-2.jpg');
        }
        10% {
            background-image: url('../img/header-3.jpg');
        }
        28% {
            background-image: url('../img/header-4.jpg');
        }
        30% {
            background-image: url('../img/header-5.jpg');
        }
        40% {
            background-image: url('../img/header-6.jpg');
        }
        65% {
            background-image: url('../img/header-1.jpg');
        }
    }
}

@media (min-width: 1000px) {
    .black_div {
        min-height: 500px;
        padding-top: 12vh;
        padding-bottom: 20vh;
    }
    .video_txt {
        width: 920px;
        margin: 0 auto;
        padding: 30px;
    }
}

@media (min-width: 1280px) {
    .black_div {
        min-height: 500px;
        padding-top: 15vh;
        padding-bottom: 25vh;
    }
}

.tvs-871t-container .bg-gray {
    background-color: rgba(30, 30, 30, 0.9);
}

.talk p {
    margin-top: 20px;
}

@media (min-width: 1000px) {
    .talk {
        float: left;
        width: 48%;
    }
    .talk p {
        padding-left: 50px;
        padding-top: 3vh;
        width: 90%;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.fC.container.list img {
    float: left;
}

.audio_play {
    width: 100px;
    overflow: hidden;
    margin: 20px auto 0;
    opacity: 0.3;
    position: absolute;
    z-index: 999;
    left: 20px;
}