@charset "UTF-8";
/* CSS Document */

/* Banner */
/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
#cargando {
	position: absolute;
	display: block;
	background-image: url(../theme/cargando.gif);
	background-position: center;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#jssor_1 {
	position: relative;
	margin: 0 auto;
	left: 0px;
	width: 2300px;
	height: 1000px;
	visibility: hidden;
	background-color: transparent;
    margin-top: 180px !important;
}
.jssorb05 {
	position: absolute;
	top: 950px;
	bottom: 16px;
	right: 16px; 
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background-image: url(../theme/b22.svg);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.jssorb05 div {
	background-position: 0px 0px;
}
.jssorb05 div:hover, .jssorb05 .av:hover {
	background-position: -35.25px 0px;
}
.jssorb05 .av {
	background-position: -70.5px 0px;
}
.jssorb05 .dn, .jssorb05 .dn:hover {
	background-position: -106px 0px;
}

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
*/
.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 65px;
	height: 65px;
	background-image: url(../theme/a22.svg);
	background-repeat: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.jssora22l {
	background-position: 0px 0px;
	background-size: cover;
	top: 450px !important;
	left: 2%;
}
.jssora22l:hover {
	background-position: -134px 0px;
}
.jssora22l.jssora22ldn {
	background-position: -268px 0px;
}

.jssora22r {
	background-position: -65px 0px;
	background-size: cover;
	top: 450px !important;
	right: 2%;
}
.jssora22r:hover {
	background-position: -199px 0px;
}
.jssora22r.jssora22rdn {
	background-position: -333px -0px;
}
.slides {
	position: relative; top: 0px; left: 0px; width: 2300px; height: 1000px; overflow: hidden;
}