.home-banner .carousel-item {
  height: calc(100vh - 3rem);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-banner .go-down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  padding: .5rem;
  width: 4rem;
  text-align: center;
  color: rgba(255,255,255,.5);
}
.home-banner .go-down svg {
  width: 2rem;
  height: 2rem;
}

h2 {
  margin-bottom: 2rem;
  padding-bottom: 1.4rem;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  background: url(../img/home_h2_bg.png) no-repeat bottom center;
  background-size: 100%;
}
h2 span {
  font-weight: 200;
}


.btn-more {
  padding: .5rem 1.5rem;
  font-size: .875rem;
  color: #999;
  border: 1px solid #999;
  border-radius: 3px;
}
.btn-more:hover {
  color: #666;
  border-color: #666;
}

.home-about {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  background: url(../img/home_about_bg.jpg) no-repeat top center;
  background-size: 100% 100%;
}
.home-about p {
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-weight: 300;
  text-align: left;
  color: #444;;
}

.home-product {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home-product ul {
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding: 0;
  list-style: none;
}
.home-product ul li {
  margin-bottom: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.home-product ul li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-product ul li a .image {
  display: block;
  padding-top: 160%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform .3s ease-in-out;
}
.home-product ul li a .text-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5rem;
  text-align: center;
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.8) 0,rgba(0,0,0,.0001) 100%);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.0001) 100%);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.8) 0,rgba(0,0,0,.0001) 100%);
  background-image: linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
.home-product ul li a .text-wrapper .text { 
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  font-size: .875rem;
  text-align: center;
  color: #fff;
}
.home-product ul li a .text-wrapper .btn {
  display: none;
}
.home-product ul li a:hover .image {
  transform: scale(1.05);
}

.home-case {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  background: url(../img/home_case_bg.jpg) no-repeat center center;
  background-size: cover;
}
.home-case h2 {
  color: #cbaa99;
  background-image: url(../img/home_h2_bg_alt.png);
}

.home-case ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding: 0;
  list-style: none;
}
.home-case ul li {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  margin-bottom: 15px;
  padding-top: 33.33%;
  height: 0;
  overflow: hidden;
}
.home-case ul li:nth-child(n+3) {
  display: none;
}
.home-case ul li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 7.5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.home-case ul li a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  font-size: .875rem;
  text-align: center;
  color: #fff;
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.8) 0,rgba(0,0,0,.0001) 100%);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.0001) 100%);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.8) 0,rgba(0,0,0,.0001) 100%);
  background-image: linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

.home-news ul {
  margin: 0 -7.5px;
  padding: 0;
  list-style: none;
}
.home-news ul li {
  margin-bottom: 30px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.home-news ul li a {
  display: block;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  overflow: hidden;
}
.home-news ul li a .image img {
  width: 100%;
}
.home-news ul li a .text h4 {
  margin: 0;
  padding: 1rem 1rem .5rem; 
  font-weight: 400;
  font-size: 1.125rem;
  color: #252525;
}
.home-news ul li a .text p {
  margin: 0;
  padding: 0 1rem 1rem; 
  font-size: .875rem;
  color: #797979;
}
.home-news ul li a .date {
  display: none;
}

@media (min-width: 768px) {
  .home-banner .carousel-item {
      height: 600px;
  }
  .home-banner .go-down {
    display: none;
  }
  h2 {
    margin-bottom: 2rem;
    padding-left: 70px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
    background-position: bottom left;
    background-size: initial;
  }
  .home-about {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .home-about p {
    font-weight: 400;
    line-height: 2;
    
  }
  .home-product {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .home-product ul li a .text-wrapper {
    height: 8rem;
  } 
  .home-product ul li a .text-wrapper .text {
    bottom: 3rem;
    font-size: 1.25rem;
    transition: bottom .3s ease-in-out;
  }
  .home-product ul li a:hover .text-wrapper .text {
    bottom: 5rem;
  }
  .home-product ul li a .text-wrapper .btn {
    display: inline-block;
    margin-top: 4rem;
    padding: .5rem 1.5rem;
    font-size: .875rem;
    background-color: rgba(255,255,255.8);
    border-radius: 1px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
  }
  .home-product ul li a:hover .text-wrapper .btn {
    opacity: 1;
    vertical-align: middle;
  }
  .home-product ul li a .text-wrapper .btn img {
    margin-top: -3px;
    margin-left: .5rem;
    vertical-align: middle;
  }
  
  .home-case {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
    flex-wrap: nowrap;
  }  
  .home-case li {
    opacity: .8;
    transition: all .3s ease-in-out;
  }
  .home-case ul li:nth-child(n+3) {
    display: initial;
  }
  .home-case ul li:hover {
    flex-grow: 2;
    opacity: 1;
  }
  .home-case ul li a .text {
    bottom: -5rem;
    height: 5rem;
    font-size: 1rem;
    line-height: 5rem;
    opacity: 0;
    transition: all .3s ease-in-out;
  }
  .home-case ul li:hover a .text {  
    bottom: 0; 
    opacity: 1;
  }
  
  .home-news ul li a {
    position: relative;
    padding: 5%;
    height: 100%;
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: none;
  }
  .home-news ul li a:hover {
    border-color: #332c2b;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
  }  
  .home-news ul li a .text h4 {
    margin-bottom: 1rem;
  }
  .home-news ul li a .text h4,
  .home-news ul li a .text p {
    padding: 0;
  }
  .home-news ul li a .date {
    position: absolute;
    right: 5%;
    bottom: 4%;
    display: block;
    color: #797979;
  }
}

@media (min-width: 1730px) {
  .home-product ul {    
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-product ul li {
    padding-left: 15px;
    padding-right: 15px;
  } 
  
  .home-case ul {    
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-case ul li a {
    margin-left: 15px;
    margin-right: 15px;
  } 
  
  .home-news ul {    
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-news ul li {
    padding-left: 15px;
    padding-right: 15px;
  } 
}