/*Add font ================================*/
.full.news {
  padding: 3rem 0;
}

#tth-column {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  #tth-column {
    border-left: 1px solid #f4f4f4;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 30px;
    margin: 0;
  }
}

#tth-content {
  background: #fff;
}
@media (min-width: 992px) {
  #tth-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-right: 30px;
  }
}

ul.wrap-suggestion-news {
  max-height: 200px;
}
ul.wrap-suggestion-news li a.item img {
  display: none;
}
ul.wrap-suggestion-news li a.item h3 {
  font-weight: 400;
}

.paginate {
  text-align: center;
}

.news_content .box_header .title {
  font: 800 1.8666666667rem/150% "Nunito", sans-serif;
  text-transform: uppercase;
  color: #015f9f;
  margin-bottom: 15px;
  position: relative;
}
.news_content .box_header .title:before, .news_content .box_header .title:after {
  content: "";
  position: absolute;
  left: 0;
}
.news_content .box_header .title:before {
  background: #015f9f;
  width: 55px;
  height: 1px;
  bottom: 0;
}
.news_content .box_header .title:after {
  background: #015f9f;
  border-radius: 4px;
  width: 22px;
  height: 1px;
  bottom: -4px;
}

/*---------------list_group-----------------*/
.news_group .box_header h2 {
  font: 800 1.8666666667rem/150% "Nunito", sans-serif;
  text-transform: uppercase;
  color: #015f9f;
  margin-bottom: 15px;
  position: relative;
}
.news_group .box_header h2:before, .news_group .box_header h2:after {
  content: "";
  position: absolute;
  left: 0;
}
.news_group .box_header h2:before {
  background: #015f9f;
  width: 55px;
  height: 1px;
  bottom: 0;
}
.news_group .box_header h2:after {
  background: #015f9f;
  border-radius: 4px;
  width: 22px;
  height: 1px;
  bottom: -4px;
}

/*-------------------item_detail----------------*/
#item_detail > img {
  width: 100%;
  height: auto;
}
#item_detail > .group {
  color: #006ece;
  padding: 10px 0;
}
#item_detail > .group a {
  font: 400 0.9333333333rem/150% "Nunito", sans-serif;
  color: #006ece;
}
#item_detail > h1 {
  font: 800 1.3333333333rem/1.2 "Nunito", sans-serif;
  text-transform: uppercase;
  color: #015f9f;
  margin-bottom: 10px;
}
#item_detail .date {
  font: 400 0.8rem/150% "Nunito", sans-serif;
  color: #949494;
  padding-bottom: 5px;
}
#item_detail .date b {
  font-weight: 400;
  color: #393939;
}
#item_detail > .item-short {
  font-weight: bold;
}
#item_detail > .item-content {
  font: 400 1rem/150% "Nunito", sans-serif;
  color: #393939;
  padding-bottom: 20px;
}
#item_detail > .item-content iframe, #item_detail > .item-content figure {
  max-width: 100% !important;
}
#item_detail > .item-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
#item_detail > .box-note {
  color: #0c0c0c;
  background: #eadc28;
  padding: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #item_detail > .box-note {
    padding: 20px 30px;
  }
}
#item_detail .tool-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
  clear: both;
}
#item_detail .tool-share > .title {
  font: 600 0.9333333333rem/150% "Nunito", sans-serif;
  text-transform: uppercase;
  color: #7a7a7a;
  padding-right: 20px;
}
#item_detail .tool-share ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  max-width: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#item_detail .tool-share ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
#item_detail .tool-share ul li a {
  display: block;
}
#item_detail .tool-share ul li a i {
  color: #605657;
  border-radius: 6px;
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#item_detail .tool-share ul li a i:before {
  font-size: 1.6rem;
}
#item_detail .tool-share ul li.zalo-share-button {
  background: url(../../images/zalo-icon2.png) center center no-repeat;
  background-size: 21px 21px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  height: 23px;
}
#item_detail .tool-share ul li.zalo-share-button iframe {
  display: none;
}

.box_r label.title {
  font: 800 1.2rem/1 "Nunito", sans-serif;
  text-transform: uppercase;
  color: #015f9f;
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.box_r label.title:before, .box_r label.title:after {
  content: "";
  background: #015f9f;
  position: absolute;
  left: 0;
}
.box_r label.title:before {
  width: 54px;
  height: 1px;
  bottom: -5px;
}
.box_r label.title:after {
  width: 22px;
  height: 1px;
  bottom: -10px;
}
.box_r .box_news_ot .list_item_news .row_item {
  margin: 0;
}
.box_r .box_news_ot .list_item_news .row_item .col_item {
  padding: 20px 0;
}
.box_r .box_news_ot .list_item_news .row_item .col_item .item .info {
  background: transparent;
  padding: 10px 0 0;
}
.box_r .box_news_ot .list_item_news .row_item .col_item .item .info h3 {
  padding: 0;
}
.box_r .box_news_ot .list_item_news .row_item .col_item .item .info h3 a {
  color: #393939;
}
.box_r .box_news_ot .list_item_news .row_item .col_item .item .info .date {
  display: none;
}
.box_r .box_news_ot .list_item_news .row_item .col_item .item:hover .info h3 a {
  color: #015f9f;
}
.box_r .box_news_ot .list_item_news .row_item .col_item + .col_item {
  border-top: 1px solid #e7e7e7;
}
/*# sourceMappingURL=news.css.map */