.elementor-2447 .elementor-element.elementor-element-56ed4bdb{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2447 .elementor-element.elementor-element-706fac13{font-family:"Roboto", Sans-serif;font-weight:400;color:#7A7A7A;}/* Start custom CSS for text-editor, class: .elementor-element-706fac13 *//* Tùy chỉnh font chữ Times New Roman và khoảng cách chung */
.econtract-article {
    font-family: 'Times New Roman', Times, serif;
    color: #334155;
    line-height: 1.7;
    font-size: 17px; /* Tăng kích thước lên 17px một chút để hiển thị Times New Roman dễ đọc hơn trên web */
    max-width: 800px;
    margin: 0 auto;
}

/* Tiêu đề chính dạng Hero */
.econtract-article .hero-title {
    color: #002e9c;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e8f0;
}

/* Các thẻ Heading con */
.econtract-article h3 {
    color: #002e9c;
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 15px;
}

.econtract-article h4 {
    color: #002e9c;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

.econtract-article p {
    margin-bottom: 20px;
}

/* Hình ảnh hiển thị */
.econtract-article .article-image {
    margin: 30px 0;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.econtract-article .article-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Danh sách tính năng */
.feature-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 25px;
}
.feature-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}
.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #002e9c;
    font-weight: bold;
}

/* Hộp Call to Action (Khuyến nghị hành động) */
.cta-box {
    background-color: #f0fdfa;
    border-left: 4px solid #002e9c;
    padding: 20px 25px;
    margin: 40px 0;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.cta-box h4 {
    margin-top: 0;
    color: #002e9c;
}
.cta-box p {
    margin-bottom: 0;
    font-weight: 500;
}

/* Bảng thuật ngữ chuyên nghiệp, Responsive */
.glossary-section {
    margin-top: 50px;
}
.table-responsive {
    overflow-x: auto;
    margin-bottom: 30px;
}
.modern-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.modern-table thead {
    background-color: #f8fafc;
}
.modern-table th {
    text-align: left;
    padding: 15px;
    color: #002e9c;
    font-weight: 700;
    border-bottom: 2px solid #e2e8f0;
}
.modern-table td {
    padding: 15px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
}
.modern-table tbody tr:hover {
    background-color: #f1f5f9;
}

/* Tài liệu tham khảo */
.reference-section {
    background: #f8fafc;
    padding: 20px;
    border-radius: 8px;
    font-size: 15px;
    color: #64748b;
}
.reference-section h4 {
    margin-top: 0;
    font-size: 16px;
    color: #002e9c;
}
.reference-section ul {
    padding-left: 20px;
    margin-bottom: 0;
}/* End custom CSS */