div#result_ajaxp {
    position: relative;
    display: table;
}

div#result_ajaxp:after {
    display: table;
    content: " ";
    clear: both;
}

/*CSS load*/
#circularG {
    position: relative;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.circularG {
    position: absolute;
    background-color: #000000;
    width: 7px;
    height: 7px;
    -moz-border-radius: 5px;
    -moz-animation-name: bounce_circularG;
    -moz-animation-duration: 0.56s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -webkit-border-radius: 5px;
    -webkit-animation-name: bounce_circularG;
    -webkit-animation-duration: 0.56s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -ms-border-radius: 5px;
    -ms-animation-name: bounce_circularG;
    -ms-animation-duration: 0.56s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -o-border-radius: 5px;
    -o-animation-name: bounce_circularG;
    -o-animation-duration: 0.56s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    border-radius: 5px;
    animation-name: bounce_circularG;
    animation-duration: 0.56s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

#circularG_1 {
    left: 0;
    top: 12px;
    -moz-animation-delay: 0.21s;
    -webkit-animation-delay: 0.21s;
    -ms-animation-delay: 0.21s;
    -o-animation-delay: 0.21s;
    animation-delay: 0.21s;
}

#circularG_2 {
    left: 3px;
    top: 3px;
    -moz-animation-delay: 0.28s;
    -webkit-animation-delay: 0.28s;
    -ms-animation-delay: 0.28s;
    -o-animation-delay: 0.28s;
    animation-delay: 0.28s;
}

#circularG_3 {
    top: 0;
    left: 12px;
    -moz-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

#circularG_4 {
    right: 3px;
    top: 3px;
    -moz-animation-delay: 0.42s;
    -webkit-animation-delay: 0.42s;
    -ms-animation-delay: 0.42s;
    -o-animation-delay: 0.42s;
    animation-delay: 0.42s;
}

#circularG_5 {
    right: 0;
    top: 12px;
    -moz-animation-delay: 0.49s;
    -webkit-animation-delay: 0.49s;
    -ms-animation-delay: 0.49s;
    -o-animation-delay: 0.49s;
    animation-delay: 0.49s;
}

#circularG_6 {
    right: 3px;
    bottom: 3px;
    -moz-animation-delay: 0.56s;
    -webkit-animation-delay: 0.56s;
    -ms-animation-delay: 0.56s;
    -o-animation-delay: 0.56s;
    animation-delay: 0.56s;
}

#circularG_7 {
    left: 12px;
    bottom: 0;
    -moz-animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
    -ms-animation-delay: 0.63s;
    -o-animation-delay: 0.63s;
    animation-delay: 0.63s;
}

#circularG_8 {
    left: 3px;
    bottom: 3px;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1)
    }

    100% {
        -moz-transform: scale(.3)
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.3)
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1)
    }

    100% {
        -ms-transform: scale(.3)
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1)
    }

    100% {
        -o-transform: scale(.3)
    }
}

@keyframes bounce_circularG {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(.3)
    }
}

main.page-news.bkg-overlay .news-post:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    z-index: 2;
}

main.page-news {
    position: relative;
}

.loading_ajaxp {
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.20);
    display: none;
}

.news-filter {
    background-color: #26454A;
    position: relative;
    z-index: 3;
}

.news-filter form {
    display: flex;
    gap: 104px;
}

.news-filter .filter-item {
    position: relative;
    padding: 20px 0;
}

.news-filter .filter-item .fitler-label {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.4px;
    color: #ffffff;
    cursor: pointer;
}

.news-filter .filter-item.active .fitler-label {
    color: #3DDBD1;
}

.news-filter .filter-item .fitler-label svg {
    vertical-align: middle;
    margin-top: 1px;
    margin-right: 4px;
    margin-left: 10px;
}

.news-filter .filter-item select {
    color: #F1F6F8;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
    padding: 0;
    display: inline-block;
    padding-right: 29px;
    position: relative;
    transition: all 0.3s;
    background: transparent;
    border: none;
    opacity: 0;
}

.news-filter .filter-item ul {
    position: absolute;
    top: 100%;
    background: #ffffff;
    z-index: 1;
    list-style: none;
    padding: 16px 29px 16px 29px;
    margin: 0;
    min-width: 151px;
    white-space: nowrap;
}

.news-filter .date .filter-item ul {
    min-width: 105px;
}

.news-filter .filter-item ul li,
.news-filter .filter-item ul li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
    text-decoration: none;
    color: #26454A;
    white-space: nowrap;
    padding: 4px 0;
    display: block;
    vertical-align: top;
}

.news-filter .filter-item ul li {}

