/*section title with more button*/
.b-section-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font: 48px/40px Calibri Bold;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 1px solid #939393;
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.b-section-title .b-title{
    font: 28px/29px Calibri Bold;
}
.b-section-title .b-action-link{
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 0;
    color: #008197;
    cursor: pointer;
    text-transform: capitalize;
}
.b-section-title .b-action-link svg:not(:first-child){
    margin-left: -5px !important;
}
@media screen and (max-width: 1024px) {
    .container > .b-section-title {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 10px !important;
    }
    .b-section-title {
        flex-direction: column;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        padding: 0;
    }
    .b-section-title .b-title{
        font: 21px/29px Calibri Bold;
           align-self: center;
        text-align: center;
        margin-bottom: 0;
    }
    .b-section-title .b-action-link{
        align-self: flex-end;
        margin-right: 0;
        font-size: 21px;
    }
}


/*Section breake title*/
.b-section-break-title{
    max-width: 810px;
    margin: 0 auto;
}
    .b-section-break-title .b-title {
        font: 30px Calibri Bold;
        border-bottom: 1px solid #939393;
        padding-bottom: 18px;
        margin-bottom: 30px;
    }
    .b-section-break-title .b-introduction {
        font: 21px Calibri Regular;
    }
@media (max-width: 1024px) {
    .b-section-break-title .b-title{
        text-align: center;
    }
}


/*Thay cho container*/
.b-section-wrap {
    padding: 0 140px;
}
@media (max-width: 1024px) {
    .b-section-wrap {
        padding: 0 32px;
    }
}
.b-title-primary {
    font: 30px Calibri Bold;
    margin-bottom: 30px;
}