.news-events {
    padding: 25px;
    position: relative;
    // background-image: url(../images/gredientcolor.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    background-color: rgba(77, 154, 212, 0.047);
}

.news-events-image {
    width: 310px;
    max-width: 100%;
    height: 220px;
    overflow: hidden;
}

.owl-carousel .owl-item .news-events .news-events-image img {
    width: 100%!important;
}

.news-events .news-events-date {
    width: auto;
    display: inline-block;
    padding: 7px 20px;
    background-color:rgb(3, 226, 177);
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    top: -15px;
    letter-spacing: .1em;
}

.bottom-text {
    color: #a6a6a6;
    font-size: 13px;
    line-height: normal;
}

h5.white {
    color: #fff;
    /* color:#4D9AD4 !important; */

    min-height: unset; 
}

.news-events-title {
    margin: 20px 0 5px;
    min-height: 70px;
}

.news-events-readmore a.button{
    color: #fff;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 15px!important;
    background: transparent;
    border: 1px solid;
}


.news-events-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.event-list .owl-nav {
    text-align: center;
    margin-top: 30px;
    position: absolute;
    width: calc(100% + 60px);
    left: -30px;
    top: 50%;
}

.event-list  button.owl-prev {
    left: -15px;
    position: absolute;
}

.event-list  button.owl-next {
    right: -15px;
    position: absolute;
}


.news-item {
    width: 50%;
    float: left;
    padding: 0 25px;
    margin-bottom: 25px;
}
.news-item-inner{
    background: #f9f9f9;
    height: 100%;
    text-align: left;
}

.news-list-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.news-category h6, .news-date h6 {
    color: #999999;
    font-size: 13px;
}

.news-title a {
    font-size: 20px;
    font-weight: normal;
}

.news-title {
    margin: 10px 0;
}


.news-list-category::after {
    content: " ";
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
    position: absolute;
    height: 1px;
    background: #aaa;
    left: 0px;
    bottom: 0px;
}


.news-list-category {
    position: relative;
}


.news-list-category .radio {
    display: inline-block;
    padding: 15px;
    letter-spacing: 1.1px;
    cursor: pointer;
    font-size: 18px;
}

.news-list-category .radio.active-radio {
    color: #00ffb2;
    font-weight: bold;
}


.news-list-inner {margin-top: 40px;}

.news-item .news-excerpt {
    margin: 10px 0;
}

.news-date {
    margin-top: 10px;
}

.news-category {
    margin-bottom: 10px;
}


