.m-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.p-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.mab-10 {
  margin-bottom: 10px;
}

.home-news-new {
	margin-top: 20px;
}
.home-news-new img {
	width: 100%;
}
.home-news-new .name-1 {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	display: block;
}
.home-news-new .des {
	font-size: 16px;
	display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   color: #000;
}
.home-news-new .name-2 {
	color: #000;
	padding-top: 5px;
	padding-bottom: 20px;
	display: block;
  font-weight: 600;
}

.section-title-cate {
    display: inline-block;
    width: 100%;
     border-bottom: 3px solid #0d82c7; 
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
}
.section-title-cate h2 a {
    padding: 11px 20px;
    background-color: #0d82c7;
    border-radius: 2px 0 0 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}
.section-title-cate h2 a::after {
    line-height: 46px;
    top: -3px;
    font-size: 16px;
    content: "\f105";
    /*font-family: "themify";*/
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: 15px;
    background: url(/images/line.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 100%;
    height: 44px;
}

.home-news-type-1 img {
    width: 100%;
}
.home-news-type-1 .box-right {
    margin-bottom: 7px;
}
.home-news-type-1 .name-1 {
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    display: block;
}
.home-news-new .name-1:hover, .home-news-new .name-2:hover, .home-news-type-1 .name-1:hover, .home-news-type-1 .name-2:hover, .home-news-type-2 .title:hover, .ban-doc .title:hover, .muc-luc a:hover {
    color:#0d82c7;
}
.home-news-type-1 .des {
    font-size: 16px;
    color: #000;
    display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}
.home-news-type-1 .name-2 {
    color: #000;
    font-size: 16px;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

.xem-tiep {
  color: #0d82c7;
  border: 1px solid #0d82c7;
  padding: 10px 20px;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.home-news-type-2 img {
  width: 100%;
}
.home-news-type-2 .title {
  color: #000;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   margin-bottom: 20px;
   height: 40px;
   text-overflow: hidden;
}

.home-sidebar-title {
  width: 100%;
  text-align: center;
  background: #0d82c7;
  font-size: 20px;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
}

.home-sidebar-box {
  border: 1px solid #0d82c7;
  padding: 10px;
}

.muc-luc {
  margin-bottom: 20px;
}
.muc-luc a {
  border-bottom: 1px solid #ccc;
  padding: 10px 2px;
  display: block;
  color: #000;
}
.muc-luc .muc-last {
  border: 0;
}

.ban-doc {
  margin-bottom: 20px;
}
.ban-doc img {
    width: 100%;
}
.ban-doc .title {
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ban-doc .box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.ban-doc .ban-doc-last {
    border: 0;
}

.home-news-type-2 .aspect-box {
  position: relative;
  width: 100%;
  padding-top: 70%;
  display: block;
}
.home-news-type-2 .aspect-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp_fix01{
  height: 100px;
  /*margin-bottom: 15px;*/
  display: block;
  /*margin: auto;*/
}
.hp_fix02{
  /*text-align: center;*/
}

footer .box-1 p {
    margin-bottom: 10px;
    text-align: justify;
}
footer .box-1 p span {
    font-weight: 600;
}
footer .box-2 p {
    margin-bottom: 10px;
}
footer .box-3 .nut-dat {
    background: #286db0;
    border: 0;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
}

.hp_fix03{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #0d82c7;
  text-transform: uppercase;
}
.hp_fix04{
  background:#62b62745;
}
.hp_fix05{
    text-transform: none !important;
    margin-top: 15px;
}
.hp_fix06 h3{
    color: #0d82c7;
    font-weight: 600 !important;
    margin-top: 20px !important;
}

.hp_fix07{
    margin-top: 20px;
}

.blockTitle {
    display: block;
    background: #0d82c7;
    padding: 5px 5px;
    height: 100%;
    position: relative;
    margin: 0;
    /* float: left; */
    color: #fff;
    line-height: 1.3;
    font-size: 22px;
    text-transform: uppercase;
    /*text-align: center;*/
    margin: 10px auto;
}

/*header*/
header .heade-text-1 {
  font-weight: bold;
  margin-top: 10px;
}
header .heade-text-2 {
  font-size: 50px;
  font-weight: bold;
  color: #0d82c7;
}
header .heade-text-3 {
  font-size: 50px;
  font-weight: bold;
  color: #0d82c7;
}
.header-box-special {
  position: absolute;
  right: 20px;
  top: 36px;
      display: flex;
    align-items: center;
}
.header-box-special form {
  /*background: #0d82c7;*/
}
.header-box-special ul {
  margin-top: 5px;
}
.header-box-special ul li {
  display: inline-block;
}
.header-box-special input {
  background: #0d82c75c;
}
.header-box-special button {
  background: #0d82c75c !important;
}
.header-box-special .text-1 {
  position: absolute;
  top: 55px;
}

.sidebar-huong-dan {
  margin-top: 20px;
  font-weight: bold;
  background: #0d82c7;
  padding: 10px;
  color: #fff;
  display: block;
}
.sidebar-huong-dan:hover {
  color: #77b342;
}

.tap-chi-index img {
    width: 100%;
    margin-bottom: 5px;
}