@charset "UTF-8";
/*Add font ================================*/
/* --------------------------------------*/
.full {
  padding: 2rem 0 1rem;
}
@media (min-width: 992px) {
  .full {
    padding: 3rem 0;
  }
}

#gallery .box_header {
  margin: 0 0 15px;
}
#gallery .box_header .title {
  font-family: "Arimo-SemiBold";
  font-size: 30px;
  color: #161616;
}
@media (min-width: 768px) {
  #gallery .box_header .title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  #gallery .box_header .title {
    font-size: 38px;
  }
}

#tth-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  #tth-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}

#tth-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  display: none;
}
@media (min-width: 992px) {
  #tth-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    display: block;
  }
}
#tth-column .box_product_hot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
#tth-column .box_product_hot .title {
  font-family: "Arimo-SemiBold";
  font-size: 24px;
  color: #ffffff;
  background: #0644aa;
  width: 100%;
  padding: 8px 15px;
  margin: 0;
}
#tth-column .box_product_hot .panel {
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
}
#tth-column .box_product_hot .panel .no-bullets {
  list-style: none;
  margin: 0;
  padding: 1rem;
}
#tth-column .box_product_hot .panel .no-bullets li {
  padding-bottom: 13px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
}
#tth-column .box_product_hot .panel .no-bullets li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#tth-column .box_product_hot .panel .no-bullets li a .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tth-column .box_product_hot .panel .no-bullets li a .item .img {
  width: 35%;
}
#tth-column .box_product_hot .panel .no-bullets li a .item .img img {
  max-width: 100%;
  height: auto;
}
#tth-column .box_product_hot .panel .no-bullets li a .item .info {
  width: 65%;
  padding-left: 15px;
}
#tth-column .box_product_hot .panel .no-bullets li a .item .info h3 {
  font-family: "Arimo-SemiBold";
  font-size: 13px;
  color: #303030;
  line-height: 1.4;
}
#tth-column .box_product_hot .panel .no-bullets li a .item .info h3:hover {
  color: #0644aa;
}
#tth-column .box_product_hot .panel .no-bullets li a .item .info .date {
  font-family: "Arimo-Regular";
  font-size: 13px;
  color: #bebebe;
}
#tth-column .box_product_hot .panel .no-bullets li a .item .info .date i {
  padding-right: 5px;
}

#gallery_slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
#gallery_slider .slick-list {
  padding: 0 !important;
}
#gallery_slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gallery_slider .item {
  background: #fafafa;
  width: 100%;
  display: block;
  padding-top: 47%;
  position: relative;
}
#gallery_slider .item img {
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#gallery_slider_thumb {
  background: #f4f4f4;
}
#gallery_slider_thumb .row_item {
  padding: 10px 35px;
}
#gallery_slider_thumb .slick-list {
  padding: 0 !important;
}
#gallery_slider_thumb .slick-arrow {
  background: rgba(41, 41, 41, 0.02);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #f7b521;
  top: 50%;
  z-index: 99;
}
#gallery_slider_thumb .slick-arrow:before {
  color: #f7b521;
  font-size: 30px;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 8px;
  bottom: 2px;
}
#gallery_slider_thumb .slick-arrow.slick-prev {
  left: 4px;
}
#gallery_slider_thumb .slick-arrow.slick-prev:before {
  content: "‹";
}
#gallery_slider_thumb .slick-arrow.slick-next {
  right: 4px;
}
#gallery_slider_thumb .slick-arrow.slick-next:before {
  content: "›";
}
#gallery_slider_thumb a {
  width: 100%;
  display: block;
  padding: 0 4px;
}
#gallery_slider_thumb a .item {
  display: block;
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
#gallery_slider_thumb a .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.col_detail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .col_detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}

#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-size: 26px;
  font-family: "Arimo-SemiBold";
  color: #161616;
}
#item_detail .date {
  font-family: "Arimo-Regular";
  color: #bebebe;
  font-size: 13px;
  padding: 5px 0;
}
#item_detail > .item-short {
  font: 400 1rem/150% "Arial", sans-serif;
  color: #939393;
  padding-bottom: 10px;
}
#item_detail > .item-content {
  font-family: "Arimo-Regular";
  font-size: 16px;
  color: #5f5f5f;
  text-align: justify;
}
#item_detail > .item-content * {
  max-width: 100% !important;
}
#item_detail > .item-content p {
  line-height: 1.6;
}
#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;
  padding: 20px 0;
  clear: both;
}
#item_detail .tool-share > .title {
  font-family: "Arimo-Regular";
  font-size: 13px;
  color: #808080;
  padding-right: 10px;
}
#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;
  margin-left: 3px;
}
#item_detail .tool-share ul li a {
  display: block;
}
#item_detail .tool-share ul li a i {
  border-radius: 3px;
  width: 27px;
  height: 27px;
  color: #ffffff;
  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.4rem;
}
#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;
}
/*# sourceMappingURL=gallery.css.map */