﻿/* Bài viết liên quan - Start */
.d-related-article {
    display: flex;
    flex-direction: column;
}

.d-related-article .first-item {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}

.d-related-article .first-item,
.d-related-article .list-related-article {
    margin: 0;
    padding: 0;
}

.d-related-article .list-related-article .related-article {
    margin: 0;
    padding: 24px 0;
    border-bottom: 1px solid #DDDDDD;
}

.related-article .a-related-article {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.related-article .a-related-article .article-title {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    text-decoration: underline;
}

.related-article .a-related-article .article-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #717171;
}

.description-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

/* Bài viết liên quan - End*/

/* Liên lạc - Start */
.d-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.d-contact .contact-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #222222;
}

.d-contact .d-btn-contact {
    margin: 16px 0;
}

.d-contact .d-btn-contact .btn-contact {
    border: 1px solid #000000;
    background: #F7F7F7;
    transform: scale(0.96);
    color: #222222;
    border-radius: 8px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 23px;
    padding-right: 23px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.d-contact .contact-description,
.d-contact .contact-feedback {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}

.d-contact .contact-feedback a {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    text-decoration: underline;
    font-weight: 600;
}

/* Liên lạc - End*/

/* Yêu cầu đăng nhập - Start */
.d-ask-dang-nhap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
}

.d-ask-dang-nhap .ask-dang-nhap-body {
    font-family: Roboto;
     font-size: 12pt;
     text-align: center;
}
.btn-dang-nhap  a {
   width: 100%;
   color: #F7F7F7 !important;
}
.d-ask-dang-nhap a {
   color: dodgerblue;
}
/* Yêu cầu đăng nhập - End */

/* Overwrite theme */
body {
    font-size: 16px;
}

h1, h2 {
    margin-top: 32px;
    margin-bottom: 16px;
}

h2 {
    font-size: 22px;
}

h3 {
    margin-top: 32px;
    margin-bottom: 8px;
}

h4 {
    margin-top: 32px;
    margin-bottom: 4px;
}

ul, ol {
    margin: 16px 0px;
    padding-left: 40px;
    font-size: 16px !important;
}

.content-body li {
    margin-bottom: 16px;
}

blockquote {
    border-left: 5px solid #ebebeb;
    padding-left: 32px;
    line-height: 1.667;
    margin-top: 32px;
    margin-bottom: 32px;
}