@charset "UTF-8";

.border-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.desaturate,.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.desaturate:hover,.gray:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
}

.rmvgray {
	filter: none;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
}

.flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.loader--text {
	margin: 0 auto;
	text-align: center;
}

.loader--text:after {
	content: "";
	animation-name: loading-text;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

@-webkit-keyframes loader {
	15% {
		transform: translateX(0);
	}

	45% {
		transform: translateX(140px);
	}

	65% {
		transform: translateX(140px);
	}

	95% {
		transform: translateX(0);
	}
}

@-moz-keyframes loader {
	15% {
		transform: translateX(0);
	}

	45% {
		transform: translateX(140px);
	}

	65% {
		transform: translateX(140px);
	}

	95% {
		transform: translateX(0);
	}
}

@-ms-keyframes loader {
	15% {
		transform: translateX(0);
	}

	45% {
		transform: translateX(140px);
	}

	65% {
		transform: translateX(140px);
	}

	95% {
		transform: translateX(0);
	}
}

@-o-keyframes loader {
	15% {
		transform: translateX(0);
	}

	45% {
		transform: translateX(140px);
	}

	65% {
		transform: translateX(140px);
	}

	95% {
		transform: translateX(0);
	}
}

@keyframes loader {
	15% {
		transform: translateX(0);
	}

	45% {
		transform: translateX(140px);
	}

	65% {
		transform: translateX(140px);
	}

	95% {
		transform: translateX(0);
	}
}

@keyframes loading-text {
	0% {
		content: "";
	}

	25% {
		content: ".";
	}

	50% {
		content: "..";
	}

	75% {
		content: "...";
	}
}

@-moz-keyframes loading-text {
	0% {
		content: "";
	}

	25% {
		content: ".";
	}

	50% {
		content: "..";
	}

	75% {
		content: "...";
	}
}

@-ms-keyframes loading-text {
	0% {
		content: "";
	}

	25% {
		content: ".";
	}

	50% {
		content: "..";
	}

	75% {
		content: "...";
	}
}

@-o-keyframes loading-text {
	0% {
		content: "";
	}

	25% {
		content: ".";
	}

	50% {
		content: "..";
	}

	75% {
		content: "...";
	}
}

@keyframes loading-text {
	0% {
		content: "";
	}

	25% {
		content: ".";
	}

	50% {
		content: "..";
	}

	75% {
		content: "...";
	}
}

.keyframe-loader 15% {
	transform: translateX(0);
}

.keyframe-loader 45% {
	transform: translateX(140px);
}

.keyframe-loader 65% {
	transform: translateX(140px);
}

.keyframe-loader 95% {
	transform: translateX(0);
}

.keyframe-loading-text 0% {
	content: "";
}

.keyframe-loading-text 25% {
	content: ".";
}

.keyframe-loading-text 50% {
	content: "..";
}

.keyframe-loading-text 75% {
	content: "...";
}

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

input,textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.nopadding {
	padding: 0;
}

.nomargin {
	margin: 0;
}

a {
	color: #6f6f6f;
	text-decoration: none;
}

a:hover,a:active {
	color: var(--sub-color);
	text-decoration: none;
}

.require,.required {
	color: #f00;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mybreadcrumb {
	height: 80px;
	background-color: var(--main-color);
	color: #fff;
	position: relative;
}

.mybreadcrumb .center-top {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}

.mybreadcrumb .center-top .breadcrumb {
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mybreadcrumb .center-top .breadcrumb a {
	text-decoration: none;
	color: #fff;
}

.mybreadcrumb .center-top .breadcrumb .separator {
	display: inline-block;
	color: var(--sub-color);
}

.mybreadcrumb .center-top .about-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.mybreadcrumb .center-top .about-menu li {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: var(--sub-color) solid 1px;
	margin-left: 10px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.mybreadcrumb .center-top .about-menu li a {
	color: #fff;
}

.mybreadcrumb .center-top .about-menu li:hover,.mybreadcrumb .center-top .about-menu li.current-menu-item {
	background-color: var(--sub-color);
	border: none;
}

.mybreadcrumb .center-top .about-menu li:hover a,.mybreadcrumb .center-top .about-menu li.current-menu-item a {
	color: #fff;
}

@media screen and (max-width:991px) {
	.mybreadcrumb .about-menu {
		display: none;
	}
}

.facebook,.google,.twitter,.linkedin,.youtube,.rss,.print,.email {
	background-color: #1847ba;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
}

.facebook:hover,.google:hover,.twitter:hover,.linkedin:hover,.youtube:hover,.rss:hover,.print:hover,.email:hover {
	color: #fff;
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
}

.google {
	background-color: #e23c2c;
}

.linkedin {
	background-color: #0091c6;
}

.rss {
	background-color: #f49711;
}

.email,.print {
	background-color: #738a8d;
}

.youtube {
	background-color: #cc181e;
}

.ihidden {
	opacity: 0;
}

.ivisible {
	opacity: 1;
}

.show1199 {
	display: none!important;
}

@media screen and (max-width:1199px) {
	.show1199 {
		display: block!important;
	}
}

@media screen and (max-width:413px) {
	.hide-iphone6 {
		display: none;
	}
}

.visible-iphone6 {
	display: none;
}

@media screen and (min-width:375px) {
	.visible-iphone6 {
		display: block;
	}
}

a[href$='.pdf']:before {
	content: '\f1c2';
	font-family: icomoon;
	display: inline-block;
	margin-right: 5px;
}

a[href$='.xls']:before,a[href$='.csv']:before,a[href$='.xlw']:before,a[href$='.xlt']:before {
	content: '\f1c4';
	font-family: icomoon;
	display: inline-block;
	margin-right: 5px;
}

a[href$='.doc']:before,a[href$='.docx']:before,a[href$='.rtf']:before,a[href$='.wps']:before,a[href$='.txt']:before {
	content: '\f1c3';
	font-family: icomoon;
	display: inline-block;
	margin-right: 5px;
}

a[href$='.zip']:before,a[href$='.rar']:before,a[href$='.gzip']:before {
	content: '\f1c7';
	font-family: icomoon;
	display: inline-block;
	margin-right: 5px;
}

.checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.checklist li {
	margin-bottom: 25px;
	padding-left: 45px;
	min-height: 24px;
	position: relative;
}

.checklist li:before {
	content: '\f107';
	font-family: icomoon;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: var(--sub-color) solid 1px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	top: 0;
	left: 0;
	color: var(--sub-color);
}

.checklist li:last-child {
	margin-bottom: 0;
}

.listgap {
	list-style: none;
	margin: 0;
	padding: 0;
}

.listgap li {
	padding-left: 15px;
	min-height: 24px;
	position: relative;
}

.listgap li:before {
	content: '-';
	display: inline-block;
	line-height: 24px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}

@media(min-width:768px) {
	.modal-dialog-center {
		width: 750px;
	}
}

@media(min-width:992px) {
	.modal-dialog-center {
		width: 970px;
	}
}

@media(min-width:1200px) {
	.modal-dialog-center {
		width: 1170px;
	}
}

#gotop {
	position: fixed;
	bottom: 10px;
	right: 15px;
	z-index: 9999;
	display: none;
}

#gotop a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: var(--sub-color) solid 1px;
	color: var(--sub-color);
	text-align: center;
	font-size: 28px;
	text-decoration: none!important;
	position: relative;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

#gotop:hover a {
	background-color: var(--sub-color);
	color: #fff;
	border: none;
}

@media screen and (max-width:767px) {
	#gotop a {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 20px;
	}
}

.loader-container .loader {
	height: 10px;
	width: 150px;
	margin: auto;
	position: relative;
}

.loader-container .loader .loader--dot {
	animation-name: loader;
	animation-timing-function: ease-in-out;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	background-color: black;
	position: absolute;
	border: 2px solid white;
}

.loader-container .loader .loader--dot:first-child {
	background-color: #8cc759;
	animation-delay: .5s;
}

.loader-container .loader .loader--dot:nth-child(2) {
	background-color: #8c6daf;
	animation-delay: .4s;
}

.loader-container .loader .loader--dot:nth-child(3) {
	background-color: #ef5d74;
	animation-delay: .3s;
}

.loader-container .loader .loader--dot:nth-child(4) {
	background-color: #f9a74b;
	animation-delay: .2s;
}

.loader-container .loader .loader--dot:nth-child(5) {
	background-color: #60beeb;
	animation-delay: .1s;
}

.loader-container .loader .loader--dot:nth-child(6) {
	background-color: #fbef5a;
	animation-delay: 0s;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

blockquote.alignleft,.wp-caption.alignleft,img.alignleft {
	margin: .4em 1.6em 1.6em 0;
}

blockquote.alignright,.wp-caption.alignright,img.alignright {
	margin: .4em 0 1.6em 1.6em;
}

blockquote.aligncenter,.wp-caption.aligncenter,img.aligncenter {
	clear: both;
	margin-top: .4em;
	margin-bottom: 1.6em;
}

blockquote {
	border-left-color: #404041;
	font-size: 16px;
}

.wp-caption.alignleft,.wp-caption.alignright,.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51,51,51,.7);
	font-family: Noto Sans,sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: .5em 0;
}

