/**
 * Trang tĩnh / CMS (Views/Page: Index, Policy, PostPushInfo). Contact → _contact.css.
 */

.cms-page .content-title-section {
    text-align: center;
    margin: 50px 0;
}

.cms-page .content-title-section .title {
    text-align: center;
    max-width: 55.5rem;
    margin: 0 auto 0.7rem;
    font-size: 30px;
    font-weight: bold;
}

.cms-page .content-title-section p {
    font-size: 18px;
}

.cms-page .content-title-section .description {
    margin-bottom: 4.8rem;
    font-size: 1.3rem;
}

.cms-page .contact {
    background-color: #fff;
    margin-bottom: 30px;
}

.cms-page .contact .content p {
    font-size: 16px;
    text-align: justify;
}

.cms-page .contact h3 {
    font-weight: bold;
    font-size: 20px;
}

.cms-page .contact .info-contact i {
    font-size: 25px;
    margin-right: 10px;
}

.cms-page .contact .info-contact a {
    font-size: 18px;
    color: rgb(192, 57, 43) !important;
}

.cms-page .dieukhoan {
    background-color: #fff;
    margin-bottom: 30px;
}

.cms-page .dieukhoan p,
.cms-page .dieukhoan li {
    font-size: 16px;
    text-align: justify;
}

.cms-page .dieukhoan img {
    font-size: 16px;
}

.cms-page .dieukhoan h3 {
    font-weight: bold;
    font-size: 20px;
}

.cms-page .post-push-info {
    font-size: 16px;
}

@media (max-width: 512px) {
    .cms-page .post-push-info img {
        width: 100%;
    }
}
