/* SOME CSS */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.news-detail__content img { max-width: 100%; }

.wrap-content-detail img, .wrap-content-detail iframe {
    text-align: center;
    display: table;
    margin: 15px auto;
    height: auto;
}

/* CSS LOADER */
#page-loader {
	display: none;
	position: relative;
	z-index: 1500;
}
.sidebar-title {
	color: #ED145B;
}
.sidebar-title span {
    vertical-align: baseline;
    font-size: 0.8em;
    /*top: 3px;*/
    -webkit-text-stroke: 1px white;
}
#page-loader .loader-ov {
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=20);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}
#page-loader .loader-content{
	position: fixed;
	top: 40%;
	left: 0;
	z-index: 100001;
	width: 100%;
}

.bg_processing{
	width: 200px;
	background: #fff;
	margin: 0 auto;
	border: 10px solid #00b3f1;
	text-align: center;
	padding: 25px 0;
	line-height: 25px;
	font-family: 'Cuprum', Arial;
	font-size: 16px;
}

.cssload-loading {
	position: relative;
	width: 19px;
	height: 19px;
	background: rgb(0,0,0);
	display:block;
	margin: auto;
	animation: 1.15s cssload-spin infinite;
		-o-animation: 1.15s cssload-spin infinite;
		-ms-animation: 1.15s cssload-spin infinite;
		-webkit-animation: 1.15s cssload-spin infinite;
		-moz-animation: 1.15s cssload-spin infinite;
}
.cssload-loading::before, .cssload-loading::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	animation: 0.58s infinite alternate linear
}
.cssload-loading::before {
	background: rgb(139,98,50);
		-o-animation: 0.58s infinite alternate linear
}
.cssload-loading::before {
	background: rgb(139,98,50);
		-ms-animation: 0.58s infinite alternate linear
}
.cssload-loading::before {
	background: rgb(139,98,50);
		-webkit-animation: 0.58s infinite alternate linear
}
.cssload-loading::before {
	background: rgb(139,98,50);
		-moz-animation: 0.58s infinite alternate linear
}
.cssload-loading::before {
	background: rgb(139,98,50);
	animation-name: cssload-blur1;
		-o-animation-name: cssload-blur1;
		-ms-animation-name: cssload-blur1;
		-webkit-animation-name: cssload-blur1;
		-moz-animation-name: cssload-blur1;
}
.cssload-loading::after {
	background: rgb(255,255,255);
	animation-name: cssload-blur2;
		-o-animation-name: cssload-blur2;
		-ms-animation-name: cssload-blur2;
		-webkit-animation-name: cssload-blur2;
		-moz-animation-name: cssload-blur2;
}

