/*Add font ================================*/
.full.book {
  margin-bottom: 15px;
}
.full.book 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;
  }
}

.paginate {
  text-align: center;
}

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

.book_content {
  width: 100vw;
  padding: 3rem 0;
  margin-left: calc(-50vw + 50%);
}
.book_content .short {
  font: 300 1.6rem/150% "Open Sans", sans-serif;
  text-align: center;
  padding-bottom: 1.4rem;
}
@media (min-width: 992px) {
  .book_content .short {
    font-size: 2.2666666667rem;
  }
}
.book_content .picture {
  padding-bottom: 1.4rem;
}
.book_content .picture img {
  width: 100%;
  height: auto;
}

.title_list_item {
  font: 300 1.6rem/150% "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #494949;
}
@media (min-width: 992px) {
  .title_list_item {
    font-size: 1.8666666667rem;
  }
}

/*---------------list_group-----------------*/
.list_group .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
.list_group .row_item .col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 15px 30px;
}
@media (min-width: 576px) {
  .list_group .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .list_group .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.list_group .row_item .col_item .item .img a {
  width: 100%;
  display: block;
  padding-top: 135%;
  position: relative;
  outline: hidden;
}
.list_group .row_item .col_item .item .img a img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
  min-height: 90%;
  width: auto;
  height: auto;
}
.list_group .row_item .col_item .item .info .title {
  text-align: center;
}
.list_group .row_item .col_item .item .info .title a {
  font: 300 1.3333333333rem/150% "Open Sans", sans-serif;
  color: #494949;
}
.list_group .row_item .col_item .item .info .short {
  font: 300 0.9333333333rem/150% "Open Sans", sans-serif;
  text-align: justify;
  color: #7e7e7e;
  height: 3.2rem;
  overflow: hidden;
}
.list_group .row_item .col_item .item:hover .img a, .list_group .row_item .col_item .item:focus .img a {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.list_group .row_item .col_item .item:hover .img a img, .list_group .row_item .col_item .item:focus .img a img {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}
.list_group .row_item .col_item .item:hover .info .title a, .list_group .row_item .col_item .item:focus .info .title a {
  color: #1b7d32;
}

/*-------------------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;
}

.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=book.css.map */