#masthead .header.show-on-scroll, .stuck .header-main {
	background: #fff !important;
}
.header-main .nav > li > a {
	padding: 0 3px;
}
#header .nav-spacing-large>li {
	margin: 0 11px !important;
}
:root {
	--primary-color: #f51818;
}
.nav-dropdown li {
	font-size: 14px;
}
.nav-dropdown-has-shadow .nav-dropdown {
	padding: 5px 5px;
}
#footer h4:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 1px;
	height: 30px;
	background-color: var(--primary-color);
}
#footer h4 {
	padding-left: 15px;
	margin-bottom: 25px;
}
/* Box item */
#footer .icon-box {
	display: flex;
	align-items: center;
	gap: 14px; /* khoảng cách icon và text */
	margin-bottom: 18px;
}

/* Box icon */
#footer .icon-box-img {
	min-width: 30px;
	max-width: 30px;
	flex: 0 0 30px;
}

/* Icon */
#footer .icon-inner img {
	width: 100%;
	height: auto;
	display: block;
}

/* Text */
#footer .icon-box-text {
	flex: 1;
}

#footer .icon-box-text p {
	margin: 0;
	line-height: 1.7;
	font-size: 15px;
	color: #222;
	margin-left: 15px;
}
.cf7-title{
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.cf7-custom{
	max-width: 900px;
	margin: auto;
}

.cf7-row{
	display: flex;
	gap: 15px;
}

.cf7-col{
	width: 50%;
}

.cf7-col-full{
	width: 100%;
}

.cf7-custom input[type="text"],
.cf7-custom input[type="tel"],
.cf7-custom input[type="email"],
.cf7-custom textarea{
	width: 100%;
	border: 1px solid #d5d5d5;
	padding: 5px 15px;
	font-size: 16px;
	border-radius: 3px;
	outline: none;
	background: #fff;
	color: #666;
}

.cf7-custom textarea{
	height: 100px;
	resize: none;
}

.cf7-custom input::placeholder,
.cf7-custom textarea::placeholder{
	color: #999;
}
.cf7-file{
	width: 100%;
}

.cf7-file .wpcf7-form-control-wrap{
	display: block;
	width: 100%;
}

.cf7-file input[type="file"]::file-selector-button{
	background: #e9ecef;
	border: 1px solid #ced4da;
	padding: 10px 18px;
	margin-right: 10px;
	cursor: pointer;
}
.cf7-file input[type="file"]{
	width: 100%;
	border: 1px solid #d5d5d5;
	padding: 10px;
	background: #fff;
}

.cf7-btn{
	display: flex;
	gap: 10px;
}

.cf7-custom input[type="submit"]{
	background: #0d6efd;
	color: #fff;
	border: none;
	padding: 0 20px;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
}

.cf7-custom .cf7-reset{
	background: #6c757d;
	color: #fff;
	border: none;
	padding: 0 20px;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
}

.cf7-custom input[type="submit"]:hover{
	opacity: 0.9;
}

.cf7-custom .cf7-reset:hover{
	opacity: 0.9;
}
.cf7-btn{
	display: flex;
	align-items: center;
	gap: 10px;
}

.cf7-custom input[type="submit"]{
	margin-right: -60px;
}

.cf7-custom .cf7-reset{
	margin-left: 0;
}
@media(max-width: 767px){
	.cf7-row{
		flex-direction: column;
	}

	.cf7-col{
		width: 100%;
	}
}
.infor {
	margin-top: -30px !important;
}
.infor p {
	line-height: 10px;
}