/**
 * Global
 */
/* Slider */
.mh-slider-dots .slick-dots li button:before,
.mh-slider-dots .slick-dots li.slick-active button:before {
	color: #77a106;
	font-size: 13px;
}

/* Carousel product */
.mh-carousel-product .slick-slide img {
	margin: auto;
}

/* Box image */
.mh-box-image-center .elementor-image-box-wrapper {
	max-width: 75%;
	margin: auto;
}

.mh-box-image-center .elementor-image-box-content {
    padding-left: 15px;
}

/* Box title */
.mh-title h3 {
	display: inline-block;
	text-transform: capitalize;
	position: relative;
	font-size: 24px;
	margin-bottom: 0;
}

.mh-bock-title .mh-links {
    position: absolute;
    right: 0;
    top: 0;
    list-style: none;
    margin: 0;
}

.mh-bock-title .mh-links > li {
	display: inline-block;
    margin: 0 10px;
    line-height: 46px;
}

.mh-bock-title .mh-links > li > a {
	color: #b3b3b3;
    display: block;
    text-transform: capitalize;
    font-size: 1em;
    position: relative;
}

.mh-bock-title .mh-links > li:first-child a {
    color: #78a206;
}

.mh-bock-title .mh-links > li > a::after {
	content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 0;
    background: #78a206;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 3px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

.mh-bock-title .mh-links > li:first-child a::after,
.mh-bock-title .mh-links > li a:hover::after {
    width: 44px;
}

/**
 * Homepage
 */
/* Sản phẩm */
.mh-product-tabs .oew-tabs-wrap > .oew-tab-title {
	position: relative;
}

.mh-product-tabs .oew-tabs-wrap > .oew-tab-title::before {
	content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 0;
    background: #78a206;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

.mh-product-tabs .oew-tabs-wrap > .oew-tab-title.oew-active::before,
.mh-product-tabs .oew-tabs-wrap > .oew-tab-title:hover::before {
    width: 44px;
}

.mh-product-tabs .oew-tab-content {
	border-left: 0 !important;
	border-bottom: 0 !important;
	border-right: 0 !important;
}

	/* Nổi bật */
.mh-featured-product ul.products li.product .woo-product-info .title a {
    font-size: 18px !important;
}

/**
 * Page: Liên hệ
 */
/* Form contact */
.mh-form-contact .gfield_label,
.mh-form-contact .name_first label,
.mh-form-contact .name_last label {
    display: none !important;
}