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

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

#top-bar .flex-center{
	flex: 1;
}
#top-bar{
	border-bottom: 1px solid #ffffff14;
	color: #fff;
}
#top-bar a {
    color: #fff !important;
}
.doi-tac img {
    object-fit: contain;
    height: 80px;
}
.img-tomtat{
	padding-bottom: 0px;
}
.list-info .box-vertical{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 0px 10px;
	margin-bottom: 10px;
}
.doi-tac{
	height: 100px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.list-info .box-image{
		width: 80px !important;
	}
	.list-info .box-image img{
	    width: 50px;
	    height: 50px;
    	padding: 10px;
	}
	.box-info > .col-inner {
		padding: 10px 0px !important;
	}
}