/* PROJECT PAGE */
.project_news {
    background:#fff; overflow:hidden;
}
.project_news .inner {padding: 80px 0px 50px !important;}
.banner-project {
    position: relative;
    height: 540px;
}
.banner-project .banner-image {
    position: absolute;
    z-index: 99;
    top: 0; left: 0; right: 0; bottom: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.banner-project .box-content{
    position: absolute;
    z-index: 99;color: #fff;
    top: 50%; left: 50%; 
    transform: translate(-50%,-50%);
    text-align:center;
}
.banner-project h1.main-title{
    font-family: Oswald;
    font-size: 40px;
    font-weight: 500;color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px; padding:0;
}
.project_news h2.title {
    margin: 0 0 40px;
    padding: 0;
    line-height: 1.5;
    color: #00A552;
    text-transform: uppercase; 
    font-family: Barlow Condensed;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}
.project_news h2.title a {
    line-height: 1.5;
    color: #00A552;
    text-transform: uppercase; 
    font-weight: normal;
    font-family: Barlow Condensed;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
}
.project_news h2.title a::after {
    height: 4px; width: 48px;
    float: left;
    background-color: #292929;
    margin: 0; padding: 0;
}
.project-list {
    column-count: 3;
    column-gap: 24px;
}
.project_news .project-item {
    margin: 0;
    grid-template-rows: 1fr auto;
    margin-bottom: 20px;
    break-inside: avoid;
}
.project_news .project-item .box {
    position: relative;
    height: 100%;
}
.project_news .box-img {
    /* position: absolute;
    top: 0; left: 0; 
    height: 100%; width: 100%;
    overflow:hidden; */
}
.project_news .project-item img {
    grid-row: 1 / -1;
    grid-column: 1;
    width: 100%;
    display: block;
}
.project_news .project-item .title {
    position: absolute; z-index: 19;
    bottom: 0; color: #fff;
    font-family: 'Barlow Condensed';
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    width: 100%; padding: 50px 10px 15px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}


.gallery_bg {
    background: url(../images/gallery_bg.png) no-repeat top center;
    width: 100%; height: 245px;
    display: block;
    background-size:cover;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.gallery_bg .content {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.gallery_bg .title {
    font-family: 'Barlow Condensed';
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #fff;
}
.gallery_bg .readmore {
    display: unset;
    margin: auto;
}
.gallery_bg .readmore a {
    color: #fff;
    border: 1px solid #fff;
}
.gallery_bg .readmore a:hover {
    border: 1px solid #004436;
    color: #fff;
}

.logo-list { 
    overflow: hidden;
    margin-bottom: 40px;
}
.logo-list .item-logo {
    float: left;
    width: 20%;
    margin-bottom: 40px;
    text-align: center;
}
.logo-list .item-logo img {
    max-height: 65px;
    margin: auto;
    max-width: 90%;
    object-fit: contain;
}
.logo-list .item-logo:nth-child(5n+1) img {
    float: left;
}
.logo-list .item-logo:nth-child(5n) img {
    float: right;
}

@media screen and (max-width: 950px) {
    #banner { height: 350px;}
    .project_news .box-thumb {height: 430px;}
    .project_news .detail-content { padding: 40px !important; overflow: hidden;}
    .detail-content .col-left, .detail-content .col-right {
        margin-left: -15px; margin-right: -15px;
    }

    .project-list { column-count: 2; margin-bottom: 20px; }
    .project_news .inner { padding: 40px 0 !important}
    .project_news .project-item .title { font-size: 28px;}
    .footer .container {
        padding-left: 0; padding-right: 0;
    }
}
@media screen and (max-width: 800px) {
    #banner { height: 300px;}
    .project_news .detail-content { padding: 40px !important; overflow: hidden;}
    .project_news .project-item .title {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .project_news .inner { padding: 40px !important}
    .footer .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 480px) {
    .project_news .box-content { left: 24px; right: 24px;}
    .project_news h1.title { font-size: 30px; margin-top: 50px}
    .project_news .box-thumb { height: 481px;}
    .project_news .box-content { left: 24px; right: 24px;}
    .project-list {column-count: 1;}
    .project_news .inner { padding: 30px 24px !important;}
    .project_news .project-item { margin-bottom: 20px}
    .logo-list {
        margin-bottom: 0px;
    }
    .gallery_bg { margin-bottom: 30px; height: 200px }
    .gallery_bg .content { width: 100% }
    .footer .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .project_news h2.title { text-align: left;}
}
@media (max-width: 375px) {
    #banner {
        height: 200px;
    }
}
@media (max-width: 320px) {
    .project_news h2.title a { font-size: 28px; margin: 0 0 20px;}
    .logo-list .item-logo { margin-bottom: 20px; }
    .gallery_bg .title { font-size: 28px; }
}
