
/* animate */
.swiperIntro .swiper-slide .textBox h1,
.sec-partners .partnerList .partnerItem,
.sec-partners .partnerList .partnerItem .imgBox ,
.loading {
    transition: all ease-in-out .5s;

}
.swiperIntro .swiper-slide .textBox h4 > span:nth-child(1),
.swiperIntro .swiper-controll .swiper-pagination .swiper-pagination-bullet,
.sec-content .fp-tableCell > .wrap > *:nth-child(1){
    transition: all ease-in-out 1s;
}

.swiperIntro .swiper-slide .textBox h4 > span:nth-child(2),
.sec-content .fp-tableCell > .wrap > *:nth-child(2) {
    transition: all ease-in-out 1.3s;
}
.swiperIntro .swiper-slide .textBox h4 > span:nth-child(3) {
    transition: all ease-in-out 1.6s;
}

/* response */
@media only screen and (min-width:1601px) {
    html{
        font-size: 13px;

    }
}

@media only screen and (max-width:1800px) {
}
@media only screen and (max-width:1200px) {


    html {
        font-size: 12px;
    }

    

    .swiperIntro .videoBox video{
        height: 100%;
        width: auto;
    }
}

@media only screen and (max-width:900px) {

    html {
        font-size: 11px;
    }

    h1 {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }
    h2 {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
    h3 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

}


@media (orientation: landscape )  {
    
}
@media (orientation: portrait )  {

    .swiperIntro .videoBox video{
        height: 100%;
        width: auto;
    }

    @media only screen and (min-width:900px) {
        .fp-tableCell{
            height: calc(var(--vh, 1vh)* 100) !important;
        }

    }
    @media only screen and (max-width:900px) {
    }
    
}



@media only screen and (max-width:900px) {
    .secItem .fp-tableCell > .wrap{
        padding: 68px 20px 20px;
    }
    .secItem .fp-tableCell > .wrap > .titleBox h4{
        margin-top: 8px;
        margin-bottom: 40px;
    }
    .btnLang {
        
    position: absolute;
    top: 18px;
    right: 60px;
    }
    .btnMenu{
        display: block
    }
    header .category{
        display: none;
    }

    header > .wrap{
        padding: 20px;
    }
    header .logo {
        height: 28px;
        width: 200px;
    }

    .swiperIntro .swiper-slide .textBox span {
        height: unset;
        display: inline;
    }
    .sec-point .pointList,
    .sec-point .bnerBox,
    .swiperNews .swiper-slide a,
    .sec-partners .partnerList,
    footer .sitemap{
        flex-direction: column !important;
    }
    .sec-point .pointList .pointItem{
        text-align: center;
        padding: 20px;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    
    .sec-point .pointList .pointItem:last-child{
        border-bottom: unset;
    }
    .sec-point .bnerBox{
        padding: 16px;
        gap: 12px;
    }
    .sec-point .bnerBox a {
        text-align: right;
        width: 100%;
    }
    .sec-partners .partnerList .partnerItem,
    .sec-partners .partnerList .partnerItem .textBox h5{
        height: unset;
    }
    


    
    .swiperService .swiper-slide{
        padding: 30px 30px 60px;
    }
    .swiperNews .swiper-slide a{
        padding: 30px;
    }
    .swiperService [class*="swiper-button"],
    .swiperNews [class*="swiper-button"]{
        width: 50px;
        height: 50px;
    }
    .swiperService [class*="swiper-button"]::after,
    .swiperNews [class*="swiper-button"]::after{
        font-size: 18px;
    }
    .swiperService [class*="swiper-button"].swiper-button-prev,
    .swiperNews [class*="swiper-button"].swiper-button-prev{
        left: 0;
    }
    .swiperService [class*="swiper-button"].swiper-button-next,
    .swiperNews [class*="swiper-button"].swiper-button-next{
        right: 0;
    }
    .swiperNews .swiper-pagination{
        margin-top: 30px;
    }
    .swiperNews .swiper-slide a{
        min-height: 520px;
    }
    .swiperNews .swiper-slide .thm {
        width: 100%;
    }

    .swiperNews .swiper-slide .textBox h3{
        margin: 4px 0 8px;
    }

    footer .sitemap li {
        width: 100% !important;
    }
    footer .sitemap [class*="foot_"]::after{
        top: 4px;
    }


    
  .wrap.type-flex.direc-row.size-50p{
    flex-direction: column !important;
    gap: 30px;

    }
  .wrap.type-flex.direc-row.size-50p > *{
    width: 100%;
    flex: unset;
  }
  .wrap.type-flex.direc-row.size-50p > .imgBox{
    max-height: 300px;
    order:2
  }
  .sec-ceo .imgBox{
    order: 0!important;
  }
  .sec-title .fp-tableCell > .wrap {
    padding-left: unset;
    padding-right: unset;
  }
  .sec-title .titleBox{
    border-radius: unset;
  }
  
.sec-content .wrap.size-center .titleBox h4 {
    
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;

    padding: 20px;
    }
    .wrap.type-flex.direc-row.size-col4{
        flex-direction: column;
    }
    .wrap.size-col4 h5{
        min-height: unset;
    }
    .swiperService .swiper-slide{
        max-height: unset;
        height: unset;
    }
.swiperService [class*="swiper-button"].swiper-button-prev{
    left: 0;
  }
  
  .swiperService [class*="swiper-button"].swiper-button-next{
    right: 0;
  }
  .sec-content .wrap.size-center .titleBox h4{
    text-align: center;
  }
}


@media only screen and (max-width:600px) {
    html{
        font-size: 10px;
    }

    
    header .logo {
        height: 26px;
    }


}