﻿.companyProfile-banner {
    background-position: center;
    background-repeat: no-repeat;
    height: 740px;
    position: relative;
    background-size: auto 100%;
}

.companyProfile-banner-more.white {
    color: #fff;
    border: 1px solid #fff;
}

    .companyProfile-banner-more.white:hover {
        color: #fff;
        border: 1px solid #fff;
    }

.companyProfile-banner-more {
    height: 40px;
    width: 140px;
    line-height: 40px;
    text-align: center;
    color: #161616;
    font-size: 16px;
    border: 1px solid #161616;
    position: absolute;
    left: 50%;
    bottom: 73px;
    margin-left: -71px;
    background: url('../../Content/images/more.png') no-repeat;
    background-position: 103px center;
    padding-right: 14px;
}

    .companyProfile-banner-more:hover {
        color: #000;
        border: 1px solid #000;
    }

.companyProfile-cont {
    display: flex;
    justify-content: space-between;
    padding: 90px 0 126px 0;
}

.companyProfile-cont1 {
    display: block;
}

.companyProfile-cont-text h5 {
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 22px;
}

.companyProfile-cont-text {
    font-size: 20px;
    color: #444444;
    line-height: 40px;
    padding-right: 360px;
    flex: 1;
}

    .companyProfile-cont-text p {
        padding-bottom: 10px;
        color: rgb(128, 128, 128);
    }

.companyProfile-cont-img {
    width: 460px;
}

    .companyProfile-cont-img img {
        width: 100%;
    }

.banner {
    margin-bottom: 0;
    height: 906px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.banner-button {
    /* line-height: 14px; */
}

.companyProfile-cont1 .companyProfile-cont-text {
    padding-top: 90px;
}

.color-card {
    padding-bottom: 45px;
}

    .color-card img {
        height: 40px;
    }

.color-card-mini {
    display: none;
}

.companyProfile-detail-img img, .companyProfile-detail-img-mini img {
    width: 100%;
}

.companyProfile-detail-img-mini {
    display: none;
}

.pb40 {
    padding-bottom: 40px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 44px;
}

.swiper-pagination-bullet {
    background-color: #fff;
    width: 40px;
    border-radius: 0;
    opacity: 0.5;
    height: 3px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 14px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

@media only screen and (max-width:1648px) {
    .companyProfile-cont-text {
        padding-right: 100px;
    }
}

@media only screen and (max-width:1200px) {
    .companyProfile-cont-text {
        padding: 0 0 40px 0;
    }

    .companyProfile-cont {
        display: block;
    }

    .companyProfile-cont-img {
        max-width: 100%;
    }
}

@media only screen and (max-width:640px) {
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 2px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .companyProfile-detail-img {
        display: none;
    }

    .companyProfile-detail-img-mini {
        display: block;
    }

    .swiper-button-next, .swiper-button-prev {
        height: 22px;
    }

    .color-card {
        display: none;
    }

    .color-card-mini {
        display: block;
        padding-bottom: 50px;
    }

        .color-card-mini img {
            height: 10px;
        }

    .companyProfile-cont1 .companyProfile-cont-text {
        padding-top: 30px;
    }

    .banner {
        height: 200px;
    }

    .companyProfile-banner {
        height: 176px;
    }

    .companyProfile-banner-more {
        height: 30px;
        line-height: 30px;
        width: 100px;
        font-size: 12px;
        bottom: 20px;
        background-position: 71px center;
        margin-left: -51px;
    }

    .companyProfile-cont {
        padding-top: 20px;
    }

    .companyProfile-cont-text p {
        font-size: 12px;
        line-height: 20px;
    }

    .companyProfile-cont-text h5 {
        font-size: 12px;
    }

    .companyProfile-cont {
        padding-bottom: 30px;
    }
}
