.banner-blog {
    background: linear-gradient(102.19deg, #F4FAFD 0.04%, #F3ECE3 100%);
    width: 100%;
}

.blog-all {
    width: 24%;
}

.card-blog {
    padding: 10px;
    background: #FFFFFE;
    box-shadow: 4px 6px 13px rgba(215, 215, 215, 0.25);
    border-radius: 12px;
    margin-bottom: 30px;
}

.title-all {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    color: #2B2C34;
}

.img-card {
    width: 100%;
    height: 189px;
    object-fit: cover;
}

.people1, .people2 {
    width: 45%;
}

.people3 {
    width: 25%;
}

.img-card-people {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.title-card {
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: #2B2C34;
    margin: 10px 0;
}

.title-people {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #2B2C34;
}

.title-content {
    height: 45px;
}

.card-content-blog {
    height: 39px;
}

.note-card {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    color: #2B2C34;
}

.search-input {
    text-align: left;
    color: #CACACA;
    font-style: italic;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0.05em;
}

.icon-search {
    font-size: 18px;
    position: absolute;
    top: 30%;
    left: 90%;
}

.filter-select {
    min-width: 470px;
}

.filter-left {
    margin-bottom: 10%;
}

.filter-left p {
    font-size: 1.2rem;
}

.category-block {
    list-style: none;
    padding-left: 0;
}

.category-block li {
    color: #686868;
    line-height: 19px;
    font-size: 15px;
    margin: 1rem 0;
    border-bottom: 1px solid #F2F2F2;
    padding: 10px 0;
}

.blog-title {
    font-weight: 700;
    font-size: 1.15rem;
    color: #404040;
}

.blog-desc {
    font-weight: 400;
    font-size: 1rem;
    color: #686868;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: initial;
}

.btn-sep {
    line-height: 15px;
    width: 80px !important;
    padding: 10px;
    height: auto !important;
}

.blog-item {
    margin-bottom: 30px;
}

.blog-actor {
    display: flex;
    align-items: center;
}

.actor-avt {
    border-radius: 50%;
}

.blog-desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: #686868;
}

.text-share {
    font-weight: 400;
    font-size: 1rem;
    /* identical to box height, or 150% */

    letter-spacing: 0.05em;

    color: #686868;
}

.count-comment {
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #404040;
}

.list-comment {
    margin-top: 15px;
}

.comment-main {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.comment-avt {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.comment-desc {
    min-width: 100%;
    border: 1px solid #F2F2F2;
    padding: 12px 12px;
    margin-left: 15px;
}

.comment-time {
    display: flex;
    align-items: center;
}

.comment-info {
    margin-top: 5px;
    font-size: 1rem;
    font-weight: 400;
    /* identical to box height, or 150% */
    letter-spacing: 0.05em;

    color: #686868;
}

.btn-reply {
    color: #fd1318;
}

.reply-comment {
    margin-left: 50px;
    display: flex;
    align-items: center;
}

.text-recommend {
    color: #000000;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.blog-recommend {
    margin-top: 60px;
}

.show-category {
    font-size: 12px;
    color: #F4C200;
    font-weight: bold;
    display: none;
}

.popup-category {
    top: 0;
    right: 100%;
    transition: .5s;
    background: #33333330 !important;
    opacity: 0;
    z-index: -100;
}

.popup-category.active {
    right: 0;
    opacity: 1;
    z-index: 1000000;
}

.hidden-desktop {
    display: none;
}

.img-blog-footer {
    width: 96px !important;
    height: 72px !important;
    object-fit: cover;
}

.category-blog {
    position: absolute;
    padding: 5px 15px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 14px;
    color: white;
    font-weight: 500;
}

.key-0 {
    background-color: #ee4d2d;
}

.key-1 {
    background-color: #089e29;
}

.key-2 {
    background-color: #fcaf17;
}

.key-3 {
    background-color: #22215b;
}

.key-4 {
    background-color: #dd011b;
}

.key-5 {
    background-color: #dd217e;
}

.key-6 {
    background-color: #605bdd;
}

.key-7 {
    background-color: #5ed7dd;
}

.banner-header {
    background: center center no-repeat;
    position: relative;
    height: 650px;
}

.text-banner {
    position: absolute;
    left: 0;
    /*top: 0;*/
    bottom: 0;
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 0 80px;
}

.title-img-blog {
    font-size: 30px;
    margin-bottom: 8px;
}

.sum {
    font-size: 18px;
}

.doc-ngay {
    text-align: center;
    display: block;
    padding: 0 50px;
    line-height: 48px;
    background: #fcaf17;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-family: svn-gilroy bold;
    cursor: pointer;
}

.newest {
    padding: 40px 0;
}

h2.title-block {
    font-size: 18px;
    text-align: center;
    color: #fcaf17;
    margin-bottom: 15px;
}

.left {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}

.content-img-item {
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding: 40px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    max-width: 425px;
}

.title-img-item {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.right {
    height: 474px;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px 0 10px;
    overflow: auto;
}

.item {
    width: 100%;
    display: flex;
}

.content-banner-item {
    margin-left: 20px;
}

.title-banner-item {
    font-size: 16px;
}

@media (min-width: 1200px) {
    .content-card-blog {
        width: 56% !important;
    }
}

@media (max-width: 1300px) {
    .col-lg-1-5 {
        width: 12% !important;
    }
}

@media (max-width: 1280px) {
    .popup-facebook, .popup-ig, .popup-ytb {
        width: 260px;
    }
}

@media (max-width: 1199px) {
    .col-lg-1-5 {
        width: 13% !important;
    }
}

@media (max-width: 1057px) {
    .col-lg-1-5 {
        width: 14% !important;
    }

    .popup-ytb {
        left: 11px;
    }

    .popup-ytb:before {
        left: 75px;
    }
}

@media (min-width: 992px) {
    .fa-solid {
        display: none;
    }
}

@media (max-width: 992px) {
    .live-mrt {
        margin-left: 100px !important;
    }

    .people1, .people2 {
        width: 48%;
    }

    .title-all {
        font-size: 18px;
    }

    .card-blog {
        margin-right: 5px !important;
    }

    .blog-all {
        margin-right: 5px !important;
        width: 32%;
    }

    .card-bv {
        padding: 0 30px;
    }

    .title-card {
        font-size: 13px;
    }

    .title-content {
        font-size: 12px;
        height: 39px;
    }

    .img-blog-footer {
        width: 80px !important;
    }

    .content-card-blog {
        width: 56% !important;
    }

    .img-card {
        height: 160px;
    }
}

.category-hien {
    display: block !important;
}

.plus_an {
    display: none !important;
}

.minus_hien {
    display: inline-block !important;
    margin-left: 40px;
}

.store-hien {
    display: block !important;
}

.store_an {
    display: none !important;
}

.store_hien {
    display: inline-block !important;
    margin-left: 100px;
}

@media (max-width: 991px) {
    .category-hiden {
        display: none;
    }

    .plus {
        display: inline-block;
        margin-left: 40px;
    }

    .minus {
        display: none;
    }

    .store-hiden {
        display: none;
    }

    .store-plus {
        display: inline-block;
        margin-left: 100px;
    }

    .store-minus {
        display: none;
    }

    .text-banner {
        width: 50%;
        padding: 0 60px;
    }

    .title-img-blog {
        font-size: 25px;
    }

    .sum {
        font-size: 16px;
    }

    .news-hot {
        flex-direction: column;
    }

    .left {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .content-img-item {
        bottom: 60px;
        left: 60px;
    }

    .right {
        flex: none;
        max-width: 100%;
    }
    .text-recommend,.blog-title{
        font-size: 16px;
    }
    .next-blog,.prev-blog{
        display: none;
    }
    .content-detail-blog{
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .col-lg-1-5 {
        width: 17% !important;
    }

    .menu-category.cart-title {
        margin-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .show-category {
        display: block;
    }

    .side-bar {
        display: none;
    }

    .hidden-desktop {
        display: block;
    }
}

@media (max-width: 525px) {
    .col-lg-1-5 {
        width: 19% !important;
    }
    .blog-all{
        width: 49%;
        margin-right: 0px!important;
    }
    .img-card{
        height: 125px;
    }
    .img-blog-footer{
        width: 96px!important;
    }
    .img-card-people{
        width: 30px;
        height: 30px;
    }
    .text-recommend, .blog-title{
        font-size: 14px;
    }
    .content-desc-blog{
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .content-card-blog {
        width: 100% !important;
    }

    .text-banner {
        width: 100%;
        justify-content: end;
    }

    .doc-ngay {
        width: 72%;
        font-size: 14px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .title-img-blog {
        font-size: 20px;
    }

    .sum, .title-banner-item {
        font-size: 14px;
    }

    .content-img-item {
        bottom: 0;
        left: 0;
    }

    .title-img-item {
        font-size: 16px;
    }

    .content-line-3, .author, .house {
        font-size: 12px;
    }

    .image img {
        max-width: 160px !important;
        min-width: 160px !important;
    }

    .content-banner-item {
        margin-left: 15px;
    }
}

@media (max-width: 486px) {
    #button {
        bottom: 12px !important;
        right: 28px !important;
    }
}

@media (max-width: 470px) {
    .col-lg-1-5 {
        width: 21% !important;
    }
}

@media (max-width: 410px) {
    .col-lg-1-5 {
        width: 25% !important;
    }
}

@media (max-width: 375px) {
    .image img {
        max-width: 135px!important;
        min-width: 110px!important;
    }
}
