/*about-icons*/
.sppb-addon.sppb-addon-feature.about-icons:hover .sppb-addon-title.sppb-feature-box-title {
    color: inherit!Important;
}
.about-icons img {transition:0.5s ease;}
.about-icons:hover img{transition:0.5s ease;transform: translate(0px, -10px);}

/*vision*/
.visionmission-box {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px!important;
    padding: 30px!important;
    border-radius: 30px;
}

/*bullet*/
.bullet-points li {
list-style-type:none;
}

.bullet-points ul li:before{
    position: absolute;
    content: "\f00c";
    font-family: Fontawesome;
    font-size: 15px;  
    left:15px;
}

/*award*/
.award-img img.sppb-img-responsive {
    width: 250px;
}

/*customer*/
.customer-card {
    padding: 30px 15px!important;
    border-radius: 30px;
    transition: 0.5s ease;
    }

.customer-card:hover{
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px!important;
  transform: translate(0px, -10px);
  transition: 0.5s ease;}

.customer-card.light-blue{background:#f8f9ff;}
.customer-card.white{background:#fff;}
.customer-card img.sppb-img-responsive {border-radius: 20px; aspect-ratio: 2 / 1; object-fit:contain}

@media only screen and (min-width: 768px) and (max-width:992px){
.customer-text h4.sppb-addon-title {
    font-size: 18px;
}}
@media only screen and (min-width: 992px){
.customer-text .sppb-addon-title {
    min-height: 50px;
}}

/*service*/
.service-card {
    padding: 30px 15px!important;
    border-radius: 30px;
    transition: 0.5s ease;
    }

.service-card:hover{
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px!important;
  transform: translate(0px, -10px);
  transition: 0.5s ease;}

.service-card.light-blue{background:#f8f9ff;}
.service-card.white{background:#fff;}
.service-card img.sppb-img-responsive {border-radius: 20px;}

@media only screen and (min-width: 768px) and (max-width:992px){
.service-text h4.sppb-addon-title {
    font-size: 18px;
}}
@media only screen and (min-width: 768px){
.sppb-addon.sppb-addon-text-block.sppb-text-center.service-text {
    min-height: 50px;
}}
@media only screen and (min-width: 1200px){
.zh-cn .home-service .sppb-addon-content{
    min-height: 170px;
}
.en-gb .home-service .sppb-addon-content{
    min-height: 300px;
}}
@media only screen and (min-width: 992px) and (max-width:1199px){
.zh-cn .home-service .sppb-addon-content{
    min-height: 190px;
}
.en-gb .home-service{
    min-height: 450px;
}}
@media only screen and (min-width: 768px) and (max-width:991px){
.home-service .sppb-addon-content{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 10px;
    }
.en-gb .home-service{
    min-height: 260px;
}
.zh-cn .home-service{
    min-height: 180px;
}}




/*award*/
@media only screen and (min-width: 768px){
.sppb-addon.sppb-addon-text-block.sppb-text-center.award-text {
    min-height: 75px;
}}
/*career*/
.career-bg {
    background: #eaebf3;
    padding: 30px !important;
    border-radius: 15px !important;
}
section#vacancy .sppb-col-md-4 {
    margin-bottom: 30px;
}


/*knowledge sharing*/
.view-categories #sp-main-body{
    padding:50px 0 !important;
}
.view-categories .categories-list .categories-list{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    width:100% !important;
}
.view-categories .categories-list .categories-list>div {
    width: calc(33.33% - 20px);
    box-sizing:border-box;
    display:block;
    flex-direction:column-reverse;
    position:relative;
    height:250px;
    border-radius:15px;
    overflow:hidden;
}
.view-categories .categories-list .categories-list>div:before{
    content:'';
    background:rgb(0 0 0 / 50%);
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    transition:0.5s;
}
.view-categories .categories-list .categories-list>div:hover:before{
    content:'';
    background:rgb(0 0 0 / 20%);
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
}
.view-categories .categories-list .categories-list>div h3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0;
    border-bottom:0;
}
.view-categories .categories-list .categories-list>div h3 a{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.view-categories .categories-list .categories-list>div img{
    object-fit:cover;
    height:100% !important;
    width:100% !important;
    display:block;
}
@media (max-width:1200px){
    .view-categories .categories-list>div {
        width: calc(50% - 15px);
    }
}
@media (max-width:767px){
    .view-categories .categories-list{
        gap:15px;
    }
    .view-categories .categories-list>div {
        width: calc(50% - 7.5px);
    }
}

.view-category #sp-main-body{
    padding:50px 0 !important;
}
.view-category .category-desc img {
    display: none;
}
.entry-image.intro-image img {
    border-radius: 15px;
}