/* Mega menu image zoom effect on hover */
.mega-menu-item a:hover .mega-menu-img img {
    transform: scale(1.15);
}

/* Product sidebar custom styles */
.product-page-layout {
    margin-top: 20px;
}

/* News app hot - image zoom effect */
.our-app .img a {
    display: block;
    overflow: hidden;
}

.our-app .img a img {
    transition: transform 0.3s ease;
}

.our-app .img a:hover img {
    transform: scale(1.15);
}

/* News project hot - image zoom effect */
.our-news .img-box a {
    display: block;
    overflow: hidden;
}

.our-news .img-box a img {
    transition: transform 0.3s ease;
}

.our-news .img-box a:hover img {
    transform: scale(1.15);
}

/* Product box - image hover effect */
.product-image a img {
    transition: all 0.3s ease;
}

.product-image a:hover img {
    filter: brightness(1.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

#box-why-choose-us, #box-company-slogan, #list_category {
	background-color: #f5f5f5;
}

/* Blog/News - image zoom effect */
.featured-thumb a {
    display: block;
    overflow: hidden;
}

.featured-thumb a img {
    transition: transform 0.3s ease;
}

.featured-thumb a:hover img {
    transform: scale(1.15);
}

/* Customer review - image zoom effect */
#out-app-customer-review .img {
    overflow: hidden;
}

#out-app-customer-review .img img {
    transition: transform 0.3s ease;
}

#out-app-customer-review li:hover .img img {
    transform: scale(1.15);
}

.footer {
	color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
	position: relative;
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.6;
    pointer-events: none;
}

.footer-middle .links li a {
	color: #fff;
}
