.wide-border {
  background: #fff;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
.col-xs-2-5 {
  width: 40%;
  float: left;
}
.col-xs-3-5 {
  width: 60%;
  float: left;
}
.col-xs-4-5 {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
article section h2,
article section h3,
article section h4,
article section h5 {
  text-align: inherit;
  color: inherit;
  font-weight: 700;
}
article section p {
  text-align: inherit;
}
article section.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
article section.youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
article section .impact-text h2 {
  font-size: 3rem;
  margin: 0 0 0.2em 0;
  line-height: 1;
}
article section .impact-text h3 {
  font-size: 1.5rem;
  margin: 0px;
  line-height: 1.2;
}
article section .gray-big-box {
  padding: 5rem 10vw;
  margin: 3rem 0px;
  background: rgba(46, 46, 46, 0.1);
  border-radius: 2rem;
}
article section .bold {
  font-weight: 700;
}
article section .rounded-image img {
  border-radius: 1.5rem;
}
article section .product_content .image_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
article section .product_content .price {
  color: #555;
  font-size: 1.5rem;
}
article section .product_content .price .sale {
  color: #F00;
  margin-right: 1rem;
}
article section .product_content .price .strike {
  text-decoration: line-through;
  font-size: 1.1rem;
}
article section .product_content .price .red_badge {
  font-size: 1rem;
  background: #f53a3a;
  color: #fff;
  font-weight: bold;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
  margin-left: 1rem;
}
article section .product_content p {
  margin: 1rem 0px;
}
article section .download ul {
  margin: 1rem 0px;
  padding: 0px;
  list-style-type: none;
}
article section .download ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  border: 4px solid #d6d2d3;
  border-radius: 2.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  transition: all 0.3s;
}
article section .download ul li a::before {
  content: "";
  display: inline-block;
  padding: 0.3rem 1rem;
  font-size: 1rem;
  border-radius: 1.5rem;
  background: #dbdbde;
  color: #25252d;
  font-weight: 700;
  margin-right: 1rem;
}
article section .download ul li a[href$='.pdf']::before {
  content: "PDF";
}
article section .download ul li a[href$='.doc']::before {
  content: "DOC";
}
article section .download ul li a[href$='.docx']::before {
  content: "DOCX";
}
article section .download ul li a[href$='.ppt']::before {
  content: "PPT";
}
article section .download ul li a[href$='.pptx']::before {
  content: "PPTX";
}
article section .download ul li a[href$='.xls']::before {
  content: "XLS";
}
article section .download ul li a[href$='.xlsx']::before {
  content: "XLSX";
}
article section .download ul li a[href$='.zip']::before {
  content: "ZIP";
}
article section .download ul li a:hover {
  border-color: #333;
}
article section .in_the_package {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  list-style-type: none;
  margin: 0px;
  padding: 2rem;
  background: #414042;
  border-radius: 1rem;
}
article section .in_the_package li {
  padding: 30px;
  text-align: center;
}
article section .in_the_package li .text {
  color: #fff;
  font-weight: 700;
}
article section .category_title {
  background: #666;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 1rem;
  margin-top: 5rem;
}
article section .products_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0px;
  margin: 1rem 0px;
}
article section .products_list li {
  list-style-type: none;
}
article section .products_list li a {
  display: block;
  text-decoration: none;
  margin: 1rem;
  height: 100%;
  color: #333;
}
article section .products_list li .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  border-radius: 0.5rem;
  height: 100%;
  position: relative;
}
article section .products_list li .box .red_badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 1rem;
  background: #f53a3a;
  color: #fff;
  font-weight: bold;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
}
article section .products_list li .box .image {
  text-align: center;
}
article section .products_list li .box .image img {
  max-width: 100%;
}
article section .products_list li .box h4 {
  border: none;
  padding: 0px;
  font-size: 1.5rem;
}
article section .products_list li .box .price {
  color: #777;
}
article section .products_list li .box .price .sale {
  color: #F00;
  margin-right: 0.5rem;
}
article section .products_list li .box .price .strike {
  text-decoration: line-through;
  font-size: 0.9rem;
}
article section .spec_table {
  padding: 2.5rem;
  background: rgba(76, 76, 76, 0.1);
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
article section .spec_table dt {
  text-align: left;
  padding: 1.5rem 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
}
article section .spec_table dd {
  text-align: left;
  padding: 1.5rem 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
}
article section .spec_table dd.close {
  display: none;
  border-bottom: none;
}
article section .spec_table dd.close a {
  text-decoration: none;
  font-size: 1.1rem;
  color: #333;
}
article section .spec_table dd.close a:hover {
  color: #266ccb;
}
article section .spec_table dd.open {
  border-bottom: none;
}
article section .spec_table dd.open a {
  text-decoration: none;
  font-size: 1.1rem;
  color: #333;
}
article section .spec_table dd.open a:hover {
  color: #266ccb;
}
article section .spec_table .hidden {
  overflow: hidden;
  height: 0;
  padding: 0;
  border: none;
  transition: all 0.4s;
}
article section .spec_table .hidden.off {
  height: auto;
  padding: 1.5rem 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  article section .spec_table dt {
    border-bottom: none !important;
    padding-bottom: 0px;
  }
  article section .spec_table dt.hidden {
    padding: 0px;
  }
  article section .spec_table dt.hidden.off {
    padding: 1.5rem 0px 0px 0px;
  }
  article section .spec_table dd {
    padding-top: 0.5rem;
  }
  article section .spec_table dd.hidden {
    padding: 0px;
  }
  article section .spec_table dd.hidden.off {
    padding: 0.5rem 0px 1.5rem 0px;
  }
}