.list-none {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-none li {
	padding: 10px 0;
	border-bottom: #dedede dotted 1px;
}

.list-thumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-thumb li {
	margin: 0 0 10px;
}

.list-thumb li:last-child {
	border-bottom: none;
}

.list-thumb li img {
	float: left;
	margin-right: 10px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.list-thumb li a {
	display: block;
	padding: 0;
	color: #6f6f6f;
	text-align: left;
}

.list-thumb li:hover img {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}

@media screen and (max-width:769px) {
	.hidden-768 {
		display: none!important;
	}
}

@media screen and (max-width:993px) {
	.hidden-992 {
		display: none!important;
	}
}

@media screen and (max-width:1201px) {
	.hidden-1200 {
		display: none!important;
	}
}

.btn-brand {
	display: inline-block;
	text-decoration: none;
	background-color: var(--sub-color);
	color: #fff;
	-webkit-border-radius: 2.3rem;
	-moz-border-radius: 2.3rem;
	border-radius: 2.3rem;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 3px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.btn-brand span {
	display: inline-block;
	padding-left: 2rem;
	padding-right: 2rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #fff;
	border: #fff solid 1px;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
	white-space: nowrap;
}

.btn-brand:hover,.btn-brand:active {
	background-color: var(--main-color);
	color: #fff;
	text-decoration: none;
}

.btn-more {
	display: inline-block;
	text-decoration: none;
	background-color: var(--main-color);
	color: #fff;
	-webkit-border-radius: 2.3rem;
	-moz-border-radius: 2.3rem;
	border-radius: 2.3rem;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 3px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.btn-more span {
	display: inline-block;
	padding-left: 2rem;
	padding-right: 2rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #fff;
	border: #fff solid 1px;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
	white-space: nowrap;
}

.btn-more:hover,.btn-more:active {
	background-color: var(--sub-color);
	color: #fff;
	text-decoration: none;
}

.btn-more span {
	width: 25rem;
	padding-left: inherit;
	padding-right: inherit;
}

.hvr-shutter-out-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	-moz-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #d3b969;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #d9c27c;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:active {
	color: white;
}

.hvr-shutter-out-horizontal:hover:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

@-webkit-keyframes hvr-hang {
	0% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@keyframes hvr-hang {
	0% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@-webkit-keyframes hvr-hang-sink {
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@keyframes hvr-hang-sink {
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

.hvr-hang {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.hvr-hang:hover,.hvr-hang:focus,.hvr-hang:active {
	-webkit-animation-name: hvr-hang-sink,hvr-hang;
	animation-name: hvr-hang-sink,hvr-hang;
	-webkit-animation-duration: .3s,1.5s;
	animation-duration: .3s,1.5s;
	-webkit-animation-delay: 0s,.3s;
	animation-delay: 0s,.3s;
	-webkit-animation-timing-function: ease-out,ease-in-out;
	animation-timing-function: ease-out,ease-in-out;
	-webkit-animation-iteration-count: 1,infinite;
	animation-iteration-count: 1,infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal,alternate;
	animation-direction: normal,alternate;
}

.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,transparent 80%);
	background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,transparent 80%);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform,opacity;
	transition-property: transform,opacity;
}

.hvr-float-shadow:hover,.hvr-float-shadow:focus,.hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.hvr-float-shadow:hover:before,.hvr-float-shadow:focus:before,.hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

@-webkit-keyframes flash {
	0%,50%,100% {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%,50%,100% {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes shake {
	0%,100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%,100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10%,20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	10%,20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		-ms-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
	}

	0%,40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
	}

	80%,100% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
	}

	0%,40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
	}

	80%,100% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0);
		-ms-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1;
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0);
		-ms-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0) skewX(-15deg);
		transform: translateX(0) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0) skewX(-15deg);
		-ms-transform: translateX(0) skewX(-15deg);
		transform: translateX(0) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0) skewX(0);
		-ms-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0) skewX(0);
		-ms-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	0%,100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	0%,100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
	}

	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	0%,100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	0%,100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	0%,100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	0%,100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	0%,100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	0%,100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	0%,100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	0%,100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	0%,100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}

	100% {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	0%,100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
	}

	100% {
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	0%,100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	0%,100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	100% {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	0%,100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	100% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	0%,100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	100% {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	0%,100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	100% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	0%,100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	100% {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	0%,100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	0%,100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	100% {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	0%,20%,60% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}

	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}

	40%,80% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	0%,20%,60% {
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
	}

	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
	}

	40%,80% {
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@font-face {
	font-family:icomoon;src:url(assets/icomoon/fonts/icomoon.eot?287kpl);src:url(assets/icomoon/fonts/icomoon.eot?287kpl#iefix) format('embedded-opentype'),url(assets/icomoon/fonts/icomoon.ttf?287kpl) format('truetype'),url(assets/icomoon/fonts/icomoon.woff?287kpl) format('woff'),url(assets/icomoon/fonts/icomoon.svg?287kpl#icomoon) format('svg');
}

[class^=icon-],[class*=" icon-"] {
	font-family: icomoon!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-print:before {
	content: "\f02f";
}

.icon-globe:before {
	content: "\f0ac";
}

.icon-folder-o:before {
	content: "\f114";
}

.icon-file-pdf-o2:before {
	content: "\f1c2";
}

.icon-file-word-o:before {
	content: "\f1c3";
}

.icon-file-excel-o:before {
	content: "\f1c4";
}

.icon-file-powerpoint-o:before {
	content: "\f1c5";
}

.icon-file-image-o:before {
	content: "\f1c6";
}

.icon-file-photo-o:before {
	content: "\f1c6";
}

.icon-file-picture-o:before {
	content: "\f1c6";
}

.icon-file-archive-o:before {
	content: "\f1c7";
}

.icon-file-zip-o:before {
	content: "\f1c7";
}

.icon-th-large:before {
	content: "\f009";
}

.icon-th:before {
	content: "\f00a";
}

.icon-lock:before {
	content: "\f023";
}

.icon-eye-slash:before {
	content: "\f070";
}

.icon-unlock:before {
	content: "\f09c";
}

.icon-quote-left2:before {
	content: "\f10f";
}

.icon-quote-right2:before {
	content: "\f110";
}

.icon-thumbs-up:before {
	content: "\f164";
}

.icon-thumbs-down:before {
	content: "\f165";
}

.icon-long-arrow-down:before {
	content: "\f175";
}

.icon-long-arrow-up:before {
	content: "\f176";
}

.icon-long-arrow-left:before {
	content: "\f177";
}

.icon-long-arrow-right:before {
	content: "\f178";
}

.icon-file-pdf-o:before {
	content: "\f1c1";
}

.icon-search:before {
	content: "\f002";
}

.icon-envelope-o:before {
	content: "\f003";
}

.icon-star:before {
	content: "\f005";
}

.icon-star-o:before {
	content: "\f006";
}

.icon-check:before {
	content: "\f00c";
}

.icon-close:before {
	content: "\f00d";
}

.icon-remove:before {
	content: "\f00d";
}

.icon-times:before {
	content: "\f00d";
}

.icon-tags:before {
	content: "\f02c";
}

.icon-check-square-o:before {
	content: "\f046";
}

.icon-chevron-left:before {
	content: "\f053";
}

.icon-chevron-right:before {
	content: "\f054";
}

.icon-calendar:before {
	content: "\f073";
}

.icon-chevron-up:before {
	content: "\f077";
}

.icon-chevron-down:before {
	content: "\f078";
}

.icon-external-link:before {
	content: "\f08e";
}

.icon-phone:before {
	content: "\f095";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-facebook-f:before {
	content: "\f09a";
}

.icon-caret-down:before {
	content: "\f0d7";
}

.icon-caret-up:before {
	content: "\f0d8";
}

.icon-caret-left:before {
	content: "\f0d9";
}

.icon-caret-right:before {
	content: "\f0da";
}

.icon-sort-desc:before {
	content: "\f0dd";
}

.icon-sort-down:before {
	content: "\f0dd";
}

.icon-sort-asc:before {
	content: "\f0de";
}

.icon-sort-up:before {
	content: "\f0de";
}

.icon-comment-o:before {
	content: "\f0e5";
}

.icon-comments-o:before {
	content: "\f0e6";
}

.icon-angle-double-left:before {
	content: "\f100";
}

.icon-angle-double-right:before {
	content: "\f101";
}

.icon-angle-double-up:before {
	content: "\f102";
}

.icon-angle-double-down:before {
	content: "\f103";
}

.icon-angle-left:before {
	content: "\f104";
}

.icon-angle-right:before {
	content: "\f105";
}

.icon-angle-up:before {
	content: "\f106";
}

.icon-angle-down:before {
	content: "\f107";
}

.icon-mobile:before {
	content: "\f10b";
}

.icon-mobile-phone:before {
	content: "\f10b";
}

.icon-quote-left:before {
	content: "\f10d";
}

.icon-quote-right:before {
	content: "\f10e";
}

.icon-paper-plane:before {
	content: "\f1d8";
}

.icon-send:before {
	content: "\f1d8";
}

.icon-paper-plane-o:before {
	content: "\f1d9";
}

.icon-send-o:before {
	content: "\f1d9";
}

.icon-volume-control-phone:before {
	content: "\f2a0";
}

.icon-bars:before {
	content: "\f0c9";
}

.icon-navicon:before {
	content: "\f0c9";
}

.icon-reorder:before {
	content: "\f0c9";
}

.icon-eye:before {
	content: "\f06e";
}

.icon-home:before {
	content: "\e900";
}

.icon-home3:before {
	content: "\e902";
}

.icon-phone-hang-up:before {
	content: "\e943";
}

.icon-clock:before {
	content: "\e94e";
}

.icon-youtube:before {
	content: "\ea9d";
}

.icon-linkedin2:before {
	content: "\eaca";
}

.icon-phone2:before {
	content: "\e942";
}

.icon-location:before {
	content: "\e947";
}

.icon-location2:before {
	content: "\e948";
}

.icon-download:before {
	content: "\e960";
}

.icon-hangouts:before {
	content: "\ea8e";
}

.icon-whatsapp:before {
	content: "\ea93";
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev,.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: transparent;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
	color: transparent;
	outline: 0;
	background: transparent;
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,.slick-next:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir=rtl] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir=rtl] .slick-next:before {
	content: '←';
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: transparent;
}

.slick-dots li button:hover,.slick-dots li button:focus {
	outline: 0;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #000;
	content: '';
	text-align: center;
	opacity: .25;
	color: black;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.slick-dots li button:before {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slick-dots li.slick-active button:before {
	background-color: var(--sub-color)!important;
	color: var(--sub-color)!important;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.slick-prev,.slick-next {
	background: url(assets/images/arrows.png) top left no-repeat!important;
	z-index: 100;
	width: 25px;
	height: 38px;
	font-size: 0!important;
	overflow: hidden;
}

.slick-prev:before,.slick-next:before {
	display: none;
}

.slick-prev {
	left: 0;
}

.slick-next {
	background: url(assets/images/arrows.png) top right no-repeat!important;
	margin-left: auto;
	right: 0;
}

@font-face {
	font-family:segoeui;src:url(assets/fonts/SegoeUI/segoeui.ttf);
}

@font-face {
	font-family:segoeuii;src:url(assets/fonts/SegoeUI/segoeuii.ttf);
}

@font-face {
	font-family:segoeuib;src:url(assets/fonts/SegoeUI/segoeuib.ttf);
}

@font-face {
	font-family:segoeuil;src:url(assets/fonts/SegoeUI/segoeuil.ttf);
}

@font-face {
	font-family:segoeuisb;src:url(assets/fonts/SegoeUI/segoeuisb.ttf);
}

@font-face {
	font-family:robotoCB;src:url(assets/fonts/roboto/RobotoCondensed-Bold.ttf);
}

@font-face {
	font-family:robotoC;src:url(assets/fonts/roboto/RobotoCondensed-Regular.ttf);
}

body,html {
	overflow-x: hidden;
}

@media screen and (min-width:992px) {
	body.home,html.home {
		overflow: hidden!important;
	}
}

html {
	font-size: 62.5%;
}

body {
	background: #fff;
	color: #6f6f6f;
	font-family: segoeui,arial;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.4rem;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: padding-top .25s linear;
	-moz-transition: padding-top .25s linear;
	-ms-transition: padding-top .25s linear;
	-o-transition: padding-top .25s linear;
	transition: padding-top .25s linear;
}

body.sticky {
	padding-top: 50px;
}

strong,b {
	font-family: segoeuib;
}

i,em {
	font-family: segoeuii;
}

#search-header {
	display: inline-block;
	position: relative;
	margin-left: 20px;
}

#search-header .btn-search {
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 2;
	display: none;
}

#search-header input {
	outline: none;
}

#search-header input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

#search-header input::-webkit-search-decoration,#search-header input::-webkit-search-cancel-button {
	display: none;
}

#search-header input[type=search] {
	background: var(--sub-color) url(assets/images/isearch.png) top center no-repeat;
	width: 30px;
	height: 30px;
	padding: 0;
	border: transparent solid 1px;
	color: transparent;
	cursor: pointer;
	-webkit-transition: width .25s ease;
	-moz-transition: width .25s ease;
	-ms-transition: width .25s ease;
	-o-transition: width .25s ease;
	transition: width .25s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
}

#search-header input[type=search]:before {
	content: '\f002';
	font-family: icomoon;
	font-size: 16px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	z-index: 3;
	color: #6f6f6f;
}

#search-header input[type=search]:focus {
	width: 130px;
	padding-left: 15px;
	padding-right: 30px;
	color: #000;
	background-color: #fff;
	border-color: var(--sub-color);
	cursor: auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-position: calc(100% - 10px) bottom;
}

#search-header input:-moz-placeholder {
	color: transparent;
}

