/*
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=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	--do:#f72816;
	--vang:#f8a500;
	--xanh:#025827;
}
html.web-hidden,
body.web-hidden{
	overflow: hidden;
}
html,body,span,label,a,p,button,b,div{
	font-family: "Montserrat", sans-serif;
}
h1,h2,h3,h4,h5,h6,.nav > li > a,nav,li{
	font-family: "Montserrat", sans-serif !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;
}

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 3px;
}
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{
	cursor:pointer;
	transition:all 0.2s;
}
.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;
}
.btn-w100{
	width:100%;
}
.p-w400 p, .title-w400 :is(h1,h2,h3,h4,h5,h6),
.btn-w400,.strong-w400 strong{
	font-weight:400 !important;
}
.p-w500 p, .title-w500 :is(h1,h2,h3,h4,h5,h6),
.btn-w500,.strong-w500 strong{
	font-weight:500 !important;
}
.p-w600 p,.title-w600 :is(h1,h2,h3,h4,h5,h6),
.btn-w600,.strong-w600 strong{
	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;
	letter-spacing: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;
}
.absolute-footer a:hover{
	color:var(--vang);
}
.footer-secondary{
	display:none;
}
.footer-primary,.copyright-footer{
	width:100%;
	text-align:center;
	color:#ffffff;
	position:relative;
	font-size:14px;
}
.footer-primary{
	border-top:1px solid rgba(255,255,255,0.08);
	padding:15px 0 15px;
}
.blog-wrapper{
	padding-bottom:0;
}
.single-page{
	text-align:justify;
	padding-top:0;
	padding-bottom:0;
}
.single-page figure{
	margin-left:auto;
	margin-right:auto;
}
#top-link{
	width: 40px;
	height: 40px;
	border-radius: 5px !important;
	border: 1px solid var(--xanh) !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/12/top.png) var(--xanh);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 16px;
	min-width:unset;
}
#top-link i{
	display:none;
}
table {
	border-collapse: collapse;
}
.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;
}
.flatpickr-current-month{
	display:flex;
}
.flatpickr-time input{
	border:none !important;
	box-shadow:none !important;
	height:100%;
}
.price del{
	text-decoration:unset;
}
.price del bdi{
	text-decoration:line-through;
}
del span.amount{
	opacity:1;
}
form .variations tbody tr th label{
	margin: 10px 0 0;
	text-transform: initial;
	font-size: 15px;
	font-weight: 400;
}
form .variations tbody tr th label {
	margin: 0;
	text-transform: initial;
	font-size: 16px;
	font-weight: 700;
}
form .variations li.variable-item {
	width: unset !important;
	height: unset !important;
	border-radius: 5px !important;
	padding: 5px 15px !important;
	position: relative;
	min-height: 42px;
}
form .variations tbody tr td ul li {
	box-shadow: none !important;
	border: 1px solid #e5e5e5;
	margin: 0 10px 10px 0 !important;
}
form .variations li.variable-item.selected {
	color: #000;
	border-color: var(--do);
}
form .variations li.variable-item.selected:after{
	content: '';
	position: absolute !important;
	bottom: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	background: var(--do);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index:1;
}
form .variations li.variable-item.selected:before {
	content: '\f00c';
	font-family: 'Fontawesome' !important;
	position: absolute !important;
	bottom: 0px;
	right: 1px;
	color: #fff;
	font-size: 7px;
	z-index:2;
}
form .variations li.variable-item span{
	font-size:15px;
	font-weight:500;
}
.cart,.woocommerce-variation-add-to-cart{
	justify-content:space-between;
	gap:15px 10px !important;
}
.cart .ux-quantity{
	width:100%;
	align-items:center;
}
.cart .ux-quantity:before{
	content:'Số lượng:';
	font-size:15px;
	margin:0 10px 0 0;
}
.cart .ux-quantity input{
	height:40px;
	width:33px;
	flex-shrink:0;
	max-width:unset;
	font-size:16px;
}
.cart .ux-quantity input[type=number]{
	width:80px;
}
.cart .ux-quantity input.minus{
	border-radius:5px 0 0 5px;
}
.cart .ux-quantity input.plus{
	border-radius:0 5px 5px 0;
}
.woocommerce-product-gallery{
	border:1px solid #ddd;
	background:#F6F8FA;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a{
	position:relative;
	padding-top:100%;
	display:block;
	width:100%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
#button-contact-vr {
	z-index: 9;
}
.post-item .col-inner{
	height:100%;
	transition:all 0.3s;
}
.post-item .box-text{
	padding:10px 0 20px;
}
.post-item .post-title{
	margin:0 0 10px;
}
.post-item .post-title a{
	margin:0;
	font-size:16px;
	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;
	font-weight:500;
}
.post-item .post-title a:hover{
	color:var(--vang);
}
.post-item .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:14px;
	margin:0 0 7px;
}
.post-item a.button{
	border-width:1px;
	padding:3px 12px;
	min-height:40px;
	line-height:1;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	font-weight:400;
	letter-spacing:unset;
	margin:8px 0 0;
}
.post-item .post-meta{
	font-size:14px;
	font-family: "Roboto", sans-serif !important;
	margin:0 0 5px;
}
.post-item .cat-label{
	font-size:16px;
	font-weight:600;
	color:#000;
	opacity:1;
	margin:0 0 5px;
}
.box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text{
	vertical-align:top;
}
/* Header */
.header, .header-wrapper{
	z-index:10;
}
#masthead .container{
	max-width:1250px;
}
.header-nav-main.nav-left{
	justify-content:center;
	padding-right:30px;
}
.header-nav-main.nav-left li a{
	font-size:14.4px;
}
.header-nav-main.nav-left > li{
	margin:0 15px;
}
.header-nav-main.nav-left > li > a{
	color:#fff;
	font-size:12px;
	font-weight:500;
	position:relative;
	font-size:14px;
}
.header-nav-main.nav-left > li:hover > a{
	color:var(--vang) !important;
}
.header-nav-main.nav-left > li > a:after{
	content:'';
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	height:15px;
	right:-15px;
	width:1px;
	background:rgba(255,255,255,0.6);
	pointer-events:none;
}
.header-nav-main.nav-left > li:last-child > a:after{
	display:none;
}


