.btn-main{
    border-radius: 5px;
    text-transform: uppercase;
    margin: 60px auto;
    padding: 5px 40px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to right, #0775bd , #1994dc);
    border-color: #1994dc;
}
.btn-step-2{
    margin: 0px auto !important;
}
#page_content{
    margin: 40px 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #337ab7;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #337ab7;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #337ab7;
}

#frm_service_contact input{
    background-color: transparent;
    border: 0;
    color: #337ab7;
    border-bottom: 2px solid #337ab7;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

#frm_service_contact textarea{
    resize: none;
    background-color: transparent;
    border: 0;
    color: #337ab7;
    border-bottom: 2px solid #337ab7;
}

#frm_service_contact textarea:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #337ab7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.choose-prototype{
    padding:  10px 15px 10px 5px;
    color: #fff;
}
.choose-prototype input{
    background: #fff;
}

.ul-list- li{
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ul-list- li:before{
    background: url(images/choose_services/btn_uncheck.png) no-repeat center;
    background-size: 60%;
    width: 40px;
    content: " ";
    height: 20px;
    position: absolute;
    left:0;
}

.ul-list- li.checked:before{
    background: url(images/choose_services/btn_check.png) no-repeat center;
    background-size: 60%;
    width: 40px;
    content: " ";
    height: 20px;
    position: absolute;
    left:0;
}

.icon-arrow-left{
    background: url(images/choose_services/arrow_left_black.png) no-repeat center;
    opacity: 0.6;
}
.icon-arrow-right{
    background: url(images/choose_services/arrow_right_black.png) no-repeat center;
    opacity: 0.6;
}

.service-item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ul-list-choose{
    padding: 5px;
}

.ul-list-choose li{
    list-style: none;
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
}

.ul-list-choose li.processing:before{
    background: url(images/choose_services/play.png) no-repeat center !important;
    background-size: 40% !important;
    width: 40px !important;
    content: " " !important;
    height: 20px!important;
    position: absolute!important;
    left:0!important;
}

.ul-list-choose li.done:before{
    background: url(images/choose_services/checked.png) no-repeat center;
    background-size: 50%;
    width: 40px;
    content: " ";
    height: 20px;
    position: absolute;
    left:0;
}

#frm_service_contact{
    margin-top: 40px;
}

#frm_service_contact .col-md-6 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.service-item.checked{
    background-color: #337ab74a;
}

.service-list{
    /*display: inline-block;*/
}

.service-item img{
    margin-top: 10px;
    width: 80px;
    height: 80px;
}

.owl-carousel .owl-item img {
    max-width: 540px;
    max-height: 530px;
}

.estimated_budget{
    background-color: transparent;
    border: 0;
    color: #337ab7;
    border-bottom: 2px solid #337ab7;
    border-color: #337ab7 !important;
    box-shadow: none!important;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;

    /*Style nút tam giác*/
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 100%;
    background-position-y: 5px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
}

select:invalid { color: #999999; }
.estimated_budget:focus{
    border-color: unset;
    box-shadow: 0 0 0px #c9c9c9;
}

/*min-width*/
@media (min-width: 768px) {
    .function-box{
        height: 100%;
    }
    .ul-list-choose{
        max-height: 420px;
        overflow: auto;
    }
}

/*max-width*/
@media (max-width: 767px) {
    .function-box{
        text-align: center;
    }
    .ul-list-choose{
        text-align: left;
    }
    .btn-center-bottom{
        position: relative;
        margin: 20px auto;
    }
}

@media (max-width: 500px) {
    .service-item{
        width: 50%;
    }
}

/*
Added by Vu
 */

h2.text-color-337ab7{
    padding: 16px !important;
    font-weight: bold !important;
}