@keyframes cssload-spin {
	to {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-spin {
	to {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-spin {
	to {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-spin {
	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes cssload-blur1 {
	to {
		transform: rotate(-30deg);
	}
}

@-o-keyframes cssload-blur1 {
	to {
		-o-transform: rotate(-30deg);
	}
}

@-ms-keyframes cssload-blur1 {
	to {
		-ms-transform: rotate(-30deg);
	}
}

@-webkit-keyframes cssload-blur1 {
	to {
		-webkit-transform: rotate(-30deg);
	}
}

@-moz-keyframes cssload-blur1 {
	to {
		-moz-transform: rotate(-30deg);
	}
}

@keyframes cssload-blur2 {
	to {
		transform: rotate(-15deg);
	}
}

@-o-keyframes cssload-blur2 {
	to {
		-o-transform: rotate(-15deg);
	}
}

@-ms-keyframes cssload-blur2 {
	to {
		-ms-transform: rotate(-15deg);
	}
}

@-webkit-keyframes cssload-blur2 {
	to {
		-webkit-transform: rotate(-15deg);
	}
}

@-moz-keyframes cssload-blur2 {
	to {
		-moz-transform: rotate(-15deg);
	}
}

#back-to-top {
    position: fixed;
    bottom: 85px;
    right: 5px;
    z-index: 100;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #e0e2e0;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}

.video-player__title {
	margin-bottom: 10px;
}
.video-player__desc {
	margin-bottom: 10px;
	font-style: italic;
	font-size: 1em;
}
.news-detail__content iframe,
.news-detail__content audio {
	width: 100%;
	/*height: auto;*/
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mt-4 {
	margin-top: 1.5rem !important;
}
.mt3r {
	margin-top: 3rem !important;
}
.mt4r {
	margin-top: 4rem !important;
}

.mt7 {
	margin-top: 7px;
}

.bookpage {
	color: #000;
	background-color: #fff;
}
.bookpage .box-top {
	background-color: #fff;
	text-align: center;
}
.bookpage .box-top .wrap-main {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}
.bookpage .box-top .wrap-main:before {
	border-bottom: none;
}
.bookpage .box-top .book-title {
	font-size: 5rem;
	font-weight: 600;
	line-height: 1.2;
}
.bookpage .box-top .book-intro {
	font-size: 2rem;
	font-weight: 400;
	margin-top: 1.25rem;
	line-height: 1.2;
}

.wrap-book-page ul {
	padding-left: 0 !important;
}
.wrap-book-page .wrap-book-info {
	display: flex;
	align-items: center;
}
.wrap-book-page .book-thumb {
	margin: 0 auto;
	text-align: center;
	padding: 2rem;
	flex: 1;
}
.wrap-book-page .book-thumb img {
	max-width: 85%;
}
.wrap-book-page .book-intro {
	flex: 1;
	padding: 2rem 2rem 2rem 2rem;
}
.wrap-book-page .book-intro--info {
	font-size: 1.3rem;
	font-weight: 500;
}
.wrap-book-page .book-intro--desc {
	font-size: 1.5rem;
	font-weight: 600;
	font-family: "Montserrat";
	text-align: justify;
}
.wrap-book-page .buy-zones {
	border-top: 1px solid #dcdcdc;
	padding-bottom: 50px;
}
.wrap-book-page .buy-zone ul {
	list-style: none;
}
.wrap-book-page .buy-zone ul li {
	font-weight: 400;
	text-transform: uppercase;
}
.wrap-book-page .buy-zone ul li a {
	color: #000;
}
.wrap-book-page .buy-zone__name a {
	font-size: 1.5rem;
	font-weight: 600;
	cursor: default !important;
}
.wrap-book-page .buy-zone__name a:hover {
	text-decoration: none;
}
.wrap-book-page .buy-zone .order__link span {
	vertical-align: middle;
}
.wrap-book-page .buy-zone .order__link span i {
	opacity: 0.3;
	margin-left: 3px;
	animation: all 1s;
	font-size: 0.825rem;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAxOS42MyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMTkuNjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMzMzMzMzO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMyw4LjgyIDE0LjE5LDAgMTQuMTksMCAxMi4yLDEuOTkgMTIuMiwxLjk5IDE4LjYxLDguNDEgMCw4LjQxIDAsMTEuMjIgMTguNjEsMTEuMjIgMTIuMiwxNy42NCAKCTE0LjE5LDE5LjYzIDI0LDkuODEgIi8+Cjwvc3ZnPgo=);
	background-size: 100% 100%;
	background-position: left top;
	height: 0.825rem;
	width: 0.825rem;
}
.wrap-book-page .buy-zone .order__link:hover span i {
	margin-left: 6px;
}
.wrap-book-page .bz-location {
	display: flex;
}
.wrap-book-page .bz-location__item {
	width: 50%;
	flex: 1;
	padding-right: 1rem;
}

.bookslide {
	background: #fff top left no-repeat;
	background-size: contain;
	position: relative;
}
.bookslide .row {
	display: flex;
	align-items: stretch;
}
.bookslide .row .wrap-main {
	display: flex;
	align-items: center;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.bookslide .item-banner:before {
	padding-top: 45%;
}
.bookslide .gradient-top {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	height: 60%;
}
.bookslide .gradient-top img {
	max-height: 100%;
}
.bookslide .bookthumb {
	padding-top: 2rem;
	padding-left: 2rem;
	padding-bottom: 2rem;
	position: relative;
	z-index: 2;
}
.bookslide .bookthumb img {
	max-width: 70%;
}
.bookslide .booktext {
	text-transform: uppercase;
	display: flex;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	color: #000;
}
.bookslide .booktext__inner {
	width: 500px;
}
.bookslide .booktext__top {
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
}
.bookslide .booktext__info {
	color: #666666;
	font-size: 1.825rem;
	font-weight: 600;
}
.bookslide .booktext .pre-order {
	margin-top: 30px;
}
.bookslide .booktext .pre-order-button {
	background: #000;
	border: none;
	padding: 1rem 2rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	display: inline-block;
}
.bookslide--mb {
	padding-bottom: 50px;
	background: #fff top left no-repeat;
	background-size: contain;
}
.bookslide--mb .bookthumb {
	padding: 0 !important;
	text-align: center;
}
.bookslide--mb .bookthumb img {
	max-width: 77% !important;
}
.bookslide--mb .bookslide__inner {
	display: flex;
	flex-direction: column;
}
.bookslide--mb .booktext__inner {
	padding-left: 1.125rem !important;
	text-align: center;
}
.bookslide--mb .booktext__top {
	font-size: 2.25rem !important;
	line-height: 1.25em !important;
	margin-bottom: 10px;
}
.bookslide--mb .booktext__info {
	font-size: 1.25rem !important;
}
.bookslide--mb .pre-order {
	text-align: center;
	margin-top: 15px !important;
}
.bookslide--mb .pre-order-button {
	cursor: pointer;
	font-size: 1.25rem !important;
	padding: 0.5rem 1.2rem !important;
}

@media screen and (max-width: 1200px) {
	.bookpage .box-top .wrap-main {
		padding-top: 4.375rem;
		padding-bottom: 4.375rem;
	}
	.bookpage .box-top .book-title {
		font-size: 3.5rem;
	}
	.bookpage .box-top .book-intro {
		font-size: 1.625rem;
		margin-top: 1rem;
	}
	.wrap-book-page .book-thumb {
		padding: 1rem;
		padding-top: 5rem !important;
	}
	.wrap-book-page .book-thumb img {
		max-width: 85%;
	}
	.wrap-book-page .book-intro {
		padding: 1rem;
	}
	.wrap-book-page .book-intro--info {
		padding-top: 0 !important;
		font-size: 1.2rem;
	}
	.wrap-book-page .book-intro--desc {
		padding-top: 1rem !important;
		font-size: 1.4rem;
		font-weight: 600;
	}
	.wrap-book-page .buy-zone ul {
		list-style: none;
	}
	.wrap-book-page .buy-zone__name a {
		font-size: 1.3rem;
	}
	.bookslide .bookthumb {
		padding-top: 1rem;
		padding-left: 1rem;
		padding-bottom: 1rem;
		position: relative;
	}
	.bookslide .bookthumb img {
		max-width: 60%;
	}
	.bookslide .booktext__inner {
		padding-left: 3.125rem;
	}
	.bookslide .booktext__top {
		font-size: 2.5rem;
	}
	.bookslide .booktext__info {
		font-size: 1.5rem;
	}
	.bookslide .booktext .pre-order {
		margin-top: 20px;
	}
	.bookslide .booktext .pre-order-button {
		font-size: 1.5rem;
	}
	.buy-zones {
		padding-left: 5px;
		padding-right: 5px;
	}
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 768px) {
	.wrap-book-page .buy-zones {
		margin-top: 30px !important;
		padding-top: 30px !important;
	}
	.wrap-book-page .book-thumb {
		padding-top: 2rem !important;
	}
	.wrap-book-page .wrap-book-info {
		flex-direction: column;
	}
	.wrap-book-page .wrap-book-info .book-intro {
		margin-top: 20px;
	}
	.wrap-book-page .wrap-book-info .book-intro--desc {
		font-size: 1.25rem;
	}
	.wrap-book-page .buy-zones .tt-1 {
		padding-top: 10px !important;
	}
	.wrap-book-page .book-intro--desc {
		line-height: 2.125rem;
	}
	.bookpage .box-top .book-title {
		font-size: 3.125rem;
	}
}

.jc-end{
	justify-content: end;
}


	 /* HOTLINE */
 .phonering-alo-phone {
	 position: fixed;
	 visibility: hidden;
	 background-color: transparent;
	 width: 200px;
	 height: 200px;
	 cursor: pointer;
	 z-index: 20 !important;
	 right: 150px;
	 bottom: -50px;
	 left: -25px;
	 display: block;
	 -webkit-backface-visibility: hidden;
	 -webkit-transform: translateZ(0);
	 transition: visibility .5s;
 }

.phonering-alo-phone.phonering-alo-show {
	visibility: visible
}

.phonering-alo-phone.phonering-alo-static {
	opacity: .6
}

.phonering-alo-phone.phonering-alo-hover, .phonering-alo-phone:hover {
	opacity: 1
}

.phonering-alo-ph-circle {
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	opacity: .1;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
	-webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
	animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
	-webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
	animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone:hover .phonering-alo-ph-circle {
	border-color: #f38001;
	opacity: .5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
	border-color: #272d6b;
	opacity: .5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
	border-color: #f38001;
	opacity: .5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
	border-color: #ccc;
	opacity: .5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
	border-color: #75eb50;
	opacity: .5
}

.phonering-alo-ph-circle-fill {
	width: 100px;
	height: 100px;
	top: 50px;
	left: 50px;
	position: absolute;
	background-color: #000;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
	-webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	opacity: 0 !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
	background-color: rgba(39, 45, 107, 0.5);
	opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
	background-color: rgba(39, 45, 107, 0.5);
	opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.5);
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
	background-color: rgba(204, 204, 204, 0.5);
	opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
	background-color: rgba(117, 235, 80, 0.5);
	opacity: .75 !important
}

.phonering-alo-ph-img-circle {
	width: 60px;
	height: 60px;
	top: 70px;
	left: 70px;
	position: absolute;
	background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
	-webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
	animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone:hover .phonering-alo-ph-img-circle {
	background-color: #f38001;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
	background-color: #d79a00;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
	background-color: #f6b616;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
	background-color: #ccc;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
	background-color: #75eb50
}

@-webkit-keyframes phonering-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
	}
}

@-webkit-keyframes phonering-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
	}
}

@-webkit-keyframes phonering-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)
	}
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}

@keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
}

@keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
}

