.bg_homeBanner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-position: bottom center !important;
}
header .logo img.logo2{
    display: none;
}
.homeBanner {
    position: relative;
overflow: hidden;}
.link_homeBanner {
    display: flex;
    align-items: center;
}
.link_homeBanner a.btn_orange {
    margin-right: 30px;
}
.link_homeBanner a.btn_review {
    display: flex;
    align-items: center;
    transition: all .75s ease;
}
.link_homeBanner a.btn_review:hover {
    transform: scale(.9);
}
.link_homeBanner a.btn_review {
}
.link_homeBanner .link_view a span {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.link_homeBanner a.btn_review i {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    margin-right: .5rem;
}
.homeBanner .--title {
    margin-bottom: 2rem;
}
.homeBanner .--subTitle {
    margin-bottom: 4rem;
}
.homeBanner .--content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
/* overflow: hidden; */}
.homeBanner .--right .bg_pc {
    height: 141%;
    
background-size: contain;margin-right: -8%;}
.homeBanner .--right img {
    position: absolute;
    top: 26px;
    left: calc(54% - 2px);
    transform: translate(-50%,0);
    height: 354px;
    width: 85%;
    object-fit: cover;
}
.homeBanner .--right {
    position: relative;
    width: 100%;
}
.list_Why{
    flex-wrap: wrap;
}
.homeWhylapentor .segTitle {
    margin-bottom: 40px;
}
.homeWhylapentor {
    margin-top: -2rem;
    padding-bottom: 100px;
}
.list_Why .item {
    width: 33.333333%;
    text-align: center;
    padding: 0 2rem;
    margin-bottom: 1rem;
}
.list_Why.item .--icon {
    margin-bottom: 13px;
}
.list_Why .item .--title {
    font-weight: 600;
    margin-bottom: 5px;
}

.list_Why .item .--icon {margin-bottom: 12px;}
.list_Why .item:nth-child(3n+2) {
    border-right: 1px dashed #B9B9B9;
    border-left: 1px dashed #B9B9B9;
}
.list_Why .item .--subTitle {
    font-size: 14px;
}
.homeWork{
    background: #FBFAF9;
    padding: 80px 0;
}
.list_Work {
    filter: drop-shadow(3px 0px 5px rgba(149, 149, 149, 0.19));
}
.list_Work .item .--box_bg {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 0 70px;
    width: 100%;
    height: 100%;
    background: var(--color-6);
    flex-flow: column;
    position: relative;
    z-index: 9;
}

.list_Work .--box_bg img {
	max-width: 100%;
height: 90px;}

