@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
.mbws_section-item-service img, .mbws_rowservice img, .mbws_rowgiaiphap img{
	object-fit: cover;
    aspect-ratio: 7 / 5;
}
.header-main .header-inner , #top-bar .container{
	max-width: 1380px !important;
}
.nav-dropdown {
    min-width: 220px !important;
}
#header .nav-dropdown li.menu-item-has-children ul {
    width: 220px;
}