body {
	background: #fff;
	background-size: cover;
	font-family: 'Helvetica Neue', sans-serif;
}
a {
	color: #ec3237;
	text-decoration: none;
	transition: all 0.4s ease 0s;
}
a:hover {
	color: #ee3137;
	text-decoration: none!important;
}
a:focus,
a:visited {
	text-decoration: none!important;
	outline: 0;
}
h1, h2, h3 {
	font-size: 1.25rem;
	font-weight: 600;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img { 
	max-width: 100%;
	border: none; 
	font-size: 0;
}
figure {
	max-width: 100%!important;
}
.aligncenter {
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.size-full {
	max-width: 100%!important;
	height: auto!important;
}
.red {
    color: #f00 !important;
}
.icon-bars {
	display: inline-block;
	width: 23px;
	height: 26px;
	background: url(images/bars.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-home {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(images/home.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-phone {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(images/phone-alt.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-up {
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url(images/arrow-up.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.header {
	background-color: #21b354;
}
.logo {
	position: relative;
	background-color: #fff;
	padding: 0.5em 1em;
	text-align: center;
}
.image-logo {
	height: 80px;
}
.toggle-menu {
	display: none;
	position: absolute;
	font-size: 1.8rem;
	line-height: 1rem;
	background: transparent;
	border: 2px solid #e1e1e1;
	padding: 0.15rem 0.5rem;
	top: 0.5em;
	right: 0.5em;
	border-radius: 5px;
}
.main-menu {
	display: flex;
	align-items: baseline;
	height: 100%;
	align-items: center;
}

.main-menu ul.menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.main-menu li {
	position: relative;
	display: inline-block;
}
.main-menu li a {
	display: block;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 600;
	padding: 0.75em;
}
.main-menu li#home a {
	line-height: 0;
}
.main-menu ul.sub-menu {
	background: #fff;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	width: 220px;
	z-index: 99999 !important;
	text-align: left;
	visibility: hidden;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 5px 5px rgba(0, 0, 0, 0.1);
}
.main-menu li:hover ul.sub-menu {
	opacity: 1;
	transform: scaleY(1);
	visibility: visible;
}
.main-menu ul.sub-menu li {
	width: 100%;
	display: block;
	margin: 0;
	border-bottom: 1px dashed #888;
}
.main-menu ul.sub-menu li:last-child {
	border-bottom: none;
}
.main-menu ul.sub-menu li a {
	display: block;
	color: #212529;
	font-size: 1rem;
	font-weight: 500;
	line-height: 140%;
	text-transform: none;
	padding: 0.75em 1em;
}
.main-menu ul.sub-menu li a:hover,
.main-menu ul.sub-menu li.active a,
.main-menu ul.sub-menu li.current-menu-item a {
	color: #ec3237;
}
.more-menu {
	display: flex;
	align-items: center;
	height: 100%;
}
.more-menu ul.menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.more-menu li {
	display: inline-block;
}
.more-menu li a {
	display: block;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 600;
	padding: 0.75em;
}
.home-slider {
	z-index: -1;
}
.home-services {
	padding-top: 2.5em;
}
.item-service {
	position: relative;
	overflow: hidden;
	margin-bottom: 2.5em;
	border: 10px solid;
	border-image-slice: 1;
	border-width: 4px;
	border-image-source: linear-gradient(to left, #ff0, #21b354, #f00);
}
.image-service {
	width: 100%;
}
.info-service {
	position: absolute;
	background: rgba(2, 2, 2, 0.75);
	bottom: 0;
	padding: 1em 1.5em;
	text-align: center;
}
.title-service {
	color: #ff0;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0.25em;
}
.text-service {
	color: #fff;
	font-size: 1rem;
}
.home-title {
	color: #ec3237;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1em;
}
.home-introduct {
	text-align: justify;
	margin-bottom: 1.5em;
}
.cate-description {
	text-align: justify;
}
.cate-description h2, 
.cate-description h3,
.cate-description h4,
.cate-description h5 {
	font-size: 1.25rem;
	font-weight: 600;
}
#product-carousel {
	margin-top: 1em;
}
ul.post-list {
	list-style-type: none!important;
	margin: 0!important;
	padding: 0!important;
}
.row-product {
	background-color: #fff;
	margin-bottom: 1.65em;
	text-align: center;
}
.image-row-product {
	display: block;
	flex-shrink: 0;
	border-radius: 1.25em;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	
}
.thumb-row-product {
    width: 100%;
    transform: scale(1);
    transition: all .2s ease-out 0s;
}
.image-row-product:hover .thumb-row-product {
	transform:scale(1.05)
}
.name-row-product {
	color: var(--bs-body-color);
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 0.5em;
}
.product-price-request {
	float: right;
	background-color: #f7941d;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 600;
	padding: 0.75em 2.25em;
	border-radius: 1.25em;
	border: none;
}
.product-description {
	text-align: justify;
}
.product-tags {
	margin-top: 1em;
	margin-bottom: 1em;
}
.product-tags a {
	display: inline-block;
	background-color: #f5f5f5;
	color: var(--bs-body-color);
	font-size: 0.85rem;
	font-weight: 600;
	border: 1px solid #e1e1e1;
	padding: 0.35em 0.5em;
	margin-right: 0.25em;
	margin-bottom: 0.25em;
	border-radius: 0.25em;
}
.product-image {
	border-top: 1px solid #e1e1e1;
	margin-top: 2.5em;
}
.product-title {
	display: block;
	background-color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	width: 275px;
	padding: 0.5em 1.25em;
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
}
.image-product {
	position: relative;
	display: block;
	flex-shrink: 0;
	border-radius: 1.25em;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	
}
.thumb-product {
    width: 100%;
    transform: scale(1);
    transition: all .2s ease-out 0s;
}
.image-product:hover .thumb-product {
	transform:scale(1.05)
}
.image-product-number {
	position: absolute;
	display: none;
	background: rgba(33, 179, 84, 0.75);
	color: #fff;
	font-size: 1.05rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	padding: 0.5em 1em;
	bottom: 0;
	margin: 0;
}
.image-product:hover .image-product-number {
	display: block;
}
.product-relate-header {
	border-top: 1px solid #e1e1e1;
	margin-top: 2.5em;
}
.product-relate-title {
	display: block;
	background-color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	width: 275px;
	padding: 0.5em 1.25em;
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
}
.tbprice th {
    background-color: #30be2e;
    color: #fff;
    text-align: center;
}
.tbprice th, .tbprice td {
    border: 1px solid #319125;
    padding: 5px 10px;
}
.modal-lightbox {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.modal-lightbox-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	top: 50%;
	width: 100%;
	max-width: 650px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.mySlides {
	display: none;
}
.cursor {
	cursor: pointer;
}
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
.numbertext {
  color: var(--bs-body-color);
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.breadcrumb-bar {
	background-color: #f5f5f5;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}
.breadcrumb {
	margin-bottom: 0;
}
.main-content {
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}
.page-content {
	background-color: #fff;
	padding: 1.5em;
	border: 1px solid #e1e1e1;
	border-radius: 1.25em;
}
.header-title {
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.post-excerpt {
	font-size: 1.05rem;
	font-weight: 600;
	margin-bottom: 0.75em;
}
.content-area {
	text-align: justify;
}
.content-area h2 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.content-area h3,
.content-area h4,
.content-area h5 {
	font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.content-area ul {
	list-style-type: square;
	padding-left: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
}
.content-area li {
	margin-bottom: 0.25em;
}
.content-area img {
	height: auto!important;
}
.map-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.frm-contact {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.post-relation {
	position: -webkit-sticky;
	position: sticky;
	top: 1em;
}
.post-relation-title {
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
}
.post-list-item {
	margin-bottom: 1em;
}
.post-list-image {
	float: left;
	width: 120px;
	margin-right: 0.75em;
	border: 2px solid #eee;
}
.post-list-name {
	color: var(--bs-body-color);
	font-size: 1rem;
	font-weight: 600;
}
.page-relation {
	background-color: #21b354;
	position: -webkit-sticky;
	position: sticky;
	top: 1em;
}
.page-relation-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.75em 1.25em;
	margin: 0;
}
.page-list-item a {
	display: block;
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
	padding: 0.75em 1.25em;
	border-top: 1px dashed #e1e1e1;
}
.home-register {
	background-image: url("images/bg-hop-qua-tang.jpg");
	background-color: rgba(3, 3, 3, 0.75);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-home-register {
	background-color: rgba(3, 3, 3, 0.35);
	padding-top: 3em;
	padding-bottom: 2.5em;
}
.title-home-register {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
}
.text-home-register {
	color: #fff;
	font-size: 1rem;
	margin-bottom: 1.5em;
}
.home-blogs {
	border-top: 1px solid #eee;
	padding-top: 2.5em;
}
.row-blog {
	overflow: hidden;
	margin-bottom: 1.6em;
}
.image-row-blog {
	border: 3px solid #eee;
}
.name-row-blog {
	color: var(--bs-body-color);
	font-size: 1.05em;
	font-weight: 600;
	margin-top: 0.75em;
}
.owl-prev {
    position: absolute;
    top: 50%;
    left: 1em;
    background: rgba(204, 204, 204, 0.8);
    font-size: 50px;
    width: 45px;
    height: 45px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
.owl-next {
    position: absolute;
    top: 50%;
    right: 1em;
    background: rgba(204, 204, 204, 0.8);
    font-size: 24px;
    width: 45px;
    height: 45px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
.owl-prev span,
.owl-next span {
	font-size: 32px;
}
.footer-partner {
	background-color: #f5f5f5;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.footer-partner img {
	max-height: 120px;
}
.footer-main {
	/*background: rgba(0, 121, 41, 0.75); */
	background-color: #007929;
	padding-top: 2em;
	padding-bottom: 2em;
}
.footer-item {
	color: #fff;
}
.footer-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.footer-menu a {
	color: #fff;
}
.footer-copy-right {
	background-color: #003f15;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.5);
	z-index: 1;
}
.scrollup {
    background: rgba(206,0,12,0.85);
	text-align: center;
	line-height: 48px;
    height: 38px;
	width: 38px;
    position: fixed;
    right: 20px;
	bottom: 60px;
	z-index: 9999;
	border-radius: 3px;
}
a.call_phone {
	position: fixed;
	display: none;
	background-color: #ce000c;
	color: #FFF;
	font-size: 1.75rem;
	line-height: 3rem;
	left: 20px;
	bottom: 60px;
	padding: 8px;
	border-radius: 50px;
	z-index: 9999;
}
a.call_phone:hover {
	color: #fff;
}
a.call_phone .phone_icon {
	float: left;
	background-color: #f00;
	width: 48px;
	height: 48px;
	padding: 10px;
	border-radius: 50%;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	transform-origin: 50% 50%;
}
.phone_number {
	display: none;
	padding-left: 10px;
	padding-right: 10px;
}
a.call_phone:hover .phone_number {
	display: inline-block;
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {-webkit-transform:rotate(0) scale(1) skew(1deg)}
    10% {-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
    20% {-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
    30% {-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
    40% {-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
    50% {-webkit-transform:rotate(0) scale(1) skew(1deg)}
    100% {-webkit-transform:rotate(0) scale(1) skew(1deg)}
}
@media screen and (max-width: 576px) {
	.header {
		position: relative;
		background-color: #fff;
	}
	.image-logo {
		height: 130px;
	}
	.toggle-menu {
		display: block;
	}
	.mobile-menu {
		position: fixed;
		display: none;
		background-color: #FFF;
		width: 250px;
		height: 100%;
		top: 0px;
		left: 0px;
		z-index: 99999;
		box-shadow: 0 -10px 20px -5px rgba(115,115,115,0.75), 10px 0 20px -5px rgba(115,115,115,0.75);
		overflow: scroll;
	}
	.mobile-menu li {
		display: block;
		width: 100%;
	}
	.mobile-menu li a {
		display: block;
		color: #21b354;
		font-size: 1.15rem;
		font-weight: 600;
		text-transform: uppercase;
		padding: 0.5em 1em;
		border-bottom: 1px solid #e1e1e1;
	}
	.mobile-menu ul.sub-menu {
		display: none;
	}
	.mobile-menu li:hover ul.sub-menu {
		display: block;
	}
	.mobile-menu ul.sub-menu a {
		display: block;
		color: #333;
		font-size: 1rem;
		font-weight: 400;
		text-transform: initial;
	}
	.home-services {
		margin-bottom: 1em;
	}
	.item-service {
		margin-bottom: 1em;
	}
	.product-list {
		margin-right: -6px;
		margin-left: -6px;
	}
	.item-product {
		padding-right: 6px;
		padding-left: 6px;
	}
	.row-product {
		margin-bottom: 12px;
	}
	.row-blog {
		margin-bottom: 1em;
	}
	.post-relation {
		margin-top: 1.75em;
	}
	.post-list-image {
		width: 35%;
	}
	.size-full, .size-large {
		height: auto!important;
	}
	a.call_phone {
		display: block;
	}
}