.img-full {
    width:100%;
}
.img-banner-mb {
    width:98%;
    margin-top: -14%;
    z-index: 9;
    position: relative;
}
.img-65 {
    width:65%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.container-50 {
    width:50%;
    margin: 0 auto;
}
.sp-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: white;
    text-align: center;
    z-index: 999;
}
.title-header {
    float: left;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    padding: 16px 10px 16px 30px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #034d7f;
}
.logo-header {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-60%);
}
@media screen and (max-width: 768px){
    .logo-header {
        left: 23%;
    }
    .share_button_social {
        padding: 15px;
        position: absolute;
        top: 15%;
        right: -5%;
    }
}
.btn_contact {
    float: right;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    /* padding: 16px 15px 16px 30px; */
    font-weight: 600;
    letter-spacing: -1px;
    color: #034d7f;
    font-size: 16px;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.btn_contact button {
    background: #004a80;
    color: #ffffff;
    padding: 10px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    text-decoration: unset;
    border: unset;
}
.share_button_social {
    float: right;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    padding: 16px 10px 16px 30px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #034d7f;
}
.mb_text_banner {
    margin-top:-14%;
    z-index: 999
}
.customH1 {
    font-size: 25px;
}
@media screen and (max-width: 414px) {
    .address-f span {
        padding-left: 5px;
        font-size: 14px;
    }
    .address-f-2 span {
        padding-left: 5px;
        font-size: 14px;
    }
    .hotline-f a {
        padding-left: 10px;
        font-size: 18px;
    }
    .mail-f a {
        padding-left: 10px;
        font-size: 16px;
    }
}

.address__footer.center.col-lg-6 a {
    text-decoration: none;
}

@media screen and (max-width: 320px){
.share_button_social {
    right: -10%;
}
    
}
}

