/*
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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{
	--do:#c31c1c;
	--xanh:#317ab8;
}


/* CSS xac nhan do tuoi */
body.age_gate {
	height: 100vh;
	background: url(/wp-content/uploads/2025/12/banner-age.webp) no-repeat;
	background-size:cover;
	background-position:top center;
	color: #fff;
	overflow: hidden;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}
body.age_gate:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	pointer-events:none;
	z-index:1;
}


/* Age Gate chính */
body.age_gate #mainGate {
	height:100%;
	width:100%;
	max-width:1000px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:2;
}
body.age_gate #mainGate .age-gate-box{
	width:100%;
	padding:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	background: rgba(0,0,0,0.6);
	border-radius: 15px;
}
body.age_gate .img-logo{
	display:block;
	margin:0 auto 35px;
	width:350px;
}
body.age_gate .list-btn{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:15px;
	width:100%;
}
body.age_gate .list-btn button{
	margin:0;
	padding: 0 10px;
	font-size: 17px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	align-items:center;
	justify-content:center;
	width: 50%;
	max-width: 300px;
	font-weight: 600;
	transition: all .3s;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .7);
	text-transform: uppercase;
	white-space:nowrap;
	min-height:50px;
}
body.age_gate .list-btn button.yes {
	background: linear-gradient(45deg, #28a745, #34d058);
	color: #fff;
}
body.age_gate .list-btn button.yes:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 40px rgba(40, 167, 69, .5);
}
body.age_gate .list-btn button.no {
	background: linear-gradient(45deg, #dc3545, #ff4757);
	color: #fff;
}
body.age_gate .list-btn button.no:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 40px rgba(220, 53, 69, .5);
}
body.age_gate .txt-note{
	padding:30px 0 0;
}
body.age_gate .txt-note p{
	margin:0;
	text-align:center;
	font-size:16px;
}
/* Popup từ chối */
body.age_gate #denyPopup {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	justify-content: center;
	align-items: center;
	z-index: 9999999;
	padding: 20px;
}
body.age_gate #denyPopup .overlay-pupup{
	position:absolute;
	z-index:1;
	cursor:pointer;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, .5);
}
body.age_gate #denyPopup .deny-popup-box {
	width:100%;
	max-width:600px;
	background:var(--xanh);
	padding:20px 30px;
	position:relative;
	z-index:2;
}
body.age_gate .deny-close {
	position: absolute;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	top: 0;
	right: 0;
	font-size: 22px;
	color: #fff;
}
@media only screen and (max-width:568px){
	body.age_gate .list-btn button{
		width:100%;
	}
	body.age_gate .img-logo {
		width: 300px;
	}
}
/*  */



html,body,span,label,a,p,button,b,div{
	font-family: "Inter", sans-serif;
}
h1,h2,h3,h4,h5,h6,.nav > li > a,nav,li{
	font-family: "Inter", 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,.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 !important;
}
.pd-b0,.ga-pd-b0 .col{
	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-w400 p, .title-w400 :is(h1,h2,h3,h4,h5,h6){
	font-weight:400;
}
.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;
}
.title-f18 :is(h1,h2,h3,h4){
	font-size:18px;
}
.f15 > *{
	font-size:15px;
}
.is-uppercase, .uppercase{
	line-height:inherit;
}
.col-h100 > .col-inner{
	height:100%;
}
.img-h100 :is(.img,.img-inner){
	height:100%;
}
.img-h100 img{
	height:100%;
	object-fit:cover;
}
.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:10px 0 15px;
}
.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 var(--xanh) !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/11/top.png) var(--xanh);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 16px;
	min-width:unset;
}
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 :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;
}
.flatpickr-current-month{
	display:flex;
}
.flatpickr-time input{
	border:none !important;
	box-shadow:none !important;
	height:100%;
}



