/*Add font ================================*/
.full.report {
  margin-bottom: 15px;
}
.full.report img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

#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-report {
  max-height: 200px;
}
ul.wrap-suggestion-report li a.item img {
  display: none;
}
ul.wrap-suggestion-report li a.item h3 {
  font-weight: 400;
}

.paginate {
  text-align: center;
}

.report_content .box_header {
  text-align: center;
  padding: 2rem 0 1rem;
}
.report_content .box_header .title {
  font: 400 1.6rem/150% "Open Sans", sans-serif;
  color: #494949;
  position: relative;
}
@media (min-width: 992px) {
  .report_content .box_header .title {
    font-size: 2.2666666667rem;
  }
}

/*---------------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 #fff;
  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: #777;
}
.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 > h1 {
  font: 600 1.4rem/150% "Open Sans", sans-serif;
  text-align: center;
  color: #0f6939;
  padding: 2rem 0 1rem;
  position: relative;
}
@media (min-width: 992px) {
  #item_detail > h1 {
    font-size: 2rem;
  }
}
#item_detail > .item-short {
  font-weight: bold;
}
#item_detail > .item-content {
  font: 400 0.9333333333rem/150% "Open Sans", 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: -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;
}

.download {
  font-size: 1.2rem;
  color: #fff;
  background: #1b7d32;
  border: 1px solid #1b7d32;
  border-radius: 25px;
  min-width: 150px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 15px;
}
.download i {
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.fixed-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  margin-top: 15px;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}

.fancybox-content {
  overflow-x: auto;
}
/*# sourceMappingURL=report.css.map */