<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css news-detail*/

.news-detail {
    padding: 0px 0 20px 0;
    text-align: justify;
}

.news-detail ul {
    list-style: disc;
    padding-left: 20px;
}

.news-detail ul&gt;li {
    list-style: disc;
}
.noi_dung_in tr td {
    border: solid 1px #ccc;
}
.noi_dung_in h2 {
	font-size: 25px;
	margin-bottom: 10px;
}
.noi_dung_in h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
.noi_dung_in h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.news-detail&gt;.image {}

.news-detail .news_note {
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-detail&gt;.image&gt;img {
    max-width: 100%;
    height: auto;
}

.news-detail .author {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-detail .author .date {
    display: flex;
    align-items: center;
}

.news-detail .author .day {
    font-size: 17px;
    line-height: 1.42857143;
}

.news-detail .author .year {
    text-transform: none;
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 0px 10px;
    width: 46px;
    height: 50px;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    line-height: 1.42857143;
    padding: 6px 10px;
    width: auto;
    height: 30px;
    margin-left: 0px;
    /* margin-top: 14px; */
}

.news-detail .author .name-author {
    line-height: 50px;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.news-detail .news-title {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-top: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.news-detail .content-news {
    font-size: 15px;
    color: #535252;
}

.news-detail .content-news img {
    max-width: 100%;
    height: auto;
}
.news-detail .content-news iframe {
    max-width: 100%;
    height: 550px;
}

.news-detail .content-news ul,
.news-detail .content-news ul&gt;li {
    list-style: disc;
}
.news-detail .content-news table {
    width: 100%;
}
.news-detail .content-news tr td {
    border: solid 1px #ccc;
}
.news-detail .content-news ul {
    padding-left: 20px;
}
.news-detail .content-news h2,h3,h4,h5 {
    font-size: 18px;
    font-weight: 600;
}

/*  */
.dv-01-news-item {
    /* padding: 0 7.5px; */
    margin-bottom: 20px;
}

.dv-01-news-item .image {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

.dv-01-news-item .date {
    margin-bottom: 10px;
    font-size: 13px;
    color: #898989;
}



.dv-01-news-item .image img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.dv-01-news-item .image:hover img {
    transform: scale(1.1);
}

.dv-01-news-item .image2 {
    overflow: hidden;
    position: relative;
    padding-bottom: 75%;
}
.dv-01-news-item .image2 img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.dv-01-news-item .image2:hover img {
    transform: scale(1.1);
}

.dv-01-news-item h3 {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin: 5px 0 10px;
    position: relative;
}

.dv-01-news-item h3 a {
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 17px;
}

.dv-01-news-item h3 a:hover {
    color: #2978bb;
}

.dv-01-news-item .desc {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	height: auto;
}
.xemthem_in {
    background: rgb(41 120 187);
    padding: 5px 20px;
    margin: 10px 0 0 0;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}
.xemthem_in a {
    color: #fff;
}
.viewmore-news {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-bottom: 0;
    color: #2978bb;
}

.viewmore-news i{
    margin-left: 5px;
}

.viewmore-news:hover{
    text-decoration: underline;
}

/*  */
</pre></body></html>