#site-footer:before, #site-footer:after  {
    content: none;
}
#site-footer {
    background-size:cover;
}
#site-footer .fb-page {
    margin-top: 5px;
}
/* form footer */
.sec_form_footer {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec_form_footer .logo_brand { width: 35%; }
.sec_form_footer img {
    max-height: 90px;
}
.sec_form_footer .form_dk_footer {
    width: 45%;
}
#site-footer ul.menu a {
    color: inherit;
}
#site-footer form input.wpcf7-submit, #site-footer .footer_form form br { display: block; }
.form_dk_footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    height: 45px;
    padding-left: 10px;
    width: 77%;
    border: none;
}
.form_dk_footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email:focus { outline: none; }
.form_dk_footer form.wpcf7-form.invalid, .form_dk_footer form.wpcf7-form.submitting, .form_dk_footer form.wpcf7-form.init {
    position: relative;
}
.form_dk_footer .wpcf7 form>p { margin-bottom: 0; }
.form_dk_footer button.btn_submit_footer {
    position: absolute;
    background: #565655;
    color: #fff;
    text-transform: uppercase;
    top: 0px;
    right: 0;
    width: 23%;
    height: 45px;
    border: none;
}
.form_dk_footer button.btn_submit_footer:hover { 
    cursor: pointer; 
    background: #FFC691; 
}
.form_dk_footer form.wpcf7-form.sent {
    position: relative;
}
.form_dk_footer span.wpcf7-not-valid-tip {
    padding-top: 15px;
}
.form_dk_footer .wpcf7 form .wpcf7-response-output {
    margin: 10px 0em 0em;
}
/* end form footer */

/* contact social */
.sec_social_footer { 
    display: flex;
    justify-content: end;
    align-items: center;
    margin-left: auto;
}
.bottom-footer .copy-right .copyright {
    display: flex; align-items: center;
}
.bottom-footer .copy-right {
    padding-top:5px; background-color: #000b6d; margin-top: 20px;
}
.bottom-footer .copy-right .row > * {
    padding:0 15px;
}
.sec_social_footer ul.social_icons {
    display: flex; align-items: center; margin-left: 5px;
}
.sec_social_footer p.title_lien_he { 
    font-size: 17px; 
    color: #636363; 
    text-transform: capitalize;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 600;
}
li.fanpage_social i { color: #fff; background: #1877f2; }
ul.social_icons li {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.social_icons li.fanpage_social {
    border-radius: 50%;
    background: #1877f2;
}
ul.social_icons li.gg { 
    border-radius: 50%;
    background: #fff; 
}
ul.social_icons li.youtube {
    border-radius: 50%;
    background-color: #ff0000;
}
ul.social_icons li i {
    color: #fff;
    width: 16px;
    height: 16px;
}
ul.social_icons li.gg svg { width: 16px; height: 16px; }
/* end contact social */

/* menu-footer  */
.sec_menu_footer { 
    padding-top: 40px; 
    padding-bottom: 30px; 
    border-top: 2px solid #ffffffa6;
    border-bottom: 2px solid #ffffffa6;
}
.title_menu_footer { 
    font-size: 18px; 
    font-weight: bold; 
    margin-bottom: 7px;
    text-transform: uppercase;
}
.menu_gth_footer .title_menu_footer > a { color: var(--main_txt)}
.product_footer ul, .news_footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.product_footer ul li a, .news_footer ul li a, .menu_gth_footer ul li a {
    color: var(--main_txt);
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}
p.main_addr, p.sdt_chinh a, p.sdt_chinh, p.main_email ,p.main_email a { 
    color: var(--main_txt); 
    font-size: 15px;
    margin-bottom: 12px;
}
.inf_comp_footer b { 
    display: block; 
    font-size: 18px; 
    text-transform: uppercase; 
    margin-bottom: 7px; 
}
/*p.main_addr, p.sdt_chinh a ,p.main_email a { font-weight: 300; }*/
.col-3.map_footer iframe { height: 110px; width: 308px; }
.col-3.main_logo_footer { padding-left: 0; display: flex; flex-direction: column; justify-content: center; }

.col-3.map_footer { padding-left: 0; }
.inf_comp_footer { padding-left: 5px; }
.row.sec_menu_footer .col-3 a:hover, #site-footer nav ul.menu a:hover {
    color: var(--second_bgr);
}
/* end menu-footer */

/* bottom footer */
#site-footer .bottom-footer {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #2d39a1; color: white;
    margin-top: 50px;
}
#site-footer .bottom-footer .copy_right_img {
    width: 100%;
    max-width: 312px;
    bottom: 98%;
    left: 50%;
    transform: translateX(-50%);
}
#site-footer .bottom-footer .span_left,
#site-footer .bottom-footer .span_right {
    height: 14px; width: calc( 50% - 148px );
    left: 0; bottom: 100%; background-color: #2d39a1;
}
#site-footer .bottom-footer .span_right {
    left: unset; right: 0;
}
.bottom-footer ul.list_img_partner {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    justify-content: end;
    margin: 0;
}
.bottom-footer ul.list_img_partner li {
    width: 35%;
    margin-left: 10px;
}
.bottom-footer ul.list_img_partner li img {
    filter: grayscale(1); max-height: 60px; width: auto;
    object-fit: contain;
}
.bottom-footer ul.list_img_partner li img:hover {
    filter: grayscale(0);
    cursor: pointer;
}
/* end bottom footer */

