:root {
	--main-color: #e60060;
  	--sub-color: #cb0001;
  	--bg-color: #f4f2f3;
  	--body-color: #1e1e1e;
  	--line-color: #dbdbdb;
  	--grey-color: #686868;
  	--btn-color: #f79031;
  	--hover-color: #f7a915;
}
html {
	scrollbar-width: thin;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.7;
	background: var(--bg-color);
}
*,
*:before,
*:after {
  	box-sizing: border-box;
}
a {text-decoration: none !important;color: var(--body-color)}
a:hover {color: var(--main-color)}
p{margin-bottom: 0}
.h1, .h2, .h3, h1, h2, h3 {
  	margin: 0;
}
button:focus {
  outline: unset;
}
input:focus-visible {
  outline: unset;
}
.fullwidth{width: 100%;}
.fullheight{height: 100%;}
.container{padding: 0;width: 100%}
.container-fluid, .row {
  	margin-left: 0;
  	margin-right: 0;
  	padding: 0;
}
.no-padding{padding: 0;}
.center{text-align: center;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.clear10{clear: both;height: 10px;}
.clear20{clear: both;height: 20px;}
.clear40{clear: both;height: 40px;}
.flex{display: flex;align-items: center;}
.flex-bw{display: flex;justify-content: space-between;align-items: center;}
.flex-se{display: flex;justify-content: space-evenly;}
.editor {
	max-width: 100%;
}
.editor img, .editor table, .editor iframe {
	max-width: 100%;
/*	height: auto;*/
}
ul{list-style-type: none;padding: 0;margin: 0}
.no-padding-right{padding-right: 0;}
.no-padding-left{padding-left: 0;}
.items-center {
	display: flex;
	align-items: center;
}
input.form-control {
	height: 34px;
	border: 1px solid var(--line-color);
}
.main-header {
	padding: 18px 0;
	border-top: 2px solid var(--main-color);
	background: #fff;
}
.main-header .box-header-center {
	display: flex;
	justify-content: space-between;
}
.logo {
	width: 25%
}
.logo a {
	max-width: 260px;
	display: inline-block;
}
.logo a img {
	height: auto;
}
.header-search {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-action {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: right;
}
.header-action .item-header {
  	width: 50%;
  	display: flex;
	align-items: center;
	color: var(--body-color);
	font-weight: 500;
	font-size: 13px;
}
.item-header .box-img {
	border: 1px solid var(--line-color);
	width: 34px;
	height: 34px;
	display: flex;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	position: relative;
}
.count-cart {
	color: #fff;
	position: absolute;
	top: -2px;
	right: -4px;
	background: var(--main-color);
	font-size: 10px;
	width: 14px;
	height: 15px;
	text-align: center;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.price-cart span {
	font-weight: 400 !important;
	color: var(--grey-color);
}
.header-call {
	color: #f00 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}
.section-banner {
	padding: 10px 0;
}
/*.space-form {
	width: 14px;
	display: inline-block;
	text-align: center;
	color: var(--line-color);
	font-size: 16px;
}*/
.search-form input {
	border: none;
	background: none;
	margin-right: 60px;
	width: calc(100% - 179px);
}
.search-form button {
	border: none;
	background: var(--main-color);
	position: absolute;
	z-index: 9;
	border-radius: 0 5px 5px 0;
	top: 0;
	height: 100%;
	width: 70px;
	right: 0;
}
.search-form {
	background: #fff;
	border-radius: 5px;
	padding: 6px 15px;
	border: 1px solid var(--line-color);
	font-size: 13px;
	position: relative;
	width: 80%;
}
.block-menu {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.block-quote {
	width: 181px;
}
.ul-menu-first {
	display: flex;
	align-items: center;
	width: calc(100% - 181px);
	justify-content: space-around;
}
.ul-menu-first > li {
	padding: 10px 0;
}
.ul-menu-first > li:not(:last-child) {
  	margin-right: 30px;
}
.ul-menu-first > li > a {
	color: var(--body-color);
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 500;
}
.p-help {
	margin-left: 5px;
}
.ul-menu-seccond {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	width: 100%;
	z-index: 999;
	display: none;
}
.ul-menu-seccond > li {
	float: left;
	width: 25%;
	padding: 15px 20px;
}
.ul-menu-seccond > li > a {
	color: var(--main-color);
	display: flex;
	align-items: center;
	font-weight: 500;
	border-bottom: 1px solid var(--line-color);
	padding-bottom: 4px;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.ul-menu-third > li > a {
	color: var(--body-color);
	text-transform: capitalize;
}
.ul-menu-first > li.has-sub:hover .ul-menu-seccond {
	display: unset;
}
#nav-menu {
	background: #fff;
	position: fixed;
	width: 0;
	height: 100%;
	z-index: 1001;
	top: 0;
	right: 0;
	transition: width .7s;
}
#nav-menu.open-nav {
	width: 80%;
	transition: width .7s;
}
.nav-list {
	margin: 0 25px;
	overflow-y: scroll;
	height: calc(100% - 145px);
	scrollbar-width: none;
}
.ul-menu-mobile-first > li {
  	margin-bottom: 10px;
  	border: 1px solid var(--line-color);
}
.ul-menu-mobile-first > li > a {
	padding: 5px 15px;
	padding-right: 40px;
	width: 100%;
	display: inline-block;
	color: var(--body-color);
	position: relative;
}
.p-help-mobile {
	position: absolute;
	width: 36px;
	height: 100%;
	display: flex;
	align-items: center;
	right: 0;
	top: 0;
	justify-content: center;
	background: #ccc;
	color: #000;
}
.ul-menu-mobile-seccond {
  	padding: 0 15px;
  	line-height: 32px;
  	display: none;
}
.ul-menu-mobile-seccond > li {
  	margin: 10px 0;
  	padding-bottom: 5px;
}
.ul-menu-mobile-seccond > li:not(:last-child) {
	border-bottom: 1px solid var(--line-color);
}
.ul-menu-mobile-seccond > li > a {
	text-transform: uppercase;
	font-weight: 500;
	color: var(--main-color);
}
.ul-menu-mobile-third > li > a {
	color: var(--body-color);
}
.ic-open-nav {
	display: flex;
	align-items: center;
	margin-left: 10px;
	transition-duration: .5s;
}
.close-menu {
	position: absolute;
	left: 25px;
	top: 25px;
	cursor: pointer;
}
.logo-menu {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	height: 135px;
}
.logo-menu a {
	max-width: 220px;
	max-height: 70px;
	display: inline-block;
}
.bg-overlay {
	background-color: rgba(0,38,75,0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1000;
	display: none;
}
#nav-menu.open-nav + .bg-overlay {
  	display: block;
}
.ul-menu-mobile-first > li.active > a {
	color: #fff;
	background: var(--main-color);
}
.ul-menu-mobile-first > li.active > a > .p-help-mobile {
	color: #fff;
	background: var(--main-color);
}
.ul-menu-mobile-first > li.active > .ul-menu-mobile-seccond {
	display: block;
}
.block-white {
	background: #fff;
	padding: 10px;
	border-radius: 4px;
}
.gird-main-banner {
	display: grid;
	grid-template-columns: 220px calc(100% - 230px);
	grid-gap: 10px;
}
.main-menu {
  	background: var(--main-color);
  	border-radius: 4px;
  	position: relative;
}
.tit-main {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.tit-main-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	color: #fff;
}
.ul-main-menu {
	margin: 2px;
	margin-top: 0;
	height: calc(100% - 50px);
	max-height: 310px;
	background: #fff;
	overflow-y: auto;
	scrollbar-width: thin;
}
.ul-main-menu li:not(:first-child){
	border-top: 1px solid var(--line-color);
}
.ul-main-menu li a {
	width: 100%;
	padding: 8px 18px;
	display: inline-block;
	color: var(--body-color);
	font-size: 14px;
	position: relative;
}
.ul-main-menu > li:hover > a, .ul-list-main-menu > li:hover > a, .ul-list-main-menu ul > li:hover > a {
	background: var(--bg-color);
	color: var(--main-color);
}
.ul-list-main-menu, .ul-list-main-menu ul {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: calc(100% - 2px);
	z-index: 9;
	background: #fff;
	box-shadow: 0 0 12px 0 var(--line-color);
	display: none;
}
.ul-list-main-menu ul { 
	left: 100%;
}
.ul-main-menu > li:hover .ul-list-main-menu, .ul-list-main-menu > li:hover ul {
	display: block;
} 
.ul-main-menu > li.has-sub > a:after, .ul-list-main-menu > li.has-sub > a:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	display: flex;
	align-items: center;
	position: absolute;
	height: 100%;
	right: 10px;
	top: 0;
}
.main-slider {
  	position: relative;
}
.main-slider .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-slider .owl-dots button {
	margin: 0 10px;
}
.main-slider .owl-dots button span {
	content: "";
	width: 9px;
	height: 9px;
	display: inline-block;
	border-radius: 100%;
	border: 1px solid var(--main-color);
	position: absolute;
}
.main-slider .owl-dots button.active span:before {
	content: "";
	width: 3px;
	height: 3px;
	display: inline-block;
	background: var(--main-color);
	border-radius: 100%;
	position: relative;
	top: 2px;
}
.block-line-top {
  	border-top: 2px solid var(--main-color);
}
.block-sub-title {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	padding-bottom: 6px;
	position: relative;
}
.block-main-title {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid var(--line-color);
	position: relative;
}
.main-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
	padding-left: 8px;
}
.sub-title {
	color: var(--grey-color);
	text-transform: uppercase;
	font-size: 17px;
	padding-left: 8px;
}
.main-title h3 i {
	font-size: 20px;
	margin-right: 6px;
}
.box-times {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
#day, #hours, #minutes, #second {
	-webkit-box-shadow: -1px 4px 2px -3px rgba(0,0,0,0.62);
	box-shadow: -1px 4px 2px -3px rgba(0,0,0,0.62);
	background-color: var(--main-color);
	color: #fff;
	padding: 4px 6px;
	font-size: 15px;
	border-radius: 4px;
	margin-right: 2px;
	text-align: center;
	margin-left: 2px;
	line-height: 15px;
	font-weight: 300;
}
.space-times {
	color: var(--main-color);
}
.view-all {
	font-size: 13px;
	color: var(--sub-color);
	display: flex;
	align-items: center;
}
.view-all i {
	margin-left: 4px;
}
.view-all:hover {
	color: var(--main-color);
}
.item-pro-sale-off .name {
	font-size: 14px;
	margin-top: 10px;
	color: var(--body-color);
}
.price {
  	display: flex;
  	align-items: center;
}
.new-price {
	color: var(--sub-color);
	font-weight: 600;
}
.old-price {
	font-size: 11px;
	text-decoration: line-through;
	color: var(--grey-color);
	margin-left: 10px;
}
.gift {
	position: absolute;
	top: 8px;
	left: 8px;
}
.percent {
	position: absolute;
	top: 0;
	right: 8px;
	width: 26px;
	height: 26px;
	background: var(--sub-color);
	font-size: 10px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../img/percent.png');
	background-size: cover;
}
.section-sale-off .block-main-list .col-lg-2 {
	padding-right: 0;
}
.item-frame {
	border: 1px solid var(--line-color);
}
.item-frame .block-details {
	padding: 8px;
}
.img-pro {
	position: relative;
}
.gird-pro-popular {
	display: grid;
	grid-template-columns: calc(20% - 8px) calc(20% - 8px) calc(20% - 8px) calc(20% - 8px) calc(20% - 8px);
	grid-gap: 10px;
}
.name {
	font-size: 14px;
	font-weight: 500;
	color: var(--body-color);
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	-webkit-line-clamp: 2;
	height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.name:hover {
	color: var(--main-color);
}
.zoom-img {
	position: relative;
	overflow: hidden;
}
.zoom-img img {
	transition: all 0.8s;
}
.zoom-img img:hover {
  transform: scale(1.1);
}
p.category {
	color: var(--grey-color);
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 20px;
}
.item-pro-popular .block-details {
	padding-top: 10px;
}
.item-pro-popular {
	margin-bottom: 10px;
}
.view-more {
	margin: 20px 0;
}
.view-more a {
	padding: 10px 40px;
	background: var(--main-color);
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
}
.view-more a:hover {
	background: var(--hover-color);
}
.section-category-home .block-main-list {
	text-align: center;
	padding: 0 10px;
}
.ul-list-category > li {
  	display: inline;
}
.ul-list-category > li > a {
  	color: var(--grey-color);
  	font-size: 14px;
}
.ul-list-category > li:not(:last-child) > a:after {
  	content: "|";
  	margin: 0 4px;
}
.box-why-choose {
	margin: 40px 0;
}
.item-why-choose {
  	text-align: center;
  	margin-bottom: 10px;
}
.img-why-choose {
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line-color);
	border-radius: 100%;
	padding: 10px;
	margin: auto;
}
.item-why-choose .block-details {
	margin-top: 10px;
}
.name-why-choose { 
	color: #000;
}
.sub-why-choose {
	color: var(--grey-color);
	font-size: 13px;
}
.item-partner {
	width: 10%;
	float: left;
	padding: 10px;
}
.item-partner img {
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .5s ease-in-out;
}
.item-partner:hover {
	border: 1px solid var(--line-color);
}
.item-partner:hover img {
	filter: none;
	-webkit-filter: grayscale(0);
}
.footer {
	background: #f5f5f5;
	border-radius: 4px;
	padding: 30px 20px;
}
.tit-ft {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: var(--body-color);
}
.ul-social-media-ft li {
	margin-right: 15px;
	display: inline;
}
.ul-social-media-ft li a img {
  	width: 18px;
}
.item-ft-suppport a {
	color: var(--body-color);
	font-size: 13px;
}
.item-ft-suppport img {
	width: 22px;
	margin-right: 4px;
}
.ft-support-red a span:last-child {
	color: var(--sub-color);
	font-weight: 600;
	font-size: 18px;
}
.ft-support-blue a span:last-child {
	color: var(--sub-color);
}
.ft-support-grey a span:last-child {
	font-weight: 400;
}
.ft-support-grey a i {
	font-size: 22px;
	margin-right: 4px;
	width: 22px;
	text-align: center;
}
.ul-policy-ft {
	list-style-type: "- ";
	list-style-position: inside;
}
.ul-policy-ft > li > a {
	color: var(--body-color);
	font-size: 14px;
}
.block-payment-ft {
	width: 180px;
	max-width: 100%;
}
.block-gov-ft {
	width: 90px;
	max-width: 100%;
}
.section-breadcrumbs {
	padding: 15px 0;
	border-bottom: 1px solid var(--line-color);
}
.breadcrumbs span a {
	color: var(--grey-color);
	font-size: 14px;
}
.breadcrumbs span a:hover {
	color: var(--main-color);
}
.breadcrumbs span i {
	color: var(--grey-color);
	margin: 0 10px;
}
.breadcrumbs span.active {
	padding: 6px 18px;
	border: 1px solid var(--line-color);
	border-radius: 20px;
	background: #fff;
}
.details-name {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
}
.line-grey {
	width: 100%;
	height: 1px;
	background: var(--line-color);
	margin: 10px 0;
}
.share-text {
	font-size: 14px;
	font-weight: 600;
	margin-right: 15px;
}
.new-price-details {
	color: var(--hover-color);
	font-size: 22px;
	font-weight: 600;
}
.old-price-details {
	color: var(--grey-color);
	text-decoration: line-through;
	font-size: 14px;
	margin-left: 15px;
}
.block-price-details {
	margin: 10px 0;
}
.notes {
	font-size: 12px;
	font-style: italic;
	color: var(--grey-color);
	margin-top: 10px;
}
.item-benifit {
	padding: 10px;
}
.item-benifit a {
	display: flex;
	align-items: center;
}
.block-benifit {
	background: var(--bg-color);
	border-radius: 10px;
}
.item-benifit > a > img {
	width: 50px;
}
.item-benifit .block-details {
	padding-left: 10px;
}
.item-benifit .block-details .name {
	color: var(--body-color);
	font-size: 13px;
	font-weight: 600;
	display: flex;
	align-items: center;
	height: auto;
}
.sub-text {
	font-size: 12px;
	color: var(--body-color);
	font-weight: 500;
}
.btn-tuvan {
	width: 100%;
	display: inline-block;
	background: #f4b218;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.block-nav-desc {
	background: var(--bg-color);
	overflow: auto;
	width: 100%;
	display: flex;
}
.block-nav-desc span {
	padding: 6px 25px;
	display: inline-block;
	font-weight: 600;
	cursor: pointer;
	min-width: 195px;
	text-align: center;
}
.block-nav-desc span.active, .block-nav-desc span:hover {
	color: #fff;
	background: var(--main-color);
	position: relative;
}
.block-nav-desc span.active:after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid var(--line-color);
	position: absolute;
	bottom: 0;
	left: calc(50% - 2px);
}
.nav-content-desc {
	display: none;
}
.nav-content-desc.active {
	display: block;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loading.svg') 50% 50% no-repeat #f9f9f9;
	background-color: rgba(0,38,75,0.7);
	display: none;
}
#modalDatIn .modal-title {
	padding: 0;
	margin-bottom: 10px;
}
#modalDatIn input.form-control, #modalDatIn .bootstrap-select > .dropdown-toggle {
	border: none;
	box-shadow: unset;
	border-bottom: 1px dotted var(--grey-color);
	border-radius: 0;
}
.box-ptvc {
	display: flex;
	justify-content: space-between;
}
.p-ptvc input[type="radio"] {
	height: 15px;
	width: 15px;
	margin-right: 10px;
}
.p-ptvc label {
	font-weight: 400;
	color: var(--grey-color);
}
.block-check-order {
	background: var(--bg-color);
}
.box-check-order-body {
  	padding: 20px;
}
.box-check-order {
  	border-bottom: 1px dotted var(--grey-color);
  	padding: 10px 0;
  	font-size: 14px;
}
.total-pri {
	color: var(--main-color);
	font-size: 16px;
	font-weight: 600;
}
.item-product {
	margin-bottom: 15px;
	background: #fff;
}
.item-product .block-details {
	margin-top: 10px;
}
.pagi {
	display: flex;
	justify-content: center;
}
.pagi a {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--body-color);
}
.pagi a:hover {
  	color: var(--main-color);
}
.pagi a.active {
	background: var(--main-color);
	color: #fff;
}
.item-news {
	box-shadow: 0 0 12px 0 var(--line-color);
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}
.item-news .block-details {
	text-align: center;
	padding-top: 10px;
}
.item-news .name {
	font-size: 18px;
	margin-bottom: 10px;
}
.desc-news {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	-webkit-line-clamp: 5;
	height: 124px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: var(--grey-color);
}
.item-news .img-pro {
	overflow: hidden;
}
.item-news .img-pro img {
	transition-duration: 0.8s;
}
.item-news:hover .img-pro img {
	scale: 1.1;
	transition-duration: 0.8s;
}
.times-o img {
	width: 22px;
	margin-right: 8px;
}
.p-ft-notes {
	color: var(--main-color);
	text-align: center;
	font-size: 13px;
	font-style: italic;
}
.block-on-left {
	padding: 20px;
	box-shadow: 0 0 12px 0 var(--line-color);
	background: #fff;
}
.ul-on-left-first {
  	line-height: 32px;
}
.ul-on-left-first > li {
	margin-bottom: 15px;
}
.ul-on-left-first > li > a {
	color: var(--body-color);
	font-weight: 500;
	text-transform: uppercase;
}
.ul-on-left-seccond {
	padding-left: 15px;
}
.ul-on-left-seccond > li > a {
	color: var(--grey-color);
	font-size: 14px;
}
.box-on-left {
	margin-bottom: 40px;
}
.tit-on-left {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 4px;
	margin-bottom: 20px;
	border-bottom: 1px dotted var(--grey-color);
}
.item-news-on-left {
	margin-bottom: 15px;
}
.item-news-on-left a {
	display: flex;
	justify-content: space-between;
}
.item-news-on-left a img {
  	width: 40%;
  	object-fit: cover;
	border-radius: 5px;
}
.item-news-on-left a .block-details {
	width: 60%;
	padding-left: 10px;
	padding-right: 4px;
}
.item-news-on-left a .name {
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 19px;
	-webkit-line-clamp: 4;
	height: 75px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.block-title-pro-category {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
	border-bottom: 1px solid var(--line-color);
	margin-bottom: 20px;
}
.title-pro-category a {
	color: var(--body-color);
	font-size: 18px;
	font-weight: 600;
}
.view-all a {
	color: var(--grey-color);
	font-size: 13px;
	font-style: italic;
}
.item-pro-category {
	box-shadow: 0 0 12px 0 var(--line-color);
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}
.item-pro-category .block-details {
  	text-align: center;
}
.item-pro-category .block-details .name {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 18px;
}
.img-pro-category {
	position: relative;
}
.img-pro-category:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	-ms-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(230,239,238,.2);
	bottom: 0;
	right: 0;
}
.img-pro-category:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	-ms-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(230,239,238,.2);
	top: 0;
	left: 0;
}
.item-pro-category:hover .img-pro-category:before, .item-pro-category:hover .img-pro-category:after {
	width: 100%;
	height: 100%;
}
.section-content > .container > .row > .col-xs-12:first-child {
	padding-left: 0;
}
.section-content > .container > .row > .col-xs-12:last-child {
	padding-right: 0;
}
.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: var(--bg-color);
	z-index: 999;
	box-shadow: 0 0 17px -5px #000;
}
.header-fixed .main-header {
	padding: 5px;
} 
.gird-product {
	display: grid;
	grid-template-columns: calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px);
	grid-gap: 15px;
}
.gird-product.template-list-product {
	grid-template-columns: 100%;
	grid-gap: 20px;
}
.gird-product.template-list-product .item-product {
	display: flex;
}
.item-product .desc-prod {
	display: none;
	margin-bottom: 10px;
}
.gird-product.template-list-product .item-product .desc-prod {
	display: block;
}
.gird-product.template-list-product .item-product .img-pro {
	width: 250px;
}
.gird-product.template-list-product .item-product .block-details {
	width: calc(100% - 250px);
}
.daban {
	font-size: 11px;
	color: var(--grey-color);
}
.gird-pop-category {
	display: grid;
	grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
	border-top: 1px solid var(--line-color);
	border-left: 1px solid var(--line-color);
}
.item-pop-category {
	padding: 10px;
  	border-right: 1px solid var(--line-color);
  	border-bottom: 1px solid var(--line-color);
}
.item-pop-category:hover {
	border: 1px solid var(--main-color);
}
.item-pop-category .name {
	font-weight: 600;
	margin-top: 8px;
}
.item-pop-category img {
	border: 1px solid var(--line-color);
	padding: 4px;
	border-radius: 100%;
	width: 70px;
}
.item-sup-home {
	display: flex;
	justify-content: space-between;
	border-right: 2px solid #9c96e6;
	padding: 15px 30px;
}
.item-sup-home:last-child {
	border-right: none;
}
.item-sup-home > img {
	max-width: 100px;
	max-height: 50px;
	margin: auto 0;
}
.item-sup-home .block-details {
	width: calc(100% - 100px);
}
.section-support-home .editor {
	padding: 15px;
}
.tit-sp-home {
	color: var(--main-color);
	font-weight: 600;
}
.desc-sp-home {
	color: var(--grey-color);
}
.dmsp-header {
	position: relative;
}
.dmsp-header.home-header .tit-menu-header, .dmsp-header.home-header .ul-main-menu.ul-menu-header {
	display: none;
}
.box-header-bottom {
	display: grid;
	margin-top: 10px;
	grid-template-columns: 220px calc(100% - 240px);
	grid-gap: 20px;
}
/*.header-fixed .box-header-bottom {
	display: grid;
}*/
.tit-menu-header {
	background: var(--main-color);
	color: #fff;
	width: 220px;
	height: 34px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	font-weight: 600;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}