#search-header input::-webkit-input-placeholder {
	color: transparent;
}

.search-trigger {
	display: none;
}

.search-trigger .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: var(--sub-color);
	color: #fff;
	margin-left: 5px;
}

#header {
	-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.21);
	-moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.21);
	box-shadow: 0 0 9px 0 rgba(0,0,0,.21);
	z-index: 1000;
	background-color: #fff;
	-webkit-transition: position .25s linear;
	-moz-transition: position .25s linear;
	-ms-transition: position .25s linear;
	-o-transition: position .25s linear;
	transition: position .25s linear;
}

#header #mobile-toggle {
	display: none;
}

#header #header-nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

#header #header-nav #header-left {
	width: 250px;
	/* min-height: 115px; */
	padding-top: 30px;
	padding-bottom: 20px;
	vertical-align: top;
}

#header #header-nav #header-left img {
	/* height: 107px; */
}

#header #header-nav #header-right {
	width: calc(100% - 250px);
	vertical-align: top;
	padding-top: 25px;
	position: relative;
}

#header #header-nav #header-right #header-top {
	text-align: right;
}

#header #header-nav #header-right #header-top .hotline {
	margin-right: 20px;
}

#header #header-nav #header-right #header-top .hotline .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: var(--sub-color);
	color: #fff;
	margin-right: 5px;
}

#header #header-nav #header-right #header-top .hotline .txt {
	font-size: 18px;
	line-height: 30px;
	color: #6f6f6f;
}

#header #header-nav #header-right #header-top .hotline .txt button#dropdown-btn {
	display: none;
}

#header #header-nav #header-right #header-top .hotline .txt ul.hotline-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 1.8rem;
}

#header #header-nav #header-right #header-top .hotline .txt ul.hotline-list li {
	display: inline;
}

#header #header-nav #header-right #header-top .hotline .txt ul.hotline-list li.hide-desktop {
	display: none;
}

#header #header-nav #header-right #header-top .hotline .txt ul.hotline-list li:before {
	content: '-';
	display: inline-block;
	margin-right: 5px;
}

#header #header-nav #header-right #header-top .hotline .txt ul.hotline-list li:first-child:before {
	display: none;
}

#header #header-nav #header-right #header-top .header-socials .social {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: #ededed solid 1px;
	margin-left: 5px;
}

#header #header-nav #header-right #header-top .header-socials .social:hover {
	background-color: var(--sub-color);
	border: none;
	color: #fff;
}

#header #header-nav #header-right #header-top .sep {
	display: inline-block;
	width: 20px;
	height: 30px;
	line-height: 30px;
	border-bottom: #ededed solid 1px;
	margin-left: 5px;
}

#header #header-nav #header-right #header-menu {
	position: absolute;
	bottom: 0;
	right: 0;
}

#header #header-nav #header-right #qtranslate-chooser {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#header.sticky {
	position: fixed;
	width: 100vw;
	top: 0;
	background-color: var(--sub-color);
}

#header.sticky #header-nav #header-left {
	padding-top: 5px;
	padding-bottom: 5px;
}

#header.sticky #header-nav #header-left #logo {
	display: block;
	height: 40px;
}

#header.sticky #header-nav #header-left img {
	display: none;
}

#header.sticky #header-nav #header-right #header-top {
	display: none;
}

#header.sticky #header-nav #header-right #header-menu .topmenu>li>a {
	color: #fff;
	background-image: none!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	line-height: 50px;
}

#header.sticky #header-nav #header-right #header-menu .topmenu>li>a:hover {
	background-color: var(--main-color);
}

#header.sticky #header-nav #header-right #header-menu .topmenu>li:hover>a,#header.sticky #header-nav #header-right #header-menu .topmenu>li.current-menu-item>a,#header.sticky #header-nav #header-right #header-menu .topmenu>li.current-menu-ancestor>a,#header.sticky #header-nav #header-right #header-menu .topmenu>li.current-menu-parent>a,#header.sticky #header-nav #header-right #header-menu .topmenu>li.current-page-parent>a {
	background-color: var(--main-color);
}

#header.sticky #header-nav #header-right #header-menu .topmenu>li:hover>a:before,#header.sticky #header-nav #header-right #header-menu .topmenu>li.current-menu-item>a:before,#header.sticky #header-nav #header-right #header-menu .topmenu>li.current-menu-ancestor>a:before,#header.sticky #header-nav #header-right #header-menu .topmenu>li.current-menu-parent>a:before,#header.sticky #header-nav #header-right #header-menu .topmenu>li.current-page-parent>a:before,#header.sticky #header-nav #header-right #header-menu .topmenu>li:hover>a:after,#header.sticky #header-nav #header-right #header-menu .topmenu>li.current-menu-item>a:after,#header.sticky #header-nav #header-right #header-menu .topmenu>li.current-menu-ancestor>a:after,#header.sticky #header-nav #header-right #header-menu .topmenu>li.current-menu-parent>a:after,#header.sticky #header-nav #header-right #header-menu .topmenu>li.current-page-parent>a:after {
	display: none;
}

.headline {
	font-size: 4.2rem;
	line-height: 4.2rem;
	margin: 0;
	padding: 0;
	font-family: segoeuil;
	text-align: center;
	text-transform: uppercase;
	color: var(--main-color);
}

.headline.light {
	font-size: 3.2rem;
	line-height: 3.2rem;
	font-family: segoeuil;
}

.headline:after {
	content: '';
	display: block;
	background: url(assets/images/line2.png) center center no-repeat;
	background-size: 11.3rem 1.5rem;
	height: 1.5rem;
	margin: 3rem auto;
}

.headline.withlogo {
	background: url(assets/images/headline_with_logo.png) top center no-repeat;
	background-size: 21.4rem 17rem;
	padding: 7.9rem 0 9.5rem;
}

.headline.withlogo:after {
	display: none;
}

@media screen and (max-width:991px) {
	.headline {
		font-size: 3.2rem;
		line-height: 3.2rem;
	}
}

@media screen and (max-width:767px) {
	.headline {
		font-size: 2.4rem;
		line-height: 2.4rem;
	}

	.headline.light {
		font-size: 2.4rem;
		/* line-height: 2.4rem; */
		line-height: 5.4rem;
	}
}

.headcaption {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 4rem;
	font-family: segoeuil;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: var(--sub-color);
	background: url(assets/images/headcaption2.png) left center no-repeat;
	background-size: 4rem;
	padding-left: 5rem;
	margin-bottom: 5rem;
}

@media screen and (max-width:767px) {
	.headcaption {
		font-size: 2.4rem;
	}
}

.videc-circle {
	display: inline-block;
	width: 10rem;
	height: 10rem;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-shadow: 0 5px 29px 0 rgba(0,0,0,.22);
	-moz-box-shadow: 0 5px 29px 0 rgba(0,0,0,.22);
	box-shadow: 0 5px 29px 0 rgba(0,0,0,.22);
	position: relative;
}

.videc-circle .circle-1 {
	display: inline-block;
	width: 8rem;
	height: 8rem;
	border: var(--main-color) solid 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	z-index: 1;
}

.videc-circle .circle-1 .circle-2 {
	display: inline-block;
	width: 7rem;
	height: 7rem;
	background: #CCC;
	background-color: var(--main-color);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}

.videc-circle .circle-1 .circle-2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	-moz-transform: translate(-50%,-50%) rotate(45deg);
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-o-transform: translate(-50%,-50%) rotate(45deg);
}

.videc-circle .circle-1 .circle-2 .brand-icon {
	display: block;
	width: 5.5rem;
	height: 4.1rem;
	background: url(assets/images/icon_brand-hp.png) center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	z-index: 3;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	-moz-transform: translate(-50%,-50%) rotate(45deg);
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-o-transform: translate(-50%,-50%) rotate(45deg);
}

.videc-circle.hover .circle-1 {
	border-color: var(--main-color);
}

.videc-circle.hover .circle-1 .circle-2 {
	background-color: var(--main-color);
}

.section-home {
	position: relative;
}

.section-home .fp-tableCell {
	vertical-align: top;
	padding-top: 127px;
}

#section-nav-container {
	position: fixed;
	top: 50%;
	right: 0;
	width: 50px;
	z-index: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}

#section-nav-container:before {
	content: '';
	height: 127px;
	width: 50px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

#section-nav-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}

#section-nav-container ul li a {
	display: block;
	width: 50px;
	height: 50px;
	margin-bottom: 2px;
	background-color: #77777a;
	text-decoration: none;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
}

#section-nav-container ul li a .nav-icon {
	width: 50px;
	height: 50px;
	display: block;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	opacity: .4;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

#section-nav-container ul li a .nav-icon.icon-1 {
	background: transparent url(assets/images/home_icon_1.png?ver=1) center center no-repeat;
}

#section-nav-container ul li a .nav-icon.icon-2 {
	background: transparent url(assets/images/home_icon_2.png) center center no-repeat;
}

