/*
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=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
	font-family: UTMAptima;
	src: url(fonts/UTMAptima.eot);
	src: url(fonts/UTMAptima.eot) format("embedded-opentype"),url(fonts/UTMAptima.woff2) format("woff2"),url(fonts/UTMAptima.woff) format("woff"),url(fonts/UTMAptima.ttf) format("truetype");
}
@font-face {
	font-family: Androgyne;
	src: url(fonts/SVN-ANDROGYNE.TTF);
}

:root{
	--do:#f72816;
	--vang:#f8d531;
	--xanh:#0254fe;
	--hong:#f54675;
}
html,body,span,label,a,p,button,b,div{
	font-family: "Open Sans", sans-serif;
}
h1,h2,h3,h4,h5,h6,.nav > li > a,nav,li{
	font-family: "Open Sans", sans-serif !important;
}
.f-tima,.f-tima *{
	font-family: UTMAptima !important;
}
.f-and,.f-and *{
	font-family: Androgyne !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-f32 :is(h1,h2,h3,h4,p){
	font-size:32px;
}
.title-f20 :is(h1,h2,h3,h4,p){
	font-size:20px;
}

.is-uppercase, .uppercase{
	line-height:inherit;
}
.col-h100 > .col-inner{
	height:100%;
}
.absolute-footer{
	background-color:#ffb8d3 !important;
	padding:0;
}
.footer-secondary{
	display:none;
}
.footer-primary,.copyright-footer{
	width:100%;
	text-align:center;
	color:#000;
	position:relative;
}
.footer-primary a{
	color:#000 !important;
}
.footer-primary{
	padding:10px 0 15px;
}
.img-white img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.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(--hong) !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/11/top.png) var(--hong);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 8px;
}
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;
	font-weight: 500;
	font-size: 15px;
}
.btn-radius {
	border-radius: 5px;
}
.img-style-hover :is(.box-image,.img .img-inner){
/* 	overflow:unset !important; */
}
.img-style-hover :is(.box-image,.img .img-inner):before{
	content: '';
	position: absolute;
	top: 50%;
	left: -400px;
	width: 150px;
	height: 150%;
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, .35), transparent);
	transform: skewx(-30deg) translatey(-50%);
	pointer-events:none;
	z-index:1;
}
.img-style-hover :is(.box-image,.img .img-inner):hover:before{
	-webkit-animation: pxl_btn_shine 1.5s ease;
	animation: pxl_btn_shine 1.5s ease;
/* 	-webkit-animation-delay: 1s; */
/* 	animation-delay: 1s; */
}
@keyframes pxl_btn_shine{
	100% {
		left: 150%;
	}
}
.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%;
}
.btn-style{
	font-weight:600;
	transition:all 0.3s;
}
.btn-style:hover{
	transform:translatey(-3px);
}
.btn-icon-right i{
	width:20px;
	height:20px;
	background:url(/wp-content/uploads/2025/11/right.png) no-repeat;
	background-position:center;
	background-size:contain;
}
.btn-icon-right i:before{
	display:none;
}
.product-style .col-inner,
.product-small .col-inner{
	height:100%;
	transition:all 0.3s;
}
.product-small .box-image{
	border-radius:15px 15px 0 0;
}
.product-small .product-title{
	margin:0 0 5px;
}
.product-small .product-title a{
	margin:0;
	font-size:16px;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition:all 0.3s;
}
.product-small:hover .product-title a{
	color:#f54675;
}
.product-small .box-text{
	position:relative;
	padding:15px 10px;
}
.product-small .product-title a{
	font-size:18px;
}
.product-small .btn-link{
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	bottom:-16px;
	display:none;
}
.product-small .btn-link a{
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	background:var(--bg-color);
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:2px 18px;
	min-height:32px;
	border-radius:99px;
	transition:all 0.2s;
	white-space: nowrap;
}
.product-small .btn-link a:hover{
	background:#ED0740;
}
.product-small .cap-title{
	font-weight:500;
	font-size:15px;
	line-height:1.35;
}