.news-filter .filter-item ul li a:hover,
.news-filter .filter-item ul li.active a {
    color: #27919C;
}

.news-filter .filter-item:not(.filter-sort-by) .fitler-label:after {
    content: '>';
    margin-left: 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.4px;
    transform: rotate(90deg);
    display: inline-block;
}

.news-filter .filter-item.active .fitler-label:after {
    transform: rotate(-90deg);
}

.news-filter .filter-item.filter-sort-by {
    margin-left: auto;
}

.news-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #F1F6F8;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.4px;
    padding: 0;
    display: inline-block;
    padding-right: 29px;
    position: relative;
    transition: all 0.3s;
}

.news-filter .select2-container--default .select2-selection--single {
    background: transparent;
    border: none;
}

.news-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.news-filter .select2-container--default .select2-selection--single .select2-selection__rendered:after {
    content: '>';
    transform: rotate(90deg);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.4px;
    display: inline-block;
    right: 0;
    position: absolute;
    transition: all 0.3s;
}

.news-filter .filter-sort-by .select2-container--default .select2-selection--single .select2-selection__rendered:after {
    content: '';
    background-image: url(../images/icon-sorting-default.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    transform: none;
}

.news-filter .filter-sort-by .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered:after {
    transform: none;
    background-image: url(../images/icon-sorting-active.svg);
    transform: rotate(-180deg);
}

.news-filter .filter-sort-by.active .select2-container--default .select2-selection--single .select2-selection__rendered:after {
    background-image: url(../images/icon-sorting-active.svg);
}

.news-filter .select2-container+.select2-container.select2-container--open {
    top: 100% !important;
}

.news-filter .select2-container--default .select2-results>.select2-results__options {
    max-height: 500px;
}

.news-filter .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #27919C;
    background: transparent;
}

.news-filter .filter-item ul li:first-child {
    display: none;
}

.news-filter .filter-item ul li {
    color: #26454A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    background: transparent;
}

.news-filter .filter-item.active .select2-container--default .select2-selection--single .select2-selection__rendered,
.news-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #3DDBD1;
}

.news-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered:after {
    transform: rotate(-90deg);
}

.news-filter .filter-item.filter-sort-by .select2-container+.select2-container.select2-container--open {
    left: auto !important;
}

.news-filter .filter-sort-by .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 41px;
}

.news-filter .select2-container {
    width: auto !important;
}

.news-filter .filter-item.filter-sort-by .select2-container--open .select2-dropdown {
    left: auto;
    right: 0;
    border: none;
    display: block;
}

.news-filter .filter-item.filter-sort-by .select2-container--open .select2-dropdown ul {
    right: 0;
}


.post-grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 56px;
    row-gap: 80px;
}

.post-grid .post-item {
    flex: calc(calc(100% / 3) - 56px);
    max-width: calc(calc(100% / 3) - 37.5px);
}

.post-grid .post-item img {
    max-width: 100%;
    height: auto;
}

.news-post {
    padding: 80px 0 87px;
    position: relative;
}

.post-grid .post-item .item-inner a.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.post-grid .post-item .item-image {
    padding-top: 94.685%;
    position: relative;
    overflow: hidden;
}

.post-grid .post-item .item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.post-grid .post-item .item-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #F1F6F8;
    border-right: 100px solid transparent;
    background: transparent;
    transform: rotate(90deg);
    z-index: 1;
    transition: all 0.3s;
}

.post-grid .post-item .item-inner {
    height: 100%;
    transition: all 0.3s;
}

.post-grid .post-item:hover .item-content {
    background-color: #26454A;
}

.post-grid .post-item .item-content {
    padding: 29px 30px 27px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    transition: all 0.3s;
    background-color: #ffffff;
    z-index: 3;
}

.post-grid .post-item .item-content .date {
    color: #26454A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.post-grid .post-item .item-content .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.post-grid .post-item .item-content .title a {
    color: #27919C;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 84px;
    max-height: 84px;
}

.post-grid .post-item:hover .item-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.post-grid .post-item .item-content .item-category {
    width: 100%;
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
}

.post-grid .post-item .item-content .item-category .item-label {
    border-radius: 45px;
    background-color: #27919C;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    color: #ffffff;
    padding: 0 16px;
}

.post-grid .post-item:hover .item-content .title a,
.post-grid .post-item:hover .item-content .date {
    color: #ffffff;
}

.news-post .pagination {
    margin: 80px 0 0;
    list-style: none;
    padding: 0;
}

.post-content .table-responsive {
    border: 0;
    margin-bottom: 15px;
}

.post-content table {
    border: 0;
    display: block;
    overflow-x: auto;
    overflow: auto;
    width: 100%;
}

