﻿.bx-breadcrumb {
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.clearfix {
    display: block;
}

.fw {
    width: 100%;
}
.wrapper {
    padding: 0 15px;
}
.breadcrumb {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 25px;
    list-style: none;
    overflow-x: auto;
    white-space: nowrap;
}
li.sub-cates-item-2{
    padding:5px;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumb .cat:first-child {
    position: relative;
}


.cat {
    color: #666;
    font-size: 13px;
}
    .cat > h1 {
        font-size: 20px;
        line-height: 1.25;
    }

    .breadcrumb .cat, .cat > h1 {

        font-weight: 400;
    }
.breadcrumb > .cat:first-child span {
    font-size: 20px;
    color: #000;
    margin-left: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    margin-right: 15px;
}
.form {
    font-size: 25px;
    margin: 0 12px;
    font-weight: 700; /* Đậm hơn nếu cần */
    font-stretch: condensed; /* Nếu muốn co hẹp */
}
.cat a {
    margin: 0 12px;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
}

a {
    text-decoration: none;
    border: none;
    color: inherit;
}
.breadcrumb > .cat:first-child a::after {
    content: '';
    height: 18px;
    width: 4px;
    background-color: #e1e1e1;
    position: absolute;
    top: 4px;
    right: 0;
}
.breadcrumb .cat:not(:first-child) > a {
    vertical-align: 8px;
}
.clearfix::after {
    content: '';
    width: 100%;
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
}
mb25 {
    margin-bottom: 25px;
}

.mt20 {
    margin-top: 20px;
}
.bx-cat-three .article:first-child {
    width: 100%;
}

.bx-cat-three .article:first-child, .no-left .article:nth-child(2n) {
    margin-left: 0;
    clear: both;
}

.bx-cat .article:first-child {
    margin-top: 0;
}

.bx-cat .article {
    margin-top: 15px;
}
.bx-cat-two .article {
    width: calc((100% - 20px) / 2);
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.full-container .article:first-child .article-image {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.article-image {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
}
    .article-image::before {
        content: '';
        display: block;
        padding-top: 56.25%;
    }
    .article-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

input, img, button {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
.bx-video-cover .article:first-child .article-title, .bx-cover-list .article:first-child .article-title {
    font-size: 25px;
    line-height: 1.4;
}

.article-title {
    font-size: 14px;
    line-height: 1.4;
}

.article-desc {
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    margin-top: 10px;
}
.bx-cat-three .article:first-child, .no-left .article:nth-child(2n) {
    margin-left: 0;
    clear: both;
}
.bx-cover-list .article:not(:first-child) .article-desc {
    display: none;
}
.bx-cat-nine .article:first-child {
    margin-top: 0;
}

.bx-cat-nine .article {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    float: left;
    width: 100%;
}
.bx-cat-nine .article-image {
    width: 156px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}
.icoPhoto, .icoVideo, .icoVote, .icoComment {
    font-size: 14px;
    font-weight: normal;
    color: #ed1c24;
    margin-left: 5px;
}
.mb-pagin {
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
}
    .mb-pagin a, .mb-pagin span, .mb-pagin .btn-viewmore {
        display: inline-block;
        height: 45px;
        line-height: 45px;
        width: 130px;
        margin-right: 1px;
        border-radius: 45px;
        background: #e1e1e1;
        color: #ff0000;
        font-size: 14px;
        font-weight: 700;
    }