.post-item .col-inner{
	height:100%;
}
.post-item .post-title {
	margin:0 0 5px;
}
.post-item .post-title a{
	margin: 0 0 0 0;
	line-height: 1.3;
	font-size: 17px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}
.from_the_blog_excerpt {
	font-size: 15px;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}
.box-date{
	display:flex;
	gap:20px;
	margin-top:10px;
}
.blog-archive .post-item .box-date{
	margin-bottom:10px;
}
.box-date > div{
	font-size:13px;
	color:#9c9c9c;
}
.box-date > div > i{
	margin-right:5px;
}
.blog-archive .post-item .box-text .box-date{
	order:2;
}
.blog-wrapper{
	padding:30px 0 0;
}
.blog-wrapper.blog-archive{
	padding-top:15px;
}
.breadcrumbsT span,.breadcrumbsT a{
	font-size:14px;
}
.breadcrumbsT a:hover{
	/* 	color:var(--main); */
}
.contentPost{
	text-align:justify;
}
.blog-single header .entry-title{
	font-size: 30px;
	line-height: 1.3;
	/* 	color: var(--main); */
	font-weight:600;

}
.blog-single .box-date{
	display:flex;
	gap:20px;
}
.single-page{
	padding:0;
	text-align:justify;
}
.post-sidebar.col{
	border:none !important;
	padding-left:0 !important;
}
.row-sidebar .col.col-sidebar:last-child{
	padding-bottom:0;
}
.row-sidebar .title-sidebar{
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	background:#000;
	padding:10px;
	line-height:1.5;
}
.col-sidebar > .col-inner{
	box-shadow:0 0 5px 0 #ccc; 
}
.box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text{
	vertical-align:top;
}
.row.post-sidebar .post-item > .col-inner{
	padding:0 7px;
}
.row.post-sidebar .post-item .box-text{
	padding:0 0 0 10px;
}
.row.post-sidebar .post-item .box-text .from_the_blog_excerpt {
	display:none;
}
.row.post-sidebar .post-item .post-title a{
	font-size:15px;
	font-weight:400;
	margin:0 0 5px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#000;

}
.row.post-sidebar .post-item .box-date{
	gap:10px;
}
.row.post-sidebar .post-item .box-date > div{
	font-size:11px;
}
.row.post-sidebar .post-item .box-date > div > i{
	margin-right:2px;
}


/* Header */
.header-nav-main > li{
	margin:0 15px;
}
.header-nav-main > li > a{
	font-size:15px;
	text-transform:uppercase;
	font-family: 'UTMAptima' !important;
	font-weight:700 !important;
	color:#000 !important;
}
.header-nav-main .sub-menu{
	padding:0;
}
.header-nav-main .sub-menu li > a{
	margin:0;
	padding:12px 15px;
	/* 	font-family: 'UTMAptima' !important; */
	color:#000!important;
	font-size:15px;
	transition:all 0.3s;
	font-weight:500 !important;
}
.header-nav-main .sub-menu li:hover > a{
	background:#f2f2f2;
}

/* slider-banner-page */
.sec-banner-page:before{
	content:'';
	position:absolute;
	left:0;
	bottom:-1px;
	width:100%;
	height:19%;
	background:url(/wp-content/uploads/2025/11/bg-sec-banner-page.png) no-repeat;
	background-position:top center;
	background-size:cover;
	z-index:2;
	pointer-events:none;
}
.slider-banner-page .banner .text-box{
	padding:0 15px;
}
.slider-banner-page .banner .text-box .text-box-content{
	width:60%;
}
.slider-banner-page .banner .text-box h3{
	font-size:36px;
	margin:0 0 20px;
	font-weight:400;
	line-height:1.4;
	font-family: UTMAptima !important;
}
.slider-banner-page .banner .text-box h3 strong{
	font-weight:600;
	font-family: UTMAptima !important;
}
.slider-banner-page .banner .text-box p{
	width:100%;
	max-width:420px;
	color:#000 !important;
	font-size:18px;
	margin:0;
}
/* sec-bottom-page */
.sec-bottom-page .img{
	width:156px !important;
}


