section.video-live h2 {
    color: #444444;
    font-size: 1.6em;
    line-height: 1.3;
    margin-bottom: 0.5em;
    font-weight: 700;
}

section.video-live .herder p {
    margin-bottom: 1.3em;
    font-size: 16px;
    line-height: 26px;
    color: #0f0f0f;
}

section.video-live .herder {
    max-width: 58.3333333333%;
    margin: auto;
    margin-bottom: 50px;
}

section.banner-live {
    padding: 30px;
}

section.banner-live img {
    border-radius: 5px;
}
section.video-live .image-cover img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: initial;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 5px;
}
section.video-live h5 {
    line-height: 1.3;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    font-size: 1.15em;
    color: #444444;
    font-weight: 700;
    padding-top: 0.7em;
    padding-bottom: 1.4em;
}
.box-image {
    position: relative;
    height: 332px;
    margin: 0 auto;
    overflow: hidden;
}
.image-cover {
    position: relative;
    height: 100%;
}
.content-live .box {
    margin-bottom: 25px;
    cursor: pointer;
}
.absolute {
    position: absolute!important;
}
.overlay-icon {
    background-color: rgba(0,0,0,.2);
    width: 3em;
    color: #fff;
    height: 3em;
    line-height: 2.8em;
    border-radius: 100%;
    text-align: center;
    border: 2px solid #fff;
    opacity: .8;
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,-webkit-transform .2s;
    -o-transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s,-webkit-transform .2s;
    cursor: pointer;
}
.overlay-icon i {
    font-size: 1.3em;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    top: 1px;
    position: relative;
    left: 2px;
}
.video-iframe {
    height: 100%;
    width: 100%;
    display: none;
}
.video-iframe iframe {
    width: 560px;
    height: 315px;
    -webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-radius: 10px;
    object-fit: fill;
}
button.load-more-video {
    background-color: #df1854;
    border-radius: 99px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.lg-y50 {
    top: 50%;
    -webkit-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
}
.lg-x50 {
    left: 50%;
    -webkit-transform: translateX(-50%)!important;
    -ms-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
}
.lg-x50.lg-y50 {
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
}

.list-video{
    display:flex;
    flex-wrap: wrap;
}

@media (max-width: 920px){
    section.video-live .herder {
        max-width: 80%;
    }

    section.video-live h2 {
        font-size: 1.2em;
    }
    .box-image {
        height: auto;
    }

    section.video-live h5 {
        font-size: 1em;
    }

    .row.list-video .col-6 {
        padding: 0px 15px;
    }

    .row.list-video {
        padding: 0px 29px;
    }
    .video-iframe iframe {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 550px){
    .row.list-video {
        padding: 0px 10px;
    }
}