.row-related-posts{
	padding-top:30px;
}
.rpbt_shortcode h3{
	font-size:30px;
	font-weight:700;
	color:var(--xanh);
	text-transform:uppercase;
	position:relative;
	margin:0 0 20px;
}
.rpbt_shortcode h3:before{
	content:'';
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	width:100%;
	height:1px;
	background:#dbdbdb;
	z-index:1;
}
.rpbt_shortcode h3 span{
	display:block;
	width:max-content;
	max-width:100%;
	margin:0 auto;
	padding:5px 25px;
	background:#fff;
	position:relative;
	z-index:2;
	text-align:center;
}
.rpbt_shortcode .gallery-item .gallery-icon a{
	position:relative;
	padding-top:65%;
	overflow:hidden;
	border-radius:15px;
	background:#eee;
	display:block;
}
.rpbt_shortcode .gallery-item .gallery-icon a img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 0.6s;
}
.rpbt_shortcode .gallery-item .gallery-icon a:hover img{
	transform:scale(1.1);
}
.rpbt_shortcode .gallery-item .gallery-caption{
	display:flex;
	flex-direction:column;
	padding:15px 0;
	text-align:left;
}
.rpbt_shortcode .gallery-item .gallery-caption > a{
	font-size:20px;
	font-weight:700;
	color:var(--xanh);
	transition:all 0.3s;
	line-height:1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin:0 0 10px;
}
.rpbt_shortcode .gallery-item .gallery-caption > a:hover{
	color:var(--vang);
}
.rpbt_shortcode .gallery-item .gallery-caption p.the_excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:15.5px;
	color:#222;
	margin:0;
}
.related-gallery.owl-carousel{
	margin:0 !important;
}
.rpbt_shortcode .gallery-item .gallery-caption time{
	width: max-content;
	padding: 5px 12px 3px;
	border-radius: 99px;
	font-size: 14px;
	color: var(--xanh);
	background: #DADFE8;
	line-height: 1;
	margin: 0 0 10px;
	order:-1;
}
.rpbt_shortcode .owl-item .gallery-item{
	max-width:100%;
	padding:0;
}
.rpbt_shortcode .owl-nav button.owl-prev{
	left:-45px;
}
.rpbt_shortcode .owl-nav button.owl-next{
	right:-45px;
}

.linkpage :is(a, span){
	font-size:16px;
	color:#000 !important;
}
.linkpage a{
	color:var(--xanh) !important;
}

/* Header */
.header-nav-main.nav-left{
	justify-content:center;
	padding-right:30px;
}
.header-nav-main.nav-left a{
	color:#000 !important;	
}
.header-nav-main.nav-left li:hover > a{
	color:var(--xanh) !important;
}
.header-nav-main.nav-left > li{
	margin:0 15px;
}
.header-nav-main.nav-left > li > a{
	font-size:16px;
	font-weight:500;
	text-transform:initial;
	position:relative;
}

.header-nav-main.nav-left > li > a:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	transform:translatex(-50%);
	width:100%;
	max-width:60px;
	height:5px;
	background:var(--xanh);
	transition:all 0.3s !important;
	opacity:0;
	visibility:hidden;
	border-radius:50px 50px 0 0;
}
.header-nav-main.nav-left > li:hover > a:before{
	opacity:1;
	visibility:visible;
}
.header-nav-main .sub-menu{
	padding:10px 0;
}
.header-nav-main .sub-menu li a{
	font-size:15px;
	font-weight:400 !important;
	margin:0;
	padding:10px 15px;
}

.gtranslate_wrapper a + a{
	margin-left:10px;
}
li.header-search i.icon-search{
	font-size:20px !important;
	color:var(--xanh) !important;
}


/* Liên hệ */
.sec-banner-page .txt-title h1{
	font-size:60px;
	margin:0;
	display:inline-block;
	width:auto;
	font-weight:700;
}
.sec-content-lh .col-content > .col-inner{
	box-shadow:rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	background:#fff;
	border-radius:22px;
	padding:60px 0 0;
	overflow:hidden;
	margin-top:-100px;
}

.form-lh input{
	height:40px;
}
.form-lh :is(input,textarea){
	border-radius:5px;
}
.form-lh :is(input,textarea)::placeholder{
	font-size:14.4px;
}
.form-lh :is(input:not([type=submit]),textarea):focus{
	border-color:var(--xanh);
}
.form-lh p.label{
	font-size:15px;
	font-weight:600;
}
.map-lh{
	height:500px;
}
.contact-lh p i{
	color:var(--xanh);
	width:20px;
}