.tit-menu-header:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	display: flex;
	align-items: center;
	position: absolute;
	height: 100%;
	right: 10px;
	top: 0;
}
.ul-menu-header {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99;
	overflow: unset;
}
.dmsp-header:hover .ul-menu-header {
	display: block;
}
.first-menu-header li {
  	display: inline;
  	padding: 0 15px;
}
.first-menu-header li a img {
  	width: 38px;
  	margin-right: 6px;
}
.first-menu-header li a {
	color: var(--body-color);
	font-weight: 600;
}
.first-menu-header li:hover a {
	color: var(--main-color);
}
.flashsale-text {
	font-weight: 900;
	font-size: 24px;
	color: var(--sub-color);
	font-style: italic;
}
.flashsale-text img {
	width: 18px;
}
.section-support-home .block-white {
	border: 1px solid var(--main-color);
	border-radius: 4px;
}
.lSSlideWrapper.usingCss {
	border: 1px solid var(--line-color);
	border-radius: 10px;
	margin-bottom: 15px;
}
.lSSlideOuter .lSPager.lSGallery li {
	padding: 2px;
}
.lSSlideOuter .lSPager.lSGallery li:hover, .lSSlideOuter .lSPager.lSGallery li.active {
	border: 1px solid var(--main-color);
	border-radius: 4px;
} 
.block-star-details {
	margin: 15px 0;
	display: flex;
	align-items: center;
}
/*.box-star-details {
	display: inline-block;
	width: 60%;
}*/
.block-star-details i {
  	color: var(--hover-color);
}
.block-stock-details b {
	font-size: 12px;
}
.block-stock-details span:not(.span-lf) {
	font-size: 12px;
	color: #fff;
	padding: 4px 10px;
	border-radius: 10px;
}
span.conhang {
	background: green;
}
span.hethang {
	background: var(--sub-color);
}
.p-rating-details {
  	font-size: 12px;
  	margin-left: 20px;
}
.p-rating-details a {
  	color: var(--grey-color);
  	margin-right: 10px;
}
.span-lf {
	font-size: 12px;
	margin-right: 10px;
}
.section-product-details .block-white {
	padding: 10px 0;
}
.box-price-details {
	display: flex;
	align-items: center;
}
.percent-details {
	margin-left: 20px;
	padding: 3px 6px;
	background: var(--sub-color);
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
}
.grey-cl {
	color: var(--grey-color);
}
.red-cl {
	color: var(--sub-color);
}
.block-short-desc .grey-cl {
	font-size: 13px;
}
.block-short-desc .brand-detail a {
	color: #00b7ff;
	font-weight: 500;
}
.block-short-desc .editor {
	font-size: 13px !important;
	color: var(--body-color);
	line-height: 24px;
	margin-top: 10px;
	text-align: justify;
}
.block-khuyenmai {
  	margin: 15px 0;
}
.tit-khuyenmai {
	font-weight: 600;
	display: flex;
	align-items: center;
}
.tit-khuyenmai img {
  	margin-right: 6px;
}
.box-khuyenmai {
	border: 1px solid var(--line-color);
	margin: 10px 0;
	padding: 10px;
}
.box-khuyenmai li {
	display: flex;
	font-size: 13px;
	margin-bottom: 10px;
	align-items: center;
}
.box-khuyenmai li:last-child {
	margin-bottom: 0;
}
.box-khuyenmai li img {
	width: 44px;
	height: 44px;
	margin-right: 10px;
	border: 1px solid var(--line-color);
	border-radius: 4px;
}
.box-khuyenmai li span {
	color: var(--main-color);
}
.box-khuyenmai li:before {
	content: url(../img/checked.png);
	background-size: cover;
	display: inline-block;
	margin-right: 10px;
}
.box-quycach {
	margin: 10px 0;
}
.box-quycach li {
	display: inline-block;
	padding: 8px 25px;
	border: 1px solid var(--line-color);
	margin-right: 10px;
	color: var(--grey-color);
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 10px;
}
.box-quycach li:hover, .box-quycach li.active {
	background: var(--sub-color);
	border: 1px solid var(--sub-color);
	color: #fff;
}
.block-qty {
  	margin: 20px 0;
  	display: flex;
  	align-items: center;
}
.box-qty {
	border: 1px solid var(--line-color);
	padding: 4px 10px;
	border-radius: 25px;
	margin-left: 20px;
}
.box-qty button {
	background: none;
	border: none;
	font-weight: 400;
}
.box-qty input {
	width: 50px;
	border: none;
	text-align: center;
}
.block-btn-buy a {
	color: #fff;
	border-radius: 4px;
	padding: 10px 26px;
	display: inline-block;
	text-align: center;
  	font-weight: 600;
}
.btn-add-cart {
	background: var(--hover-color);
	margin-right: 20px;
}
.btn-buy-now {
	background: var(--sub-color);
}
.main-title-details {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 16px;
}
.gird-content-details {
	display: grid;
	grid-template-columns: calc(75% - 10px) calc(25% - 10px);
	grid-gap: 20px;
}
.block-details-desc .block-white, .block-gird-right .block-white {
	padding: 20px;
}
.gird-combo {
	display: grid;
	grid-template-columns: 70% calc(30% - 20px);
	grid-gap: 20px;
}
.btn-buy-combo {
	color: #fff;
	border-radius: 4px;
	padding: 10px 26px;
	display: inline-block;
	text-align: center;
  	font-weight: 600;
  	background: var(--sub-color);
  	border: none;
  	margin-top: 20px;
}
.item-total-combo {
	height: 100%;
	display: flex;
	align-items: center;
}
.box-total-combo p.big-combo {
	font-size: 16px;
}
.box-total-combo p.big-combo span {
	color: var(--sub-color);
	font-weight: 600;
}
.box-total-combo p.small-combo {
	font-size: 13px;
}
.box-total-combo p.small-combo span {
	font-weight: 600;
}
.item-combo {
	position: relative;
}
.item-combo:after {
	content: "+";
	font-size: 26px;
	font-weight: 500;
	position: absolute;
	right: -18px;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.item-total-combo {
  	padding-left: 20px;
  	position: relative;
  	text-align: center;
}
.item-total-combo:after {
	content: "=";
	font-size: 26px;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.check-combo {
	font-size: 13px;
	position: relative;
	margin-top: 15px;
}
.check-combo label {
	font-weight: unset;
}
.check-combo input[type="checkbox"] {
	visibility: hidden;
}
.check-combo input[type="checkbox"] + .label-text:before{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
	height: 15px;
	display: inline-block;
	border: 1px solid var(--line-color);
	border-radius: 4px;
	cursor: pointer;
}
.check-combo input[type="checkbox"]:checked + .label-text:before {
	content: "";
	background: url('../img/checked.png');
	width: 15px;
	height: 15px;
	display: inline-block;
	background-size: cover;
	border: 1px solid var(--main-color);
	animation: effect 250ms ease-in;
}
.item-related-sp {
	margin-bottom: 20px;
}
.block-comments {
	padding: 20px;
}
.btn-comment {
	width: 100%;
	height: 40px;
	background: var(--main-color);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.btn-comment:hover {
	background: var(--hover-color);
}
.action-cmt p {
  	display: inline-block;
  	font-size: 13px;
}
.action-cmt p:not(:last-child) {
  	margin-right: 20px;
}
p.time {
	color: #828080;
}
.item-comments {
	padding: 15px 0;
	border-top: 1px solid var(--line-color);
}
.item-comments > .form-reply {
	display: none;
}
.item-comments.active > .form-reply {
	display: block;
}
.box-qtv-cmt p {
	display: inline-block;
}
.icon-qtv {
	width: 32px;
	margin-right: 4px;
}
.box-qtv-cmt p.name {
	margin-right: 15px;
}
.btn-qtv {
	background: #eebc49;
	padding: 5px;
	font-size: 12px;
}
.box-list-reply-cmt {
	background: var(--bg-color);
	padding: 10px 20px;
	border-radius: 4px;
	position: relative;
}
.box-list-reply-cmt:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 20px;
	width:0px;
	height:0px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid var(--bg-color);
}
.box-list-reply-cmt .item-comments:first-child {
	border: none;
}
.box-list-reply-cmt .item-comments:not(:first-child) {
	border-top: 1px solid #fff;
}
.box-comments {
  	margin: 10px 0;
}
.flex-rat {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.rating {
	border: none;
	float: left;
}
.rating > input {
  	display: none;
}
.rating > label {
	color: #ccc;
	float: right;
	margin: 0;
}
.rating > label::before {
	margin: 5px;
	font: normal normal normal 20px/1 FontAwesome;
	display: inline-block;
	content: "\f005";
}
.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
  	color: #ffb909;
}
.item-comments .name {
	height: auto;
}
.box-list-comments {
  	padding: 15px;
}
.cmt-star i {
	color: var(--hover-color);
}
.box-qtv-cmt {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
table {
	width: 100%;
}
.block-form-cart {
	background: #fff;
	padding: 20px;
	margin: 20px 0;
}
.block-form-cart table tr th {
	border: 1px solid var(--line-color);
	padding: 10px;
	text-align: center;
}
.block-form-cart table tr td {
	border: 1px solid var(--line-color);
	padding: 10px;
	text-align: center;
}
.remove-prod {
	color: var(--sub-color);
	font-size: 20px;
}
.img-prod-cart {
	display: block;
	width: 70px;
	margin: 0 15px;
}
.box-cart-phanloai {
	font-size: 13px;
	color: var(--grey-color);
	text-align: left;
	font-style: italic;
}
.total-cart {
  	font-weight: 700;
}
.conti-update {
  	margin: 30px 0;
}
.conti {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid var(--sub-color);
	color: var(--sub-color);
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 20px;
}
.conti:hover {
	border: 1px solid var(--hover-color);
	color: var(--hover-color);
}
.total-count {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.bold {
  	font-weight: 700;
}
.a-check {
	display: block;
	padding: 10px 10px;
	border: 1px solid var(--sub-color);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	background: var(--sub-color);
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}
.a-check:hover {
	color: #fff;
	border: 1px solid var(--hover-color);
	background: var(--hover-color);
}
.total-cart .flex-bw {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.box-hddh {
	display: none;
}
.box-hddh.hddh-checked {
  display: block;
}
.block-filter-product {
	padding: 20px;
	display: grid;
	grid-template-columns: 25% calc(50% - 60px) 25%;
	grid-gap: 30px;
}
.tit-filter-pro {
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 6px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--line-color);
	position: relative;
	cursor: pointer;
}
.tit-filter-pro:after {
	content: "";
	width: 34px;
	height: 34px;
	background: url("../img/chevron-down.png") white no-repeat 98.5% 5% !important;
	position: absolute;
	right: 0;
}
.list-filter-pro {
	display: none;
}
.ul-filter-pro {
	list-style-type: "- ";
 	padding-inline-start: 5px;
}
.ul-filter-pro li {
	cursor: pointer;
}
.ul-filter-pro li.active, .ul-filter-pro li:hover {
	color: var(--main-color);
	font-weight: 500;
}
.ul-filter {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	padding-left: 2px;
	overflow: auto;
	max-height: 170px;
	scrollbar-width: thin;
	scrollbar-color: var(--main-color) var(--bg-color);
}
.ul-filter .form-check {
  	margin-top: 10px;
}
.form-check label {
	margin: 0;
	font-weight: 700;
	font-weight: unset;
}
.form-check input[type="radio"], .form-check input[type="checkbox"] {
	position: absolute;
	right: 9000px;
}
.form-check input[type="radio"] + .label-text::before, .form-check input[type="checkbox"] + .label-text::before {
	content: "\f096";
	font: normal normal normal 14px/1 FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}
.form-check input[type="radio"]:checked + .label-text::before, .form-check input[type="checkbox"]:checked + .label-text::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f14a";
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
	color: var(--main-color);
	animation: effect 250ms ease-in;
}
.side-price .ui-slider-horizontal {
	height: 6px !important;
	border: 0px !important;
	background: #e5e5e5 !important;
	border-radius: 100px !important;
}
.side-price .ui-widget-header {
  	background: var(--main-color) !important;
}
.side-price .ui-state-default, .side-price .ui-widget-content .ui-state-default, .side-price .ui-widget-header .ui-state-default, .side-price .ui-widget-header .ui-state-focus {
	background: var(--main-color) !important;
	border-radius: 100px !important;
	border: 1px solid var(--main-color) !important;
	cursor: pointer !important;
	width: 12px;
	height: 12px;
	outline: unset !important;
	top: -3px;
}
.price-ammounts {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
.side-tit {
	margin: 15px 0;
}
.header-list-pro {
	display: flex;
	justify-content: space-between;
}
.tit-pub-s {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 15px;
	color: #000;
	text-align: center;
}
.group-order-sort {
	border: 1px solid var(--line-color);
	padding: 15px;
	margin-bottom: 30px;
	background: #f4f4f4;
}
.gr-order-view a {
	font-size: 24px;
	color: #2c2c2c;
	display: inline-block;
	margin-right: 10px;
	color: #ccc;
}
.gr-order-view a.active {
  	color: #100c44;
}
.gr-order {
	display: flex;
	align-items: center;
}
.gr-order select {
	margin-left: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../img/chevron-down.png") white no-repeat 98.5% 5% !important;
	background: url("../img/chevron-down.png") white no-repeat calc(100% - 10px) !important;
	background-size: 10px;
}
.gr-order .form-control {
  	width: auto;
}
.gr-order select[name="limit"] {
  	min-width: 100px;
}
.block-content-page {
	padding: 20px;
}
.slider-spct {
  	position: relative;
}
.big-percent-details {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	background: var(--sub-color);
	font-size: 12px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../img/percent.png');
	background-size: cover;
	z-index: 1;
}
.view-more-ajax {
	text-align: center;
}
.view-more-ajax .btn-load-view-ajax {
	padding: 7px 20px;
	background: var(--main-color);
	font-size: 13px;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
	position: relative;
}
.view-more-ajax .btn-load-view-ajax::after {
	content: "";
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	display: inline-block;
	margin-left: 4px;
	margin-bottom: 1px;
}
.view-more-ajax .btn-load-view-ajax:hover {
	background: var(--sub-color);
}
.masanpham {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 11px;
	background: #f9a300;
	border-radius: 0 4px 0 0;
	padding: 2px;
	font-weight: 700;
}









@media (min-width: 576px){
	.container {
	  max-width: 540px;
	}
}
@media (min-width: 768px){
	.container {
	  max-width: 720px;
	}
}
@media (min-width: 992px){
	.container {
	  max-width: 960px;
	}
}
@media (min-width: 1200px){
	.container {
	  max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.container {
  		max-width: 1320px;
	}
	.item-slider img {
  		height: auto;
  	}
}
@media (max-width: 991px){
	.hide991 {
		display: none;
	}
	.show991 {
		display: block;
	}
	.container {
		max-width: 820px;
	}
	.logo a {
	  	width: 220px;
	}
	.header-action {
  		width: 285px;
  	}
  	.box-header-bottom-mob {
	  	display: flex;
	  	justify-content: space-between;
	  	margin-top: 10px;
	}
  	/*.header-menu-bar {
  		width: 40px;
  		display: flex;
		align-items: center;
  	}*/
  	.header-search { 
  		width: 50%;
  	}
  	.search-form {
  		width: 100%;
  	}
  	.header-fixed .box-header-bottom {
	  	display: none;
	}
	.item-pro-sale-off {
		margin-bottom: 15px;
	}
	.gird-pro-popular {
		grid-template-columns: calc(25% - 6px) calc(25% - 6px) calc(25% - 6px) calc(25% - 6px);
		grid-gap: 8px;
	}
	.gird-pop-category {
		grid-template-columns: 20% 20% 20% 20% 20%;
	}
	.gird-product {
		grid-template-columns: calc(33.333% - 5px) calc(33.333% - 5px) calc(33.333% - 5px);
		grid-gap: 15px;
	}
}
@media (max-width: 767px){
	.show767 {
		display: block;
	}
	.hide767 {
		display: none;
	}
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.logo {
	  	width: 180px;
	}
	.header-search {
  		width: calc(100% - 220px);
  	}
  	.item-partner {
 	 	width: 20%;
 	}
 	.search-form button {
 		width: 58px;
 	}
 	.search-form input {
 	 	margin-right: 35px;
 	 	min-width: 0;
 	}
 	.section-content > .container > .row > .col-xs-12:first-child {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-content > .container > .row > .col-xs-12:last-child {
		padding-left: 0;
	}
	.gird-pro-popular {
		grid-template-columns: calc(33.333% - 8px) calc(33.333% - 8px) calc(33.333% - 8px);
		grid-gap: 12px;
	}
	.gird-content-details {
	  	display: grid;
	  	grid-template-columns: 100%;
	  	grid-gap: 20px;
	}
	.block-gird-right .block-white {
		display: grid;
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
		grid-gap: 20px;
	}
	.block-form-cart table tr:first-child {
	  	display: none;
	}
	.block-form-cart table tr td, .block-form-cart table tr th {
	  	border: none;
	}
	.block-form-cart table tr th, .block-form-cart table tr td, .block-form-cart table tr, .block-form-cart table tbody, .block-form-cart table {
	  	display: block;
	}
	.block-form-cart table tr {
	  	border-top: 1px solid var(--line-color);
	  	padding: 10px;
	  	width: 100%;
	}
	.block-form-cart table tbody tr:nth-child(2) {
		border: none;
	}
	.block-form-cart table tbody {
		border: 1px solid var(--line-color);
	}
	.block-filter-product {
		padding: 20px;
		display: grid;
		grid-template-columns: 100%;
		grid-gap: 20px;
	}
}
@media(max-width: 480px){
	.hide480 {
		display: none;
	}
	.show480 {
		display: block;
	}
	body {
		background: #fff;
	}
	.gird-main-banner {
		grid-template-columns: 100%;
		grid-gap: 0;
	}
	.gird-pop-category {
	  	grid-template-columns: 33.333% 33.333% 33.333%;
	}
	.flashsale-text {
		font-size: 16px;
		color: #fff;
	}
	.flashsale-text img {
		width: 14px;
	}
	.view-all {
	  	font-size: 12px;
	  	color: #fff;
	}
	#day, #hours, #minutes, #second {
		background: #fff;
		font-size: 12px;
		color: var(--sub-color);
		font-weight: 500;
	}
	.space-times {
	  	color: #fff;
	}
	.item-sup-home {
		border-right: unset;
	}
	.section-category-home .block-main-list, .block-white {
		padding: 0;
	}
	.section-sale-off .block-white {
		background: linear-gradient(90deg, rgb(253, 130, 97) 23%, rgb(219, 93, 130) 100%);
		padding: 0 10px;
	}
	.item-pro-sale-off {
	  	background: #fff;
	  	border-radius: 4px;
		border: none;
	}	
	.logo a {
		width: 140px;
	}
	.footer {
	  	padding: 20px 10px;
	}
	.ul-policy-ft li a {
	  	font-size: 13px;
	}
	.ul-policy-ft {
	  	line-height: 22px;
	}
	.ft-support-grey a {
		font-size: 11px;
	}
	.tit-ft.tit-ft-scale {
		font-size: 14px;
	}
	.gird-pro-popular {
	  	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	  	grid-gap: 10px;
	}
	.search-form input {
	  	margin-right: 0;
	  	min-width: 0;
	  	width: calc(100% - 149px);
	}
	.block-fixed-contact {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 999;
	}
	.box-fixed-contact {
		display: flex;
		width: 100%;
	}
	.item-fixed-contact {
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.item-fixed-contact.bg-blue {
	  	background: #2a9cff;
	}
	.item-fixed-contact.bg-yellow {
	  	background: #e8a810;
	}
	.item-fixed-contact a {
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.item-fixed-contact img {
		width: 18px;
		margin-right: 6px;
	}
	.box-icon-ct {
  		width: 40px;
  		height: 40px;
  	}
  	.box-info-ct {
	  	width: calc(100% - 50px);
	}
  	.box-icon-ct a i {
	  	font-size: 16px;
	}
	.box-icon-ct a img {
	  	width: 16px;
	}
	.item-social-contact .box-info-ct .name {
  		font-size: 13px;
  	}
  	.box-social-contact {
	  	width: 60%;
	}
	.box-qrcode-contact {
  		width: 40%;
  	}
  	.item-ft-suppport img {
	  	width: 16px;
	}
	.ft-support-grey a i {
  		font-size: 16px;
  		width: 16px;
  	}
	.block-line-top.has-swipe {
		position: relative;
	}
	.block-line-top.has-swipe:before {
		content: "\f105 \f105";
		font: normal normal normal 14px/1 FontAwesome;
		position: absolute;
		right: 0;
		top: 14px;
		color: var(--main-color);
		font-size: 12px;
		animation: leftToRight 2s infinite;
	}
	@keyframes leftToRight {
	    from {right: 5px}
	    to {right: -5px}
	}
	.gird-product {
		grid-template-columns: calc(50% - 7px) calc(50% - 7px);
		grid-gap: 14px;
	}
	.header-action .item-header {
  		width: 20%;
  	}
	.header-action .item-header.header-call {
		display: none;
	}
	.main-header {
		background: var(--bg-color);
	}
	.gird-combo {
	  	display: grid;
	  	grid-template-columns: 50% calc(50% - 20px);
	  	grid-gap: 20px;
	}
	.box-quycach li {
		padding: 4px 16px;
	}
	.block-btn-buy a {
		padding: 6px 18px;
		margin-bottom: 10px;
	}
	.block-star-details {
	  	margin: 10px 0;
	}
	.block-form-cart {
		padding: 0;
	}
	.header-search {
	  	width: 100%;
	}
	.breadcrumbs span.active { 
		border: unset;
		font-weight: 600;
		padding: 0;
	}
	.block-white {
		padding: 5px !important;
	}
	.gird-product.template-list-product .item-product .img-pro {
	  width: 150px;
	}
	.gird-product.template-list-product .item-product .block-details {
	  width: calc(100% - 150px);
	}
	.gr-order .form-control {
	  width: auto;
	  margin: 0;
	  font-size: 13px;
	}
	.gr-order select[name="limit"] {
	  min-width: 90px;
	  margin-left: 10px;
	}
	.item-pop-category .name {
	  	font-weight: 500;
	  	line-height: 20px;
		-webkit-line-clamp: 3;
		height: 60px;
	}
	.editor img {
		height: auto;
	}
}