@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
*/
.header-main .header-inner {
    margin-top: 0px;
}
.stuck #logo img {
    padding: 10px 0;
    
}
.header-main .header-inner .header-nav .current_page_item .nav-top-link {
    color: var(--fs-color-primary) !important;
}
.header-main .header-inner .header-nav .menu-item .nav-top-link {
    color: #000;
}
#masthead {
	opacity: 0.8;
    background-color: #fff;
}
#masthead .header-inner  .container .top-divider {
	display: none;
}
#masthead .header-nav-main {
	justify-content: center;	
}
.mbws_section-company .mbws_col {
	background: unset;
}
.mbws_section-project-home .post-item .box {

    background-color: unset;
}
.mbws_staff {
    background: #fff;
    color: #000;
}
.mbws_section-contact .mbws_icon-box-custom {
    padding: 72px 0;
    background: unset;
}
@media(max-width: 850px) {
	#header {
		position: unset;	
	}
}