/*imported styles*/
@import url("pagebar.css");

/* gengral style*/
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
body {
	background: #ffffff none repeat scroll 0 0;
	font-family:Microsoft YaHei;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
	color: #222222;
	font-family: 'Poppins', sans-serif;
}

a {
	color: #292b2c;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
a:hover {
	color: #a11919;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
}
ul,li,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
label {
	color: #222222;
	font-weight: 500;
}
input:focus,
textarea:focus,
button:focus{
	outline: none;
	box-shadow: none;
}
iframe {
	border: 0;
	display: block;
}
video {
	width: 100%;
}

.btn-radius {
	border-radius: 40px;
}
@media (min-width:1200px){
	.container{max-width:1300px}
}
.btn-white {
	background-color: #fff;
	color: #a11919!important;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.btn-white i{
	color:#a11919;
}
.btn-white::before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	bottom: 0;
	opacity: 0;
	color: #a11919 !important;
	background-color: rgba(255,255,255,1);
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
.btn-white:hover::before {
	left: 0;
	opacity: 1;
	right: 0;
}
.btn-white:hover {
	background-color: transparent;
	color: #a11919 !important;
}

.text-white * {
	color: #fff;
}
.text-dark * {
	color: #333;
}
.text-default {
	color: #a11919 !important;
}

.scrollup {
	background-color: #171717;
	border-radius: 100%;
	bottom: 20px;
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
}
.scrollup:hover {
	background-color: #a11919;
	color:#fff;
}
.scrollup:focus {
	color:#fff;
}

.scrollup.scrollup_style1:hover {
	background-color: #333;
}
.background-bg {
	background-position: center center;
	background-size: cover;
}

.bg-size-auto {
	background-size: auto !important;
}
.bg-size-contain {
	background-size: contain !important;
}
.bg-norepeat {
	background-repeat: no-repeat !important;
}
.position-top-center {
	background-position: top center !important;
}
.position-center-bottom {
	background-position: center bottom !important;
}
.position-right-center {
	background-position: right center !important;
}
.position-right-bottom {
	background-position: right bottom !important;
}
.fixed-bg {
	background-attachment: fixed !important;
}

.box_shadow{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/*璁剧疆box瀹介珮涓烘寚瀹氭瘮渚?*/
.aspect-box {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.aspect-box > * /* This targets .aspect-box__content */ {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}
.aspect-box:before /* This pseudo element uses the padding trick to set the height. */ {
	position: relative;
	display: block;
	content: "";

	box-sizing: border-box;
}
.square {
	aspect-ratio: '1:1';
}
.square:before {
	aspect-ratio: '1:1';
	padding-top: 100%;
}
.rectangle16-9{
	aspect-ratio: '16:9';
}
.rectangle16-9:before {
	padding-top: 56.25%;
}
.rectangle16-10{
	aspect-ratio: '16:10';
}
.rectangle16-10:before {
	padding-top: 62.5%;
}
.rectangle3-4{
	aspect-ratio: '3:4';
}
.rectangle3-4:before {
	padding-top: 120%;
}
/*ellipsis*/
.ellipsis-1row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ellipsis-2row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ellipsis-3row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}




/*header navbar*/
.top-logo{
	height:40px;
	border-bottom: 1px solid #a11919;
	text-align: center;
}
.top-logo img{
	height:36px;
}
.header_wrap {
	transition: all 0.5s ease 0s;
	background-color:#b80b0a;
	background-image:  url(../images/top-bg.jpg) ;
	background-size:cover;
	background-position: center 0;
	background-repeat:no-repeat ;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);

}

.navbar-brand {
	padding: 160px 0;
	vertical-align: top;
	text-align: center;
}
.navbar-brand img {
	margin:0 auto;
}
.navbar-nav a{
	color: #ffffff;
}

.navbar {
	padding:0;
	background:#b80b0a;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.navbar .navbar-nav li {
	position: relative;
	list-style: none;
	transition: all 0.3s ease 0s;

}
.navbar-nav .dropdown-menu {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 12rem;
}
.navbar-nav .dropdown-menu {
	background-color: rgba(255,255,255,1);
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.navbar-nav .dropdown-menu .dropdown-menu {
	background-color: rgba(255,255,255,1);
}

.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a{
	padding-left: 25px;
}

.dropdown-toggle::after {
	border: 0 none;
	content: "\e927";
	font-family: "feather";
	height: auto;
	line-height: normal;
	vertical-align: middle;
	width: auto;
	transition: all 0.3s ease-in-out;
	font-weight: 100;
}

.navbar .navbar-nav > li > .nav-link {

	padding: 15px 58px;
	font-size: 18px;
	white-space:nowrap;
}
.navbar .navbar-nav > li > .nav-link.active {
	color:#ffffff;
	background:#a40605;
}
.nav-fixed .navbar .navbar-nav > li > .nav-link {
	padding: 15px;
}
.navbar .navbar-nav > li > a.active,
.navbar .navbar-nav > li:hover > a{
	background:#a40605;
	color:#ffffff;

}

.navbar .navbar-nav .dropdown-item {
	padding: 15px 20px 10px 20px;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
	border-bottom: 1px solid #d8d8d8;
}
.navbar .navbar-nav li:last-child .dropdown-item {
	border-bottom: 0;
}
.navbar .navbar-nav .dropdown-item.dropdown-toggler {
	padding-right: 30px;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
}

.navbar .navbar-nav .dropdown-menu li a.active,
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a {
	color: #a11919;
}

.nav-fixed .navbar-nav li > a,
.nav-fixed .navbar-toggler{
	color: #333333;
}
.header_wrap{
	position: relative;
	padding-right: 0 !important;

}
.header_wrap.fixed-top {
	position: relative;
	padding-right: 0 !important;

}
.header_wrap.transparent_header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1030;
}
.header_wrap.nav-fixed {
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	animation-fill-mode: none;
}

.header_wrap.fixed-top.nav-fixed.no-sticky,
.header_wrap.fixed-top.no-sticky {
	position: absolute;
}

.navbar-toggler {
	position: absolute;
	top:calc(50% - 15px);
	right:10px;
	font-size: 28px;
	color: #ffffff;
	transition: all 0.5s ease 0s;
	border-radius: 0;
	height: 35px;
	width: 35px;
	padding: 0;
	line-height: 36px;
	transition: none;
}
.navbar-toggler[aria-expanded="true"] span::before {
	content: "\e9e6";
	font-size: 20px;
}
.navbar-toggler[aria-expanded="true"] {
	line-height: 32px;
	font-size: 20px;
}

.main_menu_uppercase .navbar-nav > li > .nav-link {
	text-transform: uppercase;
}

/*search*/
.search_wrap{
	position: relative;
	text-align: right;
	float:right;
	margin: 25px;
}
.search_wrap .form-control {
	border-radius: 20px;
	float:right;
}
.search_wrap .form-control:focus {

}
.search_icon {
	border-radius: 22px;
	position: absolute;
	right: 2px;
	top: 3px;
	width:32px;
	height:32px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	color: #666;
}




/*banner, slider style*/
.banner_section {
	position: relative;
}
.banner_section,
.banner_section .carousel-item,
.banner_section .banner_content_wrap,
.banner_section .banner_content_wrap .carousel-item {
	/*height: 500px;*/
}
.carousel-item img {
	width: 100%;
}
.carousel-control-next,
.carousel-control-prev{
	background-color: rgba(0,0,0,0.5);
	font-size: 18px;
	height: 50px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	transition: all 0.3s ease-in-out;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	opacity: 0;
}
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next {
	right: 20px;
}
.carousel-control-prev {
	left: 20px;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
	background-color: #a11919;
	color: #fff;
}

.banner_section .carousel-caption{
	background: no-repeat center top / 100% 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	height:100px;
	right:0;
	bottom:0px;
	left:0;
	padding:50px 0 0 0;
	color:#ffffff;
	text-align:left;
	z-index:10;
}
.banner_section .carousel-caption h5{
	font-size:18px;
	text-align: center;
	color:#ffffff;
}

.banner_section .carousel-indicators li{
	background-color:#ffffff;
	width:15px;
	height:15px;
	border-radius: 10px;

}
.banner_section .carousel-indicators li.active{
	background-color:#a11919;
}

.news-slide .carousel-item{
	position: relative;
}
.news-slide .carousel-indicators{
	bottom:-30px;
}
.news-slide .carousel-indicators li{
	background-color:rgba(0,0,0,0.5);
	width:30px;
}
.news-slide .carousel-indicators .active{
	background-color:#a80306;
}
.news-slide .carousel-caption{
	background-color:rgba(183,1,4,0.9);
	height:40px;
	padding-top:10px;
	right:0;
	bottom:0px;
	left:0;
	color:#ffffff;
	text-align:left;
	z-index:10;
}
.news-slide .carousel-caption h5{
	font-size:16px;
	text-align: center;
	color:#ffffff;
}



.video-slide{
}
.video-slide .carousel-item{
	position: relative;
	z-index:9;
}
.video-slide .carousel-indicators{
	bottom:-25px;
}
.video-slide .carousel-indicators li{
	background-color:rgba(0,0,0,0.5);
	width:20px;
}
.video-slide .carousel-indicators .active{
	background-color:#f6a438;
}
.video-slide .carousel-caption{
	background: no-repeat center top / 100% 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	height:60px;
	right:0;
	bottom:0;
	left:0;
	text-align:left;
	z-index:10;
}
.video-slide .carousel-caption h5{
	font-size:16px;
	text-align: center;
	color:#ffffff;
}


/*footer*/


.footer_dark {
	background-color: #a80306;
	position: relative;
	color:#ffffff;
}
.footer_dark:before{
	content: "";
	position: absolute;
	top:-15px;
	left:15px;
	height:15px;
	width:calc(100% - 30px);
	background:rgba(0,0,0,0.05);
}
.footer_top {
	padding: 20px 0 10px;
}
.footer_logo {
	margin-bottom: 20px;
	width:80%;
}
footer p {
	font-size: 14px;
}
footer .widget {
	color:#ffffff;

}
footer .widget_title {
	margin-top: 10px;
	padding-bottom:30px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
	color:#ffffff;
	border-bottom:1px solid rgba(225,225,225,0.3);
}
footer .widget li{
	padding:5px 0;
}
.bottom_footer {
	padding: 10px 0;
	position: relative;

	color:rgba(225,225,225,0.6)
}
.bottom_footer a{
	color:rgba(225,225,225,0.9)
}


/*breadcrumb*/
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
	color:#ebebeb;
	-ms-flex-pack:end!important;justify-content:flex-end!important
}
.breadcrumb li.active{
	color:#999999;
}
.breadcrumb li a{
	color:#333333;
}
.breadcrumb li a:hover{
	color:#a11919;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	color:#999999;
}
.page-title + .breadcrumb {
	margin-top: 15px;
}
.page-title + span {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}
.breadcrumb-item a i {
	font-size: 26px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
	display: inline-block;
}


