

.breadcrumb{
	padding: 24px 0 20px;
	text-align: right;
	font-size: 16px;
	position: relative;
}
.breadcrumb:before{
	position: absolute;
	height: 4px;
	width: 100%;
	background: url(../images/img6.jpg) no-repeat center;
	background-size: cover;
	content: "";
	top: 0;
	left: 0;
}
.breadcrumb ol{
	margin-bottom: 0;
}
.breadcrumb a{
	color: #000;
}
.breadcrumb a:hover{
	color: #020475;
}
.breadcrumb .breadcrumb_last{
	font-weight: bold;
}
.new-item-inner{
	margin-top: 30px;
	display: block;
	position: relative;
	overflow: hidden;
}
.new-item-inner img{
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: all 0.3s;
}
.new-item-text{
	text-align: center;
	width: 100%;
	padding: 15px 10px 5px;
	color: #fff;
    background: #020475;
    background: -moz-linear-gradient(left, #020475 0%, #3A5BA0 100%);
    background: -webkit-linear-gradient(left, #020475 0%,#3A5BA0 100%);
    background: linear-gradient(to right, #020475 0%,#3A5BA0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020475', endColorstr='#3A5BA0',GradientType=1 );
}
.new-item-inner:hover .new-item-text{
	background: -moz-linear-gradient(left, #3A5BA0 0%, #020475 100%);
    background: -webkit-linear-gradient(left, #3A5BA0 0%,#020475 100%);
    background: linear-gradient(to right, #3A5BA0 0%,#020475 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3A5BA0', endColorstr='#020475',GradientType=1 );
}
.new-item-inner:hover img{
	opacity: 0.8;
}
.new-item-name{
	font-size: 15px;
	margin: 0 0 5px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 39px;
}
.new-item-text p{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 42px;
}

/*pager*/
.pager{
    margin: 0px 0 30px;
}
.pager li>a, .pager li>span{
    border-radius: 0;
    margin: 0px 2px 5px;
    border: none;
    background: #020475;
    padding: 5px 13px;
    color: #fff;
    line-height: 1.5;
}
.pager .active a, .pager .active span, 
.pager .active a:hover, 
.pager .active span:hover, 
.pager li:hover a {
    background: #f44336;
}
/*End pager*/


.cl-top{
    background-color: #fff;
    border: 1px dashed #020475;
    margin: 0 0 20px;
    padding: 20px 20px 10px;
}
.col-top-content {
    text-align: justify;
    height: 250px;
    overflow: hidden;
}
.cl-top.active .col-top-content{
    height: inherit;
}
.show_hide {
    display: block;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    color: #020475;
}
.show_hide.active{
    color: #dd3333
}
.show_hide.active i:before{
    content: "\f0aa";
}

/*st1*/
.st1-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: 0 0 10px;
    position: relative;
    z-index: 9;
    color: #020475;
    font-family: UTMAvoBold;
}
.st1-heading{
    margin-bottom: 30px;
}
.st1-title b {
    display: inline-block;
    width: 42px;
    height: 2px;
    background: #ffb607;
    margin: 10px;
}
.st1-heading p {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
}
@media(max-width: 991px){
    .st1-heading{
        margin-bottom: 10px;
    }
    .st1-title{
        font-size: 24px;
    }
    .st1-title b{
        margin: 8px 10px;
    }
}
@media(max-width: 767px){
    .st1-title{
        font-size: 18px;
    }
    .st1-title b{
        display: none;
    }
    .st1-heading p{
        width: 100%;
        text-align: justify;
    }
    .st1-title{
        line-height: 2;
    }
    .st1 .st1-title{
        display: none;
    }
}
/*End st1*/

/*ldp8*/
.ldp8-content .panel{
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    background: none;
    box-shadow: none;
}
.ldp8-content .panel-default>.panel-heading{
    background-color: #fff;
    border: none;
    padding: 0;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0 40px rgb(0 50 82 / 9%);
}
.ldp8-content .panel-title a{
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    padding: 15px 20px 15px 50px;
}
.ldp8-content .panel-title a:before, 
.ldp8-content .panel-title a:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 29px;
    right: auto;
    left: 25px;
}
.ldp8-content .panel-title a:before {
}
.ldp8-content .panel-title a:after {
    transform: rotate(90deg);
    transition: all ease 0.4s;
}
.ldp8-content .panel-title a:hover,
.ldp8-content .panel-title a[aria-expanded=true] {
    color: #fff;
    background: linear-gradient(to right, #020475 , #3A5BA0 );
}
.ldp8-content .panel-title a:hover:before,
.ldp8-content .panel-title a:hover:after{
    background: #fff;
}
.ldp8-content .panel-title a[aria-expanded=true]:before {
    background: #fff;
}
.ldp8-content .panel-title a[aria-expanded=true]:after {
    transform: rotate(0);
    background: #fff;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
}
/*End ldp8*/