/*
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=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
:root{
	--do:#d31e17;
	--xanh:#004097;
}
html,body,span,label,a,p,button,b,div{
	font-family: "Mulish", sans-serif;
}
h1,h2,h3,h4,h5,h6,.nav > li > a,nav,li{
	font-family: "Mulish", sans-serif !important;
}
b,strong{
	font-weight:bold;
}
form{
	margin:0 !important;
}
form input:not([type=submit]),textarea,select{
	box-shadow:none !important;
}
input[type=submit]{
	margin:0;
}
.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;
}
.section-content{
	z-index:unset !important;
}
.dark, .dark p, .dark td{
	color:#fff !important;
}
.pd-b0{
	padding-bottom:0 !important;
}
.p-mb0 p,.title-mb0 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:0;
}
.p-mb5 p,.title-mb5 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:5px;
}
.p-mb10 p,.title-mb10 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:10px;
}
.p-mb15 p,.title-mb15 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:15px;
}
.p-mb20 p,.title-mb20 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:20px;
}
.p-w500 p, .title-w500 :is(h1,h2,h3,h4,h5,h6){
	font-weight:500;
}
.p-w600 p,.title-w600 :is(h1,h2,h3,h4,h5,h6){
	font-weight:600;
}
.p-w700 p,.title-w700 :is(h1,h2,h3,h4,h5,h6){
	font-weight:700;
}
.p-w800 p,.title-w800 :is(h1,h2,h3,h4,h5,h6){
	font-weight:800;
}
.p-w900 p,.title-w900 :is(h1,h2,h3,h4,h5,h6){
	font-weight:900;
}
.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%;
}
.absolute-footer{
	background-color:#222222 !important;
	padding:0;
}
.footer-secondary{
	display:none;
}
.footer-primary,.copyright-footer{
	width:100%;
	text-align:center;
	color:#ffffff;
	position:relative;
}
.footer-primary{
	padding:10px 0 15px;
}
.blog-wrapper{
	padding-top:5px;
	padding-bottom:0;
}
.single-page{
	text-align:justify;
	padding-top:0;
}
#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/10/top.png) var(--xanh);
	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 3px;
}
.owl-theme .owl-dots .owl-dot span{
	margin:0 !important;
	transition:all 0.3s;
	width:8px;
	height:8px
}
.owl-theme .owl-dots .owl-dot.active span{
	width:16px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:var(--xanh) !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;
	width:30px;
	height:30px;
	background-color:transparent !important;
	border-radius:50% !important;
	color:var(--xanh) !important;
}
.owl-nav button:hover{
	background-color:var(--xanh) !important;
	color:#fff !important;
}
.owl-nav button.owl-prev{
	left:-30px;
}
.owl-nav button.owl-next{
	right:-30px;
}
.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;
}
.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;
}

.rpbt_shortcode h3{
	font-size:22px;
	font-weight:600;
	position:relative;
	margin:0 0 12px;
}
.rpbt_shortcode ul{
	margin:0;
}
.rpbt_shortcode ul li{
	list-style:none;
	margin-left:0 !important;
}
.rpbt_shortcode ul li a{
	position:relative;
	transition:all 0.2s;
	font-size:16px;
	line-height:1.35;
}
.rpbt_shortcode ul li a:before{
	content:'\f0da';
	font-family:'Fontawesome';
	margin-right:5px;
	font-size:11px;
	transition:all 0.3s;
	display:inline-block;
	transform:translatey(-1px);
}
.rpbt_shortcode ul li a:hover:before{
	transform:translatex(2px) translatey(-1px);
}
.rpbt_shortcode ul li a:hover{
	color:var(--xanh);
}
.box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text{
	vertical-align:top;
}
.img-radius-5{
	border-radius:5px;
	overflow:hidden;
}

.post-item .col-inner{
	height:100%;
}
.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 10px;
}
.post-item .post-title a{
	margin:0;
	font-size:16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight:700;
}

/* Header */
#masthead{
	border-bottom:1px solid rgb(238, 238, 238);
}
.name-cty-header {
	text-transform:uppercase;
	font-weight:700;
	font-size:24px;
	color:var(--xanh);
	padding-right: 30px;
}
.hotline-header a{
	display:flex;
	align-items:center;
	transition:all 0.3s;
	color:#333;
}
.hotline-header a:hover{
	color:#770909;
}
.hotline-header a i{
	font-size:30px;
	margin-right:8px;
}
.hotline-header a .txt span{
	line-height:1.35;
}
.hotline-header a .txt span.title{
	display:block;
	font-size:14px;
	color:#333 !important;
}
.hotline-header a .txt span.number{
	display:block;
	font-size:17px;
	font-weight:700;
}
.header-nav-main.nav-right li{
	margin:0;
}
.header-nav-main.nav-right li.header-search-form{
	padding-left:24px;
	margin-left:25px;
	border-left:1px solid #e5e5e5;
}
li.header-search-form form{
	border:1px solid #6E1B01;
	border-radius:5px;
}
li.header-search-form form input{
	height:50px;
	border:none;
	min-width:170px;
	border-radius:5px 0 0 5px;
}
li.header-search-form form button{
	min-width:unset !important;
	height:50px;
	width:50px;
	padding:0 !important;
	display:flex !important;
	align-items:center;
	justify-content:center;
	background-color:#fff;
	border-radius:0 5px 5px 0;
	border:none;
	box-shadow:none !important;
	color:#333 !important;
	font-size:16px;
}


