@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&amp;subset=vietnamese');

body{
	font-family: 'Roboto', sans-serif;
	overflow-x:hidden;
}

*:hover,*:focus { outline: 0; }{
	outline: none!important;	
}

/* 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:#222222;font-size:15px;line-height: 23px;}
.content_article p{margin-bottom: 10px;}
.content_article table{max-width:100%!important;}
.content_article img{max-width:100%;height:auto!important;margin-bottom: 5px;}
.kmt_title_article{font-size:15px;margin-bottom:10px;color:#e80000;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:#e80000!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:#e80000!important;}
.list_same{margin:0px;padding:0px;}
.list_same li{color:#222;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#e80000;}
.list_same li:hover a{color:#e80000;text-decoration:none}
.list_same li a{font-size:14px;color:#222;}
.list_same li a span{color:#222;}
/* End css list_same */


.pagination>li>a, .pagination>li>span {
    color: #fff;
	background-color: #222;
	border: 1px solid #222;
}

.pagination>li>a:hover{
	background-color: #e80000;
	border-color: #e80000;
	color: #222;
}


.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: #222;
    cursor: default;
    background-color: #e80000;
    border-color: #e80000;
}

.kmt_note{
	color:#cd0000;	
}


.kmt_stt_form{
	color:#f00;
	padding:0px!important;
    padding-top: 5px!important;
	padding-left:10px!important;
}

.wrap_logo{
	padding-left:0px;	
}

.wrap_logo img{
	max-width:100%;
    height: 90px;
	margin:15px auto;
}

#wrap_lang{
	text-align:right;	
	margin:10px auto;
}

#wrap_menu{
	width: 100%;
    background: #0057da;	
}

#wrap_block_2{
	width:100%;
	display:table;	
}

.wrap_center{
	margin:30px auto;	
}

#intro_home > h2{
	font-size:33px;
	color:#535353;
	text-transform:uppercase;
	font-weight:600;
}

#intro_home > h2 span{
	font-size:38px;
	color:#e80000;
}

#intro_home .content_article{
	margin-bottom:20px;
}


#intro_home p a{
	color:#fff;
	background:#e80000;
	padding:8px 15px;
	border-radius:5px;
	text-transform:uppercase;
	font-weight:500;
}


#intro_home p a:hover{
	background:#222;
}

#wrap_item_note{
	width:100%;
	background:#d1e1f8;
	padding:20px 0px;	
}

.kmt_title{
	font-size:30px;
	background:url(../img/line_1.png) no-repeat center;
	font-weight:600;
	color:#222222;	
	margin-bottom:25px;
}


.kmt_title span{
	display:inline-block;
	background:#d1e1f8;
	padding:5px 10px;
}

.no_bg{
	background:#fff!important;	
}

.kmt_title_white{
	font-size:30px;
	background:url(../img/line_2.png) no-repeat center;
	font-weight:600;
	color:#fff;	
	margin-bottom:25px;
}


.kmt_title span{
	display:inline-block;
	padding:5px 10px;
}

.wrap_item_note{
    margin: 10px auto;
}

.block_item_note{
	width:260px;
    height: 350px;
	margin:0 auto;	
	text-align:center;
}

.img_item_note{
	width:260px;
	height:210px;
	padding:10px;
	background:#fff;	
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
}

.img_item_note *{
   vertical-align: middle;	
}

.img_item_note img{
	max-width:255px;
	max-height:180px;	
}

.img_item_note 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_note:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.block_item_note h2 a{
	color:#222222;
	font-size:16px;	
    line-height: 22px;
}

.block_item_note h2 a:hover{
	color:#eb0000;
}

.block_item_note p a{
	color:#046ee6;
    padding: 5px 10px;
    border: 1px solid #046ee6;
}

.block_item_note p a:hover{
	color:#222;
    border: 1px solid #222;
}


#wrap_bg_solution{
	width:80%;
	margin:0 auto;	
}

.kmt-btn-slider{
	width:100%;
	position:relative;
}

.kmt-btn-slider button{
	margin: 0;
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	width:35px;
	height:58px;
	margin:0px 5px;
	position:absolute;
}

.prev{
	background:url(../img/arr_left.png) no-repeat center;
	left:-55px;
	top:180px;
}

.next{
	background:url(../img/arr_right.png) no-repeat center;
	right:-55px;
	top:180px;
}

.prev-item{
	left:-45px;
	top:100px;
}

.next-item{
	right:-45px;
	top:100px;
}

.block_solution{
	width:90%;
	margin:0 auto;	
}

.img_solution{
	width:100%;
	height:260px;	
}

.img_solution img{
	width:100%;
	height:100%;	
}

.info_solution{
	padding:10px;
	background:#e80000;	
}

