/* <=== vntfooter ===> */
.vntfooter{
  background-color: transparent;
}
/* <=== vntfooter ===> */
/* <=== hpcareermm ===> */
.tpcareerma{
  padding: 50px 0 80px;
  background-color: #f6f6f6;
  text-align: center;
}
.tpcareerma .mawrap{
  max-width: 980px;
  margin: 0 auto;
}
.tpcareerma .matitle{
  margin-bottom: 15px;
}
.tpcareerma .matitle, .tpcareerma .matitle h1, .tpcareerma .matitle h2{
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
}
.tpcareerma .matitle span{
  color: #15247b;
}
.tpcareerma .maconts{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}   
.tpcareermb{
  padding: 45px 0 30px;
}
.tpcareermb .mbtitle{
  text-align: center;
  margin-bottom: 30px;
}
.tpcareermb .mbtitle, .tpcareermb .mbtitle h2{
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
}
.tpcareermb .mbtitle span{
  color: #15247b;
}
.tpcareermb .mbgrip{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.tpcareermb .mbgrip > div{
  padding: 0 15px;
  width: 33.33333%;
  margin-bottom: 30px;
}
.itcareermb .thumb{
  display: block;
  padding-top: 65.56%;
  position: relative;
}
.itcareermb .thumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itcareermb .decss{
  position: relative;
  padding-top: 45px;
}
.itcareermb .dsicons{
  position: absolute;
  top: -45px;
  left: 0;
  width: 70px;
  height: 70px;
  background-color: #15247b;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;   
}
.itcareermb .dstitle{
  margin-bottom: 10px;
  color: #15247b;
}
.itcareermb .dstitle, .itcareermb .dstitle h3{
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
}
.itcareermb .dsconts{
  font-size: 16px;
  line-height: 30px;
} 
.itcareermb .dsconts p{
  padding: 0;
}
.tpcareermc{
  padding: 40px 0 125px;
  background-color: #f6f6f6;
  text-align: center;
  margin-bottom: -60px;
}
.tpcareermc .mctitle{
  margin-bottom: 5px;
  text-transform: uppercase;
}
.tpcareermc .mctitle, .tpcareermc .mctitle h2{
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
}
.tpcareermc .mcconts{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
/* <=== hpcareermm ===> */

/* <=== hpcareershh ===> */
.tpcareersha{
  padding: 30px 0 35px;
  border-bottom: 1px solid #e6e6e6;
}
.tpcareersha .hatitle{
  text-align: center;
}
.tpcareersha .hatitle, .tpcareersha .hatitle h2{
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
}
.tpcareersha .hatitle span{
  color: #15247b;
}
.tpcareershb{
  padding: 27px 0 30px;
}
.tpcareershb .hbinner{
  max-width: 570px;
  margin: 0 auto;
}
.tpcareershb .hbgrip{
  display: flex;
  margin: 0 -15px;
}
.tpcareershb .hbgrip > div{
  padding: 0 15px;
  width: 50%;
}
.tpcareershb .bhformsel select{
  width: 100%;
  height: 50px;
  border: 1px solid #666666;
  border-radius: 3px;
  padding: 0 45px 0 20px;
  font-size: 16px;
  line-height: 24px;
  background-size: 15px 8px;
}
.tpcareershb .bhformsel .chosen-container{
  height: 50px;
}
.tpcareershb .bhformsel .chosen-container-single .chosen-single{
  border: 1px solid #666666;
  border-radius: 3px;
  background-image: url('../images/iselect.png');
  background-repeat: no-repeat;
  background-size: 15px 8px;
}
.tpcareershc .hctitle{
  padding: 15px 0;
  background-color: #f6f6f6;
  border-top: 1px solid #e4e4e4;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.tpcareershc .hctitle span{
  font-size: 30px;
  color: #15247b;
  font-weight: bold;
}
.tpcareershc .hcconts{
  padding: 25px 0 50px;
}
.tpcareershc .hclist{
  margin-bottom: 40px;
}
.itcareershc{
  padding: 25px;
  border-radius: 2px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.itcareershc:hover{
  background-color: #fff;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.09);
}
.itcareershc:hover::before{
  opacity: 0;
}
.itcareershc:hover::after{
  opacity: 1;
}
.itcareershc:hover .dstitle a{
  color: #15247b;
}
.itcareershc::after{
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  border-bottom: 1px solid #fff;
  top: -1px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
.itcareershc::before{
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  border-bottom: 1px solid #15247b;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.itcareershc .hcgrip{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.itcareershc .hcgrip > div{
  padding: 0 10px;
}
.itcareershc .dstitle{
  margin-bottom: 5px;
}
.itcareershc .dstitle, .itcareershc .dstitle h3{
  font-size: 25px;
  line-height: 37px;
  font-weight: bold;
}
.itcareershc .dsinfo{
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: #666666;
}
.itcareershc .dsinfo p{
  padding: 0;
  margin-bottom: 5px;
}
/* <=== hpcareershh ===> */


/* <=== hpcareersbb ===> */
.hpcareersbb{
  padding-bottom: 30px;
}
.tpcareersba{
  padding: 45px 0;
}
.tpcareersba .batitle{
  text-align: center;
  margin-bottom: 10px;
}
.tpcareersba .batitle, .tpcareersba .batitle h1, .tpcareersba .batitle h2{
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
}
.tpcareersba .baconts{
  font-size: 15px;
  line-height: 23px;
  color: #666666;
}
.tpcareersba .baconts ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tpcareersba .baconts li{
  margin-bottom: 5px;
  position: relative;
}
.tpcareersba .baconts li ~ li{
  margin-left: 35px;
}
.tpcareersbb{
  padding: 40px 0 30px;
  position: relative;
  background-color: #f6f6f6;
}
.tpcareersbb .bbview{
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
}
.tpcareersbb .bbgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tpcareersbb .bbgrip > div{
  padding: 0 15px;
  width: 50%;
}
.itcareersbb{
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  align-content: center;
}
.itcareersbb:last-child{
  border-bottom: none;
}
.itcareersbb .bicon{
  width: 40px;
}
.itcareersbb .btext{
  width: calc(100% - 40px);
  padding-left: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 5px;
}
.itcareersbb .btext .tm{
  font-weight: 700;
}
.tpcareersbc{
  padding: 35px 0 40px;
}
.itcareersbc{
  margin-bottom: 30px
}
.itcareersbc:last-child{
  margin-bottom: 0;
}
.itcareersbc .bctitle{
  margin-bottom: 10px;
  position: relative;
  padding-left: 45px;
}
.itcareersbc .bctitle::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 35px;
  background-image: url('../images/ilogo.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.itcareersbc .bctitle, .itcareersbc .bctitle h3{
  font-size: 25px;
  line-height: 37px;
  font-weight: bold;
}
.itcareersbc .bcconts{
  font-size: 16px;
  line-height: 30px;
}
.itcareersbc .bcconts li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.itcareersbc .bcconts li:last-child{
  margin-bottom: 0;
}
.itcareersbc .bcconts li::before{
  content: '';
  width: 6px;
  height: 6px;
  background-color: #15247b;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.itcareersbc .bcconts p{
  padding: 0;
}
.itcareersbd{
  padding: 35px 15px 45px;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.itcareersbd .inner{
  max-width: 830px;
  margin: 0 auto;
}
.itcareersbd .bbtitle{
  text-align: center;
  margin-bottom: 30px;
}
.itcareersbd .bbtitle, .itcareersbd .bbtitle h2{
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
}
.itcareersbd .bdgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.itcareersbd .bdgrip > div{
  padding: 0 5px;
  margin-bottom: 10px;
}
.itcareersbd .bdgrip .mcol{
  width: 100%;
}
.itcareersbd .bdgrip .hcol{
  width: 50%;
}
.itcareersbd .vrecap{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.itcareersbd .ctform input, .itcareersbd .ctform select, .itcareersbd .ctform textarea{
  width: 100%;
  height: 45px;
  border: none;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 0 15px;
}
.itcareersbd .ctform input::-webkit-input-placeholder, .itcareersbd .ctform input::-webkit-input-placeholder {
  color: #999999;
}
.itcareersbd .ctform input:-ms-input-placeholder, .itcareersbd .ctform input:-ms-input-placeholder {
  color: #999999;
}
.itcareersbd .ctform input::placeholder, .itcareersbd .ctform input::placeholder {
  color: #999999;
}
.itcareersbd .ctform select{
  padding: 0 25px 0 15px;
}
.itcareersbd .ctform .chosen-container-single .chosen-single{
  border: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.itcareersbd .ctform textarea{
  padding: 10px 15px;
  resize: none;
}
.itcareersbd .ctform textarea{
  height: 100px;
}
.vhupfile{
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.vhupfile .uplink a{
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.vhupfile .uplink a i{
  margin-right: 5px;
}
.vhupfile .upnote{
  font-size: 13px;
  line-height: 21px;
  font-style: italic;
} 
.inputfile-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.inputfile-box input{
  width: 50%;
}
.inputfile-box label{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(50% + 100px);
}
.inpuFileName{
width: 100%;
position: relative;
}
.inpuFileName .name{
display: inline-block;
position: absolute;
left: calc(90% + 60px);
top: 50%;
transform: translateY(-50%);
width: 100px;
font-size: 13px;
color: #888888;
}
.inputfile {
  display: none!important;
}
.inputfile-box  .container {
  display: inline-block;
  width: 100%;
}
.inputfile-box .file-box {
  display: block;
  overflow: hidden;
  height: 45px;
  padding: 9px 20px;
  line-height: 27px;
  font-size: 15px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
  border-radius: 5px;
  position: relative;
  width: calc(100% - 125px);
  margin-left: 0;
}
.inputfile-box .file-box::before{
  content: '';
  width: 23px;
  background-color: #fff;
  z-index: 2;
  right: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.inputfile-box .file-button {
  padding: 5px;
  top: 0px;
  right: 0px;
  bottom: 0;
width: 110px;
height: 45px;
  text-align: center;
line-height: 34px;
font-size: 15px;
  background-color: #221f1f;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 5px;
}
.inputfile-box .file-button:hover{
background-color: #15247b;
}
.inputfile-box .dlFile{
  font-size: 13px;
  line-height: 21px;
  color: #888888;
  margin-left: 15px;
}
.inpuFileNameRes .inputfile-box label{
  width: 100%;
}
.inpuFileNameRes .inputfile-box{
  position: relative;
}
.inpuFileNameRes .inputfile-box .dlFile{
  position: absolute;
  left: calc(100%);
  top: 10px;
  width: 80px;
}
.tpcareersbf{
  padding: 25px 0;
}
/* <=== hpcareersbb ===> */

/* <=== hpcareerstt ===> */
.hpcareerstt{
  padding: 30px 0 40px;
  text-align: center;
}
.tpcareerstt .tttitle{
  margin-bottom: 5px;
}
.tpcareerstt .tttitle, .tpcareerstt .tttitle h1, .tpcareerstt .tttitle h2{
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
}
.tpcareerstt .ctdecss{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.tpcareerstt .ctnotes{
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}
.tpcareerstt .ctlinks{
  margin-bottom: 45px;
}
.tpcareerstt .ctlinks a{
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  padding: 10px 25px;
  background-color: #15247b;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
.tpcareerstt .ctlinks a:hover{
  background-color: #221f1f;
}
/* <=== hpcareerstt ===> */
@media all and (max-width: 991px){
  /* <=== hpcareermm ===> */
  .tpcareerma{
      padding: 35px 0 55px;
  }
  .tpcareerma .matitle, .tpcareerma .matitle h1, .tpcareerma .matitle h2{
      font-size: 30px;
      line-height: 40px;
  }
  .tpcareerma .maconts{
      margin-bottom: 20px;
  }
  .tpcareermb{
      padding: 35px 0 10px;
  }
  .tpcareermb .mbgrip > div{
      width: 50%;
  }
  .tpcareermb .mbtitle{
      margin-bottom: 20px;
  }
  .tpcareermb .mbtitle, .tpcareermb .mbtitle h2{
      font-size: 30px;
      line-height: 40px;
  }
  .itcareermb .dstitle, .itcareermb .dstitle h3{
      font-size: 22px;
      line-height: 32px;
  }
  .tpcareermc{
      padding: 40px 0 110px;
  }
  .tpcareermc .mctitle, .tpcareermc .mctitle h2{
      font-size: 25px;
      line-height: 35px;
  }
  .tpcareermc .mcconts{
      margin-bottom: 15px;
  }
  /* <=== hpcareermm ===> */

  /* <=== hpcareershh ===> */
  .tpcareersha{
      padding: 25px 0;
  }
  .tpcareersha .hatitle, .tpcareersha .hatitle h2{
      font-size: 30px;
      line-height: 40px;
  }
  .tpcareershb{
      padding: 18px 0;
  }
  .tpcareershb .hbgrip{
      margin: 0 -5px;
  }
  .tpcareershb .hbgrip > div{
      padding: 0 5px;
  }
  .itcareershc{
      padding: 20px 0 25px;
      border-bottom: 1px solid #e6e6e6;
  }
  .tpcareershc .hctitle{
      font-size: 16px;
      line-height: 24px;
  }
  .tpcareershc .hctitle span{
      font-size: 26px;
  }
  .itcareershc .dstitle, .itcareershc .dstitle h3{
      font-size: 18px;
      line-height: 27px;
  }
  .itcareershc::after, .itcareershc::before{
      display: none;
  }
  .itcareershc:hover{
      box-shadow: none;
  }
  /* <=== hpcareershh ===> */

  /* <=== hpcareersbb ===> */
  .tpcareersba{
      padding: 30px 0 45px;
  }
  .tpcareersba .batitle{
      text-align: left;
  }
  .tpcareersba .batitle, .tpcareersba .batitle h1, .tpcareersba .batitle h2{
      font-size: 30px;
      line-height: 40px;
  }
  .tpcareersba .baconts{
      font-size: 14px;
      line-height: 22px;
  }
  .tpcareersba .baconts li{
      width: 100%;
  }
  .tpcareersba .baconts li ~ li{
      margin-left: 0;
  }
  .tpcareersbc{
      padding: 40px 0;
  }
  .itcareersbc .bctitle, .itcareersbc .bctitle h3{
      font-size: 22px;
      line-height: 30px;
  }
  /* <=== hpcareersbb ===> */

  /* <=== hpcareerstt ===> */
  .hpcareerstt{
      padding: 25px 0 50px;
  }
  .tpcareerstt .tttitle, .tpcareerstt .tttitle h1, .tpcareerstt .tttitle h2{
      font-size: 30px;
      line-height: 40px;
  }
  .tpcareerstt .ctdecss{
      font-size: 18px;
  }
  .tpcareerstt .ctnotes{
      font-size: 14px;
  }
  /* <=== hpcareerstt ===> */
}
@media all and (max-width: 767px){
  /* <=== hpcareermm ===> */
  .tpcareermb .mbgrip > div{
      width: 100%;
  }
  /* <=== hpcareermm ===> */

  /* <=== hpcareershh ===> */
  .itcareershc .hcgrip > div{
      width: 100%;
      margin-bottom: 10px;
  }
  .itcareershc .hcgrip > div:last-child{
      margin-bottom: 0;
  }
  /* <=== hpcareershh ===> */

  /* <=== hpcareersbb ===> */
  .tpcareersbb .bbgrip > div{
      width: 100%;
  }
  .tpcareersbb .bbgrip > div .itcareersbb:last-child{
      border-bottom: 1px solid #e6e6e6;
  }
  .tpcareersbb .bbgrip > div:last-child .itcareersbb:last-child{
      border-bottom: none;
  }
  .itcareersbd{
      padding: 20px 20px 40px;
  }
  .itcareersbd .bbtitle{
      margin-bottom: 15px;
      padding: 0 15px;
  }
  .itcareersbd .bbtitle, .itcareersbd .bbtitle h2{
      font-size: 28px;
      line-height: 35px;
  }
  .tpcareersbb .bbview{
      padding: 0 20px;
  }
  .tpcareersbb .viewall a{
      display: block;
      text-align: center;
  }
  .itcareersbd .bdgrip .hcol{
      width: 100%;
  }
  .inputfile-box .file-button{
      width: 70px;
      margin-left: 10px;
  }
  .inputfile-box .file-box{
      width: calc(100% - 80px);
  }
  .itcareersbd .vrecap{
      margin-top: 10px;
      margin-bottom: 5px;
  }
  /* <=== hpcareersbb ===> */
}