/***********************BigListStyle**********************/
.UIArticleListCommon .BigListStyle {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}
.UIArticleListCommon .BigListStyle .head {
    text-align: center;
    position: relative;
}
.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 {
}
.UIArticleListCommon .BigListStyle .article-list .item.first {float: left;width: 60%;}
.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;
    text-transform: uppercase;
    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 {margin-left: 60%;}
.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;
}
.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;
}
.UIArticleListCommon .BigListStyle .paging span {
    font-weight:bold;
}
.UIArticleListCommon .BigListStyle .paging a {
    font-weight:normal;
}
/**********************.SliderStyle***********************/
.UIArticleListCommon .SliderStyle .title h2 {
    
    font-size: 20px;
    
    color: #faa21a;
    
    text-transform: uppercase;
    
    font-family: Roboto;
    
    font-weight: 700;
    
    display: inline-block;
    
    padding-left: 0px;
    
    position: relative;
    
    margin: 0;
}
.UIArticleListCommon .SliderStyle .title:after {
    content: '';
    height: 3px;
    width: 100px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    background: #905324;
    transform: translateX(-50%);
}
.UIArticleListCommon .SliderStyle .wrap {
    margin: 5px auto 45px;
}
.UIArticleListCommon .SliderStyle .wrap .head {
    text-align: center;
    position: relative;
}
.UIArticleListCommon .SliderStyle .wrap .title {
    color: #e0120e;
    padding: 30px 0 0px 0;
    font-family: Roboto;
    font-size: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.UIArticleListCommon .SliderStyle .wrap .title h4{
    font-size: 0.8em;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 1.5;
    text-transform:none;
    margin: 20px 0;
    font-style: italic;
}
.UIArticleListCommon .SliderStyle .wrap .item {
}
.UIArticleListCommon .SliderStyle .wrap .item a.img img {
    display: block;
    height: 200px;
    object-fit: cover;
}
.UIArticleListCommon .SliderStyle .wrap .item .info {
    padding: 5px 15px;
    height: 70px;
}
.UIArticleListCommon .SliderStyle .wrap .item a.name {
    text-decoration: none;
    color: #494949;
    font-size: 1.2em;
    margin: 9px 0;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
}
.UIArticleListCommon .SliderStyle .wrap .item a.name:hover {
    color: #8b8b8b;
}
.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;
}




