/*===========BEGIN: BANNER=============*/
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before{
  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
#banner_main{
  width: 100%;
  margin: 0;
  position: relative;
}
#banner_main:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
#banner_main.slick-initialized .item,
#banner_main .item:first-child{
  display: block;
}
#banner_main .slick-list,
#banner_main .slick-track{
  height: 100%;
}
#banner_main .item{
  height: 100%;
  position: relative;
  display: none;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
body.animsition.show-load.show-loading #banner_main .item{
  opacity: 1;
}
#banner_main .item.slick-active{
  opacity: 1;
  z-index: 9;
}
#banner_main .slick-dots{
  bottom: 20px;
  text-align: center;
}
#banner_main .slick-dots li{
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -o-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -ms-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background: transparent;
  width: 16px;
  height: 16px;
}
#banner_main .slick-dots li button{
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#banner_main .slick-dots li:hover,
#banner_main .slick-dots li.slick-active{
  -moz-box-shadow: 0 0 0 2px #ed1f24;
  -webkit-box-shadow: 0 0 0 2px #ed1f24;
  -o-box-shadow: 0 0 0 2px #ed1f24;
  -ms-box-shadow: 0 0 0 2px #ed1f24;
  box-shadow: 0 0 0 2px #ed1f24;
  border: none;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
}
#banner_main .slick-dots li:hover button,
#banner_main .slick-dots li.slick-active button{
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  -moz-transform: scale(0.4);
  background-color: #ed1f24;
}
#banner_main .slick-dots li button:before{
  content: '';
}
#banner_main .slick-arrow{
  width: 50px;
  height: 50px;
  color: #ffffff;
  z-index: 9;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#banner_main .slick-arrow:hover {
  color: #333333;
}
#banner_main .slick-prev{
  left: 15px;
}
#banner_main .slick-next{
  right: 15px;
}
#banner_main .slick-arrow:before {
  color: #ffffff;
  position: absolute;
  top: 50%;
  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%);
  line-height: 20px;
  font-family: "FontAwesome";
  font-weight: lighter;
  font-size: 35px;
  text-shadow: 0 0 10px #000;
}
#banner_main .slick-prev:before {
  content: '\f104';
}
#banner_main .slick-next:before {
  content: '\f105';
}
#banner_main .skew{
  width: 100%;
  height: 100vh;
  position: relative;
}
#banner_main .skew .i-img{
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% + 185px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
}
#banner_main .skew .i-img:first-child{
  left: 0;
  -webkit-mask-image: url(../images/che-left.png);
  -webkit-mask-position: right center;
}
#banner_main .skew .i-img:last-child{
  right: 0;
  -webkit-mask-image: url(../images/che-right.png);
  -webkit-mask-position: left center;
}
.link-intro{
  z-index: 999;
  width: 100%;
  height: 1px;
  position: fixed;
}
.link-intro .link{
  position: fixed;
  bottom: 20%;
  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%);

  font-size: 1.4em;
  font-weight: 600;
  /*width: 100%;*/
}/**/
.nicescroll-rails{
  display: none !important;
}
/*===========END: BANNER=============*/
@media screen and (max-width: 991px) {
  .link-intro .link{
    bottom: 75%;
    width: 100%;
  }
  .link-intro .link ~ .link{
    bottom: 25%;
  }
}

@media screen and (max-width: 768px) {
  #banner_main .skew .i-img{
    width: 100% !important;
    height: 50%;
    top:initial;
  }
  #banner_main .skew .i-img:first-child{
    top: 0;
    -webkit-mask:initial;
  }
  #banner_main .skew .i-img:last-child{
    bottom: 0;
    -webkit-mask:initial;
  }
}
@media screen and (min-width: 1024px) {
  .link-intro .link{
    left: 25%;
  }
  .link-intro .link ~ .link{
    left: 75%;
  }
}