/*bootstrap thumbnail鐗规晥1207*/
.thumbnail{
	overflow: hidden;
	padding: 0;
	position: relative;
	cursor: pointer;
}
.thumbnail:hover{
	text-decoration: none;
}
.thumbnail img{
	cursor: pointer;
	transition: all 0.6s;
}
.thumbnail .img-fluid{
	width:100%;
}
.thumbnail:hover img{
	transform: scale(1.05);
}
.thumbnail .badge,
.thumbnail:hover .badge{
	position: absolute;
	top:0;
	right:0;
	z-index: 10;
	font-weight: 100;
	border-radius: 0 0 0 10px;
}

.thumbnail .caption{
	color:#333333;
}
.thumbnail .intro-2{
	color:#666666;
	height:50px;
}

/*
block-title styles
*/

.block-title {
	position: relative;
	border-bottom:1px solid #a80306;
	height:40px;
}

.block-title-title {
	position: relative;
	color: #a80306;
	font-weight:bold;
	font-size: 24px;
}

.block-title .more {
	position: absolute;
	right:0;
}


.more {
	position: absolute;
	color: #252930;
	font-size: 14px;
	font-weight: thin;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;
}

.more::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #a11919;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.more:hover {
	color: #a11919;
}

.more:hover::before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*list-text*/
.list-text li{
	position: relative;
	padding:5px 0;
	border-bottom:1px solid transparent;
}

