/* Section First Banner---------------------------------------------*/

.bg-light-blue-2 {
    background-color: #F0F7FC;
}

.sptb-fin-banner {
    padding-top: 7rem;
    padding-bottom: 2rem;
}

.fin-headtext {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 0.0075em;
    color: white;
    line-height: 70px;
}

@media (max-width: 991px) {
    .fin-headtext {
        text-align: center;
    }
    .sptb-fin-banner {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .fin-headtext {
        font-size: 45px;
    }
}

@media (max-width: 461px) {
    .fin-headtext {
        font-size: 40px;
    }
    .sptb-fin-banner {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
}

@media (max-width: 412px) {
    .fin-headtext {
        font-size: 35px;
    }
}

/* Section Menu Bar---------------------------------------------*/

@media (max-width: 767px) {
    .sptb-box-menu {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

/* Section Graph---------------------------------------------*/

.sptb-graph-fin {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.crop-box-tap {
    padding-left: 150px;
    padding-right: 150px;
}

.graph-head-text-2 {
    color: #00407D;
    font-weight: 600;
    font-size: 45px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .graph-head-text-2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .crop-box-tap {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media (max-width: 767px) {
    .graph-head-text-2 {
        font-size: 30px;
    }
    .crop-box-tap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 416px) {
    .graph-head-text-2 {
        margin-bottom: 0px;
        padding-top: 0px;
    }
    .crop-box-tap {
        margin-top: 10px;
    }
}

/* Section Table---------------------------------------------*/

.table-head-text {
    color: #00407D;
    font-weight: 600;
    font-size: 45px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 80px;
}

.text-date-update {
    color: #003364;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
}


@media (max-width: 1199px) {
    .table-head-text {
        margin-bottom: 20px;
    }
    .normal_table_major {
        font-size: 18px !important;
    }
    .sub-tab {
        font-size: 18px !important;
    }
    .text-date-update {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .table-head-text {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .table-head-text {
        font-size: 30px;
    }
    .normal_table_major {
        font-size: 16px !important;
    }
    .sub-tab {
        font-size: 16px !important;
    }
}

@media (max-width: 550px) {
    .normal_table_major {
        font-size: 14px !important;
    }
    .sub-tab {
        font-size: 14px !important;
    }
}

@media (max-width: 524px) {
    .normal_table_major {
        font-size: 12px !important;
    }
    .sub-tab {
        font-size: 12px !important;
    }
}

@media (max-width: 474px) {
    th {
        padding: 13px 5px !important;
    }
}