/**
* Theme Name:     Hiroshi Lord
* Author:         Hiroshi Lord
* Template:       flatsome
* Description:    Theme Build by Hiroshi Lord
* Version:        2025
*/
body {
  font-family: 'SF Pro Display', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 700;
}

/* DEFAULT NO BORDER AND LINE-THROUGH */
.section-title-center b {
  opacity: 0;
}

.section-title-normal {
  border-bottom: none;
}

.section-title-normal span {
  border-bottom: none;
}

.text-cap {
  span {
    text-transform: capitalize;
  }
}

.border-radius {
  border-radius: 8px;
  overflow: hidden;

  img {
    border-radius: 8px;
  }
}

.sec-footer {
  .custom-menu-white .ux-menu-link__text {
    color: #ffff !important;
    text-align: left !important;
  }
}

.text-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Giới hạn tối đa 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Hiện dấu ... nếu vượt quá */
  white-space: normal;
  /* Cho phép xuống dòng */

  a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Giới hạn tối đa 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Hiện dấu ... nếu vượt quá */
    white-space: normal;
    /* Cho phép xuống dòng */
  }
}

.d-none {
  display: none !important;
}

.absolute-footer {
  display: none;
}

/* END */
.order-1 {
  @media screen and (max-width:768px) {
    order: 1;
  }
}

/* CUSTOM HEADER */
#header {
  &.custom-header-mobile {
    display: none;

    @media screen and (max-width:768px) {
      display: block;
    }
  }
}

#wrapper {

  &.custom-wrapper-hiroshi {
    position: relative;
    margin-left: 135px;

    #header {
      position: fixed;
      top: 0;
      left: 0;
      width: 135px;
      height: 100vh;
      /* padding: 0 15px; */
      background: white;
      border-right: 1px solid #e7e9ee;

      .header-main {
        height: 96vh !important;

        .header-inner {
          display: flex;
          flex-direction: column;
          padding: 0;

          #logo {
            width: 100%;
            margin-right: 0;
            padding: 0 15px;
          }

          .header-nav-main {
            li {
              margin-left: 5px;
              margin-right: 0;
              /* height: 50px; */
              width: 100%;
              padding: 0 15px 0 10px;
              position: relative;

              a {
                width: 100%;
                border-bottom: 1px solid #e7e9ee;
                padding: 15px 0;
              }

              &:hover {
                background: #4fdae451;

                &::before {
                  opacity: 1;
                }
              }

              &.html_topbar_left {
                .gt_selector {
                  border-radius: 8px;
                }

                &:hover {
                  background: transparent;

                  &::before {
                    opacity: 0;
                  }
                }
              }

              &::before {
                content: '';
                position: absolute;
                top: 0;
                left: -5px;
                width: 5px;
                height: 100%;
                background: var(--fs-color-secondary);
                opacity: 0;
                transition: all .3s;
              }

              /* &:first-child {
              margin-left: 5px !important;
            } */

              &.current-menu-item {
                /* background: #4fdae451; */

                &::before {
                  opacity: 1;
                }
              }

              &.html_topbar_right {
                background-color: transparent;

                .header-button {
                  margin-bottom: 20px;
                  width: 100%;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  background-color: rgba(231, 233, 238, .6);
                  border-radius: 8px !important;
                  overflow: hidden;

                  a {
                    color: #000;
                    padding: 6px 12px;
                    /* border: 1px solid; */
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 14px;
                    font-size: 14px;
                    border-bottom: none;

                    i {
                      color: var(--fs-color-secondary);
                    }
                  }
                }
              }

              &.header-search-lightbox {
                display: none;
              }
            }
          }
        }

        @media screen and (max-width:768px) {
          height: 90px !important;
        }
      }
    }

    @media screen and (max-width:768px) {
      margin-left: 0;

      #header {
        position: unset;
        width: unset;
        height: unset;

        .header-main {
          .header-inner {
            flex-direction: row;
            padding: 0 15px;

            #logo {
              width: unset;
            }
          }
        }
      }
    }
  }
}

.sec-footer {
  border-top: 1px solid #e7e9ee;
}

