  #page-header{
    background-color: #FFFFFF;
}
.header2-container,
.header3-container {
    position: relative;
    overflow: hidden;
}

.header3-container {
    display: grid;
    height: auto;
}
.header2-title {
    padding: 0 !important;
    text-align: left;
}
.header2-title h1{
    padding-top: 30px;
    margin-bottom: 0 !important;
}

#page-header .news_info {
    margin: 15px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#page-header .news_info a {
    display: flex;
    align-items: center;
}
#page-header .news_info a .custom_heading_icon {
    margin-right: 5px;
}

.header2-container .image-container img {
    width: 100%;
    height: auto;
    object-position: top;
    object-fit: cover;
}
.header-image-container{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.header3 .header-image-container{
    position: relative;
    display: grid;
}

.header-image-container img{
    width: 100%;
    max-width: inherit!important;
    min-height: 100%;
    height: 100%;
    object-fit: cover;
}

.header3-image-overlay-container{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.header3-image-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: round;
}

.header3-image-overlay img{
    position: absolute;
    min-width: auto;
    width: auto !important;
    height: 100%!important;

}


.header3-text-container{
    position: absolute;
    z-index: 2;
}

.header3-title-text{
    margin-bottom: 20px;
}

#share-this-section{
    margin: 10px 0 35px 15px;
    /*display: none;*/
}
.header_wrapper{
    width: 80%;
    padding: 25px
}
#page-header .section_wrapper{
    padding: 5px 0 0 0 !important;
}
#page-header .breadcrumb_row {
    padding: 30px 0 20px 0 !important;
}
#page-header .breadcrumb_row .breadcrumbs {
    padding: 0 0 0 5px !important;
}
#page-header .breadcrumb_row.breadcrumb_tablet .breadcrumbs {
    padding: 0 !important;
}

/* NEW HEADER 3 STYLES */

#page-header .header-image-container {
    background: #000000;
}

#page-header .header-3-info-container {
    position: absolute;
    width: 40%;
    min-width: 380px;
    height: auto;
    min-height: 170px;
    bottom: 50px;
    left: 45px;
    cursor: default;
}

#page-header .header-3-info-container .header-3-info-header {
    background: #ffffff;
    padding: 5px 20px;
}

#page-header .header-3-info-container .header-3-info-header > span {
    color: #000000;
    font-family: DIN_WebFont_Regular;
}

#page-header .header-3-info-container .header-3-info-header > span.separator::before {
    content: '-';
    margin: 0px 5px;
}

#page-header .header-3-info-container .header-3-info-header > span.separator > img.separator_icon {
    display: none !important;
}

#page-header .header-3-info-container .header-3-info-body {
    padding: 10px 25px 20px;
    background: rgba(255, 255, 255, 0.8);
    min-height: 120px;
}

#page-header .header-3-info-container .header-3-info-body > h1.header3-title-text {
    font-size: 2rem !important;
    line-height: 34px !important;
}

#page-header .header-3-info-container .header-3-info-body > p.header3-desc-text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#page-header .header-3-info-container.box .bottom-red-line {
    display: block !important;
}

/* ------------------------------------------------------ */

