@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=vietnamese');

body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	background: #ffffff;
}

.kmt_inside {
	background: none !important;
}

.grid_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grid_wrap::after {
	content: "";
	flex: auto;
}

*:hover,
*:focus {
	outline: 0;
}

/*auto css*/
.css_uppercase {
	text-transform: uppercase !important;
}

.css_center {
	text-align: center !important;
	display: flex;
	justify-content: center;
}

.css_left {
	text-align: left !important;
}

.css_right {
	text-align: right;
}

.css_justify {
	text-align: justify;
}

.id_wrap_block {
	margin-bottom: 40px !important;
}

.is_scroll {
	width: 100% !important;
}

.title_line_1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.title_line_2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.title_line_3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.title_line_4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.title_line_6 {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Begin css breadcrumb */
.kmt_breadcrumb {
	color: #666666 !important;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-top: 10px
}

.kmt_breadcrumb a {
	color: #666666 !important;
	font-size: 16px;
}

.kmt_breadcrumb a:hover {
	color: #d72121 !important;
	text-decoration: none
}

/* End css breadcrumb  */

.read_more {
	text-align: right;
	margin-top: -40px;
	margin-bottom: 30px;
	width: 100%;
}

.read_more a {
	padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #274ba1;
}

.read_more a:hover {
	text-decoration: none;
	color: #cd0000;
}

a:hover {
	text-decoration: none;
	color: #3762c9
}

.content_article {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: justify;
	color: #000;
	font-size: 15px;
}

.content_article p {
	margin-bottom: 10px;
}

.wrap_intro .content_article p {
	color: #fff;
	padding: 0px;
	font-size: 16px;
	line-height: 28px
}

.content_article table {
	max-width: 100% !important;
}

.content_article img {
	max-width: 100%;
	height: auto !important;
	margin-bottom: 5px;
}

.kmt_title_article {
	font-size: 24px;
	margin-bottom: 10px;
	color: #e80c14;
	font-weight: 600;
	text-align: left !important;
	margin-top: 0px;
	text-transform: uppercase;
	line-height: 25px;
}

.kmt_page {
	clear: both;
}

.kmt_uppercase {
	text-transform: uppercase;
}

.kmt_center {
	text-align: center !important;
}

.kmt_left {
	text-align: left;
}

.kmt_right {
	text-align: right;
}

.kmt_justify {
	text-align: justify;
}

/* Begin css list_same */
.same_title {
	color: #e80c14 !important;
	margin: 10px 0px 5px 0px !important;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
	border-top: 1px dashed #ccc;
	clear: both;
	padding-top: 10px;
}

.same_title:hover {
	color: #e80c14 !important;
}

.list_same {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px
}

.list_same li {
	color: #000;
	margin-bottom: 3px;
	list-style: none
}

.list_same li:hover {
	color: #e80c14;
}

.list_same li:hover a {
	color: #e80c14;
	text-decoration: none
}

.list_same li a {
	font-size: 14px;
	color: #000;
}

.list_same li a span {
	color: #000;
}

/* End css list_same */


.pagination>li>a,
.pagination>li>span {
	color: #fff;
	background-color: #e80c14;
	border: 1px solid #e80c14;
}

.pagination>li>a:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}


.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #000;
	border-color: #000;
}

#top {
	position: fixed !important;
	position: absolute;
	bottom: 20px;
	right: 10px;
	z-index: 9999;
}

.kmt_note {
	color: #cd0000;
}

.kmt_stt_form {
	color: #f00;
	padding: 0px !important;
	padding-top: 5px !important;
	padding-left: 10px !important;
}

.wrap_center {
	margin: 40px auto !important;
}

.kmt_bt {
	background: #e80c14;
	color: #fff;
}

.kmt_bt:hover {
	background: #000;
	color: #fff;
}

.bt_item_home {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.bt_item_home a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 270px;
	height: 40px;
	border: 2px solid #e80c14;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #e80c14;
	transition: 0.3s;
}

.bt_item_home a:hover {
	background: #e80c14;
	color: #fff;
}

#wrap_block_1 {
	width: 100%;
	background: #e80c14;
	padding: 5px 0px;
}

.wrap_phone_mail span {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	float: left;
}

.wrap_phone_mail span a {
	color: #fff;
	font-size: 13px;
}

.wrap_phone_mail i {
	margin-right: 5px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

#wrap_phone {
	margin-right: 15px;
}

.wrap_lang {
	text-align: right;
}

.wrap_lang img {
	border: 1px solid #fff;
}

.wrap_lang a {
	padding-left: 5px;
}

.wrap_logo {}

