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



/***********************BigListStyle**********************/
.UIArticleListCommon .BigListStyle {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
  	text-align: center;
}


.UIArticleListCommon .BigListStyle .head {
    
    
color: #009342;
    text-align: center;
    //padding: 30px 0;
    font-family: 'Lobster', cursive;
   	font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    display: inline-block;
 	 position: relative;
    	margin-top:20px;
    }

.UIArticleListCommon .BigListStyle .head h4 {
    font-weight: 400;
    color: #7c7c7c;
    line-height: 1.5;
    text-transform: none;
    margin: 20px auto;
    font-style: italic;
    font-family: Roboto, arial;
    width: 60%;
    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 {
}
.UIArticleListCommon .BigListStyle .article-list .item.first {float: left;width: 70%;    height: 515px !important;}
.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;
      height: 100%;
}
.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;
  	text-align: left;
}
.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: 100%!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%;    width: 30%;
    float: right;}
.UIArticleListCommon .BigListStyle .article-list .list .item a.img{
    float:left;
    width: 100%;
}
.UIArticleListCommon .BigListStyle .article-list .list .item a.img img {
    width: 100%;
    height: 165px !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 10px 10px;
}
.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;
  display: none;
}
.UIArticleListCommon .BigListStyle .paging span {
    font-weight:bold;
}
.UIArticleListCommon .BigListStyle .paging a {
    font-weight:normal;
}




/**********************.SliderStyle***********************/
.SliderStyle {
    margin-top: 10px;
}
.SliderStyle .wrap {
    margin: auto;
}
.SliderStyle .wrap .head {
}
.SliderStyle .wrap .title {
    color: #df2e09;
    font-family: Roboto;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    z-index: 1;
}
.SliderStyle .wrap .item a.img img {
    display: block;
    object-fit: cover;
    height: 320px;
}
.SliderStyle .wrap .item .info {
    padding: 10px 0;
    float: none;
  	text-align:left;
}
.SliderStyle .wrap .first .info {

  	    padding: 10px 0;
    float: none;
}


