/*mô tả ngắn trang tin tức*/
.xa-des h1, .xa-des h2, .xa-des h3, .xa-des h4  {
    line-height: 22px;
    font-size: 14px;
    color: var(--xaBlack);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 100;
    text-transform: capitalize;
}
/*trang chi tiết*/
.xa-description h1, .xa-description h2, .xa-description h3, .xa-description h4 {
    line-height: 22px;
    font-size: 14px;
    color: var(--xaBlack);
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
    text-transform: capitalize;
}

.xa-news-content table {
    width: 100%;
    border-collapse: collapse;
}

.xa-news-content img {
    width: 100% !important;
    object-fit: contain;
    height: auto;
}

figcaption {
    width: 100% !important;
	margin-top: 5px;
}

figure {
   width: 100% !important;
	margin-bottom: 5px;
}

@media only screen and (max-width: 576px) {
    .xa-news-content img {
        object-fit: cover;
    }
}