/*
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=Quicksand:wght@300..700&display=swap');
:root{
	--main:#001B71;
	--color1:#e11832;
	--do:#f0454e;
	--xanh:#00833f;
}
html,body,span,label,a,p,button,b,div{
	font-family: "Quicksand", sans-serif;
	font-weight:500;
}
strong,.nav > li > a,nav,li,h1,h2,h3,h4,h5,h6{
	font-family: "Quicksand", sans-serif!important;
}
.p-mb0 p{
	margin-bottom:0;
}
.txt-jus,.txt-jus-p p{
	text-align:justify;
}
.txt-jus :is(h1,h2,h3,h4,h5,h6){
	text-align:left;
}
.pd-b0{
	padding-bottom:0 !important;
}
form :is(input,textarea,select){
	box-shadow:none !important;
	border-radius:4px !important;
}
input[type=submit]{
	margin:0;
	min-height:unset;
	line-height:unset;
}
form{
	margin-bottom:0 !important;
}
.web-korea img{
	width:25px;
}
.wpcf7-spinner,.is-divider,.home .sec-linkpage{
	display:none;
}
.absolute-footer{
	background-color:var(--main) !important;
	padding:0;
}
.footer-secondary{
	display:none;
}
a{
	cursor:pointer;
}

.footer-primary,.copyright-footer{
	width:100%;
	text-align:center;
	color:#fff;
	font-size:15px;
}
.copyright-footer{
	padding:10px 0 15px;
	border-top:1px solid #dadada;
}
.copyright-footer a{
	color:#fff !important;
}
#top-link{
	width: 40px;
	height: 40px;
	border-radius: 5px !important;
	border: 1px solid var(--main) !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/06/top.png) var(--main);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right:8px;
	background-color:var(--main) !important;
}

.add-f p {
	margin-bottom: 5px;
}
.logo-f img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.title-f p{
	font-size:20px;
	font-weight: 600;
	position: relative;
	margin-bottom: 16px !important;
	text-transform:uppercase;
	color:#f1f1f1;
}
.menu-f .ux-menu-link + .ux-menu-link{
	margin-top:7px !important;
}
.menu-f .ux-menu-link__link {
	padding: 0;
	min-height: unset;
}
.menu-f .ux-menu-link__link i {
	width: 15px;
	text-align: left;
	color: #fff;
	font-size: 13px;
	transition: all 0.3s;
}
.menu-f .ux-menu-link__link:hover i{
	transform:translatex(3px);
}
.menu-f .ux-menu-link__link span {
	padding: 0 !important;
}
#top-bar .menu-topbar a {
	color: var(--main);
	font-size: 14px;
	transition:all 0.3s;
}
.header-nav-main.nav-right>li>a{
	position:relative;
	font-size:16px;
	font-weight:700 !important;
	color:#fff !important;
}
.header-nav-main.nav-right>li>a:before{
	content:'';
	position:absolute;
	left:0;
	bottom:18px;
	width:0;
	height:2px;
	background:#fff;
	transition:all 0.3s;
	opacity:1 !important;
}
.header-nav-main.nav-right li:hover > a:before,
.header-nav-main.nav-right li.active > a:before{
	width:100%;
}
.top-bar-nav.nav-right > li > a{
	color:#fff !important;
	opacity:1 !important;
	transition:all 0.3s !important;
}
.header-nav-main.nav-right > li{
	margin:0 15px;
}
.header-nav-main.nav-right > li > .nav-dropdown{
	background:#fff;
	padding:0;
}
.header-nav-main.nav-right .nav-dropdown {
	background:#fff;
	min-width:300px;
}
.header-nav-main.nav-right .nav-dropdown > li > a{
	margin:0;
	padding:11px 10px;
	border-bottom:none;
	color:#000;
	font-size:16px;
	font-weight:500;
	transition:all 0.3s;
}
.header-nav-main.nav-right .nav-dropdown > li:hover > a{
	background:#F7F7F7;
	color: var(--main);
}
#top-bar .menu-topbar a + a {
	margin-left: 24px;
}
#top-bar .menu-topbar a i {
	margin-right: 3px;
}

#top-bar form.searchform .flex-row {
	width: 260px;
	height: 32px;
	border-radius: 99px;
	overflow: hidden;
	background: rgb(255 255 255 / 62%);
	border: 1px solid rgb(0 27 113 / 47%);
}
#top-bar form.searchform .flex-col.flex-grow input {
	border: none;
	background: transparent;
	height: 100%;
	font-style: italic;
	padding-left: 20px;
	color: var(--main);
	font-size: 14px;
}
#top-bar form.searchform  .flex-col.flex-grow input::placeholder{
	color:var(--main);
}
#top-bar form.searchform button[type=submit] {
	background-color: transparent !important;
	box-shadow: none !important;
	height: 100%;
	width: 40px;
	border: none;
	padding: 0;
	color:var(--main);
}
#top-bar .account-item > a {
	display: flex;
	align-items: center;
	font-size: 13px;
	text-transform: capitalize;
}
#top-bar .cart-item > a .header-account-title{
	font-size: 13px;
}
.map iframe{
	width:100%;
	height:100%;
}
.map.map-lh{
	height:350px;
}
.title-lh{
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:15px;
	color:var(--main);
}
.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(--main) !important;
	border-color:var(--main) !important;
}
.form-lh input{
	height:35px;
}
.blog-archive h1.page-title{
	font-size:30px;
	text-transform:uppercase;
	margin: 20px 0 30px;
	color:var(--main);
}

.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.3;
	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;
}
.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 .title-sidebar{
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	background:var(--main);
	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;
}



/* Cua hang */
.dvls_maps_header_left {
	display: flex;
	align-items: center;
	font-size: 16px !important;
	font-weight: 700 !important;
	width: 350px;
	padding:0 10px;
	color:#fff;
}
.dvls_maps_header_left img {
	border-radius: 50% !important;
	margin-right: 5px;
}
.dvls_maps_wrap input.dvls-submit {
	background: #fff !important;
	color: var(--primary-color) !important;
}
.dvls_maps_header {
	background: var(--primary-color) !important;
	padding:20px 0 !important;
	border-radius: 10px !important;
	margin-bottom:10px !important;
}
.dvls_maps_wrap select{
	margin-bottom:0;
	border-color: var(--primary-color) !important;
}
.dvls_maps_main {
	padding-left: 365px !important;
}
.dvls_maps_sidebar {
	background: transparent !important;
	border-radius: 10px;
	border: 1px solid var(--main);
}
.dvls_result_status.show {
	/* 	display: none !important; */
}
.dvls_result_item {
	background: transparent !important;
	border-bottom: none !important;
	padding-bottom: 0 !important;
}
.dvls_result_item+.dvls_result_item{
	padding-top:0 !important;
}
.dvls_result_infor {
	list-style: none;
	background: url(/wp-content/uploads/2025/05/location-icon.png) no-repeat 5px center;
	padding:5px 5px 5px 40px;
	background-size:20px;
	position:relative;
}
.dvls_result_infor:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/* 	background:var(--main); */
	z-index:-1;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
}
.dvls_result_infor:hover:before{
	opacity:1;
	visibility:visible;
}
.dvls_maps_wrap .dvls_result_infor h3,
.dvls_maps_wrap .dvls_result_infor > p a,
.dvls_maps_wrap .dvls_result_infor > p {
	color: #212529 !important;
	font-size: 15px !important;
	line-height:1.5;
}
.dvls_result_infor:hover h3,
.dvls_result_infor:hover > p a,
.dvls_result_infor:hover p{
	color: var(--primary-color) !important;
}
.dvls_maps_wrap .dvls_result_infor p.ph{
	/* 	margin-bottom:0 !important; */
}
.dvls_maps_wrap .dvls_result_infor > a{
	display:none;
}
.owl-item > .col{
	max-width: 100%;
}
.row-camnhankh .col-camnhan{
	padding-bottom:0;
}
.col-camnhan .box-image{
	width:100px !important;
	height:100px;
	border-radius:50%;
}
.col-camnhan .box-image > div,.col-camnhan .box-image > div img{
	height:100%;
	object-fit:cover;
	width:100%;
}
.col-camnhan .box-text h4{
	font-size:18px;
	color:var(--main);
	margin:0 0 10px 0;
}
.col-camnhan .box-text p{
	font-size:16px;
	margin:0;
}
.owl-dots {
	margin:0;
}
.owl-dots button{
	margin:0;
	min-height:unset;
}
.owl-dots button span{
	background:#8b8b8b !important;
}
.owl-dots button.active span{
	background: var(--primary-color) !important;
}
.title-sec h2{
	font-size:30px;
	margin:0 0 20px;
	text-transform:uppercase;
}
.title-sec.has-txt-sub h2{
	margin-bottom:10px;
}
.txt-title-txt .title-sec{
	margin-bottom:10px;
}
.txt-title-txt p{
	text-align:center;
	margin-bottom:0;
}
.title-sec.txt-left{
	text-align:left;
}
.btn-center{
	display:table;
	margin:0 auto;
	font-weight:500;
	text-transform:uppercase !important;
	font-size:15px;
}
.btn-radius{
	border-radius:5px;
}
.col-ex .icon-box .icon-box-img img{
	/* 	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1); */
}
.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;
}
.row.post-home .post-item{
	padding-bottom:10px;
}
.row.post-home .post-item > .col-inner{
	box-shadow:1px 1px 5px 1px #e5e5e5;
	height:100%;
	border-radius:5px;
	overflow:hidden;
	border:1px solid #e5e5e5;
}
.row.post-home .post-title{
	margin:0 0 5px 0;
	font-size:16px;
	line-height:1.3;
	/* 	color:var(--main); */
	color:#333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.row.post-home .post-item .box-text{
	padding:15px 10px 10px;
}
.row.post-home .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;
}