.SliderStyle .wrap .item a.name span {
    font-weight: bold;
    color: #fff;
    font-size: 17px;
    display: -webkit-box;
    margin: 0;
    line-height: 1.5;
    width: 100% !important;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
      text-transform: uppercase;
  	text-align:left;
  	margin-left:5px;
}
.SliderStyle .wrap .item a.name span:hover {
    color: #df2e09;
}
.SliderStyle .wrap .item .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: none !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
.owl-nav {
}
.owl-nav button:hover {
    color: #fff !important;
}
.owl-nav button {
    position: absolute;
    color: #fff9 !important;
    top: 35%;
    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;
}
.TabStyle.SliderStyle .article-list .item .p-container a.img {
    float: none!important;
}
/**********************TabStyle***********************/
.UIArticleListCommon .TabStyle {
    margin: 0px 0 10px 0;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.UIArticleListCommon .TabStyle .wrap {}

.UIArticleListCommon .TabStyle .head .title {display: none;}

.UIArticleListCommon .TabStyle .head .tab {
    height: 32px;
    cursor: pointer;
}
.UIArticleListCommon .TabStyle .head .tab .icon {

}
.UIArticleListCommon .TabStyle .head .tab .list {

}
.UIArticleListCommon .TabStyle .head .tab .list a.item.current {
    vertical-align:top;
}
.UIArticleListCommon .TabStyle .head .tab .list a.item.current {
    margin: 0;
    height: 32px;
    padding: 0 20px;
    border-bottom: 32px solid #df2e09;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    display: inline-block;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    background: transparent;
}
.UIArticleListCommon .TabStyle .head .tab .list a.item.current span {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
.UIArticleListCommon .TabStyle .head .tab .list a.item {
    height: 32px;
    padding: 0 20px;
    -ms-align-items: center;
    align-items: center;
    -webkit-transform: skew(28deg);
    -ms-transform: skew(28deg);
    -o-transform: skew(28deg);
    transform: skew(29deg);
    background-color: #fdf3e8;
    display: inline-flex;
    margin-left: -13px;
    position: relative;
}
.UIArticleListCommon .TabStyle .head .tab .list a.item span{
    color: #3f3f3f;
    -webkit-transform: skew(-28deg);
    -ms-transform: skew(-28deg);
    -o-transform: skew(-28deg);
    transform: skew(-29deg);
    font-size: 15px;
    line-height: 24px;
}
.UIArticleListCommon .TabStyle .tab .item img {
    display: none;
}
.UIArticleListCommon .TabStyle .article-list {
    margin: 10px 0 0;
}
.UIArticleListCommon .TabStyle .article-list .item:first-child .p-container a.img{
    float:left;
    /* width: 20%; */
    clear: both;
}
.UIArticleListCommon .TabLinkStyle .article-list .item:first-child .p-container a.img img {
    width: 95%;
    height: 116px;
    object-fit: cover;
    display:inherit;
}
.UIArticleListCommon .TabStyle .article-list .item:first-child .info {
    float: left;
    width: 72%;
}
.UIArticleListCommon .TabStyle .article-list .item:first-child .info:before {
    content: "";
    font: normal normal normal 14px FontAwesome;
    color: #df2e09;
    display:inline-block;
    position: absolute;
}
.UIArticleListCommon .TabStyle .article-list .item:first-child .info .summary {
    font-size: 11px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555;
    font-style: italic;
    /* text-align: center; */
}
.UIArticleListCommon .TabStyle .article-list .item:first-child .info a.name {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    padding: 5px 0 5px 0;
    color:#666;
    margin: 0;
    /* text-align: center; */
}
.UIArticleListCommon .TabStyle .article-list .item .p-container {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.UIArticleListCommon .TabStyle .article-list .item .p-container a.img {
    /* float: left; */
    /* width: 20%; */
    /* clear: both; */
}
.UIArticleListCommon .TabLinkStyle .article-list .item .p-container a.img img {
    width: 90%;
    height: 90px;
    margin-right: 10px;
    object-fit: cover;
    display: none;
}
.UIArticleListCommon .TabStyle .article-list .item .info:before {
    content: "\f101";
    font: normal normal normal 14px FontAwesome;
    color: #df2e09;
    display:inline-block;
    position: absolute;
}
.UIArticleListCommon .TabStyle .article-list .item .info {
    width: 100%;
    display:inline-block;
    /* padding: 0 5px; */
}
.UIArticleListCommon .TabStyle .article-list .item .info a.name {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    padding: 0;
    color: #555;
    width: 99%;
    margin-left: 15px;
    line-height: 1.5;
}
.UIArticleListCommon .TabStyle .article-list .item .info a.name:hover {
    color: #df2e09;
}
.UIArticleListCommon .TabStyle .article-list .item .info .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.UIArticleListCommon .TabStyle .head .tab .list a.item:first-child {
    vertical-align:top;
}
.UIArticleListCommon .TabStyle .head .tab .list a.item:first-child {
    margin: 0;
    height: 32px;
    padding: 0 20px;
    border-bottom: 32px solid #0270e9;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    display: inline-block;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    background: transparent;
}
.UIArticleListCommon .TabStyle .head .tab .list a.item:first-child span {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
/**********************Tab2***********************/
.tab2 {
    margin: 0 0 10px 0;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.tab2 .wrap {}

.tab2 .head .title {display: none;}

.tab2 .head .tab {
    height: 32px;
    cursor: pointer;
}
.tab2 .head .tab .icon {

}
.tab2 .head .tab .list {

}
.tab2 .head .tab .list a.item.current {
    vertical-align:top;
}
.tab2 .head .tab .list a.item.current {
    margin: 0;
    height: 32px;
    padding: 0 20px;
    border-bottom: 32px solid #df2e09;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    display: inline-block;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    background: transparent;
}
.tab2 .head .tab .list a.item.current span {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
.tab2 .head .tab .list a.item {
    height: 32px;
    padding: 0 20px;
    -ms-align-items: center;
    align-items: center;
    -webkit-transform: skew(28deg);
    -ms-transform: skew(28deg);
    -o-transform: skew(28deg);
    transform: skew(29deg);
    background-color: #fdf3e8;
    display: inline-flex;
    margin-left: -13px;
    position: relative;
}
.tab2 .head .tab .list a.item span{
    color: #3f3f3f;
    -webkit-transform: skew(-28deg);
    -ms-transform: skew(-28deg);
    -o-transform: skew(-28deg);
    transform: skew(-29deg);
    font-size: 15px;
    line-height: 24px;
}
.tab2 .tab .item img {
    display: none;
}
.tab2 .article-list {
    margin: 10px 0 0;
}
.tab2 .article-list .item:first-child .p-container a.img{
    float:left;
    width: 20%;
    clear: both;
}
.UIArticleListCommon .TabLinkStyle .article-list .item:first-child .p-container a.img img {
    width: 200px;
    height: 116px;
    object-fit: cover;
    display:inherit;
}
.tab2 .article-list .item:first-child .info {
    float: left;
    width: 80%;
}
.tab2 .article-list .item:first-child .info:before {
    content: "";
    font: normal normal normal 14px FontAwesome;
    color: #df2e09;
    display:inline-block;
    position: absolute;
}
.tab2 .article-list .item:first-child .info .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555;
    text-align: left;
}
.tab2 .article-list .item:first-child .info a.name {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    padding: 5px 0 10px 0;
    color:#666;
    margin: 0;
    text-align: left;
}
.tab2 .article-list .item .p-container {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.tab2 .article-list .item .p-container a.img {
    /* float: left; */
    /* width: 20%; */
    /* clear: both; */
}
.UIArticleListCommon .TabLinkStyle .article-list .item .p-container a.img img {
    width: 90%;
    height: 90px;
    margin-right: 10px;
    object-fit: cover;
    display: none;
}
.tab2 .article-list .item .info:before {
    content: "\f101";
    font: normal normal normal 14px FontAwesome;
    color: #df2e09;
    display:inline-block;
    position: absolute;
}
.tab2 .article-list .item .info {
    width: 100%;
    display:inline-block;
    padding: 0 5px;
}
.tab2 .article-list .item .info a.name:hover {
    color: #df2e09;
}
.tab2 .article-list .item .info .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab2 .head .tab .list a.item:first-child {
    vertical-align:top;
}
.tab2 .head .tab .list a.item:first-child {
    margin: 0;
    height: 32px;
    padding: 0 20px;
    border-bottom: 32px solid #df2e09;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    display: inline-block;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    background: transparent;
}
.tab2 .head .tab .list a.item:first-child span {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
.tab2 .article-list .item:first-child {
    float: left;
    width: 55%;
    text-align: center;
    margin: 0;
}
.tab2 .item {
    margin-left: 55%;
    padding-left: 5px;
}
.tab2 .item:first-child img {
    width: 145px !important;
    height: 125px !important;
    object-fit: cover;
}
.tab2 .article-list .item:first-child .p-container .info {
    width: 65%;
}
.tab2 .article-list a.img {
    width: 35% !important;
}
.tab2 .article-list a.name span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555;
    line-height: 1.5;
}

.UIArticleListCommon .article-list-all .item {
    overflow: hidden;
    padding-bottom: 20px;
}


.UIArticleListCommon .article-list-all .item .img {
    float: left;
    width: 200px;
}

.UIArticleListCommon .article-list-all .item .info {
    margin-left: 220px;
}

.UIArticleListCommon .article-list-all .item .img img {
    width: 180px;
    height: 90px;
}

.UIArticleListCommon .article-list-all .item .name {
    font-weight: bold;
    font-size: 15px;
    display: block;
    margin-bottom: 6px;
    color: #0270e9;
}

.UIArticleListCommon .article-list-all {
    background: #fff;
    padding: 10px;
  margin-top: 10px;

}

.UIArticleListCommon .article-list-all h1 {
    font-size: 18px;
    color: #4b5be6;
    text-transform: uppercase;
}



.UIArticleListCommon .article-list-all .paging a {
    display: inline-block;
    background: #ccc;
    padding: 5px 10px;
}

.UIArticleListCommon .article-list-all .paging {
    display: block !important;
    text-align: center;
}
.UIArticleListCommon .article-list-all  .paging span{
    display:inline-block;
    padding:5px 10px;
    font-weight: bold;
    color: #e00;
}


.TinMoiNhatTrangChu .item .img {
    float: left;
    width: 120px;
}

.TinMoiNhatTrangChu .item .img img {
    width: 100%;
    height: 75px;
}

.TinMoiNhatTrangChu .item .info {
    margin-left: 130px;
  	font-size:14px;
}

.TinMoiNhatTrangChu .item {
    overflow: hidden;
  	padding:5px 0;
}
.TinMoiNhatTrangChu .head {
    font-size: 15px;
    position: relative;
    padding: 0;
    /* background: #0270e9; */
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px;
    background-image: linear-gradient(to right, #0361c9 , #3271c9,#63aeef,#42d7ef);
}
.TinMoiNhatTrangChu {
    margin-top: 10px;
    background: #fff;
}

.TinMoiNhatTrangChu .article-list {
    padding: 10px;
}
.TinMoiNhatTrangChu .item .info span {
    text-overflow:ellipsis;
    overflow:hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.TinMoiNhatTrangChu .info a:hover {
    color: red;
}
.TinMoiNhatTrangChu .item .info .time span {
    display: inline !important;
    font-size: 14px;
    color: #eb4c4c;
}

.TinMoiNhatTrangChu .item .info .time {
    display: block;
    margin-top: 2px;
}
.TinMoiNhatTrangChu .item .info .time span {
    display: inline !important;
    font-size: 12px;
    color: #000000;
    font-style: italic;
}

.TinMoiNhatTrangChu .item .info .time {
    display: block;
    margin-top: 2px;
}

.TinMoiNhatTrangChu .item .info .icon-new {
    background-image: url('/logo/iconnew.gif');
    height: 20px;
    background-repeat: no-repeat;
}
.ListTinNgang .item {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}

.ListTinNgang .item .img {
}

.ListTinNgang .item .img img {
    width: 100%;
}

.ListTinNgang .item .img {
    height: 90px;
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 8px;
}

.ListTinNgang .item .img img {
    height: 100%;
    width: 100%;
}

.ListTinNgang .item .info {
    overflow: hidden;
}

.ListTinNgang .item .info .name {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 14px;
}

/***************/

.ListDocument h1 {
    font-size: 16px;
    padding: 8px;
}
div#ctrl_12773_1154_UIArticleListCommon {
    background-color: #fff;
    padding: 12px;
}

.ListDocument .title {
    padding-top: 4px;
    padding-left: 4px;
    background-color: #ffac00;
    text-transform: uppercase;
    font-size: 1;
}

div#ctrl_12773_1154_UpdatePanel1 {
    /* padding: 4px; */
    /* border: solid 1px; */
}

#ctrl_12773_1154_UpdatePanel1 .item {
    padding: 8px;
    border: solid 1px #ccc;
    margin-top: 8px;
}

.ListDocument .info {
    padding: 4px 0;
}

.ListDocument .infosmall {
    padding: 10px 0;
    color: #979797;
    /* font-size: 12px; */
    border-top: solid 1px #ccc;
}

.ListDocument .info a.name {
    color: red;
    font-weight: bold;
    /* margin: 21px 0; */
    /* margin: 8px 0; */
    /* border-bottom: saddlebrown; */
}
.ListDocument .count-comments {
    background: url('Images/comment.png') left 50% no-repeat;
}
.ListDocument .count-comments, .count-down {
    padding: 0 4px 0 22px;
}
.ListDocument .count-down {
    background: url('Images/down.png') left 50% no-repeat;
}

#ctrl_12773_1154_UpdatePanel1 .info a span {
    /* margin: 4px 0; */
    /* padding-bottom: 4px; */
    font-size: 14px;
    /* padding: 12px; */
}
div#ctrl_13008_1154_udpArticleList img {
    width: 185px;
    object-fit: cover;
    overflow: hidden;
    height: 270px;
}
.tab_sachdientu div#ctrl_13008_1154_udpArticleList .item {
    width: 25%;
}

.UIArticleListCommon .tab_sachdientu .list a.item,.UIArticleListCommon .tab_sachdientu .list a.item span {
    transform: none !important;
    -webkit-transform: none !important;
    border: none !important;
    margin: 0 !important;
}

.UIArticleListCommon .tab_sachdientu .list a.item.current {
    background: #df2e09 !important;
}

.UIArticleListCommon .tab_sachdientu .list {
    border-bottom: solid 1px #df2e09;
}
.UIArticleListCommon .tab_sachdientu .list a.item {
    background: #fdf3e8 !important;
}

.UIArticleListCommon .tab_sachdientu .list a.item span {
    color: #545454 !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

.UIArticleListCommon .tab_sachdientu .list a.item.current span {
    color: #fff !important;
}
.tab_sachdientu .article-list {
    display: flex;
    flex-wrap: wrap;
}
.tab_sachdientu .info {
    float: left;
    width: 80% !important;
}
.tab_sachdientu.TabStyle .article-list .item .info:before {
    content: "\f101";
    font: normal normal normal 14px FontAwesome;
    color: #df2e09;
    display: inline-block;
    position: absolute;
  display:none;
}
.tab_sachdientu .TabStyle .article-list .item .info a.name {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    padding: 0;
    color: #555;
    width: 99%;
    margin-left: 0px !important; 
    line-height: 1.5;
}
.tab_sachdientu .item a.name {
    font-weight: 500 !important;
    font-size: 15px;
    display: inline-block;
    padding: 5px 0 5px 0 !important;
    color: #666;
    margin: 0 !important;
}
.tab_sachdientu .item .summary {
    text-align: unset !important;
    font-size: 11px !important;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    color: #555;
    font-style: italic !important;
    /* text-align: center; */
}
.tab_sachdientu .article-list a img {
    height: 200px;
    display: inline-block;
    overflow: hidden;
    object-fit: cover;
}
/***Newslayout*/
.Newslayout {
    background: #fff;
}

.Newslayout .list-category .row {
  	margin: 0;
  	padding: 0;
}
.Newslayout .list-article {
    display: inline-block;
    width: 100%;
}
.Newslayout .CategoryName a {
    margin: 0 0 10px 0;
    height: 32px;
    padding: 0 20px;
    border-bottom: 32px solid #0270e9;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    display: inline-block;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    background: transparent;
}
.Newslayout .CategoryName span {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
.Newslayout .list-article .itemArticle:nth-child(1) a.img {
    float:
    left;
    width: 125px;
    clear:
    both;
    margin:0 10px 10px 0;
    display:
    block;
}
.Newslayout .list-article .itemArticle:nth-child(1) a img {
    width:100%;
    height: 90px;
    object-fit:
    cover;
}
.Newslayout .itemArticle:nth-child(1) .info span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}
.Newslayout .itemArticle:nth-child(1) .info:before {
    content: "";
}
.Newslayout .list-article .itemArticle a.img {
    float:left;
    width:20%;
    clear:both;
    margin:0 10px 10px 0;
    display:none;
}
.Newslayout .list-article .itemArticle a img {
    width:100%;
    height:60px;
    object-fit:cover;
}
.Newslayout .itemArticle .info {
    margin:0 0 10px 0;
    padding:0 0 0 15px;
    position:relative;
}
.Newslayout .itemArticle .info:before {
    content: "\f101";
    font: normal normal normal 14px FontAwesome;
    color: #df2e09;
    display: inline-block;
    position: absolute;
    left:0;
    top:3px;
}
.Newslayout .itemArticle .info span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    font-size: 14px;
    /* display: inline-block; */
    padding: 0;
    color: #555;
    width: 99%;
    /* margin-left: 15px; */
    line-height: 1.5;
}
.Newslayout .itemArticle {
    clear:both;
}
.Newslayout a.btn.btn-detail {
    float: right;
    padding: 0 10px;
    font-style: italic;
    font-size: 13px;
}
.Newslayout a.name {

    font-weight: 500;
    font-size: 15px;
    color: #666;
    margin: 0;
}
.Newslayout .CategoryDiv {
    margin-left: 5px;
}
.Newslayout a.name:hover {
    color: #df2e09;
}
.UIArticleListCommon .time {
    font-size: 12px;
    font-style: italic;
}
/*************end****************/
a.btn.btn-detail {
    display: none;
}
 
.summary strong,
.summary p,
.summary p strong,
.summary,
.summary h1,
.summary h1 span,
.summary span,
.summary h2,
.summary h3,
.summary h4
{
    font-style: italic !important;
    font-weight: normal !important;
    font-family: unset !important;
    letter-spacing: 0px !important;
    line-height: 22px !important;
    text-align: left !important;
    color: #000;
    font-family: arial !important;
    font-size: 13px !important;
    text-align: justify !important;
}