#section-nav-container ul li a .nav-icon.icon-3 {
	background: transparent url(assets/images/home_icon_3.png) center center no-repeat;
}

#section-nav-container ul li a .nav-icon.icon-4 {
	background: transparent url(assets/images/home_icon_4.png) center center no-repeat;
}

#section-nav-container ul li a .nav-icon.icon-5 {
	background: transparent url(assets/images/home_icon_5.png) center center no-repeat;
}

#section-nav-container ul li a .nav-title {
	display: block;
	width: 0;
	padding: 0 30px 0 25px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: -100%;
	top: 0;
	z-index: 1;
	background-color: var(--sub-color);
	color: #fff;
	white-space: nowrap;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-transform: uppercase;
	font-size: 16px;
	font-family: segoeuil;
	overflow: hidden;
}

#section-nav-container ul li:hover a {
	background-color: var(--sub-color);
	color: #fff;
	border: none;
}

#section-nav-container ul li:hover a .nav-title {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	right: 25px;
	min-width: 156px;
	width: auto;
}

#section-nav-container ul li:hover a .nav-icon {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#section-nav-container ul li.active a {
	background-color: var(--sub-color);
	color: #fff;
	border: none;
}

#section-nav-container ul li.active a .nav-icon {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#section-nav-container ul li:last-child a {
	margin-bottom: 0;
}

#intro-modal .modal-content .modal-header h4 {
	font-size: 3.2rem;
	line-height: 4rem;
	font-family: segoeuil;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: var(--sub-color);
	background: url(assets/images/headcaption2.png) left center no-repeat;
	background-size: 4rem;
	padding-left: 5rem;
}

.section-intro {
	/* background: #fbfbfb url(assets/images/hoatiet_1.jpg) top left no-repeat; */
}

.section-intro .intro-video {
	position: relative;
}

.section-intro .intro-video .intro-img {
	width: 50vw;
	max-width: 50vw;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.section-intro .intro-video .intro-img:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
}

.section-intro .intro-video .play-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50vw;
	height: 100%;
}

