/*màu chữ gửi mail thành công*/
.wpcf7-mail-sent-ok {
    color: inherit;
}
/*Màu chữ gửi mail thất bại*/
.wpcf7-mail-sent-ng {
    color: initial;
}
/*Màu chữ warning form*/
.wpcf7-validation-errors {
    color: initial;
}
/*Màu nền, màu chữ modul tab*/
.wpb-js-composer .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #222 !important;
    background-color: #2a2a2a !important;
    color: #fff !important;
}
/*Màu nền, màu chữ modul tab đang active*/
.wpb-js-composer .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f0f0f0 !important;
    background-color: #f8f8f8 !important;
    color: #666 !important;
}
/*Màu giá postgird*/
.vc_gitem-woocommerce-product-price span.woocommerce-Price-amount.amount {
    color: inherit;
}.woocommerce ul.products {
    width: 100%;
}
.woocommerce ul.products {
    width: 100%;
}
.lang-pen .size24 {
    width: auto !important;
}
.lang-pen {
    position: absolute;
    margin: 0;
    right: 45px;
    bottom: -25px;
    z-index: 9999;
}
@media(max-width:767px){
    .lang-pen {
        position: absolute;
        margin: 0;
        right: calc(50% - 48px);
        bottom: 10px;
        z-index: 9999;
    }
}