.careers-page
  position: relative
  margin-bottom: 80px
  display: flex
  .background
    position: absolute
    width: 100%
    height: 100%
    left: 15px
    .yellow
      background-color: $primary-color
    .red
      background: #f3f3f3
  .d-table
    .head-left
      width: 65%
  .container
    .col-md-6
      min-height: 100vh
      .list-item
        display: flex
        flex: 1
        min-height: 0px
        >div
          display: flex
          width: 100%
          flex: 1
          overflow: auto
          .d-table-row
            cursor: pointer
            &.active, &:hover
              color: $red-color

      &:first-child
        padding-right: 70px
      &:last-child
        padding-left: 70px
      .wrap-content
        .flex-grow-1
          min-height: 0
          display: flex
          flex: 1
          .content
            overflow: auto
            display: none
          .content.active
            display: block
      .group-btn
        padding-bottom: 100px
        .button
          color: white
          padding: 15px 30px
          background: $red-color
          &:hover
            text-decoration: none
        .text-red
          color: $red-color
          font-weight: bold
        .text-black
          color: black

.hr-contact
  i
    width: 30px
    text-align: center
.careers-position
  .title
    font-size: 24px
    font-weight: bold
.careers-position-group
  padding-bottom: 40px
  :not(:first-child)
    padding-top: 40px
  :not(:last-child)
    border-bottom: 1px solid #0000001A
  .careers-position-item:not(:last-child)
    padding: 9px 0
  .uppercase
    text-transform: uppercase
    color: #8C8C8C
  .careers-position-icon
    display: grid
    place-items: center
    i
      color: #ED2130
      font-weight: 400
      cursor: pointer
      padding: 5px
.careers-position-info span:not(:last-child)::after
  content: " | "
  padding: 0 20px
.mobile-careers
  .benefit
    padding: 30px 50px
    background-color: #FBAD1B
  .position
    padding: 30px 50px
    background-color: #FFFFFF
  .text-black
    color: #000000
