.SFX_no_padding{
    padding:0;
}
.HeadOffice_nav_pills > li {
    width: 100px;
}

    .HeadOffice_nav_pills > li > a {
        text-align: center;
        background-color: #e5e5e5;
    }

    .HeadOffice_nav_pills > li.active > a, .HeadOffice_nav_pills > li.active > a:focus, .HeadOffice_nav_pills > li.active > a:hover {
        background-color: #377dff;
    }

.HeadOffice_pills .btn-group div {
    background-color: #f2f2f2;
    padding: 15px 10px;
    width: fit-content;
    max-width: 150px;
    min-width: 120px;
    border-radius: 25px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ababab;
}

    .HeadOffice_pills .btn-group div:not(:first-child) {
        border-left: 1px solid #dcdcdc
    }

    .HeadOffice_pills .btn-group div:not(.btn-title):hover {
        background-color: #c4c4c4;
        color: #787878;
    }

.HeadOffice_pills .btn-group:not(:last-child) {
    margin-right: 0.5%;
}

.btn-title {
    color: #666666 !important;
}

.HeadOffice_Contact_Edit {
    table-layout: fixed;
    width: 100%;
    margin: 50px 0px;
}

.HeadOffice_Contact {
    border: 1px solid #e5e5e5;
    width: 100%;
    margin: 50px 0px;
    border-radius: 20px;
    border-collapse: separate;
    min-height: 145px;
    padding: 0px;
    table-layout:fixed;
}

    .HeadOffice_Contact tr td {
        padding: 40px;
        min-height: 145px;
    }

        .HeadOffice_Contact tr td:not(:first-child) {
            border-left: 1px solid #e5e5e5;
        }

.HeadOffice_Branch_Selection_block {
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    width: 30%;
    min-height: 500px;
    display: inline-block;
}

    .HeadOffice_Branch_Selection_block:not(:nth-child(3n)) {
        margin-right: 4.5%;
    }

    .HeadOffice_Branch_Selection_block:nth-child(n+4){
        margin-top:25px;
    }

@media (max-width:1040px) {
    .HeadOffice_Branch_Selection_block:nth-child(2n) {
        margin-right: 0%;
    }

    .HeadOffice_Branch_Selection_block:not(:nth-child(2n)) {
        margin-right: 4.5%;
    }

    .HeadOffice_Branch_Selection_block {
        width: 47.25%;
    }

        .HeadOffice_Branch_Selection_block:nth-child(n+3) {
            margin-top: 25px;
        }

    .HeadOffice_Contact > tbody > tr > td, .HeadOffice_Contact_Btm > tbody > tr > td {
        border-left: none !important;
        display: block;
        width: 100% !important;
        border-top: solid 1px #e5e5e5;
        padding: 40px 50px;
    }

        .HeadOffice_Contact > tbody > tr > td:first-child, .HeadOffice_Contact_Btm > tbody > tr > td:first-child {
            border-top: none;
        }
}

@media (max-width:767px) {
    .HeadOffice_Branch_Selection_block{
        margin-right: 0%!important;
    }
    .HeadOffice_Branch_Selection_block {
        width: 100% !important;
    }
        .HeadOffice_Branch_Selection_block:nth-child(n+2) {
            margin-top: 25px;
        }
}

    .HeadOffice_Branch_Selection_block_details {
        padding: 40px;
        height:235px;
    }

    .HeadOffice_Branch_Selection_block_apps {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 0;
    }

        

    .HeadOffice_Branch_Selection_block_apps .HeadOffice_Branch_Selection_block_apps_item {
        font-size:14px;
        font-weight:500;
        color: #377dff;
        height:70px;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        padding:0px;
    }

        .HeadOffice_Branch_Selection_block_apps .HeadOffice_Branch_Selection_block_apps_item.dis {
            color: #c4c4c4 !important;
            background-color: #f5f5f5 !important;
        }

        .HeadOffice_Branch_Selection_block_apps .HeadOffice_Branch_Selection_block_apps_item:hover {
            background-color: #f5f5f5;
            HeadOffice_Branch_Selection_block_contact cursor: pointer;
        }

        .HeadOffice_Branch_Selection_block_apps .HeadOffice_Branch_Selection_block_apps_item img {
            width: 35px;
            height: 35px;
            margin-right:5px;
        }

    .HeadOffice_Branch_Selection_block_contact {
        padding: 40px;
        height:185px;
    }

        .HeadOffice_Branch_Selection_block_contact > div > span > a {
            color: inherit !important;
            text-decoration: none !important;
        }



        .HeadOffice_pills .currentTab {
            background-color: #377dff !important;
            color: #ffffff !important;
        }

    .HeadOffice_pills {
        overflow: auto !important;
        display: flex;
        padding-bottom: 70px;
        justify-content: center;
    }

    .btn-group {
        display: flex;
    }

