.banner-section-talent {
    margin-bottom: 50px;
}

.tip-header {
    text-align: center;
    padding-bottom: 15px;
    font-size: 30px;
    color: #143f86;
    font-weight: bold;
    text-transform: capitalize;
}

.tip-box {
    /* height: 60px; */
}

.tip-tab {
    margin: 0 auto;
    width: max-content;
}

.tip-tab li {
    position: relative;
    float: left;
    text-align: center;
    margin: 20px 0;
    padding: 0 20px;
    border-right: 1px solid #dcdcdc;
}

.tip-tab li a {
    /* color: #fff; */
    text-transform: capitalize;
}

.tip-tab li .tip-tab-active {
    font-weight: bold;
}

.tip-tab li:last-child {
    border-right: none;
}

.border-line {
    border-bottom: 1px solid #dcdcdc;
}

.job_tab {
    padding: 12px 30px;
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
}

.job_tab .hd {
    display: inline-block;
    font-size: 14px;
    color: #3d3a39;
    position: relative;
    padding: 0 20px;
    cursor: pointer;
}
.job_tab .hd:first-child{
    cursor: inherit;
}

.job_tab .hd-active {
    color: #00479d;
}

.table-head {
    background: #1a2c82;
    border-bottom: none;
    padding: 0;
    height: 43px;
    line-height: 43px;
}

.table-head-cell {
    float: left;
    width: 20%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table-body {
    height: 43px;
    border-bottom: 1px dashed #dedede;
}

.table-body-cell {
    float: left;
    width: 20%;
    text-align: center;
    height: 43px;
    line-height: 43px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.list-item-box {
    position: relative;
    padding: 25px;
    background: #f9f9f9;
    height: auto;
    line-height: 1.5;
    border-bottom: 1px dashed #dedede;
}

.list-item-box-title {
    font-size: 16px;
    color: #3d3a39;
    margin-bottom: 10px;
    font-weight: bold;
}

.list-item-box-content {
    font-size: 16px;
}

.list-item-box-content p {
  background-color: #f9f9f9 !important;
}

.list-item-box-clear {
    clear: both;
}

.job-btn {
    float: right;
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    background: #1a2c82;
    cursor: pointer;
    text-align: center;
}

.table-body-icon {
    font-size: 20px;
}

.delivery-box {
    padding: 25px;
    background: #f9f9f9;
    height: auto;
    line-height: 1.5;
  }

  .delivery-box-line {
    border-top: 5px solid #1a2c82;
  }
  
  .delivery-title {
    text-align: center;
    font-size: 30px;
    color: #143f86;
    font-weight: bold;
    margin-bottom: 30px;
  }
  
  .delivery-title-tip {
    font-size: 20px;
    color: gray;
    margin-bottom: 30px;
    text-align: center;
  }
  ::placeholder {
    font-size: 20px;
    color: rgb(148, 147, 147);
  }
  
  .delivery-box input,
  .delivery-box textarea,
  .delivery-box select,
  .resume-select .resume-select-label {
    border: none;
    background: #fff;
    margin-bottom: 15px;
    font-size: 16px;
    padding: 0px 20px;
    color: #7f7f80;
  }

  .delivery-box input::-webkit-input-placeholder,
  .delivery-box textarea::-webkit-input-placeholder {
    color: #7f7f80;
  }

  .error {
    border: 1px solid red !important;
  }
  
  .delivery-box input,
  .delivery-box select,
  .resume-select .resume-select-label {
    height: 60px;
    line-height: 60px;
  }

  .delivery-box .resume-select-options {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 65px;
  }
  
  .delivery-box .resume-select-option {
    background: #fff;
    padding: 0px 20px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  
  .delivery-box .resume-select-option:hover {
    background: #0245ae;
    color: #fff;
  }

  .delivery-box textarea {
    padding: 20px;
  }

  .resume-select {
    position: relative;
  }

  .resume-select .resume-select-label i {
    float: right;
    margin-top: 22px;
  }

.us-box-title {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: #0245ae;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.us-box-list {
  height: 230px;
  padding-top: 50px;
  background-color: rgb(243, 242, 242);
}

.us-box-item {
  margin-left: 90px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #999999;
}

.us-box-item-active {
  color: #002e92;
}

.profile-title {
  font-size: 24px;
  color: #002e92;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.profile-box-p {
  padding-right: 460px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

.profile-box-p img {
  width: 100%;
}

.profile-box-left {
  position: relative;
}

.profile-box-left .profile-box-bb {
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 450px;
}

.profile-box-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  background: #f0f0f0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.profile-box-bottom img {
  width: 100%;
}

.profile-box-hh {
  margin-left: 160px;
}

.profile-box-bb {
  margin-bottom: 20px;
}

.profile-box-pp {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.profile-box-ww {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  width: 300px;
}

.history-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 50px;
}

.history-h {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.corporate-mb {
  margin-bottom: 200px;
}

.corporate-p {
  margin-bottom: 30px;
  color: #fff;
  display: flex;
  align-items: center;
}

.corporate-label {
  font-size: 24px;
  margin-right: 20px;
  color: #fff;
}

.corporate-value {
  font-size: 14px;
  vertical-align: middle;
}

.profile-text {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
}

.tip-tab-a {
  color: #fff;
}

.profile-p-text {
  margin: 20px 0;
}

.profile-p-text img {
  width: 100%;
}