.infoTopPgae{
    display: flex;
    flex-wrap: wrap;
    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{
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    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;
    opacity: .5;
}
.infoTopPgae .thumb{
    width: 50%;
}
.infoTopPgae .thumb img{
    width: 100%;
}
.tableInfoCareers{
    clear: both;
}
.tableInfoCareers table{
    width: 100%;
}
.tableInfoCareers table thead{
    background-color: #00a0e0;
    color: #fff;
}
.tableInfoCareers table thead th{
    border-right: 1px solid #fff;
    text-align: left;
    padding:10px 20px;
    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: #e5e5e5;
}
.tableInfoCareers table tbody tr:nth-child(even){
    background-color: #f2f2f2;
}
.tableInfoCareers table tbody tr{
    border-bottom: 1px solid #fff;
    color: #000000;
}
.tableInfoCareers table tbody tr td{
    text-align: left;
    padding: 10px 20px;
    border-right: 1px solid #fff;
}

.tableInfoCareers table tbody tr td:nth-child(2){
    width: 30%;
}
.tableInfoCareers table tbody tr td:last-child{
    border-right: none;
}
.tableInfoCareers table tbody tr a.seeDetail{
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 15px;
}
.tableInfoCareers table tbody tr a:hover{
    color: #00a0e0;
}
.tableInfoCareers table tbody tr a.view{
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.tableInfoCareers table tbody tr a.view::before{
    content:"\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}
/*begin detail */
.infoTopTd .infoTd{
    margin-bottom: 20px;
}
.infoTopTd .infoTd ul{
    display: block;
}
.infoTopTd .infoTd li{
    display: inline-block;
    margin-left: -5px;
    width: 50%;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    padding: 10px 0;
    clear: both;
}
.infoTopTd .infoTd li:nth-child(2n+1){
    margin-left: 0;
}
.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;
}
.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;
    cursor: pointer;
}
.listInfoDetail .item.active .title::before{
    content: '\f068';

}
.listInfoDetail .item .title::before{
    content: '\f067';
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    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: 15px;
    margin-bottom: 15px;
    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: #00a0e0;
}
.listInfoDetail .item .contentxt .blo1 li{
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
}
.listInfoDetail .item .contentxt .blo1 .be{
    color: #333333;
    position: relative;
    padding-left: 25px;
}
.listInfoDetail .item .contentxt .blo1 .be::before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #00a0e0;
}
.listInfoDetail .item .contentxt .blo1 .be a{
    color: #00a0e0;
    text-decoration: underline;
}
.listInfoDetail .item .contentxt .form-group{
    display: flex;
}
.listInfoDetail .item .contentxt .form-group label span{
    color: rgb(212, 14, 14);
}
.listInfoDetail .item .contentxt .form-group > label{
    width: 125px;
    font-weight: 500;
}
.listInfoDetail .item .contentxt .form-group > input,.listInfoDetail .item .contentxt .form-group > select{
    width: calc(100% - 125px);
    height: 40px;
    border: 1px solid #f2f2f2;
    padding: 0 10px;
}
.listInfoDetail .item .contentxt .form-group .file{
    width: calc(100% - 125px);
}
.listInfoDetail .item .contentxt .form-group .file p{
    font-size: 12px;
    color: #999999;
}
.listInfoDetail .item .contentxt .form-group > textarea{
    height: 80px;
    border: 1px solid #f2f2f2;
    padding: 0 10px;
    width: calc(100% - 125px);
}
.frm_2_grip{
    width: calc(100% - 125px);
    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: #00a0e0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #00a0e0;
    padding: 8px 25px;
    position: relative;
    z-index: 1;
}
.frm_2_grip .rightRc button::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #ffff;
    z-index: -1;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.frm_2_grip .rightRc button:hover::before{
    width: 100%;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.frm_2_grip .rightRc button:hover{
    color: #00a0e0;
}
.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: #00a0e0;
    margin-left: 5px;
}
/*end detail */
@media all and (max-width: 991px){
    .infoTopPgae{
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .infoTopPgae .decs, .infoTopPgae .thumb {
        width: 100%;
    }
    .infoTopPgae .decs{
        padding: 30px 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,.tableInfoCareers table, .tableInfoCareers table tbody,  .tableInfoCareers table tbody tr{
        display: block;
    }
    .tableInfoCareers table tbody tr td{
        position: relative;
        padding: 8px 10px;
        padding-left: calc(50% - 10px);
        text-align: left;
    }
    .tableInfoCareers table tbody tr td:first-child{
        font-weight: bold;
    }
    .tableInfoCareers table tbody tr td::before{
        content: attr(data-title);
        position: absolute;
        left: 15px;
        font-size: 13px;
        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: #00a0e0;
        z-index: 1;
    }
    .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 */