/*
Theme Name: Web Design
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.d-flex{
	display: flex;
}

.f-giuangang{
	justify-content: center;
}

.f-giuadeu{
	justify-content: space-between;
}

.f-docgiua{
	align-items: center;
}

.f-docdeu{
	align-items: stretch;
}

.f-xuonghang{
	flex-wrap: wrap;
}

.gap-5{
	gap: 5px
}

.gap-10{
	gap: 10px
}

.height-100,
.height-col-100 .col-inner{
	height: 100%;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}