/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span{
	font-family: "Be Vietnam Pro", sans-serif!important;
	font-weight: 700;
}
*, p, li, div,a , span{
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
}
p {
	font-size: 17px;
}
.header-main .nav > li > a {
	font-family: "Quicksand", sans-serif!important;
	font-size: 20px;
}
.nav-spacing-xlarge>li {
	margin: 0 19px;
}
.nav-dark .nav>li.active>a{
	color: #b99f6e!important;
}
.header:not(.transparent) .header-nav-main.nav > li > a {
	color: #b99f6e;
}
.section-title-container {
	margin-bottom: 10px;
}
.section-title span {
	color: var(--primary-color);
}
.section-title b {
	height: 1px;
	opacity: 1;
	background-color: var(--primary-color);
}
.section-title-bold span {
	border: 0;
	padding: 0 10px 0 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-horizontal-spacing: 0;
	-webkit-border-vertical-spacing: 0;
}
tr td, th {
	border: 0.9px solid #000;
	padding: 12px 10px !important;
	font-size: 17px;
	color: #111;
	font-weight: 500;
}
table tr:nth-child(even) {
	background-color: hsl(195deg 47% 33%/3%);
}
.row-full-width.form-dk {
	max-width: 100% !important;
	justify-content: center;
}
.wpcf7-spinner {
	display: none;
}
.form-dk i, .form-dk .fa {
	position: absolute;
	top: 14px;
	left: 20px;
	z-index: 1;
	font-size: 15px;
	color: #333;
}
.form-dk input, .form-dk select{
	padding-left: 30px;
	border: 1px solid #000;
	box-shadow: none;
	height: 42px;
}
.form-dk .col{
	padding: 0 10px 5px;
}
.anh-ct .caption {
	position: relative;
	transform: translateY(0%);
	padding: 4px 10px;
	background-color: rgb(0 0 0 / 0%);
	text-align: center;
	font-size: 17px;
	color: #000;
}
.thuvien-tienich.row-full-width {
	max-width: 100% !important;
}
.is-divider {
	display: none;
}
@media screen and (min-width: 550px) {
	.box-vertical .box-text {
		direction: ltr;
		display: table-cell;
		vertical-align: top;
		padding-top: 0;
	}
}
.lua-chon .wpcf7-form-control-wrap input {
	height: auto;
}
.lua-chon .wpcf7-list-item {
	width: 50%;
	margin-right: 0 !important;
}
.form-tv input[type=submit] {
	background-color: #b10404 !important;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.anh-cdt {
	-webkit-box-shadow: 3px 3px 7px #212326;
	box-shadow: 3px 3px 7px #212326;
}
.anh-cdt img{
	border-radius: 15px;
}
.text-lh ul i {
	color: #000 !important;
}




.hotline-bar > a {
	font-size: 20px;
}
.sec-footer ul{
	list-style: none;
	margin-left: -20px;
}
.sec-footer ul i{
	margin-right: 8px;
	color: #fff;
}
.absolute-footer {
	background-color: #b99f6e !important;
	color: #fff !important;
	font-size: 15px;
	padding: 15px 0 7px;
	border-top: 1px solid #858585;
}
.btn-tai-bang-gia.btn-fix {
	position: fixed;
	bottom: 15px;
	right: 20px;
	z-index: 8;
	background: #dd0d0d;
	padding: 6px 15px;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	animation: btn-fix 1s linear infinite
}
@keyframes btn-fix {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}
.btn-tai-bang-gia.btn-fix i {
	margin-right: 5px
}
.back-to-top{
	bottom:65px;
}
@media only screen and (min-width: 320px) and (max-width: 860px){
	.section-title b {
		display: none;
	}
	.lua-chon .wpcf7-list-item {
		width: 100%;
	}
	.section-title-center span {
		margin: 0;
	}
}