.gripPolicy{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 30px;
    background-color: #2d3591;
}
.gripPolicy > div{
    width: 50%;
}
.gripPolicy .colT{
    order: 2;
}
.gripPolicy .colD{
    
}
.gripPolicy .thumbPo img{
    width: 100%;
}
.gripPolicy .decsPo{
    max-width: 490px;
    margin: 0 auto;
    padding: 20px 15px 40px;
}

.gripPolicy .theDecs{
    padding-top: 50px;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}
.gripPolicy .theDecs::before{
    content: '\f10d';
    position: absolute;
    top: 0;
    font-size: 36px;
    line-height: 36px;
    font-family: FontAwesome;
    color: #f58220;
}
.lstPolicy .itemPolicy{
    margin-bottom: 30px;
    padding: 30px;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
}
.lstPolicy .itemPolicy:last-child{
    margin-bottom: 0px;
}
.itemPolicy .thumbI{
    width: 220px;
    position: relative;
}
.itemPolicy .thumbI a{
    display: block;
    position: relative;
    background-color: #ffffff;
    padding-top: 65.56%;
}
.itemPolicy .thumbI a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.itemPolicy .decsI{
    width: calc(100% - 220px);
    padding-left: 30px;
}
.itemPolicy .decsI h3{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.itemPolicy .decsI .tend{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;  
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemPolicy .decsI .viewdet a{
    display: none;
} 
.itemPolicy .decsI .tend p{
    padding: 0;
    margin-bottom: 5px;
}
.viewdet .hideTend span{
    padding-left: 20px;
    padding-right: 0;
    font-size: 13px;
    line-height: 21px;
}
.viewdet .hideTend span::before{
    content: '\f0aa';
    left: 0;
    right: inherit;
}
.viewdet .hideTend:hover span::before{
    right: inherit;
}

/*  */
.boxRecruitment{

}
.boxRecruitment .titleRecru{
    margin-bottom: 30px;
    text-align: center;
}
.boxRecruitment .titleRecru h2{
    display: block;
    position: relative;
    font-size: 24px;
    line-height: 36px;
    color: #2d3591;
    text-transform: uppercase;
    font-weight: 600;  
}
.boxRecruitment .titleRecru h2::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
}
.boxRecruitment .titleRecru h2 span{
    background-color: #ffffff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    .gripPolicy .theDecs{
        font-size: 14px;
        line-height: 22px;
    }
    .lstPolicy .itemPolicy{
        padding: 20px;
    }
    .itemPolicy .decsI{
        padding-left: 20px;
    }
    .itemPolicy .decsI .tend{
        font-size: 14px;
        line-height: 22px;
    }
    .boxRecruitment .titleRecru h2{
        font-size: 22px;
        line-height: 33px;
    }
}
@media all and (max-width: 767px){
    .itemPolicy .decsI{
        width: 100%;
        padding-left: 0;
    }
    .itemPolicy .thumbI{
        margin-bottom: 20px;
    }
    .gripPolicy .colT{
        order: unset;
    }
    .gripPolicy > div{
        width: 100%;
    }
    .gripPolicy .decsPo{
        padding: 30px 20px 40px;
    }
}


/*  */

