@font-face {
    font-family: 'SFUEurostileDemi';
    src: url('../fonts/SFUEurostileDemi') format('woff2'),
        url('../fonts/SFUEurostileDemi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFUEurostileDemi';
    src: url('../fonts/SFUEurostileDemi') format('woff2'),
        url('../fonts/SFUEurostileDemi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFUEurostile';
    src: url('../fonts/SFUEurostileRegular') format('woff2'),
        url('../fonts/SFUEurostileRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFUEurostileBoldOblique';
    src: url('../fonts/SFUEurostileBoldOblique') format('woff2'),
        url('../fonts/SFUEurostileBoldOblique.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HelveticaWorld-Regular') format('woff2'),
        url('../fonts/HelveticaWorld-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	/*padding: 0;*/
}
html {
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
body {
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	color: #555555;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	border: none;
}
select {
	background: url('../images/select.png') right 10px center no-repeat;
	outline : none;
	overflow : hidden;
	text-indent : 0.01px;
	text-overflow : '';
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 0;*/
}
input, textarea, select {
	outline: none;
}
* ::-webkit-input-placeholder {
	color: inherit;
}
* :-moz-placeholder {
	color: inherit;
	opacity: 1;
}
* ::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
* :-ms-input-placeholder {
	color: inherit;
}
ul,
ol {
	margin: 7px;
	padding-left: 15px;
	width: auto;
}
img {
	border: 0;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
}
a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
a:hover,
a:focus{
	color: #889976;
}
a[href^=tel],
a[href^=mail] {
	color: inherit;
	text-decoration: none;
}
a img {
	text-decoration: none;
}
strong, b {
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h1 {
	font-size: 38px;
	line-height: 38px;
}
h2 {
	font-size: 30px;
	line-height: 34px;
}
h3 {
	font-size: 15px;
	line-height: 22px;
}
h4 {
	font-size: 15px;
	line-height: 22px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
}
.gachtintuc{
	/*position: relative;
	height: 1px;*/
}
.txt-thin {
	font-weight: 100;
}
.txt-light {
	font-weight: 300;
}
.txt-regular {
	font-weight: 400;
}
.txt-medium {
	font-weight: 500;
	font-size: 14px;
}
.txt-bold {
	font-weight: 700;
}
.txt-black {
	font-weight: 900;
}
.txt-upper {
	text-transform: uppercase;
}
.txt-lower {
	text-transform: lowercase;
}
.txt-crop {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
.txt-justify {
	text-align: justify;
}
.txt-nowrap {
	white-space: nowrap;
}
.f-space05 {
	margin-top: 5px;
}
.f-space10 {
	margin-top: 10px;
}
.f-space15 {
	margin-top: 15px;
}
.f-space20 {
	margin-top: 20px;
}
.f-space25 {
	margin-top: 25px;
}
.f-space30 {
	margin-top: 30px;
}
.f-space40 {
	margin-top: 40px;
}
.f-space50 {
	margin-top: 50px;
}
.mar-left05 {
	margin-left: 5px;
}
.mar-right05 {
	margin-right: 5px;
}
.mar-left10 {
	margin-left: 10px;
}
.mar-right10 {
	margin-right: 10px;
}
.mar-left15 {
	margin-left: 15px;
}
.mar-right15 {
	margin-right: 15px;
}
.mar-left20 {
	margin-left: 20px;
}
.mar-right20 {
	margin-right: 20px;
}
.mar-left25 {
	margin-left: 25px;
}
.mar-right25 {
	margin-right: 25px;
}
.mar-left30 {
	margin-left: 30px;
}
.mar-right30 {
	margin-right: 30px;
}

#wrapper {
	/* background-color: #ffffff; */
	width: 100%;
	position: relative;
	overflow: hidden;
}
.box-wp {
	max-width: 1170px;
	position: relative;
}
.box-main {
	max-width: 880px;
	position: relative;
}
.box-wp:before,
.box-wp:after,
.box-main:before,
.box-main:after,
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.box-wp:after,
.box-main:after,
.clearfix:after {
	clear: both;
}
.img {
	width: 100%;
	text-align: center;
	position: relative;
	line-height: 0;
	overflow: hidden;
}
.img * {
	line-height: 0;
	display: inline-block;
}
.title {
	position: relative;
}
/*
.box-title {
	font-size: 16px;
	line-height: 22px;
	margin: 20px 0;
}
.box-title a {
	color: inherit;
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
}
.box-title .title >a::after {
	content: " ";
	border-bottom: 1px solid #a7a7a7;
	width: 70%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
*/
.headerchrpon{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.active_mns{
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.wp-post{
	margin: 0 -10px;
}
.title a{
	color: #eecf0e;
	text-decoration: none;
}
.title a:hover{
	color: #000000;
}
.header {
	display: inline-block;
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
}
.header .box-wp{
	background: #889976;
}
.header:before{
	content: ' ';
    position: absolute;
    width: 50%;
    top: 0;
    height: 100%;
	z-index: -1;
	right: 0px;
    background: #889976;
}
.header-left {
	float: left;
	width: 20%;
}
.header-center{
	width: 60%;
	float: left;
}
.header-center h2{
	text-align: center;
	padding: 20px 0;
}
.header-left .logo {
	float: left;
	text-align: center;
}
.header-left .company {
	float: left;
	padding: 13px 5px;
}
.header-right {
	float: right;
	width: 20%;
}

.header-right .contact-top{
	float:left;
	width:100%;
	padding-top: 10px;
}
.contact-top .tel{
	width: auto;
	float:left;
	padding-right: 40px;
	position: relative;
}
.contact-top .shop{
	width: auto;
	float:right;
	padding-left: 16px;
}
.contact-top .item .icon{
	float:left;
}
.contact-top .item .txt{
	float:left;
	padding-left: 15px;
	padding-top: 0px;
}
.item .txt h4{
	color: #212121;
	text-transform: uppercase;
}
.item .txt a{
	color: #545454;
	/*font-size: 14px;*/
}
.tel .txt h2{
	font-size: 22px;
	line-height: 30px;
}
.shop .txt a{
	color: #545454;
	font-size: 14px;
}
.item .txt:hover a{
	color: #000000;
}
.contact-top .shop .txt{
	padding-top: 0px;
}
.item .txt a.cart {
	background: #ff392a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding: 0 5px;
}
/* Push */
@-webkit-keyframes hvr-push {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes hvr-push {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.hvr-push {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
	-webkit-animation-name: hvr-push;
	animation-name: hvr-push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.navigation > ul > li > a span{
	display: inline-block;
	line-height: 20px;
	font-size: 15px;
}
.header .logo{
	width: 30%;
	line-height: 0px;
	float: left;
}
.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .logo {
	padding: 0;
	height: 96px;
	/*background: #fff;*/
     padding-top: 15px; 
}
.header .logo a {
	display: inline-block;
	line-height: 0px;
	padding: 0px;
}
.header .language {
	position: absolute;
	top: 0;
	right: 0;
}
.language ul li {
	color: #9c9fa0;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	line-height: 0;
}
.header-logo{
	position: absolute;
	top:-7px;
	left: 0;
	right: 0;

}
.logo img{
	/*position: absolute;
	left: 0;
	right: 0;
	top: -5px;
	text-align: center;*/
	z-index: 8;
	height: 100%;
	width: auto;
}
.header .menu{
	/* padding: 0px 0 22px 0; */
}
.header .menu-home{
	width: 100%;
	float: left;
	background: #889976;
}
.navbar {
	width: 68%;
	float: right;

	/* margin-top: 5px; */
}
#_slider{
	position: relative;
	overflow: hidden;
}

#_slider:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	content: '';
}

.header.fixed {
	background-color: #fdb816;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
}
.header.fixed .menu {
	padding: 0 0 9px 0;
}
.header.fixed .logo img{
	max-width: 210px;
	margin-top: -37px;
}
.count-100{
	position: absolute;
	bottom: 33px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 127px;
	font-family:  'AvenirNext-DemiBold'
}
.navigation,
.navigation ul,
.navigation ul li,
.navigation ul li a {
	list-style: none;
	line-height: 0;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
}
.navigation:after,
.navigation > ul:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.navigation ul {
}
.navigation > ul > li {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	/*display: table-cell;
	width: 1%;*/
}
.slide_main .col-1 .comment{
	line-height: 16px;
	font-size: 11px;
	height: auto;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	position: relative;
}
.slide_main .col-1 .comment:after{
	/*content: '';*/
	height: 2px;
	/*background: #fdb816;*/
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.slide_main{
	width: 100%;
	display: inline-block;
}

.slide_main .col-1 .comment span{
	z-index: 11;
	content: '';
	height: 2px;
	display: inline-block;
	background: #fdb816;
	position: absolute;
	bottom: -0.5px;
	left: 0;
	z-index: 1;
}
.slide_main .col-1 .comment a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	text-align: left;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family:'SFUEurostileDemi';
	font-size:14px;
	color:#2f2f2f;
	letter-spacing:0;
	line-height: 25px;
}
.slide_main .col-1 .comment h1{
	margin-bottom: 10px;
	margin-top: 10px;
}
.slide_main .col-1 .comment{
	padding: 7px;
	padding-bottom: 20px;
}
.line__lik{
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#4c4c4c;
	letter-spacing:0;
	line-height:18px;
	text-align:left;
}
.spanTop{
	display: inline-block;
    position: absolute;
    top: -85px;
    left: 45%;
}

.spanBottom{
	display: inline-block;
    position: absolute;
    bottom: -47px;
    left: 45%;
    z-index: 9;
}
.comment_slider{
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
}
.comment_slider:after{
	max-width: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	display: inline-block;
	background: rgba(163, 159, 159, 0.5);
	content: '';
}
.left__home{
	float: left;
	text-align: center;
	width: 30%;
	display: inline-block;
	background: url('/images/homee.svg') center center no-repeat;
	background-size: 179px 148px;
	margin-top: 50px;
}
.right__home{
	float: left;
	width: 70%;
	display: inline-block;
	padding-left: 25px;
}

.about-us{
	font-family: 'AvenirNext-Medium';

}
.tong1{
	font-size: 17px;
    color: #4a4a4a;
    display: inline-block;
    margin-top: 30px;
    line-height: 25px;
    font-family: 'SVN-DancingScript';
    font-style: italic;
    max-width: 300px;
}
.tong3{
	font-size: 25px;
}
.tong2{
	color: #4a4a4a;
	font-family: 'AvenirNext-Bold';
}
.left__home  p{
	    color: #fdb816;
    font-size: 60px;
    margin-top: 43px;
    font-family: 'VNI-Bodon-Bold';
}
.item-vs .description a{
	/* color: #fff; */
	/* text-transform: uppercase; */
	display: inline-block;
	font-size: 13px;
	font-weight: 100;
	margin-bottom: 7px;
	min-height: 45px;
}
.item-vs .description a:hover{
	color: #fdb816;
}
.info_map{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.over-map{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
}
.maxxxxx{
	position: fixed;
	bottom: 20%;
	left: 0;
	z-index:9999;
	right: 0;
}
.maxxxxx img{
	max-height: 126px;
}
.maxxxxx .owl-carousel .owl-nav button.owl-next{
	float: right;
	font-size: 38px;
}
.maxxxxx .owl-carousel .owl-nav button.owl-prev{
	float: left;
	font-size: 38px;
}
.maxxxxx .owl-carousel .owl-nav{
	    margin-top: 10px;
    position: absolute;
    left: -30px;
    right: -30px;
    height: 0px;
    top: 34%;
}
.maxxxxx .col-1 .img:after{
	background: rgba(231, 121, 104, 0.5) url(/images/360.png) no-repeat center center !important;
}
.slider__anh{
	max-width: 700px;
	width: 100%;
	margin: 0px auto;
}
.info_map iframe{
	width: 100%;
	height: 100%;
}
.lien-he, .tim-kiem, .gioi-thieu,.tin-tuc-su-kien, .nha-tai-tro, .hoat-dong, .cac-cong-trinh, .-error-404, .map{
	padding-top: 200px;
}
.box-lien-he, .gioi-thieu, .box-tim-kiem, .box--error-404{
	background: url('/images/lien-he.png') no-repeat center center;
	background-size: cover;
}
.box-cac-cong-trinh{
	background: url('/images/cac-cong-trinh.png') no-repeat center center;
	background-size: cover;
}
.box-tin-tuc-su-kien{
	background: url('/images/tintuc.jpg') no-repeat center center;
	background-size: cover;
}
.box-nha-tai-tro{
	background: url('/images/nha-tai-tro.png') no-repeat center center;
	background-size: cover;
}
.box-hoat-dong{
	background: url('/images/hoat-dong.png') no-repeat center center;
	background-size: cover;
}
.w-100{
	display: inline-block;
	width: 100%;
	position: relative;
	height: 1.5px;
	background: rgba(255, 255, 255, 0.5);
}
.wwi-100:after{
	content: '';
	width: 98%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1.5px;
	z-index: 99;
	background: #c66d5f;
}
.width-33:after{
	width: 33.33333%;
}
.e-200{
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 1.5px;
	z-index: 99;
	background: #c66d5f;
}
.over-20{
	position: absolute;
	right: 0;
	font-size: 14px;
	top: 5px;
}

.over-relative{
	padding-right: 50px !important;
	position: relative;
}
.slog__gle{
	/*background: url('/images/tin-chi-tiet.png') no-repeat center center !important;*/
	background-size: cover;
}
.right__home h2{
	font-size: 14px;
	color: #4a4a4a;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.relati{
	position: relative;
	padding-right: 60px !important;
}
.title-contact-info ul{
	display: inline-block;
	float: right;
}
.title-contact-info ul li{
	display: inline-block;
	float: left;
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}
.title-contact-info ul li:last-child:after{
	content: '';
	left: 0;
	height: 20px;
	width: 1.5px;
	background: #fff;
	position: absolute;
}

.title-contact-info ul li img{
	opacity: 0.5;
}

.title-contact-info ul li.active img{
	opacity: 1;
}
.relati:after{
	content: '';
	position: absolute;
	top: 5px;
	right: 15px;
	background:url('/images/page-1-copy-2.svg');
	width: 33px;
	height: 31px;
	display: inline-block;
}

.content_home{
	font-family: 'AvenirNext-Regular';
	font-size: 13px;
}
.xemchitiet{
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
	color: #4a4a4a;
	font-weight: bold;
	font-size: 13px;
}
.slide_main .col-1 .img{
 	overflow: hidden;
 	position: relative;
 	/* box-shadow: 0px 1px 5px rgba(0,0,0,0.5); */
}
.slide_main .col-1{
	background: #fff;
}
.slide_main .col-1 .img:after{
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(231, 121, 104, 0.5)  url('/images/page-1-copy-2.svg') no-repeat center center;
	transform: scale(0);
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-opacity: 0
}
.text-center{
	text-align: center;
}
.padding-10{
	margin-top: 20px;
	margin-bottom: 10px;
}
.slide_duan .owl-nav button.owl-next{
	margin-right: 0px !important;
	position: absolute;
    right: 30px;
    top: 46%;
    bottom: 0;
    z-index: 9999;
}
.slide_duan .owl-nav button.owl-prev{
	margin-left: 0px !important;
	position: absolute;
    left: 30px;
    top: 46%;
    bottom: 0;
    z-index: 9999;
}
.title-page{
	font-family: 'Play', sans-serif;
	font-size:26px;
	color:#505050;
	font-weight: 700;
	letter-spacing:0;
	padding: 40px 0px 40px;
	text-align:center;
}
.slide_main .col-1 .comment a:hover{
	color: #fdb816 !important;
}
.comment_news h1 a:hover, .col-sala-33 .comment h1 a:hover, .content-sala .wid-50 .comment h1 a:hover{
	color: #fdb816 !important;
}
.project-sala{
	padding: 10px 0px;
}
.content-sala{
	margin: 0px -15px;
}
.content-sala .wid-50{
	padding: 0px 15px;
}
.content-sala .wid-50 .img{
	width: 40%;
	float: left;
}
.content-sala .wid-50 .img{
	box-shadow: 0 0.5px 1px rgba(0,0,0,0.12), 0 0.5px 1px rgba(0,0,0,0.24);
}
.content-sala .wid-50 .comment{
	width: 60%;
	padding-left: 15px;
	float: left;
}
.content-sala .wid-50 .comment h1{
	font-size:14px;
	line-height: 22px;
	letter-spacing:0;
	text-align:left;
	margin-bottom: 10px;
}
.left-1,.left-2{
    FONT-SIZE: 16PXX;
    FONT-SIZE: 15PX;
    line-height: 27px;
    color: #505050;
}
.content-sala .wid-50.bot-15 .comment h1  a{
	font-size: 16px;
}
.content-sala .wid-50 .comment .line__lik{
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#2f2f2f;
	text-align: justify;
	letter-spacing:0;
	font-weight: 400;
	line-height:22px;
}
.text-right{
	text-align: right
}
.slide_duan .col-1 .box-it{
	padding: 0px;
	border: 0px;
}
.slide_duan .owl-nav{
	position: initial !important;
	height: 0px;
	display: block !important;
	margin-top: 0px !important;
}
.slide_main .owl-nav{
	display: block !important;
}
.slide_duan.owl-drag  .col-1, .slide_duan.owl-drag  .col-1 .img a{
	width: 100%;
}
.slide_main.owl-drag  .col-1, .slide_main.owl-drag  .col-1 .img a{
	width: 100%;
}
.content-sala .wid-50 .comment .line__lik i{
	color: #FDB816;
}
.content-sala .wid-50 .comment h1 a{
	color:#889976;
}
.color-b{
	color: #fff;
}
.margin-top-10{
	margin-top: 20px;
}
.slide_main .col-1:hover .img:after{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.padding-10-sola{
	padding: 20px 0px 15px;
}
.padding-0-sola{
	padding: 15px 0px 35px;
}
.wid25{
	width: 25%;
	padding: 0px 15px;
	float: left;
}

.margin-top-20{
	margin-top: 40px;
}
.wid75{
	width: 75%;
	padding: 0px 15px;
	float: left;
}
.ul_product ul {
	padding: 0px;
	margin: 0px;
}
.ul_product li{
	list-style: none;
	position: relative;
	overflow: hidden;
}
.ul_product li a{
	color: #fff;
	padding: 9px 10px 9px 20px;
	/* background: #0066B3; */
	/* margin-bottom: 5px; */
	display: inline-block;
	font-weight: 600;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	border-bottom: 1.4px solid rgba(255,255,255,0.7);
	/* color:#505050; */
	letter-spacing:-0.56px;
	background: #889875;
	text-align:left;
}
.col-sala-33 .img{
	border: 1px solid #fff;
}
.ul_product li a:after{
	content: '.';
    position: absolute;
    top: 1px;
    left: 5px;
    font-weight: bold;
    font-size: 25px;
}
.col-sala-33{
	width: 33.33333%;
	float: left;
	padding: 0px 15px;
}
.col-sala-33 .comment h1 a{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#fff;
	font-weight: 100;
	letter-spacing:0;
	text-align:center;
}
.content .col-sala-33 .comment h1 a{color: #505050;}
.price-div{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#2f2f2f;
	letter-spacing:0;
	text-align:left;
	font-weight: 700;
}
.top-10{
	margin-top: 10px;
}
.start-div i{
	font-size: 16px;
	color: #A8A8A8;
}
.start-div{
	text-align: right;
}
.price-div .price{
	color: #FDC237
}
.ul_product li a.active{
	/* background-image: linear-gradient(to right, #FDBA15 , #F37320); */
	background: #f58220;
	border-color: #f58220;
	color: #fff;
}
.ul_product li a{
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.ul_product li:hover a {
	background: #f58220;
	color: #fff;
	/* background-image: linear-gradient(to right, #FDBA15 , #F37320); */
}
.slide_main .col-1 .img img{
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.slide_main .col-1:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}	
.count{
	font-size: 12px;
}

.navigation > ul > li > a {
	display: block;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
	font-family: 'Play', sans-serif;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	padding: 0 20px;
	z-index: 9;
}
.navigation ul ul li:last-child a{
	/*border-radius: 0 0 4px 4px;*/
}
.navigation ul ul li:first-child a{
	/*border-radius: 4px 4px 0 0;*/
}
.navigation > ul > li > a::before {
	font: normal normal normal 5px/1 FontAwesome;
	/*content: "\f111";*/
	position: absolute;
	top: 18px;
	left: -2px;
	color: #ffffff;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.navigation > ul > li:nth-child(5n-1) > a::before,
.navigation > ul > li:first-child > a::before {
	display: none;
}
/*.navigation > ul > li:nth-child(4n-1){
	margin-right: 250px;
}*/
.navigation > ul > li:first-child > a{
	padding-left: 0px;
}
.navigation > ul > li:last-child > a{
	padding-right: 0px;
}
.navigation > ul > li:hover > a span ,
.navigation > ul > li:focus > a  span{
	/*border-bottom: 1.5px solid #fff;*/
	/* background-image: linear-gradient(to right, #FDBA15 , #F37320); */
}
.navigation > ul > li a > span{
	/* transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out; */
	line-height: 25px;
}
.sola-about{
	padding-top: 45px;
}
.icon_search{
	cursor: pointer;
}
.icon_search:hover i {
	-webkit-animation-name: bounce1;
    animation-name: bounce1;
    -webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-duration: 3s;
}
@-webkit-keyframes bounce1 {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.015, 0.015, 0.015, 0.015);
		transition-timing-function: cubic-bezier(0.215, 0.210, 0.155, 0.500);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(0.055, 0.050, 0.055, 0.060);
		transition-timing-function: cubic-bezier(0.255, 0.050, 0.155, 0.060);
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -15px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.055, 0.050, 0.155, 0.060);
		transition-timing-function: cubic-bezier(0.255, 0.050, 0.155, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce1 {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.015, 0.015, 0.015, 0.015);
		transition-timing-function: cubic-bezier(0.215, 0.210, 0.155, 0.500);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(0.055, 0.050, 0.055, 0.060);
		transition-timing-function: cubic-bezier(0.255, 0.050, 0.155, 0.060);
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -15px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.055, 0.050, 0.155, 0.060);
		transition-timing-function: cubic-bezier(0.255, 0.050, 0.155, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}


.navigation ul{
	text-align: right;
}
.box-slider{
	position: relative;
}
.over_slider{
	position: absolute;
	top: 25%;
	right: 0;
	left: 0;
	z-index: 99;
}
.content_slider{
	float: right;
	text-align: justify;
	color: #fff;
	margin-top: 30px;
	font-size: 13px;
	line-height: 23px;
}
.content_slider h2{
	/*text-transform: uppercase;*/
	font-weight: 100;
	font-size: 20px;
	/*margin-bottom:20px;*/
	padding-bottom: 15px;
	padding-left: 100px;
	/*border-bottom: 1px solid #fdb816;*/

}
.name_Content{
	text-transform: uppercase;
	font-size: 13px;
}
.name_Content span{
	display: inline-block;
	padding: 5px 30px 5px 5px;
	background: rgba(231, 121, 104, 0.7);
	margin-left: 5px;
}
.name_Content label{
	font-family: 'AvenirNext-Medium';
}
.content_slider h2{
	font-family: 'SVN-DancingScript';
    font-weight: 300;
    font-size: 25px;
    text-align: center;
}
.name_Content{
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 30px;
}
.co_slider{
	padding-left: 100px;
}
.content_slider{
	max-width: 480px;
	position: relative;
	min-height: 300px;
}
.img_slider{
	position: absolute;
	top: 0;
	left: -280px;	
	top: -50px
}
.over-slide-right{
	z-index: 99999999;
}
.top__social{
	display: inline-block;
	width: 100%;
}
.header .ul_top{
	text-align: left;
	display: inline-block;
	margin-top: 25px;
    float: right;
    margin-bottom: 12px;
}
.header .ul_top li{
	margin-left: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	float: left;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: -1;
    right: 0;
}
.owl-carousel .owl-nav button.owl-next {
    /* background: 0 0; */
	background: url('/images/STP_Solar/left.png') no-repeat center center !important;
	height: 35px;
	width: 35px;
	float: right;
	border-radius: 50%;
	outline: none;
	border: 1px solid #F8901C;
    z-index: 99999;
    margin-right: -60px;
    padding: 0!important;
    color: transparent !important;
	font-size: 0px;
}
.owl-carousel  .owl-nav button.owl-prev{
	color: inherit;
	float: left;
	color: transparent !important;
	font-size: 0px;
    background: url('/images/STP_Solar/left.png') no-repeat center center !important;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	outline: none;
	border: 1px solid #F8901C;
	z-index: 99999;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
    margin-left: -60px;
    padding: 0!important;
}
.slide_duan .owl-nav button.owl-next{
	background: url('/images/STP_Solar/leggg.png') no-repeat center center !important;
}
.slide_duan  .owl-nav button.owl-prev{
	background: url('/images/STP_Solar/leggg.png') no-repeat center center !important;
}
.header .ul_top li strong{
	font-family: 'Open Sans', sans-serif;
	color: #fff;	
	font-weight: 600;
}
.overlay___cart {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.box-it .order {
    bottom: 28px;
	right: 28px;
	position: inherit;
    color: #fff;
    border-radius: 7px;
	margin-right: 4px;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	opacity: 0;
	outline: none;
}
.box-it .order button{	background:#0066B3;
}
.box-it:hover .order {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}
.box-it:hover .view__product {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}
.view__product {
    /* transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	opacity: 0; */
	bottom: 28px;
	right: 28px;
	position: inherit;
	background-color: #fdb816;
    color: #fff !important;
    padding: 1px 4px;
	margin-right: 4px;
	display: inline-block;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
    opacity: 0;
}
.header .ul_top li img{
	margin-right: 5px;
	margin-top: -5px;
}
.form-search {
	position: relative;
	display: inline-block;
	margin-top: -20px;
}
.form-search input{
	background: none;
	border: 1px solid #fff;
	border-radius: 30px;
	min-width: 240px;
	color: #fff;
	padding: 6px 15px 6px 15px;
}
.form-search button{
	background: none;
	outline: none;
	position: absolute;
	top: 13px;
	right: 0px;
}
.icon_like, .icon_twi{
	display: inline-block;
	padding: 1px 5px;
	border: 1px solid #fff;
	border-radius: 5px;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	cursor: pointer;
	font-size: 12px;
}
.owl-carousel .owl-stage{
	/*width: 100% !important;*/
}
.slide_main{
}
.owl-carousel.owl-drag .owl-item{
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.slide_main .col-1 .box-it{
	border: 0px !important;
	padding: 3.5px;
	/* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}
.over-dv{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 34px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	padding: 5px 10px;
	background: rgba(0,0,0,0.4);
	letter-spacing:0;
	text-align:left;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.over-dv a{
	color: #fff;
}
.col-1:hover .over-dv{
	background: #f58220;
}
.project-sala .col-sala-33 .box-it{
	display: inline-block;
	width: 100%;
	padding: 4px;
	padding-bottom: 10px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out
}
.project-sala .col-sala-33 .box-it:hover{
	/* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px)
}
.content_new_sola .col-sala-33 .box-it{
	display: inline-block;
	width: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out
}

.content_new_sola .col-sala-33 .box-it:hover{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transform: translateY(-4px);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .4);
	-webkit-transform: translateY(-4px)
}
.col-sala:hover{
	box-shadow: 0 3px 2px -2px #ccc;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.content_new_sola .img{
	position: relative;
}
.content_new_sola .img::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.col-sala .img img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.icon_search{
	position: relative;
}
.icon_search form{
	overflow: inherit !important;
}
.from-search{
	position: absolute;
	right: 0px;
	top: 70px;
    background: #889976;
	padding: 3px;
	z-index: -1;
	opacity: 0;
	border-radius: 30px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.icon_search:hover .from-search{
	z-index: 999999999999;
	opacity: 1;
	top: 59px;
}
.from-search button{
	
}
.icon_search form:after{
	content: '';
	position: absolute;
	right: 11px;
	top: -21px;
	border: 10px solid transparent;
	border-bottom: 10px solid #01579a
}
.icon_search input{
	padding: 10px !important;
	color: #01579a;
    background: #fff !important;
}
.col-sala .box-it:hover img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04)
}
.content_new_sola .box-it:hover  .img::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}


.line__lik i{
	transition: all  0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.line__lik a:hover i{
	transform: translateX(3px);
	-webkit-transform: translateX(3px)
}
.col-sala{
	display: inline-block;
	width: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.owl-carousel.owl-drag .owl-item:hover{
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
}
.slide_duan.owl-drag .owl-item:hover{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.slide_duan .over-dv{
	background: none !important;
	padding: 10px 18px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.65)) !important;
}
.owl-carousel .owl-stage{
	padding-top: 10px;
}
.icon_co{
	transition: all 0.4s ease-in;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in;
}
.icon_like:hover{
	background: rgba(59, 89, 152, 0.8);
	border-color: rgb(59, 89, 152);
}
.icon_like:hover, .icon_twi:hover{
	transform: translateY(-2px);
	box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.1);
	-webkit-transform: translateY(-1px);
}
.icon_twi:hover{
	background: rgba(29, 161, 242, 0.8);
	border-color: rgb(29, 161, 242);
}
.icon_search input{
	background: transparent;
	border: 1px solid #fff;
	border-radius: 30px;
	min-width: 450px;
	padding-left: 10px;
	padding: 3px 10px;
}
.icon_search form{
	font-size: 13px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-family: 'SFUEurostile'
}
.icon_search form button{
	background: #01579a;
	top: 0px;
	position: absolute;
    bottom: 0px;
    border: 1px solid #01579a;
    right: -4px;
	color: #fff;
	outline: none;
    padding: 0px 15px;
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.navigation > ul > li.active span{
	border-bottom: 2px solid #fff;
}
.tim-kiem-search .item-vs .description a{
	font-size: 14px;
	font-weight: 500;
	color: #01579a;
}
.navigation ul ul {
	position: absolute;
	left: -9999px;
	top: 46px;
	min-width: 160px;
	width: auto;
	z-index: 99999999999;
	padding-top: 15px;
	opacity: 1;
	text-align: left;
	-webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
	-moz-transition: top 0.2s ease, opacity 0.2s ease-in;
	-ms-transition: top 0.2s ease, opacity 0.2s ease-in;
	-o-transition: top 0.2s ease, opacity 0.2s ease-in;
	transition: top 0.2s ease, opacity 0.2s ease-in;
}
.navigation > ul > li > ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: rgb(255, 255, 255);
    top: -2px;
    left: 35px;
}
.show_address{
	display: inline-block;
}
.show_address span{
	display: inline-block;
	margin-right: 20px;
	font-size: 13px;
	color: #e97a69;
	font-family: 'AvenirNext-Medium';
	font-weight: 600;
}
.show_address img{
	margin-top: -5px;
}

.quymo{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.div_quymo{
	font-size: 14px;
}

.img_congtrinh img{
	width: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.img_congtrinh{
	margin-top: 25px;
	border-radius: 5px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	position: relative;
}
/*.img_congtrinh:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	bottom: 0;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	opacity: 0;
	cursor: pointer;
	background: rgba(231, 121, 104, 0.5)  url('/images/page-1-copy-2.png') no-repeat center center;
}*/
/*.wid-50:hover .img_congtrinh:after{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
*/.img_congtrinh:hover img{ 
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.icon_search i{
	margin-top: 4px;
	font-size: 15px;
	color: #fff;
}
.icon_search img{
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}
#image-gallery li{
	display: inline-block;
	border-radius:5px;
	overflow: hidden;
}
#image-gallery li img{
	border-radius: 5px;
}
.right-15{
	padding-right: 45px;
	overflow: auto;
}
.right-15::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.03);
	background: url('/images/Line.svg') repeat-y 1px 21px;
	width: 5px;

}

.right-15::-webkit-scrollbar
{
	width: 6px;
	background: none;
	/*background-color: #ddd;*/
}

.right-15::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.04);
	background-color: #fff;
}
.left-15{
	padding-left: 45px;
}
.title_detail_congtrinh{
	font-size: 26px;
	margin-bottom: 7px;
	font-weight: 300;
	text-transform: uppercase;
}
.tit_ssvv{
	font-size: 23px !important;
	font-family: 'AvenirNext-Bold';
}
.navigation ul ul ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-right-color: rgb(65, 61, 53)		;
	top: 12px;
	left: -8px;
}
.navigation > ul > li:hover > ul {
	top: 27px;
	left: 20px;
	font-family: 'SFUEurostileDemi';
	opacity: 1;
}
.navigation > ul > li > a span{
	position: relative;
}
.navigation > ul > li > a span:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background: #fff;
	opacity: 0;
}
.navigation > ul > li:hover > a span:after{
	opacity: 1;
}
.navigation > ul li:hover a{
	/* background-image: linear-gradient(to right, #FDBA15 , #F37320); */
	color: #fff;
}
.navigation ul ul ul {
	padding-top: 0;
	padding-left: 6px;
}
.navigation ul ul > li:hover > ul {
	left: 100%;
	top: 0;
	opacity: 1;
}
.navigation ul ul li a {
	background-color: rgba(0, 0, 0, 0.5);
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-decoration: none;
	padding: 0 20px 0 30px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.navigation ul ul li a::before {
	font: normal normal normal 10px/1 FontAwesome;
	content: "\f101";
	position: absolute;
	top: 12px;
	left: 15px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.navigation ul ul li:hover > a,
.navigation ul ul li > a:hover,
.navigation ul ul li > a:focus {
	color: #ffffff;
	background:#889976;
}
.navigation ul ul li.active > a {
	color: #ffffff;
	background: #889976;
}
.navigation ul ul li:hover > a::before,
.navigation ul ul li > a:hover:before,
.navigation ul ul li > a:focus:before {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.navigation ul ul li.active > a::before {
	color: #ffffff;
}

.navigation > ul > li.search{
	padding-left: 30px;
}
.search {
	width: 100%;
	position: relative;
}
.search input[type=text] {
	background-color: #31231d;
	color: #93847e;
	padding: 0 35px 0 15px;
	width: 100%;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
.search button {
	background-color: transparent;
	border: none;
	color: #ffffff;
	float: right;
	font-size: 19px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.search button:hover{
	background: #545454;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.header-top{
	width: 100%;
	position: relative;
	background: #eeeeee;
}

.header-sm {
	/*background: #0064ad;*/
	background: #889976 !important;
	/*border-bottom: 2px solid #000000;*/
	padding: 5px 66px 5px 10px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	display: none;
}
.header-sm .logo {
	float: left;
	padding-top: 8px;
}
.header-sm .logo img {
	max-height: 45px;
}
.top-left{
	width: 70%;
	float: left;
}
.top-right{
	width: 30%;
	float: right;
}
.box-slider,
.box-banner {
	max-width: 100%;
	overflow: hidden;
	margin-top: -6px;
	position: relative;
}
.box-banner{
	/* max-height: 317px; */
}
.top-left ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
}
.top-left ul > li {
	display: inline-block;
	position: relative;
}
.top-left ul > li:first-child > a{
	padding-left: 0px;
}
.top-left ul > li > a {
	color: #555555;
	display: block;
	font-size: 13px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	line-height: 36px;
	overflow: hidden;
	padding: 0 12px;
}
.slider_over h1{
	font-size: 38px;
	font-style: italic;
	/* margin-bottom: 15px; */
	color: #fff;
	text-shadow:0 2px 4px rgba(0,0,0,0.50);
}
.slider_over p{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	max-width: 800px;
	text-shadow:0 2px 4px rgba(0,0,0,0.50);
	float: left;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	margin-bottom: 15px;
	font-style: italic
}
.slide_duan .over-dv a {
	text-shadow:0 2px 4px rgba(0,0,0,0.50);
	line-height: 27px;
}
.slider_over div {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.btn-xemthem{
	font-size: 15px;
	padding: 8px 20px;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	outline: none;
	transition: all 0.4s ease-in-out !important;
	-webkit-transition: all 0.4s ease-in-out !important;
}
.btn-xemthem:hover{
	background: #889976;
}
.btn-xemthem i{
	font-size: 20px !important;
	margin-left: 5px !important;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.btn-xemthem:hover i{
	transform: translateX(5px) !important;
	-webkit-transform: translateX(5px) !important;
}
.top-left > ul > li::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 13px;
	background: url('../images/gach.png');
	top: 12px;
	right: -4px;
}
.btn-xemthem_ab{
	padding: 8px 20px;
	color: #fff;
	background: #f58220;
	margin-top: 20px;
}
.top-left ul > li:hover > a,
.top-left ul > li:focus > a{
	color: #672700;
	text-decoration: underline;
}
.top-left > ul > li:last-child:before,
.top-left ul li.none {
	display: none;
}
.top-right ul{
	list-style: none;
	text-align: right;
	margin-right: 0px;
}
.top-right ul li{
	display: inline-block;
	padding: 0 5px;
}
.top-right ul li:last-child{
	padding-right: 0px;
}
.breadcrumb {
	position: absolute;
    background-color: rgba(136, 153, 117, 0.55);
    /* border-bottom: 1px solid #e8ebec; */
    overflow-y: auto;
    margin: 0;
    padding: 8px 12px;
    left: 0;
    right: 0;
    z-index: 9999;
    bottom: 0px;
}
.breadcrumb:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.breadcrumb a {
	display: table-cell;
	font-size: 13px;
	font-weight: 400;
	color: #fff !important;
	line-height: 28px;
	padding: 0 10px 0 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb .fa {
	font-size: 1.4em;
}
.breadcrumb a + a {
	padding-left: 15px;
}
.breadcrumb a:last-child {
	color: inherit;
	font-weight: bold;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
	text-decoration: underline;
}
.breadcrumb a.error {
	color: #ff7b79 !important;
}
.breadcrumb a:before {
	content: "/";
	/*border-top: 5px solid transparent;
	border-left: 5px solid #cfd2d3;
	border-bottom: 5px solid transparent;*/
	width: 0;
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	height: 0;
	position: absolute;
	left: 100%;
	top: 0px;
	font-size: 1.4em;
	font-weight: 300;
}
.breadcrumb a:last-child::before {
	display: none;
}

.container {
	position: relative;
}

.content {
	background-color: #ffffff !important;
	/* color: #fff; */
	padding: 20px 0px;
}


.title-contact-info{
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	margin-bottom: 50px;
}
.title-contact-info span{
	display: inline-block;
	padding: 2px 30px 0px 5px;
	font-weight: 200;
	background: #01579a;
	color: #fff;
}
.txt-lienhe{
	text-align: center;
	font-size: 13px;
	line-height: 23px;
	display: inline-block;
	font-style: italic;
	width: 100%;
	margin-bottom: 20px;
}
.content-left {
	float: left;
	width: 31.5%;
	display: none;
}
.content-right {
	float: right;
	/*width: 68.5%;*/
	width:100%;
}
.list_gallery  .item-vs{
	width: 25%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.list_gallery .item-vs .box{
	position: relative;
}
.list_gallery .item-vs:hover .img{
	 box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	/*background: rgba(0, 0, 0, 0.5); */
}
.list_gallery  .item-vs .img{
	width: 100%;
}
.list_gallery .item-vs .description{
	width: 100%;
}
.border-bottom{
	display: inline-block;
    height: 1px;
    border-bottom: 1px dotted #fff;
    width: 100%;
}
.list_gallery .item-vs .img {
    /*width: 100%;*/
    /*display: table-cell;*/
    /*display: table-cell;*/
    vertical-align: middle;
    /*height: 160px;*/
    /* width: 40%; */
    float: left;
	box-shadow: none;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-webkit-box-shadow: none;
	border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #ccc;
    padding: 40px 0px;
}
.list_gallery .item-vs .img:after{
	display: none;
}
.list_gallery .item-vs .img img{
	transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
}
.list_gallery .item-vs .description{
    overflow: hidden;
    display: inline-block;
	width: 100%;
	text-align: center;
    float: left;
    overflow: hidden;
    padding: 10px;
	
}
.list_gallery .item-vs .description a{ 
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#0066b3;
	letter-spacing:0;
	line-height:20px;
	font-weight: 600;
}

.list_gallery .item-vs .taitro {
    position: absolute;
    bottom: 0;
    top: 70%;
    display: inline-block;
    width: 60%;
    background: rgba(0,0,0,0.4);
    color: #fff;
    padding: 10px;
}

.list_gallery .item-vs .img{
	border-radius: 0px;
}
.list_gallery .item-vs .description:before{
	    content: '';
    position: absolute;
    left: -33px;
    top: 0;
    bottom: 0;
    background: url(/images/homee.svg) left center no-repeat;
    opacity: 0.3;
    background-size: 100px 100px;
    width: 100px;
}


.list_gallery .item-vs .description a{
	min-height: inherit;
}
.list_gallery .item-vs{
	width: 25%
}
/*.menu-left.fixed{
	position: fixed;
	top: 55px;
	width: 27.4%;
	overflow: hidden;
	z-index: 999;
}*/
.list_congtrinh .item-vs{
	width: 25%;
}
.list_congtrinh .item-vs .img{
	width: 100%;
}
.list_congtrinh .item-vs .description{
	width: 100%;
	margin-top: 15px;
	height: auto;
    overflow: hidden;
}
.list_congtrinh .item-vs .description h3{
	position: relative;

}
.list_congtrinh .item-vs .description h3:after{
	position: absolute;
	bottom: 2px;
	/*content: '';*/
	left: 0;
	right: 0;
	height: 1.5px;
	background: rgba(255, 255, 255, 0.5);
}
.content-contrinh{
	max-width: 700px;
	margin-bottom: 25px;
}
.contentTop ul{
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.contentTop ul li{
	display: inline-block;
	float: left;
	padding: 0px 10px;
	width: 25%;
}
.contentBot {
    padding: 0px 10px;
    margin-bottom: 15px;
    /* margin: 0px; */
    padding-top: 0px;
    line-height: 0px;
}
.contentBot span {
	display: inline-block;
	width: 100%;
    border-top: 1px solid #fff;
}	
.contentTop ul li a{
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
	font-size: 13px;
	border: 1px solid #fff;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	border-radius: 3px;
}
.contentTop ul li a:hover{
	border: 1px solid #fdb816;
	background: #fdb816;
	box-shadow: 0px 2px  5px rgba(0,0,0,0.3);
	color:#fff;
}
.contentTop ul li a.active{
	border: 1px solid #fdb816;
	background: #fdb816;
	box-shadow: 0px 2px  5px rgba(0,0,0,0.3);
}
.contentTop ul li a.active:hover{
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.left_box{
	bottom: 2px;
	left: 0;
	height: 1.5px;
	background: #fdb816;
	position: absolute;
	z-index: 9;
}
.text-cole{
	font-size: 13px;
}
.menu-left{
	background: #f0f0f0;
}
.menu-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* .content-right a{
	color: #fff;
}
.content-right a:hover{
	 color: #fdb816;
} */
.menu-left ul li > a {
	border-bottom: 1px solid #e8ebec;
	color: inherit;
	display: block;
	padding: 10px 20px 10px 12px;
	text-transform: uppercase;
	position: relative;
}
.menu-left ul li > a:hover,
.menu-left ul li > a:focus,
.menu-left ul li.active > a {
	background-color: #000000;
	color: #ffffff;
}
.menu-left ul li > a::after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
}
.menu-left ul ul {
	padding-left: 20px;
	border-bottom: 1px solid #e8ebec;
}
.menu-left ul ul li > a {
	border-bottom: 1px solid #e8ebec;
	font-size: 13px;
	padding: 10px 20px 10px 12px;
}
.menu-left ul ul li:last-child > a {
	border-bottom: none;
}

.fancybox-container{
	z-index: 999999999999 !important;
}
.wid-1111:after{
	width: 100% !important;
}




.list-menu{
	width: 100%;
}
.col{
	/*width: 25%;*/
	float: left;
	position: relative;
}
.col.col-25{
	width: 25%;
	float: left;
}
.col.col-50{
	width: 50%;
	float: left;
}
.tit-pro{
	position: absolute;
	z-index:2;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
}
.tit-pro span{
	/* padding: 10px 15px; */
}
.tit-pro a{
	color: #ffffff;
}
.top-right .comment .tit-pro{
	top:100px;
	right:20px;
}
.top-left .comment .tit-pro{
	top:20px;
	left:20px;
}
.bottom-right .comment .tit-pro{
	bottom:20px;
	right:20px;
}
.bottom-left .comment .tit-pro{
	bottom:20px;
	left:20px;
}
.tit-pro:before{
	/* content: "";
	display: block;
	width: 4px;
	height: 45px;
	background: #eecf0e;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index:0; */
}
/* Sweep To Right */
/* .hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: #2098d1;*/
	background: #eecf0e;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
} */
.box-text .tit-pro span.hvr-sweep-to-right:hover , .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active,
.col:hover .hvr-sweep-to-right, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
}
.col:hover .hvr-sweep-to-right:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.box-text .tit-pro span.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.title-1 .tit-pro:before,
.title-1 .hvr-sweep-to-right:before{
	/*background: #be415c;*/
	background: #eecf0e;
}
.title-2 .tit-pro:before,
.title-2 .hvr-sweep-to-right:before{
	/*background: #cbd76d;*/
}
.title-3 .tit-pro:before,
.title-3 .hvr-sweep-to-right:before{
	/*background: #2bbce8;*/
}
.title-4 .tit-pro:before,
.title-4 .hvr-sweep-to-right:before{
	/*background: #ad2135;*/
}
.title-5 .tit-pro:before,
.title-5 .hvr-sweep-to-right:before{
	/*background: #96cf7d;*/
}

.box-text .tit-pro{
	position: absolute;
    width: 100%;
    bottom: 50%;
    left: 0;
	right: 0;
	font-size: 35px;
    text-transform: none !important;
    margin-bottom: 15px;
	color: #fff;
	font-style: italic;
	/* text-shadow: 0 2px 4px rgba(0,0,0,0.50); */
    /* font-size: 24px; */
    line-height: 25px;
}
.box-banner:after{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	/* background: url('/images/STP_Solar/videomask.png'); */
}


.box-text .tit-pro:before{
	/*right:0px;
	left: 0;*/
}

.news-product{
	padding-top: 50px;
}
.show-list-product{
	padding-top: 30px;
}
.list-news-pro{
	padding-top: 45px;
}
.list-product{
	margin: -15px -15px 0 -15px;
}
.show-list-product-home{
	/*margin: 0 -15px;*/
	padding-top: 30px;
	padding-bottom: 40px;
}
.col-11{
	width: 33.333336%;
	float: left;
	padding: 15px;
}
.col-12{
	width: 25%;
	float: left;
	padding: 15px;
}
.col-1{
	width: 100%;
}
.col-1 .order {
	position: absolute;
	bottom: 12px;
	right: 12px;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.col-12 .order{
	bottom: 28px;
	right: 28px;
}
.col-1 .order input[type="submit"]{
	background: url('../images/i-shop.png')top center no-repeat;
	height:35px;
	width: 35px;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.col-1 .order input[type="submit"]:hover{
	background: url('../images/i-shop-hover.png')top center no-repeat;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.col-1{
	float: left;
	position: relative;
}
.col-1 .box-it{
	border: 1px solid #e7e7e7;
	padding: 15px;
}
.col-1 .comment p.b{
	padding-top: 5px;
}
.col-1 .comment p.b .sale{
	text-decoration: line-through;
	padding-right: 10px;
}
.col-1 .comment p.b .price{

}

/* .sola-title{
	padding-top: 40px;
	padding-left: 20px;
	border-left: 4px solid #0066b3;
	margin-bottom: 15px;
	position: relative;
}
.sola-title:after{
	content: "";
	position: absolute;
	bottom: 4px;
	width: 4px;
	height: 4px;
	left: -4px;
	background: #fff;
}
.sola-title:before{
	content: "";
	position: absolute;
	bottom: 12px;
	width: 4px;
	height: 4px;
	left: -4px;
	background: #fff;
} */
.sola-title .pont{
	position: absolute;
	bottom: 20px;
	width: 4px;
	height: 4px;
	left: -4px;
	background: #fff;
}
.width-55{
	width: 60%;
	float: left;
}
.width-45{
	width: 40%;
	float: left;
}
.images-right-about{
	text-align: left;
	padding-left: 15px;
}
.images-right-about img{
	width: 100%;
    display: inline-block;
    position: absolute;
    top: -17px;
    left: -21px;
}
.project-sala{
	background: #889976;
}
.img_about{
	width: 350px;
	height: 266px;
	margin-top: 20px;
	margin-bottom: 35px;
	position: relative;
	padding-left: 40px;
	float: left;
	padding-top: 40px;
}
.over-about{
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #889976;
}
.sola_comment{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#2f2f2f;
	letter-spacing:0;
	line-height:22px;
	text-align:justify;
}
.sola-title h3{
	font-family:'SFUEurostileDemi';
	font-size:17px;
	color:#fdb816;
	letter-spacing:-0.16px;
	text-align:left;
}
.sola-about h1{
	font-family: 'Play', sans-serif;
	font-size:24px;
	color:#505050;
	text-transform: uppercase;
	letter-spacing:0;
	font-size: 500;
	text-align:left;
	margin-bottom: 10px;
}
.sola-about a{
	color:#505050;
}
.col-1 .comment h3{
	text-align:left;
}
.slider-sola{
	/* background: url('/images/STP_Solar/bg_1.png') center center no-repeat; */
	background-size: cover;
	min-height: 300px;
}
.slider-sola .slide_main h1 a{
	/* text-transform: uppercase; */
}
.slider-sola .slide_main .line__lik{
	text-align: justify
}
.content-product{
	margin: 0px -15px;
}
.news-sola{
	background: url('/images/STP_Solar/bg_2.png') center center no-repeat;
	background-size: cover;
	min-height: 500px;
}
.comment_news h1{
	font-family:'Roboto', sans-serif;
	font-size:16px;
	letter-spacing:0;
	line-height:25px;
	margin-bottom: 10px;
	text-align:left;
}
.xemthem{
	display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: right;
}
.xemthem img{
	width: 35px !important;
	height: 35px;
}
.box-show-mail {
	position: relative;
  }
  
  .box-show-mail:after, .box-show-mail:before {
	content:' ';
	position: absolute;
	width:50%;
	top: 0;
	height:100%;
	z-index: -1;
  }
  
  .box-show-mail:after {left: 0px; background: #f8fbff;  }
  .box-show-mail:before {right: 0px; background-image: linear-gradient(to right, #FDBA15 , #F68B1C);;}
.comment-sala{
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#2f2f2f;
	font-weight: 700;
	letter-spacing:0;
	text-align:left;
}
.giaiphap p{
	font-family:'SFUEurostileDemi';
	font-size:18px;
	color:#fdb816;
	letter-spacing:-0.58px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	text-align:left;
}
.giaiphap div{
	font-family:'SFUEurostileDemi';
	font-size:26px;
	color:#00599d;
	letter-spacing:0;
	text-align:left;
}
.content_wrap_sola{
	margin: 0px -15px;

}
.wid-66{
	width: 66.6666666%;
	float: left;
	padding: 0px 15px;
}
.wid-33{
	width: 33.3333333%;
	float: left;
	padding: 0px 15px;
}
.text-left{
	text-align: left;
	padding-bottom: 3px;
}
.right-mail{
	padding-left: 50px;
}
.ul-tintuc{
	padding: 0px;
	margin: 0px;
	margin-top: 40px;
}
.ul-tintuc li{
	list-style: none;
    padding: 19px 0px;
    border: 1px solid #889976;
	margin-bottom: 10px;
	position: relative;
	padding-left: 110px;
	font-size: 14px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	text-transform: uppercase;
	overflow: hidden;
}
.ul-tintuc li:hover{
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	/*background: red;*/
	border: 1px solid #F58220;
}
.content-tintuc .comment h1 a:hover{
	color: #F58220;
}
.content-tintuc{
	margin: 0px -15px;
}
.width-50{
	width: 50%;
	float: left;
	padding: 15px;
}
.ul-tintuc li img{
	position: absolute;
    left: 60px;
    top: 22px;
}
.ul-tintuc li img.imgcam, .ul-tintuc li:hover img.imgxanh{
	display: none;
}
.ul-tintuc li:hover img.imgcam{
	display: inline-block !important;
}
.ul-tintuc li strong{
 display: inline-block;
 width: 100%;
 margin-bottom: 3px;
}
.title_mail{
	font-family:'Roboto', sans-serif;
	font-size:16px;
	color:#ffffff;
	letter-spacing:0;
	margin-top: 40px;
	font-weight: 500;
	line-height:22px;
	text-align:left;
}
.content-sala-table{
	display: table;
	width: 100%;
	min-height:150px;
}.col-sala-50{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.comment_news .time{
	/* font-family:'Roboto', sans-serif;
	font-size:14px;
	margin-bottom: 10px;
	color:#2f2f2f;
	letter-spacing:0;
	text-align:left; */
}
.xemtatca{
	font-family: 'SFUEurostileDemi';
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 0;
    display: inline-block;
    float: right;
    padding: 30px 0px 40px;
    text-align: center;
}
.content_new_sola{
	margin: 0px -15px;
}
.comment_news h1 a{
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #505050;
	font-size: 15px;
	/* color:#0066b3; */
}
.comment_news {
	padding: 10px 0px;
}
.col-sala-33 img{
	width: 100%;
}
.content_new_sola .col-sala-33 a {
	width: 100%;
}
.news-sola .box-it{
	background: #fff;
}
.content-product .comment h1, .content-product1 .comment h1 {
	line-height: 18px;
	margin-top: 10px;
	height: 46px;
	overflow: hidden;
	text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.ul_lefft .comment h1{
	height: auto;
	text-transform: uppercase
}
.ul_lefft  .owl-nav{

	display: none !important;
}
.top-20{
	margin-top: 20px;
}
.bottom-20{
	margin-bottom: 20px;
}
.ul_lefft .col-1 .box-it{
	border: 1px solid #e7e7e7 !important;	
	box-shadow: none;
}
.owl-theme .owl-dots .owl-dot{
	outline: none !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #889875 !important;
}
/*
.col-1 .box-it .sale {
	background: url(../images/bgsale.png);
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	width: 60px;
	height: 60px;
	padding-top: 20px;
	text-align: center;
	left: 5px;
	top: 3px;
	font-weight: 500;
}
.col-12 .box-it .sale{
	left: 20px;
	top: 17px;
}*/
.col-1 .comment{
	/* padding: 10px 0 0 0; */
}
.col-1 .comment h4{
	font-weight: 500;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
.col-12 .comment h4{
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.col-1 .comment .id{
	position: relative;
	padding-top: 5px;
	height: 35px;
	overflow: hidden;
}
.col-1 .comment .id::before {
	content: "";
	background: #e1e1e1;
	content: " ";
	width: 70px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
.col-1 .comment .price{
	font-size: 14px;
	color: #ff0000;
	font-weight: 500;
	padding-top: 3px;
}

.col-1:hover .box-it .img{
	/* opacity: 0.8; */
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.col-pro .box-it .img img,
.item-news .box-it .img img,
.item-1 .box-it .img img,
.col .box-it .img img,
.col-10 .box-it .img img{
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.item-news:focus .box-it .img img,
.item-news:hover .box-it .img img,
.col:focus .box-it .img img,
.col:hover .box-it .img img,
.item-1:focus .box-it .img img,
.item-1:hover .box-it .img img,
.col-pro:focus .box-it .img img,
.col-pro:hover .box-it .img img,
.col-10:focus .box-it .img img,
.col-10:hover .box-it .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.hot-product{
	margin-top: 50px;
}

.title-sm h2{
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
	font-size: 24px;
	line-height: 32px;
}
.title-sm h2 span{
	position: relative;
	padding: 0 15px;
}
.title-sm h2 span:before{
	border-bottom: 1px solid #414141;
	content: " ";
	width: 500px;
	height: 1px;
	position: absolute;
	bottom: 14px;
	left:100%;
}
.title-sm h2 span::after {
	border-bottom: 1px solid #414141;
	content: " ";
	width: 500px;
	height: 1px;
	position: absolute;
	bottom: 14px;
	right:100%;
}


.wp-list {
	margin: -15px -15px 0;
}
.item-post2 {
	float: left;
	width: 33.33336%;
	padding: 15px;
}
.item-post2 .box {
	background-color: #ffffff;
}
.item-post2 .description {
	border: 1px solid #e8ebec;
	padding: 5px 12px 12px;
}
.item-post2 .description h3 {
	margin: 10px 0;
}
.item-post2 .description .text {
	height: 60px;
	overflow: hidden;
}
.item-post2 .description a {
	color: inherit;
}
.item-post2 .description a:hover,
.item-post2 .description a:focus {
	color: #eecf0e;
}
.item-post2 .description .more {
	border-top: 1px dotted #e8ebec;
	font-size: 12px;
	margin-top: 8px;
	padding-top: 5px;
	text-align: right;
}
.item-post2 .description .more > a:hover,
.item-post2 .description .more > a:focus {
	text-decoration: underline;
}
.content-right .list-news{
	margin: 0 -10px;
}
.item-vs {
	/*border-bottom: 1px solid #e8ebec;*/
	padding: 15px 10px;
	width: 50%;
	float: left;
}
/*.item-vs:first-child {
	padding-top: 0;
}*/
.bot-15{
	margin-bottom: 15px;
}
.item-vs .img {
	float: left;
	width: 38%;
	position: relative;
	/* border-radius: 5px; */
	/* box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5); */
	overflow: hidden;
}
.box-show-menu-bot{
	min-height: 100px;
	background: rgba(0,0,0,0.8) url(/images/STP_Solar/background.png) center center no-repeat;
	background-size: cover;
}
.wid-40{
	width: 40%;
	float: left;
}
.wid-35{
	width: 35%;
	float: left;
}
.wid-25{
	width: 25%;
	float: left;
}
.content_wrap_sola a h1{
	font-size:18px;
	color:#ffffff;
	letter-spacing:-0.16px;
	padding-bottom: 20px;
	text-align:left;
}
.address_bottom ul{
	padding: 0px;
	margin: 0px;
}
.form-bottom input{
	background: none;
	width: 100%;
	border: 1px solid #fff;
	color: #fff;
	padding: 9px 10px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.form-bottom button {
	float: right;
	color: #fff;
	outline: none;
	background: #f58220;
	padding: 8px 30px;
	border-radius: 4px;
}
.form-bottom input::-webkit-input-placeholder { /* Edge */
	color: #fff;
  }
  
.form-bottom input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
  }
  
.form-bottom input::placeholder {
	color: #fff;
  }
.form-bottom button img{
	height: 18px;
	margin-right: 10px;
}
.slide_duan .col-1:hover .over-dv{
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	opacity: 0;
}
.slide_duan .col-1 .img  >a:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
	bottom: 0;
	opacity: 0;
	background: rgba(0,0,0,0.3) url('../images/STP_Solar/over.png') center center no-repeat;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transform: translateY(10px);
	-webkit-transform: translateY(10px)
}
.slide_duan .col-1:hover .img >a:after{
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0)
}

.fb_iframe_widge1t {
    display: inline-block;
    position: relative;
	float: right;
	margin-top: 50px;
}
.address_bottom *{
	color: #fff;
}
.box-show-menu-bot .wid-25 ul{
	padding: 0px;
	margin: 0px;
}
.box-show-menu-bot{
	padding-bottom: 20px;
}
.box-show-menu-bot .wid-25 ul li {
	list-style: none;
}
.box-show-menu-bot .wid-25 ul li a{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight: 300;
	color:#ffffff;
	transition: all 0.4s else-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	letter-spacing:-0.15px;
	line-height: 25px;
	text-align:left;
}
.box-show-menu-bot .wid-25 ul li:hover a{
	color: #F68B1C;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
.box-show-menu-bot .wid-25 ul{
	float: left;
	width: 50%;
}
.box-show-menu-bot .wid-25 ul li{
	margin-bottom: 15px;
}
.address_bottom ul li {
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
	list-style: none;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#ffffff;
	letter-spacing:0;
	line-height:22px;
	text-align:left;
}
.address_bottom ul li.ico img{
	position: absolute;
	left: 0;
	top: 4px;
}
.bocongthuong{
	padding-left: 0px !important;
	margin-top: 10px;
}
.item-vs .img:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	bottom: 0;
	transform: scale(2.2);
	-webkit-transform: scale(2.2);
	opacity: 0;
	background: rgba(136, 153, 118, 0.3)  url(/images/page-1-copy-2.svg) no-repeat center center;
}
.tim-kiem-search .item-vs .description a:hover{
	color: #fdb816 !important;
}
.item-vs:hover .img:after{
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}
.item-vs .img img{
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.item-vs:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.item-vs .description {
	float: right;
	width: 60%;
}
.item-vs .time {
	border-bottom: 1px dotted #e8ebec;
	margin: 5px 0 10px;
	padding-bottom: 5px;
}
.item-vs .more {
	margin-top: 10px;
	text-align: right;
	display: none;
}
.item-vs .more > a:hover,
.item-vs .more > a:focus {
	text-decoration: underline;
}
.item-vs:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.item-vs .p-hot {
	background-color: #f73922;
}
.item-vs .p-hot:after {
	border-left-color: #f73922;
}
.list_tin .item-vs{
	width: 33.333333%;
}
.list_tin .item-vs .img{
	width: 100%;
}
.list-duan .item-vs{
	width: 33.33333%;
}
.list-duan .item-vs img,.list-duan .item-vs a{
	width: 100%;
}

.list_tin .item-vs .img:after{
	width: 100%;
    transform: scale(1) translateY(-20px);
    -webkit-transform: scale(1) translateY(-20px);
	opacity: 0;
	display: none;
    top: 0;
    right: 0;
    width: 70px;
    height: 100px;
    left: auto;
    background-position: center 60px;
}
.list_tin .item-vs .img:before{
	/* content: ''; */
	width: 80%;
	height: 20px;
	background: rgba(231, 121, 104, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	opacity: 0;
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	z-index: 9;
}
.list-duan .item-vs .box{
	position: relative;
}
.list-duan{
	/*margin: 0px -10px;*/
}
.list-duan .description{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	padding: 10px;
	background: rgba(0,0,0,0.5);
}
.list-duan .item-vs:hover .description{
	background: #889976;
}
.list-duan .item-vs:hover img{
	/* transition-delay: 0.2s;
	transform: scale(1) translateY(-30px);
	-webkit-transform: scale(1) translateY(-30px); */
}
.list-duan .description h3 a{
	font-family: 'Roboto', sans-serif;
	color: #fff !important;
	margin-bottom: 0px;
	font-size: 16px;
}
.list-news_1 .col-1 .box-it{
	padding: 0px !important;
	border: 0px !important;
}
.list-news_1 .col-1 .box-it h1{
	line-height: 19px;
}.list-news_1 .col-1 .box-it h1 a{
	font-weight: 600;

}
.list-news_1 .col-1 .comment{
	padding: 5px;
}.list-news_1 .col-1 .comment h1 a:hover{
	color: #F58220 !important;
}
.tim_er{
	font-size: 30px;
    font-family: 'AvenirNext-Bold';
    position: absolute;
    bottom: 0px;
    opacity: 0;
   	transition: all 0.4s ease-in-out;
   	-webkit-transition: all 0.4s ease-in-out;
    left: 0;
    font-weight: bold;
    right: 0;
}
.list-news_1 .col-sala-33 .box-it{
	border: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: 10px;
}
.list-news_1 .col-sala-33 .box-it .img img, .list-news_1 .col-sala-33 .box-it .img a{
	width: 100%;
}
.tinxemthem{
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	margin-top: 10px;
}
.list_tin .item-vs:hover .tim_er{
	bottom: 11px;
	opacity: 1;
	z-index: 10;
}
.list_tin .item-vs:hover .img:after{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}
.list_tin .item-vs:hover .img:before{
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}
.list_tin .item-vs .description{
	width: 100%;
	margin-top: 10px;
}

.list-post {
	margin: 0 -20px;
}
.item-post {
	float: left;
	width: 33.33336%;
	padding: 20px;
}
.item-post .box {
	background-color: #ffffff;
}
.item-post .description {
	padding: 15px;
}
.item-post .description h3 {
	margin: 10px 0;
}
.item-post .description .text {
	height: 60px;
	overflow: hidden;
}
.item-post .description a {
	color: inherit;
}
.item-post .description a:hover,
.item-post .description a:focus {
	color: #2fb6cc;
}
.item-post .description .more {
	border-top: 1px dotted #e8ebec;
	font-size: 12px;
	margin-top: 8px;
	padding-top: 5px;
	text-align: right;
}
.item-post .description .more > a:hover,
.item-post .description .more > a:focus {
	text-decoration: underline;
}
.p-hot {
	background-color: #2fb6cc;
	border-radius: 5px 0 0 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 12px;
	padding: 5px 5px 3px;
	line-height: 1;
	position: relative;
}
.p-hot::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 8px solid #2fb6cc;
	top: 0;
	left: 100%;
}

.title-vs {
	position: relative;
	padding-bottom: 5px;
	font-size: 18px;
	color: #505050;
    font-family: 'Play', sans-serif;
	margin-top: 20px;
    text-transform: uppercase;
}
.title-vs:after {
	content: " ";
	border-bottom: 2px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
}


#contact-us {
	position: fixed;
	margin: 0px;
	padding: 0px;
	bottom: 27px;
	left: 0px;
	list-style: none;
	z-index: 99;
	background: #eecf0e;
}
#contact-us .contact{
	position: relative;
	padding: 5px 50px 5px 17px;
	color: #000000;
	margin-left: -160px;
}
#contact-us .contact .tel{
	font-size: 15px;
	color: #000000;
	font-weight: 600;
}
#contact-us .contact:before{
	background: url('../images/mail.png')center right no-repeat;
	position: absolute;
	width: 63px;
	height:63px;
	content: "";
	right: -25px;
	top: -7px;
}
.line{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0px 10px;
	height: 1px;
}
.line span{
	display: inline-block;
    width: 100%;
    background: #889976;
    height: 1px;
}
/* Icon Forward */
.hvr-icon-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 18px;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.hvr-icon-forward:before {
	content: "\f101";
	position: absolute;
	right: -1px;
	bottom: 0px;
	padding: 1px 1px 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.click:hover .hvr-icon-forward:before, .click:focus .hvr-icon-forward:before, .click:active .hvr-icon-forward:before {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

/**** show-product ***/
.product-con .img1{
	width: 50%;
	float: left;
}
.product-con .txt{
	width: 50%;
	float: left;
	padding-right: 30px;
}
/*
.product-con .sale {
	top: 10px;
	right: 15px;
	position: absolute;
	padding-top: 30px;
	background: url(../images/bgsalect.png);
	z-index: 2;
	width: 67px;
	height: 65px;
	color: #fff;
	padding-left: -5px;
	text-align: center;
}*/
.txt .top h3{
	padding-bottom: 10px;
	font-size:24px;
	font-family: 'Play', sans-serif;
	color:#505050;
	letter-spacing:0;
	text-transform: uppercase;
	text-align:left;
	margin-bottom: 10px;
}
.ul-gkt{
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #889976;
	margin-bottom: 15px;

}
#so-luoc1 {
	color :#505050;
	font-size: 15px;
	line-height: 27px;
}
.ul-gkt li{
	list-style: none;
	float: left;
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
	font-weight:600;
	color: #505050;
}
.ul-gkt li.active{
	background: #889976;
	color: #fff;
}.ul-gkt li.active a{
	color: #fff;
}
.content_product{
	margin-top: 20px;
	text-align: justify;
}
.txt .contact-product{
	background: #f0f0f0;
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 14px;
	padding: 10px;
}
.txt .contact-product ul{
	margin: 0px;
}
.txt .box{
	padding-top: 5px;
}
.box #keys{
	float: left;
	width: auto;
	margin-bottom: 10px;
}
.box .status{
	width: auto;
	float: right;
}
.box .status span,
.box #keys span{
	font-weight: 600;
}
.txt .gia{
	padding-top: 10px;
}
.txt .price{
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}
.txt .gia .sale{
	text-decoration: line-through;
}
.button-order{
	margin: 0 -10px;
}
.button-order .order-left{
	/* width:50%; */
	float: left;
	padding: 0 10px;
}
.button-order .order-right{
	width:50%;
	float: right;
	padding: 0 10px;
}
.product-con .order input[type="submit"] {
	width: 100%;
	border-radius: 2px;
	padding: 8px 20px;
	display: inline-block;
	font-size: 14px;
	transition: all 0.4s ease;
	margin: 10px 0 3px;
}
.product-con .order button {
	padding: 8px 30px;
	background: none;
	font-size:14px;
	background: #f58220;
	font-weight: 600;
	color:#fff;
	letter-spacing:0;
	margin: 14px 0px 0px 0px;
	display: inline-block;
	font-size: 14px;
	border-radius: 4px;
	outline: none;
	transition: all 0.4s ease;
}
.product-con .order input[type="submit"]:hover{
	background: #eecf0e;
}
.form-close{
	margin-bottom: 10px;
	margin: 0px -10px;
}
.form-close form{
	display: inline-block;
	padding-top: 15px;
	width: 100%;
}
.form-close form div{
	width: 25%;
	float: left;
	display: inline-block;
	padding: 0px 10px;
}
.form-close form input{
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.list-others .title h3{
	padding-bottom: 10px;
	margin-bottom: 7px;
	font-family: 'Play', sans-serif;
	text-transform: uppercase;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
    color: #505050;
    display: inline-block;
    width: 100%;
}
.content_product ul li{
	padding-bottom: 12px;
    font-size: 15px;
}
.phone-bottom{
	margin-top: 35px;
	font-size: 15px;
}
.phone-bottom i{
	margin-right: 3px;
    width: 30px;
    height: 30px;
    border: 1px solid #505050;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.list-others .title h3:after{ 
	content: "";
	height: 1px;
	background: #889876;
	right: 0;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: -1;
}
.list-others .title h3 span {
	display: inline-block;
	padding-right: 10px;
	background:#fff;
}
.form-close form input::-webkit-input-placeholder { /* Edge */
	color:  #ccc;
	font-style: italic;
  }
  
.form-close form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:  #ccc;font-style: italic;
  }
  
.form-close form input::placeholder {
	color: #ccc;font-style: italic;
  }
.product-bottom{
	width: 100%;
	position: relative;
}
.product-bottom .product-left{
	width: 31.5%;
	float: left;
}
.product-bottom .product-right{
	width: 68.5%;
	float: right;
	padding-left: 30px;
}


table.form-order {
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.form-order thead tr td {
	background: #000000;
	color: #ffffff;
	font-weight: 600;
	padding: 8px;
}
.form-order tr td {
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	padding: 5px;
}
.form-order tr td a {
	display: block;
}
.form-order tr td a > i {
	font-size: 20px;
	color: #f77d7d;
}
.form-order tr td a:hover > i {
	color: #fb1c1c;
}
.form-order tr td.remove:hover i {

	-ms-animation: flash 0.3s 1;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-name: flash;
	-webkit-animation-timing-function: linear;
	-webkit-transform-origin: 50% 50%;
}
.form-order tr td.img {
	line-height: 0;
}
.form-order tr td.img:hover img {
	-ms-animation: tada 0.3s 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-name: tada;
	-webkit-animation-timing-function: linear;
	-webkit-transform-origin: 50% 50%;
}
.form-order tr td.total {
	font-weight: 700;
	font-size: 20px;
	color: #000000;
	/*text-transform: uppercase;
	text-decoration: underline;*/
}
.form-order tr td .money {
	white-space: nowrap;
}
.form-order tbody tr input,
.form-order tbody tr select {
	border: 1px solid #ccc;
	padding: 3px;
	width: 70%;
	text-align: center;
}
.shopping .form-item i{
	font-size: 14px;
}
.shopping .form-item i.fa-mobile{
	font-size: 22px;
}
#order-form {
	display: none;
}
#btn-ordered{
}
.btn-order{
	background: #000000;
	width: 22.375%;
	border-radius: 7px;
	display: inline-block;
	font-size: 15px;
	line-height: 37px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 3.5% 0 0 !important;
	transition: all 0.1s ease;
}
.first{
	margin-right:0 !important;
}
.btn-order:hover{
	background: #eecf0e;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(33, 33, 33, 0.3);
	-moz-box-shadow: 0px 0px 3px 0px rgba(33, 33, 33, 0.3);
	box-shadow: 0px 0px 3px 0px rgba(33, 33, 33, 0.3);
}
.btn-order.btn-booking {
	background-color: #e84242;
}
.btn-order.btn-booking:hover {
	background-color: #f03939;
}
.form-order {
	margin-bottom:30px;
}



.c-cart-left,
.c-cart-right {
	float: left;
	width: 50%;
	position: relative;
	padding: 0px 0;
}
.c-cart-left {
	padding-right: 30px;
}
.c-cart-right {
	padding-left: 30px;
}
.c-cart-left:before {
	content: " ";
	display: block;
	width: 300%;
	height: 700%;
	position: absolute;
	top: -10px;
	right: 0;
	bottom: -10px;
	background-color: #fff;
	z-index: -1;
	box-shadow: 1px 0 0 #e1e1e1 inset;
}
.cart-customer-information {
	margin: 10px -5px;
}
.cart-customer-information .field {
	float: left;
	position: relative;
	padding: 7px;
}
.cart-customer-information .field-1 {
	width: 100%;
}
.cart-customer-information .field-2 {
	width: 60%;
}
.cart-customer-information .field-3 {
	width: 40%;
}
.cart-customer-information .field-4 {
	width: 50%;
}
.cart-customer-information .field input,
.cart-customer-information .field select,
.cart-customer-information .field textarea {
	border: 1px solid #d0cece;
	border-radius: 5px;
	color: #333333;
	display: block;
	padding: 0 15px 0 40px;
	width: 100%;
	height: 46px;
	line-height: 44px;
}
.cart-customer-information .field textarea {
	resize: none;
	height: auto;
}
.cart-customer-information .field input[type=submit] {
	background-color: #000000;
	border: 1px solid #000000;
	color: #fff;
	padding: 0 15px;
	text-align: center;
}
.cart-customer-information .field input[type=submit]:hover,
.cart-customer-information .field input[type=submit]:focus {
	background-color: #eecf0e;
	border: 1px solid #eecf0e;
}
.cart-customer-information .field i.fa-pa {
	color: #4b4647;
	width: 40px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	position: absolute;
	left: 10px;
	top: 7px;
}
.cart-customer-information .field  a.f-back {
	color: #000000;
	font-size: 15px;
}
.cart-customer-information .field  a.f-back:hover {
	color: #000000;
	text-decoration: underline;
}
.cart-customer-information .field .show-error {
	color: #f70626;
	font-size: 13px;
	font-weight: 300;
	line-height: 30px;
	white-space: nowrap;
}

.form-cart tr td {
	border-bottom: 1px solid #dfdfdf;
	padding: 7px;
}
.form-cart tr td .money {
	white-space: nowrap;
}
.form-cart .img {
	border: 1px solid #d0cece;
	border-radius: 0px;
}
.form-cart .img {
	overflow: inherit;
}
.form-cart .img .quantity {
	background-color: rgba(240, 56, 56, 0.85);
	border-radius: 50%;
	color: #fff;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding: 0 5px;
	white-space: nowrap;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 1;
}
.form-cart tr.c-count td {
	border-bottom: none;
	padding-top: 20px;
	padding-bottom:5px;
}
.form-cart tr.c-shipping td {
	padding-top: 5px;
	padding-bottom: 20px;
}
.form-cart tr.c-total td {
	padding-top: 20px;
	border-bottom: none;
	font-size: 16px;
	line-height: 22px;
}
.form-cart tr.c-total td.total {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}
.c-pay-select {
	margin: 20px 0 30px;
}
.c-pay-select .c-opt {
	border: solid #d0cece;
	border-width: 1px 1px 0 1px;
	color: #333333;
}
.c-pay-select .c-opt .c-opt-radio {
	cursor: pointer;
	display: block;
	padding: 17px 20px;
}
.c-pay-select .c-opt:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.c-pay-select .c-opt:last-child {
	border-bottom-width: 1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.c-pay-select .c-opt label,
.c-pay-select .c-opt span {
	display: table-cell;
	vertical-align: middle;
}
.c-pay-select .c-opt span.sp-text {
	font-size: 15px;
	width: 100%;
	padding-left: 12px;
}
.xemthem img{
	transition: all 0.4s ease-in-out;
	-webkit-transition:  all 0.4s ease-in-out
}
.xemthem:hover img{
	transform: translateX(3px);
	-webkit-transform: translateX(3px)
}
.c-pay-select .c-opt span.sp-sub {
	white-space: nowrap;
	padding-left: 25px;
}
.c-pay-select .c-opt input[type=radio],
.c-pay-select .c-opt input[type=checkbox] {
	display: none !important;
}
.c-pay-select .c-opt label.input-radio span.sp-bn,
.c-pay-select .c-opt label.input-checkbox span.sp-bn {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
.c-pay-select .c-opt label.input-radio > span.sp-bn,
.c-pay-select .c-opt label.input-checkbox > span.sp-bn {
	background-color: #fff;
	border: 1px solid #d0cece;
	display: block;
	width: 20px;
	height: 20px;
}
.c-pay-select .c-opt label.input-radio > span.sp-bn {
	border-radius: 50%;
}
.c-pay-select .c-opt input[type=radio]:checked ~ label.input-radio >  span.sp-bn,
.c-pay-select .c-opt input[type=checkbox]:checked ~ label.input-checkbox > span.sp-bn {
	border: 8px solid #000000;
}
.c-pay-select .c-opt .c-des {
	background-color: #f4f4f4;
	padding: 15px 25px;
	font-size: 14px;
	line-height: 22px;
}
.c-pay-select .c-hidden {
	display: none;
}


/******/


.cac-cong-trinh .title-contact-info{
	margin-bottom: 30px;
}

.contact-left h1{
	font-family: 'Play', sans-serif;
    color: #505050;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 20px;
}

.time,
.time-views {
	color: #9c9fa0;
	font-size: 12px;
}
.time-views {
	border-bottom: 1px dotted #e8ebec;
	margin: 10px 0;
	padding-bottom: 10px;
}
.time-views label + label {
	margin-left: 10px;
}
.wrap-detail {
	font-size: 15px;
	line-height: 23px;
	text-align: justify;
	position: relative;
}
.detail-wp {
	overflow-x: auto;
	overflow-y: hidden;
}
.box-search{
	width: 100%;
	display: inline-block;
	min-height: 200px;
	text-align: center;
	color: #fff;
}
.box-search h5{
	font-weight: normal;
}
.detail-wp h1,
.detail-wp h2,
.detail-wp h3,
.detail-wp h4,
.detail-wp h5,
.detail-wp p,
.detail-wp table,
.detail-wp ul,
.detail-wp ol {
	margin-bottom: 10px;
}
.wrap-detail .social-like {
	margin: 20px 0 0;
	position: relative;
	z-index: 1;
	line-height: 20px !important;
}
.wrap-detail .social-like .item-social {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}
.wrap-detail .social-like .item-social ._2pi8 {
	padding: 0 !important;
}
.others {
	margin-top: 20px;
}
.content-tintuc .box-it{
	border: 0px !important;
	padding: 0px !important;
}
.content-tintuc .comment h1{
	font-size:15px;
	color:#505050;
	letter-spacing:0;
	text-align:left;
	margin-top: 18px;
	line-height: 23px;
}
.sola-hackcode{
	padding-bottom: 20px;
}

.time{
	font-size:14px;
	color:#a2a2a2;
	letter-spacing:0;
	margin-top: 10px;
	text-align:left;
}
.content-tintuc .box-it .img a,.content-tintuc .box-it .img img {
	width: 100%;
}
.others .title-other {
	/* border-bottom: 1px solid #444; */
	padding-bottom: 5px;
	text-transform: uppercase;
    font-size: 18px;
	display: inline-block;
	width: 100%;
	font-family: 'Play', sans-serif;
	position: relative;
}
.others .title-other span{
	background: #fff;
	display: inline-block;
	padding-right: 10px;
}
.wid-30{
	width: 30%;
	float: left;
	padding: 0px 15px;
}
.wid-row .box-it{
	/* border: 1px solid #ccc; */
}
.wid-row .box-it h1{
	text-align: justify;
}
.wid-70{
	width: 70%;
	float: left;
	padding: 0px 15px;
}
.wid-row .box-it .img img{
	width: 100%;
}
.wid-row .box-it{
	margin-bottom: 15px;
}
.wid-row{
	margin: 0px -15px;
}
.others .title-other:after{
	content: "";
    position: absolute;
    top: 12px;
    right: 0px;
    left: 0px;
    height: 1px;
	background: #ccc;
	z-index: -1;
}
ul.list-other {
	margin: 20px 0 10px;
	padding: 0;
	width: auto;
	list-style: none;
}
ul.list-other li {
	font-size: 16px;
	line-height: 20px;
	/*text-transform: uppercase;*/
	margin-bottom: 12px;
	padding-left: 27px;
	position: relative;
}
ul.list-other li::before {
	content: "\f101";
	font: normal normal normal 16px/1 FontAwesome;
	position: absolute;
	top: 50%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	left: 0;
	margin-top: -8px;
}
ul.list-other li a {
	font-size: 13px;
	text-transform: none;
}

ul.list-other li:hover,
ul.list-other li:focus,
ul.list-other li a:hover,
ul.list-other li a:focus {
	text-decoration: underline;
	font-style: italic;
	color: #889976;
}
.updating {
	padding: 30px 0 50px;
	text-align: center;
}
.updating h4 {
	font-weight: 300;
}
.product-con .social-like,
.wrap-detail .social-like {
	margin: 20px 0 0;
	position: relative;
	z-index: 1;
	line-height: 20px !important;
}
.product-con .social-like .item-social,
.wrap-detail .social-like .item-social {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}
.wrap-detail .social-like .item-social ._2pi8 {
	padding: 0 !important;
}

.social-share {
	position: absolute;
	right: 0;
	top:-18px;
	z-index: 7;
	height: 0;
	text-align: center;
}
.social-share input[type="checkbox"]{
	display: none;
}
.social-share .checkbox:checked ~ .social {
	opacity: 1;
	-webkit-transform: scale(1) translateY(-67px);
	-moz-transform: scale(1) translateY(-67px);
	-o-transform: scale(1) translateY(-65px);
	transform: scale(1) translateY(-67px);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.social-share .label {
	background-color: rgba(0, 87, 156, 0.8);
	border-radius: 50%;
	color: #ffffff;
	font-size: 17px;
	cursor: pointer;
	margin: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	opacity: 0;
}
.social-share .checkbox:checked + .label{
	background-color: #acacac;
	color: #00579c;
}
.social-share .social {
	transform-origin: 50% 0%;
	/*-webkit-transform: scale(0) translateY(-167px);
	-moz-transform: scale(0) translateY(-167px);
	-o-transform: scale(0) translateY(-167px);
	transform: scale(0) translateY(-167px);*/
}
.social-share ul {
	color: #ffffff;
	width: 102px;
	height: 30px;
	margin: auto;
	padding: 0;
	list-style:none;
	position: relative;
	left: 0;
	right: 0;
}
.social-share ul li {
	display: block;
	font-size: 15px;
	cursor: pointer;
	width: 30px;
	line-height: 30px;
	margin: 0 2px;
	padding: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	text-align: center;
	float: left;
	border-radius: 5px;
}
.wid-50{
	width: 50%;
	float: left;
}
.div-cac-cong-trinh .title-vs:after{
	display: none;
}
.divCam .contact-top{
	display: none;
}
.show_title{
	font-size: 55px;
	font-family: 'AvenirNext-Bold';
	color: #fff;
	opacity: 0.6;
	text-align: center;
	margin-bottom: 20px;
}
.social-share ul li:hover {
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	box-shadow: 0px 1px 10px rgba(0, 0, 0,0.2);
}
.social-share ul:after {
	content:'';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	/*border-top: 6px solid #33bce9;*/
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 0;
	width: 0;
}
.title-after{
	position: relative;
	overflow: hidden;
	padding: 20px 0px;
}
.title-after:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #889976;
	top: 36px;
	z-index: -1;
}
.title-after span{
	display: inline-block;
    padding: 0px 10px;
    background: #fff;
}
.social-share li[class*="facebook"] {
	background-color: #37528d;
}
.social-share li[class*="twitter"] {
	background-color: #33bce9;
}
.social-share li[class*="google-plus"] {
	background-color: #dc2310;
}
.footer {
	background:#889976 !important;
	color: #ffffff;
	font-weight: 300;
}
.send_mail_home{
	position: relative;
	margin-bottom: 35px;
}

.send_mail_home input{
	width: 100%;
	font-family:'Roboto', sans-serif;
	font-size:15px;
	font-weight: 400;
	color:#ffffff;
	letter-spacing:-0.34px;
	text-align:left;
	padding: 15px 0px 15px 10px;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
}
.send_mail_home button{ 
	position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    outline: none;
}
.send_mail_home{
	margin-top: 15px;
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	51%,
	100% {
		opacity: 1;
	}
}

@keyframes hvr-icon-drop {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	51%,
	100% {
		opacity: 1;
	}
}

/* Icon Drop */
.hvr-icon-drop {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}
.hvr-icon-drop:before {
	content: "\f041";
	position: absolute;
	right: 0;
	opacity: 1;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	left: 0;
	top: 43px;
	font-size: 36px;
}
.tel.hvr-icon-drop:before {
	content: "\f095";
	font-size: 29px;
}
.mail.hvr-icon-drop:before {
	content: "\f0e0";
	font-size: 27px;
}
.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-animation-name: hvr-icon-drop;
	animation-name: hvr-icon-drop;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.newsletter {
	position: relative;
}
.newsletter input[type=text] {
	background-color: #ffffff;
	width: 100%;
	font-size: 14px;
	padding: 0 85px 0 12px;
	line-height: 35px;
	height: 35px;
	color: #b9b9b9;
}
.newsletter button[type=submit] {
	background-color: #31231d;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 35px;
	height: 35px;
	padding: 0 3px 0 10px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.newsletter button[type=submit]:hover{
	background: #eeeeee;
	color: #31231d;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.columns .row{
	width: 38%;
	float: left;
}
.columns .row-1{
	width: 24%;
	float: right;
}
.columns .pots h5{
	font-weight: 600;
	text-transform: uppercase;
}
.columns .pots ul{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 17px;
}
.columns .pots ul li a{
	color: #bebebe;
	line-height: 30px;
	font-weight: 500;
}
.columns .pots ul li.active a,
.columns .pots ul li a:hover{
	color: #ffffff;
}
.columns .row-1 ul li:first-child{
	display: none;
}

.copyright {
	background-color: #4a4a4a;
	padding: 12px;
}
.copyright .text {
	color: #bebebe;
	text-align: center;
}

#_loading {
	display: none;
	position: fixed;
	z-index: 9999;
}


.title-order h3{
	background: #eecf0e;
	line-height: 37px;
	padding-left: 15px;
}
.frm .form-item.form-im{
	width: 42%;
	float: left;
	padding-left: 14px;
}
.frm .form-item.form-im .img{
	padding: 0 22px;
}
.frm .form-item.iput{
	width: 58%;
	float: right;
}
.frm .form-item.iput .show-error{
	position: absolute;
	right: 14px;
	top: 14px;
}
.frm .form-item .form-bt{
	text-align: right;
}

.box-input{
	width: 67%;
	float: right;
}

.form-sm {
	padding: 5px;
	width: 50%;
	float: left;
}
.width100{
	width: 100% !important;
	margin-top: 0px !important;
	padding-top: 0px;
}
.content-product .wid25.ul_product{
	/* margin-top: 15px; */
}
.form-bg {
	padding: 5px;
}
.frm .form-item {
	position: relative;
	padding: 7px;
}
.contact-left ul {
	padding: 0px;
	margin: 0px;
}
.contact-left ul li{
	list-style: none;
	margin-bottom :10px;
	font-size: 15px;
}
.contact-left li i{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	border:1px solid #f58220;
	color: #f58220; 
	margin-right: 5px;
}
.frm .form-item input,
.frm .form-item select,
.frm .form-item textarea {
	border: 1px solid #889976;
	padding: 7px 10px 7px 10px;
	width: 100%;
	font-size: 14px;
	/* font-style: italic; */
	border-radius: 4px;
	line-height: 25px;
}
.form-table{
	display: table;
	width: 100%;
}
.form-table > *{
	display: table-cell;
}
.form-table label{
	width: 34%;
	text-transform: uppercase;
}
.thanksyou{
	padding: 20px 0px;
    text-align: center;
    margin-top: 32px;
}
.infocontact{
	padding: 0px 15px;
	text-align: center;
}
.infocontact li{
	list-style: none;
	padding: 3px 0px;
}
.infocontact li img{
	margin-right: 3px;
}
.thanksyou span{
	font-size: 45px;
	font-family: 'SVN-DancingScript';
	display: inline-block;
	padding-bottom: 35px;
	background: url('/images/21.png') bottom center no-repeat;
}
.frm .form-item textarea {
	resize: none;
}
.frm .form-item i {
	left: 7px;
	top: 8px;
	position: absolute;
	height: 34px;
	width: 40px;
	color: #b8b8b8;
	text-align: center;
	line-height: 34px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	pointer-events: none;
}
.frm .form-item input:hover ~ i,
.frm .form-item select:hover ~ i,
.frm .form-item textarea:hover ~ i {
	color: #000000;
}
.frm .form-item input:focus ~ i,
.frm .form-item select:focus ~ i,
.frm .form-item textarea:focus ~ i {
	color: #000000;
}
.frm .form-item input[type=submit] {
	background: #f58220;
	border: none;
	padding: 7px 0;
	display: inline-block;
	width: auto;
	padding: 6px 25px;
	text-align: center;
	min-width: 200px;
	color: #ffffff;
	font-weight: 600 !important;
	font-size: 14px;
	font-weight: 200;
	font-style: normal;
}
.frm .form-item input[type=submit]:hover,
.frm .form-item input[type=submit]:focus {
	background-color: rgba(0, 0, 0, 0.5);
}
.frm .form-item input.btn-dm:hover,
.frm .form-item input.btn-dm:focus {
	background-color:  rgba(0, 0, 0, 0.5);
}
.frm .form-item .show-error {
	color: #f70626;
	font-size: 0.9em;
	font-weight: lighter;
	white-space: nowrap;
}
.frm .frm-button {
	text-align: center;
}
.form-item.it-error input,
.form-item.it-error select,
.form-item.it-error textarea {
	border: 1px solid #ff6e69;
}

/*gio hang*/


#cart-fix {
	background: url('../images/cart.png') no-repeat;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 11px;
	bottom: 30%;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	z-index: 99;
	cursor: pointer;
}
#cart-fix span{
	background: url('../images/chamdo.png') bottom 5px center no-repeat;
	border-radius: 50%;
	padding: 7px;
}
@media screen and (max-width: 1920px) {
	.header .logo {
	    padding-top: 10px;
	}.header .ul_top {
	    margin-top: 20px;
	}
}
@media screen and (max-width: 1600px) {
	.over-slide-right{
		top: 25% !important;
	}
}

@media screen and (max-width: 1400px) {
	.over-slide-right{
		top: 25% !important;
	}
}

/*.lSSlideOuter .lSPager.lSGallery img{
	max-height: 100px;
}*/
.about-us{
	text-align: justify;
}
@media screen and (max-width: 1250px) {
	.slide_main .col-1 .comment:after{
		    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
	}

	.about-us{
		padding: 0px 15px;
	}
	.over_slider{
		position: relative;
		top: 44px;
		left: 0;
	}
	.over_slider *{
		color: #333 !important;
	}
	.img_slider{
		position: relative;
		left: 0;
		text-align: center;
		top: 0px;
	}
	.left__home, .right__home{
		width: 100%;
		/*margin-top: 20px;*/
	}
	/* .wid-50{
		width: 100%;
	} */

	.content_slider{
		max-width: 100%;
	}
	.co_slider{
		padding-left: 0px;
	}
	.navigation ul {
		width: 100%;
	}
	.navigation > ul > li > a {
		padding: 0 15px;
	}
	.navigation > ul > li.has-sub > a::after {
		right: 5px;
	}
	.box-slider .caption {
		top: 100px;
	}
	.tool {
		bottom: 20px;
	}
	.tool ul > li > a.img {
		max-width: 80px;
		margin-bottom: 10px;
	}
	.tool ul > li > a {
		font-size: 14px;
		line-height: 20px;
		max-width: 90px;
	}
	.left-15{
		padding-left: 0px;
	}
	.description p.comment{
		height: 40px;
	}
}
@media screen and (max-width: 960px) {
	.header, .menu-home {
		display: none;
	}
	.header-sm {
		display: block;
		padding: 0px 66px 0px 10px;
	}
	.header-left{
		width: 15%;
	}
	.header-right{
		width: 85%;
	}
	.header-sm .logo {
		float: left;
		padding-top: 2px;
	}
	.contact-top .item .icon img{
		max-width: 40px;
	}
	.contact-top .shop .txt {
		display: none;
	}
	.contact-top .item .icon .mobi {
		display: block !important;
		position: absolute;
		bottom: 8px;
		right: 0px;
	}
	.contact-top .item .icon .cart {
		background: #ff392a;
		border-radius: 50%;
		color: #fff;
		display: inline-block;
		font-weight: 700;
		min-width: 21px;
		height: 21px;
		line-height: 21px;
		text-align: center;
		padding: 0 5px;
	}
	.product-con .img1{
		width: 100%;
	}
	.logo img{
		position: relative;
		top:0;
	}
	.header-sm .logo img {
		/* max-height: 50px;
		width: 100%; */
		/* width: 66px; */
	}
	.product-con .txt{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
	}
	.product-bottom .product-left{
		padding-left: 10px;
	}
	.box-facebook{
		padding: 0 10px;
	}
	#wrapper {
		padding-top: 35px;
	}
	h1 {
		font-size: 35px;
		line-height: 35px;
	}
	.col .tit-pro::before{
		height:55px;
	}
	.f-left .list-group .bin{
		padding: 10px 16px;
		font-size: 14px;
	}
	.header-right .contact-top{
		padding: 3px 0px;
	}
	.navbar,
	.stock {
		display: none;
	}
	.content-left {
		display: none;
	}
	.content-right {
		width: 100%;
		padding: 10px;
	}
	.list-partner ul > li {
		padding: 20px 10px;
	}
	.footer .sub-link {
		display: none;
	}
	.contact-info,
	.title-contact-info,
	#_frm_contact{
		padding: 0 10px;
	}
	.social-lang{
		float: right;
		padding-top: 18px;
	}
	.content-right .list-news {
		margin: 0 0px;
	}
	.item-vs {
		border-bottom: 1px solid #e8ebec;
		padding: 30px 10px;
		width: 100%;
		float: left;
	}
}
@media screen and (max-width: 920px) {
	/*.footer .f-left{
		width: 100%;
	}
	.footer .f-right{
		width: 100%;
		background: url('../images/bg_footer.jpg')top center no-repeat;
		padding-bottom: 20px;
		padding-right: 20px;
		padding-left: 20px;
	}*/
	/*.f-left .list-group .bin{
		width: 33.333336%;
		float: left;
		white-space: nowrap;
		overflow-y: auto;
		text-overflow: ellipsis;
		padding-left: 7px;
		padding-right: 7px;
	}*/
	.columns .row {
		width: 30%;
		float: left;
	}
	.columns .row-1 {
		width: 40%;
		float: right;
	}
}
@media screen and (max-width: 850px) {
	.col-12 {
		width: 33.333336%;
		float: left;
		padding: 15px;
	}
	.list-product{
		padding: 0 10px;
	}

}
@media screen and (max-width: 805px) {
	.slide_main .owl-nav{
		position: static;
	}
	.slide_main .owl-nav button.owl-next {
		margin-right: 0px;
		position: absolute;
		right: 20px;
		top: 40%;
		background: url(/images/STP_Solar/leggg.png) no-repeat center center !important;
	}
	.slide_main .owl-nav button.owl-prev {
		margin-left: 0px;
		position: absolute;
		left: 20px;
		top: 40%;
		background: url(/images/STP_Solar/leggg.png) no-repeat center center !important;
	}
	.list_gallery .item-vs{
		width: 50%;
	}
	.item-vs{
		border-bottom: 0px;
	}
	..title-vs{
		font-size: 15px;
	}
	.div-cac-cong-trinh{
		padding-top: 80px;
	}
	.div-cac-cong-trinh .show_title{
		text-align: left;
	}

	.title_detail_congtrinh{
		margin-bottom: 12px;
	}
	.list_tin .item-vs{
		width: 50% !important;
	}
	.header-left {
		width: 19%;
	}
	.header-right {
		width: 81%;
	}
	.over_slider{
		top: 10px;
	}
	.content_slider{
		margin-top: 15px;	
	}
	.content_slider h2{
		margin-bottom: 10px;
    	padding-bottom: 0px;
	}
	.content_slider h2, .co_slider{
		padding-left: 20px;
	}
	.comment_slider{
		padding-right: 10px;
	}
	.count-100{
		bottom: 14px;
		font-size: 70px;
	}
	.tong1{
		font-size: 25px;
		margin-top: 10px;
	}
	.left__home{
		padding-left: 10px;
	}
	.right__home h2{
		font-size: 13px;
	}
	.xemchitiet {
		font-size: 12px;
	}
}
@media screen and (max-width: 790px) {
	.footer{
		padding: 20px 10px;
	}
	.columns .row-1{
		display: none;
	}
	.columns .row{
		width: 50%;
		float: left;
	}
	.bottom-footer .fanpage {
		width: 45%;
		float: left;
	}
	.fanpage .box-mail{
		padding-right: 0px;
	}
	.bottom-footer .f-right {
		width: 55%;
		float: right;
		padding-left: 30px;
	}
	.lien-he, .tim-kiem, .gioi-thieu, .tin-tuc-su-kien, .nha-tai-tro, .hoat-dong, .cac-cong-trinh{
		padding-top: 60px;
	}
	.list_congtrinh .item-vs{
		width: 33.33333333%;
		border-bottom: 0px !important;
		padding: 8px 10px;
	}
	.title-contact-info{
		margin-bottom: 50px;	
	}
	.title-contact-info{
		font-size: 15px;
	}
	.over-slide-right{
		display: none;
	}

}
@media screen and (max-width: 767px) {
	
	.over-dv{
		font-size: 14px;
	}
	.content-tintuc .col-1{
		margin-bottom: 20px;
	}
	h1 {
		font-size: 30px;
		line-height: 38px;
	}
	.title-contact-info{
		font-size: 13px;
	}
	.wid-50{
		width: 100%;
	}
	.slog__gle, .slog__gle .cac-cong-trinh, .slog__gle .content{
		padding: 0px !important;
	}
	h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.box-slider .caption {
		top: 220px;
	}
	.tool {
		display: none;
	}
	.box-title {
		margin: 0;
	}
	.footer .information .col-1,
	.footer .information .col-2 {
		display: block;
		width: 100%;
	}
	.footer .information .col-2 {
		margin: 30px 0;
		line-height: 24px;
	}
	.footer .social {
		margin-top: 5px;
	}
	.footer .copyright .text,
	.footer .copyright .danaweb {
		width: 100%;
		text-align: center;
	}
	
	.list_congtrinh .item-vs{
		width: 50%;
	}
	.over_slider *{
		color: #333;
	}
	.content_slider{
		max-width: 100%;
	}
	.content_slider h2, .co_slider{
		padding-left: 15px;
	}
	.left__home{
		width: 100%;
		margin-bottom: 10px;
	}
	.right__home{
		width: 100%;
		padding:15px;
	}
	.slide_main .col-1 .comment{
		height: 10px;
		padding-bottom: 18px;font-size: 13px;
	}
	.count{
		font-size: 13px;
	}
	.slide_main .col-1 .comment:after{
		border-bottom: 1px solid rgba(0, 0, 0, 0.7);
	}
}
@media screen and (max-width: 680px) {
	.item-post,
	.item-post2 {
		width: 100%;
		max-width: 500px;
		float: none;
	}
	.product-bottom .product-left{
		display: none;
	}
	.product-bottom .product-right{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 640px){

	.contact-top .tel{
		display: none;
	}
}
@media screen and (max-width: 620px) {
	.header-top{
		display: none;
	}
	/*#wrapper {
		padding-top: 60px;
	}*/
	h1 {
		font-size: 16px;
		line-height: 22px;
	}
	.col .tit-pro::before {
		height: 42px;
	}
	.bottom-left .comment .tit-pro {
		bottom: 10px;
		left: 10px;
	}
	.top-left .comment .tit-pro {
		top: 10px;
		left: 10px;
	}
	.bottom-right .comment .tit-pro {
		bottom: 10px;
		right: 10px;
	}
	.top-right .comment .tit-pro {
		top: 10px;
		right: 10px;
	}

	.menu__item{
		margin: 5px 10px !important;
	}
	.menu__list {
		padding-top: 20px !important;
	}
}
@media screen and (max-width: 610px) {
	.slide_duan .over-dv a{
		font-size: 15px !important;
	}
	.col-11 {
		width: 50%;
		float: left;
		padding: 10px;
	}
	.col-12 {
		width: 50%;
		 float: left;
		 padding: 10px;
	}
	.header-left {
		width: 25%;
	}
	.header-right {
		width: 75%;
	}
	.contact-top .item .txt{
		display: none;
	}
	.over-dv{
		font-size: 15px;
	}.sola-about h1{
		font-size: 18px;
	}

	.contact-top .shop .txt{
		display: none;
	}
	.header-right .contact-top {
		padding: 0px 0px;
	}
	.contact-top .item .icon .mobi{
		display: block !important;
		position: absolute;
		bottom: 4px;
		right: 0px;
	}
	.contact-top .item .icon .cart{
		background: #ff392a;
		border-radius: 50%;
		color: #fff;
		display: inline-block;
		font-weight: 700;
		min-width: 24px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		padding: 0 5px;

	}
	.f-left .list-group .bin{
		width: 100%;
		padding: 0px;
	}
	.f-left .list-group .bin .box-it{
		height: 80px;
		padding-left: 15px;
	}
	.bottom-footer .fanpage {
		width: 100%;
		float: left;
	}
	.bottom-footer .fanpage .fb-page{
		display: none;
	}
	.bottom-footer .f-right{
		width: 100%;
		padding-top: 20px;
		padding-left: 0px;
	}
	.columns .row,
	.columns .row-1{
		display: block;
		width: 33.333336%;
	}
	.comment_news h1{
		font-size:13px !important;
	}
}
.owl-carousel .owl-stage-outer{
	width: 100%;
}
.col-sala .img a,.col-sala .img img{
	width: 100% !important;
}
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after{
	border-color: #ffffff !important;
}
@media screen and (max-width: 540px) {
	.content-sala .wid-50 .img{
		box-shadow: none !important;
	}
	.col-sala{
		margin-top: 0px !important;
	}
	.contact-page .contact-left{
		padding-left: 15px !important;
	}
	#_frm_contact{
		padding-left: 0px !important;
	}
	.box-text .tit-pro{
		top: -15px !important;
	}
	.contact-page .contact-left ul li{
		text-align: left !important;
	}
	.list-others .title h3{
		font-size: 14px;
	}
	.form-close form div{
		width: 100%;
		margin-bottom: 10px;
	}
	.product-others .col-sala-33{
		width: 100%;
	}
	
	.columns .row {
		width: 32%;
		float: left;
	}
	.columns .row-1 {
		width: 36%;
		float: right;
	}
	.catalo .detail {
		margin-top: 20px;
	}
	.header-left{
		width: auto;
	}
	.header-right{
		width: auto;
	}
	.contact-top .shop{
		padding-left: 10px;
	}
	.content-sala .wid-50{
		width: 50% !important;
	}
	.xemtatca{
		padding: 10px 0px 30px;
	}
	.fb_iframe_widge1t{
		text-align: left !important;
	}
}
.search-icon{
	display: inline-block;
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
}
@media screen and (max-width: 480px) {
	.sola-about{
		padding-top: 15px;
	}
	.sola-about h1{
		padding: 0px 15px;
	}
	.form-bottom button img{
		display: none;
	}
	.cac-cong-trinh .title-contact-info{
		margin-bottom: 50px;
	}
	.btn-xemthem.btn-xemthem_ab{
		margin-bottom: 20px;
		padding: 6px 20px;
	}
	.ul-tintuc li{
		text-transform: none;
	}
	.title-after:after{
		top: 25px;
	}
	.wid-30, .width-50,.wid-66,.wid-33{
		width: 100%;
	}
	.form-bottom input, .form-bottom button{
		font-size: 14px;
	}.form-bottom button{
		padding: 7px 30px;
	}
	.width-50,.wid-33{
		padding: 0px;
	}
	.ul-tintuc{
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.ul-tintuc li{
		font-size: 14px;
		padding: 15px 0px;

		padding-left: 80px;
	}
	.ul-tintuc li img{
		left: 30px;
	}
	.lien-he, .tim-kiem, .gioi-thieu, .tin-tuc-su-kien, .nha-tai-tro, .hoat-dong, .cac-cong-trinh{
		padding-top: 30px;
	}
	.right-15{
		padding-right: 0px;
	}
	.content_slider h2, .co_slider{
		padding-left:10px;
		padding-right: 10px;
	}
	.relati:after{
		top: 0px;
	}
	.table_content tr td:last-child{
		text-align: right;
	}
	.maxxxxx img{
		max-height: inherit;	
	}
	.language ul li {
		padding: 0 2px;
	}
	.about-us{
		padding: 0px;
	}
	.title-contact-info ul{
		margin-top: 10px;
		float: inherit;
	}
	.title-contact-info ul li:last-child:after{
		top: 8px;
	}
	.list_gallery .item-vs .img{
		display: inline-block;
		text-align: center;
		height: inherit;
	}
	.title-contact-info ul li img{
		vertical-align: bottom;
	}
	.list_gallery .item-vs{
		text-align: center;
	}
	.list_tin .item-vs{
		width: 100% !important;
	}
	.header-sm .logo img {
		max-height: 45px;
		padding-top: 1px;
	}

	.item-vs .img,
	.item-vs .description {
		width: 100%;
	}
	.item-vs .img {
		/* margin-bottom: 10px; */
	}
	.form-sm {
		width: 100%;
	}
	.product-con .sale{
		    top: 0px;
    right: 0px;
	}
	.content-sala .wid-50 .comment{
		padding-left: 0px;
	}
	.slider_over{
		margin-left: 15px !important;
	}
}
@media screen and (max-width: 400px) {
	.content-sala .wid-50{
		width: 100% !important;
	}
	.header-sm .logo {
		float: left;
		padding-top: 4px;
	}
	.footer{
		font-size: 12px;
		padding:15px 0px !important;
	}
	.footer *{
		font-size: 12px !important;
	}
	.tit_ssvv{font-size: 14px !important;}
	.contact-top .shop .txt{
		display: none;
	}

	/*.lSSlideOuter .lSPager.lSGallery img{
		max-height: 95px;
	}*/
	.title_detail_congtrinh{
		font-size: 16px !important;
	}
	.header-right .contact-top {
		padding: 0px 0px;
	}
	#hamburger{
		/* top:3px !important; */
	}
	.contact-top .item .icon .mobi{
		display: block !important;
		position: absolute;
		bottom: 4px;
		right: 0px;
	}
	.contact-top .item .icon .cart{
		background: #ff392a;
		border-radius: 50%;
		color: #fff;
		display: inline-block;
		font-weight: 700;
		min-width: 24px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		padding: 0 5px;

	}
	.list_congtrinh .item-vs{
		width: 100%;
	}
}
@media screen and (max-width: 360px) {
	.f-right .columns{
		display: none;
	}
	.f-left .list-group .bin{
		width: 100%;
	}
	.footer .bottom-footer {
		width: 100%;
		padding: 10px 0 0px 0;
	}
	.box-text .tit-pro{
		top: -43px;
	}
	.box-text .tit-pro::before{
		height: 42px;
	}
	.catalo .detail span{
		padding: 4px 30px 7px 30px;
	}
}

@media screen and (max-width: 350px) {
	.list-news-pro, .show-list-product {
		padding-top: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.col-12,
	.col-11 {
		width: 100%;
		float: left;
		padding: 15px;
	}
}


.r-tabs {
	position: relative;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	float: left;
}
.r-tabs .r-tabs-nav .r-tabs-anchor,
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	background-color: #fefefe;
	position: relative;
	display: block;
	color: #454545;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 33px;
	padding: 0 51px;
	cursor: pointer;
}
.r-tabs-smoke.r-tabs .r-tabs-nav .r-tabs-anchor,
.r-tabs-smoke.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	background-color: #ffffff;
	color: #454545;
}
.r-tabs-smoke.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	/*border: 1px dotted #000000;*/
}
.r-tabs .r-tabs-nav .r-tabs-tab .r-tabs-anchor.order,
.r-tabs-smoke.r-tabs .r-tabs-accordion-title .r-tabs-anchor.order {
	background-color: #000000;
	border-color: transparent;
	color: #ffffff;
	text-transform: uppercase;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover,
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover,
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #000000 !important;
	color: #ffffff;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover::after,
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor::after,
.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover::after,
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor::after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -9px;
	z-index: 2;
	border-top: 7px solid #000000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	margin-bottom: 15px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
.r-tabs .r-tabs-nav {
	border-bottom: 2px solid #000000;
	margin: 0 auto;
	padding: 0;
}
.r-tabs .r-tabs-tab {
	display: block;/*
	float: left;*/
	list-style: none;
	padding: 0;
}
.r-tabs .r-tabs-tab:last-child{
	padding-right: 0px;
}
.r-tabs .r-tabs-tab:first-child{
	padding-left: 0px;
}
.r-tabs .r-tabs-panel {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	margin-top: 15px;
	padding: 5px 0;
	display: none;
}
.r-tabs .r-tabs-accordion-title {
	display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
	display: block;
}
@media screen and (max-width: 767px) {
	.r-tabs .r-tabs-nav {
		display: none;
	}

	.r-tabs .r-tabs-accordion-title {
		display: block;
	}

	.r-tabs .r-tabs-panel {
		margin-bottom: 7px;
	}
	.r-tabs .r-tabs-nav .r-tabs-anchor:hover::after, .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor::after, .r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover::after, .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor::after {
		bottom: -7px !important;
	}

}
@media screen and (max-width: 480px) {
	.list_gallery .item-vs{
		width: 100%;
	}
	.r-tabs .r-tabs-panel {
		padding: 10px;
	}
}
.fb_iframe_widget_fluid span {
	/* width: 100% !important; */
}
.fb_ltr {
	width: 100% !important;
}



.page-navigation {
	font-size: 14px;
	clear: both;
	text-align: right;
	cursor: default;
	font-weight: 400;
	padding: 10px 0;
}
.pagination {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.pagination > li {
	list-style: none;
	float: left;
	display: inline-block;
	padding: 3px;
}
.pagination > li > a,
.pagination > li > span {
	border: 1px solid #cbcaca;
	border-radius: 2px;
	color: inherit;
	position: relative;
	float: left;
	padding: 0;
	min-width: 36px;
	line-height: 36px;
	font-weight: 700;
	padding: 0px 10px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: #f99d1a;
	color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #f99d1a;
	color: #ffffff;
	z-index: 2;
	cursor: not-allowed;
	width: 36px;
	line-height: 36px;
	margin-top: 0;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.table_content{
	width: 100%;
	margin-top: 10px;
}
.table_content tr td{
	padding: 3px 0px;
}
.table_content tr td:first-child{
	font-size: 12px;
	font-weight: 600;
	width: 220px;
	text-transform: uppercase;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}
#go-top {
	background: url('../images/go-top.png') center top no-repeat;
	position: fixed;
	z-index: 91;
	height: 40px;
	width: 40px;
	right: 23px;
	bottom: -50px;
	cursor: pointer;
	-webkit-transition: all ease-in-out 0s;
	-moz-transition: all ease-in-out 0s;
	-o-transition: all ease-in-out 0s;
	transition: all ease-in-out 0s;
}
#go-top:hover {
	background-position: center -40px;
	-webkit-transition: all ease-in-out 0s;
	-moz-transition: all ease-in-out 0s;
	-o-transition: all ease-in-out 0s;
	transition: all ease-in-out 0s;
}

.error404 {
	text-align: center;
	font-size: 1.15em;
	padding: 30px 0 50px;
}
.error404 a{
	color: #fdb816;
	
}
.error404 i {
	margin-top: 40px;
	font-size: 10em;
}
.error404 p:last-child {
	color: #fff;
}

.windows8 {
	position: relative;
	width: 80px;
	height:80px;
}
.windows8 .wBall {
	position: absolute;
	width: 76px;
	height: 76px;
	opacity: 0;
	-moz-transform: rotate(225deg);
	-moz-animation: orbit 4.95s infinite;
	-webkit-transform: rotate(225deg);
	-webkit-animation: orbit 4.95s infinite;
	-ms-transform: rotate(225deg);
	-ms-animation: orbit 4.95s infinite;
	-o-transform: rotate(225deg);
	-o-animation: orbit 4.95s infinite;
	transform: rotate(225deg);
	animation: orbit 4.95s infinite;
}

.windows8 .wBall .wInnerBall{
	background-color: #00599D;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.windows8 #wBall_1 {
	-moz-animation-delay: 1.08s;
	-webkit-animation-delay: 1.08s;
	-ms-animation-delay: 1.08s;
	-o-animation-delay: 1.08s;
	animation-delay: 1.08s;
}

.windows8 #wBall_2 {
	-moz-animation-delay: 0.22s;
	-webkit-animation-delay: 0.22s;
	-ms-animation-delay: 0.22s;
	-o-animation-delay: 0.22s;
	animation-delay: 0.22s;
}

.windows8 #wBall_3 {
	-moz-animation-delay: 0.43s;
	-webkit-animation-delay: 0.43s;
	-ms-animation-delay: 0.43s;
	-o-animation-delay: 0.43s;
	animation-delay: 0.43s;
}

.windows8 #wBall_4 {
	-moz-animation-delay: 0.65s;
	-webkit-animation-delay: 0.65s;
	-ms-animation-delay: 0.65s;
	-o-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

.windows8 #wBall_5 {
	-moz-animation-delay: 0.86s;
	-webkit-animation-delay: 0.86s;
	-ms-animation-delay: 0.86s;
	-o-animation-delay: 0.86s;
	animation-delay: 0.86s;
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
		opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}

}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
		opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}

}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
		opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}

}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
		opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}

}

@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
		opacity: 0;
		transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		transform: rotate(900deg);
	}

}



/* Pop */
@-webkit-keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.hvr-pop {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}
.modal-open {
	overflow: hidden;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition:      -o-transform .3s ease-out;
	transition:         transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	max-width: 400px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: fixed;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal-header {
	padding: 15px 25px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.modal-sm {
		width: 300px;
	}

}

/*----- thong so ky thuat----*/
.tb-sales-team {
 width: 100%;
 border: 0;
 border-collapse: separate;
 border-spacing: 0;
}
.tb-sales-team tr td {
 padding: 6px 20px;
}
.tb-sales-team tr:first-child td {
 /*border-top: 5px solid #599cd3;*/
 line-height: 0;
 /*padding: 0;*/
}
.tb-sales-team tr td:first-child {
 font-weight: 700;
 /*color: #2c5394;
 width: 28%;*/
 text-align: left;
}
.tb-sales-team tr:nth-child(1n) td {
 background-color: #fafafa;
 line-height: 25px;
}
.tb-sales-team tr:nth-child(2n) td {
 background-color: #f2f2f2;
}
/*  --------- */

#amazingcarousel-1 .amazingcarousel-text{
	background: rgba(232, 122, 105, 0.73);
    color: #fff !important;
    font-size: 12px;
    text-align: left !important;
    /*font-family: 'AvenirNext-DemiBold';*/
    padding-left: 5px;
}
.html5lightbox{
	overflow: hidden;
}
.html5lightbox img{	
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.html5lightbox:hover img{
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}

.form-tim{
	position: absolute;
    top: -25px;
    right: 0;
    z-index: 9999;
    width: 270px;
}
.form-tim form{
	position:relative;
	display: inline-block;
}
.form-tim form input{
	min-width: 270px;
	padding: 3px 10px;
	background: transparent;
	border: 1px solid #fff;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 13px;
}
.form-tim form button{
	padding: 3px 15px;
    color: #fff;
    background: #e97a69;
    outline: none;
    position: absolute;
    right: 0;
    max-width: 90px;
    top: 0;
    font-size: 12px;
}
.footer .f-left{
	padding-top: 0px !important;
}
.bottom-nhan{
	    text-align: center;
    max-width: 550px;
    font-size: 15px;
    line-height: 25px;
    padding-top: 20px;
}
.bottt{
    margin-top: 20px;
    border-top: 2px dashed #fff;
    margin-bottom: 30px;
}
.breadHime{
	background: none;
	border: 0px;
	text-align: right;
	padding: 0px;
	margin-bottom: -20px;
}
.breadHime a{
	display: inline-block;
	color: #fff !important;  
}
.list_gallery1 .img{
	width: 100% !important;
	min-height: 140px;
}
.list_gallery1 .description, .list_gallery1 .taitro{
	width: 100% !important;
	position: relative !important;
}
.list_gallery1 .img a{
	position: absolute;
    left: 0;
    right: 0;
    bottom:10px;
}

@media (max-width: 530px) {
	.contact-page .contact-left{
		width: 100% !important;
		padding-right: 0px !important;
	}
	.contact-page .contact-right{
		border-left: 0px !important;
		width: 100% !important;
		padding-left: 0px !important	
	}
	.list_gallery .item-vs .description{
		left: 40%;
	}
	.list_gallery .item-vs .taitro{
		bottom: 10px !important;
		left: 40%;
	}
	.list_gallery .item-vs .box{
		overflow: hidden;
	}
	.list_gallery1 .item-vs .taitro {
		left: 0px;
		bottom: 0px !important;
	}
	.list_gallery1 .item-vs .description{
		left: 0px;
	}
	.slide_main .col-1{
		width: 100%;
	}
}
.box-banner > div{
	line-height: 0px;
}
@media screen and (max-width: 1800px) {
	.box-banner {
		/* max-height: 296px; */
	}
}

@media screen and (max-width: 1740px) {
	.breadcrumb{
		/* top:-54px; */
	}
	.box-banner {
		/* max-height: 278px;  */
	}
	.slider_over{
		margin-left: 0px !important;
		padding-left: 7% ;
	}
	.jssorb01{
		left: 40% !important;
		right: 30% !important;
	}
}

.new_duan .item-vs .description{
	background: none !important;
    padding: 10px 18px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.65)) !important;
}

.new_duan .img >a:after{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    opacity: 0;
    background: rgba(0,0,0,0.3) url(../images/STP_Solar/over.png) center center no-repeat;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}
.new_duan .item-vs:hover .description{
	opacity: 0;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
}
.content-sala .wid-50 .img a:after{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
	bottom: 0;
	opacity: 0;
    background: rgba(0,0,0,0.3) url(../images/STP_Solar/over.png) center center no-repeat;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.content-sala .wid-50 .col-sala:hover .img a:after{
	opacity: 1;
}
.new_duan .item-vs:hover .img >a:after{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}
@media screen and (max-width: 1440px) {
	.header .ul_top li{
		font-size: 14px;
	}
	.sola-about h1{
		font-size: 22px;
	}
	.sola-title h3{
		font-size: 15px;
	}
	.sola_comment {
		font-size: 15px;
	}
	.btn-xemthem{
		font-size: 14px;
	}
	.title-page{
		font-size: 23px;
		/* padding: 35px 0px 35px; */
	}
	.xemtatca{
		font-size: 21px;
	}
	.giaiphap div{
		font-size: 22px;
	}
	.slider_over h1{
		font-size: 35px;
	}
	.slider_over p{
		font-size: 18px;
	}
	.btn-xemthem{
		padding: 10px 23px;
	}
	
	
	
}
@media screen and (max-width: 1366px) {
	.box-banner{
		/* max-height: 210px; */
	}
	.frm .form-item input, .frm .form-item select, .frm .form-item textarea{
		padding: 5px 10px 5px 10px;
	}
	.header .ul_top li{
		font-size: 18px;
	}
	.header .logo {
	    padding-top: 15px;
	}
	
	.navigation > ul > li > a span{
		font-size: 15px;
	}

	.header .logo{
		/* height: 75px; */
		height: 106px;
	}
	.header .ul_top{
		margin-top: 25px;
	}
	
	.icon_search input{
		padding: 8px;
	}
	.from-search{
		padding: 2px;
	}
	.icon_search form{
		font-size: 12.5px;
	}
	.sola-about h1{
		font-size: 25px;
		margin-bottom: 8px;
	}
	.sola-title h3{
		font-size: 13px;
	}
	.sola-title{
		/* padding-top: 22px; */
	}
	.sola_comment{
		font-size: 14px;
    	line-height: 25px;
	}
	.btn-xemthem_ab{
		font-size: 13px;   
		padding: 8px 17px;
		margin-top: 19px;
	}
	.images-right-about img{
		/* max-width: 215px; */
	}
	.title-page {
		font-size: 25px;
    	padding: 15px 0px 15px;
	}
	.ul_product li a{
		font-size: 13px;
	}
	.price-div, .start-div i{
		font-size: 14px;
	}
	.comment_news h1{
		font-size: 12px;
	}
	.comment-sala{
		font-size: 14px;
		color: #545454;
	}
	.title_mail{
		font-size: 14px;
	}
	.giaiphap p{
		font-size: 13px;	
	}
	.send_mail_home input{
		padding: 10px 0px 10px 10px;	
	}
	.giaiphap div{
		font-size: 14px;
	}
	.slide_main .col-1 .comment a{
		font-size: 13px;
	}
	.send_mail_home button{
		top: 6px;
	}
	.title_mail{
		margin-top: 20px;
	}
	.send_mail_home{
		margin-bottom: 20px;
	}
	.content_wrap_sola a h1{
		font-size: 15px;
	}
	.address_bottom ul li{
		font-size: 15px;
	}
	.box-show-menu-bot .wid-25 ul li a{
		font-size: 12px;
	}
	.footer *{
		font-size: 13px !important;
	}
	.xemtatca{
		font-size: 16px ;
	}
	.icon_search img {
		transform: translateX(15px);
		-webkit-transform: translateX(15px);
	}
	.navigation > ul > li > a span{
		line-height: 25px;
	}
	.contact-left h1{
		font-size: 15px;
	}
	.contact-page .contact-left{
		font-size: 13px;
	}
	.form-table label{
		font-size: 13px;	
	}
	/* .breadcrumb{
		padding: 5px 12px;
		top:-44px;
	} */
	.box-banner >div{
		line-height: 0px;
	}
	.breadcrumb-lh{
		top:-38px;
	}
	.navigation ul ul li a{
		font-size: 13px;
	}
	.box-text .tit-pro{
		font-size: 35px;
	}
	.fb_iframe_widge1t{
		float: auto;
		text-align: right;
		width: 100%;
	}
}
.box-show-mail {
    border-top: 1px solid 1px solid rgba(0, 89, 157, 0.5);
}
@media screen and (max-width: 1124px) {
	.navbar{
		width: 70%;
	}

	.content-sala, .content_new_sola,.content_wrap_sola, .content-product{
		margin: 0px;
	}
	.slide_duan .over-dv a {
		text-shadow: 0 2px 4px rgba(0,0,0,0.50);
		line-height: 22px;
		font-weight: 400;
		font-size: 14px;
	}
	.slider-sola{
		min-height: 200px;
	}
	.wid-40{
		padding-left:10px;
	}
	.xemtatca, .btn-xemthem{
		margin-right: 15px;
	}
	.slider-sola{
		padding: 0px 15px;
	}
	.col-sala-50{
		padding-right: 15px;
	}
	.sola-about{
		padding: 0px 15px;
		padding-top: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.header .menu-home {
	    padding: 0 15px;
	}.navigation > ul > li > a span {
	    font-size: 13px;
	}
}
@media screen and (max-width: 800px) {
	.sola-title{
		padding-top: 0px;
	}
	.sola-about{
		padding-top: 25px;
	}
	.sola-about h1{
		padding: 0px 15px;
	}
	.wid-40, .wid-25, .wid-35{
		width: 100%;
    	padding: 0px 15px;
	}
	.slider-sola{
		min-height: auto;
	}
	.wid-66, .wid-33{
		width: 100%;
		padding: 0px;
	}
	.wid-40, .wid-25, .wid-35{overflow: hidden}
	.width-55{
		width: 100%
	}
	.ul-tintuc{
		margin-top: 10px;
	}
	.sola_comment{
		padding: 0px 15px;
	}
	.btn-xemthem.btn-xemthem_ab {
		margin-left: 15px;
	}
	.images-right-about{
		display: none;
	}
	.slider-sola{
		margin-top: 20px;
	}
	.content-sala .wid-50{
		width: 100%;
	}.padding-10-sola {
		padding: 20px 0px 10px !important;
	}
	.col-sala{
		margin-top:15px;
	}
	.project-sala{
		margin-top: 20px;
	}
	.content-product .wid25,.content-product .wid75{
		width: 100%;
	}
	.content_new_sola .col-sala-33{
		width: 50%;
		margin-bottom: 20px;
	}
	.news-sola .title-page{
		color: #0066b3;
	}
	.content_new_sola .col-sala-33 .box-it{
		border: 1px solid #cccc;
	}
	.news-sola.margin-top-20 .col-sala-33:last-child{
		display: none !important;
	}
	.xemtatca{
		color: #fdb816;
	}
	.news-sola{
		background: #fff;
	}
	.ul_product{
		margin-bottom: 15px;
	}
	.ul_product li{
		width: 33.33333%; 
		float: left;
		text-align: center;
	}
	.content-sala-table{
		display: block;
	}
	.col-sala-50{
		width: 100%;
		display: inline-block;
	}
	.box-show-mail:after, .box-show-mail:before{
		background: none
	}
	.giaiphap{
		padding: 32px 15px;
		background: #f8fbff;
	}
	.right-mail{
		background-image: linear-gradient(to right, #FDBA15 , #F37320);
		padding-left: 15px;
	}
	.sola_content_product{
		padding: 0px;
	}
	.header-sm .logo img{
		/* width: 66px; */
	}
	.slide_main .col-1 .comment{
		height: auto !important;
	}
	.box-banner img{
		height: 150px;
	}
	.box-text .tit-pro{
		padding-left: 10px;
    	font-size: 20px;
	}
	.width50{
		width: 50%;
	}
	.box-banner{
		margin-top: 15px;
	}
	.breadcrumb{
		padding: 7px 12px;
	}
	.slider_over{
		width: 100%;
		display: block;
		margin-left: 15px !important;
	}
	.slider_over{
		padding-left: 0px;
	}
	.slider_over h1{
		font-size: 19px;
	}
	.slider_over p{
		font-size: 15px;
	}
	.btn-xemthem{
		font-size: 13px;
	}
	.title-vs{
		font-size: 14px;
	}
	.breadcrumb {
		/* top:-47px; */
	}
	.others .title-other{
		font-size: 14px;
	}
}
.frm-search-mobie{
    z-index: -999999999;
	opacity: 1;
	left: 0;
	opacity: 0;
	top:60px;
	position: fixed;	
	right: 0;
	padding:1px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	/* top: 51px; */
	border-radius: 0px;
}
.frm-search-mobie input{
	font-size: 13px;
	width: 100%;
	padding: 10px 0px 10px 10px;
}
.frm-search-mobie button{
	font-size: 12px;
	position: absolute;
	top:1px;
	bottom:1px;
	background: #889976;
	color: #fff;
	right: 1px;
}
#desktop{
	display: block;
}
#mobie{
	display: none;
}
.slide_main1 .owl-stage{
	padding-top: 0px !important;
}
.owl-carousel .owl-stage-outer{
	padding-top: 10px;
	margin-top: -10px;
}
@media screen and (max-width: 600px) {
	.wid-row{
		margin: 0px;
	}
	.title-vs{
		margin-top: 0px !important;
	}
	#_slider{
		margin-top: -150px !important;
	}
	.list-others .col-sala-33{
		padding: 0px;
	}
	.txt .top h3{
		font-size: 20px;
	}
	.list-others .title h3 span{
		font-size: 16px;
	}
	.txt .price{
		font-size: 16px;
	}
	.product-con .order button{
		margin-top: 0px;
	}
	.phone-bottom{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.product-con .img1, .product-others{
		padding: 0px 15px;
	}
	.pro-bottom{
		padding: 0px 15px;
	}
	.ul-gkt li{
		font-size: 14px;
		width: 50%;
    	white-space: nowrap;
	}
	.wid-30{width: 100%;}
	.fb_iframe_widge1t{
		text-align: left ;
	}
	.sola-about h1{
		padding: 0px;
	}
	.sola_comment{
		padding: 0px;
	}
	.btn-xemthem.btn-xemthem_ab{
		margin-left: 0px;
	}
	.content-tintuc{
		margin: 0px;
	}
	#desktop{
		display: none;
	}
	#mobie{
		display: block;
	}
	.slide_duan .over-dv{
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.86)) !important;
	}
	.title-after span{
		float: left;
	}
	.padding-none{
		padding: 0px !important;
	}
	.padding-none:after{
		top: 11px;
	}
}
.ul-product{
	padding: 0px 20px
}
.select{
	padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    width: 100%;
    color: #fff;
}
.select option{
	color: #505050;
}
@media screen and (max-width: 480px) {
	.width50{
		width: 100%;
	}
	.header-sm .logo img{
		max-height: 42px;
	}
	.sola-about h1{
		font-size: 18px;
	}
	.sola-title{
		/* padding-top: 20px; */
	}
	.sola-title h3{
		font-size: 13px;
	}
	.sola_comment {
		font-size: 14px;
		line-height: 27px;
	}
	.btn-xemthem {
		font-size: 14px;
		padding: 7px 10px;
	}
	.title-page {
		font-size: 18px;
		padding: 15px 0px 15px;
	}
	.content-tintuc .comment h1{
		font-size: 14px;
	}
	.content-sala .wid-50 .img{
		width: 100%;
		margin-bottom: 15px;
	}
	.content-sala .wid-50 .comment{
		width: 100%;
	}
	.padding-10-sola{
		padding: 10px 0px 10px !important;
	}
	.project-sala{
		margin-top: 0px;
	}
	.ul_product li{
		width: 100%;
	}
	.ul_product li a{
		font-size: 14px;
	}
	.sola_content_product .col-sala-33{
		width: 100%;
	}
	.news-sola.margin-top-20 {
		margin-top: 0px;
	}
	.news-sola .title-page{
		margin-bottom: 10px;
	}
	.content_new_sola .col-sala-33{
		width: 100%;
	}
	.giaiphap div{
		font-size: 15px;
	}
	.giaiphap p{
		font-size: 15px;
	}
	.title_mail{
		font-size: 15px;
	}
	.send_mail_home input{
		padding: 10px 0px 10px 10px;
	}
	.content_wrap_sola a h1{
		font-size: 15px;
	}
	.wid-40, .wid-25,.wid-35{
		width: 100%;
		padding: 0px 15px; 
	}
	.footer .f-left{
		margin-bottom: 20px;
	}
	.box-banner img{
		height: 130px;
	}
	.box-text .tit-pro{
		margin-left: 10px;
		font-size: 15px;
	}
	.breadcrumb{
		padding: 5px 12px;
	}
	.list_gallery .item-vs{
		padding: 0px;
		margin-bottom: 20px;
	}
	.contact-page .contact-left{
		padding:15px;
	}
	.contact-left h1{
		font-size: 16px;
	}
	.form-table label{
		width: 30%;
		font-size: 13px;
	}
	.contact-page .contact-left{
		text-align: center;
	}
	
	.left-1,.left-2{
		width: 100% !important;
	}
	.left-2 {
		margin-top: 20px;
	}
}
@media screen and (max-width: 360px) {
	.width50 {
		width: 100%;
	}
}@charset "UTF-8";

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.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: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.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: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.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;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		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% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) 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-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-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: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-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: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	100% {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-100%);
	}
	to {
		-webkit-transform: translateX(0%);
	}
}
@-moz-keyframes moveFromLeft {
	from {
		-moz-transform: translateX(-100%);
	}
	to {
		-moz-transform: translateX(0%);
	}
}
@-ms-keyframes moveFromLeft {
	from {
		-ms-transform: translateX(-100%);
	}
	to {
		-ms-transform: translateX(0%);
	}
}

