

@charset "UTF-8";
html,body{height: 100%;}
body {
    /*background: #500d62;*/
	font-size:10px;
    font-family: 'Noto Sans TC', 'Helvetica Neue','微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #171717;
    -webkit-overflow-scrolling: touch;
}

html {
    font-size: 10px;
    -webkit-text-size-adjust: 100%; 
}
@media screen and (min-width: 1921px) {
    html {
        font-size: 0.52083333vw;
    }
}
@media screen and (max-width: 1920px) {
    html {
        font-size: 0.52083333vw;
    }
}
@media screen and (max-width: 768px) {
    html {
        font-size: 10px;
    }
}
@media screen and (max-width:767px) {
    html {
        font-size: 1.5625vw;
    }
}

.nonscroll {
  position: static;
  overflow-y: hidden;
  overflow: hidden;
}
a:focus{
    outline: none;
}
.con{
    position: relative;
    width: 100%;
/*     max-width: 1400px; */
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
}
.wrap {
    width: 100%;
    height: auto;
}
.wrap.loaded{
    display: block;
}

.header-h{
    height: 9.8rem;
    position: relative;
}
p{
    font-size: 3rem;
    line-height: 1.6em;
    color: #343434;
}
header{
    width: 100%;
    height: 9.8rem;
    background:#003187; 
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}
header > .con{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 0 4.4rem;
}
header .logo{

    width: 10.6rem;
    height: 13.7rem;
    background:url(../images/logo.png?t=2024);
    background-size: cover;
/*     margin-left: 14px; */
    align-self: flex-start;
}

header nav ul{
    display: flex;
    justify-content: center;
    align-self: center;
    position: relative;
    font-size: 2.4rem;
    padding-right: 1rem;
}


