﻿.banner {
    overflow: hidden;
    position: relative;
}

.banner-full-content, .banner-full, .banner-full-article {
    position: relative;
}

.banner-full-content, .banner-full, .banner-full-article {
    position: relative;
}

    .banner-full-article:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, rgb(1, 64, 46, .95) 0%, rgba(1, 64, 46, .9) 50%);
    }

    .banner-full-content h1, .banner-full-content h2, .banner-full-content h3 {
        font-size: 38px;
        margin-bottom: 5px;        
    }

    .banner-full-content h1, .banner-full-content h2, .banner-full-content h3, .banner-full-content p, .banner-full-content p.intro, .banner-full-content p.cta, .banner-full-content a:hover, .banner-full-content a:focus {
        color: #fff;
    }

        .banner-full-content-detail {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            text-align: left;
            z-index: 30;
            width: 100%;
        }

.banner-full-content-detail P {
   font-weight:700;
}

            .banner-full-content-detail.caseStudy, .banner-full-content-detail.blog {
                position: absolute;
                top: auto;
                bottom: 0;
                transform: none;
                text-align: center;
            }

.banner-inner-caseStudy, .banner-inner-blog {
    background: rgb(255, 255, 255, .85);
    padding: 15px 0;
}

    .banner-inner-caseStudy h1, .banner-inner-caseStudy p, .banner-inner-blog h1, .banner-inner-blog p {
        color: #000000;
    }

.banner-full-content-detail.news {
    text-align: center;
}

.banner-inner-news {
    background: rgb(1, 64, 46, .85);
    padding: 15px;
    position:relative;
    display:inline-block;
}

.banner-inner-news p {
    margin-bottom:0;
    padding-bottom:0;
}

@media screen and (max-width: 767px) {
    .banner-full-content h1, .banner-full-content h2, .banner-full-content h3 {
        font-size: 30px;
        margin-bottom: 5px;
    }
}

