.product_category_wrap {
    padding-top: 75px;
}

.product_category .item {
    background: #FFFFFF;
    box-shadow: 7px 7px 14px #00000029;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 59px;
}

.product_category .item .img {
    flex: 0 0 260px;
    min-height: 160px;
    background: #efefef no-repeat 50%;
    background-size: cover;
}

.product_category .item .txt {
    flex: 1;
    padding: 26px 26px 31px 26px;
}

.product_category .item .txt h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product_category .item .txt a {
    text-decoration: none;
}

.product_category .item .txt p {
    color: #707070;
    font-size: 15px;
    margin-bottom: 17px;
    line-height: 1.55;
}

@media(min-width: 768px) {


    .product_category .grid .item {
        width: 97%;
    }

    .product_category .grid:nth-child(even) .item {
        margin-left: 3%;
    }

    .product_category .grid:nth-child(odd) .item {
        margin-right: 3%;
    }

    .product_category .item {
        display: flex;
        align-items: center;
    }
}

@media(max-width: 767px) {
    .product_category_wrap {
        padding-top: 25px;
    }

    .product_category .item {
        margin-bottom: 30px;
    }
}



.product_list table tbody tr td {
    padding: 20px 10px !important;
}

.product_list table tfoot {
    display: none !important;
}

.dt-layout-table {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.product_list_tables thead th,
.product_list_tables tbody td {
    text-align: center !important;
    font-size: 15px !important;
}

.product_list_tables thead tr:nth-of-type(1) th:nth-child(1),
.product_list_tables tbody td:nth-child(1):not(.dt-empty) {
    min-width: 150px;
    text-align: left !important;
}

.block-content {
    margin: 0 15%;
}

.block-content h1 {
    text-transform: capitalize;
    font-size: 30px;
    line-height: 1.2;
    color: #005EB8;
    font-weight: 600;
    margin-bottom: 18px;
}

.block-content img {
    max-width: 100%;
}

.about-main {
    padding: 100px 0 80px;
}

.about-about2 {
    background-color: #EDEDED;
    padding: 50px 0;
}

.about-about3 {
    background: #005EB8 url(../images/world-map-dark-scaled.jpg) no-repeat 50%;
    background-blend-mode: multiply;
    background-size: cover;
    padding: 70px 0;
    color: #fff;
}

/* .about-about3 .grid {
    margin: 0 0 20px;
} */

.about-about3 .item {
    margin: 20px 0 10px;
    padding: 0 60px;
}

.about-about3 a {
    font-size: 15px;
    line-height: 1.54;
    color: #FFFFFF;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    text-decoration: none;
    width: fit-content;
}

.about-about3 h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #FFFFFF;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.about-about3 h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 7px;
}

.about-about3 h4 {
    font-size: 15px;
    line-height: 1.54;
    color: #FFFFFF;
    font-weight: 700;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.about-about3 small {
    font-size: 15px;
    line-height: 1.54;
    color: #FFFFFF;
    font-weight: 400;
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-decoration: none;
    width: fit-content;
}

.about-about4 {
    padding: 75px;
    background-color: #f7f7f7;
}

.about-about4 h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #005EB8;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.about-about4 .item {
    flex: 0 0 33.33%;
    text-align: center;
    padding: 20px 0 10px;
}

.about-about4 .img {
    height: 78px;
    text-align: center;
    margin-bottom: 25px;
}

.about-about4 .img img {
    height: 100%;
}

.about-about4 .txt h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

.about-about4 p {
    font-size: 15px;
    line-height: 1.54;
    color: #000000;
    font-weight: 400;
}

.about-contact-us.without-img-gray {
    padding-top: 255px;
}

.about-contact-us.without-img-gray {
    background: #EDEDED;
}

.about-contact-us.without-img-gray .list .box h3 {
    color: #000000;
}

.about-contact-us.without-img-gray .list .box h4 {
    color: #3E3E3E;
}

.about-contact-us.without-img-gray .list .box a,
.about-contact-us.without-img-gray .list .box small {
    color: #3E3E3E;
}

.about-contact-us.without-img-gray h3 {
    color: #666;
}

.about-contact-us.without-img-gray h4 {
    color: #666;
}

.about-contact-us.without-img-gray a {
    color: #666;
}

.about-contact-us.without-img-gray small {
    color: #666;
}