.infoTopPgae{
    display: flex;
    justify-content: space-between;
    background-color: #f2f2f2;
    align-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.infoTopPgae .decs{
    width: 50%;
}
.infoTopPgae .decs .decsWrap{
    max-width: 585px;
    float: right;
    padding-right: 100px;
    padding-top: 70px;
    position: relative;
    font-size: 15px;
}
.infoTopPgae .decs .decsWrap::before{
    content: '\f10d';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: 54px;
    color: #dadada;
}
.infoTopPgae .thumb{
    width: 50%;
}
.infoTopPgae .thumb img{
    width: 100%;
}
.tableInfoCareers{
    clear: both;
}
.tableInfoCareers table{
    width: 100%;
}
.tableInfoCareers table thead{
    background-color: #2d3591;
    color: #fff;
}
.tableInfoCareers table thead th{
    border-right: 1px solid #fff;
    text-align: center;
    padding:20px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
.tableInfoCareers table thead th:last-child{
    border-right: none;
}
.tableInfoCareers table tbody tr:nth-child(odd){
    background-color: #f6f6f6;
}
.tableInfoCareers table tbody tr:nth-child(even){
    background-color: #f1f1f1;
}
.tableInfoCareers table tbody tr{
    border-bottom: 1px solid #fff;
    color: #000000;
}

.tableInfoCareers table tbody tr td{
    text-align: center;
    padding: 15px;
    border-right: 1px solid #fff;
    font-weight: 400;
}
.tableInfoCareers .viewDet a{
    color: #555555;
} 
.tableInfoCareers .viewDet a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.tableInfoCareers .viewDet a span::before{
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tableInfoCareers table tbody tr td:nth-child(1){
    font-weight: 600;
}
.tableInfoCareers table tbody tr td:nth-child(1), .tableInfoCareers table thead tr th:nth-child(1){
    width: 5%;
}
.tableInfoCareers table tbody tr td:nth-child(2), .tableInfoCareers table thead tr th:nth-child(2){
    width: 30%;
    text-align: left;
}
.tableInfoCareers table tbody tr td:nth-child(3), .tableInfoCareers table thead tr th:nth-child(3){
    width: 15%;
}
.tableInfoCareers table tbody tr td:nth-child(4), .tableInfoCareers table thead tr th:nth-child(4){
    width: 20%;
}
.tableInfoCareers table tbody tr td:nth-child(5), .tableInfoCareers table thead tr th:nth-child(5){
    width: 15%;
}
.tableInfoCareers table tbody tr td:nth-child(6), .tableInfoCareers table thead tr th:nth-child(6){
    width: 15%;
}
.tableInfoCareers table tbody tr td:last-child{
    border-right: none;
}
.tableInfoCareers table tbody tr .seeDetail{
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}
.tableInfoCareers table tbody tr a:hover{
    color: #2d3591;
}
/*begin detail */
.infoTopTd .infoTd{
    margin-bottom: 20px;
}
.infoTopTd .infoTd ul{
    display: flex;
    flex-wrap: wrap;
}
.infoTopTd .infoTd li{
    width: 50%;
    border-top: 1px solid #f2f2f2;
    padding: 10px 0;
    clear: both;
}
.infoTopTd .infoTd li:nth-child(2n+2) .item{
    float: right;
    width: 300px;
}
.infoTopTd .infoTd li:nth-child(2n+2) span{
    display: inline-block;
    float: right;

}

.infoTopTd .infoTd li .item:first-child strong{
    display: inline-block;
    vertical-align: middle;
    min-width: 100px;
    font-weight: 600;
}
.listInfoDetail .item{
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.listInfoDetail .item .title{
    background-color: #eeeeee;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    position: relative;
    padding-right: 50px;
}
.listInfoDetail .item.active .title::before{
    content: '\f068';

}
.listInfoDetail .item .title::before{
    content: '\f067';
    position: absolute;
    font-family: FontAwesome;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
/* .listInfoDetail .item.active .contentxt{
    display: block;
} */
.listInfoDetail .item .contentxt{
    display: none;
    padding: 20px;
}
.listInfoDetail .item .contentxt .col{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.listInfoDetail .item .contentxt .col:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.listInfoDetail .item .contentxt .blo1{
    margin-bottom: 40px;
}
.listInfoDetail .item .contentxt .blo1:last-child{
    margin-bottom: 0;
}
.listInfoDetail .item .contentxt .blo1 .name{
    font-size: 14px;
    margin-bottom: 5px;
    color: #2d3591;
}
.listInfoDetail .item .contentxt .blo1 li{
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
}
.listInfoDetail .item .contentxt .blo1 .be{

    color: #333333;
    position: relative;
    padding-left: 20px;
}
.listInfoDetail .item .contentxt .blo1 .be::before{
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #cccccc;
}
.listInfoDetail .item .contentxt .blo1 .be a{
    color: #2d3591;
    text-decoration: underline;
}
.listInfoDetail .item .contentxt .form-group{
    display: flex;
}
.listInfoDetail .item .contentxt .form-group label span{
    color: #e80000;
}
.listInfoDetail .item .contentxt .form-group > label{
    width: 120px;
    font-weight: 500;
}
.listInfoDetail .item .contentxt .form-group > input,.listInfoDetail .item .contentxt .form-group > select{
    width: calc(100% - 120px);
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}
.listInfoDetail .item .contentxt .form-group .file{
    width: calc(100% - 120px);
}
.listInfoDetail .item .contentxt .form-group .file p{
    font-size: 12px;
    color: #999999;
}
.listInfoDetail .item .contentxt .form-group > textarea{
    height: 180px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: calc(100% - 120px);
    
}
.frm_2_grip{
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.frm_2_grip .leftRc{
    display: flex;
}
.frm_2_grip .leftRc input{
    padding: 0 10px;
    width: 110px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.frm_2_grip .rightRc button{
    background-color: #2d3591;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #2d3591;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
}

.frm_2_grip .rightRc button:hover{
    background-color: #f58220;
    border: 1px solid #f58220;
}
.listInfoDetail .item .contentxt .form-group > .row{
    width: calc(100% - 100px);
    margin:  0 -5px;
}
.listInfoDetail .item .contentxt .form-group > .row > div{
    padding:  0 5px;
}
.listInfoDetail .item .contentxt .form-group > .row select{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #f2f2f2;
}
.listInfoDetail .item .contentxt .form-group img{
    width: 100%;
}
.listInfoDetail .item .contentxt .form-group .file input{
    border: 1px solid #f2f2f2;
    padding: 5px 10px;
    margin-bottom: 5px;
    width: 100%;
}
.listInfoDetail .item .contentxt .form-group > button{
    width: 100%;
    display: block;
    background-color: #005790;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: 1px solid #005790;
}
.listInfoDetail .item .contentxt .form-group > button:hover{
    background-color: #fff;
    color: #005790;
}
.contactIf .title{
    background-color: #005790;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 25px;
}
.contactIf .contentTxt{
    background-color: #e9eff8;
}
.contactIf .contentTxt li{
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.contactIf .contentTxt li .name{
    font-weight: bold;
}
.backPage i{
    color: #2d3591;
    margin-left: 5px;
}
/*end detail */
@media all and (max-width: 991px){
    .listInfoDetail .item .title{
        font-size: 15px;
        line-height: 21px;
    }
    .infoTopPgae{
        display: block;
    }
    .infoTopPgae .decs, .infoTopPgae .thumb {
        width: 100%;
    }
    .infoTopPgae .decs{
        padding: 50px 20px;
    }
    .infoTopPgae .decs .decsWrap{
       padding: 0;
       padding-top: 50px;
       float: none;
    }
    .infoTopPgae .decs .decsWrap::before{
        color: #000000;
    }
    .tableInfoCareers table thead{
        display: none;
    }
    .tableInfoCareers table tbody tr td:nth-child(2){
        width: 100%;
    }
    .tableInfoCareers table tbody tr td:nth-child(1), .tableInfoCareers table thead tr th:nth-child(1){
        width: 100%;
    }
    .tableInfoCareers table tbody tr td:nth-child(2), .tableInfoCareers table thead tr th:nth-child(2){
        width: 100%;
    }
    .tableInfoCareers table tbody tr td:nth-child(3), .tableInfoCareers table thead tr th:nth-child(3){
        width: 100%;
    }
    .tableInfoCareers table tbody tr td:nth-child(4), .tableInfoCareers table thead tr th:nth-child(4){
        width: 100%;
    }
    .tableInfoCareers table tbody tr td:nth-child(5), .tableInfoCareers table thead tr th:nth-child(5){
        width: 100%;
    }
    .tableInfoCareers table tbody tr td:nth-child(6), .tableInfoCareers table thead tr th:nth-child(6){
        width: 100%;
    }
    .tableInfoCareers table tbody tr td,.tableInfoCareers table, .tableInfoCareers table tbody,  .tableInfoCareers table tbody tr{
        display: block;
    }
    .tableInfoCareers table tbody tr td{
        position: relative;
        text-align: left;
        padding: 10px;
        padding-left: 50%;
    }
    .tableInfoCareers table tbody tr td::before{
        content: attr(data-title);
        position: absolute;
        left: 15px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        z-index: 2;
    }
    .tableInfoCareers table tbody tr td::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        bottom: 0;
        width: calc(50% - 20px);
        background-color: #2d3591;
        z-index: 1;
        font-size: 13px;
        line-height: 21px;
    }
    .infoTopTd .infoTd li{
        width: 100%;
    }
    .infoTopTd .infoTd li:nth-child(2n+2) .item{
        float: none;
        width: auto;
    }
    .infoTopTd .infoTd li:nth-child(2n+2) span{
        float: none;
    }
    .infoTopTd .infoTd li .item strong{
        width: 180px;
    }
    .listInfoDetail .item .contentxt .col{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .listInfoDetail .item .contentxt .form-group{
        display: block;
    }
    .listInfoDetail .item .contentxt .form-group > label,.listInfoDetail .item .contentxt .form-group .file, .listInfoDetail .item .contentxt .form-group > textarea{
        width: 100%;
    }
    .listInfoDetail .item .contentxt .form-group > input, .listInfoDetail .item .contentxt .form-group > select,.listInfoDetail .item .contentxt .form-group > .row{
        width: 100%;
        margin: 0;
    }
    .frm_2_grip .leftRc input{
        width: calc(100% - 85px);
    }
    .frm_2_grip .leftRc img{
        width: 85px!important;
    }
}
@media all and (max-width: 767px){
    .frm_2_grip{
        width: 100%;
        display: block;
    }
    .frm_2_grip .leftRc{
        margin-bottom: 30px;
    }
    .frm_2_grip .rightRc button{
        width: 100%;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width:1200px) { 
    .frm_2_grip{
        width: calc(100% - 120px);
        display: block;
    }
    .frm_2_grip .leftRc input{
        width: calc(100% - 85px);
    }
    .frm_2_grip .leftRc img{
        width: 85px!important;
    }
    .frm_2_grip .leftRc{
        margin-bottom: 30px;
    }
}
/*begin detail */
/*end detail */