/* Tin tức */
.blog-wrapper{
	padding-top:10px;
}
.blog-wrapper .linkpage{
	text-align:center;
}
.archive-page-header h1.page-title{
	font-size:26px;
}
.blog-single h1.entry-title{
	text-align:center;
	position:relative;
	padding:0 0 15px;
	margin:0 0 15px;
	font-weight: 600;
}
.blog-single h1.entry-title:before{
	content:'';
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	bottom:0;
	height:3px;
	width:30px;
	background:var(--xanh);
}
.blog-single .date-post{
	text-align:center;
	text-transform:uppercase;
	color:#0f1729;
	padding:0 0 30px;
}

.post-item .col-inner{
	height:100%;
	background:#fff;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
	transition:all 0.3s;
}
.post-item .col-inner:hover{
	transform:translatey(-3px);
}
.post-item .post-title {
	margin:0 0 7px;
}
.post-item .post-title a{
	margin:0;
	font-size:18px;
	font-weight:600;
	color:var(--xanh);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-item .from_the_blog_excerpt {
	margin:0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-item .box-text{
	padding:15px 10px 20px;
}
.blog-share .is-divider{
	display:block !important;
}

.info-after-single > .col-inner{
	padding:25px;
	border-radius:10px;
	background:#e8f8ff;
}
.author-after-single > .col-inner{
	background:#fff;
	border-radius:10px;
	box-shadow:0 8px 12px 0 rgba(0, 0, 0, .2);
}
.author-after-single .img-author{
	width:220px !important;
	margin:0 auto 15px !important;
	border-radius:50%;
	overflow:hidden;
}
.author-after-single .icon-contact p{
	font-size:14.4px;
	line-height:1.35;
}
.author-after-single .icon-contact img{
	padding-top:0;
}
.author-after-single .icon-contact .icon-box-text{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#wpdcom{
	max-width:100%;
}

/* Vì sao chọn chúng tôi */
.box-lydo > .col-inner{
	height:100%;
	background:#fff;
	border-radius:10px;
	border-top:3px solid var(--xanh);
	box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);
	padding:20px 15px;
}
.box-lydo h3{
	line-height:1.35;
}
.sec-form-dk{
	overflow:hidden;
}
.sec-form-dk .col-content > .col-inner{
	border:1px dashed #fff;
	padding:60px 200px 100px;
	border-radius:30px;
}
.sec-form-dk .col-content > .col-inner:before,.sec-form-dk .col-content > .col-inner:after{
	content:'';
	position:absolute;
	height:350px;
	width:350px;
}
.sec-form-dk .col-content > .col-inner:before{
	bottom: -60px;
	left: -105px;
	background:url(/wp-content/uploads/2025/11/nguyen-lieu-lam-bia.webp) no-repeat;
	background-position:center;
	background-size:cover;
}
.sec-form-dk .col-content > .col-inner:after{
	bottom: -60px;
	right: -125px;
	background:url(/wp-content/uploads/2025/11/nguyen-lieu-lam-do-uong-khong-con.webp) no-repeat;
	background-position:center;
	background-size:cover;
}
.sec-form-dk .form-dk > p{
	display:flex;
	gap:15px;
	justify-content:center;
}
.sec-form-dk .form-dk input{
	height:42px;
	margin:0;
	border-radius:99px;
}
.sec-form-dk .form-dk input[type=submit]{
	background-color:#c31c1c !important;
}
/* Về chúng tôi */
.ic-tnsm.icon-box .icon-box-img{
	width: 60px !important;
	height:60px;
	border-radius:5px;
	background:#e0ecff;
}
.ic-tnsm.icon-box .icon-box-img img{
	width:40px;
}
.ic-tnsm.icon-box h3{
	margin:0 0 5px;
	line-height:1.35;
}
.box-cot-loi > .col-inner{
	height:100%;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
	border-radius: 10px;
	border-top: 3px solid var(--xanh);
	padding:30px;
	transition:all 0.3s;
}
.box-cot-loi > .col-inner:hover{
	transform:translatey(-3px);
}
.box-cot-loi .icon-box .icon-box-img{
	width: 70px !important;
	height:70px;
	border-radius:5px;
	background:#e0ecff;
}
.box-cot-loi .icon-box .icon-box-img img{
	width:45px;
}
/* Lịch sử */
.row-lich-su{
	position:relative;
	padding-top:70px;
}
.row-lich-su:first-child{
	padding-top:0;
}
.row-lich-su:before{
	content:'';
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	top:0;
	bottom:0;
	background:var(--xanh);
	width:2px;
}
.row-lich-su:first-child:before{
	top:50px;
}
.row-lich-su .col-left > .col-inner{
	padding:0 50px 0 30px; 
}
.row-lich-su .col-txt.col-left > .col-inner{
	padding-right:100px; 
}
.row-lich-su .col-right > .col-inner{
	padding:0 30px 0 50px;
}
.row-lich-su .col-txt > .col-inner{
	padding-top:40px;
}
.row-lich-su .col-txt.col-right > .col-inner{
	padding-left:100px; 
}
.row-lich-su .col-txt.col-left  > .col-inner:before{
	content:'';
	position:absolute;
	top:100px;
	width:110px;
	height:38px;
	background:url(/wp-content/uploads/2025/11/history-left.svg) no-repeat;
	background-size:contain;
	background-position:center;
	right:-33px;
}
.row-lich-su .col-txt.col-right  > .col-inner:before{
	content:'';
	position:absolute;
	top:100px;
	width:110px;
	height:38px;
	background:url(/wp-content/uploads/2025/11/history-right.svg) no-repeat;
	background-size:contain;
	background-position:center;
	left:-33px;
}
.row-lich-su .col-txt .nam h2{
	font-size:46px;
	font-weight:700;
	color:var(--xanh);
	margin:0 0 16px;
}
.row-lich-su .col-txt.col-left .nam h2{
	text-align:right;
}
.row-lich-su .col-img .img{
	width:100%;
	max-width:314px !important;
	border-radius:6px;
	overflow:hidden;
}
.row-lich-su .col-img .img .img-inner{
	padding-top:209px !important;
}
.row-lich-su .col-img.col-left .img{
	margin-left:auto !important;
}

/* Danh mục sản phẩm */
.category-page-row{
	padding-top:0 !important;
}
.subcategories ul{
	margin:0;
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	margin-right:-15px;
}
.subcategories ul li{
	margin:0;
	list-style:none;
	width:calc(100% / 6 - 15px);
}
.subcategories ul li a{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	border:1px solid var(--xanh);
	border-radius:5px;
	overflow:hidden;
}
.subcategories ul li a img{
	width:100%;
}
.subcategories ul li a .subcat-name{
	padding:15px;
	display:block;
	width:100%;
	text-align:center;
	line-height:1.35;
	font-weight:700;
	color:var(--xanh);
	transition:all 0.3s;
}
.subcategories ul li a:hover .subcat-name{
	color:var(--do);
}
h1.title-danh-muc-sp{
	font-size:24px;
	margin:0 0 10px;
	color:var(--xanh);
}
.term-description{
	text-align:justify;
}
.product-small .col-inner,
.product-style .col-inner{
	height:100%;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	transition:all 0.3s;
	border: 1px solid #eaeaea;
}
.product-small .col-inner:hover,
.product-style .col-inner:hover{
	box-shadow:rgba(50, 50, 93, .25) 0px 2px 5px -1px, rgba(0, 0, 0, .3) 0px 1px 3px -1px;
}
.category-page-row .products .product-small .image-none,
.related .product-small .image-none {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}
.category-page-row .products .product-small .box-image img,
.related .product-small .box-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.category-page-row .products .product-small .col-inner:hover .box-image img,
.related .product-small .col-inner:hover .box-image img {
	transform: scale(1.1);
}
.product-small .product-title{
	margin:0 0 10px;
}
.product-small .product-title a{
	font-size:18px;
	font-weight:700;
	color:#000;
	margin:0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height:42px;
}
.product-small .count-rating{
	display:flex;
	align-items:center;
	justify-content:center;
}
.product-small .count-rating .star-rating{
	margin:0px 3px 0 0;
}
.product-small .count-rating .rating-count{
	padding-top:3px;
}
.product-small .price{
	padding:7px 0 0;
	font-size:16px;
}
.product-small .price .custom-price-prefix{
	display:none;
}
.product-small .badge-creat {
	position:absolute;
	top:15px;
	left:0;
	z-index:2;
	pointer-events:none;
}
.product-small .badge-creat span{
	display:block;
}
.product-small .badge-creat span.badge-stock{
	background:var(--xanh);
	padding:3px 6px;
	font-size:14.4px;
	font-weight:600;
	color:#fff;
	border-radius:3px;
}
.product-small a.quick-view {
	background-color:var(--do) !important;
}
.product-lightbox-inner .product_meta .btn-pro-contact{
	margin:0 0 10px;
}



/* Chi tiết sản phẩm */
.col-right-pro > .col-inner{
	padding:15px 10px;
	border-radius:5px;
	box-shadow:rgba(50, 50, 93, .25) 0px 2px 5px -1px, rgba(0, 0, 0, .3) 0px 1px 3px -1px;
}
.col-right-pro .txt-title{
	background:var(--xanh);
	border-radius:5px;
	padding:8px;
}
.col-right-pro .txt-title p{
	text-transform:uppercase;
	color:#fff;
	font-size:15px;
	font-weight:600;
	margin:0;
}
.col-right-pro .icon-box .icon-box-img img{
	padding-top:0;
}
.col-right-pro .icon-box .icon-box-text{
	padding:0 0 0 8px;
}
.col-title-pro > .col-inner{
	padding:15px;
	box-shadow:rgba(50, 50, 93, .25) 0px 2px 5px -1px, rgba(0, 0, 0, .3) 0px 1px 3px -1px;
	border-radius:5px;
}
h1.product-title{
	font-size:26px;
	margin:0 0 6px;
	line-height:1.35;
}
.price.product-page-price {
	margin:0;
	padding:15px 0;
}
.price.product-page-price .gia-lh{
	font-size:20px;
	font-weight:700;
	color:var(--do);
}
.variations_form .single_variation_wrap,
form.cart :is(.quantity,button){
	display:none !important;
}
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;
}
.col-title-pro .count-rating{
	display:flex;
	align-items:center;
}
.col-title-pro .count-rating .star-rating{
	margin:0 5px 0 0;
}
.btn-pro-contact {
	width:100%;
	margin:0 0 30px;
	line-height:50px;
	height:50px;
	font-weight:600;
	font-size:16px;
}
.acc-btn-pro .accordion-item a{
	padding:0;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:99px;
	border:1px solid var(--xanh);
	font-size:17.6px;
	font-weight:700;
	color:var(--xanh) !important;
}
.acc-btn-pro .accordion-item a button.toggle{
	display:none;
}
.acc-btn-pro .accordion-item .accordion-inner{
	padding:15px;
}