.fix_tel {
	position: fixed;
	bottom: 29px;
	left: 80px;
	z-index: 9;
}

/* left 18px là cách bên trái 18px. nếu muốn cho nút gọi sang phải thay là right */
.fix_tel a {
	text-decoration: none;
	display: block;
}

.tel {
	background: #000;
	width: 205px;
	height: 40px;
	position: relative;
	overflow: hidden;
	background-size: 40px;
	border-radius: 28px;
	border: none
}

.ring-alo-phone {
	background-color: transparent;
	cursor: pointer;
	height: 80px;
	position: absolute;
	transition: visibility 0.5s ease 0s;
	visibility: hidden;
	width: 80px;
	z-index: 200000 !important;
}

.tel a span{
	color: #d79a00;
	font-family: unset;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	padding-left: 30px;
	margin: 0;
	text-decoration: none;
}
.scroll-top {
	display: none;
}
.active-scroll {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999999999999;
	cursor: pointer;
}

.active-scroll p {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 25px;
	color: #fff;
	background: #f6b616;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	border-radius: 3px;
}

.vision-text {
	column-count: 2;
	font-size: 1.25rem;
	text-align: justify;
	column-gap: 3rem;
	font-weight: 500;
}
.box-top .box-text {

}
.box-top .box-text .link {
	/*font-size: 1.375rem;*/
}
.box-top .in-content {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: justify;
}
.box-top .in-content >div {
	padding-left: 6rem;
	padding-right: 6rem;
}
.box-top .in-content >div img {
	max-width: 100%;
}
.box-vision {

}
.box-qa-list {

}
.box-qa-list .tt-1 {
	text-transform: none!important;
	padding-left: 4rem;
	padding-right: 4rem;
	margin-bottom: 50px;
}
.box-qa-list-items {

}
.qa-item-question {
	padding-left: 4rem;
	padding-right: 4rem;
}
.qa-item-answer {
	font-size: 1.375rem;
	padding-right: 4rem;
	font-weight: 500;
}
.qa-item-row {
	padding-bottom: 50px;
	padding-top: 50px;
}
.qa-item-row:first-child {
	padding-top: 0;
}
.box-ready-start {
	text-align: center!important;
}
.qa-item-images {

}
.qa-item-images .qa-item-img {
	margin-top: 50px;
	text-align: center;
}
.qa-item-images .qa-item-img:first-child {
	/*margin-top: 0;*/
}
.qa-item-images .qa-item-img img {
	max-width: 100%;
}
.section-qa {
	background-color: #ededed;
	color: #000;
}
.in-design-content-page {
	background-color: #fff;
	color: #000;
}

