@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Open+Sans+Condensed:300,300italic,700&subset=latin,vietnamese,latin-ext);
html {height: 100%}
body {
    background: #f0f0f0;
    width: 100%;
    font-family: "Open Sans", "Arial", san-serif;
    overflow: auto;
    height: calc(100% - 90px);
}
body * {
    /*text-align: justify;*/
    position: relative;

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
::selection {
    background: #D65206; /* WebKit/Blink Browsers */
    color: white;
}
::-moz-selection {
    background: #D65206; /* Gecko Browsers */
    color: white;
}
a {
    color: #D65206;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.lang_box li, .mnu a li, .mnu_list a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.clear {
    clear: both;
}
/*#content {
    position: absolute;
    overflow: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-hyphens: auto;
}*/

/*.horizont {
    position: relative;
    *//*white-space: nowrap;*//*
    height: auto;
}*/
.container {
    width: 80%;
    margin: 20px auto;
}

.main {
    width: 100%;
    /*position: absolute;*/
}
.section {
    width: 100%;
    /*height: 100vh;*/
    overflow: auto;
    margin-bottom: 30px;
}
.job_info {
    margin: 10px;
}

.search_content {
    margin-top: 30px;
}
.search_head {
    margin: 0 10px;
}
/*START HEADER*/

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    background: white;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    z-index: 9999;
    cursor: pointer;
}
.header .logo {
    margin-right: 20px;
}
.header .mnu {
    /*margin-left: 60px;*/
    text-transform: uppercase;
    height: 60px;
}
.mnu a {
    width: 165px;
    text-decoration: none;
}
.mnu a li {
    width: auto;
    color: #666666;
    padding: 5px 5px 5px 23px;
    border-radius: 2px;
}
.mnu a li:hover {
    color: white;
    background: #D65206;
}
.mnu a li:before {
    content: "";
    background: url('/img/layout2/images-new/icon_ar3_14x14.png') no-repeat center center;
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 5px;
}
.mnu a li:hover:before, .mnu a li.disable:before, .mnu a li.disable:hover:before {
    background: url('/img/layout2/images-new/icon_ar1_14x14.png') no-repeat center center;
}
.mnu a li.active, .mnu a li.active:hover {
    color: #D65206;
    background: none;
}
.mnu a li.active:before, .mnu a li.active:hover:before {
    background: url('/img/layout2/images-new/icon_ar2_14x14.png') no-repeat center center;
}
.mnu a li.disable, .mnu a li.disable:hover {
    color: white;
    background: #cccccc;
    cursor: default;
}

.header .mnu_list {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #cccccc;
    border-right: none;
    display: none;
}
.mnu_list > div > div {
    width: 165px;
    padding: 10px;
    border-right: 1px solid #cccccc;
}
.mnu_list .btn.link {
    display: block;
    background: none;
    color: gray;
    text-transform: none;
    padding: 5px!important;
    line-height: normal;
    height: auto;
}
.mnu_list > div > .active .btn.link {
    color: #D65206;
}
.mnu_list .btn.link:hover {
    background: gray;
    color: white;
}
.mnu_list > div > .active .btn.link:hover{
    background: #D65206;
    color: white;
}
.mnu_list > div > .disable .btn.link {
    text-decoration: none;
    cursor: default!important;
    color: silver;
}
.mnu_list > div > .disable .btn.link:hover {
    background: none;
}
.mnu_list > div > div > a:first-child {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.mnu_list > div > .disable a {
    cursor: default!important;
}
.mnu_list > div > .disable img {
    opacity: 0.4;
}

.header input {
    border: 1px solid #D65206;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    max-width: 30%;
}
.header form > div.flex-coln-end {max-width: 33%;}
.header form > div > input {
    max-width: 100%;
}
.header button.btn {
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    overflow: hidden
}
.login-bar form > * {
    margin-left: 10px;
}
.logged > div > * {
    margin-left: 10px;
}

/*END HEADER*/


/*START FOOTER*/
.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 30px;
    background: white;
    border-top: 1px solid #cccccc;
    padding: 0 10px;
    z-index: 9000;
    font-size: 11px;
    color: gray;
    line-height: 30px;
}
/*END FOOTER*/