.list_Work .item {
    width: calc(33.33333% - 92px);
    filter: drop-shadow(3px 0px 5px rgba(149, 149, 149, 0.19));
    height: 240px;
}
.list_Work .item::after {
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0,-50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.list_Work .item:nth-child(1)::after {
    background: #1a1f9c;
}

.list_Work .item:nth-child(2)::after {
    background: #3D46B3;
}
.list_Work .item:nth-child(3)::after {
    background: #5F6DCA;
}
.list_Work .item .number {
    position: absolute;
    top: 38px;
    left: 18px;
    font-size: 20px;
    border-radius: 50%;
    z-index: 9;
}
.list_Work .item .number span {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;border-radius: 50%;
}
.list_Work .item:nth-child(1) .number span {
    background: #1A1F9C;
}
.list_Work .item:nth-child(2) .number span {
    background:  #3D46B3;
}
.list_Work .item:nth-child(3) .number span {
    background: #5F6DCA;
}
.list_Work .item:nth-child(1) .number {
    border: 1px solid  #5F6DCA;
    padding: 3px;
}
.list_Work .item:nth-child(2) .number {
    border: 1px solid #3D46B3;
    padding: 3px;
}
.list_Work .item:nth-child(3) .number {
    border: 1px solid #5F6DCA;
    padding: 3px;
}
.list_Work .item .--name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 15px;
}
.list_Work .item .--txt {
    font-size: 14px;
}
.homeWork .--subTitle {
    margin-bottom: 48px;
}
.homeWork .segTitle {
    text-align: left;
    margin-bottom: 12px;
}
.homeFuture{
    position: relative;
}
.homeExamples {
    position: relative;
    z-index: 99;
    padding-top: 200px;
}
.homeExamples .--content {
    text-align: center;
    line-height: 24px;
    margin: 12px 0 48px;
}
.list_Examples {
    margin-bottom: 130px;
}
.list_Examples button {
    display: none !important;
}
.list_Examples ul.slick-dots {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
    margin-top: 48px;
}
.list_Examples ul.slick-dots li {
    background: #C4C4C4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
}
.list_Examples ul.slick-dots li.slick-active {
    background: #313131;
}
.list_Examples .item .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .5s ease;
    z-index: 99;
}
.list_Examples .item:hover .button {
    opacity: 1;
}
.list_Examples .item {
    position: relative;
}
.list_Examples .item:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #000;
    opacity: .5;
}
.list_Examples .item .--txt::after {
    content: '';
    background: linear-gradient( 180deg , rgb(0 0 0 / 0%) 0%, rgb(28 0 0 / 53%) 56.49%, rgb(0 0 0 / 85%) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
}
.list_Examples .item .--img {
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.list_Examples .item:hover .--img img {
    transform: scale(1.3);
}
.list_Examples .item .--img img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    transform: scale(1);
    transition: all .75s ease;
}
.list_Examples .item .--txt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    color: #FFF;
    z-index: 99;
}
.list_Examples .item .--txt .note {
    font-size: 14px;
    z-index: 9;
}

.list_Examples .item .--txt .name {
    z-index: 9;
}

.list_Examples .item .--txt a {
    color: #FFF;
}

.homeExamples .--content p {
    margin: 0;
}

.homeFuture .--left img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(1.2);
    transition: all .75s ease;
}



.homeFuture .--left img:hover {
    transform: scale(1);
}
.homeFuture .link_regis {
    width: max-content;
}
.homeFuture .--right .segTitle {
    color: #FFF;
    margin-bottom: 12px;
    text-align: left;
}

.homeFuture .--right {
    padding-left: 3rem;
}
.list_homeFuture {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.list_homeFuture .item {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 20px;
}
.list_homeFuture .item .icon {
    background: #1B4559;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 22px;
}
.list_homeFuture .item .icon img {
    width: 24px;
    height: auto;
}
.list_homeFuture span:nth-child(1) {
    font-size: 18px;
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.list_homeFuture .--txt {
    display: flex;
    flex-flow: column;
}
.list_homeFuture span:nth-child(2) {
    color: #fff;
    opacity: .6;
}
.homeFuture .--right .--subTitle {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
}
.homeFuture .--content {
    padding: 150px 8% 0 5%;
    position: relative;
    z-index: 9;
}
.homeFuture .--content .--left {
    overflow: hidden;
}
.homeFuture .--content .row {
    
    width: 100%;
    margin: 0;
}
.box_bg {
    clip-path: polygon(0 15%, 100% 0%, 100% 80%, 0% 100%);
    width: 100%;
    height: 800px;
    position: absolute;
    background: #042C40;
    z-index: 9;
}
.homeFuture .--box_bg_1{
    clip-path: polygon(0 15%, 100% 0%, 100% 68%, 0% 100%);
    width: 100%;
    height: 800px;
    position: absolute;
    background: #FBFAF9;
    top: 125px;
}
.homeFuture  .triangle span:nth-child(1) {
    clip-path: polygon(0% 0%, 0% 100%, 100% 84%);
    position: absolute;
    top: 41px;
    left: 0;
    width: 150px;
    height: 70px;
    background: linear-gradient(90.05deg, #FFC74B 0.03%, #FF715F 99.95%);
}
.homeFuture .triangle span:nth-child(2) {
    clip-path: polygon(0% 0%, 0% 100%, 100% 84%);
    position: absolute;
    top: 57px;
    left: 0;
    width: 120px;
    height: 54px;
    background:  rgba(255, 255, 255, 0.38);
    z-index: 99;
}
.homeFuture .triangle span:nth-child(3) {
    position: absolute;
    bottom: -150px;
    right: 0;
    width: 120px;
    height: 80px;
    background: #E4E4E4;
    z-index: 99;
    clip-path: polygon(100% 7%, 0 27%, 100% 98%);
}
.list_Community .item {
    width: 250px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08), inset 2px 0px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px;
    position: relative;
    background: var(--color-6);
    z-index: 99;
}
.list_Community .item_23 .item:nth-child(1) {
    margin-bottom: 20px;
}
.list_Community .item p {
    margin: 0;
    width: 75%;
}
.list_Community .item .--txt {
    font-size: 14px;
}
.list_Community .item .--txt a:hover i:nth-child(1) {animation: movetoLeft 2s;display: block;}

.list_Community .item .--txt a:hover i:nth-child(2) {
    animation: movetoRight 2s;
    width: 0;
    opacity: 0;
}
@keyframes movetoRight{
    0%{
        opacity:1;
       }
    100%{
         transform:translateX(30px);
         display: none;
        opacity:0;}
}
@keyframes movetoLeft {
    0%{
        opacity:0;
        transform:translateX(-30px);
    }
    100%{
        transform: none;
        opacity:1;}
}
.list_Community .item .--txt a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-7);
    border-radius: 50%;
    color: var(--color-7);
}
.list_Community .item .--txt a i:nth-child(1) {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: none;
}
.homeCommunity .--subTitle {
    color: var(--color-4);
    margin: 12px 0 2rem;
}

