* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/***********************BigListStyle**********************/
.BigListStyle {
    margin: 0 0 15px 0;
}
.BigListStyle .head {
    border-bottom: 32px solid #df2e09;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 320px;
}
.BigListStyle .title {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 32px;
}
.BigListStyle .article-list {
    margin:10px 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%;
    margin-right: 20px;
}
.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-weight: bold;
    font-size:14px;
    display:inline-block;
    padding:10px 0;
}
.BigListStyle .article-list a.name:hover, .BigListStyle a.btn.btn-detail:hover, .BigListStyle .paging a:hover {
    color:#df2e09;
}
.BigListStyle .article-list .item.first a.img img {
    width: 100%;
}
.BigListStyle .article-list .item.first a.btn.btn-detail {
    font-size: 14px;
    display: inline-block;
    margin: 10px 0;
    text-decoration: underline;
}
.BigListStyle .article-list .list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
}
.BigListStyle .article-list .list .item a.img{
    float:left;
}
.BigListStyle .article-list .list .item a.img img {
    width: 95px;
    height: 65px;
    margin-right:10px;
}
.BigListStyle .article-list .list .item a.name {
    font-size:14px;
}
.BigListStyle .article-list .list .summary {
    font-size: 14px;
    line-height: 1.5;
    display:none;
}
.BigListStyle .article-list .list .item {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.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: none;
    margin: 10px 5px 0 0;
}
.BigListStyle .paging span {
    font-weight:bold;
}
.BigListStyle .paging a {
    font-weight:normal;
}
.paging {
    font-size: 14px;
    /* display: inline-block; */
    margin: 0 0 5px 0;
    width: 100%;
    text-align: right;
    display: none;
}
.paging span {
    font-weight:bold;
}
.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;
    min-height: 399px;
    width:100%;
}
.SliderStyle .wrap .item .info {
    padding: 10px 0;
    float: none;
}
.SliderStyle .wrap .item .info .time{
    margin-top:8px;
}
.SliderStyle .wrap .item a.name span {
    font-weight: bold;
    color: #555;
    font-size: 15px;
    display: -webkit-box;
    margin: 0;
    line-height: 1.5;
    width: 100% !important;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.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 {
  background-color: #fdf3e8;
}
.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;
    text-transform: uppercase;
}
.UIArticleListCommon .TabStyle .tab .item img {
    display: none;
}
.UIArticleListCommon .TabStyle .article-list {
    margin: 10px 0 0;
}
.tinchuyenmuctrangchu .article-list .item:first-child .img img{
    width: 100%;
}
.tinchuyenmuctrangchu .article-list .item:first-child .info {
}
.UIArticleListCommon .TabStyle .article-list .item:first-child .info:before {
    content: "";
    font: normal normal normal 14px FontAwesome;
    color: #df2e09;
    display:inline-block;
    position: absolute;
}
.tinchuyenmuctrangchu .article-list .item:first-child .info .summary,.tinchuyenmuctrangchu .article-list .item:first-child .info .summary * {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #555;
    font-style: italic;
    font-size: 14px !important;
    font-weight: normal !important;
    overflow: hidden;
}
.tinchuyenmuctrangchu .item:first-child .info a.name {
    display: inline-block;
    padding: 5px 0 5px 0;
    margin: 0 !important;
    font-weight: bold !important;
    font-size: 15px !important;
}
.tinchuyenmuctrangchu .article-list .item .info a.name {
    font-size: 14px;
    line-height: 1.4;
}
.UIArticleListCommon .TabStyle .article-list .item .info a.name:hover {
        color: #df2e09;
    font-weight: 800;
}
.UIArticleListCommon .TabStyle .article-list .item .info .summary {
    display:none;
}

.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 #e50000;*/
	border-bottom: 32px solid #f20d0d;
    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; */
    /* font-size: 15px; */  
    font-family: Oswald;
    font-size: 16px;
    font-weight: 400
}
/**********************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;
}
.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 .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: 100%;
    height: auto;
}

.UIArticleListCommon .article-list-all .item .name {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

.UIArticleListCommon .article-list-all {
    background: #fff;
    padding: 10px;


}

.UIArticleListCommon .article-list-all h1 {
    font-size: 18px;
}



.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;*/
	width: 150px;
}

.TinMoiNhatTrangChu .item .img img {
    width: 100%;
    /*height: 75px;*/
	height: 100px;
}

.TinMoiNhatTrangChu .item .info {
    /*margin-left: 130px;*/
	margin-left: 160px;
  	font-size:14px;
}

.TinMoiNhatTrangChu .item {
    overflow: hidden;
  	padding:5px 0;
}
.TinMoiNhatTrangChu .head {
    /* font-size: 15px; */
    position: relative;
    padding: 0;
    /*background: linear-gradient(to left, #ed0000 0%, #d60c0c 100%);*/
	background: #f20d0d;
    color: #fff;
    text-transform: uppercase;
    /* font-weight: bold; */
    /*padding: 8px;*/
    padding: 8px 8px 8px 30px;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 400
}
.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;
    color: #d13d3d;
}

.TinMoiNhatTrangChu .item .info .time {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #888;
}

.TinMoiNhatTrangChu .item .info .icon-new {
    background-image: url('/logo/iconnew.gif');
    height: 20px;
    background-repeat: no-repeat;
}
.ListTinNgang .item {
    width: 20%;
    float: left;
    padding: 0 5px;
}

.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;
    max-width: 200px;
}
.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;
}

.tab_sachdientu .article-list .item {
    width: 25%!important;
}

.UIArticleListCommon .article-list-all .item .summary {
    text-overflow: ellipsis;
    overflow:hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.UIArticleListCommon .article-list-all {
    min-height: calc(100vh - 430px);
}
.article-list a.name:hover {
    color: #df2e09 !important;
    font-weight: 800 !important;
}

.tab_sachdientu .article-list .item:first-child .p-container a.img {
    width: 100% !important;
}


.tinchuyenmuctrangchu .article-list .item:nth-child(n+2) .img {width: 120px;display: block;float: left;}

.tinchuyenmuctrangchu .item:first-child .img {
    display: block;
}
.tinchuyenmuctrangchu .article-list .item:first-child {
    float: left;
    width: 50%;
}

.tinchuyenmuctrangchu .article-list .item:nth-child(n+2) {
    margin-left: calc(50% + 20px);
    border-top: solid 1px #eee;
    overflow: hidden;
    padding: 8px 0;
}

.tinchuyenmuctrangchu {
    overflow: hidden;
}

.tinchuyenmuctrangchu .article-list .item:nth-child(n+2) .info {
    margin-left: 130px;
}

.tinchuyenmuctrangchu .article-list .item:nth-child(2) {
    padding-top: 0;
    border: none;
}

/******* ds chuyên mục ngang 4 dòng********/
.ds_chuyenmuc_ngang .item {
    width: 25%;
    float: left;
    padding: 0 5px;
}

.ds_chuyenmuc_ngang .item .img {
}

.ds_chuyenmuc_ngang .item .img img {
    width: 100%;
}

.ds_chuyenmuc_ngang .item .img {
    height: 90px;
    width: 85%;
    overflow: hidden;
    display: block;
    margin-bottom: 8px;
}

.ds_chuyenmuc_ngang .item .img img {
    height: 100%;
    width: 100%;
}

.ds_chuyenmuc_ngang .item .info {
    overflow: hidden;
}

.ds_chuyenmuc_ngang .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;
}

