.search-bm {
    float: left;
    width: 100%;
    height: 270px;
    background: url('/timviecejs/images/br_bm.png');
    background-size: 100%;
    padding: 80px 0;
    box-sizing: border-box;
}

.search-bm .warpper {
    margin-left: 330px;
}

.search-bm .warpper p {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 10px;
}

.search-bm .warpper span {
    color: #000000;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 18px;
}

.search-bm .warpper #search-tt {
    background: #ffffff;
    border-radius: 30px;
    width: 30%;
    height: 49px;
    border: none;
    box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.1);
    padding-left: 22px;
    cursor: pointer;
}

.search-bm .warpper #btn-search-tt {
    background: #043379;
    border-radius: 30px;
    border: none;
    width: 11%;
    height: 49px;
    box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    margin-left: 24px;
}

.search-bm .warpper #btn-search-tt img {
    margin-bottom: -5px;
    margin-right: 10px;
}

/* Tablet */
@media screen and (max-width: 1365.98px) {
    .search-bm {
        background: url('/timviecejs/images/br_bm_2.png');
        padding: 80px 0;
        margin-top: 56px;
    }

    .search-bm .warpper {
        margin-left: 30px;
    }

    .search-bm .warpper #search-tt {
        width: 35%;
    }

    .search-bm .warpper #btn-search-tt {
        width: 16%;
    }
}

/* Mobile */
@media screen and (max-width: 767.98px) {
    .search-bm {
        background: url('/timviecejs/images/br_bm_3.png');
        padding: 53px 0;
        margin-top: 56px;
        height: 353px;
    }

    .search-bm .warpper {
        margin-left: 42px;
    }

    .search-bm .warpper span {
        margin-left: 86px;
    }

    .search-bm .warpper #search-tt {
        width: 53%;
        height: 49px;
        padding-left: 22px;
    }

    .search-bm .warpper #btn-search-tt {
        width: 27%;
        margin-left: 14px;
        height: 49px;
    }
}

/* Small mobile */
@media screen and (max-width: 413.98px) {
    .search-bm .warpper {
        margin-left: 20px;
    }

    .search-bm .warpper p {
        font-size: 25px;
        line-height: 28px;
        text-align: center;
    }

    .search-bm .warpper #search-tt {
        width: 55%;
    }

    .search-bm .warpper #btn-search-tt {
        width: 29%;
    }
}