.n_section-presentation {
    padding: 200px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*min-height: 570px;*/
    background-position: center;
    position: relative;
}

.redirect_link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}

.n_container-section-presentation .owl-dots {
    position: absolute;
    top: calc(100%);
    left: 0;
    right: 0;
}

.n_container-section-presentation .owl-carousel.owl-drag .owl-item {
    opacity: 0;
    transition: opacity 550ms ease-in-out;
}

.n_container-section-presentation .owl-carousel.owl-drag .owl-item.active {
    opacity: 1;
}

.owl-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

.n_container-section-presentation .owl-dots button span {
    background: #d0d0d0;
    border: 2px solid #d0d0d0;
}

.owl-dots button span {
    width: 29px;
    display: block;
    height: 1px;
    background: #E2E4E8;
    /* margin: 0px 5px; */
    border: 2px solid #E2E4E8;
    border-radius: 20px;
}

button.owl-dot.active span {
    border-color: #1B365D;
}

.owl-dots button {
    margin: 5px 6px;
}

button.owl-next:focus, button.owl-prev:focus,
.owl-dots button:focus {
    outline: none;
    border: none;
    box-shadow: 0 0 0 transparent;
}

/*.n_section-presentation:before {*/
/*content: '';*/
/*display: block;*/
/*background: rgb(16 29 54 / 0.3);*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*}*/

.n_section-categories {
    padding: 100px 0px;
    background: #FAFBFD;
}

.n_public-header {
    display: block;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}

.n_public-header .n_public-header-preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transform: scale(1);
    transition: transform 150ms ease-in-out;
}

.n_public-header:hover .n_public-header-preview {
    transform: scale(1.1);
}

.n_cate_item-block {
    border: 1px solid #CAE0FC;
    padding: 60px 5px 45px 35px;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: transparent;
    transform: scale(1);
    box-shadow: 0px 0px 0px transparent;
    transition: all 150ms ease-in-out;
    display: block;
}

.n_cate_item-block:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px #ddd;
    background-color: white;
}

.n_cate_block-link {
    font-size: 22px;
    font-weight: bold;
    color: #1D293F;
    margin-top: 15px;
}

.n_section-latest-publications {
    background: white;
    padding: 100px 0px;
}

.n_public-content-title {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 10px 0px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*!*-webkit-line-clamp: 2;*!*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    line-height: 20px;

}

.n_public-content-title:hover {
    text-decoration: underline;
    color: #1D293F;
}

.n_public-content-desc {
    font-size: 16px;
    color: #515D6E;
    font-weight: 400;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    line-height: 18px;

}

.n_public-content-date {
    color: #8C97AC;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.n_public-content-date svg {
    margin-right: 6px;
}

.n_item-publication {
    border: 1px solid #CEDBEB;
}

.n_public-content {
    padding: 20px;
}

a.n_public-content-type {
    display: inline-block;
    background: #CAE0FC;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 150ms all ease-in-out;
}

a.n_public-content-type:hover {
    background: #11467a;
    color: white;
}

.n_latest-publications-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.n_btn {
    font-size: 18px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 6px 15px;
    cursor: pointer;
    min-width: 240px;
    display: inline-block;
}

.btn-blue {
    background-color: #1B365D;
    color: white;
    border: 1px solid #1B365D;
    transition: all 150ms ease-in-out;
}

.btn-blue:hover {
    background-color: transparent;
    color: #1B365D;
}

.n_prop-nature-head-subtitle {
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    color: #1B365D;
    letter-spacing: 0.4px;
}

.n_proper-nature-header {
    margin-bottom: 20px;
}

.n_prop-nature-img {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.n_prop-nature-img iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    min-height: 300px;
}

.n_prop-nature-img img {
    max-width: 100%;
}

.n_prop-nature-head-content p {
    color: #515D6E;
    margin-bottom: 20px;
    font-weight: 400;
}

.n_prop-nature-head-content .n_btn {
    min-width: 255px;
}

.n_section-proper-nutrition {
    background: #FAFBFD;
    padding: 120px 0px;
}

.n_section-participants {
    background: white;
    padding: 100px 0px;
}

.n_participants {
    margin-top: 60px;
}

.n_participants button.owl-prev, .n_participants button.owl-next {
    position: absolute;
    top: calc(35% - 10px);
}

