.video-big-box {
    background-color: black;
}

.home-video-box {
    min-height: 150px;
    margin-bottom: 8px;
    font-size: 12px;
    color: white;
    line-height: 30px;
    padding-top: 10px;
    background-color: #708090;
}

.video-top {
    width: 100%;
    height: 300px;
    border: 0px;
}

.video-top-detail {
    font-size: 12px;
    color: gray;
}

.video-top-title {
    font-size: 14px;
    color: darkslategrey;
}

.video-header {
    font-size: 36px;
    font-weight: bolder;
    color: gray;
    text-shadow: 2px 2px 3px gray;
}

.video-country {
    font-size: 16px;
    height: 150px;
    opacity: 0.8;
    filter: alpha(opacity=40);
}

.video-country:hover {
    opacity: 0.5;
    filter: alpha(opacity=40);
}

.video-image {
    width: 65%;
    height: 80px;
    margin-right: 10px;
    -webkit-filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.video-text {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-top: -20%;
    text-shadow: 2px 2px 3px black;
}

.big-box-video {
    /* background-color: red; */
    color: white;
    /* height: 300px; */
    cursor: pointer;
    width: 100%;
    /* border: black solid thin; */
    padding: 0px;
}

.other-video {
    width: 100%;
    height: 100px;
    border: 0px;
}

.other-video-font {
    font-size: 10px;
    color: gray;
    font-weight: normal;
}

.video-detail {
    border-bottom: lightgray solid thin;
    min-height: 80px;
    padding-top: 10px;
}

.head-other-video {
    font-size: 16px;
    font-weight: bold;
    color: #708090;
}

.related-video-image {
    height: 120px;
    background-color: black;
    color: white;
    cursor: pointer;
}

.related-video-image-detail {
    height: 80px;
    margin-top: 10px;
    font-size: 12px;
    color: gray;
    border-bottom: lightgray solid thin;
    cursor: pointer;
}

.box-image {
    width: 100px;
    height: 50px;
}

.video-detail-lg {
    width: 100%;
    /* height: 500px; */
    border: 0px;
}

.play-image {
    /* width: 100%; */
    height: 100%;
    position: absolute;
    /* z-index: 100; */
    color: gray;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    padding-top: 22%;
    /*padding-left: 50%; */
    padding: auto;
    font-size: 60px;
}

.play-image:hover {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}

.exist-video-image {
    width: 160px;
    height: 80px;
    cursor: pointer;
    margin-top: 15px;
}

.exist-video-image:hover {
    width: 170px;
}

.modal-wait-submit {
    display: none;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-wait-submit-content {
    background-color: #fefefe;
    /* margin: 2% auto; */
    /* 2% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    /* Could be more or less, depending on screen size */
    height: 100%;
}

.modal-qrcode {
    display: none;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.9);
}

.modal-qrcode-content {
    background-color: #fefefe;
    margin: 10% auto;
    /* 2% from the top and centered */
    padding: 20px;
    border: 1px solid lightgrey;
    width: 40%;
    min-height: 400px;
}

.close-modal-qrcode {
    color: #aaa;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
    margin-left: 98%;
    margin-top: -15px;
}

.qrcode {
    width: 50%;
    height: 50%;
}

.box-video {
    margin-bottom: 20px;
}

.box-video:hover {
    opacity: 0.4;
}

.screen-video {
    /* height: 135px; */
    width: 100%;
    border: lightgray solid thin;
}

.play-image-sm {
    width: 100%;
    height: 135px !important;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 12%;
    margin-top: -135px;
}

.play-image-box {
    width: 100%;
    height: 300px !important;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 21%;
    /* padding-top: 150px; */
    margin-top: -300px;
    cursor: pointer;
}

.play-image-group {
    width: 100%;
    height: 75px !important;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 10%;
    margin-top: -75px;
}

.play-image-lastest {
    width: 100%;
    position: absolute;
    margin-top: -120px;
}

.link-lastest:hover {
    opacity: 80%;
}

.video-group {
    width: 100%;
    height: 150px;
    opacity: 40%;
}

.video-group-box:hover {
    opacity: 70%;
    cursor: pointer;
}

.video-group-name {
    position: absolute;
    left: 0;
    top: 0;
    color: #1C1C1C;
    font-size: 18px;
    text-shadow: 2px 2px 2px white;
    font-weight: bold;
    margin-left: 25px;
    margin-top: 5px;
    font-style: italic;
}

.video-group-description {
    /* position: absolute; */
    bottom: 0;
    padding-bottom: 5px;
    width: 100%;
    height: 100px;
    background-color: white;
    border: lightgray solid thin;
    border-top: 0px;
}

.box-link:hover {
    font-weight: bolder !important;
    text-decoration: none;
    color: black;
}

.video-group-image {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
}

.video-banner-box {
    width: 100%;
    background-color: black;
    height: 100%;
}

.video-banner {
    width: 100%;
    height: 242px;
    margin-bottom: -5px;
    border: 0;
}

.title-small-screen {
    display: none;
}

.banner-title {
    font-size: 26px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 2%;
    color: white !important;
}

.banner-description {
    font-size: 16px;
    padding-left: 50px;
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom: lightgray solid thin;
}

.banner-date {
    font-size: 12px;
}

.link-banner:hover {
    color: white !important;
}

.video-title-last {
    height: 55px;
    word-wrap: break-word;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-shadow: black 2px 2px 2px;
    border-top: 0;
    margin-top: -55px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .big-box-video {
        height: 200px;
    }
    .video-image {
        height: 70px;
    }
    .video-group-name {
        font-size: 16px;
    }
    .title-small-screen {
        display: inline-block;
        text-align: left;
    }
    .title-big-screen {
        display: none;
    }
    .modal-qrcode-content {
        width: 80%;
        min-height: 300px;
    }
    .play-image {
        font-size: 40px;
        padding-top: 20%;
    }
    .screen-video {
        height: 170px;
    }
    .play-image-sm {
        padding-top: 8%;
    }
    .box-video {
        margin-bottom: 10px;
    }
    .play-image-box {
        margin-top: -219px;
        height: 219px !important;
    }
    .banner-description {
        border: 0px;
    }
    .banner-title {
        font-size: 18px;
    }
}