.technical-search {
    padding: 45px 0;
}

.all-content-technical .text-joinery {
    margin-bottom: 0;
}

.technical-search .form-search {
    width: 366px;
    /* height: 53px; */
    height: 34px;
    /* font-size: 21px; */
    font-size: 14px;
    font-weight: 400;
    padding: 0 12px;
    /* background: #f0f0f0; */
    background: #fff;
    /* border: 1px solid #565354; */
    border: 2px solid #bfbfbf;
}

.technical-search .form-search::placeholder {
    color: black;
}

.technical-colums {
    /* justify-content: center; */
}

.technical-colums .object {
    background: #fff;
    border: 1px solid #babbbd;
    padding: 0 27px;
    /* margin : 0 20.5px; */
}

.object-img {
    padding: 23px 0;
    height: 242px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.object-img img {
    width: 180px;
    height: 100%;
    border: 1px solid#babbbd;
    object-fit: contain;
    object-position: center center;
}

.object-infomation h2 {
    /* font-size: 21px; */
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 18px;
}

.object-active {
    margin: 13px 0 26px;
}

.object-active button {
    border-radius: 0;
    outline: unset;
    border: unset;
    width: 100%;
    /* height: 48px; */
    height: 44px;
    background: #39bb9d;
}

.object-active button:hover {
    background: #39bb9d;
}

.object-active a {
    color: #fff;
    text-decoration: unset;
    /* font-size: 24px; */
    font-size: 20px;
}

.technical-object {
    padding: 0 14.5px;
}

.technical-paginate .all-show-product {
    margin: 35px auto 40px;
}

#technical-form {
    margin: 0;
    width: 366px;
    position: relative;
}

#technical-form img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-30%, -50%);
    width: 20px;
}

.title-tech{
    height: 36px;
}

@media (min-width: 1700px) {
    .technical-content {
        /* padding: 0 239px 70px; */
        padding: 0 0 70px;
        background: #f0f0f0;
    }

    .all-content-technical {
        /* padding: 44px 239px 20px; */
        padding: 44px 0px 20px;
        background: #fff;
    }
}

@media (max-width: 1700px) {
    .technical-content {
        /* padding: 0 100px 70px; */
        padding: 0 0px 70px;
        background: #f0f0f0;
    }

    .all-content-technical {
        /* padding: 44px 100px 20px; */
        padding: 44px 0px 20px;
        background: #fff;
    }
}

@media (max-width: 1400px) {
    .col-3 {
        flex: 0 0 33.33%;
        max-width: 50%;
    }

    .technical-object {
        margin-bottom: 40px;
    }
}

@media (max-width: 1100px) {
    .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 800px) {
    .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 550px) {
    .technical-content {
        padding: 0 30px 70px;
    }

    .all-content-technical {
        /* padding: 44px 30px 20px; */
        padding: 44px 0px 20px;
    }
}

@media (max-width: 433px) {
    .technical-search .form-search {
        width: 238px;
    }

    #technical-form {
        width: 238px;
    }
}