.section-intro .intro-video .play-overlay .icon-play {
	display: inline-block;
	width: 56px;
	height: 56px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	z-index: 4;
	background-color: #fff;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.section-intro .intro-video .play-overlay .icon-play .circle-play {
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	border: var(--sub-color) solid 1px;
	color: var(--sub-color);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.section-intro .intro-video .play-overlay:hover {
	background-color: rgba(255,255,255,.1);
	cursor: pointer;
}

.section-intro .intro-video .play-overlay:hover .icon-play {
	background-color: var(--main-color);
}

.section-intro .intro-video .play-overlay:hover .icon-play .circle-play {
	border-color: #fff;
	color: #fff;
}

.section-intro .intro-video .intro-circle {
	position: absolute;
	top: 50%;
	left: -5rem;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}

.section-intro .intro-info {
	padding-right: 45px;
}

.section-intro .intro-info .intro-sub {
	text-align: center;
	text-transform: uppercase;
	color: var(--main-color);
	margin-bottom: 3rem;
	font-size: 16px;
}

.section-intro .intro-info .intro-desc {
	text-align: justify;
}

.section-intro .intro-info .intro-counter-list {
	margin-top: 3rem;
}

.section-intro .intro-info .intro-counter-list .counter-title {
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}

.section-intro .intro-info .intro-counter-list .counter-number {
	font-size: 3rem;
	font-family: segoeuisb;
	color: var(--sub-color);
}

.section-intro .intro-info .intro-counter-list .counter-number .counter-sub-title {
	font-size: 1.9rem;
}

.section-intro .intro-info .intro-button {
	margin-top: 4rem;
	text-align: center;
}

.section-services .service-list .item {
	display: block;
	position: relative;
}

.section-services .service-list .item .item-img {
	display: block;
	position: relative;
	height: 30rem;
	overflow: hidden;
}

.section-services .service-list .item .item-img .bg-angle {
	background-color: #fff;
	height: calc(10rem + 10px);
	position: absolute;
	bottom: -3rem;
	left: 0;
	right: 0;
	-webkit-transform: skew(0deg,-5deg);
	-moz-transform: skew(0deg,-5deg);
	-ms-transform: skew(0deg,-5deg);
	-o-transform: skew(0deg,-5deg);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.section-services .service-list .item .item-img .item-img-obj {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.section-services .service-list .item .item-icon {
	position: absolute;
	bottom: calc(5rem + 5px);
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	z-index: 10;
}

.section-services .service-list .item .item-icon img {
	width: auto;
	height: auto;
	object-fit: contain;
}

.section-services .service-list .item h3 {
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-family: segoeuisb;
	color: var(--sub-color);
}

.section-services .service-list .item:hover .item-img .bg-angle {
	-webkit-transform: skew(0deg,0deg);
	-moz-transform: skew(0deg,0deg);
	-ms-transform: skew(0deg,0deg);
	-o-transform: skew(0deg,0deg);
	bottom: 0;
	height: 7.07rem;
}

.section-services .service-list .item:hover .item-img .item-img-obj {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}

.section-services .service-list .item:hover .item-icon .videc-circle .circle-1 {
	border-color: var(--sub-color);
}

.section-services .service-list .item:hover .item-icon .videc-circle .circle-1 .circle-2 {
	background-color: var(--sub-color);
}

.section-project {
	background: #fbfbfb url(assets/images/featured_project_bg.png) center bottom no-repeat;
	background-size: contain;
}

.section-project .item {
	display: block;
	margin-bottom: 2rem;
}

.section-project .item h3 {
	font-size: 2.4rem;
	line-height: 3rem;
	font-family: segoeuil;
	margin-top: 0;
	margin-bottom: 2rem;
	text-align: center;
	text-transform: uppercase;
	color: var(--main-color);
}

.section-project .item .item-img {
	position: relative;
	height: 20rem;
	max-height: calc((100vh - 24.2rem - 60px)/2);
	overflow: hidden;
}

.section-project .item .item-img img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-project .item .item-img .vline {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.5rem;
	height: 6.1rem;
	background: url(assets/images/vline.png) top center no-repeat;
	background-size: cover;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	z-index: 2;
}

.section-project .item:hover .item-img img {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}

.section-thungo .thungo-container {
	background: url(assets/images/thungobg.jpg) center center no-repeat;
	background-size: cover;
}

.section-thungo .thungo-container .item-center {
	height: 100vh;
	width: 33.3333%;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}

.section-thungo .thungo-container .item-center:before,.section-thungo .thungo-container .item-center:after {
	content: '';
	display: block;
	width: 15px;
	height: 100%;
	background-color: rgba(255,255,255,.5);
	position: absolute;
	top: 0;
	left: -15px;
}

.section-thungo .thungo-container .item-center:after {
	left: auto;
	right: -15px;
}

.section-thungo .thungo-container .item-center .item-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	padding: 0 3rem;
}

.section-thungo .thungo-container .item-center .item-content .thungo-icon {
	margin: 0 auto 4.6rem;
	text-align: center;
}

.section-thungo .thungo-container .item-center .item-content .thungo-content {
	text-align: justify;
}

.section-thungo .thungo-container .item-center .item-content .thungo-content strong {
	color: var(--main-color);
	font-family: segoeuib;
}

.section-thungo .thungo-container .item-center .item-content .thungo-button {
	text-align: center;
	margin: 5rem auto 0;
}

.section-news {
	background-color: #fbfbfb;
}

.section-news .fp-tableCell {
	vertical-align: middle;
}

.section-news .list-news {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 3rem;
}

.section-news .list-news li {
	margin-bottom: 3rem;
}

.section-news .list-news li a {
	display: block;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.section-news .list-news li a .img_news_thumb {
	width: 200px;
	height: 120px;
	float: left;
	margin-right: 3rem;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	background-size: cover;
	
}

@media only screen and (max-width: 575px){
	.section-news .list-news li a .img_news_thumb {
		width: 80px;
		height: 40px;
		float: left;
	}

}

.section-news .list-news li a img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.section-news .list-news li a h3 {
	font-size: 1.6rem;
	font-family: segoeuisb;
	color: var(--main-color);
	margin-top: 0;
	line-height: 2.4rem;
	max-height: 7.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section-news .list-news li a:hover h3 {
	color: var(--sub-color);
}

.section-news .list-news li a:hover img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}

.section-news .list-news li:last-child {
	margin-bottom: 0;
}

.section-footer {
	height: auto!important;
}

.section-footer .fp-tableCell {
	vertical-align: bottom;
	height: auto!important;
}

.section-footer .partner {
	background-color: #fbfbfb;
}

.section-footer .partner .partner-list {
	border-top: var(--sub-color) solid 2px;
	padding: 25px 0;
}

.section-footer .partner .partner-list .partner-item, a.partner-item {
	display: inline-block;
	text-decoration: none;
	width: 12.5%;
	height: 80px;
	text-align: center;
	position: relative;
	
	border: solid 1px #ccc;
	border-radius: 5px;
	margin: 5px;
}
.section-footer .partner .partner-list .partner-item:hover{
	background: #e2d19c;
}

.section-footer .partner .partner-list .partner-item img {
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-filter: grayscale(30%);
	-moz-filter: grayscale(30%);
	filter: grayscale(30%);
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.section-footer .partner .partner-list .partner-item img:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
}

.content-gioithieu,.content-fullwidth {
	background: #fff url(assets/images/footerbg.png) bottom center no-repeat;
	background-size: 100% auto;
}

.single-project .project-featured img {
	width: 100%;
	height: auto;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.single-project .project-featured:hover img {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
}

.single-project h1 {
	font-family: segoeuisb;
	font-size: 24px;
	color: var(--main-color);
	margin-bottom: 15px;
	text-transform: uppercase;
}

.single-project .nav-tabs {
	font-family: robotoCB;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #f4f4f4;
	border: 0;
	margin: 0;
	padding: 5px;
}

.single-project .nav-tabs.nav>li>a {
	padding: 10px 12px;
	border: none;
}

.single-project .nav-tabs.nav>li>a:hover {
	background-color: var(--sub-color);
	color: #fff;
	border: none;
}

.single-project .nav-tabs.nav>li.active a,.single-project .nav-tabs.nav>li.active a:hover,.single-project .nav-tabs.nav>li.active a:focus {
	background-color: var(--sub-color);
	color: #fff;
	border: none;
}

.single-project .tab-content {
	padding: 3rem 0;
}

.single-project .tab-content strong,.single-project .tab-content b {
	color: var(--main-color);
}

.single-project .tab-content .acf-map {
	width: 100%;
	height: 40rem;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.single-project .tab-content .acf-map img {
	max-width: inherit!important;
}

.single-project .tab-content .project-gallery {
	margin-bottom: 2rem;
	border: var(--sub-color) solid 2px;
	background-color: #fafafa;
	padding: 15px;
}

.single-project .tab-content .project-gallery .item a {
	display: block;
	width: 100%;
	height: 335px;
	overflow: hidden;
}

.single-project .tab-content .project-gallery .item a img {
	margin: 0 auto;
	height: 100%;
	object-fit: contain;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.single-project .tab-content .project-gallery .item a img:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}

.single-project .tab-content .gallery-thumb {
	margin-left: -1px;
	margin-right: -1px;
}

.single-project .tab-content .gallery-thumb .item {
	height: 75px;
	padding-left: 1px;
	padding-right: 1px;
}

.single-project .tab-content .gallery-thumb .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
	border: var(--sub-color) solid 2px;
}

.single-project .tab-content .gallery-thumb .item.slick-current img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	border-color: var(--main-color);
}

.popover-search {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: 250px;
}

.search-mobile-form {
	display: block;
}

.search-mobile-form input {
	padding-left: 5px;
	padding-right: 5px;
	width: 180px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: inline-block;
}

.search-mobile-form button {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	height: 30px;
	padding: 0 10px;
	font-weight: 600;
	color: #fff;
	background-color: var(--sub-color);
	border: none;
	display: inline-block;
}

.topmenu {
	display: table;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 1.75rem;
	z-index: 111;
	height: 100%;
	font-family: segoeuisb;
}

.topmenu>li {
	position: relative;
	list-style: none;
	display: block;
	float: left;
	margin-left: 3px;
	text-transform: uppercase;
}

.topmenu>li>a {
	display: block;
	line-height: 48px;
	padding: 0 12px;
	text-decoration: none;
	color: var(--main-color);
	position: relative;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: background-color .25s linear;
	-moz-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	transition: background-color .25s linear;
}

.topmenu>li.last {
	padding-right: 0;
}

.topmenu>li.last>a {
	padding-right: 0;
}

.topmenu>li.language>a {
	padding: 0;
	font-size: 0;
	background: transparent;
}

.topmenu>li.language.current-menu-parent a {
	background: transparent;
}

.topmenu>li.language.current-menu-parent ul li>a {
	background-color: var(--main-color);
}

.topmenu>li.language.current-menu-parent ul li>a:hover {
	background-color: var(--sub-color);
}

.topmenu>li.language>ul {
	left: auto;
	right: 0;
}

.topmenu>li.language>ul:before {
	left: auto;
	right: 8px;
}

.topmenu>li.language>ul>li a {
	padding: 10px 15px 10px 30px;
	font-size: 14px;
	background-color: var(--main-color);
}

.topmenu>li.language>ul>li:before {
	left: auto;
	right: 15px;
}

.topmenu>li:hover>a,.topmenu>li.current-menu-item>a,.topmenu>li.current-menu-ancestor>a,.topmenu>li.current-menu-parent>a,.topmenu>li.current-page-parent>a {
	background-color: var(--sub-color);
	color: #fff;
	position: relative;
}

.topmenu>li:hover>a:before,.topmenu>li.current-menu-item>a:before,.topmenu>li.current-menu-ancestor>a:before,.topmenu>li.current-menu-parent>a:before,.topmenu>li.current-page-parent>a:before,.topmenu>li:hover>a:after,.topmenu>li.current-menu-item>a:after,.topmenu>li.current-menu-ancestor>a:after,.topmenu>li.current-menu-parent>a:after,.topmenu>li.current-page-parent>a:after {
	content: '';
	display: block;
	height: 27px;
	width: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	/* background: url(assets/images/menubg_01.png) left bottom no-repeat; */
	background-size: 100% 27px;
}

.topmenu>li:hover>a:after,.topmenu>li.current-menu-item>a:after,.topmenu>li.current-menu-ancestor>a:after,.topmenu>li.current-menu-parent>a:after,.topmenu>li.current-page-parent>a:after {
	/* background-image: url(assets/images/menubg_02.png); */
	left: auto;
	right: 0;
}

.topmenu>li:hover.last a,.topmenu>li.current-menu-item.last a,.topmenu>li.current-menu-ancestor.last a,.topmenu>li.current-menu-parent.last a,.topmenu>li.current-page-parent.last a {
	padding-right: 15px;
}

.topmenu>li:hover ul li a,.topmenu>li.current-menu-item ul li a,.topmenu>li.current-menu-ancestor ul li a,.topmenu>li.current-menu-parent ul li a,.topmenu>li.current-page-parent ul li a {
	display: block;
	background: var(--main-color);
	color: #fff;
}

.topmenu>li:hover ul li:hover:before,.topmenu>li.current-menu-item ul li:hover:before,.topmenu>li.current-menu-ancestor ul li:hover:before,.topmenu>li.current-menu-parent ul li:hover:before,.topmenu>li.current-page-parent ul li:hover:before {
	background-color: #fff;
}

.topmenu>li:hover ul li:hover a,.topmenu>li.current-menu-item ul li:hover a,.topmenu>li.current-menu-ancestor ul li:hover a,.topmenu>li.current-menu-parent ul li:hover a,.topmenu>li.current-page-parent ul li:hover a {
	background: var(--sub-color);
	color: #fff;
}

.topmenu>li:hover ul li:hover ul,.topmenu>li.current-menu-item ul li:hover ul,.topmenu>li.current-menu-ancestor ul li:hover ul,.topmenu>li.current-menu-parent ul li:hover ul,.topmenu>li.current-page-parent ul li:hover ul {
	top: 0;
}

.topmenu>li:hover ul li:hover ul li a,.topmenu>li.current-menu-item ul li:hover ul li a,.topmenu>li.current-menu-ancestor ul li:hover ul li a,.topmenu>li.current-menu-parent ul li:hover ul li a,.topmenu>li.current-page-parent ul li:hover ul li a {
	background: var(--main-color);
	color: #fff;
}

.topmenu>li:hover ul li:hover ul li ul,.topmenu>li.current-menu-item ul li:hover ul li ul,.topmenu>li.current-menu-ancestor ul li:hover ul li ul,.topmenu>li.current-menu-parent ul li:hover ul li ul,.topmenu>li.current-page-parent ul li:hover ul li ul {
	top: 0;
}

.topmenu>li:hover ul li:hover ul li:hover a,.topmenu>li.current-menu-item ul li:hover ul li:hover a,.topmenu>li.current-menu-ancestor ul li:hover ul li:hover a,.topmenu>li.current-menu-parent ul li:hover ul li:hover a,.topmenu>li.current-page-parent ul li:hover ul li:hover a {
	background: var(--sub-color);
	color: #fff;
}

.topmenu>li:hover ul li:hover.menu-item-has-children:after,.topmenu>li.current-menu-item ul li:hover.menu-item-has-children:after,.topmenu>li.current-menu-ancestor ul li:hover.menu-item-has-children:after,.topmenu>li.current-menu-parent ul li:hover.menu-item-has-children:after,.topmenu>li.current-page-parent ul li:hover.menu-item-has-children:after {
	border-left-color: #fff;
}

.topmenu ul {
	position: absolute;
	top: 110%;
	left: 0;
	min-width: 180px;
	max-width: 300px;
	display: block;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
	float: none;
	text-align: left;
	background-color: transparent;
	padding: 6px 0 0;
	margin: 0;
	z-index: 112;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.topmenu ul:before {
	content: '';
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-bottom-color: var(--main-color);
	position: absolute;
	top: -6px;
	left: 15px;
	z-index: 999;
}

.topmenu ul li {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	margin-left: 0;
	position: relative;
	border-bottom: var(--sub-color) solid 1px;
}

.topmenu ul li a {
	display: block;
	padding: 10px 15px 10px 30px;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.4rem;
	white-space: nowrap;
	height: auto;
	margin: 0;
	background: var(--main-color);
	color: #fff;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-transform: none;
	overflow: hidden;
	border-bottom: none;
}

.topmenu ul li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background-color: var(--sub-color);
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3.5px;
}

.topmenu ul li:last-child {
	border-bottom: none;
}

.topmenu ul li.menu-item-has-children:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	color: #fff;
	z-index: 1;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-left-color: var(--sub-color);
}

.topmenu li:hover>ul {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.topmenu li:hover>ul li {
	height: auto;
	overflow: visible;
}

.topmenu ul ul {
	position: absolute;
	left: 100%;
	top: 20px;
	padding-top: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.topmenu ul ul:before {
	display: none;
}

.topmenu ul ul li {
	min-width: 180px;
	font-size: 14px;
}

@media screen and (max-width:1199px) {
	.topmenu li {
		padding: 0;
		margin-left: 1px;
		font-size: 14px;
	}

	.topmenu li a {
		padding: 0 10px;
	}

	.topmenu li a span {
		display: none;
	}
}

@media screen and (max-width:991px) {
	.topmenu {
		display: none;
	}
}

#overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
	color: #fff;
	z-index: 8888;
	overflow: hidden;
}

#overlay.active {
	display: block;
}

@media screen and (min-width:1200px) {
	#overlay {
		display: none;
	}

	#overlay.active {
		display: none;
	}
}

#mobile-nav {
	position: fixed;
	top: 0;
	left: -100%;
	width: 260px;
	height: 100%;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	background-color: #fff;
	z-index: 99999;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

#mobile-nav .search-form {
	width: 100%;
	padding: 20px 10px;
}

#mobile-nav .search-form form {
	margin: 0;
	padding: 0;
	width: 100%;
	border: #ededed solid 1px;
}

#mobile-nav .search-form form .search-txt {
	width: calc(100% - 36px);
	height: 36px;
	padding: 5px 10px;
	border: none;
	float: left;
}

#mobile-nav .search-form form .btn-search {
	width: 36px;
	height: 36px;
	border: none;
	text-align: center;
}

#mobile-nav.active {
	left: 0;
}

@media screen and (min-width:1200px) {
	#mobile-nav {
		left: -100%;
	}

	#mobile-nav.active {
		left: -100%;
	}
}

@media screen and (max-width:374px) {
	#mobile-nav {
		width: 260px;
	}
}

#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
}

#cssmenu {
	width: 100%;
}

#cssmenu #moblogo {
	display: block;
	margin: 0;
	text-align: center;
	padding: 20px 15px;
	border-bottom: #ededed solid 1px;
}

#cssmenu #moblogo img {
	width: 150px;
	max-width: 100%;
	margin: 0 auto;
}

#cssmenu ul li a {
	padding: 10px 15px;
	cursor: pointer;
	z-index: 2;
	font-family: segoeui;
	font-size: 1.5rem;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--main-color);
	border-bottom: #ededed solid 1px;
}