.post-content table td {
    border: 1px inset #26454A;
}

.post-content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.post-content table td,
.post-content table th {
    padding: 15px;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}


@media only screen and (max-width: 1199px) {
    .post-grid .post-item {
        flex: calc(calc(100% / 2) - 40px);
        max-width: calc(calc(100% / 2) - 20px);
    }

    .post-grid {
        row-gap: 40px;
        column-gap: 40px;
    }

    .news-filter form {
        gap: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .news-filter .filter-item {
        width: 100%;
        padding: 20px 20px 19px;
    }

    .news-filter form {
        flex-wrap: wrap;
        gap: 0;
    }

    .news-filter .filter-item.filter-sort-by {
        width: 100%;
        border-top: 1px solid #AAAAAA;
        padding: 20px 20px 20px;
    }

    .news-filter .select2-container {
        width: 100% !important;
    }

    .news-filter .container {
        padding: 0;
    }

    .news-filter .filter-category.filter-item {
        border-right: 1px solid #AAAAAA;
    }

    .news-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 100%;
    }

    .news-filter .select2-container--default .select2-selection--single .select2-selection__rendered:after {
        right: 8px;
    }

    .news-filter .filter-sort-by .select2-container--default .select2-selection--single .select2-selection__rendered:after {
        right: 0;
    }

    .news-post {
        padding: 48px 0 55px;
    }

    .post-grid .post-item .item-image {
        padding-top: 101.715%;
    }

    .post-grid .post-item .item-content {
        padding: 29px 30px 27px;
    }

    .news-post .pagination {
        margin: 40px 0 0;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }

    .news-filter .filter-item.filter-sort-by .select2-container+.select2-container.select2-container--open {
        left: 0 !important;
        right: auto !important;
    }

    .news-filter .filter-item.filter-sort-by .select2-container--open .select2-dropdown ul {
        left: 20px;
        right: auto;
    }

    .news-filter .filter-item.filter-sort-by .select2-container--open .select2-dropdown {
        right: auto;
        left: 0;
    }
}

@media only screen and (max-width: 599.98px) {
    .post-grid .post-item {
        flex: 100%;
        max-width: 100%;
    }
}


/* 
* ==================================== Single post =================================
*/
.single-post main .container,
.single-post .section-banner.bottom .container {
    max-width: 1168px;
}

main.single-post h1 {
    margin-bottom: 24px;
    margin-top: 25px;
}

main.single-post .post-content {
    letter-spacing: 0;
}

main.single-post .banner-detail {
    padding-bottom: 80px;
}

main.single-post .content-press img {
    margin: 6px 0 5px;
}

main.single-post .post-content {
    letter-spacing: 0;
}

.post-products {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    padding: 6px 0;
}

.post-products .product-item {
    display: flex;
    width: 100%;
    column-gap: 37px;
    background-color: #ffffff;
    position: relative;
}

.post-products .product-item .item-image {
    min-width: 32%;
    flex: 32%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-products .product-item .item-image img {
    width: auto;
}

.post-products .product-item .item-content {
    padding: 51px 50px 49px 20px;
    width: 68%;
}

.post-products .product-item .item-content h4 {
    margin: 0 0 16px;
    font-weight: 700;
    color: #27919C;
    letter-spacing: -0.48px;
    text-transform: none;
}

.post-products .product-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #F1F6F8;
    border-right: 50px solid transparent;
    background: transparent;
    transform: rotate(90deg);
    z-index: 1;
}

.post-products .product-item .item-content p {
    margin-top: 0;
}

.post-products .product-item .item-content .content {
    max-width: 485px;
}

main.single-post .post-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

main.single-post .post-content ul li {
    padding-left: 24px;
    position: relative;
}

main.single-post .post-content p+ul {
    margin-top: -18px;
}

main.single-post .post-content ul li:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 7px;
    margin-top: 0px;
    width: 2px;
    height: 2px;
    background: #3DDBD1;
    border-radius: 100%;
    box-shadow: 0px 0px 4px #3DDBD1;
}

main.single-post .post-content ul:last-child,
main.single-post .post-content ol:last-child {
    margin-bottom: 0;
}

.post-products .product-item .item-image img {
    margin: 0;
    max-width: 100%;
}

main.single-post .post-content ol {
    list-style: none;
    counter-reset: item;
    margin: 0 0 16px;
    padding: 0;
}

main.single-post .post-content ol li {
    counter-increment: item;
    position: relative;
    padding-left: 27px;
}

main.single-post .post-content ol li:before {
    content: counter(item) '.';
    position: absolute;
    left: 6px;
    min-width: 14px;
    text-align: center;
}