.wrap_logo img {
	height: 72px;
	margin: 10px 0px;
}

.wrap_menu_search {
	margin-top: 50px;
}

#wrap_menu {
	float: right;
}

#icon_search i {
	margin-top: 5px;
	color: #da0d0d;
	font-size: 18px;
	cursor: pointer;
}

#icon_search:hover {
	background: none;
}

#icon_search:hover i {
	color: #000;
}

#wrap_search_top {
	width: 100%;
	position: absolute !important;
	z-index: 1000 !important;
	top: 107px;
	right: 0px;
}

#wrap_search {
	float: right;
	width: 350px;
	padding: 20px;
	background: #fff;
	display: none;
}

#wrap_search input:nth-child(1) {
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding-left: 5px;
	color: #333;
	float: left;
	margin-right: -90px;
}

#wrap_search input:nth-child(2) {
	width: 90px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	background: #e80c14;
	border: 0px;
	float: left;
	text-transform: uppercase;
	font-weight: 600;
}

#wrap_search input:nth-child(2):hover {
	background: #000;
}

#wrap_block_3 {
	width: 100%;
	display: inline-block;
}

#wrap_block_4 {
	width: 100%;
	clear: both;
	padding: 30px 0px;
}

.kmt_tab li {
	width: 25%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	height: 65px;
	line-height: 65px;
	background: #e80c14;
	padding: 0px;
}

.no_border {
	border: 0px;
}

.kmt_tab li.active {
	background: #e80c14 !important;
}

.kmt_tab li.active a {
	background: none !important;
	border: 0px !important;
}

.kmt_tab li:hover {
	background: #e80c14 !important;
}

.kmt_tab li:hover a {
	background: none !important;
	border: 0px !important;
}

.kmt_tab li a {
	display: inline-block;
	padding: 0px;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	height: 65px;
	line-height: 65px;
}

.kmt_tab li a h2 {
	display: inline;
	padding: 0px;
	line-height: inherit;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	margin: 0px;
}

#wrap_item_home .tab-content {
	display: inline-block;
	width: 100%;
	background: #fff;
}

.wrap_item_home {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: -1px;
	padding: 0px;

}

