/*
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.   ***************/
@font-face {
	font-family: 'SVN-Optima';
	src: url('fonts/SVN-Optima-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'SVN-Optima';
	src: url('fonts/SVN-Optima-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'SVN-Optima';
	src: url('fonts/SVN-Optima-DemiBold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
:root{
	--vang:#b67e3d;
	--vang2:#e5ac69;
	--xanh:#32413e;
	--do:#c81f17;
}
html,body,span,label,a,p,button,b,div{
	font-family: 'SVN-Optima';
}
h1,h2,h3,h4,h5,h6,.nav > li > a,nav,li{
	font-family: 'SVN-Optima' !important;
}
h1,h2,h3,h4,h5,h6,.uppercase{
	line-height:inherit;
}
.uxb-draggable *{
	pointer-events:initial !important;
}
b,strong{
	font-weight:bold;
}
form{
	margin:0 !important;
}
form input:not([type=submit]),textarea,select{
	box-shadow:none !important;
}
input[type=submit],
form.wpcf7-form button[type=submit]{
	margin:0;
}
form.wpcf7-form input:not([type="checkbox"]):not([type="radio"]),
form.wpcf7-form select,
form.wpcf7-form textarea,
form.wpcf7-form button {
	border-radius: 5px;
	width:100%;
}

form.wpcf7-form input:not([type="checkbox"]):not([type="radio"]),
form.wpcf7-form select,
form.wpcf7-form button {
	height: 45px;
}
form.wpcf7-form p.label{
	font-weight:500;
	margin:0 0 5px;
}
form.wpcf7-form .wpcf7-acceptance label{
	font-size:14px;
	font-weight:400;
	line-height:1.35;
	display:flex;
}
.form-flex{
	display:flex;
	flex-wrap:wrap;
	gap:0 15px;
	justify-content:space-between;
}
.form-flex .r50{
	width:calc(50% - calc(15px / 2));
}
.form-flex .r100{
	width:100%;
}
.btn-submit-center input[type=submit]{
	margin:0 auto;
	display:block;
}
.input-w100 input{
	width:100%;
}
.txt-jus{
	text-align:justify;
}
.txt-jus :is(h1,h2,h3,h4,h5,h6){
	text-align:left;
}
a{
	color:inherit;
	cursor:pointer;
	transition:all 0.3s;
}
a:hover{
	color:inherit;
}
.w100{
	width:100% !important;
}
.btn-m0{
	margin:0;
}
.wpcf7-spinner,.product-images .image-tools.bottom.left,.post-item .is-divider,aside > .is-divider,.entry-header .is-divider{
	display:none !important;
}
.section-content{
	z-index:unset !important;
}
.dark, .dark p, .dark td{
	color:#fff;
}
.pd-b0,.ga-pd-b0 .col{
	padding-bottom:0 !important;
}
.ul-mb0 ul{
	margin-bottom:0;
}
.banner :is(h1,h2,h3,h4,h5,h6,p){
	margin-top:0;
}
.p-mb0 p,.title-mb0 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:0 !important;
}
.p-mb5 p,.title-mb5 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:5px !important;
} 
.p-mb10 p,.title-mb10 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:10px !important;
}
.p-mb15 p,.title-mb15 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:15px !important;
}
.p-mb20 p,.title-mb20 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:20px !important;
}