.mo-ta-sp .txt-tab{
	display:flex;
}
.mo-ta-sp .txt-tab .item{
	border:1px solid #ddd;
	border-top:2px solid var(--xanh);
	border-bottom:0;
	padding:6px 20px;
	cursor:pointer;
}
.mo-ta-sp .txt-content .item{
	border:1px solid #ddd;
	padding:20px;
}
.related-products-wrapper{
	border:none !important;
}
.related-products-wrapper  > h3{
	padding:0;
	font-size:20px;
}

#reviews > *{
	flex-basis: 100%;
	max-width: 100%;
}
.star-rating:before, .woocommerce-page .star-rating:before,.star-rating span:before,.stars a.active::after, .stars a:hover::after{
	color:#f4c40c !important;
}


/* Footer */
.title-f{
	margin:0 0 10px;
}
.title-f p{
	margin:0;
	font-size:17px;
	color:var(--xanh);
	font-weight:600;
	line-height:1.3;
}
.contact-f p{
	margin:0;
}
.contact-f p i{
	width:20px;
}
.contact-f p + p{
	margin-top:8px;
}
.map-f{
	height:250px;
}
.menu-f a{
	transition:all 0.3s;
}
.menu-f a:hover{
	color:var(--xanh) !important;
}
.menu-f a i{
	width:unset;
	transition:all 0.3s;
}
.menu-f a:hover i{
	transform:translatex(2px);
}
.icon-menu{
	color:var(--xanh);
}
.sidebar-menu li a{
	color:#000;
	font-size:16px;
}
.mobile-sidebar .nav-sidebar > li >a {
    font-size: 16px;
    font-weight: 600 !important;
    color: var(--xanh);
}
@media only screen and (max-width:1200px){
	#logo {
		width: 170px !important;
		margin:0;
	}
	.header-nav-main.nav-left {
		padding-right: 15px;
		padding-left: 15px;
	}
	.header-nav-main.nav-left > li {
		margin: 0 8px;
	}
	a.glink img{
		width:30px !important;
	}
	.sec-form-dk .col-content > .col-inner:before, .sec-form-dk .col-content > .col-inner:after {
		height: 250px;
		width: 250px;
	}
	.sec-form-dk .col-content > .col-inner:before {
		bottom: -40px;
		left: -70px;
	}
	.sec-form-dk .col-content > .col-inner:after {
		bottom: -40px;
		right: -65px;
	}
	.sec-form-dk .col-content > .col-inner {
		padding: 60px 180px 100px;
	}
}
@media only screen and (max-width:849px){
	.order-1-tablet{
		order:-1;
	}
	#post-list .col.post-item{
		flex-basis: 50%;
		max-width: 50%;
	}
	.sec-form-dk .col-content > .col-inner:before, .sec-form-dk .col-content > .col-inner:after {
		height: 200px;
		width: 200px;
	}
	.sec-form-dk .col-content > .col-inner:before {
		bottom: -40px;
		left: -40px;
	}
	.sec-form-dk .col-content > .col-inner:after {
		bottom: -40px;
		right: -40px;
	}
	.sec-form-dk .col-content > .col-inner {
		padding: 60px 150px 100px;
	}
	.subcategories ul li{
		width:calc(100% / 5 - 15px);
	}
	.box-cot-loi > .col-inner {
		padding: 20px 15px;
	}
}
@media only screen and (max-width:568px){
	.order-1{
		order:-1;
	}
	#masthead > .container{
		padding-left:5px;
		padding-right:5px;
	}
	a.glink img{
		width:26px !important;
	}
	.gtranslate_wrapper a + a {
		margin-left: 5px;
	}
	#logo {
		width: 180px !important;
		margin:0;
	}
	.map-lh{
		height:300px;
	}
	.sec-banner-page .txt-title {
		padding: 18px 20px;
	}
	.sec-banner-page .txt-title h1 {
		font-size: 35px;
	}
	.sec-content-lh .col-content > .col-inner {
		border-radius: 15px;
		padding: 15px 0 0;
		margin-top: 0;
	}
	#post-list .col.post-item{
		flex-basis: 100%;
		max-width: 100%;
	}
	.archive-page-header h1.page-title {
		font-size: 24px;
	}
	.author-after-single .img-author {
		width: 160px !important;
	}
	.info-after-single > .col-inner {
		padding: 20px 15px;
	}
	.blog-single .date-post {
		padding: 0 0 15px;
		font-size: 12px;
	}
	.sec-form-dk .col-content > .col-inner {
		padding: 30px 15px 75px;
	}
	.sec-form-dk .col-content > .col-inner:before, .sec-form-dk .col-content > .col-inner:after {
		height: 150px;
		width: 150px;
	}
	.sec-form-dk .form-dk > p {
		flex-direction: column;
		align-items:center;
	}
	.sec-form-dk .form-dk input[type=submit] {
		width: max-content;
	}
	.row-lich-su:before {
		left: 30px;
	}
	.row-lich-su:first-child:before {
		top: 0;
	}
	.row-lich-su .col-txt .nam h2 {
		font-size: 30px;
	}
	.row-lich-su .col-txt.col-left .nam h2 {
		text-align: left;
	}
	.row-lich-su .col-txt{
		order:-1;
	}
	.row-lich-su .col-txt > .col-inner {
		padding: 0 15px 0 100px !important;
	}
	.row-lich-su .col-img > .col-inner {
		padding: 0 15px 0 50px !important;
	}
	.row-lich-su .col-txt.col-right > .col-inner:before {
		top: 35px;
		width: 70px;
		left: 9px;
	}
	.row-lich-su .col-txt.col-left > .col-inner:before {
		top: 35px;
		width: 70px;
		background: url(/wp-content/uploads/2025/11/history-right.svg) no-repeat;
		background-size: contain;
		background-position: center;
		left: 9px;
		right:unset;
	}
	.row-lich-su .col-img.col-left .img {
		margin-left: unset !important;
	}
	.mo-ta-sp .txt-content .item {
		padding: 20px 15px;
	}
	.subcategories ul li{
		width:calc(100% / 2 - 15px);
	}
	.product-small .product-title a {
		font-size: 16px;
		font-weight: 600;
		min-height: 42px;
	}
	.product-small .badge-creat {
		top: 10px;
	}
	.product-small .badge-creat span.badge-stock {
		padding: 3px 5px;
		font-size: 13px;
		font-weight: 500;
	}
}
@media only screen and (max-width:440px){

}



