@import url('https://fonts.cdnfonts.com/css/verdana-pro-cond');
:root{
    --main-cl: #2f2f65;
    --sub-cl: #da251c;
    --container-w: 95.05rem;
    --font-400: 'Verdana Regular';
    --font-700: 'Verdana Bold';
}
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 64rem !important;
}
body {
    color: #000 !important;
    font-style: normal;
    font-family: var(--font-400);
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.4rem;
    /* 138.889% */
}

h1,
h2,
h3,
h4,
h5,
strong {
    font-weight: normal;
    font-style: normal;
    font-family: 'Verdana Bold';
}



.col,
.columns,
.gallery-item {
    padding: 0 .75rem;
}
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 .3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: .417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}
@media (min-width: 1200px) {
    body, html {
        font-size: 1.05vw;
    }
}
/*.header-wrapper .header-nav-main.nav-line-bottom>li>a:before{*/
/*    bottom: 0 !important;*/
/*    background-color: var(--main-cl);*/
/*}*/
/*.header-wrapper.stuck .header-nav-main.nav-line-bottom>li>a:before{*/
/*    bottom: -0.4rem !important;*/
/*}*/
/*.header-wrapper .header-nav-main.nav-line-bottom>li>a{*/
/*    text-transform: capitalize;*/
/*    font-size: .8rem;*/
/*    font-weight: 600;*/
/*    color: #000;*/
/*    opacity: 0.7;*/
/*}*/
/*.header-wrapper .header-nav-main.nav-line-bottom>li.current_page_item>a{*/
/*    color: var(--main-cl);*/
/*    opacity: 1;*/
/*}*/
/*.header-wrapper .header-nav-main{*/
/*    display: flex;*/
/*    gap: 1.5rem;*/
/*    align-items: center;*/
/*}*/
.header-wrapper{
    padding: 0.75rem 0;
}
.header-wrapper .header-bottom-nav li>a{
    position: relative;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    line-height: 1.5rem;
}
.header-wrapper .header-bottom-nav li>a::before{
    content: '';
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--sub-cl);
    transition: 0.5s all;
}
.header-wrapper .header-bottom-nav li .sub-menu .menu-item a{
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.25rem;
    transition: 0.5s all;
    border-bottom: 0.05rem solid #fff;
    color: #fff;
}
.header-wrapper .header-bottom-nav li .sub-menu .menu-item a:hover{
    font-weight: 700;
}
.header-wrapper .header-bottom-nav li .sub-menu .menu-item a::before{
    display: none !important;
}
.header-wrapper .header-bottom-nav li .sub-menu{
    margin-top: 0.25rem;
    background: var(--main-cl);

}
.header-bottom{
    background: #fff !important;
}
.header-bottom .hide-for-medium{
    width: 100%;
}
.header-bottom .hide-for-medium .header-bottom-nav{
    display: flex;
    justify-content: space-evenly;
}
.header_sub_menu{
    display: flex;
    flex-direction: column;
    align-items: end;
    /*gap: 1rem;*/
}
.header_sub_menu .top_header{
    display: flex;
    gap: 1.25rem;
}
.header_sub_menu .top_header ul,
.header_sub_menu .bottom_header ul{
    list-style: none;
    display: flex;
    gap: 1.25rem;
}
.header_sub_menu .top_header ul li,
.header_sub_menu .bottom_header ul li{
    margin-bottom: 0;
}
.header_sub_menu .top_header ul li a{
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2rem;
    color: #000;
    text-transform: capitalize;
    transition: 0.5s all;
}
.header_sub_menu .top_header ul li:hover a{
    color: var(--sub-cl);
}
.header_sub_menu .bottom_header ul li a{
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2rem;
    color: var(--sub-cl);
    transition: 0.5s all;
    text-transform: capitalize;
}
.header_sub_menu .bottom_header ul li:hover a{
    color: rgb(88, 88, 88);
}
.header-nav-main .header-search{
    display: none;
}
.header-nav-main  .header_sub_menu .header-search{
    display: block;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: .521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: .833rem;
    line-height: 1.042rem;
    border: .05rem solid rgba(255, 255, 255, 0.6);
    padding: .3125rem .833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: .9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(2rem);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 .5rem 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: .05rem;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: .05rem;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

/*---------------start--------------*/

.slider_recent_articles .box_content {
    display: flex;
    gap: .8rem;
    margin: .25rem 0;
    padding-left: 1rem;
    align-items: center;
    position: relative;
    z-index: 1;
    border-right: .1rem solid #f0f0f0;;
    transition: 0.5s all;
}
.slider_recent_articles .box_content:hover{
    background: #cecece;
}
.slider_recent_articles .box_content .img_box{
    width: 4.5rem;
    height: 4.5rem;
}
.slider_recent_articles .box_content .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider_recent_articles .box_content .content{
    line-height: 1rem;
    font-size: .8rem;
    color: #000;
    width: 16.5rem;
    font-weight: 700;
    text-transform: capitalize;
}
.swiper_button .nav_prev,
.swiper_button .nav_next{
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;

    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_button svg {
    width: 1rem;
    height: 1.5rem;
}
.slider_recent_articles .nav_prev{
    top: 50%;
    left: 1.25rem;
}
.slider_recent_articles .nav_next{
    top: 50%;
    right: -1.15rem;
}
.nav_next_prev {
    border: 0.15rem solid transparent;
    border-radius: 50%;
    transition: border-color 0.3s ease-in-out;
}

.nav_next_prev:hover {
    border-color: var(--sub-cl);
}

.slider_recent_articles .swiper-pagination{
    display: none;
}
.recent_articles h3{
    color: #fff;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.05rem;
    text-transform: uppercase;
}
.recent_articles{
    background: #000;
    padding: .35rem 0 .25rem;
}
.slider_recent_articles{
    background: #fff;
    padding: 0 1.6rem;
}
.heading_title h1,
.post_page_detail_1 h1,
.component_text h1,
.heading_h1 h2{
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    line-height: 2.35rem;
    color: #000;
}
.heading_title h2,
.post_page_detail_1 h2,
.component_text h2{
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #000;
}
.heading_title h3,
.post_page_detail_1 h3,
.wrap_box_post_home .box-text-inner .post-title a{
    margin-bottom: 1.2rem;
    font-size: 1.15rem;
    line-height: 1.55rem;
    color: #000;
}
.wrap_box_post_home .is-divider{
    display: none;
}
.post_page_detail_1 h4{
    font-size: .8rem;
    line-height: 1.4rem;
    color: #000;
    font-family: var(--font-400);
}
.content_post_page_2 h1{
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #000;
}
.content_post_page_2 h3{
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #000;
}
.content_post_page_2 h2{
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #000;
}
.post_page_2 .content_post_page_2{
    padding-top: 2rem;
}
.content_post_page_2 ol,
.content_post_page_2 ul{
    margin-left: 1.25rem;
}
.content_post_page_2 ol li span{
    line-height: 1.4rem;
    color: #000;
    font-weight: 400;
    font-family: var(--font-400);
    font-size: 0.9rem;
}
.content_post_page_2 ul li span{
    line-height: 1.4rem;
    color: #000;
    font-weight: 400;
    font-family: var(--font-400);
    font-size: 0.9rem;
}
.post_page_2{
    padding: 4rem 0;
}
.content_post_page_2 p,
.content_post_page_2 p span{
    line-height: 1.4rem;
    color: #000;
    font-weight: 400;
    font-family: var(--font-400);
    font-size: .9rem;
}
.post_page_3{
    padding: 5rem 0;
    border-bottom: .05rem solid #cecece;
    border-top: .05rem solid #cecece;
}
.box_related_articles{
    display: flex;
    flex-wrap: wrap;
    margin: .7rem -0.8rem 1.6rem;

}
.box_related_articles .item{
    width: calc(calc( 100% / 3 ) - 1.6rem);
    margin: 0 .8rem .5rem;
}
.wrap_box_post_home .box-image .image-cover{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
/*.wrap_box_post_home .post-item:hover .box-image .image-cover img{*/
/*    transition: 0.5s all;*/
/*    transform: scale(1.1);*/
/*}*/
.box_related_articles .item .img_item{
    position: relative;
    width: 100%;
    height: 12.7rem;
    overflow: hidden;
}
.box_related_articles .item .img_item::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 75%;
    height: 1.75rem;
    background: #fff;
    border-top: .25rem solid #000;
    transition: 0.5s all;
}
.wrap_box_post_home .box-image .image-cover::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 3;
    width: 75%;
    height: 1.75rem;
    background: #fff;
    border-top: .25rem solid #000;
    transition: 0.5s all;
}
.box_related_articles .item .img_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}
.box_related_articles .item .name_category,
.box_post_home .name_category,
.group_name_category,
.wrap_box_post_home .box-text-inner .cat-label,
.box_content_home_9 h3,
.footer_top .wrap_box h4,
.text_cooperation_3 h4{
    font-size: .75rem;
    line-height: 1.05rem;
    color: var(--sub-cl);
    margin-bottom: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
}
.wrap_box_post_home .box-text{
    padding: 0;
}
/*.box_related_articles .item:hover .img_item img{*/
/*    transform: scale(1.1);*/
/*}*/
.box_related_articles .item:hover .heading_title h3,
.group_heading_title:hover,
.wrap_box_post_home .post-item:hover .box-text-inner .post-title a{
    color: var(--sub-cl);
    text-decoration: underline;
}
.total_posts{
    line-height: .95rem;
    font-size: .7rem;
    font-weight: 400;
    margin-bottom: 1.6rem;
}
.pageable_wrap .thenativePagination{
    list-style: none;
    display: flex;
    gap: .25rem;
    justify-content: center;
}
.pageable_wrap .thenativePagination li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageable_wrap .thenativePagination li a{
    padding: .45rem .8rem;
    display: flex;
    align-items: center;
    transition: 0.5s all;
    font-size: .7rem;
    font-weight: 500;
    line-height: 1rem;
    color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.pageable_wrap .thenativePagination li.active a{

    color: #000;
    opacity: 1;
    background: #cecece;
}
.pageable_wrap .thenativePagination li:hover{
    background: #cecece;
}
.pageable_wrap .thenativePagination li:hover a{
    color: var(--sub-cl);

}
.pageable_wrap .thenativePagination li.thenativePaginationPrev,
.pageable_wrap .thenativePagination li.thenativePaginationNext{
    display: none;
}
.pageable_wrap .thenativePagination li.thenativePaginationStart,
.pageable_wrap .thenativePagination li.thenativePaginationEnd{
    border: .05rem solid #cecece;
    transition: 0.5s all;
}
.pageable_wrap .thenativePagination li.thenativePaginationStart:hover,
.pageable_wrap .thenativePagination li.thenativePaginationEnd:hover{
    border: .05rem solid var(--sub-cl) ;

}
.pageable_wrap .thenativePagination li.thenativePaginationStart a,
.pageable_wrap .thenativePagination li.thenativePaginationEnd a{
    padding: .4rem;

}
.post_page_4{
    padding: 5rem 0;
}
.post_page_detail_1 .date_time{
    font-size: .8rem;
    line-height: 1.2rem;
    color: #000;
    font-weight: 400;
}
.post_page_detail_1 .written{
    font-size: .8rem;
    line-height: 1.2rem;
    color: #000;
    font-weight: 400;
    margin: .9rem 0 1.75rem;
}
.post_page_detail_1 .written a{
    font-weight: 700;
    color: var(--sub-cl);
}
.desc_content p,
.desc_content,
.post_page_detail_1 p,
.post_page_detail_1 ul li{
    font-size: .9rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #000;
    font-family: var(--font-400);
}
.post_page_detail_1 ul li a,
.post_page_detail_1 p a,
.desc_content p a,
.desc_content a{
    color: var(--sub-cl);
    text-decoration: underline;
    font-weight: 500;
}
.post_page_detail_1 ul{
    margin-left: 1.5rem;
}
.post_page_detail_1 blockquote{
    padding: .4rem .8rem;
    background: rgb(243 243 243);
    border-left: .4rem solid #000;
}
.post_page_detail_1 blockquote p{
    margin: 0;
}
.post_page_detail_1 blockquote p a{
    color: var(--sub-cl);
    text-decoration: underline;
    font-weight: 700;
}
.post_page_detail_1{
    padding: 5rem 0;
}
.wrap_share_print{
    width: 100%;
    display: flex;
    border-top: .05rem solid #000;
    border-bottom: .05rem solid #000;
}
.wrap_share_print .wrap_box:first-child{
    border-right: .05rem solid #000;
}
.wrap_share_print .wrap_box ul{
    list-style: none;
    display: flex;
    gap: .75rem;
    margin: 0;
}
.wrap_share_print .wrap_box ul li.text_name{
    font-size: .8rem ;
    line-height: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
}
.wrap_share_print .wrap_box ul li{
    margin: 0;
    display: flex;
    align-items: center;
}
.wrap_share_print .wrap_box {
    width: 50%;
    display: flex;
    justify-content: center;
    padding: .6rem 1.4rem;
}
.wrap_share_print .wrap_box ul li a{
    display: flex;
    align-items: center;
    color: unset;
    cursor: pointer;
}
.wrap_share_print .wrap_box ul li a svg{
    width: 1rem;
    height: 1rem;
}
.wrap_share_print .wrap_box ul li:hover a svg path {
    fill: red;
    transition: 0.5s all;
}
.btn_component{
    width: fit-content;
    padding: .6rem 1.6rem;
    background: #fff;
    border: .1rem solid #000;
    transition: 0.5s all;
}
.btn_component:hover{
    background: #000;
}
.btn_component span{
    font-weight: 500;
    line-height: 1.2rem;
    font-size: .8rem;
    color: #000;
    text-transform: uppercase;
}
.btn_component:hover span{
    color: #fff;
}
.post_page_detail_2 .wrap_btn{
    margin-top: 3.2rem;
}
.post_page_detail_2 .btn_component{
    margin-top: 1.5rem;
}
.post_page_detail_2{
    padding-bottom: 5.5rem;
}
.blur_click{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.wrap_blog .item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3.75rem;
    position: relative;
}
.wrap_blog .item .img_item {
    width: 25.6rem;
    height: 16rem;
    overflow: hidden;
}
.wrap_blog .item .img_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}
.wrap_blog .item:hover .img_item img{
    transform: scale(1.1);
}
.wrap_blog .item .content{
    flex: 1;
}
.wrap_blog .item .content h2 {
    margin: .5rem 0;
    font-size: 1.45rem;
    line-height: 1.75rem;
    color: #000;
    transition: 0.5s all;
}
.wrap_blog .item:hover .content h2{
    color: var(--sub-cl);
}
.wrap_blog .item .content .name_category{
    font-size: .8rem;
    line-height: 1.2rem;
    color: var(--sub-cl);
    margin-bottom: .35rem;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    z-index: 3;
    transition: 0.5s all;
}
.wrap_blog .item .content .name_category:hover{
    color: var(--main-cl);
}
.wrap_blog .item .content .the_date{
    font-size: .7rem;
    line-height: 1.05rem;
    font-style: italic;
    color: #000;
    font-weight: 400;
    margin-bottom: .75rem;
}
.wrap_blog .item .content .desc_content{
    max-width: 30rem;
    font-weight: 375;
}
.blog_1.post_page_2 {
    padding: 4rem 0 2.5rem;
}
.post_page_detail_1 .sub_title{
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.95rem;
    font-style: italic;
    color: #000;
}
.post_page_detail_1 .wrap_text{
    margin-bottom: 1rem;
}
.post_page_detail_1 .name_category{
    font-size: .7rem;
    line-height: 1.05rem;
    color: var(--sub-cl);
    font-weight: 700;
    transition: 0.5s all;
    text-transform: uppercase;
}
.post_page_detail_1 .name_category:hover{
    text-decoration: underline;
    color: #000;
}
.about_2 .post_page_detail_1,
.organizational_1 .post_page_detail_1{
    padding: 0;
}
.wrap_organizational{
    display: flex;
    flex-wrap: wrap;
    margin: 3.5rem -0.6rem 0;
}
.wrap_organizational .item{
    width: calc(calc(100%/3) - 1.2rem);
    margin: 0 .6rem 3rem;
}
.wrap_organizational .item .img_item{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 1.25rem;
}
.wrap_organizational .item .img_item img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
}
.wrap_organizational .item:hover .img_item img{
    transform: scale(1.1);
}
.wrap_organizational .item h3{
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #000;
    margin-top: .75rem;
    font-weight: 500;
    transition: 0.5s all;
}
.wrap_organizational .item:hover h3{
    color: var(--main-cl);
    font-weight: 700;
}
.wrap_organizational .item h4{
    font-size: .775rem;
    line-height: .8rem;
    color: var(--sub-cl);
    font-weight: 700;
    margin-bottom: .75rem;
}
.wrap_organizational .item p{
    font-family: var(--font-400);
    font-size: .85rem;
    line-height: 1.2rem;
    color: #000;
    font-weight: 400;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.wrap_organizational .item.active p{
    -webkit-line-clamp: unset;
}
.wrap_organizational .wrap_bottom ul{
    list-style: none;
    display: flex;
    margin: 0;
}
.wrap_organizational .wrap_bottom ul li:first-child{
    padding: 0 1rem 0 0;
    border-right: .05rem solid #d3d3d3;
}
.wrap_organizational .wrap_bottom ul li{
    position: relative;
    margin: 0;
    padding: 0 1rem;
}
.wrap_organizational .wrap_bottom ul li a{
    color: var(--sub-cl);
    transition: 0.5s all;
    font-size: .775rem;
    font-weight: 700;
    line-height: 1.2rem;
}
.wrap_organizational .wrap_bottom ul li:hover a{
    text-decoration: underline;
}
.wrap_organizational .wrap_bottom ul li span{
    position: relative;
    color: #000;
    transition: 0.5s all;
    font-size: .775rem;
    font-weight: 700;
    line-height: 1.2rem;
    cursor: pointer;
}
.wrap_organizational .wrap_bottom ul li span::before{
    content: '';
    position: absolute;
    top: -0.25rem;
    right: -1.75rem;
    transform: translate(-50%, 50%);
    width: .8rem;
    height: .8rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/down.png");
}
.wrap_organizational .item.active .wrap_bottom ul li span::before{
    transform: rotate(180deg);
    top: .1rem;
}
.heading_title.add_line{
    padding-bottom: 1rem;
}
.heading_title.add_line::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    height: .2rem;
    background: var(--main-cl);
}
.organizational_2 {
    padding: 2.5rem 0 4rem !important;
    background: linear-gradient(180deg, var(--main-cl) -15%, rgba(255, 255, 255, 1) 31%);
}
.organizational_3{
    padding: 2.5rem 0 4rem !important;
    background: linear-gradient(180deg , var(--sub-cl) -15%, rgba(255,255,255,1) 30%);
}
.organizational_3 .wrap_organizational .item{
    width: calc(calc(100% / 4) - 1.2rem );
}
.organizational_3 .wrap_organizational .item h4{
    color: var(--main-cl);
}
.icon_contact_mail .icon-box-img{
    background: var(--main-cl);
    border-radius: 50%;
    height: 3.2rem;
    width: 3.2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_contact_mail .icon-box-img .icon{
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_contact_mail{
    padding: 1rem;
    display: flex;
    background: #f5ffff;
    align-items: center;
    border-radius: 1.25rem;
}
.icon_contact_mail .icon-box-text h3{
    font-size: .9rem;
    color: var(--main-cl);
    font-weight: 600;
    line-height: 2.4rem;
    margin: 0;
}
.icon_contact_mail .icon-box-text p{
    font-size: .8rem;
    font-family: var(--font-400);
    font-weight: 400;
    color: #72747d;
    line-height: 1.3rem;
}
.icon_contact_mail .icon-box-text p a{
    color: var(--sub-cl);
    transition: 0.5s all;
}
.icon_contact_mail .icon-box-text p a:hover,
.component_text a:hover{
    text-decoration: underline;
}
.feedback-form .form-label{
    /*font-weight: bold;*/
    margin-bottom: .75rem;
    font-size: .9rem;
}
.feedback-form .required {
    color: var(--sub-cl);
    font-size: .9rem;
    font-style: italic;
}
.feedback-form .row .col{
    padding-bottom: 1rem;
}
.feedback-form .row .col:last-child{
    padding-bottom: 0;
}
.section-content .wpcf7 form.invalid .wpcf7-response-output,
.section-content .wpcf7 form.sent .wpcf7-response-output{
    margin: -1.75rem 0 0 0;
}
.feedback-form select{
    border-radius: 1.25rem;
}
.feedback-form .form-control{
    border: .05rem solid var(--main-cl);
    border-radius: .75rem;
}
.feedback-form .form-control:focus {
    border: .05rem solid black;
    outline: none;
}
.feedback-form{
    margin-top: 5rem;
}
.feedback-form .g-recaptcha {
    margin: 1.5rem 0 .5rem;
}
.feedback-form .btn-submit {
    padding: .15rem 0 !important;
    width: 100%;
    background-color: var(--main-cl)  !important;
    border-radius: .75rem !important;
    font-size: .9rem !important;
    text-transform: capitalize !important;
}
.component_text p{
    font-size: .9rem;
    line-height: 1.6rem;
    color: #000;
    font-family: var(--font-400);
}
.component_text ul li{
    font-size: .9rem;
    line-height: 1.6rem;
    color: #000;
    font-family: var(--font-400);
}
.component_text a{
    font-size: .9rem;
    line-height: 1.6rem;
    color: var(--sub-cl);
}
.box_post_home {
    height: 30.5rem;
}
.box_post_home .img_item{
    width: 41.5rem;
    height: 100%;
}
.box_post_home .img_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_post_home .wrap_content{
    position: absolute;
    right: 0;
    top: 50%;
    height: 85%;
    width: 25rem !important;
    transform: translate(0, -50%);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box_post_home .wrap_content .box-text{
    padding: 1.6rem;
}
.box_post_home:hover .heading_title a h2{
    color: var(--sub-cl);
    text-decoration: underline;
}
.box_post_home .desc_content{
    font-size: .95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box_post_home .heading_title h2{
    font-size: 1.5rem;
    line-height: 1.85rem;
}
.home_3 .heading_title h2,
.home_4 .heading_title h2,
.home_5 .heading_title h2{
    font-size: 1.7rem;
}
/*.home_3 .desc_content p,*/
/*.home_5 .desc_content p,*/
/*.home_4 .desc_content p{*/
/*    font-size: .9rem;*/
/*}*/
.btn_new {
    padding: .7rem 3.8rem .7rem 1.6rem;
    background: #000;
}
.btn_new span{
    position: relative;
    width: fit-content;
    font-size: .8rem;
    line-height: 1rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s all;
}
.btn_new span::before{
    content: '';
    position: absolute;
    top: 50%;
    right: -2rem;
    transform: translate(0, -50%);
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("../images/next.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.5s all;
}
.btn_new:hover span::before{
    right: -2.7rem;
}
.btn_new:hover{
    opacity: 0.8;
}
.home_3,
.home_5,
.home_9,
.home_11{
    border-top: .05rem solid #cecece;
    border-bottom: .05rem solid #cecece;
}
.home_3,
.home_4,
.home_5{
    padding: 4rem 0 3.25rem !important;
}
.wrap_box_post_home .col-inner{
    padding: 0 .25rem .5rem;
}
.home_7{
    padding: 2.8rem 0;
    border-top: .05rem solid #cecece;
    border-bottom: .05rem solid #cecece;
}
.home_7 .btn_new{
    margin-top: 1.75rem;
    margin-bottom: 0;
    padding: .6rem 3.8rem .4rem 1.6rem;
}
.home_11 .btn_new{
    margin-top: 3.5rem;
    padding: .6rem 3.8rem .4rem 1.6rem;
}
.home_13 .btn_new{
    padding: .6rem 3.8rem .4rem 1.6rem;
}
.home_7 .icon-box-left .icon-box-img{
    max-width: 100%;
}
.home_7 .icon-box-left .icon-box-img+.icon-box-text{
    padding-left: 1.75rem;
}
.box_content_home_9 ul{
    list-style: none;
}
.box_content_home_9 ul li {
    margin-left: 0 !important;
}
.box_content_home_9 ul li a{
    font-size: .9rem;
    line-height: 1.25rem;
    color: #000;
    font-weight: 700;
    transition: 0.5s all;
}
.box_content_home_9 ul li:hover a{
    color: var(--sub-cl);
    text-decoration: underline;
}
.slider_member_home_11 .box_member{
    display: flex;
    gap: 1.5rem;
}
.slider_member_home_11 .box_member .img_member{
    overflow: hidden;
    width: 6rem;
    height: 8rem;
}
.slider_member_home_11 .box_member .img_member img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}
.slider_member_home_11 .box_member .img_member img{
    transform: scale(1.1);
}
.slider_member_home_11 .box_member .content{
    flex: 1;
}
.slider_member_home_11 .box_member .content .heading_title h2{
    margin-bottom: .5rem;
}
.slider_member_home_11 .box_member .content .desc{
    font-size: .85rem;
    line-height: 1.25rem;
    color: #000;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.slider_member_home_11{
    overflow: hidden;
}
.wrap_home_11 {
    position: relative;
    padding-bottom: 4rem;
    transition: 0.5s all;
}
.wrap_home_11 .swiper-pagination-bullet{
    width: .5rem;
    height: .5rem;
    border: .1rem solid #000;
    background: #fff;
    opacity: 1;
}
.wrap_home_11 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--sub-cl);
    border: 0 solid #000;
}
.wrap_home_11 .nav_next{
    bottom: -1rem;
    right: .4rem;
    transform: translate(0, -50%);
}
.wrap_home_11 .nav_prev{
    bottom: -1rem;
    left: .4rem;
    transform: translate(0, -50%);
}
.swiper-button-disabled{
    opacity: 0.5;
}
.wrap_home_11:hover{
    background: #cecece;
}
.home_13 .section-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_text_home_12 h4{
    font-size: .75rem;
    line-height: 1.1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.box_text_home_12 h2{
    font-size: 2rem;
    line-height: 2.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}
.box_text_home_12 p{
    color: #fff;
    font-size: .9rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-family: var(--font-400);
    margin-bottom: 1rem;
}
.footer_top{
    padding: 4rem 0 4.2rem;
    /*background: rgba(206, 206, 206, 0.7);*/
    background: #cecece;
    border-bottom: .2rem solid #000;
}
.footer_top .wrap_box .wrap_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_top .wrap_box .wrap_content .heading_title{
    max-width: 80%;
}
.footer_top .wrap_box .wrap_content .btn_new{
    padding: .7rem 5.5rem .7rem 1.6rem;
}
.footer_bottom{
    display: flex;
    flex-direction: column;
    padding: 1.6rem 0;
}
.footer_bottom .above{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.footer_bottom .above .img_logo{
    width: 10rem;
    height: 10rem;
}
.footer_bottom .above .img_logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer_bottom .above .wrap_social{
    list-style: none;
    display: flex;
    gap: 1rem;
}
.footer_bottom .above .wrap_social li,
.footer_bottom .above .wrap_social li a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    transition: 0.5s all;
    color: #000;
}
.footer_bottom .above .wrap_social li:hover a{
    color: var(--sub-cl);
}
.footer_bottom .above .wrap_social li a svg{
    width: 1.2rem;
    height: 1.2rem;
}
.footer_bottom .above .wrap_social li a .img_icon{
    width: 1.2rem;
    height: 1.2rem;
}
.footer_bottom .above .wrap_social li a .img_icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s all;
}
.footer_bottom .above .wrap_social li:hover a .img_icon img{
    transform: scale(0.8);
}
.footer_bottom .bottom{
    display: grid;
    column-gap: 1.2rem;
    justify-content: space-between;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 2.4rem 0;
    border-bottom: .05rem solid #cecece;
    border-top: .05rem solid #cecece;
}
.footer_bottom .bottom .box ul{
    max-width: 16rem;
    margin: 1.6rem 0 0;
    list-style: none;
}
.footer_bottom .bottom .box ul li svg{
    width: 1.2rem;
    height: 1.2rem;
}
.footer_bottom .bottom .box ul li{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.3rem;
}
.footer_bottom .bottom .box ul li a{
    font-size: .85rem;
    line-height: 1.225rem;
    color: #000;
    font-weight: 500;
    transition: 0.5s all;
}
.footer_bottom .bottom .box ul li:hover a{
    color: var(--sub-cl);
}
.footer_bottom .bottom .box .heading{
    font-size: .75rem;
    line-height: 1.1rem;
    color: var(--sub-cl);
    font-weight: 700;
    text-transform: uppercase;
}
.footer_bottom .bottom .box:nth-child(1),
.footer_bottom .bottom .box:nth-child(2){
    border-right: .05rem solid #cecece;
}
.footer_bottom .copy_right{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.6rem .8rem 0;
}
.footer_bottom .copy_right span{
    font-size: .8rem;
    line-height: 1rem;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}
.stack_top_page{
    display: unset !important;
}
.img_add_section{
    margin-bottom: 2rem;
}

.wrap_advertisements{
    display: flex;
    gap: 2rem;
}
.wrap_advertisements .img_ad{
    width: 15rem;
    height: 19rem;
}
.wrap_advertisements .img_ad img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap_advertisements .wrap_content{
    flex: 1;
    max-width: 31.2rem;
}
.wrap_btn_ad{
    margin-top: 2rem;
}
.wrap_btn_ad .btn_new{
    background: var(--sub-cl);
}
.wrap_btn_ad .btn_new:hover{
    background: #000;
    opacity: 1;
}
.main_content_post_detail .advertisements{
    margin-left: -27.05rem;
    margin-right: -27.05rem;
    max-width: calc(100% + 54.1rem);
    padding: 3rem 19rem 4rem;
}
.advertisements{
    background: rgba(206, 206, 206, 0.3);
    padding: 3rem 0  4rem;
    border-bottom: .05rem solid #cecece;
    border-top: .05rem solid #cecece;
    margin: 2rem 0;
}
#hidden-popup{
    max-width: 40rem;
}
.wrap_popup .img_logo{
    width: 10rem;
    height: 10rem;
    margin-bottom: 1rem;
}
.wrap_popup .img_logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap_popup title p{
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    color: #000;
}
.btn_popup{
    width: 100%;
    padding: 0.6rem 1.6rem;
    background: var(--sub-cl);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
}
.btn_popup:hover{
    background: #000000;
}
.btn_popup span{
    font-size: .8rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}
.form_popup input:focus{
    border: 1px solid var(--main-cl);
}
.form_popup input::placeholder{
    font-size: .8rem;
    color: #cecece;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
}
.form_popup .wpcf7 .wpcf7-not-valid-tip{
    font-size: .8rem;
}
.form_popup .wpcf7 form.invalid .wpcf7-response-output{
    margin: 1.5rem 1rem 0;
}
.wrap_post_page_3{
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}
.wrap_post_page_3 .item{
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.2rem;
    background: #fff;
    color: #000;
    padding: 0.6rem 1.6rem;
    border: 0.1rem solid #000;
    text-transform: uppercase;
    transition: 0.5s all;
}
.wrap_post_page_3 .item:hover{
    background: #000;
    color: #fff;
}
.breadcrumb ul {
    margin-top: 0.75rem;
    display: flex;
    list-style: none;
    gap: 0.25rem;
    align-items: center;
}
.breadcrumb ul li a{
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: var(--sub-cl);
    font-weight: 400;
    text-decoration: underline;
}
.breadcrumb ul li.title_single{
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #000;
    font-weight: 400;
    margin-left: 0;
}
.breadcrumb ul .divider{
    opacity: 1;
    margin-top: -.5rem;
}
.text_cooperation_2 h2{
    font-size: 1.8rem;
    line-height: 2.75rem;
    color: #000;
    font-weight: 700;
}
.text_cooperation_2 ol li{
    font-size: 1rem;
    line-height: 1.35rem;
    font-family: var(--font-400);
    color: #000;
    font-weight: 400;
}
.text_cooperation_2 p{
    font-size: .9rem;
    line-height: 1.35rem;
    font-family: var(--font-400);
    color: #000;
    font-weight: 400;
}
.text_cooperation_2 ul li{
    font-size: .9rem;
    line-height: 1.45rem;
    font-family: var(--font-400);
    color: #000;
    font-weight: 600;
}
.text_cooperation_2 h4{
    font-size: .7rem;
    line-height: 2.05rem;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.gallery_cooperation_2 .overlay.fill{
    background: rgba(0,0,0,0) !important;
}
.gallery_cooperation_2 .gallery-col{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3rem;
}
.btn_new.custom {
    padding: .5rem 3.8rem .4rem 1.6rem;
    background: #fff;
    border: 0.1rem solid var(--sub-cl);
}
.btn_new.custom span{
    color: var(--sub-cl);
}
.btn_new.custom:hover{
    background: #000;
    border: 0.1rem solid #000;
}
.btn_new.custom:hover span{
    color: #fff;
}
.btn_new.custom span::before{
    background-image: url("../images/right-arrow.png");
}
.btn_new.custom:hover span::before{
    background-image: url("../images/next.png");
}
.text_cooperation_3 h4{
    margin-bottom: 0.25rem;
    position: relative;
    padding-top: 1.5rem;
}
.text_cooperation_3 h4:before{
    content: '';
    position: absolute;
    top: 5%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: rgb(180 180 180);
}
.text_cooperation_3 h4:first-child{
    padding-top: 0;
}
.text_cooperation_3 h4:first-child::before{
    content: '';
    display: none;
}
.text_cooperation_3{
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
.box_img_cooperation_4 h4{
    font-size: .75rem;
    line-height: 1.05rem;
    color: var(--sub-cl);
    margin-bottom: .5rem;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
}
.cooperation_3 .desc_content p{
    font-size: 0.9rem;
}
.stack_cooperation_4{
    gap: 4rem;
    margin-top: 3rem;
}
.box_img_cooperation_4 .box-image{
    margin: 0 0 0 2rem;
}
.custom_blockquote blockquote{
    padding: 0.8rem 3rem 0 ;
    width: fit-content;
    border: 1px solid #000;
    background: rgb(243 243 243);
    margin: auto;
}
.cooperation_5 .custom_blockquote blockquote p{
    font-size: .8rem;
}
.cooperation_5 .desc_content p{
    font-size:  0.9rem;
}
.cooperation_5 .feedback-form{
    margin-top: 2.5rem;
}
.cooperation_5 .feedback-form .description{
    margin: -1rem 0 0  1rem;
}
.cooperation_5 .feedback-form .form-label{
    margin-bottom: .5rem;
    font-size: .8rem;
    line-height: 1.2rem;
    font-family: var(--font-400);
    font-weight: 400;
}
.cooperation_5 .feedback-form .form-control{
    border-radius: 0.35rem;
}
.cooperation_5 .feedback-form .btn-submit{
    width: fit-content;
    padding: 0.3rem 1.6rem !important;
    border-radius: 0 !important;
    background: var(--sub-cl) !important;
}
.cooperation_5 .feedback-form .btn-submit:hover{
    background: #000 !important;
}
.cooperation_5 .wpcf7 form.invalid .wpcf7-response-output,
.cooperation_5 .wpcf7 form.sent .wpcf7-response-output {
    margin: 1.5rem 0 0 0;
}

.wrap_cooperation_1 .img_item{
    width: 80%;
    /*max-width: 80%;*/
    /*height: 40rem;*/
    margin-left: -18rem;
    order: 1;
    position:  relative;
    z-index: 3;
}
.wrap_cooperation_1 .img_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap_cooperation_1 {
    display: flex;
    flex-direction: row;
}
.wrap_cooperation_1 .wrap_content {
    width: 50%;
    padding: 3rem 0 3rem 3rem;
    margin-bottom: 8rem;
    background: rgb(243 243 243);
}
.wrap_cooperation_1 .btn_new{
    width: fit-content;
    background:  var(--sub-cl) !important;
}
.wrap_cooperation_1 .btn_new:hover{
    background: #000 !important;
}
.wrap_cooperation_1 .box_content {
    padding: 3rem;
    margin: 0 -3.2rem 0 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 4;
}
.wrap_cooperation_1 .wrap_content::before {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    z-index: 4;
}
.wrap_cooperation_1 .wrap_content h1,
.post_page_add_new .wrap_cooperation_1 .wrap_content h2{
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    color: #000;
    position: relative;
    z-index: 5;
}
.wrap_cooperation_1 .wrap_content h3{
    font-size: 1rem;
    line-height: 1.65rem;
    font-family: var(--font-400);
    font-weight: 700;
    color: #000;
    position: relative;
    z-index: 5;
}
.wrap_cooperation_1 .wrap_content p{
    font-size: 1rem;
    line-height: 1.65rem;
    font-weight: 400;
    color: #000;
    font-family: var(--font-400);
    position: relative;
    z-index: 5;
}
.search_page{
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    line-height: 2.1rem;
    color: var(--main-cl);
    padding-top: 2rem;
}
.search_page strong{
    color: var(--sub-cl);
}
.not_search{
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    line-height: 2.1rem;
    color: #000;
    padding: 2rem 0;
}
.post_page_add_new{
    padding-top: 4rem;
}
.footer-wrapper .is-outline:hover,
.footer-wrapper .primary.is-outline:hover{
    background-color: var(--main-cl);
    border-color: var(--main-cl);
}
.header-wrapper.stuck {
    display: none;
}
@media only screen and (max-width: 1600px){
    html {
        font-size: 1.15vw;
    }
    .container-width,
    .full-width .ubermenu-nav,
    .container,
    .row {
        max-width: 80rem !important;
    }
    .box_post_home{
        height: 35.5rem;
    }
    .box_post_home .img_item {
        width: 60.5rem;
        height: 100%;
    }
    .wrap_box_post_home .box-text-inner .post-title a{
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .wrap_box_post_home .box-text-inner .cat-label{
        font-size: .8rem;
    }
}
@media only screen and (max-width: 1200px){
    html {
        font-size: 1.2vw;
    }
    .box_post_home .img_item {
        width: 50.5rem;
        height: 100%;
    }

}
@media only screen and (max-width: 850px) {
    html {
        font-size: 1.9vw;
    }
    .load_home_page svg {
        width: 20rem;
    }
    .footer_top .wrap_box .wrap_content .heading_title {
        max-width: 70%;
    }

    .footer_bottom .bottom .box ul{
        max-width: 15rem;
    }

    .header-wrapper.stuck {
        display: block;
    }
    .post_page_detail_2 .wrap_btn {
        margin-top: 0;
    }
    /*.organizational_3 .wrap_organizational .item {*/
    /*    width: calc(calc(100% / 3) - 1.2rem);*/
    /*}*/
    .header-wrapper {
        padding: 0;
    }
    .wrap_organizational .item,
    .organizational_3 .wrap_organizational .item{
        width: calc(calc(100% / 2) - 1.2rem);
    }
    .wrap_organizational .item p{
        font-size: .85rem;
    }
    .wrap_organizational .item h4{
        font-size: .8rem;
    }
    .icon_contact_mail .icon-box-text p{
        font-size: .9rem;
    }
    .main_content_post_detail .advertisements{
        padding: 3rem 27rem 4rem;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content, .mfp-close, .mfp-container, .mfp-wrap, .mfp-bg {
        top: 6rem !important;
            position: fixed !important;
    }
    .off-canvas-left .mfp-content{
        box-shadow: unset;
    }
    .off-canvas-left .mfp-content .mobile-sidebar{
        background: #fff;
    }
    .off-canvas-left .mfp-content .mobile-sidebar .nav.nav-vertical li a{
        font-size: 0.9rem;
        text-transform: capitalize;
        color: var(--main-cl);
    }
    /*.mfp-bg {*/
    /*    top: 6rem !important;*/
    /*    position: fixed !important;*/
    /*}*/
    .stack_cooperation_4 {
        gap: 2rem;
    }
    .text_cooperation_2 h4{
        margin-top: 3rem;
    }
    .box_post_home .wrap_content {
        position: relative;
        width: 93% !important;
        transform: unset;
        margin-top: -4rem;
    }
    .box_post_home .img_item {
        width: 100%;
        height: 31rem;
    }
    .wrap_cooperation_1 {
        flex-direction: column-reverse;
    }
    .wrap_cooperation_1 .img_item {
        width: 100%;
        height: 30rem;
        margin-left: 0;
        order: 1;
    }
    .wrap_cooperation_1 .wrap_content {
        width: 100%;
        padding: 1rem 1.5rem 0;
        margin-bottom: 0;
    }
    .wrap_cooperation_1 .box_content{
        padding: 2rem;
        margin: 0;
        top: -2.5rem;
    }
    .box_post_home {
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 4.2vw;
    }
    .load_home_page svg {
        width: 12rem;
    }
    #search-lightbox{
        margin-left: -1rem;
        margin-right: -1rem;
        max-width: calc(100%  + 2rem);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    #search-lightbox .search-keywords{
        margin-top: 1rem;
    }
    #search-lightbox .search-keywords > a{
        font-size: .7rem;
    }
    .home_7 .icon-box-left .icon-box-img+.icon-box-text{
        padding: 1.5rem 0 0 0 ;
    }
    .home_3 .post_page_detail_1,
    .home_4 .post_page_detail_1,
    .home_5 .post_page_detail_1 {
        padding: 2rem 0 1.75rem !important;
    }
    .footer_top .wrap_box .wrap_content{
        flex-direction: column;
        gap: 1.75rem;
        align-items: start;
    }
    .footer_top .wrap_box .wrap_content .heading_title {
        max-width: 100%;
    }
    .footer_bottom .bottom{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .footer_bottom .bottom .box ul li{
        margin-bottom: 1rem;
    }
    .footer_bottom .bottom .box ul{
        max-width: 100%;
        margin: 1.25rem 0 0;
    }
    .footer_bottom .bottom .box:nth-child(1),
    .footer_bottom .bottom .box:nth-child(2){
        border-right: 0;
    }
    .wrap_share_print .wrap_box{
        padding: .6rem;
    }
    .wrap_blog .item{
        flex-direction: column;
        padding-bottom: 0;
    }
    .wrap_blog .item .img_item {
        width: 100%;
        height: 14rem;
    }
    .box_related_articles {
        margin: .7rem -0.5rem 1.6rem;
    }
    .box_related_articles .item {
        /*width: calc(calc(100% / 2) - 1rem);*/
        margin: 0 .5rem .5rem;
        width: 100%;
    }
    .post_page_detail_2 .wrap_btn {
        margin-top: 0;
    }
    /*.box_related_articles .item .img_item{*/
    /*    height: 10rem;*/
    /*}*/
    .wrap_box_post_home .box-image .image-cover{
        padding-top: 15rem !important;
    }
    .wrap_organizational {
        display: flex;
        flex-wrap: wrap;
        margin: 3.5rem -0.5rem 0;
    }
    .wrap_organizational .item {
        width: calc(calc(100% / 2) - 1rem) !important;
        margin: 0 .5rem 2rem;
    }
    .organizational_2,
    .organizational_3{
        padding: 2.5rem 0 !important;
    }
    .box_post_home .img_item{
        height: 100%;
    }
    .box_post_home .wrap_content{
        position: unset;
        width: 100% !important;
        transform: translate(0, 0);
        margin: 0;
    }
    .box_post_home .img_item{
        height: 14rem;
    }
    .box_post_home .wrap_content .box-text{
        padding: 1rem 0;
    }
    .off-canvas-left .mfp-content .mobile-sidebar .nav.nav-vertical li a {
        font-size: 0.75rem;
    }
    .heading_title h3, .post_page_detail_1 h3, .wrap_box_post_home .box-text-inner .post-title a {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .desc_content p,
    .desc_content,
    .post_page_detail_1 p,
    .post_page_detail_1 ul li,
    .wrap_blog .item .content .name_category,
    .content_post_page_2 p{
        font-size: 0.9rem;
    }
    .wrap_blog .item .content .the_date,
    .post_page_detail_1 .name_category{
        font-size: 0.85rem;
    }
    .post_page_detail_1{
        padding: 2.5rem  0 5rem;
    }
    .post_page_1{
        display: none;
    }
    .post_page_detail_1 .written{
        font-size: 1rem;
    }
    .wrap_advertisements{
        flex-wrap: wrap;
    }
    .wrap_advertisements .wrap_content{
        max-width: 100%;
    }
    #hidden-popup{
        padding: 1rem;
    }
    .btn_popup{
        padding: 0.7rem 1.6rem;
    }
    .box_img_cooperation_4 .box-image {
        margin: auto;
        width: 19% !important;
    }

    .box_img_cooperation_4 .box-text .desc_content p,
    .box_img_cooperation_4 .box-text .desc_content h4{
        text-align: center !important;
        line-height: 1.6rem;
    }
    .wrap_cooperation_1 .img_item {
        max-width: 100%;
        height: 13rem;
    }
    .wrap_cooperation_1 .wrap_content{
        padding: 1rem;
    }
    .wrap_post_page_3 .item{
        padding: 0.4rem 1rem;
    }
    .post_page_4,
    .post_page_3,
    .post_page_2{
        padding: 3rem 0;
    }
    .wrap_cooperation_1 .box_content{
        padding: 1.5rem;
    }
    .wrap_cooperation_1 .wrap_content h1,
    .post_page_add_new .wrap_cooperation_1 .wrap_content h2{
        font-size: 1.75rem;
        line-height: 2.4rem;
    }
    .btn_new {
        padding: .4rem 3.2rem .4rem 1.2rem;
    }
    .cooperation_5 .feedback-form .btn-submit{
        padding: .0rem 1.2rem !important;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content, .mfp-close, .mfp-container, .mfp-wrap, .mfp-bg {
        top: 5rem !important;
        position: fixed !important;
    }

}