.header-nav .btn-tongquan{
	width:max-content;
	height:70px;
	padding:0 15px;
	background:#00893e;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:13px;
	line-height:1.1;
	cursor:pointer;
	font-weight:400;
	color:#fff;
	font-family: "Roboto Condensed", sans-serif !important;
}
.header-nav .btn-tongquan p{
	margin:4px 0 0;
	font-family: "Roboto Condensed", sans-serif !important;
}
.header-nav .btn-tongquan span{
	width:block;
	width:32px;
	height:1px;
	background:#fff;
	margin-bottom:4px;
}
.contact-header{
	display:flex;
	align-items:center;
}
.contact-header a{
	font-size:16px;
	color:#fff;
	padding:7px 8px;
	position:relative;
}
.contact-header a:before{
	content:'';
	position:absolute;
	top:50%;
	right: -2px;
	height:12px;
	width:1px;
	transform:translatey(-50%);
	background:rgba(255,255,255,0.8);
	pointer-events:none;
}

.header-nav .sub-menu{
	padding:0;
}
.header-nav .sub-menu a{
	margin:0 !important;
	padding:10px 8px 10px 15px !important;
	color:#000;
}
.header-nav .sub-menu li:hover > a{
	color:#fff;
	background:#00893E;
}
.icon-menu,.icon-search{
	color:#fff;
}

.off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content{
	background:var(--xanh);
}
.mobile-sidebar .nav-sidebar li a{
	color:#fff !important;
	font-size:15px;
}
.mobile-sidebar .nav-sidebar li a:hover{
	color:var(--vang) !important;
}
.mobile-sidebar .nav-sidebar > li > a{
	font-weight:500 !important;
	/* 	font-size:14px; */
}
.mobile-sidebar .icon-angle-down{
	color:#fff;
}
.nav-sidebar.nav-vertical>li+li{
	border-color:rgba(255,255,255,0.25)!important;
}
/* Page */
.sec-banner-page {
	align-items:flex-end;
}
.sec-banner-page .section-content{
	background:rgba(255,255,255,.8);
}
.linkpage :is(span,a){
	font-size:14px;
	text-transform:uppercase;
	color:#000;
}
.linkpage a:hover{
	color:var(--xanh);
}

