.header-top {
    height: 60px;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 999;
    background: var(--white);
}
header {box-shadow: 0px 1px 1px rgb(0 0 0 / 12%);}

form.form-search .input-group {
    height: 46px;
    padding: 0 15px;
    border-radius: 50px;
    background: var(--light);
}

form.form-search .input-group inputh {
    height: auto;
    padding: 0 !important;
}

form.form-search .input-group input.form-control {
    padding: 0;
    height: auto;
    line-height: 1;
    font-size: 16px;
}

form.form-search .input-group .input-group-append button.btn.btn-submit {
    height: auto;
    padding: 0;
    background: none;
    border: 0;
    color: var(--black);
    font-size: 19px;
}
form.form-search {
    max-width: 400px;
    margin:  0 auto;
}
.user-section a {
    background: var(--black);
    padding: 10px 35px;
    border-radius: 40px;
    font-size: 16px;
}

.section-video-shoft .article-item .inner-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.section-video-shoft .article-item .inner-content .icon {
    flex: 0 0 36px;
}

.section-video-shoft .article-item .inner-content .icon .img-name img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
}

.section-video-shoft .article-item .inner-content .description {
    flex: 1 1;
    padding-left: 14px;
}
.section-video-shoft .article-item .inner-content .description .name-user {
    font-size: 1.6rem;
}

.section-video-shoft .article-item .inner-content .description  span.tick {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #423d3d;
    display: inline-block;
    margin: 2px 10px;
}


.article-detail .name-video {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.article-detail .view-date {
    margin-bottom: 10px;
    color: #8F94A5;
}

.view-date span {
    font-size: 16px;
}

.view-date span.tick {
    width: 6px;
    height: 6px;
    background: var(--black);
    display: inline-block;
    border-radius: 50%;
    position: relative;
    margin: 0 10px;
}

.like-comment-share span i {
    margin-right: 10px;
}

.like-comment-share span {
    margin-right: 20px;
    color: #8F94A5;
}
.name-detail-user .item-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.name-detail-user .name-icon {
    display: flex;
}

.name-detail-user .name-icon .icon img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
}

.name-detail-user .name-icon  .description {
    padding-left: 15px;
}

.name-detail-user .name-icon .description .name a {
    color: #151A35;
    font-weight: 700;
}

.name-detail-user .name-icon .description .name {
    margin-bottom: 5px;
}

.name-detail-user .name-icon .icon {
    margin-top: 3px;
}

.name-detail-user .name-icon .description .add {
    color: #8F94A5;
}

.btn-play-chanel-info .chanel {
    display: inline-block;
    padding: 8px 30px;
    background: var(--black);
    border-radius: 5px;
    color: var(--white);
}
.name-detail-user .description {
    font-size: 14px;
}
.title-small {
    font-weight: 600;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 16px;
}

.article-item-small {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.article-item-small .inner-image {
    flex: 0 0 145px;
    max-width: 145px;
}

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

.article-item-small .inner-content .description .view-date span {
    color: #8F94A5;
    font-size: 12px;
}

.article-item-small .inner-content .description .view-date span.tick {
    width: 5px;
    height: 5px;
    background: #8F94A5;
}

.article-item-small .inner-image img {
    border-radius: 5px;
}

.article-item-small .inner-content .description .article-title a {
    color: var(--black);
    font-size: 15px;
    font-weight: 500;
}

.article-item-small .inner-content .description .article-title {
    margin-bottom: 5px;
}

footer .logo-section {
    text-align: center;
}
footer .logo-section img {
    filter: invert(1);
}

.section-cung-kenh .title-section {
    text-align: left !important;
    margin-bottom: 20px;
    font-size: 19px;
}

.section-cung-kenh article.article-item .inner-image {
    margin-bottom: 10px;
}

.section-cung-kenh article.article-item .inner-content .description .article-title a {
    font-size: 1.4rem;
}

.section-cung-kenh article.article-item .inner-content .description .article-title {
    line-height: 1.2;
}

.section-cung-kenh article.article-item .inner-content .description .view-date span {
    color: #8F94A5;
    font-size: 12px;
}

.section-cung-kenh article.article-item .inner-content .description .view-date span.tick {
    background: #8F94A5;
    width: 5px;
    height: 5px;
}
.section-cung-kenh>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.section-cung-kenh>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}
@media (min-width:1200px){
    header {
        height: 60px;
    }
}