.container{
    max-width: 1320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

h1 {
    font-size: 24px;
    line-height: 34px !important;
    color:#000;
    font-weight: normal;
    margin-bottom: 0;
}

h2 {
    font-size: 22px;
    line-height: 32px !important;
    color:#000;
    font-weight: normal;
    margin-bottom: 0;
}

h3 {
    font-size: 20px;
    line-height: 30px !important;
    color:#000;
    font-weight: normal;
    margin-bottom:20px;
    margin-bottom: 0;
}

h4 {
    font-size: 18px;
    line-height: 28px !important;
    color:#000;
    font-weight: normal;
    margin-bottom:15px;
    margin-bottom: 0;
}

h5 {
    font-size: 16px;
    line-height: 26px !important;
    color:#000;
    font-weight: normal;
    margin-bottom:10px;
    margin-bottom: 0;
}

h6 {
    font-size:14px;
    line-height:16px !important;
    color:#000;
    font-weight: normal;
    margin-bottom:10px;
    margin-bottom: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
#secondary img, article img, figure, img, img.wp-post-image {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}
body{
    font-family: 'Open Sans', Arial, sans-serif !important;
    word-spacing: 1px !important;
    font-size: 14px !important;
    color: #333 !important;
    background: #fff !important;
    line-height: 1.6 !important;
    overflow-x: hidden;
}
strong{
    font-weight: bold;
}
:focus{
    outline: none !important;
}
a{
    text-decoration: none !important;
}
p{
    color: #333;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.mb-4{
    margin-bottom: 20px;
}
.entry-content > p{
    margin-bottom: 15px;
}
.entry-content > ol{
    margin: 15px 0;
    padding-left: 20px;
}
.entry-content li{
    margin-bottom: 15px;
    list-style: decimal;
}
.entry-content ul li{
    list-style: circle;
    margin-bottom: 10px;
}
ul li, ol li {
    list-style: none;
    font-size: 16px;
    line-height: 26px;
}
.entry-content ul{
    padding-left: 20px;
}

.entry-content p img{
    display: block;
    margin: 15px auto;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    padding: 10px 0;
    font-weight: bold;
}
.header-logo > a{
    margin-right: 0;
    padding: 0;
}
.header-logo img{
    width: 200px;
}
/*top header*/
.top-header{
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}
.top-header a{
    color: #333;
}
.box-top-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-top-header-right{
    display: flex;
    align-items: center;
    gap: 15px;
}
.donate a{
    letter-spacing: 0.5px;
    color: #fff;
    background: #0f75bd;
    padding: 7px 10px;
    border-radius: 5px;
}
.banner-header {
    background: url(../images/background-title-page.svg) no-repeat top center;
    height: auto;
    text-align: center;
    padding: 60px 0;
}
.site-main{
    padding: 60px 0;
}
.page-title {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.background-page{
    background-color: #f8f8f8;
}
.padding-page{
    padding: 30px;
    background-color: #fff;
}
.page .entry-content a{
    color: #0f75bd;
}
/*rankmath*/
.wp-block-rank-math-toc-block{
    background: #e9e9e9;
    padding: 30px;
    margin-bottom: 30px;
}
.wp-block-rank-math-toc-block > p{
    margin-bottom: 15px !important;
}
.wp-block-rank-math-toc-block ul{
    margin-bottom: 0 !important;
}
.wp-block-rank-math-toc-block > nav > ul{
    padding: 0 !important;
}
.wp-block-rank-math-toc-block ul li{
    list-style: none !important;
    line-height: 30px;
    margin-bottom: 0 !important;
}
.wp-block-rank-math-toc-block a{
    color: #0f75bd;
    font-size: 14px;
}
/*rankmath*/
@media screen and (max-width: 576px) {
    .padding-page{
        padding: 15px;
    }
    .page-title {
        font-size: 20px;
    }
}

.section-title {
    position: relative;
    padding-bottom: 15px;
}
.section-title h2:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}
.section-title h2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 50px;
    height: 1px;
    background: #48c7ec;
    margin-left: -25px;
}
.section-title h2 {
    font-size: 26px;
    line-height: 37px !important;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    color: #008ccb;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 25px;
}
.rank-math-breadcrumb a{
    color: #0f75bd;
}
.d-none{
    display: none;
}
.goog-te-gadget-icon{
    display: none !important;
}
@media only screen and (max-width: 576px) {
    .section-title h2 {
        font-size: 22px !important;
        line-height: 32px;
        font-weight: bold;
        position: relative;
        text-transform: uppercase;
        color: #008ccb;
    }
    .banner-header{
        padding: 30px 0;
        margin-bottom: 30px;
    }
}