img {
	width: 100%;
	display: block;
}

.list-all-filter-loc {
	display: flex;
}

.box-images-qc-protion {
	position: relative;
	overflow: hidden;
}

.box-images-qc-protion:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	display: none;
}

.box-images-qc-protion:hover:before {
	animation: shine 1s;
	display: block;
}

li.colors-picks.filter_size.active a:before {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	color: #fff;
	top: 50%;
	z-index: 9;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(2px 2px 2px #444);
}

.item-images-quangcao:hover img {
	transform: scale(1.1);
	transition: 0.5s ease;
}

.item-images-quangcao:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

li.uiverse.get_size.active:before {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	color: #fff;
	top: 50%;
	z-index: 9;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(2px 2px 2px #444);
}

.hedding-icon-filter span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	background: none;
	left: 0;
}

.box-products-sales-left img {
	height: 385px;
}

.product-detail-filter.loc2 li.uiverse.get_size.active:before {
	content: "";
}

.product-detail-filter.loc2 {
	/* padding-left: 45px; */
}

li.uiverse.get_size.active p {
	/* border: 1px solid #333; */
}

.cart {
	position: relative;
}

a.box-item-caters p {
	min-height: 20px;
}

.selec-peoducts-sevrive .list-item .box a {
	position: relative;
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.list-item.category-slide-1 {}

section.box-lienhe-shops {
	position: relative;
	padding: 10px 0px;
	background: #000;
	background: url(https://img.freepik.com/free-photo/woman-model-business-suit-wearing-hat_1303-17693.jpg?t=st=1723432971~exp=1723436571~hmac=032932a622e302d38515ca4e1401634a8297c4a6657194b506ebdb52e9006d2a&w=1380);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section.box-lienhe-shops h4 {
	color: #fff;
	font-size: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}

ul.media-lienhe i {
	color: #fff;
	padding-right: 10px;
}

ul.media-lienhe li {
	color: #fff;
}

section.box-lienhe-shops h3 {
	color: #fff;
	padding-bottom: 15px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0px 20px;
}

.item-box-lienhe {
	margin: 20px 0px;
	border: 1px dashed #ffffff5c;
	padding: 20px;
	height: 135px;
	border-radius: 5px;
	position: relative;
}

ul.media-lienhe li {
	padding-bottom: 10px;
}

ul.media-lienhe.media-mxh {
	display: flex;
}

ul.media-lienhe.media-mxh i {
	font-size: 27px;
}

ul.media-lienhe.media-mxh i {
	padding-right: 20px;
}

a.a-tags {
	color: #fff;
	display: block;
	padding: 5px 20px;
	border: 1px solid #ffffff80;
	text-align: center;
	width: 78%;
	border-radius: 25px;
	font-style: italic;
	margin-top: 5px;
	justify-content: center;
	margin: 0 auto;
}

section.box-lienhe-shops:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000bd;
	top: 0;
}

section.box-lienhe-shops .clm {}

.selec-peoducts-sevrive .list-item .box p {
	color: #Fff;
	font-size: 13px;
	font-weight: 400;
}

.selec-peoducts-sevrive .list-item .box span {
	color: #ffefef;
}

.selec-peoducts-sevrive .clm {}

.header-top {
	/*background: url(../images/bg-ss.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.btn-filter svg {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.btn-filter {
	display: inline-flex;
	padding: 5px 10px;
	display: none;
}


.hotline-text {
	color: #000;
	padding-left: 8px;
	font-weight: 600;
	font-size: 19px;
}

.hotline-top i {
	width: auto;
	float: left;
	margin-right: 6px;
	margin-top: 9px;
	font-size: 21px;
	color: #000;
}

.slideshow__img {
	/* margin-bottom: 10px; */
	overflow: hidden;
	/*! border-radius: 5px; */
}

.slideshow-banner:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	display: none;
}


.sluguns {
	position: relative;
}

.slideshow-banner {
	overflow: hidden;
}

.slideshow-banner:hover:before {
	animation: shine 1s;
	display: block;
}

.box-img-ports-left:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	display: none;
}

.box-img-ports-left:hover:before {
	animation: shine 1s;
	display: block;
}

.slideshow-list .slideshow__img:hover img {
	transform: scale(1.1);
	transition: 0.5s ease;
}

.hotline-top span {
	font-size: 15px;
	font-weight: 400;
	line-height: 40px;
	color: #000;
}

.box-header-top {
	display: flex;
	justify-content: space-between;
}

.right_top a {
	height: 30px;
	font-size: 14px;
	line-height: 40px;
	margin-top: 5px;
	padding: 7px 15px;
	color: #fff;
}

.right_top span {
	color: #fff;
}

.form-search {
	width: auto;
	float: right;
	padding: 0 0 0 15px;
	text-align: right;
}

.form-search form {
	display: inline-block;
}

.form-search .form_search {
	display: inline-flex;
}

.form-search .txt_search {
	width: 359px;
	height: 30px;
	background: #fff;
	font-size: 14px;
	padding: 0 5px;
	float: left;
	margin: 5px 0 0;
	color: #690004;
	border-radius: 5px 0 0 5px;
	border: none;
	font-style: italic;
}

span.title-setting {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	font-size: 23px;
	font-weight: 600;
	color: #f5408e;
}

.buttom_go {
	width: 33px;
	height: 30px;
	margin-top: 5px;
	margin-left: 1px;
	border: 0;
	background: #f1592a;
	color: #fff;
	border-right: 1px solid #fff;
}

#ico_cart {
	background: url(https://kinhmatquanganh.vn/images/icon_cart2.png) 0px 3px;
	height: 33px;
	width: 42px;
	background-repeat: no-repeat;
	float: right;
	display: block;
	text-align: right;
	margin-top: 5px;
	line-height: 20px;
	margin-left: 10px;
}

.form_search p {
	background: linear-gradient(90deg, rgba(232, 33, 114, 1) 0%, rgba(237, 82, 145, 1) 66%, rgba(242, 138, 180, 1) 100%);
	height: 30px;
	line-height: 30px;
	margin: 5px 0 0;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	text-align: left;
	color: #fff;
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #fff;
	font-weight: 500;
}

#ico_cart span {
	position: relative;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	width: 18px;
	height: 18px;
	background-color: #f9c3db;
	display: inline-block;
	text-align: center;
	border-radius: 50% 50%;
	border: 1px solid #f9c3db;
	top: -2px;
}

.btn-bar.list-bar2 span {
	display: block;
	color: black;
	font-size: 10px;
	font-weight: 600;
}

.btn-bar.list-bar2 .bar {
	width: 30px;
	height: 3px;
	background-color: #000;
}

.bar3.bar {
	width: 16px !important;
	height: 2px !important;
}

.hotline-text span {
	font-size: 17px;
	color: #e4322b;
	line-height: 17px;
}

.btn-system {
	cursor: pointer;
	padding: 0px 4px;
	border-radius: 5px;
	/*! background-color: rgba(255, 255, 255, 0.4); */
	color: #000;
}

section.box-lienhe-shops h4:before {
	content: "";
	position: absolute;
	width: 169px;
	height: 1px;
	background: #fff;
	bottom: 0;
}

ul.media-lienhe.media-mxh {
	justify-content: center;
}

.item-box-lienhe p {
	color: #fff;
}

ul.scroll-menu {
	height: 330px;
	overflow-y: scroll;
}

.btn-system .system-count {
	font-size: 16px;
	font-weight: 600;
	color: #e4322b;
	margin: 0;
	padding-top: 0;
	line-height: 17px;
}

.system-title {
	padding-bottom: 0px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.cart a {
	border-radius: 5px;
	display: flex;
	/*! border: 1px solid white; */
	height: auto;
	align-items: center;
}

.cart-icon span {
	color: #fff;
	height: 17px;
	width: 17px;
	line-height: 17px;
	font-size: 13px;
	background-color: #e4322b;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: self-end;
	top: -3px;
	right: 2px;
}

.foter-icon-medias p img {
	width: 15px;
	height: 17px;
	object-fit: cover;
	margin-right: 9px;
}

.foter-icon-medias p {
	color: #000;
	/* display: inline-flex; */
	align-items: center;
	margin-bottom: 8px;
}

.dm-list-right .ds-item1 {
	color: #fff;
	text-align: center;
	position: relative;
}

.dm-list-right .ds-item1>a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: #dd9825;
	border-radius: 5px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	color: #fff;
}


