.company_profile {
    margin-top: 3%;
}

.common_title {
    font-family: 'Lato-Bold';
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    padding: 0 0 30px;
    border-bottom: 1px solid #D9D9D9;
}

.about_wrap {
    justify-content: space-between !important;
    align-items: flex-start;
    margin: 50px 0 30px;
}

.about_left {
    width: 48%;
    position: relative;
    height: 392px;
    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;
}

.about_left img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.about_left:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.about_right {
    width: 48%;
}

.about_right .company_title {
    font-family: 'Lato-Bold';
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}


.about_right .company_introduct {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    height: 256px;
    overflow: auto;
}

.company_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_desc p {
    margin-bottom: 30px;
}

.production_capacity {
    margin-top: 5%;
}

.capacity_wrap {
    justify-content: space-between !important;
    align-items: flex-start;
    margin: 50px 0 30px;
}

.capacity_left {
    width: 48%;
    padding-bottom: 130px;
}

.capacity_left .capacity_img {
    width: 100%;
    position: relative;
    height: 356px;
    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;
}

.capacity_left .capacity_bg {
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 284px;
    height: 503px;
    background: var(--dominant-color);
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.capacity_left .capacity_img img {
    position: absolute;
    width: 95%;
    height: 100%;
    left: 5%;
    top: 0;
    object-fit: cover;
}

.capacity_left .capacity_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.capacity_right {
    width: 48%;
}

.capacity_right .capacity_box {
    justify-content: flex-end !important;
}

.capacity_right .capacity_box img {
    width: 38px;
    height: 74px;
    margin-right: 5px;
    object-fit: cover;
}

.capacity_right .capacity_box img:hover {
    animation: swing .5s;
}

.capacity_right .capacity_stitle {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 30px;
    color: var(--dominant-color);
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.capacity_right .capacity_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;
    height: 224px;
    overflow: auto;
}

.visit_our_company {
    margin-top: 5%;
    padding: 3% 0 5%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.visit_our_company .layout {
    width: 1716px;
    margin: 0 auto;
}

@media (max-width:1730px) {

    .visit_our_company .layout {
        width: 1400px;
    }
}

@media (max-width:1440px) {

    .visit_our_company .layout {
        width: 95%;
    }
}

.visit_our_company .company_list {
    justify-content: flex-start !important;
    align-items: flex-start;
    margin-top: 50px;
}

.visit_our_company .company_list .company_item {
    width: 23%;
    margin-right: 30px;
    background: #FFFFFF;
    -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;
}

.visit_our_company .company_list .company_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;

}

.visit_our_company .company_list .company_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.visit_our_company .company_list .company_item:hover .item_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.visit_our_company .company_list .company_item .item_title {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    padding: 20px;
}

.company_box {
    position: relative;
}

.company_box .company-button-prev {
    position: absolute;
    top: 50%;
    left: -3%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: #A8A8A8;
    background-image: url(../img/certificate-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    transition: all .5s ease;
}

.company_box .company-button-prev:hover {
    background-color: var(--dominant-color);
}

.company_box .company-button-next {
    position: absolute;
    top: 50%;
    right: -3%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: #A8A8A8;
    background-image: url(../img/certificate-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    transition: all .5s ease;
}

.company_box .company-button-next:hover {
    background-color: var(--dominant-color);
}

.company_certificate {
    margin: 5% 0;
}

.certificate_desc {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    max-width: 1137px;
    margin: 30px auto 50px;
}

.certificate_box {
    position: relative;
}

.certificate_box .certificate_item {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 35%;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.certificate_box .certificate_item img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}


.certificate_box .certificate_item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.certificate_box .certificate-button-prev {
    position: absolute;
    top: 50%;
    left: -5%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: #A8A8A8;
    background-image: url(../img/certificate-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    transition: all .5s ease;
}

.certificate_box .certificate-button-prev:hover {
    background-color: var(--dominant-color);
}

.certificate_box .certificate-button-next {
    position: absolute;
    top: 50%;
    right: -5%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: #A8A8A8;
    background-image: url(../img/certificate-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    transition: all .5s ease;
}

.certificate_box .certificate-button-next:hover {
    background-color: var(--dominant-color);
}

@media only screen and (max-width: 1440px) {
    .capacity_left .capacity_bg {
        height: 470px;
    }

    .company_box .company-button-next {
        right: -1%;
        z-index: 99;
    }

    .company_box .company-button-prev {
        left: -1%;
        z-index: 99;
    }

    .certificate_box .certificate-button-next {
        right: -1%;
        z-index: 99;
    }

    .certificate_box .certificate-button-prev {
        left: -1%;
        z-index: 99;
    }
}

@media only screen and (max-width: 950px) {
    .about_wrap {
        flex-direction: column;
    }

    .about_left {
        width: 100%;
        height: 0;
        margin-bottom: 30px;
        padding-bottom: 56%;
    }

    .about_right .company_introduct {
        height: auto;
        overflow: visible;
    }

    .about_right {
        width: 100%;
    }

    .capacity_wrap {
        flex-direction: column;
    }

    .capacity_left {
        width: 100%;
        padding-bottom: 40px;
        margin-bottom: 30px;
    }

    .capacity_right {
        width: 100%;
    }

    .capacity_left .capacity_img {
        height: 0;
        padding-bottom: 53%;
    }

    .capacity_left .capacity_bg {
        height: 560px;
    }

    .visit_our_company .company_list .company_item .item_img {
        padding-bottom: 66%;
    }

    .company_box .company-button-next,
    .company_box .company-button-prev {
        z-index: 99;
    }

    .certificate_box .certificate_item {
        padding-bottom: 150%;
    }

    .certificate_box .certificate-button-next,
    .certificate_box .certificate-button-prev {
        z-index: 99;
    }

    .certificate_box .certificate-button-next {
        right: -2%;
    }

    .certificate_box .certificate-button-prev {
        left: -2%;
    }
    .capacity_right .capacity_desc{
        height: auto;
        overflow: visible;
    }
}

@media (max-width:840px) {
    .capacity_left .capacity_bg {
        height: 515px;
    }
}

@media (max-width:750px) {
    .capacity_left .capacity_bg {
        height: 465px;
    }
}

@media (max-width:650px) {
    .capacity_left .capacity_bg {
        height: 415px;
    }
}

@media (max-width:550px) {
    .capacity_left .capacity_bg {
        height: 360px;
    }
}

@media (max-width:480px) {
    .capacity_left .capacity_bg {
        height: 305px;
        padding: 40px 25px;
        width: 255px;
    }
}
