﻿.bodyNew {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.bodyNewInside {
    display: flex;
    width: 1200px;
}

.left-new {
    flex: 1;
}

.right-new {
    flex: 0 0 300px;
    margin-left: 10px;
}

.titleNew {
    color: #0066b3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.item-tintuc {
    width: 270px;
    margin: 10px;
}

    .item-tintuc a {
        text-decoration: none;
    }

.all-itemTT {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tt-img {
    width: 100%;
    height: 220px;
    border: 1px solid #c8c8c8;
    border-bottom: 0;
    border-radius: 3px;
    padding: 3px;
}

    .tt-img img {
        width: 100%;
        height: 100%;
    }

.imgTTLienQuan img {
    width: 100px;
    height: 100px;
}

.imgTTLienQuan {
    margin-right: 10px;
    display: flex;
    text-decoration: none !important;
    cursor: pointer;
}

.ttlq {
    display: flex;
    border-bottom: 1px dashed #c8c8c8;
    padding: 5px;
}

    .ttlq:hover {
        box-shadow: 0 0 5px #cabfbf;
        cursor: pointer;
        border: 0;
    }

    .ttlq:nth-last-child(1) {
        border: 0;
    }

.all-ttlq {
    border: 1px solid #c8c8c8;
    margin-top: 10px;
    height: 556px;
    overflow: auto;
}


.left-new img {
    max-width: 100%;
}