main.single-post .post-content .wp-block-video,
main.single-post .post-content .wp-video {
    position: relative;
    margin: 50px 0 16px;
    max-width: 100%;
}

main.single-post .post-content .wp-block-video:before,
main.single-post .post-content .wp-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/play-video.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
}

main.single-post .post-content .wp-block-video.active:before,
main.single-post .post-content .wp-video.active:before {
    background-image: none;
    display: none;
}

main.single-post .post-content .mejs-overlay-button {
    background-image: url(../images/play-video.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
}

main.single-post .post-content .mejs-controls {
    display: none;
}

main.single-post .post-content video {
    max-width: 100%;
    width: 100%;
    height: auto;
    cursor: pointer;
}

main.single-post .post-content p {
    margin-top: 0;
}

main.single-post .post-content h5 {
    margin: 56px 0 16px;
    color: #27919C;
}

main.single-post .post-content .post-content-bottom img {
    margin-top: 37px;
    margin-bottom: -3px;
}

.section-single-contact-us {
    background-color: #ffffff;
    padding: 80px 0;
}

.section-single-contact-us .section-title h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
    letter-spacing: -0.8px;
    text-transform: capitalize;
    color: #27919C;
    margin: 0 0 16px;
}

.section-single-contact-us .single-contact-items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.section-single-contact-us .single-contact-items .contact-item {
    display: flex;
    padding: 41px 25px 39px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    flex: 1 0 0;
    background-color: #F1F6F8;
    position: relative;
    letter-spacing: 0;
}

.section-single-contact-us .single-contact-items .contact-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #ffffff;
    border-right: 50px solid transparent;
    background: transparent;
    transform: rotate(90deg);
    z-index: 1;
}

.section-single-contact-us .single-contact-items .contact-item h4 {
    margin: 0;
    color: #27919C;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    /* 150% */
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

.section-single-contact-us .single-contact-items .contact-item a {
    color: #26454A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.section-single-contact-us .single-contact-items .contact-item a:hover {
    color: #3DDBD1;
}

.section-single-contact-us .single-contact-items .contact-item a svg {
    vertical-align: top;
    margin-right: 4px;
}

@media only screen and (max-width: 991px) {
    main.single-post .banner-detail {
        padding-bottom: 40px;
    }

    .banner-detail .banner-infor .banner-date svg {
        width: 16px;
        height: 16px;
        margin-right: 8px;
        margin-top: -3px;
    }

    .banner-detail .banner-title h1 {
        margin-bottom: 25px;
    }

    .section-single-contact-us .single-contact-items .contact-item {
        width: 100%;
        flex: 100%;
    }

    .section-single-contact-us .single-contact-items .contact-item {
        width: 100%;
        flex: 100%;
    }

    main.single-post .content-press img {
        margin: 15px 0 15px;
    }

    .post-products .product-item .item-image {
        flex: 100%;
        padding: 42px 20px 30px;
    }

    .post-products .product-item {
        flex-wrap: wrap;
    }

    .post-products {
        padding: 23px 0;
        row-gap: 0;
    }

    .post-products .product-item+.product-item {
        margin-top: 40px;
    }

    .post-products .product-item .item-content {
        width: 100%;
        padding: 51px 20px 39px;
    }

    .post-products .product-item .item-content h4 {
        margin: 0 0 17px;
        /* color: #27919C; */
    }

    .post-products .product-item .item-content p {
        letter-spacing: 0.55px;
        line-height: 28px;
        /* 175% */
    }

    main.single-post .post-content ul li {
        font-size: 16px;
        line-height: 28px;
        /* 175% */
        letter-spacing: 0.55px;
    }

    main.single-post .post-content p+ul {
        margin-top: -16px;
    }

    .post-products .product-item:last-child .item-image {
        padding: 54px 20px 3px;
    }

    main.single-post .post-content .wp-block-video,
    main.single-post .post-content .wp-video {
        margin: 18px 0 25px;
    }

    main.single-post .post-content .wp-block-video,
    main.single-post .post-content .wp-video {
        margin: 18px 0 25px;
    }

    main.single-post .post-content h5 {
        margin: 39px 0 17px;
    }

    main.single-post .post-content .post-content-bottom img {
        margin-top: 23px;
        margin-bottom: 8px;
    }

    .section-single-contact-us .section-title h2 {
        font-size: 35px;
        font-style: normal;
        line-height: 44px;
        /* 125.714% */
        letter-spacing: -0.7px;
        margin-bottom: 40px;
    }

    .section-single-contact-us {
        padding: 48px 0;
    }

    main.single-post .post-content .wp-block-video:before,
    main.single-post .post-content .wp-video:before {
        background-size: 40px;
    }
}