.map-project-item-info {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
    background-color: #fff;
    padding: 20px;
    width: 50%;
    max-height: calc(100% - 40px);
    overflow: auto;
}

.map-project-item-info > p {
    margin: 0;
    margin-bottom: 3px;
    display: flex;
}

.map-project-item-info p > * {
    display: block;
    flex: 1;
    /*padding: 10px;*/
}

.map-project-item-info > div > strong,
.map-project-item-info > p > strong {
    font-weight: bold;
    color: rgba(58, 139, 233, 1);
    margin-right: 20px;
}

#map {
    position: relative;
}

.close-project-info {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    color: #f00;
    cursor: pointer;
}

.close-project-info:hover {
    font-weight: bold;
}


.nav {
    z-index: 100000;
}

.project-item-types {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    padding: 20px;
    z-index: 9999;
    font-size: 16px;
}

.project-status-type {
    display: flex;
    margin-bottom: 5px;
}
.project-status-type > span{
    display: block;
    flex: 1;
}

.project-item-types .project-status-type-color {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 10px;
}


.home-page-link-404{
    font-size: 18px;
    color: rgba(58, 139, 233, 1);
    text-decoration: underline;
}

.sharethis-inline-share-buttons{
    text-align: left !important;
    margin-top: 10px;
}

.elipsis-5-lines{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-key-highlight{
    background-color: #ffd92570;

}

.c-pointer{
    cursor: pointer;
}

.report-image{
    width: 100%;
    max-width: 400px;
}

@media screen and (max-width: 1024px) {
.report-image{
    width: 100%;
    max-width: 100%;
}
}

.staff-slider{

    margin-top: 50px;
}
.staff-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.staff-slider .swiper-slide img{
    width: 100%;
}

.staff-slider .swiper-slide .staff-item-name{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.staff-slider .swiper-slide .staff-item-desc{
    font-size: 16px;
    text-align: center;
}

.staff-slider .swiper-slide .staff-item-desc p{
    line-height: 20px;
}

.staff-slider .swiper-slide .staff-social-icons{
    display: flex
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.staff-slider .swiper-slide .staff-social-icons i{
font-size: 28px;
}

#contact-send-button:disabled{
    opacity: .5;
}