:root{
	--red-color: #810707;
	--accent-color: #e31d1d !important;
	--nav-color: #d5d5d5 !important;
	--nav-hover-color: #ffffff !important;
	--nav-dropdown-hover-color: #e31d1d !important;
}

.header .logo img{
	max-height: 50px;
}

.box-image{
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    border-radius: 8px !important;
}

.box-image img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.factory-image{
	height: 200px;
}

/*
.factory-image img{
	width: 100%;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    object-position: center;
    color: transparent;
}
*/

.contact .info-item i{
	font-size: 28px;
}

.footer .footer-about .logo img{
	max-height: 65px;
}

.featured-services .service-item .title{
	    font-size: 36px;
}

.factory-title{
	font-size: 24px !important;
}

.factory-description{
	font-size: 16px !important;
}

.facility-title{
	font-size: 16px !important;
}

.portfolio-info.show{
	opacity: 1 !important;
}

.image-product{
	height: 250px;
}

.image-certification{
	height: 100px;
	background-color: transparent !important;
}

.post-img{
	height: 150px;
}

.post-img.auto{
	height: auto;
}

.section-title p{
	color:#333333;
}

/*
.img-auto{
	width: 100% !important;
    overflow: hidden !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    color: transparent !important;
}
*/

.img-auto-size{
	width: 100% !important;
    overflow: hidden !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    color: transparent !important;
}

.different-image{
	height: 200px;
}

.img-inbox{
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
}

.image-gallery {
    height: 250px;
}

.blog-posts .title{
	font-size: 16px;
}
.blog-posts .content p{
	font-size: 14px;
}

.btn-more{
	background: var(--accent-color);
}

.blog-detail-img{
	height: 350px !important;
}

.scrolled .header {
    background-color: var(--red-color) !important;
}

.hero .btn-get-started{
	background: var(--red-color) !important;
}

#chat-btn {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 99999;
    background-color: #25D366;
    width: 45px;
    height: 45px;
    border-radius: 80px;
    color: #ffffff;
}

.scroll-top{
	bottom: 80px !important;
	right: 22px !important;
	width: 30px !important;
    height: 30px !important;
}