<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Start custom CSS for html, class: .elementor-element-54a67c9 */.article-container-custom {
    font-family: Arial, sans-serif;
    line-height: 1.7; /* TÄƒng khoáº£ng cÃ¡ch dÃ²ng cho dá»… Ä‘á»c hÆ¡n */
    color: #333333;
    background-color: #ffffff; /* Ná»n tráº¯ng cho ná»™i dung bÃ&nbsp;i viáº¿t */
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* BÃ³ng má» nháº¹ hÆ¡n */
    margin: 20px 0; /* Khoáº£ng cÃ¡ch trÃªn dÆ°á»›i vá»›i cÃ¡c section khÃ¡c */
}

.article-container-custom h3 {
    color: #0056b3;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0; /* ÄÆ°á»ng gáº¡ch chÃ¢n h3 nháº¹ nhÃ&nbsp;ng hÆ¡n */
    font-size: 22px; /* KÃ­ch thÆ°á»›c h3 */
}

.article-container-custom ul {
    margin-bottom: 20px;
    padding-left: 25px; /* Thá»¥t lá» cho danh sÃ¡ch */
}

.article-container-custom li {
    margin-bottom: 12px; /* Khoáº£ng cÃ¡ch giá»¯a cÃ¡c má»¥c trong danh sÃ¡ch */
}

.article-container-custom strong {
    color: #003d7a;
    font-weight: 600; /* Äáº­m vá»«a pháº£i */
}

.image-container-custom {
    text-align: center;
    margin: 30px auto;
    max-width: 100%;
}

.image-container-custom img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.image-container-custom figcaption {
    text-align: center;
    font-style: italic;
    color: #555555;
    margin-top: 10px;
    font-size: 14px; /* ChÃº thÃ­ch áº£nh nhá» hÆ¡n */
}

.custom-hr { /* Class má»›i cho hr Ä‘á»ƒ dá»… tÃ¹y chá»‰nh */
    margin: 40px auto;
    border: 0;
    height: 1px;
    background: #dddddd; /* MÃ&nbsp;u thanh ngang nháº¡t hÆ¡n */
    width: 80%; /* Thanh ngang dÃ&nbsp;i hÆ¡n má»™t chÃºt */
}

.related-links-custom h3 {
    border-bottom: none;
    margin-bottom: 10px;
    font-size: 18px; /* TiÃªu Ä‘á» link liÃªn quan nhá» hÆ¡n */
}

.related-links-custom ul {
    list-style: none;
    padding: 0;
}

.related-links-custom li {
    margin-bottom: 8px;
}

.related-links-custom a {
    color: #0056b3;
    text-decoration: none;
}

.related-links-custom a:hover {
    text-decoration: underline;
}

/* Responsive cÆ¡ báº£n */
@media (max-width: 600px) {
    .article-container-custom {
        padding: 20px;
        margin: 15px 0;
    }

    .article-container-custom h3 {
        font-size: 20px;
    }

    .image-container-custom {
        margin: 25px auto;
    }

    .custom-hr {
        margin: 30px auto;
    }
}/* End custom CSS */</pre></body></html>