/*
Theme Name: Xây Dựng Sắt Thép
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* All */
:root{
	--secondary-color: #0f172b !important;
	--boder-radius-30: 30px;
}
/* Header */
.header-top .transition-colors{
	margin-right: 10px;
	color: #fff;
}
.header-top svg{
	margin-right: 5px;
}
.header-main .header-nav{
	justify-content: center !important;
}
.header-main .nav>li>a{
	color: var(--secondary-color);
}
.header-main .nav>li:hover>a,.header-main .nav>li.active>a{
	color: var(--primary-color);
}
.header-main .nav-spacing-xlarge>li{
	margin: 0 18px !important;
}
/* Footer */
.absolute-footer{
	display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}