#header {
  display: none;
}

.epsIntel {
  background: #000000;
  color: #fff;
  overflow-x: hidden;
  line-height: 1.5;
  overflow-x: hidden;
}
.epsIntel * {
  box-sizing: border-box;
}
.epsIntel img {
  max-width: 100%;
}
.epsIntel__header {
  background: #313139;
  background: linear-gradient(to right, #004879, #019cef);
  padding: 10px 0 5px;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}
.epsIntel__header img {
  vertical-align: bottom;
}
.epsIntel .common__container {
  padding: 0 25px;
  margin: 0 auto;
  max-width: 1600px;
}
.epsIntel .slick-slide {
  margin: 20px;
}
.epsIntel .slick-arrow {
  font-size: 0;
  width: 25px;
  height: 53px;
  background: url("../images/arrow.png") center center no-repeat ;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
  cursor: pointer;
}
.epsIntel .slick-arrow:hover {
  opacity: 1;
}
.epsIntel .slick-prev {
  left: -10px;
}
.epsIntel .slick-next {
  right: -10px;
  transform: rotate(180deg);
}
.epsIntel .slick-dots {
  font-size: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.epsIntel .slick-dots button {
  width: 40px;
  height: 5px;
  background: linear-gradient(to right, #666, #999);
  margin: 0 5px;
}
.epsIntel .slick-dots .slick-active button {
  background: linear-gradient(to right, #004879, #019cef);
}

/*kv*/
.kv {
  background: url("../images/kv-bg-xs.webp") top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.kv::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}
.kv__inner {
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 8vh 25px;
}
.kv__chip {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 25px;
  animation: 5s chip infinite;
}
.kv__chip img {
  width: 60%;
}
.kv__icon {
  width: 80px;
  margin: 0 auto;
  text-align: left;
}
.kv__icon img {
  width: 70px;
}
.kv__icon::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #00ffff;
  margin-left: 70px;
}
.kv h1 {
  font-size: 24px;
  font-weight: bold;
}
.kv h2 {
  display: block;
  font-weight: 300;
  font-size: 18px;
  margin-top: 10px;
}
.kv__box {
  position: absolute;
  z-index: 0;
}
.kv__box1 {
  width: 20px;
  height: 20px;
  background: #ffffff;
  opacity: 0.4;
  top: calc(35% - 20px);
  left: calc(10% - 20px);
}
.kv__box2 {
  width: 100px;
  height: 100px;
  background: #000;
  opacity: 0.4;
  top: 35%;
  left: 10%;
}
.kv__box3 {
  width: 150px;
  height: 150px;
  border: #fff 1px solid;
  opacity: 0.3;
  bottom: 10%;
  right: 20%;
}
.kv__box4 {
  width: 20px;
  height: 20px;
  bottom: calc(35% + 20px);
  right: calc(20% - 20px);
  background: #fff;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .kv__icon {
    width: 180px;
  }
  .kv__icon img {
    width: 150px;
  }
  .kv__icon::after {
    width: 30px;
    height: 30px;
    margin-left: 150px;
  }
  .kv h1 {
    font-size: 36px;
  }
  .kv h2 {
    font-size: 24px;
  }
}
@media (min-width: 996px) {
  .kv {
    background: url("../images/kv-bg.webp") top center no-repeat ;
    background-size: cover;
    background-attachment: fixed;
  }
  .kv__inner {
    max-width: 1100px;
    margin: 0 auto 55px;
    position: relative;
  }
  .kv__icon {
    position: absolute;
    top: 40px;
    left: 0;
  }
  .kv h1 {
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
    background: linear-gradient(to right, #fff 0%, #fff 10%, #00ffff 40%, #b3eafc 70%, #fff 100%);
    background-size: 400%;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: 5s h1 infinite ease-in;
  }
  .kv h1 span {
    display: block;
  }
  .kv h2 {
    font-size: 30px;
    color: #fff;
  }
  .kv__box1 {
    top: calc(15% - 35px);
    left: calc(30% - 35px);
    width: 35px;
    height: 35px;
    opacity: 0.4;
  }
  .kv__box2 {
    top: 15%;
    left: 30%;
    width: 250px;
    height: 250px;
    opacity: 0.1;
  }
  .kv__box3 {
    width: 400px;
    height: 400px;
    bottom: 20%;
    right: 20%;
  }
  .kv__box4 {
    width: 40px;
    height: 40px;
    bottom: calc(20% - 40px);
    right: calc(20% - 40px);
    background: #fff;
    opacity: 0.3;
  }
}
@media (min-width: 1300px) {
  .kv h1 {
    font-size: 50px;
  }
}

@keyframes h1 {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -400%;
  }
}
@keyframes chip {
  0%, 100% {
    padding-top: 0;
    padding-bottom: 15px;
  }
  50% {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.feature {
  background: linear-gradient(to right, #004879, #019cef);
  background: url("../images/bg1.webp") center center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 35px 0;
  overflow: hidden;
}
.feature::before {
  content: "";
  display: block;
  background: url("../images/bg-chip.webp") center center no-repeat ;
  background-size: cover;
  width: 120%;
  height: 180%;
  position: absolute;
  z-index: 0;
  top: 0%;
  left: 60%;
  transform: rotate(10deg);
}
.feature .common__container {
  position: relative;
  z-index: 2;
  padding: 0 25px;
}
.feature__item {
  background: linear-gradient(to right, #004879, #019cef);
  color: #92d0f1;
  font-size: 15px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
}
.feature__item span {
  font-weight: 300;
  font-size: 30px;
  display: block;
  line-height: 1.2;
  color: #fff;
}
.feature__item b {
  font-weight: 300;
  display: block;
}
.feature__item::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 200%;
  background-image: conic-gradient(transparent, transparent, transparent, #0cf);
  animation: bordermove 4s linear infinite;
}
.feature__item::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 200%;
  background-image: conic-gradient(transparent, transparent, transparent, #0cf);
  animation: bordermove 4s linear infinite;
  animation-delay: -2s;
}
.feature__item__bg {
  position: absolute;
  z-index: 1;
  inset: 5px;
  background: linear-gradient(to right, #004879, #019cef);
}
.feature__item__txt {
  position: relative;
  z-index: 5;
}
@media (min-width: 996px) {
  .feature {
    padding: 100px 0;
  }
  .feature .common__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .feature__item {
    flex: 1;
    flex-direction: column;
    margin: 10px;
    opacity: 0;
  }
  .feature__item span {
    font-size: 40px;
  }
  .feature__item span.xs {
    font-size: 20px;
  }
}

@keyframes boxbg {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -400%;
  }
}
@keyframes bordermove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.application {
  background: url("../images/bg2b.webp") top right no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 45px 0;
  color: #fff;
  position: relative;
  z-index: 2;
}
.application .common__container {
  position: relative;
  z-index: 2;
}
.application h2 {
  background: linear-gradient(to right, #0168b5 0%, #00ffff 20%, #00ffff 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  font-size: var(--title-xl);
}
.application ul {
  text-align: left;
}
.application ul li span {
  display: flex;
  align-items: center;
  padding: 5px;
}
.application ul li span::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/icon-check.webp") center center no-repeat ;
  background-size: cover;
  margin-right: 10px;
}
.application__box {
  position: absolute;
  z-index: 2;
}
.application__box1 {
  width: 150px;
  height: 150px;
  top: 5%;
  left: 0%;
  border: #00ffff 1px solid;
  opacity: 0.1;
}
.application__box2 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 6%;
  background: #0168b5;
  opacity: 0.2;
}
.application__box3 {
  width: 80px;
  height: 80px;
  top: 40%;
  right: 6%;
  background: #0168b5;
  opacity: 0.2;
}
.application__box4 {
  width: 60px;
  height: 60px;
  top: 60%;
  right: 2%;
  background: #0f395b;
  opacity: 0.6;
}
.application__box5 {
  width: 150px;
  height: 150px;
  top: 35%;
  right: 8%;
  border: #00ffff 1px solid;
  opacity: 0.1;
}
@media (min-width: 996px) {
  .application {
    padding: 100px 0;
    text-align: left;
  }
  .application .common__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .application__img {
    flex: 0 0 40%;
  }
  .application__txt {
    flex: 0 0 55%;
  }
  .application ul li {
    display: inline-block;
    width: 47%;
  }
  .application h2 {
    padding-bottom: 30px;
  }
}

.prod {
  background: url("../images/bg3.webp") top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  padding: 45px 0;
}
.prod__tab {
  text-align: center;
  display: flex;
  position: relative;
}
.prod__tab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, #0168b5 30%, #4399da 60%, #0f4ab7);
}
.prod__tab li {
  flex: 1;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  margin-right: 1px;
}
.prod__tab li:last-child {
  margin-right: 0;
}
.prod__tab li:hover, .prod__tab li .active {
  background: linear-gradient(-45deg, #0168b5 20%, #4399da 60%, #0f4ab7);
  box-shadow: #000 -5px -5px 20px inset;
}
.prod__tab .active {
  background: linear-gradient(45deg, #0168b5 30%, #4399da 60%, #0f4ab7);
  box-shadow: #4399da -5px -5px 20px;
  text-shadow: #000 1px 1px 1px;
}
.prod__item {
  position: relative;
}
.prod__item::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 85%;
  left: 0;
  bottom: 0;
  background: linear-gradient(45deg, #0168b5 30%, #00ffff 60%, #0f4ab7);
  opacity: 0.2;
}
.prod__img {
  position: relative;
}
.prod__img .img1 {
  position: relative;
  z-index: 1;
  transition: 0.4s all;
}
.prod__img .img2 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.8s all;
}
.prod__img:hover .img1 {
  opacity: 0;
}
.prod__img:hover .img2 {
  opacity: 1;
}
.prod__img, .prod__txt, .prod__btn {
  position: relative;
  z-index: 2;
}
.prod__txt {
  padding: 0px 25px 30px;
}
.prod__txt h2 {
  position: relative;
}
.prod__txt h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 1px;
  background: #fff;
  opacity: 0.7;
}
.prod__txt ul li {
  position: relative;
  padding: 8px 0 8px 20px;
}
.prod__txt ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 16px;
  left: 0;
  background: linear-gradient(45deg, #0168b5 30%, #00ffff 60%, #0f4ab7);
}
.prod__btn a {
  display: block;
  background: linear-gradient(45deg, #0168b5 30%, #4399da 60%, #0f4ab7);
  text-align: center;
  padding: 15px;
  color: #fff;
  border: transparent 1px solid;
}
.prod__btn a:hover {
  border-color: #4399da;
  background: linear-gradient(-45deg, #0168b5 20%, #4399da 80%, #0f4ab7);
}
.prod__box {
  display: none;
}
.prod__box--active {
  display: block;
}
@media (min-width: 768px) {
  .prod {
    padding: 100px 0;
  }
  .prod__tab li {
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
  }
  .prod__box--active {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
  }
  .prod__item {
    flex: 1;
    margin-right: 35px;
  }
  .prod__item:last-child {
    margin-right: 0;
  }
  .prod__txt {
    padding: 0px 45px 30px;
  }
}
@media (min-width: 996px) {
  .prod__item {
    min-height: 825px;
  }
  .prod__btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