.woocommerce-product-gallery .image-tools.bottom.left {
	display: none;
}
.anhpro .col.large-2{
	max-width: 20% !important;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
}
.anhpro .col.large-10{
	max-width: 80% !important;
	-ms-flex-preferred-size: 80%;
	flex-basis: 80%;
	padding-bottom:0;
}
.vertical-thumbnails::-webkit-scrollbar {
	width: 2px;
}
.vertical-thumbnails::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.vertical-thumbnails::-webkit-scrollbar-thumb {
	background: #888;
}
.vertical-thumbnails::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.vertical-thumbnails .col{
	width:100% !important;
	padding-bottom:0 !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.product-thumbnails a{
	border:2px solid #ccc !important;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:unset;
	margin-bottom:15px;
	height:75px;
	width:75px;
	border-radius:50%;
	padding:2px;
	overflow:hidden;
}
.product-thumbnails a img{
	opacity:1 !important;
	transform:unset !important;
	height:100%;
	width:100%;
	object-fit:cover;
	transition:all 0.3s;
}
.product-thumbnails a:hover img{
	transform:scale(1.1) !important;
}
.product-thumbnails .is-nav-selected a{
	border-color:var(--main) !important;
}
.custom-product-page h1.product-title{
	color:var(--main);
	font-size:28px;
	line-height:1.35;
	margin-bottom:15px;
}
.product-short-description{
	margin-bottom:15px;
	display:block;
	*text-align:justify;
}
.custom-product-page .woocommerce-product-rating{
	margin-bottom:10px;
	display:flex;
	align-items:center;
}
.custom-product-page .woocommerce-product-rating .star-rating{
	margin-right:5px;
}
.custom-product-page .woocommerce-product-rating > a{
	color:blue !important;
	transform: translateY(1px);
}
.custom-product-page .add-to-cart-container{
	margin-bottom:25px;
}
.custom-product-page .add-to-cart-container form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.add-to-cart-container .quantity {
	width: 100%;
	margin: 0 0 15px 0 !important;
	position: relative;
	align-items: center;
}
.add-to-cart-container .quantity:before {
	content: 'Số lượng:';
	margin-right: 10px;
	font-weight: 500;
}
.add-to-cart-container form.cart button[type=submit] {
	width: calc(50% - 5px);
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 5px;
	min-height: unset;
	line-height: unset;
	background-color: #cc141c !important;
	border-radius: 5px;
	transition:all 0.3s;
}
.add-to-cart-container form.cart button[type=submit]:hover{
	transform:translatey(-3px);
}
.add-to-cart-container form.cart button.wpcbn-btn-single {
	background-color: var(--main) !important;
}
.add-to-cart-container .quantity input{
	/* 	border:none !important; */
	height:32px;
	line-height:32px;
	min-height:unset;
	background:#fff !important;
}
table.variations{
	border:none;
}
table.variations th, table.variations td{
	border:none;
	padding: unset !important;
}
table.variations th.label{
	padding:0 0 15px 0 !important;
}
table.variations .reset_variations{
	display:none !important;
}
table.variations .value.woo-variation-items-wrapper > ul{
	gap:7px;
}
table.variations .value.woo-variation-items-wrapper > ul li{
	box-shadow:none !important;
	border:2px solid #ccc;
	padding:5px 10px !important;
	height:unset !important;
	border-radius:5px !important;
	margin:0 !important;
}
table.variations .value.woo-variation-items-wrapper > ul li.selected,
table.variations .value.woo-variation-items-wrapper > ul li:hover{
	border-color:var(--do);
}
.add-to-cart-container .variations ul.single-product-variable-items li:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: -1px;
	top: -1px;
	border-style: solid;
	border-width: 0px 19px 19px 0px;
	border-color: transparent var(--do) transparent transparent;
	display: none;
}
.add-to-cart-container .variations ul.single-product-variable-items li:after {
	position: absolute;
	content: '\f00c';
	font-family: 'Fontawesome';
	right: 0px;
	top: 0px;
	color: #fff;
	font-size: 10px;
	display: none;
}
.add-to-cart-container .variations ul.single-product-variable-items li.selected:before, .add-to-cart-container .variations ul.single-product-variable-items li.selected:after {
	display: block;
}
.quantity input[type=number]{
	width:25px;
}

