.lastet-video .list-namahang {
    position: relative;
    margin-top: 20px;
}

    .lastet-video .list-namahang .item-namahang {
        float: right;
        margin-bottom: 20px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .lastet-video .list-namahang .namahang-style {
        border: 2px solid #ddd;
        border-radius: 2px;
        height: 285px;
        padding: 0;
        text-align: right;
        cursor: pointer;
        border-radius:5px;
    }

        .lastet-video .list-namahang .namahang-style .img-namahang {
            padding: 0;
            height: 160px;
            overflow: hidden;
            text-align: center;
            display: flex;
            justify-content: center;
        }

            .lastet-video .list-namahang .namahang-style .img-namahang .time-video {
                position: absolute;
                left: 10px;
                top: 10px;
                background-color: rgba(45, 62, 80, 0.5);
                padding: 3px 5px;
                font-size: 12px;
                color: #fff;
                border-radius: 4px;
                z-index: 10;
                transition: all 0.3s;
            }

        .lastet-video .list-namahang .namahang-style:hover .img-namahang .time-video {
            background-color: rgba(45, 62, 80, 1);
        }

        .lastet-video .list-namahang .namahang-style .img-namahang:before {
            content: "\f144";
            font-family: "Font Awesome 5 Free" !important;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 40px;
            color: #fff;
            z-index: 10;
            opacity: 0.65;
        }

        .lastet-video .list-namahang .namahang-style .img-namahang:after {
            content: "";
            background-color: rgba(255, 255, 255, 0.6);
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 0;
            transition: all 0.3s;
        }

        .lastet-video .list-namahang .namahang-style .img-namahang > img {
            width: 100%;
            height: 100%;
            transform: scale(1);
            filter: grayscale(0);
            transition: all 0.5s;
        }

        .lastet-video .list-namahang .namahang-style:hover .img-namahang:after {
            opacity: 1;
        }

        .lastet-video .list-namahang .namahang-style:hover .img-namahang > img {
            transform: scale(1.1);
            filter: grayscale(1);
        }

        .lastet-video .list-namahang .namahang-style .view-info {
            background-color: #2d3e50;
            padding: 0;
            position: relative;
            height: 35px;
            top: -18px;
            color: #fff;
            font-size: 13px;
            font-weight: lighter;
            box-shadow: none;
            border-radius: 4px;
            transition: all 0.5s;
        }

            .lastet-video .list-namahang .namahang-style .view-info > div {
                padding: 8px 12px;
            }

                .lastet-video .list-namahang .namahang-style .view-info > div > .fa {
                    font-size: 16px;
                    padding-left: 0;
                    vertical-align: middle;
                }

            .lastet-video .list-namahang .namahang-style .view-info > .date-namahang {
                float: right;
            }

            .lastet-video .list-namahang .namahang-style .view-info > .count-view {
                float: left;
            }

        .lastet-video .list-namahang .namahang-style .desc-info {
            position: relative;
            padding: 0;
            top: 0;
            transition: all 0.6s;
        }

        .lastet-video .list-namahang .namahang-style .title-namahang {
            height: 48px;
            overflow: hidden;
            color: #3f3f3f;
            font-size: 14px;
            white-space:normal;
            width: 100%;
            margin: 0;
            line-height:1.6;
        }

        .lastet-video .list-namahang .namahang-style .txt-namahang {
            height: 75px;
            overflow: hidden;
            font-size: 12px;
            line-height: 1.5;
            font-weight: lighter;
            color: #999;
            text-align: justify;
            margin: 10px 0 5px;
        }

        .lastet-video .list-namahang .namahang-style .view-video {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 2px;
            font-size: 10px;
            text-align: center;
            width: auto;
            padding: 3px 6px;
            float: left;
            color: #bbb;
            border-radius: 4px;
            transition: all 0.5s;
            margin-top:5px;
        }

            .lastet-video .list-namahang .namahang-style .view-video .fa-eye {
                font-size: 16px;
                vertical-align: middle;
            }
.info-namahang {
    padding: 0px 7px;
}
