.devvn-content, .devvn-content * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.devvn-content p{
    margin: 0 0 10px 0;
}
.devvn-content{
    font-size: 13px;
}
.box-price h3 {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin: 0 0 5px;
}
.box-price h3 span {
    background: #ff6e01 none repeat scroll 0 0;
    border-radius: 25px;
    line-height: 25px;
    color: #fff;
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    text-align: center;
    width: 25px;
}
.box-step {
    clear: both;
    margin-bottom: 0 !important;
}
.box-step:before, .box-step:after {
    display: block;
    content: '';
    clear: both;
}
#form-price input[type=text] {
    width: 60%;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 0 5px;
}
#form-price .step {
    float: left;
    width: 150px;
    padding-right: 10px;
    margin-bottom: 20px;
}
#form-price .step1 {
    float: left;
    width: 100%;
    width: calc(100% - 160px - 160px);
    width: -moz-calc(100% - 160px - 160px);
    width: -webkit-calc(100% - 160px - 160px);
    margin-bottom: 20px;
}
#form-price .step2 {
    width: 150px;
    float: left;
    padding-left: 10px;
}
.button-end {
    padding-top: 20px;
}
#form-price .step2 .btn_price_in, #form-price .step2 .ibtn_price_in {
    display: block;
    color: #fff !important;
    background: #ff6e01;
    width: 100%;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}
form#form-price .box-step label {
    cursor: pointer;
}
.title-price {
    text-align: center;
}
.title-price-primary {
    font-weight: 600;
}
#ketqua .box-step .textLabel {
    float: left;
    margin-right: 5px;
}
#ketqua .box-step .input span {
    font-weight: bold;
    color: #f00;
}
#ketqua {
    border-top: 1px solid #ff6e01;
    padding-top: 20px;
    font-size: 13px;
}
.box-price h2, #ketqua h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
}
.devvn-content .alert {
    color: #f00;
    border: 1px solid #f00;
    padding: 5px 10px;
    display: none;
}
.devvn-content table#table {
    margin-bottom: 0 !important;
    margin: 0 !important;
}
.devvn-content table#table_insert, .devvn-content table#table_insert td {
    border-collapse: separate;
    border-spacing: 2px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
}
.devvn-content #table td {
    white-space: nowrap;
    padding: 0;
}
.form-phongthuy {
    background: #efefef;
    padding: 20px 40px;
}
.form-phongthuy h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ff6e01;
    margin: 0 0 10px 0;
}

.form-phongthuy .form-item label {
    float: left;
    width: 130px;
}

.form-phongthuy #btn-xemque {
    display: block;
    color: #fff !important;
    background: #ff6e01;
    width: 160px;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 130px;
    text-decoration: none;
}

#chithietphongthuy {
    padding-top: 40px;
}
.form-text, .form-textarea, .form-select {
    border: 1px solid #ddd;
    padding: 5px;
    max-width: 350px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
}
.form-error, .form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 1px solid #F00 !important;
}
.clear:after {
    content: "";
    clear: both;
    display: table;
}
@media (max-width: 550px){
    .form-phongthuy #btn-xemque {
        margin: 0 auto;
    }
    .form-text, .form-textarea, .form-select {
        max-width: 100%;
    }
}

@media (max-width: 767px){
    #form-price .step,
    #form-price .step1,
    #form-price .step2{
        width: 100%;
        padding: 0;
    }
    div#chithietphongthuy img {
        width: auto;
        height: auto !important;
    }
}