.product-page-price .woocommerce-Price-amount bdi{
	font-size:26px;
	font-weight:700;
	color:var(--color1);
}
.add-to-cart-container form .single_add_to_cart_button{
	background:var(--color1) !important;
	box-shadow:none !important;
}
.box-muihuong{
	padding:15px;
	border:1px solid var(--main);
	border-radius:8px;
	margin-bottom:20px;
}
.box-muihuong p{
	margin-bottom:10px;
}
.box-muihuong p:last-child{
	margin-bottom:0;
}
.titleT{
	border-radius:5px 5px 0 0;
	font-size:22px;
	background:var(--main);
	color:#fff;
	padding:10px 15px;
	text-transform:uppercase;
	line-height:1.3;
	margin:0;
	font-weight:600;
}
.ndT{
	text-align:justify;
	padding:20px 15px;
	margin-bottom:20px;
	background:#cccccc29;
	border-radius:0 0 5px 5px;
	background:#fff;
	box-shadow:0 0 35px rgba(0, 0, 0, .15)
}
.ndT p{
	margin-bottom:10px;
}
.col.anhpro{
	max-width:58%;
	flex-basis:58%;
}
.col.tt-pro{
	max-width:42%;
	flex-basis:42%;
}
/* thành phần */
.txt-uu-diem p{
	font-size:18px;
}
.box-thanhphan .box-image img{
	max-height:120px;
	object-fit:contain;
}
.box-thanhphan .col-inner{
	height:100%;
	border-radius:10px;
	min-height:355px;
	padding:15px 0 0;
}
.box-thanhphan h4{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 15px 0;
	padding-bottom:15px;
	position:relative;
}
.box-thanhphan h4:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	transform:translatex(-50%);
	height:4px;
	background:#0000002b;
	width:50%;
}
.box-thanhphan p{
	font-size:15px;
	line-height:1.35;
}
.row.product-home{
	position:relative;
}
.owl-nav{
	margin:0 !important;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	left:0;
	width:100%;
}
.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;
	border-radius:50% !important;
}
.owl-nav-style button{
	width:40px;
	height:40px;
	background:var(--main) !important;
	font-size:18px !important;
	color:#fff !important;
}
.owl-nav-style button.owl-prev{
	left:-40px;
}
.owl-nav-style button.owl-next{
	right:-40px;
}
.row.product-home .product-small.box .product-title a{
	/* 	min-height:59px; */
}
.row.product-home .owl-item .col{
	padding:0 !important;
}
.row.product-home .col-inner{
	border:none !important;
	box-shadow:none !important;	
}
.row.product-home .col-inner,.product-small.col .col-inner{
	border:1px solid #dedede;
	border-radius:8px;
	overflow:hidden;
	height:100%;
	background:#fff;
}
.row.product-home .col-inner:hover,.product-small.col .col-inner:hover{
	box-shadow:1px 1px 10px rgba(115,129,54,.2);
}
.product-small.box .box-text{
	padding:5px 10px 20px;
}
.product-small.box .box-image{
	padding:13px;
}
.product-small.box .product-title{
	margin:0;
}
.product-small.box .product-title a{
	margin:0 0 10px 0;
	font-size: 21px;
	font-weight: 700;
	text-transform:capitalize;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--primary-color);
}
.product-small.box .price-wrapper .price{
	text-align:center;
}
.product-small.box .price-wrapper bdi{
	font-size: 19px;
	color:var(--color1);
	font-weight:700;
}
.product-small.box .wpcbn-btn{
	margin:17px auto 0;
	display:table;
	width:100%;
	font-size:16px;
	text-transform:initial;
	font-weight:500;
	min-height:unset;
	line-height:unset;
	border-radius:5px;
	padding:5px 10px;
}
.product-small.box .box-image > div:first-child{
	position:relative;
}
.product-small.box .box-image:before{
	/* 	content:'';
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	pointer-events:none;
	background:transparent;
	border:3px solid var(--main);
	border-radius:4px; */
}
.price del{
	text-decoration:unset !important;
}
.price del bdi{
	text-decoration:line-through !important;
	font-size:12px !important;
	color: var(--main) !important;
	font-weight: 500 !important;
}
.badge-container.left.top{
	margin:5px 0 0 5px;
}
.badge-container.left.top .badge{
	width:unset;
	height:unset;
	border-radius:3px;
	overflow:hidden;
}
.badge-container.left.top .badge .badge-inner{
	background:var(--color1);
	padding:7px 10px;
}
.product-section {
	border-top: none !important
}
.related-products-wrapper .product-section-title{
	margin:0 0 10px;
	font-size:22px;
	text-transform:uppercase;
	color:var(--main);
	font-weight:600;
}
.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;
}
.txt-jus{
	text-align:justify;
}
.tax-product_cat .row.category-page-row{
	/* 	padding-top:0; */
}
h1.title-categoryT{
	color:var(--main);
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:20px;

}
#shop-sidebar .widget-title {
	color:#fff;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	display:block;
	background:var(--main);
	padding:10px;
	line-height:1.5;

}
.video-banner{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 47%;
	background-color: #884e4a;
	overflow: hidden;
}

