body {
    background-color: #FFF;
    font-size: 16px;
    font-family: 'Georgia', sans-serif;
    word-wrap: break-word;
}

.share-header span:nth-child(4) {
    display: none;
}

.share-header {
    /* display: none!important; */
}

.footer-copyright a {
    color: inherit;
    text-decoration: underline!important;
}

.image-placeholder {
    text-align: center;
    width: 100%;
    background-color: #f6f7fe;
    padding: 2em;
    border-radius: 12px;
}

.image-placeholder img {
    display: inline-block;
    max-width: 100%;
}

.highlight {
    background-color: aliceblue;
}

hr {
    border-color: #acacac;
    border-width: 2px;
    opacity: 1;
}

h1 {
    color: #d8026b;
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px;
}

.header {
    font-family: "Arial";
    color: #707070;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 40px;
}

.header img {
    max-width: 100%;
}

.header p {
    margin-top: 25px;
}

.footer {
    font-family: "Arial";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #adb5bd;
}

table {
    font-family: "Arial";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #707070;
}

.footer p {
    margin-top: 50px;
}

.footer span {
    margin-left: 15px;
    font-family: "Arial";
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #adb5bd;
}

.footer span:first-child {
    margin-left: 0;
}

.footer a {
    text-decoration: none;
}

.footer img {
    max-width: 100%;
}

.share-header {
    text-align: right;
    font-family: "Arial";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #adb5bd;
    margin-top: 25px;
    margin-bottom: 25px;
}

.share-header span {
    margin-left: 10px;
}

.share-header a {
    text-decoration: none;
}

.article-content img.main-image {
    border-color: #000000;
    border-width: 1px;
    border-radius: 25px;
    margin-top: 50px;
    width: 100%;
}

.article-content p.intro-text {
    font-family: "Arial";
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    font-style: italic;
    text-align: left;
    color: #212529;
    margin-top: 25px;
}

.article-content p.text-content {
    font-family: "Arial";
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    font-style: normal;
    color: #164076;
    margin-left: 0px;
    padding-left: 0px;
    left: 1px;
    padding-right: 0;
    margin-right: 0;
}

.text-content a {
    text-decoration: none;
    color: #164076;
}

.article-content p.biblio {
    font-size: 20px;
}

.article-content .biblio li {
    font-size: 20px!important;
}

.article-content h3,
.articles-slider-items h3 {
    font-family: "Georgia";
    font-size: 29px;
    font-weight: bold;
    line-height: 39px;
    font-style: normal;
    text-align: left;
    color: #164076;
    margin-top: 50px;
    margin-bottom: 20px;
}

.article-content h4 {
    font-family: "Georgia";
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    font-style: normal;
    text-align: left;
    color: #164076;
    margin-top: 50px;
}

.article-content h5 {
    font-family: "Georgia";
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    font-style: normal;
    text-align: left;
    color: #164076;
    margin-top: 50px;
}

.article-content ul {
    padding-left: 22px;
}

.article-content li {
    font-family: "Arial";
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: left;
    color: #707070;
}

.articles-slider-title {
    margin-top: 100px;
}

.articles-slider-title h3 {
    font-family: "Georgia";
    font-size: 41px;
    font-weight: bold;
    line-height: 54px;
    font-style: normal;
    text-align: left;
    color: #707070;
}

.articles-slider-items {
    margin-top: 50px;
    position: relative;
}

.articles-slider-items p {
    font-family: "Arial";
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    font-style: normal;
    text-align: left;
    color: #707070;
}

.swiper-button-next,
.swiper-button-prev {
    color: #51709A!important;
}

.swiper-button-next {
    right: -50px!important;
}

.swiper-button-prev {
    left: -50px!important;
}

.swiper-pagination-bullet {
    width: 15px!important;
    height: 15px!important;
}

.swiper-pagination-bullet-active {
    background-color: #51709A!important;
}

.swiper-wrapper {
    height: auto!important;
    padding-bottom: 30px;
}

.swiper-slide {
    /* height: 580px!important; */
    position: relative;
}

.articles-slider-items {
    margin-bottom: 50px;
}

.swiper-wrapper {
    margin-bottom: 50px;
}

