.mediaCoverageinfo-tops .images:hover img {
    transform: unset;
}

.client-support-desc2 {
    margin-top: 60px;
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
}

@media (max-width: 767px) {
    .client-support-desc2 {
        margin-top: 0.6rem;
        font-size: .24rem;
    }
}

#eapForm .error {
    color: red;
    display: block;
}

.vitla-pages .team-module .module-content {
    justify-content: center;
}

.vitla-pages .evaluate-module .swiper-container .swiper-slide .text-box p {
    color: #333;
    font-size: 0.2rem;
    line-height: 1.8;
}

.vitla-pages .evaluate-module .swiper-container .swiper-slide .pic {
    min-width: 92px;
}

.vitla-pages .news-module .module-content .right-news .news-list .news-item .text-box .desc {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-decoration: none !important;
}

.services-i02 .ser02-list {
    margin-top: 0.83rem;
}

.services-i03 .ser03-list {
    margin-top: 0.83rem;
}

.services-i05 > div {
    align-items: stretch;
}

.trainings-swiper .swiper-wrapper {
    justify-content: center;
}

.overflow-hidden {
    overflow: hidden;
}

.polybasic-module .itemsbox {
    justify-content: space-between;
}

/*.polybasic-module .itemsbox .items:nth-child(4n+1) {
    margin-left: 0;
}*/

.polybasic-module .itemsbox .items {
    width: calc(19.666% - 72px);
    height: 400px;
    background: #F8FFF2;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 1em;
    padding: 1.1em 1.2em;
    padding-bottom: 3.1em;
}

.polybasic-module .itemsbox .items .tits {
    width: 3.2em;
    height: 3.2em;
    border-radius: 50%;
    line-height: 3.2em;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: transparent linear-gradient(90deg, #4A9BCC 0%, #67B278 61%, #79C142 100%) 0% 0% no-repeat;
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    pointer-events:none;
    text-indent: -999px;
}
.polybasic-module .itemsbox .items .txts{
	color: #fff;
}

.polybasic-module .itemsbox .items{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.polybasic-module .itemsbox .items:nth-child(1) {
	background-image: url(../300-001.png);
}
.polybasic-module .itemsbox .items:nth-child(2) {
	background-image: url(../300-002.png);
}
.polybasic-module .itemsbox .items:nth-child(3) {
	background-image: url(../300-003.png);
}
.polybasic-module .itemsbox .items:nth-child(4) {
	background-image: url(../300-007.png);
}
.polybasic-module .itemsbox .items:nth-child(5) {
	background-image: url(../300-008.png);
}
.polybasic-module .itemsbox .items:nth-child(6) {
	background-image: url(../300-009.png);
}
.polybasic-module .itemsbox .items .icons {
    width: 6.3em;
    height: 6em;
    margin: 0 auto;
    margin-top: 2em;
        display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.polybasic-module .itemsbox .items .icons img{
	max-height: 100%;
}
.vitla-pages .news-module .module-content .left-news .news-img .pic{
	overflow: hidden;
}

.polybasic-module .itemsbox .items .txts {
    margin-top: 2.167em;
    text-align: center;
    line-height: 1.33;
}

/*@media (max-width: 1440px) {
    .polybasic-module .itemsbox .items {
        width: calc(21.666% - 72px);
    }
}*/

@media (max-width: 1440px) {
    .polybasic-module .itemsbox .items {
        width: 32%;
        margin-left: 2%;
        margin-bottom: 4%;
        height: 320px;
    }

    .polybasic-module .itemsbox .items:nth-child(3n+1) {
        margin-left: 0%;
    }

    /*.polybasic-module .itemsbox .items .icons {
        width: 4.3em;
    }*/
}

@media (max-width: 768px) {
    .polybasic-module .itemsbox .items {
        width: 48%;
        margin-left: 2%;
        margin-bottom: 4%;
        height: 320px;
    }

    .polybasic-module .itemsbox .items:nth-child(2n+1) {
        margin-left: 0%;
    }

    .polybasic-module .itemsbox .items .icons {
        width: 4.3em;
    }
}

.v-register a {
    width: 100%;
    font-size: inherit;
    height: 3.5em;
    border-radius: 5px;
    padding: 0 1.16em;
    background-color: #4A9BCC;
    color: #fff;
    border-color: #4A9BCC;
    display: flex;
    align-items: center;
    justify-content: center;
}