.video-banner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events:none;
}
#shop-sidebar aside{
	box-shadow:0 0 5px 0 #ccc;
}
#shop-sidebar .product-categories{
	padding:15px;
}
#shop-sidebar .product-categories .cat-item a{
	font-size:17px;
}
#shop-sidebar .product-categories .cat-item.active a,
#shop-sidebar .product-categories .cat-item a:hover{
	color:var(--main);
}
#shop-sidebar .product-categories li+li{
	border-top:1px dashed #ececec;
}
.row.post-shop-sidebar {
	margin-left:0 !important;
	margin-right:0 !important;
}
.post-shop-sidebar .post-title{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:15px;
	margin:0 0 7px 0;
}
.post-shop-sidebar .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:14px;
	line-height:1.3;
	margin:0 0 5px 0;
}
.post-shop-sidebar .box-text{
	padding:7px 0 0;
}
.post-shop-sidebar .post-item .col-inner:hover .post-title{
	color:var(--main);
}


#wpdcom,#comments{
	max-width:100% !important;
}
.sec-camket{
	/* 	border-bottom:1px solid #acacac; */
}
.sec-thanhphan .title-sec{
	margin-bottom:15px;
}

h1.title-cs{
	color:var(--main);
	margin-bottom:20px;
	text-transform:uppercase;
}
table {
	border: 1px solid #dee2e6;
	border-collapse: collapse;
}
th, td {
	border: 1px solid #dee2e6;
	font-size: 15px;
	padding: 12px !important;
}
.woocommerce-product-gallery .badge-container.left.top{
	display:none;
}
.related-products-wrapper .product-small.box .product-title a{
	/* 	min-height:47px; */
}
.mobile-sidebar .nav-sidebar li a,
.mobile-sidebar .nav-sidebar li a span{
	/* 	font-family: 'Philosopher', sans-serif !important; */
}
.mobile-sidebar .nav-sidebar > li > a{
	color:var(--main);
	font-size:15px;
	font-weight:600;
}
.mobile-sidebar .nav-sidebar .icon-angle-down{
	color:var(--main);
}
.mobile-sidebar .searchform input{
	height:35px;
}
.mobile-sidebar .searchform button[type=submit]{
	background-color:var(--main) !important;
}
#comments{
	margin-bottom:0;
	width:100%;
	flex-basis:100%;
}
#review_form_wrapper{
	max-width:100%;
	width:100%;
	flex-basis:100%;
}
h3.woocommerce-Reviews-title{
	color:var(--main);
}
.woocommerce-review__author{
	text-transform:capitalize;
}
.secondary.is-underline, .secondary.is-link, .secondary.is-outline, .stars a.active, .star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before, .color-secondary,.secondary.is-underline, .secondary.is-link, .secondary.is-outline, .stars a.active, .star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before, .color-secondary,.stars a:hover:after, .stars a.active:after{
	color:#efd200 !important;
}
.shippingBox_main_item > .col-inner{
	border-radius:7px;
	overflow:hidden;
	background:#cccccc29;
	padding:10px 15px;
}
.shippingBox_main_item p{
	margin-bottom:5px;
}
.shippingBox_main_item ul{
	margin:0;
}
.shippingBox_main_item ul li{
	margin-bottom:0;
}
.txt-dt p{
	margin-bottom:0;
}
.txt-dt p i{
	color:var(--color1);
	margin-right:3px;
}
.archive .products .product-small.col .col-inner:hover .box-image img{
	/* 	transform:scale(1.1); */
}
#commentform input[type=submit]{
	padding:5px 15px;
}
.product-price-container .product-page-price{
	/* 	display:flex;
	align-items:baseline;
	flex-direction:row-reverse;
	justify-content:flex-end;
	gap:15px; */
}
.product-price-container .product-page-price del bdi{
	font-size:17px !important;
}

