/*màu chữ gửi mail thành công*/
.wpcf7-mail-sent-ok {
    color: #ffffff;
}
/*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%;
}
.thing {
    transform: none !important;
    right: 5px !important;
    top: 40% !important;
}

div#sgpb-popup-dialog-main-div {
    background: #1D2B45 !important;
}
.bg-form {
    background: url(http://nbdvietnam.com/wp-content/uploads/2026/04/bg02.png);
    background-size: contain;
    background-position: 1px;
}
.bg-form h3 {
    font-size: 21px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
h3.tt1 {
    color: rgb(255, 157, 95);
}
h3.tt2 {
    margin-top: 5px;
    margin-bottom: 30px;
}   
.block-pp input {
    height: 42px;
    color: #000;
    border-radius: 7px;
    margin-bottom: 10px;
}
.bg-form .wpcf7-select {
    background: #fff;
    height: 42px;
    color: #000;
    border-radius: 7px;
    margin-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-submit.btn-nbg {
    background: #E44B48;
    width: 160px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-left: calc(50% - 80px);
}
a.chuy {
    color: #fff;
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.block-pp {
    display: flex;
}
.col-md-6.ladi-image img {
    height: 100%;
    width: auto;
    left: 10px;
}
.sgpb-main-html-content-wrapper p {
    margin: 0;
}
.col-md-6.ladi-image {
    padding-right: 0;
}
.wpcf7-form {
    margin-top: 0 !important;
}

p.ladi-headline {
    background-color: rgb(0, 128, 55);
    animation-name: swing;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    padding: 10px 20px;
    border-width: 1px;
    border-radius: 16px;
    border-style: solid;
    border-color: rgb(255, 222, 89);
    font-weight: bold;
}
.btn-nnn {
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 9999;
    color: #fff;
    cursor: pointer;
}
@media(max-width: 767px) {
    .col-md-6.ladi-image {
        display: none;
    }
    div#sgpb-popup-dialog-main-div {
        width: 100% !important;
    }
    .sgpb-popup-dialog-main-div-theme-wrapper-6 {
        width: 90% !important;
        left: 5% !important;
    }
    .btn-nnn {
        bottom: 50px;
    }
}



@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}