.container .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 40px;
}

.content .col-l {
    flex-basis: 68%;
}

.content .col-r {
    flex-basis: 29%;
}

/*Danh sách link thẻ tag*/
.col-l .box-tags {
    margin-top: 2rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    background: var(--gray);
    padding: 1.5rem 1.5rem 0;
}

.col-l .box-tags .item {
    margin-right: 15px;
    background: #F7F8FA;
    /*background: #eff1f5;*/
    padding: 5px 20px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.col-l .box-tags .item-icon {
    background: #fff;
    padding: 0;
}

.col-l .box-tags .item a {
    color: #5a5a5a;
}

.des p, .des img, .des ul li {
    margin: 1rem 0;
}

.des ol {
    margin-left: 1.5rem;
}

.des iframe {
    width: 100%;
    height: 450px;
}

.col-l .box-tags .item {
    margin-right: 15px;
    padding: 5px 10px;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    background: var(--btn);
}

.col-l .box-tags .item a {
    color: var(--white);
    text-transform: capitalize;
}

.box-tags .fa-tag {
    color: var(--white);
}

.col-l .box-tags .item:hover {
    background: var(--btnHover);
}

.time-post {
    margin-bottom: 1.5rem;
}

.time-post, .time-post i {
    color: #89888b;
}

.col-l .title-page {
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}

/*Có thể bạn quan tâm*/
.content .news-other-box {
    flex-basis: 29%;
    background: var(--gray);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.news-other-box h2 {
    margin-bottom: 0.5rem
}

.news-other-box .item {
    border-bottom: 1px dotted #ccc;
    padding: 15px 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.news-other-box .item img {
    width: 60px;
    height: 55px;
    object-fit: cover;
}

.news-other-box .item a {
    width: auto;
}

.news-other-box .other-info {
    margin-left: 1rem;
}

.news-other-box .other-price {
    color: var(--red);
    font-size: 1.6rem;
}

#news-box .item a {
    margin-left: 1rem;
}

.news-other-box .item:last-child {
    border: none;
    padding-bottom: 0;
}

.news-other-box .item a {
    color: var(--text);
    text-transform: capitalize;
}

.news-other-box .item a:hover {
    color: var(--yellow);
}

.col-l img {
    width: 100% !important;
}

.des ul li {
    /*list-style: auto;*/
    margin-left: 1.5rem;
}

.des a {
    width: auto;
}

@media only screen and (max-width: 1024px) {
    .content .col-l {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .content .col-r {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .container .content {
        padding: 15px 0 10px;
    }

    .content .col-r .item {
        padding: 10px 0;
    }

    /*thẻ tags*/
    .col-l .box-tags .item {
        margin-right: 10px;
    }

    .col-l img {
        height: 400px !important;
    }

    .des iframe {
        height: 400px;
    }
}

@media only screen and (max-width: 576px) {
    .col-l img {
        height: 350px !important;
    }

    .des iframe {
        height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .col-l img {
        height: 300px !important;
    }
}

@media only screen and (max-width: 420px) {
    .col-l img {
        height: 270px !important;
    }
}

@media only screen and (max-width: 360px) {
    .col-l img {
        height: 250px !important;
    }

    .content .news-other-box {
        padding: 1.5rem 0.5rem;
    }
}