@media only screen and (min-width: 1440px) {
    .header2-container .image-container {
/*        max-height: 545px;*/
		max-height: 1000px;
    }
    /*.header2-container,*/
    .header3-container {
        min-width: 1085px;
        /*height: 700px;*/
        min-height: 700px;
    }

    /*.header3-text-container{
        padding-left: 7%;
        padding-top: 270px;
    }*/
    .header3-title-text {
        line-height: 50px;
        /*white-space: nowrap;*/
    }

    .header3-desc-text {
        font-size: 22px;
        font-weight: 400;
        line-height: 42px;

        /* clamping lines to show */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
     -webkit-box-orient: vertical;
    }

    .header3-text-container {
        min-width: 60%;
        max-width: 70%;
        /*width: min-content;
        width: -moz-min-content;
        width: -webkit-min-content;*/
        overflow: hidden;
    }

    .header3-image-overlay:before {
        width: 0;
        height: 0;
        border-top: 198px solid #C5281C;
        border-right: 184px solid transparent;
        content: '';
        position: absolute;
        top: 0;
    }

    .header3-image-overlay {
        background-image: linear-gradient(to right, #000000, transparent);
    }

    .header3-image-overlay:after {
        width: 100%;
        height: 0;
        border-bottom: 16px solid #C5281C;
        content: '';
        position: absolute;
        bottom: 0;
    }

    .header3-text-container {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 30px !important;
        box-sizing: border-box;
        top: 15%;
        left: 10%;
        height: 70%
    }
    .header3-text-container:after {
        width: 0;
        height: 0;
        border-bottom: 128px solid #C5281C;
        border-left: 119px solid transparent;
        content: '';
        position: absolute;
        bottom: -8px;
        right: -8px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    /*.header2-container,*/
    .header3-container {
        min-height: 554px;
    }
}
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .header2-container .image-container {
        max-height: 447px;
    }
    /*.header2-container,*/
    .header3-container {
        /*width: 1440px;*/
        /*height: 533px;*/
        min-height: 533px;
    }

    /*.header3-text-container{
        padding-left: 130px;
        padding-top: 190px;
    }*/
    .header3-image-overlay:before{
        width: 0;
        height: 0;
        border-top: 149px solid #C5281C;
        border-right: 138px solid transparent;
        content: '';
        position: absolute;
        top: 0;
    }
    .header3-image-overlay{
        background-image: linear-gradient(to right, #000000, transparent);
    }
    .header3-image-overlay:after{
        width: 100%;
        height: 0;
        border-bottom: 16px solid #C5281C;
        content: '';
        position: absolute;
        bottom: 0;
    }
    .header3-title-text{
        line-height: 50px;
        white-space: normal;
    }

    .header3-desc-text{
        font-size: 22px;
        font-weight: 400;
        line-height: 42px;

        /* clamping lines to show */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
        -webkit-box-orient: vertical;
    }
    .header3-text-container{
        min-width: 65%;
       /* width: min-content;*/
        /*width: -moz-min-content;*/
        max-width: 80%;
        display: inline-block;
        background-color: rgba(255,255,255,0.6);
        padding: 30px !important;
        box-sizing: border-box;
        top: 17%;
        left: 6%;
        height: 70%;
        overflow: hidden;
    }
    .header3-text-container:after{
        width: 0;
        height: 0;
        border-bottom: 101px solid #C5281C;
        border-left: 94px solid transparent;
        content: '';
        position: absolute;
        bottom: -5px;
        right: -5px;
    }

    #page-header .header-3-info-container {
        width: 45%;
        min-width: 380px;
        height: auto;
        min-height: 170px;
        bottom: 40px;
        left: 35px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .header2-container .image-container {
        max-height: 358px;
    }

    .header3-container {
        /*height: 483px;*/
        min-height: 350px;
    }

    .header3-image-overlay:before{
        width: 0;
        height: 0;
        border-top: 137px solid #C5281C;
        border-right: 127px solid transparent;
        content: '';
        position: absolute;
        top: 0;
    }
    .header3-image-overlay{
        background-image: linear-gradient(to right, #000000, transparent);
    }
    .header3-image-overlay:after{
        width: 100%;
        height: 0;
        border-bottom: 16px solid #C5281C;
        content: '';
        position: absolute;
        bottom: 0;
    }
    .header3-title-text{
        font-size: 40px;
    }
    .header3-text-container{
        width: 86%;
        background-color: rgba(255,255,255,0.6);
        padding: 20px !important;
        box-sizing: border-box;
        top: 16%;
        left: 8%;
        height: 70%;
        overflow: hidden;
    }

    .header3-desc-text{
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;

        /* clamping lines to show */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .header3-text-container:after{
        width: 0;
        height: 0;
        border-bottom: 92.82px solid #C5281C;
        border-left: 86.45px solid transparent;
        content: '';
        position: absolute;
        bottom: -5px;
        right: -5px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .header2-title h1{
        padding-top: 25px;
    }
    .header2-container .image-container {
        max-height: 258px;
    }

    .header3-container {
        /*height: 387px;*/
        min-height: 250px;
    }

    .header3-text-container{
        width: 86%;
        background-color: rgba(255,255,255,0.6);
        padding: 20px !important;
        box-sizing: border-box;
        top: 15%;
        left: 7%;
        height: 70%
    }

    /*.header3-text-container{
        padding-left: 45px;
        padding-top: 83px;
    }*/

    .header3-title-text{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 7px;
    }

    .header3-desc-text{
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;

        /* clamping lines to show */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .header3-image-overlay:before{
        width: 0;
        height: 0;
        border-top: 93px solid #C5281C;
        border-right: 86px solid transparent;
        content: '';
        position: absolute;
        top: 0;
    }
    .header3-image-overlay{
        background-image: linear-gradient(to right, #000000, transparent);
    }
    .header3-image-overlay:after{
        width: 100%;
        height: 0;
        border-bottom: 16px solid #C5281C;
        content: '';
        position: absolute;
        bottom: 0;
    }
    .header3-text-container:after{
        width: 0;
        height: 0;
        border-bottom: 75px solid #C5281C;
        border-left: 70px solid transparent;
        content: '';
        position: absolute;
        bottom: -5px;
        right: -5px;
    }

    #page-header .header-3-info-container {
        width: 80%;
        min-width: 335px;
        height: auto;
        min-height: 130px;
        bottom: 40px;
        left: 10%;
    }

    #page-header .header-3-info-container .header-3-info-body > h1.header3-title-text {
        font-size: 1.75rem !important;
        line-height: 28px !important;
        margin-bottom: 0 !important;
    }

    #page-header .header-3-info-container .header-3-info-header > span {
        font-size: 0.85rem;
    }

    #page-header .header-3-info-container .header-3-info-body > p.header3-desc-text {
        /* font-size: 1rem;
        font-weight: 400;
        line-height: 20px; */
        display: none !important;
    }

    #page-header .header-3-info-container .header-3-info-body {
        min-height: 80px;
    }
}

@media only screen and (max-width: 479px) {
    .header2-title h1{
        padding-top: 20px;
    }
    .header2-container .image-container {
        max-height: 169px;
    }
    .header3-container {
        /*height: 400px;*/
        min-height: 250px;
    }
    .header3-text-container{
        width: 94%;
        background-color: rgba(255,255,255,0.6);
        padding: 17px !important;
        box-sizing: border-box;
        top: 4%;
        left: 3%;
        height: 88%
    }

    .header3-image-overlay:before{
        width: 0;
        height: 0;
        border-top: 83px solid #C5281C;
        border-right: 77px solid transparent;
        content: '';
        position: absolute;
        top: 0;
    }
    .header3-image-overlay{
        background-image: linear-gradient(to right, #000000, transparent);
    }
    .header3-image-overlay:after{
        width: 100%;
        height: 0;
        border-bottom: 16px solid #C5281C;
        content: '';
        position: absolute;
        bottom: 0;
    }
    .header3-desc-text{
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;

        /* clamping lines to show */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6; /* number of lines to show */
        -webkit-box-orient: vertical;
    }
    .header3-title-text{
        margin-bottom: 8px;
    }
    .header3-text-container:after{
        width: 0;
        height: 0;
        border-bottom: 48px solid #C5281C;
        border-left: 45px solid transparent;
        content: '';
        position: absolute;
        bottom: -5px;
        right: -5px;
    }

    #page-header .header-3-info-container {
        width: 40%;
        min-width: 80%;
        height: auto;
        min-height: 100px;
        left: 10%;
    }

    #page-header .header-3-info-container .header-3-info-body {
        min-height: 60px;
    }

    #page-header .header-3-info-container .header-3-info-body > p.header3-desc-text {
        display: none !important;
    }

    #page-header .header-3-info-container .header-3-info-body > h1.header3-title-text {
        font-size: 1.5rem !important;
        line-height: 34px !important;
        margin-bottom: 0 !important;
    }
}