.jumbotron {
    width: 100%;
}

.SFX_module {
    padding: 1% 0%
}

.SFX_block_spilt_horizontal {
    padding: 4% 0% 4% 0%;
}

.SFX_title_1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 0% 30% 0% 30%;
}

.SFX_content_3 {
    font-size: 13px;
    font-weight: 300;
    color: #e5e5e5;
    text-align: left;
}

.SFX_content_2 {
    font-size: 15px;
    font-weight: bold;
    color: #636363;
    text-align: left;
}

.SFX_content_1 {
    font-size: 20px;
    font-weight: 100;
    color: #636363;
    text-align: left;
    padding: 7% 7% 7% 7%;
}

.SFX_content_4 {
    font-size: 15px;
    font-weight: 600;
    color: #377dff;
    text-align: left;
}

.SFX_content_5 {
    font-size: 20px;
    font-weight: 600;
    color: #636363;
    text-align: left;
    padding: 20px 0% 0% 0%;
}

.SFX_content_6 {
    font-size: 15px;
    color: #e5e5e5;
    text-align: left;
}

.SFX_content_7 {
    font-size: 15px;
    font-weight: 600;
    color: #377dff;
    text-align: right;
}

.SFX_content_8 {
    font-size: 20px;
    font-weight: 600;
    color: #636363;
    text-align: right;
    padding: 20px 0% 0% 0%;
}

.SFX_content_9 {
    font-size: 11px;
    color: #c2c2c2;
    padding-left: 10px;
    float: right;
    margin: 5px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
}

.SFX_content_10 {
    font-size: 11px;
    color: #c2c2c2;
    padding-left: 10px;
    float: left;
    margin: 5px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
}



.SFX_no_padding {
    padding: 0px;
}

.SFX_special_padding {
    padding: 0% 0% 5% 10%;
}

.IMG_BOD {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: transparent;
}

.IMG_BOD .BTN_1 {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #377dff;
    color: #ffffff;
    border-radius: 20px;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}

.IMG_BOD .BTN_1:hover {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: #377dff;
    border-radius: 20px;
    border-color: #377dff;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}

.SFX_Table_border {
    border-collapse: collapse;
    border-left: none;
    border-right: none;
    border-radius: none;
    border-color: #e5e5e5;
    width: 100%;
}

.SFX_Table_border td, .SFX_Table_border th {
    vertical-align: top;
}


.SFX_Table_border th {
    background-color: transparent;
    border-top: 20px;
}

.SFX_Table_border td:first-child, .SFX_Table_border th:first-child {
    border-left: none;
}

.SFX_Table_right_border {
    border-right: solid 1px #e5e5e5;
}
    .SFX_Table_border a{
        padding: 15% 0%;
    }
        .SFX_Table_border a:hover .SFX_news_nav_title, .SFX_Table_border a:hover .SFX_news_nav_title2 {
            color: #377dff;
        }
    #shapeContainer {
        width: 100%;
        height: 100%;
        background-image: url(a.png);
        background-size: 100%;
        background-position: center top;
    }

    #shapeContainer svg {
        display: block;
        width: 100%;
        height: 100%;
    }
@media screen and (max-width:767px) {
    .SFX_Table_border td, .SFX_Table_border th {
        vertical-align: middle;
    }
}
@media screen and (max-width:424px) {
    .SFX_Prev_td, .SFX_Next_td {
        display: none !important;
    }
    .SFX_BTN_arrow_left, .SFX_BTN_arrow_right {
        float: unset !important;
    }
    .SFX_news_nav_btn{
        margin:auto;
    }
}
@media screen and (max-height:400px) {
    #shapeContainer {
        background-size: 150%;
    }
}

@media screen and (max-height:200px) {
    #shapeContainer {
        background-size: 200%;
    }
}

@media screen and (max-height:100px) {
    #shapeContainer {
        background-size: 300%;
    }
}

.SFX_page_title_block {
    height: 250px;
}

.SFX_page_title {
    position: absolute;
    z-index: -1;
}

