#banner , #banner .item { position: relative; background: #fff; z-index: 100; }
#banner .item a {position: absolute;width: 100%;height: 100%;background: rgb(255 255 255 / 0%);top: 0;left: 0;z-index: 2;}
#banner .info {position: absolute;width: 100%;top: 38vh;left: 0;z-index: 3;}
#banner .info h3 {letter-spacing: 4px;line-height: 170%;margin-top: 42px;position: relative;text-align: center;font-size: 47px;letter-spacing: 7.5px;font-weight: 100;text-transform: uppercase;color: #ffffff;}
#banner .info h3:before {content: "";position: absolute;left: 50%;bottom: 130px;width: 1px;height: 45px;background: linear-gradient(to top, transparent 32%, #fff 0, #fff 66%, transparent 0, transparent 100%) 50% 100%/1px 300% no-repeat;background-color: rgb(243 243 243 / 38%);-webkit-animation: 2.3s scrollDownAni linear both infinite;animation: 2.3s scrollDownAni linear both infinite;transition: all .5s ease-out;opacity: 0;}
@-webkit-keyframes scrollDownAni {
  0% {
    background-position-y: 100%;
  }
  100% {
    background-position-y: 0;
  }
}

@keyframes scrollDownAni {
  0% {
    background-position-y: 100%;
  }
  100% {
    background-position-y: 0;
  }
}
#banner .info p {font-size: 20px;text-align: center;letter-spacing: 2.5px;color: #fff;}
#banner .img {width: 100vw;height: 100vh;background: no-repeat 50% 0% / cover;background-size: cover;}
#banner .slick-active .img { -webkit-transform: scale(1); transform: scale(1); }

/* scrolldown */
#scrolldown {position: absolute;left: 50%;bottom: 50px;z-index: 1;width: 110px;padding-top: 70px;margin-left: -50px;font-size: 13px;letter-spacing: 2px;color: rgb(255 255 255);text-transform: uppercase;text-align: center;animation: godown 1s infinite linear;-webkit-animation: godown 1s infinite linear;font-family: 'Gothic A1', sans-serif;}
#scrolldown::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 23px;
    width: 63px;
    height: 63px;
    background: url(/images/37/icon-banner.png) 50% no-repeat;
}
#scrolldown::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    width: 1px;
    height: 50px;
    margin-left: -.5px;
    background: linear-gradient(to top, transparent 32%, #fff 0, #fff 66%, transparent 0, transparent 100%) 50% 100%/1px 300% no-repeat;
    -webkit-animation: 2.3s scrollDownAni linear both infinite;
    animation: 2.3s scrollDownAni linear both infinite;
}
@-webkit-keyframes banerBg { 0% { -webkit-transform: scale(1); } 100% { -webkit-transform: scale(1.1); } }
@keyframes banerBg { 0% { transform: scale(1); } 100% { transform: scale(1.1); } }

@-webkit-keyframes godown { 0% , 100% { padding: 0 0 25px 10px; } 50% { padding: 10px 0 15px 10px; } }
@keyframes godown { 0% , 100% {padding: 0 0 25px 0px;} 50% {padding: 10px 0 15px 0px;} }


@media screen and (max-width:1440px) {
	#banner .info{top: 234px;}
	#banner .img{height: 650px;}
}
@media screen and (max-width:1024px) {
	#banner .img{height: 550px;background-size: cover;}
	#banner .info{top: 192px;}
	#banner .info h3{font-size: 24px;}
	#banner .info p{font-size: 15px;}
}
@media screen and (max-width:980px) {
	#banner .img {height: 70vw;}
}
@media screen and (max-width:768px) {
#banner .info {position: absolute;width: 100%;top: 23vh;}
#banner .info h3 {font-size: 36px;letter-spacing: 2.5px;padding: 0 10px;line-height: 130%;margin-top: 22px;}
#banner .info p {color: #fff;letter-spacing: 1.5px;font-size: 18px;padding: 10px 10px 0;line-height: 170%;}
#banner .info h3:before{
    display: none;
}
}
@media screen and (max-width:640px) {
	#banner .info {top: auto;bottom: 355px;}
	#banner .info p img{width: 180px;}
	#scrolldown{    display: none;}
	#banner .img {height: 800px;}
	#banner .info article{
    font-size: 32px;
}
#banner .info h3 {font-size: 27px;letter-spacing: 1.5px;margin-top: 0px;}
#banner .info p {color: #fff;letter-spacing: 1.5px;font-size: 20px;padding: 5px 10px 0;line-height: 170%;}

}