
/*////////////////slidenews*/
.slidenews ul li { list-style: none ; border-bottom: 1px dashed rgba(8, 64, 142, 0.2);	}
.slidenews a h3 {     font-size: 13px;line-height: 25px;
    text-transform: uppercase;
    font-weight: normal;transition: 300ms all;
    text-align: justify;  }
.slidenews a h3:hover { color:  var(--colormain)  }
.slidenews a {  text-decoration: none;color: #000;  }
#slidenews .img { height: 415px;  overflow: hidden; }
#slidenews .img img { width: 100%; height: 100%; border: 1px solid #eee; padding: 5px;}
#slidenews   .owl-dots .owl-dot span { display: none   } 
/*#slidenews .owl-dots {   counter-reset: dots; }
#slidenews  .owl-dot:before { counter-increment:dots; content: counter(dots); padding: 3px 7px; }*/
#slidenews .owl-dots { display: none}
.slidenews i { color: var( --colormain ); }
/*//////////////////////////////////#slidetinhoatdong*/
#slidetinhoatdong .item { transition: 300ms all; }
#slidetinhoatdong img { width: 100%; height: 100%; }
#slidetinhoatdong h3 {  font-size: 16px; color: #000; font-weight: normal; color: var(--colormain)  }
#slidetinhoatdong a {  text-decoration: none;transition: 300ms all; color: var(--colormain) }
#slidetinhoatdong .item:hover h3 { color: #000  }

.slidetinhoatdong h6 { color: #EF550D; text-transform: uppercase; }
#slidetinhoatdong .img { overflow: hidden;height: 117px;   }
/*///////////////////////////// banner top right*/
.banner.top.right {   } 
.banner.top.right img  { max-width: 100%  }
.banner.giua img {  width: 100%  }
/*////////////////////// top thongbao*/
.top-thongbao {
}
.top-thongbao h6 {
background:   linear-gradient(45deg, #9d2024, #e43927);;
    text-transform: uppercase;
    color: #fff; border-radius: 5px 5px 0px 0px;
    font-weight: 550;
    font-family: "Oswald", Roboto;
    padding: 10px 15px;position: relative;z-index: 9;
}
.top-thongbao h6::after {
    background: url(bar_title.png) no-repeat -1px -35px;
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.2;
    background-size: cover;
    z-index: -1;
}
.top-thongbao .body {
border-right : 1px solid #eee;
border-left : 1px solid #eee;
border-bottom : 1px solid #eee;	 min-height: 195px;
}

.top-thongbao i { vertical-align: top; color: #fff  }
.marquee_text {
    font-size: 16px;
     height: 175px;
    line-height: 25px;
	width: 100%;
    /*position: absolute;*/
     
     overflow: hidden;
}
.marquee_text a { color: #000 ; text-decoration: none; }