/* END */
.custom-btn {
  /* display: flex; */
  align-items: center;
  width: max-content;
  padding: 16px 25px 17px;
  line-height: unset;
  min-height: unset;
  border-radius: 16px;
  transition: all .3s;
  margin-bottom: 0 !important;

  i {
    line-height: 25px;
    height: 25px;
    width: 25px;
    background: white;
    border-radius: 50%;
    color: #000;
    align-items: center;
  }

  &:hover {
    padding: 16px 32px 17px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important; */

    i {
      background-color: var(--fs-color-secondary);
      color: #fff;
    }
  }
}

.core__item-inner {
  padding-left: 125px;
  position: relative;
  margin-bottom: 50px;

  .core__number {
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 84px;
    line-height: 122px;
    background: linear-gradient(180deg, #5DE3E7 21.94%, #1511B6 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.key__item-inner {
  display: flex;
  /* align-items: flex-end; */
  align-items: start;

  h3 {
    width: 40%;
    font-size: 60px;
    line-height: .97458em;
    font-weight: bold;
    margin-bottom: 15px;

    color: var(--fs-color-primary);
  }

  p {
    width: 60%;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 22px;
  }
}

/* HOME */
.banner-home {
  h3 {
    line-height: 48px;
  }

  a {
    padding: 16px 25px 17px;
    min-height: unset;
    line-height: unset;
    border-radius: 16px;
  }
}

.sec-about-home {
  .custom-row-icon-box {
    .col {
      padding-top: 30px;
      border-bottom: 1px solid gray;

      &:nth-child(2) {
        border-left: 1px solid gray;
        border-right: 1px solid gray;
      }

      &:nth-child(4) {
        border-right: 1px solid gray;
        border-bottom: none;

        @media screen and (max-width:768px) {
          border-bottom: 1px solid gray !important;
        }
      }

      &:nth-child(5) {
        border-bottom: none;

        @media screen and (max-width:768px) {
          /* border-bottom: 1px solid #333!important; */
        }
      }

    }

    .icon-box {
      .icon-box-text {
        p {
          font-size: 42px;
          margin-bottom: 0;
          font-weight: 600;
          text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
			color:var(--fs-color-primary);
        }

        h4 {
          font-weight: 600;
        }
      }
    }
  }

  .custom-row-about-new {
    .custom-col-new {
      .col-inner {

        padding: 30px;
        overflow: hidden;
        border-radius: 12px;
        border: 2px solid var(--fs-color-primary);
        transition: box-shadow .5s ease-out;

        .custom-text-new {
          display: flex;
          align-items: center;

          h3 {
            color: var(--fs-color-primary);
            font-size: 32px;
            margin-bottom: 0;
          }

          p {
            margin-bottom: 0;
          }

          &.nm-1 {
            h3 {
              width: 50%;
            }
          }

          @media screen and (max-width:768px) {
            flex-direction: column;
            align-items: start!important;


            &.nm-1 {
               align-items: start;
              h3 {
                width: 100%;
              }
            }
          }
        }

        .custom-text-new-1 {

          h3 {
            color: var(--fs-color-primary);
            font-size: 34px;
            margin-bottom: 0;
          }

          p {
            margin-bottom: 0;
          }

          &.k1 {
            h3 {
              font-size: 24px;
            }
          }
        }

        &:hover {
          background-color: var(--fs-color-primary);
          color: #fff;
          cursor: pointer;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;

          .custom-text-new {
            display: flex;
            align-items: center;

            h3 {
              color: #fff;
            }
          }

          .custom-text-new-1 {
            h3 {
              color: #fff;
            }

            p {
              margin-bottom: 0;
            }
          }
        }
      }

      &.pd-15 {
        .col-inner {
          padding: 21px;
        }
      }

      &.pb-01 {
        padding-bottom: 0;

        @media screen and (max-width:768px) {
          padding-bottom: 0 !important;
        }
      }

      @media screen and (max-width:768px) {
        padding-bottom: 0px !important;
        margin-bottom: 0 !important;
        padding-top: 30px;

        &.last-col {
          padding-bottom: 1px !important;
        }
      }
    }

  }
}

.sec-capabilities-home {
  .custom-stack {
    display: flex;
    /* gap: 15px; */
    flex-wrap: wrap;

    .icon-box {
      width: 33.3333%;
      background: white;
      /* border: 1px solid; */
      padding: 15px;
      border-radius: 16px;

      &:nth-child(n+4) {
        width: 50%;
      }
    }
  }

  .custom-col-core-values {
    .col-inner {
      padding: 35px 28px;
      border-radius: 8px;
      border: 1px solid #DFDFDF;
      overflow: hidden;
      background-color: #fff;

      h3 {
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        /* 31.2px */
        letter-spacing: 0.96px;
      }
    }
  }

  .row-new-mission {
    .col {
      .col-inner {
        padding: 30px 15px 15px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 12px;
        overflow: hidden;
      }
    }


    counter-reset: mission;


    &>.col {
      counter-increment: mission;
    }

    &>.col .icon-box-top::before {
      content: "0" counter(mission);
      font-size: 60px;
      font-weight: 700;
      color: var(--fs-color-secondary);
      line-height: 1;
      position: absolute;
      right: 15px;
    }
  }

  .custom-field {
    .box {
      border-radius: 12px;
      overflow: hidden;

      &::before {
        content: '';
        position: absolute;
        top: 28px;
        left: 0;
        right: 0;
        height: 100px;
        width: 100%;
        background-color: var(--fs-color-primary);
        bottom: -24px;
        transform: skewY(-7deg);
        z-index: 1;
      }

      .box-text {
        position: absolute;
        top: 0;
        background-color: var(--fs-color-primary);
        height: 104px;
        z-index: 8;
      }
    }
  }
}

.sec-partner-home {
  .row-partner {
    .col-inner {
      display: flex;
      /* gap: 5px; */

      .ux-logo {

        .ux-logo-link {
          border-radius: 20px;

          border: 1.3px solid #e7e9ee;
          transition: transform .1s ease-out;

          &:hover {
            border: none;
            box-shadow: 4px 25px 40px rgba(0, 0, 0, .08);
            transform: scale(1.01);
          }

          img {
            border-radius: 20px;
            overflow: hidden;
          }
        }


      }

      @media screen and (max-width:768px) {
        flex-wrap: wrap;

        .ux-logo {
          padding: 10px;
        }
      }
    }
  }

  .row-brands {
    .col-inner {
      display: flex;
      gap: 15px;

      @media screen and (max-width:768px) {
        gap: 0;
      }
    }
  }

  .row-logo-slider {
    .flickity-viewport {
      .ux-logo {
        /* padding: 5px; */
      }

      .ux-logo-link {
        /* border-radius: 20px; */


        img {
          border-radius: 20px;
          padding: 8px;
          overflow: hidden;
          border: 1.3px solid #e7e9ee;
          transition: transform .1s ease-out;
        }
      }
    }
  }
}

.row-dmg-brand-items {
  margin-top: 30px;

  .col {
    /* height: 574px; */

    .col-inner {
      height: 100%;
      border-radius: 20px;
      border: 1px solid #e7e9ee;
      overflow: hidden;

      .dmg-brand-img {
        a {
          display: block;
          width: 100%;
          height: 300px;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
          }
        }
      }

      .dmg-brand-text {
        padding: 15px 20px;
        display: flex;
        flex-direction: column;
        /* height: 42%;
      justify-content: space-between; */

        p {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          /* Giới hạn tối đa 2 dòng */
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          /* Hiện dấu ... nếu vượt quá */
          white-space: normal;
          /* Cho phép xuống dòng */
        }

        a {
          text-transform: unset;
          margin-right: 0;

          i {
            padding-left: 10px;
          }
        }
      }

      &:hover {
        /* box-shadow: 4px 25px 40px rgba(0, 0, 0, .08); */
      }
    }
  }


}

.sec-cta {
  background: #4fdae451;

  .col {
    padding-bottom: 0;

    .col-inner {
      h3 {
        font-size: 200%;
      }

      a {
        margin-bottom: 0;
      }

      &.text-right {
        @media screen and (max-width:768px) {
          text-align: left;
        }
      }
    }
  }
}

.post-item {

  .col-inner {
    border-top: 2px solid rgba(65, 90, 108, .2);
    padding-top: 15px;

    .box {
      .post-meta-time {
        display: flex;
        justify-content: space-between;
        font-size: 15px;

        .article__time {
          color: #415a6c;
        }

        .article__read {
          color: #000;
        }
      }

      .box-image {
        border-radius: 20px;
        overflow: hidden;
      }

      .box-text {
        .post-title {
          a {
            font-size: 23px;
            color: 000;
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            /* Giới hạn tối đa 2 dòng */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            /* Hiện dấu ... nếu vượt quá */
            white-space: normal;
            /* Cho phép xuống dòng */
          }

        }

        .from_the_blog_excerpt {
          font-size: 16px;
          line-height: normal;
          margin-bottom: 25px;
        }

        .post-categories_dmg {
          .article__tag {
            background: rgba(231, 233, 238, .6);
            border-radius: 4px;
            margin: 0 10px 10px 0;
            padding: 4px 6px 5px;
            font-size: 12px;
            color: #000;
          }
        }
      }
    }

    &:hover {
      .box-text {
        .post-title {
          a {
            text-decoration: underline;
          }
        }
      }
    }
  }
}

.team-grid {
  .team-item {
    .col-inner {
      /* background: #fff; */
    }

    .team-image {
      img {
        width: 100%;
        /* height: 320px; */
        object-fit: cover;
        border-radius: 10px;
      }
    }

    .team-info {
      margin-top: 15px;

      .team-name {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 4px;
      }

      .team-position {
        font-size: 14px;
        color: #777;
        margin-bottom: 12px;
      }

      .team-button {
        border-radius: 999px;
        padding: 0px 16px;
        color: #000;
        font-size: 14px;
        text-transform: unset;
        background-color: rgba(79, 217, 228, 0.2) !important;
        box-shadow: none !important;

        &:hover {
          background-color: rgba(79, 217, 228, 0.4) !important;
        }

        i {
          padding-left: 5px;
        }
      }
    }
  }
}

/* CAPABILITIES */
.sec-capabilities {
  .core__item-inner {
    margin-bottom: 80px;
  }
}

.sec-brands-home {
  .row {
    .col-brand {
      .col-inner {
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid #e7e9ee;
        height: 100%;

        .box {
          /* padding-bottom: 60px; */

          .box-text {
            /* position: unset; */

            .box-text-inner {
              /* position: unset; */

              h3 {
                margin-bottom: 15px;
              }

              p {
                /* height: 70px; */
                margin-bottom: 15px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                /* Giới hạn tối đa 2 dòng */
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                /* Hiện dấu ... nếu vượt quá */
                white-space: normal;
                /* Cho phép xuống dòng */
              }

            }

          }
        }


      }
    }
  }
}

.custom-stack-lt {
  align-items: stretch !important;

  .row {
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;

    .col {
      padding: 15px;

      .col-inner {
        padding: 36px 12px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0px 8px 32px -10px rgba(0, 0, 0, 0.2);
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
    }
  }

  @media screen and (max-width:768px) {
    flex-direction: column;
  }
}

.custom-stack-lt>.row>.col::after {
  content: "";
  position: absolute;
  top: -32px;
  right: -24px;
  width: 20%;
  height: 100%;
  background-image: url("../../uploads/2026/01/right-arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.6;

  @media screen and (max-width:768px) {
    opacity: 0;
  }
}

/* .custom-stack-lt>.row>.col::before {
  content: "01.";
  display: flex;
  position: absolute;
  top: 60px;
  right: 21px;
  width: 40px;
  height: 40px;
  z-index: 1;
  color: #333 !important;
  border: 1px solid #ebebeb;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

  @media screen and (max-width:768px) {
    top: 40px;
    right: 36px;
  }
}

.custom-stack-lt>.row>.col.two::before {
  content: "02.";
}

.custom-stack-lt>.row>.col.three::before {
  content: "03.";
}

.custom-stack-lt>.row>.col.four::before {
  content: "04.";
}

.custom-stack-lt>.row>.col.five::before {
  content: "05.";
}

.custom-stack-lt>.row>.col.last-child::before {
  content: "06.";
} */

.custom-stack-lt>.row>.col.last-child::after {
  width: 0%;
}

.text-lt {
  font-size: 14px;
  display: none;
  font-weight: 500;
}

.text-lt h4 b {
  font-size: 16px;
  color: #fff;
}

.sec-news-insights {
  .nav-simple {
    display: flex;
    justify-content: center;
    gap: 15px;

    li {
      position: relative;
      padding-top: 10px;

      a {
        font-size: 20px;

        &:hover {
          text-decoration: underline;
        }

      }

      &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        width: 100%;
        background: rgba(65, 90, 108, .2);
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-name: show-border-slide;
        animation-timing-function: ease;
      }

      &:hover {
        &::before {
          background: var(--fs-color-secondary);
          transition: width .3s ease-in-out;
          height: 3px;
        }
      }

      &.active {
        &::before {
          background: var(--fs-color-secondary);
          transition: width .3s ease-in-out;
          height: 3px;
        }
      }
    }
  }

  @media screen and (max-width:768px) {
    .nav-simple {
      flex-direction: row;
      flex-wrap: nowrap;
    }
  }
}

@keyframes show-border-slide {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 100%;
  }
}

.sec-single-brand {
  .row {
    &:first-child {
      border-radius: 20px;
      padding: 19px 38px 19px 50px;
      box-shadow: 4px 25px 40px rgba(0, 0, 0, .08);
      border: 1px solid #e7e9ee;
      background-color: var(--fs-color-secondary);


      .section-title-container {
        margin-bottom: 0;

        h3 {
          margin-bottom: 0;
          line-height: normal;
          position: relative;
          padding-left: 35px;

          &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 30px;
            width: 30px;
            background-image: url('../../uploads/2026/03/gridicons_reader-following-conversation.svg');
            background-repeat: no-repeat;
            background-position: center;

          }

          .section-title-main {
            padding-bottom: 0;
            text-transform: capitalize;
            color: #fff;
          }
        }
      }

      .col {
        display: flex;
        align-items: center;
      }

      .ux-menu {
        &.stack-col {
          flex-direction: row;
          justify-content: end;
          gap: 10px;

          .ux-menu-link__link {
            display: flex;
            align-items: center;
            border: none;
            border-radius: 110px;
            color: #000;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.0625em;
            padding: 8px 10px;
            transition: padding .3s;
            background: rgba(231, 233, 238, .6);
            gap: 8px;


            .ux-menu-link__icon {
              border-radius: 50%;
              height: 30px;
              width: 30px;
              background: #000;
              /* padding: 2px; */
              display: flex;
              align-items: center;
              justify-content: center;
              color: #fff;
              order: 1
            }

            &:hover {
              padding: 8px 16px;

              .ux-menu-link__icon {
                background-color: var(--fs-color-secondary);
              }
            }
          }
        }
      }

      @media screen and (max-width:768px) {
        padding: 6px 15px 6px 22px;
        max-width: 95%;
        width: 95%;

        h3 {
          font-size: 14px;
        }

        .ux-menu {
          gap: 5px;

          &.stack-col {
            .ux-menu-link__link {
              gap: 0;
              padding: 0;
              min-height: unset;

              .ux-menu-link__text {
                font-size: 0;
              }

              &:hover {
                padding: 0;

                .ux-menu-link__icon {
                  background-color: #000;
                }
              }
            }
          }
        }
      }
    }

    .des-brand {
      h3 {
        span {
          font-size: 64px !important;
          line-height: 84px;
        }
      }

      @media screen and (max-width:768px) {
        h3 {
          span {
            font-size: 38px !important;
            line-height: 38px;
          }
        }
      }
    }

    .custom-btn {
      i {
        transform: rotate(-45deg);
      }
    }

    .icon-brand-box {
      .icon-box-text {
        h3 {
          font-size: 70px !important;
          line-height: normal;

          span {
            font-size: 70px !important;
            line-height: normal;
          }

          @media screen and (max-width:768px) {
            span {
              font-size: 50px !important;
            }
          }
        }
      }
    }

    &.row-two-box {
      .large-4 {
        .col-inner {
          padding: 32px 32px 50px;
          background: #fff;
          border: 1px solid #e7e9ee;
          border-radius: 20px;
          display: flex;
          flex-direction: column;
          height: 100%;

          .icon-box {
            .icon-box-img {
              img {
                border-radius: 8px;
              }
            }

            .icon-box-text {
              h4 {
                font-size: 14px;
              }

              h3 {
                font-size: 24px;
              }
            }
          }
        }
      }
    }
  }
}

