.SFX_module {
    padding: 1% 0%
}

.SFX_Timeline tr:first-child {
    margin-top: -40px;
}

.SFX_Timeline {
    margin-top: 50px;
    margin-bottom: 50px;
}

.SFX_title_1 {
    /*font-size: 40px;
    color: #003e7e;
    font-weight: 600;*/
    margin-bottom: 3%;
}

.SFX_content_1 {
    /*font-size: 20px;
    color: #636363;
    font-weight: 300;*/
    margin-top: 1%;
    margin-bottom: 3%;
}


.SFX_Timeline td {
    vertical-align: top;
}

.SFX_Timeline tr td:first-child {
    position: relative;
}

    .SFX_Timeline tr td:first-child:not(.SFX_PDF_File) {
        left: 10px;
    }

.SFX_Timeline tr:last-child td:last-child:not(.SFX_PDF_File) {
    padding-top: 6px !important;
}

.SFX_Timeline tr td:last-child:not(.SFX_PDF_File) {
    position: relative;
    padding-bottom: 30px;
}


.SFX_timeline_content {
    margin: 3% 0% 14px 5%;
}

.SFX_timeline_content2 {
    font-size: 12px;
    color: #959595;
    font-weight: 300;
    margin: 0% 0% 3% 5%;
}

.BTN_Timeline {
    background-color: #377dff;
    font-size: 12px;
    color: #ffffff;
    border-radius: 25px;
    padding: 9.5px 17.5px;
    font-weight: 500;
    width: 80px;
    text-align: center;
    margin: 0px 30px -65px 30px;
}

    .BTN_Timeline:hover {
        text-decoration: none;
        background-color: #044ACC !important;
        color: #ffffff !important;
        border: 1px solid #044ACC !important;
    }

.BTN_Timeline_Less {
    background-color: #377dff;
    font-size: 12px;
    color: #ffffff;
    border-radius: 25px;
    padding: 9.5px 17.5px;
    font-weight: 500;
    width: 80px;
    text-align: center;
    margin: 0% 0% -5px 0%;
}

    .BTN_Timeline_Less:hover {
        background-color: #044ACC !important;
        color: #ffffff !important;
        border: solid 1px #044ACC;
    }

.BTN_Timeline_Adjust {
    margin-bottom: -45px;
}

.SFX_Timeline_Cirlce_S2 {
    width: 80px;
    margin: auto;
    height: 80px;
    border-radius: 50%;
    border: solid 3px #e5e5e5;
    background-color: #ffffff;
    color: #464646;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-top: 28px;
    margin-left: -11px;
}

.SFX_Timeline_Cirlce {
    width: 80px;
    margin: auto;
    height: 80px;
    border-radius: 50%;
    border: solid 3px #e5e5e5;
    background-color: #ffffff;
    color: #464646;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-top: 28px;
    margin-left: -10px;
}

.SFX_Timeline_content_hide {
    display: none;
}


.SFX_timeline_content_border {
    border: solid 1px #e5e5e5;
    border-collapse: separate;
    border-radius: 15px;
    background-color: #ffffff;
    color: #377dff;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    margin: 3% 0% 10% 6%;
}

.SFX_timeline_content_padding {
    padding: 3% 0% 3% 0%;
    color: #377dff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.SFX_timeline_content_border td:not(:last-child) {
    border-right: solid 1px #e5e5e5;
}

.SFX_table_document {
    height: 100%;
    width: 80%;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
    font-size: 10px;
}

.SFX_PDF_File a {
    font-size: 14px;
    font-weight: 500;
    color: #377dff;
}

.SFX_no_padding {
    padding: 0px;
}

.SFX_table_block_4 {
    /*min-height: 100px;*/
}

.SFX_table_bottom {
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-flex;
    align-items: center;
    padding: 20px 0px 20px 30px;
}

.SFX_content_4 {
    font-size: 20px;
    font-weight: 300;
    color: #377dff;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: left;
}

.SFX_content_5 {
    font-size: 14px;
    font-weight: 300;
    color: #959595;
    text-align: right;
    padding-right: 30px;
}

    .SFX_content_5 > a {
        text-decoration: none;
        color: inherit !important;
    }

.SFX_timeline_content1 {
    font-size: 16px;
    color: #377dff;
    font-weight: 600;
    padding: 20px 30px;
}

.SFX_Timeline_Image img {
    width: 200px;
    height: 150px;
    border-radius: 20px;
    object-fit: cover;
    margin-left: -55px;
}


@media (max-width: 450px) {
    .SFX_Timeline_Image img {
        width: calc(69px + (131-69) * ((100vw - 320px) / (451 - 320))) !important;
        height: calc(51.75px + (131-51.75) * ((100vw - 320px) / (451 - 320))) !important;
    }
}



@media (max-width: 1040px) {
    .SFX_timeline_content_border {
        width: 80%;
    }

    .SFX_timeline_content1 {
        font-size: 3.75vmin;
        color: #377dff;
        font-weight: 600;
        z-index: 100;
    }

    td.btn.col-md-4.SFX_timeline_content_padding {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e5e5e5;
        border-right: 0;
    }


    td:last-child.btn.col-md-4.SFX_timeline_content_padding {
        border-bottom: 0;
    }

    .SFX_table_document {
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .SFX_table_document {
        width: 100%;
    }

    .SFX_content_5 {
        font-size: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 375px) {
    .SFX_table_document {
        width: 100%;
    }
}

.SFX_timeline_line {
    position: absolute;
    width: 1px;
    display: block;
    background: #e5e5e5;
    top: 0px;
    bottom: 0px;
    margin-left: 40px;
    z-index: -1;
}

    .SFX_timeline_line::after {
        bottom: 0px;
    }

    .SFX_timeline_line::before, .SFX_timeline_line::after {
        content: '';
        background-image: url('/images/Lonpac/GFX_TimelineDOT.svg');
        position: absolute;
        left: -4px;
        width: 9px;
        height: 9px;
        display: block;
    }

.SFX_timeline_line_3 {
    position: absolute;
    width: 1px;
    display: block;
    background: #e5e5e5;
    top: 0px;
    bottom: 0px;
    margin-left: 55px;
    z-index: -1;
}

    .SFX_timeline_line_3::after {
        bottom: 0px;
    }

    .SFX_timeline_line_3::before, .SFX_timeline_line_3::after {
        content: '';
        background-image: url('/images/Lonpac/GFX_TimelineDOT.svg');
        position: absolute;
        left: -4px;
        width: 9px;
        height: 9px;
        display: block;
    }

.SFX_Timeline tr:nth-child(2) .SFX_table_row {
    padding-top: 50px !important;
}

@media (max-width:450px) {
    .SFX_timeline_line_3 {
        margin-left: calc(-10px + (35) * ((100vw - 320px) / (225.5 - 160)));
    }
}


@media (max-width:420px) {
    .BTN_Timeline {
        margin-bottom: -70px;
    }

    .BTN_Timeline_Adjust {
        margin-bottom: -50px;
    }
}

@media (max-width:352px) {

    .BTN_Timeline.BTN_Timeline_Adjust {
        margin-bottom: 15px;
        margin-left: 11px;
    }

    .BTN_Timeline_Less.BTN_Timeline_Adjust {
        margin-bottom: -15px;
        margin-left: 11px;
    }

    .SFX_Timeline {
        margin-bottom: 70px;
    }

    .BTN_Timeline_AdjustMore {
        margin: 0 60px 15px 30px !important;
    }

    .BTN_Timeline_AdjustLess {
        margin: 0 0px -15px 30px !important;
    }
}
