@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body
{
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: .95rem;
	background: #f4f6f9;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
	line-height: inherit;
}
a
{
	text-decoration: none;
}
a:hover
{
	color: #9f1e00 !important;
}
img
{
	max-width: 100%;
}
.logo
{
	height: 4rem;
}
.text-brown
{
	color: #9f1e00 !important;
}
.btn-search
{
	position: absolute !important;
	right: 0rem;
	z-index: 999 !important;
}
.btn-search:hover
{
	background: #9f1e00;
	color: #fff;
}
.form-control:focus {
    border-color: #9f1e00;
    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-brown, .navbar-toggler
{
	border-color: #9f1e00 !important;
}
.bg-brown
{
	background: #9f1e00;
}
.btn-brown
{
	background: #9f1e00;
	color: #fff !important;
}
.btn-brown:hover
{
	background: #480001;
	color: #fff !important;
}
.bg-gray
{
	background: #480001;
}
.txt-main
{
	color: #9f1e00;
}
.txt-main::before
{
	background-image: url('../images/line.png');
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 16px;
	width: 325px;
	bottom: 0px;
	content: "";
}
.dropend .dropdown-toggle::after
{
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.card-title
{
	overflow: hidden;
	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;
}
.card:hover > a > img
{
	transform: scale(1.1);
}
.card-cate .card-body
{
	position: absolute;
    z-index: 111;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-shadow: 1px 1px 1px #333;
    transition: all .5s;
}
.card-cate > a > img
{
	filter: brightness(0.7);
}
.card-cate:hover > a > img
{
	filter: brightness(1);
}
.card-cate:hover .card-body
{
    bottom: 1rem;
}
.card-cate:hover a
{
	color: #fff !important;
}
.card-cate span
{
	transition: all .5s;
	opacity: 0;
	text-shadow: 1px 1px 1px #333;
}
.card-cate:hover span
{
	opacity: 1;
}
.sp-sale
{
	position: absolute;
	left: .5rem;
	top: .5rem;
	width: 3rem;
	height: 3rem;
	padding: 0.8rem 0.3rem 0.5rem 0.3rem;
	z-index: 999;
}
.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;
}
#prdt .accordion-button
{
	width: 10rem;
    padding: .7rem;
    margin: auto;
    background: transparent;
    font-weight: bold;
    background: #9f1e00;
    color: #fff;
}
#prdt .accordion-button::after {
    content: "Xem Thêm";
    width: 7rem;
    margin: auto;
    background-position-x: right;
    background-position-y: center;
    background-image: url(down.png);
}
#prdt .accordion-button:not(.collapsed)::after
{
    content: "Thu Gọn" !important;
    transform: none;
    width: 5.5rem !important;
    background-image: url(up.png);
}
#prdt .accordion-collapse
{
	display: block;
	height: 130px;
	overflow: hidden;
}
#prdt .accordion-collapse.show
{
	display: block;
	height: auto;
	overflow: hidden;
}
#prdt .collapse span
{
	display: initial;
}
.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: #9f1e00;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot
{
	color: #9f1e00 !important;
	font-size: 4rem !important;
	position: absolute;
	top: 30%;
	transform: translateY(-30%);
	background: #fff !important;
	line-height: normal !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: 2.5rem;
}
.page-item.active .page-link
{
	border-color: #9f1e00;
	background: #9f1e00;
}
.page-link
{
	color: #9f1e00;
	border-color: #9f1e00;
}
.page-item.disabled .page-link {
	color: #9f1e00;
	border-color: #9f1e00;
	background-color: #eaeaea;
}
.pagination>li>a,
.pagination>li>span {
	border-radius: 50% !important;
	margin: 0 .3rem;
	width: 2.2rem;
	height: 2.3rem;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.rounded-5
{
	border-radius: .7rem !important;
}
.mt-6
{
	margin-top: 6rem;
}
.overlay
{
	position: absolute;
	top: 3rem;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
}
.footer
{
	margin-top: -3rem;
}
footer, footer a
{
	color: #ccc;
}
.social i
{
	color: #565e64;
}
.social i:hover
{
	color: #9f1e00;
}
.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: #9f1e00 !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: #9f1e00 !important;
	color: #fff !important;
	border-color: #9f1e00 !important;
}
.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;
}
.btn-outline-danger:hover
{
	color: #fff !important;
}
.table-card img
{
	max-width: 125px;
}
.txt-mess
{
	height: 11.15rem;
}
a.fw-bold.btn.btn-danger:hover
{
	color: #fff !important;
}
.pr-side .card-title
{
	height: initial;
    margin-top: -30px;
    display: inline-block;
}
.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: #9f1e00;
	background: #fff;
}
.pr-side .table img
{
	min-width: 32px;
	margin-left: 5px;
	margin-right: 5px;
}
.pr-side .sticky-top
{
	top: 10rem;
}
.modal
{
	z-index: 10000;
}
.modal-dialog .btn-close
{
    position: absolute;
    right: -.5rem;
    top: -.5rem;
    background: #9f1e00;
    border-radius: 50%;
    padding: 7px;
    opacity: 1;
    line-height: initial;
    color: #fff;
}
.zalo-hotline
{
    position: fixed;
    bottom: 30px;
    right: 15px;
    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;
}
#header-cate
{
	transition: all 1s;
}
.blog-side .sticky-top
{
	top: 9rem;
}
.iconcate
{
	width: 7rem;
	height: 7rem;
}
.icontitle a
{
	color: #9f1e00;
}
.diachi .col-4 {
	position: relative;
}