.custom-btn-brand {
  border: none !important;
  background-color: #4fdae451 !important;
  color: #000 !important;

  align-items: center;
  width: max-content;
  /* padding: 16px 25px 17px; */
  line-height: unset;
  min-height: unset;
  border-radius: 16px;
  transition: all .3s;

  &:hover {
    padding: 0 24px;
  }

  i {
    line-height: 20px;
    height: 20px;
    width: 20px;
    background: var(--fs-color-secondary);
    border-radius: 50%;
    color: #fff;
    align-items: center;
    transform: rotate(-45deg);
  }

}



.sec-partnership-brand {

  p {
    font-size: 20px;
    margin-bottom: 0;
  }

  .col-brand-partner {
    .col-inner {
      border-radius: 20px;
      padding: 15px 20px 28px;
      align-items: center;
      border: 1px solid #e7e9ee;
      display: flex;
      flex-direction: column;
      height: 100%;
      position: relative;
      transition: box-shadow .5s ease-out;

      .box {
        .box-text {
          h4 {
            font-size: 14px;
          }
        }
      }

      &:hover {
        border-color: transparent;
        box-shadow: 4px 25px 40px rgba(0, 0, 0, .08);
      }
    }
  }
}


.title-brand-news {
  .section-title-normal {
    margin-bottom: 0;
  }

  span {
    font-size: 42px;
    line-height: 42px;
    padding: 20px 0;
  }

  margin-bottom: 0 !important;
}


