.AdvertMask {
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000007a;
    z-index: 100;
    height: 100%!important;
}
.AdvertisementCenter{
	position: fixed;
	z-index:1000;
}
/***********hotline***************/

.always-on span.material-icons.icon-image-preview {
    font-family: 'Material Icons'!important;
}
.always-on {
    position: fixed;
    right: 2%;
    top: 30px;
    z-index: 999;
    text-align: center;
}
.always-on>div {
    margin: 0 0 15px 0;
    cursor: pointer;
    clear: both;
    display: inline-block;
}
.always-on .fix-pad {
    padding-left: 0;
    padding-right: 0;
}
.always-on .col-xs-12 {
    width: 100%;
}
.always-on .group-cart>.bg-gray {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}
.always-on .bg-gray {
    padding: 8px 0;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px -4px rgb(167, 167, 167);
    -moz-box-shadow: 0 0 40px -4px rgba(167, 167, 167);
    box-shadow: 0 0 40px -4px rgb(167, 167, 167);
    z-index: 1111;
    position: relative;
}
.always-on>div .fa{
    color:#fff;
    font-size: 32px;
    line-height: 35px;
}
.always-on .group-cart .text-number {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}
.always-on .text-number {
    height: 60px;
    width: 400px;
    margin-right: -60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    -moz-box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    padding: 8px 45px 0 0;
    text-transform: uppercase;
}
.always-on .text-number.hide {
    display: none;
}
.group-cart:hover .hide,  .group-call:hover .hide{
    display: block;
}
.always-on .group-call>.bg-gray {
    background: #ff0a00;
    background: linear-gradient(to right top, #ff0a00, #fe1010, #ff0000);
}
.always-on .group-call .text-number {
    background: #ff0a00;
    background: linear-gradient(to right top, #ff0a00, #fe1010, #ff0000);
}
.always-on>div p {
    margin-bottom: 4px;
    line-height: 16px;
    margin-top: 10px;
}
.always-on .text-number a, .always-on .text-number p {
    line-height: 1.5;
    color: #fff;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
/*****************************************/
@keyframes item-float {
0% {
left: -20%
}

100% {
left: 120%
}
}

@-webkit-keyframes item-float {
0% {
left: -20%
}

100% {
left: 120%
}
}
.c-book-expand {
    width: 80px;
    height: 80px;
    border: none;
    background-color: #2baae1;
    position: fixed;
    z-index: 100;
    top: 90px;
    right: 45px;
    display: block;
    vertical-align: top;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0px 1px 0px rgba(0,0,0,.06), 0 2px 15px rgba(0,0,0,.16);
}
.c-book-expand span {
    display: block;
    width: 80px;
    height: 45px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
}
.c-book-expand span:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -15px;
    bottom: -15px;
    background: #fff;
    width: 10px;
    left: -10%;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    filter: blur(12px);
    -webkit-animation-name: item-float;
    animation-name: item-float;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

/**************************************************************/
.top-bar .row .col ul.ul-top-bar {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.top-bar a {
    color: #a57306;
    font-size: 13px;
    line-height: 35px;
    margin-right: 25px;
}
.top-bar {
    background: #fcf8f0;
    border-bottom: 1px solid #ebe1ce;
}
.top-bar .container {
    width: 1100px;
    margin:0 auto;
    text-align:left;
}
.top-bar span.icon.fa {
    padding-right: 5px;
}

/****************************************************************/

.always-on {
    position: fixed;
    right: 20px;
    top: 70px;
    z-index: 999;
    text-align: center;
}
.always-on>div {
    margin: 0 0 15px 0;
    cursor: pointer;
    clear: both;
    display: inline-block;
}
.always-on .fix-pad {
    padding-left: 0;
    padding-right: 0;
}
.always-on .col-xs-12 {
    width: 100%;
}
.always-on .group-cart>.bg-gray {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}
.always-on .bg-gray {
    padding: 13px 0;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px -4px rgb(167, 167, 167);
    -moz-box-shadow: 0 0 40px -4px rgba(167, 167, 167);
    box-shadow: 0 0 40px -4px rgb(167, 167, 167);
    z-index: 1111;
    position: relative;
}
.always-on a:active, .always-on a:hover, .always-on a:link, a:visited {
    outline: 0;
    text-decoration: none;
}
.always-on>div .fa{
    color:#fff;
    font-size: 32px;
    line-height: 35px;
}
.always-on .group-cart .text-number {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}
.always-on .text-number {
    height: 60px;
    font-size: 25.89px;
    font-family: UTM-alter-gothic;
    
    margin-right: -50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    -moz-box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    padding-right: 45px;
}
.always-on .text-number.hide {
    display: none;
}
.group-cart:hover .hide,  .group-call:hover .hide{
    display: block;
}
.always-on .group-call>.bg-gray {
    background: #ed2b23;
    background: linear-gradient(to right top, #ed2b23, #ff5300, #ff5900);
}
.always-on .group-call .text-number {
    background: #ed2b23;
    background: linear-gradient(to right top, #ed2b23, #ff5300, #ff5900);
}
.always-on>div p {
    margin-bottom: 4px;
    line-height: 16px;
    margin-top: 10px;
}
.always-on .text-number a, .always-on .text-number p {
    color: #fff;
    font-family:Roboto;
   
}

/*-------------------------------------------------------------------------------------------------------*/
*{
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   scroll-behavior: smooth;

}
/**************************************************/
section.gioithieu .title a{
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    color: #f36b21;
    font-weight: 500;
    font-family: 'Roboto';
}
section.gioithieu .video iframe {
    width: 300px;
}
section.gioithieu {
    position: relative;
    padding: 0;
    background: #333d47;
}
section.gioithieu .wrap {
    position: relative;
    text-align: justify;
    display: inline-block;
}
section.gioithieu .wrap1 {float: left;width: 50%;padding: 50px 100px 0 160px;}
section.gioithieu .wrap2 {float: left;width: 50%;}
section.gioithieu .wrap2 img{
    width:100%;
}
section.gioithieu .title {
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}
section.gioithieu .text p{
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Roboto';
    font-weight: 100;
}
section.gioithieu .video iframe {
    width: 500px;
}
/**************************************************/
section.detail {
    background-image: url(Images/d1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 90px 0;
    background-position: 0 0;
}
section.amthuc {
    background-image: url(Images/amthuc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 180px 0;
    background-position: 0 0;
}
section.hoitruong {
    background-image: url(Images/ht.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 180px 0;
    background-position: 0 0;
}
section.detail::before, section.amthuc::before, section.hoitruong::before {
   /* background: #222d35;
    background: linear-gradient(#222d35, rgba(34, 45, 53, 0.89),rgba(51, 61, 71, 0.46), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0));
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1; */
}
/******************Hotline*************************/
.coccoc-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 160px;
    height: 160px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    left: 1%;
    bottom: 1%;
}

.coccoc-alo-phone.coccoc-alo-show {
	visibility: visible;
}
.coccoc-alo-phone.coccoc-alo-static {
	opacity: .6
}

.coccoc-alo-phone.coccoc-alo-hover, .coccoc-alo-phone:hover {
	opacity: 1
}

.coccoc-alo-ph-circle {
    width: 150px;
    height: 150px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle {
	-webkit-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
	animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle {
	-webkit-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
	animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-circle {
	border-color: #e9c843;
	opacity: .5
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
	border-color: #daa033de;
	opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #daa033b3;
    opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle {
	border-color: #daa033;
	opacity: .5
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle {
	border-color: #daa033;
	opacity: .5
}

.coccoc-alo-ph-circle-fill {
	width: 90px;
	height: 90px;
	top: 50px;
	left: 50px;
	position: absolute;
	background-color: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .1;
	-webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle-fill {
	-webkit-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle-fill {
	-webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	opacity: 0 !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill {
	background-color: #daa033;
	opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
	background-color: #daa033;
	opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: #e9c843ab;
    opacity: .75 !important;
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle-fill {
	background-color: rgba(204, 204, 204, 0.5);
	background-color: #ccc 9;
	opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle-fill {
	background-color: #daa033;
	opacity: .75 !important
}

.coccoc-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 70px;
    left: 70px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-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%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-img-circle {
	-webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
	animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-img-circle {
	-webkit-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
	animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-img-circle {
	background-color: #e9c843;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
	background-color: #daa033;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
	background-color: #e9c843;
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-img-circle {
	background-color: #ccc;
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-img-circle {
	background-color: #daa033;
}

@-moz-keyframes coccoc-alo-circle-anim {
	0% {
		-moz-transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1;
		-moz-opacity: .1;
		-webkit-opacity: .1;
		-o-opacity: .1
	}

	30% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5;
		-moz-opacity: .5;
		-webkit-opacity: .5;
		-o-opacity: .5
	}

	100% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
		opacity: .6;
		-moz-opacity: .6;
		-webkit-opacity: .6;
		-o-opacity: .1
	}

}

@-webkit-keyframes coccoc-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		-webkit-opacity: .1
	}

	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		-webkit-opacity: .5
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: .1
	}

}

@-o-keyframes coccoc-alo-circle-anim {
	0% {
		-o-transform: rotate(0) kscale(.5) skew(1deg);
		-o-opacity: .1
	}

	30% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		-o-opacity: .5
	}

	100% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		-o-opacity: .1
	}

}

@-moz-keyframes coccoc-alo-circle-fill-anim {
	0% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-moz-transform: rotate(0) -moz-scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

}

@-o-keyframes coccoc-alo-circle-fill-anim {
	0% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

}

@-moz-keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) 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(0) scale(1) skew(1deg)
	}

	100% {
		-moz-transform: rotate(0) scale(1) skew(1deg)
	}

}

@-webkit-keyframes coccoc-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) 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(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

}

@-o-keyframes coccoc-alo-circle-img-anim {
	0% {
		-o-transform: rotate(0) 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(0) scale(1) skew(1deg)
	}

	100% {
		-o-transform: rotate(0) scale(1) skew(1deg)
	}

}


/*******************************************/




