/* Vision */

.bossgoo-index-about37 .aboutbar .right .exTitle{
    color: var(--themeColor) !important;
    font-size: 40px !important;
    text-transform: uppercase;
}

.bossgoo-index-about37 .aboutbar .right .exContent p{
    font-size: 18px !important;
}

.bossgoo-index-about37 .aboutbar .right .exText{
    width: 100% !important;
    text-align: center;
}

.bossgoo-index-about37 .aboutbar .right .exTitle:after{
    display: none;
}

.bossgoo-index-about37 .aboutbar .right .exSubTitle{
    margin-bottom: 45px !important;
}

.bossgoo-index-about37 .aboutbar .right .exContent{
    margin-bottom: 50px !important;
}

.bossgoo-index-about37 .aboutbar .right .conactBtn{
    color: var(--themeColor) !important;
    margin: 0 auto;
    border: 1px solid var(--themeColor);
    background-color: #FFF !important;
}

.bossgoo-index-about37 .aboutbar .right .conactBtn:hover{
    color: #FFF !important;
    border: 2px solid var(--themeColor);
    background-color: var(--themeColor) !important;
}


/* COMPANY HISTORY */

.bossgoo-index-history9 .maintitle{
    color: var(--themeColor) !important;
}

/* WHY CHOOSE US */

.bossgoo-index-choose55 .big-title span{
    color: var(--themeColor) !important;
}

.bossgoo-index-choose55 .icon-list li:hover{
    transition: 1s all;
}

.bossgoo-index-choose55 .icon-list li:hover .icon{
    transform: rotateY(180deg);
    transition: 1s all;
}

.bossgoo-index-choose55 .text-box{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 110px;
}

.bossgoo-index-choose55 .choose-box .swiper-btns:hover .iconfont{
    color: var(--themeColor) !important;
}

.bossgoo-index-hots51 .hots51-textBox{
    top: auto !important;
    bottom: 0%;
    z-index: 3;
}

.bossgoo-index-hots51 .hots51-item .hots51-imgBox .hots51-textBox .hots51-title:hover,
.bossgoo-index-hots51 .hots51-item .hots51-imgBox .hots51-textBox .hots51-link a:hover,
.bossgoo-index-hots51 .hots51-item .hots51-imgBox .hots51-textBox .hots51-link a:hover .iconfont{
    color: #fff !important;
}

.bossgoo-index-hots51 .hots51-title,.bossgoo-index-hots51 .hots51-link a,.bossgoo-index-hots51 .hots51-item .hots51-imgBox .hots51-textBox .hots51-link a .iconfont{
    color: #ffffffbd !important;
}

.bossgoo-index-hots51 .hots51-img .imgclose{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #00000054;
    opacity: 0;
}

.bossgoo-index-hots51 .hots51-item:hover .hots51-imgBox .hots51-img .imgclose{
    opacity: 1;
}

/* APPLICATION SCENARIO */
.bossgoo-index-application3{
    padding-top: 130px !important; 
}

/* COMPANY NEWS */
.bossgoo-index-news8 .newslist .newsbox:hover .textbox .text-hidden1{
    color: var(--themeColor)
}


.bossgoo-index-contact26{
    background-color: #f1f1f1;
    padding-top: 50px !important;
    padding: 50px 0;
    margin-top: 30px;
}

.bossgoo-index-contact26 .contactList li{
    padding: 70px 20px !important;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 4px 6px 0px rgba(0, 0, 0, 0.1);

}