/* main-news-one */

.news-one-left {
    /* border-right: 1px solid #ddd; */
    overflow: hidden;
}

.news-one-left-top {
    padding: 30px 0px;
    text-align: center;
}

.tt-lich {
    width: 50px;
    height: 50px;
    position: absolute;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    color: #004895;
    font-weight: 600;
    background: #fff;
    border: 2px solid #004895;
}

.news-one-left-img {
    /* margin-top: 50px; */
    overflow: hidden;
}

.news-one-content {
    margin-top: 40px;
}

.news-one-content p img {
    width: 70%;
}

.tintuc-comment {
    padding-bottom: 50px;
}

.tintuc-comment input,
.tintuc-comment textarea {
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    background: #fff;
    border: 1px solid #ddd;
}

.news-one-list-btn {
    padding-bottom: 50px;
}

.news-one-bottom {
    padding-top: 50px;
    padding-bottom: 30px;
}

.news-title {
    margin-left: 20px;
}

.news-title ul li {
    list-style: none;
    text-decoration: none;
    padding-bottom: 5px;
}

.news-title ul li a {
    font-size: 16px;
    color: #004895;
}

.news-title ul li a:hover {
    color: yellowgreen;
    list-style: none;
    text-decoration: none;
}

.tt-text {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0px;
}

.tt-text a,
.tt-text i {
    color: #004895;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.grid-item {
    border-radius: 2px;
    padding: 5px;
    text-align: center;
    margin-right: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.grid-item a {
    color: #fff;
}

@media(max-width: 999px) {
    .news-right{
      border-left:none;
    }
}
@media(max-width: 426px) {
    .grid-container {
        grid-template-columns: auto auto auto;
    }
    .grid-item {
        margin-bottom: 5px;
    }
    .news-one-content p img {
        width: 100%;
    }
}

@media(max-width: 321px) {
    .grid-container {
        grid-template-columns: auto auto;
    }
    .grid-item {
        margin-bottom: 5px;
    }
}