.box-top {
	background-color: #fff;
	color: #000;
}
.box-top .wrap-main {
	padding-bottom: 50px;
}
.box-top .breadcrumb a {
	color: #000;
}
.box-top .breadcrumb .active {
	font-weight: bold;
	color: #000;
}
.tc-quote {
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: italic;
	border-left: 5px solid #e6e6e6;
	padding-left: 20px;
	color: #231f20;
	font-weight: 300;
}
.booking-action {
	margin-top: 30px;
}
.booking-action a {
	color: #fff;
	padding: 1rem 3rem;
	background-color: #000;
	display: inline-block;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 600;
}
.booking-action a:hover {
	/*text-decoration: none;*/
}
.pb50 {
	padding-bottom: 50px!important;
}
.box-ready-start {
	padding-left: 8rem;
	padding-right: 8rem;
}
.box-ready-start .tt-1 {
	text-transform: none!important;
}
.ready-text {
	font-size: 1.5rem;
	margin-top: 40px;
	margin-bottom: 40px;
}
.box-ready-wrap {
	padding-top: 100px;
	padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
	.box-top .box-text {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.box-top .in-content >div {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.tt-1 {
		font-size: 2rem;
	}
	.box-ready-wrap {
		padding-top: 50px;
		padding-bottom: 25px;
	}
}
@media (max-width: 768px) {
	.tt-1 {
		/*font-size: 1.375rem!important;*/
	}
	.box-top .box-text .link {
		/*font-size: 1.125rem;*/
	}
	.box-top .box-text {
		/*padding-top: 40px;*/
		/*padding-bottom: 40px;*/
	}
	.box-top .in-content {
		font-size: 1.375rem;
		margin-top: 0!important;
	}
	.box-top .in-content >div {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.box-top .in-content >div:first-child {
		margin-bottom: 50px;
	}
	.vision-text {
		column-count: inherit;
		margin-top: 30px;
	}
	.box-qa-list .tt-1 {
		text-transform: none!important;
		padding-left: 0rem;
		padding-right: 0rem;
		margin-bottom: 25px;
		font-size: 1.75rem!important;
	}
	.box-qa-list-items {
		margin-top: 25px;
	}
	.qa-item-question {
		padding-left: 0rem;
		padding-right: 0rem;
		font-size: 1.25rem;
	}
	.qa-item-answer {
		font-size: 1.25rem;
		padding-right: 0rem;
		margin-top: 20px;
		padding-left: 30px;
		position: relative
	}
	.qa-item-answer:before {
		display: block;
		content: "–";
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		height: 20px;
	}
	.qa-item-row {
		/*padding-bottom: 25px;*/
		/*padding-top: 25px;*/
	}
	.qa-item-images .qa-item-img {
		/*margin-top: 25px;*/
	}
	.box-ready-start {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.box-ready-start .tt-1 {
		text-transform: none!important;
	}
	.ready-text {
		font-size: 1.25rem;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.booking-action a {
		padding: 0.5rem 1.5rem;
		font-size: 1.125rem;
	}
	.box-ready-wrap {
		/*padding-top: 50px;*/
		/*padding-bottom: 25px;*/
	}
}

.item-banner video {
	height: auto!important;
}
/* floating buttons */
.floating-buttons {
	position:fixed;
	/*width:60px;*/
	/*height:60px;*/
	width: auto;
	bottom:20px;
	right:20px;
	text-align:center;
	box-shadow: 2px 2px 3px #000 0.3;
	z-index: 20!important;
}

.floating-buttons a {
	background: #000;
	transition: all 0.5s ease-out;
	padding: 1rem 2rem;
	display: block;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	/*text-decoration: none;*/
	text-transform: uppercase;
	text-align: left;
	border: 1px solid #fff;
}
.floating-buttons a span {
	vertical-align: middle;
}
.floating-buttons a.contact-us {
	margin-top: 0.625rem;
}
.floating-buttons a.shopping-online {
	background: #292929;
}
.floating-buttons a.shopping-online img {
	margin-top: -1px;
}
.floating-buttons a img {
	margin-right: 5px;
	vertical-align: middle;
}

.floating-buttons a:hover,
.floating-buttons a:focus {
}
header {
	/*height: 102px;*/
}
header .sub {
	padding-top: 25px;
}
.floating-buttons.bottom {
	bottom: 100px;
}
@media (max-width: 1024px) {
}
@media screen and (max-width: 992px) {
	.floating-buttons a {

	}
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	.floating-buttons {
		bottom: 0;
		right: 0;
		width: 100%;
	}

	.floating-buttons a {
		text-align: center;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 0.8rem;
		padding-right: 0.8rem;
		font-size: 0.825rem;
	}
	.floating-buttons a.contact-us {
		float: left;
		width: 50%;
		margin-top: 0;
	}
	.floating-buttons a.shopping-online {
		float: right;
		width: 50%
	}
	.floating-buttons a.shopping-online img {
		margin-top: -1px;
		width: 13px;
	}
	footer .bottom {
		padding-bottom: 40px;
	}
	#list__work .item-product__title {
		font-size: 1rem;
		/*height: 50px;*/
	}
}
header {
	/*overflow: hidden;*/
}
header .bottom .menu>ul>li>a {
	font-size: 1.05rem;
}
header .sub {
	width: 50rem;
	padding-top: 15px;
	top: 100%;
}
header .sub a {
	font-size: 1.125rem;
}
header .sub a:hover {
	/*text-decoration: none!important;*/
}
header .sub .ctt-sub {
	padding: 0px 0;
	z-index: 2;
	position: relative;
	background: #111111;
}
header .sub .ctt-sub .ctt-sub--item {
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}
header .sub .ctt-sub .ctt-sub--item::after {
	content: "";
	display: block;
	/*background-color: #fff;*/
	border-bottom: 2px solid #1e1e1e;
	height: 2px;
	position: absolute;
	left: -100vw;
	width: 200vw;
	bottom: 0;
}
header .sub .ctt-sub .ctt-sub--item:last-child::after {
	border-bottom: none;
}

header .sub .sub__inner {
	/*position: relative;*/

}
header .bottom .menu>ul>li {
	position: relative;
}
header .sub .sub-ov {
	padding-top: 15px;
	width: 200vw;
	position: absolute;
	left: -100vw;
	top: 0;
	/*background: #1d1d1d;*/
	height: 100%;
	display: block;
	z-index: 1;
}
header .sub .sub-bg {
	background: #111111;
	width: 100%;
	height: 100%;
}
header .top-left {
	font-size: 13px;
}
header .top-language a {
	font-size: 12px;
}
header .bottom .menu>ul>li>a:hover {
	text-decoration: none!important;
}
header .bottom .menu>ul>li>a:before {
	display: none;
}
@media screen and (min-width: 768px) {
	header {
		/*height: 112px!important;*/
	}
}

footer .top {
	padding-bottom: 2.5%;
}
.ft-links li {
	display: inline-block;
	margin-right: 30px;
}
.ft-links li a {
	/*margin-right: 30px;*/
	font-size: 1.25rem;
}
.ft-links li:last-child,
.ft-links li a:last-child {
	margin-right: 0;
}
.copy span:first-child {
	margin-left: 0
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
	.ft-links li a {
		font-size: 0.75rem;
	}
}
@media (max-width: 768px) {
	.ft-links {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
	.ft-links li {
		margin-left: 15px!important;
		margin-right: 15px!important;

	}
	.ft-links li a {
		font-size: 0.75rem;
	}
	.copy span:first-child {
		font-size: 11px!important;
		width: 100%;
	}
	footer .bottom .share {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
	footer .bottom .share span {
		width: 100%;
		margin-bottom: 10px;
	}
}

.hidden-pc .fa-search{
	font-size: 1.2rem;
}


.banner-main{
	position: relative;
}
.banner-main .banner-img{

}
.banner-main .banner-img img{
	height: calc(100vh - 85px) !important;
	width: 100%;
	object-fit: cover;
}


.wrap-contact .col-left {
	width: 100%;

}
.wrap-contact .tt-1 {
	font-size: 2rem;
	/*padding-top: 50px;*/
}
.wrap-contact .col-right {
	margin-top: 50px;
	border-top: 1px solid #333;
}

@media (min-width: 768px) {
	.wrap-contact .wrap-main {
		display: flex;
	}
	.wrap-contact .col-left {
		width: 30%;
	}
	.wrap-contact .col-right {
		flex: 1 1 auto!important;
		padding-left: 9rem;
		margin-top: 0px;
		border-top: none;
	}
	.wrap-contact .tt-1 {
		font-size: 2.3rem;
	}
}
.form__contact__wrap {
	margin-top: 3.125rem;
	padding-top: 3.125rem;
	border-top: 1px solid #a9a9a9;
}
.contact-page {
	color: #000;
	background-color: #fff;
}
.box-top {
	background-color: #fff;
}
.box-top .breadcrumb a {
	color: #999;
}
.box-top .breadcrumb>.active {
	color: #000;
}
.box-top .wrap-main:before {
	border-color: #a9a9a9;
}
.contact-page a {
	color: #000;
}
.btn-submit-contact {
	color: #fff!important;
	background: #000!important;
}
.contact-info {
	font-weight: 600;
	font-size: 1.55rem;
	line-height: 1.3;
	text-transform: uppercase;
}
.contact-info--first {
	margin-top: 30px;
}
.contact-info--second {
	margin-top: 10px;
}
.box-top .breadcrumb {
	border: none;
}
.box-top .wrap-main:before {
	border-color: #a9a9a9;;
}
.col-mid {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.content-wrap {
	width: 425px;
}
.contact-info-item{
	font-size: 1.3rem;
	line-height: 1.7;
}
@media (max-width: 768px) {
	.content-wrap {
		width: 100%;
	}
	.contact-info {
		font-size: 1.25rem;
	}
	.wrap-contact .tt-1 {
		font-size: 1.5rem;
		padding-top: 0px
	}
	.contact-info--first {
		margin-top: 10px
	}
	.form__contact__wrap {
		margin-top: 1.5625rem;
		padding-top: 1.5625rem;
	}
	.contact-info--second {
		margin-top: 10px
	}
}


.footer-top{
	background: url(assets/images/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	background-position: center;
}
.footer-top:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
}
.section-content{
	position: relative;
}
.row-flex{
	display: flex;
}
.flex-1{
	flex: 1;
}

.p1{

}
.p2{
	font-size: 1rem;
}
.copyright-footer{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}

@media  (max-width: 768px) {
	.row-flex{
		display: block;
	}
}
@media  (min-width:1200px) {
	.box-1{
		padding-right: 30px;
	}
	.box-2{
		padding-left: 30px;
	}
	.box-3{
		padding-left: 30px;
	}
}
.icon-fa{
	font-size: 1.2rem;
	padding-right: 7px;
}
.fix-mxh {
	position: fixed;
	bottom: 111px;
	display: flex;
	right: 0;
	transition: .75s;
	z-index: 101;
}

@media (min-width: 768px) {
	.fix-mxh .mxh-mb {
		display: none;
	}
}

.fix-mxh .mxh-mb .network-m {
	width: 40px;
	height: 40px;
	background: #000;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fix-mxh .mxh-mb .network-m i {
	color: #fff;
	font-size: 25px;
	animation: truongdz 1s infinite ease-in-out;
}

.fix-mxh .mxh-detail {
	width: 40px;
	display: flex;
	justify-content: center;
	padding-top: 10px;
	background: #000;
	box-shadow: 0 0 20px black;
}

@media (max-width: 767px) {
	.fix-mxh .mxh-detail {
		display: none;
	}
}

.fix-mxh .mxh-detail ul li {
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fix-mxh .mxh-detail ul li a span {
	width: 25px;
	height: 25px;
	background: #f6b616;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 180px;
}

.fix-mxh .mxh-detail ul li a span i {
	color: #fff;
}

.fix-mxh .mxh-detail ul li a .mail-op {
	color: #f6b616;
	font-size: 22px;
	padding-left: 2px;
}

.fix-mxh .mxh-detail ul li:hover {
	animation: truongdz 1s infinite ease-in-out;
}

@keyframes truongdz {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}
}

@keyframes clockwise {
	0% {
		top: -5px;
		left: 0;
	}
	12% {
		top: -2px;
		left: 2px;
	}
	25% {
		top: 0;
		left: 5px;
	}
	37% {
		top: 2px;
		left: 2px;
	}
	50% {
		top: 5px;
		left: 0;
	}
	62% {
		top: 2px;
		left: -2px;
	}
	75% {
		top: 0;
		left: -5px;
	}
	87% {
		top: -2px;
		left: -2px;
	}
	100% {
		top: -5px;
		left: 0;
	}
}

@keyframes counterclockwise {
	0% {
		top: -5px;
		right: 0;
	}
	12% {
		top: -2px;
		right: 2px;
	}
	25% {
		top: 0;
		right: 5px;
	}
	37% {
		top: 2px;
		right: 2px;
	}
	50% {
		top: 5px;
		right: 0;
	}
	62% {
		top: 2px;
		right: -2px;
	}
	75% {
		top: 0;
		right: -5px;
	}
	87% {
		top: -2px;
		right: -2px;
	}
	100% {
		top: -5px;
		right: 0;
	}
}