.recruitTools {
    background: #fafafa;
    padding: 15px;
    margin-bottom: 20px;
    border: solid 1px #e5e5e5;
}
.recruitTools.nobg{
    background: transparent;
}
.gridR{
    margin: 0 -5px;
}
.gridR:after{
    content: "";
    display: block;
    clear: both;
}
.gridR .col1{
    width:60%;
    float:left;
    padding:0 5px;
}
.gridR .col2{
    width:25%;
    float:left;
    padding:0 5px;
}
.gridR .col3{
    width:15%;
    float:left;
    padding:0 5px;
}
.gridR .col4{
    width: 50%;
    float: left;
    padding: 0 5px;
}
.gridR .col5{
    width: 33.333333%;
    float: left;
    padding: 0 5px;
}
.recruitTools input[type="text"],
.recruitTools select{
    width:100%;
    height:40px;
    border: solid 1px #e5e5e5;
    padding-left: 10px;
    font-size: 15px;
    line-height: 23px;
}
.recruitTools button{
    width:100%;
    height:40px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.15px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    background: transparent;
    background: #bf1e2e;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.recruitTools button:hover{
    background: #000000;
}
.ds_share{
    border-top: solid 1px rgba(0, 0, 0, 0.07);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.ds_share .txt{
    margin-right: 15px;
}
.ds_share ul:after{
    display: block;
    content: '';
    clear: both;
}
.ds_share ul li{
    margin-left: 5px;
    font-size: 16px;
    line-height: 30px;
    float: left;
    padding: 5px 0;
}
.ds_share ul li a{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ds_share ul li a:hover{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ds_share ul li a .fa{
    font-size: 14px;
    line-height: 30px;
}
/*========================================================*/
.recruitTable .txt{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
.recruitTable .txt:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
.recruitTable .txt span{
    display: inline-block;
    background: #ffffff;
    z-index: 1;
    padding: 0 10px;
    position: relative;
}
.recruitTable table{
    width:100%;
    font-size: 15px;
    line-height: 23px;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 20px;
    font-weight: 600;
}
.recruitTable table tr th {
    background: #00a859;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 15px;
    border-left: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
}
.recruitTable table tr th:nth-child(2){
    width: 40%;
}
.recruitTable table tr th:last-child{
    border-right: solid 1px #dcdcdc;
}
.recruitTable table tr td {
    padding: 11px 20px;
    border-left: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
}
.recruitTable table tr td:last-child{
    border-right: solid 1px #dcdcdc;
}
.recruitTable table tr:nth-child(odd) td{
    background:#e5e5e5;
}
.recruitTable table tr:nth-child(even) td{
    background:#f2f2f2;
}
.recruitTable table tr th:nth-child(3),
.recruitTable table tr th:nth-child(5),
.recruitTable table tr th:nth-child(6),
.recruitTable table tr td:nth-child(3),
.recruitTable table tr td:nth-child(5),
.recruitTable table tr td:nth-child(6){
    text-align: center;
}
.recruitTable .link a{
    color: #666666;
    font-style: italic;
    font-weight: normal;
}
.recruitTable .link a span{
    padding-right: 20px;
    position: relative;
}
.recruitTable .link a span:before{
    content: "\f101";
    font-family: fontAwesome;
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*========================================================*/
.infoRecruit{
    margin-bottom: 25px;
}
.infoRecruit .title{
    font-size: 12px;
    line-height: 20px;
}
.infoRecruit .place{
    font-size: 24px;
    line-height: 33px;
    font-weight: bold;
}
.recruitTitle{
    margin-bottom: 25px;
}
.gridRR:after{
    content: "";
    display: block;
    clear: both;
}
.gridRR .col{
    width:50%;
    float:left;
}
.recruitInfo{
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}
.recruitInfo .Attr {
    padding: 8px 0px;
    border-top: solid 1px rgba(0, 0, 0, 0.07);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.recruitInfo .Attr .n{
    width:160px;
    float: left;
    font-size: 14px;
    line-height: 22px;
    flex-shrink: 0;
    font-weight: bold;
}
.recruitInfo .Attr .t{
    overflow: hidden;
    font-size: 15px;
    line-height: 23px;
}
.recruitInfo .Attr .c{
    color: #04924f;
}
.recruitInfo .gridRR .col:last-child .Attr{
    justify-content: flex-end;
}
.recruitInfo .gridRR .col:last-child .Attr .n{
    width: 120px;
}
.recruitInfo .gridRR .col:last-child .Attr .t{
    width: 130px;
    flex-shrink: 0;
    text-align: right;
}
.rTools a {
    display: block;
    font-size: 15px;
    line-height: 23px;
    border-top: solid 1px rgba(0, 0, 0, 0.07);
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    padding: 8px 0px 7px;
}
.rTools a span{
    padding-right: 20px;
    position: relative;
}
.rTools a span:before{
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0e4b8e;
}
.recruitRegis a{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color:#ffffff;
    background: #0e4b8e;
    width: 270px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 0px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.recruitRegis{
    margin-bottom: 30px;
}
.recruitRegis a:hover{
    background: #ba2221;
}
/*=====================================================*/
.boxRecruit{
    margin-bottom: 20px;
    border: solid 1px #e5e5e5;
}
.boxRecruit .title {
    background: #eeeeee;
    padding: 10px 20px;
    position: relative;
}
.boxRecruit .title .toggle{
    width:20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}
.boxRecruit .title .toggle:before{
    content: "\f068";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.boxRecruit.closez .title .toggle:before{
    content: "\f067";
}
.boxRecruit .title h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
.boxRecruit .content{
    padding: 10px 20px;
    font-size: 15px;
    line-height: 23px;
}
.boxRecruit.nop .content{
    padding:0;
}
.boxRecruit .partContent{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
.boxRecruit .partContent:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.boxRecruit .partContent p{
    padding: 2px 0;
}
.boxRecruit .partContent .t1{
    color: #00a859;
}
.boxRecruit .partAddress .be{
    padding-left: 25px;
    position: relative;
}
.boxRecruit .partAddress .be:before{
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #00a859;
}
.boxRecruit .partAddress .be a.map{
    color: #00a859;
    text-decoration: underline;
}
.gridPR{
    margin: 0 -5px;
}
.gridPR:after{
    content: "";
    display: block;
    clear: both;
}
.gridPR .col{
    width:50%;
    float: left;
    padding: 0 5px;
}
.boxRecruit .divP p.mb{
    margin-bottom: 5px;
}
.boxRecruit .divP a{
    display: block;
    color:#ffffff;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    padding: 9px 0px;
}
.boxRecruit .divP a span{
    padding-left: 25px;
    position: relative;
}
.boxRecruit .divP a span:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
}
/*============================*/
.boxRecruit.v2 .title{
    background: #bf1e2e;
    color:#ffffff;
    text-align: center;
}
.boxRecruit .title h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.boxRecruit.v2 .content{
    background: #fafafa;
    padding: 0;
}
.formRecruit label{
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    width: 120px;
    float:left;
}
.formRecruit label span{
    color:#e80000;
}
.formRecruit .colRight{
    float:left;
    width:-webkit-calc(100% - 120px);
    width:-moz-calc(100% - 120px);
    width:-ms-calc(100% - 120px);
    width:calc(100% - 120px);
}
.formRecruit input[type="text"],
.formRecruit select,
.formRecruit textarea{
    width:100%;
    height:40px;
    padding-left: 15px;
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
}
.formRecruit input[type="file"] {
    width: 100%;
    background: #ffffff;
    border: solid 1px #d1d1d1;
    padding: 8px;
}
.formRecruit textarea{
    height: 193px;
    resize: none;
}
.formRecruit button {
    width: 100%;
    background: #00a859;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    padding: 8px 0px;
    position: relative;
}
.formRecruit button span{
    position: relative;
}
.formRecruit button:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    content: '';
    background: #2c2c2c;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.formRecruit button:hover:before {
    bottom: 0;
}
/*==============================================================*/
.policy{
    padding: 25px;
    background: #fafafa;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.policy .img{
    width: 220px;
    height: 145px;
    background: #ffffff;
    flex-shrink: 0;
    margin-right: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.policy .img img{
    max-width: 75px;
    max-height: 75px;
}
.policy .caption .tend{
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #00a859;
    margin-bottom: 10px;
}
.policy .caption .des{
    margin-bottom: 15px;
}
.policy .toggle a{
    font-size: 15px;
    line-height: 23px;
    color: #00a859;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.policy .toggle a:before{
    content: "";
    position: absolute;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    width: 0px;
    border-bottom: solid 1px #00a859;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.policy .toggle a:hover:before{
    width: 20px;
}
.policy .toggle a span.effect{
    width: 60px;
    height: 40px;
    position: absolute;
    left:100%;
    top: 50%;
    margin-left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.policy .toggle a span.effect:before{
    font-family: fontAwesome;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: solid 1px #00a859;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
}
.policy .toggle a span.effect:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #00a859;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.policy .toggle a:hover span.effect:before{
    margin-left: 15px;
    color:#ffffff;
}
.policy .toggle a:hover span.effect:after{
    margin-left: 15px;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.policy.active .toggle{
    text-align: right;
    padding-right: 70px;
}
.policy .toggle a._open{
    display: inline-block;
}
.policy .toggle a._close{
    display: none;
}
.policy.active .toggle a._open{
    display: none;
}
.policy.active .toggle a._close{
    display: inline;
}
.policy .toggle a._open span:before{
    content: "\f105";
}
.policy .toggle a._close span:before{
    content: "\f106";
}
.policy .content{
    display: none;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
    .gridRR .col{
        width:100%;
    }
    .recruitTitle h1{
        font-size: 25px;
        line-height: 33px;
    }
    .gridR .col1,
    .gridR .col2,
    .gridR .col3{
        width: 100%;
        margin-bottom: 10px;
    }
    .gridR .col3{
        margin-bottom: 0;
    }
    .recruitInfo .gridRR .col:last-child .Attr .n{
        width: 160px;
    }
    .recruitInfo .gridRR .col:last-child .Attr .t{
        width:initial;
    }
    .recruitInfo .gridRR .col:last-child .Attr{
        justify-content: flex-start;
    }
    .recruitTable table tr:nth-child(odd) td,
    .recruitTable table tr:nth-child(even) td{
        background: #FFFFFF;
    }
}

@media all and (max-width: 768px){
    .recruitTable table thead {
        display: none;
    }
    .recruitTable table tr {
        display: block;
        padding: 15px 20px;
        border: solid 1px #dfdfdf;
        border-bottom: none;
        padding-left: 155px;
        position: relative;
    }
    .recruitTable table tr:before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 140px;
        background: #00a859;
    }
    .recruitTable table tr td{
        display: block;
        padding:0;
        border:none !important;
        margin-bottom: 10px;
        position: relative;
    }
    .recruitTable table tr td:before{
        content: attr(data-cont);
        position: absolute;
        font-size: 13px;
        line-height: 21px;
        color: #ffffff;
        left: -139px;
        top: 0;
        font-weight: normal;
        text-transform: uppercase;
    }
    .gridR .col4{
        width: 100%;
    }
    .recruitTable table tr th:nth-child(3),
    .recruitTable table tr th:nth-child(5),
    .recruitTable table tr th:nth-child(6),
    .recruitTable table tr td:nth-child(3),
    .recruitTable table tr td:nth-child(5),
    .recruitTable table tr td:nth-child(6){
        text-align: left;
    }
    .policy{
        display: block;
    }
    .policy .img{
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 420px){
    .formRecruit label{
        width: 100%;
        float: none;
    }
    .formRecruit .colRight{
        width: 100%;
    }
}












/*By thai Son*/

.div-recaptcha {
    overflow: hidden;
}

.menu-sidebar ul li.active a {
    color: #1762af;
}
.noItem {
    text-align: center;
    color: #FF0000;
    padding: 20px;
}

.div_input {position: relative}
.div_input.has-success em {
    display: none;
}

.div_input.has-error em {
    position: absolute;
    z-index: 10;
    right: 0;
    top: -40px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    padding: 3px 10px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.div_input.has-error em::after {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f0d7';
    color: #000;
    right: 15px;
    bottom: -15px;
}

.div_input.has-error input[type=text]{
    border-color: #a94442 !important;
}
.div_input.has-success input[type=text] {
    border-color: #3c763d !important;
}


.div_input.has-error em {
    position: absolute;
    z-index: 10;
    right: 0;
    top: -32px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    padding: 3px 10px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.div_input.has-error em::after {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f0d7';
    font-weight: 900;
    color: #000;
    right: 15px;
    bottom: -13px;
}