/* Home */
.sec-banner-home .row-thuong-hieu{
	position:relative;
	z-index:2;
	padding:50px 0 30px;
}
.sec-banner-home .row-thuong-hieu:before{
	content:'';
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	bottom:0;
	height:calc(100% + 180px);
	width:100vw;
	pointer-events:none;
	background:url(/wp-content/uploads/2025/12/bg-bottom-banner.png) no-repeat;
	background-position:top center;
	background-size:cover;
}
.sec-banner-home .row-thuong-hieu .col-content > .col-inner{
	padding:30px 30px 0;
	background:#f9f9f9;
	border-radius: 10px;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
	width:100%;
	max-width:1170px;
	margin:0 auto !important;
}
.sec-banner-home .row-thuong-hieu .txt-title h2{
	font-size:32px;
}
.sec-banner-home .row-thuong-hieu .icon-box p{
	font-size:20px;
	font-weight:700;
	font-family: "Roboto Condensed", sans-serif !important;
}
.product-home .col-inner{
	box-shadow:0 4px 5px 0 rgba(0,0,0,0.25);
	border-radius:15px;
}
.product-home.product-slider.owl-carousel{
	padding-left:50px;
	padding-right:50px;
}
.product-home.product-slider .owl-stage-outer{
	padding:45px 0 65px;
}
.product-home.product-slider .owl-item .col{
	padding:0 5px !important;
}
.product-home.product-slider .owl-item.center .col-inner{
	transform:scale(1.17);
}
.product-home.product-slider .owl-nav button{
	width:30px !important;
	height:30px !important;
	background-color:transparent !important;
	font-size:30px;
}
.product-home.product-slider .owl-nav button.owl-prev{
	left:0;	
}
.product-home.product-slider .owl-nav button.owl-next{
	right:0;
}
.product-home .product-small .btn-link{
	display:block;
}
.product-home .product-small .box-text {
	padding: 25px 25px 30px;
}
.ga-slider-uudiem .gallery-col{
	display:none;
}
.ga-slider-uudiem .gallery-col:first-child{
	display:block;
}
.ga-slider-uudiem .owl-item .col{
	padding:0;
}
.ga-slider-uudiem .owl-stage{
	padding-left:0px !important;
}
.ga-slider-uudiem .owl-item .col .col-inner{
	opacity:0.1;
	transition:all 0.3s;
}
.ga-slider-uudiem .owl-item.active .col .col-inner{
	opacity:1;
}
.ga-slider-uudiem .owl-nav button{
	width:30px;
	height:30px;
	border-radius:50% !important;
	background:#fff !important;
	color:#000 !important;
}
.ga-slider-uudiem .owl-nav button.owl-prev{
	left:0;
	display:none !important;
}
.ga-slider-uudiem .owl-nav button.owl-next{
	right:225px;
}

.sec-chungnhan-home .box-cn .box .box-text{
	background:#f54675;
	padding:10px 15px;
	position:absolute;
	bottom:-30px;
	left:50%;
	transform:translatex(-50%);
	width:calc(100% - 60px);
	z-index:2;
}
.sec-chungnhan-home .box-cn .box .box-text p{
	margin:0;
	font-size:18px;
	color:#fff;
	font-family: "Roboto Condensed", sans-serif !important;
	font-weight:600;
	line-height:1.3;
}
.slider-chungnhan .owl-nav button{
	background:transparent !important;
	font-size:24px !important;
	width:30px;
	height:30px;
	color:#000 !important;
}
.slider-chungnhan .owl-nav button.owl-next{
	right:-30px;
}
.slider-chungnhan .owl-nav button.owl-prev{
	left:-30px;
}
blockquote.tiktok-embed {
	padding: 0;
	border: none;
	margin:0;
}
.box-tiktok p{
	display:none;
}
.blog-camnang .post-item .box-text{
	padding:10px 15px;
}
.blog-camnang .post-item .post-title{
	position:relative;
	padding-top:10px;
}
.blog-camnang .post-item .post-title:before{
	content:'';
	position:absolute;
	top:0;
	left:-15px;
	height:2px;
	width:40px;
	background:#000;
}
.blog-camnang .post-item .post-title a {
	text-transform: capitalize;
}
.blog-camnang .post-item .box-date{
	display:none;
}
.owl-nav-style button{
	width:40px;
	height:40px;
	background:#000 !important;
	font-size:18px !important;
	color:#fff !important;
	border-radius:50% !important;
}
.owl-nav-style button.owl-prev{
	left:-40px;
}
.owl-nav-style button.owl-next{
	right:-40px;
}

