.cat-news-title {
  text-align: center;
  background-color: #F7F7F7;
  padding: 74px 0;
}
.cat-news-title b {
  color: #C73536;
  font-size: 43px;
  font-family: UTM Bebas;
}
@media (max-width: 767px) {
  .cat-news-title b {
    font-size: 18px;
  }
}
.cat-news-title p {
  color: #C73536;
  font-size: 37px;
  font-family: UTM Bebas;
}
@media (max-width: 767px) {
  .cat-news-title p {
    font-size: 23px;
  }
}

.products-home {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .products-home {
    margin-top: 0px;
  }
}
.products-home .title {
  border-bottom: 1px solid #fff;
  margin: 0 0 20px;
  padding-bottom: 6px;
}
.products-home .title span {
  border-bottom: 4px solid #c32633;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 7px;
  line-height: 30px;
  text-transform: uppercase;
}
.products-home .cat-summary {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 20px;
  text-align: justify;
}
.products-home .list-inner .list-item {
  margin-bottom: 30px;
}
.products-home .list-inner .list-item .frame-image {
  background: #fff;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.products-home .list-inner .list-item .frame-image img {
  width: 100%;
  height: 270px;
}
.products-home .list-inner .list-item .frame-name {
  padding: 0 10px;
}
.products-home .list-inner .list-item .frame-name .name {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
  height: 44px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 768px) {
  .products-home .list-inner .list-item .frame-name .name {
    margin-bottom: 0;
  }
}
.products-home .list-inner .list-item .frame-name .download {
  background: #c32633;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  display: inline-block;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.products-home .list-inner .list-item:hover .frame-name .name {
  color: #c32633;
}
@media (max-width: 767px) {
  .products-home .list-inner .list-item {
    margin-bottom: 0;
  }
}

#resul_register {
  background: #fff;
  border-radius: 6px;
  width: 500px;
  top: 50px !important;
  position: fixed !important;
}
#resul_register .modal-header {
  background: #c32633;
  border-radius: 6px 6px 0px 0px;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
#resul_register .modal-header .b-close {
  background: url("../images/icon-close.png") no-repeat center;
  position: absolute;
  top: -12px;
  right: -10px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#resul_register .modal-body {
  padding: 20px;
}
#resul_register .modal-body .form-title label {
  font-size: 14px;
  color: #333;
}
#resul_register .modal-body .form-value {
  margin-bottom: 15px;
}
#resul_register .modal-body .form-value input {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
#resul_register .modal-body .form-value input.form-control-col {
  width: 40%;
  float: left;
}
#resul_register .modal-body .form-value input.form-control-disabled {
  background: #f8f8f8;
}
#resul_register .modal-body .form-value label {
  font-size: 14px;
  color: #333;
  width: 20%;
  float: left;
  padding: 10px 8px;
  box-sizing: border-box;
}
#resul_register .modal-body .form-value img#imgCaptcha {
  height: 40px;
  width: 70px;
  margin-top: -5px;
}
#resul_register .modal-body .form-value .button {
  background: #c32633;
  border: 1px solid #c32633;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  width: 128px;
  display: block;
  margin: auto;
  text-align: center;
}/*# sourceMappingURL=home.css.map */