.product .product-item .promotion-product .content-promition ol li {
  margin: 0.5rem 5px;
  font-size: 14px;
}
.product .product-item .promotion-product .content-promition ol li:after {
  width: 15px;
  height: 15px;
  font-size: 10px;
  left: -18px;
  top: 1px;
  background: #cc0f35;
  text-align: center;
  padding-top: 7.5px;
  line-height: 0px;
}

.text-more-info {
  margin-bottom: 10px !important;
}
.text-more-info p {
  font-size: 14px;
  margin-bottom: 0px;
}

.hr {
  height: 0px;
  margin-bottom: 10px !important;
}

.product .product-item .more-info .more-info-detail {
  margin-bottom: 10px;
}

.fa-circle {
  font-size: 18px !important;
  top: 3px !important;
}

.fa-map-marker-alt {
  font-size: 12px !important;
  top: -1px !important;
}

.product .box-content-product .product-item-box .content_dd {
  margin-bottom: 22px;
  padding: 24px 10px 12px 10px;
  background: #F2F2F2;
  border-radius: 10px;
}
.product .box-content-product .product-item-box .content_dd .h_characteristic {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #DF7045;
  margin: 0px 0px 10px;
  padding: 0px;
}
.product .box-content-product .product-item-box .content_dd .content_characteristic {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
}
.product .box-content-product .product-item-box .content_dd .content_characteristic ul {
  list-style: disc;
  padding-left: 15px;
}
.product .box-content-product .product-item-box .content_dd .content_characteristic ul li {
  list-style: disc;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
}
.product .box-content-product .product-item-box .col-left .label-content-box .specification_long iframe {
  width: 100%;
}
.product .box-content-product .product-item-box .col-left .label-content-box .specification_long ul {
  list-style: disc;
  padding-left: 25px;
}
.product .box-content-product .product-item-box .col-left .label-content-box .specification_long ul li {
  list-style: disc;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
}
.product .box-content-product .product-item-box .col-left .label-content-box .specification_long a {
  color: #ef6837;
}

.toc-content {
  display: none;
  max-width: 500px;
  background: #f3f3f3;
  padding: 1px 6px;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.toc-content .title-toc {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 600;
  color: #999;
}
.toc-content .title-toc .fa {
  padding-right: 5px;
}
.toc-content .title-toc-list {
  background: #EEEEEE;
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: space-between;
}
.toc-content .title-toc-list .title-toc {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.toc-content .title-toc-list .title-toc i {
  margin-right: 10px;
}
.toc-content .title-toc-list .none {
  display: none;
}
.toc-content .title-toc-list .button-select {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.toc-content .title-toc-list .button-select i {
  margin-left: 14px;
  transition: 0.1s ease-in-out;
  font-size: 20px;
  font-weight: bold;
}
.toc-content .title-toc-list .button-select i.active {
  transform: scale(1, -1);
}
.toc-content .list-toc {
  background: #fff;
  display: none;
}
.toc-content .list-toc ol {
  margin-bottom: 0;
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 5px 10px;
}
.toc-content .list-toc ol > li {
  counter-increment: my-awesome-counter;
  list-style-position: inside;
  margin-right: 0;
  padding-bottom: 5px;
  font-size: 17px;
  line-height: 25px;
  padding: 5px 0;
  font-weight: 600;
  color: #157a71;
}
.toc-content .list-toc ol > li a {
  color: #157a71;
}
.toc-content .list-toc ol > li ol li {
  font-weight: 600;
  font-size: 16px;
  list-style: upper-roman;
  color: #007eff;
}
.toc-content .list-toc ol > li ol li a {
  color: #007eff;
}
.toc-content .list-toc ol > li ol li ol li {
  font-size: 15px;
  font-weight: normal;
  list-style: decimal;
  color: #444;
}
.toc-content .list-toc ol > li ol li ol li a {
  color: #444;
  font-weight: 600;
  font-size: 17px;
}
.toc-content .list-toc ol > li ol li ol li ol li {
  list-style: disc;
  color: #666;
}
.toc-content .list-toc ol > li ol li ol li ol li a {
  color: #666;
  font-weight: normal;
}
.toc-content .list-toc ol > li:before {
  content: counters(my-awesome-counter, ".") ". ";
  display: none;
}
.toc-content .list-toc ol > li a {
  color: #333;
  text-decoration: none;
}
.toc-content .list-toc > ol > li:before {
  font-weight: bold;
}
.toc-content .list-toc #toc {
  padding: 15px;
  background: #f7f7f7;
}
.toc-content ol li a {
  margin-bottom: 7px;
}

.fixtoc {
  position: fixed;
  margin-left: -4em;
  top: 20%;
  transition: visibility 0s, opacity 0.5s linear;
  background: #ffc299 !important;
  border: 1px solid #fff !important;
  opacity: 0.95;
  z-index: 10;
  display: block;
}
@media screen and (max-width: 768px) {
  .fixtoc {
    margin-left: 0;
    right: 0;
  }
}
.fixtoc .toc-content {
  display: block !important;
  border: 1px solid #fff;
}
.fixtoc .list-toc #toc {
  background: #ffd8be !important;
  max-height: 300px;
  overflow-y: scroll;
}
.fixtoc .title-toc-list {
  background: unset !important;
  padding: 4px !important;
}
.fixtoc .title-toc-list .title-toc span.display {
  display: none;
}
.fixtoc .title-toc-list .title-toc .fa {
  color: #fff;
}
.fixtoc .title {
  display: none;
}

.box-content-product .col-md-7 {
  z-index: 9;
}/*# sourceMappingURL=products_up.css.map */