/* <=== ===> */
.div_dropdown {
    position: relative;
}
.div_dropdown .list-dropdown {
    display: none;
    position: absolute;
    top: 33px;
    right: 0;
    width: 800px;
    min-height: 100px;
    background: var(--color-white);
    border: 1px solid #bdbdbd;
    padding: 10px;
    z-index: 10000;
}
.list-dropdown-item ul {
    list-style: none;
}
.list-dropdown-item ul.hr {
    float: left;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.list-dropdown-item ul{
    display: flex;
    flex-wrap: wrap;
}
.list-dropdown-item li {
    background: url(../images/icon_li.gif) 0px 9px no-repeat;
    padding: 3px 0px;
    padding-left: 10px;
    width: 25%;
}
.list-dropdown-item li.last {
    margin-right: 0px;
}
.list-dropdown-item li a.current {
    font-weight: bold;
    color: var(--color-orange);
}
table.table_bg td::before{
    display: none;
}
.box-list li a span {
	background:url("../images/icon_list.png") left no-repeat;	
	display:block;
	padding-left:28px;
}
.box-list li a span.icon_nop_don {
    background-image: url("../images/icon_nop_don.png");
}
.box-list li a span.icon_save {
    background-image: url("../images/icon_save.png");
}
.box-list li a span.icon_facebook {
    background-image: url("../images/icon_facebook.png");
}
.box-list li a span.icon_twitter {
    background-image: url("../images/icon_twitter.png");
}
.box-list li a span.icon_google {
    background-image: url("../images/icon_google.png");
}
.box-list li a span.icon_search {
    background-image: url("../images/icon_search.png");
}
.box-list li a span.icon_print {
    background-image: url("../images/icon_print.png");
}
.navTab {
	border-bottom:3px solid #d4d4d4;	
}
.navTab ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.navTab li {
    margin-right: 6px;
    border: 1px solid var(--color-wb);
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    background: var(--color-wd);
}
.navTab li.last {
    margin-right: 0px;
    float: right;
}
.navTab li a {
    display: block;
    font-weight: 600;
    color: var(--color-wa);
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    padding: 6px 0;
    text-transform: uppercase;
}
.navTab li a:hover {
    color: var(--color-purple);
}
.navTab li a span {
    padding-left: 10px;
    padding-right: 11px;
    display: block;
}
.navTab li a.current {
    background: var(--color-white);
    color: var(--color-purple);
    padding: 6px 0 9px 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
h1.title {
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.boxInfo {
	padding:2px;	
}
.boxInfo .status {
	background:#0cc9d9;
	padding:2px 5px;
	border:1px solid #07b4c2;
	text-align:center;
	color:var(--color-white);
	font-weight:bold;
}
.boxInfo .photo{
	padding:4px;
	border:1px solid #ccc;
	text-align:center;
}
.info_job {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.info_job .info_row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.info_job .info_row .info_col {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}
.info_job .before {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
}
.info_job .before:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 0;
    left: 0;
    color: var(--color-orange);
}
.desc_job .node {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    display: flex;
    flex-wrap: wrap;
}
.desc_job .node .node_title {
    width: 150px;
    font-weight: bold;
    position: relative;
    padding-right: 15px;
    box-sizing: border-box;
}
.desc_job .node .node_title:after {
    position: absolute;
    top: 0;
    right: 0;
    content: ":";
}
.desc_job .node .node_content {
    width: calc(100% - 150px);
    padding-left: 15px;
}
.desc_job .node .clear{
    display: none;
}
.btnBottom ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.btnBottom li {
    margin-right: 6px;
    margin-bottom: 6px;
}
.btnBottom li.last {
    margin-right: 0px;
}
.btnBottom li a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 11px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid var(--color-wd);
    color: var(--color-we);
    background: var(--color-wd);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: var(--effect-m);
    -moz-transition: var(--effect-m);
    -o-transition: var(--effect-m);
    transition: var(--effect-m);
}
.btnBottom li a.current,
.btnBottom li a:hover {
    color: var(--color-purple);
}
.tabContent .loading {
    min-height: 300px;
    text-align: center;
    padding: 100px 0px;
}
.box-other ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.box-other li {
    background: url("../images/icon_li.gif") 0px 7px no-repeat;
    width: 50%;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}
.box-other li.last {
    margin-right: 0px;
}
.box-other li a {
    font-weight: 600;
}
.box-other li a:hover {
    text-decoration: none;
}
.box-other li .company {
    font-style: italic;
}
.tblInfo {
    padding: 2px;
}
.tblInfo ul {
    list-style: none;
}
.tblInfo li {
    padding: 10px;
    border-bottom: 1px dotted var(--color-wc);
    overflow: hidden;
    clear: both;
}
.tblInfo li.col2 {
    background: #f5f5f5;
}
.tblInfo li .label {
    float: left;
    width: 80px;
    font-weight: bold;
}
.tblInfo li .info {
    float: left;
}
.div-button{
    text-align: center;
}
.div-button a, .div-button button{
    margin-bottom: 5px;
}
.tpdetailif .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpdetailif .ifgrip > div{
    padding: 0 10px;
}
.tpdetailif .ifgrip .mcol{
    width: 160px;
}
.tpdetailif .ifgrip .hcol{
    width: calc(100% - 160px);
}

.style_tab {
    position: relative;
}
.style_tab .tab_title {
    background: var(--color-purple);
    font-size: 16px;
    line-height: 25px;
    padding: 10px 30px 10px 15px;
    font-weight: 600;
    color: var(--color-white);
    text-transform: uppercase;
    position: relative;
    display: none;
    cursor: pointer;
}
.style_tab .tab_title:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0d7";
    font-size: 16px;
    line-height: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    table.table_bg td::before{
        display: block;
    }
        .tuyen_dung thead {
        display: none;
    }
    .tuyen_dung tbody,
    .tuyen_dung tr,
    .tuyen_dung td {
        display: block;
    }
    .tuyen_dung tr {
        border: 1px solid #cacaca;
        margin-bottom: 8px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 10px;
        -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    }
    table.tuyen_dung td {
        padding: 0;
        font-size: 13px;
        line-height: 25px;
        border: none!important;
    }
    table.tuyen_dung td .title {
        font-size: 16px;
        line-height: 25px;
    }
    .tuyen_dung td.td_inline_block {
        display: inline-block;
        width: 33.33%;
        margin-left: -4px;
        box-sizing: border-box;
        padding: 3px 10px 3px 22px;
        text-align: left !important;
        position: relative;
        vertical-align: top;
    }
    .tuyen_dung .td_inline_block:before {
        display: block;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 3px;
        left: 4px;
        font-size: 16px;
        line-height: 25px;
        color: var(--color-orange);
    }
    .tuyen_dung .td_hidden {
        display: none;
    }
    .tuyen_dung {
        background-color: transparent;
    }
    .info_job {
        border: 1px solid #cacaca;
        margin-bottom: 8px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 15px;
        -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    }
    .desc_job .node {
        border: 1px solid #cacaca;
        margin-bottom: 8px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 15px;
        -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    }
    .desc_job .node .node_title {
        width: 100%;
        float: none;
        padding-right: 0;
        color: var(--color-orange);
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #cacaca;
    }
    .desc_job .node .node_title:after {
        display: none;
    }
    .desc_job .node .node_content {
        padding-left: 0;
        width: 100%;
    }

        .style_tab .tab_title{
        display: block;
    }
    .style_tab .tab_title {
        display: block;
    }
    .style_tab.navTab {
        height: auto;
        border-bottom: 0;
    }
    .style_tab .tab_conts {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        display: none;
    }
    .style_tab.active .tab_conts {
        display: block;
    }
    .style_tab ul li{
        width: 100%;
    }
    .style_tab ul li,
    .style_tab ul li.last {
        float: none;
        margin: 0;
        border: 0;
    }
    .style_tab ul li a.current,
    .style_tab ul li a {
        display: block;
        font-size: 13px;
        line-height: 20px;
        padding: 10px 11px;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        border: 1px solid var(--color-wd);
        color: var(--color-we);
        background: var(--color-wd);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.08);
        -webkit-transition: var(--effect-m);
        -moz-transition: var(--effect-m);
        -o-transition: var(--effect-m);
        transition: var(--effect-m);
    }
    .style_tab.navTab li a span {
        padding: 0;
    }
    .style_tab ul li a.current {
        color: var(--color-we);
    }
    .style_tab ul li a.current:hover {
        color: var(--color-purple);
    }
}
@media all and (max-width: 767px){
    .tuyen_dung td.td_inline_block {
        width: 100%;
    }
    .info_job .info_row .info_col {
        width: 100%;
    }
    .box-other li{
        width: 100%;
    }
    .tpdetailif .ifgrip .mcol{
        width: 160px;
        margin-bottom: 10px;
    }
    .tpdetailif .ifgrip .hcol{
        width: 100%;
    }
}