#cssmenu ul li.menu-item-has-children:after {
	display: inline-block;
	position: absolute;
	content: "\f105";
	font-family: icomoon;
	top: 20px;
	right: 15px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	z-index: 10;
	font-size: 20px;
	color: var(--main-color);
}

#cssmenu ul li.open:after {
	content: '\f107';
}

#cssmenu ul li.active:after,#cssmenu ul li.open:after,#cssmenu ul li.current-menu-parent:after {
	color: #fff;
}

#cssmenu ul li.active a,#cssmenu ul li.open a,#cssmenu ul li.current-menu-parent a {
	background-color: var(--sub-color);
	color: #fff;
}

#cssmenu ul li.active ul li a,#cssmenu ul li.open ul li a,#cssmenu ul li.current-menu-parent ul li a {
	background-color: #fff;
	color: #6f6f6f;
}

#cssmenu ul li.active ul li:hover a,#cssmenu ul li.open ul li:hover a,#cssmenu ul li.current-menu-parent ul li:hover a {
	background-color: var(--sub-color);
	color: #fff;
}

#cssmenu ul li ul {
	display: none;
}

#cssmenu ul li ul li a {
	cursor: pointer;
	padding: 10px 15px 10px 30px;
	z-index: 1;
	text-decoration: none;
	text-transform: none;
}

.widget {
	margin-bottom: 20px;
	border: var(--sub-color) solid 1px;
	padding: 20px;
}

.widget.nopadding {
	padding: 0;
}

.widget.nomargin {
	margin: 0;
}

.widget .widget-title {
	margin: -21px -21px 20px;
	font-size: 1.6rem;
	font-family: segoeuisb;
	background: var(--main-color) url(assets/images/widget_icon.png) 15px center no-repeat;
	color: var(--sub-color);
	text-transform: uppercase;
	height: 36px;
	padding-left: 56px;
	line-height: 36px;
}

.widget .tagcloud a {
	display: inline-block;
	float: left;
	padding: 5px 10px;
	color: var(--main-color);
	border: var(--sub-color) solid 1px;
	margin-right: 5px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.widget .tagcloud a:hover {
	background-color: var(--sub-color);
	color: #fff;
}

.widget .tagcloud:after {
	content: '';
	display: block;
	height: 1px;
	clear: both;
}

#main {
	padding: 45px 0;
}

#main.nopadding {
	padding: 0;
}

#main.nomargin {
	margin: 0;
}

#main #sidebar ul.menu ul {
	display: none;
}

#main #sidebar ul.menu,#main #sidebar ul.menu li,#main #sidebar ul.menu li a {
	position: relative;
}

#main #sidebar ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#main #sidebar ul.menu li {
	display: block;
	padding: 10px 15px 10px 20px;
	margin-bottom: 1px;
	text-transform: uppercase;
	border-bottom: #ededed dotted 1px;
	position: relative;
}

#main #sidebar ul.menu li:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: var(--sub-color);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 18px;
	left: 0;
}

#main #sidebar ul.menu li a {
	color: var(--main-color);
}

#main #sidebar ul.menu li:hover a,#main #sidebar ul.menu li.active a,#main #sidebar ul.menu li.open a,#main #sidebar ul.menu li.current-menu-parent a,#main #sidebar ul.menu li.current-menu-item a {
	color: var(--sub-color);
}

#main #sidebar ul.menu li:hover ul li a,#main #sidebar ul.menu li.active ul li a,#main #sidebar ul.menu li.open ul li a,#main #sidebar ul.menu li.current-menu-parent ul li a,#main #sidebar ul.menu li.current-menu-item ul li a {
	padding: 8px 10px;
	color: var(--sub-color);
	text-transform: none;
}

#main #sidebar ul.menu li:hover ul li:hover a,#main #sidebar ul.menu li.active ul li:hover a,#main #sidebar ul.menu li.open ul li:hover a,#main #sidebar ul.menu li.current-menu-parent ul li:hover a,#main #sidebar ul.menu li.current-menu-item ul li:hover a {
	color: var(--sub-color);
}

#main #sidebar ul.menu li.menu-item-has-children:after {
	display: inline-block;
	position: absolute;
	content: "\f107";
	font-family: icomoon;
	top: 20px;
	right: 15px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	z-index: 10;
	font-size: 24px;
	color: #ededed;
}

#main #sidebar ul.menu li.open:after {
	content: '\f106';
}

#main #sidebar ul.menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#main #sidebar ul.menu li ul li a {
	cursor: pointer;
	padding: 10px 20px;
	z-index: 1;
	text-decoration: none;
	text-transform: none;
	margin-bottom: 1px;
}

#main #sidebar .list-thumb img {
	width: 90px;
	height: 60px;
	margin-right: 15px;
}

#main #sidebar .list-thumb li {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: #ededed solid 1px;
}

#main #sidebar .list-thumb li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

#main #sidebar .list-thumb li a {
	color: var(--main-color);
	display: block;
}

#main #sidebar .list-thumb li a .list-title {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main #sidebar .list-thumb li a .post-date {
	font-size: 13px;
	color: var(--sub-color);
}

#main #sidebar .list-thumb li a .post-date .icon {
	color: var(--sub-color);
}

#main #sidebar .list-thumb li:hover a {
	color: var(--sub-color);
}

#main #content article {
	font-size: 1.6rem;
	line-height: 24px;
}

#main #content article h2,#main #content article h3,#main #content article h4,#main #content article h5,#main #content article h6 {
	font-size: 2.4rem;
	line-height: 2.4rem;
	font-family: segoeuil;
	margin-bottom: 20px;
}

#main #content article h2 b,#main #content article h3 b,#main #content article h4 b,#main #content article h5 b,#main #content article h6 b,#main #content article h2 strong,#main #content article h3 strong,#main #content article h4 strong,#main #content article h5 strong,#main #content article h6 strong {
	font-family: segoeuisb;
}

#main #content article.single .single-content a:hover {
	color: var(--sub-color);
}

#main #content article.single .single-content .download-list {
	border: var(--main-color) solid 1px;
	padding: 15px;
}

#main #content article.single header h1 {
	font-size: 2.4rem;
	font-family: segoeuisb;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	color: var(--main-color);
}

#main #content article.single header .post-meta {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 30px;
}

#main #content article.single header .post-meta .post-meta-left {
	float: left;
	width: 60%;
}

#main #content article.single header .post-meta .post-meta-left .author-img {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	display: inline-block;
}

#main #content article.single header .post-meta .post-meta-left .author-img img {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#main #content article.single header .post-meta .post-meta-right {
	margin-left: 60%;
	text-align: right;
}

.entry h1 {
	font-size: 3rem;
	color: #6f6f6f;
	padding: 0;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase;
}

.entry .item {
	padding: 15px 0;
	border-bottom: var(--sub-color) dashed 1px;
}

.entry .item:first-child {
	padding-top: 0;
}

.entry .item a {
	color: #6f6f6f;
	text-decoration: none;
}

.entry .item a:hover {
	color: var(--sub-color);
	text-decoration: none;
}

.entry .item .item-left .item-img {
	max-width: 100%;
	overflow: hidden;
}

.entry .item .item-left img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
	width: 100%;
}