.HeadOffice_Contact tr td:first-child {
    font-weight:700;
    color:#377dff;
    font-size:38px;
}

.HeadOffice_Contact tr td:empty {
    display: none;
}

.HeadOffice_Branch_Selection_block_details div:first-child {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.HeadOffice_Branch_Selection_block_details div:not(:first-child) {
    font-size: 14px;
    font-weight: 400;
}

.HeadOffice_Branch_Selection_block_contact div:first-child{
    font-size:10px;
    font-weight:500;
    padding-bottom:10px;
}

.HeadOffice_Branch_Selection_block_contact div:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
}

.HeadOffice_Branch_Selection_block_contact div:nth-child(n+3) {
    font-size: 14px;
    font-weight: 400;
}

.HeadOffice_Branch_Selection_block_apps > a:first-child > .HeadOffice_Branch_Selection_block_apps_item {
    border-right: 1px solid #e5e5e5;
}

.HeadOffice_Contact_Btm {
    border: 1px solid #e5e5e5;
    width: 100%;
    margin: 50px 0px;
    border-radius: 20px;
    border-collapse: separate;
    min-height: 75px;
    padding: 0px;
    table-layout: fixed;
}

.HeadOffice_Contact_Btm tr td {
    padding: 15px 20px;
    width:27%;
    min-height: 75px;
}

    .HeadOffice_Contact_Btm tr td:first-child {
        width:19%;
    }
    
    .HeadOffice_Contact_Btm tr td:not(:first-child) {
        border-left: 1px solid #e5e5e5;
    }

    .HeadOffice_Contact_Btm tr td:empty {
        display: none;
    }



/* Map */
.SFX_Map_no_padding {
    padding: 0;
}

    .SFX_Map_no_padding.dis {
        color: #c4c4c4 !important;
        background-color: #f5f5f5 !important;
    }

.SFX_Map_Group {
    display: flex;
}

.SFX_Map_Info_Block {
    border-radius: 25px;
    border: 1px solid #e5e5e5;
}

.SFX_Map_Info {
    padding: 40px 50px;
}

.SFX_Map_Apps {
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
}

    .SFX_Map_Apps img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .SFX_Map_Apps a:first-child div {
        border-right: 1px solid #e5e5e5;
        
    }

    .SFX_Map_Apps div {
        /*padding: 20px 20px;*/
        font-size: 14px;
        font-weight: 500;
        color: #377dff;
        height: 70px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
    }

        .SFX_Map_Apps div:hover {
            background-color: #f5f5f5;
            cursor: pointer;
        }

.SFX_Map_Contact {
    padding: 40px 50px;
}

.SFX_Map_Frame_block {
    padding: 0;
    padding-left: 5%;
}

.SFX_Map_Frame {
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
}

    .SFX_Map_Frame img {
        object-fit: cover;
    }


@media screen and (max-width: 1040px) {
    .SFX_Map_Group {
        display: block;
    }

    .SFX_Map_Frame_block {
        margin-top: 50px;
        padding-left: 0;
    }
}
.SFX_Span_Border_VW {
    position: absolute;
    border-top: solid 1px #e5e5e5;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
}

/*Branch Tab Cursor*/
.default-cursor{
    cursor:default;
}

hr.divider:first-of-type, hr.divider:last-of-type {
    border-top: 1px solid #e5e5e5;
    margin-top:70px;
    padding-bottom:30px;
}

hr.divider {
    border-top: 2px solid #377dff;
    margin-top: 70px;
    padding-bottom: 30px;
}