/* Liên hệ */
.contact-lh p{
	margin:0;
}
.contact-lh p + p{
	margin-top:12px;
}
.contact-lh p i{
	width:20px;
}
.contact-lh p a{
	color:#000;
}
.form-lh :is(input,textarea):focus{
	border-color:var(--xanh);
}
.form-lh button[type=submit]{
	display:block;
	background:var(--xanh);
	margin:0 auto !important;
	color:#fff;
	font-weight:500;
	font-size:15px;
}
.form-lh button[type=submit] i{
	margin-right:6px;
}
.map-lh{
	height:280px;
}

/* Đối tác */
.ga-doitac .gallery-col.col .col-inner{
	background:#fff;
}

/* Media */
.blog-top .post-item .post-title a {
	font-size: 18px;
}
.blog-sidebar .post-item {
	padding-bottom:15px;
}
.blog-sidebar .post-item:last-child{
	padding-bottom:0;
}
.blog-sidebar .post-item .col-inner{
	padding-bottom:15px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.blog-sidebar .post-item:last-child .col-inner{
	padding-bottom:0;
	border-bottom:0;
}
.blog-sidebar .post-item .box-text {
	padding: 0 0 0 10px;
}
.blog-sidebar .post-item .post-title{
	margin:0 0 5px;
}
.blog-sidebar .post-item .post-title a {
	font-size: 14px;
	-webkit-line-clamp: 3;
}
.blog-sidebar .post-item .post-meta {
	margin: 0;
	font-size:12px;
}
.blog-sidebar .post-item .cat-label {
	font-size: 10px;
	font-weight: 400;
	color: #000;
	opacity: 1;
	margin: 0 0 5px;
}
.blog-sidebar .post-item .box-image{
	width:95px !important;
	display:block;
	flex-shrink:0;
}
.blog-sidebar .post-item .box{
	display:flex;
}

/* Chuyên mục tin tức */
.blog-archive h1.page-title {
	font-size:30px;
	text-transform:uppercase;
	font-weight:500;
	color:var(--xanh);
}
.blog-archive .post-item .col-inner{
	background:#fff;
	border:1px solid #e2e2e2;
	border-radius:6px;
	overflow:hidden;
}
.blog-archive .post-item .col-inner:hover{
	transform:translatey(-5px);
	box-shadow:0 5px 15px 0 rgba(0,0,0,0.1);
}
.blog-archive .post-item .box-text {
	padding: 15px 15px 20px;
}

/* Chi tiết tin tức */
.blog-single{
	padding-top:0;
}
.sec-banner-post,
.banner-shop-page{
	height:550px;
	overflow:hidden;
	position:relative;
}
.sec-banner-post{
	margin-bottom:30px;
}
.sec-banner-page > img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.sec-banner-page .row-link{
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	width:100%;
	background: rgba(255, 255, 255, .8);
}
.sec-banner-page .row-link .col-inner{
	padding-top:4px;
	padding-bottom:4px;
}

.blog-single h1.entry-title{
	font-size:26px;
	line-height:1.35;
	margin:0 0 10px;
	color:var(--xanh);
}

article.post{
	margin-bottom:0 !important;
}
.post-sidebar{
	border:0 !important;
}
.row-sidebar > .col-content:last-child{
	padding-bottom:0;
}
.row-sidebar .txt-title{
	background:var(--xanh);
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	font-size:20px;
	padding:10px 5px 10px 15px;
	letter-spacing:1px;
	margin:0 0 15px;
}
.row-sidebar .txt-title p{
	margin:0;
}

.related-posts{
	background:#ECEDED;
	padding:48px 0 10px;
}
.related-posts h3.txt-title{
	text-transform:uppercase;
	text-align:center;
	font-weight:500;
	font-size:30px;
	color:#939598;
	margin:0 0 24px;
	padding:50px 0 0;
	border-top:1px dotted #808080;
}


/* Danh mục sản phẩm */
.product-small .col-inner,
.product-style .col-inner{
	height:100%;
}
.product-small .product-title a{
	font-size:20px;
	font-weight:600;
	color:var(--xanh);
	line-height:1.35;
}
.product-small p.vitri{
	font-size:14px;
	line-height:1.35;
	color:#58595b;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Bộ lọc */
.woof_redraw_zone {
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	margin-right:-15px;
}
.woof_redraw_zone :is(.woof_container,.woof_submit_search_form_container){
	margin:0;
	padding:0;
	width:calc(100% / 5 - 15px);
}
.woof_redraw_zone :is(input,select,button){
	margin:0;
	height:45px;
	width:100%;
	box-shadow:none !important;
	border-radius:5px;
	border:1px solid #bbb !important;
}
.woof_redraw_zone button{
	padding:0;
	font-size:16px;
	font-weight:500;
	border:none !important;
	transition:all 0.2s !important;
}
.woof_redraw_zone button:hover{
	background-color:#00893E !important;
}
.woof_redraw_zone button.woof_reset_search_form{
	display:none !important;
}


/* Trang chủ */
.form-tuvan > p{
	display:flex;
	flex-wrap:wrap;
	gap:0 15px;
	margin-right:-15px;
}
.form-tuvan > p > *{
	width:calc(100% / 4 - 15px);
}
.sec-form-home .form-tuvan input{
	color:#fff;
	border-color:rgba(255,255,255,0.8);
}
.sec-form-home .form-tuvan input::placeholder{
	color:rgba(255,255,255,0.8);
}
.sec-form-home .form-tuvan input:not([type=submit]){
	background-color:rgba(255,255,255,0.1);
}
.sec-form-home .form-tuvan input[type=submit]{
	font-weight:600;
	background-color:var(--vang);
	border:none;
}
.post-home .post-item .box {
	display:flex;
}
.post-home .post-item .box-image{
	width:45% !important;
	flex-shrink:0;
}
.post-home .post-item .box-text{
	padding:0 0 0 15px;
}
.post-home .post-item .from_the_blog_excerpt {
	-webkit-line-clamp: 2;
}
.post-home .post-item .post-title a {
	font-size: 16px;
	-webkit-line-clamp: 3;
	font-weight: 600;
}
.post-home .post-item a.button {
	padding: 3px 12px;
	min-height: 36px;
	font-size: 13.5px;
	margin:5px 0 0;
}
.slider-style .flickity-button{
	margin-top: 0 !important;
	height:100%;
	top:0 !important;
	bottom:0 !important;
	opacity:1 !important;
	transform:unset !important;
}
.slider-style .flickity-button.previous{
	background:url(/wp-content/uploads/2026/06/slider-left-arrow.png) no-repeat;
	background-position:center;
	background-size:contain;
}
.slider-style .flickity-button.next{
	background:url(/wp-content/uploads/2026/06/slider-right-arrow.png) no-repeat;
	background-position:center;
	background-size:contain;
}
.slider-style .flickity-button svg{
	display:none !important;
}
.tongquan-sidebar{
	position:fixed;
	top:0;
	right:0;
	height:100%;
	z-index:13;
	width:70%;
	max-width:1200px;
	border-top:12px solid #00893E;
	display:none;
}

.sec-gt-bim .col-img > .col-inner{
	padding:0 40px 0 0;
}
.sec-gt-bim .col-img > .col-inner:before{
	content:'';
	position:absolute;
	width:calc(100% - 30px);
	height:100%;
	top:40px;
	right:0;
	border:3px solid var(--vang);
}


.sec-du-an-home .col-product .col-inner{
	transition:all .2s ease-in-out;
}
.sec-du-an-home .col-product .box .box-text{
	height:100%;
	padding:15px 30px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.sec-du-an-home .col-product .box .box-text h4{
	font-size:24px;
	font-weight:800;
	line-height:1.35;
	margin:0;
	color:#ebebec;
}
.sec-du-an-home .col-product .icon-box{
	padding:10px 30px;
	opacity: 0;
	visibility:hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    padding: 20px 25px;
    background: rgba(255, 255, 255, .9);
    max-width: 70%;
	z-index:2;
}

.sec-du-an-home .col-product .icon-box a.button{
	border:1px solid #b3b2b2;
	font-size:12px;
	padding:3px 5px;
	margin-top:10px !important;
	background-color:#fff;
}
.sec-du-an-home .col-product .icon-box a.button:hover{
	border-color:var(--xanh);
	background:var(--xanh);
}
.sec-du-an-home .col-product > .col-inner:hover{
	transform:scale(1.2);
	z-index:2;
}
.sec-du-an-home .col-product > .col-inner:hover .icon-box{
	opacity:1;
	visibility:visible;
}
a.button.is-outline{
	border-width:1px;
}


/* Tổng quan sidebar */
.tongquan-sidebar.active{
	display:flex;
}
.tongquan-sidebar :is(.section-content,.row-content){
	height:100%;
}
.tongquan-sidebar .btn-close{
	position:absolute;
	top:20px;
	right:20px;
	z-index:5;
	width:30px;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.tongquan-sidebar .row-content {
	display:flex;
	flex-direction:column !important;
	flex-flow:unset;
}
.tongquan-sidebar .col-content{
	flex:1;
	flex-basis:unset;
	overflow-y:auto;
	background:rgba(255,255,255,.97);
	padding:30px 30px 30px 50px !important;
}
.tongquan-sidebar .col-item{
	padding-bottom:15px;
}
.tongquan-sidebar .col-item > .col-inner{
	border-bottom:1px solid #e2e2e2;
	display:flex;
	padding-bottom:15px;
	height:100%;
}
.tongquan-sidebar .col-item > .col-inner > *{
	width:max-content;
	max-width:100%;
}
.tongquan-sidebar .col-item.large-5 .txt-number{
	width:60px;
}
.tongquan-sidebar .col-item.large-7 .txt-number{
	width:130px;
}
.tongquan-sidebar .col-item .txt-number h3{
	margin:0;
	font-size:40px;
	font-weight:300;
	line-height:1;
	font-family: "Roboto", sans-serif !important;
	text-align:right;
}
.tongquan-sidebar .col-item .txt-meta{
	width:100%;
	padding: 0 0 0 20px;
}
.tongquan-sidebar .col-item .txt-meta h4{
	margin:0 0 5px;
	font-size:20px;
	text-transform:uppercase;
	font-weight:400;
	line-height:1.35
}
.tongquan-sidebar .col-item .txt-meta p{
	margin:0;
	line-height:1.35;
	font-size:16px;
}

.tongquan-sidebar .col-form{
	height:max-content;
	flex-basis:unset;
	padding:20px 30px 30px 50px !important;
	background:rgb(2 88 39 / 97%);
}

.tongquan-sidebar .col-form .title-form h3{
	font-size:20px;
	font-weight:500;
	text-transform:uppercase;
	margin:0 0 3px;
	line-height:1.35;
}
.tongquan-sidebar .col-form .title-form p{
	font-size:14px;
	margin:0 0 15px;
}
















/* Footer */
.col1f{
	flex-basis: 33%;
	max-width: 33%;
}
.col2f{
	flex-basis: 42%;
	max-width: 42%;
}
.col4f{
	flex-basis: 25%;
	max-width: 25%;
}
.title-f h5{
	font-size:16px;
	margin:0 0 15px;
	font-weight:500;
	text-transform:uppercase;
}
.contact-f p{
	margin:0;
	font-size:14.4px;
}
.contact-f p a:hover{
	color:var(--vang);
}
.contact-f p + p{
	margin-top:12px;
}
.contact-f p i{
	width:20px;
}
.menu-f > div + div{
	margin-top:12px !important;
}
.menu-f a{
	padding:0;
	min-height:unset;
	line-height:1.35;
	font-size:14.4px;
}
.menu-f a:hover{
	color:var(--vang) !important;
}
.menu-f a i{
	width:unset;
	transition:all 0.2s;
}
.menu-f a:hover i{
	transform:translatex(3px);
}

.follow-f a.icon{
	width:35px;
	height:35px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin:0 6px 0 0;
	background:rgba(255,255,255,0.15);
	border-radius:5px;
}
.follow-f a.icon:hover{
	background:rgba(255,255,255,0.5);
}
.form-f > p{
	display:flex;
}
.form-f :is(input,button){
	height:42px !important;
	min-height:unset;
	margin:0;
	border:1px solid rgba(255,255,255,0.7);
	background-color:transparent !important;
	color:#fff !important;
}
.form-f input{
	border-right:0;
	border-radius:5px 0 0 5px !important;
}
.form-f input::placeholder{
	color:rgba(255,255,255,0.8);
}
.form-f button[type=submit]{
	width:45px;
	padding:0;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
	border-left:0;
	border-radius:0 5px 5px 0;
	transition:all 0.2s;
	font-size:14px;
}
.form-f button[type=submit]:hover{
	background-color:rgba(255,255,255,0.05) !important;
}


@media only screen and (max-width:1450px){
	.tongquan-sidebar .col-item .txt-meta h4 {
		font-size: 15px;
	}
	.tongquan-sidebar .col-item .txt-meta p {
		font-size: 14px;
	}
}
@media only screen and (max-width:1200px){
	.header-nav-main.nav-left > li {
/* 		margin: 0 10px; */
	}
	.header-nav-main.nav-left > li > a:after {
/* 		right: -10px; */
	}
	.tongquan-sidebar{
		width:85%;
	}
}

@media only screen and (max-width:849px){
	.order-1-tablet{
		order:-1;
	}
	.col1f{
		flex-basis: 70%;
		max-width: 70%;
	}
	.col2f{
		flex-basis: 100%;
		max-width: 100%;
	}
	.col4f{
		flex-basis: 100%;
		max-width: 100%;
	}
	.contact-header a {
		font-size: 18px;
		padding: 7px 10px;
	}
	.blog-archive .post-item{
		flex-basis: 50%;
		max-width: 50%;
	}
	.woof_redraw_zone :is(.woof_container,.woof_submit_search_form_container) {
		width: calc(100% / 4 - 15px);
	}
	.woof_redraw_zone .woof_container.woof_text_search_container{
		width: calc(100% / 1 - 15px);
	}
	.post-home .post-item .box {
		display: block;
	}
	.post-home .post-item .box-image {
		width: 100% !important;
	}
	.post-home .post-item .box-image .image-cover{
		padding-top:65% !important;
	}
	.post-home .post-item .box-text {
		padding: 12px 0 0;
	}
	.post-home .post-item .post-title a {
		-webkit-line-clamp: 2;
	}
	.sec-du-an-home .col-product .box .box-image .image-cover{
		padding-top:75% !important;
	}

}
@media only screen and (max-width:568px){
	.order-1{
		order:-1;
	}
	.colf{
		flex-basis: 100% !important;
		max-width: 100% !important;
	}
	.sec-banner-page{
		min-height:300px !important;
		height:300px;
	}
	.col-bao-tintuc{
		padding-left:0;
		padding-right:0;
	}
	.blog-top .post-item .post-title a {
		font-size: 16px;
	}
	.post-item .cat-label {
		font-size: 14px;
		font-weight: 500;
	}
	.post-item a.button {
		min-height: 35px;
		font-size: 13px;
		font-weight: 500;
	}
	.related-posts h3.txt-title {
		font-size: 22px;
		padding: 30px 0 0;
	}
	.blog-archive .post-item{
		flex-basis: 100%;
		max-width: 100%;
	}
	.blog-archive h1.page-title {
		font-size: 26px;
		margin: 0;
	}
	.blog-single h1.entry-title {
		font-size: 22px;
	}
	.row-sidebar .txt-title {
		font-size: 18px;
	}
	.woof_redraw_zone {
		gap: 12px;
		margin-right: 0;
	}
	.woof_redraw_zone :is(.woof_container,.woof_submit_search_form_container) {
		width: 100% !important;
	}
	.form-tuvan > p {
		margin-right: 0;
	}
	.form-tuvan > p > * {
		width: 100%;
	}
	.sec-du-an-home .col-product > .col-inner:hover{
		transform:unset;
	}
}
@media only screen and (max-width:414px){

}

