/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.19.14
*/
.mau {
	padding: 5x 10px;
	background-color: #70141f;
}
.mau:hover {
	transform: scale(1.05);
	transition: all 0.3s ease-in-out;
}
.sec-icon .icon-box-text p {
	height: 50px;
}
.sec-icon .col-inner:hover {
	background: var(--fs-color-secondary);
	transform: scale(1.05);
	transition: all 0.3s ease-in-out;
}
.sec-icon .has-icon-bg .icon .icon-inner {
	border: 2px solid;
	border-radius: 100%;
	color: var(--fs-color-primary);
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.3s;
	width: 100%;
	background: var(--fs-color-primary);
}
.sec-icon .col-inner:hover .icon-box-text p {
	color: white;
}
.sec-icon .col-inner:hover .icon-box-text h3 {
	color: white;
}
.title-common {
	margin: 0;
	padding: 0;
}
.section-title b {
	background-color: currentColor;
	display: block;
	flex: 1;
	height: 2px;
	opacity: 0;
}
.sec-xeghep .text p {
	text-align: justify;
}

.form-contact-twocol {
	display: block;
}
#info-left {
	width: 49%;
	float: left;
	margin-right: 2%;
}
.wpcf7 p > span > input {
	border: 0 solid;
	border-bottom: 1px solid #ffffff;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	background: transparent !important;
}
#icon-form {
	position: absolute;
	color: #ffffff;
	z-index: 100;
	font-size: 18px;
	top: 8px;
	left: 10px;
}
#info-right {
	width: 49%;
	float: right;
}
.checkbox-form-new .wpcf7-checkbox {
	display: flex;
	justify-content: space-around;
	font-size: 16px;
}
.checkbox-form-new .wpcf7-checkbox label {
	color: white;
}
#icon-form::before {
	display: none;
}
#info-left .wpcf7-form-control.contact-input {
	background: transparent;
	border: none;
	border-bottom: 1px solid white;
	box-shadow: none;
	color: white;
}
#info-left .wpcf7-form-control.contact-input::placeholder {
	color: white;
	opacity: 1;
}
#info-right .wpcf7-form-control.contact-input {
	background: transparent;
	border: none;
	border-bottom: 1px solid white;
	box-shadow: none;
	color: white;
}
#info-right .wpcf7-form-control.contact-input::placeholder {
	color: white;
	opacity: 1;
}
.wpcf7-spinner {
	display: none;
}
.wpcf7-form-control.wpcf7-submit {
	margin: 0;
	border: 1px solid;
}
.d-flex {
	padding: 20px 0;
}
.d-flex .col {
	margin: 0;
	padding: 0;
	padding-right: 2rem;
}
table.bang-gia {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

table.bang-gia th,
table.bang-gia td {
	border: 1px solid #ddd;
	padding: 12px;
	vertical-align: middle;
}

table.bang-gia thead {
	background-color: #7a1620;
	color: white;
}

table.bang-gia th:nth-child(1),
table.bang-gia td:nth-child(1) {
	width: 15%;
	text-align: center;
	font-weight: bold;
}

table.bang-gia th:nth-child(2),
table.bang-gia td:nth-child(2) {
	width: 60%;
	text-align: center;
	font-weight: bold;
	color: black;
}

table.bang-gia th:nth-child(3),
table.bang-gia td:nth-child(3) {
	width: 35%;
	text-align: center;
	font-weight: bold;
}
/* ✅ Màu cho hàng lẻ */
table.bang-gia tbody tr:nth-child(odd) {
	background-color: #f394263d;
	color: white;
}

@media (max-width: 768px) {
	.d-flex {
		padding: 20px 0;
	}
	.d-flex .col {
		padding: 20px;
	}
	.tab-home ul {
		display: flex;
		justify-content: center;
		gap: 20px;
	}
}
.sec-why .icon-box-text h3 {
	color: var(--fs-color-secondary) !important;
}
.header-nav-main {
	justify-content: center;
	gap: 25px;
}
#search-2,#recent-posts-2,#categories-2{
	    background-color: #fff;
    border-radius: 5px;
/*     overflow: hidden; */
    border: 1px solid var(--primary-color);
    border-top-width: 8px;
    padding: 10px;
}
.widget-area  .is-divider.small{
	display:none;
}
.widget-area  .widget-title {
	display:flex;
}
.widget-area  .widget-title span{
	    display: flex;
    margin: auto;
    margin-bottom: 1rem;
    font-size: 18px;
}
.ux-search-submit.submit-button{
	background: var(--fs-color-primary);
}
.ux-menu-link__link {
    align-items: baseline;
    border-bottom-color: #ffffff;
    border-bottom-width: 1px;
    color: white;
    flex: 1;
    min-height: 2.5em;
    padding-bottom: .3em;
    padding-top: .3em;
    transition: all .2s; 
}
.textwidget.custom-html-widget {
  color: white;
}

.ux-menu-link__link.flex:hover .ux-menu-link__text{
	color:var(--primary-color) !important;
}
