.img_bg_con .img_bg {
	width:100%;
}

.title01 {
	text-align:center;
	font-size:45px;
	font-weight:bold;
}

.passage01 {
	padding:0px 50px 20px 50px;
	text-align:justify;
}

.sep01 {
	width:100%;
	border-top:2px solid #283374;
	padding-bottom:20px;
}

/* */
.toolbar.mb2.mt2  {
	text-align:center;
	margin-bottom:10px;
}

.btn {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #4a4d54;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    line-height: 27px;
    outline: none;
    padding: 11.5px 20px;
    text-shadow: none;
    text-transform: uppercase;
    box-shadow: none;
    text-align: center;
    vertical-align: top;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.toolbar.mb2.mt2 .btn {
    border-radius: 35px;
    border: 1px solid #22295f;
    background-color: transparent;
    color: #22295f;
    margin: 6px 4px;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: inherit;
}

button.btn.fil-cat.activeclasstab {
    background-color: #22295f!important;
    color: #fff !important;
}

.all-news a,
.all-news a:hover {
	text-decoration:none;
}

.box1 {
	border:1px solid #707070;
	margin-right:7px;
	margin-bottom:20px;
	padding:20px 24px;
}

.box1 img {
	width:100%;
}
p.caption01 {
	color:#21295d;
	font-size:26px;
	font-weight:bold;
}

p.date01 {
	color:#21295d;
	font-size:20px;
}



.con1000 {
	max-width:1000px;
	margin:0 auto;
}

.con_title {
	font-size:20px;
	padding:0 50px;
}

.con_big_image {
	width:100%;
	margin-bottom:40px;
}

.con_big_image img {
	xxx-width:100%;
}

.con_nav {
	position:relative;	
	max-width:1000px; 
	margin-bottom:60px;
	padding:0 0px;
}

.con_nav .left {
	position:absolute; 
	left:0px;
	top:0px;
	width:29px;
	height:101px;
	z-index:2;
}

.con_nav .left.swiper-button-disabled { 
	opacity:0.5;
}

.con_nav .middle {
	position:relative;
	max-width:1000px; 
	padding-left:30px; 
	padding-right:30px; 
}

.con_nav .right {
	position:absolute; 
	right:0px;
	top:0px;
	width:29px;
	height:101px;
	z-index:2;
}

.con_nav .right.swiper-button-disabled { 
	opacity:0.5;
}


.con_desc {
	font-size:20px;
	padding:0 50px;
}

@media(min-width:992px) {
	.con_title {
		padding:0 0px;
	}

	.con_nav {
		padding:0 0px;
	}

	.con_desc {
		padding:0 0px;
	}
	
}

/* swiper */
.table1 {
	width:100%;
}

.table1 tr {
	padding:0;
}

.table1 td {
	padding:0;
}

  .swiper-container {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	width:unset;
	
  }
  /*
	 Center slide text vertically 
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-size: cover;
	background-position: center;  
  */
  
  .swiper-button-lock {
  	display:block;
  }

  .mySwiper2 {
	/* height: 80%; */
	width: 100%;
	max-height:800px;
  }
  .mySwiper2 .swiper-slide img {
  	max-width:100%;
  	max-height:100%;
  	margin:0 auto;
  }
  
  .mySwiper {
	/* height: 20%; */
	position:relative;
	width:100%;
	height:101px;
	box-sizing: border-box;
	padding: 0px 0px;
  }

  .mySwiper .swiper-slide {
	xxx-width: 25%;
	height: 100%;
	opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
  }

  .swiper-slide img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	xxx-object-fit: cover;
	cursor:pointer;
  }            


