/* philanthropist */
#content-intro-philanthropist{
    padding: 100px 0px;
}
#content-intro-philanthropist .content-intro-left{
    padding:0;
    width: 35%;
}
.title-intro-philanthropist h2{

color: #f05b72;
}
#content-intro-philanthropist .title-intro{
    margin:45px 0px
}
#content-intro-philanthropist .btn-readmore-journey,#content-intro-philanthropist .btn-readmore-journey i{
    color:#F05B72;
}
#content-intro-philanthropist .btn-readmore-journey:hover,#content-intro-philanthropist .btn-readmore-journey:hover i{
    color:red;
}
/* project */

#content-project-philanthropist {
    padding: 100px 0px;
    background: rgba(231, 231, 231, 0.25);
}
.name-project{

text-align: center;

max-width: 70%;

margin: 0 auto;

padding: 30px 0px;
}
.box-list-philanthropist-project{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
        justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.owl-list-philanthropist{

width: calc(100% - 70px);
}
.prev-list-philanthropist,.next-list-philanthropist{
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 5px;
    margin: 0 5px;
    border-radius: 5px;
}
.prev-list-philanthropist:hover,.next-list-philanthropist:hover{
    background: #bae8fb;
    cursor: pointer;
}
.owl-nav{display: none;}
.description-project-item{padding: 30px 20px 40px;position: relative;z-index: 12;height: 115px;}
.image-project img{

width: 100%;

object-fit: cover;

height: 360px;
}
.box-item-project{

float: left;

/* margin: 0 2% 2% 0; */

position: relative;

border-radius: 20px;

overflow: hidden;
}
.name-philanthropist{

margin-bottom: 16px;
}
.name-philanthropist a{

font-weight: bold;

font-size: 20px;

line-height: 27px;

color: #FFFFFF;

position: relative;
}
.box-description p{

color: #ffffff;
}
.box-list-project::after{
    content: '';
    display: block;
    clear: both;
}
.name-project a{

color: #ffffff;

text-transform: uppercase;

font-size: 20px;

line-height: 27px;
}
.box-item-project:nth-child(1) .description-project-item{background: #FFCD5B;}
.box-item-project:nth-child(2) .description-project-item{
    background: #e25353;
}
.box-item-project:nth-child(3) .description-project-item{
    background: #d62118;
}
.box-item-project:nth-child(4) .description-project-item{
    background: pink;
}
.box-item-project:nth-child(2n) .description-project-item{
    background:url('../image/background/bg_project1.png') no-repeat left bottom,#FFCD5B;
}
.box-item-project:nth-child(2n+1) .description-project-item{
    background:url('../image/background/bg_project2.png') no-repeat right top,#FFCD5B;
}

.box-icon-next i{color:#ffffff}
.box-item-project:hover .name-project{
    display: none;
}

.box-item-project:hover .box-icon-next i,.box-item-project:hover .box-icon-next a, .box-item-project:hover .name-philanthropist a,.box-item-project:hover .box-description p{
    color:#000000!important
}


.owl-item.active:nth-child(1) .box-item-project::before{
    background:#ffce5b80;

}
.owl-item.active:nth-child(2) .box-item-project::before{
    background: #f68b597e;
}
.owl-item.active:nth-child(3) .box-item-project::before{
    background: #f05b7171;
}
.owl-item.active:nth-child(4) .box-item-project::before{
    background:#6dcff68a;
}

.box-item-project::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #c3171759;
    z-index: 10;
    box-shadow: -1px 6px 9px #731616a1;
    display: none;
}
.box-item-project:hover::before{display: block;}
.name-philanthropist a:after{
    position: absolute;
    width: 14px;
    height: 3px;
    background: #ffffff;
    content:'';
    bottom: -6px;
    left: 0px;
}
.box-icon-next{
    position: absolute;
    z-index: 12;
    right: 17px;
    bottom: 5px;
}
.box-icon-next a{
    color:#ffffff;
}
.box-item-project:hover .box-icon-next a, .box-item-project:hover .box-icon-next a i{
    color:#516CB3
}
#content-project-philanthropist .description-project-item{
    padding-top:20px
}

.box-item-project:nth-child(n) .description-project-item{
    background: #FFCD5B;
    border-radius: 0px 0px 20px 20px;
}
.box-item-project:nth-child(2n) .description-project-item{
    background: #F68C59;
    border-radius: 0px 0px 20px 20px;
}
.box-item-project:nth-child(3n) .description-project-item{
    background: #F05B72;
    border-radius: 0px 0px 20px 20px;
}
.box-item-project:nth-child(4n) .description-project-item{
    background: #6DCFF6;
    border-radius: 0px 0px 20px 20px;
}

.box-item-project:nth-child(n):hover::before {
    background: #ebcb8083;
}

.box-item-project:nth-child(2n):hover::before{
    background: #f68b5977;
}
.box-item-project:nth-child(3n):hover::before{
    background: #f05b7185;
}
.box-item-project:nth-child(4n):hover::before{
    background: #6dcff677;
}

.box-item-project:hover .name-philanthropist a, .name-philanthropist a:hover{
    color:#516CB3
}
.owl-item.active:nth-child(1) .box-item-project .description-project-item{
    background:url('../image/background/bg_project1.png') no-repeat bottom left, #FFCD5B;

}
.owl-item.active:nth-child(2) .box-item-project .description-project-item{
    background:url('../image/background/bg_project2.png') no-repeat top right, #F68C59;
}
.owl-item.active:nth-child(3) .box-item-project .description-project-item{
    background:url('../image/background/bg_project1.png') no-repeat bottom left, #F05B72;
}
.owl-item.active:nth-child(4) .box-item-project .description-project-item{
    background:url('../image/background/bg_project2.png') no-repeat top right, #6DCFF6;
}
#content-project-philanthropist .description-project-item{
    height: 176px;
}
#detailNews{
    padding: 0px 0px 0px;
    /* display: none; */
}
@media (max-width: 991px){
    #content-intro-philanthropist{
        padding: 50px 0px;
    }
    #content-intro-philanthropist .title-intro{
        margin: 20px 0px;
        text-align: left;
        font-size: 28px;
        line-height: 35px;
    }
    #content-project-philanthropist{
        padding: 50px 0px;
    }
}