.list-text li::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #a11919;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.list-text li:hover{
	background:#fff9f9;
}

.list-text li:hover::before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.list-text li a{
	font-size: 15px;
}
.list-text li a:hover{
	color:#a11919;
}
.list-text li .title{
	display: block;
	font-size: 16px;
	position: relative;
	padding-left:10px;
	height:28px;
	width:calc(100% - 80px);
}
.list-text li .title:before{
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	height:5px;
	width:5px;
	background-color: #a11919;
}

.list-text li .time{
	display: block;
	font-size: 12px;
	color:#888888;
	position: absolute;
	top:7px;
	right:0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;


}
.list-text li .time2{
	display: block;
	font-size: 14px;
	color:#a11919;
	margin-top:-10px;
}
.list-text li .num{
	background:#dae6f4;
	border-radius: 3px;
	padding:2px 8px;
	margin-right:10px;
	color:#a11919;
}

.list-text{
	cursor: pointer;
}
.list-text .time-left{
	color:#ffffff;
	text-align: center;
	background:#0160b0;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 18px;
	font-size: 13px;
	width:70px;
	position: relative;
	z-index: 3;
}
.list-text .time-left2{
	color:#a11919;
	text-align: right;
	padding-right:15px;
	font-size: 20px;
	line-height: 20px;
	width:80px;
	position: relative;
	z-index: 3;
}
.list-text .time-left2 .year{
	font-size:13px;
}

