thead th {
  width: 33.33%;
  text-align: center;
  font-size: 20px;
  padding: 10px;
}
tbody {
  text-align: center;
}

thead {
  text-align: center;
  border-bottom: 2px solid #000;
}

tbody td:nth-child(2),
tbody tr:not(:first-child) td:nth-child(1),
tbody tr:first-child td:nth-child(3),
thead th:not(:first-child) {
  border-left: 2px solid #000;
  font-weight: bold;
}
.bg-black small {
  color: #fff;
}
tbody td {
  padding: 10px 20px;
}

tbody > tr:nth-child(1) > td:nth-child(1) {
  text-align: left;
}
/* 
.careersFinance:before {
  height: 40% !important;
} */

.careersFinance {
  margin-top: 100px;
}
.salaryBlock {
  margin-top: 40px;
}
.salaryBlock table {
  width: 100%;
}
tr:hover tbody td:nth-child(2),
tr:hover tbody tr:not(:first-child) td:nth-child(1),
tr:hover tbody tr:first-child td:nth-child(3) {
  background: #30ffb1;
  color: #000;
  font-weight: bold;
}
tbody tr:hover td {
  background: #30ffb1;
  color: #000;
}
tbody tr td a {
  color: #000;
}
tbody tr td a:hover {
  color: #000;
}
tbody tr:first-child:hover td:nth-child(1) {
  background: transparent;
  color: #282828;
}

.sf_cols.container_wrapper.bg-black {
  background: #282828;
  /* color: #fff; */
}

.workingHoursBlock h2,
.workingHoursBlock p {
  color: #fff !important;
}

.workingHoursBlock {
  padding: 50px 0px;
}
.myArticle .swiper-slide {
  margin: 0px 40px;
  width: 320px !important;
  background-color: #000000;
  border-radius: 20px;
}
.articleBlock {
  margin-top: 70px;
}
.articleBlock h2 {
  margin-bottom: 50px;
}
.articleBlock .btn.btn-primary.btn-module:hover {
  border-color: unset;
  box-shadow: unset;
}
div#video3 p {
  position: inherit;
  background: black;
  color: #fff;
  text-align: center;
  z-index: 1000;
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
}

#video33.card--video {
  background-image: url(/cisiweb2/image/cif/InvestmentVdo.jpg) !important;
}

.card--video {
  width: 300px;
  margin: 0 auto;
  height: 200px;
  top: -30px;
}

.card {
  width: 450px;
  margin: auto;
}

.col-sm-5.blobVideo img {
  width: 450px;
  margin: auto;
}

.card--title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 80%;
  margin: auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  #mainWrapper {
    overflow: hidden;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .card {
    width: 295px;
  }
  .card--title {
    font-size: 18px;
  }
  .card--video {
    width: 295px;
  }
}
@media (max-width: 600px) {
  .environment .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .environment .col-sm-5 img {
    margin-top: 70px;
  }
  .environment .col-sm-5::before {
    content: "";
    background: #000;
    position: absolute;
    top: 12%;
    left: 8%;
    height: 88%;
    width: 2px;
  }
  .environment .col-sm-5::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 22%;
    left: 0%;
    height: 2px;
    width: 90%;
  }

  .society .col-sm-5::before {
    content: "";
    background: #000;
    position: absolute;
    top: -5%;
    left: 8%;
    height: 104%;
    width: 2px;
  }
  .society .col-sm-5::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 7%;
    left: 0%;
    height: 2px;
    width: 90%;
  }
  .leftHrLine:before {
    display: none;
  }
  .card {
    width: 295px;
  }
  .card--title {
    font-size: 17px;
  }
  .card--video {
    width: 270px;
  }
  .salaryBlock {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}