.entry .item .item-right .entry-text {
	text-align: justify;
	color: #6f6f6f;
	font-size: 14px;
	line-height: 2.4rem;
	max-height: 7.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.entry .item .item-right h2,.entry .item .item-right h3 {
	font-size: 1.6rem;
	line-height: 24px;
	font-family: segoeuisb;
	margin-top: 0;
	margin-bottom: 20px;
	color: var(--main-color);
	text-align: justify;
	text-transform: uppercase;
}

.entry .item .item-right h2 a,.entry .item .item-right h3 a {
	color: var(--main-color);
}

.entry .item .item-right .entry-meta {
	margin-bottom: 20px;
	color: #6f6f6f;
}

.entry .item .item-right .entry-meta .entry-date {
	font-weight: 400;
}

.entry .item .item-right .entry-meta .entry-date .icon {
	color: #b69e58;
}

.entry .item .item-right .entry-meta .entry-author {
	font-weight: 700;
}

.entry .item .item-right .entry-meta .entry-cat {
	font-weight: 400;
}

.entry .item .item-right .entry-meta .entry-cat a {
	color: var(--sub-color);
}

.entry .item .item-right .entry-meta .gap {
	color: #898989;
}

.entry .item .item-right .entry-meta i.fa {
	font-size: 16px;
}

.entry .item:hover .item-img,.entry .item:active .item-img {
	-webkit-box-shadow: 1px 1px 3px #888;
	-moz-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
}

.entry .item:hover img,.entry .item:active img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.paging-section {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.paging-section .wp-pagenavi a,.paging-section .wp-pagenavi span {
	text-decoration: none;
	border: none;
	padding: 5px;
	width: 32px;
	height: 32px;
	line-height: 22px;
	display: inline-block;
	color: #6f6f6f;
	text-align: center;
}

.paging-section .wp-pagenavi a.current,.paging-section .wp-pagenavi span.current {
	background-color: var(--main-color);
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.paging-section .wp-pagenavi a.pages,.paging-section .wp-pagenavi span.pages,.paging-section .wp-pagenavi a.last,.paging-section .wp-pagenavi span.last,.paging-section .wp-pagenavi a.first,.paging-section .wp-pagenavi span.first {
	width: auto;
}

.related-post .item {
	display: block;
	margin-bottom: 30px;
	color: #6f6f6f;
	text-decoration: none;
}

.related-post .item img {
	width: 100px;
	height: auto;
	float: left;
	margin-right: 10px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.related-post .item .item-title {
	display: block;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}

.related-post .item .post-date {
	display: block;
	color: var(--sub-color);
	font-size: 14px;
}

.related-post .item:hover {
	text-decoration: none;
	color: var(--sub-color);
}

.related-post .item:hover img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}

.environment strong,.environment b {
	font-family: segoeuib;
}

.environment .item {
	margin-bottom: 40px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.environment .item .item-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	max-height: 380px;
}

.environment .item .item-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	text-align: justify;
}

.divTable {
	display: table;
	width: 100%;
}

.divTable .divTableBody {
	display: table-row-group;
}

.divTable .divTableBody .divTableRow {
	display: table-row;
}

.divTable .divTableBody .divTableRow:nth-child(2n) {
	background-color: #fafafa;
}

.divTable .divTableBody .divTableRow .divTableCell {
	display: table-cell;
	padding: 20px 30px;
	border-bottom: #ccc solid 1px;
}

.divTable .divTableBody .divTableRow .divTableCell.number-cell {
	text-align: center;
}

.divTable .divTableBody .divTableRow.divTableHeading {
	background-color: #fafafa;
	color: var(--main-color);
	text-transform: uppercase;
	font-size: 1.6rem;
	font-family: segoeuisb;
}

.divTable .divTableBody .divTableRow.divTableHeading .divTableCell {
	padding: 10px 30px;
}

.divTable .divTableBody .divTableRow:hover {
	background-color: #fdfdfd;
}

.project-category-container {
	padding: 45px 20px;
}

.project-category-container .project-category-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}

.project-category-container .project-category-list .item {
	display: block;
	width: 50%;
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 45px;
}

.project-category-container .project-category-list .item .item-img {
	position: relative;
	padding-top: 50%;
	margin-bottom: 15px;
	overflow: hidden;
}

.project-category-container .project-category-list .item .item-img img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.project-category-container .project-category-list .item .item-img .viewmore {
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: -100%;
	left: 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate(-50%,50%);
	-moz-transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	-o-transform: translate(-50%,50%);
}

.project-category-container .project-category-list .item .item-img .viewmore button {
	display: inline-block;
	text-decoration: none;
	background-color: var(--sub-color);
	color: #fff;
	-webkit-border-radius: 2.3rem;
	-moz-border-radius: 2.3rem;
	border-radius: 2.3rem;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 3px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.project-category-container .project-category-list .item .item-img .viewmore button span {
	display: inline-block;
	padding-left: 2rem;
	padding-right: 2rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #fff;
	border: #fff solid 1px;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
	white-space: nowrap;
}

.project-category-container .project-category-list .item .item-img .viewmore button:hover,.project-category-container .project-category-list .item .item-img .viewmore button:active {
	background-color: var(--main-color);
	color: #fff;
	text-decoration: none;
}

.project-category-container .project-category-list .item h3 {
	font-family: segoeuisb;
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0;
	color: var(--main-color);
	text-transform: uppercase;
}

.project-category-container .project-category-list .item .item-date {
	margin-bottom: 15px;
}

.project-category-container .project-category-list .item .item-date .item-icon {
	color: var(--sub-color);
}

.project-category-container .project-category-list .item .item-date .txt {
	color: #6f6f6f;
}

.project-category-container .project-category-list .item .item-text {
	color: #6f6f6f;
	text-decoration: none;
}

.project-category-container .project-category-list .item:hover .item-img img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}

.project-category-container .project-category-list .item:hover .item-img .viewmore {
	bottom: 50%;
}

@media screen and (max-width:991px) {
	.project-category-container {
		padding: 45px 0;
	}

	.project-category-container .project-category-list {
		margin: -15px;
		width: auto;
	}

	.project-category-container .project-category-list .item {
		width: calc(50% - 30px);
		padding: 0;
		margin: 15px;
	}
}

@media screen and (min-width:600px) and (max-width:767px) {
	.project-category-container .project-category-list .item .item-img .viewmore button {
		display: inline-block;
		text-decoration: none;
		background-color: var(--sub-color);
		color: #fff;
		-webkit-border-radius: 2.3rem;
		-moz-border-radius: 2.3rem;
		border-radius: 2.3rem;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		padding: 3px;
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
		-ms-transition: all .25s linear;
		-o-transition: all .25s linear;
		transition: all .25s linear;
	}

	.project-category-container .project-category-list .item .item-img .viewmore button span {
		display: inline-block;
		padding-left: 2rem;
		padding-right: 2rem;
		height: 4rem;
		line-height: 4rem;
		font-size: 1.8rem;
		text-transform: uppercase;
		color: #fff;
		border: #fff solid 1px;
		-webkit-border-radius: 2rem;
		-moz-border-radius: 2rem;
		border-radius: 2rem;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		text-align: center;
		white-space: nowrap;
	}

	.project-category-container .project-category-list .item .item-img .viewmore button:hover,.project-category-container .project-category-list .item .item-img .viewmore button:active {
		background-color: var(--main-color);
		color: #fff;
		text-decoration: none;
	}

	.project-category-container .project-category-list .item .item-img .viewmore button span {
		font-size: 16px;
	}
}

@media screen and (max-width:599px) {
	.project-category-container {
		padding: 30px 0;
	}

	.project-category-container .project-category-list {
		margin: 0;
	}

	.project-category-container .project-category-list .item {
		width: 100%;
		margin: 0 0 30px;
	}
}

.page-contact h1 {
	font-weight: 'segoeuib';
	font-size: 28px;
	color: var(--main-color);
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: var(--sub-color) solid 1px;
	position: relative;
}

.page-contact h1:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--sub-color);
	position: absolute;
	bottom: -5px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.page-contact .contactform .wpcf7-text {
	height: 30px;
	line-height: 30px;
	border: var(--sub-color) solid 1px;
	margin-bottom: 10px;
	width: 100%;
	padding: 5px;
}

.page-contact .contactform .wpcf7-textarea {
	border: var(--sub-color) solid 1px;
	margin-bottom: 10px;
	padding: 5px;
	width: 100%;
}

.page-contact .contactform .btn-submit {
	display: inline-block;
	text-decoration: none;
	background-color: var(--sub-color);
	color: #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 3px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	position: relative;
}

.page-contact .contactform .btn-submit .wpcf7-submit {
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-transform: uppercase;
	background-color: transparent;
	color: #fff;
	border: #fff solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
	width: 250px;
}

.page-contact .contactform .btn-submit .ajax-loader {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}

.page-contact .contactform .btn-submit:hover {
	background-color: var(--main-color);
}

.page-contact .contact-content strong,.page-contact .contact-content b {
	color: var(--main-color);
	font-family: segoeuib;
}

.page-contact .contact-map {
	margin-top: 60px;
	border-top: var(--sub-color) solid 1px;
	padding-top: 30px;
	position: relative;
}

.page-contact .contact-map:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--sub-color);
	position: absolute;
	top: -5px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.page-contact .contact-map iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	width: 100%;
}

.page-contact .contact-map iframe:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
}

#bottom {
	height: 134px;
	background: var(--sub-color) url(assets/images/bottom.png) left center no-repeat;
	background-size: contain;
	position: relative;
}

#bottom #bottom-content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}

#bottom #bottom-content #bottom-left {
	text-align: right;
	color: #fff;
	font-size: 24px;
	font-family: segoeuil;
	line-height: 44px;
}

#bottom #bottom-content #bottom-right {
	text-align: left;
}

#bottom #bottom-content #bottom-right .subscrible {
	/* width: 460px; */
	height: 44px;
	position: relative;
}

#bottom #bottom-content #bottom-right .subscrible .wpcf7-validation-errors {
	display: none!important;
}

#bottom #bottom-content #bottom-right .subscrible .subscible-text,#bottom #bottom-content #bottom-right .subscrible input[type=text],#bottom #bottom-content #bottom-right .subscrible input[type=email] {
	/* width: 436px; */
	height: 44px;
	line-height: 44px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	padding-left: 24px;
	padding-right: 42px;
}

#bottom #bottom-content #bottom-right .subscrible .subscrible-btn,#bottom #bottom-content #bottom-right .subscrible input[type=submit],#bottom #bottom-content #bottom-right .subscrible input[type=button],#bottom #bottom-content #bottom-right .subscrible button {
	height: 40px;
	width: 130px;
	line-height: 40px;
	background-color: var(--main-color);
	color: #fff;
	border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/* position: absolute; */
	top: 2px;
	right: 25px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

#bottom #bottom-content #bottom-right .subscrible .subscrible-btn:hover,#bottom #bottom-content #bottom-right .subscrible input[type=submit]:hover,#bottom #bottom-content #bottom-right .subscrible input[type=button]:hover,#bottom #bottom-content #bottom-right .subscrible button:hover {
	background-color: #9e3b4b;
}

#footer {
	background: #fff url(assets/images/footerbg.png) bottom center no-repeat;
	background-size: 100% auto;
	color: #6f6f6f;
	line-height: 25px;
}

#footer #footer-content {
	margin: 58px 0 56px;
}

#footer #footer-content #footer-1 {
	padding-top: 30px;
}

#footer #footer-content #footer-1 .footer-social {
	margin-top: 20px;
}

#footer #footer-content #footer-1 .footer-social .social {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.6rem;
	border: #ededed solid 1px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-right: 10px;
}

#footer #footer-content #footer-1 .footer-social .social [class^=icon-] {
	font-size: 1.6rem;
	line-height: 16px;
}

#footer #footer-content #footer-1 .footer-social .social:hover {
	border: none;
	background-color: var(--sub-color);
	color: #fff;
}

#footer #footer-content #footer-center {
	text-align: center;
}

#footer #footer-content #footer-2 {
	padding-top: 30px;
	text-align: justify;
	font-size: 15px;
}

#footer #copyright {
	display: block!important;
	text-align: center;
	color: var(--main-color);
	padding: 0 0 20px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

#footer #copyright a {
	color: var(--main-color);
}

#footer blockquote {
	border: none;
	font-size: 15px;
}

#footer blockquote p {
	display: inline;
}

#footer blockquote:before {
	content: '\f10f';
	font-family: icomoon;
	margin-right: 15px;
	color: var(--sub-color);
}

#footer blockquote:after {
	content: '\f110';
	font-family: icomoon;
	display: inline-block;
	margin-left: 15px;
	color: var(--sub-color);
}

@media only screen and (min-width:768px) {
	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: var(--sub-color);
	}

	::-webkit-scrollbar {
		width: 12px;
		background-color: var(--main-color);
	}

	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		background-color: var(--main-color);
	}
}

@media only screen and (min-width:992px) {
	.fixed-home {
		position: absolute;
		width: 100vw;
		top: 0;
	}

	#rev_slider_1_1_wrapper,#rev_slider_1_1,#rev_slider_2_1_wrapper,#rev_slider_2_1 {
		height: calc(100vh - 127px)!important;
	}
}

@media only screen and (max-width:1199px) {
	html {
		font-size: 58.3333%;
	}

	.section-project .item h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.single-project .nav-tabs {
		font-size: 12px;
	}

	.single-project .nav-tabs.nav>li>a {
		padding: 10px 8px;
	}
}