.list-text .time-left .day{
	font-size: 18px;
}
.list-text .media-body{
	padding-left:10px;
	position: relative;
	z-index: 3;
}
.list-text .media-body.decorate{
	border-left:2px solid #a11919;
}
.list-text .media-body .title{
	color:#333333;
	font-size: 16px;
	font-weight: bold;
}
.list-text .desc{
	font-size: 14px;
	margin:0;
}
.list-text .img{
	width:100px;
	margin-right:10px;
}
.list-text .img-bg{
	width:200px;
	margin-right:10px;
}

.list-media .img{
	width:180px;

}
.list-media .media-body{
	margin-left:10px;
}
.list-media .title{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.list-media .summary{
	font-size:14px;
	color:#999999;
}
.list-media .time{
	font-size:14px;
	color:#999999;
}
.section-sub-container{
	background:#ffffff url(../images/bg-mid.png) bottom center no-repeat;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
	margin-top:30px;
	padding:20px;
	position: relative;
	z-index: 10;
	background: #ffffff;
	box-shadow:0 .5rem 1rem 0 rgba(0,0,0,.15)!important;
	border-bottom:2px solid #b90509;
}

/*side-nav*/
.side-nav{
	padding-top:20px;
}
.side-nav .nav-item a{
	display: block;
	width:100%;
	color:#333333;
}
.side-nav .nav-item{
	background:#ffffff;
	width:100%;
	padding: 5px 0 5px 20px;
	margin:5px 0;
	border:1px solid #ebebeb;
	position: relative;
}

.side-nav .nav-item.active {
	width:100%;
	background:#a80306;
	color:#ffffff;

}

.side-nav .nav-item.active:after,
.side-nav .nav-item:hover::after{
	content: "\f068";
	font-family: 'FontAwesome';
	position: absolute;
	left: 15px;
	top:12px;
}
.side-nav .nav-item:hover{
	width:100%;
	position: relative;
	background:#a80306;
	color:#ffffff;
}
.side-nav .nav-item:hover .nav-link,
.side-nav .nav-item.active .nav-link{
	color:#ffffff;
}

.sidebar-title {
	border-bottom: 2px solid #ab0105;
}
.sidebar-title h3{
	margin:0;
	font-weight: bold;
	font-size: 28px;
	padding:30px 0 20px 0;
	text-align: left;
	color:#b90509;
}


.sidebar-title2{
	border-radius: 5px;
	padding:15px 20px;
	font-size: 24px;
	color:#ffffff;
	background:var(--thm-base);
}
.sidebar-title2 h3{
	font-size:20px;
	padding: 0;
	margin: 0;
}
.sub-bg{
	background-image:url("../images/bg-sub-main.jpg");
	background-repeat: repeat-x;
	background-position: top;
}
.right-box{
	margin-top:30px;
	margin-bottom:50px;
	padding:20px;
	position: relative;
	z-index: 10;
	background: #ffffff;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
	border-bottom:2px solid #b90509;
	min-height:500px;

}

.section1{
	padding:30px 0 60px 0;
	background-color:#ffffff;
	background-image:url("../images/bg-mid.png");
	background-size: 100%;
	background-repeat: repeat-x;
	background-position: bottom;
}
.section1 .more{

}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-one {
	padding-top: 150px;
	padding-bottom: 120px;
}

.blog-one__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 55px;
}

