


.SFX_News_Banner {
    margin-top:70px;
    position: absolute;
    min-height: 280px;
    max-height: 320px;
    height: 21.9vw; 
    width: 100%;
    padding: 30px 0%;
    background-color: #377dff;
    -webkit-mask-image: url(/images/Lonpac/HeroBanner_Mask.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 150%;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: bottom;
}

.SFX_Image_Overlay {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: -1;
    -webkit-mask-repeat: no-repeat;
    background-color: rgba(0,0,0,0.2);
    /*-webkit-mask-size: cover;
    -webkit-mask-image: url(/images/Lonpac/HeroBanner_Mask.svg);*/
}

.SFX_News_Banner_Table {
    margin: 0px;
}

.SFX_news_banner_title {
    color: white;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 80px 20% 10% 20%;
}

.SFX_News_Banner table {
    border-collapse: collapse;
    border-left: none;
    border-right: none;
    border-radius: none;
    border-color: #e5e5e5;
    width: 100%;
}

.SFX_News_Banner td, th {
    /*width: 50%;*/
    vertical-align: top;
}


.SFX_News_Banner th {
    background-color: transparent;
    border-top: 20px;
}

.SFX_News_Banner td:first-child, th:first-child {
    border-left: none;
}



.SFX_page_title_block {
    height: 250px;
}

.SFX_page_title {
    position: absolute;
    z-index: -1;
}



.SFX_no_padding {
    padding: 0px;
}

.SFX_ArticleBanner_height {
    height: 390px;
}



.SFX_arrow_width {
    margin-left: 10%;
    padding: 0;
    text-align: right;
    color: white;
    font-size: 20px;
    bottom: 5px;
}

.BTN_All_News_banner {
    background-color: transparent;
    color: rgba(255,255,255, 0.5);
    font-size: 11px;
}

    .BTN_All_News_banner:hover {
        cursor: pointer;
    }

.SFX_Small_Title_Content {
    font-size: 11px;
    color: rgba(255,255,255, 0.5);
    text-align: center;
    text-align: -webkit-center;
}



.BTN_personal_product_share {
    /*background-color: transparent;*/
    color: rgba(255,255,255,0.5);
    width: 100px;
    font-size: 11px;
    float: right;
    margin-right: 20%;
}

    .BTN_personal_product_share:hover {
        cursor: pointer;
    }

    .BTN_personal_product_share img {
        width: 20px;
        margin-left: 10px;
        position: absolute;
        top: -6px;
        right: 9%;
    }

  

.badge {
    display: inline-block;
    min-width: 45px;
    width: auto;
    padding: 5px 7px;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    text-align: center;
    vertical-align: middle;
    background-color: rgba(000,000,000,0.2);
    border-radius:10px;
}




/* Share Button */
#social-plugin-buttons {
    width: 0;
    /*overflow: hidden;*/
    height: 70px;
    display: inline-flex;
    align-items: center;
    overflow-x: auto;
}

    #social-plugin-buttons i {
        font-size: 50px;
        margin-left: 20px;
        line-height: 87.5%;
        background-color: white;
        border-radius: 7px;
    }

    #social-plugin-buttons a {
        text-decoration: none;
    }

    #social-plugin-buttons i:hover {
        filter: brightness(80%);
    }




@media (max-width:1040px)
{
    .SFX_news_banner_title {
        /*color: white;
        font-size: 5vw;
        font-weight: 600;*/
        text-align: center;
        margin: 20px 10% 20px 10%;
    }

    .BTN_personal_product_share {
        background-color: transparent;
        color: rgba(255,255,255,0.5);
        width: auto;
        font-size: 11px;
        float: right;
        margin-right: 20%;
    }

        .BTN_personal_product_share img {
            width: 15px;
            height: 20px;
            margin-left: 10px;
            position: absolute;
            top: -6px;
            right: 3%;
        }

    #social-plugin-buttons i {
        font-size: 30px;
        line-height: 86.5%;
    }
}
@media (max-width:767px) {
    .SFX_News_Banner {
        margin-top: 115px !important;
        -webkit-mask-image: url(/images/Lonpac/banner_shape_mobile.svg) !important;
        -webkit-mask-size: 100% !important;
    }

}
    