.info_solution h3{
	margin-top:0px;
    font-size:14px;
	color:#fff;
	font-weight:500;
    line-height:22px;
}

.info_solution h3 a{
	font-size:14px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	line-height:22px;
}

.info_solution h3 a:hover{
	color:#222;
}

.info_solution div{
	line-height:22px;
}

.info_solution .view_more{
	text-align:right;
	margin-top:15px;
}

.info_solution .view_more a{
	padding:5px 10px;
	background:#111111;
	color:#fff;
}

.info_solution .view_more a:hover{
	background:#eb0000;
}

#wrap_bg_icon{
	background:#e7e7e7;
	padding:50px 0px;	
}

.wrap_icon{
	text-align:center;	
	margin:15px auto;
}

.block_icon{
	width:260px;
	margin:0 auto;
	height:260px;	
}

.img_icon{
	width:100%;
	text-align:center;	
	margin-bottom:20px;
}

.img_icon img{
	max-width:100%;	
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
}

.img_icon img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.block_icon h4{
	text-transform:uppercase;
	font-size:15px;
	font-weight:500;
}

.block_icon div{
	line-height:22px;
}

#wrap_bg_news_home{
	width:100%;
	width: 100%;
    padding: 20px 0px;
    background: url(../img/banner.png) no-repeat center top fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;	
      margin-top: 0px;
}

#wrap_news_home{
	width:100%;
	margin:0 auto;	
}

.block_news{
	width:350px;
	margin:0 auto;	
}

.img_news{
	width:350px;
	height:300px;	
}

.img_news img{
	width:100%;
	height:100%;	
}

.info_news{
	padding:20px;
	background:#fff;	
}

.info_news h3{
	margin-top:0px;
}

.info_news h3 a{
	font-size:15px;
	color:#222;
	font-weight:500;
	text-transform:uppercase;
	line-height:22px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.info_news h3 a:hover{
	color:#e80000;
}

.info_news div{
	line-height:22px;
    color: #222;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.info_news .view_more{
	text-align:right;
	margin-top:15px;
}

.info_news .view_more a{
	padding:5px 10px;
	background:#e80000;
	color:#fff;
}

.info_news .view_more a:hover{
	background:#222;
    color:#fff;
}

#wrap_block_5{
    width: 100%;
    background: #0057da;
    padding: 20px 0px;
}

#wrap_block_5 h6{
	text-transform:uppercase;	
	font-size:15px;
	color:#fff;
	margin-bottom:15px;
	font-weight:600;
    background: url(../img/line_3.png) no-repeat bottom left; 
    padding-bottom: 10px;
}

.wrap_menu_f ul{
	width:100%;
	list-style:none;
	padding:0px;	
	display:inline-block;
}


.wrap_menu_f ul li{
	width:40%;
	float:left;
	margin-bottom:10px;
}

.mnf_left{
    width: 60%!important;
}

.wrap_menu_f a{
	color:#fff;
}

.wrap_menu_f a:hover{
	color:#ee221c;
}

.count_num{
	display:inline-block;
	width:15px;
	height:15px;
	line-height:11px;
	margin-right:2px;
	font-weight:bold;
	text-align:center;
	background:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#222;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-radius:2px;
	padding:1px 1px 2px 1px;
}

#wrap_social{
	margin:10px auto;	
}

#wrap_social span{
	color:#fff;
	font-size:14px;	
	text-transform:uppercase;
}

#wrap_social a{
	display: inline-block;
    width: 30px;
    text-align: center;
    border:1px solid #fff;
    font-size: 15px;
    padding: 6px 0px;
    color: #fff;
    border-radius: 50%;
    margin-left:5px;	
}

#wrap_social a:hover{
    border:1px solid #ee221c;
    color: #ee221c;	
}

.wrap_add_f{
    color: #fff;
}

.wrap_social_count{
    color: #fff;
}

#wrap_newsletter{
	margin-bottom:10px;	
	width:100%;
	display:inline-block;
}

#wrap_newsletter input:nth-child(1){
	width:90%;
	height:34px;
	line-height:34px;
	padding-left:5px;
	color:#333;
	border:0px;
	float:left;
	margin-right:-60px;
	border:1px solid #ccc;
}

#wrap_newsletter input:nth-child(2){
	width:60px;
	height:34px;
	line-height:34px;
	color:#fff;
	background:#e80000;
	border:0px;
	float:left;
	text-transform:uppercase;
	font-weight:500;
}

#wrap_newsletter input:nth-child(2):hover{
	background:#222;
	color:#fff;
}

.wrap_partner{
	width:90%;
	margin:0 auto;
	text-align:center;	
}

.wrap_partner img{
	max-width:100%;
    height: 60px;
}