@-webkit-keyframes moveFromRight {
	from {
		-webkit-transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(0%);
	}
}
@-moz-keyframes moveFromRight {
	from {
		-moz-transform: translateX(100%);
	}
	to {
		-moz-transform: translateX(0%);
	}
}
@-ms-keyframes moveFromRight {
	from {
		-ms-transform: translateX(100%);
	}
	to {
		-ms-transform: translateX(0%);
	}
}

@-webkit-keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(100%);
	}
	to {
		-webkit-transform: translateY(0%);
	}
}
@-moz-keyframes moveFromBottom {
	from {
		-moz-transform: translateY(100%);
	}
	to {
		-moz-transform: translateY(0%);
	}
}
@-ms-keyframes moveFromBottom {
	from {
		-ms-transform: translateY(100%);
	}
	to {
		-ms-transform: translateY(0%);
	}
}.captionOrange, .captionBlack {
	 color: #fff;
	 font-size: 20px;
	 line-height: 30px;
	 text-align: center;
	 border-radius: 4px;
 }
.captionOrange {
	position: absolute;
	left: 15%;
	margin: 0;
}
.captionBlack {
	font-size:16px;
	background: #000;
	background-color: rgba(0, 0, 0, 0.4);
}
a.captionOrange, A.captionOrange:active, A.captionOrange:visited {
	color: #ffffff;
	text-decoration: none;
}
a.captionOrange:hover {
	color: #eb5100;
	text-decoration: underline;
	background-color: #eeeeee;
	background-color: rgba(238, 238, 238, 0.7);
}
.bricon {
	background: url(../images/browser-icons.png);
}

