.header-sub {
  display: block;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/upload/slider-bg.jpg");
  padding-top: 3%;
}
@media (max-width: 1024px) {
  .header-sub {
    height: auto;
  }
}
.header-sub .header-caption {
  display: block;
  position: relative;
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .header-sub .header-caption {
    width: 98%;
  }
}
.header-sub .header-caption h1 {
  display: block;
  color: #d8276b;
  font-size: 66px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .header-sub .header-caption h1 {
    font-size: 28px;
    padding: 10% 0;
  }
}

.product-detail {
  display: block;
  font-size: 0;
  padding: 40px 10%;
}
@media (max-width: 1024px) {
  .product-detail {
    padding: 20px 2%;
  }
}
.product-detail .left {
  display: inline-block;
  vertical-align: top;
  width: 39%;
  padding-right: 1%;
}
@media (max-width: 1024px) {
  .product-detail .left {
    width: 98%;
    padding: 0 1%;
  }
}
.product-detail .left .product-image {
  display: block;
  width: 100%;
  border: 1px solid #2b313a;
  border-radius: 8px;
  overflow: hidden;
  background-color: #2f2f2f;
}
.product-detail .left .product-image img {
  width: 100%;
  height: auto;
}
.product-detail .right {
  display: inline-block;
  vertical-align: top;
  width: 59%;
  padding-left: 1%;
}
@media (max-width: 1024px) {
  .product-detail .right {
    width: 98%;
    padding-left: 1%;
  }
}
.product-detail .right .product-name {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 38px;
}
@media (max-width: 1024px) {
  .product-detail .right .product-name {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 0;
    font-weight: 400;
  }
}
.product-detail .right .product-description {
  display: block;
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.product-detail .right ul.tech-spec {
  display: block;
  color: #ccc;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #191d24;
  border-radius: 8px;
  border: 1px solid #2b313b;
  font-size: 0;
}
.product-detail .right ul.tech-spec li {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
  font-size: 0;
  padding: 5px 0;
  border-bottom: 1px solid #2b313b;
}
.product-detail .right ul.tech-spec li .title {
  display: inline-block;
  width: 45%;
  font-weight: 700;
  color: #d8276b;
  font-size: 12px;
  padding-left: 10px;
}
.product-detail .right ul.tech-spec li .value {
  display: inline-block;
  width: 55%;
  font-size: 12px;
  font-weight: 400;
}
.product-detail .downloads {
  display: block;
  padding: 20px 0 50px 0;
  background-color: #1a1d24;
  border: 1px solid #2c303b;
  margin: 30px 0;
  border-radius: 10px;
}
.product-detail .downloads h3 {
  display: block;
  width: 100%;
  padding: 10px 50px 0 30px;
  margin-bottom: 30px;
}
.product-detail .downloads h3 svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  color: #d8276b;
}
.product-detail .downloads h3 span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 3px 0;
  font-size: 22px;
  font-weight: 700;
}
.product-detail .downloads .inner-cont {
  display: inline-block;
  width: calc(33% - 30px);
  padding: 20px 30px;
  margin: 0 15px;
  background-color: #232730;
  border: 1px solid #2c303b;
}
@media (max-width: 1024px) {
  .product-detail .downloads .inner-cont {
    width: calc(100% - 30px);
    margin: 0 15px 25px 15px;
  }
}
.product-detail .downloads .inner-cont .head {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 30px;
}
.product-detail .downloads .inner-cont .head svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  color: #d8276b;
}
.product-detail .downloads .inner-cont .head span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 3px 0;
  font-size: 20px;
  font-weight: 300;
}
.product-detail .downloads .inner-cont a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 14px 20px;
  background-color: #d8276b;
  text-align: center;
  border-radius: 6px;
}
.product-detail .downloads .inner-cont a:hover {
  text-decoration: underline;
}
.product-detail .downloads .footer {
  display: block;
  padding: 20px 0;
  margin: 20px 30px;
  border-top: 1px solid #2c303b;
  color: #7c8492;
  font-size: 14px;
  text-align: center;
}

.product-detail-description {
  display: block;
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px;
  background-color: #1a1d24;
  border: 1px solid #2c303b;
  margin: 30px 0;
  border-radius: 10px;
}