/* phone */
.hotline-phone-ring-wrap {
    bottom: 125px;
    right: 5px;
    width: 104px;
}
.hotline-bar {
    padding-right: 37px;
    right: 33px;
    opacity: 0;
    visibility: hidden;
}
.hotline-phone-ring-wrap { z-index: 499; }
.hotline-phone-ring-wrap:hover .hotline-bar {
    opacity: 1;
    visibility: visible;
}
.zalo-container.right {
    right: 35px;
    bottom: 85px;
}
.fanpage-container.right {
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 9999999;
    right: 30px;
    bottom: 137px;
}
.fanpage-container.right span {
    background: #1182fc;
}
#site-footer .back-top {
    right: 28px;
    bottom: 8px;
    opacity: 1;
    z-index: 100;
}
#site-footer .back-top i {
    color: #fff;
}
/* end phone */
@media (min-width: 768px) {
    #site-footer .fixed_footer {
        display: none;
    }
}
@media (max-width: 1024px){
    .sec_menu_footer, .bottom-footer {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hotline-phone-ring-wrap {
        bottom: 125px;
    }
    #mes-icon {
        bottom: 0;
        right: 15px;
        width: 19%;
    }
    #site-footer .back-top {
        bottom: 15px;
    }
    .zalo-container.right {
        bottom: 80px;
    }
    .fanpage-container.right {
        bottom: 147px;
    }
    .sec_bullets {
        bottom: 201px;
        display: none!important;
    }
    .bullets_fixed ul li {
        padding-bottom: 4px;
    }
}
@media (max-width: 650px){
    #site-footer .fixed_footer {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        background-color: #2d39a1;
    }
    #site-footer .fixed_footer > a {
        display: flex; flex-direction: column;
        justify-content: space-between;
        color: #fff;
        text-decoration: none;
        text-align: center;
        padding: 2px 10px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    #site-footer .fixed_footer a i {
        color: #fff; padding:.2em 0;
        font-size: 1.1em;
    }
    .fanpage-container.right {
        display: none;
    }
}