.caption {
	color: #ffffff;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1170px;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	text-align: center;
}
.caption .box {
	background-color: rgba(240, 184, 143, 0.6);
	max-width: 860px;
	padding: 15px 30px;
	display: inline-block;
}
.caption h1 {
	color: #ffffff;
	font-size: 55px;
	line-height: 65px;
	text-shadow: 2px 0 1px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.caption p {
	margin-top: 30px;
}

.jssora02l, .jssora02r {
	background: url('../images/a02.png') no-repeat;
	display: block;
	position: absolute;
	width: 39px;
	height: 39px;
	cursor: pointer;
	overflow: hidden;
}
.jssora02l { background-position: -11px -41px; }
.jssora02r { background-position: -72px -41px; }
.jssora02l:hover { background-position: -131px -41px; }
.jssora02r:hover { background-position: -192px -41px; }
.jssora02l.jssora02ldn { background-position: -251px -41px; }
.jssora02r.jssora02rdn { background-position: -312px -41px; }

.jssorb02 {
	position: absolute;
}
.jssorb02 div, .jssorb02 div:hover, .jssorb02 .av {
	background-color: rgba(233, 233, 233, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	width: 15px;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
}
.jssorb02 div { background-color: rgba(233, 233, 233, 0.5); }
.jssorb02 div:hover, .jssorb02 .av:hover { background-color: rgba(5, 118, 167, 0.9); }
.jssorb02 .av { background-color: rgba(249, 167, 13, 1); }
.jssorb02 .dn, .jssorb02 .dn:hover { background-color: rgba(0, 151, 82, 0.9); }

.jssora02l, .jssora02r {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url(../images/a02.png) no-repeat;
	overflow: hidden;
}
.jssora02l { background-position: -5px -35px; }
.jssora02r { background-position: -65px -35px; }
.jssora02l:hover { background-position: -125px -35px; }
.jssora02r:hover { background-position: -185px -35px; }
.jssora02l.jssora02ldn { background-position: -245px -35px; }
.jssora02r.jssora02rdn { background-position: -305px -35px; }


/*---show product */
.jssora05l, .jssora05r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../images/a17.png) no-repeat;
	overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }

.jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
.jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }


.jssort02 {
	position: absolute;
	/* size of thumbnail navigator container */
	width: 155px;
	height: 490px;
}

.jssort02 .p {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 148px;
}

.jssort02 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.jssort02 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.jssort02 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 148px;
	border: #dfdfdf 1px solid;
	box-sizing: content-box;
	/*background: url(../images/t01.png) -800px -800px no-repeat;*/
	_background: none;
}

.jssort02 .pav .c {
	top: 2px;
	_top: 0px;
	left: 2px;
	_left: 0px;
	width: 130px;
	height: 148px;
	border: #dfdfdf 0px solid;
	_border: #dfdfdf 1px solid;
	background-position: 50% 50%;
}

.jssort02 .p:hover .c {
	top: 0px;
	left: 0px;
	width: 130px;
	height: 148px;
	border: #482a00 1px solid;
	background-position: 50% 50%;
}

.jssort02 .p.pdn .c {
	background-position: 50% 50%;
	width: 130px;
	height: 148px;
	border: #dfdfdf 1px solid;
}.yellow {
  color: #eecf0e; }

.about-us {
  padding-top: 50px; }
  .about-us .box-title .title {
    padding-top: 5px; }

.list-item-1 {
  margin: 0 -15px;
  padding-top: 15px; }

.item-1 {
  width: 33.333336%;
  float: left;
  padding: 15px; }
  .item-1 .box-it {
    padding: 25px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15); }
    .item-1 .box-it .comment {
      padding-top: 10px;
      text-align: center; }
      .item-1 .box-it .comment h4 {
        text-transform: uppercase;
        line-height: 25px;
        height: 50px;
        vertical-align: middle;
        display: table-cell;
        width: 1%;
        padding: 0 25px; }
      .item-1 .box-it .comment .txt {
        padding-top: 15px; }