.blog-one__single {
	background: #ffffff;
	margin-bottom:30px;
	box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.1);
	border:1px solid #f8f8f8;
}

.blog-one__image {
	overflow: hidden;
	background-color: #f6f6f6;
}

.blog-one__image>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__image>img {
	opacity: 0.5;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-one__date {
	display: inline-block;
	vertical-align: middle;
	color: #252930;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	background-color:rgba(255,255,255,0.5);
	position: absolute;
	top: 35px;
	left: 40px;
	text-transform: uppercase;
}

.blog-one__date i {
	color: #b80b0a;
	margin-right: 4px;
}
.blog-one__content {
	position: relative;
	height: 110px;
	overflow-y:hidden ;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;

}



.blog-one__meta {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 0;
	margin-bottom: 5px;
}

.blog-one__meta li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color:#b80b0a;
	text-transform: uppercase;
	font-size: 14px;
}

.blog-one__meta li a {
	color: inherit;
}

.blog-one__meta li+li:before {
	content: "|";
	margin-left: 14px;
	margin-right: 14px;
}

.blog-one__content h3 {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color:#b80b0a;
}

.blog-one__content h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.blog-one__content h3 a:hover {
	color: var(--thm-base);
}

.blog-one__content p {
	margin: 0;
	font-size: 14px;
	line-height: 28px;
	color: #848484;
	margin-bottom: 10px;
}

.blog-one__link {
	color: #b80b0a;
	font-size: 14px;
	font-weight: thin;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
}

.blog-one__link::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color:#b80b0a;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-one__link:hover {
	color: #b80b0a;
}

.blog-one__link:hover::before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.testi-carousel {
	left:0;
}
.testi-single {
	margin:0 15px;
	position: relative;
}
.testi-single img{
	filter: brightness(80%);
}
.testi-single:hover img{
	filter: brightness(100%);
}
.testi-single .caption{
	padding-top: 10px;
	cursor: pointer;
	color:#ffffff;
	font-weight: bold;
	position: relative;
	z-index: 10;
	text-align: center;
}

.testi-single .caption .title{
	color:#ffffff;
	font-size: 24px;
}
.testi-single .caption p{
	padding:0;
	font-size: 16px;

}
.testi-carousel.owl-carousel{
	padding:0;
}
.testi-carousel.owl-carousel .owl-nav > div {
	position: absolute;
	left: calc(50% - 10px);
	bottom:-60px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	border-radius: 4px;
	margin-left: 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid rgba(229, 240, 255, 0.5);
	background-color: #ebebeb;
	color: #a11919;
}


.testi-carousel.owl-carousel .owl-nav .owl-next {
	color: #a11919;
	left: calc(50% - 80px);
}

.testi-carousel.owl-carousel .owl-nav > div:hover {
	background-color: #a11919;
	color: #fff
}

.testi-carousel-two .owl-dots {
	position: absolute;
	left: 0;
	bottom: -70px;
	text-align: center;
	right: 0
}

.testi-carousel-two .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 4px;
	display: inline-block;
	text-align: center;
	border: 2px solid #01427a;
}

.testi-carousel-two .owl-dots .owl-dot.active {
	background-color: #a11919;
}


/*thumbnail*/
.thumbnail{
	text-align: center;
	position: relative;
}

.thumbnail .ripple{
	position: absolute;
	top:calc(50% - 25px);
	left:calc(50% - 25px);
}
.thumbnail a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:80;
	opacity:80;
}
.ripple {
	background-color: rgba(0,0,0,0.3);
	border-radius: 100%;
	color: #ffffff;
	position: relative;
	display: inline-block;
	line-height: 50px;
	font-size: 30px !important;
	vertical-align: middle;

	height: 50px;
	width: 50px;
	text-align: center;
}
.ripple:hover {
	color: #a11919;
}
.ripple i {
	margin-right: 0;
	margin-left: 5px;
	font-size: 24px;
}

.ripple::before,.ripple::after {
	-webkit-animation: ripple 1.8s infinite ;
	-moz-animation: ripple 1.8s infinite ;
	-o-animation: ripple 1.8s infinite ;
	-ms-transition:ripple 1.8s infinite ;
	animation: ripple 1.8s infinite ;
	background-color: #fff;
	border-radius: 100%;
	margin: -15px;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:-1;
}
.ripple::before {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.ripple::after {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
