/*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;
}