/*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-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-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f0f0f0 !important;
    background-color: #820a0a !important;
    color: #666 !important;
}
/*Màu giá postgird*/
.main-product-regular-price{
	color:#dd3333;
	font-size:14px;
	font-weight:bold;
	font-family:'Roboto' !important;
}
ins{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #dd3333
}
/*Màu chữ menu header mẫu 1*/
.list-meu-pro ul li a {
    color: #ffffff;
}
.mtop-menu {
    margin-top: -60px;
}
.sgpb-popup-builder-content-html h2 span {
    font-size: 20px !important;
    font-weight: bold;
}
span.wpcf7-form-control-wrap.your-tragop {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
div#wpcf7-f1666-o1 input, div#wpcf7-f1666-o1 select {
    background-color: rgba(0, 0, 0, .03);
    border-color: rgba(0, 0, 0, .09);
    border-radius: 99px;
    box-shadow: none;
    margin-bottom: 15px;
    height: 40px;
}

div#wpcf7-f1666-o1 br {
    display: none;
}
span.wpcf7-form-control-wrap.your-tragop input {
    margin: 0 !important;
    height: auto !important;
}
input.wpcf7-form-control.wpcf7-submit.btn-xe {
    background: #1464f4 !important;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    width: 180px;
    margin-left: calc(50% - 90px);
}
@media(max-width: 767px){
    .mtop-menu {
        margin-top: -46px;
    }
    
    /*Cho phép bảng trên điện thoại trược ngang*/
    .entry-content table {
        display: block;
        width: 100% !important;
        overflow-x: auto;
        padding: 0;
        border: none !important;
    }
}
@media(max-width: 767px){
    .inner-tab-detail table, .inner-tab-detail table tbody, .inner-tab-detail table tr, .inner-tab-detail table td {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

    .inner-tab-detail table td {
        padding: 0;
        height: auto !important;
    }
    .inner-tab-detail table img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        margin: 0;
    }
    .inner-tab-detail table td p {
        display: block;
        position: relative;
        text-wrap: auto;
    }
}