.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    padding: 0;
    margin: 0 0 8px 0;
}

.entry-content p {
    font-size: 22px;
    line-height: 23px;
    margin: 0 0 16px 0;
}

.entry-content h1 {
    font-size: 40px;
    line-height: 48px;
}

.entry-content h2 {
    font-size: 36px;
    line-height: 38.4px;
}

.entry-content h3 {
    font-size: 30px;
    line-height: 28.8px;
}

.entry-content h4 {
    font-size: 26px;
    line-height: 24px;
}

.entry-content h5 {
    font-size: 22px;
    line-height: 38.4px;
}

.entry-content h6 {
    font-size: 20px;
    line-height: 19.2px;
}

.container-regist-form button[type="button"] {
    min-width: 134px;
    font-size: 18px;
    padding-left: .325rem .75rem;
}

.container-regist-form button[type="button"],
.container-regist-form button[type="button"]:hover {
    background-color: #F06024;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

.contact-container iframe {
    width: 100%;
    height: 100%;
}

#footer ul {
    list-style-type: none;
}

.msg-red {
    border: 2px solid red !important;
}

.modal-header {
    border-bottom: 0;
}

.main-content img.size-full,
.detail-content img.size-full,
.service-content img.size-full {
    max-width: 100%;
    height: auto;
}

.service-content.two-tabs .icon-tab .nav-link span {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

a.no-style {
    color: inherit;
    /* blue colors for links too */
    text-decoration: inherit;
    /* no underline */
}

.promotion span.btn-primary-link {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
}

span.btn-primary-link,
span.btn-primary-link:hover,
span.btn-primary-link:focus {
    color: #F06024;
    background-color: transparent;
}

.btn-language,
.btn-lang {
    display: none;
}

body.modal-open .modal {
    display: flex !important;
    height: 100%;
}

body.modal-open .modal .modal-dialog {
    margin: auto;
    min-width: 375px;
}