.home-cate {
    margin-top: -80px;
}

.home-cate .box-text.text-center {
    padding: 10px 0;
}

.home-tab ul li a {
    color: #c90202 !important;
    font-weight: 500;
    background-color: #e9e8e8;
    border-radius: 5px;
    margin: 0 2px;
    padding: 5px 10px;
}

.home-tab ul li.active a {
    background-color: #ed1b24;
    color: #fff !important;
}

/* css form he thong */
.form-hethong label {
    color: #fff;
}

.form-hethong select {
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    height: 38px;
}

.form-hethong span.wpcf7-form-control-wrap {
    padding-top: 5px;
}

.form-hethong input.wpcf7-form-control.wpcf7-submit.has-spinner, .form-hethong a.button.primary {
    background-color: #222;
    border-radius: 6px;
    font-weight: 500;
}

.ct-hethong p {
    font-size: 18px;
    font-weight: 600;
}

.ct-hethong p strong {
    font-size: 40px;
}

/* css chien luoc */
.box-chienluoc p {
    font-size: 28px;
    font-weight: 700;
}

.box-chienluoc:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2024/07/drc-tire-track.png) no-repeat;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-size: cover;
    opacity: .6;
    z-index: 1;
}

.box-chienluoc {
    position: relative;
}

.box-chienluoc .box-text.text-center {
    padding-bottom: 0 !important;
}

@media (min-width: 850px) {
	
}

@media (max-width: 548px) {
	
	.home-tab ul li {
		margin: 0;
	}
	.chienluoc .box.has-hover, .chienluoc2 .box.has-hover {
		flex-basis: 50%;
	}

	.chienluoc, .chienluoc2 {
		display: flex;
		flex-wrap: wrap;
	}

	.chienluoc .box.has-hover:nth-child(3) {
		order: 4;
	}

	.chienluoc .box.has-hover:nth-child(4) {
		order: 3;
	}

	.chienluoc2 .box.has-hover:nth-child(1) {
		order: 2;
	}

	.chienluoc2 .box.has-hover:nth-child(4) {
		order: 3;
	}
	
	.box-chienluoc p {
		font-size: 20px;
	}
}