.footer-wrapper {
    background: url(./images/ft_bg_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 10px;
}

.footer-wrapper .col {
    padding: 0 10px;
}

.ft_logo {
    margin-bottom: 28px;
}

.ft_content ul {
    list-style: none;
}

.ft_content ul li {
    color: #fff;
    font-size: 15.6px;
    font-weight: 400;
}

.ft_col_1 .ft_content ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ft-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-menu a {
    color: #fff;
}

.ft_col_5 .ft_content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.absolute_footer {
    padding-top: 15px;
    margin-top: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.12);
}

.absolute_ft_title {
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
}

.list-ecommerce {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    justify-content: space-between;
}

.list-ecommerce>li {
    width: 48%;
    display: flex;
}

.list-ecommerce>li>a {
    display: flex;
    width: 100%;
    background: #FFF;
    border: 1px solid #FFF;
    box-sizing: border-box;
    border-radius: 5px;
    height: 49px;
    align-items: center;
    padding: 3px;
}

.list-ecommerce>li>a>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hotline-dathang {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 14px;
}

.hotline-dathang>a {
    color: #fff;
}

.ft_content a:hover {
    color: #fff212;
}

/*  */
.certificate-box {
    padding: 60px 0;
    background-color: var(--bg-3);
}

.box_certificate {
    flex-wrap: wrap;
    display: flex;
    width: fit-content;
    border-radius: 12px;
    align-items: center;
    gap: 12px;
}

.certificate-box .box_left {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.certificate-box .box_certificate {
    justify-content: center;
    gap: 10px;
}

.certificate-box .box_certificate li img {
    border-radius: 8px;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.box_certificate li {
    list-style: none;
    width: fit-content;
}

.certificate-box .box_certificate li {
    width: 32%;
    margin-bottom: 0;
}

.box_certificate li img {
    border-radius: 8px;
    width: 100%;
    max-width: 200px;

}

@media screen and (max-width:768px) {
    .ft_col {
        margin-bottom: 32px;
    }

}
@media screen and (max-width:600px) {
    .certificate-box .box_certificate li{
        width: 48%;
    }
    .certificate-box .box_certificate li img{
       max-width: 100%;
    }
}