.swiper-pagination{height:30px; margin-top:15px;}
.swiper-wrapper{}
.panel-body{padding-top:0;}
@media  screen and (max-width:798px) {
	.swiper-pagination{height:30px; margin-top:0px;}
}



/**container-fluid-actor**/
.container-fluid-actor{}
.container-fluid-actor .container-actor{padding:15px 15px 30px;}
.container-fluid-actor .swiper-wrapper{padding-top:15px;}
.container-fluid-actor .float-over .text{right:0;bottom:10%;text-align: center;}
.container-fluid-actor .float-over .text:after{top:-25%;}
.container-fluid-actor .pic-cover{border-radius: 50%;border:8px solid #f4f4f4;}
.container-fluid-actor .pic-cover:hover{border-color:#fff;}
.container-fluid-actor .swiper-pagination{top:0;}
@media  screen and (max-width: 1199px) {
    .container-fluid-actor {margin-top:0;}
    .container-fluid-actor .swiper-wrapper{padding-top:0px;}
    .container-fluid-actor{padding-bottom:0 ;background: transparent;}
}

/**reset**/

/*tab*/
.container-fluid .container.container-main {
	padding: 0;
	margin-top: 0;
	background: transparent;
	box-shadow: none;
}
.container-fluid .container.container-tab-nav {
	padding: 0;
	font-size: 14px;
}
.container-fluid .container-tab {
	margin: 0 -15px 30px;
	padding: 0 15px;
	background: #d2cfa2 url(../images/pattern-cloud-solid-deep02.png) 110% 50% no-repeat;
	box-shadow: 0 3px 6px rgba(19,28,57,0.05);
	overflow: hidden;
}
.container-fluid .container-tab .container {
	padding: 15px 0;
}
.container-fluid .container-tab .page-header {
	padding: 0;
	margin: 20px 0 0;
	text-align: center;
	border-bottom: 0 none;
}


 @media (max-width: 991px) {
.container-fluid .container-tab {
	margin-bottom: 15px;
	padding: 5px;
	overflow: hidden;
}
.container-fluid .container-tab .container {
	padding: 0;
}
.container-fluid .container-tab .page-header {
	margin: 15px 0;
}

}

/*float-over*/
.float-over, .scale-over {
	position: relative;
	display: inline-block;
}
.float-over .text {
	position: absolute;
	opacity: 0;
	top:3%;
	left:3%;
	height:94%;
	width: 94%;
	background: rgba(0,81,173,0.7);
	color: #fff;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	border-radius: 50%;
}
/*.float-over .text:after{position: absolute;right:5%;top:-5px;font-family: 'FontAwesome';content: "\f105";font-size: 32px;font-weight: 400;}*/
.float-over:hover .pic-cover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.float-over:hover .text {
	opacity: 1;
}
.float-over .text .title {
	margin: 0;
	font-size:16px;
}
.float-over:hover .title {
	margin-top:40%;
}

.scale-over:after {
	height:40px;
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	opacity:1;
	background: rgba(0,81,173,0.7);
	-webkit-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-moz-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-ms-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-o-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
}
.scale-over:hover:after {
	opacity: 1;
}
.scale-over .text {
	position: absolute;
	height:40px;
	z-index: 1;
	opacity: 100;
	bottom:0px;
	width: 100%;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all 0.5s ease-out;
	color: #fff;
	text-align: center;
	background: rgba(0,81,173,0.7);
	line-height:40px;
}
.scale-over .text .title{
	line-height:40px;
	font-size:16px;
}
.scale-over:hover .text {
	opacity: 1;
		background: rgba(201,21,30,0.9);

}



 @media screen and (max-width: 767px) {
.float-over .text:after, .scale-over:after, .scale-over:hover:after {
	display: none;
}

.float-over .text .title {
	font-size: 14px;
}
.float-over .text {
	position: absolute;
	opacity: 0;
	top:5%;
	left:5%;
	height:90%;
	width: 90%;
	background: rgba(0,81,173,0.7);
	color: #fff;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	border-radius: 50%;
}

}
/**container-banner**/
.swiper-container .swiper-slide {
	background-repeat: no-repeat;
	background-position: center center;
}
.swiper-container .swiper-slide img {
	width: 100%;
}


.swiper-pagination-bullet-active {
	background: #000;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
}


.swiper-container .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c3141c'%2F%3E%3C%2Fsvg%3E");
}
.swiper-container .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c3141c'%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 767px) {
.swiper-container {
	width: 100%;
	height: 100%;
	padding: 0;
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
	margin-top:0;
	background-size: 50% 50%;
	display:block;
	top:35%;
}
}