.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%;
}
a {
	cursor: pointer;
}
.sec-nhomsp .col-h > .col-inner{
	height:100%;
	background:#efefef;
}

.box.nhom-sp .box-text{
	padding:10px 5px ;
	background:#405e81;
}
.nhom-sp h4 a,.nhom-sp h4{
	color:#fff;
}
.nhom-sp.n1 h4 a{
	margin:0;
	font-size:20px;
}
.nhom-sp.n2 h4 a{
	font-size:16px;
}
.nhom-sp.n2 .image-cover{
	padding-top:58% !important;
}
.nhom-sp.n3 h4 a{
	font-size:15px;
}
.nhom-sp.n3 .image-cover{
	padding-top:68% !important;
}
.col-baochi .col-inner{
	box-shadow: 1px 1px 5px 1px #e5e5e5;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.col-baochi .box-text{
	padding: 15px 10px 10px;
}
.col-baochi .box-text h4,
.col-baochi .box-text h4 a{
	/* 	color:var(--main); */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 0 5px 0;
	text-overflow: ellipsis;
}
.col-baochi .box-text h4 a{
	margin: 0 0 7px 0;
	font-size: 16px;
	line-height: 1.3;
}
.col-baochi .box-text p{
	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;
	margin:0;
}
.link-shop .icon-tmdt{
	display:flex;
}
.link-shop .icon-tmdt a{
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:5px;
	overflow:hidden;
}
.link-shop .icon-tmdt a + a{
	margin-left:10px;
}
.link-shop .icon-tmdt a img{
	height:100%;
}
.title-tmdt{
	margin-bottom:10px;
	font-size:18px;
	font-weight:600;
	color: #000082;
}

/* <div class="marquee-container"><div class="marquee-content"><p>CORNWELL’S - MADE IN AUSTRALIA - SINCE 1895</p><img src="/wp-content/uploads/2025/05/Flag_Australia.webp" alt="Australian Flag" /></div></div> */
.marquee-container img{
	height:40px;
	margin-left:20px;
}
.marquee-container p{
	color:var(--main);
	font-size:47px;
	line-height:1;
	font-weight:600;
	margin:0;
	display:flex;
	align-items:center;
	white-space:nowrap;
	width: max-content;
	flex-shrink: 0;
}
.marquee-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.marquee-content {
	padding: 15px 0;
	display: flex;
	align-items:center;
	white-space: nowrap;
	text-transform: uppercase;
	animation: marquee 20s linear infinite;
	cursor: pointer;
}
.marquee-container:hover .marquee-content {
	animation-play-state: paused;
}
@keyframes marquee {
	0%   { transform: translateX(100%); }
	100% { transform: translateX(-100%); }
}


.video-tiktok blockquote {
	padding: 0 !important;
	border: none !important;
}
.video-tiktok p{
	margin:0;
	height:0;
}
.icon-menu{
	color:#fff;
	font-size:20px !important;
}
/* Giới thiệu 2 */
.sec-gt2 .col-img > .col-inner{
	padding-top:30px;
	padding-right:50px;
}
.sec-gt2 .col-img > .col-inner:before,
.sec-gt2 .col-img > .col-inner:after{
	content:'';
	position:absolute;
}
.sec-gt2 .col-img > .col-inner:before{
	background:var(--main);
	top: 65px;
	bottom: -35px;
	right: 0;
	left: 35px;
}
.sec-gt2 .col-img > .col-inner:after{
	background:#fff;
	border:3px solid var(--main);
	top: 0;
	right: 10px;
	left: 18px;
	height: 100%;
	z-index: -1;
}
.sec-gt2 .title-t1{
	font-family: "Dancing Script", cursive !important;
	font-size:70px;
	line-height:1;
	color:var(--main);
	margin-bottom:15px;
}
.sec-gt2 .txt-gt2 p{
	text-align:justify;
}
.col.col-dac-tinh > .col-inner{
	height:100%;
	padding:15px 15px 45px;
	border-radius:10px;
	background:#fff;
}
.col.col-dac-tinh > .col-inner p{
	color:#333;
}
.col.col-dac-tinh > .col-inner .num{
	position:absolute;
	right:10px;
	font-size:80px;
	line-height:1;
	bottom:0;
	font-weight:700;
	pointer-events:none;
	color:#000;
	opacity:0.1;
}
.ga-tiktok .owl-stage {
	transition-timing-function: linear !important;
}
.ga-tiktok .gallery-col.col{
	padding:0 10px;
}
.row-sp .col-nd-sp .title-sec{
	margin:0 0 15px 0;
	font-size:26px;
}
.row-sp .col-nd-sp p{
	margin:0;
}
.row-sp .col-ic .icon-box-img{
	height:65px;
	border-radius:50%;
	padding:5px;
	background:var(--main);
}
.row-sp .col-ic .icon,.row-sp .col-ic .icon-inner{
	width:100%;
	height:100%;
}
.row-sp .col-ic .icon-inner{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.row-sp .col-ic img{
	padding:0;
	width:100%;
}
.row-sp .col-ic .icon-box-text h3{
	font-size:15px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:600;
}
.row-sp .col-ic .icon-box-text p{
	margin:0;
	font-size:15px;
	line-height:1.3;
}
.btn-link-sp{
	min-height:unset;
	line-height:unset;
	font-weight:500;
	border-radius:5px;
	padding:7px 20px;
	font-size:15px;
	display:table;
	margin:0 auto 15px;
	position:relative;
	box-shadow:none !important;
	background:var(--main);
	color:#fff !important;
	transition:all 0.3s;
}
.btn-link-sp:hover{
	background:#0377bb;
}

.row-top-pro{
	margin-top:-100px;
}
.col-top-pro > .col-inner{
	background:#fff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .15);
	box-shadow: 0 0 35px rgba(0, 0, 0, .15);
	padding:30px 30px 0;
	border-radius:5px;
}
.tab-thongtin-sp > .nav li{
	margin:0;
}
.tab-thongtin-sp > .nav li a{
	display:inline-flex;
	height:60px;
	min-width:170px;
	align-items:center;
	justify-content:center;
	padding:0 15px;
	font-size:17px;
	font-weight:500;
	color:#000;
	position:relative;
}

.tab-thongtin-sp > .nav li a:before{
	content:'';
	position:absolute;
	bottom:0;
	height:2px;
	width:0;
	left:50%;
	transform:translatex(-50%);
	transition:all 0.3s;
	background:#000;
	opacity:1 !important;
}
.tab-thongtin-sp > .nav li:hover a:before,
.tab-thongtin-sp > .nav li.active a:before{
	width:100%;
}
.tab-thongtin-sp > .nav li.active a:before{
	background:var(--main);
}
.tab-thongtin-sp > .nav li.active a{
	color:var(--main);
}
.tab-thongtin-sp .nd-sp{
	padding:30px 20px;
	background: #fff;
	border-radius:5px;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .15);
	box-shadow: 0 0 35px rgba(0, 0, 0, .15);
}
.banner-sp img{
	width:100%;
}

