* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/***********************BigListStyle**********************/
div#ctrl_13394_1154_udpArticleList {
    width: 1170px;
    margin: 0 auto;
}
.BigListStyle {
    margin: 0 auto;
    width: 100%;
    background: #bdbdbd;
    padding: 30px 0;
}
.BigListStyle .head {
    text-align: center;
    position: relative;
}
.BigListStyle .title {
    color: #ffffff;
    padding: 0 0 35px 0;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.BigListStyle .head:after {
    content: url(Images/u.png);
    width: 210px;
    height: 20px;
    position: absolute;
    left: calc(50% - 105px);
    bottom: 5px;
}
.BigListStyle .article-list {
    margin: 10px -18px 0 0;
    text-align:justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.BigListStyle .article-list .item.first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.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;
}
.BigListStyle .article-list .item.first a.name {
    font-size:16px;
    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;
}
.BigListStyle .article-list a.name:hover, .BigListStyle a.btn.btn-detail:hover, .BigListStyle .paging a:hover, .BigListStyle .article-list .item.first a.name:hover, .BigListStyle .article-list .list .item a.name:hover {
    color: #FEB301;
}
.BigListStyle .p-container {
    position: relative;
    overflow: hidden;
}
.BigListStyle .p-container a.img {
    position: relative;
    overflow: hidden;
}
.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;
}
.BigListStyle .article-list .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: 350px;
    object-fit: cover;
}
.BigListStyle .article-list .item.first a.btn.btn-detail {
    font-size: 14px;
    display: none;
    margin: 10px 0;
    text-decoration: underline;
}
.BigListStyle .article-list .list {
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0 0 0 10px;
}
.BigListStyle .article-list .list .item a.img{
    float:left;
}
.BigListStyle .article-list .list .item a.img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.BigListStyle .article-list .list .item  a:hover img, .BigListStyle .article-list .item.first a.img:hover img {
    transform: scale(1.1);
}
.BigListStyle .article-list .list .item a.name {
    font-size: 15px;
    color: #fff;
}
.BigListStyle .article-list .list .summary {
    font-size: 14px;
    line-height: 1.5;
    display:none;
}
.article-list .list .item {
    margin: 0 10px 10px 10px;
    float: left;
    width: 46%;
}
.BigListStyle .article-list .list a.btn.btn-detail {
    font-size: 14px;
    display: none;
    margin: 10px 0;
    text-decoration: underline;
}
.BigListStyle .paging {
    font-size: 14px;
    display: inline-block;
    margin: 10px 5px 0 0;
}
.BigListStyle .paging span {
    font-weight:bold;
}
.BigListStyle .paging a {
    font-weight:normal;
}
/**********************.SliderStyle***********************/
.SliderStyle {
    background: #fff;
    padding: 0 0 20px 0;
}
.SliderStyle .wrap {
    width:1170px;
    margin: 10px auto 50px;
}
.SliderStyle .wrap .head {text-align: center;position: relative;}
.SliderStyle .wrap .title {
    color: #1d4685;
    padding: 30px 0;
    font-family: Roboto;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 300px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.SliderStyle .wrap .head:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1d4685;
    left: 0;
    top: 50%;
    z-index: 0;
}
.SliderStyle .wrap .item {
    background: linear-gradient(to right top, #e49800, #e69d14, #e7a220, #e9a72b, #ebac34, #edaf35, #f0b235, #f2b536, #f5b72e, #f9b925, #fcbb19, #ffbd04);
}
.SliderStyle .wrap .item a.img img {
    display: block;
    height: 200px;
    object-fit: cover;
}
.SliderStyle .wrap .item .info {
    padding: 10px 15px;
    height: 100px;
  background: #1d4685;
}
.SliderStyle .wrap .item a.name {
     font-weight: bold;
  text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    line-height: 1.25;
    height: 30px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.SliderStyle .wrap .item a.name:hover {
    color: #ffffffb0;
}
.SliderStyle .wrap .item .summary,
.summary span,
.summary p,
.summary div,
.summary div span,
.summary div p,
.summary div p span{
    font-size: 13px !important;
   line-height: 1.25 !important;
   margin: unset !important;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   color: #ffffffba !important;
   margin-top: 4px !important;
   background: unset !important;
   font-family: Roboto !important;
   font-weight: normal !important;
   padding: unset !important;
}
.owl-nav {
}
.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%);
}
.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;
}




