/*
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,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
/* font-family: "Dancing Script", cursive; */

:root{
	--main:#012655;
	--color1:#e11832;
	--color-menu:#951a1a;
	--do:#E11832;
}
html,body,span,label,a,p,button,b,div{
	font-family: 'Open Sans', sans-serif;
}
strong,.nav > li > a,nav,li,h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif !important
}
.txt-jus{
	text-align:justify;
}
.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;
}
.footer-secondary{
	display:none;
}
.footer-primary,.copyright-footer{
	width:100%;
	text-align:center;
	color:#fff;
	font-size:15px;
}
.add-f p {
	margin-bottom: 5px;
}
.title-f {
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 16px !important;
	text-transform:uppercase;
	color:var(--main);
}
.menu-f .ux-menu-link__link {
	padding: 2px 0;
	min-height: unset;
}
.menu-f .ux-menu-link__link i {
	width: 15px;
	text-align: left;
	color: var(--main);
	font-size: 13px;
}
.menu-f .ux-menu-link__link span {
	padding: 0 !important;
}
#top-bar .menu-topbar a {
	color: #fff;
	/* 	color: var(--color1); */
	font-size: 14px;
	transition:all 0.3s;
}

#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: rgba(255,255,255,.2);
	border: 1px solid rgba(255,255,255,.2);
}
#top-bar form.searchform .flex-col.flex-grow input {
	border: none;
	background: transparent;
	height: 100%;
	font-style: italic;
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
}
#top-bar form.searchform  .flex-col.flex-grow input::placeholder{
	color:#fff;
}
#top-bar form.searchform button[type=submit] {
	background-color: transparent !important;
	box-shadow: none !important;
	height: 100%;
	width: 40px;
	border: none;
	padding: 0;
}
#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 h1.page-title span{
	font-family: 'Philosopher', sans-serif !important;
}
.listPost .post-item .col-inner{
	border:1px solid rgb(1 38 85 / 23%);
	transition:all 0.3s;
	border-radius:5px;
	overflow:hidden;
}
.listPost .post-item .col-inner:hover{
	transform:translatey(-3px);
	box-shadow:0 5px 10px 0 #e2e2e2;
}
.listPost .post-item  .box-text{
	padding:10px;
}
.listPost .post-item .post-title{
	margin:0 0 10px 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;
	min-height:47px;
}
.listPost .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;
}
.listPost .post-item .box-image .image-cover > img{
	transition:all 0.3s;
}
.listPost .post-item .col-inner:hover .box-image .image-cover > img{
	transform:scale(1.1);
}
.listPost .post-item .box-text .box-text-inner{
	display:flex;
	flex-direction:column;
}
.listPost .post-item .box-text .from_the_blog_excerpt {
	order:3;
}
.box-date{
	display:flex;
	gap:20px;
	margin-top:10px;
}
.listPost .post-item .box-date{
	margin-bottom:10px;
}
.box-date > div{
	font-size:13px;
	color:#9c9c9c;
}
.box-date > div > i{
	margin-right:5px;
}
.listPost .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);
}
.blog-single .box-date{
	display:flex;
	gap:20px;
}
.single-page{
	padding:0;
}
.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{
	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:var(--main);

}
.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_right form > .dvls_maps_col{
	display:none;
}
.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(--main) !important;
}
.dvls_maps_header {
	background: var(--main) !important;
	padding:20px 0 !important;
	border-radius: 10px !important;
	margin-bottom:10px !important;
}
.dvls_maps_wrap select{
	margin-bottom:0;
	border-color:var(--main) !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/2024/04/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(--main) !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(--main) !important;
}
.title-sec{
	text-align:center;
	font-size:30px;
	color:var(--main);
	margin-bottom:30px;
	text-transform:uppercase;
}
.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;
}
.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:14px;
	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);
	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;
}

/* Track */
.vertical-thumbnails::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.vertical-thumbnails::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.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;
}
/* .product-thumbnails .flickity-viewport{
height:80px !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 {
	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:hover{
	transform:translatey(-3px);
}
.add-to-cart-container form.cart > button.wpcbn-btn-single {
	background-color: #06327a !important;
}

.add-to-cart-container .quantity input{
	/* 	border:none !important; */
	height:32px;
	line-height:32px;
	min-height:unset;
	background:#fff !important;
}
.quantity input[type=number]{
	width:25px;
}

