.footer-wrapper{
   /* background: url(./images/ft_bg.png); */
    padding: 60px 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #515254;
}
.company_name{
    font-size: 32px;
    margin-bottom: 70px;
    margin-top: 30px;
}
.absolute-footer{
    background-color: #F48021 !important;
    height: 50px;
}
/* .fz{
    font-size: 25.25px;
} */
.ft-list{
    list-style: none;
    padding-left: 0px !important;
}
.ft-list li{
    position: relative;
    padding-left: 30px;
}
.ft-list .ft-address::after,.ft-list .ft-hotline::after, .ft-list .ft-email::after {
    content: "";
    background: url(./images/location.png);
    width:24px;
    height:24px;
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}   
.ft-list .ft-hotline::after{
    background: url(./images/telephone.png);

}
.ft-list .ft-email::after{
    background: url(./images/mail.png);

}
.ft-subtitle span{
font-size: 20px;
}
.policy-container-class ul {
    list-style: none;
    padding-left: 0 !important;
}
.form_ket_noi p {
    display: flex
;
    gap: 8px;
}
.form_ket_noi .wpcf7-form-control-wrap {
    margin-top: 0;
}
.form_ket_noi input {
    width: 100%;
    height: 44px !important;
    margin-bottom: 0;
}
.form_ket_noi .main-button {
    height: 44px;
    background-color: var(--color-007BC1);
    border: none;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 18px;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.10);
    margin: 0;
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 4px;
}
.form_ket_noi .main-button::before {
    content: "";
    background-image: url(./images/mail-send.png);
    width: 24px;
    height: 14px;
    position: relative;
    background-repeat: no-repeat;
    display: block;
}
.ft-col .box-social .social_item{
    width: 28px;
    height: 28px;
    background-color: #F48220;
}
.box_list_socail_contact{
    max-width: 780px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.box-map{
    background-color: #fff;
    padding: 20px;
}
.box-map .iframe_fb iframe ._2p3a{
    width: 100%;
}

@media screen and (min-width:1024px) {
    /* .footer-wrapper .row{
        gap: 35px;
    } */
}
@media screen and (min-width:990px) {
    /* .ft-col{
        margin-top: 70px;
    } */
}
@media screen and (max-width:768px) {
    .company_name{
        font-size: 21px;
        margin-bottom: 20px;
    }
}