:root {
	--c01: #30b46a;
	--c01-1: #1A633A;
	--c02: #144C2D;
	--c03: #FF8730;
}

body {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #222;
	transition: color .3s;
}
a:hover {
	color: var(--c01);
}



/*navMain*/
.navMain {
	z-index: 999;
}
.navMain .nav-item .nav-link {
	text-transform: uppercase;
	font-weight: bold;

}
.navMain .nav-item:hover .nav-link {
	color: var(--c01);
	border-bottom: 1px solid var(--c01);
}
.navMain .fs-group {
	position: relative;
}
.navMain .fs-group input {
	height: 2rem;
	padding: 5px 40px 5px 15px;
	display: block;
	font-size: .8rem;
}
.navMain .fs-group button {
	background-color: transparent;
	border: none;
	position: absolute;
	right: 5px;
	top: 5px;
}

/*mainSlide*/
.mainSlide {
	position: relative;

}
.mainSlide .tsTool > div {
	position: absolute;
	transform: translateY(-50%);
	top:50%;
	font-size: 1.5em;
	z-index: 999;
	cursor: pointer;
	color: var(--c02);
}
.mainSlide .tsTool > div.prev {
	left: 30px;
}
.mainSlide .tsTool > div.next {
	right: 30px;
}

/*intro*/
.intro {
	background-image: url('../images/data/bg-intro.png');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

/*mMenu*/
.mMenu .box {
	background-color: #EAF8F0;
}
.mMenu .tsTool > div {
	position: absolute;
	transform: translateY(-50%);
	top:45%;
	font-size: 1.5em;
	z-index: 999;
	cursor: pointer;
}
.mMenu .tsTool > div.prev {
	left: -10px;
}
.mMenu .tsTool > div.next {
	right: -10px;
}
.mMenu .mmSlide .item {
	text-align: center;
}
.mMenu .mmSlide .item a {
	color: #000;
	transition: color .3s;
}
.mMenu .mmSlide .item:hover a {
	color: var(--c01);
}
.mMenu .mmSlide .item .mIcon {
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	position: relative;
	line-height: 183px;
}
.mMenu .mmSlide .item .mIcon svg path {
	fill: #666;
	transition: fill .3s;
}
.mMenu .mmSlide .item .mIcon:hover svg path {
	fill: var(--c01);
}

/*products*/
.products .mask {
	position: relative;
}
.products .btn-cart {
	position: absolute;
	bottom: 0px;
	opacity: 0;
	width: 90%;
	background-color: var(--c01);
	color:#fff;
	transform: translateX(-50%);
	left: 50%;
	border:none;
	padding-top: .3rem;
	padding-bottom: .3rem;
	transition: bottom .3s, opacity .3s;
}
.products .mask:hover .btn-cart {
	opacity: 1;
	bottom:2rem;
}
.products figure {
	transition: box-shadow .3s;
}
.products figure .mask img {
	height: 280px;
	object-fit: contain;
}
.products figure .new {
	background-color: var(--c03);
	color: #fff;
	position: absolute;
	right: 0px;
	top: 1rem;
	font-size: .75em;
	padding:5px;
}
.products figure .bs {
	background-color: var(--c02);
	color: #fff;
	position: absolute;
	left: 0px;
	top: 1rem;
	font-size: .75em;
	padding:5px;
}
.products figure:hover {
	box-shadow: 0 .5rem 1rem rgba(0,0,0, .15);;
}
.products .tsTool > div {
	position: absolute;
	transform: translateY(-50%);
	top:50%;
	font-size: 1.5em;
	z-index: 999;
	cursor: pointer;
	color: var(--c02);
}
.products .tsTool > div.prev {
	left: -10px;
}
.products .tsTool > div.next {
	right: -10px;
}


/*p-pg*/
.p-pg .box {
	background-color: #EAF8F0;
}
.p-pg .box-group .form-check-input:checked {
	background-color: var(--c01);
	border-color: var(--c01);
}
.p-pg .mask {
	position: relative;
}
.p-pg .btn-cart {
	position: absolute;
	bottom: 0px;
	opacity: 0;
	width: 90%;
	background-color: var(--c01);
	color:#fff;
	transform: translateX(-50%);
	left: 50%;
	border:none;
	padding-top: .3rem;
	padding-bottom: .3rem;
	transition: bottom .3s, opacity .3s;
}
.p-pg .mask:hover .btn-cart {
	opacity: 1;
	bottom:2rem;
}
.p-pg figure {
	transition: box-shadow .3s;
}
.p-pg figure .mask img {
	height: 280px;
	object-fit: contain;
}
.p-pg figure .new {
	background-color: var(--c03);
	color: #fff;
	position: absolute;
	right: 0px;
	top: 1rem;
	font-size: .75em;
	padding:5px;
}
.p-pg figure .bs {
	background-color: var(--c02);
	color: #fff;
	position: absolute;
	left: 0px;
	top: 1rem;
	font-size: .75em;
	padding:5px;
}
.p-pg figure:hover {
	box-shadow: 0 .5rem 1rem rgba(0,0,0, .15);;
}
.p-pg .tsTool > div {
	position: absolute;
	transform: translateY(-50%);
	top:50%;
	font-size: 1.5em;
	z-index: 999;
	cursor: pointer;
	color: var(--c02);
}
.p-pg .tsTool > div.prev {
	left: -10px;
}
.p-pg .tsTool > div.next {
	right: -10px;
}

/*giacong*/
.giacong figure .mask {
	margin-bottom: 4rem;
	position: relative;
}
.giacong figure .mask::before {
	content: "";
	position: absolute;
	bottom: -2.5rem;
	height: 2.5rem;
	width: 2px;
	background-color: #000;
	transform: translateX(-50%);
	left: 50%;
}
.giacong figure .mask::after {
	content: "";
	position: absolute;
	bottom: -2.6rem;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #000;
	transform: translateX(-50%);
	left: 50%;
}
.giacong figure .mask img {
	max-width: 100%;
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.giacong figure h3 {
	position: relative;
}
.giacong figure h3::after {
	content: "";
	position: absolute;
	width: 20%;
	height: 2px;
	background-color: var(--c01);
	transform: translateX(-50%);
	left: 50%;
	bottom: 0px;
}










footer {
	min-height: 300px;
	background-color: var(--c02);
	color:#fff;
}
footer .logo {
	height: 80px;
}
footer ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
footer ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
footer ul li a {
	color: #fff;
	transition: color .3s;
}
footer ul li a:hover {
	color: #ccc;
}
footer ul.fTags {
	list-style: none;
	margin:0px;
	padding:0px;
	display: inline-block;
}
footer ul.fTags li {
	display: inline-block;
	padding:3px 10px;
	position: relative;
}
footer ul.fTags li:not(:last-child)::after {
	content: "/";
	position: absolute;
	right: -5px;
}





/*public*/
.bg-c01 {
	background-color: var(--c01);
}
.bg-c01-1 {
	background-color: var(--c01-1);
}
.bg-c02 {
	background-color: var(--c02);
}
.bg-c03 {
	background-color: var(--c03);
}
.text-c01 {
	color: var(--c01);
}
.text-c01-1 {
	color: var(--c01-1);
}
.text-c02 {
	color: var(--c02);
}
.text-c03 {
	color: var(--c03);
}
.btn-c01 {
	background-color: var(--c01);
	transition: background-color .3s;
}
.btn-c01:hover {
	background-color: var(--c02);
}


/*go-top*/
.go-top {
	border:1px solid var(--bs-warning);
	color: #333;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: rgba(254,237,215,0.75);
	position: fixed;
	text-align: center;
	line-height: 30px;
	right:20px;
	transform: translateY(-50%);
	bottom: 10%;
	transition: background-color 0.3s, color 0.3s;
	cursor:pointer;
	display: none;
}
.go-top:hover {
	color:#666;
	background-color: rgba(255,250,215,0.75);
}

/**/
.sticky-top {
	top: -1px;
}

/*img-loading*/
.img-loading {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	top:0px;
	left: 0px;
	z-index: 9999;
}
.img-loading img {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	height: 50px;
}



@media (min-width: 576px) {
	
}
@media (min-width: 768px) {
	.navMain .navbar-nav .nav-item:hover .dropdown-menu {
		visibility: visible;
		top:100%;
	}
	.navMain .navbar-nav .dropdown-menu {
		transition: top 0.3s;
		margin-top: 0px;
		display: block;
		top:130%;
		visibility: hidden;
		background-color: rgba(255, 255, 255, .85);
	}
	
}
@media (min-width: 992px) {
	
}
@media (min-width: 1200px) {
	
}
@media (min-width: 1400px) {
	
}

@media (max-width: 575px) {
	.navMain {
		position: relative!important;
		width: 100%;
		top: auto;
	}
	

	.mMenu .mmSlide .item .mIcon {
		line-height: 143px;
	}
	.mMenu .mmSlide .item .mIcon svg {
		height: 80px;
		width: 80px;
	}

	.products figure .mask img {
		height: 220px;
	}
}