.product-short-description p:last-child{
	margin-bottom:0;
}
.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:linear-gradient(45deg, #012655, #0d51a7);
	color:#fff;
	padding:5px 15px;
	text-transform:uppercase;
	line-height:1.3;
	margin:0;
}
.ndT{
	text-align:justify;
	padding:20px 15px;
	margin-bottom:20px;
	background:#cccccc29;
	border-radius:0 0 5px 5px;
}
.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:385px;
	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{
	margin:0 !important;
	min-height:unset !important;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	cursor:pointer;
	box-shadow:none !important;
	background:none !important;
	color:var(--main) !important;
}
.row.product-home .owl-nav button{
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:22px;
}
.owl-nav button.owl-prev{
	left:-40px;
}
.owl-nav button.owl-next{
	right:-40px;
}
.row.product-home .product-small.box .product-title a{
	/* 	min-height:59px; */
}
.row.product-home .owl-item .col{
	padding-bottom:0 !important;
}
.row.product-home .owl-stage-outer{
	padding-bottom:15px;
	padding-top:15px;
}
.row.product-home {
	margin-top:-15px;
}
.row.product-home .col-inner,.product-small.col .col-inner{
	border:1px solid #dedede;
	border-radius:8px;
	overflow:hidden;
	height:100%;
	background:transparent;
	transition:all 0.3s;
}
.row.product-home .col-inner{
	border:1px solid transparent !important;
}
.row.product-home .col-inner:hover,.product-small.col .col-inner:hover{
	box-shadow:0 4px 20px rgba(123,142,134,.7);
	border:1px solid #dedede !important;
}
.row.product-home .col-inner:hover{
	transform:translatey(-3px);
}
.row.product-home .product-small.box .wpcbn-btn{
	opacity:0;
	visibility:hidden;
	transform:translatey(30px);
}
.row.product-home .product-small.box:hover .wpcbn-btn{
	transform:translatey(0);
	opacity:1;
	visibility:visible;
}
.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 7px 0;
	font-size:16px;
	font-weight:500;
	text-transform:capitalize;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color:var(--main);
	text-align:center;
}
.product-small.box .price-wrapper .cong-dung-title{
	font-weight:500;
	text-align:center;
	font-size:15px;
	line-height:1.35;
	margin:0 0 7px 0;
	color:#000;
}
.product-small.box .price-wrapper .price{
	text-align:center;
}
.product-small.box .price-wrapper bdi{
	font-size:18px;
	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:995px;
	padding:5px 10px;
	background:linear-gradient(45deg,#012655, #0d51a7);
	transition:all 0.3s;
}

.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: #4d4d4d !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:700;
}
.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;
	text-align:left;
}
.row.product-sidebar .product-small.box .price-wrapper .cong-dung-title{
	display:none;
}
.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;
	/* 	font-family: 'Philosopher', sans-serif !important; */
}
.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);
}
.header.has-transparent #logo a img{
	/* 	filter: none;
	-webkit-filter: none; */
}
.header.has-transparent .header-wrapper.stuck #logo a img,.logo-f img,#logo a img{
	/* 	filter: brightness(0) invert(1); */
	/* 	-webkit-filter: brightness(0) invert(1); */
	cursor:pointer;
}
a{
	cursor:pointer;
}
.header-nav-main.nav-right>li>a{
	/* 	color:#fff !important; */
	position:relative;
	font-size:15px;
	font-weight:600 !important;
}
.header.has-transparent .header-nav-main.nav-right>li>a{
	/* 	color:#fff !important; */
	color:var(--main) !important;
}
.header.has-transparent .header-wrapper:not(.stuck) .header-nav-main.nav-right>li>a{
	font-weight:500 !important;
}
.header-nav-main.nav-right>li>a:before{
	content:'';
	position:absolute;
	left:0;
	bottom:18px;
	width:0;
	height:2px;
	/* 	background:#fff; */
	background:var(--main);
	transition:all 0.3s;
	opacity:1 !important;
}
.header.has-transparent .header-nav-main.nav-right>li>a:before{
	/* 	background:#fff; */
	background:var(--main);
}
.header.has-transparent .header-wrapper.stuck .header-nav-main.nav-right>li>a:before{
	background:#fff !important;
}
.header-nav-main.nav-right li:hover > a:before,
.header-nav-main.nav-right li.active > a:before{
	width:100%;
}
.header.has-transparent .header-wrapper.stuck .header-nav-main.nav-right>li>a{
	color:var(--main) !important;
}
.header.transparent #top-bar.header-top{
	background-color: rgba(1,38,85,.8)!important;
}
.top-bar-nav.nav-right > li > a{
	color:#fff !important;
	/* 	color:var(--color1) !important; */
	opacity:1 !important;
	transition:all 0.3s !important;
}
#top-bar li.account-item > .nav-dropdown{
	padding:0;
	background:#00306d;
}
#top-bar li.account-item > .nav-dropdown > li > a{
	margin:0;
	padding:10px 10px;
	color:#fff;
	font-size:15px;
	border-bottom:none;
}
#top-bar li.account-item > .nav-dropdown > li > a:hover{
	color:var(--main);
	background:#fff;
}
.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 > li > .nav-dropdown {
	background:#00306d;
}

