.grid_video{
    margin: 0 -15px;
}
.grid_video:after{
    display: block;
    content: '';
    clear: both;
}
.grid_video .item{
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.333%;
    float: left;
}
.grid_video .item:nth-child(3n+1){
    clear: left;
}
.grid_video .item .w-item{
    width: 100%;
    position: relative;
}
.grid_video .item .i-image{
    overflow: hidden;
    background: #000000;
    position: relative;
}
.grid_video .item .i-image a{
    display: block;
    padding-top: 66.666667%;
}
.grid_video .item .i-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition:all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition:all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition:all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition:all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    opacity: 0.5;
}
.grid_video .item .i-title{
    font-size: 14px;
    line-height: 22px;
    background: #f2f2f2;
    padding: 10px 20px;
}
.grid_video .item .i-title a{
    display: block;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}
.grid_video .item .i-title a:hover{
    color: #df0014;
}
.grid_video .item .i-image a .icon{
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    font-size: 45px;
    line-height: 25px;
    color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    z-index: 1;
    text-align: center;
}
.grid_video .item .i-image a .icon i{
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    border: 3px solid rgba(255,255,255,1);
}
.grid_video .item .i-image a .icon i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    padding: 2px;
}
.grid_video .item .i-image:hover a .icon:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255,255,255,0.8);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.grid_video .item .i-image:hover a .icon:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255,255,255,0.8);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.the-date-view {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;

    padding: 6px 0;
    margin-bottom: 15px;
    border-bottom: 1px dotted #bfbfbf;
    color: #999999;
}
.the-date-view .i-date {
    font-size: 14px;
    line-height: 22px;
    margin-right: 20px;
    position: relative;
}
.the-date-view .i-date:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f133";
    padding-right: 5px;
    color: #de050c;
}
.the-date-view .i-view{
    position: relative;
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
}
.the-date-view .i-view:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content:"\f06e";
    padding-right: 5px;
    color: #de050c;
}

.the_date{
    font-size: 14px;
    line-height: 22px;
    padding: 6px 0;
    border-bottom: 1px dotted #bfbfbf;
    margin-bottom: 15px;
    color: #999999;
}






.orther_video {

}
.orther_video .related-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;

    margin-bottom: 5px;
    padding: 5px 0;
    border-bottom: 1px dotted #bfbfbf;
    color: #333333;
}
.list-video{
    width: 100%;
    margin-bottom: 58px;
}
.list-video .item{
    height: 80px;
    padding: 10px 0 9px 0;
    border-bottom:1px dotted #cccccc;
    overflow: hidden;
}
.list-video .item .i-thumbnail{
    width: 90px;
    height: 60px;
    float: left;
    margin-right:15px;
}
.list-video .item .i-description{
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}
.list-video .item .i-description a{
    font-size: 14px;
    line-height: 22px;
}
.list-video .slick-prev, .list-video .slick-next{
    top: auto;
    bottom: -75px;
    height: 37px;
    width: 49.5%;
    background-color:#2c6231;
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    transition:all 0.7s ease;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.list-video .slick-prev:hover, .list-video .slick-next:hover{
    background-color:#333333;
}
.list-video .slick-prev{
    background-image: url(../images/b-prev.png);

}
.list-video .slick-next{
    background-image: url(../images/b-next.png);
}
@-webkit-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-moz-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-ms-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-o-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@media screen and (max-width: 800px){
    .grid_video .item{
        width: 50%;
    }
    .grid_video .item:nth-child(n){
        clear: none;
    }
    .grid_video .item:nth-child(2n+1){
        clear: left;
    }
}
@media screen and (max-width: 479px){
    .grid_video .item{
        width: 100%;
    }
}