.sec-leader-ft {
  h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
  }

  h3 {
    margin-bottom: 25px;
    font-size: 36px;

    @media screen and (max-width:768px) {
      font-size: 24px;
    }
  }

  .custom-btn-brand {
    background-color: #fff !important;
    box-shadow: none !important;

    i {
      transform: rotate(0deg);
    }
  }
}

.banner-leadership {
  h4 {
    font-size: 19px;
  }

  .simple-banner__title {
    font-size: 70px;
    color: var(--fs-color-secondary) !important;
  }

  p {
    font-size: 18px;
  }

  @media screen and (max-width:768px) {
    padding-top: 350px !important;

    .simple-banner__title {
      font-size: 42px;
    }
  }
}

/* .single-post { */

.article-inner-hiroshi {

  .entry-divider {
    display: none;
  }

  .post-categories_dmg {
    margin-bottom: 25px;

    .article__tag {
      font-size: 14px;
      line-height: 20px;
      padding: 4px 6px 5px;
      background-color: rgba(231, 233, 238, .6);
      border-radius: 4px;
      font-weight: 600;
    }
  }

  .post-meta-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    border-top: 2px solid #e7e9ee;
    padding-top: 25px;
    font-size: 14px;

  }
}

.entry-content-hiroshi {
  .blog-share {
    position: fixed;
    top: 6%;
    right: 84%;

    .is-divider {
      display: none;
    }

    .social-icons {
      display: flex;
      flex-direction: column;
      gap: 6px;

      a {
        margin-bottom: 0;
      }
    }

    @media screen and (max-width:768px) {
      display: none;
    }
  }


}

/* } */
.icon-box-center-h {
  align-items: center !important;
  margin-bottom: 15px;

  .icon-box-img {
    margin-bottom: 0;
  }

  .icon-box-text {
    h3 {
      font-size: 28px;
    }
  }
}

.icon-box-capbilities {
  .col-inner {
    padding: 32px 32px 50px;
    background: #fff;
    border: 1px solid #e7e9ee;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    .icon-box {
      .icon-box-img {
        img {
          border-radius: 8px;
        }
      }

      .icon-box-text {
        p {
          font-size: 16px;
        }

        h3 {
          font-size: 20px;
        }
      }
    }
  }
}