.video-wrap {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #393a3d;
}

.nowrap {
    white-space: nowrap;
}

.hkb-article__content {
    margin: 0;
}

@keyframes bottom-to-top {
    0% {
        opacity: 0;
        transform: translateY(6%);
        -webkit-transform: translateY(6%);
        -moz-transform: translateY(6%);
        -o-transform: translateY(6%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.hkb-article__title {
    display: none;
}

.video-wrap-title {
    font-size: 30px;
}

ul.video-tab {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 30px 0;
    flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

    ul.video-tab li {
        margin: 0;
        display: flex;
    }

        ul.video-tab li:not(:last-child) {
            margin-right: 15px;
        }

        ul.video-tab li a {
            color: #666666;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            user-select: none;
        }

        ul.video-tab li.active a {
            background: #4342CC;
            color: #fff;
        }

ul.list-video {
    list-style: none;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}

    ul.list-video li {
        width: 25%;
        margin: 0;
        padding: 20px 10px;
        /*float: left;*/
        display: inline-flex;
    }

.thumbnail-video {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 100%;
}

.img-video {
    width: 100%;
}

    .img-video img {
        width: 100%;
        height: 180px;
        margin: 0 auto;
    }
	
	.img-video::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		background: rgba(0,0,0,0.3);
	}

.img-play {
    position: absolute;
    overflow: hidden;
}

.thumbnail-video:hover .img-play {
    transform: scale(1.2);
    transition: all 0.15s 0.15s linear;
}

.video-category {
    color: #4342CC;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 10px;
}

.video-title {
    font-size: 20px;
    padding-top: 5px;
}

.video-item {
    width: 100%;
    animation: bottom-to-top 0.2s ease-out;
}

.load-more {
    width: 100%;
    text-align: right;
}

    .load-more span {
        background: url(/amis-thue-tncn/sites/help/images/pages/video/ic-arrow-down.svg) no-repeat center right;
        color: #212121;
        background-size: 13px;
        padding-right: 18px;
        cursor: pointer;
        user-select: none;
        display: none;
    }

        .load-more span.collapsed {
            display: inline-block;
        }

.loadmore-content {
    width: 100%;
}

.data_video {
    display: none;
}

/*#region Responsive */

@media screen and (min-width: 768px) {
    .ht-page {
        padding: 50px 0;
    }
}

@media (max-width: 979px) {

    .tab-content {
        padding: 0;
    }

    .video-wrap-title {
        font-size: 18px;
        text-align: center;
        font-family: Roboto Bold, Arial, sans-serif;
    }

    ul.video-tab li {
        margin-bottom: 10px;
    }

        ul.video-tab li a {
            padding: 8px 10px;
        }

        ul.video-tab li a {
            background: #f1f1f1;
        }

    ul.list-video li {
        width: 33.33%;
    }

    ul.video-tab {
        justify-content: end;
    }
	
	.img-video img { 
		height: 130px;
	}
}

@media (max-width: 767px) {

    ul.video-tab {
        padding-bottom: 10px;
    }

    ul.list-video li {
        width: 100%;
    }

    ul.video-tab li:not(:last-child) {
        margin-right: 10px;
    }

    .video-category {
        font-size: 12px;
    }

    .video-title {
        font-size: 16px;
    }
	
	.img-video img { 
		height: 180px;
	}
}

@media (max-width: 320px) {

    ul.video-tab li a {
        font-size: 15px;
    }

    .video-category {
        font-size: 10px;
    }
}

/*#endregion */