/* Liên hệ */
.map-lh{
	height:350px;
}
.title-lh{
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:15px;
	color:#000;
}
.txt-page-lh p:not(.title-lh){
	margin-bottom:5px;
}
.form-style :is(input:not([type='submit']):focus,textarea:focus){
	/* 	box-shadow:0 0 1px 0px var(--xanh) !important;
	border-color:var(--xanh) !important; */
}
.form-lh input{
	height:40px;
}


/* Tin tức */
.blog-archive h1.page-title{
	font-size:24px;
	text-transform:uppercase;
	margin: 20px 0 0;
	color:#000;
}

.blog-archive .post-item .col-inner{
	border:1px solid rgb(1 38 85 / 23%);
	transition:all 0.3s;
	border-radius:5px;
	overflow:hidden;
}
.blog-archive .post-item .col-inner:hover{
	transform:translatey(-3px);
	box-shadow:0 5px 10px 0 #e2e2e2;
}
.blog-archive .post-item  .box-text{
	padding:10px;
}
.blog-archive .post-item .post-title {
	margin:0;
}
.blog-archive .post-item .post-title a,.post-home .post-title a{
	margin:0 0 0 0;
	line-height:1.5;
	font-size:16px;
	font-weight:600;
	color:var(--main);
	text-transform:capitalize;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog-archive .post-item .from_the_blog_excerpt {
	margin:0;
	text-align:justify;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog-archive .post-item .box-image .image-cover > img{
	transition:all 0.3s;
}
.blog-archive .post-item .col-inner:hover .box-image .image-cover > img{
	transform:scale(1.1);
}
.blog-archive .post-item .box-text .box-text-inner{
	display:flex;
	flex-direction:column;
}
.blog-archive .post-item .box-text .from_the_blog_excerpt {
	order:3;
}
.box-date{
	display:flex;
	gap:20px;
	margin-top:10px;
}
.blog-archive .post-item .box-date{
	margin-bottom:10px;
}
.box-date > div{
	font-size:13px;
	color:#9c9c9c;
}
.box-date > div > i{
	margin-right:5px;
}
.blog-archive .post-item .box-text .box-date{
	order:2;
}
.blog-wrapper{
	padding:30px 0 0;
}
.blog-wrapper.blog-archive{
	padding-top:15px;
}
/* Sidebar */
.row.product-sidebar{
	padding:0 7px !important;
}
.row.product-sidebar .product-small.box .box-text{
	padding:0 0 0 10px;
	vertical-align: middle;
}
.row.product-sidebar .product-small.box .product-title a{
	font-size:14px;
}
.row.product-sidebar .product-small.box .price-wrapper bdi {
	font-size: 15px;
}
.row.product-sidebar .badge-container.left.top{
	display:none;
}
.row.product-sidebar .price del bdi {
	font-size: 12px !important;
}
.row.product-sidebar .col{
	padding-bottom:10px;
}
.row.product-sidebar .col .col-inner{
	padding-bottom:10px;
	border-bottom:1px dashed #e2e2e2;
}
.row.product-sidebar .product-small.box .box-image{
	padding:5px;
}
.row.product-sidebar .col:last-child .col-inner{
	padding-bottom:0;
	border-bottom:none;
}
.row.product-sidebar .box-image:before{
	display:none;
}
.row.product-sidebar .product-small.box .wpcbn-btn{
	font-size:14px;
	margin-top:10px;
}
.row.product-sidebar .product-small .btn-link{
	display:none;
}
.row.product-sidebar .product-small .cap-title{
	display:none;
}

/* Khoa học kiểm nghiệm */

/* Trang sản phẩm */
.tab-san-pham ul.nav li{
	margin:0;
}
.tab-san-pham ul.nav li a{
	padding:5px 30px;
	font-size:20px;
	font-weight:600;
	color:#231F20 !important;
	border-bottom:1px solid #000;
}
.tab-san-pham ul.nav li a span{
	font-family: UTMAptima !important;
}
.tab-san-pham ul.nav li.active a{
	color:#ED0740 !important;
}
.tab-san-pham .tab-panels{
	padding:30px 0 0;
}

/* Danh mục sản phẩm */
.shop-page-title{
	display:none;
}
.category-page-row{
	margin-top:0 !important;
	padding-top:0 !important;
}
.title-cat{
	padding:30px 0 0;
}
.title-cat h1{
	text-align:center;
}

/* Chi tiết sản phẩm */
.sec-banner-page.banner-page-pro:before {
	background: url(/wp-content/uploads/2025/11/bg-sec-banner-page-2.png) no-repeat;
	background-position: top center;
	background-size: cover;
}
.product-gallery-wrap .box-img{
	position:relative;
	padding-top:100%;
	border-radius:15px;
	overflow:hidden;
}
.product-main-slider .box-img img {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.product-thumb-grid {
	display:flex;
	flex-wrap:wrap;
	gap:5px;
	margin-right:-5px;
	padding-top:20px;
}
.product-thumb-grid .thumb-item {
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 15px;
	overflow: hidden;
	transition: border-color 0.2s ease;
	width:calc(100% / 3 - 5px);
}
.product-thumb-grid .thumb-item .box-img{
	position:relative;
	padding-top:100%;
}
.product-thumb-grid .thumb-item img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.product-thumb-grid .thumb-item.active {
	border-color: #0073aa;
}

h1.product-title{
	font-size:24px;
	font-family: 'UTMAptima' !important;
	text-transform:uppercase;
	margin:0 0 15px;
}

.acc-product .accordion-item .accordion-title{
	font-size:16px;
	font-weight:bold !important;
	text-transform:uppercase;
	background:transparent !important;
	border-top: 1px solid rgb(0 0 0 / 20%) !important;
	padding:12px 30px 12px 0;
	color:#000 !important;
}
.acc-product .accordion-item .accordion-title span{
	position:relative;
}
.acc-product .accordion-item .accordion-title span:before{
	content:'';
	position:absolute;
	left:0;
	bottom:-5px;
	width:100%;
	max-width:250px;
	height:3px;
	background:#ED0740;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
}
.acc-product .accordion-item.active span:before{
	opacity:1;
	visibility:visible;
}
.acc-product .accordion-item .accordion-title button.toggle{
	margin:0;
	padding:0;
	width:30px;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	left:unset;
	right:0;
	opacity:1;
}
.acc-product .accordion-item button.toggle{
	transform:unset !important;
}
.acc-product .accordion-item.active button.toggle{
	transform:rotate(-180deg) !important;
}
.acc-product .accordion-item .accordion-inner{
	padding:10px 0 0;
}
.acc-product .accordion-item:last-child{
	border-bottom: 1px solid rgb(0 0 0 / 20%) !important;
}
.acc-product .accordion-item .accordion-inner p{
	margin-bottom:10px;
}

.related-products-wrapper{
	border-top:0;
}
.related-products-wrapper h3.product-section-title{
	padding:0;
	font-size:24px;
	font-family: 'UTMAptima' !important;
	margin:0 0 30px;
	text-align:center;
}
.related-products-wrapper .owl-item .col{
	padding:0 15px;
}







/* Footer */
.logo-f{
	width:134px !important;
	margin:0 auto 15px !important;
}
.contact-f p{
	margin:0;
	font-size:15px;
}
.contact-f p + p{
	margin-top:5px;
}
.title-f{
	margin:0 0 10px;
}
.title-f p{
	margin:0;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
}
.menu-f a{
	font-size:15px;
}
.line{
	display:block;
	margin:10px 0 15px;
	width:100; 
	border-top:1px solid rgba(255,255,255,0.47);
}
.col-ex .icon-box .icon-box-img{
	width:50px !important;
}
.col-ex .icon-box .icon-box-text h3{
	font-size:16px;
	font-weight:600;
	margin:0 0 5px 0;
	line-height:1.3;
}
.col-ex .icon-box .icon-box-text p{
	font-size:14.4px;
	line-height:1.3;
	margin:0;
}
.col-ex > .col-inner{
	padding:10px 0;
}

.socialfix {
	position: fixed;
	right: 10px;
	top: 200px;
	z-index: 99;
}
.socialfix li {
	list-style: none;
	margin: 5px 0;
}
.socialfix li a {
	width:40px;
	height:40px;
	display:block;
	border-radius:10px;
	overflow:hidden;
}
.socialfix li a img {
	width: 100%;
	height: 100%;
}




.icon-menu{
	color:#000 !important;
}
.sidebar-menu .nav-sidebar a{
	font-family: UTMAptima !important;
	color:#000;
	font-size:18px;
}
.sidebar-menu .nav-sidebar > li > a{
	font-size:16px;
}
@media only screen and (max-width:1500px){
	.sec-banner-home .row-thuong-hieu:before{
		height:calc(100% + 110px);
		background:url(/wp-content/uploads/2025/12/bg-bottom-banner.png) no-repeat;
		background-position:top center;
		background-size:contain;
	}
}
@media only screen and (max-width:1200px){
	.sec-banner-home .row-thuong-hieu:before{
		height:calc(100% + 90px);
		background:url(/wp-content/uploads/2025/12/bg-bottom-banner.png) no-repeat;
		background-position:top center;
		background-size:contain;
	}
	.sec-banner-home .row-thuong-hieu {
		padding: 30px 15px 30px;
	}
	.ga-slider-uudiem .owl-nav button.owl-next{
		right:145px;
	}
	.owl-nav-style button {
		width: 35px;
		height: 35px;
		font-size: 16px !important;
	}
	.owl-nav-style button.owl-prev{
		left:0px;
	}
	.owl-nav-style button.owl-next{
		right:0px;
	}
}
@media only screen and (max-width: 849px) {
	.header-bg-color{
		background-color:#fff !important;
	}
	body.page-template-page-transparent-header main#main,
	body.archive:not(.category) main#main,
	body.product-template-default main#main{
		padding-top:70px;
	}
	.order-1-tablet{
		order:-1;
	}
	.banner video{
		display:block !important;
	}
	.sec-banner-home .row-thuong-hieu:before {
		height: calc(100% + 78px);
		background: url(/wp-content/uploads/2025/12/bg-bottom-banner.png) no-repeat;
		background-position: top center;
		background-size: contain;
	}
	.sec-banner-home .row-thuong-hieu {
		padding: 50px 15px 30px;
	}
	.col-ex .icon-box{
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	.col-ex .icon-box-text{
		text-align:center;
		padding:5px 0 0 !important;
	}
	.socialfix {
		top: 50%;
		transform: translateY(-50%);
	}
	.product-home .product-small .box-text {
		padding: 25px 10px;
	}
	.sec-sp-chinh .product-small .product-title a {
		font-size: 17px;
	}
	.title-f32 :is(h1,h2,h3,h4,p) {
		font-size: 30px;
	}
	.sec-banner-home .row-thuong-hieu .txt-title h2 {
		font-size: 30px;
	}
	.product-home.product-slider.owl-carousel {
		padding-left: 30px;
		padding-right: 30px;
	}
	.logo-f {
		width: 200px !important;
	}
	.blog-archive .col.post-item {
		max-width: 50%;
		flex-basis: 50%;
	}
	.row.post-sidebar .post-item .box-text .from_the_blog_excerpt {
		font-size: 15px;
		line-height: 1.35;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: justify;
	}
	.row.post-sidebar .post-item .post-title {
		font-size: 16px;
		line-height: 1.3;
	}
	.post-sidebar.col {
		padding-left: 15px !important;
	}
	.row.post-sidebar .post-item .post-title a {
		font-size: 18px;
		font-weight: 600;
	}
	.row.post-sidebar .image-cover {
		padding-top: 65% !important;
	}
	.slider-banner-page .banner .text-box h3 {
		font-size: 26px;
		margin: 0 0 15px;
	}
	.slider-banner-page .banner .text-box p {
		font-size: 16px;
	}
	.tab-san-pham ul.nav li a {
		padding: 5px 20px;
	}
	.row.product-sidebar .product-small .cap-title {
		display: block;
	}

}
@media only screen and (max-width: 568px) {
	.order-1{
		order:-1;
	}
	.slider-banner-page .banner .text-box{
		display:none;
	}
	.flickity-page-dots .dot{
		width:8px !important;
		height:8px !important;
	}
	.owl-nav-style button {
		width: 30px;
		height: 30px;
		font-size: 14px !important;
	}
	.sec-banner-home .row-thuong-hieu:before {
		height: 150px;
		background: url(/wp-content/uploads/2025/12/bg-bottom-banner.png) no-repeat;
		background-position: top center;
		background-size: cover;
		top: -66px;
		bottom:unset;
	}
	.sec-banner-home .row-thuong-hieu {
		padding: 30px 0px 30px;
	}
	.ga-slider-uudiem .owl-nav button.owl-prev{
		left:5px;
		display:flex !important;
	}
	.ga-slider-uudiem .owl-nav button.owl-next{
		right:5px;
	}
	.socialfix {
		top: unset;
		bottom: 0;
		transform: unset;
		left: 0;
		padding: 10px 15px;
		background: #fff;
		width: 100%;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.125);
	}
	.socialfix ul{
		margin: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.socialfix li {
		margin: 0 !important;
	}
	.footer-primary {
		padding: 10px 0 65px;
	}

	.title-f32 :is(h1,h2,h3,h4,p) {
		font-size: 26px;
	}
	.sec-banner-home .row-thuong-hieu .txt-title h2 {
		font-size: 24px;
	}

	.sec-banner-home .row-thuong-hieu .col-content > .col-inner {
		padding: 30px 15px 0;
	}
	.product-small .box-text {
		padding: 15px 0px;
	}
	.product-small .product-title a {
		font-size: 16px;
	}
	.product-home.product-slider.owl-carousel {
		padding-left: 0;
		padding-right: 0px;
	}
	.product-home.product-slider .owl-nav {
		display:none;
	}
	.product-home.product-slider .owl-item.center .col-inner {
		transform: scale(1.05);
	}
	.product-home.product-slider .owl-stage-outer {
		padding: 15px 0 30px;
	}
	.ga-slider-uudiem .owl-nav {
		display:none;
	}
	.blog-archive .col.post-item {
		max-width: 100%;
		flex-basis: 100%;
	}
	.row.product-sidebar .product-small.box .box-text {
		padding: 10px 10px 20px;
		text-align: center;
	}
	.row.product-sidebar .col .col-inner{
		border:1px solid #dedede !important;
		border-radius: 8px;
		overflow: hidden;
	}
	.col-sidebar > .col-inner{
		box-shadow:none;
	}
	.col-sidebar > .col-inner{
		padding:0;
	}
	.row.post-sidebar .post-item > .col-inner{
		padding:0;
		box-shadow: 1px 1px 5px 1px #e5e5e5;
		height: 100%;
		border-radius: 5px;
		overflow: hidden;
		border: 1px solid #e5e5e5;
	}
	.row.post-sidebar .post-item .box-text {
		padding: 15px 10px 10px;
	}
	.row.product-sidebar{
		padding:0 !important;
	}
	.blog-single header .entry-title {
		font-size: 22px;
	}
	.tab-san-pham ul.nav li a {
		padding: 6px 15px;
		font-size: 16px;
	}
	.related-products-wrapper .owl-item .col {
		padding: 0 10px;
	}
	h1.product-title,.related-products-wrapper h3.product-section-title {
		font-size: 20px;
	}

}
