/***********************BigListStyle**********************/
.UIArticleListCommon .BigListStyle {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}
.UIArticleListCommon .BigListStyle .head {
    text-align: center;
    color: #36896f;
    padding: 30px 0 0px 0;
    font-family: 'Lobster', cursive;
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto;
    z-index: 1;
    letter-spacing: 2px;
}
.UIArticleListCommon .BigListStyle .head h4 {
    font-weight: 400;
    color: #7c7c7c;
    line-height: 1.5;
    text-transform: none;
    margin: 10px auto 30px;
    font-style: italic;
    font-family: Roboto, arial;
    letter-spacing: normal;
    font-size: 18px;
}
.UIArticleListCommon BigListStyle .title {
    color: #ffffff;
    padding: 0 0 35px 0;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.UIArticleListCommon .BigListStyle .head:after {
    content: url(Images/u.png);
    width: 210px;
    height: 20px;
    position: absolute;
    left: calc(50% - 105px);
    bottom: 5px;
}
.UIArticleListCommon .BigListStyle .article-list {
display: inline-block;width: 100%;}
.UIArticleListCommon .BigListStyle .article-list .item.first {
    float: left;
    width: 45%;
}
.UIArticleListCommon .BigListStyle .article-list .item.first .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.UIArticleListCommon .BigListStyle a:hover {
    color: #faa21a!important;
}
.UIArticleListCommon .BigListStyle .article-list .item.first a.name {
    font-size: 20px;
    display:inline-block;
    padding:10px 0;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    
    font-weight: 500;
}
.UIArticleListCommon .BigListStyle .p-container {
    position: relative;
    overflow: hidden;
}
.UIArticleListCommon .BigListStyle .p-container:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 22%;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0,0,0,0.1);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    opacity: .95;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.UIArticleListCommon .BigListStyle .p-container a.img {
    position: relative;
    overflow: hidden;
}
.UIArticleListCommon .BigListStyle .p-container .info {
    position: absolute;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    padding: 8px 20px 8px 20px;
    bottom: 0;
    left: 0;
    right: 0;
}
.UIArticleListCommon .BigListStyle .item.first a.img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    height: 410px!important;
    object-fit: cover;
}
.UIArticleListCommon .BigListStyle .article-list .item.first a.btn.btn-detail {
    font-size: 14px;
    display: none;
    margin: 10px 0;
    text-decoration: underline;
}
.UIArticleListCommon .BigListStyle .article-list .list {display: flex;
    flex-wrap: wrap;}
.UIArticleListCommon .BigListStyle .article-list .list .item a.img{
    float:left;
    width: 100%;
}
.UIArticleListCommon .BigListStyle .article-list .list .item a.img img {
    width: 100%;
    height: 195px !important;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.UIArticleListCommon .BigListStyle .article-list .list .item  a:hover img, .BigListStyle .article-list .item.first a.img:hover img {
    transform: scale(1.1);
}
.UIArticleListCommon .BigListStyle .article-list .list .item a.name {
    font-size: 18px;
    color: #fff;
}
.UIArticleListCommon .BigListStyle .article-list .list .summary {
    font-size: 14px;
    line-height: 1.5;
    display:none;
}
.UIArticleListCommon .article-list .list .item {
    margin: 0 0 20px 20px;
clear: both;
    flex: 0 0 auto;
    width: 46.7777777777%;}
.UIArticleListCommon .BigListStyle .article-list .list a.btn.btn-detail {
    font-size: 14px;
    display: none;
    margin: 10px 0;
    text-decoration: underline;
}
.UIArticleListCommon .BigListStyle .paging {
    font-size: 14px;
    display: inline-block;
    margin: 10px 5px 0 0;
float: right;}
.UIArticleListCommon .BigListStyle .paging span {
    font-weight:bold;
}
.UIArticleListCommon .BigListStyle .paging a {
    font-weight:normal;
}
/************************/
.BigListStyle .paging {
    text-align: center;
    margin-bottom: 15px;
}
.BigListStyle .paging span span, .paging a:hover {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #069240;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
.BigListStyle .paging a {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #D6D6D6;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
/**********************.SliderStyle***********************/
.UIArticleListCommon .SliderStyle {
    
}
.UIArticleListCommon .SliderStyle .wrap {
    margin: 5px auto 45px;
}
.UIArticleListCommon .SliderStyle .wrap .head {
    text-align: center;
    position: relative;
}
.UIArticleListCommon .SliderStyle .wrap .title {
    color: #009342;
    padding: 30px 0 0px 0;
    font-family: 'Lobster', cursive;
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto;
    z-index: 1;
    letter-spacing: 2px;
}
.UIArticleListCommon .SliderStyle .wrap .title h4{
    font-weight: 400;
    color: #7c7c7c;
    line-height: 1.5;
    text-transform: none;
    margin: 10px auto 30px;
    font-style: italic;
    font-family: Roboto, arial;
    letter-spacing: normal;
    font-size: 18px;
}
.UIArticleListCommon .SliderStyle .wrap .item a {display: block;position: relative;cursor: zoom-in;width: 260px;height: 260px;}
.UIArticleListCommon .SliderStyle .wrap .item a.img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000026;
    transition: all .5s ease;
    border-radius: 50%;
}
.UIArticleListCommon .SliderStyle .wrap .item a.img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.UIArticleListCommon .SliderStyle .wrap .item .p-container {
    display: block;
    position: relative;
}
.UIArticleListCommon .SliderStyle .wrap .item .info a{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    width: 70%;
    top: 100%;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.UIArticleListCommon .SliderStyle .wrap .item .info span {
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.UIArticleListCommon .SliderStyle .wrap .item .info:hover:before {
    opacity: 1;
}
.UIArticleListCommon .SliderStyle .wrap .item .info a.name:hover {
    color: #fff;
    opacity: 1;
}
.UIArticleListCommon .SliderStyle .wrap .item .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}
.owl-nav {
        display: none;
}
.owl-nav button:hover {
    color: #fff !important;
}
.owl-nav button {
    position: absolute;
    color: #fff9 !important;
    top: 50%;
    transition: all 0.2s ease;
    outline: none;
    z-index: 99999;
    transform: translate(0, -50%);
    display: none;
}
.owl-nav button.owl-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}
.owl-nav button.owl-next {
    right: 0;
}
.owl-nav i.fa {
    font-size: 50px;
}




