.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(/sites/management/images/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 */

/*#region Video */

.popup-video-item {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0
}

.popup-video-item .pvi-content-item {
    position: absolute;
    width: 90%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 2
}

.popup-video-item .pvi-border-item {
    padding: 10px;
    background: #fff;
    border-radius: 5px
}

.popup-video-item .pvi-close-item {
    background: url(/sites/management/images/ic_close.png) top right no-repeat;
    background-size: 28px;
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    right: -14px;
    top: -14px;
    cursor: pointer;
    z-index: 2
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
/*#region Menu Cau hoi pho bien */

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

@media(min-width: 768px) {
    .nav-header > ul > li:hover > .popular-question {
        opacity: 1;
        max-height: 700px;
        visibility: visible;
    }

    .popular-question {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        max-height: 0;
        visibility: hidden;
        z-index: 99999;
        position: absolute;
        top: 50px;
        width: 450px;
        background: #fff;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
        left: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        padding: 20px 15px;
    }

    .popular-question-title {
        font-family: Roboto Bold, Arial, sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #030E43;
    }

    .popular-question .tab-menu {
        padding-top: 15px;
        display: flex;
        width: 100%;
        position: relative;
    }

        .popular-question .tab-menu:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background: #E4E6EB;
            left: 0;
            bottom: 0;
        }

        .popular-question .tab-menu a {
            padding: 8px 20px;
        }

            .popular-question .tab-menu a.active {
                color: #00AAB7 !important;
                border-bottom: solid 3px #00AAB7;
                font-weight: 700;
                z-index: 1
            }

            .popular-question .tab-menu a:not(.active) {
                color: #666666;
                background: #F3F4F7;
                border-radius: 4px 4px 0 0;
            }

    .popular-question .tab-content {
        padding-top: 20px;
    }

    .popular-question .list-popular-question a {
        padding: 6px 0;
        color: #545C67 !important;
    }

        .popular-question .list-popular-question a:hover {
            color: #00B3B4 !important;
        }

        .popular-question .list-popular-question a:not(:last-child) {
            border-bottom: solid 1px #E4E6EB;
        }

    @keyframes animation-scale {
        0% {
            opacity: 0;
            transform: scale(0.98);
            -webkit-transform: scale(0.98);
            -moz-transform: scale(0.98);
            -o-transform: scale(0.98);
        }

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

    .popular-question .tab-menu a.active {
        animation: animation-scale .1s ease-out;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
    }
}

@media(max-width: 767px) {
    .popular-question {
        display: none;
    }
}

/*#endregion */

/*#endregion */