@media(max-width: 767px) {
    .block-content {
        margin: 0;
    }

    .about-main {
        padding: 30px 0 0;
    }

    .about-about2 {
        padding: 30px 0;
    }

    .about-about3 {
        padding: 30px 0;
    }

    .about-about3 .item {
        padding: 0;
    }

    .about-about4 {
        padding: 30px;
    }
}


.contact-form {
    margin: 50px 0;
}

.contact-form h2 {
    text-align: center;
}

.form-wrap {
    z-index: 2;
    border: 1px solid #BABABA;
    padding: 34px 27px;
    box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
}

.form-body .form-group {
    margin: 0 5% 20px;
}

@media(min-width: 767px) {

    .contact-form {
        position: relative;
    }

    .contact-form:before {
        content: '';
        background-color: #f3f2f1;
        position: absolute;
        top: 150px;
        bottom: 150px;
        z-index: 1;
        width: 100%;
    }

    .form-body {
        display: flex;
        flex-wrap: wrap;
    }

    .form-body .col-md-2,
    .form-body .col-md-10 {
        width: auto !important;
    }

    .form-body .col-md-2 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .form-body .form-group {
        width: 40%;
    }

    .form-body label {
        width: 100% !important;
        padding: 0 !important;
        ;
    }

    #dr_row_message {
        width: 100%;
    }

    #dr_linkage_country_html {
        display: block;
    }
}

/* market */
/*#region*/
.market-wrap {
    padding: 100px 0;
}

.market-head {
    margin-bottom: 20px;
}

.market-head h1 {
    color: #F78F13;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.market-head p {
    font-size: 16px;
    color: #707070;
}

.market-block h2 {
    margin: 40px 0 30px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.market-block h3 {
    margin: 30px 0 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.market-block p {
    font-size: 16px;
}

.market-block p img {
    width: 100%;
    height: auto;
}

.market-parts .item {
    margin: 25px 0;
}

.market-parts .item h4 {
    margin: 0 0 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    min-height: 60px;
}

.market-parts .item img {
    max-width: 50px;
    margin-right: 20px;
}

.market-parts .item p {
    font-size: 18px;
    font-weight: 500;
}

.radar-contact {
    padding: 5px 0;
    background-color: #1C1345;
    border: 2px solid #F78F13;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
}

.radar-contact a {
    color: #fff;
    font-size: 28px;
    text-decoration: none;
}

.market-list .grid {
    margin-bottom: 59px;
}

.market-list .item {
    margin: 0 4%;
    background: #FFFFFF;
    box-shadow: 7px 7px 14px #00000029;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.market-list .item .img {
    height: 190px;
    background: no-repeat 50%;
    background-size: cover;
}

.market-list .item .txt {
    padding: 30px 26px 31px 26px;
}

.market-list .item .txt h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
}

.market-list .item .txt p {
    color: #707070;
    font-size: 15px;
    line-height: 1.55;
}

.market-list .item a {
    text-decoration: none;
    color: #666;
}

@media(min-width: 768px) {


    .market-list .item .txt {
        min-height: 250px;
    }

    .market-parts .item p {
        min-height: 140px;
    }
}

@media(max-width: 767px) {

    .market-wrap {
        padding: 30px 0;
    }

    .market-list .grid {
        margin-bottom: 30px;
    }
}


/*#endregion*/

/* product list */
/*#region*/
.product_list_wrap .screen h4 {
    font-size: 18px;
}

.product_list_wrap ul {
    margin: 10px;
    padding: 0;
    list-style: none;
}

.product_list_wrap li {
    padding: 5px 0;
    border-right: 1px solid #ccc;
    font-size: 15px;
}

.product_list_wrap li a {
    display:block;
    color: #666;
    text-decoration: none;
}

.product_list_wrap li a:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    vertical-align: -1px;
}

.product_list_wrap li.active {
    margin-right: -1px;
    border-right: 3px solid #666;
}

.product_list_wrap li.active a {
    color: #000;
}

.product_list_wrap li.active a:before {
    background-color: #F78F13;
    border: 3px solid #fff;
    outline: 1px solid #666;
}


@media(min-width: 1900px) {
    .product_list_wrap .container {
        max-width: 90%;
    }
}

@media(min-width: 768px) {

    .product_list_wrap {
        padding: 50px 0;
    }

    .product_list_wrap .screen {
        padding: 15px 0;
        max-width: 90%;
    }

}

@media(max-width: 768px) {

    .product_list_wrap {
        padding-top: 30px;
    }

    .product_list_wrap .screen {
        margin-bottom: 20px;
    }
}