.n_section-become-partner {
    padding: 120px 0px;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.n_btn.btn-blue.n_become-partner-btn {
    min-width: 255px;
}

.n_clr-white.n_fs-16.n_fw-400.n_letter-03.n_become-partner-desc {
    margin-top: -40px;
    margin-bottom: 20px;
}

.n_btn.btn-blue.n_become-partner-btn {
    transform: translateY(0px);
    box-shadow: 0px 0px 0px transparent;
    transition: all 150ms ease-in-out;
}

.n_btn.btn-blue.n_become-partner-btn:hover {
    color: white;
    background-color: #1B365D;
    box-shadow: 4px 4px 1px #fafbfd;
    transform: translateY(-8px);
}

.n_section-contact-us {
    background-color: rgb(60 100 177 / 0.1);
    padding: 70px 0px;
}

.n_contact-us-desc {
    margin: 20px 0px 40px 0px;
}

.n_contact-us-img {
    height: 100%;
    border-radius: 50%;
    margin-right: 40px;
}

.n_section-contact-us-content {
    display: flex;
    align-items: center;
}

.n_partners-carousel-container {
    margin-top: 60px;
}

.n_partners-item {
    border: 1px solid #CAE0FC;
    padding: 20px 10px;
}

.n_partners-item > img {
    width: auto !important;
    height: 100%;
    margin: 0 auto;
}

.n_header-sections {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.2px;
    color: #1D293F;
    margin-bottom: 60px;
}

button.owl-prev, button.owl-next {
    position: absolute;
    top: calc(40% - 10px);
    height: 20px;

}

button.owl-prev {
    left: -3%;
}

button.owl-next {
    right: -3%;
}

button.owl-next svg,
button.owl-prev svg {
    /*font-size: 60px;*/

}

button.owl-next svg path,
button.owl-prev svg path {
    stroke: #1B365D;
}

button.owl-prev.disabled svg path, button.owl-next.disabled svg path {
    stroke: #C7CDD4
}

.n_partners-item {
    text-align: center;
    display: block;
}

.n_participants-item {
    display: block;
}

.owl-h .owl-stage {
    height: 100%;
}

.owl-h .owl-stage .owl-item {
    height: 100%;
}

.owl-h .owl-stage .owl-item > div,
.owl-h .owl-stage .owl-item > a {
    height: 100%;
}

.n_mb-0 {
    margin-bottom: 0px;
}


.n_clr-white {
    color: white;
}

.n_clr-grey-1 {
    color: #515D6E;
}

.n_fs-44 {
    font-size: 44px;
}

.n_fs-16 {
    font-size: 16px;
}

.n_letter-02 {
    letter-spacing: 0.2px;
}

.n_letter-03 {
    letter-spacing: 0.3px;
}

.n_lineH-56 {
    line-height: 56px;
}

.n_fw-400 {
    font-weight: 400;
}

.n_fw-700 {
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1119px) {
    .n_cate_item-block {
        padding: 20px 0px 20px 10px;
    }

    .n_cate_block-link {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    button.owl-prev {
        left: 0%;
    }

    button.owl-next {
        right: 0%;
    }

    .n_section-presentation {
        padding: 20px 0px;
    }

    .n_section-contact-us, .n_section-become-partner,
    .n_section-participants, .n_section-proper-nutrition,
    .n_section-latest-publications, .n_section-categories,
    .n_section-latest-publications {
        padding: 50px 0px;
    }
}

@media (max-width: 540px) {
    .n_section-presentation {
        background-size: cover;
    }

    .owl-dots {
        margin-top: 10px;
    }

    .n_container-section-presentation .owl-dots {
        margin-top: 10px;
    }

    .n_present_information .n_fs-44 {
        font-size: 28px;
    }

    .n_present_information .n_lineH-56 {
        line-height: 32px;
    }

    .n_section-contact-us-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .n_section-contact-us-content > img {
        margin-right: 0px;
    }

    .n_header-sections {
        font-size: 26px;
    }
}

@media (max-width: 375px) {
    .n_cate_block-link {
        font-size: 14px;
    }

    .n_section-categories .col-xs-6 {
        padding-right: 10px;
        padding-left: 10px;

    }

    .n_cate_item-block {
        padding: 20px 0px 20px 10px;
    }
}

.row_flex {
    justify-content: center;
    display: flex;
}

/*----------------  PDF --------------------*/
.pdf-section {

}

.pdf-toggle-btn {
    background-color: #11467A;
    color: #ffffff;
    border: 2px solid #11467A;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 8px 20px 8px 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    transition: all 0.3ms;
}
.pdf-toggle-btn:hover{
    background-color: transparent;
    color: #11467A;
}

.pdf-container {
    /*height: 0px;*/
    /*transition: height 0.3ms;*/
    display: none;
}
.pdf-container.show{
    display: block;
}
.pdf-table {
    margin-top: 40px;
}
.pdf-table-row{
    display: grid;
    grid-template-columns: 60% calc(40% - 10px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding: 0px 0px;
    align-items: center;
}
.pdf-table-row.head .pdf-name,
.pdf-table-row.head .pdf-date{
    /*text-align: center;*/
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-weight: 600;
}
.pdf-table-row:last-child{
    border-bottom: 1px solid #ececec;
}
.pdf-table-row:nth-child(odd){
    background-color: #ececec42;
}
.pdf-table .pdf-name svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex: 0 0 20px;
}
.pdf-table .pdf-name,
.pdf-table .pdf-data{
    font-size: 16px;
    font-weight: 500;
    padding: 10px 10px;
}
.pdf-table .pdf-name a{
    display: flex;
    align-items: center;
}
.pdf-table .pdf-name{
    border-right: 1px solid #ececec;
}
@media (min-width: 992px) {
    .pdf-container {
        width: 60%;
    }
}
@media (max-width: 578px) {
    .pdf-table-row.head *,
    .pdf-table .pdf-name,
    .pdf-table .pdf-data{
        padding: 10px 3px;
        font-size: 14px;
    }
}

body.overlay {
    position: relative;
}
body.overlay:before {
    content: '';
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8f8f8f;
    opacity: 0.5;
}
#simple-modal {
    display: none;
    max-width: 480px;
    position: fixed;
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    z-index: 999999;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 4px;
    padding: 15px;
}
#simple-modal .modal-content {
    position: relative;
    padding: 15px;
    box-shadow: none;
    border: none;
}
#simple-modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    cursor: pointer;
}
#simple-modal .h1 {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px 0;
}
@media(max-width: 580px) {
    #simple-modal {
        width: 90%;
    }
    #simple-modal .h1 {
        font-size: 14px;
    }
}
.loading {
    position: relative;
}
.loading:before {
    content: '';
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8f8f8f;
    opacity: 0.5;
}
#notice {
    background-color: #fff3f3;
    color: #ff0000;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
    font-size: 13px;
    line-height: 1;
}