﻿.bg-blue .sec-des__textarea p {
    display: contents;
}

/*.textarea__container p {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.5;
    text-align: justify;
}*/

/* .content-block table th,
.content-block table td {
    padding: 14px 24px;
} */

    .content-block table th.content-block__item--align-left,
    .content-block table td.content-block__item--align-left {
        text-align: left;
    }

/* .content-block table th {
    background-color: #1a6af1;
    color: #fff;
    font-weight: 600;
}

.content-block table td {
    background-color: #fff;
}

.content-block table {
    width: 100%;
} */

.content-block--align-left table th,
.content-block--align-left table td {
    text-align: left;
}

.content-block--align-center table th,
.content-block--align-center table td {
    text-align: center;
}

.content-block--bg-gray table td {
    background-color: #f8f8f8;
}

.project-highlight {
    padding: 80px 0 100px;
}



/* .two-block__textarea ul li {
    list-style-type: none;
    padding-left: 12px;
    position: relative;
    /* font-size: 14px; */
    padding-top: 5px;
    padding-bottom: 5px;
}
    .two-block__textarea ul li:before {
        content: "";
        position: absolute;
        width: 0.3rem;
        height: 0.3rem;
        left: 0;
        top: 16px;
        margin-top: -0.15rem;
        border-radius: 50%;
        background-color: #1a65e5;
    } */

.sec-des__textarea a.fs-btn {
    color: #fff;
    text-decoration: none;
}

p {
    margin: 0;
}

/*a:hover {
    color: orange;
}*/

.image-des__name {
   white-space: unset;
}

.header__menu-item.current{
    font-weight:bold;
}


.richtext table {
    overflow: auto;
    width: 100%;
}
    .richtext table th, .richtext table td {
        padding: 14px 24px;
    }

.richtext table th {
    background-color: #1a6af1;
    color: #fff;
    font-weight: 600;
}
.richtext table td {
    background-color: #fff;
}

.richtext table td {
    background-color: #f8f8f8;
}

    .richtext table.gray-header th {
        background-color: #b3b3b3;
    }

.richtext table.orange-header th {
    background-color: #ff5700;
}


.search-file-type {
    margin-left: 5px;
    font-size: 8px;
    padding: 2px;
    background-color: #fff;
    color: #000;
    border: 1px solid #1a65e5;
}