.diachi .col-4:before {
	content: ":";
	position: absolute;
	right: -5px;
}
.bg-danger-cate
{
	background-color: #fff;
}
.bg-danger-cate a
{
	color: #9f1e00 !important;
}
.cartbtn:hover{
	color: #fff !important;
}
@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;
}
#hotline {
	/*width: 75px;*/
	right: 1rem;
	bottom: 1rem;
	z-index: 999999;
}
#hotline a, #cartmb a, #mnmb a {
	font-size: 24px;
	color: #fff;
	transition: all .5s;
	height: 52px;
	width: 52px;
	display: grid;
	text-align: center;
	align-content: center;
	text-decoration: none;
	border: 1px solid #fff;
}
#hotline a:hover, #cartmb a:hover {
	background-color: #b02a37 !important;
	color: #fff !important;
	border: 1px solid #fff;
}
.zalo img
{
	width: 32px;
	margin-left: 10px;
}
.zalo:hover img
{
	/* filter: invert(100%); */
}
#cartmb
{
	display: none;
	right: .5rem;
	bottom: 7.5rem;
	z-index: 999999;
}
#mnmb
{
	display: none;
	left: .5rem;
	bottom: .5rem;
	z-index: 999999;
}
.phonehotline span {
    font-size: 8px !important;
    display: block;
}
.zalo, .phonehotline, .baogia, #mnmb a {
    background-color: #0983CB !important;
}
/* Icon Hotline */
.coccoc-alo-phone {background-color: transparent;cursor: pointer;  height: 200px; position: fixed; left: -40px; bottom: -40px; 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
	{
		display: none;
		border-radius: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: max-content;
		font-size: .95rem;
		margin-left: 1px;
	}
	.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
	{
		color: #fff;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		font-weight: bold;
	}
	.navbar-nav > .nav-item > .nav-link.active
	{
		color: #EEEE22;
	}
	.nav > .nav-item > .nav-link
	{
		color: #333;
	}
	.navbar-nav > .nav-item > .nav-link:hover
	{
		color: #EEEE22 !important;
	}
	.navbar .nav-item:hover .nav-link
	{
	}
	.navbar .nav-item:hover .dropdown-menu,
	.nav .nav-item: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: 0px !important;
		border-bottom: 1px dotted #ccc;
	}
	.dropdown-menu .nav-link
	{
		padding-left: 0px !important;
		padding-right: 0px !important;
		border-bottom: 1px dotted #ccc;
	}
	.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: -.1rem;
		width: 100%;
	}
}
@media (max-width: 767.98px)
{
	#main-slide .px-lg-3
	{
		padding-left: inherit !important;
		padding-right: inherit !important;
	}
	.logo
	{
		height: auto;
	}
	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;
	}
	.iconcate
	{
		width: 5rem;
		height: 5rem;
	}
	.icontitle
	{
		line-height: 16px !important;
	}
	.icontitle a
	{
		font-size: 10px;
	}
	.bg-danger-cate
	{
		background-color: #9f1e00;
	}
	.bg-danger-cate a
	{
		color: #fff !important;
	}
}