/*BUTTON STYLE*/
.btn {
    color: white;
    background: #D65206;
    height: 30px;
    padding: 0 5px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: bold;
}
.btn:hover {
    background: black;
}

.btn.search {
    background: #D65206 url('/img/layout2/images-new/icon_search_24x24.png') no-repeat center center;
    width: 30px;
    border-radius: 0;
}
button.btn {
    font-family: "open sans", arial, helvetica, sans-serif;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.lang_icon {
    background: url('/img/layout2/images-new/icon_lg1_15x15.png') no-repeat center center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: block;
}
.lang_icon:after {
    content: "";
    background: url('/img/layout2/images-new/icon_ar4_8x5.png') no-repeat center center;
    height: 60px;
    width: 8px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}
.lang_icon:hover {
    background: url('/img/layout2/images-new/icon_lg2_15x15.png') no-repeat center center;
}
.lang_icon:hover:after {
    background: url('/img/layout2/images-new/icon_ar5_8x5.png') no-repeat center center;
}
.lang_box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 90px;
    background: white;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-size: 12px;
    font-weight: bold;
}
.lang_box a {
	text-decoration: none;
}
.lang_box li {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    text-align: right;
}
.lang_box a:hover li {
    color: white;
    background: #D65206;
}
.lang_box a.active li, .lang_box a.active:hover li {
    background: #cccccc;
    color: white;
    cursor: default;
    text-decoration: none;
}
.lang_box a.active {
    text-decoration: none;
}
/*END OF BUTTON STYLE*/

/*PAGING STYLE*/
.paging > * {
    margin-left: 3px;
    color: #7F7F7F;
}

.page_btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    background: #D65206;
    text-decoration: none;
    font-weight: bold;
    color: white;
    display: block;
}
.page_btn:hover {
    background: black;
    text-decoration: none;
    color: white;
}
.paging input {
    width: 40px;
    text-align: center;
}
.page_btn.disable {
    color: #e6e6e6;
    background: #ccc;
    cursor: default;
}
/*END OF PAGING STYLE*/

/*SUBBAR STYLE*/
.sub_bar {
    font-family: "Open Sans condensed", Arial, san-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px;
}
.sub_bar > div.hl {
    border: 1px solid #D65206;
    color: #D65206;
    padding: 5px 10px;
    text-transform: uppercase;
}
.sub_bar > div.sdt{
    border: 1px solid #D65206;
    color: white;
    background: #D65206;
    padding: 5px 10px;
    margin-right: 20px;

}
.sub_bar > a {
    margin-right: 20px;
}
/*END OF SUBBAR STYLE*/

/*JOB SECTION STYLE*/
.banner {
    margin-top: 60px;
    width: 100%;
    min-height: 250px;
    /*height: 250px;*/
    background:#D65206;
}
.ban1 {
    background: url('/img/layout2/images-new/banner_1391x889.png') repeat center center;
}
.ban1 .container > * {
    margin: 0 40px;
}
.ban1 .container .search {
    /*margin-bottom: 25px;*/
    width: 500px;
    background: white;
    padding: 10px 30px;
    border-radius: 5px;
    box-shadow: 0 0 6px #cccccc;
    margin: 20px 0;
}
.ban1 .search h2 {
    color: #D65206;
    font-size: 30px;
    font-weight: 300;
}
.ban1 .search form {
    width: 100%;
    margin-top: 10px;
}
.ban1 .search .box {
    width: 100%;
    margin-right: 10px;
    /*background: white;*/
    /*padding: 4px 10px;*/
    /*border: 1px solid #cccccc;*/
}
.ban1 .search input.key {
    width: 100%;
    padding: 5px;
    /*margin-right: 10px;*/
    /*border: none;*/
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.ban1 .search .work {
    width: 100%;
    margin-bottom: 5px;
}
.ban1 .search .label {
    /*width: 86px;*/
}
.ban1 .search .salary_box {
    /*width: 300px;*/
    margin: 0 5px;
}
li.search-field {
    font-size: 12px;
    line-height: 30px;
    height: 28px;
}
.ban1 .haft {
    width: 49.5%;
}
.ban1 .slide-box {
    margin-bottom: 5px;
}
/*.chosen-container-multi .chosen-choices {
    height: 30px!important;
    overflow: hidden;
}*/
.ban1 .search .dt > *, #job_search_form > * {
    margin-bottom: 5px;
}
.ban1 .search button {
    width: 86px;
    background: #D65206 url('/img/layout2/images-new/icon_search_24x24.png') no-repeat center center;
    height: 30px;
    border: 1px solid #D65206;
    border-radius: 2px;
    cursor: pointer;
    margin: 5px 0 5px 5px;
}
.box .adv {
    font-size: 12px;
    margin-right: 10px;
}
.box .adv:before {
    content:"";
    background: url('/img/layout2/images-new/icon_ar5_8x5.png') no-repeat center center;
    width: 8px;
    height: 100%;
    position: absolute;
    right: -10px;
}
.ban2 .box .dt {
    position: absolute;
    border: 1px solid #cccccc;
    background: white;
    padding: 0 10px 5px 10px;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 4px #ccc;
    display: none;
}
.dt input.big, .dt select.big, .big {
    width: 100%;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-appearance: none;
}
.dt table {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
}
.dt input, .dt select {
    height: 30px;
    line-height: 30px;
}
.dt input.big, .dt textarea.big {
    width: 100%;
}
.dt input.med, .dt textarea.med {
    width: 60%;
}
.dt input.sm, .dt textarea.sm {
    width: 25%;
}
.dt input.sm.haft {
    width: 40%;
}
.dt textarea.big, .dt textarea.med, .dt textarea.sm {
    height: auto;
    line-height: normal;
}
.dt input[type=checkbox] {
    height: auto;
}

