.loadonclick {
  cursor: pointer; }

.clicklink {
  cursor: pointer; }

.latest-blog-dark-outer {
  overflow: hidden;
  cursor: pointer; }

.flexxjobonal {
  display: flex;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #fff; }
  .flexxjobonal > div {
    width: 30%;
    flex-grow: 1; }

.flexcontentfilter {
  margin-top: 50px;
  margin-bottom: 20px;
  background: #fcd012;
  padding: 25px;
  border-radius: 10px; }
  .flexcontentfilter * {
    color: #283949; }
    .flexcontentfilter * a:hover {
      color: #fff;
      opacity: 0.8; }

.flexxjobonal.titleall div {
  font-weight: bold;
  font-size: 20px; }

.wrapper-home-intro {
  position: relative;
  z-index: 9; }

.section.section-content-page-td {
  margin: 0;
  padding: 0; }
  .section.section-content-page-td .flexcontentfilter {
    margin-top: 10px; }

.list-leader h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  text-align: center; }
  @media (max-width: 768px) {
    .list-leader h3 {
      font-size: 18px; } }

.section.section-leader {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .section.section-leader {
      padding: 10px 0; } }

.list-leader p {
  font-size: 14px;
  text-align: center; }

.group-info-all-product-title .title-first {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 5px solid #f5a623;
  margin-bottom: 15px;
  line-height: 45px;
  letter-spacing: 1px;
  padding-left: 10px; }
  @media (max-width: 768px) {
    .group-info-all-product-title .title-first {
      font-size: 26px; } }

.list-number {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .list-number .item {
    text-align: center;
    margin-right: 10px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; }
    .list-number .item .number {
      font-size: 50px;
      font-weight: bold;
      color: #febc12; }
      @media (max-width: 768px) {
        .list-number .item .number {
          font-size: 30px; } }
    .list-number .item .icon img {
      width: 100px; }
      @media (max-width: 768px) {
        .list-number .item .icon img {
          width: 50px; } }
    .list-number .item .title {
      font-size: 20px; }
      @media (max-width: 768px) {
        .list-number .item .title {
          font-size: 13px; } }

.list-number .item:last-child {
  margin-right: 0; }

.title-all-project {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 20px; }

h3.group-title {
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #f5a623;
  color: #f5a623;
  padding-left: 10px; }
