@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body
{
	font-family: "Roboto", sans-serif;
	font-size: .95rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
	line-height: inherit;
}
.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 1.8rem;
}
.h3, h3 {
    font-size: 1.6rem;
}
.h4, h4 {
    font-size: 1.4rem;
}
.h5, h5 {
    font-size: 1.2rem;
}
.h6, h6 {
    font-size: 1rem;
}
a
{
	text-decoration: none;
}
a:hover
{
	color: #27a400 !important;
}
img
{
	max-width: 100%;
}
#mb-menu
{
	position: relative;
}
#header .text-white:hover
{
	color: #fff !important;
}
.logo
{
	height: 5.5rem;
	padding-top: 1rem;
    padding-bottom: 1rem;
}
.text-green
{
	color: #27a400 !important;
}
.btn-search
{
	position: absolute !important;
	right: 0rem;
	z-index: 999 !important;
}
.btn-search:hover
{
	background: #ccc;
	color: #fff;
}
.form-control:focus {
    border-color: #27a400;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(159 30 0 / 25%);
}
.dropend .dropdown-toggle::after
{
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.border-green, .navbar-toggler
{
	border-color: #27a400 !important;
}
.bg-green
{
	background: #27a400;
}
.btn-green
{
	background: #27a400;
	color: #fff !important;
}
.btn-green:hover
{
	background: #27a400;
	color: #fff !important;
}
.txt-main
{
	color: #333;
}
.read-more
{
	position: absolute;
	right: 12px;
	top: 1rem;
}
.txt-new::before
{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: 10rem;
	content: "";
	background: #27a400;
	bottom: 0;
}
/* .txt-main::before
{
	position: absolute;
	left: 0px;
	transform: translatey(-50%);
	height: 3px;
	width: 100%;
	content: "";
	background: #ffd044;
	top: 50%;
	z-index: 1;
}
.txt-main span
{
	position: relative;
	z-index: 2;
	background-color: #F4F6F9;
	padding: 0px 1rem;
} */
.dropend .dropdown-toggle::after
{
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.card-title
{
	overflow: hidden;
	max-height: 3rem;
}
.card:hover
{
	transition: all .3s;
}
.card:hover
{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.card > a
{
	overflow: hidden;
	text-align: center;
}
.card > a > img
{
	transition: all .5s;
/*	height: 15rem;*/
	width: auto;
	border-radius: 0px;
}
.card:hover > a > img
{
	transform: scale(1.1);
}
.hovereffect-2::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);
}
.hovereffect-2:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}
#features .d-flex i
{
	transition: all 1s;
}
#features .d-flex:hover i
{
	transform: rotateY(180deg);
}
#cart-form
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5rem;
	transition: all .5s;
	z-index: 999;
	background: rgba(255, 255, 255, 0.9);
	padding: 2rem 0px 0rem 0px;
}
#product:hover #cart-form
{
	bottom: 1rem;
}
#product .card-body
{
	z-index: 2;
}
.news-title
{
	max-height: 3.5rem;
}
.new-preview
{
	height: 4.5rem;
	overflow: hidden;
}
.sp-sale
{
	position: absolute;
	left: 0rem;
	top: 0rem;
	z-index: 999;
}
.sp-sale span
{
	position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    padding: 5px;
}
.product form
{
	display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0px 20px 15px;
    margin: 0;
    z-index: 8;
    background-color: #fff;
}
.product:hover form
{
	display: block;
}
.product:hover button
{
	animation: both slidebottomtotop 300ms;
}
@keyframes slidebottomtotop
{
	0%
	{
		transform: translateY(10px);
		opacity: 0;
	}
	100%
	{
		transform: translateY(0);
		opacity: 1;
	}
}
.item
{
	padding-bottom: 15px;
}
.owl-theme .owl-nav
{
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-']
{
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
}
.owl-theme .owl-nav [class*='owl-']:hover
{
	color: #dc3545 !important;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled
{
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots
{
	margin-top: 10px;
}

.owl-theme .owl-dots
{
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot
{
	display: inline-block;
	zoom: 1;
	display: inline;
}
.owl-theme .owl-dots .owl-dot span
{
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
	background: #27a400;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot
{
	color: #27a400 !important;
    font-size: 4rem !important;
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    background: #fff !important;
    line-height: normal !important;
    border: 1px solid #27a400 !important;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover
{
	background: rgba(72, 0, 1, 1) !important;
	color: #fff !important;
}
.owl-prev
{
	position: absolute;
	left: -6px;
	top: 0;
}
.owl-next
{
	position: absolute;
	right: -6px;
	top: 0;
}
.rounded-4
{
	border-radius: 1rem;
	overflow: hidden;
}
.mt-6
{
	margin-top: 5rem;
}
.input-group-text
{
	width: 3rem;
}
.page-item.active .page-link
{
	border-color: #27a400;
	background: #27a400;
}
.page-link
{
	color: #333;
}
.mt-6
{
	margin-top: 6rem;
}
.overlay
{
	position: absolute;
	top: 3rem;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
}
.footer a
{
color: #333;
}
.footer a:hover {
	color: #27a400 !important;
}
footer
{
	border-top: 1px solid #27a400;
}
footer, footer a
{
	color: #333;
}
.new-img
{
	width: 5rem;
}
.new-img-dt
{
	width: 15rem;
}
.new-rela-dt
{
	width: 7rem;
}
.left-tt:before
{
	position: absolute;
	width: 5rem;
	background: #ccc;
	height: 2px;
	left: 0px;
	bottom: 0px;
	content: "";
}
.list-group-item .active
{
	color: #27a400 !important;
}
.collapse span
{
	transition: all 5s;
	display: none;
}
.collapse.show span
{
	opacity: 1;
}
.cate-collapse i
{
	transition: all .5s;
}
.cate-collapse .collapsed i
{
	transform: rotate(180deg);
}
.sort
{
	position: absolute;
	right: 15px;
	top: 5px;
}
.sort .btn-outline-secondary:hover, .sort .active
{
	background: #27a400 !important;
	color: #fff !important;
	border-color: #27a400 !important;
}
.product-carousel .carousel-item > img
{
	cursor: zoom-in;
}
.product-carousel > .carousel-indicators li
{
	height: auto;
	width: 20%;
	border: 1px solid #ccc;
	padding: 0.25rem;
}
.product-carousel > .carousel-indicators
{
	bottom: -10px;
	margin-left: 0%;
	margin-right: 0%;
	position: relative;
	list-style: none;
}
.btn-outline-danger:hover
{
	color: #fff !important;
}
.table-card img
{
	max-width: 125px !important;
}
.table-card thead > tr > th
{
	background: #27a400 !important;
	color: #fff !important;
}
.txt-mess
{
	height: 11.15rem;
}
a.fw-bold.btn.btn-danger:hover
{
	color: #fff !important;
}
.pr-side i
{
	width: 2rem;
}
.pr-side ul li
{
	padding-left: 1.5rem;
	margin-bottom: 8px;
}
.pr-side ul li:before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    left: 1rem;
    position: absolute;
    color: #7a9c59;
}
.pr-side .table
{
	border-color: #27a400;
	background: #fff;
}
.pr-side .table img
{
	min-width: 32px;
	margin-left: 5px;
	margin-right: 5px;
}
.pr-side .sticky-top
{
	top: 4rem;
}
.modal
{
	z-index: 10000;
}
.modal-dialog .btn-close
{
    position: absolute;
    right: -.5rem;
    top: -.5rem;
    background: #27a400;
    border-radius: 50%;
    padding: 7px;
    opacity: 1;
    line-height: initial;
    color: #fff;
}
.zalo-hotline
{
    position: fixed;
    bottom: 35px;
    left: 25px;
    width: 56px;
}
.top-cate
{
	display: none;
	position: absolute;
    width: 100%;
    z-index: 1021;
}
.cate-menu
{
	cursor: pointer;
}
.cate-menu:hover .top-cate
{
	display: block !important;
}
#header.sticky-top
{
	animation: both slidetoptobottom 500ms;
	z-index: 1021;
}
.blog-side .sticky-top
{
	top: 3rem;
}
@keyframes slidetoptobottom
{
	0%
	{
		transform: translateY(-100px);
	}
	100%
	{
		transform: translateY(0px);
	}
}
#main-slide .px-lg-3
{
	padding-left: .75rem !important;
	padding-right: .75rem !important;
}
.g-recaptcha
{
	display: inline-block;
}
#cartmb
{
	display: none;
	right: .5rem;
	bottom: 7.5rem;
	z-index: 999999;
}
.ordercart
{
	display: none;
}
#hotline {
    /* width: 75px; */
    right: 1rem;
    bottom: 1rem;
    z-index: 999999;
}
#hotline a {
    font-size: 24px;
    color: #fff;
    transition: all .5s;
    height: 52px;
    width: 52px;
    display: block;
    text-align: center;
    align-content: center;
    text-decoration: none;
    border: 1px solid #fff;
}
#hotline a i {
    transition: all .5s;
}
.zalo img
{
    width: 1.8rem;
}
.zalo:hover img
{
/*	transition: all .5s;
    filter: brightness(0) invert(1);*/
}
#hotline a:hover {
    color: #fff !important;
	background-color: #dc3545;
}
#hotline a:hover i {
    color: #fff !important;
}
/* Icon Hotline */
.coccoc-alo-phone {background-color: transparent;cursor: pointer;  height: 200px; position: fixed; left: -40px; bottom: 70px; transition: visibility 0.5s ease 0s; visibility: hidden; width: 200px; z-index: 200000 !important;}
.coccoc-alo-phone.coccoc-alo-show {visibility: visible;}
.fadeOutRight {animation-name: fadeOutRight;}
.coccoc-alo-phone.coccoc-alo-static {opacity: 0.6;}
.coccoc-alo-phone.coccoc-alo-hover, .coccoc-alo-phone:hover {opacity: 1;}
.coccoc-alo-ph-circle {animation: 1.2s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim; background-color: transparent;
border: 2px solid rgba(30, 30, 30, 0.4); border-radius: 100% !important; height: 160px; left: 20px; opacity: 0.1; position: absolute; top: 20px; transform-origin: 50% 50% 0;
transition: all 0.5s ease 0s; width: 160px;}
.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle {animation: 1.1s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim !important;}
.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle {animation: 2.2s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim !important;}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-circle {border-color: #dc3545; opacity: 0.5;}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {border-color: #75eb50;
opacity: 0.5;}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {border-color: #dc3545;opacity: 0.5;}
.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle {border-color: #ccc;
opacity: 0.5;}
.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle {border-color: #75eb50;opacity: 0.5;}
.coccoc-alo-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running coccoc-alo-circle-fill-anim; background-color: #000;
border: 2px solid transparent; border-radius: 100% !important; height: 100px; left: 50px; opacity: 0.1; position: absolute; top: 50px; transform-origin: 50% 50% 0;
transition: all 0.5s ease 0s; width: 100px;}
.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle-fill {animation: 1.7s ease-in-out 0s normal none infinite running coccoc-alo-circle-fill-anim !important}
.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running coccoc-alo-circle-fill-anim !important;
opacity: 0 !important;}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill {background-color: rgba(200, 0, 0, 0.5);
opacity: 0.75 !important;}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
background-color: rgba(117, 235, 80, 0.5); opacity: 0.75 !important;}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {background-color: rgba(200, 0, 0, 0.5); opacity: 0.75 !important;}
.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle-fill {
background-color: rgba(204, 204, 204, 0.5); opacity: 0.75 !important;}
.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle-fill {background-color: rgba(117, 235, 80, 0.5); opacity: 0.75 !important;}
.coccoc-alo-ph-img-circle { animation: 1s ease-in-out 0s normal none infinite running coccoc-alo-circle-img-anim;
background: rgba(30, 30, 30, 0.1) url("../images/hotline-ico.png") no-repeat scroll center center; border: 2px solid transparent; border-radius: 100% !important; height: 60px;
left: 70px; opacity: 0.7; position: absolute; top: 70px; transform-origin: 50% 50% 0; width: 60px;}
.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-img-circle {animation: 1s ease-in-out 0s normal none infinite running coccoc-alo-circle-img-anim !important;}
.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-img-circle {animation: 0s ease-in-out 0s normal none infinite running coccoc-alo-circle-img-anim !important;}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-img-circle { background-color: #dc3545;}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
background-color: #75eb50;}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle { background-color: #dc3545;}
.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-img-circle {
background-color: #ccc;}
.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-img-circle { background-color: #75eb50;}
@keyframes coccoc-alo-circle-anim {
	0% {opacity: 0.1; transform: rotate(0deg) scale(0.5) skew(1deg);}
	30% {opacity: 0.5; transform: rotate(0deg) scale(0.7) skew(1deg);}
	100% {opacity: 0.6; transform: rotate(0deg) scale(1) skew(1deg);}
}
@keyframes coccoc-alo-circle-fill-anim {
	0% {opacity: 0.2; transform: rotate(0deg) scale(0.7) skew(1deg);}
	50% {opacity: 0.2;}
	100% {opacity: 0.2; transform: rotate(0deg) scale(0.7) skew(1deg);}
}
@keyframes coccoc-alo-circle-img-anim {
	0% {transform: rotate(0deg) scale(1) skew(1deg);}
	10% {transform: rotate(-25deg) scale(1) skew(1deg);}
	20% {transform: rotate(25deg) scale(1) skew(1deg);}
	30% {transform: rotate(-25deg) scale(1) skew(1deg);}
	40% {transform: rotate(25deg) scale(1) skew(1deg);}
	50% {transform: rotate(0deg) scale(1) skew(1deg);}
	100% {transform: rotate(0deg) scale(1) skew(1deg);}
}
@keyframes fadeInRight {
	0% {opacity: 0; transform: translate3d(100%, 0px, 0px);}
	100% {opacity: 1; transform: none;}
}
@keyframes fadeInRight {
	0% {opacity: 0; transform: translate3d(100%, 0px, 0px);}
	100% {opacity: 1;transform: none;}
}
@keyframes fadeOutRight {
	0% { opacity: 1;}
	100% { opacity: 0;transform: translate3d(100%, 0px, 0px);}
}
@keyframes fadeOutRight {
	0% {opacity: 1;}
	100% {opacity: 0; transform: translate3d(100%, 0px, 0px);}
}
@keyframes coccoc-alo-circle-anim {
	0% {opacity: 0.1; transform: rotate(0deg) scale(0.5) skew(1deg);}
	30% {opacity: 0.5; transform: rotate(0deg) scale(0.7) skew(1deg);}
	100% {opacity: 0.1; transform: rotate(0deg) scale(1) skew(1deg);}
}
@keyframes coccoc-alo-circle-anim {
	0% {opacity: 0.1; transform: rotate(0deg) scale(0.5) skew(1deg);}
	30% {opacity: 0.5; transform: rotate(0deg) scale(0.7) skew(1deg);}
	100% { opacity: 0.1; transform: rotate(0deg) scale(1) skew(1deg);}
}
@keyframes coccoc-alo-circle-fill-anim {
	0% {opacity: 0.2; transform: rotate(0deg) scale(0.7) skew(1deg);}
	50% {opacity: 0.2; transform: rotate(0deg) scale(1) skew(1deg);}
	100% {opacity: 0.2; transform: rotate(0deg) scale(0.7) skew(1deg);}
}
@keyframes coccoc-alo-circle-fill-anim {
	0% {opacity: 0.2; transform: rotate(0deg) scale(0.7) skew(1deg);}
	50% {opacity: 0.2; transform: rotate(0deg) scale(1) skew(1deg);}
	100% {opacity: 0.2; transform: rotate(0deg) scale(0.7) skew(1deg);}
}
@keyframes coccoc-alo-circle-img-anim {
	0% {transform: rotate(0deg) scale(1) skew(1deg);}
	10% {transform: rotate(-25deg) scale(1) skew(1deg);}
	20% {transform: rotate(25deg) scale(1) skew(1deg);}
	30% {transform: rotate(-25deg) scale(1) skew(1deg);}
	40% {transform: rotate(25deg) scale(1) skew(1deg);}
	50% {transform: rotate(0deg) scale(1) skew(1deg);}
	100% {transform: rotate(0deg) scale(1) skew(1deg);}
}
@keyframes coccoc-alo-circle-img-anim {
	0% {transform: rotate(0deg) scale(1) skew(1deg);}
	10% {transform: rotate(-25deg) scale(1) skew(1deg);}
	20% {transform: rotate(25deg) scale(1) skew(1deg);}
	30% {transform: rotate(-25deg) scale(1) skew(1deg);}
	40% {transform: rotate(25deg) scale(1) skew(1deg);}
	50% {transform: rotate(0deg) scale(1) skew(1deg);}
	100% {transform: rotate(0deg) scale(1) skew(1deg);}
}
@media all and (min-width: 992px)
{
	.navbar .nav-item .dropdown-menu, .navbar .nav-item .dropdown-menu > .dropdown > .dropdown-menu,
	.nav .nav-item .dropdown-menu,
	.nav .nav-item .dropdown-menu > .dropdown > .dropdown-menu,
	.header-nav .dropdown .dropdown-menu
	{
		display: none;
		border-radius: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: max-content !important;
		font-size: .95rem;
		margin-left: -1px;
	}
	.header-nav i
	{
		line-height: normal;
		transition: all .5s;
	}
	.header-nav a
	{
		color: #000;
	}
	.header-nav a:hover
	{
		color: #27a400 !important;
	}
	.header-nav a:hover i
	{
		transform: rotatey(180deg);
	}
	.nav .nav-item .dropdown-menu,
	.nav .nav-item .dropdown-menu > .dropdown > .dropdown-menu
	{
		top: -2px;
	}
	.dropdown-item.active, .dropdown-item:active
	{
		background-color: #e9ecef;
	}
	.navbar-nav > .nav-item > .nav-link,
	.header-nav .dropdown .dropdown-menu a
	{
		color: #fff;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		font-weight: bold;
		display: block;
	}
	.navbar-nav > .nav-item > .nav-link.active
	{
		color: #000;
	}
	.nav > .nav-item > .nav-link,
	.header-nav .dropdown .dropdown-menu a
	{
		color: #333;
	}
	.navbar-nav > .nav-item > .nav-link:hover,
	.header-nav .dropdown .dropdown-menu a:hover
	{
		color: #000 !important;
	}
	.navbar .nav-item:hover .nav-link
	{
	}
	.navbar .nav-item:hover .dropdown-menu,
	.nav .nav-item:hover .dropdown-menu,
	.header-nav .dropdown:hover .dropdown-menu
	{
		display: block;
	}
	.navbar .nav-item .dropdown-menu > .dropdown:hover .dropdown-menu,
	.nav .nav-item .dropdown-menu > .dropdown:hover .dropdown-menu
	{
		display: block;
	}
	.navbar .nav-item .dropdown-menu > .nav-item
	
	{
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.dropdown-menu .nav-link
	{
		padding-left: 0px !important;
		padding-right: 2rem !important;
		border-bottom: 1px dotted #ccc;
		padding-top: .75rem;
		padding-bottom: .5rem;
	}
	.dropdown-menu .nav-item:last-child .nav-link
	{
		border-bottom: 0px dotted #ccc;
	}
	.navbar .nav-item .dropdown-menu > .dropdown .dropdown-menu
	{
		position: absolute;
		left: 100%;
		top: -1px;
		width: 100%;
	}
}
@media (max-width: 767.98px)
{
	
	.navbar-toggler
	{
		position: absolute;
        right: 10px;
        top: 35%;
        transform: translateY(-50%);
        border: solid 1px;
        width: 3rem;
        height: 2.5rem;
		border-radius: 5px;
	}
	#mb-menu
	{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1030;
		box-shadow: 0px 0px 5px #ccc;
	}
	#main-slide .px-lg-3
	{
		padding-left: inherit !important;
		padding-right: inherit !important;
	}
	.logo
	{
		height: 3rem;
		padding: 0px;
	}
	body
	{
		font-family: 'Roboto', sans-serif;
		font-size: 1rem;
	}
	.offcanvas-body a
	{
		color: #333;
		padding-left: 0px !important;
	}
	.offcanvas-body > nav > ul > li > div > ul > li:last-child > a
	{
		border-bottom: 0px !important;
	}
	.lbl-price
	{
		display: none;
	}
	.zalo-hotline
	{
		display: none;
	}
	.sort
	{
	    position: relative;
	    right: auto;
	    top: 0px;
	    font-size: 14px;
	    display: block;
	    margin-bottom: 15px;
	}
	.sort a
	{
		margin: 0px !important;
		font-size: 12px;
	}
	.blog .d-flex
	{
		display: inline-block !important;
	}
	.new-img-dt
	{
		width: 100%;
	}
	.card > a > img
	{
/*		height: 10rem;*/
	}
	.item .card > a > img
	{
		height: auto;
		width: auto;
	}
	#cartmb
	{
		display: block;
	}
	.ordercart
	{
		display: block;
	}
	#tablecart
	{
		display: none;
	}
	.txt-main
	{
		font-size: 1.3rem;
	}
	.read-more {
		top: 1rem;
	}
	.sp-sale span
	{
		font-size: .5rem;
	}
	.sp-sale i
	{
		font-size: 2.5rem;
	}
	.search
	{
		left: 10px;
		right: auto;
	}
	#hotline
	{
		display: none;
	}
}