html,body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;    
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
    left: 30px;
    right: 0;
    width: 0 !important;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    border: 3px solid rgb(203,203,203);
    background-clip: content-box;
    width: 30px;
    height: 30px;
    padding: 8px;
}

.header-box{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header-logo img{
    width: 18%;
}

#home,#home1,#home2,#home3,#home4{
    width: 10%;
    position: absolute;
    right: 0;
}

.content-1 h1{
    text-transform:uppercase;
    color: white;
    font-weight: bold;
    letter-spacing:3px;
    font-size: 2.5em;
}

.content-1 p{
    color: white;
    font-weight: bold;
    letter-spacing:3px;
}

.header-box .row .col-lg-12{
    margin-top: 2%;
    display: flex;
    align-items: center;
    position: relative;
}

.header-logo{
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-logo a{
    display: flex;
    justify-content: center;
}

.header-logo a img{
    width: 24%;
}

.navigation-box a{
    color: white;
    margin-right: 10%;
    font-size: 1.5em;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.navigation-box a span:nth-child(1){
    margin-top: 28%;
}

.navigation-box a span:nth-child(2){
    font-size: 20px;
    margin-top: -12%;
}

.navigation-box{
    display: flex;
    align-items: center;
    width: 100%;
}

.navigation-bar{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: right;
    margin-top: 0 !important;
    padding-right: 0;
}

#navigation,#navigation1,#navigation2,#navigation3,#navigation4{
    display: none;
}

.navigation-bar div:nth-child(1){
    width: 100%;
    height: 100%;
    position: relative;
}

.mouse-box{
    position: fixed;
    bottom: 5%;
    z-index: 999;
    width: 60%;
    display: flex;
    justify-content: center;
    color: white;
    flex-direction: column;
    align-items: center;
    animation: heart 1.3s ease-in-out 2.7s infinite alternate;
}
@keyframes heart{
    from {
        transform: translate(0,-8px);
    }
    to {
        transform: translate(0,1px);
    }
}

.mouse-box img{
    margin-bottom: -1%;
    width: 8%;
}

.mouse-box p{
    font-size: 25px;
}

.navigation-bar-div{
    position: absolute;
    width: 50%;
    top: 0;
    right: 2%;
}

.navigation-bar p{
    font-size: 50px;
    color: white;
    text-align: right;
    margin-top: 4%;
}

.navigation-bar-div p span:hover{
    cursor: default;
}

.navigation-bar ul{
    list-style: none;
    color: white;
    padding-left: 0;
    width: 100%;
}

.navigation-bar-ul{
    display: flex;
    margin-top: 5%;
    justify-content: space-between;
    text-align: left;
    font-size: 14px;
}

.navigation-bar-ul li ul li{
    margin: 8% 0;
    font-size: 14px;
}

.navigation-bar-ul a{
    color: white;
    text-decoration: none;
}

.navigation-bar img{
    width: 62%;
    position: absolute;
    right: 0;
}

.content-2{
    display: flex;
    justify-content: space-between;
    width: 40%;
}

.content-2 div{
    text-align: left;
}

.content-2 div h2{
    font-weight: bold;
    color: rgb(77,108,179);
}

.content-4{
    width: 47%;
    text-align: left;
}

.content-4 h3{
    color: rgb(77,108,179);
    font-weight: bold;
    letter-spacing: 3.1px;
}

.content-4 p{
    font-size: 15px;
    margin-top: 5%;
    text-align: justify;
}

.content-5{
    display: flex;
    justify-content: center;
}

.content-5 p{
    width: 25%;
    padding: 3%;
    background-color: rgb(76,109,180);
    color: white;
    line-height: 50px;
    height: 176px;
}

.content-5 p:nth-of-type(even){
    margin-top: 14%;
}

.content-3{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.middle{
    width: 20%;
    display: flex;
    justify-content: center;
    font-size: 12px;
    align-items: center;
}

.middle img{
    width: 80px;
    height: 80px;
}

.middle div{
    text-align: left;
    width: 100%;
}

.middle div h4{
    margin-left: 2%;
    color: rgb(77,108,179);
}

.middle div ul{
    padding-left: 6%;
}

.Box {
    position: relative;
    width: 90%;
}
.Box .content {
    width: 100%;
    margin: 0 auto;
}
.Box h2 {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 250px;
}
.Box .Box_con {
    position: relative;
}
.Box .Box_con .btnl {
    position: absolute;
}
.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 80px;
    cursor: pointer;
}
.Box .Box_con .btnl {
    background: url(../images/jtl02.png) no-repeat center;
    left: 4%;
    top: 260%;
}
.Box .Box_con .btnr {
    background: url(../images/jtr02.png) no-repeat center;
    left: 9%;
    top: 260%;
}
.swiper-pagination span:focus-visible{
    outline: 0px;
}
.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}
.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
    width: 3000px !important;
}
.Box .Box_con .conbox ul li {
    float: left;
    width: 11%;
    height: auto;
    margin-left: 20px;
    overflow: hidden;
}
.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}
.Box .Box_con .conbox ul li img {
    display: block;
    width: 80px;
    height: 80px;
    transition: all 0.5s;
}
.Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
}

.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}
.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}
.Box .BoxSwitch span.cur {
    background: red;
}
.cur{
    display: flex;
}
.cur div{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    text-align: left;
    margin-left: 2%;
    width: 100%;
    justify-content: center;
}
.cur div p:nth-child(1){
    font-size: 15px;
    color: rgb(77,108,179);
}
.cur div p{
    margin: 1% 0;
    width: 100%;
}

.cur div p span{
    margin-right: 2%;
}

@media screen and (max-width: 580px) {
    .header-logo img{
        width: 60% !important;
        margin-left: 0;
    }
    .header-logo a{
        justify-content: left;
    }
    #home,#home1,#home2,#home3,#home4{
        width: auto;
        right: 6%;
    }
    .navigation-box a{
        margin-right: 0;
    }
    .mouse-box img:nth-child(1){
        width: 45%;
    }
    .mouse-box img:nth-child(2){
        width: 35%;
    }
    .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
        top: -30%;
        position: relative;
    }
    .navigation-bar img{
        width: 100% !important;
        height: 600%;
        object-fit: unset;
    }
    .navigation-bar-ul{
        justify-content: center;
        flex-direction: column;
    }
    .navigation-bar-ul li ul li{
        margin: 5% 0;
        margin-left: 8%;
    }
    .navigation-bar-div{
        width: 100%;
    }
    .navigation-bar ul{
        list-style: revert !important;
        margin-left: 20%;
    }
    .navigation-bar ul li{
        list-style: revert !important;
    }
    .navigation-bar-ul li{
        margin: 1% 0;
    }
    .header-box .row .col-lg-12{
        padding-left: 0;
    }
    .navigation-bar div:nth-child(1){
        width: 100%;
    }
    .content-1 h1{
        font-size: 2em;
    }
    .content-2{
        width:90%;
    }
    .content-2 div{
        text-align: center;
    }
    .Box .Box_con .btnl{
        left: 4%;
        top: 300%;
    }
    .Box .Box_con .btnr{
        left: 20%;
        top: 300%;
    }
    .content-4{
        width: 95%;
    }
    .content-5{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .content-5 p{
        width: 45%;
        display: flex;
        align-items: center;
        line-height: inherit;
    }
    .navigation-bar-div{
        width: 100% !important;
    }
    .mouse-box{
        width: 35%;
    }
    .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
        top: 73% !important;
        position: absolute !important;
    }
}