.box-blogs-all .title-section {
    margin-bottom: 20px;
    font-size: 32px;
}

.box-latest-page-blog {
    margin-bottom: 40px;
    padding-top: 24px;
}

.box-latest-page-blog .article-item.article-item-page {
    padding: 25px;
}

.article-item-video .inner-image .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
    z-index: 22;
    pointer-events: none;
}

.article-item-video .inner-image:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #0972CE1A;
    z-index: 1;
    pointer-events: none;
}

.video-modal .modal-dialog {
    max-width: 900px;
    width: 100%;
}

.video-modal .modal-content {
    position: relative;
    border: none;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .15);
}

.video-modal .modal-body {
    padding: 50px;
}

.video-modal-player {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.video-modal-embed {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.video-modal-embed iframe,
.video-modal-embed video {
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    z-index: 3;
    border: 0;
    background: none;
    box-shadow: none;
}

.video-modal-close svg {
    width: 30px;
    height: 30px;
}

.box-latest-page-blog.box-latest-page-video .article-item {
    background: #FAFAFA;
    border: 0;
    padding: 30px;
    box-shadow: none;
    border: 1px solid #FAFAFA;
}

.box-section-video-02 {
    padding-top: 80px;
}

.box-list-video-popular .article-item.article-item-video {
    border: 0;
    background: #FAFAFA;
    padding: 12px;
}

.box-list-video-popular {
    padding-left: 80px;
}

.box-latest-page-blog.box-latest-page-video {
    padding-top: 0;
}

.list-small.list-small-page .article-item.article-item-video {
    background: #FAFAFA;
    border: 0;
    height: auto;
    margin-bottom: 0;
}

.list-small.list-small-page .article-item.article-item-video .inner-content {
    flex-basis: calc(100% - 204px);
    max-width: calc(100% - 204px);
    height: auto !important;
}

.list-small.list-small-page .article-item.article-item-video .inner-content .article-title {
    font-size: 16px;
}

.list-small.list-small-page .article-item.article-item-video .category-author .categorys {
    margin-right: 0;
}

.list-small.list-small-page .article-item.article-item-video .category-author .categorys .article-category a {
    font-size: 14px;
    height: 28px;
    padding: 0 10px;
}

.list-small.list-small-page .article-item.article-item-video .inner-image {
    flex: 0 0 204px;
    max-width: 204px;
    height: 114px;
}

.list-small.list-small-page .article-item.article-item-video .inner-image .img {
    padding-top: 114px;
    margin-bottom: 0 !important;
}

.box-section-video-03 {
    padding: 80px 0;
}

.box-section-video-03 .top {
    margin-bottom: 40px;
}

@media (min-width:1200px){
    .box-latest-page-blog.box-latest-page-video .article-item .inner-article-top .inner-image .img {
        padding-top: 415px;
    }
}
@media (max-width: 1299.98px) {
    .box-latest-page-blog.box-latest-page-video {
        margin-bottom: 0;
    }

    .box-section-banner-video-01 .box-blog-category .content .breadcrumbs-section {
        justify-content: center;
    }

    .box-section-banner-video-01 .info-title {
        text-align: center;
    }

    .box-latest-page-blog.box-latest-page-video .inner-content {
        margin-bottom: 0;
    }

    .box-section-video-02 {
        padding-top: 60px;
    }
}

@media (min-width: 576px) and (max-width: 1299.98px) {
    .box-latest-page-blog {
        margin-bottom: 0;
        padding-top: 0;
    }

    .box-blogs-all .title-section {
        font-size: 25px;
    }
}

@media (min-width: 767px) and (max-width: 1199.98px) {
    .list-small.list-small-page .article-item.article-item-video .inner-image {
        flex: 0 0 140px;
        max-width: 140px;
    }

    .list-small.list-small-page .article-item.article-item-video .inner-content {
        flex-basis: calc(100% - 140px);
        max-width: calc(100% - 140px);
        padding-left: 15px;
    }
}

@media (max-width: 991.98px) {
    .box-section-video-02>.container>.row>div:nth-child(1) {
        margin-bottom: 60px;
    }

    .box-section-video-02>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-list-video-popular {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .box-list-video-popular {
        padding-left: 0;
    }

    .box-latest-page-blog.box-latest-page-video .slider-blog-page {
        padding-bottom: 0;
    }
    .box-section-video-03 {
        padding: 40px 0 50px;
    }

    .list-small.list-small-page .article-item.article-item-video .inner-image {
        flex: 0 0 150px;
        max-width: 150px;
        height: 100px;
        border-radius: 12px;
    }

    .list-small.list-small-page .article-item.article-item-video .inner-content {
        flex-basis: calc(100% - 150px);
        max-width: calc(100% - 150px);
        height: auto !important;
    }
}

@media (max-width: 575.98px) {
    .box-blogs-all .title-section {
        font-size: 23px;
    }

    .box-latest-page-blog {
        padding-top: 0;
        margin-bottom: 0;
    }
}