.col-binhluan .img-bl{
	width:120px !important;
	height:120px;
	border-radius:50%;
	margin:0 auto;
	overflow:hidden;
}
.col-binhluan .img-bl .img-inner,.col-binhluan .img-bl .img-inner img{
	height:100%;
	width:100%;
	object-fit:cover;
}
.col-binhluan .text p{
	font-size:17px;
	font-weight:500;
	color:#000;
}
.col-binhluan .text h4{
	font-size:20px;
	margin:0;
	color:#fff;
}
.col-binhluan .text h5{
	margin:0;
	font-size:16px;
	font-weight:400;
	color:#fff;
}
.owl-item .col-binhluan{
	padding:0 40px;
}
.row-binhluan .owl-dots button span{
	background:#9E9E9E !important;
}
.row-binhluan .owl-dots button.active span{
	background:var(--primary-color) !important;
}
.img-banner-bl img{
	display:none;
}
.banner-bl{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.sec-sanpham{
	overflow:hidden;
}
.sec-sanpham .col-text{
	flex-basis: 26%;
	max-width: 26%;
}
.sec-sanpham .col-img{
	flex-basis: 48%;
	max-width: 48%;
}

/* ANH SAN PHÂM TRANG CHU */
.row-sp .col-img .img{
	margin:0;
	transition:all 0.3s;
}
.row-sp .img-1,.row-sp .img-2{
	position:absolute;
	top:0;
	left:0;
}
.z-2{
	z-index:2;
}
.sec-kham-pha{
	margin-top:100px;
	border-top:30px solid var(--main);
	border-bottom:30px solid var(--main);
}
.sec-kham-pha .section-content{
	padding-bottom:20px;
}
.sec-kham-pha .section-content:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#eef8fe;
	z-index:2;
}
.sec-kham-pha .img.logo-top{
	width:205px !important;
	margin:-60px auto 50px;
}
.sec-kham-pha .img.logo-top img{

}
.sec-kham-pha .section-content:after{
	width:359px;
	height:359px;
	border: 30px solid var(--main);
	border-radius:50%;
	content:'';
	position:absolute;
	top:-130px;
	left:50%;
	transform:translatex(-50%);
	background:#eef8fe;
}
.sec-kham-pha .section-content > *{
	position:relative;
	z-index:3;
}
.ga-chungnhan .owl-item .gallery-col{
	padding-bottom:5px;
}
.sec-dk-doitac .col-dk > .col-inner{
	background:var(--main);
	border-radius:10px;
	padding:20px;
}
.txt-dk h3{
	font-size:18px;
	margin:0;
	text-transform:uppercase;
	font-weight:600;
}
.txt-dk h3,.txt-dk p{
	color:#fff;
}
.form-dk-doitac > p{
	display:flex;
	gap:10px;
}
.form-dk-doitac input{
	margin:0;
	height:40px;
}
.form-dk-doitac input[type=submit]{
	font-weight:500;
	font-size:15px;
	background-color:var(--color1) !important;
}
.col-form-dk-dt > .col-inner{
	display:flex;
	gap:10px;
}
.col-form-dk-dt > .col-inner > .img{
	height:40px;
	width:40px !important;
	margin:0;
	flex-shrink:0;
}
.col-form-dk-dt > .col-inner > .img .img-inner,.col-form-dk-dt > .col-inner > .img .img-inner img{
	height:100%;
	width:100%;
}
.product-small .text-product-short{
	margin-top:10px;
}

.text-product-short p{
	text-align: center!important;
	font-weight:500;
	line-height:1.3;
	font-size:16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

}

