/*Add font ================================*/
.full.advisory {
  margin-bottom: 15px;
}

#tth-content {
  background: #fff;
  padding-top: 2rem;
}

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

.paginate {
  justify-content: flex-start;
}

.advisory_content .box_header {
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
}
.advisory_content .box_header:before {
  content: "";
  width: 100%;
  height: 5px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.advisory_content .box_header .title {
  font: 400 1.3333333333rem/1 "Arial", sans-serif;
  text-transform: uppercase;
  color: #00327c;
  background: #fff;
  display: inline-block;
  padding-right: 20px;
}

/*---------------list_group-----------------*/
.list_group .row_item-title {
  color: #2363c9;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 2px;
}
.list_group .row_item .img {
  float: left;
  border: 3px solid #ffffff;
  margin-right: 12px;
  width: 177px;
  height: 118px;
  overflow: hidden;
}
.list_group .row_item .title a {
  font-size: 12px;
  color: #353636;
}
.list_group .row_item .date {
  font-size: 11px;
  font-weight: normal;
  color: #777777;
}
.list_group .row_item .short {
  font-size: 11px;
  line-height: 15px;
  max-height: 45px;
  overflow: hidden;
}
.list_group .row_item .other {
  list-style: none;
  margin: 0px;
  padding: 10px 0px 0px;
}
.list_group .row_item .other li a {
  background: url(../images/icon_other.gif) no-repeat 0px 5px;
  padding-left: 10px;
}

/*-------------------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% "Arial", sans-serif;
  color: #006ece;
}
#item_detail > h1 {
  font: 400 1.3333333333rem/150% "Arial", sans-serif;
  color: #00327c;
  margin-bottom: 10px;
}
#item_detail .date {
  font: 300 0.8rem/150% "Arial", sans-serif;
  color: #969696;
  padding-bottom: 5px;
}
#item_detail .date span a {
  padding-left: 5px;
  font-size: 0.8rem;
  color: #1486d8;
}
#item_detail .date i {
  color: #52cbf5;
}
#item_detail > .item-short {
  font-weight: bold;
}
#item_detail > .item-content {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #333;
  padding-bottom: 20px;
}
#item_detail > .item-content * {
  max-width: 100% !important;
}
#item_detail > .item-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
#item_detail .tool-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
  clear: both;
}
#item_detail .tool-share > .title {
  font: 600 0.9333333333rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #7a7a7a;
  padding-right: 20px;
}
#item_detail .tool-share ul {
  flex: 0 0 90px;
  max-width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
#item_detail .tool-share ul li {
  display: flex;
  align-items: 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: flex;
  align-items: 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;
  filter: grayscale(1);
  height: 23px;
}
#item_detail .tool-share ul li.zalo-share-button iframe {
  display: none;
}/*# sourceMappingURL=advisory.css.map */