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

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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.phanthongtin {
	box-shadow: -1px -1px 1px 0 #6f6969;
	position: fixed;
	bottom: 0;
	background: red;
	width: 100%;
	z-index: 99999;
}
.phanthongtin ul li {
	float: left;
	width: 33.3%;
	height: 50px;
	line-height: 50px;
	border-right: 2px solid #fff;
	list-style: none;
}
.phanthongtin li a {
	color: #fff;
	text-transform: uppercase;
}
.phanthongtin li a img {
	width: 35px;
	margin-left: 8px;
	margin-right: 4px;
}

}