@font-face { src: url('/assets/fonts/DINPro-Bold.ttf'); font-weight: bold; font-family: 'dinpro'; }
@font-face { src: url('/assets/fonts/DINPro-Black.ttf'); font-weight: 900; font-family: 'dinpro'; }
@font-face { src: url('/assets/fonts/DINPro-Medium.ttf'); font-weight: 500; font-family: 'dinpro'; }
@font-face { src: url('/assets/fonts/DINPro-Regular.otf'); font-weight: 400; font-family: 'dinpro'; }
@font-face { src: url('/assets/fonts/DINPro-Light.ttf'); font-weight: 100; font-family: 'dinpro'; }

:root{
  --c1: #26BDE2;
  --c2: #F9FAFB;
  --c3: #F1F1F1;
  --r1: #E5243B;
  --r2:#DCA63A;
  --r3: #4C9F38;
  --r4: #C5192D;
  --r5: #FF3A21;
  --r6: #26BDE2;
  --r7: #FCC30A;
  --r8: #A21942;
  --r9: #FD6925;
  --r10: #DE1367;
  --r11: #FD9D24;
  --r12: #BF8B2E;
  --r13: #3F7E44;
  --r14: #0B97D9;
  --r15: #56C02B;
  --r16: #00689D;
  --r17: #1A486A;
}

.r1{ background-color: var(--r1); }
.r2{ background-color: var(--r2); }
.r3{ background-color: var(--r3); }
.r4{ background-color: var(--r4); }
.r5{ background-color: var(--r5); }
.r6{ background-color: var(--r6); }
.r7{ background-color: var(--r7); }
.r8{ background-color: var(--r8); }
.r9{ background-color: var(--r9); }
.r10{ background-color: var(--r10); }
.r11{ background-color: var(--r11); }
.r12{ background-color: var(--r12); }
.r13{ background-color: var(--r13); }
.r14{ background-color: var(--r14); }
.r15{ background-color: var(--r15); }
.r16{ background-color: var(--r16); }
.r17{ background-color: var(--r17); }

body { overflow-x: hidden; }
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-family: 'dinpro';
}
html { 
    margin: 0; padding: 0; 
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box; 
}
.wrap{
  width: 1200px;
  margin: 0 auto;
}

