 /*  Footer */
    .hd_footer_custom {
        display: flex;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .hd_footer_custom .hd_padding {
        padding: 0 10px 10px;
    }

    .hd_footer_custom .hd_align {
        display: flex;
        align-items: center;
    }

    .hd_footer_custom .hd_fontsize .hd_footer_title {
        font-size: 18px;
        color: white;
        font-weight: 600;
    }

    .hd_footer_custom .hd_fontsize {
        font-size: 16px;
        color: white;
    }

    .hd_footer_custom .hd_align span svg {
        display: block;
        width: 18px;
        height: 18px;
        margin: 0 5px 0 0;
    }

    .hd_logo_footer {
        width: 18%;
    }
.hd_logo_footer img {
	width: 160px;
	height: 160px;
}

    .hd_footer_adress {
        margin: 10px 0 0 0;
    }

    .hd_info_nkdl {
        text-align: left;
        width: 44%;
    }

    .hd_offic_AU {
        width: 30%;
        text-align: left
    }

    .hd_offic_AU .au_time_title {
        margin: 10px 0 0 0;
    }

    .brach_hd {
        display: grid;
    }

    .branch_ {
        display: flex;
    }

    .branch_ .hd_width {
        width: 100%;
    }

    .branch_ svg {
        display: block;
        width: 20px;
    }

    .branch_ .hd_toogle_style {
        text-align: left;
        padding: 0 0 0 36px
    }

    .branch_ .hd_toogle_style p {
        margin: 0 0 5px 0;
        font-size: 17px;
        color: #0B5E5D;
    }

    .branch_ .hd_title_style .title_ {
        display: flex;
        align-items: center;
    }

    .branch_ .hd_title_style .title_ .hdtitle_branch {
        width: 32%;
        color: #0B5E5D;
        font-size: 17px;
        margin: 0;
        font-weight: 600;
    }

    .branch_ .hd_title_style .title_ .hd_xt {
        color: red;
        padding: 0 0 0 5px;
        font-size: 16px;
        font-weight: 600;
    }

    .hd_branch_footer {
        width: 100;
    }

    .hd_action_btn_ {
        display: flex;
        justify-content: center;
        margin: 20px 0 0 0;
    }

    .hd_action_link {
        background-image: linear-gradient(180deg, #FF2403, #FFB200);
        padding: 10px 15px 10px 15px;
        border-radius: 26px;
        width: 38%;
        border: 2px solid #E5D891;
    }

    .hd_action_link span {
        font-weight: 600;
        text-align: center;
        font-size: 30px;
        line-height: 1.3;
        text-shadow: 1px 2px 3px black;
    }

    .title_call p {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 24px;
        color: white;
    }

    .hd_branch_footer .call_action_ {
        display: grid;
        grid-template-columns: repeat(5, 60px);
        grid-gap: 30px;
        align-items: center;
        justify-content: center;
    }

    .hd_branch_footer .call_action_ svg {
        width: 40px;
        height: auto;
    }

    @media only screen and (max-width: 48em) {

        .hd_action_link {
            width: 100%;
        }

        .hd_footer_custom {
            flex-direction: column;
        }

        .hd_footer_custom .hd_fontsize .hd_footer_title {
            text-align: center;
            font-size: 20px;
            color: white;
            font-weight: 600;
        }

        .hd_logo_footer {
            width: 50%;
        }

        .hd_info_nkdl {
            width: 100%;
        }

        .hd_offic_AU {
            width: 100%;
        }

        .hd_branch_footer .call_action_ {
            grid-gap: 8px;
        }

        .brach_hd {
            grid-template-columns: repeat(2, 1fr);
        }

    }

    /* End footer */