
/*new2*/
.new{
    margin-bottom: 30px;
}
.new2-title{
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    background: #035279;
    color: #fff;
    margin-bottom: 0;
}
.list-new2{
    padding: 20px;
    background: #fff;
}
.item-new2-image img {
    width: 100%;
    height: auto;
}
.item-new2-name{
    font-size: 18px;
    margin: 0 0 10px;
}
.item-new2-name a{
    color: #555;
}
.item-new2-name a:hover{
    color: red;
}
.item-new2-meta {
    color: #888;
    margin: 8px 0;
    font-size: 13px;
}
.item-new2-meta i {
    color: #555;
}
.view-detail{
    border: 1px solid #09b060;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 15px 4px 15px;
    font-size: 13px;
    color: #09b060;
    margin-top: 15px;
}
.view-detail:hover{
    background: #09b060;
    color: #fff;
}
.item-new2{
    margin-bottom: 20px;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 20px;
}
.item-new2:last-child{
    border-bottom: none;
}
@media(max-width: 767px){
    .item-new2-des{
        display: none;
    }
    .item-new2-name{
        font-size: 14px;
    }
    .list-new2{
        padding: 15px;
    }
    .list-new2 .col-xs-8{
        padding-left: 0;
    }
    .new2-title{
        margin-top: 0;
    }
    .item-new2{
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}
/*End new2*/

/*pager*/
.pager{
    margin: 25px 0 30px;
}
.pager li>a, .pager li>span{
    border-radius: 0;
    margin: 0px 2px 5px;
    border: none;
    background: #035279;
    padding: 5px 13px;
    color: #fff;
}
.pager .active a, .pager .active span, 
.pager .active a:hover, 
.pager .active span:hover, 
.pager li:hover a,
.pager li>a:focus, .pager li>a:hover {
    background: #000000;
}
/*End pager*/

.cl-top{
    background-color: #fff;
    margin: 0 0 20px;
    padding: 20px 20px 10px;
    overflow: hidden;
}
.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%;
}
.show_hide:hover{
    color: red;
}
.show_hide.active{
    color: #d35400;
}
.show_hide.active i:before{
    content: "\f0aa";
}

/*faqs*/
.faqs{
    padding: 20px;
    background: #fff;
}
.faq-title{
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 16px;
}
.faqs .panel{
    margin-bottom: 10px;
}
.faqs .panel-default>.panel-heading{
    border: none;
}
.faqs .panel-title{
    font-size: 14px;
}
.faqs .panel-title a{
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
}
.faqs .panel-title a:before,
.faqs .panel-title a:after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 10px;
    right: auto;
    left: 0;
}
.faqs .panel-title a:before {
}
.faqs .panel-title a:after {
    transform: rotate(90deg);
    transition: all ease 0.4s;
}
.faqs .panel-title a:hover,
.faqs .panel-title a[aria-expanded=true] {
    color: #f26122;
}
.faqs .panel-title a[aria-expanded=true]:before {
    background: #f26122;
    height: 1.5px;
}
.faqs .panel-title a[aria-expanded=true]:after {
    transform: rotate(0);
    background: #f26122;
}
/*End faqs*/