#wide-nav {
	border-bottom:1px solid rgb(238, 238, 238);
}
.header-bottom-nav.nav-left > li{
	margin:0 15px;
}
.header-bottom-nav.nav-left > li > a{
	font-size:16px;
	font-weight:650;
	color:#333 !important;
	position:relative;
}
.header-bottom-nav.nav-left > li:hover > a,
.header-bottom-nav.nav-left > li.active > a{
	color:#6E1B01 !important;
	color:var(--xanh) !important;
}
.header-bottom-nav.nav-left > li > a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom:3px;
	margin-top: 17px;
	width: 100%;
	border-top: 1px solid;
	border-color: inherit;
	transform-origin: right center;
	transform: scale(0, 1);
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	opacity:1 !important;
}
.header-bottom-nav.nav-left > li:hover > a:before, .header-bottom-nav.nav-left > li.active > a:before {
	transform-origin: left center;
	transform: scale(1, 1);
}
#wide-nav .flex-row > .flex-col.flex-left{
	width:100%;
}
#wide-nav .flex-row > .flex-col.flex-right{
	display:none;
}
#wide-nav li.html.html_top_right_text{
	flex-basis: calc(25% - calc(30px * 25 / 100) - 15px);
	max-width: calc(25% - calc(30px * 25 / 100) - 15px);
}
.category-header {
	height:45px;
	display:flex;
	align-items:center;
	position:relative;
	padding: 0 13px 0 26px;
	justify-content:space-between;
	background:#f5f5f5;
}
.category-header span{
	text-transform:uppercase;
	font-size:14.6px;
	font-weight:700;
}
.category-header i{
	font-size:18px;
}
.category-header i.fa-chevron-down{
	font-size:12px;
}
.header-wrapper.stuck #masthead{
	display:none !important;
}

/* Trang chủ - #6e1b01 */
a.btn-link-page-home{
	margin:0;
	border:2px solid var(--xanh);
	background-color:transparent !important;
	color: var(--xanh) !important;
	box-shadow:none !important;
	font-size:15px;
	font-weight:500;
	padding:2px 20px;
	display:block;
	width:max-content;
	margin-left:auto;
	transition:all 0.3s;
}
a.btn-link-page-home:hover{
	background-color:var(--xanh) !important;
	color:#fff !important;
}
.title-sec-home{
	padding:0 0 5px;
	border-bottom:1px solid #eee;
	margin:0 0 20px;
}
.title-sec-home h2{
	font-size:25px;
	margin:0;
	text-transform:uppercase;
	font-weight:600;
}
.title-sec-sp{
	border-bottom:1px solid #eee;
	margin-bottom:5px;
}
.title-sec-sp h2{
	text-transform:uppercase;
	color:#333;
	font-size:20px;
	margin:0;
	padding:0 0 2px;
	border-bottom:3px solid #6E1B01;
	width:max-content;
	max-width:100%;
}
.product-style .col-inner,.product-small .col-inner{
	height:100%;
}
.product-style .col-inner,
.related-products-wrapper .product-small .col-inner{
	border-radius: 5px;
	padding: 3px;
	border: 1px solid #eee;
	background-color: #fff;
	transition:all 0.2s;
}
.product-style .col-inner:hover,
.related-products-wrapper .product-small .col-inner:hover{
	border-color:var(--xanh);
}
.product-small .box-image{
	padding:10px;
}
.product-small .box-image .image-cover,
.product-small .box-image .image-none{
	border: 1px dashed #ccc;
	border-radius: 3px;
	box-shadow: 10px 10px 5px #F5F3F3;
}
.product-style .product-small .box-text,
.related-products-wrapper .product-small .box-text{
	padding: 8px 5px 5px;
	background:var(--xanh);
	border-radius:5px;
}
.product-style .product-small .box-text .product-title,
.related-products-wrapper .product-small .box-text .product-title{
	margin:0;
}
.product-style .product-small .box-text .product-title a,
.related-products-wrapper .product-small .box-text .product-title a{
	margin:0;
	color:#fff;
	font-weight:600;
	font-size:14px;
}
.product-style .product-small .box-text .box-excerpt,
.related-products-wrapper .product-small .box-text .box-excerpt{
	display:none;
}
.product-small .box-excerpt{
	font-size:15px;
}
.product-slider-home .col{
/* 	padding-left:0; */
/* 	padding-right:0; */
/* 	padding-bottom:5px; */
}
.ga-thanhtuu .col{
	padding-left:0;
	padding-right:0;
	padding-bottom:5px;
}