.SFX_page_title_context {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    margin: 5%;
}

.SFX_no_padding {
    padding: 0px;
}

.SFX_ArticleBanner_height {
    height: 390px;
}

.BTN_3 {
    background-color: #ffffff;
    color: #377dff;
    height: 50px;
    width: 50px;
    border: solid 2px;
    border-radius: 50%;
    border-color: #377dff;
    display: block;
    margin-top: 8px;
    padding-top: 14px;
}

.BTN_All_News {
    background-color: transparent;
    color: #ffffff;
    width: 100px;
    font-size: 13px;
    margin-left: 20%;
}

    .BTN_All_News:hover {
        cursor: pointer;
        color: #000000;
    }

.SFX_Small_Title_Content {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
}



.SFX_special_margin {
    margin-top: 15px;
    margin-bottom: 10px;
}

.SFX_Tag {
    width: fit-content;
    width: -moz-fit-content;
    width:auto;
    min-width: 50px;
    padding: 3px 10px;
    height: 100%;
    border-radius: 15px;
    background-color: #e5e5e5;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    float: left;
    display: inline-block;
    padding: 5px !important;
    font-size: 11px;
    font-weight: 500;
}

.SFX_Tag2 {
    width: fit-content;
    width: -moz-fit-content;
    width:auto;
    min-width: 50px;
    padding: 3px 10px;
    height: 100%;
    border-radius: 15px;
    background-color: #e5e5e5;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    float: right;
    display: inline-block;
    padding: 5px !important;
    font-size: 11px;
    font-weight: 500;
}

.SFX_no_border {
    border: none;
    margin:0px;
}

.SFX_BTN_arrow_left {
    float: right;
}

.SFX_BTN_arrow_right {
    float: left;
}

.SFX_table_top_bottom_padding {
    padding-bottom: 5%;
}

.BTN_personal_product_share {
    background-color: transparent;
    color: #ffffff;
    width: 100px;
    font-size: 13px;
    float: right;
    margin-right: 20%;
}

    .BTN_personal_product_share:hover {
        cursor: pointer;
        color: #000000;
    }

.SFX_title_padding {
    padding-top: 5%;
}

.badge {
    display: inline-block;
    width: 45px;
    padding: 5px 7px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #777;
    border-radius: -10px;
    opacity: 0.9;
}

.SFX_news_nav_title {
    font-size: 20px;
    font-weight: 600;
    color: #636363;
    text-align: left;
    padding: 20px 0% 0% 0%;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SFX_news_nav_title2 {
    font-size: 20px;
    font-weight: 600;
    color: #636363;
    text-align: right;
    padding: 20px 0% 0% 0%;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SFX_news_nav_btn {
    background-color: #ffffff;
    color: #377dff;
    height: 50px;
    width: 50px;
    border: solid 2px;
    border-radius: 50%;
    border-color: #377dff;
    display: block;
    margin-top: 8px;
    padding-top: 14px;
}

.SFX_BTN_arrow_left svg {
    transform: rotate(180deg);
    width: 14px;
}
.SFX_BTN_arrow_right svg {
    width: 14px;
}

.SFX_news_nav_btn svg path {
    fill: #377dff;
}

.SFX_Flex_Item{
    display:-webkit-flex;
}
.SFX_Span_Border_VW {
    position: absolute;
    border-top: solid 1px #e5e5e5;
    width: 100vw;
    transform:translateX(-50%);
    left: 50%;
}
.SFX_Display_Large{
    display:block;
}
.SFX_Display_Small{
    display:none;
}
@media screen and (max-width:767px) {
    .SFX_Display_Large {
        display: none;
    }

    .SFX_Display_Small {
        display: block !important;
    }
    .SFX_content_10 {
        padding-left: 0px;
        width:100%;
    }
    .SFX_content_11 {
        width: 100%;
    }
}

.SFX_content_11 {
    font-size: 11px;
    color: #c2c2c2;
    float: right;
    margin: 5px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    text-align:right;
}