/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
ul.news_list.clearfix li:hover {
    transform: translateY(-4px);
}
ul.news_list.clearfix li {
    transition: all 0.3s ease-in-out;
}

.news_title a {
    transition: all 0.3s ease-in-out;
}
.news_title a:hover {
    color: #8f2a2e !important;
}

.focus-pagination a {
    transition: all 0.3s ease-in-out;
}

.div_more a{
    height: 16px !important;
    background:url(../img/more3.svg) !important;
}

.more-link .moretext img {
    vertical-align: bottom;
    display: none;
}

span.moretext::after {
    content: "MORE +";
    color: #8f2a2e;
    font-size: 0.9em;
    font-weight: bold;
}

.cldBody table{
    border-collapse: unset !important;
}

.chose-title{
    border: none !important;
}

.focus-title-bg{
    background-color: rgb(160 158 166 / 40%) !important;
    opacity: 1 !important;
}

.focus-title-bar {
	backdrop-filter: blur(5px);
}

.focus-container .focus-item img{
    border-radius: 10px 10px 0px 0px;
    height: 360px !important;
}

.focus-prev {
        box-shadow: transparent 0px 0px 4px 0px;
        left:5% !important;
	transition: all 0.3s ease-in-out;
	backdrop-filter: blur(20px);
	border-radius: 12px;
	border: solid #ffffffb0 1px;
}

.focus-next {
        box-shadow: transparent 0px 0px 4px 0px;
        right:5% !important;
	transition: all 0.3s ease-in-out;
	backdrop-filter: blur(20px);
	border-radius: 12px;
	border: solid #ffffffb0 1px;
}

.focus-navigation {
	background: transparent !important;
}

.focus-navigation:hover {
    box-shadow: #000000 0px 0px 4px 0px;
}

.c_txt a{
    transition: all 0.3s ease-in-out;
}

.c_txt a:hover{
    color: #9c1d2a;
}

.news-tr a {

	border-bottom: solid 1px transparent;
	transition: all 0.3s ease-in-out;
}

.news-tr a:hover {
	border-bottom-color: #8f2a2e;
	color: #9c1d2a;
}

.news_icon {
	background: url(../img/jiantou3.png);
	height: 40px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
	width: 13px;
	display: block;
	float: left;
}

a.articlelist1_a_title:hover {
    border-bottom-color: #8f2a2e;
    color: #9c1d2a;
}

a.articlelist1_a_title{
    border-bottom: solid 1px transparent;
    transition: all 0.3s ease-in-out;
    height: 25px;
    line-height: 25px;
    color: #000000;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px -1px 1px 0px #eaeaea;
    -moz-box-shadow: 0px -1px 1px 0px #eaeaea;
    box-shadow: 0px -1px 1px 0px #eaeaea;
    margin: 1px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 7%;
	z-index: 10;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	border-radius: 2px;
	background-color: rgba(212, 212, 212, 0.42);
	/* background:url(../img/bullets.png) no-repeat; */
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
	background-color: rgba(236, 236, 236, 0.73);
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}