#home p {
  font-size: 16px;
}
#home #home-banner .carousel-indicators {
  bottom: 20px;
}
#home #home-banner .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  margin: 0 5px;
  transition: ease-in 0.3s;
}
#home #home-banner .carousel-indicators li.active {
  background-color: #ffffff;
  width: 25px;
  border-radius: 6px;
  transition: ease-out 0.3s;
}
#home #home-banner .carousel-item .item-content {
  height: 600px;
  color: white;
}
#home #home-banner .carousel-item .item-content .item-content-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#home #home-banner .carousel-item .item-content .item-content-wrapper .doc-h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
}
#home #home-banner .carousel-item .item-content .item-content-wrapper p {
  margin-bottom: 25px;
  color: #cccccc;
}
#home #home-banner .carousel-item .item-content .item-content-wrapper .btn-buy {
  display: inline-block;
  padding: 9px 20px 11px;
  font-size: 16px;
  color: white;
  background: #ee761f;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -ms-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
#home #home-banner .carousel-item .item-content .item-content-wrapper .btn-buy:hover {
  background: #e76b12;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -ms-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
#home #home-banner .carousel-item .item-content .item-content-wrapper .btn-download {
  display: inline-block;
  padding: 10px 20px 9px;
  margin-left: 20px;
  font-size: 16px;
  color: white;
  background: #009f3c;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -ms-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
#home #home-banner .carousel-item .item-content .item-content-wrapper .btn-download:hover {
  background: #009538;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -ms-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
@media screen and (max-width: 767px) {
  #home #home-banner .carousel-item .item-content .item-content-wrapper {
    width: 95%;
    text-align: center;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #home #home-banner .carousel-item .item-content .item-content-wrapper .doc-h1 {
    font-size: 30px;
  }
  #home #home-banner .carousel-item .item-content .item-content-wrapper .btn-buy {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#home #home-banner .carousel-item .item-img {
  height: 600px;
}
#home #home-banner .carousel-item .item-img img {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#home #home-banner .banner-ue {
  background: #21346f;
  background: linear-gradient(#21346f, #151b31);
}
#home #home-banner .banner-cfr {
  background: #21346f;
  background: linear-gradient(#21346f, #151b31);
}
#home #home-banner .banner-bfe {
  background: #013a7a;
  background: linear-gradient(#013a7a, #01152b);
}
#home #home-banner .banner-mts {
  background: #131c43;
  background: linear-gradient(#131c43 0, #060b1f 50%, #101737 65%, #131c43 100%);
}
#home #home-product .row-wrapper:nth-child(2n) {
  background-color: #f3f2f7;
}
#home #home-product .row-wrapper:nth-child(2n) .product-item-wrapper {
  background-color: #f3f2f7;
}
#home #home-product .col-sm-4 {
  margin-top: 100px;
  margin-bottom: 100px;
}
#home #home-product .product-item.green {
  background-color: #009f3c;
}
#home #home-product .product-item.orange {
  background-color: #ee761f;
}
#home #home-product .product-item.purple {
  background-color: #8758ff;
}
#home #home-product .product-item.blue {
  background-color: #4453ea;
}
#home #home-product .product-item .product-item-wrapper {
  display: block;
  padding: 15px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 0 0 24px 0;
  transition: 0.3s ease-in;
  border: 1px solid rgba(0, 0, 0, 0);
  -ms-word-break: break-all;
  word-break: break-all;
  text-decoration: none;
}
#home #home-product .product-item .product-item-wrapper:hover {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-out;
}
#home #home-product .product-item .product-item-wrapper .product-item-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#home #home-product .product-item .product-item-wrapper .product-item-btn {
  text-align: center;
}
#home #home-product .product-item .product-item-wrapper .product-item-btn a {
  display: inline-block;
  margin: 10px 20px;
  width: 58px;
  height: 58px;
  background: url("../../img/home/icon_btn.png") no-repeat;
}
#home #home-product .product-item .product-item-wrapper .product-item-btn a.product-item-btn__buy:hover {
  background-position: 0 -58px;
}
#home #home-product .product-item .product-item-wrapper .product-item-btn a.product-item-btn__download {
  background-position: -58px 0;
}
#home #home-product .product-item .product-item-wrapper .product-item-btn a.product-item-btn__download:hover {
  background-position: -58px -58px;
}
#home #home-product .product-item .product-item-wrapper a {
  color: #333333;
  text-decoration: none;
}
#home #home-product .product-item .product-item-wrapper .icon {
  width: 164px;
  height: 218px;
  margin: 30px auto;
  background: url("../../img/home/box.png");
}
#home #home-product .product-item .product-item-wrapper .icon.icon-bfe {
  background-position: 0 0;
}
#home #home-product .product-item .product-item-wrapper .icon.icon-bee {
  background-position: -164px 0;
}
#home #home-product .product-item .product-item-wrapper .icon.icon-efg {
  background-position: -328px 0;
}
#home #home-product .product-item .product-item-wrapper .icon.icon-asf {
  background-position: -492px 0;
}

#home #home-product .product-item .product-item-wrapper .icon.icon-ue {
  background-position: -656px 0;
}

#home #home-product .product-item .product-item-wrapper .icon.icon-pme {
    background-position: 0px -218px;
}

#home #home-product .product-item .product-item-wrapper .icon.icon-mts {
    background-position: -164px -218px;
}

#home #home-product .product-item .product-item-wrapper .icon.icon-cfr {
    background-position: -328px -218px;
}

#home #home-product .product-item .product-item-wrapper .icon.icon-bdl {
    background-position: -492px -218px;
}

#home #home-product .product-item .product-item-wrapper .icon.icon-asd {
    background-position: -656px -218px;
}
#home #home-news {
  padding-top: 60px;
  padding-bottom: 60px;
}
#home #home-news .news-title {
  font-size: 36px;
  font-weight: 200;
  margin-bottom: 50px;
}
#home #home-news .news-wrapper {
  position: relative;
  margin-bottom: 30px;
}
#home #home-news .news-wrapper.news-1 .img-newsbg {
  background-color: #013a7a;
}
#home #home-news .news-wrapper.news-2 .img-newsbg {
  background-color: #bb0000;
}
#home #home-news .news-wrapper.news-3 .img-newsbg {
  background-color: #151b31;
}
#home #home-news .news-wrapper .img-newsbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#home #home-news .news-wrapper .img-newsbg img {
  width: 100%;
  opacity: 0.4;
}
#home #home-news .news-wrapper .news-item {
  padding: 40px;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
#home #home-news .news-wrapper .news-item div {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #home #home-news .news-title {
    margin-bottom: 30px;
  }
}
#home #home-comment {
  padding: 100px 0;
  background: url("../../img/home/home_comment.jpg") no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
#home #home-comment .text-center {
  font-size: 36px;
  font-weight: 200;
  margin-bottom: 80px;
}
#home #home-comment .comment-item {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
#home #home-comment .comment-item div {
  font-size: 18px;
  margin-bottom: 20px;
}
#home #home-comment .comment-item div i {
  margin-right: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #home #home-comment .text-center {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=home.css.map */