@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&display=swap');
body
{
	font-family: 'Roboto', sans-serif;
	background: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
	line-height: inherit;
}
a
{
	text-decoration: none;
}
a:hover
{
	color: #dc3545 !important;
}
img
{
	max-width: 100%;
}
.logo
{
	height: 3rem;
}
.sp-sale
{
	position: absolute;
	right: .3rem;
	top: .3rem;
	width: 3rem;
	height: 3rem;
	padding: .5rem 0.3rem;
	z-index: 999;
}
.section-hero
{
	-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 89%, 83% 100%, 0px 91%);
	display: block;
	position: relative;
	clip-path: polygon(0px 0px, 100% 0px, 100% 89%, 83% 100%, 0px 91%);
}
.section-hero-1
{
	-webkit-clip-path: polygon(100% 0, 100% 89%, 18% 100%, 0 84%, 0 0);
	display: block;
	position: relative;
	clip-path: polygon(100% 0, 100% 89%, 18% 100%, 0 85%, 0 0);
}
.intro i
{
	background: #efefef;
	border-radius: 50%;
	height: 4rem;
	width: 4rem;
	padding-top: 1rem;
	padding-left: 1rem;
}
.footer-intro
{
	margin-left: -7rem;
	border: 1.5rem solid #fff;
}
.home-cate
{
	background: url('../images/bg-home-cate.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 7rem 0rem;
}
.home-cate .card
{
	border-bottom: 3px solid #dc3545;
}
.home-cate .card h4
{
	color: #000;
	transition: 0.5s;
}
.home-cate .card a:hover h4
{
	color: #fff !important;
}
.home-cate .card-body
{
	min-height: 250px;
	transition: 0.5s;
}
.home-cate .card a:hover .card-body
{
	background: #dc3545 !important;
}
.home-cate img
{
	filter: invert(0.8);
	transition: 0.5s;
}
.home-cate .card a:hover img
{
	filter: invert(1);
}
.home-cate i
{
	padding: 0.3rem 0.5rem 0.3rem 0.6rem;
	transition: 0.5s;
}
.home-cate .card a:hover i
{
	color: #000 !important;
	background: #fff !important;
}
.home-cate .card span
{
	transition: 0.5s;
}
.home-cate .card a:hover span
{
	color: #fff !important;
}
.product .card, .product .card img
{
	transition: 0.3s;
}
.product .card:hover
{
	box-shadow: 0 5px 32px rgb(0 0 0 / 10%);
	background: #fff !important;
}
.product .card:hover img
{
	filter: brightness(0.7);
}
.btn-danger:hover
{
	color: #fff !important;
}
.btn-arrow i
{
	background: #333;
	padding: 0.1rem 0.3rem 0.1rem 0.5rem;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.product .h5
{
	font-size: 1.15rem;
}

.card-title
{
	overflow: hidden;
}
.card.shadow.shadow-sm:hover
{
	transition: all .3s;
}
.card.shadow.shadow-sm:hover
{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.card.shadow.shadow-sm > a
{
	overflow: hidden;
}
.card.shadow.shadow-sm > a > img
{
	transition: all .5s;
}
.card.shadow.shadow-sm:hover > a > img
{
	transform: scale(1.1);
}
.owl-theme .owl-nav
{
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-']
{
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.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: #dc3545;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot
{
	color: #dc3545 !important;
	font-size: 4rem !important;
}
.owl-prev
{
	position: absolute;
	left: -6px;
	top: 0;
}
.owl-next
{
	position: absolute;
	right: -6px;
	top: 0;
}
.input-group-text
{
	width: 2.5rem;
}
.page-item.active .page-link
{
	border-color: #dc3545;
	background: #dc3545;
}
.page-link
{
	color: #333;
}
.footer
{
	background: #000;
	color: #ccc;
}
.footer a
{
	color: #ccc;
}
footer
{
	color: #ccc;
}

.new-img
{
	width: 5rem;
}
.new-img-dt
{
	width: 10rem;
}
.new-rela-dt
{
	width: 7rem;
}
.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;
}
.zalo {
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 64px;
}
.g-recaptcha
{
	display: inline-block;
}
.modal-body
{
	background: url('../images/bg-home-cate.jpg');
	background-position: center;
	background-repeat: repeat-y;
}
.modal-dialog .btn-close
{
    position: absolute;
    right: -1.5rem;
    top: -1.5rem;
    background: #dc3545;
    border-radius: 50%;
    padding: 5px;
    opacity: 1;
    line-height: initial;

}
.modal-body .form-control, .modal-body .form-select
{
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #333;
}
.modal-body .input-group-text
{
	background: #fff;
	color: #333;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}
.offcanvas-header {
	align-items: flex-start;
}
#bg-info
{
	background: url('../images/bg-home-cate.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#center-ct {
    height: 30rem;
}
/* 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{ display: none; border-radius: 0px; padding-top: 0px; padding-bottom: 0px; width: max-content;}
	.nav-right > .nav-item > .nav-link { padding-top: 1.7rem !important; padding-bottom: 1.7rem !important; }
	.navbar-nav > .nav-item > .nav-link { color: #fff;  padding-top: 2rem; padding-bottom: 2rem;}
	.navbar-nav > .nav-item > .nav-link:hover { color: #e5e5e5 !important; }
	.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-item .nav-link{ padding-left: 0px !important; padding-right: 0px !important; border-bottom: 1px dotted #e5e5e5; color: #000; }
	.dropdown-menu .nav-item:last-child .nav-link{ border-bottom: 0px dotted #e5e5e5; }
	.navbar .nav-item .dropdown-menu > .dropdown .dropdown-menu { position: absolute; left: 100%; top: -.1rem; width: 100%;}
}
@media (max-width: 767.98px)
{
	body
	{
		font-family: 'Roboto', sans-serif;
		font-size: 1rem;
	}
	.footer-intro
	{
		margin-left: 0px;
		border-width: 0px;
	}
	.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
	{
		display: none;
	}
}