.p-w400 p, .title-w400 :is(h1,h2,h3,h4,h5,h6),
.btn-w400{
	font-weight:400 !important;
}
.p-w500 p, .title-w500 :is(h1,h2,h3,h4,h5,h6),
.btn-w500{
	font-weight:500 !important;
}
.p-w600 p,.title-w600 :is(h1,h2,h3,h4,h5,h6),
.btn-w600{
	font-weight:600 !important;
}
.p-w700 p,.title-w700 :is(h1,h2,h3,h4,h5,h6),
.btn-w700{
	font-weight:700 !important;
}
.p-w800 p,.title-w800 :is(h1,h2,h3,h4,h5,h6),
.btn-w800{
	font-weight:800 !important;
}
.p-w900 p,.title-w900 :is(h1,h2,h3,h4,h5,h6),
.btn-w900{
	font-weight:900 !important;
}
.title-f30 :is(h1,h2,h3,h4){
	font-size:30px;
}
.title-f20 :is(h1,h2,h3,h4){
	font-size:20px;
}
.is-uppercase, .uppercase{
	line-height:inherit;
}
.col-h100 > .col-inner{
	height:100%;
}
.col-hide > .col-inner{
	overflow:hidden;
}
.col-float-left > .col-inner{
	margin-left:0 !important;
	margin-right:auto !important;
}
.col-center > .col-inner{
	margin-left:auto !important;
	margin-right:auto !important;
}
.col-float-right > .col-inner{
	margin-left:auto !important;
	margin-right:0 !important;
}
.img-h100 :is(.img,.img-inner){
	height:100%;
}
.img-h100 img{
	height:100%;
	object-fit:cover;
}
.img-white img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.absolute-footer{
	background-color:var(--xanh) !important;
	padding:0;
	display:none;
}
.footer-secondary{
	display:none;
}
.footer-primary,.copyright-footer{
	width:100%;
	text-align:center;
	color:#ffffff;
	position:relative;
}
.footer-primary{
	padding:15px 0;
	border-top:1px solid rgba(255,255,255,0.05);
}
.blog-wrapper{
	padding-bottom:0;
}
.single-page{
	text-align:justify;
	padding-top:0;
}
.single-page figure{
	margin-left:auto;
	margin-right:auto;
}
#top-link{
	width: 40px;
	height: 40px;
	border-radius: 5px !important;
	border: 1px solid #c72528 !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/12/top.png) #c72528;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 16px;
	min-width:unset;
	bottom:75px;
}
#top-link i{
	display:none;
}
table {
	border-collapse: collapse;
	border:1px solid var(--xanh);
}
th,td{
	border:1px solid var(--xanh);
	padding:10px !important;
	font-size:initial;
	color:initial;
}
.row-full-width{
	margin-left:0 !important;
	margin-right:0 !important;
}
.owl-stage{
	display:flex;
}
.owl-stage .col,.owl-stage .col > .col-inner{
	height:100%;
}
.owl-item {
	flex-shrink:0;
}
.owl-item .col {
	max-width:100%;
}
.owl-dots {
	margin:0 !important;
}
.owl-dots button{
	min-height:unset;
	margin:0 5px;
}
.owl-theme .owl-dots .owl-dot span{
	margin:5px 4px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:var(--vang) !important;
}
.owl-nav{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translatey(-50%);
	margin:0 !important;
}
.owl-nav button{
	min-height:unset;
	line-height:unset !important;
	margin:0 !important;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	display:flex !important;
	align-items:center;
	justify-content:center;
	transition:all 0.3s;
}
.accordion button.toggle{
	pointer-events:none !important;
}
.map :is(p,iframe){
	width:100%;
	height:100%;
	margin:0;
}
.pum-overlay.pum-overlay-disabled {
	visibility: inherit !important;
}
.pum-container{
	max-height:90vh;
	overflow-y:auto !important;
	scrollbar-width: none;
}
.pum-container::-webkit-scrollbar {
	display: none;
}
.button.btn-center,
.text-center .button.btn-center{
	display:block;
	width:max-content;
	margin:0 auto !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.sec-bg-mix .section-bg {
	opacity: 0.18;
	mix-blend-mode: overlay;
	will-change: transform, opacity;
}
.icon-box.icon-center .icon-box-img :is(.icon,.icon-inner){
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.icon-box.icon-center img{
	padding-top:0;
}
.icon-box.icon-txt-center .icon-box-text{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#button-contact-vr {
	z-index: 9;
}
.post-item .col-inner{
	height:100%;
	transition:all 0.3s;
	background:#fff;
	border:1px solid #e2e2e2;
	border-radius:6px;
	overflow:hidden;
	box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);
}
.post-item .box-text{
	padding:15px 15px 20px;
}
.post-item .post-title{
	margin:0 0 10px;
}
.post-item .post-title a{
	margin:0;
	font-size:18px;
	color:var(--xanh);
	line-height:1.35;
	/* 	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; */
	transition:all 0.3s;
}
.post-item .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Header */
.header-bg-container .header-bg-image{
	background-repeat:repeat;
	background-size:100px;
}
.header-nav-main > li{
	margin:0 15px;
}
.header-nav-main > li > a{
	color:#fff !important;
	font-size:15px;
}
.header-nav-main > li > a:hover{
	color:var(--vang2) !important;
}

/* Trang chủ */
.sec-banner .col-content > .col-inner{
	background-image: linear-gradient(#2e3c36f5 0%, #2e3c36db 33.03%, #2e3c36a1 61.16%, #2e3c3666 74.77%, #2e3c368f 100%);
}
.sec-banner .col-content table{
	border:none;
}
.sec-banner .col-content :is(th,td){
	border:none;
	padding-left:0 !important;
	vertical-align:unset;
}
.sec-banner .col-content table td:first-child{
	min-width:115px;
	padding-right:15px !important;
}
.title-section{
	position:relative;
/* 	padding:0 0 25px; */
	margin:0 0 25px;
}
.title-section:after{
/* 	content:''; */
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	bottom:0;
	width:100%;
	max-width:300px;
	height:20px;
	background:url(/wp-content/uploads/2026/06/bg-title.png) no-repeat;
	background-position:center;
	background-size:contain;
}
.title-section :is(h1,h2,h3){
	margin-bottom:0;
}
.li-check ul li{
	list-style:none;
	margin-left:0 !important;
	position:relative;
	padding-left:25px;
}
.li-check ul li:before{
	content:'';
	display:block;
	width:18px;
	height:18px;
	background:url(/wp-content/uploads/2026/06/check.svg) no-repeat;
	background-position:center;
	background-size:contain;
	position:absolute;
	top:3px;
	left:0;
}

.col-form-page .form-page > p{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:15px;
	margin-right:-15px;
}
.col-form-page .form-page > p > *{
	width:calc(100% / 4 - 15px) !important;
	flex-shrink:0;
}
.col-form-page .form-page.form-mat-bang > p > *{
	width:calc(100% / 5 - 15px) !important;
	flex-shrink:0;
}
.col-form-page .form-page input::placeholder{
	color:rgba(255,255,255,0.8);
}
.col-form-page .form-page :is(input,select){
	margin:0;
	border-radius:99px !important;
	background-color:rgba(255,255,255,0.1);
	color:#fff !important;
	font-size:16px;
	border-color:rgba(255,255,255,0.8);
}
.col-form-page .form-page select option{
	color:#000 !important;
}
.col-form-page .form-page input[type=submit]{
	background:var(--vang);
	border:none;
}





/* Tin tức */
.blog-archive h1.page-title{
	font-size:26px;
	color:var(--xanh);
	line-height:1.35;

}
/* Footer */
.sec-footer,.absolute-footer,.sec-form{
	background:url('/wp-content/uploads/2026/06/bg.jpg') repeat;
	background-size:100px;
}
.contact-f p{
	margin:0;
}
.contact-f p + p{
	margin-top:12px;
}
.contact-f p i{
	width:20px;
}
.follow-f span{
	display:block;
	margin:0 0 10px;
}
.follow-f a{
	margin:0 8px 0 0 !important;
	width:36px;
	height:36px;
	color:#dddddd !important;
	border:1px solid #e2e2e2a1 !important;
	display:inline-flex !important;
	align-items:center;
	justify-content:center;
}
.follow-f a.icon.button:hover{
	background-color:rgba(255,255,255,0.2) !important;
	border-color:#e2e2e2a1 !important;
	color:#fff !important;
}
.form-f .wpcf7-checkbox{
	padding:15px;
	border:1px solid #fff;
	border-radius:6px;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-bottom:16px;
}
.wpcf7-list-item{
	display:flex;
	margin:0 !important;
	width:100%;
}
.wpcf7-list-item label{
	margin:0;
}
.wpcf7-list-item input[type=checkbox]{
	margin:0 6px 0 0;
}
.wpcf7-list-item .wpcf7-list-item-label{
	font-size:16px;
	transform:translatey(-1px);
}
.form-f input{
	background:transparent !important;
	border:1px solid #fff;
	color:#fff !important;
	font-weight:500;
}
.form-f input::placeholder{
	color:rgba(255,255,255,0.8);
}
.form-f input[type=submit]{
	width:100%;
	background:var(--vang) !important;
	border:none;
	font-weight:700;
}
.menu-f > div + div{
	margin-top:6px !important;
}
.menu-f a{
	padding:0;
	min-height:unset;
	line-height:1.35;
}
.menu-f a i{
	width:unset;
	transition:all 0.3s;
}
.menu-f a:hover i{
	transform:translatex(2px);
}
.menu-f a:hover span{
	text-decoration:underline;
	color:rgb(229, 172, 105);
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content{
	background:var(--xanh);	
}
.nav-sidebar li{
	border-color:rgba(255,255,255,0.1) !important;
}
.nav-sidebar li a{
	font-size:17px;
	font-weight:700;
	color:#fff !important;
}
.nav-sidebar li a:hover{
	color:var(--vang2) !important;
}


.pum-close.popmake-close{
	margin:0;
}
#popmake-982 .title-form{
	text-align:center;
	line-height:1.35;
	font-size:26px;
	color:var(--do);
	text-transform:uppercase;
	margin:0 0 8px;
}
#popmake-982 p.sub-title{
	text-align:center;
}
#popmake-982 p.sub-cs{
	padding:15px 30px 0;
	margin:0;
	text-align:center;
	font-size:14.4px;
	line-height:1.35;
}
#popmake-982 p.sub-cs a{
	font-weight:700;
}
#popmake-982 p.sub-cs a:hover{
	text-decoration:underline;
}
#popmake-982 input{
	font-size:16px;
	font-weight:500;
	border-color:var(--xanh);
	color:#000 !important;
}
#popmake-982 input[type=submit]{
	background:var(--do) !important;
	font-weight:700;
	color:#fff !important;
}
#popmake-982 form.wpcf7-form p.label,
#popmake-982 .wpcf7-list-item .wpcf7-list-item-label{
	color:#000;
}
#popmake-982 .form-f .wpcf7-checkbox{
	border-color:var(--xanh);
}
#popmake-982 .form-f input::placeholder{
	color:#6b6b6b;
}
.btn-popup-fix{
	width:max-content;
	white-space:nowrap;
	padding:6px 15px;
	background:var(--do);
	border-radius:6px;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	position:fixed;
	right:16px;
	bottom:20px;
	color: #fff;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / .15);
	cursor: pointer;
	animation: tada 2s ease 0s infinite;
}
.btn-lac{
	animation: tada 2s ease 0s infinite;
}
@keyframes tada{
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	10%, 20% {
		-webkit-transform: scale(.95) rotate(-2deg);
		-ms-transform: scale(.95) rotate(-2deg);
		transform: scale(.95) rotate(-2deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.05) rotate(2deg);
		-ms-transform: scale(1.05) rotate(2deg);
		transform: scale(1.05) rotate(2deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale(1.05) rotate(-2deg);
		-ms-transform: scale(1.05) rotate(-2deg);
		transform: scale(1.05) rotate(-2deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}
.btn-popup-fix i {
	margin-right: 6px;
}

.phone-bar a{
	font-weight:700;
}
@media only screen and (max-width:1200px){
	.header-nav-main > li {
		margin: 0 10px;
	}
	.header-nav-main > li > a {
		font-size: 14.4px;
	}
}
@media only screen and (max-width:849px){
	.order-1-tablet{
		order:-1;
	}
	.col-form-page .form-page.form-mat-bang > p > *{
		width: calc(100% / 4 - 15px) !important;
	}
}
@media only screen and (max-width:568px){
	.order-1{
		order:-1;
	}
	#popmake-982 .title-form {
		font-size: 22px;
		margin: 0 0 5px;
	}
	#popmake-982 p.sub-title {
		font-size: 15px;
	}
	.col-form-page .form-page > p{
		flex-direction:column;
		margin-right:0;
	}
	.col-form-page .form-page > p > *,
	.col-form-page .form-page.form-mat-bang > p > *{
		width: calc(100% / 1 - 0px) !important;
	}
}
@media only screen and (max-width:414px){

}