/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

.text-center,.center{text-align: center}.noi-dung p,#bai-viet p,.justify{text-align:justify}.white{color:#fff!important}.intro{font-size:18px;line-height:26px;}.mo-ta{font-size: 15px!important;font-weight: bold;line-height: 24px !important;text-align: justify;padding-left:8px;border-left:4px solid orange}.mo-ta:before{padding-left: 4px}
.widget{display:block;word-wrap:break-word;text-align: left;margin: 0 0 -15px -15px;padding:8px;border:1px solid #999;border-radius: 10px;overflow: hidden;}
.l-main .widget {margin-bottom: 2rem}
.widgettitle{text-transform:uppercase;text-align:left; padding: 7px;font-size: 21px !important;height: 40px;line-height: 40px!important;color:var(--color-content-secondary)}
@media (max-width: 600px) {.l-sidebar,.g-filters,.hide-on-mobile{display: none}}
/*FORM 7*/
.one-half,.one-third,.one-fourth {position: relative;margin-right: 4%;float: left;margin-bottom: 1.5rem}.one-half { width: 48%; }.one-third { width: 30.66%}.one-fourth {width: 22%}.last {margin-right: 0 !important;clear: right}@media only screen and (max-width: 1024px) {.one-fourth {width: 100%;margin-right: 0}}@media only screen and (max-width: 767px) {.one-half, .one-third {width: 100%;margin-right: 0}}.wpcf-wrap {min-height: 90px}div.wpcf7-response-output {width: 100%;clear: both;margin: 0}.wpcf-accept > .wpcf7-form-control-wrap {display: inline-block !important}
/* Woocommerce */
 * p#billing_country_field {
display: none;
}


.canvas{
  cursor: crosshair;
  position: fixed;
  width: 100%;
  height:100%;
  background: #222;
  display:block
}

/* ====== FEC REVIEW TITLE ====== */

.fec-review-heading-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding: 25px 20px;
    background: #f8f5f1;
    box-sizing: border-box;
}

.fec-review-line{
    flex: 1;
    max-width: 420px;
    height: 3px;
    background: linear-gradient(
        to right,
        rgba(137, 175, 126, 0),
        #b8c9b0,
        rgba(137, 175, 126, 0)
    );
    border-radius: 50px;
}

.fec-review-heading{
    margin: 0;
    font-size: 52px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    position: relative;
}

.fec-review-heading span{
    color: #7b3f16;
    position: relative;
}

/* hiệu ứng nhẹ */
.fec-review-heading span::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #7b3f16, #b36a2f);
    border-radius: 20px;
    opacity: 0.25;
}

/* ====== Responsive ====== */

@media (max-width: 991px){

    .fec-review-heading-wrap{
        gap: 18px;
    }

    .fec-review-heading{
        font-size: 34px;
    }
}

@media (max-width: 767px){

    .fec-review-heading-wrap{
        gap: 12px;
        padding: 18px 10px;
    }

    .fec-review-heading{
        font-size: 22px;
        text-align: center;
        white-space: normal;
    }

    .fec-review-line{
        max-width: 80px;
        height: 2px;
    }
}