@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;
}
img
{
	max-width: 100% !important;
}
a
{
	transition: all .5s;
}
.text-justify
{
	text-align:justify !important;
}
.logo img
{
	height: 48px !important;
}

#navbar_top
{
	background: url('../images/bg_header.png');
	transition:all .5s ;
}
.nav-up
{
	margin-top: -6rem;
}
#topaddress
{
	font-size: 14px;
}
#content
{
	padding-top: 6rem;
}
.main-cate-tt
{
	color: #000;
}
.main-cate-tt:hover, .sub-cate-tt, .card-title:hover
{
	color: #b03007;
}
.sub-cate-tt:hover
{
	color: #000;
}
.product-img {
	overflow: hidden;
	text-align: center;
	height: 185px;
}
.product-img > img {
	transition: all .5s;
	max-height: 185px;
	width: auto;
/*    max-width: inherit !important;*/
}

.product-img:hover > img {
	transition: all .5s;
	transform: scale(1.1);
}
.cate-img {
	overflow: hidden;
	display: block;
}
.cate-img > img {
	transition: all .5s;
/*    max-width: inherit !important;*/
}
.cate-img:hover > img {
	transition: all .5s;
	transform: scale(1.1);
}
.sp-sale {
	position: absolute;
	left: 1rem;
	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;
}
.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;
}
.page-item.active .page-link
{
	border-color: #b02a37 !important;
	background:#b02a37!important;
}
.active>.page-link, .page-link.active
{
	color: #fff;
}
.page-link
{
	color: #b02a37;
	border-color: #b02a37 !important;
}
.page-link:hover
{
	color: #fff;
	background: #b02a37!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;
}
.new-img-dt {
	width: 12rem;
}
.new-rela-dt {
	width: 7rem;
}
#st-1 {
     text-align: left !important;
}

.table-card img
{
	max-width: 125px !important;
}
.txt-mess
{
	height: 11.15rem;
}
.modal-dialog .btn-close {
    position: absolute;
    right: -0.75rem;
    top: -0.75rem;
    background: #b02a37;
    border-radius: 50%;
    padding: 5px;
    opacity: 1;
    line-height: initial;
    color: #fff;
}
#hotline {
	/*width: 75px;*/
	right: 1rem;
	bottom: 1rem;
	z-index: 999999;
}
#hotline a, #cartmb a, #mnmb a {
	font-size: 24px;
	color: #333;
	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;
	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;
}
.input-group-text
{
	width: 2.7rem;
}
.groupsearch
{
	width: auto;
}
.ordercart
{
	display: none;
}
.diachi .col-4
{
	position: relative;
}
.diachi .col-4:before
{
	content: ":";
	position: absolute;
	right: -5px;
}
.captcha >.g-recaptcha > div {
 margin-top: 1em;
 text-align: center;
 width: auto !important;
 height: auto !important;
}
.phonehotline
{

}
.phonehotline, .baogia
{
	color: #fff !important;
}
.zalo, .phonehotline, .baogia, #mnmb a
{
	background-color: #0983CB !important;
}
#mnmb a
{
	color: #fff;
}
.zalo img
{
	filter: invert(100%) !important;
}
.baogia
{
	font-size: 20px !important;
}
.baogia span, .homeicon span, .phonehotline span
{
	font-size: 8px !important;
	display: block;
}
.text-pr
{
	font-size: 1.1rem;
}

#prdt .accordion-button
{
	width: 10rem;
    padding: .7rem;
    margin: auto;
    background: transparent;
    font-weight: bold;
    background: rgb(220 53 69);
    color: #fff;
}
#prdt .accordion-button::after {
    content: "Xem Thêm";
    width: 6.5rem;
    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;
}
@media all and (min-width: 992px)
{
	.navbar .nav-item .dropdown-menu, .navbar .nav-item .dropdown-menu > .dropdown > .dropdown-menu{ display: none; border-radius: 0px; padding-top: 0px; padding-bottom: 0px; width: max-content;}
	.navbar-nav > .nav-item > .nav-link { padding: 1.4rem 1rem; color: #fff;}
	.navbar-nav > .nav-item > .nav-link:hover { color: #b03007; }
	.navbar .nav-item:hover .nav-link{  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu > .dropdown:hover .dropdown-menu { display: block; }
	.navbar .nav-item .dropdown-menu > .nav-item { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
	.dropdown-menu .nav-link{color: #333; padding-top: .5rem; bottom: .5rem; padding-left: 0px !important; padding-right: .5rem !important; border-bottom: 1px dotted #ccc;}
	.dropdown-menu .nav-link:hover{color: #b03007}
	.dropdown-menu .nav-link:after{position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	/*	.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: max-content;}
	.offcanvas-body a
	{
		color: #333;
		padding: .7rem 0rem !important;
	}
	.offcanvas-body > nav > ul > li > div > ul > li > a
	{
		border-bottom: 0px !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px)
{
	.offcanvas-body a
	{
		color: #333;
		padding: .7rem 0rem !important;
	}
	.offcanvas-body > nav > ul > li > div > ul > li:last-child > a
	{
		border-bottom: 0px !important;
	}
}
@media (max-width: 767.98px)
{
	body
	{
		font-family: 'Roboto', sans-serif;
		overflow-x: hidden;
		padding-top: 50px;
	}
	section
	{
		position: relative;
		overflow: hidden;
	}
	.navbar-toggler
	{
		border: solid #fafafa;
	}
	.logo img {
/*		height: 32px !important;*/
	}
	.offcanvas-body a
	{
		color: #333;
		padding: .7rem 0rem !important;
	}
	.offcanvas-body > nav > ul > li > div > ul > li:last-child > a
	{
		border-bottom: 0px !important;
	}
	.offcanvas-body > nav > ul > li > div > ul > li > a > i
	{
		
	}
	#content {
	    padding-top: 2rem;
	}
	.product-img
	{
		height: 200px;
	}
	.product-img img
	{
		height: 195px;
	}
	.blog .d-flex {
		display: inline-block !important;
	}
	.blog .d-flex img {
		width: 100%;
	}
	#cartmb, #mnmb
	{
		display: block;
	}
	.bottom-social br
	{
		display: block;
		content: "";
		margin-top: -7px;
	}
	#hotline
	{
		right: .5rem;
		bottom: .5rem;
	}
	
	#hotline li:last-child
	{
		display: block;
	}
	
	.ordercart
	{
		display: block;
	}
	#tablecart
	{
		display: none;
	}
}