.wp-post {
  padding-top: 0px; }
  .wp-post .item-1 .comment {
    padding-top: 15px; }
    .wp-post .item-1 .comment h4 {
      height: auto; }
    .wp-post .item-1 .comment .txt {
      padding-top: 5px; }

.course {
  background: url("../images/sli.png") top 43px center no-repeat;
  height: 569px; }
  .course .list-m .col-m {
    width: 20%;
    float: left; }
  .course .list-m .m1 {
    padding-top: 22px; }
  .course .list-m .m2 {
    padding-top: 33px; }
  .course .list-m .m3 {
    padding-top: 2px; }
  .course .list-m .m4 {
    padding-top: 33px; }
  .course .list-m .m5 {
    padding-top: 22px; }
  .course .menu-text {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff; }
    .course .menu-text .item-t .txt {
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .course .menu-text .item-t .txt:after {
        content: " ";
        background: #ffffff;
        width: 32px;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center; }
    .course .menu-text .item-t h2 {
      line-height: 45px; }
      .course .menu-text .item-t h2 a {
        color: #ffffff; }
    .course .menu-text .item-t .detail {
      margin-top: 10px; }
      .course .menu-text .item-t .detail a {
        padding: 7px 30px;
        /*background: $yellow-color;*/
        font-weight: 800;
        color: #ffffff;
        font-size: 15px;
        border-radius: 30px;
        overflow: hidden; }

.box-help {
  padding-top: 100px; }
  .box-help .box-title {
    text-align: center; }
  .box-help .list-col-pro {
    margin: 0 -15px;
    padding-top: 10px; }
  .box-help .col-pro {
    width: 25%;
    float: left;
    padding: 15px; }
    .box-help .col-pro .box-it {
      border-radius: 5px;
      overflow: hidden;
      position: relative; }
      .box-help .col-pro .box-it .comment {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7); }
        .box-help .col-pro .box-it .comment h3 {
          line-height: 39px;
          text-transform: uppercase;
          font-weight: 400;
          text-align: center; }
          .box-help .col-pro .box-it .comment h3 a {
            color: #ffffff; }

.menu-product {
  border-bottom: 1px solid #e7e7e7; }
  .menu-product ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center; }
    .menu-product ul li {
      display: inline-block;
      padding: 0 17px;
      line-height: 41px; }
      .menu-product ul li a.active {
        color: #eecf0e; }

/* Underline From Center */
.hvr-underline-from-center {
  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;
  overflow: hidden; }

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #eecf0e;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-center.active:before, .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0; }

.regedit {
  background: url("../images/bg_h.png");
  background-size: cover;
  height: 200px; }
  .regedit h5 {
    font-family: "UTM Amerika Sans", 'sans-serif';
    color: #eecf0e;
    font-size: 24px;
    padding-top: 60px; }
  .regedit .bt {
    margin-top: 25px; }
    .regedit .bt .btn {
      padding: 7px 20px;
      border-radius: 25px;
      overflow: hidden;
      font-weight: 500; }
    .regedit .bt .hvr-shutter-in-horizontal:before {
      background: #fafafa; }

.newspaper {
  padding-top: 40px;
  padding-bottom: 25px; }
  .newspaper .box-title {
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px; }
    .newspaper .box-title h5 {
      padding-bottom: 6px; }
  .newspaper .list-news {
    margin: 0 -15px; }

.item-news {
  width: 33.333336%;
  float: left;
  padding: 15px; }
  .item-news .comment {
    padding-top: 15px; }
    .item-news .comment h3 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 500; }
    .item-news .comment .b {
      color: #999999;
      padding-top: 7px;
      padding-bottom: 7px; }
      .item-news .comment .b i {
        color: #eecf0e; }
      .item-news .comment .b .views {
        padding-left: 20px;
        position: relative; }
        .item-news .comment .b .views:after {
          content: "";
          position: absolute;
          left: 10px;
          bottom: 3px;
          width: 1px;
          height: 11px;
          border-left: 1px solid #e1e1e1; }

.item-news .img::before,
.item-news .img::after {
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  content: '';
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

.item-news .img::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

.item-news .img::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); }

.item-news:hover .img::before,
.item-news:hover .img::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.contact-page .contact-right {
  width: 50%;
  float: left;
  position: relative; 
}
.page-contact{
  margin-bottom: 50px;
}
.contact-page .contact-right .contact-info {
  line-height: 23px;
  /*position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);*/
  color: #555555; 
}
.contact-page .contact-right .contact-info p {
  padding-bottom: 7px; 
}
.contact-page .contact-left {
  width: 50%;
  float: right;
  padding-left: 80px;
  padding-right: 15px; }

.bottom .video-home {
  width: 50%;
  float: left; }
.bottom .maps {
  width: 50%;
  float: right; }

.video-home iframe {
  position: relative;
  width: 100%;
  height: 380px;
  /*-webkit-filter: sepia(1);*/ }

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  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;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eecf0e;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white; }

.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.showrom {
  padding-top: 30px;
  padding-bottom: 30px; }
  .showrom .list-showrom .item-rom {
    width: 33.333336%;
    float: left;
    text-align: center;
    padding-top: 40px;
    position: relative;
    border-left: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500; }
    .showrom .list-showrom .item-rom:before {
      content: "";
      width: 26px;
      height: 25px;
      top: 0;
      left: 0;
      right: 0;
      position: absolute; }
  .showrom .list-showrom .rom1:before {
    background: url("../images/i-tel.png") top center no-repeat; }
  .showrom .list-showrom .rom2:before {
    background: url("../images/i-mail.png") top center no-repeat; }
  .showrom .list-showrom .rom3:before {
    background: url("../images/i-map.png") top center no-repeat; }
  .showrom .list-showrom .item-rom:last-child {
    border-right: 1px solid #e7e7e7; }

.footer {
  /*background: #161616;*/
  background: #fff;
  font-size: 13px;
  padding: 20px 0 20px; }
  .footer *{
    color: #fff;
    font-family:Helvetica;
    font-size:16px;
    color:#ffffff;
    letter-spacing:-0.19px;
  }
  .footer .f-left {
    width: 60%;
    padding-top: 15px;
    float: left; }
    .footer .f-left a{
      color: #e77968;
    }
    .footer .f-left .menu-footer ul {
      margin-left: -1px;
      list-style: none;
      padding-left: 0px; }
      .footer .f-left .menu-footer ul li {
        display: inline-block; }
        .footer .f-left .menu-footer ul li a {
          color: #b8b8b8;
          padding-right: 30px; }
        .footer .f-left .menu-footer ul li:hover a {
          color: #eecf0e; }
      .footer .f-left .menu-footer ul li.active a {
        color: #eecf0e; }
  .footer .f-right {
    width: 40%;
    float: right; }
    .footer .f-right .text {
      text-align: right;
      color: #b8b8b8;
      font-size: 13px;
      /*padding-top: 12px; */

    }
 /*     .footer .f-right .text p {
        padding-top: 10px; }*/

.society ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.society ul li {
  display: inline-block;
  margin: 0 3px; }

.society ul li:first-child {
  margin-left: 0; }

.society ul li a {
  background-color: #282828;
  border-radius: 5px;
  color: #b8b8b8;
  overflow: hidden;
  font-size: 15px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.society ul li:active a,
.society ul li a:active,
.society ul li a:hover {
  color: #ffffff; }

.society ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b52024;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.society ul li a:hover:before,
.society ul li a:focus:before,
.society ul li a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.society ul li.facebook a:hover:before,
.society ul li.facebook a:focus:before,
.society ul li.facebook a:active:before {
  background-color: #37528d; }

.society ul li.google-plus a:hover:before,
.society ul li.google-plus a:focus:before,
.society ul li.google-plus a:active:before {
  background-color: #dc2310; }

.society ul li.twitter a:hover:before,
.society ul li.twitter a:focus:before,
.society ul li.twitter a:active:before {
  background-color: #58ccfe; }

.society ul li.skype a:hover:before,
.society ul li.skype a:focus:before,
.society ul li.skype a:active:before {
  background-color: #3ac5ff; }

.society ul li.instagram a:hover:before,
.society ul li.instagram a:focus:before,
.society ul li.instagram a:active:before {
  background-color: #8f368a; }

@media screen and (max-width: 880px) {
  .course {
    height: auto;
    background: none; }

  .course .menu-text .item-t h2 {
    line-height: 35px; }

  zx
  h2 {
    font-size: 23px; } }
@media screen and (max-width: 790px) {
  .list-item-1 {
    margin: 0 15px; }

  .item-1 {
    width: 100%; }
    .item-1 .img {
      width: 30%;
      float: left; }
    .item-1 .comment {
      width: 70%;
      float: right;
      text-align: left !important;
      padding-top: 0px !important;
      padding-left: 20px; }
      .item-1 .comment .txt {
        padding-top: 5px !important; }
      .item-1 .comment h4 {
        height: auto !important;
        padding: 0px !important; }

  .box-help {
    padding-top: 50px; } }
@media screen and (max-width: 630px) {
  .box-help .col-pro {
    width: 50%; }

  .newspaper .list-news {
    margin: 0 -5px; }

  .list-news .item-news:last-child {
    display: none; }

  .item-news {
    width: 50%; }

  .list-item-1 {
    margin: 0 5px; }

  .item-1 .img {
    width: 40%;
    float: left; }

  .item-1 .comment {
    width: 60%; }

  .showrom .list-showrom .item-rom {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 15px; }

  .bottom .maps {
    display: none; }

  .bottom .video-home {
    width: 100%;
    float: left; }

  .regedit {
    padding-left: 10px; }

  .regedit h5 {
    line-height: 35px;
    padding-top: 30px; }

  .footer .f-left {
    width: 100%;
    text-align: center; }
    .footer .f-left .menu-footer ul li a {
      line-height: 29px; }
  .footer .f-right {
    width: 100%; }
    .footer .f-right .text {
      text-align: center; } }
@media screen and (max-width: 430px) {
  .item-1 .img {
    width: 100%;
    float: left; }

  .item-1 .comment {
    width: 100%;
    padding-top: 10px !important;
    padding-left: 0; }

  .course .menu-text .item-t .txt {
    display: none; }

  .course .menu-text .item-t h2 {
    font-size: 15px; } }

/*# sourceMappingURL=caotam.css.map */
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -10px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	background: url(../images/loader.gif) center center no-repeat;
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: inherit;
	font-weight: bold;
	color: #666;
	line-height: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #bababa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-indent: -9999px;
	display: block;
	width: 25px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #2fb6cc;
}
.bx-wrapper .bx-prev {
	background: url(../images/a01.png) top left no-repeat;
	left: -30px;
}

.bx-wrapper .bx-next {
	background: url(../images/a01.png) bottom right no-repeat;
	right: -30px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	width: 35px;
	height: 104px;
	margin-top: -52px;
	text-indent: -9999px;
	z-index: 8;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	background: url(../images/controls.png) -86px -11px no-repeat;
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	background: url(../images/controls.png) -86px -44px no-repeat;
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: inherit;
	display: block;
	font-size: .85em;
	padding: 10px;
}

@media screen and (max-width: 1300px) {
	.bx-wrapper .bx-prev {
		left: -10px;
	}
	.bx-wrapper .bx-next {
		right: -10px;
	}
}
@media screen and (max-width: 767px) {
	.bx-wrapper .bx-controls-direction a {
		width: 25px;
		height: 74px;
		margin-top: -37px;
	}
	.bx-wrapper .bx-prev {
		background-position: top -15px center;
	}
	.bx-wrapper .bx-next {
		background-position: bottom -15px center;
	}
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.48571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: "\2a";
}
.glyphicon-plus:before {
	content: "\2b";
}
.glyphicon-euro:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 9991;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal .booking {
  position: relative;
  padding: 0;
  width: 100%;
  bottom: 0;
}

.modal a.close-modal {
  position: absolute;
  top: -14px;
  right: -12px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url('../images/close.png') center no-repeat;
  z-index: 9;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.mm-hidden {
	display: none !important;
}
.mm-wrapper {
	overflow-x: hidden;
	position: relative;
}
.mm-menu,
.mm-menu > .mm-panel {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.mm-menu > .mm-panel .fa-fw {
	width: 1.48571429em;
}
.mm-menu {
	background: inherit;
	display: block;
	overflow: hidden;
	padding: 0;
}
.mm-panel {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
	-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);
}
.mm-panel.mm-subopened {
	-webkit-transform: translate3d(-30%, 0, 0);
	-moz-transform: translate3d(-30%, 0, 0);
	-ms-transform: translate3d(-30%, 0, 0);
	-o-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
	z-index: 1;
}
.mm-menu > .mm-panel {
	background: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0 20px;
}
.mm-menu > .mm-panel.mm-hasnavbar {
	padding-top: 40px;
}
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
	content: '';
	display: block;
	height: 20px;
}
.mm-vertical .mm-panel {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
	display: none;
	padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
	border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
	display: block;
}
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
	height: 40px;
	bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
	top: 16px;
	bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mm-navbar {
	border-bottom: 1px solid transparent;
	text-align: center;
	line-height: 20px;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.mm-navbar > * {
	display: block;
	padding: 10px 0;
}
.mm-navbar a, .mm-navbar a:hover {
	text-decoration: none;
}
.mm-navbar .mm-title {
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.mm-navbar .mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.mm-navbar .mm-btn:first-child {
	padding-left: 20px;
	left: 0;
}
.mm-navbar .mm-btn:last-child {
	padding-right: 20px;
	right: 0;
}
.mm-panel .mm-navbar {
	display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
	display: block;
}
.mm-listview,
.mm-listview > li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.mm-listview {
	font: inherit;
	font-size: 14px;
}
.mm-listview a,
.mm-listview a:hover {
	text-decoration: none;
}
.mm-listview > li {
	position: relative;
}
.mm-listview > li > a,
.mm-listview > li > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	line-height: 20px;
	display: block;
	padding: 12px 12px 12px 22px;
	margin: 0;
	font-weight: 400;
}
#mm-1 .mm-listview > li > a {
	text-transform: uppercase;
}
.mm-listview > li > a .fa,
.mm-listview > li > span .fa {
	color: #fff;
	margin-left: -12px;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
	padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
	left: 0;
}
.mm-listview .mm-next {
	/* background-color: #eaeaea;
	 */
	 background: #eaeaea;
	width: 38px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 1px;
	z-index: 2;
}
.mm-listview .mm-next:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
	margin-right: 38px;
}
.mm-listview .mm-next.mm-fullsubopen {
	width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
	padding-right: 50px;
	margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview {
	margin-left: -20px;
	margin-right: -20px;
}
.mm-menu > .mm-panel > .mm-listview.mm-first {
	margin-top: -20px;
}
.mm-menu > .mm-panel > .mm-listview.mm-last {
	padding-bottom: 20px;
}
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
	content: '';
	border: 2px solid transparent;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 20px;
}
.mm-next:after,
.mm-arrow:after {
	border-top: none;
	border-left: none;
	right: 15px;
}
.mm-divider {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}
.mm-listview > li.mm-spacer {
	padding-top: 40px;
}
.mm-listview > li.mm-spacer > .mm-next {
	top: 40px;
}
.mm-listview > li.mm-spacer.mm-divider {
	padding-top: 25px;
}
.mm-menu {
	/* background: #dedede;
	color: #2e2e2e; */
	background: #889976;
	color: #fff;
}
.mm-menu .mm-navbar {
	border-color: #bfbfbf;
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
	color: #fff;
}
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
	border-color: #8d8d8d;
}
.mm-menu .mm-listview > li:after {
	border-color: #bfbfbf;
}
.mm-menu .mm-listview > li .mm-prev:before,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
	border-color: #acacac;
}
.mm-menu .mm-listview > li .mm-prev:after,
.mm-menu .mm-listview > li .mm-next:before {
	border-color: rgba(72, 72, 72, 0.1);
}
.mm-menu .mm-listview > li > a:hover,
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
	/* background-color: #eaeaea;
	 */
	 background: #f58220;
}
.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
	background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
	background: rgba(0, 0, 0, 0.05);
}
.mm-page {
	box-sizing: border-box;
	position: relative;
}
.mm-slideout {
	-webkit-transition: -webkit-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
}
html.mm-opened {
	overflow: hidden;
	position: relative;
}
html.mm-opened body {
	overflow: hidden;
}
html.mm-background .mm-page {
	background: inherit;
}
#mm-blocker {
	background-color: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
	display: block;
}
html.mm-opened #mm-blocker {
	opacity: 0;
}
html.mm-opened #mm-blocker {
	background-color: #000000;
}
html.mm-opening #mm-blocker {
	opacity: 0.2;
	transition: opacity 0.4s ease 0.4s;
}
.mm-menu.mm-offcanvas {
	display: none;
	position: fixed;
}
.mm-menu.mm-current {
	display: block;
}
.mm-menu {
	width: 80%;
	min-width: 140px;
	max-width: 280px;
}
html.mm-opening .mm-slideout {
	-webkit-transform: translate(80%, 0);
	-moz-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	-o-transform: translate(80%, 0);
	transform: translate(80%, 0);
}
@media all and (max-width: 175px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-moz-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		-o-transform: translate(140px, 0);
		transform: translate(140px, 0); }
}
@media all and (min-width: 400px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate(280px, 0);
		-moz-transform: translate(280px, 0);
		-ms-transform: translate(280px, 0);
		-o-transform: translate(280px, 0);
		transform: translate(280px, 0); }
}
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
	max-height: 80%;
}
.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
	max-height: 100%;
}
.mm-menu.mm-measureheight > .mm-panel {
	bottom: auto !important;
	height: auto !important;
}
em.mm-counter {
	font: inherit;
	font-size: 14px;
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: block;
	margin-top: -10px;
	position: absolute;
	right: 45px;
	top: 50%;
}
em.mm-counter + a.mm-next {
	padding-left: 40px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
	margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
	padding-left: 0;
}
.mm-vertical > .mm-counter {
	top: 12px;
	margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
	margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
	display: none;
}
.mm-menu em.mm-counter {
	color: rgba(0, 0, 0, 0.3);
}
.mm-divider > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
	display: none;
}
.mm-fixeddivider {
	background: inherit;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	-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);
}
.mm-fixeddivider:after {
	content: none !important;
	display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
	display: block;
}
.mm-menu .mm-fixeddivider span {
	background: rgba(0, 0, 0, 0.05);
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.mm-menu > .mm-navbar {
	background: inherit;
	padding: 0;
	z-index: 3;
	-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);
}
.mm-navbar-bottom {
	border-top: 1px solid transparent;
	border-bottom: none;
	top: auto;
	bottom: 0;
}
.mm-navbar-top ~ .mm-navbar-top {
	border-bottom: none;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
	border-top: none;
}
.mm-navbar.mm-hasbtns {
	padding: 0 40px;
}
.mm-navbar-top-1 {
	top: 0px;
}
.mm-hasnavbar-top-1 .mm-panel {
	top: 40px;
}
.mm-hasnavbar-top-1 .mm-indexer {
	top: 50px;
}
.mm-hasnavbar-top-1 .mm-fixeddivider {
	top: 40px;
}
.mm-navbar-top-2 {
	top: 40px;
}
.mm-hasnavbar-top-2 .mm-panel {
	top: 80px;
}
.mm-hasnavbar-top-2 .mm-indexer {
	top: 90px;
}
.mm-hasnavbar-top-2 .mm-fixeddivider {
	top: 80px;
}
.mm-navbar-top-3 {
	top: 80px;
}
.mm-hasnavbar-top-3 .mm-panel {
	top: 120px;
}
.mm-hasnavbar-top-3 .mm-indexer {
	top: 130px;
}
.mm-hasnavbar-top-3 .mm-fixeddivider {
	top: 120px;
}
.mm-navbar-bottom-1 {
	bottom: 0px;
}
.mm-hasnavbar-bottom-1 .mm-panel {
	bottom: 40px;
}
.mm-hasnavbar-bottom-1 .mm-indexer {
	bottom: 50px;
}
.mm-navbar-bottom-2 {
	bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panel {
	bottom: 80px;
}
.mm-hasnavbar-bottom-2 .mm-indexer {
	bottom: 90px;
}
.mm-navbar-bottom-3 {
	bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panel {
	bottom: 120px;
}
.mm-hasnavbar-bottom-3 .mm-indexer {
	bottom: 130px;
}
.mm-close {
	text-align: right;
}
.mm-close:after {
	content: 'x';
	font-size: 22px;
	line-height: 0;
}
.mm-navbar-2 > *,
.mm-navbar-3 > *,
.mm-navbar-4 > *,
.mm-navbar-5 > *,
.mm-navbar-6 > * {
	display: block;
	float: left;
}
.mm-navbar-2 > * {
	width: 50%;
}
.mm-navbar-3 > * {
	width: 33.33%;
}
.mm-navbar-4 > * {
	width: 25%;
}
.mm-navbar-5 > * {
	width: 20%;
}
.mm-navbar-6 > * {
	width: 16.66%;
}
.mm-search,
.mm-search input {
	box-sizing: border-box;
}
.mm-search {
	height: 40px;
	padding: 10px 10px 0;
}
.mm-search input {
	border: none;
	border-radius: 28px;
	font: inherit;
	font-size: 13px;
	outline: none;
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 15px;
}
.mm-search input::-ms-clear {
	display: none;
}
.mm-panel > .mm-search {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.mm-panel.mm-hassearch {
	padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
	padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
	top: 40px;
}
.mm-noresultsmsg {
	text-align: center;
	font-size: 21px;
	display: none;
	padding: 40px 0;
}
.mm-noresults .mm-noresultsmsg {
	display: block;
}
.mm-noresults .mm-indexer {
	display: none !important;
}
li.mm-nosubresults > a.mm-next {
	display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
	padding-right: 10px;
}
.mm-menu .mm-search input {
	background: #ffffff;
	color: #8d8d8d;
}
.mm-menu .mm-noresultsmsg {
	color: rgba(0, 0, 0, 0.3);
}
.mm-indexer {
	background: inherit;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
	width: 20px;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: -100px;
	z-index: 3;
	-webkit-transition: right 0.4s ease;
	-moz-transition: right 0.4s ease;
	-ms-transition: right 0.4s ease;
	-o-transition: right 0.4s ease;
	transition: right 0.4s ease;
	-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);
}
.mm-indexer a {
	text-decoration: none;
	display: block;
	height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
	padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
	right: 0;
}
.mm-hasindexer .mm-fixeddivider {
	right: 20px;
}
.mm-menu .mm-indexer a {
	color: rgba(0, 0, 0, 0.3);
}
input.mm-toggle,
input.mm-check {
	position: absolute;
	left: -10000px;
}
label.mm-toggle,
label.mm-check {
	margin: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
}
label.mm-toggle:before,
label.mm-check:before {
	content: '';
	display: block;
}
label.mm-toggle {
	border-radius: 30px;
	width: 50px;
	height: 30px;
	margin-top: -15px;
}
label.mm-toggle:before {
	border-radius: 30px;
	width: 28px;
	height: 28px;
	margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
	float: right;
}
label.mm-check {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
label.mm-check:before {
	border-left: 3px solid;
	border-bottom: 3px solid;
	width: 40%;
	height: 20%;
	margin: 25% 0 0 20%;
	opacity: 0.1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
	opacity: 1;
}
li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
	bottom: auto;
	margin-top: 0;
}
li.mm-vertical label.mm-toggle {
	top: 5px;
}
li.mm-vertical label.mm-check {
	top: 5px;
}
label.mm-toggle, label.mm-check {
	right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
	padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
	padding-right: 60px;
}
a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
	right: 60px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
	margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
	padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
	padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
	right: 100px;
}
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
	margin-right: 90px;
}
.mm-menu label.mm-toggle {
	background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
	background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963;
}
.mm-menu label.mm-check:before {
	border-color: rgba(0, 0, 0, 0.7);
}
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
	content: none;
}
.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
	left: 0 !important;
}
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
	-webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
	-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0%, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
	-o-transform: scale(1, 1) translate3d(0%, 0, 0);
	transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
	-webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	-moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	-ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	-o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
}
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
	-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0%, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
	-o-transform: scale(1, 1) translate3d(0%, 0, 0);
	transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu .mm-menu.mm-offcanvas {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
}
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-offcanvas {
	-webkit-transform: translate3d(-30%, 0, 0);
	-moz-transform: translate3d(-30%, 0, 0);
	-ms-transform: translate3d(-30%, 0, 0);
	-o-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0);
}
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-offcanvas {
	-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);
}
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
	-webkit-transform: translate3d(30%, 0, 0);
	-moz-transform: translate3d(30%, 0, 0);
	-ms-transform: translate3d(30%, 0, 0);
	-o-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
	-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);
}
.mm-menu.mm-effect-zoom-panels .mm-panel {
	-webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	-moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	-ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	-o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition-property: -webkit-transform, left;
	-moz-transition-property: -moz-transform, left;
	-ms-transition-property: -ms-transform, left;
	-o-transition-property: -o-transform, left;
	transition-property: transform, left;
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
	-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0%, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
	-o-transform: scale(1, 1) translate3d(0%, 0, 0);
	transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
	-webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
	-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);
}
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-fullscreen {
	width: 100%;
	min-width: 140px;
	max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
@media all and (max-width: 140px) {
	html.mm-opening.mm-fullscreen .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-moz-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		-o-transform: translate(140px, 0);
		transform: translate(140px, 0); }
}
@media all and (min-width: 10000px) {
	html.mm-opening.mm-fullscreen .mm-slideout {
		-webkit-transform: translate(10000px, 0);
		-moz-transform: translate(10000px, 0);
		-ms-transform: translate(10000px, 0);
		-o-transform: translate(10000px, 0);
		transform: translate(10000px, 0); }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
@media all and (max-width: 140px) {
	html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-moz-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		-o-transform: translate(-140px, 0);
		transform: translate(-140px, 0); }
}
@media all and (min-width: 10000px) {
	html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
		-webkit-transform: translate(-10000px, 0);
		-moz-transform: translate(-10000px, 0);
		-ms-transform: translate(-10000px, 0);
		-o-transform: translate(-10000px, 0);
		transform: translate(-10000px, 0); }
}
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
	height: 100%;
	min-height: 140px;
	max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
	box-shadow: none !important;
}
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
	text-overflow: clip;
	white-space: normal;
}
.mm-menu.mm-pageshadow:after {
	content: "";
	display: block;
	width: 20px;
	height: 120%;
	position: absolute;
	left: 100%;
	top: -10%;
	z-index: 99;
}
.mm-menu.mm-pageshadow.mm-right:after {
	left: auto;
	right: 100%;
}
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
	content: none;
	display: none;
}
.mm-menu.mm-pageshadow:after {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-top,
.mm-menu.mm-bottom {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.mm-menu.mm-right {
	left: auto;
	right: 0;
}
.mm-menu.mm-bottom {
	top: auto;
	bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate(-80%, 0);
	-moz-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	-o-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
}
@media all and (max-width: 175px) {
	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-moz-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		-o-transform: translate(-140px, 0);
		transform: translate(-140px, 0); }
}
@media all and (min-width: 350px) {
	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate(-280px, 0);
		-moz-transform: translate(-280px, 0);
		-ms-transform: translate(-280px, 0);
		-o-transform: translate(-280px, 0);
		transform: translate(-280px, 0); }
}
html.mm-front .mm-slideout {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	z-index: 0 !important;
}
.mm-menu.mm-front {
	z-index: 1;
}
.mm-menu.mm-front, .mm-menu.mm-next {
	-webkit-transition: -webkit-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
	-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);
}
.mm-menu.mm-top, .mm-menu.mm-bottom {
	height: 80%;
	min-height: 140px;
	max-height: 880px;
}
.mm-menu.mm-theme-dark {
	background: #333333;
	color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar {
	border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
	color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
	border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li:after {
	border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
	border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:before {
	border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
	background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
	background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
	border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
	color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
	background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
	background: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
	color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
	color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark label.mm-toggle {
	background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
	background: #333333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963;
}
.mm-menu.mm-theme-white {
	background: white;
	color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar {
	border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li:after {
	border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:before {
	border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white .mm-divider {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
	border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
	background: rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white label.mm-toggle {
	background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
	background: white;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963;
}
.mm-menu.mm-theme-black {
	background: black;
	color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar {
	border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
	color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
	border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li:after {
	border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
	border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:before {
	border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
	background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
	background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
	background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
	border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
	color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
	background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
	content: none;
	display: none;
}
.mm-menu.mm-theme-black .mm-search input {
	background: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
	color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
	color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
	background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
	background: black;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963;
}
.mm-listview li.tth-mm-search,
.mm-listview li.tth-mm-category {
	display: none;
	height: 0;
}
@media screen and (max-width: 959px) {
	.mm-listview li.tth-mm-search {
		display: block;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.mm-listview li.tth-mm-category {
		display: block;
		height: auto;
	}
}

.mm-navbar-bottom {
	text-align: center;
}
.mm-navbar-bottom a {
	/* background-color: #bfbfbf; */
	-webkit-border-radius: 50%;
	background: #f58220;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff !important;
	display: inline-block !important;
	float: none;
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	margin: 5px;
}
.mm-navbar-bottom a.facebook:hover,
.mm-navbar-bottom a.facebook:focus,
.mm-navbar-bottom a.facebook:active {
	background-color: #37528d;
}
.mm-navbar-bottom a.skype:hover,
.mm-navbar-bottom a.skype:focus,
.mm-navbar-bottom a.skype:active {
	background-color: #00aff0;
}
.mm-navbar-bottom a.twitter:hover,
.mm-navbar-bottom a.twitter:focus,
.mm-navbar-bottom a.twitter:active {
	background-color: #1da1f2;
}
.mm-navbar-bottom a.google-plus:hover,
.mm-navbar-bottom a.google-plus:focus,
.mm-navbar-bottom a.google-plus:active {
	background-color: #dc2310;
}
.mm-navbar-bottom a.youtube:hover,
.mm-navbar-bottom a.youtube:focus,
.mm-navbar-bottom a.youtube:active {
	background-color: #b52024;
}
.mm-navbar-bottom a.instagram:hover,
.mm-navbar-bottom a.instagram:focus,
.mm-navbar-bottom a.instagram:active {
	background-color: #b03a94;
}
.header-sm{
	/*background: #ffffff;*/
   z-index: 99999;
   border-bottom: 1px solid #ccc;
   box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

.shop .icon_co{
	margin-top: 13px;
}

#hamburger {
	background-color: inherit;
	box-sizing: border-box;
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	background: transparent;
	top: 5px;
	right: 0;
	z-index: 91;
	margin: 0;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
	background-color:#fff;
	content: '';
	display: block;
	width: 28px;
	height: 4px;
	position: absolute;
	right: 10px;
}
#hamburger:before {
	top: 10px;
}
#hamburger span {
	top: 20px;
}
#hamburger:after {
	top: 30px;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, right, opacity;
	transition-property: transform, top, bottom, right, opacity;
}
html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
	top: 22px;
}
html.mm-opening #hamburger span {
	right: -50px;
	opacity: 0;
}
html.mm-opening #hamburger:before {
	transform: rotate(45deg);
}
html.mm-opening #hamburger:after {
	transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
	#hamburger {
		display: block;
	}
}.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 9991;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  text-align: left;
  width: 100%;
  max-width: 600px;
  background-color: #ffffff;
  outline: none;
  overflow: hidden;
}
.modal a.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #44b9f6;
  font-size: 1.5em;
  font-weight: 300;
}
.modal a.close-modal:hover,
.modal a.close-modal:focus {
  color: #ffffff;
}
.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.modal-dialog {
  background-color: #ffffff;
  font-size: 13px;
  line-height: 17px;
}
.modal-dialog .modal-header {
  background-color: #068014;
  color: #ffffff;
  padding: 10px 15px;
}
.modal-dialog .modal-header h3 {
  font-weight: 300;
}
.modal-dialog .modal-body {
  padding: 15px 20px;
}
.modal-body .modal-iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
  padding: 0;
  margin: 0;
}
.modal-dialog .modal-footer {
  padding: 10px;
  border-top: 1px solid #e5e5e5;
}
.modal-dialog .result {
  display: none;
}
.modal-dialog .result .success,
.modal-dialog .result .failed {
  border: 1px solid;
  padding: 10px 15px;
  margin-top: 10px;
  text-align: justify;
}
.modal-dialog .result .success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.modal-dialog .result .failed {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.zzBoxes, .zzBoxes * {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}
.zzBoxes_overlay {
    background: none no-repeat center center #111111;
    position: fixed;
	z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
}
.zzBoxes_inner {
    background-color: #ffffff;
    color: #454545;
    position: fixed;
	z-index: 999999;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.6em;
    text-align: justify;
    max-width: 500px;
    min-width: 200px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    -webkit-transition: margin .3s;
    transition: margin .3s;
}
.zzBoxes.alert .zzBoxes_title {
    color: #ffaa05;
}
.zzBoxes.confirm .zzBoxes_title {
    color: #ffaa05;
}
.zzBoxes.prompt .zzBoxes_inner {
	max-width: 400px !important;
}
.zzBoxes.prompt .zzBoxes_title {
    color: #ffaa05;
}
.zzBoxes_title {
    font-size: 1.4em;
    line-height: 1.5em;
}
.zzBoxes_content {
    padding: 20px 15px;
    margin: 0;
}
.zzBoxes_mess {
    overflow: auto;
    white-space: pre-line;
}
.zzBoxes_content img {
    max-width: 100%;
}
.zzBoxes_input {
    padding: 7px;
    margin: 10px 0 0;
    width: 100%;
    border: 1px solid #dddddd;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zzBoxes_input:focus {
    border-color: #3da749;
    box-shadow: 0 0 3px 1px #3da749;
    outline: 0 none;
}
.zzBoxes_button {
    background-color: #f4f4f4;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.zzBoxes_button > div {
    /* background-color: #00599D; */
    color: #ffffff;
    display: inline-block;
    min-width: 80px;
    margin: 10px 0 10px 10px;
	font-weight: 400;
    padding: 7px 25px;
    background-image: linear-gradient(to right, #FDBA15 , #F37320);
    line-height: 1em;
    text-align: center;
    border-radius: 30px;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.zzBoxes_button > div:first-child {
    margin-left: 0;
}
div.zzBoxes_cancel {
    background-color: #eb0900;
}
.zzBoxes_close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJZJREFUeNpi/P//PwMpgAlKywHxMSD2wKImCogPA7EEmAeyAYhP/oeAb0DsARUD4XAg/gOV2wV2DVTCA6oYWVMIkuLPQGyDrAGbJgzF6BrQNWEoBmEmNA/yADEbEp8ZKoYAODwIMvknlP0TOSBgiqOwuNkDTZM3soZjONzsjaRpC7IGCSDei+5BJE0gxUIgPiOpSQMgwAB/QVTYXhJ/ggAAAABJRU5ErkJggg==) no-repeat center center #eb0900;
    position: absolute;
    width: 30px;
    height: 20px;
    right: 2px;
    top: 2px;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.zzBoxes_inner:hover .zzBoxes_close {
    opacity: 1;
}
.zzBoxes_button > div:hover, .zzBoxes_close:hover {
    background-color: #666666;
    cursor: pointer;
}

