
.nav {
    background: #f1f1f1;
    min-width: 992px;
}

.nav .logo .two {
    opacity: 1;
    z-index: 9;
}

.nav .main-menu > ul > li > a {
    color: #333;
}

.nav .main-menu .nav_search .show-submenu-mega i {
    background-image: url("../images/nav_search.png");
}

@-webkit-keyframes scroll-down-line {
    0%, 20% {
        height: 45%;
        top: -45%;
    }
    80%, 100% {
        height: 45%;
        top: 145%;
    }
}

@keyframes scroll-down-line {
    0%, 20% {
        height: 45%;
        top: -45%;
    }
    80%, 100% {
        height: 45%;
        top: 145%;
    }
}

.swiper-wrapper {
    transition-delay: .3s;
}

.swiper-container {
    height: 100%;
    width: 100%;
}

.swiper-slide {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

.swiper-slide .bg_container {
    bottom: -100px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-property: none;
    z-index: -9;
}

.ani-slide .bg_container {
    transform: translateY(-100px);
    transition: transform 5s cubic-bezier(0.23, 1, 0.32, 1);
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 2%;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #f1f1f1;
    border: solid 2px transparent;
    height: 8px;
    margin: 13px auto;
    opacity: 1;
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    border: solid 2px #ffffff;
    height: 12px;
    width: 12px;
}

.swiper-line {
    bottom: 0;
    display: block;
    height: 100px;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 3px;
    z-index: 9999;
}

.swiper-line:before {
    background: #fff;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 1px;
}

.swiper-line:after {
    -o-animation: scroll-down-line 3s infinite;
    -webkit-animation: scroll-down-line 3s infinite;
    animation: scroll-down-line 3s infinite;
    background: #fff;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

.swiper-slide .swiper-content {
    width: 100%;
}

.slide-1 .bg_container .bg {
    background: url(../images/home/section_1.jpg) center center no-repeat;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    z-index: -100;
}

.slide-2 .bg_container .bg {
    background: url(../images/home/section_2.jpg) center center no-repeat;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    z-index: -100;
}

.slide-3 .bg_container .bg {
    background: url(../images/home/section_3.jpg) center center no-repeat;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    z-index: -100;
}

.slide-4 .bg_container .bg {
    background: url(../images/home/section_4.jpg) center center no-repeat;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    z-index: -100;
}

.slide-4 .bg_container {
    bottom: 0;
}

.slide-1 #bgvid {
    background: url(../images/home/section_1.jpg) center center no-repeat;
    background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -8;
}

.slide-1 .swiper-content {
    margin-top: 7.9%;
}

.slide-1 .swiper-content h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.5;
    opacity: 0;
}

.slide-1 .swiper-content h2 span {
    color: #7fbe26;
    font-size: 32px;
    font-weight: bolder;
}

.slide-1 .swiper-content small {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 2;
    margin-top: 25px;
    opacity: 0;
}

.slide-1 .swiper-content .content-click a {
    border: solid 2px #7fbe26;
    color: #7fbe26;
    display: inline-block;
    height: 30px;
    line-height: 2;
    margin: 45px 15px 0;
    opacity: 0;
    transition: all linear 0.3s;
    width: 108px;
}

.slide-1 .swiper-content .content-click a:first-child {
    background-color: #7fbe26;
    border: solid 2px #7fbe26;
    color: #ffffff;
}

.slide-1 .swiper-content .content-click a:first-child:hover {
    background-color: #002447;
    border: solid 2px #002447;
}

.slide-1 .swiper-content .content-click a:hover {
    background-color: #002447;
    border: solid 2px #002447;
    color: #ffffff;
}


.slide-2 .swiper-content {
    margin-top: 7.9%;
}

.slide-2 .swiper-content h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.5;
    opacity: 0;
}

.slide-2 .swiper-content small {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 2;
    margin-top: 25px;
    opacity: 0;
}

.slide-2 .swiper-content .content-click a {
    border: solid 2px #7fbe26;
    color: #7fbe26;
    display: inline-block;
    height: 30px;
    line-height: 2;
    margin: 45px 15px 0;
    opacity: 0;
    transition: all linear 0.3s;
    width: 108px;
}

.slide-2 .swiper-content .content-click a:first-child {
    background-color: #7fbe26;
    border: solid 2px #7fbe26;
    color: #ffffff;
}

.slide-2 .swiper-content .content-click a:first-child:hover {
    background-color: #002447;
    border: solid 2px #002447;
}

.slide-2 .swiper-content .content-click a:hover {
    background-color: #002447;
    border: solid 2px #002447;
    color: #ffffff;
}

.slide-3 .swiper-content {
    margin-top: 7.9%;
}

.slide-3 .swiper-content h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.5;
    opacity: 0;
}

.slide-3 .swiper-content small {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 2;
    margin-top: 25px;
    opacity: 0;
}

.slide-3 .swiper-content .content-click a {
    border: solid 2px #7fbe26;
    color: #7fbe26;
    display: inline-block;
    height: 30px;
    line-height: 2;
    margin: 45px 15px 0;
    opacity: 0;
    transition: all linear 0.3s;
    width: 108px;
}

.slide-3 .swiper-content .content-click a:first-child {
    background-color: #7fbe26;
    border: solid 2px #7fbe26;
    color: #ffffff;
}

.slide-3 .swiper-content .content-click a:first-child:hover {
    background-color: #002447;
    border: solid 2px #002447;
}

