.forEmployers .section-top-content {
  padding-top: 200px; }

.forEmployers > .aw-h2 {
  color: #1e1e1e; }

.forEmployers .tab-content {
  margin-bottom: 120px;
  padding: 0 80px; }
  @media screen and (max-width: 991px) {
    .forEmployers .tab-content {
      padding: 0 10px;
      margin-bottom: 60px; } }
  .forEmployers .tab-content > ul {
    display: flex;
    justify-content: center;
    column-gap: 50px; }
    @media screen and (max-width: 991px) {
      .forEmployers .tab-content > ul {
        column-gap: 10px; } }
    .forEmployers .tab-content > ul > li {
      flex: 1;
      border-radius: 5px; }
      .forEmployers .tab-content > ul > li > button {
        cursor: pointer;
        font-family: "Chakra Petch", sans-serif;
        font-weight: 600;
        font-size: 30px;
        line-height: 120px;
        padding: 0;
        width: 100%; }
        @media screen and (max-width: 991px) {
          .forEmployers .tab-content > ul > li > button {
            line-height: normal;
            padding: 14px 0;
            font-size: 18px; } }
    .forEmployers .tab-content > ul > li:first-child {
      border: 4px solid #2fd395; }
      .forEmployers .tab-content > ul > li:first-child > button {
        color: #2fd395;
        background: #ffffff; }
      .forEmployers .tab-content > ul > li:first-child .active {
        background: #2fd395;
        color: white; }
    .forEmployers .tab-content > ul > li:nth-child(2) {
      border: 4px solid #6c6df9; }
      .forEmployers .tab-content > ul > li:nth-child(2) > button {
        color: #6c6df9;
        background: #ffffff; }
      .forEmployers .tab-content > ul > li:nth-child(2) .active {
        background: #6c6df9;
        color: white; }
    .forEmployers .tab-content > ul > li:nth-child(3) {
      border: 4px solid #cb63ef; }
      .forEmployers .tab-content > ul > li:nth-child(3) > button {
        color: #cb63ef;
        background: #ffffff; }
      .forEmployers .tab-content > ul > li:nth-child(3) .active {
        background: #cb63ef;
        color: white; }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.forEmployers .section-actions-ali-in-one {
  animation: fadeEffect 1s;
  padding: 80px 0px; }
  @media screen and (max-width: 991px) {
    .forEmployers .section-actions-ali-in-one {
      padding: 0; } }
  .forEmployers .section-actions-ali-in-one .aw-action-card {
    align-items: center;
    padding: 0 80px; }
    @media screen and (max-width: 991px) {
      .forEmployers .section-actions-ali-in-one .aw-action-card {
        padding: 0 20px; } }
    .forEmployers .section-actions-ali-in-one .aw-action-card-desc > p {
      font-size: 24px; }
      @media screen and (max-width: 991px) {
        .forEmployers .section-actions-ali-in-one .aw-action-card-desc > p {
          font-size: 14px; } }
    .forEmployers .section-actions-ali-in-one .aw-action-card:nth-child(2n) {
      padding: 60px;
      align-items: flex-start; }
      @media screen and (max-width: 991px) {
        .forEmployers .section-actions-ali-in-one .aw-action-card:nth-child(2n) {
          padding: 80px 20px 50px 20px;
          align-items: normal; } }
      .forEmployers .section-actions-ali-in-one .aw-action-card:nth-child(2n) .aw-h2 {
        color: #ffffff; }
      .forEmployers .section-actions-ali-in-one .aw-action-card:nth-child(2n) .aw-desc {
        color: #ffffff; }
    .forEmployers .section-actions-ali-in-one .aw-action-card:not(:last-child) {
      margin-bottom: 100px; }
      @media screen and (max-width: 991px) {
        .forEmployers .section-actions-ali-in-one .aw-action-card:not(:last-child) {
          margin-bottom: 0; } }

.tab-1-topContent {
  background-image: url("./../images/lightMap.png");
  min-height: 1150px; }
  @media screen and (max-width: 991px) {
    .tab-1-topContent {
      min-height: auto;
      background-image: url("./../images/lightMap-mobile.png"); } }
  .tab-1-topContent-left {
    width: 50%;
    margin-bottom: 250px;
    margin-left: 80px; }
    @media screen and (max-width: 991px) {
      .tab-1-topContent-left {
        margin-left: 0;
        width: 100%;
        padding-left: 20px;
        margin-bottom: 180px; } }
    .tab-1-topContent-left .aw-action-card-desc .aw-h2 {
      color: #2fd395; }
    .tab-1-topContent-left .aw-action-card-desc .aw-desc {
      width: 70%; }
  .tab-1-topContent-right {
    height: 460px;
    background: #2fd395;
    padding: 100px;
    display: flex;
    justify-content: flex-end;
    mix-blend-mode: overlay; }
    @media screen and (max-width: 991px) {
      .tab-1-topContent-right {
        height: 300px;
        padding: 35px 20px 0 0; } }
    .tab-1-topContent-right .aw-action-card-desc {
      width: 50%; }
      @media screen and (max-width: 991px) {
        .tab-1-topContent-right .aw-action-card-desc {
          width: 70%; } }
      .tab-1-topContent-right .aw-action-card-desc .aw-h2 {
        color: #ffffff; }
        @media screen and (max-width: 991px) {
          .tab-1-topContent-right .aw-action-card-desc .aw-h2 {
            text-align: right; } }
      .tab-1-topContent-right .aw-action-card-desc .aw-desc {
        text-align: right;
        color: #ffffff; }

.tab-1 .aw-action-card {
  background: #ffffff;
  flex-direction: row-reverse; }
  .tab-1 .aw-action-card:nth-child(2n + 1) {
    min-height: 430px;
    background-color: #2fd395;
    flex-direction: row; }
    @media screen and (max-width: 991px) {
      .tab-1 .aw-action-card:nth-child(2n + 1) {
        min-height: auto;
        padding: 40px 20px 0px 20px; } }
    .tab-1 .aw-action-card:nth-child(2n + 1) .aw-h2 {
      color: #ffffff; }
    .tab-1 .aw-action-card:nth-child(2n + 1) .aw-desc-black {
      color: #ffffff; }
  .tab-1 .aw-action-card:nth-child(2n) .aw-h2 {
    color: #2fd395 !important; }
  .tab-1 .aw-action-card:nth-child(2n) .aw-desc-black {
    color: #1e1e1e !important; }
    @media screen and (max-width: 991px) {
      .tab-1 .aw-action-card:nth-child(2n) .aw-desc-black {
        width: 100%; } }
  @media screen and (max-width: 991px) {
    .tab-1 .aw-action-card-img-small {
      display: flex;
      justify-content: flex-end; }
      .tab-1 .aw-action-card-img-small > img {
        width: 180px; } }
  .tab-1 .aw-action-card-img-transform {
    transform: translate(100px, 90px); }
    @media screen and (max-width: 991px) {
      .tab-1 .aw-action-card-img-transform {
        transform: translate(0, 50px); } }
  .tab-1 .aw-action-card-textBlock {
    margin-top: 50px; }
    @media screen and (max-width: 991px) {
      .tab-1 .aw-action-card-textBlock {
        margin-top: 0px;
        text-align: right; } }

.tab-2 .aw-h2 {
  color: #6c6df9; }

.tab-2 .aw-action-card {
  flex-direction: row-reverse; }
  .tab-2 .aw-action-card-img-100 > img {
    width: 100%; }
  .tab-2 .aw-action-card:nth-child(2n) {
    background-color: #6c6df9;
    flex-direction: row;
    gap: 0; }
    @media screen and (max-width: 991px) {
      .tab-2 .aw-action-card:nth-child(2n) {
        padding: 20px !important; } }
    .tab-2 .aw-action-card:nth-child(2n) .aw-h2,
    .tab-2 .aw-action-card:nth-child(2n) .aw-desc {
      text-align: right; }
  @media screen and (max-width: 991px) {
    .tab-2 .aw-action-card:nth-child(2) {
      margin: 50px 0 !important; }
      .tab-2 .aw-action-card:nth-child(2) .aw-action-card-img-100 {
        transform: translateY(35%); }
        .tab-2 .aw-action-card:nth-child(2) .aw-action-card-img-100 > img {
          width: 180px;
          height: 160px; } }
  @media screen and (max-width: 991px) {
    .tab-2 .aw-action-card:nth-child(4) {
      margin-bottom: 120px !important; }
      .tab-2 .aw-action-card:nth-child(4) .aw-action-card-img-100 {
        transform: translateY(60%); }
        .tab-2 .aw-action-card:nth-child(4) .aw-action-card-img-100 > img {
          width: 150px;
          height: 150px; } }
  @media screen and (max-width: 991px) {
    .tab-2 .aw-action-card:nth-child(5) {
      align-items: normal;
      gap: 15px;
      margin-bottom: 40px !important; }
      .tab-2 .aw-action-card:nth-child(5) .aw-action-card-img {
        display: flex;
        justify-content: flex-end; }
        .tab-2 .aw-action-card:nth-child(5) .aw-action-card-img > img {
          width: 150px;
          height: 180px; } }
  @media screen and (max-width: 991px) {
    .tab-2 .aw-action-card:nth-child(6) {
      align-items: normal;
      margin-bottom: 40px !important;
      gap: 30px; }
      .tab-2 .aw-action-card:nth-child(6) .aw-h2,
      .tab-2 .aw-action-card:nth-child(6) .aw-desc {
        text-align: center; }
      .tab-2 .aw-action-card:nth-child(6) .aw-action-card-img {
        display: flex;
        justify-content: center; } }
  @media screen and (max-width: 991px) {
    .tab-2 .aw-action-card:nth-child(7) {
      align-items: normal;
      margin-bottom: 40px !important;
      gap: 0px; }
      .tab-2 .aw-action-card:nth-child(7) .aw-action-card-img {
        display: flex;
        justify-content: flex-end; }
        .tab-2 .aw-action-card:nth-child(7) .aw-action-card-img > img {
          width: 160px;
          height: 90px; } }

.tab-2-bottomContent {
  background-image: url("./../images/forEmployerMap.png");
  min-height: 1150px; }
  @media screen and (max-width: 991px) {
    .tab-2-bottomContent {
      min-height: auto;
      background-image: url("./../images/forEmployerMap-mobile.png"); } }
  .tab-2-bottomContent-right {
    display: flex;
    justify-content: flex-end; }
    .tab-2-bottomContent-right .aw-action-card-desc {
      width: 50%; }
      .tab-2-bottomContent-right .aw-action-card-desc .aw-desc {
        width: 80%; }
      @media screen and (max-width: 991px) {
        .tab-2-bottomContent-right .aw-action-card-desc {
          width: 50%;
          padding-right: 20px; }
          .tab-2-bottomContent-right .aw-action-card-desc .aw-desc {
            width: 100%; } }
  .tab-2-bottomContent-left {
    margin-top: 450px;
    margin-left: 80px; }
    @media screen and (max-width: 991px) {
      .tab-2-bottomContent-left {
        margin-top: 100px;
        margin-left: 20px;
        padding-bottom: 100px; } }
    .tab-2-bottomContent-left .aw-action-card-desc {
      width: 45%; }
      .tab-2-bottomContent-left .aw-action-card-desc .aw-desc {
        width: 80%; }
      @media screen and (max-width: 991px) {
        .tab-2-bottomContent-left .aw-action-card-desc {
          width: 75%; }
          .tab-2-bottomContent-left .aw-action-card-desc .aw-desc {
            width: 100%; } }

.tab-3 .aw-h2 {
  color: #cb63ef; }

.tab-3 .aw-action-card:nth-child(2n) {
  background-color: #cb63ef;
  flex-direction: row-reverse;
  margin-top: 80px;
  padding: 20px !important; }
  .tab-3 .aw-action-card:nth-child(2n) .aw-h2,
  .tab-3 .aw-action-card:nth-child(2n) .aw-desc {
    text-align: right; }

@media screen and (max-width: 991px) {
  .tab-3 .aw-action-card:nth-child(2) {
    gap: 0;
    margin-bottom: 100px !important; }
    .tab-3 .aw-action-card:nth-child(2) .aw-action-card-img-100 {
      transform: translateY(60%); }
      .tab-3 .aw-action-card:nth-child(2) .aw-action-card-img-100 > img {
        width: 215px;
        height: 150px; } }

@media screen and (max-width: 991px) {
  .tab-3 .aw-action-card:nth-child(3) .aw-action-card-img > img {
    width: 220px; } }

@media screen and (max-width: 991px) {
  .tab-3 .aw-action-card:nth-child(4) {
    gap: 0;
    margin-bottom: 100px !important; }
    .tab-3 .aw-action-card:nth-child(4) .aw-action-card-img-100 {
      transform: translateY(60%); }
      .tab-3 .aw-action-card:nth-child(4) .aw-action-card-img-100 > img {
        width: 100%; } }

@media screen and (max-width: 991px) {
  .tab-3 .aw-action-card:nth-child(5) {
    margin-bottom: 100px !important; } }

.map-content {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  @media screen and (max-width: 991px) {
    .map-content {
      background-position: top; } }

/*.aw-action-card-img img {*/
/*    width: 530px;*/
/*    height: 335px;*/
/*    object-fit: contain;*/

/*}*/
