﻿/*
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}
.noi-dung ul li, .noi-dung ol li{text-align:left!important}
	.white{color:#fff!important}
	.intro{font-size:18px;line-height:26px;}
.number {margin-right: 10px;display: inline-block;width: 32px;height: 32px;line-height: 32px;background: #f4a641;border-radius: 50%;color: #fff;text-align: center}
.widget{display:block;word-wrap:break-word;text-align: left;margin: 0 0 0 -2rem;;padding:5px;border-radius: 3px;overflow: hidden;background:#fff;border:1px solid #f2f2f2}
.l-main .widget {margin-bottom: 2rem}
.widgettitle{color:#fff;text-transform:uppercase; padding: 7px;font-size: 21px!important;height: 45px;line-height: 45px!important;text-align: center;background: #005459}@media (max-width: 600px) {.g-filters,.hide-on-mobile{display: none}}@media (max-width: 900px) {.l-sidebar{display: none}}
/*FORM 7*/
.wpcf7 form.sent .wpcf7-response-output {
    background: #fafafaf7;
}
.form-tap-huan input[type="submit"] { border-style: solid; width: 100%}

/* Bố cục chung */
.wpcf-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.wpcf-wrap p {
    margin-bottom: 0!important
		}
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
	margin-bottom: 0.5rem!important
}

/* Hai cột */
.two-columns .form-column {
    flex: 1; /* Chia đều các cột */
    min-width: calc(50% - 0.5rem); /* Đảm bảo cột không bị tràn */
}

/* Một cột */
.form-row .form-column {
    width: 100%; /* Mặc định là full chiều rộng */
}

/* Responsive: Điều chỉnh cột trên màn hình nhỏ */
@media only screen and (max-width: 767px) {
    .form-row .form-column {
        min-width: 100%; /* Các cột xếp chồng */
    }
}