.slide-3 .swiper-content .content-click a:hover {
    background-color: #002447;
    border: solid 2px #002447;
    color: #ffffff;
}


.swiper-content h2 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.swiper-content small {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.swiper-content .content-click a:nth-child(1) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.swiper-content .content-click a:nth-child(2), .swiper-content .content-click a:last-child {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.slide-4 .swiper-content {
    margin-top: -18%;
}

.slide-4 .home-choice {
    background-color: rgba(255, 255, 255, 0.5);
    display: table;
    padding: 55px 98px 40px;
}

.slide-4 .home-choice h2 {
    color: #002447;
    display: table;
    font-size: 28px;
    font-weight: normal;
    line-height: 56px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    position: relative;
}

.slide-4 .home-choice h2:before, .home-choice h2:after {
    background-color: #002447;
    bottom: 0;
    content: "";
    height: 1px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    top: 0;
    width: 35px;
}

.slide-4 .home-choice h2:before {
    left: -50px;
}

.slide-4 .home-choice h2:after {
    right: -50px;
}

.slide-4 .home-choice ul li {
    color: #002447;
    line-height: 2.5;
    opacity: 0;
    position: relative;
    text-align: left;
}

.slide-4 .home-choice ul li:first-child {
    margin-top: 8px;
}

.slide-4 .home-choice ul li:before {
    background-image: url(../images/hook.png);
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    height: 15px;
    left: -30px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    top: 0;
    width: 15px;
}

.slide-4 .home-choice ul li:nth-child(1) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.slide-4 .home-choice ul li:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.slide-4 .home-choice ul li:nth-child(3), .home-choice ul li:last-child {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.slide-4 .home-choice .choice-click a {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.slide-4 .home-choice .choice-click a {
    background-color: #7fbe26;
    display: table;
    height: 48px;
    line-height: 48px;
    margin-left: 15px;
    margin-top: 35px;
    opacity: 0;
    transition: all linear 0.3s;
    width: 230px;
}

.slide-4 .home-choice .choice-click a span {
    color: #ffffff;
    vertical-align: middle;
}

.slide-4 .home-choice .choice-click a i {
    background-image: url(../images/arrow.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 7px;
    margin-left: 70px;
    vertical-align: middle;
    width: 43px;
}

.slide-4 .home-choice .choice-click a:hover {
    background-color: #002447;
}

.slide-4 .home-customer {
    bottom: 60px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
}

.slide-4 .home-customer span {
    color: #212121;
    font-size: 16px;
}

.slide-4 .home-customer .swiper-customer {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.home-copy-url {
    bottom: 20px;
    color: #a9a9a9;
    font-size: 12px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
}

.home-copy-url .home-copy {
    display: inline-block;
}

.home-copy-url .home-copy a {
    color: #a9a9a9;
    margin-left: 10px;
    transition: all ease 0.3s;
}

.home-copy-url .home-url {
    display: inline-block;
    margin-left: 30px;
}

.home-copy-url .home-url span {
    color: #a9a9a9;
}

.home-copy-url .home-url a {
    color: #a9a9a9;
    margin-left: 10px;
}

.home-copy-url .home-copy a:hover, .home-copy-url .home-url a:hover {
    color: #7fbe26;
}

@media only screen and (min-width: 1230px) {
    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 3%;
    }
    
    .slide-1 .swiper-content {
        margin-top: 0;
    }
    
    .slide-1 .swiper-content h2 {
        font-size: 40px;
    }
    
    .slide-1 .swiper-content h2 span {
        font-size: 36px;
    }
    
    .slide-1 .swiper-content small {
        font-size: 16px;
        margin-top: 35px;
    }
    
    .slide-1 .swiper-content .content-click a {
        margin: 65px 15px 0;
    }
    
    .slide-2 .swiper-content {
        margin-top: 0;
    }
    
    .slide-2 .swiper-content h2 {
        font-size: 40px;
    }
    
    .slide-2 .swiper-content small {
        font-size: 16px;
        margin-top: 35px;
    }
    
    .slide-2 .swiper-content .content-click a {
        margin: 65px 15px 0;
    }
    
    .slide-3 .swiper-content {
        margin-top: 0;
    }
    
    .slide-3 .swiper-content h2 {
        font-size: 40px;
    }
    
    .slide-3 .swiper-content small {
        font-size: 16px;
        margin-top: 35px;
    }
    
    .slide-3 .swiper-content .content-click a {
        margin: 65px 15px 0;
    }
    
    .slide-4 .swiper-content {
        margin-top: -10%;
    }
    
    .slide-4 .home-choice h2 {
        font-size: 30px;
    }
    
    .slide-4 .home-choice ul li {
        font-size: 16px;
    }
    
    .slide-4 .home-choice ul li:before {
        height: 20px;
        left: -35px;
        width: 20px;
    }
    
    .slide-4 .home-customer span {
        font-size: 18px;
    }
    
    .slide-4 .home-customer .swiper-customer {
        margin-left: 160px;
        margin-right: 160px;
        margin-top: 40px;
    }
    
}

@media only screen and (min-width: 1400px) {
    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 9%;
    }
}

@media only screen and (min-width: 1600px) {
    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 14%;
    }
}

@media only screen and (min-width: 1800px) {
    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 18%;
    }
}

@media only screen and (min-width: 1900px) {
    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 19%;
    }
}