.btn{
	border:0px;
	background:#e80000;
	color:#fff;
	border-radius:3px;	
}

.btn:hover{
	background:#222;
	color:#fff;
}

.wrap_map{
	height:350px;	
}

.wrap_item{
	margin:15px auto;	
}

.block_item{
	width:360px;
	min-height:380px;
	margin:0 auto;	
	text-align:center;
}

.img_item{
	width:360px;
	height:280px;
	padding:10px;
	background:#fff;	
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
	border:1px solid #ccc;
}

.img_item *{
   vertical-align: middle;	
}

.img_item img{
	max-width:308px;
	max-height:240px;	
}

.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);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.block_item h3{
	margin-bottom:15px;	
}

.block_item h3 a{
	color:#222222;
	font-size:16px;	
}

.block_item h3 a:hover{
	color:#eb0000;
}

.block_item p a{
	color:#fff;
	background:#e80000;
	padding:5px 10px;
}

.block_item p a:hover{
	background:#222;
	color:#fff;
}

.wrap_img_dt{
	margin-bottom:20px;	
}

#wrap_img_dt{
	width:540px;
	height:440px;
	border:1px solid #ccc;
	border-radius:3px;
	margin:0 auto;
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
}

#wrap_img_dt *{
   vertical-align: middle;	
}

#wrap_img_dt img{
	max-width:530px;
	max-height:430px;	
}

.wrap_info_item_dt h3{
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
	line-height:25px;
	margin-top:5px;
}

.wrap_info_item_dt h3 span{
	background:#e80000;
	padding:5px 10px;
}

.wrap_info_item_dt p{
	font-size:16px;
	color:#222;
	text-transform:uppercase;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
}

#bt_rq{
	margin-top:30px;
}

#bt_rq a{
	font-size:17px;
	color:#fff;
	background:#e80000;
	padding:10px 15px;
	text-transform:uppercase;
}

#bt_rq a:hover{
	color:#fff;
	background:#222;
}

#kmt_hotline{
	font-size:22px;
	color:#e80000;
	font-weight:600;
	text-transform:uppercase;
	margin-top:20px;
}

.wrap_project{
	margin:15px auto;	
}

.block_project{
	width:360px;
	min-height:320px;
	margin:0 auto;
	overflow:hidden;	
	text-align:center;
}

.img_project{
	width:360px;
	height:250px;
	text-align:center;	
}

.img_project img{
	max-width:100%;
	height:250px;	
}

.block_project h3{
	font-size:15px;
	text-transform:uppercase;
    line-height: 22px;
}

.block_project h3 a{
	font-size:15px;
	color: #222;
}

.block_project h3 a:hover{
	color: #f00;
}

.wrap_news{
    margin: 15px auto;
}

.wrap_pl{
	width:100%;
	margin-bottom:10px;	
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
}

.wrap_pl h2{
	margin-bottom:20px;	
	font-size:15px;
}

.wrap_pl p a{
	padding:3px 15px;
	background:#e80000;
	color:#fff; 
	font-size:14px;
}

.wrap_pl p a:hover{
	background:#222;
	color:#fff; 
}

#view_more_project{
    margin-top: 20px;
}

#view_more_project a{
    font-size: 14px;
    color: #222;
}

#view_more_project a:hover{
    color: #e80000;
}

.line_top{
	width:3px;
	height:47px;
	float:right;
	background:url(../img/line_top.png) no-repeat center;
	margin:0px 22px;
}

#wrap_search{
	width:210px;
	height:31px;
	float:right;
	margin-top:8px;
    margin-left: 20px;
}

#wrap_search input:nth-child(1){
	float:left;
	width:100%;
	height:29px;
	line-height:29px;
	padding-left:5px;
	color:#000;
	border:0px;
	margin-right:-31px;
	font-size:11px;
	border:1px solid #b3b6e3;
}

#wrap_search input:nth-child(2){
	width: 31px;
	height:29px;
	background:url(../img/icon_s.png) no-repeat center;
	float:left;
	border:0px;
}

.wrap_hotline{
	float:right;
	background:url(../img/icon_phone.png) no-repeat left top;
	padding-left:40px;
}

.wrap_hotline p{
	margin:0px 0px;
    font-weight:600;
}


.wrap_hotline p span{
	color:#ff0000;
	font-size:17px;
	
}

.wrap_phone_search{
    margin-top: 30px;
}

a.zalo-fix {
    position: fixed;
    right: 20px;
    z-index: 9999;
    bottom: 65px;
    border-radius: 50%;
    box-shadow: 0 0 10px #000000;
}

.hotlineSupport {
	width: 60px;
	height: 60px;
	position: fixed;
	background: #ed3237;
	right: 20px;
 	left: inherit;
 	bottom: 150px;
	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)
	    }
	}