span.read-more {
    font-family: "Helvetica";
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    font-style: normal;
    text-align: left;
    color: #d8026b;

    /* position: absolute; 
    bottom: 0px; */
    padding-top: 1em;
}

span.read-more a,
span.read-more a:hover {
    text-decoration: none;
    color: #d8026b;
}

.table-wrapper {
    margin: 10px 20px 20px;
    box-shadow: 0px 15px 20px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td,
.fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
}

.fl-table thead th {
    color: #ffffff;
    background: #547bad;
}

.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #164076;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

.footer-copyright {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 767px) {
    .fl-table {
        /* display: block; */
        width: 100%;
    }

    .table-wrapper {
        margin: 0;
        overflow-x: scroll;
    }

    /* .fl-table thead,
    .fl-table tbody,
    .fl-table thead th {
        display: block;
    } */
    .fl-table thead th:last-child {
        border-bottom: none;
    }

    .fl-table thead {
        /* float: left; */
    }

    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }

    .fl-table td,
    .fl-table th {
        padding: 3px;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;

        /* width: 120px; */
        font-size: 13px;
        text-overflow: ellipsis;
        word-wrap: break-word;

        /* IE 5.5-7 
        white-space: -moz-pre-wrap; */
        /* Firefox 1.0-2.0 
        white-space: pre-wrap; */
        /* current browsers */
    }

    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }

    .fl-table tbody tr {
        /* display: table-cell; */
    }

    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }

    .fl-table tr:nth-child(even) {
        background: transparent;
    }

    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }

    /* .fl-table tbody td {
        display: block;
        text-align: center;
    } */
}

@media screen and (min-width: 1200px){
    .article-content,
    .articles-slider-title {
        width: 848px;
    }

    .articles-slider-items {
        width: 1100px;
        z-index: 9998;
    }
}

@media screen and (min-width: 250px) and (max-width: 600px){
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 22px!important;
    }

    .swiper-button-prev {
        left: 0!important;
    }

    .swiper-button-next {
        right: 0!important;
    }

    .swiper-slide {
        padding: 0 7%;
    }
}

@media screen and (min-width: 600px) and (max-width: 1100px){
    .swiper-button-next,
    .swiper-button-prev {
        display: none!important;
    }
}

@media screen and (max-width: 1200px){
    h1 {
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .articles-slider-title h3 {
        font-size: 36px;
    }

    .article-content p.intro-text {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 601px ) and (max-width: 950px ){
    .swiper-slide {
        height: auto!important;
        min-height: auto!important;
    }
}

@media screen and (max-width: 600px){
    h1 {
        font-size: 28px;
    }

    .share-header span:nth-child(4) {
        display: inline;
    }

    p.intro-text {
        font-size: 20px;
    }

    .article-content p.intro-text {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 50px;
    }

    .article-content p.text-content {
        font-size: 16px;
        line-height: 24px;
    }

    .article-content h3,
    .articles-slider-items h3 {
        font-size: 19px;
        font-weight: bold;
        line-height: 24px;
    }

    .swiper-slide {
        height: auto!important;
        min-height: 200px!important;
    }

    .articles-slider-items h3 {
        margin-top: 0px;
    }

    .articles-slider-title h3 {
        font-size: 24px;
    }

    .articles-slider-items p {
        font-size: 14px;
        line-height: 24px;
    }

    span.read-more {
        font-size: 14px;
    }

    .article-content li {
        font-size: 16px;
        line-height: 24px;
    }

    .article-content h5 {
        font-size: 14px;
    }

    .footer span {
        font-size: 14px;
    }
}

.cst-table {
    width: 100%;
}

p.text-content.dida {
    font-size: 16px;
    line-height: 19px;
}

.swiper-slide a {
    text-decoration: none;
}

#table-1-3-1 td {
    text-align: left;
}

.article-content table li {
    font-size: inherit;
    float: none;
    clear: both;
}

#table-1-3-1 td:first-child {
    width: 15%;
}

#table-1-3-1 {
    font-size: 16px;
}

@media screen and (min-width:576px) {
    #table-1-3-1 {
        white-space: normal;
    }
}

.article-content table td ul li {
    line-height: initial;
}