@charset "utf-8";

#slides li {
	height: 435px;
	overflow: hidden;
	min-width: 1170px;
}

#slides li.slide-1 {
	background: url(../img/slide-1.jpg?190927) no-repeat center center;
	background-size: cover;
}

#slides li.slide-2 {
	background: url(../img/slide-2.jpg?190402) no-repeat center center;
	background-size: cover;
}

#slides li.slide-3 {
	background: url(../img/slide-3.jpg?191108) no-repeat center center;
	background-size: cover;
}

#slides li.slide-4,
#slides li.slide-5 {
  background: rgb(165,219,247);
  background: -moz-linear-gradient(top,  rgba(165,219,247,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 60%, rgba(165,219,247,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(165,219,247,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 60%,rgba(165,219,247,1) 100%);
  background: linear-gradient(to bottom,  rgba(165,219,247,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 60%,rgba(165,219,247,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5dbf7', endColorstr='#a5dbf7',GradientType=0 );
}

#slides li.slide-4 a,
#slides li.slide-5 a {
  display: block;
  width: 100%;
  height: 435px;
  text-align: center;
}

#slides li.slide-4 a img,
#slides li.slide-5 a img {
  margin: 0 auto;
}

#slides li.slide-6 {
	background: url(../img/slide-6.jpg) no-repeat center center;
	background-size: cover;
}

#slides li.slide-7 {
	background: url(../img/slide-7.jpg?201021) no-repeat center center;
	background-size: cover;
}

#slides li.slide-8 {
	background: url(../img/slide-8.jpg?201026) no-repeat center center;
	background-size: cover;
}

#slides li.slide-9 {
	background: url(../img/slide-9.jpg?221129) no-repeat center center;
	background-size: cover;
}

#slides li.slide-10 {
	background: url(../img/slide-10.jpg?201111) no-repeat center center;
	background-size: cover;
}

#slides li.slide-10 .link,
#slides li.slide-13 .link,
#slides li.slide-15 .link {
	width: 1190px;
	margin: 225px auto 0 auto;
}

#slides li.slide-15 .link {
	margin-top: 130px;
}

#slides li.slide-10 .link a,
#slides li.slide-13 .link a,
#slides li.slide-15 .link a {
	display: block;
	width: 800px;
	height: 65px;
}

#slides li.slide-10 .link a:last-of-type,
#slides li.slide-13 .link a:last-of-type {
	margin-top: 50px;
}

#slides li.slide-15 .link a:first-of-type {
	height: 87px;
}

#slides li.slide-15 .link a:nth-of-type(2) {
	margin-top: 20px;
	height: 55px;
}

#slides li.slide-15 .link a:last-of-type {
	margin-top: 18px;
	height: 87px;
}

#slides li.slide-11 {
	background: url("../img/slide-11.png") no-repeat center center;
	background-size: auto 100%;
}

#slides li.slide-12 {
	background: url(../img/slide-12.jpg?211116) no-repeat center center;
	background-size: cover;
}

#slides li.slide-13 {
	background: url(../img/slide-13.jpg?240930) no-repeat center center;
	background-size: cover;
}

#slides li.slide-14 {
	background: url(../img/slide-14.jpg?230306) no-repeat center center;
	background-size: cover;
}

#slides li.slide-15 {
	background: url(../img/slide-15.jpg?230127) no-repeat center center;
	background-size: cover;
}

#slides li.slide-16 {
	background: url("../img/slide-16.jpg?221129") no-repeat center center;
	background-size: cover;
}

#slides li.slide-17 {
	background: url("../img/slide-17.jpg") no-repeat center center;
	background-size: cover;
}

#slides li.slide-18 {
	background: url("../img/slide-18.jpg") no-repeat center center;
	background-size: cover;
}

#slides li.slide-19 {
	background: url("../img/slide-19.jpg") no-repeat center center;
	background-size: cover;
}

#slides li.slide-20 {
	background: url("../img/slide-20.jpg") no-repeat center center;
	background-size: cover;
}

#slides li.slide-21 {
	background: url("../img/slide21_bg.jpg?251126") no-repeat center center;
	background-size: auto 100%;
}

#slides li.slide-22 {
	background: url("../img/slide21_bg.jpg") no-repeat center center;
	background-size: auto 100%;
}

#slides li.slide-23 {
	background: url("../img/slide23.png") no-repeat center center;
	background-size: auto 100%;
}

#slides li.slide-24 {
	background: url("../img/slide-24.png") no-repeat center center;
	background-size: auto 100%;
}

#slides li a {
	display: block;
	height: 100%;
}

/* #slides li img {
	width: 100%;
	height: auto;
} */
/*
	Page style
*/

#example {
  position: relative;
	height: 435px;
}

#example .slide_btn {
  position: relative;
  width: 1170px;
  margin: 0 auto;
  z-index: 200;
}

#example .slide_btn ul {
  float: right;
  width:360px;
  margin-top: 202px;
  list-style: none;
}

#example .slide_btn li {
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-top: 10px;
  box-shadow: 0 0 8px #fff, 0 0 5px #fff;
}

#example .slide_btn li:first-child {
  font-size: 32px;
}

#example .slide_btn li a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 15px;
  background: #0068b7;
}

#example #slide_btn li:first-of-type a:first-of-type {
	display: none;
}

#example .slide_btn li a:hover {
  opacity: 0.7;
}


/*
	Slideshow
*/

.bx-wrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:715px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:715px;
	height:285px;
	_height:275px;
	display:block;
}

.bx-prev {
	position: relative;
	top: 50%;
	left: 10px;
}

.bx-next {
	position: relative;
	top: 50%;
	right: 10px;
}


/*
	Pagination
*/

.pagination {
	/*margin:26px auto 0;*/
	margin:0;
	width:100px;
	position: relative;
	top: 2px;
	left: 640px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	_background-image:url(../img/pagination.gif);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/
.caption {
	z-index:100;
	position:absolute;
	left:0;
  bottom: 0;
	padding:8px 15px 8px 10px;
	background:#fff;
	background:rgba(255,255,255,.9);
	width:100%;
	font-size:25px;
	line-height:1.33;
	color:#69099A;
	border-top:1px solid #ccc;
	text-shadow:none;
	filter: alpha(opacity=90);	/* IE6�AIE7�Ή� */
}
.caption p {
	width: 1140px;
	margin: 0 auto;
}
.caption p strong {
	color: #e60013;
	font-size: 34px;
	font-weight: bold;
}

.caption a {
  display: inherit !important;
  height: auto;
  width: auto;
  text-align: left;
  color: #e60013;
}
.caption a:hover, .caption a:active {
  color: #e60013;
  opacity: 0.6;
}


a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}





/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: table;
	margin: 0 auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border: none;
	background: #fff;
	
	/*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;
        right: 90px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/index/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0;
}

.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: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #004ea2;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	right: 47px;
	background: url(../images/index/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/index/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 10px;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/index/controls.png) -86px -11px no-repeat;
	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 {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/index/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.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;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