li.ds-item.cart a span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	background-image: linear-gradient(to right, #8d0000, #ef0000);
	border-radius: 5px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
}

a.box-item-caters img {}

a.box-item-caters .text-inner-content {
	padding: 15px;
	text-align: left;
	padding-bottom: 0px;
}


a.box-item-caters .text-inner-content p {
	text-align: left !important;
	font-size: 31px !important;
}

a.box-item-caters .text-inner-content span {
	font-size: 12px;
}

.box-lienhe-shops .clm:nth-child(2) .item-box-lienhe ul.media-lienhe {
	display: flex;
	justify-content: space-between;
}


.cart-icon img {
	height: 20px;
	margin-top: 10px;
	filter: invert(1);
}

.cart-title {
	color: white;
	margin: 0 10px;
	padding: 10px 0 3px 0;
}

.cart-title p {
	font-size: 15px;
	line-height: 15px;
	color: #000;
	font-weight: 600;
}

.cart-title span {
	line-height: 20px;
	color: #e4322b;
	font-size: 16px;
	font-weight: 400;
}

.list-system {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	width: max-content;
	background-color: #fff;
	padding: 5px 15px 5px 25px;
	border-radius: 5px;
	min-width: 370px;
	display: none;
	z-index: 99;
}

.list-system li {
	color: black;
	position: relative;
	font-size: 13px;
}

.list-system::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: rgb(0, 78, 90);
	top: 50%;
	transform: translateY(-50%);
	left: 12px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.header-bottom {
	background-color: white;
	position: relative;
	z-index: 10;
}