@media only screen and (max-width:991px) {
	#search-header {
		display: none;
	}

	.search-trigger {
		display: inline-block;
	}

	#header #header-nav {
		position: relative;
	}

	#header #header-nav #mobile-toggle {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		font-size: 24px;
	}

	#header #header-nav #header-left {
		width: 165px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 40px;
	}

	#header #header-nav #header-left img {
		/* height: 60px; */
	}

	#header #header-nav #header-right {
		width: calc(100% - 165px);
		padding-top: 0;
	}

	#header #header-nav #header-right #header-top {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
	}

	#header #header-nav #header-right #header-top .hotline .txt {
		font-size: 16px;
	}

	.fp-tableCell,.fp-section,.fp-slide {
		height: auto!important;
		overflow-x: hidden;
	}

	.section-home .fp-tableCell {
		padding-top: 0;
	}

	.section-intro {
		padding: 4.5rem 0 0;
	}

	.section-intro .intro-row {
		display: block;
	}

	.section-intro .intro-row .intro-info {
		margin-bottom: 85px;
		padding-right: 0;
	}

	.section-intro .intro-row .intro-video .intro-img {
		width: 100%;
		max-width: 100%;
	}

	.section-intro .intro-row .intro-video .play-overlay {
		width: 100%;
	}

	.section-intro .intro-row .intro-video .intro-circle {
		top: -5rem;
		left: 50%;
		-webkit-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
	}

	.section-services {
		padding: 4.5rem 0 3rem;
	}

	.section-project {
		padding: 4.5rem 0 0;
		background-position: center bottom;
	}

	.section-project .item h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.section-project .item .item-img {
		height: auto;
		max-height: none;
	}

	.section-project .item .item-img img {
		height: auto;
	}

	.section-thungo {
		padding: 4.5rem 0 3rem;
	}

	.section-thungo .thungo-container {
		display: block;
		background-image: none;
	}

	.section-thungo .thungo-container .item-center {
		width: 100%;
		height: auto;
	}

	.section-thungo .thungo-container .item-center .item-content {
		position: static;
		top: auto;
		left: auto;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
	}

	.section-thungo .thungo-container .item-center .item-content .thungo-icon {
		margin: 3rem auto 4.6rem;
	}

	.section-news {
		padding: 4.5rem 0 3rem;
	}

	#section-nav-container {
		display: none;
	}

	.single-project .nav-tabs {
		font-size: 14px;
	}

	.single-project .nav-tabs.nav>li>a {
		padding: 10px;
	}

	.single-project .tab-content .project-gallery .item a {
		height: 350px;
	}

	#bottom #bottom-content #bottom-left {
		text-align: center;
		margin-bottom: 10px;
	}

	#bottom #bottom-content #bottom-right {
		text-align: center;
	}

	#bottom #bottom-content #bottom-right .subscrible {
		margin-left: auto;
		margin-right: auto;
	}

	#footer #footer-content {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		width: 100%;
	}

	#footer #footer-content #footer-1 {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		width: 50%;
	}

	#footer #footer-content #footer-2 {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
		width: 50%;
	}

	#footer #footer-content #footer-center {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	html {
		font-size: 50%;
	}

	#header{
		position: fixed;
	}
	.mybreadcrumb{
		margin-top: 80px;
	}
	#header #header-nav #header-right #header-top .hotline {
		margin-right: 0;
	}

	#header #header-nav #header-right #header-top .hotline .txt {
		font-size: 14px;
	}

	#header #header-nav #header-right #header-top .header-socials {
		display: none;
	}

	.section-intro .intro-info .intro-counter-list .row {
		margin: 0 -10px;
	}

	.section-intro .intro-info .intro-counter-list .row .col-xs-4 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.section-intro .intro-info .intro-counter-list .counter-title {
		font-size: 15px;
		font-family: segoeuisb;
	}

	#main #content article h2,#main #content article h3,#main #content article h4,#main #content article h5,#main #content article h6 {
		font-size: 2rem;
		text-transform: none;
	}

	#main #content article.single header h1 {
		font-family: segoeuil;
		text-transform: none;
	}

	.single-project .nav-tabs.nav>li>a {
		padding: 10px 15px;
	}

	.entry .item .item-left,.entry .item .item-right {
		width: 100%;
		float: none;
	}

	.entry .item .item-left .item-img {
		margin-bottom: 15px;
	}

	.entry .item .item-right .entry-text {
		display: none;
	}

	.environment .item {
		margin-bottom: 15px;
		display: block;
	}

	.environment .item .item-img {
		margin-bottom: 15px;
	}

	.environment .item .item-img img {
		max-height: 100%;
	}

	.environment .item .item-text {
		position: static;
		top: auto;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
	}

	.paging-section {
		text-align: center;
	}

	#bottom #bottom-content #bottom-right .subscrible {
		width: 400px;
	}

	#bottom #bottom-content #bottom-right .subscrible .subscible-text,#bottom #bottom-content #bottom-right .subscrible input[type=text],#bottom #bottom-content #bottom-right .subscrible input[type=email] {
		width: 100%;
	}

	#bottom #bottom-content #bottom-right .subscrible .subscrible-btn,#bottom #bottom-content #bottom-right .subscrible input[type=submit],#bottom #bottom-content #bottom-right .subscrible input[type=button],#bottom #bottom-content #bottom-right .subscrible button {
		right: -30px;
	}

	#footer #footer-content #footer-1 {
		width: 100%;
	}

	#footer #footer-content #footer-center {
		width: 100%;
	}

	#footer #footer-content #footer-2 {
		display: none;
	}
}

@media only screen and (max-width:575px) {
	#header #header-nav #header-left {
		width: calc(100% - 100px);
		padding-left: 100px;
		text-align: center;
	}

	#header #header-nav #header-left #logo {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}

	#header #header-nav #header-right {
		width: 100px;
	}

	#header #header-nav #header-right #header-top .hotline {
		margin-right: 0;
	}

	#header #header-nav #header-right #header-top .hotline .icon-phone {
		display: none;
	}

	#header #header-nav #header-right #header-top .hotline .hotline-list {
		display: none;
	}

	#header #header-nav #header-right #header-top .hotline .txt button#dropdown-btn {
		padding-left: 5px;
		padding-right: 5px;
		background-color: var(--sub-color);
		color: #fff;
		border-color: var(--sub-color);
	}

	#header #header-nav #header-right #header-top .header-socials {
		display: none;
	}

	#header #header-nav #header-right #header-top .sep {
		display: none;
	}

	.section-intro .intro-info .intro-counter-list .row {
		margin: 0 -5px;
	}

	.section-intro .intro-info .intro-counter-list .row .col-xs-4 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.section-intro .intro-info .intro-counter-list .counter-title {
		font-size: 14px;
	}

	.section-intro .intro-info .intro-counter-list .counter-number {
		font-size: 24px;
	}

	.section-intro .intro-info .intro-counter-list .counter-sub-title {
		font-size: 16px;
	}

	.section-news .list-news li a img {
		width: 10rem;
		height: 5rem;
		margin-right: 15px;
	}

	.section-news .list-news li a h3 {
		font-size: 14px;
		max-height: 3.6rem;
		line-height: 1.8rem;
		margin-bottom: 0;
	}

	.section-news .list-news li a .post-date {
		font-size: 12px;
	}

	.single-project .nav-tabs {
		padding: 0;
		background-color: #fff;
	}

	.single-project .nav-tabs.nav>li {
		width: 50%;
		margin-bottom: 2px;
	}

	.single-project .nav-tabs.nav>li>a {
		display: block;
		border: #ededed solid 1px!important;
	}

	#main #content article.single header .post-cat {
		margin-top: 0;
	}

	#main #content article.single header .post-meta .post-meta-left {
		float: none;
		width: 100%;
	}

	#main #content article.single header .post-meta .post-meta-right {
		margin-left: 4rem;
		text-align: left;
	}

	.divTable {
		display: block;
	}

	.divTable .divTableBody {
		display: block;
	}

	.divTable .divTableBody .divTableRow {
		display: block;
		position: relative;
		padding: 15px;
		border-bottom: #ccc solid 1px;
	}

	.divTable .divTableBody .divTableRow .divTableCell {
		display: block;
		padding: 0;
		font-size: 14px;
		border-bottom: none;
	}

	.divTable .divTableBody .divTableRow .divTableCell.date-cell {
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		width: 13rem;
		text-align: right;
	}

	.divTable .divTableBody .divTableRow .divTableCell.position-cell {
		width: calc(100% - 13rem);
	}

	.divTable .divTableBody .divTableRow.divTableHeading .divTableCell {
		font-size: 14px;
		padding: 0;
	}

	.divTable .divTableBody .divTableRow.divTableHeading .divTableCell.location-cell {
		display: none;
	}

	.divTable .divTableBody .divTableRow.divTableHeading .divTableCell.number-cell {
		text-align: center;
	}

	.divTable .divTableBody .divTableRow.divTableContent .divTableCell.position-cell {
		font-weight: 600;
	}

	.divTable .divTableBody .divTableRow.divTableContent .divTableCell.position-cell a {
		display: block;
	}

	.divTable .divTableBody .divTableRow.divTableContent .divTableCell.location-cell {
		font-size: 12px;
	}

	.divTable .divTableBody .divTableRow.divTableContent .divTableCell.location-cell a {
		color: #666;
	}

	.divTable .divTableBody .divTableRow.divTableContent .divTableCell.location-cell:before {
		content: '\e947';
		display: inline-block;
		font-size: 12px;
		font-family: icomoon;
		color: #666;
	}

	.divTable .divTableBody .divTableRow.divTableContent:hover {
		background-color: #eadeb8;
	}

	.single-project .tab-content .project-gallery .item a {
		height: 300px;
	}

	#bottom #bottom-content #bottom-right .subscrible {
		width: 100%;
	}

	#bottom #bottom-content #bottom-right .subscrible .subscible-text,#bottom #bottom-content #bottom-right .subscrible input[type=text],#bottom #bottom-content #bottom-right .subscrible input[type=email] {
		width: 100%;
	}

	#bottom #bottom-content #bottom-right .subscrible .subscrible-btn,#bottom #bottom-content #bottom-right .subscrible input[type=submit],#bottom #bottom-content #bottom-right .subscrible input[type=button],#bottom #bottom-content #bottom-right .subscrible button {
		right: 28px;
	}
}

@media only screen and (max-width:479px) {
	#header #header-nav #header-right #header-top .hotline .txt button#dropdown-btn {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	}

	#header #header-nav #header-right #header-top .sep {
		display: none;
	}

	.section-intro .intro-info .intro-counter-list .counter-title {
		font-size: 13px;
		font-family: robotoC;
	}

	.section-intro .intro-info .intro-counter-list .counter-number {
		font-size: 18px;
	}

	.section-intro .intro-info .intro-counter-list .counter-sub-title {
		font-size: 13px;
	}
}

@media only screen and (max-width:374px) {
	.single-project .nav-tabs {
		padding: 0;
		background-color: #fff;
	}

	.single-project .nav-tabs.nav>li>a {
		font-size: 13px;
		font-family: robotoC;
		padding: 10px 5px;
		text-align: center;
	}
}