/*************************************  banner *************************************/

.banner {
    padding-top: 0px;
    margin-bottom: 60px;
}


.banner .bigLeftArrowWhite,
.banner .bigRightArrowWhite {
    width: 30px;
    height: 194px;
    top: 50%;
    margin-top: -60px;
}


.banner .bigLeftArrowWhite {
    background-image: url(../img/icons/bigLeftArrowWhiteD.svg);
}

.banner .bigRightArrowWhite {
    background-image: url(../img/icons/bigRightArrowWhiteD.svg);
}


.banner .bigLeftArrowWhite {
    left: 30px;
}

.banner .bigRightArrowWhite {
    right: 30px;
}



/*************************************  blueAreaD *************************************/


.blueAreaDContainer {
    margin-top: -170px;
    text-align: left;

}


.blueAreaDContainer .blueAreaD a .oneBlue {
    position: relative;
    padding: 30px;
    display: inline-block;
    /*    width: 380px;*/
    background-color: #004E75;
    border-radius: 10px;
    color: #fff;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .2));
}

.blueAreaDContainer .blueAreaD a:hover {
    opacity: 0.95;
}



.blueAreaDContainer .blueAreaD a .oneBlue .myTitle {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;

    /*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    /*    border:1px solid red;*/
    min-height: 80px;

}

.blueAreaDContainer .blueAreaD a .oneBlue {
    width: 380px;
    float: right;
    margin-left: 15px;
}

.blueAreaDContainer .blueAreaD a .oneBlue .content {
    margin-bottom: 0px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    margin-bottom: 10px;
    line-height: 1.8;
    
        min-height: 65px;
/*    border:1px solid red;*/

}

.blueAreaDContainer .blueAreaD a .oneBlue .blueAreaDArrow {
    width: 16px;
    height: 27px;
    float: right;
    margin-top: 5px;
    position: relative;
    right: 0px;

    animation-name: right5;
    animation-duration: 2s;
}

@keyframes right5 {
    from {
        right: 0px;
    }

    to {
        right: -15px;
    }
}


.blueAreaDContainer .blueAreaD a:hover .oneBlue .blueAreaDArrow {
    position: relative;
    right: -5px;
}


.blueAreaDContainer .bannerLeftBottomText {
    margin-top: 60px;
}

.blueAreaDContainer .bannerLeftBottomText img {
    width: 180px;
    height: auto;
}

/*************************************   *************************************/

.leftDownArea {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 15px;
}




/*************************************  articles *************************************/

.articles {
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
}

.articles .oneArticle {
    background-color: #FAF8F5;
    margin-bottom: 0px;
    position: relative;

}

.articles .oneArticle a .flag {
    display: none;
}

.articles .oneArticle a .flagD {
    position: absolute;
    display: inherit;
    right: 15px;
    top: 0px;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .2));
    z-index: 1;
}

.articles .oneArticle a:hover .flagD {
    opacity: 0.7;
}

.articles .oneArticle .textArea {
    position: relative;
    padding: 0px;
    margin-right: 30px;
    padding-top: 30px;
    height: 300px;
}

.articles .oneArticle .textArea a h5 {
    margin-top: 0px;
}

.articles .oneArticle .textArea .date {
    position: absolute;
    bottom: 30px;
    left: 0px;

}



.team .imgArea {
    height: 590px;
}

.team .textArea{
    padding: 100px;
}


/*************************************  contactUs *************************************/


.iconThree {
    text-align: right;
}

.iconRightTextArea {
    text-align: left;
}