header nav ul::before{
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to right,  rgba(174,124,7,1) 0%,rgba(203,159,65,1) 19%,rgba(176,125,11,1) 45%,rgba(231,191,79,1) 71%,rgba(202,156,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*     width: calc(100% - (2.6rem * 4 + 4.4rem) * 3 - 1.8rem); */
width: calc(100% - (2.6rem * 4 + 4.4rem) * 2 - 1.8rem);
}
/* header nav ul li:nth-of-type(3){
    padding-right: 6rem;
} */
header nav ul li:nth-of-type(2){
    padding-right: 6rem;
}
header nav ul li{
    /*display: inline-block;*/
    font-size: 2.6rem;
    line-height: 9.8rem;
    position: relative;
    padding: 0 2.2rem;
    color: #fff;
    font-weight: 300;
    z-index: 1;
    cursor: pointer;
}
header nav ul li span{
    font-size: .875rem;
    color: #f5bd61;
    position: absolute;left: 1rem;
    top: 0%;line-height: 1em;

}
header nav > ul > li:hover{
    color: #f5bd61;
}

.header-left{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

}
.logo-txt{
    font-size: 3rem;
    color: #fff;
    font-weight: 500;
    line-height: 9.8rem;
    margin-left: .75em;

}
.social-btns{
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-btns a{
    margin: 0 1.3rem;
    width: 4.8rem;
    position: relative;

}
.social-btns a img{width: 100%;}
section{
    position: relative;
    /*height: 100vh;*/
    /*overflow-x: hidden;*/
    max-height: 100%;
}

.btn{
    background-position: center top;
    cursor: pointer;
}
.btn span{
    position: absolute;
    background-position: bottom;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn:hover span{
    opacity: 1;
}
.btn > a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}
img {
    position: relative;
    display: block;
    max-width: 100%;
}
section{padding:8rem 0}
section h2{font-size: 6rem;color: #06449f;font-weight: 500;text-align: center;line-height: 1em;margin-bottom: 3rem;}
section h2 span{
        margin:0 .25em;
      background: linear-gradient(
        -60deg,
        #d79a0b 0%,
        #edaf06 19%,
        #c68716 21%,
        #c68716 45%,
        #edb601 71%,
        #bd8027 100%
      );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
.sec-txt{text-align: center;font-size: 3rem;color: #343434;line-height: 1.6em;}

.small-top{
    font-size: 50%;
    vertical-align: super;
    margin-right:0.5em;
}

.wrap1{}
.wrap2{background: url('../images/wrap2.jpg');background-size: 192rem auto;height: 283.3rem;}
.wrap3{background: url('../images/wrap3.jpg');background-size: 192rem auto;height: 423rem;overflow: hidden;}
.wrap4{background:#f7f8f9 url('../images/wrap4.png');background-size: 100% auto;}

/*KV*/

.kv{
    background: url(../images/kv.jpg) center bottom no-repeat;
    background-size: cover;
    height: calc(1000 / 1920 * 100vw);
    overflow: hidden;
}


.kv{min-height: initial;}
.kv-main{position: absolute;top: 17rem;left: 7.4rem;}

.kv-title{
    position: relative;
    width: 67.6rem;
}
.kv-btn{
    position: relative;
    width: 42.6rem;
    margin-top: 4rem;
    margin-left: 1.5rem;
}
.kv-pro{
    position: absolute;
    width: 58rem;
    left: 55.6%;
    bottom: 1.5rem;
    mask-image:url(../images/kv_pd.png);
    -webkit-mask-image:url(../images/kv_pd.png);
    mask-size:cover;
    mask-position:50% 0%;
    overflow: hidden;
}
.kv-pro::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: rgb(255, 255, 255);
    background: linear-gradient(70deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100%;
}
.kv-pro::after {

    -webkit-animation: kv-btn-act 5s ease 0s infinite normal both;
    animation: kv-btn-act 5s ease 0s infinite normal both;
}

@-webkit-keyframes kv-btn-act {
    from {
        -webkit-transform: translate(-200%,0%);
        transform: translate(-200%,0%);
    }

    to {
        -webkit-transform: translate(200%,0%);
        transform: translate(200%,0%);
    }
}

@keyframes kv-btn-act {
    from {
        -webkit-transform: translate(-200%,0%);
        transform: translate(-200%,0%);
    }

    to {
        -webkit-transform: translate(200%,0%);
        transform: translate(200%,0%);
    }
}

/* se2 */


.sec2{overflow: hidden;}
.sec2-main{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    
}
.sec2-pro{
    position: relative;
/*     margin-right: -3rem; */
    z-index: 2;
    width: 103.5rem;
}
.sec2-pro-pic{position: relative;width: 100%;}

.sec2-pro-ball1{position: absolute;width: 23.2rem;top: 13%;left: 8.8%;}
.sec2-pro-ball2{position: absolute;width: 29rem;top: 39.5%;right: 0%;}
.sec2-pro-ball3{position: absolute;width: 29rem;bottom: 3%;left: 0%;}
.sec2-pro-ball3-txt{position: absolute;width: 28.2rem;bottom: 6rem;left: .3rem;}


.sec2-pro-ball1{
    mask-image:url(../images/sec2_ball1.png);
    -webkit-mask-image:url(../images/sec2_ball1.png);
    mask-size:cover;
    mask-position:50% 0%;
    overflow: hidden;
}
.sec2-pro-ball2{
    mask-image:url(../images/sec2_ball2.png);
    -webkit-mask-image:url(../images/sec2_ball2.png);
    mask-size:cover;
    mask-position:50% 0%;
    overflow: hidden;
}
.sec2-pro-ball3-pic{
    mask-image:url(../images/sec2_ball3_mask.png);
    -webkit-mask-image:url(../images/sec2_ball3_mask.png);
    mask-size:cover;
    mask-position:50% 0%;
/*     overflow: hidden; */
}
.sec2-pro-ball1::after,.sec2-pro-ball2::after,.sec2-pro-ball3-pic::after {
    content: "";
    position: absolute;
    width: 300%;
    height: 200%;
    background: rgb(255, 255, 255);
    background: linear-gradient(70deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100%;
}
.sec2-pro-ball1::after,.sec2-pro-ball2::after,.sec2-pro-ball3-pic::after {

    -webkit-animation: kv-btn-act 5s ease 0s infinite normal both;
    animation: kv-btn-act 5s ease 0s infinite normal both;
}
.sec2-pro-ball2::after{animation-delay: .2s;-webkit-animation-delay:.2s;}
.sec2-pro-ball3::after{animation-delay: .4s;-webkit-animation-delay:.4s;}



.sec2-pro-ball3-txt{
animation-delay: .4s;-webkit-animation-delay:.4s;
  display: inline-block; /* 確保 transform 有作用 */
  animation: doublePulse 2s ease-in-out infinite;
  -webkit-animation: doublePulse 2s ease-in-out infinite;
  transform-origin: center center;
}
@keyframes doublePulse {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.15);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.15);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}



.sec2-dr{
    width: 83.6rem;
    position: relative;
    margin-left: -14rem;
    margin-top: -13rem;
}

.sec2 .txt-tip{
    font-size: 1.8rem;
    color: #5a5a5a;
    margin-left: 4rem;
}

/* sec3 */

.sec3{
    padding-top: 3rem;
}

.sec3-row{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
/*     margin-top: 3rem; */
}
.sec3-pic{
    margin: 0 4rem;
}
.sec3-pic1{
    width: 87.7rem;
}

.sec3-pic2{
    width: 75.3rem;
}

.sec3-txts{

}
.sec3 h3{
    text-align: center;
    color: #fff;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 6.8rem;
    text-shadow:
    0px 0px 1rem rgba(215, 142, 56, 1);

/*   mix-blend-mode: multiply; */
}
.sec3-h3-1{width: 32.1rem;height: 6.8rem;background: url('../images/sec3_txtbg1.png');background-size: cover;margin-bottom: 2rem;}
.sec3-h3-2{width: 35.6rem;height: 6.8rem;background: url('../images/sec3_txtbg2.png');background-size: cover;margin-bottom: 2rem;}
.sec3-txts p{
    font-size: 3rem;
    line-height: 1.6em;
    color: #343434;
    margin-bottom: 5rem;
    max-width: 23em;

}


.sec3-row2{
    flex-direction: row-reverse;
    margin-top: -12rem;
}
/* sec4 */


.sec4-row{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
/*     margin-top: 3rem; */
}
.sec4-pic{
    position: relative;
    margin: 0 4rem;
}
.sec4-pic1{
    width: 87.4rem;
    margin-top: -20rem;
    margin-left: -16rem;
    margin-right: 2rem;
}


.sec4-txts-pics{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7rem;
}
.sec4-txts-pics img{width: 24.2rem;}

.sec4-txts .sec4-txts-pics p{
    width: 9em;
    margin-bottom: 0;
    margin-left: 1em;
}
.sec4-txts{
    position: relative;
    z-index: 2;
}
.sec4-box-title{margin-bottom: 1em;}
.sec4-box-title1{width: 41rem;}
.sec4-box-title2{width: 54.9rem;}
.sec4-box-title3{width: 54.8rem;}

.sec4-box-table{
    position: relative;
    width: 58rem;
}
.sec4-box-table-txts{

}
.sec4-box-table-txts p{position: absolute;}
.sec4-box-txt1{font-size: 2.9rem;color: #fff;font-weight: 500;position: absolute;left: 5rem;top: 3.3rem;width: 20.4rem;text-align: center;line-height: 5.3rem;}
.sec4-box-txt2{font-size: 2.9rem;color: #fff;font-weight: 500;position: absolute;left: 31rem;top: 3.3rem;width: 20.4rem;text-align: center;line-height: 5.3rem;}
.sec4-box-txt3{font-size: 2.3rem;font-weight: 500;position: absolute;left: 4.5rem;top:19.5rem;width: 4em;text-align: center;line-height: 1.25em;}
.sec4-box-txt4{font-size: 2.3rem;font-weight: 500;position: absolute;left: 16.5rem;top:19.5rem;width: 4em;text-align: center;line-height: 1.25em;}
.sec4-box-txt5{font-size: 2.3rem;font-weight: 500;position: absolute;left: 29.5rem;top:19.5rem;width: 5em;text-align: center;line-height: 1.25em;}
.sec4-box-txt6{font-size: 2.3rem;font-weight: 500;position: absolute;left: 42.5rem;top:19.5rem;width: 5em;text-align: center;line-height: 1.25em;}
.sec4-txts p{
    max-width: 18em;
    margin-bottom: 5rem;

}


.sec4-row2{
    flex-direction: row-reverse;
    margin-top: -20rem;
    align-items:flex-start;
/*     justify-items: flex-start; */
}
.sec4-row2 .sec4-txts{
    margin-top: 20rem;
    margin-left: 25rem;
}
.sec4-pic2{
    width: 111.7rem;
    margin-left: -25rem;
}
.sec4-molecule{
    position: relative;
    mix-blend-mode: multiply;mix-blend-mode: multiply;
}
.sec4-pd{position: absolute;top: 40rem;left: 40rem;z-index: 2;width: 26.1rem;mask-image:url(../images/sec4_pd.png);
    -webkit-mask-image:url(../images/sec4_pd.png);
    mask-size:cover;
    mask-position:50% 0%;
    overflow: hidden;
}

.sec4-pd::after {
    content: "";
    position: absolute;
    width: 300%;
    height: 200%;
    background: rgb(255, 255, 255);
    background: linear-gradient(70deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100%;
}
.sec4-pd::after {

    -webkit-animation: kv-btn-act 5s ease 0s infinite normal both;
    animation: kv-btn-act 5s ease 0s infinite normal both;
}


/* sec5 */


.sec5-main{
    position: relative;
    width: 85.8rem;
    margin: 0 auto;
    margin-top: 5rem;
}
.sec5-list{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.sec5-box{
    position: absolute;
}

.sec5-box1{left: -40rem;width: 43.8rem;top: 8rem;}
.sec5-box2{left: 100%;width: 43rem;top: 8rem;}
.sec5-box3{left: -40rem;width: 40rem;top: 43rem;}
.sec5-box4{left: 100%;width: 40rem;top: 45rem;}

.sec5-box h3{font-size: 3.8rem;line-height: 4.8rem;color: #08459e;font-weight: bold;}
.sec5-box h3 span{color: #956134;display: block;}
.sec5-box h3 small{}
.sec5-box .line{height: .3rem;width: 100%;background: #bf945c;margin: 1.5rem 0 1rem 0;position: relative;}
.sec5-box .line::after{content: "";background: #bf945c;width: 1.8rem;height: 1.8rem;border-radius: 50%;position: absolute;right: calc(00% - .9rem);top: calc(50% - .9rem);}

.sec5-box2 .line::after,.sec5-box4 .line::after{left: -.9rem;}

.sec5-box2 h3,.sec5-box4 h3,.sec5-box2 p,.sec5-box4 p{
    padding-left: 3.5rem;
}
.sec5-box p{margin-bottom: .5em;}
.sec5-box .txt-tip{font-size: 1.8rem;}


.sec5-icon{position: absolute;width: 30rem;}
.sec5-icon1{left: 4%;top: 4%;}
.sec5-icon2{right: 0rem;top: 9.5%;}
.sec5-icon3{left: -2%;bottom: 19%;}
.sec5-icon4{right: -2%;bottom: 19%;}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
}

.sec5-icon {
  animation: floatUpDown 4s ease-in-out infinite;
  -webkit-animation: floatUpDown 4s ease-in-out infinite;
}
.sec5-icon1{  animation-delay: 0s;}
.sec5-icon2{  animation-delay: 0.2s;}
.sec5-icon3 {  animation-delay: 0.4s;}
.sec5-icon4 {  animation-delay: 0.6s;}
/* SEC6 */


.sec6{padding-bottom: 16rem;}

.sec6-main{
    position: relative;
    margin: 0 auto;
    margin-top: 5rem;
    width: 129.9rem;
}

.sec6-box{font-size: 3rem;}
.sec6-box1{position: absolute;left: -13rem;top: 15rem;width: 13em;}
.sec6-box2{position: absolute;right: -15rem;top: -5rem;width: 14em;}
.sec6-box3{position: absolute;right: -21rem;top: 35rem;width: 9em;}
.sec6-box1 .sec6-box-title{width: 25.7rem;}
.sec6-box2 .sec6-box-title{width: 34.3rem;}
.sec6-box3 .sec6-box-title{width: 27.9rem;}


.sec6-pro-ball1{position: absolute;width: 23rem;top: 0%;right: 26%;}
.sec6-pro-ball2{position: absolute;width: 29rem;top: 45.5%;left: 9%;}
.sec6-pro-ball3{position: absolute;width: 34.9rem;top: 25.5%;right: 6.5%;}

.sec6-pro-ball1{
    mask-image:url(../images/sec6-ball1.png);
    -webkit-mask-image:url(../images/sec6-ball1.png);
    mask-size:cover;
    mask-position:50% 0%;
    overflow: hidden;
}
.sec6-pro-ball2{
    mask-image:url(../images/sec6-ball2.png);
    -webkit-mask-image:url(../images/sec6-ball2.png);
    mask-size:cover;
    mask-position:50% 0%;
    
}
.sec6-pro-ball3{
    mask-image:url(../images/sec6-ball3.png);
    -webkit-mask-image:url(../images/sec6-ball3.png);
    mask-size:cover;
    mask-position:50% 0%;
    overflow: hidden;
}
.sec6-pro-ball1::after,.sec6-pro-ball2::after,.sec6-pro-ball3::after {
    content: "";
    position: absolute;
    width: 300%;
    height: 200%;
    background: rgb(255, 255, 255);
    background: linear-gradient(70deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100%;
}
.sec6-pro-ball1::after,.sec6-pro-ball2::after,.sec6-pro-ball3::after {

    -webkit-animation: kv-btn-act 5s ease 0s infinite normal both;
    animation: kv-btn-act 5s ease 0s infinite normal both;
}
.sec6-pro-ball3::after{animation-delay: .2s;-webkit-animation-delay:.2s;}
.sec6-pro-ball2::after{animation-delay: .4s;-webkit-animation-delay:.4s;}



.sec6-box p{
    margin: .75rem 0;
}
.sec6 .txt-tip{
    font-size: 2.4rem;
    color: #5a5a5a;
}
/* sec7 */

.sec7{padding: 14rem 0 12rem 0;}


.sec7-list{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: calc( 53rem * 3);
    margin: 0 auto;
    margin-top: 6rem;
}
.sec7-box{
    width: 53rem !important;
    padding: 0 4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.sec7-pic{
    width: 45rem;
    margin-bottom: 4rem;
}
.sec7-txts{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.sec7-txts h3{
    position: relative;
    text-align: center;
    font-size: 4rem;
    line-height: 4.8rem;
    font-weight: 900;
    color: #06449f;
    font-style: italic;
    display: inline-block;

}

.sec7-txts h3::before{
    content: "“";
    position: absolute;
    font-size: 8rem;
    line-height: 1em;
    color: #d79a0b;
    font-weight: 900;
    left: -1em;
    top: -.5em;
}

.sec7-txts h3::after{
    content: "”";
    position: absolute;
    font-size: 8rem;
    color: #d79a0b;
    font-weight: 900;
    right: -1em;
    bottom: -.25em;
}
.sec7-txts h3 hr{
    margin: 1.2rem 0;
    width: 100%;
    color: #d79a0b;
    background:#d79a0b;
    border:1px solid #d79a0b ;


}
.sec7-txts p{
    max-width: 15em;
    font-size: 3rem;
    color: #343434;
    line-height: 1.6em
}


/* footer */



footer{
    background: #06449f;
    text-align: center;
    color: #fff;
    padding: 1vw;
    line-height: 1.625em;
    font-size: 17px;
}

.mb{display: none;}


@media screen and (max-width: 1680px){

}



@media screen and (max-width: 1440px){

}
@media screen and (min-width: 1921px){

}
@media screen and (max-width: 1440px){
    
}
@media screen and (max-width: 1280px){


}
@media screen and (min-width: 1200px) and (max-height: 700px){

}
@media screen and (min-width: 1200px) and (max-height: 650px){

}

@media screen and (max-width: 1440px){
   
}
@media screen and (max-width: 1280px){
   
}
@media screen and (max-width: 1001px){

    html,body{font-size: calc( 10/640 *100vw );}
    .pc{display: none;}
    .mb{display: initial;}

    .con{padding: 0 8vw;}
    img{width: 100%;max-width: initial;}
    header{

        height: 9.6rem;
        max-height: 96px;
/*         max-height: 96px; */
/*         background: transparent; */
    }
/*     header.expand{background: #ffffff;} */
    header .con{padding: 0;align-items: flex-start;}
    header .logo{
        width: 9.4rem;
        height: 12.4rem;
        margin-left: 3.5rem;
        max-width: 94px;
        max-height: 124px;
    }
    .header-left{position: relative;z-index: 3;}
    .logo-txt{
        line-height: 96px;
        font-size: 30px;
    }
    .wrap{
        overflow: hidden;
    }
    .burger-btn{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 9.6rem;
        height: 9.6rem;
        max-width: 96px;
        max-height: 96px;
            background: linear-gradient(to right, rgba(174, 124, 7, 1) 0%, 
                rgba(203, 159, 65, 1) 19%, 
                rgba(176, 125, 11, 1) 45%, 
                rgba(231, 191, 79, 1) 71%, 
                rgba(202, 156, 51, 1) 100%);
        background-size: 140% auto;
        cursor: pointer;
        display: flex;justify-content: center;align-items: center;
        z-index: 2;
    }
    .burger-btn span {
        position: absolute;
        display: block;
        width:calc( 46 / 84 * 100%);
        height: 4px;
        border-radius: 2px;
        background: #fff;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .burger-btn span:nth-child(1) {
        -webkit-transform: scale(1,1) translate(0,-10px) rotate(0deg);
        transform: scale(1,1) translate(0,-10px) rotate(0deg);
    }
    .burger-btn span:nth-child(2) {
        -webkit-transform: scale(1,1) translate(0,0px) rotate(0deg);
        transform: scale(1,1) translate(0,0px) rotate(0deg);
    }
    .burger-btn span:nth-child(3) {
        -webkit-transform: scale(1,1) translate(0,10px) rotate(0deg);
        transform: scale(1,1) translate(0,10px) rotate(0deg);
    }
    header.expand .burger-btn{background: #003187;}
    header.expand .burger-btn span:nth-child(1) {
        -webkit-transform: scale(1,1) translate(0,0px) rotate(45deg);
        transform: scale(1,1) translate(0,0px) rotate(45deg);
    }
    header.expand .burger-btn span:nth-child(2) {
        -webkit-transform: scale(0,1) translate(0,0px) rotate(0deg);
        transform: scale(0,1) translate(0,0px) rotate(0deg);
    }
    header.expand .burger-btn span:nth-child(3) {
        -webkit-transform: scale(1,1) translate(0,0px) rotate(-45deg);
        transform: scale(1,1) translate(0,0px) rotate(-45deg);
    }

    nav{
        position: fixed;
        width: 100%;
        height: 100%;
        background: url(../images/mb/sec3.jpg) center bottom no-repeat;
        background-size: 100% auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        padding-top: calc(180 / 1138 * 100dvh);
        transform: translate(0%, -100%);
    -webkit-transform: translate(0%, -100%);
    }
    nav::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 12.8125vw;
        background: url(../images/mb/kv_house.png?t=2024);
        background-size: cover;
    }
    nav::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10.46875vw;
        background: url(../images/mb/kv_house_2.png?t=2024);
        background-size: cover;
    }
    header.expand nav{
        background: #fff;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    nav .nav-title{
        color: #003187;
        font-size: 45px;
        font-weight: bold;

    }
    header nav ul{margin-right: 0;}
    nav ul{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: calc(30 / 1138 * 100dvh);
    }

    header nav ul li{
        font-size: 45px;
        line-height: 93px;
        margin: 4px 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .page-btn{
        font-size: 45px;
        font-weight: 300;
        color: #003187;
        border-bottom: .2rem solid #003187;
        padding: 0;
    }
    .page-btn::before{
        content: "";
        width: 16px;
        height: 24px;
        background: url('../images/mb/nav_arrow.png');
        display: inline-block;
        margin-right: 16px;
    }
    .link-btn{
        background: url('../images/mb/nav_bg.png');
        line-height: 68px;
        font-size: 36px;
        width: 402px;
        height: 68px;
        margin-bottom: 20px;
    }
    header nav ul::before{display: none;}
/*     header nav ul li:nth-of-type(3){padding-right: 0;margin-bottom: 30px;} */
    header nav ul li:nth-of-type(2){padding-right: 0;margin-bottom: 30px;}

    .social-btns{margin-top: calc(20 / 1138 * 100dvh);}
    .social-btns a{
        width: 56px;
        margin: 0 36px;
    }

    section {
        padding: 7rem 0;
    }
/*     .header-h{display: none;} */

    .wrap1{}
    .wrap2{background: url('../images/mb/wrap2.jpg');background-size: 100% auto;height: 317.3rem;}
    .wrap3{background: url('../images/mb/wrap3.jpg');background-size: 100% auto;height: 487.6rem;overflow: hidden;}
    .wrap4{background:#f7f8f9 url('../images/mb/wrap4.jpg');background-size: 100% auto;height: 95rem;}
    section h2{font-size: 4.5rem;line-height: 7rem;margin-bottom: 1rem;}
    p{font-size: 2.5rem;}
    .sec-txt{font-size: 2.5rem;padding: 0 1em;}
/*  kv    */
    .kv{
        padding-top: 5rem;
        background:url(../images/mb/kv.jpg) center center no-repeat;
        background-size: 100% auto;
        height:104.1rem ;
    }
    .kv-main{top: 0rem;position: relative;left: 0;width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: flex-start;}
    .kv-title{width: 47.2rem;top: 0;}
    .kv-btn{width: 29.8rem;margin-top: 1rem;}
    .kv-pro{
        position: absolute;
        width: 36.5rem;
        left: 25.75%;
        bottom: 6.6rem;
    }

/*   sec2   */
    .sec2{padding-bottom: 0;}
    .sec2-main{
        flex-direction: column;
    }
    .sec2-pro{width: 61.7rem;margin: 0 auto;}
    .sec2-dr{width: 56rem;align-self: flex-end;margin-top: -19rem;z-index: 2;}
    .sec2 .txt-tip{margin-left: 1rem;font-size: 1.6rem;margin-top: 1rem;}
    .sec2-pro-ball1{width: 14rem;top: 13%;left: 8.8%;}
    .sec2-pro-ball2{width: 17.4rem;top: 39.5%;right: 0%;}
    .sec2-pro-ball3{width: 17.3rem;bottom: 3%;left: 0%;}
    .sec2-pro-ball3-txt{width: 16.8rem;bottom: 3.5rem;}

/*  sec3    */
    .sec3{padding-top: 0;}
    .sec3-row{flex-direction: column;}
    .sec3-pic1{width: 56.1rem;}
    .sec3-pic2{width: 48.1rem;}
    .sec3-txts{padding: 0 4rem;}
    .sec3 h3{font-size: 2.9rem;line-height: 5.7rem;}
    .sec3-txts p{font-size: 2.5rem;margin-bottom: 3.5rem;}

    .sec3-h3-1{width: 27rem;height: 5.7rem;background: url('../images/mb/sec3_txtbg1.png');background-size: cover;}
    .sec3-h3-2{width: 29.9rem;height: 5.7rem;background: url('../images/mb/sec3_txtbg2.png');background-size: cover;}
    .sec3-row2{margin-top: -5rem;}
    .sec3-txts{margin-top: 2rem;}

    .sec3-row2 .sec3-txts{margin-top: 4rem;}
/*  sec4    */
    .sec4{padding-top: 2rem;}
    .sec4-row{flex-direction: column;}
    .sec4-row2{flex-direction: column-reverse;}
    .sec4-pic1{margin-left: 0;margin-right: 0;width: 100%;width: 61.1rem;margin-top: -9rem;}

    .sec4-box-table{width: 52.9rem;margin-left: -2rem;}
    .sec4-txts p{margin-bottom: 3rem;}
    .sec4-box-txt1{font-size: 2.7rem;color: #fff;font-weight: 500;position: absolute;left: 4.8rem;top: 3.1rem;width: 18.8rem;text-align: center;line-height: 4.9rem;}
    .sec4-box-txt2{font-size: 2.7rem;color: #fff;font-weight: 500;position: absolute;left: 28rem;top: 3.1rem;width: 18.8rem;text-align: center;line-height: 4.9rem;}
    .sec4-box-txt3{font-size: 2.1rem;font-weight: 500;position: absolute;left: 4.2rem;top:18rem;width: 4em;text-align: center;line-height: 1.25em;}
    .sec4-box-txt4{font-size: 2.1rem;font-weight: 500;position: absolute;left: 15.5rem;top:18rem;width: 4em;text-align: center;line-height: 1.25em;}
    .sec4-box-txt5{font-size: 2.1rem;font-weight: 500;position: absolute;left: 27rem;top:18rem;width: 5em;text-align: center;line-height: 1.25em;}
    .sec4-box-txt6{font-size: 2.1rem;font-weight: 500;position: absolute;left: 39rem;top:18rem;width: 5em;text-align: center;line-height: 1.25em;}
    .sec4-txts{width: 100%;padding-left: 7.5rem;margin-bottom: 3rem;}
/*     .sec4-box-title{margin-left: 7.5rem;} */
    
    .sec4-box-title1{width: 34.5rem;}
    .sec4-box-title2{width: 46.3rem;}
    .sec4-box-title3{width: 46.2rem;}
    .sec4-pic2{width: 78.2rem;margin-left: -16.2rem;margin-top: -16rem;}
    .sec4-row2{margin-top: 0;}
    .sec4-row2 .sec4-txts{margin-left: 0;margin-top: 0;}
    .sec4-txts-pics{justify-content: flex-start;margin-top: 3rem;}
    .sec4-txts-pics img{width: 22.4rem;}
    .sec4-pd{width: 18.3rem;top: 28rem;left: 28.5rem;}
/*  sec5    */
    .sec5{padding-top: 3rem;padding-bottom: 2rem;}
    .sec5-main{width: 61.2rem;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;}
    .sec5-main > img{margin-bottom: 3rem;}
    .sec5-box{position: relative;}
    .sec5-box1{left: 0rem;width: 25.5rem;top: 0rem;margin-right: 1rem;margin-left: 2.5rem;}
    .sec5-box2{left: 0%;width: 32rem;top: 0rem;}
    .sec5-box3{left: 0rem;width: 29rem;top: 0rem;margin-right: 1rem;margin-left: 1.5rem;}
    .sec5-box4{left: 0%;width: 29rem;top: 0rem;}

    .sec5-icon{position: absolute;width: 21.4rem;}
    .sec5-icon1{left: 4%;top: 27%;}
    .sec5-icon2{right: 0rem;top: 28.5%;}
    .sec5-icon3{left: -2%;bottom: 33%;}
    .sec5-icon4{right: -2%;bottom: 33%;}

    .sec5-box h3{font-size: 2.8rem;line-height: 3.6rem;border-left:.4rem solid #bf945c;padding-left: .5em !important;margin-bottom: .75em;}
    .sec5-box .line{display: none;}
    .sec5-box2 h3,.sec5-box4 h3,.sec5-box2 p,.sec5-box4 p{
        padding-left: 3.5rem;
    }
    .sec5-box p{margin-bottom: .5em;padding-right: .5em;}
    .sec5-box .txt-tip{font-size: 1.6rem;padding-right: 0 !important;}
    .sec5-box2 p, .sec5-box4 p {
        padding-left: 0rem;
    }
/*  sec6    */
    .sec6{padding-top: 2rem;}
    .sec6-main{width: 72.7rem;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);margin-top: 22rem;}

    .sec6-box1{position: absolute;left: 8.3rem;top: 55rem;width: 25.1rem;}
    .sec6-box2{position: absolute;top: -19rem;width: 12em;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
    .sec6-box3{position: absolute;left: 38rem;top: 54rem;width: 27.3rem;}
    .sec6-box1 .sec6-box-title{width: 25.1rem;}
    .sec6-box2 .sec6-box-title{width: 33.5rem;}
    .sec6-box3 .sec6-box-title{width: 27.3rem;}
    .sec6 .txt-tip{font-size: 1.6rem;}

    .sec6-pro-ball1{position: absolute;width:12.9rem;top: 0%;right: 26%;}
    .sec6-pro-ball2{position: absolute;width: 16.3rem;top: 45.5%;left: 9%;}
    .sec6-pro-ball3{position: absolute;width: 19.6rem;top: 25.5%;right: 6.5%;}

/*  sec7    */
    .sec7{padding-top: 7rem;}
    .sec7-list{
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        margin-top: 2rem;
    }
    .sec7-box{
        width: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
/*         width: 53rem !important; */
    }
    .sec7-pic{width: 38.7rem;}
    .sec7-txts h3{
        font-size: 3.7rem;
        line-height: 4.8rem;
    }

    .sec7-txts h3::before{
        font-size: 7.5rem;
        left: -1em;
        top: -.5em;
    }

    .sec7-txts h3::after{
        font-size: 7.5rem;
        right: -1em;
        bottom: -.25em;
    }
    .sec7-txts p{
        width: 15em;
        font-size: 2.64rem;
    }

    .swiper-container{width: 100%;}


    footer{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 112px;
        font-size:24px;
        line-height: 1.5em;
        padding: 0rem; 
    }

}
@media screen and (max-width: 750px){
    nav {
        padding-top: 18rem;
    }
    nav .nav-title{
        font-size: 4.5rem;
    }
    nav ul{
        margin-top: 3rem;
    }
    header nav ul li{
        font-size: 4.5rem;
        line-height: 9.3rem;
        margin: .4rem 0;
    }
    .page-btn{
        font-size: 4.5rem;
    }
    .page-btn::before{
        width: 1.6rem;
        height: 2.4rem;
        background-size: cover;
        margin-right: 1.6rem;
    }
    .link-btn{
        background-size: cover;
        line-height: 6.8rem;
        font-size: 3.6rem;
        width: 40.2rem;
        height: 6.8rem;
        margin-bottom: 2rem;
    }
    header nav ul li:nth-of-type(3){margin-bottom: calc(40 / 1138 * 100dvh);}
    .social-btns{margin-top: calc(20 / 1138 * 100dvh);}
    .social-btns a{
        width: 5.6rem;
        margin: 0 3.6rem;
    }
    .logo-txt{
        line-height: 9.6rem;
        font-size: 3rem;
    }
    footer{
        height: 11.2rem;
        font-size:2.4rem;
    }
}



/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

@media only screen and (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev{
    width: 3.7rem;
    height: 4.5rem;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    content: "";
    width: 3.7rem;
    height: 4.5rem;
    background: url(../images/arrow.png) center center no-repeat;
    background-size: cover;
  }
  .swiper-button-prev{left: 6rem;}
  .swiper-button-next{right: 6rem;}
  .swiper-button-prev:after{
    transform: scaleX(-1);
  }
}