@media screen and (min-width: 850px) {
	.col-binhluan .large-4 {
		padding: 0 60px 0px!important;
	}
}
.feature{
	background-image: url(/wp-content/uploads/2025/05/bg-footer-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.text-h2 h2{
	color: var(--primary-color);
	text-transform: uppercase;
}
.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:var(--main);
}
.blog-camnang .post-item .post-title a {
	margin: 0 0 0 0;
	line-height: 1.3;
	font-size: 18px;
	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-camnang .post-item .box-date{
	display:none;
}
.dvls_maps_header form > .dvls_maps_col{
	display:none;
}
.title-contact-f p{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	margin:0 0 7px;
}
.title-contact-f.t-border p{
	border-bottom:2px solid #f1f1f1;
	padding-bottom:5px;
}

.sec-camnang-home .txt-sub-title{
	width:100%;
	max-width:500px;
	margin:0 auto;
}
.list-cong-dung .ux-menu-link{
	margin-bottom:10px !important;
}
.list-cong-dung .ux-menu-link a{
	padding:0;
	min-height:unset;
	color:#000;
	font-size:16px;
	font-weight:600;
	position:relative;
	padding-left:16px;
	transition:all 0.2s;
}
.list-cong-dung .ux-menu-link a:hover{
	color:var(--main) !important;
}
.list-cong-dung .ux-menu-link a:before{
	content:'';
	position:absolute;
	top:9px;
	left:0;
	width:7px;
	height:7px;
	background:var(--main);
	border-radius:50%;
}
blockquote.tiktok-embed{
	padding:0;
	border:none;
}
.box-tiktok > .col-inner > p{
	display:none;
}
.sec-banner-home .btn-banner-home{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	margin:0;
	position:absolute;
	bottom:18%;
	left:19%;
	z-index:2;
	text-transform:capitalize;
	background-color:#fff !important;
	color:var(--main);
	box-shadow:none !important;
	padding:6px 15px 8px 17px;
	font-size:16px;
	transition:all 0.3s;
	border:1px solid var(--main);
}
.sec-banner-home .btn-banner-home:hover{
	background-color:var(--main) !important;
	color:#fff;
}
.sec-banner-home .btn-banner-home span{
	font-weight:600;
}
.sec-banner-home .btn-banner-home:after{
	content:'';
	display:inline-block !important;
	width:30px;
	height:30px;
	background:url(/wp-content/uploads/2025/06/shopee-btn.png) no-repeat;
	background-position:center;
	background-size:contain;
	transform:translatey(-1px);
}

.sec-banner-home .btn-banner-home.btn-2{
	position:relative;
	bottom:unset;
	left:unset;
	background-color:var(--main) !important;
	color:#fff;
}
.sec-banner-home .btn-banner-home.btn-2:hover{
	transform:translatey(-3px);
	box-shadow:0 5px 10px 0 rgba(0,0,0,0.2) !important;
}
.sec-banner-home .txt-banner h1{
	font-size:48px;
	font-weight:800;
	background: linear-gradient(90deg, #001b71, #00aeef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height:1.1;
	margin:0 0 10px;
}
.sec-banner-home .txt-banner p{
	color:var(--main);
	font-weight:500;
}

.khachhang .icon img{ 
	border-radius: 99px;
	padding-top: 0;
}
.khachhang .text-icon{
	position: relative;
	padding: 25px 60px;
}
.khachhang .text-icon p{
	margin-bottom: 2px;
}
.khachhang .text12 p{
	font-size: 17px;
	font-family: 'Muli-B' !important;
}
.khachhang .text-icon:after {
    content: '';
    background-image: url('/wp-content/uploads/2025/08/quotes-right.png');
    width: 50px;
    height: 42px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.khachhang .icon-box-img img{
	height: 152px !important;
	object-fit: cover;
}
.khachhang .text-icon:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/08/quotes-left.png');
    width: 50px;
    height: 42px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width:1200px){
	.owl-item .col-binhluan {
		padding: 0 30px;
	}
}
@media only screen and (max-width:1024px){
	.content-mq p{
		font-size:40px;
	}
	.owl-nav button.owl-next {
		right: 0;
	}
	.owl-nav button.owl-prev {
		left: 0;
	}
	.product-small.box .box-text {
		padding: 10px 10px 20px;
	}
	.product-small.box .price-wrapper bdi {
		font-size: 18px;
	}
}
@media only screen and (max-width:849px){
	.sec-banner-home .btn-banner-home {
		padding: 5px 10px 7px 15px;
		font-size: 14.4px;
	}
	.sec-banner-home .btn-banner-home:after {
		width: 25px;
		height: 25px;
		transform: translatey(-2px);
	}
	.sec-banner-home .txt-banner h1 {
		font-size: 30px;
	}
	.sec-banner-home .txt-banner p{
		margin:0 0 15px;
		line-height:1.35;
	}
	.btn-center-tablet{
		display:table;
		margin:0 auto;
	}
	.txt-gt-home p{
		text-align:center;
	}
	.sec-gt2 .col-txt{
		order:-1;
	}
	.marquee-container p{
		font-size:36px;
	}

	.page-template-page-transparent-header #main{
		padding-top:80px;
	}
	.header-bg-color {
		/* 		background-color: #951a1a !important; */
	}
	#logo a img {
		/* 		filter: brightness(0) invert(1) !important; */
		/* 		-webkit-filter: brightness(0) invert(1) !important; */
	}
	.row.product-home .owl-item .col {
		padding: 0 15px !important;
	}
	.title-sec {
		font-size: 24px;
	}
	.box-thanhphan .box-image img {
		max-height: 110px;
	}
	.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;
	}
	.dvls_maps_sidebar{
		width:300px !important;
	}
	.dvls_maps_main {
		padding-left: 315px !important;
	}
	.dvls_maps_header_left {
		width: 300px;
	}
	.listPost .post-item .post-title{
		min-height:unset;
	}
	.post-sidebar.col {
		padding-left: 15px !important;
	}
	.row.post-sidebar .image-cover{
		padding-top:65% !important;
	}
	.anhpro .col.large-2 {
		max-width: 100% !important;
		-ms-flex-preferred-size: 100%;
		flex-basis:100%;
	}
	.product-thumbnails a{
		margin-bottom:0;
	}
	.product-thumbnails a{
		width:50px;
		height:50px;
	}
	.anhpro .col.large-10 {
		max-width: 100% !important;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding-bottom:15px;

	}
	.blog-single header .entry-title ,.custom-product-page h1.product-title{
		font-size: 24px;
	}
	.col.anhpro,.col.tt-pro {
		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;
	}
	.socialfix {
		top: 50%;
		transform: translateY(-50%);
	}
	.blog-archive .col.post-item{
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.row-sp .col-nd{
		order:1;
	}
	.row-sp .col-nd-sp .title-sec {
		margin: 0 0 15px 0;
		font-size:24px;
	}
	.col-top-pro > .col-inner {
		padding: 30px 15px 0;
	}
	.row-top-pro {
		margin-top: -60px;
	}
	.tab-thongtin-sp > .nav li a{
		min-width:unset;
		font-size:16px;
	}
	.tab-thongtin-sp > .nav li {
		margin: 0 15px;
	}
	.title-sec h2{
		margin:0 0 15px;
	}
	.sec-sanpham .col-text,.sec-sanpham .col-img {
		flex-basis: 100%;
		max-width: 100%;
	}
	.sec-kham-pha {
		border-top: 20px solid var(--main);
		border-bottom: 20px solid var(--main);
	}
	.sec-kham-pha .section-content:after {
		width: 330px;
		height: 330px;
		border: 20px solid var(--main);
		top: -125px;
	}

}
@media only screen and (max-width:568px){
	.title-sec h2{
		font-size: 24px;
	}
	.sec-dk-doitac .icon-box-img{
		width:50px !important;
	}
	.txt-dk h3 {
		font-size: 17px;
	}
	.row-sp .col-img .img{
		transition:unset;
	}
	.sec-gt2 .title-t1 {
		font-size: 56px;
	}
	.sec-gt2 .col-img > .col-inner {
		padding-right: 40px;
	}
	.marquee-container p{
		font-size:26px;
	}
	.marquee-container img {
		height: 26px;
		margin-left:10px;
	}
	.marquee-content {
		padding: 5px 0;
		animation: marquee 10s linear infinite;
	}
	.box-thanhphan .box-image img {
		max-height: 90px;
	}
	.box-thanhphan .col-inner {
		min-height: 375px;
	}
	.box-thanhphan h4 {
		font-size: 16px;
	}
	.product-small.box .product-title a {
		-webkit-line-clamp: 3;
	}
	.row.product-home .owl-nav button {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	.dvls_maps_sidebar {
		width: 100% !important;
		margin-bottom:10px;
	}
	.dvls_maps_main {
		padding-left: 0 !important;
	}
	.dvls_maps_header_right{
		float:unset !important;
		width:100%;
		padding:0 10px !important;
		text-align:center;
	}
	.title-sec {
		font-size: 22px;
	}
	.form-lh input[type=submit] {
		display:table;
		margin:0 auto;
	}
	.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;
	}

	.titleT {
		font-size: 20px;
		padding: 7px 15px;
	}
	.related-products-wrapper .product-section-title {
		margin: 0 0 10px;
	}
	.col.anhpro, .col.tt-pro {
		max-width: 100%;
		flex-basis: 100%;
	}
	.row.row-ship-mb{
		margin-bottom:30px;
	}
	.col.shippingBox_main_item{
		padding-bottom:10px;
	}

	.col-right-nhomsp,.col-left-nhomsp{
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.nhom-sp.n1 .image-cover,.nhom-sp.n2 .image-cover,.nhom-sp.n3 .image-cover{
		padding-top:56.25% !important;
	}
	.nhom-sp.n1 h4 a,.nhom-sp.n2 h4 a,.nhom-sp.n3 h4 a{
		font-size:18px !important;
	}
	.box.nhom-sp .box-text {
		padding: 15px 5px;
	}
	.blog-archive .col.post-item{
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.socialfix {
		top: 65%;
	}
	.row-top-pro {
		margin-top: 0;
	}
	.blog-single header .entry-title{
		font-size:22px;
	}
	.col-form-dk-dt > .col-inner{
		flex-wrap:wrap;
		justify-content:center;
	}
	.col-form-dk-dt > .col-inner .wpcf7{
		width:100%;
	}
	.form-dk-doitac > p{
		justify-content:center;
		flex-direction:column;
	}
	.sec-kham-pha .img.logo-top {
		width: 180px !important;
		margin: -80px auto 50px;
	}
	.sec-kham-pha .section-content:after {
		width: 255px;
		height: 255px;
		border: 15px solid var(--main);
		top: -105px;
	}
	.sec-kham-pha {
		border-top: 15px solid var(--main);
		border-bottom: 15px solid var(--main);
	}
	.owl-nav-style button {
		width: 35px;
		height: 35px;
		font-size: 14px !important;
	}
}
@media only screen and (max-width:440px){
	.sec-gt2 .col-img > .col-inner {
		padding-top: 16px;
		padding-right: 23px;
	}
	.sec-gt2 .col-img > .col-inner:before {
		top: 35px;
		bottom: -20px;
		right: 0;
		left: 35px;
	}
	.box-thanhphan .col-inner {
		min-height: 300px;
	}
	.price del {
		/* 		margin-bottom:5px;
		display:block */
	}
	#review_form_wrapper .review-form-inner.has-border{
		padding:15px 15px 20px;
	}
	.title-sec {
		font-size: 20px;
	}
	.product-small.box .box-image {
		padding: 10px;
	}
	.product-small.box .box-image:before {
		top: 8px;
		left: 8px;
		right: 8px;
		bottom: 8px;
		border: 2px solid var(--main);
	}
	.product-small.box .product-title a{
		font-size:15px;
	}
	.row.product-home .owl-item .col{
		padding-left:7px !important;
		padding-right:7px !important;
	}
	.content-mq p {
		font-size: 24px;
	}

	.add-to-cart-container form.cart button[type=submit]{
		width:100%;
		margin-bottom:10px;
		font-size:16px;
	}
}
