@media (max-width: 768px){
    #site-footer .back-top {
        bottom: 30px;
    }
    .zalo-container.right {
        bottom: 96px;
    }
    .fanpage-container.right {
        bottom: 163px;
    }
    .col-6.sec_tt_comp {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    #mes-icon {
        width: 25%;
    }
    .sec_form_footer .form_dk_footer {
        width: 55%;
    }
    .row.sec_menu_footer .col-3 {
        flex: 50%;
        max-width: 50%;
        width: 50%;
    }
}
@media (max-width: 640px){
    .bottom-footer .copy-right .row > * {
        margin: auto;
    }
    .bottom-footer .copy-right .copyright {
        font-size: 12px;
    }
    #site-footer .back-top {
        bottom: 75px;
    }
    .sec_bullets .bullets_fixed { 
        position: absolute;
        bottom: 100%;
        display: table;
        z-index: 9;
        -webkit-transform: translateY(50%) translateX(-50%) scale(0);
        -ms-transform: translateY(50%) translateX(-50%) scale(0);
        transform: translateY(50%) translateX(-50%) scale(0);
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; 
    }
    .sec_bullets .bullets_fixed.click { 
        -webkit-transform: translateY(0) translateX(0) scale(1);
        -ms-transform: translateY(0) translateX(0) scale(1);
        transform: translateY(0) translateX(0) scale(1);
        opacity: 1;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        bottom: 60px;
    }
    .contact-icon-bullets { 
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--main_bgr);
        border-radius: 50%;
    }
    #site-footer .back-top {
        right: 14px;
    }
    .sec_bullets .contact-icon-bullets i.fas.fa-address-book {
        font-size: 28px;
        color: #fff;
    }
    .sec_bullets {
        bottom: 144px;
        right: 14px;
    }
    .col-6.sec_tt_comp .row .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
        display: flex;
    }
    .col-6.sec_tt_comp .row .col-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-3.main_logo_footer {
        padding-left: 0px;
    }
    .col-3.map_footer iframe {
        width: 337px;
    }
    .form_dk_footer button.btn_submit_footer {
        /*padding: 14px 10px 15px 10px;*/
        width: 25%;
        top: 0;
        height: 45px;
    }
    .form_dk_footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
        width: 75%;
        /* padding: 13px 30px 14px 20px;*/
        border-width: 0;
        -webkit-appearance: none;
    }
    .sec_menu_footer {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .col-3.menu_gth_footer, .col-3.product_footer {
        margin-bottom: 15px;
    }
    footer#site-footer {
        padding: 20px 0px;
        padding-bottom: 45px;
    }
    .row.sec_menu_footer .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        padding-right: 10px;
    }
    .row.sec_form_footer, .row.sec_menu_footer {
        padding-right: 5px;
        padding-left: 5px;
    }
    .row.sec_menu_footer { padding-top: 15px; }
    .col-6.sec_tt_comp .row {
        padding-right: 5px;
        padding-left: 5px;
        margin: 0;
    }
    .row.sec_menu_footer .col-7 .row {
        margin:0 -5px;
    }
    .sec_form_footer img {
        margin-bottom: 10px;
    }
    .col-3.map_footer {
        padding-left: 14px;
        width: 60%;
    }
    .sec_social_footer {
        padding-top: 10px;
    }
    #site-footer .fixed_footer a span {
        font-size: 13px;
    }
}

@media (max-width: 500px){
    .sec_form_footer {
        display: block;
    }
    .sec_form_footer .logo_brand {
        width: 70%;
        margin: 0 auto;
    }
    .sec_form_footer .form_dk_footer {
        width: 100%;
    }
    .form_dk_footer button.btn_submit_footer { height: 45px; }
    .inf_comp_footer b { font-size: 17px; }
    .title_menu_footer { font-size: 17px; }
    .product_footer ul li a, .news_footer ul li a, .menu_gth_footer ul li a {
        font-size: 15px;
    }
}

@media (max-width: 425px){
    .form_dk_footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
        -webkit-appearance: none;
    }
}
@media (max-width: 330px){
    #site-footer .fixed_footer a span {
        font-size: 12px;
    }
}