/* Liên hệ */
.contact-lh p{
	margin:0 0 7px;
}
.map-lh{
	height:270px;
	padding:10px;
	border-radius:5px;
	border:1px dashed #9c284a;
}
/* Trang tin tức */
.row-large-t > .large-9{
	padding-top:20px;
}
h1.title-cat,
h1.title-danh-muc-sp{
	font-size:22px;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 15px;
}
h1.entry-title{
	margin:0;
	font-size:24px;
	line-height:1.35;
}
.row-sidebar .col-content{
	padding-bottom:10px;
}
.row-sidebar .col-content:last-child{
	padding-bottom:0;
}
.row-sidebar .col-content > .col-inner{
	border-radius:5px;
	border:1px solid #eee;
	padding:12px;
}
.menu-shortcode{
	margin:0;
}
.menu-shortcode li{
	list-style:none;
	margin-left:0 !important;
}
.row-sidebar .menu-shortcode li{
	margin:0;
}
.row-sidebar .menu-shortcode li > a{
	display:block;
	padding:10px 5px 10px 0;
	/* 	font-size:15px; */
	transition:all 0.3s;
}
.row-sidebar .menu-shortcode li:not(:last-child) > a{
	border-bottom: 1px solid #eeeeee;
}
.row-sidebar .menu-shortcode li > a:hover{
	/* 	color:#6E1B01; */
	color:var(--xanh);
	background:#eee;
	padding-left:6px;
}


/* Trang danh mục sản phẩm */
.category-page-row {
	padding-top:5px;
}
.category-page-row > .col.large-9{
	padding-top:10px;
}
h1.title-danh-muc-sp{
	display:none;
}
.products .product-small.col:last-child{
	padding-bottom:0;
}
aside{
	margin-bottom:0 !important;
}
.shop-container .products .product-small.col{
	padding-bottom:0;
}
.shop-container .products .product-small .col-inner{
	border-top:1px solid #eee;
	padding:20px 0;
}
.shop-container .products .product-small.col:first-child .col-inner{
	border-top:0;
}
.shop-container .products .product-small .box-image {
	padding: 0;
	min-width:unset !important;
	width:272px !important;
	display:block;
	box-shadow: 10px 10px 5px #F5F3F3;
}
.shop-container .products .product-small .box-image .image-none{
	position:relative;
	padding-top:100%;
}
.shop-container .products .product-small .box-image .image-none img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.shop-container .products .product-small .product-title{
	margin:0 0 7px;
}
.shop-container .products .product-small .product-title a{
	margin:0;
	font-size:18px;
	font-weight:600;
}
.shop-container .products .product-small p.category{
	margin:0 0 7px;
	padding:0 0 7px;
	border-bottom:1px solid #eee;
	font-size:16px;
	color:#333;
	opacity:1;
}
.shop-container .products .product-small .box-text{
	padding:0 0 0 25px;
}

