/* lato-regular - latin_latin-ext */
@font-face {
    font-display: swap; 
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v25-latin_latin-ext-regular.woff2') format('woff2');
}
/* lato-700 - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v25-latin_latin-ext-700.woff2') format('woff2');
}
/* lato-900 - latin_latin-ext */
@font-face {
    font-display: swap; 
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v25-latin_latin-ext-900.woff2') format('woff2'); 
}
/* quicksand-regular - latin */
@font-face {
    font-display: swap; 
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/quicksand-v37-latin-regular.woff2') format('woff2');
}
/* quicksand-500 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/quicksand-v37-latin-500.woff2') format('woff2'); 
}
/* quicksand-600 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/quicksand-v37-latin-600.woff2') format('woff2'); 
}
/* quicksand-700 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/quicksand-v37-latin-700.woff2') format('woff2'); 
}

:root{
    --bc-header-hight:81px;
    --bc-stick-sidebar-top : calc(var(--bc-header-hight) + 20px)
}



@media (max-width: 480px) {
    h1 {
        font-size: 30px;
    }
}

.single-content blockquote {
    padding: 20px 30px;
    border-radius: 15px;
    margin-top: 1rem;
    font-size: 16px;
    max-width: 100%;
}

.single-content blockquote p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #253D4E
}

.single-content blockquote.info {
    background-color: #e6f4ff;
    border-left: 5px solid #2196f3;
    border-right: 5px solid #2196f3;
    color: #253D4E
}

.single-content blockquote.warning {
    background-color: #fff8e1;
    border-left: 5px solid #ffc107;
    border-right: 5px solid #ffc107;
    color: #253D4E
}

.single-content blockquote.success {
    background-color: #e8f5e9;
    border-left: 5px solid #4caf50;
    border-right: 5px solid #4caf50;
    color: #253D4E
}

.single-content blockquote.error {
    background-color: #ffebee;
    border-left: 5px solid #f44336;
    border-right: 5px solid #f44336;
    color: #253D4E
}
.single-content blockquote a {
    color: #243e4f;
    font-weight: bold;
    font-style: italic;
}

.single-content blockquote h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.single-content blockquote h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 0px;
}

@media (max-width: 480px) {
    .single-content blockquote h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .single-content blockquote h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
}

.numbered-list {
    list-style-type: decimal;
    list-style-position: inside;
}
.references-list {
    list-style-type: none;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
}

ol li::marker {
    font-weight: bold;
    font-size: 1.1em;
}

table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.single-content h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px;
}

.single-content h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 50px;
}

.single-content h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
    margin-top: 30px;
}

.single-content h4 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 5px;
}

@media (max-width: 480px) {
    .single-content h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 10px;
    }
}

.evidence-a {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.evidence-b {
    background-color: #cce5ff;
    color: #004085;
    border: 1px solid #b8daff;
}

.evidence-c {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.evidence-d {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}


.text-muted {
    color: #0a2742 !important;
    &:hover {
        color: #b38c5a !important;
    }
}

.breadcrumb a {
    color: #0a2742;

    &:hover {
        color: #b38c5a;
    }
}
.breadcrumb {
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
    color: #0a2742;
    font-size: 14px;
    font-weight: 600;
    background: none;
    margin: 0;
    border-radius: 0;
    span {
        position: relative;
        text-align: center;
        padding: 0 10px;
        &::before {
            content: "\f111";
            font-family: "uicons-regular-straight"  !important;
            display: inline-block;
            font-size: 9px;
        }
    }
}
a:hover {
    color: #b38c5a;
}

.language-dropdown {
    min-width: auto !important;
}

.card-list-header h2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px;
}

.card-list-header h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
}

.product-sidebar .image {
    height: auto;
    width: 80px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

a {
    color: #008800;
}

.entry-meta.meta-1 span {
    margin-right: 10px;
    color: #243e4f;
}


.banner-container {
    display: block; 
    position: relative; 
    text-decoration: none; 
}
.banner-img .slogan-text {
    position: absolute;
    top: 15%;
    left: 60%;
    transform: translate(-50%, -50%);
    color: #0a2742;
    font-size: 1.0rem;
    text-align: center;
    width: 50%;
    text-shadow: 2px 2px 4px rgba(133, 131, 131, 0.5);
    z-index: 2;
}

@media (max-width: 1500px) {
    .banner-img .slogan-text {
        font-size: 0.5rem;
        line-height: 0.5rem;

    }
}


.banner-img .banner-text {
    position: absolute;
    top: 85%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%; 
    text-align: center;
    padding: 0; 
}

.banner-img .banner-text .btn-link {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #0a2742;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease; 
    cursor: pointer; 
}

.banner-img .banner-text .btn-link:hover {
    color: black;
}

.banner-img .banner-text .btn-link i {
    margin-left: 5px;
    transition-duration: 0.3s;
    font-size: 14px;
    vertical-align: middle;
}

.banner-img .banner-text .btn-link:hover i {
    margin-left: 10px;
}

.mobile-social-icon a {
    display: inline-flex; 
    vertical-align: middle; 
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
    transition-duration: 0.5s;
    background: #3BB77E;
    border-radius: 30px;
    line-height: 1;
    align-content: center;
    justify-content: center;
    
}

.mobile-social-icon a img {
    width: 16px;   
    height: 30px;  
    display: block;
}
.mobile-social-icon a img {
}

sup {
    font-weight: bold;
    text-decoration: underline;
}

.sticky-bar.stick {
    position: static !important;
}

.header-area-sticky{
    position:sticky;
    top:0;
    height: var(--bc-header-hight);
    z-index:999;
}
.sticky-sidebar .widget-area{
    position: sticky;
    top: var(--bc-stick-sidebar-top)
}
footer .hotline  a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #253D4E;
    font-family: "Quicksand", sans-serif;
}
footer .hotline a:hover {
    color: #3BB77E;
}
footer div p{
    color: #243e4f;
}
.header-style-1 .hotline p, .text-brand{
    color:#008800 !important;
}

.related-content-title a {
    font-size: 14px;
}

.main-menu>nav>ul>li:hover ul.sub-menu {
    margin-top: -15px;
}

.main-menu>nav>ul>li ul.sub-menu {
    left: -35px;
    min-width: 250px;
    padding: 15px 15px;
}

footer .mobile-social-icon p {
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
}