.product_main {
    margin-top: 3%;
}

.pro_wrap .pro_list {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pro_wrap .pro_list .pro_item {
    width: 30%;
    border: 1px solid #D9D9D9;
    margin-right: 30px;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.pro_wrap .pro_list .pro_item:nth-child(3n) {
    margin-right: 0;
}

.pro_wrap .pro_list .pro_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}

.pro_wrap .pro_list .pro_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.pro_wrap .pro_list .pro_item:hover .item_img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.pro_wrap .pro_list .pro_item .item_title {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    padding: 25px 20px 0;

}

.pro_wrap .pro_list .pro_item .item_title a {
    display: inline-block;
    color: #666666;
    position: relative;
    padding-bottom: 25px;
    height: 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_wrap .pro_list .pro_item .item_title a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.pro_wrap .pro_list .pro_item .item_title:hover a {
    color: var(--dominant-color);
    text-decoration: underline;
}

.pro_wrap .pro_list .pro_item .item_box {
    padding: 25px 20px;
    justify-content: space-between;
    align-items: center;
}


.pro_wrap .pro_list .pro_item .item_box .details_btn {
    display: inline-block;
    font-family: 'Lato-Bold';
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.pro_wrap .pro_list .pro_item .item_box:hover .details_btn {
    color: var(--dominant-color);
}

.pro_wrap .pro_list .pro_item .item_box .read_more {
    width: 30px;
    height: 30px;
    position: relative;
}

.pro_wrap .pro_list .pro_item .item_box .read_more::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/details-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all .5s ease-in-out;

}

.pro_wrap .pro_list .pro_item .item_box:hover .read_more::after {
    background-image: url(../img/details-btn2.png);
}

.product_cooperate {
    margin-top: 5%;
}

.product_cooperate .cooperate_wrap {
    justify-content: space-between;
    align-items: center;
}

.product_cooperate .cooperate_wrap .cooperate_left {
    width: 48%;
    position: relative;
    height: 532px;
    overflow: hidden;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.product_cooperate .cooperate_wrap .cooperate_left img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;

}

.product_cooperate .cooperate_wrap .cooperate_left:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.product_cooperate .cooperate_wrap .cooperate_right {
    width: 48%;
}


.product_cooperate .cooperate_wrap .cooperate_right .cooperate_title {
    font-family: 'Lato-SemiBold';
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.product_cooperate .cooperate_wrap .cooperate_right .cooperate_desc {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.product_cooperate .cooperate_wrap .cooperate_right .cooperate_list {
    margin-top: 40px;
}

.product_cooperate .cooperate_wrap .cooperate_right .cooperate_list .cooperate_item {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.product_cooperate .cooperate_wrap .cooperate_right .cooperate_list .cooperate_item .item_icon {
    width: 51px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    background: #0C419C;
    border-radius: 50%;
}

.product_cooperate .cooperate_wrap .cooperate_right .cooperate_list .cooperate_item .item_icon img {
    width: 60%;
    height: 60%;
    object-fit: cover;
}

.product_cooperate .cooperate_wrap .cooperate_right .cooperate_list .cooperate_item:hover .item_icon img {
    animation: swing .5s;
}

.product_cooperate .cooperate_wrap .cooperate_right .cooperate_list .cooperate_item .item_info {
    width: calc(100% - 75px);
}

.product_cooperate .cooperate_wrap .cooperate_right .cooperate_list .cooperate_item .item_info .item_title {
    font-family: 'Lato-SemiBold';
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.product_cooperate .cooperate_wrap .cooperate_right .cooperate_list .cooperate_item .item_info .item_desc {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.company_profile {
    margin-top: 5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0;
    position: relative;
}

.company_profile .company_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 65, 156, 0.8);
}

.company_profile .profile_title {
    font-family: 'Lato-SemiBold';
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    position: relative;
    padding: 15px 0;
}

.company_profile .profile_title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
    width: 100px;
    height: 4px;
    background: #FFFFFF;
}

.company_profile .profile_desc {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    max-width: 1064px;
    margin: 0 auto;
}

.company_info {
    margin-top: -5%;
}

.company_info .profile_left {
    width: 50%;
    background-color: var(--dominant-color);
    padding: 72px 20px 72px 40px;

}

.company_info .profile_left .company_title {
    font-family: 'Lato-Bold';
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;

}


.company_info .profile_left .company_desc {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-top: 20px;
    height: 256px;
    overflow: auto;
}

.company_info .profile_right {
    width: 50%;
    position: relative;
    height: 518px;
    overflow: hidden;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.company_info .profile_right img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.company_info .profile_right:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@media only screen and (max-width: 1200px) {
    .pro_wrap .pro_list .pro_item {
        width: 47%;
        margin-right: 30px !important;
    }
    .pro_wrap .pro_list .pro_item:nth-child(2n) {
        margin-right: 0 !important;
    }

}

@media only screen and (max-width: 950px) {
    .pro_wrap .pro_list .pro_item {
        width: 48%;
        margin-right: 30px !important;
    }

    .pro_wrap .pro_list .pro_item:nth-child(2n) {
        margin-right: 0 !important;
    }

    .product_cooperate .cooperate_wrap {
        flex-direction: column;
    }

    .product_cooperate .cooperate_wrap .cooperate_left {
        width: 100%;
        margin-bottom: 30px;
        height: 0;
        padding-bottom: 80%;
    }

    .product_cooperate .cooperate_wrap .cooperate_right {
        width: 100%;
    }

    .pro_wrap .pro_list .pro_item .item_title a {
        height: auto;
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .profile_wrap {
        flex-direction: column;
    }

    .company_info .profile_left {
        width: 100%;
    }

    .company_info .profile_right {
        width: 100%;
        height: 0;
        padding-bottom: 73%;
    }
    .company_info .profile_left .company_desc{
        height: auto;
        overflow: visible;
    }
}

@media only screen and (max-width: 800px) {
    .pro_wrap .pro_list .pro_item {
        width: 100% !important;
        margin-right: 0 !important;
    }
}