.block_item_home {
	width: 260px;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.block_item_home h3 {
	margin: 0px;
}

.block_item_home h3 a {
	color: #000;
	font-size: 15px;
	font-weight: 500;
}


.block_item_home h3 a:hover {
	color: #e80c14;
}

.img_item_home {
	width: 260px;
	height: 200px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.img_item_home * {
	vertical-align: middle;
}

.img_item_home img {
	max-width: 260px;
	max-height: 160px;
}

.img_item_home img {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

.img_item_home:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.wrap_intro {
	height: 330px;
	background: #da0d0d;
	padding: 30px 13px;
}

.intro_tt_1 {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.intro_tt_2 {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.wrap_intro .content_article {
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}

.rm_intro a {
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 7px 15px;
	font-size: 13px;
	transition: 0.3s;
	font-weight: 600;
}

.rm_intro a:hover {
	color: #e80c14;
	background: #fff;
	border: 2px solid #fff;
}

.wrap_video {
	padding: 0px;
	height: 330px;
}

.kmt_title {
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	color: #e80c14;
	font-size: 35px;
	font-weight: 600;
}

.kmt_title_blue {
	color: #e80c14;
}

#wrap_strengths {
	width: 100%;
	background: #e80c14;
}

.wrap_strengths_right {
	padding: 20px;
}

.kmt_title_s {
	width: 98%;
	margin: 0px;
	margin-bottom: 15px;
	background: url(../img/line_3.png) no-repeat bottom left;
	padding-bottom: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin-left: 15px;
}

.wrap_strengths {
	border-right: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}

.begin_border {
	border-right: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}

.end_border {
	border-right: 0px;
	border-bottom: 0px;
}

.none_bdr {
	border-right: 0px;
}

.none_bdb {
	border-bottom: 0px;
}

.img_strengths {
	width: 76px;
	height: 76px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

.img_strengths img {
	width: 100%;
	height: 100%;
}

.wrap_strengths {
	padding: 30px 10px;
}

.info_strengths {
	color: #fff;
	line-height: 22px;
	font-size: 14px;
}

.info_strengths div {
	text-align: justify;
	line-height: 18px;
}

.info_strengths h3 {
	margin: 0px;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
}

.wrap_solution {
	margin: 10px auto;
	text-align: center;
}

.block_solution {
	width: 360px;
	height: 370px;
	overflow: hidden;
	margin: 0 auto;
}

.img_solution {
	width: 370px;
	height: 180px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.img_solution img {
	width: 100%;
}

.content_solution h3 a {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	line-height: 22px;
	transition: 0.3s;
}

.content_solution h3 a:hover {
	color: #e80c14;
}

.content_solution div {
	line-height: 22px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rm_sol {
	margin-top: 20px;
}

.rm_sol a {
	font-size: 13px;
	color: #e80c14;
	text-transform: uppercase;
	border: 2px solid #e80c14;
	padding: 7px 15px;
	font-weight: 500;
	transition: 0.3s;
}

.rm_sol a:hover {
	color: #fff;
	background: #e80c14;
	border: 2px solid #e80c14;
}

.wrap_news {
	margin: 10px auto;
}

.block_news {
	width: 360px;
	height: 455px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
}

.img_news {
	width: 100%;
	height: 230px;
	text-align: center;
	overflow: hidden;
}

.img_news img {
	height: 100%;
}

.content_news {
	padding: 0px 20px;
}

.content_news h3 a {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 22px;
	transition: 0.3s;
}

.content_news h3 a:hover {
	color: #e80c14;
}

.content_news div {
	line-height: 22px;
	text-align: justify;
	font-size: 15px;
}

.wrap_partner {}

.block_partner {
	width: 177px;
	height: 82px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	text-align: center;
}

.img_partner {
	width: 177px;
	height: 82px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #e6e6e6;
}

.img_partner img {
	max-width: 175px;
	max-height: 80px;
}

#wrap_partner {
	margin: 20px auto;
	margin-top: -50px;
}

#wrap_block_5 {
	width: 100%;
	background: #ededed;
	padding: 30px 0px;
	border-bottom: 10px solid #e80c14;
}

#wrap_block_5 h6 {
	margin: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #e80c14;
	font-weight: 500;
	font-size: 20px;
}

.wrap_add_f {
	color: #000;
	font-size: 15px;
	line-height: 22px;
}

.wrap_menu_f ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	display: inline-block;
}

.wrap_menu_f ul li {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.wrap_menu_f ul li a {
	color: #000;
	font-size: 15px;
	transition: 0.3s;
}

.wrap_menu_f ul li a:hover {
	color: #da0d0d;
}

.wrap_social_f {
	text-align: right;
	color: #000;
}

#wrap_social_f {
	margin: 20px auto;
}

#wrap_social_f img {
	width: 45px;
	margin-left: 3px;
}

.wrap_social_f a {
	color: #000;
}

.wrap_banner_s img {
	width: 100%;
}

.wrap_map {
	height: 350px;
}

.wrap_project {
	margin-bottom: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.block_project {
	width: 370px;
	height: 310px;
	transition: 0.3s;
}

.block_project:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.img_project {
	width: 370px;
	height: 255px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
	border-bottom: 5px solid #da0d0d;
	transition: 0.3s;
	background: #fff;
}

.img_project img {
	height: 100%;
}

.wrap_project h3 {
	margin: 10px 0px;
}

.wrap_project h3 a {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	line-height: 22px;
	transition: 0.3s;
}

.block_project:hover h3 a {
	color: #e80c14;
}

.block_project:hover .img_project {
	border-bottom: 5px solid #e80c14;
}

.kmt-btn-slider {
	width: 100%;
	position: relative;
}

.kmt-btn-slider button {
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	width: 30px;
	height: 50px;
	position: absolute;
}

.kmt-btn-slider .prev {
	background: url(../img/left-arrow.png) no-repeat center;
	left: -40px;
	height: 310px;
	transition: 0.3s;
}

.kmt-btn-slider .next {
	background: url(../img/right-arrow.png) no-repeat center;
	right: -40px;
	height: 310px;
	transition: 0.3s;
}

.hide-bullets {
	list-style: none;
	margin-left: -40px;
	margin-top: 20px;
}

.hide-bullets li {
	width: 20%;
}

.thumbnail {
	border: 5px solid #fff;
	border-radius: 0px;
	padding: 0px;
}

.thumbnail:hover,
.active_thumbs a {
	border: 2px solid #e80c14 !important;
}

.carousel-inner {
	width: 100%;
	height: 656px;
	overflow: hidden;
	text-align: center;
}

.carousel-inner img {
	height: 656px !important;
	display: inline-block !important;
}

.thumbnail {
	height: 120px;
	padding: 0px;
	border-radius: 0px;
	overflow: hidden;
}

.thumbnail img {
	height: 100%;
}

.kmt_capture {
	background: url(../img/bg_sd.png) repeat;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	margin-top: -50px;
}

.kmt_title_menu_left {
	width: 100%;
	background: #e80c14;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
}

.kmt_title_menu_left span {
	display: inline-block;
	width: 100%;
	padding-left: 15px;
	background: url(../img/icon_menu.png) no-repeat right 10px center;
}

.title_left {
	width: 100%;
	background: #e80c14;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
}

.title_left span {
	display: inline-block;
	width: 100%;
	padding-left: 15px;
	background: url(../img/arr_down.png) no-repeat right 10px center;
}

.list_news_left {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}

.list_news_left li {
	width: 100%;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	display: inline-block;
}

.img_news_left {
	width: 95px;
	height: 65px;
	float: left;
	margin-right: 10px;
}

.img_news_left img {
	width: 91px;
	height: 61px;
}

.content_news_left h3 {
	margin-bottom: 5px;
	margin-top: 2px;
	line-height: 20px;
}

.content_news_left h3 a {
	font-size: 14px;
	color: #000;
	line-height: 20px;
}

.content_news_left h3 a:hover {
	color: #e80c14;
}

.content_news_left p a {
	font-size: 13px;
	color: #e80c14;
}

.content_news_left p a:hover {
	color: #000;
}

.read_more_news {
	text-align: right;
}

.read_more_news a {
	font-size: 13px;
	color: #e80c14;
}

.read_more_news a:hover {
	color: #000;
}

.wrap_right {
	padding-left: 15px;
}

.wrap_item {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0px;
	background: #f1f1f1;
}

.block_item {
	width: 100%;
	aspect-ratio: 1.21;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding: 5px;
}

.img_item {
	width: 100%;
	aspect-ratio: 1.58;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.img_item img {
	max-width: 270px;
	max-height: 170px
}

.img_item img {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

.img_item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.block_item h3 {
	margin-top: 8px;
}

.block_item h3 a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	transition: 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}

.block_item h3 a:hover {
	color: #e80c14;
}

.block_right {
	margin-bottom: 20px;
}

.wrap_img_dt {
	margin-bottom: 20px;
}

#wrap_img_dt {
	width: 410px;
	height: 290px;
	border: 1px solid #e80c14;
	border-radius: 3px;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #fff;
}

#wrap_img_dt * {
	vertical-align: middle;
}

#wrap_img_dt img {
	max-width: 410px;
	max-height: 290px;
}

.wrap_info_dt h3 {
	margin-top: 0px;
	color: #e80c14;
	text-transform: uppercase;
	font-weight: 600;
	background: url(../img/line_4.png) repeat-x bottom;
	line-height: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ae9f8e;
}

.wrap_info_dt p {
	padding: 0px;
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ae9f8e;
	margin-bottom: 10px;
}

.wrap_info_dt div {
	padding: 5px 0px;
}

#product_price a {
	font-size: 15px;
	font-weight: 600;
	color: #e80c14;
	transition: 0.3s;
}