.bg-c2{ background-color: #F9FAFB; }
.btn{
  background-color: var(--c1);
  color: white;
  padding: 10px 15px;
  font-size: 15px;
}
.btn:hover{
    opacity: .8;
    cursor: pointer;
}



.h-up, .f-up{ background-color: var(--c2); }
.f-down { background-color: var(--c3); }
.search input{
    width: 500px;
    height: 35px;
    padding: 0 10px;
}
.line{
    width: 700px;
    height: 1px;
    background-color: white;
    right: 0;
    bottom: 45px;
}
.line-b{
    background-color: black;
}
.line-in div{
    background-color: white;
    width: 12px;
    height: 12px;
    margin-top: -1.2%;
    border-radius: 50%;
}
.line-b .line-in div{
    background-color: black;
}
.line-in div.active{
    width: 19px;
    height: 19px;
    margin-top: -9px;
    background-color: transparent;
    border: 1px solid white;
}
.line-b .line-in div.active{
    border: 1px solid black;
}
.line-b .line-in div.active::after{
    background-color: black;
}
.line-in div.active::after{
    content: '';
    position: absolute;
    background-color: white;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: 6px;
    margin-left: 6px;
}
.purpose-ul li{
    width: calc(100% / 6 - 10px);
    margin-bottom: 10px;
}
.purpose-ul li img{
    width: 100%;
}
.news-r > div{
    width: calc(100% / 2 - 20px);
}
.goals_news .news-r > div, .news-b > div{
    width: calc(100% / 4 - 20px);
}
.goals_news {
    background-color: var(--c3);
}
.news-r > div > div > img:first-child {
    width: 100%;
}
/* .news-r > div > div > img:last-child, .news-l > div > img:last-child {
    padding: 10px;
} */
.news-r > div{
    margin-bottom: 25px;
}
small{
    margin: 5px 0 7px 0;
    display: block;
    color: #161616;
}
.news-r small{
    margin: 5px 0;
}
small + div{
    line-height: 1.4;
    font-weight: 500;
}
.news-l{
    width: 43%;
}
.publications-in > div{
    position: relative;
    padding-right: 15px;
    width: 100%;
}
.owl-carousel .owl-stage{
    padding-bottom: 20px;
}
.publications-in .btn{
    position: absolute;
    bottom: 20px;
}


.h-purpose img:not(.active){
    opacity: .6;
}
.breadcrumb > div:not(:last-child){
    margin-right: 40px;
}
.breadcrumb > div:not(:last-child)::after{
    content: '';
    background-image: url('/assets/images/right-small.svg');
    width: 15px;
    height: 15px;
    position: absolute;
    background-size: 100%;
    margin-left: 12px;
    margin-top: 3px;
}
.c{ margin: 40px auto 60px auto; }
.c h2{
    font-weight: 600;
    font-size: 24px;
}
.task-l .btn{
    background-color: #E4F4F9;
    color:#26BDE2;
    width: calc(100% / 2 - 10px);
    text-align: center;
    font-weight: 500;
}
.filter label{
    display: block;
    margin: 13px 0 0 5px;
    color: #161616;
}
input[type=checkbox]{
    margin-right: 10px;
    -ms-transform: scale(1.4); /* IE */
    -moz-transform: scale(1.4); /* FF */
    -webkit-transform: scale(1.4); /* Safari and Chrome */
    -o-transform: scale(1.4); /* Opera */
    transform: scale(1.4);
}
.task-r{ 
    width: 892px!important;
    margin-left: 308px;
}
.tab{
    background-color: var(--c2);
    font-weight: 500;
}
.tab > div{ 
    padding: 1rem 35px;
    font-size: 15px; 
}
.tab3 > div{ padding: 1rem 23px; }
.tab > div.active{
    color: var(--c1);
    background-color: #E4F4F9;
    border-bottom: 2px solid var(--c1);
}
.tab2 > div{
    align-items: center;
    display: flex;
}
.tab2 div:first-child p{
    width: 200px;
}
.tab2 div img{
    width: 45px;
    margin-right: 10px;
}
.tab2 div{
    padding: 1rem 25px;
}
.tab2 div.active{
    border-bottom: none;
    color: #161616;
}
td{
    font-size: 15px;
    padding: 20px 15px;
}
tr td:first-child{
    white-space: nowrap;
}
tr:nth-child(2n+1){
    background-color: var(--c2);
}


.c > div{
    width: calc(100% / 2 - 30px);
}
.indicator > div{
    width: 100%;
}
.goal > div{
    width: 100%;
}
.goal h2{
    width: calc(100% / 2 - 20px);
}
.c li > div:first-child{
    align-items: center;
    background-color: var(--c2);
    padding: 0 12px;
    height: 47px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.c li h3{
    font-weight: 600;
}
.c li p{
    margin-bottom: 40px;
    display: block;
    margin-left: 15px;
}
.c li .btn{
    font-size: 14px;
    font-weight: 500;
    padding: 3px 10px;
}
.c li .btn.success{
    background-color: #279B48;
}
.c li .btn.error{
    background-color: #EB1C2D;
}
.c li .btn.grey{
    background-color: grey;
}
.c li .btn.warning{
    background-color: #F99D26;
    margin-left: 15px;
}
.right_arrow, .left_arrow{
    position: absolute;
    left: calc(49% - 35px);
    bottom: -5%;
    z-index: 9;
}
.left_arrow{
    left: auto;
    right: calc(49% - 35px);
}
.right_arrow:hover, .left_arrow:hover{
    opacity: .8;
    transform: scale(1.02);
}
.h-down ul li:hover, .f-up ul li:hover{
    opacity: .7;
} 
.h-down li.active, .f-up li.active{
    font-weight:bold;
}
.news a{
    display: block;
}
.news a:hover{
    opacity: .8!important;
}
.goal_ul > li, .goal_ul > ul{
    width: calc(100% / 2 - 20px);
}

.c-up{
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
}
.desc:hover, .breadcrumb a:hover, table a:hover{
    text-decoration: underline;
}
.task-nothing{
    padding: 60px;
    width: 892px!important;
    margin-left: 308px;
    margin-bottom: 30px;
    background-color: var(--c2);
}
.task-nothing img, .task-nothing div{
    margin: 0 auto;
}
.task-nothing a{
    text-decoration: underline;
}
.content-c p{
    margin-bottom: 15px;
}

.about-r li > div:first-child{
    padding: 10px 12px;
    background-color: var(--c1);
    color: white;
    font-weight: 500;
}
.about-r li:nth-child(2) > div:first-child{ background-color: #C5192D; }
.about-r li:nth-child(3) > div:first-child{ background-color: #FD9D24; }
.about-r li:nth-child(4) > div:first-child{ background-color: #4C9F38; }

.about-r li > div:nth-child(2){
    font-weight: 500;
    font-size: 15px;
    margin: 6px 0 8px 0;
    color: var(--c1);
}

.about-r li:nth-child(2) > div:nth-child(2){ color: #C5192D; }
.about-r li:nth-child(3) > div:nth-child(2){ color: #FD9D24; }
.about-r li:nth-child(4) > div:nth-child(2){ color: #4C9F38; }

.about-r small{
    margin: 8px 0 30px 0;
}

.report-up li{
    width: calc(100% / 3 - 20px);
    color: white;
    padding: 15px 18px;
    font-weight: 500;
}
.report-up h2{
    text-align: right;
    font-size: 22px;
}
.report-up h1{
    font-weight: bold;
    font-size: 35px;
}
.report-up li:last-child{ background-color: grey; }
.report-up li:nth-child(2){ background-color: #C5192D; }
.report-up li:first-child{ background-color: #4C9F38; }

.report-down li{
    box-shadow: 0 24px 24px rgb(37 53 61 / 4%), 0 4px 8px rgb(37 53 61 / 8%);
}
.bar{
    height: 25px;
    display: flex;
    align-items: center;
}
.bar div{
    text-indent: 10px;
    background-color: #4C9F38;
    font-size: 15px;
    color: white;
    white-space: nowrap;
}
.report-down h4{
    color: #444444;
}
.bar div:nth-child(2){ background-color: #C5192D; }
.bar div:nth-child(3){ background-color: grey; }

.select2-container{ border-radius: 5px; box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16); }
.select2-container{ width: 550px!important; }
.select2-container--default .select2-selection--single{ border: none!important; height: auto; padding: 11px; min-height: 50px; outline: none; }
.select2_img{  width: 25px; margin-right: 10px; max-height: 23px; }
.select2-results__option{ padding: 18px 20px!important; }
.select2-search--dropdown{ padding: 10px!important; border-color: var(--c_d1); border-top: 1px solid var(--c_d1); border-bottom: 1px solid var(--c_d1); }
.select2-search--dropdown .select2-search__field{ padding: 10px!important;  border-radius: 5px!important; outline-color: var(--c1);}
.select2-dropdown{ box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16), 0px 0px 2px rgba(40, 41, 61, 0.04)!important; border: none!important; }
.select2-container--default .select2-selection--single .select2-selection__arrow{ padding: 24px!important; }
.select2-results__option:hover{ cursor: pointer; background-color: var(--c3); }
.select2-selection__rendered .select2_img{ margin-top: 5px; }
.select2-container--default .select2-results>.select2-results__options{ min-height: 280px; }
.select2-selection__rendered .pr-3{
    display: block;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-selection__rendered .font-medium{
    padding-right: 5px;
}