a.close {
    width: 10px;
    height: 10px;
    background: url('/img/layout2/images-new/icon_del_16x16.png') no-repeat center center;
    display: inline-block;
    background-size: 100%;
}


.job_bar {
    background: white;
    border: 1px solid #cccccc;
    border-top: 2px solid #D65206;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.job_bar > * {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
.expire_eng, .expire_jan, .job_expired {
    width: 70px!important;
    margin: 10px;
}
.job_result {
    margin: 10px 0;
}
.job_result > a {
    display: block;
    color: black;
    text-decoration: none;
    width: 100%;
}
.job_result > a > div {
    display: inline-block;
    width: 100%;
}
.job_b {
    background: white;
    border: 1px solid #ccc;
    margin: 5px 10px;
}
.expire_eng *, .expire_jan *, .job_expired * {
    text-align: center!important;
}
.expire_eng, .job_expired, .expire_jan {
    background: #D65206;
    color: white;
    height: 70px;
    text-align: center;
    font-weight: 600;
}
.expire_eng span:nth-child(2) {
    font-size: 38px;
    line-height: 30px;
}
.expire_jan span:nth-child(2) {
    font-size: 24px;
}
.job_expired span:nth-child(2) {
    font-size: 14px;
    text-transform: uppercase;
}
.job_info h2 {
    color: #D65206;
    font-weight: normal;
    font-size: 22px;
}
.job_info .brief-detail {
    padding-left: 20px;
    color: gray;
    font-size: 12px;
    line-height: 17px;
}
.brief-detail ul li:nth-child(2n) {
    margin-left: 5px;
}
.brief-detail ul li:nth-child(3){
    margin-left: 40px;
}
.job_b:hover {
    background: rgba(214,82,6,0.5);
    border: 6px solid #D65206;
    margin: 0 5px 0 5px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.job_b:hover .brief-detail {
    color: white;
}



/*FOR NHANH NHANH STYLE*/
.section#nhanh_nhanh {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","Open Sans",sans-serif;
}
.ban2.banner {
    height: 250px;
    position: relative;
}
.ban2.banner:before {
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    top:0;
    left: 0;

    background: url('/img/layout2/images-new/slide-rev4-shadoe2.png') no-repeat center center;
    /*opacity: 0.8;*/
     /*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+60,000000+100&0.9+0,0.05+100 */
    /*background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.39) 60%, rgba(0,0,0,0.05) 100%);  FF3.6-15 */
    /*background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.39) 60%,rgba(0,0,0,0.05) 100%);  Chrome10-25,Safari5.1-6 */
    /*background: radial-gradient(ellipse at center,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.39) 60%,rgba(0,0,0,0.05) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#0d000000',GradientType=1 );  IE6-9 fallback on horizontal gradient */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+50,0+90 */
/*background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%); *//* FF3.6-15 */
    /*background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); *//* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(135deg,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); *//* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 ); *//* IE6-9 fallback on horizontal gradient */

}
#nhanh_nhanh .container {
    margin-top: 0!important;
    padding-top: 0!important;
    padding-bottom: 80px;
}
.ban2 {
    /*background: url('/img/layout2/images-new/banner_1400x250.png') no-repeat center bottom;*/
    margin-bottom: 20px;
    background: #E5E5E5;
}
.ban2 .container > * {
    margin: 0 40px;
}
.ban2 .box_g {
    border-radius: 5px;
    background: rgba(0,0,0,0.4);
    color: white;
    padding: 10px;
    white-space: normal;
    text-align: justify;
    line-height: 20px;
    font-size: 14px;
}
.ban2 .box_g span {
    color: gold;
    font-size: 22px;
    line-height: 36px;
}
.ban2 .container .search {
    margin-bottom: 10px;
    width: calc(100% - 265px);
}
.search_nn {
    background: white;
    border-bottom: 1px solid #cccccc;
    padding: 0 40px;
}
.search_nn h2 {
    color: #D65206;
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
}
.search_nn .box {
    width: 90%;
}
.ban2 .search form {
    width: 100%;
    margin-top: 10px;
}
.ban2 .search form span {
    color: #FFF;
    font-size: 23px;
    font-weight: 600;
}
.ban2 form > span {
    /*width: 10%;*/
}
.ban2 .search .box {
    width: 100%;
    margin: 0 10px 0 0;
    /*background: white;*/
    padding: 0;
    border: none;
}
.ban2 .search button {
    width: 10%;
    background: #D65206 url('/img/layout2/images-new/icon_search_24x24.png') no-repeat center center;
    height: 30px;
    border: 1px solid #D65206;
    border-radius: 2px;
    cursor: pointer;
}
.ban2 .search input.key {
    /*width: 90%;*/
    margin-right: 10px;
    border: none;
    height: 20px;
    line-height: 20px;
}
.search_cond {
    background: white;
    /*color: white;*/
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    /*box-shadow: 0 0 5px gray;*/
    line-height: 16px;
    border: 1px dashed #cccccc;
}
.s30 {
    width: 30%;
}
.s40 {
    width: 40%;
}
.s50 {
    width: 50%;
}
.cv_result {
    padding: 10px;
}
.card {
    background: white;
    border-top: 3px solid #D65206;
    width: calc(50% - 15px);
    margin: 15px;
    font-size: 11px;
    color: #555;
    position: relative;
}
.card:nth-child(n + 1) {
    margin-left: 0;
}
.card:nth-child(2n){
    margin-right: 0;
}
.candidate_id {
    position: absolute;
    color: #FFF;
    background: #D65206;
    font-weight: bold;
    font-size: 16px;
    top: 0;
    left: 10px;
    height: 25px;
    line-height: 25px;
    border-radius: 0 0 5px 5px;
    padding: 0 10px;
    z-index: 10;
}
.card_in {
    padding: 0 10px;
}
.tb_1 {
    margin-bottom: 10px;
}
.tb_1 td {
    padding: 5px 0 0 5px;
    vertical-align: top;
}
.gender {
    padding: 30px 0 0 0!important;
    width: 118px;
    height: 180px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    vertical-align: bottom!important;
}
a.video {
    width: 100%;
    height: 150px;
    bottom: 3px;
    left: 0;
    background: black url('/img/layout2/images-new/icon_video_w_80x46.png') no-repeat center center;
    position:absolute;
    border-radius: 5px;
    opacity: 0.7;
    cursor: pointer;
    display: inline-block;
    z-index: 10;
}
.major {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.recomment > span:first-child {
    color: #D65206;
    font-weight: bold;
}
.tb_2 {
    width: 100%;
    margin-bottom: 10px;
}
.tb_2 tr {
    background: #EFF0F0;
    display: block;
    margin-bottom:1px;
}
.tb_2 td {
    padding: 4px 5px;
    z-index: 55;
}
.tb_2 td:nth-child(2n+1) {
    min-width: 65px;
    /*max-width: 100px;*/
    color: #D65206;
    font-weight: bold;
}
.tb_2 tr:nth-child(3) td:nth-child(3){
    padding-left: 30px;
}

.card_foot {
    padding: 10px 0;
    background: white;
    border-top: 1px dotted #555;
    width: 100%;
}
.card_foot .check_btn input {
    display:none;
}
.check_btn label {
    background: #555;
    color: white;
    border-radius: 3px;
    font-weight: bold;
    padding: 2px 10px 2px 30px;
    cursor: pointer;
    position: relative;
}
.check_btn label:before {
    content: "";
    background: #ccc;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 10px;
    top: 4px;
    border-radius: 2px;
}
.check_btn input[type="checkbox"]:checked + label, .check_btn label:hover {
    background: #d65206;
}
.check_btn label:hover:before {
    background: white;
}
.check_btn input[type="checkbox"]:checked + label:before {
    background: white url('/img/layout2/images-new/icon_select_10x8.png') no-repeat center center;
}
.nn_foot {
    background: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    z-index: 999;
}
.total_select {
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin: 10px;
    border-radius: 5px;
    width: auto;
    padding: 5px;
    font-size: 20px;
    box-shadow: 2px 2px 2px black;
    background: #f4600b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NjAwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y0NjAwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q2NTIwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNjUyMDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f4600b 0%, #f4600b 50%, #d65206 51%, #d65206 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4600b), color-stop(50%,#f4600b), color-stop(51%,#d65206), color-stop(100%,#d65206)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4600b 0%,#f4600b 50%,#d65206 51%,#d65206 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4600b 0%,#f4600b 50%,#d65206 51%,#d65206 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4600b 0%,#f4600b 50%,#d65206 51%,#d65206 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4600b 0%,#f4600b 50%,#d65206 51%,#d65206 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4600b', endColorstr='#d65206',GradientType=0 ); /* IE6-8 */

}
.total_select:hover {
    background: #ffb76b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjc2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmYTczZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmN2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-8 */
}

/**********NN contact**********/
.dt tr td:nth-child(n + 1) {
    vertical-align: middle;
}
.dt .fileUpload .fake_btn {
    border: none;
    background: #d65206;
    color: white;
    font-weight: bold;
    width: 105px;
    line-height: 30px;
    margin: 5px 0;
    cursor: pointer;
    text-align: center;
}
.dt .fileUpload .fake_btn {
    background: #999;
    padding: 0;
    height: 30px;
}
.dt .fileUpload {
    position: relative;
    /*width: 450px;*/
    cursor: pointer;
}
.dt .fileUpload .upload {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.dt .fileUpload .file_name {
    width: 145px;
    display: block;
    margin: 5px 5px 5px 0;
}
.dt .file_text {
    font-size: 11px;
    margin-bottom: 5px;
}
.dt2 {
    margin-bottom: 10px;
}
.id_no {
    margin: 5px 5px 0 0;
    font-weight: bold;
    padding: 0 5px;
    line-height: 20px;
    border: 1px solid #b5b5b5;
    border-radius: 2px;
    display: block;
    /*cursor: pointer;*/
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWI1YjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(181,181,181,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(181,181,181,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(181,181,181,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(181,181,181,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(181,181,181,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(181,181,181,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-8 */

}
/*END OF NHANH NHANH STYLE*/



/*PAGE ARROW*/
.arrow > * {
    position: fixed;
    top: calc(50vh - 20px);
    width: 40px;
    height: 40px;
}
.arrow > .prev {
    z-index: 999999;
    left: 0;
    background: #D65206 url('/img/layout2/images-new/icon_ar6_23x18.png') no-repeat center center;
}
.arrow > .next {
    right: 0;
    background: #D65206 url('/img/layout2/images-new/icon_ar6_23x18.png') no-repeat center center;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
/*END OF PAGE ARROW*/

/*premium*/
.premium:after {
    position: absolute;
    background: url('/img/layout2/ribbon_premium_72x72.png') center center no-repeat;
    width: 72px;
    height: 72px;
    top: -5px;
    right: -5px;
    content: " ";
}
.premium:hover:after {
    top: -10px;
    right: -10px;
}


/*custom qtip*/

.my_qtip {
    font-size: 10pt;
    background: white;
    font-family: "Open Sans",tahoma,san-serif;
    border: 1px solid #cccccc;
    /*line-height: 14pt;*/
    max-width: 700px;
    line-height: normal!important;
}
.my_qtip .qtip-titlebar {
    background: #d65206;
    color: white;
    font-weight: bold;
    padding: 10px 35px 10px 10px;
    line-height: 16px;
}
.my_qtip .cd_id {
    padding-right: 5px;
    border-right: 2px solid white;
    margin-right: 5px;
}
.my_qtip .qtip-close {
    background: white;
    color: #d65206;
    border: none;
    border-radius: 0;
}
.my_qtip .qtip-close:hover {
    background: black!important;
    color: white!important;
}
.my_qtip .qtip-icon {
    display: table;
}
.my_qtip .ui-icon {
    width: 20px;
    height: 20px;
    font-size: 13pt;
    display: table-cell;
    vertical-align: middle;
}

.my_qtip .f_button, .my_qtip .button {
    padding: 5px!important;
    font-size: 12pt;
    font-weight: bold;
    color: white!important;
    background: #d65206;
    cursor: pointer;
    text-align: center;
    float: right;
    text-decoration: none;
    border: none!important;
    margin-bottom: 10px;
}
.my_qtip input.button {
    padding: 0 10px!important;
}
.my_qtip .f_button:hover, .my_qtip .button:hover {
    background: black;
    text-decoration: underline;
}
.my_qtip .qtip-content {
    padding: 10px ;
}
.my_qtip .recomment {
    margin: 10px 0;
}
.my_qtip button {
    background: #D65206;
    height: 30px;
    border: 1px solid #D65206;
    border-radius: 2px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    text-align:center;
    margin-left: 10px;
}
.my_qtip .dt table td:first-child {
    width: 95px;
}
.my_qtip #register_form table td:first-child {
    width: 160px;
}
.my_qtip #nhanh_nhanh_contact form table td:first-child {
    width: 130px;
}
.my_qtip #form_Contact form table td:first-child {
    width: 130px;
}
.qtip_scroll .m_content {
    overflow: auto;
    max-height: 450px;
}
.mCSB_outside + .mCSB_scrollTools {
    right: -7px;
}
.mCustomScrollBox {
    max-height: 450px!important;
}

a.add, a.del {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
a.add {
    background: url('/img/layout2/candidate/icon_plus_20x40.png') no-repeat bottom center;
}
a.del {
    background: url('/img/layout2/candidate/icon_minus_20x40.png') no-repeat bottom center;
}
a.add:hover, a.del:hover {
    background-position: top center;
}

.a.forget{
    background: #D65206;
    height: 30px;
    border: 1px solid #D65206;
    border-radius: 2px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
}
#form_forget h2 {
    font-size: 20pt;
    font-weight: 300!important;
    margin-bottom: 30px;
}
#login_apply{
    background: #D65206;
    height: 30px;
    border: 1px solid #D65206;
    border-radius: 2px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;

}

select.empty {
    color: gray;
}
option[value=""][disabled] {
    display: none;
}
option {
    color: black;
}

.no_result.box {
    /*width: 60%;*/
    margin: 20px 10px;
    padding: 10px;
    background: white;
    border: 1px solid #D65206;
    border-radius: 5px;
    width: 100%;
}
.no_result.nn.box {
    margin: 20px 0;

}

@media (max-width: 1050px) {
    .header button.btn {
        font-size: 10px;
    }
}

/*Always at bottom of css file*/
.mnu_list .btn.link.hidden, .hidden {
	display: none;
}
.applied, .applied:hover {
    background: silver!important;
    color: gray!important;
    text-decoration: none!important;
    cursor: default!important;
    position: relative;
}


.form-box {
    width: 80%;
    margin: auto;
    position: relative;
}
.form-box td:nth-child(odd) {
    width: 30%;
}
.form-box h3 {
    margin-top: 10px;
}
.apply_steps {
    width: 100%;
}
.apply_steps p {
    line-height: 1.5;
}