.midiumWidth {
    max-width: 1000px;
    margin: 15px auto 30px;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.filter-inner-box {
    width: 95%;
    float: left;
}

.reset-box {
    width: 5%;
    float: left;
    text-align:right;
}

.filter-box-item.search-item {
    width: 50%;
    float: left;
    padding-left: 0;
    position: relative;

}
input#search-box-button{
    position: absolute;
    top: 0px;
    right: 15px;
    min-height: 20px;
    border: 0;
    width: 45px;
    height: 100%;
    background-image: url('https://www.hk2050isnow.org/wp-content/uploads/2021/05/search-5.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
}
.filter-box-item {
    width: 25%;
    float: left;
    padding: 0 15px;

}

input.form-control[name="search-box"] {
    background: #f2f2f2;
    border: 0px;
    border-radius: 0;
    /*    background-image: url(https://www.hk2050isnow.org/wp-content/uploads/2021/05/search-5.png);
        background-repeat: no-repeat;
        background-position: 98%;*/
    padding-right: 40px;
}

select.form-control {}

.filter-inner-box select {
    background: #03e2b1;
    border: 0;
    border-radius: 0;
    color: #fff;
}

.news-list-content {
    width: 60%;
    float: left;
    padding: 40px 40px 40px 40px;
}

.news-list-image {
    width: 40%;
    float: left;
    padding: 0 0 0 15px;
}

.news-list-item {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
    background:#f7fafd;
    flex-wrap: wrap;
}

.news-list-title a, .news-list-title  {
    color: #4D9AD4;
    font-size: 20px;
    font-weight: 400;
    /* margin-bottom: 15px; */
    line-height: 1.1em;
}

.news-list-title {
    margin-bottom: 10px;
}

.news-list-meta {
    color: #03E2B1;
    margin-bottom: 20px;
}

.project-tiles {
    margin-top: 80px;
}

.pagenation-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.pagenation-box > div {
    display: inline-block;
    padding: 0 7px;
}


.pagenation-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.pagenation-box > div {
    display: inline-block;
    padding: 0 7px;
    color: #999999;
}

span.current-paged {
    background: #f1f1f1;
    font-size: 13px;
    padding: 9px 18px;
    margin-right: 5px;
    color: #999999;
}

span.total-page-number {
    font-size: 13px;
    color: #999999;
}

.prevoius-page-link a {
    width: 15px;
    height: 15px;
    border: 1px solid;
    display: inline-block;
    font-size: 0;
    transform: rotate(45deg);
    border-right: 0;
    border-top: 0;
}

.next-page-link a {
    width: 15px;
    height: 15px;
    border: 1px solid;
    display: inline-block;
    font-size: 0;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
}

.filter-inner-box select, .filter-inner-box input {
    min-height: 45px;
}

news-list-image img {
    width: 100%;
}

.new-event-date {
    color: rgb(3, 226, 177);
    font-weight: 400;
    margin-top: 20px;
    line-height: 21px !important;
}



.new-event-title h5 {
    font-size: 20px !important;
    color: rgb(77, 154, 212) !important;
    text-align: left;
    line-height: 26px;
    font-weight: 400;
}

.new-event-texonomy {
    /* font-weight: 400;
    font-style: normal;
    line-height: 21px;
    font-size: 16px;
    letter-spacing: 1px; */
    line-height: 17px;
}

.new-event-author {
    font-weight: 400;
    /* font-style: normal;
    line-height: 21px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #999999; */
    padding-top: 10px;
}

.news-list-image img {

    width: 100%;
    height: 100% !important;

}

.news-list-image{

    padding:0px !important;
}

.news-list-content {

    /* padding: 36px 15px 36px 30px !important; */
}

.linkedin-team {
    padding-top: 30px;
}

.linkedin-team * {
    color: #4d9ad4;
}

/* Customize css*/



.post-resource {

    padding-top: 30px;
    padding-bottom: 30px;
}

.publication-button{
    max-width:50%;
}

.publication-single-page-image img {
    max-width: 75%;
    float: right;
}



.publication-top-section{
    background: #fff;
    padding: 52px 45px 0;
    margin-top: -50px;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
}

.new-publication-date {
    display: inline-flex;
    color: #03e2b1;
}

.new-publication-date span {
    padding-left: 2px;
    padding-right: 0px;
}



.new-publication-date h6 {
    color: color: #03e2b1;
    color: #03e2b1;
    font-weight: 400;
    font-size: 15px;
}

.publication-author span {
    color: #999999;
    font-size: 16px;
}

.post-resource h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.3em;
}


a.pdf_links {
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #03e2b1;
    margin-bottom: 15px;
    padding: 8px 10px;
    color: #fff;

}

.new-publication-categor h6 {
    color: #03e2b1;
    font-weight: 400;
    font-size: 16px;
}

i.fa.fa-search.pulic-search-icon {
    color: #03e2b1;
}
/*.publication-image_hk img {
    width: 100%;
    max-height: 350px !important;
    object-fit: cover;
}*/



.content-area-pub {
    margin-bottom: 40px !important;
    margin-top: 10px !important;
}

.search-pulication button {
    border: none;
    margin-left: -5px;
    background-color: #F9F9F9;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 5px;
    padding-right: 12px;
    color: rgb(3, 226, 177);
}

/*Event all new design*/
#inner-tab-item {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-tabs {
    border-bottom: none;
}

#inner-tab-item.nav-tabs .nav-item {
    margin: 0 15px;
}

#inner-tab-item.nav-tabs .nav-item {
    width: auto;
    border: none;
}

.nav-tabs .nav-item {
    background-color: transparent;
    color: #03e2b1 !important;
    border-radius: 0;
    width: calc(33.33% - 44px);
    margin: 0 20px;
    padding-bottom: 0;
    text-align: center;
}