.header-nav-main.nav-right > li > .nav-dropdown > li > a{
	margin:0;
	padding:10px 10px;
	border-bottom:none;
	color:#fff;
	font-size:15px;
	font-weight:500;
	transition:all 0.3s;
	/* 	font-family: 'Philosopher', sans-serif !important; */

}
.header-nav-main.nav-right > li > .nav-dropdown > li > a:hover{
	background:#fff;
	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;
}
.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: -100px;
	top: 200px;
	z-index: 99;
}
.socialfix li {
	list-style: none;
	display: block;
	margin: 5px 0;
	background: rgba(0,0,0,.2);
	width: 170px;
	text-align: left;
	padding: 5px 7px;
	border-radius: 30px 0 0 30px;
	transition: all 1s;
}
.socialfix li a {
	color: #fff;
}
.socialfix li a img {
	color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 22px;
	background: #fff;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.socialfix li:hover {
	transform: translate(-90px,0);
	background: #000;
}
.socialfix li:hover img {
	transform: rotate(360deg);
	transition: all 1s;
}
a {
	cursor: pointer;
}
.sec-nhomsp .col-h > .col-inner{
	height:100%;
	background:#405e81;
}
/* .col-left-nhomsp{
max-width: 45%;
-ms-flex-preferred-size: 45%;
flex-basis: 45%;
}
.col-right-nhomsp{
max-width: 55%;
-ms-flex-preferred-size: 55%;
flex-basis: 55%;
} */
.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;
	text-overflow: ellipsis;
}
.col-baochi .box-text h4 a{
	margin: 0 0 5px 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;
}

.marquee-container img{
	height:70px;
	margin-left:50px;
}
.marquee-container p{
	color:var(--main);
	font-size:80px;
	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:var(--main);
	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:var(--main);
}
.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:var(--main);
	opacity:0.1;
}
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
.home .header-wrapper .header-bg-color{
	background:rgb(255 255 255 / 60%) !important;
}
.home .header-wrapper #masthead{
	transition:all 0.4s;
}
.home .header-wrapper #masthead:hover{
	background:rgb(255 255 255 / 100%) !important;
}
.home #wrapper #main{
	margin-top:-80px;
}
/* Nhap si */
.title-nhap-si .title-sec{
	margin-bottom:10px !important;
}
.title-nhap-si p{
	text-align:center;
}
.form-nhap-si > p{
	display:flex;
	column-gap:10px;
}
.form-nhap-si input{
	margin:0;
	height:40px;
}
@media only screen and (max-width:1024px){
	.marquee-container p{
		font-size:60px;
	}
	.marquee-container img {
		height: 60px;
		margin-left: 30px;
	}
	.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;
	}
	.title-sec {
		font-size: 28px;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width:849px){
	.row.product-sidebar .product-small.box .product-title a{
		text-align:center;
		font-size:16px;
	}
	.home .header-wrapper .header-bg-color{
		background:rgb(255 255 255 / 100%) !important;
	}
	.title-nhap-si p {
		margin-bottom: 0;
	}
	.home #wrapper #main{
		margin-top:0px;
	}
	.sec-gt2 .col-txt{
		order:-1;
	}
	.sec-gt2 .title-t1 {
		font-size: 56px;
	}
	.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%);
	}
	.listPost .col.post-item{
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

}
@media only screen and (max-width:568px){
	.sec-gt2 .title-t1 {
		font-size: 36px;
	}
	.sec-gt2 .col-img > .col-inner {
/* 		padding-right: 40px; */
	}
	.marquee-content {
		animation: marquee 10s linear infinite;
	}
	.marquee-container p{
		font-size:26px;
	}
	.marquee-container img {
		height: 30px;
	}
	.content-mq {
		padding: 5px 0;
	}
	.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-sidebar .product-small.box .price-wrapper .cong-dung-title {
		display: block;
	}
	.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;
	}
	.socialfix li {
		width: 140px;
		padding: 7px 7px;
	}
	.socialfix li a img {
		width: 30px;
		height: 30px;
	}
	.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;
	}
	.listPost .col.post-item{
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.socialfix {
		top: 65%;
	}
}
@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;
	}
	.content-mq img {
		margin-right: 20px;
	}
}


