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

#tth-column_left {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  #tth-column_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-right: 2rem;
  }
}

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

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

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

.paginate {
  text-align: center;
}

.page_content .box_header {
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
}
.page_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;
}
.page_content .box_header .title {
  font: 400 1.3333333333rem/1 "Open Sans", 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 {
  padding-top: 2rem;
}
#item_detail > img {
  width: 100%;
  height: auto;
}
#item_detail > .group {
  color: #006ece;
  padding: 10px 0;
}
#item_detail > .group a {
  font: 400 0.9333333333rem/150% "Open Sans", sans-serif;
  color: #006ece;
}
#item_detail > h1 {
  font: 600 1.6rem/150% "Open Sans", sans-serif;
  color: #1b7d32;
}
@media (min-width: 992px) {
  #item_detail > h1 {
    font-size: 2.2666666667rem;
  }
}
#item_detail .date, #item_detail .author {
  font: 300 1.2rem/150% "Open Sans", sans-serif;
  color: #666;
  padding-bottom: 5px;
}
#item_detail .date i, #item_detail .author i {
  color: #666;
}
#item_detail .author {
  padding-left: 3rem;
}
#item_detail > .item-short {
  font-weight: bold;
}
#item_detail > .item-content {
  font: 400 0.9333333333rem/150% "Open Sans", sans-serif;
  color: #181818;
  padding-top: 15px;
  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: -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% "Open Sans", 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;
}
#item_detail .tags {
  padding-bottom: 2rem;
}
#item_detail .tags ul {
  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;
}
#item_detail .tags ul i {
  padding-left: 5px;
}
#item_detail .tags ul li a {
  font: 300 0.9333333333rem/150% "Open Sans", sans-serif;
  color: #696969;
}
#item_detail .tags ul li + li {
  padding-left: 15px;
}
#item_detail .tags ul li:hover a, #item_detail .tags ul li:focus a {
  color: #1b7d32;
}
#item_detail .tags ul:hover i {
  color: #1b7d32;
}
/*# sourceMappingURL=page.css.map */