/*#endregion*/

.list-title {
    background-color: #f3f2f1;
    padding: 30px 0 45px;
    text-align: center;
}

.list-title h1 {
    font-size: 41px;
    line-height: 1.4;
    color: #005EB8;
    font-weight: 600;
    margin-bottom: 10px;
}

.list-title p {
    font-size: 16px;
    margin: 0;
}


.download {}


.product-download-wrap {
    background-color: #005EB8;
    background-blend-mode: multiply;
    padding: 64px 0 54px;
    position: relative;
    background-size: cover;
    text-align: center;
}

.product-download {
    background: no-repeat 50%;
    background-size: cover;
    margin-right: auto;
    border-radius: 4px;
    position: relative;
    padding: 34px 42px 41px;
}

.product-download a {
    display: inline-block;
    padding: 15px 45px;
    color: #fff;
    background-color: #F78F13;
    border: 1px solid #F78F13;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    text-decoration: none;
}

.product-download a:hover {
    background-color: transparent;
}

.product-download .txt,
.product-download .btns {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    color: #fff;
}

.product-download .txt {
    padding-right: 20%;
    text-align: left;
}

.product-download .txt h3 {
    font-size: 16px;
}

.product-download .txt p {
    margin: 0;
    font-size: 14px;
}

@media(max-width: 767px) {
    .list-title {
        padding: 30px 0;
    }

    .list-title h1 {
        font-size: 24px;
    }

    .list-title p {
        font-size: 15px;
    }

    .product-download-wrap {
        margin: 30px 0;
        padding: 20px 0 20px;
    }

    .product-download {
        padding: 10px;
    }

    .product-download .txt {
        margin-bottom: 30px;
        padding: 0;
        text-align: center;
    }
}





/* contact */
/*#region*/




.contact-us {
    padding: 70px 0 0;
}

.contact-us h3 {
    margin-bottom: 30px;
}

.contact-us .item {
    padding-left: 3px;
    margin-bottom: 30px;
}

.contact-us .item h3 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    display: block;
    width: 100%;
    margin-bottom: 7px;
}

.contact-us .item h4 {
    font-size: 14px;
    line-height: 1.54;
    font-weight: 600;
    display: block;
    width: 100%;
}

.contact-us .item p {
    font-size: 13px;
    line-height: 1.54;
    font-weight: 400;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    ;
    text-decoration: none;
    width: fit-content;
}

.contact-us .item a {
    color: #3E3E3E;
}

.contact-us .item small {
    font-size: 15px;
    line-height: 1.54;
    font-weight: 400;
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-decoration: none;
    color: #3E3E3E;
}

/*#endregion*/

/* careers */
/*#region*/


.careers-banner {
    position: relative;
    background: no-repeat 50%;
    background-size: cover;
    padding: 150px 0;
}

.careers-banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(0, 0, 0, .75), rgba(0, 0, 0, .1), transparent);
}

.careers-banner .content-block {
    position: relative;
    z-index: 2;
    max-width: 410px;
}

.careers-banner h1 {
    font-size: 36px;
    line-height: 1.2;
    color: #F78F13;
    font-weight: 600;
    margin-bottom: 10px;
}

.careers-banner h2 {
    font-size: 22px;
    line-height: 1.28;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 15px;
}

.careers-banner p {
    font-size: 17px;
    line-height: 1.54;
    color: #FFFFFF;
    font-weight: 400;
    display: block;
    width: 100%;
}

.careers-content {
    padding: 100px 0;
}

.employee-testimonials {
    padding: 75px 0;
}

.employee-testimonials h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #005EB8;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.employee-testimonials .item {
    flex: 0 0 33.33%;
    text-align: center;
    padding: 20px 0 10px;
}

.employee-testimonials .img {
    height: 78px;
    text-align: center;
    margin-bottom: 25px;
}

.employee-testimonials .img img {
    height: 100%;
}

.employee-testimonials .txt h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

.employee-testimonials p {
    font-size: 15px;
    line-height: 1.54;
    color: #000000;
    font-weight: 400;
}

.career-image {
    background: no-repeat 50%;
    background-size: cover;
    min-height: 350px;
}

@media(max-width: 767px) {

    .careers-banner {
        padding: 30px 0;
    }

    .careers-banner:before {
        background-color: rgba(0, 0, 0, .25);
    }

    .career-image {
        min-height: 150px;
    }
}

/*#endregion*/