/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.wpml-ls-menu-item .wpml-ls-flag {
    width: 35px !important;
}
.mbws_about-home .about-left .about-support {
	background-color: unset;
    max-width: 400px;
	margin-left: 51% !important;
}
.mbws_about-home .about-left .img-1,.mbws_about-home .about-left .img-2,.mbws_about-home .about-left .img-3{
    width: 50% !important;
}
.mbws_about-home .about-left .img-1{
	top: -10% !important;
}
.mbws_about-home .about-left .img-2{
	right:unset !important; 
    bottom: unset !important;
}
.mbws_about-home .about-left .img-3{
	top: -10% !important;
	left: 54%;
}
.mbws_service .mbws_title .title-top { 
   text-transform: unset !important;
}
.mbws_gallery_img_home img {
   height : 340px !important;
}
@media (max-width: 1000px) {
	.mbws_gallery_img_home img {
		height: 255px !important;
	}
}
.mbws_img_introduction img{
    border-radius: 10px;
}
.banner {
    background-color: #fff;
}
.banner .col {
	padding: 0  !important;


}
.banner .container .row:not(.row-collapse){
    margin-left: 0; 
    margin-right: 0;
	

}
.banner-layers {
	height: unset;
}
#portfolio_content .gallery {
	flex-wrap: wrap;
}

#portfolio_content .gallery .gallery-item {
	max-width: 25%;
}

#portfolio_content .gallery .gallery-icon a {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

#portfolio_content .gallery .gallery-item img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: center center;
	top: 0;
	left: 0;
}

@media(max-width: 1024px)  {
	#portfolio_content .gallery .gallery-item {
		max-width: 33.33%;
	}
}


@media(max-width: 480px)  {
	#portfolio_content .gallery .gallery-item {
		max-width: 50%;
	}
}
#portfolio_main_info .featured_item_cats.breadcrumbs{
	display: none !important;
}