/*
 * dung chung
 */
.v-search-form form {
    position: relative;
}

/*style1*/
.search-form-style-1 .v-search-form .text {
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    padding: 0 15px;
}

.search-form-style-1 .v-search-form .submit {
    width: 40px;
    height: 30px;
    vertical-align: top;
    font-size: 0;
    border: none;
    background: #f0590c;
    position: absolute;
    right: 0;
    top: 0;
}

.search-form-style-1 .v-search-form .submit:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

/*style2*/
.search-form-style-2 .v-search-form .text {
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    padding: 0 15px 0px 5px;
    border: none;
    border-bottom: 1px solid rgba(192, 192, 192, 0.46)
}

.search-form-style-2 .v-search-form .submit {
    width: 40px;
    height: 30px;
    vertical-align: top;
    font-size: 0;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.search-form-style-2 .v-search-form .submit:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    color: rgb(192, 192, 192);
    font-weight: lighter;
}

.search-form-style-2 .v-search-form .text:focus {
    outline: none;
}

/*style3*/