#inner-tab-item.nav-tabs .nav-item .nav-link {
    font-weight: 400;
    padding: 0;
    position: relative;
    color: #999999;
    line-height:24px;
}

#inner-tab-item.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link {

    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;

    padding: 10px 0;
}

.card {
    border: none;
    background-color: transparent;
}


.news-events-excerpt.all-new-excerpt {
    color: #fff !important;
}

.bottom-text {
    font-size: 15px;
    line-height: normal;
}

.news-events .news-events-date {
    width: auto;
    display: inline-block;
    padding: 10px 24px;
    background-color: rgb(3, 226, 177);
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    top: -15px;
    letter-spacing: .1em;
}

/*.news-events-image {
    width: 310px;
    max-width: 100%;
    height: 200px;
    overflow: hidden;
}*/

.midiumWidth.top-page-content p {
    /*font-family: 'Lato-Bold', 'Lato Bold', 'Lato', sans-serif;*/
    /* font-weight: 700;
     font-style: normal;
     font-size: 16px;*/
    color: #999999;
}

#inner-tab-item.nav-tabs .nav-item .nav-link:hover:before, #inner-tab-item.nav-tabs.nav-tabs .nav-link.active:before {
    visibility: visible;
    transform: scaleX(1);
}

#inner-tab-item.nav-tabs .nav-item .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -10px;
    left: 0;
    background-color: #03e2b1 !important;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s ease-in-out;
}

p.no-list {

    color: #999999;
}



.publication-select {
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
}

.search-pulication {
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
}

input[type="text"]::placeholder {
    color: #999999 !important;
}

input#input_1_1::-webkit-input-placeholder,input#input_1_3::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #999 !important;
}



.publication-button {
    max-width: 50%;
    padding-bottom: 32px;
}

.search-pulication input {
    color:#AAAAAA !important;
}

input[type=text]:focus {

    color:#AAAAAA !important;
}

.report-en {
    margin-bottom: 10px;
    border: none;
    width: 100%!important;
    font-size: 16px!important;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
}

.news-content {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #999999;
}



.filter-box-item select:hover {
    background-color: rgba(77, 154, 212, 1) !important;

}

.page-top-section-insi {

    padding: 60px 80px 0;

}


.max-width-1100 {
    margin: 0 auto;
    max-width: 1050px;
}

h5.chanpions-title-link {
    font-size: 17px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.2em;
}
.single-climate-champion .page-header-section {
    display: none;
}

.page-header-section {}

.single-climate-champion .banner-single {
    height: 290px !important;
}

.climate-champion-section1 h2 {
    text-transform: capitalize;
}

h5.video-title-link {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: #4d9ad4;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1em;
}

.video-image-he > img {
    width: auto;
    min-height: 170px;
}

.divider:last-child {
    display: none;
}

.new-event-title h5::before,.chanpions-title-link::before,.resource-content-area a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #4D9AD4;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}
.news-events-title h5::before {

    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;

}
.new-event-title h5:hover::before,.resource-content-area a:hover::before,.chanpions-title-link:hover::before,.news-events-title h5:hover::before{
    visibility: visible;
    transform: scaleX(1);
}

.new-event-title h5,.news-events-title h5,.resource-content-area a {
    position: relative;
}

h5.chanpions-title-link {
    position: relative;
}
.chanpions-title-link a {
    display: inline-block;
    width: 100%;
}

.champions-list-item-inner:hover .champions-image_hk img,.news-events:hover .news-events-image img,.new-event-list-item-inner:hover .new-event-image img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}


.champions-list-item-inner .champions-image_hk img,.new-event-list-item-inner .new-event-image img,.news-events .news-events-image img {
    transform: scaleX(1);
    transition: all 0.5s ease-in-out;
}

.champions-details-content .website_link {
    color: #4d9ad4;
    word-break: break-all;
}

.image_whereare_box_image {
    margin-top: -50px;
}

.page-id-43 .sector-top-section {
    padding-top: 100px;
    margin-top: -80px;

}

.where_we_need {
    margin-top: 60px;
}

.where_we_need_content {
    padding: 0 30px 0 0px;
}

.advisors-dialog.modal-dialog {
    width: 80%;
    //margin: 0 auto;
}
