/*
Theme Name: 	MBWS
Description: 	Một sản phẩm được thiết kế MBWS.
Author:			MBWS
Template:		flatsome
Version:		3.0
Text Domain:	flatsome
*/

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: white;
    color: #3c9b49;
    font-weight: bold;
    text-decoration: none;
    border-color: #fff;
}
@media only screen and (min-width: 901px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
        background: white;
        color: #3c9b49;
        font-weight: bold;
        text-decoration: none;
        border-color: #fff;
    }
}

.home-product-cats .product-category>.col-inner  {
	border-radius: 20px;
	background-color: #F9F9F9;
	padding-top: 15px;
	transition: all .3s;
}

.home-product-cats .product-category>.col-inner:hover {
	background-color: #ccc;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	line-height: 30px !important;
	height: 30px !important;

}
.mbws_khachang .img-inner {
	border-radius: 100%;
    background: #fff;
	 box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08), 
                 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}
.mbws_khachang .img-inner img{
	object-fit: scale-down;
    aspect-ratio: 6 / 6;
	padding: 15px;
}
.mbws_khachang .mbws_greendoitac .img-inner {
	background-color: #11a85a;
}
.mbws_khachang .mbws_khachhangpmg .img-inner img{
	padding: 30px;
}

.wpstatistics-wrapper h4,
.wpstatistics-wrapper p {
	margin-bottom: 5px;
}

@media(max-width: 1000px) {
	.mbws_khachang .mbws_khachhangpmg .img-inner img{
	    padding: 15px ;
	}
}
.wpstatistics-wrapper .stat-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wpstatistics-wrapper .stat-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.wpstatistics-wrapper .label {
  min-width: 120px; 
  white-space: nowrap;
}

.wpstatistics-wrapper .colon {
  margin: 0 3px;
}

.wpstatistics-wrapper .value {
  white-space: nowrap;
  color: #444;
}