.header-bottom.scroll-down {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.header-bottom .btn-menuproduct .menu-sidebar {
	display: none;
}

.header-bottom .btn-menuproduct .menu-sidebar li {
	position: unset;
}

.btn-menuproduct a:hover {
	color: #fff;
}

.header-bottom .btn-menuproduct:hover .menu-sidebar {
	display: block;
}

.header-top-content form {}

.header-top-content form input {
	height: 40px;
	width: 100%;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 14px;
}

.header-top-content form button {}

.header-top-content form button svg {
	fill: #fff;
	height: 17px;
}

.header-top-content {
	padding-top: 9px;
}

.btn-menuproduct svg {
	height: 14px;
	fill: #fff;
	margin-right: 9px;
}

.btn-menuproduct {
	cursor: pointer;
	margin: 0;
	padding: 0 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	/* border-radius: 5px; */
	height: 43px;
	background: #cc0c79;
}

.box-group-icon .image {
	width: 30px;
	margin-right: 10px;
}

.box-group-icon .item-icon {
	display: flex;
	width: 50%;
	padding: 5px 0px;
	align-items: center;
}

.box-group-icon {
	display: flex;
	flex-wrap: wrap;
	width: 46%;
}

.box-group-icon .content {
	line-height: normal;
	font-size: 17px;
	color: #333;
}


.slideshow {
	margin-top: 0;
	/* padding: 15px 0; */
	background: #fff;
	padding-bottom: 0px;
}

.slideshow img {
	/* box-shadow: rgba(0, 0, 0, 0.11) 0px 5px 5px; */
	/*! border-radius: 5px; */
}

.slideshow-banner {
	/* box-shadow: rgba(0, 0, 0, 0.11) 0px 5px 5px; */
}

.slideshow-banner .slideshow__img img {}

.slideshow-list .slideshow__img img {
	width: 100%;
	display: block;
	height: 133px;
}

.slideshow-list .slideshow__img:last-child img {
	margin-bottom: 0px;
}

.slideshow .row {
	margin: 0px -5px;
}

.slideshow .clm {
	padding: 0px 5px;
}



.product-body {
	border-radius: 10px;
	overflow: hidden;
}

.product-body .slide-3 {
	padding-top: 10px;
	margin: 0px;
	border: 2px dashed #cd0814;
	border-top: none;
	overflow: hidden;
	border-radius: 0px 0px 10px 10px;
}

.product-left,
.product-right {
	width: 50%;
	max-width: 50%;
}

.product-body h2 {
	color: white;
	font-size: 18px;
	text-align: left;
	padding: 15px 0px;
}

.product-sale .product-body .group-title {
	position: relative;
	text-align: center;
	margin: 0 auto;
	justify-content: space-between;
	font-size: 24px;
	padding: 10px 50px;
	background: linear-gradient(90deg, rgba(245, 64, 142, 1) 0%, rgba(249, 96, 162, 1) 45%, rgba(251, 126, 180, 1) 100%);
}

.product-body h2 img {
	height: 32px;
	width: 32px;
	margin-right: 7px;
}


.product-left {
	border-right: 1px solid white;
}

.product-left,
.product-right {
	padding: 0px 10px;
}

.btn-menuproduct a {
	color: #fff;
}

.product-left .slide-3,
.product-right .slide-3 {
	margin: 0px -7px;
}

.product-box {
	padding: 0px 7px 10px 7px;
}

.tit {
	/*! background-color: #00159f; */
	display: flex;
	align-items: center;
	/*! text-transform: uppercase; */
	color: white;
	/*! border-radius: 13px; */
	padding: 1px;
	width: fit-content;
	padding-right: 0px;
	font-size: 12px;
	position: absolute;
	top: 0px;
	background: url('../images/sles-2.png') 50% no-repeat;
	background-size: 100% 100%;
	height: 33px;
	left: -4px;
	font-weight: 500;
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.tit img {
	height: 22px;
	width: 22px;

}

.tit span {
	margin-left: 7px;
	padding: 1px 10px 5px 0px;
}

.product-img {
	overflow: hidden;
}

.product-img img {
	border-radius: 5px 5px 0px 0px;
	transition: transform 350ms ease-out;
}

.product-img img:hover {
	transform: scale(1.1);
}

.product-content a h3 {
	font-size: 14px;
	color: rgb(43, 43, 43);
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 7px 0px 4px 0px;
	font-weight: 500;
	text-align: center;
}

.product-content a h3:hover {
	color: #00913f;
}

.price {
	font-size: 15px;
	font-weight: 400;
}

.price-new {
	margin-right: 6px;
	color: rgb(254, 0, 0);
	font-weight: 600;
}

.price-old {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: rgb(130, 130, 130);
}

.star li svg {
	fill: #FFB300;
	height: 12px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.view {
	color: rgb(77, 77, 77);
	font-size: 13px;
}

ul.foter-icon-media li {
	display: flex;
	align-items: center;
}

ul.foter-icon-media li img {
	width: 20px;
	height: 20px;
	margin-right: 7px;
	object-fit: contain;
}

ul.foter-icon-media span {
	color: #000;
}

ul.foter-icon-media span strong {
	font-weight: 400;
	font-size: 14px;
}

.product-content {
	padding: 10px 6px;
	/*! position: relative; */
	display: flex;
	flex-wrap: wrap;
}

.product-content a,
.product-content .price {
	width: 100%;
	justify-content: center;
}

.product-content .star,
.product-content .view {
	width: 50%;
	text-align: center;
	justify-content: center;
}

.product-list-head {
	display: flex;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #fb7eb4;
	margin-bottom: 10px;
	/* background: #fff; */
	/*! background: linear-gradient(297deg, rgb(28, 167, 206) 0%, rgb(0, 21, 159) 78%); */
}

h2.product-list__title {
	background-color: #00159f;
	min-width: 215px;
	position: relative;
	padding: 10px 10px 9px 10px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	background: linear-gradient(90deg, rgba(245, 64, 142, 1) 0%, rgba(249, 96, 162, 1) 45%, rgba(251, 126, 180, 1) 100%);
}

h2.product-list__title::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 45px solid transparent;
	border-left: 29px solid #fb7eb4;
	border-bottom: 0px solid transparent;
	border-right: 0 solid transparent;
	position: absolute;
	top: 0px;
	right: -29px;
}

h2.product-list__title a {
	color: white;
}

.product-list-right ul li a {
	font-size: 14px;
	color: #2e3192;
	font-weight: 400;
	margin-right: 20px;
	text-transform: none;
	text-transform: uppercase;
}

.product-list-right a {
	color: #27497d;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	align-items: center;
	width: 95px;
	justify-content: right;
	margin-right: -19px;
}

.product-list-right a svg {
	height: 12px;
	fill: #cd0814;
	margin-left: 3px;
}

.product-list-right .tab a {
	width: fit-content;
	margin-right: 0px;
	color: #27497d;
}

.product-list-right .tab a:hover {
	color: #cd0814;
}

.product.list-product:last-child {
	padding-bottom: 20px;
}

.list-product .product-body {
	/* background-color: white; */
}

.list-product .product-box {
	padding: 0px 0px 10px 0px;
}

.list-product:nth-child(2n) .product-cnt {
	flex-direction: row-reverse;
}


.tabs {
	display: flex;
	justify-content: center;
}

.tablinks {
	border: none;
	outline: none;
	cursor: pointer;
	padding: 5px 11px;
	font-size: 15px;
	/* width: 100%; */
	text-transform: uppercase;
	font-weight: bold;
	transition: 0.2s ease;
	color: #2d2d2d;
	background-color: transparent;
	text-transform: capitalize;
	font-weight: 400;
	border: 1px solid #dee2e6;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
	padding: 5px 15px 3px 15px;
	border-radius: 20px;
	background-color: #fbfbfb;
	margin: 0px 5px;
	position: relative;
}

.tablinks:hover {
	/*! background: #fff0; */
	/*! color: #fff; */
	/*! border-bottom: 1px solid #2E3192; */
}

/* Tab active */
.tablinks.active {
	/*! background: #00159f; */
	/*! color: #fff; */
	/*! background: linear-gradient(297deg, rgb(28, 167, 206) 0%, rgb(0, 21, 159) 78%); */
	/*! border-bottom: 1px solid #1a9ecb; */
	background: none;
	box-shadow: unset;
	border-bottom: 2px solid #be0202de;
	font-weight: 500;
	color: #be0202;
}

/* tab content */
.tabcontent {
	display: none;
}

/* Text*/
.tabcontent p {
	color: #333;
	font-size: 16px;
}

/* tab content active */
.tabcontent.active {
	display: block;
}

.wrapper_tabcontent {
	margin-top: 10px;
}

.picture {}

.picture-img {
	margin-bottom: 10px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 7px;
}

.picture h2 {
	font-size: 25px;
	color: #00159f;
}

.listproduct-img {
	overflow: hidden;
	padding-bottom: 10px;
	display: block;
}

.listproduct-img img {
	border-radius: 5px;
}

.flex-quantity {
	flex-wrap: wrap;
}

.custom.custom-btn-number {
	display: inline-flex !important;
	align-items: center;
}

.input_number_product {
	margin-left: 10px;
}

.btn-mua.button_actions.clearfix {
	margin-top: 15px;
}

.listproduct-img:hover::after,
.picture-img::after {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	display: none;
}

.listproduct-img:hover::after,
.picture-img:hover::after {
	animation: shine .9s;
	display: block;
}

.picture-img img {
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	height: 150px;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.news-text h3 a {
	font-size: 16px;
	display: block;
	line-height: 1.5;
	color: black;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 400;
}

.news-box-2 img {
	width: 104px;
}

.news-box-2 .news-text h3 a {
	font-size: 14px;
	margin-left: 10px;
	font-weight: 500;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}

.news-box-2 .news-text .desc p {
	font-size: 12px;
	margin-left: 10px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.4;
}

.news-img {
	margin-bottom: 3px;
	overflow: hidden;
}
.news-img::after{
	display: none;
}
.news-img a{
	position: relative;
	z-index: 2;
}

.news-img a::before{
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.news-img a:hover::before{
    height: 250%;
    transition: all .6s linear;
    background-color: transparent;
}


.video-small {
	width: 120px;
}

.video-small img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.video-big iframe {
	width: 100%;
	height: 410px;
}


.list-item .box {
	padding: 5px 5px;
	border-radius: 5px;
	transition: all .7s;
	position: relative;
	border: 1px dashed #dd9825;
}

.list-item .box:hover {}

.list-item .box a img {
	border-radius: 5px;
	/* padding: 25px; */
	width: 100%;
	height: 238px;
	object-fit: contain;
}

.list-item .box a p {
	font-weight: 700;
	display: block;
	padding: 0px;
	line-height: 1.3;
}

.count-item {
	line-height: 15px;
	font-size: 13px;
	color: #797979;
	font-weight: 400;
	text-transform: capitalize;
}

.picture-body .slide-2 {
	margin: 0px -5px;
}

.btn-bar {
	display: none;
}

.item-images-quangcao {
	border-radius: 5px;
	overflow: hidden;
}

.container-question {
	width: calc(100% * 7 / 12);
	padding: 0 10px;
}

.title-flex {
	font-size: 20px;
	color: #dd9825;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-bottom: 10px;
}

.box-question {
	background: #004e5a;
	color: #000;
	border-radius: 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background: rgb(255, 255, 255);
	/*! background: radial-gradient(circle, rgba(31,47,152,1) 0%, rgba(28,167,206,1) 48%, rgba(31,47,152,1) 100%); */
	/*! background: rgb(31,47,152); */
	/*! background: linear-gradient(16deg, rgba(31,47,152,1) 0%, rgba(28,167,206,1) 48%, rgba(31,47,152,1) 100%); */
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
	padding: 10px;
	background-color: #f9fafb;
	height: 100%;
	/*! margin-bottom: 15px; */
}

.text-click-question {
	padding: 9px 11px 7px 11px;
	/*! font-size: 15px; */
	border: 1px solid #ccc;
	margin-top: 6px;
	border-radius: 3px;
	cursor: pointer;
}

.text-click-question svg path {
	fill: black;
}


.item-text-more {
	height: 0;
	padding: 0;
	padding-left: 30px;
	color: #ccc;
	font-size: 13px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.open {}

.arrowBack {
	position: absolute;
	top: 50%;
	left: -60%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.arrowBack:hover,
.arrowNext:hover {
	background: #004e5a;
	color: #000;
}

.arrowNext {
	position: absolute;
	top: 50%;
	right: -60%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.container-customer {
	width: calc(100% * 5 / 12);
	padding: 0 10px;
}

.slick-container-customer {
	overflow: hidden;
}

.slick-container-customer:hover .arrowBack {
	left: 10px;
}

.slick-container-customer:hover .arrowNext {
	right: 10px;
}

.content-slider {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.content-image-slider {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.content-name-slider {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 7px;
}

.content-des-slider {
	font-size: 14px;
	line-height: 25px;
	margin: 14px 0;
}

span.cover_image.woocommerce-product-gallery__image:hover img {
	/* transform: scale(1.1); */
	/* transition: 0.5s ease; */
}


.ftc-product.product:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: 0.5s ease;
}






.desc-content-news-block {
	padding-left: 30px;
	padding-right: 30px;
}

.post-wrapper-slide .box-slider-news-blogs {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px 0px;
	padding-bottom: 20px;
	border-radius: 5px;
	padding-top: 0px;
	overflow: hidden;
}

.entry-button.wdt-core-button svg {
	width: 20px;
	height: 20px;
	margin-bottom: -5px;
	margin-left: 10px;
}

.entry-button.wdt-core-button a {
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
	padding-bottom: 11px;
	display: inline-flex;
	align-items: center;
	background-image: linear-gradient(45deg, #dd9825, #dd9825);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-size: 40px 100%;
	transition: all cubic-bezier(.47, 1.21, .47, 1.21) .3s;
	padding: 10px 20px;
	color: #000;
}

.entry-button.wdt-core-button {
	margin-top: 20px;
}

.desc-content-news-block h3 a {
	color: #000;
	font-weight: 600;
}

.post-wrapper-slide {
	margin: 10px 5px;
}

.entry-button.wdt-core-button a:hover {
	background-size: 100% 100%;
}
















.list-top-item.header_tim_kiem input {
	height: 39px;
	line-height: 39px;
	padding-left: 50px;
	min-height: initial;
	padding-right: 15px;
	z-index: 9;
	position: relative;
	background: #f6f6f6;
	border: solid 1px transparent;
	border-radius: 40px;
	width: 100%;
	margin: 0 auto;
	transition: all .2s .2s ease-in;
	-webkit-transition: all .2s .2s ease-in;
}

.list-top-item.header_tim_kiem {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0px;
}

.list-top-item.header_tim_kiem form {
	margin: 0;
	width: 100%;
	display: block;
}

.list-top-item.header_tim_kiem button {
	width: 39px;
	height: 39px;
	line-height: 39px;
	position: absolute;
	top: 0;
	left: 5px;
	background: transparent;
	padding: 0px;
	z-index: 9;
	transition: all .2s .2s ease-in;
	-webkit-transition: all .2s .2s ease-in;
	background: transparent;
	border-radius: 0px 25px 25px 0px;
}

.box-search {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
}

.item-box-lienhe li {
	color: #fff;
}



















.header-action_cart {
	position: relative;
}

.header-action_cart:before {
	content: '';
	position: absolute;
	height: 46px;
	width: 35px;
}

a.cart-header {
	line-height: 1.1;
	color: #000;
	position: relative;
	height: 24px;
	display: inline-block;
}

span.count_item.count_item_pr {
	font-size: 10px;
	text-decoration: none;
	background-color: #dd9825;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
	height: 16px;
	line-height: 16px;
	width: 16px;
	text-align: center;
	display: inline-block;
	top: -2px;
	position: absolute;
	right: 0px;
}

.header-action_cart:hover .top-cart-content {
	display: block;
}

.header-action_cart .top-cart-content {
	display: none;
	position: absolute;
	top: 46px;
	right: 0px;
	background: #fff;
	padding: 0;
	text-align: left;
	box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
	-o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
	-moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
	-webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
	z-index: 99999999;
	border-radius: 5px;
}

.CartHeaderContainer {
	width: 360px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.cartheader {
	margin-bottom: 0;
}

.cartheader .cart_body {
	padding: 10px;
	max-height: 360px;
	overflow-y: auto;
}

.cartheader .cart_body .ajaxcart__row {
	position: relative;
}

.cartheader .cart_body .cart_image {
	display: table-cell;
	width: 20%;
	vertical-align: top;
	position: relative;
}

.ajaxcart__product.cart_product {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	display: table;
	width: 100%;
}

.cartheader .cart_body .cart_image {
	display: table-cell;
	width: 20%;
	vertical-align: top;
	position: relative;
}

.cartheader .cart_body .cart_info {
	padding-left: 15px;
	vertical-align: top;
}

.cartheader .cart_body .cart_info .cart_name {
	margin-bottom: 5px;
}

.cartheader .cart_body .cart_info .cart_name a {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	display: block;
	padding-right: 25px;
}

.cartheader .cart_body .cart_info .variant-title {
	display: block;
	font-size: 12px;
	color: #9e9e9e;
}

.cartheader .cart_body .cart_info .cart_name a {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	display: block;
	padding-right: 25px;
}

.cartheader .cart_body .cart_info .remove-item-cart {
	background: url(//bizweb.dktcdn.net/100/495/928/themes/921279/assets/rem_cart.svg?1710148827993) center center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
	padding-right: 0px !important;
	filter: grayscale(100%);
}

.cartheader .cart_body .grid {
	display: flex;
}

.cartheader .cart_body .grid .cart_item_name {
	width: 50%;
}

.cartheader .cart_body .grid .cart_prices {
	width: 50%;
	text-align: right;
}

.cartheader .cart_body .cart_select button.ajaxcart__qty--minus {
	border-radius: 15px 0 0 15px;
}

.cartheader .cart_body .cart_select button {
	border-radius: 0;
	border: 1px solid #e5e5e5;
	border-color: #e5e5e5;
	color: #222;
	line-height: 26px;
	padding: 0;
	margin: 0;
	width: 28px;
	background-color: #fff;
	height: 28px;
	float: left;
}

.cartheader .cart_body .cart_select input {
	display: inline-block;
	padding: 0;
	text-align: center;
	border-radius: 0;
	width: 35px;
	min-height: 28px;
	border: 1px solid #e5e5e5;
	color: #222;
	height: 28px;
	font-size: 14px;
	margin: 0;
	float: left;
	border-left: none;
	border-right: none;
}

.cartheader .cart_body .cart_select button.ajaxcart__qty--plus {
	border-radius: 0 15px 15px 0;
}

.cartheader .cart_body .grid .cart_prices .cart-price {
	font-weight: 500;
	display: block;
	font-size: 14px;
	color: #dd9825;
	line-height: 28px;
}

.cartheader .ajaxcart__footer {
	padding: 5px 10px 10px;
	border-top: solid 1px #ebebeb;
}

.cartheader .ajaxcart__footer .cart__subtotal {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 12px;
	display: flex;
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__col-6 {
	width: 50%;
	float: left;
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle {
	width: 50%;
	float: left;
	text-align: right;
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
	font-weight: 600;
	color: #f00;
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
	width: 100%;
	background: #dd9825;
	color: #fff;
	padding: 0px 10px;
	border-radius: 4px;
	font-size: 12px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	text-transform: uppercase;
	border: 1px solid #dd9825;
	height: 40px;
	line-height: 40px;
}



a.cart-header:hover~.top-cart-content {
	display: block;
}






















.product-action-view-gio {
	width: 100%;
}

.product-action-view-gio button {
	height: 37px;
	line-height: 25px;
	padding: 0 15px;
	box-shadow: none;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	float: left;
	position: relative;
	background: #eee;
	cursor: pointer;
	width: 50%;
}

.product-action-view-gio {
	display: flex;
	justify-content: space-between;
}

.product-action-view-gio button i {
	font-size: 12px;
	color: #898989;
	line-height: 20px;
	padding-right: 5px;
}

.product-action-view-gio button span {
	color: #000;
	border: none;
}

.product-action-view-gio button:hover {
	background: #dd9825;
	color: #fff;
}

.product-action-view-gio button:hover i {
	color: #fff;
}

.product-action-view-gio button:hover span {
	color: #fff;
}

.product-action-view-gio button:nth-child(2):before {
	content: "";
	height: 13px;
	width: 2px;
	top: 12px;
	left: 0px;
	position: absolute;
	background: #d3d3d3;
}

span.onsale:before {
	/* content: ""; */
	background-image: url(../images/sale-bg.png);
	position: absolute;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-top.scroll-down {
	z-index: 9999999;
	right: 0;
	left: 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-detail-filter.loc1 {
	margin-right: 50px;
}















.layout-product .button_actions {
	display: inline-block;
	width: calc(100% - 155px);
}

.flex-quantity {
	display: flex;
	align-items: end;
}

.custom.custom-btn-number.show label {
	margin: 0;
	font-weight: 500;
	display: block !important;
	margin-bottom: 5px;
}

.custom.custom-btn-number label {
	margin: 0;
	font-weight: 500;
	display: block !important;
	margin-bottom: 5px;
}

.custom.custom-btn-number {
	display: inline-block;
	margin-right: 10px;
}

.layout-product .input_number_product {
	width: auto;
	position: relative;
	padding: 0;
	border: none;
	box-shadow: none;
	background-color: transparent;
	display: inline-flex;
}

button.btn_num.num_1.button.button_qty {
	font-size: 20px;
	line-height: 0px;
	border: solid 1px #e4e4e4;
	display: inline-block;
	width: 35px;
	height: 40px;
	background-color: #fff;
	float: left;
	color: #333;
	text-align: center;
	padding: 0px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

input.form-control.prd_quantity {
	display: block;
	color: #00090f;
	text-align: center;
	box-shadow: none;
	background: #fff;
	margin: 0;
	height: 40px;
	line-height: 40px;
	box-shadow: none;
	border-radius: 0px;
	font-size: 16px;
	width: 45px;
	padding: 0;
	border: none;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
}

button.btn_num.num_2.button.button_qty {
	border-radius: 0;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	font-size: 20px;
	line-height: 0px;
	border: solid 1px #e4e4e4;
	display: inline-block;
	width: 35px;
	height: 40px;
	background-color: #fff;
	float: left;
	color: #333;
	text-align: center;
	padding: 0px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.input_number_product {
	width: auto;
	position: relative;
	padding: 0;
	border: none;
	box-shadow: none;
	background-color: transparent;
	display: inline-flex;
}

button.btn.btn_base.normal_button.btn_add_cart.add_to_cart.btn-cart {
	background: #0265b2;
	color: #fff;
	padding: 0px 20px;
	font-size: 12px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	border-radius: 40px;
	width: auto;
	font-weight: 600;
	margin-right: 5px;
}

button.btn.btn_base.normal_button.btn_add_cart.add_to_cart.btn-cart svg path {
	fill: #fff;
}

button.btn-buyNow.btn {
	background: #f00;
	color: #fff;
	padding: 0px 25px;
	font-size: 13px;
	text-transform: uppercase;
	height: 40px;
	font-weight: 600;
	line-height: 40px;
	border-radius: 40px;
	width: auto;
}

button.btn.btn_base.normal_button.btn_add_cart.add_to_cart.btn-cart svg {
	margin-right: 5px;
}

span.tooltip {
	position: absolute;
	top: -29px;
	font-size: 14px;
	background-color: #dd9825;
	color: #fff !important;
	padding: 5px 8px;
	border-radius: 5px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	width: max-content !important;
	background-image: none !important;
	background: #0265b2 !important;
}

.tooltip,
.tooltip::before {
	background: linear-gradient(32deg, rgba(28, 124, 135, 1) 14%, rgba(95, 186, 194, 1) 56%, rgba(161, 161, 161, 1) 95%);
	color: #ffffff;
}

.tooltip::before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background: #dd9825;
	bottom: -3px;
	left: 50%;
	transform: translate(-50%) rotate(45deg);
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

span.tooltip {
	opacity: 0;
}

.product-detail-filter li:hover span.tooltip {
	opacity: 1;
	font-size: 11px;
}

.box-tt-products .box-title-details h1 {
	/* text-align: center; */
}

.box-title-details .list-turn {
	/* justify-content: center; */
}

.list-prices-products {
	/* justify-content: center; */
}

.list-all-filter-loc {
	/* justify-content: center; */
}













.box-icon-checks {}

span.active-detail-checkper {
	position: relative;
}

li.uiverse.get_size.active .box-icon-checks {
	display: unset !important;
	position: absolute !important;
	border-top-color: #7aab54;
	border-left-color: transparent;
	border-top-width: 26px;
	border-left-width: 26px;
	margin-top: -7px;
	/* margin-right: -12px; */
	width: 35px !important;
	height: 15px;
	top: 2px !important;
	right: -9px !important;
}

span.filer-icon-checks {}

li.uiverse.get_size.active span.filer-icon-checks {
	padding: 2px !important;
	border-radius: unset !important;
	transform: rotate(43deg);
	background: #7bab54 !important;
	box-shadow: unset !important;
}

span.filer-icon-checks svg {
	width: 15px;
	height: 13px;
	transform: rotate(-47deg);
	position: relative;
	top: 1px;
	left: 2px;
}

span.filer-icon-checks svg path {
	fill: #fff;
}

span.filer-icon-checks:before {
	content: "";
	display: none;
}

span.active-detail-checkper .filer-icon-checks {
	display: none;
}

@media (max-width: 768px) {
	a.box-item-caters .text-inner-content p {
		font-size: 9px !important;
	}

	.container-question-customer {
		flex-wrap: wrap;
	}

	.container-question {
		width: 100% !important;
	}

	.container-customer {
		width: 100% !important;
	}
}

.service {
	background-color: #fff;
}

.service-box img {
	width: 50px;
	margin-right: 10px;

}

.service-box {
	border-radius: 10px;
	color: #333;
	text-align: center;
	position: relative;
	padding: 42px 10px 20px 10px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.06) 0px 54px 55px, rgba(0, 0, 0, 0.04) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0) 0px 12px 13px, rgba(0, 0, 0, 0) 0px -3px 5px;
}

.service-content {}

.service-title {
	font-size: 14px;
	font-weight: 500;
	color: #dd9825;
	text-transform: uppercase;
}

.service-desc {
	font-size: 13px;
	color: #373737;
}

.news-title {
	font-size: 16px;
	font-weight: 500;
	color: #4a4a4a;
	text-transform: uppercase;
	padding: 0px 0px 4px 0px;
}

.news-title svg {
	margin-right: 10px;
}




.img-datlih img {
	width: auto;
	height: 40px;
	object-fit: cover;
	/*! margin: 0 auto; */
}

ul.form-lich {
	display: flex;
	align-items: center;
	/*! justify-content: space-between; */
	margin: 0px -5px;
	flex-wrap: wrap;
}

.box-left-datlich {
	/*! width: 60%; */
}

.box-right-datlich {
	/*! width: 40%; */
	border-left: 0;
}

.box-list-datlich {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*! box-shadow: 0px 5px 30px rgba(0,0,0,.12); */
	padding: 0;
	border-radius: 10px;
	align-items: center;
	/*! background: #fff; */
	flex-direction: row-reverse;
}

ul.form-lich li {
	width: calc(100% / 3);

	/*! border-right: 1px solid #eee; */

	padding: 0px 5px;

}

.form-lich-box {
	background-color: white;
	padding: 10px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.31) 0px 5px 15px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	text-align: center;
}

.iconAdvise {
	width: 85px;
	height: 85px;
}

.iconAdvise img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

ul.form-lich li a {
	flex: 1;
	padding-left: 17px;
}

.img-datlih {
	padding-bottom: 6px;
	/*! text-align: center; */
}

.content-form-lich p {
	color: #595959;
	font-size: 12px;
	text-align: center;
}

.content-form-lich span {
	color: #ed1c24;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	display: block;
}

.box-cots-datlich {
	/*! background: #25aae1; */
	/* box-shadow: 0px 7px 30px rgba(0,0,0,.12); */
	text-align: center;
	border-radius: 0 10px 10px 0;
}

.title-datlich-form p {
	color: #fff;
	text-align: center;
}

.box-cots-datlich form {
	position: relative;
	border-radius: 5px;
	width: 100%;
	background: #fff;
	/* border: 1px solid #ced4da; */
	padding: 7px 15px;
	overflow: hidden;
}

.box-cots-datlich form input {
	width: 100%;
	border: none;
}

input:focus-visible {
	outline: none;
}

.box-cots-datlich form button {
	position: absolute;
	right: 0;
	background: #dd9825;
	color: #fff;
	top: 0;
	font-size: 16px;
	padding-top: 7px;
}

.title-datlich-form {
	padding-bottom: 15px;
}

ul.form-lich li:last-child {
	border-right: none;
}

.box-datlich::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.42);
}

.mb-20 {
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.slideshow-list {
		display: flex;
		margin: 0px -5px;
		margin-top: 10px;
	}

	.slideshow-list .slideshow__img {
		flex: 1;
		padding: 0px 5px;
	}

	.system-store {
		display: none;
	}
}

@media (max-width: 992px) {
	.product-list-right .tab {
		display: none;
	}

	.box-list-datlich {
		flex-direction: column-reverse;
	}

	.box-cots-datlich form {
		margin-bottom: 10px;
	}

	.product-sale .product-body h2 {
		background-image: url(../images/bannerthang.png);
		background-repeat: no-repeat;
		background-size: 100% 107%;
		top: -5px;
		position: relative;
		text-align: center;
		margin: 0 auto;
		justify-content: center;
		font-size: 22px;
		background-position-x: center;
	}

	.hotline {
		display: none;
	}

	.header-bottom {
		display: none;
	}

	.btn-bar {
		display: block;
	}

	.customer .row .clm:first-child {
		margin-bottom: 20px !important;
	}
}

@media (max-width: 768px) {
	.item-box-lienhe {
		margin: 10px 0px;
	}

	section.box-lienhe-shops {
		padding-top: 20px;
	}

	.list-item .box {
		margin-bottom: 12px;
	}

	.news-box-2 {
		margin-top: 10px;
	}

	.header-top-content form {
		display: none;
	}

	.cart a {
		border: 1px solid #77656500;
	}

	.cart-title {
		display: none;
	}

	.pd-section-content {
		padding-top: 10px;
	}

	.service-box img {
		margin: 0 auto;
		margin-bottom: 0px;
		margin-bottom: 7px;
	}

	.price {
		font-size: 12px !important;
	}
}



.foot_cta_col2 ul {
	position: fixed;
	z-index: 99999;
	width: auto;
	left: 0;
	transform: translateX(0%);
	bottom: 4px;
	padding: 3px;
	margin: 0;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.container-footer .foter-icon-medias ul li {
	color: #000;
}

.container-footer .foter-icon-medias ul li i {
	color: #000;
}

section.foot_cta_col2 ul li {
	background: #b11112;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	padding: 6px 12px 8px;
	border-radius: 4px;
	box-shadow: inset 0 -10px 0 -6px rgba(0, 0, 0, .17);
	margin-right: 10px;
}

section.foot_cta_col2 ul li a {
	color: #fff;
	align-items: center;
}

li.date-form {
	background: #0056ad !important;
}


section.foot_cta_col2 ul li a {
	display: flex;
	font-size: 14px;
}

section.foot_cta_col2 ul li a i {
	padding-right: 10px;
	font-size: 14px;
}

section.foot_cta_col2 ul li a p {
	font-size: 15px;
}

.usa-hotline i {
	color: #fff;
	font-size: 13px;
}

.box-item-icon-destk a {
	text-transform: math-auto !important;
}

.menu-desktop.menu ul li:hover .a-c1-desktop-pages {
	color: #65dbf0;
}



.fix-footer {
	z-index: 99999999;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #dd9825;
	padding: 10px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
	display: block;
	padding: 42px 0px 2px 0;
	display: none;
}

.fix-footer-box svg {
	height: 20px;
	width: 33px;
	fill: #fff;
}

.fix-footer-box img {
	height: 20px;
	width: auto;
	margin-top: -1px;
	margin-bottom: 0px;
}

.box-icon-menu-figex {
	width: 54px;
	height: 54px;
	background: linear-gradient(90deg, rgba(39, 73, 125, 1) 12%, rgba(47, 92, 161, 1) 55%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin: 0 auto;
	transform: translateX(-50%);
	border: 10px solid #ffffffc2;
	backdrop-filter: blur(3px) saturate(150%);
	background: rgba(255, 255, 255, .3);
	border: solid 1px rgba(255, 255, 255, .4);
	box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .2);
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite;
	margin-top: -70px;
	margin-bottom: 8px;
}

.box-icon-menu-figex svg {
	width: 41px;
	height: 41px;
	padding: 10px;
	background: #dd9825;
	border-radius: 100%;
	border: 1px solid #fff;
}

.fix-footer-box span {
	color: #fff;
	font-size: 14px;
}

.fix-footer-box {
	position: relative;
}

.fix-footer-box img {
	height: 40px;
	width: 40px;
	background: #dd9825;
	border-radius: 100%;
}

.list-item .box a img {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.list-item .box:hover a img {}


.select-map-box iframe {
	width: 100%;
	height: 100%;
}

.select-map-box {
	height: 100%;
	position: relative;
}

.select-map h5 {
	font-size: 15px;
	color: #42464e;
	margin-bottom: 20px;
}

.select-map h5 img {
	height: 27px;
	margin-right: 10px;
	width: auto;
}

.select-city {
	width: 100%;
	height: 45px;
	border-color: #d5e4f6;
	border-radius: 5px;
	background-color: transparent;
	padding: 0px 15px;
	font-size: 15px;
	color: #515151;
	margin-bottom: 10px;
}

.group-map {
	width: 100%;
	border: solid 1px #d5e4f6;
	padding: 20px 20px 10px;
	border-radius: 5px;
	max-height: 438px;
	overflow-y: auto;
}

.group-map span {
	padding-bottom: 15px;
	display: block;
}

.group-map p {
	position: relative;
	font-weight: 400;
	font-size: 15px;
	color: #42464e;
	position: relative;
	padding-left: 12px;
	cursor: pointer;
	padding-bottom: 0px;
}

.group-map ul li {
	font-size: 14px;
	color: #424242;
	padding-left: 15px;
}

.group-map p:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #5e6268;
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 5px;
}

.product-detail__text {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 7px;
}

.product-detail-filter ul {
	margin: 0px -5px;
	display: flex;
}

.product-detail-filter li span {
	box-shadow: 0 0 0 1px #fff inset;
	font-size: 13px;
	padding: 2px 10px;
	margin-bottom: 10px;
	/*! background-image: url(../images/bg_header.png); */
	display: inline-flex;
	color: #333;
	font-weight: 500;
	cursor: pointer;
	/* border: 1px solid #eeeeeea6; */
	/*! height: 28px; */
	justify-content: center;
	align-items: center;
	/*! position: absolute; */
	background: #fff;
	color: #8a8a8a;
	border: 1px solid #8a8a8a;
	border-radius: 50px;
	padding: 5px 15px;
	margin-right: 0;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	overflow: hidden;
	padding-right: 25px;
}

.product-detail-filter li {
	padding: 0px 5px;
	position: relative;
	width: fit-content;
}

.product-detail__text {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 7px;
}

.product-detail-filter ul li img {
	width: 50px;
	height: 40px;
	border-radius: 3px;
	cursor: pointer;
}

li.uiverse.get_size.active .product-detail-filter ul li div {
	position: absolute;
	top: -115px;
	width: 100px;
	background-color: white;
	right: -33%;
	display: none;
}

.product-detail-filter ul li:hover div {
	display: block;
}

.product-detail-filter ul li div img {
	width: 100%;
	border-radius: 0px;
	height: 75px;
}

.product-detail-filter ul li div span {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
}

.product-detail-filter ul li div span:before {
	border-width: 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	content: "";
	position: absolute;
	bottom: -11px;
	left: 44%;
}

.product-detail__title {
	font-size: 28px;
	color: rgb(168, 133, 78);
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}

.product__price {
	padding: 5px 0px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px;
}

.price__cate {
	font-size: 20px;
	color: #e4322b;
	font-weight: 800;
}

.delete-choose {
	color: #27497d;
	padding-top: 5px;
}

.product__price {
	font-size: 15px;
	font-weight: bold;
}

.d-flex {
	display: flex;
}

.product-detail-filter.loc1 li.active span,
.product-detail-filter.loc2 li.active span {
	background: #fff;
	color: #77a751;

	/*! height: 28px; */
	font-weight: 600;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #7dae56;
}
.product-item__info--title{
	display: block;
}













@media (max-width: 992px) {
	button.btn.btn_base.normal_button.btn_add_cart.add_to_cart.btn-cart {
		/* margin-bottom: 10px; */
	}

	.flex-quantity {
		/* justify-content: center; */
	}

	.btn-mua.button_actions.clearfix {
		display: flex;
		/* justify-content: center; */
		flex-wrap: wrap;
	}

	.header-banner {
		display: none;
	}

	.box-group-icon {
		display: none;
	}

	.sluguns {
		display: none;
	}

	.btn-bar.list-bar2 svg {
		fill: #333;
	}

	.fix-footer {
		display: block;
	}
}

.flash-sale .group-title {
	padding: 10px 0px;
}

.flash-sale .group-title img {
	height: 20px;
	width: auto;
	transition: transform 0.8s ease;
	animation: shake 0.8s ease-in-out 0.7s infinite;
	margin-right: 10px;
	filter: drop-shadow(2px 3px 1px black);
}

.flash-sale .group-title p {
	color: #FFF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.96);
	font-size: 25px;
	font-style: italic;
	font-weight: 600;
	line-height: 42px;
	margin: 0 7px 0 8px;
}

.deal-time-holder {
	display: flex;
	align-items: center;
	border-radius: 18px;
	padding: 5px 0px;
}

.deal-time-holder span {
	font-size: 15px;
	color: black;
}

#js-deal-countdown {
	display: flex;
}

.deal-time-holder b {
	background: #fff;
	height: 40px;
	width: 38px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #f00;
	border-radius: 5px;
	position: relative;
	margin-left: 6px;
	font-size: 19px;
	margin-right: 5px;
}

.deal-time-holder b:not(:last-child):after {
	content: ':';
	position: absolute;
	right: -7px;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

.deal-hot-body {
	background: linear-gradient(270deg, #00A551 0%, #8EB958 102.33%);
	margin: 46px 0 16px;
	border-radius: 15px;
	padding: 40px 16px 20px;
	position: relative;
}

@keyframes shake {

	0%,
	100% {
		transform: scale(1) translateX(0);
	}

	25%,
	75% {
		transform: scale(1.2) rotate(5deg);
	}

	50% {
		transform: scale(1.2) rotate(-5deg);
	}
}

.menu-sidebar li {
	position: unset;
}

#mySelect {
	border: 1px solid #dbdbdb;
	padding: 6px 11px;
	background-color: white;
	width: 100%;
}

.input-star {
	margin: 0px -5px;
}

a.box-item-caters .text-inner-content {
	position: absolute;
	top: 50%;
}


















.ftc-product.product {
	position: relative;
	padding: unset;
	overflow: hidden;
	border-radius: 5px;
}

.conditions-box {
	position: absolute;
	left: 10px;
	right: auto;
	top: 10px;
	z-index: 4;
	text-align: left !important;
	width: 100%;
	line-height: 0;
}

span.onsale {
	border-bottom: 0;
	color: #fff;
	padding: 3px 10px;
	position: relative;
	background: url(../images/sale-bg.png);
	width: 45px;
	height: 45px;
	display: inline-flex;
	position: relative;
	z-index: 999;
	background-size: cover;
	justify-content: center;
	align-items: center;
}

.star-rating.no-rating ul li svg {
	width: 11px;
	height: 11px;
	fill: #333;
	margin-bottom: 1px;
}

.star-rating.no-rating ul {
	display: flex;
	padding: 0 6px;
}

.star-rating.no-rating ul li {
	margin-right: 3px;
}

.star-rating.no-rating {
	position: absolute;
	bottom: 15px;
	right: 10px;
	background: #ffffff75;
	border-radius: 4px;
}

.images.lazy-loaded {
	position: relative;
}

.images.lazy-loaded img {
	height: 100%;
	display: block;
	border-radius: 5px;
}

.item-description.wc-vendor {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-top: 15px;
}

.product-categories {
	overflow: hidden;
	text-align: left;
	float: left;
	max-width: calc(100% - 65px);
	padding-right: 20px;
	min-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-categories a {
	font-size: 13px;
	text-transform: capitalize;
	display: inline-block;
}

h3.product_title.product-name {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
}

h3.product_title.product-name a {
	font-size: 17px;
}

span.price .del {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}

.item-description.wc-vendor del {
	display: block;
	color: #666;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
}

.item-description.wc-vendor ins bdi {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	color: #bd8348;
	display: block;
}

.box-desc-products {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	padding: 0px 10px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.item-products-prives p {
	font-size: 13px;
	text-transform: capitalize;
	display: block;
	padding-bottom: 5px;
}

.item-products-prives span {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #dd9825;
}

.products-prives-prices p {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	color: #dd9825;
}

.products-prives-prices s {
	color: #666;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
}

.products-prives-prices {
	text-align: right;
}

.ftc-products {
	margin-bottom: 10px;
}

.hedding-titles-index.tab-products-tions {
	padding-top: 10px;
}

.box-quangcao-products {
	padding-top: 40px;
	padding-bottom: 30px;
}

button.tablinks:before {
	content: "";
	height: 18px;
	width: 1px;
	background: #999;
	position: absolute;
	right: -30px;
}

.tablinks:last-child:before {
	background: none;
}

button.tablinks:hover {
	color: #bd8348;
}



span.cover_image.woocommerce-product-gallery__image {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

span.cover_image.woocommerce-product-gallery__image .img-hovers {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

span.cover_image.woocommerce-product-gallery__image:hover.img-hovers {
	opacity: 1;
}


span.cover_image.woocommerce-product-gallery__image:hover .img-hovers {
	opacity: 1;
	transition: all 0.5s ease;
}

.group-button-product {
	position: absolute;
	top: 60%;
	z-index: 99;
	width: 100%;
	display: flex;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}

.group-button-product svg {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: inherit !important;
	font-weight: 400;
	border-radius: 100%;
	margin-top: 13px;
}

.add_to_cart_button {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: inherit !important;
	font-weight: 400;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(182, 188, 192, .6);
}

.group-button-product i {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: inherit !important;
	font-weight: 400;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(182, 188, 192, .6);
}


.group-button-product a.compare {
	padding: 0px 11px;
}

.images.lazy-loaded .group-button-product:hover {
	visibility: visible;
	opacity: 1;
	top: 50%;
	transition: all 0.5s ease;
}

.images.lazy-loaded:hover .group-button-product {
	opacity: 1;
	visibility: visible;
	top: 50%;
	transition: all 0.5s ease;
}












.desc-content-news-block h3 {
	font-size: 16px;
	font-weight: 500;
	color: #444;
	padding-top: 20px;
	text-transform: uppercase;
	line-height: 23px;
	padding-bottom: 20px;
}

.vcard-author img {
	width: 40px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 20px;
}

.vcard-author {
	padding-top: 20px;
}

.vcard-author span {
	color: #999;
	font-size: 14px;
}

.post-wrapper-slide:hover img {
	transform: scale(1.1);
	transition: 0.5s ease;
}

.post-img {
	overflow: hidden;
}

.post-img img {
	height: 295px;
}

.box-product-tabs {
	padding-top: 15px;
}

.btn-xem-all {
	text-align: center;
}

.btn-xem-all a {
	display: inline-block;
	padding: 5px 20px;
	background: #dd9825;
	border-radius: 4PX;
	COLOR: #FFF;
	text-transform: uppercase;
}

.btn-xem-all a:hover {
	background: #bd8248;
}

.tab-products-kepter {}

section.news-tintuc {
	/* border-bottom: 1px solid #eee; */
}

.selec-peoducts-sevrive .list-item .box a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000017;
}

.list-item .box:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
	z-index: 99;
}

.list-item .box:hover:before {
	background-color: rgba(255, 255, 255, .2);
	right: 50%;
	left: 50%;
}

.list-item .box:hover:after {
	background-color: rgba(255, 255, 255, .2);
	top: 50%;
	bottom: 50%;
}

.list-item .box:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.deatl-icon-last img {
	width: 30px;
}

.deatl-icon-last {
	position: absolute;
	top: 0px;
	right: 5px;
}


























.icon_maps img {
	max-height: 24px;
	max-width: 24px;
}

.box-maps {
	display: flex;
	align-items: center;
	margin-right: 9px;
}

.content_maps {
	margin-left: 10px;
}

.list-action-pages-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box-tap-chi img {
	width: 24px;
	height: 24px;
}

.box-tap-chi {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

a.wish-header {
	display: inline-flex;
	margin-right: 20px;
}

.list-action-pages-header {}

.list-action-pages-header a {
	font-size: 14px;
}

.list-nav-manu-header ul {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

li.item-nav-headers-navs a {
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	position: relative;
	font-weight: 400;
	line-height: 22px;
	border: 1px solid #efefef;
	border-radius: 8px;
	display: inline-block;
}

header {
	/* padding-bottom: 15px; */
}

li.item-nav-headers-navs a:hover {
	background: #dd9825;
	color: #fff;
	transition: 0.3s ease;
}

.selec-peoducts-sevrive {
	background: #edeef282 !important;
	padding-bottom: 0px;
}

li.item-nav-headers-navs {
	margin-right: 15px;
}

.item-nav-headers-navs.active a {
	background-color: #dd9825;
	color: #fff;
}





.fix-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: white;
        padding: 2px 0px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    }

    .fix-footer-box svg {
        height: 20px;
        width: 33px;
        fill: gray;
        margin: 5px 0 0 0;
    }

    .fix-footer-box img {
        height: 20px;
        width: auto;
        margin-top: 5px;
        margin-bottom: 8px;
    }

    footer {
        padding-bottom: 60px;
    }

    .fix-footer {
        display: none !important;
    }

    @media (max-width: 786px) {
        .fix-footer {
            display: block !important;
        }

        .fix-footer-box span {
            font-size: 13px;
            font-weight: 500;
            color: gray;
        }

        .fix-footer-body .clm {
            padding-right: 5px;
            padding-left: 5px;
            text-align: center;
            margin: auto;
        }

        .fix-footer-box .svg-active,
        .fix-footer-box .active2 .svg-noactive {
            display: none;
        }

        .fix-footer-box .active2 .svg-active {
            display: block;
            fill: #c10013;
        }

        .fix-footer-box .active2 span {
            color: #c10013;
        }
    }


li.item-nav-headers-navs.active a {
	position: relative;
	display: inline-block;
}

li.item-nav-headers-navs.active a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000003;
	border-radius: 5px !important;
	transform-origin: 17% 23%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite;
	box-shadow: 0 0 0 0 #cae1f35e;
	top: 0;
	left: 0;
}

.box-bg-all-production {
	background: #f7f8fa;
	padding: 20px;
	border-radius: 5px;
}

.box-images-qc-protion img {
	height: 405px;
	border-radius: 5px;
}

.hedding-titles-index h2 {}

.fix-footer-body .system {
	margin:0
}
.fix-footer-body .system a svg {
	    margin-right: 0px;
	    fill: gray;
}


@media(max-width:900px) {

	#button-contact-vr {
		bottom: 100px !important;
        right: 14px !important;
	}
	
	.back_to_top {
		bottom: 62px;
		right: 10px !important;
	}
	.search-setion-tabs {
		width: auto;
	}

	.item-ss-home-1 .clm:nth-child(6) {
		/* display: none; */
	}

	.products-prives-prices {
		display: flex;
		justify-content: space-between;
	}

	.box-desc-products {
		text-align: center;
		justify-content: center;
	}

	.products-prives-prices p {
		margin-right: 10px;
	}

	.box-products-sales-left img {
		height: 300px;
	}

	.wpb_text_column-left {
		top: 33%;
	}

	.clm.header-search-mobile {
		display: none;
	}

	.box-maps {
		display: none;
	}

	.box-tap-chi {
		display: none;
	}

	.clm.headeer-address-mobile {
		display: flex;
		justify-content: end;
	}

	.logo {
		display: inline-flex;
	}

	header {
		padding-bottom: 0px;
	}


	.list-item.category-slide-1 {}

	.selec-peoducts-sevrive .clm {}

	.selec-peoducts-sevrive .ctnr {
		overflow-x: scroll;
	}

	.item-ss-home-1 .clm:nth-child(7) {
		display: none;
	}
}

@media (max-width: 786px) {
	.service-title {
		text-align: left;
	}

	.service-desc {
		text-align: left;
	}

	.service-content.flex-1 {
		padding-left: 15px;
	}

	.list-action-pages-header a svg {
		width: 30px;
		height: 30px;
	}

	.product-action-view-gio button {
		display: block !important;
	}

	.item-ss-home-1 .clm:nth-child(7) {
		display: block;
	}

	.item-ss-home-1 .clm:nth-child(6) {
		display: block;
	}

	.box-quangcao-products {
		padding-bottom: 5px;
		padding-top: 20px;
	}

	.tabs {
		width: 100%;
		min-width: max-content;
		max-width: fit-content;
	}

	.box-tabs-mains-products {
		overflow-x: scroll;
	}

	.item-products-prives {
		text-align: center;
	}

	.hedding-titles-index h2 {
		font-size: 25px;
	}

	.box-desc-products {
		display: block;
		margin-top: 5px;
	}

	.products-prives-prices {
		display: flex;
		justify-content: center;
	}

	.products-prives-prices p {
		padding-right: 10px;
	}

	.item-products-prives p {
		text-align: center;
	}

	.item-images-quangcao {
		margin-bottom: 15px;
	}

	.list-products-sales {
		padding-top: 20px;
	}

	.box-products-sales-left {
		margin-bottom: 20px;
	}

	.wpb_text_column-left {
		position: absolute;
		top: 55%;
		width: 100%;
	}

	.list-item.category-slide-1 {}

	.slideshow-list .slideshow__img img {
		height: 62px !important;
	}

	.selec-peoducts-sevrive .clm {}

	.slideshow__img {
		margin-bottom: unset;
	}

	.product-content .star,
	.product-content .view {
		width: 100%;
	}

	.product-list-right a {
		display: none;
	}

	.product-sale .product-body .group-title {
		display: block;
		padding: 10px 0px;
	}

	.deal-time-holder,
	.product-sale .product-body .group-title .d-flex {
		justify-content: center;
	}

	ul.form-lich li {
		width: calc(100% / 2);
	}

	.listproduct-img {
		display: none;
	}

	.customer_review .slick-dots {
		bottom: -10px !important;
	}

	.bct img {
		height: 35px;
		margin-top: 10px;
		width: unset;
		max-width: unset;
	}

	.item-footer-last {
		margin-bottom: 5px;
	}
}

@media (min-width: 900px) and (max-width: 1200px) {
	.header-banner {
		display: none;
	}

	.slideshow-list .slideshow__img img {
		height: 160px !important;
	}
}

@media (max-width: 586px) {
	.box-bg-all-production {
		background: none;
		padding: 20px 0px;
	}

	.product-action-view-gio {
		display: none;
	}

	.box-images-qc-protion {
		display: none;
	}

	.clm.box-size-imgaes {
		display: none !important;
	}

	.clm.box-size-imgaes {
		display: none !important;
	}

	.selec-peoducts-sevrive .clm {}

	a.box-item-caters .text-inner-content {
		padding: unset;
		padding-top: 10px;
	}

	.selec-peoducts-sevrive .list-item .box p {
		min-height: 25px;
		font-size: 9px !important;
	}

	.selec-peoducts-sevrive .list-item .box span {
		font-size: 11px;
	}

	.text-copyright {
		text-align: center;
		padding: 34px 0;
		color: #000;
		border-top: 1px dashed #cdcdcd;
		padding-bottom: 85px;
		padding-top: 20px;
	}

	.slideshow-banner .slideshow__img img {
		/*! height: 190px !important; */
	}

	.list-item .box a img {}

	.list-item .box a p {
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		/* -webkit-line-clamp: 1; */
		overflow: hidden;
		text-overflow: ellipsis;
	}

	ul.form-lich li {
		width: calc(100% / 2);
	}

	.form-lich-box {
		display: block;
	}

	.iconAdvise {
		width: 74px;
		height: 74px;
		margin: 0 auto;
	}
}


.sub-card {
	background: #fff;
	box-shadow: 0 0 28px rgba(0, 0, 0, .08);
	border-radius: 20px;
	padding: 20px;
}

.sub-card>p {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 16px;
	font-weight: 700;
}

.menu-categories li a {
	position: relative;
	color: black;
	font-weight: 400;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.menu-categories li a img {
	width: -moz-fit-content;
	width: fit-content;
	margin-right: 7px;
	transition: all .3s ease;
	filter: grayscale(1);
}

.menu-categories li a {
	color: black;
	font-weight: 400;
}

.footer__col-1--address a {
	color: #fff !important;
}

.wrap-breadcrumbs {
	background-color: #e9ecef;
}

.wrap-breadcrumbs .breadcrumb {
	padding: 10px 0px;
	background: #e9ecef;
	margin: 0px -10px;
}

.wrap-breadcrumbs .breadcrumb li {
	padding: 0px 0px;
}

.product-item__info--price s {
	margin-left: 8px;
	color: #b3aeae;
}
