.devvn_muaoto_wrap, .devvn_muaoto_wrap * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: tahoma;
    font-size: 16px;
    color: #444444;
    line-height: 28px;
}
.devvn_muaoto_wrap table {
    border: 0;
    border-collapse: collapse;
}
.devvn_muaoto_wrap table td {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}
.devvn_muaoto_left {
    width: 49%;
    float: left;
    padding-right: 20px;
}
.devvn_muaoto_right {
    width: 49%;
    float: right;
    border-left: 1px solid #cccccc;
    padding-left: 30px;
}
.devvn_muaoto_wrap:after {
    content: "";
    display: table;
    clear: both;
}
.devvn_muaoto_left table tr td:nth-child(1) {
    width: 120px;
}
.devvn_muaoto_wrap select {
    width: 100%;
    margin-bottom: 20px;
}
.devvn_muaoto_wrap select optgroup {
    font-style: inherit;
    font-weight: 300 !important;
    color: graytext;
}
.devvn_muaoto_wrap select optgroup option,
.devvn_muaoto_wrap select option{
    color: #000;
}
.show_dutoan p.mess_dutoanchiphi,
.devvn_muaoto_wrap:not(.show_dutoan) table.table_dutoanchiphi tr td:nth-child(2){
    display: none;
}
/*.show_dutoan table.table_dutoanchiphi {
    display: table;
}*/
table.table_dutoanchiphi tr td:nth-child(2) {
    text-align: right;
}
table.table_dutoanchiphi tfoot td {
    border-top: 2px solid #000 !important;
    padding: 10px 0 !important;
    font-size: 20px;
    color: #000;
}
table.table_dutoanchiphi tfoot td:nth-child(2) .tongdutoan_val{
    color: red !important;
    font-weight: 700;
}
.devvn_muaoto_title {
    text-align: center;
    margin-bottom: 36px;
}
.devvn_muaoto_title img {
    box-shadow: none;
    width: auto;
}
.devvn_muaoto_wrap button.button_dutoanchiphi {
    background: #e11428;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 15px;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #e85e70;
    outline: 0;
}
.devvn_muaoto_wrap button.button_dutoanchiphi:hover {
    background: #ccc;
    border-bottom: 3px solid #444;
    color: #444;
}
.devvn_muaoto_right hr {
    margin: 5px 0;
    width: 100%;
}
table.table_dutoanchiphi {
    margin: 0 !important;
}
.devvn_muaoto_right fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
.devvn_muaoto_right fieldset legend {
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 700;
}
table.table_dutoanchiphi input {
    height: 30px;
    padding: 0 5px;
    width: 120px;
}
.devvn_muaoto_right fieldset table.table_dutoanchiphi tr td {
    border-bottom: 1px dashed #ddd !important;
    padding: 3px 0 !important;
}
.devvn_muaoto_wrap label {
    cursor: pointer;
}
table.table_dutoanchiphi input[type="checkbox"] {
    width: auto;
    height: auto;
    display: inline-block;
}
.devvn_muaoto_wrap small {
    font-size: 0.8em !important;
}
.devvn_muaxe_note {
    color: #000;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px dashed #ff0000;
    padding: 5px 10px;
    background: #fffdf3;
    line-height: 22px;
    border-radius: 5px;
}
@media (max-width: 767px){
    .devvn_muaoto_left,
    .devvn_muaoto_right{
        width: 100%;
        float: left;
        border-left: 0;
        padding-left: 0;
    }
    .devvn_muaoto_left {
        padding-right: 0;
    }
}