/*
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=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
:root{
	--do:#ed1b24;
	--vang:#9C8039;
	--xanh:#00435d;
}
html,body,span,label,a,p,button,b,div{
	font-family: "KoHo", sans-serif;
}
h1,h2,h3,h4,h5,h6,.nav > li > a,nav,li{
	font-family: "KoHo", sans-serif !important;
}
b,strong{
	font-weight:bold;
}
.wpcf7{
	width:100%;
}
form{
	margin:0 !important;
	width:100%;
}
form input:not([type=submit]),textarea,select{
	box-shadow:none !important;
}
.wpcf7 form.sent .wpcf7-response-output{
	color:#fff;
}
.txt-jus{
	text-align:justify;
}
.txt-jus :is(h1,h2,h3,h4,h5,h6){
	text-align:left;
}
a{
	cursor:pointer;
}
.wpcf7-spinner,.product-images .image-tools.bottom.left,.is-divider{
	display:none !important;
}
input[type=submit]{
	margin:0;
}
.section-content{
	z-index:unset !important;
}
.dark, .dark p, .dark td{
	color:#fff !important;
}
.pd-b0{
	padding-bottom:0 !important;
}
.p-mb0 p{
	margin-bottom:0;
}
.box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text{
	vertical-align:top;
}
.absolute-footer{
	background-color:var(--vang) !important;
	padding:0;
}
.footer-secondary{
	display:none;
}
.footer-primary,.copyright-footer{
	width:100%;
	text-align:center;
	color:#ffffff;
	position:relative;
}
.footer-primary{
	border-top:1px solid rgba(255,255,255,0.2);
	padding:15px 0;
}
.blog-wrapper{
	padding-bottom:0;
}
.single-page{
	text-align:justify;
	padding-top:0;
}
#top-link{
	width: 40px;
	height: 40px;
	border-radius: 5px !important;
	border: 1px solid #DAAC69 !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/07/top.png) #DAAC69;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 16px;
}
table {
	border-collapse: collapse;
}
.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 iframe{
	width:100%;
	height:100%;
}
.pum-overlay.pum-overlay-disabled {
	visibility: inherit !important;
}
.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;
}
.img-white img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
p{
	margin-bottom:15px;
}
.row.ga-full{
	margin:0 auto !important;
}
.post-item .col-inner{
	height:100%;
	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;
}
.post-item .post-title{
	margin:0 0 8px;
}
.post-item .post-title a{
	font-size:18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight:600;
}

.title-sec{
	position:relative;
	width:100%;
	max-width:1170px;
	margin:0 auto 40px;
}
.title-sec:before{
	content:'';
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	bottom:-10px;
	background: linear-gradient(to right, #bd9873, #e9daac, #c9aa7e, #f7edbc, #c5a279);
	width:30%;
	height:2px;
}
.title-sec :is(h1,h2){
	margin:0;
	font-size:25px;
	color:#daac69;
	text-transform:uppercase;
	font-weight:400;
}
/* Header */
.header-nav-main > li{
	margin:0 13px;
}
.header-nav-main > li > a{
	font-size: 15px;
	background: linear-gradient(to right, #bf9974, #ebddae, #f7edbc, #ebddae, #bf9974);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:600 !important;
}
.icon-menu{
	font-size:28px !important;
}
.nav-sidebar > li > a{
	font-size:14.4px;
	font-weight:500 !important;
	color:var(--xanh);
}

/* Home */
.tab-style .nav li{
	margin:0 3px;
}
.tab-style .nav a {
	border-top: 2px solid #daac69;
	border-left: 1px solid #daac69;
	border-right: 1px solid #daac69;
	font-size: 15px;
	font-weight: 600;
	background-color: #daac69;
	border-radius: 3px 3px 0 0;
	padding:10px 15px;
}
.tab-style .nav a{
	color: rgb(255, 255, 255) !important;
	transition: all .2s;
}
.tab-style .nav > li.active > a {
	background-color: #fff;
	color: #daac69 !important;
}
.tab-style .tab-panels{
	padding:0;
}
.sec-tongquan .txt-title h2{
	text-transform:uppercase;
	font-weight:900;
	font-size:36px;
	margin:0 0 20px;
	display:inline-block;
	width:max-content;
	max-width:100%;
	background:linear-gradient(to right,#BC9873,#E9E2B4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sec-tongquan .col-content{
	background:linear-gradient(to right, #003B4900 0%, #003B498f 20%, #003B49a8 40%, #003B49b8 60%, #003B49c4 80%, #003B49d1 100%);
}
.sec-tongquan .col-content > .col-inner{
	padding:40px 40px 40px 100px;
}
.sec-tongquan .content-tongquan{
	border: 2px solid #9C8240;
	border-left:none;
	padding: 15px 10px;
}
.sec-tongquan .content-tongquan ul{
	margin:0;
}
.sec-tongquan .content-tongquan ul li:last-child{
	margin-bottom:0;
}

.txt-chudautu{
	overflow-y:scroll;
	height:370px;
	padding-right:6px;
}
.txt-chudautu::-webkit-scrollbar {
	width: 3px;
}
.txt-chudautu::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.txt-chudautu::-webkit-scrollbar-thumb {
	background: #daac69;
}

.ga-tienich .box-image{
	border-radius:10px;
}
.ga-tienich .box .box-text{
	padding-bottom:0;
}
.ga-tienich .box .box-text p{
	font-size:18px;
	text-transform:uppercase;
	color:#A2722A;
}
.post-home .post-item .post-title a{
	color:#ffcb8d;
}
/* Footer */
.sec-footer .col-form > .col-inner{
	height:100%;
	padding:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.form-dk :is(input,textarea){
	border:2px solid var(--vang);
	margin-bottom:20px;
}
.form-dk input{
	height:50px;
}
.form-dk input[type=submit]{
	width:max-content;
	padding-left:30px;
	padding-right:30px;
	border-radius:99px;
	display:table;
	margin:0 auto;
	margin-bottom:0;
	background-color:var(--vang) !important;
	border:1px solid #fff;
}





/* Popup */
.row-form-popup .col-img img{
	height:100%;
}
.row-form-popup .col-form > .col-inner{
	padding:20px 30px;
}
.row-form-popup .txt-title p{
	text-transform:uppercase;
	margin:0 auto 20px;
	font-size:24px;
	color:#daac69;
	font-weight:bold;
}
.row-form-popup .txt-note p{
	font-size:14px;
	margin:15px 0 0;
	font-style:italic;
}
.form-popup input:not([type=checkbox]){
	height:40px;
	border-radius:5px;
}
.form-popup input[type=submit]{
	width:100%;
	background-color:var(--do) !important;
	font-size:16px;
	font-weight:600;
}
.form-popup p.label{
	margin:0 0 3px;
	font-size:16px;
	font-weight:500;
}
.row-form-popup .form-popup p.label{
	color:#fff;
}
.form-popup .item-ch{
	padding:15px;
	border:1px solid #fff;
	border-radius:5px;
	margin:10px 0 15px;
}
.form-popup .item-ch span.wpcf7-list-item{
	display:block;
	margin:0;
}
.form-popup .item-ch input[type=checkbox]{
	margin-bottom:0;
}
.row-form-popup .form-popup .wpcf7-list-item-label{
	font-weight:400;
	color:#fff;
}
.pum-close.popmake-close{
	margin:0 !important;
	font-size:20px !important;
}
.view360 {
	position:relative;
	padding-top:56.25%;
}
.view360 iframe{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	border:none;
}
@media only screen and (max-width:849px){
	.order-1-tablet{
		order:-1;
	}
	.sec-footer .col-img .img .image-cover{
		padding-top:550px !important;
	}
	.sec-footer .col-form > .col-inner {
		padding: 20px 15px;
	}
	.form-dk input {
		height: 45px;
	}
	.sec-footer .form-dk textarea{
		min-height: 100px;
	}
	.title-sec :is(h1,h2) {
		font-size: 22px;
	}
	.view360 {
		padding-top:75%;
	}
}
@media only screen and (max-width:568px){
	.order-1{
		order:-1;
	}
	.sec-footer .col-img .img .image-cover {
		padding-top: 56.25% !important;
	}
	.title-sec :is(h1,h2) {
		font-size: 20px;
	}
	.form-dk input {
		height: 40px;
	}
	.sec-footer .form-dk textarea {
		min-height: 120px;
	}
	.sec-footer .col-form > .col-inner {
		padding: 30px 15px;
	}
	.sec-tongquan .col-content > .col-inner {
		padding: 40px 15px 40px 15px;
	}
	.sec-tongquan .content-tongquan {
		padding: 15px 10px 15px 0;
	}
	.row-form-popup .col-form > .col-inner {
		padding: 20px 20px;
	}
	.row-form-popup .txt-title p {
		margin: 15px auto 20px;
		font-size: 20px;
	}
	.ic-accor {
		flex-direction:column;
	}
	.ic-accor .icon-box-text{
		padding:15px 0 0 !important;
	}
}
@media only screen and (max-width:440px){
	.sec-tongquan .txt-title h2 {
		font-size: 30px;
	}
}