﻿@charset "utf-8"; 
.tabs-nav p:nth-child(2) {display:none}
#home-swiper .swiper-slide{font-size:initial}
#home-swiper .banner-animote{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1400px;color:#FFF;padding:0px 70px;opacity:0;text-align:center}
#home-swiper .banner-animote .p1{font-size:58px;font-weight:var(--fontbold6);max-width:1000px;margin:0px auto 30px;text-shadow: 1px 2px 3px #000;}
#home-swiper .banner-animote .p2{display:flex;justify-content:center;margin-top:50px}
#home-swiper .banner-animote .p2 a{margin-right:20px;min-width:170px;height:50px;background:var(--color);border-radius:30px;color:#FFF;font-weight:var(--fontbold6);text-transform:capitalize;display:flex;align-items:center;justify-content:center;transition:all .1s linear}
#home-swiper .banner-animote .p2 a:hover{opacity:.9}
#home-swiper .swiper-slide-active .banner-animote{animation:bannerani .5s forwards;animation-delay:.7s}
@keyframes bannerani{0%{margin-top:20px}
100%{opacity:1;margin-top:0}}
@media (max-width:1440px){#home-swiper .banner-animote .p1{font-size:48px;}}
@media (max-width:1024px){#home-swiper .banner-animote .p1{font-size:34px;}}
@media (max-width:768px){#home-swiper .banner-animote .p2 a{display:none;}
#home-swiper .banner-animote .p1{font-size:20px;margin-bottom:0;}}
@media (max-width:550px){#home-swiper .banner-animote .p1{font-size:16px;margin-top:10%}}
