body.fixed-header{
    margin-top: 57px;
}

.section .container{
    max-width: 48em;
}

.section__title.section__title--hr {
    position: relative;
}

.section__title.section__title--hr > * {
    z-index: 2;
}

.section__title.section__title--hr:before {
    content: '';
    position: absolute;
    top: 49%;
    right: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
    z-index: 1;
}

.section.bg-light .section__title.section__title--hr > .section__title-text{
    background-color: #f8f9fa !important;
}

.section__title.section__title--hr.d-block > .section__title-text{
    position: relative;
    margin: 0 auto;
}

.section__title.section__title--hr.d-block > .section__title-action{
    position: absolute;
    top: 14%;
}

.section__title.section__title--hr.d-block > .section__title-action.section__title-action-left{
    left: 0;
}

.section__title.section__title--hr.d-block > .section__title-action.section__title-action-right{
    right: 0;
}

.section__title > .section__title-action.section__title-action-right.dropdown > .dropdown-menu,
.dropdown--toggle-action > .dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
}

.section__title > .section__title-action.section__title-action-right.dropdown > .dropdown-menu > .dropdown-item,
.dropdown--toggle-action > .dropdown-menu{
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 80%;
}

/* CTA WA */
.cta__cms {
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.cta__cms .cta__cms-wa {
    display: block;
    font-size: 2.2rem;
    transition: all .2s ease-in-out;
    border-radius: 50rem;
    height: 42px;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    border: 1px solid #25D366;
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
}

.cta__cms .cta__cms-wa:hover {
    background-color: transparent;
    color: #25D366;
}

.cta__cms .cta__cms-wa .fa {
    font-size: 20px;
}
.cta__cms .cta__cms-wa span {
    font-size: 14px;
}

/* CMS NAVTAB */
@media (max-width: 768px) {
    .cms-navtab {
        white-space: nowrap;
        display: block;
        overflow-x: auto;
    }

    .cms-navtab .nav-item {
        display: inline-block;
    }
}

/* CURSOR */
.cursor-pointer{
    cursor: pointer !important;
}

/* BG COLOR */
.bg-cms{
    background-color: #019961;
}
.bg-cms-card{
    background-color: #f3f3f3;
}

/* COLOR */
.text-color-cms{
    color: #019961;
}