#product_price a:hover {
	color: #e80c14;
}

#kmt_hotline {
	font-size: 20px;
	font-weight: 600;
	color: #e80c14;
	text-transform: uppercase;
	margin-top: 10px;
	clear: both;
}

#kmt_hotline span {
	font-size: 28px;
	color: #da0d0d;
}

a.zalo-fix {
	position: fixed;
	right: 20px;
	z-index: 9999;
	bottom: 140px;
	border-radius: 50%;
	box-shadow: 0 0 10px #000000;
}

.hotlineSupport {
	width: 60px;
	height: 60px;
	position: fixed;
	background: #ed3237;
	right: 20px;
	left: inherit;
	bottom: 230px;
	border-radius: 100%;
	text-align: Center;
	color: #ffffff;
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;

	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	opacity: 1;
	visibility: initial;
	z-index: 9999;
}

.hotlineSupport.show {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	opacity: 1;
	visibility: initial;
}

.hotlineSupport i.fa-phone {
	font-size: 21px;
	line-height: 17px;
	-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotlineSupport:before {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1s infinite ease;
	-webkit-animation: shadow 1s infinite ease;
	-moz-animation: shadow 1s infinite ease;
	-o-animation: shadow 1s infinite ease;

	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.hotlineSupport:after {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1.4s 1000ms infinite;
	-webkit-animation: shadow 1.4s 1000ms infinite;
	-moz-animation: shadow 1.4s 1000ms infinite;
	-o-animation: shadow 1.4s 1000ms infinite;

	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@-webkit-keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@-moz-keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@-o-keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@-moz-keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-webkit-keyframes quick-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-o-keyframes quick-alo-circle-img-anim {
	0% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}
}

#form_hide {
	display: none;
}