.homeCommunity .segTitle {
    text-align: left;
}
.list_News{
    z-index: 9;
}
.list_News img {
    height: 300px;
    object-fit: cover;
    width: 100%;
/*     transform: scale(1.3); */
    transition: all .75s ease;
}

.list_News .--left {
    overflow: hidden;
}

.list_News img:hover {
    transform: scale(1.1);
}
.list_News .col-md-5 {
    padding-right: 32px;
    border-right: 1px dashed rgba(255, 255, 255, 0.4);
}
.list_News .col-md-7 {
    padding-left: 32px;
}
.homeNews {
    position: relative;
    height: 800px;
}
.homeNews .--content-news{
    
}
.homeNews .--right {
    height: 100%;
    flex-flow: column;
}
.homeNews .--right .btn_orange {
    width: max-content;
}
.homeNews .--content-news article {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 4;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.homeNews .--content-news .--title {
    font-size: 18px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.homeNews .--content-news .--time {
    margin-bottom: 24px;
}
.homeNews .--content {
    position: relative;
    z-index: 9;
    padding-top: 100px;
}
.homeNews .--content .button a {
    background: rgba(255, 255, 255, 0.2);
    transition: all .75s ease;border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    padding: 0 12px;
    height: 36px;
}

.homeNews .--content .button a:hover i {
    color: #FFF !important;
}

.homeNews .--content .button a:hover {
    background: #ff8100;
}
.arrownews {
    display: flex;
    margin-right: 24px;
}
.arrownews i {
    width: 36px;
    transition: all .75s ease;height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
}

.arrownews i:hover {
    background: #ff8100;
}
.arrownews .slideNav-prev {
    margin-right: 8px;
}
.homeNews .--content .--top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.homeNews .slick-dots {
   display: none !important;
}
.homeNews .box_bg {
    z-index: 9;
    top: -100px;
    left: 50%;
    transform: translate(-50%,0);
}
.homeNews .box_bg_1 {
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    position: absolute;
    left: 3vw;
    top: 0;
    height: 630px;
    width: 300px;
    z-index: 9;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.82%, rgba(255, 255, 255, 0.11) 97.53%);
}
.homeNews .box_bg_2 {
    clip-path: polygon(0 4%, 100% 0%, 100% 94%, 0% 100%);
    position: absolute;
    right: 3vw;
    top: -125px;
    height: 630px;
    width: 300px;
    background: linear-gradient(90.05deg, #FFC74B 0.03%, #FF715F 99.95%);
    z-index: -1;
}
.homeNews .box_bg_3 {
    position: absolute;
    right: 2%;
    transform: translate(-50%,0) rotate(0deg);
    top: -5px;
}

.homeNews .box_bg_4 {position: absolute;right: 0;top: 73%;clip-path: polygon(0 28%, 100% 0%, 100% 82%, 10% 55%);width: 38vw;height: 36vh;background: #FBFAF9;}
.homeNews .box_bg_3 img {
    object-fit: cover;
    height: 640px;
}
@media (max-width: 640px){
    .list_Work{
        flex-flow: column;
    }
    .list_Why {
        flex-flow: column;
    }
    .list_Why .item{
        width: 100%;
    }
    .list_Community{
        flex-flow: column;
    }
    .list_Community .item{
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .homeBanner .--content{
        height: auto !important;
    }
    header{
        position: relative;
    }
    .bg_homeBanner{
        display: none;
    }
    .homeBanner{
        padding-top: 160px;
    }
    .homeBanner .--right .bg_pc{
        width: 320px;
        background-size: contain;
        margin: auto;
        height: 300px;
        margin-top: 30px !important;
        
    }
    .homeWhylapentor{
        margin-top: 0;
    }
    .list_Why .item:nth-child(3n+2){
        border: none;
    }
    .list_Work .item{
        width: 310px;
        margin: 0 auto 2rem;
        height: 260px;
    }
    .homeFuture .--right{
        padding: 0;
    }
    .homeFuture .--left img{
        height: 250px;
    }
    .homeFuture .--box_bg_1 {
        display: none;
    }
    .list_homeFuture{      
        flex-flow: column;
    }
    .homeWork{
        padding-bottom: 50px;
    }
    .list_homeFuture .item {
        width: 100%;
    }
    .homeExamples{
        padding-top: 80px;
    }
    .homeNews .box_bg_1, .homeNews .box_bg_2, .homeNews .box_bg_3, .homeNews .box_bg_4{
        display: none;
    }
    .homeNews .--content .--top {
        flex-flow: column;
        margin-bottom: 0 !important;
    }
    .homeNews .--content-news .--title{
        color: var(--color-11) !important;
    }
    .homeNews .--content-news article{
        color: var(--color-12) !important;
    }
    .homeCommunity .--right{
        padding-top: 3rem;
    }
    .homeNews .--content .button a{
        color: var(--color-5) !important;
        border: 1px solid var(--color-7);
    }
    .arrownews i{
        color: var(--color-6) !important;
        background: var(--color-gradient);
    }
    .homeNews .--content .button{
        justify-content: center;
        margin-top: 1rem;
    }
    .list_News .col-md-7{
        padding-left: 15px;
    }
    .homeNews .--right {
        padding-top: 15px;
    }
    .list_News .col-md-5{
        padding: 0 15px;
    }
    .homeNews .--right .btn_orange{
        margin-top: 1rem;
    }
    .homeNews{
        height: auto;
        padding-bottom: 80px;
    }
    .homeBanner .--right img{       
        width: 250px;    
        height: 165px;   
        top: 66px;
    left: 50%;}
    .link_homeBanner a.btn_orange{
        margin-left: 0;
    }
    .homeFuture .--right .segTitle{
        margin-top: 2rem;
    }
}
@media (max-width: 430px){
    .link_homeBanner{
        flex-flow: column;
    }
    .link_homeBanner a {
        margin-bottom: 1rem;
        margin-right: 10 !important;
    }
    .homeBanner .--right .bg_pc{
        width: 100%;
        margin-top: 30px !important;
        
        
    }
    .homeBanner .--right img {
        width: 225px;
        height: 150px;
        top: 76px;
    }
    .list_Work .item{
        width: 250px;
        height: 220px;
    }
}

