.devvn_phimcachnhiet_wrap, .devvn_phimcachnhiet_wrap * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.devvn_phimcachnhiet_wrap {
    font-size: 14px;
}
.devvn_phimcachnhiet_form {
    margin: 0 0 10px 0;
}
.devvn_phimcachnhiet_form_box {
    position: relative;
    margin: 0 0 20px;
}
.devvn_phimcachnhiet_form_box {
    background: rgb(0 0 0 / 30%);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 9px;
}
.devvn_phimcachnhiet_form_box form.form_devvn_phimcachnhiet {
    margin: 0;
}

.form_devvn_phimcachnhiet_field {
    align-items: flex-start;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.devvn_phimcachnhiet_form_box input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    box-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    outline: none !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
    font-size: 15px;
    margin-bottom: 0;

}
.devvn_phimcachnhiet_form_box button.devvn_masp_submit {
    min-height: auto;
    border: 0;
    margin: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: var(--secondary-color, #00aff2);
    color: #fff;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 44px;
    position: absolute;
    top: 3px;
    right: 4px;
    height: 44px;
    width: 120px;
    background: var(--primary-color, #EE6B27);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.devvn_phimcachnhiet_loading {
    display: none;
}
.devvn_loading .devvn_phimcachnhiet_result, .devvn_phimcachnhiet_result {
    display: none;
}
.devvn_loading .devvn_phimcachnhiet_loading{
    display: block;
}

.bh_phimcachnhiet_tab_title {
    color: red;
    font-weight: 700;
    padding: 10px 35px 10px 20px;
    cursor: pointer;
    border-bottom: 2px solid #cccccc;
    position: relative;
}
.bh_phimcachnhiet_tab_content_box {
    display: none;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
}
.bh_phimcachnhiet_tab_content:nth-child(1) .bh_phimcachnhiet_tab_content_box {
    display: block;
}
.bh_phimcachnhiet_tab_content {
    background: #f1f1f1;
    margin-bottom: 10px;
}
.bh_phimcachnhiet_tab_title:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #ccc;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    transition: all .3s linear;
}
.active .bh_phimcachnhiet_tab_title:after {
    transform: rotate(227deg);
    margin-top: -2px;
}

.devvn_bh_phimcachnhiet_rang_form_box form.form_devvn_bh_phimcachnhiet_rang {
    margin: 0;
}

.devvn_phimcachnhiet_result, .devvn_phimcachnhiet_result * {
    color: #333;
    font-size: 14px;
}
.bh-phimcachnhiet-box > strong {
    display: block;
    border-bottom: 1px solid #333;
    padding: 0 0 6px 0;
    margin: 5px 0 12px 0;
}
.devvn_phimcachnhiet_result table.devvn_table {
    margin-bottom: 30px;
}
.devvn_phimcachnhiet_result table.devvn_table td:first-child, .devvn_phimcachnhiet_result table.devvn_table th:first-child {
    width: 20%;
}
.devvn_phimcachnhiet_result table.devvn_table td {
    border: 0;
}
table.devvn_table_sp, table.devvn_table_sp td, table.devvn_table_sp th {
    text-align: center;
}

table.devvn_table_sp td, table.devvn_table_sp th {
    padding: 10px 5px;
    border-bottom: 1px solid #e1e1e1 !important;
}

table.devvn_table_sp td:nth-child(1), table.devvn_table_sp th:nth-child(1) {
    width: 50px !important;
}

.table_respon table.devvn_table_sp td:nth-child(1),
.table_respon table.devvn_table_sp th:nth-child(1){
    width: 50px !important;
}
.table_respon table.devvn_table_sp td:not(:nth-child(1)),
.table_respon table.devvn_table_sp th:not(:nth-child(1)){
    width: 20% !important;
}

.table_respon {
    overflow-x: auto;
    overflow-y: hidden;
}
.table_respon table {
    min-width: 700px;
}

@media (max-width: 549px){
    .devvn_phimcachnhiet_result table.devvn_table td:first-child, .devvn_phimcachnhiet_result table.devvn_table th:first-child {
        width: 30%;
    }
    .bh_phimcachnhiet_tab_title {
        padding: 10px 35px 10px 10px;
    }
}