/* Chi tiết sản phẩm */
h1.product-title{
	font-size:21px;
	margin:0 0 9px;
	font-weight:500;
}
.product-sku {
	font-size:14px;
	color:#666;
	padding-bottom:12px;
}
.product-sku span{
	color:#999;
}
.product-short-description{
	border-top:1px solid #eee;
	padding-top:10px;
}
.product-short-description p{
	margin-bottom:12px;
}
.danh-muc-sp{
	border-top:1px solid #eee;
	padding-top:10px;
	font-size:15px;
}
.woocommerce-product-gallery{
	border: 1px dashed #ccc;
	border-radius: 3px;
	box-shadow: 10px 10px 5px #F5F3F3;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a{
	position:relative;
	display:block;
	padding-top:100%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.tab-content-product > ul.nav{
	border-bottom:1px solid #eee;
}
.tab-content-product > .nav li a{
	font-size:20px;
	padding:15px 0 8px;
	font-weight:500;
	text-transform:capitalize;
	border-bottom:2px solid rgb(110, 27, 1);
}

.related-products-wrapper .product-small.box{
	display:flex;
	flex-direction:column;
}
.related-products-wrapper .product-small .box-image{
	width:100%;
}
.related-products-wrapper .product-small p.category{
	display:none;
}
.related-products-wrapper .product-small .box-text .product-title a{
	text-align:center;
	display:block;
}
.related-products-wrapper{
	border-top:0;
}
.related-products-wrapper h3{
	max-width:100%;
	border-bottom:1px solid #eee;
	padding:0 0 7px;
	margin:0 0 20px;
	font-size:20px;
	text-transform:initial;
}






/* Footer */
.contact-f h3{
	font-size:16px;
	margin:0 0 5px;
}
.contact-f p{
	margin:0 0 5px;
	/* 	font-size:14.4px; */
}
.contact-f p i{
	width:20px;
	font-size:14px;
	
}
.follow-f > span{
	display:block;
	margin:0 0 5px;
	color:#333;
}
.title-f h3{
	font-size:16px;
	margin:0 0 18px;
}
.menu-f .ux-menu-link + .ux-menu-link{
	margin-top:8px !important;
}
.menu-f .ux-menu-link a{
	min-height:unset;
	padding:0;
	font-size:16px;
}
.menu-f .ux-menu-link a:hover{
	color:var(--xanh) !important;
}
.menu-f a i{
	width:unset;
	transition:all 0.3s;
	transform:translatey(1px);
}
.menu-f a:hover i{
	transform:translatex(2px) translatey(1px);
}
.sidebar-menu .nav-sidebar li a{
	color:#fff !important;
	text-transform:initial;
	font-size:16px;
}
.sidebar-menu .nav-sidebar li a:hover{
	color:#F5FBB8 !important;
}
.sidebar-menu .nav-sidebar > li > a{
	font-size:17px;
	font-weight:600;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
	background:var(--xanh);
}
.sidebar-menu .toggle{
	color:#fff !important;
}
.nav-sidebar.nav-vertical>li+li {
	border-top: 1px solid #ececec94;
}
#search-lightbox :is(input,button){
	height:45px;
}
#search-lightbox input{
	border-radius:5px 0 0 5px;
}
#search-lightbox button{
	border-radius:0 5px 5px 0;
	width:45px;
}

@media only screen and (max-width:1200px){
	.name-cty-header {
		font-size: 20px;
		line-height: 1.35;
	}
	.hotline-header a i {
		font-size: 26px;
	}
	.hotline-header a .txt span.number {
		font-size: 16px;
	}
	.header-nav-main.nav-right li.header-search-form {
		padding-left: 20px;
		margin-left: 21px;
	}
	#wide-nav li.html.html_top_right_text {
		flex-basis: unset;
		max-width: unset;
		width: max-content;
	}
	.category-header {
		padding: 0 10px;
		gap: 16px;
	}
	.title-sec-home h2 {
		font-size: 22px;
	}
}
@media only screen and (max-width:1100px){
	.name-cty-header{
		display:none;
	}
}
@media only screen and (max-width:849px){
	.blog-archive .col.post-item{
		flex-basis: 50%;
		max-width: 50%;
	}
	.post-sidebar {
		display:none;
	}
	.map-lh {
		height: 400px;
	}
	.shop-container .products .product-small .product-title a{
		font-size:19px;
	}
	.shop-container .products .product-small p.category {
		margin: 0 0 7px;
		padding: 0 0 4px;
		border-bottom: 1px solid #eee;
		font-size: 14px;
	}
	.header-wrapper.stuck #masthead {
		display: block !important;
	}
	#header :is(.icon-menu,.icon-search){
		color:var(--xanh);
		font-size:24px !important;
	}
	#header .icon-search{
		font-size:20px !important;
	}
}

@media only screen and (max-width:568px){
	.blog-archive .col.post-item{
		flex-basis: 100%;
		max-width: 100%;
	}
	.product-small .box-image {
		padding: 12px;
	}
	.post-item .post-title a {
		font-size: 18px;
	}
	.map-lh {
		height: 300px;
	}
	.shop-container .products .product-small .box-image {
		width: 100% !important;
	}
	.shop-container .products .product-small .box-text {
		padding: 20px 0 35px;
	}
	.related-products-wrapper .product-small .box-image {
		padding: 5px;
	}
	.related-products-wrapper .product-small .box-image .image-none{
		border:none;
		box-shadow:none;
		border-radius:0;
	}
	.product-small .box-image {
        padding: 5px;
    }
}

@media only screen and (max-width:440px){
	.title-sec-sp h2 {
		font-size: 18px;
	}
	
}