/**
* Theme Name: BeeDesign
* Theme URI: https://beedesign.com.vn
* Description: Giao diện website được thiết kế và lập trình bởi Công ty Cổ phần Tập đoàn Webee.
* Author: Nam Truong
* Author URI: https://namncn.com
* Version: 7.0.0
* Tags: giao diện hiện đại, phong cách thời thượng, tương thích mọi loại trình duyệt, tốc độ load trang tối đa, tối ưu SEO.
* Text Domain: beedesign
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import "assets/css/normalize.css";
@import "assets/css/theme.css";

.pixelplus-breadcrumb p {
	margin: 0;
}

.backtotop {
	width: 40px;
	height: 40px;
	background-color: #222;
	text-align: center;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	bottom: 100px;
	right: 1.9%;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	z-index: 99;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	align-items: center;
	justify-content: center;
	display: flex;
	opacity: 0;
	visibility: hidden;
}

.backtotop.active {
	opacity: 1;
	visibility: visible;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.text-center {
	text-align: center;
}

.elementor-widget-form .elementor-message{
    color: #7f6;
}