@keyframes colorCycle {
  0% {
    color: #ff0000; }
  25% {
    color: #00ff00; }
  50% {
    color: #0000ff; }
  75% {
    color: #ff00ff; }
  100% {
    color: #ff0000; } }

.fontsizeDefault, .home-our-service, .home-our-service .home-our-service-wrap, .home-contact, .home-contact .home-contact-wrap, .pteam, .pfactory, .phistory {
  font-size: 16px; }
  @media (max-width: 991px) {
    .fontsizeDefault, .home-our-service, .home-our-service .home-our-service-wrap, .home-contact, .home-contact .home-contact-wrap, .pteam, .pfactory, .phistory {
      font-size: 13px; } }
  @media (max-width: 640px) {
    .fontsizeDefault, .home-our-service, .home-our-service .home-our-service-wrap, .home-contact, .home-contact .home-contact-wrap, .pteam, .pfactory, .phistory {
      font-size: 11px; } }

section.section-home-abouts {
  padding-bottom: 0px;
  padding-top: 50px; }

.home-about-btn {
  margin-top: 15px;
  position: relative;
  padding: 12px 24px;
  background-color: #4a90e2;
  color: white;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-width: 130px;
  display: inline-block;
  text-align: center;
  min-height: auto;
  line-height: 15px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0; }
  .home-about-btn:after {
    content: initial; }
  .home-about-btn:hover {
    background: #000;
    color: #fff; }

.footer-4col .footer-4col-wrap .footer-4col-cert > img {
  max-height: 100%; }

.home-op {
  margin: 4em 0; }
  @media (max-width: 991px) {
    .home-op {
      margin: 3em 0; } }
  .home-op .home-op-wrap {
    text-align: center; }
    .home-op .home-op-wrap h1, .home-op .home-op-wrap h2 {
      text-align: center;
      color: #000;
      font-size: 2.25em;
      font-weight: black;
      display: inline-block;
      margin: 0 auto 2em; }
    .home-op .home-op-wrap .home-op-items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1em; }
      .home-op .home-op-wrap .home-op-items * {
        min-width: 0; }
      @media (max-width: 991px) {
        .home-op .home-op-wrap .home-op-items {
          grid-template-columns: repeat(2, 1fr);
          gap: 2em; } }
      @media (max-width: 640px) {
        .home-op .home-op-wrap .home-op-items {
          grid-template-columns: repeat(1, 1fr);
          gap: 1em; } }
      .home-op .home-op-wrap .home-op-items .home-op-item {
        border: 1px solid #65d1e6;
        padding: 1em; }
        .home-op .home-op-wrap .home-op-items .home-op-item .home-op-item-main {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          height: 100%; }
          .home-op .home-op-wrap .home-op-items .home-op-item .home-op-item-main h3 {
            transition: all .5s;
            color: #000;
            font-size: 1.5em;
            font-weight: bold;
            margin-bottom: .5em; }
            .home-op .home-op-wrap .home-op-items .home-op-item .home-op-item-main h3:hover {
              color: #65d1e6 !important; }
          .home-op .home-op-wrap .home-op-items .home-op-item .home-op-item-main img {
            margin-bottom: .5em;
            max-width: 77.5%; }
            @media (max-width: 991px) {
              .home-op .home-op-wrap .home-op-items .home-op-item .home-op-item-main img {
                max-width: 100%; } }
          .home-op .home-op-wrap .home-op-items .home-op-item .home-op-item-main > p b {
            display: block; }
            .home-op .home-op-wrap .home-op-items .home-op-item .home-op-item-main > p b br {
              display: none; }
          .home-op .home-op-wrap .home-op-items .home-op-item .home-op-item-main p:empty {
            display: none; }
          .home-op .home-op-wrap .home-op-items .home-op-item .home-op-item-main > a {
            margin-top: auto !important; }
        .home-op .home-op-wrap .home-op-items .home-op-item .home-op-item-popup {
          display: none; }
  .home-op .home-op-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none; }
    .home-op .home-op-overlay.active {
      display: block; }
  .home-op .home-op-item-popup {
    position: fixed;
    width: 1100px;
    height: 70vh;
    top: 15vh;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    z-index: 10;
    padding: 2em;
    overflow: hidden auto;
    font-size: 20px; }
    @media (max-width: 1100px) {
      .home-op .home-op-item-popup {
        width: 95%;
        padding: .5em;
        height: 80vh;
        top: 10vh; } }
    .home-op .home-op-item-popup.active {
      display: block !important; }
    .home-op .home-op-item-popup h3 {
      transition: all .5s;
      color: #000;
      font-size: 1.75em;
      font-weight: bold;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
      text-decoration: underline;
      text-underline-offset: 10px; }
      .home-op .home-op-item-popup h3:hover {
        color: #65d1e6 !important; }
    .home-op .home-op-item-popup button {
      position: absolute;
      top: 2em;
      right: 2em;
      background: transparent;
      border: none;
      outline: none;
      box-shadow: none;
      z-index: 2; }
      @media (max-width: 1100px) {
        .home-op .home-op-item-popup button {
          top: .5em;
          right: .5em; } }
      .home-op .home-op-item-popup button img {
        max-width: 50px; }
    .home-op .home-op-item-popup .subtitle-link {
      font-weight: bold;
      font-size: 24px;
      text-decoration: underline; }
    .home-op .home-op-item-popup .home-op-popup-maintitle {
      font-weight: bold;
      font-size: 24px;
      text-align: left;
      text-decoration: underline; }
    .home-op .home-op-item-popup .popup-card-item {
      overflow: hidden;
      border-radius: 24px; }
      .home-op .home-op-item-popup .popup-card-item .popup-card_inner {
        background: linear-gradient(to bottom, #d9d9d9 0%, #ffffff 100%);
        border: 1px solid #ccc;
        border-radius: 24px;
        padding: 30px 20px 15px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), inset 0 -4px 6px rgba(0, 0, 0, 0.05);
        min-height: 150px; }
        .home-op .home-op-item-popup .popup-card-item .popup-card_inner .card--title {
          font-weight: bold;
          font-size: 20px; }
        .home-op .home-op-item-popup .popup-card-item .popup-card_inner .card--desc {
          font-size: 16px;
          line-height: 18px;
          margin-top: 7px; }
  .home-op .home-op-item-1 .home-op-item-popup {
    margin-bottom: 1em; }
    .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-top {
      text-align: start;
      font-size: 20px;
      font-weight: 500;
      display: grid;
      grid-template-columns: 1fr;
      gap: 2em;
      padding-left: 1rem;
      position: relative;
      z-index: 2; }
      .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-top > * {
        min-width: 0; }
      @media (max-width: 1100px) {
        .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-top {
          grid-template-columns: 1fr;
          padding-left: 0; } }
      .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-top b {
        font-size: bold;
        font-size: 110%;
        margin-bottom: 0;
        display: block; }
    .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-cardbock {
      margin: 30px 0;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2em; }
      @media (max-width: 992px) {
        .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-cardbock {
          grid-template-columns: 1fr;
          gap: 13px; } }
    .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-mid {
      text-align: right;
      margin-top: -15%;
      position: relative;
      z-index: 1; }
      .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-mid img {
        max-width: 200px; }
    .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-bot {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2em;
      align-items: center; }
      .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-bot > * {
        min-width: 0; }
      @media (max-width: 991px) {
        .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-bot {
          grid-template-columns: 1fr; } }
      .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-left {
        text-align: center; }
        .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-left a {
          font-weight: bold;
          font-size: 20px;
          border-bottom: 1px solid #000; }
      .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-right {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2em; }
        .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-right > * {
          min-width: 0; }
        @media (max-width: 991px) {
          .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-right {
            grid-template-columns: repeat(2, 1fr); } }
        .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-right span {
          display: inline-block;
          max-width: 80%;
          margin: .5em auto;
          font-weight: bold;
          font-size: 18px; }
          @media (max-width: 991px) {
            .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-right span {
              max-width: 100%; } }
  .home-op .home-op-item-2 .home-op-item-popup {
    margin-bottom: 1em; }
    @media (min-width: 1000px) {
      .home-op .home-op-item-2 .home-op-item-popup .home-op-popup-maintitle {
        margin: 0 90px; } }
    .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-top {
      text-align: start;
      font-size: 20px;
      font-weight: 500;
      display: grid;
      grid-template-columns: 1fr 40%;
      gap: 0em; }
      @media (max-width: 1100px) {
        .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-top {
          margin-bottom: 20px;
          grid-template-columns: 1fr; } }
      .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-top img {
        order: 2;
        max-width: 300px;
        object-fit: contain;
        margin-left: 30px; }
        @media (max-width: 992px) {
          .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-top img {
            margin-left: 0px;
            margin: auto; } }
      .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-top b {
        font-size: bold;
        font-size: 110%;
        margin-bottom: 0;
        display: block; }
      .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-top .popup-card-item {
        margin-top: 30px; }
        @media (max-width: 992px) {
          .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-top .popup-card-item {
            margin-bottom: 20px; } }
        .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-top .popup-card-item .card--desc {
          font-size: 20px;
          line-height: 30px;
          color: red; }
    .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-cardbock {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2em; }
      @media (min-width: 1000px) {
        .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-cardbock {
          margin: 10px 90px 20px; } }
      .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-cardbock .popup-card-item .popup-card_inner {
        min-height: unset;
        padding: 10px 15px;
        text-align: left; }
        .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-cardbock .popup-card-item .popup-card_inner .card--desc {
          font-size: 20px;
          line-height: 30px; }
      .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-cardbock .popup-card-item + .popup-card-item {
        margin-top: 10px; }
      @media (max-width: 992px) {
        .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-cardbock {
          grid-template-columns: 1fr;
          gap: 13px; } }
    .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-bot {
      max-width: 100%;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr;
      gap: 2em;
      align-items: flex-start; }
      .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-bot > * {
        min-width: 0; }
      @media (min-width: 1000px) {
        .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-bot {
          margin: 0 90px; } }
      @media (max-width: 991px) {
        .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-bot {
          grid-template-columns: 1fr;
          max-width: 100%; } }
      .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-left {
        padding-top: 60%;
        text-align: center; }
        @media (max-width: 991px) {
          .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-left {
            padding-top: 0; } }
        .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-left a {
          font-weight: bold;
          font-size: 22px;
          border-bottom: 1px solid #000; }
      .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-right {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 2em; }
        .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-right > * {
          min-width: 0; }
        @media (max-width: 991px) {
          .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-right {
            margin-top: 2rem;
            grid-template-columns: repeat(2, 1fr); } }
  .home-op .home-op-item-3 .home-op-item-popup {
    margin-bottom: 1em; }
    .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-top {
      text-align: start;
      font-size: 20px;
      font-weight: 500;
      display: grid;
      grid-template-columns: 1fr 40%;
      gap: 0em; }
      @media (max-width: 1100px) {
        .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-top {
          margin-bottom: 20px;
          grid-template-columns: 1fr; } }
      .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-top img {
        order: 2;
        max-width: 300px;
        object-fit: contain;
        margin-left: 30px;
        margin-top: -15px; }
        @media (max-width: 992px) {
          .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-top img {
            margin-left: 0px;
            margin-top: 0px;
            margin: auto; } }
      .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-top b {
        font-size: bold;
        font-size: 110%;
        margin-bottom: 0;
        display: block; }
      .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-top .popup-card-item .card--desc {
        font-size: 20px;
        line-height: 30px;
        color: red; }
    .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-cardbock {
      display: grid;
      gap: 10px;
      grid-template-columns: 1fr 1fr;
      margin: 25px 0; }
      @media (max-width: 992px) {
        .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-cardbock {
          grid-template-columns: 1fr; } }
      .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-cardbock .popup-card-item .popup-card_inner {
        min-height: unset;
        padding: 10px 15px;
        text-align: left; }
        .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-cardbock .popup-card-item .popup-card_inner .card--desc {
          font-size: 20px;
          line-height: 30px;
          color: red; }
      .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-cardbock .popup-card-item.wide {
        grid-column: span 2;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; }
        @media (max-width: 992px) {
          .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-cardbock .popup-card-item.wide {
            max-width: 100%; } }
    .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-bot {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2em;
      align-items: flex-start;
      max-width: 95%;
      margin: 0 auto; }
      .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-bot > * {
        min-width: 0; }
      @media (max-width: 991px) {
        .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-bot {
          grid-template-columns: 1fr;
          max-width: 100%; } }
      .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-left {
        padding-top: 60%;
        text-align: center; }
        @media (max-width: 991px) {
          .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-left {
            padding-top: 0; } }
        .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-left a {
          font-weight: bold;
          font-size: 22px;
          border-bottom: 1px solid #000; }
      .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-right {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 2em; }
        .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-right > * {
          min-width: 0; }
        @media (max-width: 991px) {
          .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot-right {
            margin-top: 2rem;
            grid-template-columns: repeat(2, 1fr); } }
  .home-op .home-op-item-4 .home-op-item-popup {
    margin-bottom: 1em;
    font-weight: 500; }
    .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-top {
      text-align: start; }
      .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-top ul li {
        display: grid;
        grid-template-columns: 15% 1fr;
        gap: 16px;
        margin-bottom: 16px; }
        @media (max-width: 1100px) {
          .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-top ul li {
            grid-template-columns: 30% 1fr; } }
      .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-top .home-op-item-popup-top--logo img {
        max-width: 350px; }
    .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot {
      text-align: start; }
      .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot--text {
        font-weight: bold;
        color: #000;
        font-size: 24px; }
        .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot .home-op-item-popup-bot--text a {
          font-size: 32px;
          display: inline-block;
          animation: colorCycle 1s infinite linear;
          color: #ff0000;
          padding-left: 5px;
          text-decoration: underline; }
      .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul {
        display: grid;
        grid-template-columns: 52.5% 1fr;
        gap: 32px; }
        @media (max-width: 1100px) {
          .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul {
            grid-template-columns: 1fr; } }
        .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li img {
          margin: 16px 0;
          margin-top: 0 !important; }
        .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li p {
          margin: 0 !important; }
        .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li:first-child p {
          padding: 10px;
          border: 1px solid red;
          max-width: 65%;
          margin-bottom: 10px !important; }
        .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li:last-child {
          margin-top: -15%; }
          @media (max-width: 1400px) {
            .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li:last-child {
              margin-top: -5%; } }
        .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li .home-op-item-popup-bot-wrap {
          display: grid;
          grid-template-columns: 20% 1fr;
          gap: 2em;
          align-items: center; }
          .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li .home-op-item-popup-bot-wrap > * {
            min-width: 0; }
          @media (max-width: 991px) {
            .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li .home-op-item-popup-bot-wrap {
              grid-template-columns: 1fr; } }
          .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li .home-op-item-popup-bot-wrap .home-op-item-popup-bot-left {
            text-align: center; }
            .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li .home-op-item-popup-bot-wrap .home-op-item-popup-bot-left a {
              font-weight: bold;
              font-size: 20px;
              border-bottom: 1px solid #000; }
          .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li .home-op-item-popup-bot-wrap .home-op-item-popup-bot-right {
            margin-top: 2em;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2em;
            text-align: center; }
            .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li .home-op-item-popup-bot-wrap .home-op-item-popup-bot-right > * {
              min-width: 0; }
            @media (max-width: 991px) {
              .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li .home-op-item-popup-bot-wrap .home-op-item-popup-bot-right {
                grid-template-columns: repeat(2, 1fr); } }
            .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li .home-op-item-popup-bot-wrap .home-op-item-popup-bot-right span {
              display: inline-block;
              max-width: 80%;
              margin: .5em auto;
              font-weight: bold;
              font-size: 15px; }
              @media (max-width: 991px) {
                .home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li .home-op-item-popup-bot-wrap .home-op-item-popup-bot-right span {
                  max-width: 100%; } }
  .home-op .home-op-item-5 .home-op-item-popup {
    margin-bottom: 1em; }
    .home-op .home-op-item-5 .home-op-item-popup .home-op-item-popup-top {
      text-align: start;
      font-size: 20px;
      font-weight: 500;
      display: grid;
      grid-template-columns: 1fr 30%;
      gap: 0em;
      margin-bottom: 20px; }
      @media (max-width: 1100px) {
        .home-op .home-op-item-5 .home-op-item-popup .home-op-item-popup-top {
          grid-template-columns: 1fr; } }
      .home-op .home-op-item-5 .home-op-item-popup .home-op-item-popup-top img {
        order: 2; }
      .home-op .home-op-item-5 .home-op-item-popup .home-op-item-popup-top b {
        font-size: bold;
        font-size: 110%;
        margin-bottom: 0;
        display: block; }
    .home-op .home-op-item-5 .home-op-item-popup .home-op-item5-popup-bot {
      margin-top: 2em; }
      .home-op .home-op-item-5 .home-op-item-popup .home-op-item5-popup-bot .home-op-item5-popup-bot-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1em 4rem; }
        .home-op .home-op-item-5 .home-op-item-popup .home-op-item5-popup-bot .home-op-item5-popup-bot-items > * {
          min-width: 0; }
        @media (max-width: 991px) {
          .home-op .home-op-item-5 .home-op-item-popup .home-op-item5-popup-bot .home-op-item5-popup-bot-items {
            grid-template-columns: 1fr 1fr;
            gap: 1em; } }
        .home-op .home-op-item-5 .home-op-item-popup .home-op-item5-popup-bot .home-op-item5-popup-bot-items img {
          margin-bottom: 1em; }
        .home-op .home-op-item-5 .home-op-item-popup .home-op-item5-popup-bot .home-op-item5-popup-bot-items span {
          display: inline-block;
          max-width: 80%;
          margin: 0 auto;
          font-weight: bold;
          font-size: 18px; }
          @media (max-width: 991px) {
            .home-op .home-op-item-5 .home-op-item-popup .home-op-item5-popup-bot .home-op-item5-popup-bot-items span {
              max-width: 100%; } }
  .home-op .home-op-item-6 img {
    max-width: 100% !important; }

.home-partner {
  margin: 4em 0; }
  @media (max-width: 991px) {
    .home-partner {
      margin: 3em 0; } }
  .home-partner .home-partner-wrap {
    text-align: center; }
    .home-partner .home-partner-wrap h1, .home-partner .home-partner-wrap h2 {
      text-align: center;
      color: #000;
      font-size: 2.25em;
      font-weight: black;
      display: inline-block;
      margin: 0 auto 2em; }
    .home-partner .home-partner-wrap .home-partner-items {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 2em;
      align-items: flex-start; }
      .home-partner .home-partner-wrap .home-partner-items * {
        min-width: 0; }
      @media (max-width: 991px) {
        .home-partner .home-partner-wrap .home-partner-items {
          grid-template-columns: repeat(4, 1fr); } }
      @media (max-width: 640px) {
        .home-partner .home-partner-wrap .home-partner-items {
          grid-template-columns: repeat(3, 1fr);
          gap: 1rem; } }

.home-our-service {
  margin: 4em 0; }
  @media (max-width: 991px) {
    .home-our-service {
      margin: 3em 0; } }
  @media (max-width: 991px) {
    .home-our-service {
      margin: 3em 0; } }
  .home-our-service .home-our-service-wrap {
    text-align: center; }
    .home-our-service .home-our-service-wrap h1, .home-our-service .home-our-service-wrap h2 {
      text-align: center;
      color: #000;
      font-size: 2.25em;
      font-weight: black;
      display: inline-block;
      margin: 0 auto 2em; }
    .home-our-service .home-our-service-wrap .home-our-service-items {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2em;
      align-items: flex-start; }
      .home-our-service .home-our-service-wrap .home-our-service-items * {
        min-width: 0; }
      @media (max-width: 991px) {
        .home-our-service .home-our-service-wrap .home-our-service-items {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 640px) {
        .home-our-service .home-our-service-wrap .home-our-service-items {
          grid-template-columns: repeat(1, 1fr); } }
      .home-our-service .home-our-service-wrap .home-our-service-items .home-our-service-item * {
        color: #000 !important; }
      .home-our-service .home-our-service-wrap .home-our-service-items .home-our-service-item:hover * {
        color: #000 !important; }
      .home-our-service .home-our-service-wrap .home-our-service-items .home-our-service-item h3 {
        color: #000;
        margin-bottom: .5em;
        margin-top: .5em;
        text-decoration: underline;
        font-size: 1.5em;
        font-weight: black;
        text-align: center;
        transition: all .5s;
        /* display: -webkit-box;
					-webkit-box-orient: vertical;
					overflow: hidden;
					transition: all 0.25s;
					line-height: 1.4;
					-webkit-line-clamp: 2;
					height: calc(1em * 1.4 * 2); */ }

.home-contact {
  margin: 4em 0; }
  @media (max-width: 991px) {
    .home-contact {
      margin: 3em 0; } }
  .home-contact .home-contact-wrap {
    text-align: center; }
    .home-contact .home-contact-wrap h1, .home-contact .home-contact-wrap h2 {
      text-align: center;
      color: #000;
      font-size: 2.25em;
      font-weight: black;
      display: inline-block;
      margin: 0 auto 2em; }
    .home-contact .home-contact-wrap .home-contact-grid {
      text-align: start;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 3em;
      align-items: center; }
      .home-contact .home-contact-wrap .home-contact-grid * {
        min-width: 0; }
      @media (max-width: 991px) {
        .home-contact .home-contact-wrap .home-contact-grid {
          grid-template-columns: 1fr; } }
      .home-contact .home-contact-wrap .home-contact-grid .home-contact-left iframe {
        width: 100%;
        border: 5px solid #65d1e6 !important;
        border-radius: 10px; }
      .home-contact .home-contact-wrap .home-contact-grid .home-contact-right h3 {
        color: #000;
        margin-bottom: 1em;
        font-size: 1.75em;
        font-weight: black; }
      .home-contact .home-contact-wrap .home-contact-grid .home-contact-right .home-contact-list {
        display: flex;
        flex-direction: column;
        gap: 2em; }
        .home-contact .home-contact-wrap .home-contact-grid .home-contact-right .home-contact-list .home-contact-item {
          font-weight: bold;
          display: flex;
          align-items: center;
          gap: 1em; }
          .home-contact .home-contact-wrap .home-contact-grid .home-contact-right .home-contact-list .home-contact-item img {
            max-height: 32px;
            width: auto; }
          .home-contact .home-contact-wrap .home-contact-grid .home-contact-right .home-contact-list .home-contact-item a[href*="mailto"] {
            text-decoration: underline; }

.home-contact .home-contact-wrap .home-contact-grid .home-contact-right .home-contact-list .home-contact-item {
  font-size: 19px; }

.pteam section, .pfactory section {
  margin: 4em 0; }
  @media (max-width: 991px) {
    .pteam section, .pfactory section {
      margin: 3em 0; } }
  .pteam section h1, .pteam section h2, .pfactory section h1, .pfactory section h2 {
    text-align: center;
    color: #000;
    margin-bottom: 2em;
    font-size: 2.25em;
    font-weight: black; }
  .pteam section h3, .pfactory section h3 {
    transition: all .5s;
    color: #000;
    font-size: 1.5em;
    font-weight: bold; }
    .pteam section h3:hover, .pfactory section h3:hover {
      color: #65d1e6 !important; }

.pteam .pteam-activities h2, .pfactory .pteam-activities h2 {
  margin-bottom: 3em; }
  @media (max-width: 991px) {
    .pteam .pteam-activities h2, .pfactory .pteam-activities h2 {
      margin-bottom: 2em; } }

.pteam .pteam-activities .pteam-activities-list, .pfactory .pteam-activities .pteam-activities-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
  gap: 8em; }
  @media (max-width: 1200px) {
    .pteam .pteam-activities .pteam-activities-list, .pfactory .pteam-activities .pteam-activities-list {
      gap: 4rem; } }
  @media (max-width: 991px) {
    .pteam .pteam-activities .pteam-activities-list, .pfactory .pteam-activities .pteam-activities-list {
      gap: 2rem;
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    .pteam .pteam-activities .pteam-activities-list, .pfactory .pteam-activities .pteam-activities-list {
      gap: 1rem; } }
  .pteam .pteam-activities .pteam-activities-list .pteam-activities-item, .pfactory .pteam-activities .pteam-activities-list .pteam-activities-item {
    text-align: center;
    transition: all .5s; }
    .pteam .pteam-activities .pteam-activities-list .pteam-activities-item:hover, .pfactory .pteam-activities .pteam-activities-list .pteam-activities-item:hover {
      transform: scale(1.05); }
    @media (min-width: 1200px) {
      .pteam .pteam-activities .pteam-activities-list .pteam-activities-item:nth-child(2, 2), .pfactory .pteam-activities .pteam-activities-list .pteam-activities-item:nth-child(2, 2) {
        transform: scale(1.2); } }
    .pteam .pteam-activities .pteam-activities-list .pteam-activities-item:nth-child(2, 2):hover, .pfactory .pteam-activities .pteam-activities-list .pteam-activities-item:nth-child(2, 2):hover {
      transform: scale(1.25); }
    .pteam .pteam-activities .pteam-activities-list .pteam-activities-item h3, .pfactory .pteam-activities .pteam-activities-list .pteam-activities-item h3 {
      display: block;
      margin-top: .5em;
      padding: .25em;
      min-height: 45px; }
      .pteam .pteam-activities .pteam-activities-list .pteam-activities-item h3:not(:empty, :empty), .pfactory .pteam-activities .pteam-activities-list .pteam-activities-item h3:not(:empty, :empty) {
        border: 1px dashed #95EF91; }

.pteam .pteam-process .pteam-process-list, .pfactory .pteam-process .pteam-process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 2em; }
  @media (max-width: 991px) {
    .pteam .pteam-process .pteam-process-list, .pfactory .pteam-process .pteam-process-list {
      gap: 1rem;
      grid-template-columns: repeat(2, 1fr); } }
  .pteam .pteam-process .pteam-process-list .pteam-process-item, .pfactory .pteam-process .pteam-process-list .pteam-process-item {
    position: relative; }
    .pteam .pteam-process .pteam-process-list .pteam-process-item:after, .pfactory .pteam-process .pteam-process-list .pteam-process-item:after {
      content: "";
      background: url("https://file.hstatic.net/200000978006/file/right-arrows.png") center center/cover no-repeat;
      width: 2em;
      height: 1.5em;
      position: absolute;
      bottom: 3em;
      right: -2em; }
      @media (max-width: 991px) {
        .pteam .pteam-process .pteam-process-list .pteam-process-item:after, .pfactory .pteam-process .pteam-process-list .pteam-process-item:after {
          display: none !important; } }
    .pteam .pteam-process .pteam-process-list .pteam-process-item h3, .pfactory .pteam-process .pteam-process-list .pteam-process-item h3 {
      margin-top: .5em;
      text-align: center;
      font-size: 1.5em;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      transition: all 0.25s;
      line-height: 1.4;
      -webkit-line-clamp: 2;
      height: calc(1em * 1.4 * 2); }
      @media (max-width: 991px) {
        .pteam .pteam-process .pteam-process-list .pteam-process-item h3, .pfactory .pteam-process .pteam-process-list .pteam-process-item h3 {
          max-width: 100%; } }

.pteam .pteam-events .pteam-events-gallery, .pfactory .pteam-events .pteam-events-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: flex-end;
  gap: 1em; }
  @media (max-width: 1200px) {
    .pteam .pteam-events .pteam-events-gallery, .pfactory .pteam-events .pteam-events-gallery {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 991px) {
    .pteam .pteam-events .pteam-events-gallery, .pfactory .pteam-events .pteam-events-gallery {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 640px) {
    .pteam .pteam-events .pteam-events-gallery, .pfactory .pteam-events .pteam-events-gallery {
      grid-template-columns: repeat(2, 1fr); } }

.pteam .pfactory-facilities .pfactory-facilities-list, .pfactory .pfactory-facilities .pfactory-facilities-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 1em; }
  @media (max-width: 991px) {
    .pteam .pfactory-facilities .pfactory-facilities-list, .pfactory .pfactory-facilities .pfactory-facilities-list {
      gap: 1rem;
      grid-template-columns: repeat(2, 1fr); } }
  .pteam .pfactory-facilities .pfactory-facilities-list .pfactory-facilities-item h3, .pfactory .pfactory-facilities .pfactory-facilities-list .pfactory-facilities-item h3 {
    margin-top: .5em;
    text-align: center;
    font-size: 1.5em;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.25s;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    height: calc(1em * 1.4 * 2); }
    @media (max-width: 991px) {
      .pteam .pfactory-facilities .pfactory-facilities-list .pfactory-facilities-item h3, .pfactory .pfactory-facilities .pfactory-facilities-list .pfactory-facilities-item h3 {
        max-width: 100%; } }

.pteam .content-page table, .pfactory .content-page table {
  width: 100% !important; }

.pteam .pteam-process .pteam-process-list .pteam-process-item img {
  border-radius: 8px; }

.pdefault {
  margin: 4em 0; }
  @media (max-width: 991px) {
    .pdefault {
      margin: 3em 0; } }
  .pdefault .heading-page {
    font-size: 16px; }
    @media (max-width: 991px) {
      .pdefault .heading-page {
        font-size: 13px; } }
    @media (max-width: 640px) {
      .pdefault .heading-page {
        font-size: 11px; } }
    .pdefault .heading-page h1 {
      text-align: center;
      color: #000;
      margin-bottom: 2em;
      font-size: 2.25em;
      font-weight: black; }

.pimage {
  margin: 4em 0; }
  @media (max-width: 991px) {
    .pimage {
      margin: 3em 0; } }
  .pimage .heading-page {
    font-size: 16px; }
    @media (max-width: 991px) {
      .pimage .heading-page {
        font-size: 13px; } }
    @media (max-width: 640px) {
      .pimage .heading-page {
        font-size: 11px; } }
    .pimage .heading-page h1 {
      text-align: center;
      color: #000;
      margin-bottom: 2em;
      font-size: 2.25em;
      font-weight: black; }
  .pimage .content-page img {
    width: 100%; }

.phistory {
  margin: 4em 0; }
  @media (max-width: 991px) {
    .phistory {
      margin: 3em 0; } }
  .phistory .phistory-grid {
    display: grid;
    grid-template-columns: 33% 1fr;
    gap: 4em; }
    .phistory .phistory-grid > * {
      min-width: 0; }
    @media (max-width: 767px) {
      .phistory .phistory-grid {
        grid-template-columns: 1fr;
        gap: 2rem; } }
    .phistory .phistory-grid .phistory-left {
      display: flex;
      flex-direction: column;
      gap: 1em; }
      .phistory .phistory-grid .phistory-left img {
        width: 100%; }
    .phistory .phistory-grid .phistory-right .heading-page {
      margin-bottom: 2em; }
      .phistory .phistory-grid .phistory-right .heading-page h1 {
        margin-bottom: 0;
        color: #000;
        font-size: 2.25em;
        font-weight: black; }
    .phistory .phistory-grid .phistory-right .phistory-right-items {
      margin-bottom: 2em; }
      .phistory .phistory-grid .phistory-right .phistory-right-items .phistory-right-item {
        display: grid;
        grid-template-columns: 100px 1fr;
        position: relative; }
        .phistory .phistory-grid .phistory-right .phistory-right-items .phistory-right-item > * {
          min-width: 0;
          padding-top: 1em; }
        @media (max-width: 640px) {
          .phistory .phistory-grid .phistory-right .phistory-right-items .phistory-right-item {
            grid-template-columns: 85px 1fr; } }
        .phistory .phistory-grid .phistory-right .phistory-right-items .phistory-right-item:last-child > * {
          padding-bottom: .5em !important; }
        .phistory .phistory-grid .phistory-right .phistory-right-items .phistory-right-item .phistory-right-item-year {
          text-align: center;
          font-weight: bold; }
        .phistory .phistory-grid .phistory-right .phistory-right-items .phistory-right-item .phistory-right-item-content {
          padding-left: 2em;
          padding-bottom: 2em;
          font-weight: 500;
          border-left: 1px solid #65d1e6;
          position: relative; }
          .phistory .phistory-grid .phistory-right .phistory-right-items .phistory-right-item .phistory-right-item-content:before {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 999px;
            left: -6px;
            top: 1.25em;
            background: #65d1e6; }
    .phistory .phistory-grid .phistory-right .phistory-right-button {
      display: none; }
      .phistory .phistory-grid .phistory-right .phistory-right-button a {
        font-size: 1.5em;
        font-weight: bold;
        display: inline-flex;
        align-items: center;
        gap: .5em; }
        .phistory .phistory-grid .phistory-right .phistory-right-button a img {
          max-height: .75em; }

.pmessage {
  font-size: 16px;
  margin: 4em 0; }
  @media (max-width: 991px) {
    .pmessage {
      font-size: 13px; } }
  @media (max-width: 640px) {
    .pmessage {
      font-size: 11px; } }
  @media (max-width: 991px) {
    .pmessage {
      margin: 3em 0; } }
  .pmessage .heading-page {
    margin-bottom: 4em; }
    @media (max-width: 991px) {
      .pmessage .heading-page {
        margin-bottom: 3em; } }
    .pmessage .heading-page h1 {
      text-align: center;
      color: #000;
      margin-bottom: 2em;
      font-size: 2.25em;
      font-weight: black;
      margin: 0; }
  .pmessage .content-page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em; }
    .pmessage .content-page * {
      min-width: 0; }
    @media (max-width: 991px) {
      .pmessage .content-page {
        grid-template-columns: 1fr; } }
    .pmessage .content-page p:empty {
      display: none; }
    .pmessage .content-page h2 {
      transition: all .5s;
      color: #000;
      font-size: 1.5em;
      font-weight: bold; }
      .pmessage .content-page h2:hover {
        color: #65d1e6 !important; }
    .pmessage .content-page .content-page-left {
      position: relative; }
      @media (max-width: 991px) {
        .pmessage .content-page .content-page-left {
          padding-bottom: 50px; } }
      .pmessage .content-page .content-page-left .content-page-left-data {
        position: relative;
        z-index: 2; }
      .pmessage .content-page .content-page-left:after {
        content: "";
        width: 150px;
        height: 150px;
        position: absolute;
        bottom: 00px;
        right: 0;
        z-index: 1;
        background: var(--bg-message) center center/cover no-repeat; }

.pgroup {
  margin: 4em 0; }
  @media (max-width: 991px) {
    .pgroup {
      margin: 3em 0; } }
  .pgroup .heading-page {
    font-size: 16px; }
    @media (max-width: 991px) {
      .pgroup .heading-page {
        font-size: 13px; } }
    @media (max-width: 640px) {
      .pgroup .heading-page {
        font-size: 11px; } }
    .pgroup .heading-page h1 {
      text-align: center;
      color: #000;
      margin-bottom: 2em;
      font-size: 2.25em;
      font-weight: black; }
  .pgroup .content-page img {
    width: 100%; }
  .pgroup .home-gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    align-items: center;
    text-align: center; }
    .pgroup .home-gallery-grid > * {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      position: relative; }
      @media (max-width: 991px) {
        .pgroup .home-gallery-grid > * {
          gap: 0; } }
    @media (max-width: 991px) {
      .pgroup .home-gallery-grid {
        grid-template-columns: repeat(2, 1fr); } }
    .pgroup .home-gallery-grid .col-3-4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem; }
      .pgroup .home-gallery-grid .col-3-4 a:nth-child(3) {
        position: relative;
        grid-column: 1 / -1; }
        .pgroup .home-gallery-grid .col-3-4 a:nth-child(3) span {
          position: absolute;
          background: #FFF;
          right: 1rem;
          bottom: 1rem;
          color: #000;
          padding: 2.5px 10px;
          min-width: 200px; }
    .pgroup .home-gallery-grid a span {
      margin-top: 1rem;
      display: inline-block;
      font-weight: bold;
      line-height: 1; }

.footer-4col {
  padding: 20px 0;
  border-top: 1px solid #DbDbDb; }
  .footer-4col .footer-4col-wrap {
    display: grid;
    grid-template-columns: 20% 1fr 15% 15%;
    gap: 32px;
    align-items: flex-start; }
    .footer-4col .footer-4col-wrap * {
      min-width: 0; }
    @media (max-width: 1200px) {
      .footer-4col .footer-4col-wrap {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 991px) {
      .footer-4col .footer-4col-wrap {
        grid-template-columns: 1fr 1fr; } }
    .footer-4col .footer-4col-wrap .footer-4col-logo {
      padding-top: 50px; }
      @media (max-width: 1200px) {
        .footer-4col .footer-4col-wrap .footer-4col-logo {
          grid-column: 1 / -1;
          text-align: center;
          padding-top: 0; } }
      .footer-4col .footer-4col-wrap .footer-4col-logo img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto; }
        @media (max-width: 420px) {
          .footer-4col .footer-4col-wrap .footer-4col-logo img {
            max-width: 100%; } }
    .footer-4col .footer-4col-wrap .footer-4col-info {
      font-weight: bold; }
      @media (max-width: 1200px) {
        .footer-4col .footer-4col-wrap .footer-4col-info {
          grid-column: 1 / -1; } }
      .footer-4col .footer-4col-wrap .footer-4col-info strong {
        font-size: 28px;
        font-weight: bold; }
      .footer-4col .footer-4col-wrap .footer-4col-info img {
        max-height: 32px; }
      .footer-4col .footer-4col-wrap .footer-4col-info a {
        font-weight: bold;
        text-decoration: underline; }
    .footer-4col .footer-4col-wrap .footer-4col-contact img {
      max-height: 32px; }
    .footer-4col .footer-4col-wrap .footer-4col-contact a[href*="tel"] {
      font-weight: bold; }
    .footer-4col .footer-4col-wrap .footer-4col-contact p:last-child img {
      max-height: 16px; }
    .footer-4col .footer-4col-wrap .footer-4col-link {
      padding-top: 50px;
      text-align: right; }
      @media (max-width: 1200px) {
        .footer-4col .footer-4col-wrap .footer-4col-link {
          padding-top: 0; } }
      @media (max-width: 1200px) {
        .footer-4col .footer-4col-wrap .footer-4col-link {
          grid-column: 1 / -1; } }
      .footer-4col .footer-4col-wrap .footer-4col-link strong {
        font-size: 28px;
        font-weight: bold; }
      .footer-4col .footer-4col-wrap .footer-4col-link img {
        max-height: 32px; }
      .footer-4col .footer-4col-wrap .footer-4col-link a {
        font-weight: 300;
        text-decoration: underline; }
    .footer-4col .footer-4col-wrap .footer-4col-cert {
      padding-top: 50px;
      text-align: right; }
      @media (max-width: 1200px) {
        .footer-4col .footer-4col-wrap .footer-4col-cert {
          padding-top: 0; } }
      .footer-4col .footer-4col-wrap .footer-4col-cert > img {
        max-height: 100px; }
      .footer-4col .footer-4col-wrap .footer-4col-cert p {
        width: 125px;
        margin-left: auto;
        font-weight: bold;
        font-size: 18px; }
        .footer-4col .footer-4col-wrap .footer-4col-cert p a {
          display: inline-flex;
          align-items: center;
          justify-content: flex-end;
          gap: 10px;
          background: #65d1e6;
          border: 1px solid #66FF66;
          padding: 5px; }
          .footer-4col .footer-4col-wrap .footer-4col-cert p a img {
            max-height: 48px; }

.pteam .pteam-events .pteam-events-gallery, .pfactory .pteam-events .pteam-events-gallery {
  grid-template-columns: 1fr; }

header .flexContainer-header .header-upper-logo .header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px; }
  header .flexContainer-header .header-upper-logo .header-logo img {
    width: 50px; }
  header .flexContainer-header .header-upper-logo .header-logo .right-logos {
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.1px; }

@media (min-width: 1000px) {
  .home-op .home-op-wrap .home-op-items .home-op-item .home-op-item-main p {
    min-height: 90px;
    font-size: 15px; }
  .home-op .home-op-item-popup {
    width: 90%;
    height: fit-content;
    max-height: 80vh;
    top: 50% !important;
    translate: 0 -50%; }
  .home-op .home-op-wrap .home-op-items .home-op-item.item-op-qs {
    overflow: hidden; }
  .home-op .home-op-wrap .home-op-items .home-op-item.item-op-qs .home-op-item-popup-top img {
    width: 75%; } }

@media (min-width: 1550px) {
  .home-op .home-op-item-popup {
    max-width: 1600px;
    width: 100%;
    height: fit-content;
    max-height: 80vh;
    top: 50%;
    translate: 0 -50%; } }

.footer-4col-logo {
  margin-bottom: auto; }

.header-upper-logo-jspq {
  width: auto;
  padding-left: 5px;
  display: flex;
  align-items: center; }

.footer-4col .footer-4col-wrap .footer-4col-info p, .footer-4col .footer-4col-wrap .footer-4col-link p {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: flex-start; }

.footer-4col .footer-4col-wrap .footer-4col-info svg, .footer-4col .footer-4col-wrap .footer-4col-link svg {
  width: 17px;
  height: 17px; }

.footer-4col .footer-4col-wrap .footer-4col-info p span, .footer-4col .footer-4col-wrap .footer-4col-link p span {
  font-size: 14px; }

.footer-4col-item.footer-4col-contact li {
  list-style: none; }

.footer-4col-item.footer-4col-contact li a {
  font-weight: 600;
  line-height: 25px;
  font-size: 15px;
  color: #252a2b; }

.footer-4col-item.footer-4col-contact li a:hover {
  color: #da3732; }

.footer-copyright {
  margin-top: 15px;
  padding: 10px 0;
  background: #007fbf;
  font-size: 13px; }

.footer-4col {
  padding-bottom: 0; }

.footer-copyright {
  margin-top: 15px;
  padding: 10px 0; }

.flex-bonus {
  justify-content: center; }
  .flex-bonus .section-heading {
    margin-bottom: 0; }
    .flex-bonus .section-heading h2 {
      font-weight: 500;
      color: #000;
      font-size: 37px; }

.section-home-abouts .widget-abouts__detail .text-1,
.section-home-abouts .widget-abouts__detail .text-2 {
  font-size: 20px; }

.pmessage .content-page h2 {
  font-size: 24px; }

.pmessage .content-page * {
  font-size: 16px; }

.pmessage {
  margin-bottom: 120px; }

.pmessage .content-page .content-page-left:after {
  bottom: -100px; }

.pmessage .content-page h2 u {
  font-size: 21px; }

.phistory .phistory-grid .phistory-right .phistory-right-items .phistory-right-item .phistory-right-item-content {
  font-size: 20px;
  font-weight: 400; }

.phistory .phistory-grid .phistory-right .phistory-right-items .phistory-right-item .phistory-right-item-year {
  font-size: 18px;
  margin-right: 15px; }

.phistory .phistory-grid .phistory-right .phistory-right-button a svg {
  width: 25px;
  height: 25px; }

.blink-arrow {
  animation: blink 1s infinite ease-in-out, colorShift 5s infinite linear;
  transform-origin: center;
  filter: hue-rotate(0deg); }

.pgroup .home-gallery-grid a span {
  font-size: 18px; }

@keyframes blink {
  0%, 100% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0.4;
    transform: scale(1.1); } }

@keyframes colorShift {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(360deg); } }

.home-contact .home-contact-wrap .home-contact-grid .home-contact-right .home-contact-list .home-contact-item svg {
  width: 28px;
  height: 28px; }

.pteam .pteam-activities .pteam-activities-list {
  gap: 25px; }

.download-widget {
  position: fixed;
  bottom: 200px;
  right: 38px;
  margin: 0;
  z-index: 999;
  cursor: pointer; }
  .download-widget .download-icon {
    position: relative;
    z-index: 4;
    height: 51px;
    width: 51px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: #007fbf;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border: none; }
    .download-widget .download-icon svg {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      margin-top: 3px; }
      .download-widget .download-icon svg path {
        fill: #fff; }
    .download-widget .download-icon span {
      text-align: center;
      display: block;
      width: 100%;
      font-size: 8px;
      margin-top: -10px; }

.footer-4col .footer-4col-wrap .footer-4col-cert {
  padding-top: 15px; }

.home-our-service .home-our-service-wrap .home-our-service-items * {
  pointer-events: none; }

@media (min-width: 1000px) {
  .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-top,
  .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-top {
    margin: 0px 90px; } }

@media (max-width: 1336px) and (min-width: 992px) {
  .main-header.header-style.hSticky-nav #nav .main-nav > ul > li > a {
    padding: 25px 5px;
    font-size: 14px; } }

.home-op .home-op-item-popup button.home-op-item-popup-close img {
  max-width: 50px !important; }

.home-op .home-op-wrap .home-op-items .home-op-item.item-op-qs .home-op-item-popup-top img {
  width: 70%; }

.home-op .home-op-wrap .home-op-items .home-op-item.item-op-qs h3 {
  margin-bottom: 0; }

@media (max-width: 767px) {
  header .flexContainer-header .header-upper-logo .header-logo .right-logos {
    font-size: 12px; }
  header .flexContainer-header .header-upper-logo .header-logo img {
    width: 40px; }
  .language_navtop {
    transform: translate(0px, 1px); }
  .section-home-abouts {
    padding-bottom: 0px;
    padding-top: 20px; }
  .section-home-abouts .widget-abouts__detail .text-1, .section-home-abouts .widget-abouts__detail .text-2 {
    font-size: 18px; }
  .home-op .home-op-wrap h1, .home-op .home-op-wrap h2 {
    margin: 0 auto 1em; }
  .pmessage .content-page * {
    font-size: 15px; }
  .pmessage .content-page h2 {
    font-size: 18px; }
  .phistory .phistory-grid .phistory-right .phistory-right-items .phistory-right-item .phistory-right-item-content {
    font-size: 16px; } }

.pteam-process-item:nth-child(4):after, .pteam-process-item:nth-child(8):after {
  display: none !important; }

.download-hover-text {
  position: absolute;
  left: -150px;
  top: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background: #007fbf;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px; }

.download-widget:hover .download-hover-text {
  opacity: 1; }

@media (min-width: 1000px) {
  header .flexContainer-header .header-upper-logo .header-logo .right-logos {
    font-size: 20px; }
  .phistory .phistory-grid .phistory-left .phistory-left-image:nth-child(2) img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 471 / 490; } }

.flex-items {
  display: flex;
  max-width: 150px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid #4a90e2;
  color: #4a90e2;
  line-height: 0; }
  .flex-items:hover {
    color: #fff; }
  .flex-items svg {
    width: 20px;
    height: 15px;
    display: flex;
    align-items: center; }

.home-partner .home-partner-wrap h1, .home-partner .home-partner-wrap h2,
.home-op .home-op-wrap h1, .home-op .home-op-wrap h2 {
  margin-bottom: 15px; }

@media (min-width: 768px) and (max-width: 1299px) {
  .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-mid {
    text-align: right;
    margin-top: -90px;
    transform: translateY(20px);
    position: relative;
    z-index: 1; } }

@media (min-width: 1300px) and (max-width: 1550px) {
  .home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-mid {
    text-align: right;
    margin-top: -150px;
    transform: translateY(20px);
    position: relative;
    z-index: 1; } }

.profile .heading-page {
  text-align: center;
  padding: 40px 0 20px; }
  @media (max-width: 992px) {
    .profile .heading-page {
      padding: 30px 0 0px; } }

.profile .profile-wrap {
  padding: 30px 0; }

.profile .profile-wrap-right-items {
  height: 100%; }

.profile .timeline-container {
  display: flex;
  gap: 15px;
  height: 100%; }
  .profile .timeline-container > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .profile .timeline-container > div.timeline-items-left {
      align-items: center;
      position: relative; }
      @media (min-width: 1366px) {
        .profile .timeline-container > div.timeline-items-left {
          align-items: self-end; } }
      @media (max-width: 992px) {
        .profile .timeline-container > div.timeline-items-left {
          align-items: start;
          gap: 15px;
          position: relative;
          flex: 0 0 calc(40% - 7.5px);
          max-width: calc(40% - 7.5px); }
          .profile .timeline-container > div.timeline-items-left:before {
            content: '';
            width: 1.5px;
            height: 100%;
            background: #65d1e6;
            position: absolute;
            left: calc(90% + 15px); } }

.profile .timeline-svg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 45%;
  transform: translateX(-194px); }
  @media (min-width: 1366px) {
    .profile .timeline-svg {
      left: calc(50% + 5px); } }
  @media (max-width: 992px) {
    .profile .timeline-svg {
      width: 55px;
      left: 35%;
      transform: unset;
      display: none; } }

.profile .item-title span {
  display: inline-flex;
  width: auto;
  border: 2px dotted #65d1e6;
  width: 130px;
  height: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  font-weight: bold; }
  @media (max-width: 992px) {
    .profile .item-title span {
      font-size: 12px;
      height: auto;
      padding: 8px; } }
  @media (max-width: 400px) {
    .profile .item-title span {
      width: 113px; } }
  @media (min-width: 376px) and (max-width: 391px) {
    .profile .item-title span {
      width: 119px; } }
  @media (max-width: 375px) {
    .profile .item-title span {
      width: 115px; } }

.profile .item-title {
  position: relative;
  z-index: 3;
  margin-right: 30px;
  /*&:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      top: 1.25em;z-index: 900;
      background: white;right: -20px;
      border: 1px solid #65d1e6;
      margin-right: -80px;
      @media (min-width: 992px) {display: none!important;}
      @media (max-width: 992px) {
        top: 50%!important;
        transform: translateY(-50%) !important;
        right: auto!important;
        left: 100%;
        margin-left: 35px;
      }
      @media (max-width: 375px) {
        right: -31px !important;
      }
    }*/ }
  @media (max-width: 992px) {
    .profile .item-title {
      transform: translateX(0); } }
  @media (min-width: 992px) {
    .profile .item-title:nth-child(1) {
      transform: translate(-60px, 15px); }
      .profile .item-title:nth-child(1):after {
        right: -15px; } }
    @media (min-width: 992px) and (max-width: 992px) {
      .profile .item-title:nth-child(1):after {
        right: -13px;
        top: 24px; } }
  @media (min-width: 992px) {
    .profile .item-title:nth-child(2) {
      transform: translate(-40px, 25px); }
      .profile .item-title:nth-child(2):after {
        right: -19px; } }
    @media (min-width: 992px) and (max-width: 992px) {
      .profile .item-title:nth-child(2):after {
        top: 30px; } }
  @media (min-width: 992px) {
    .profile .item-title:nth-child(3) {
      transform: translate(-20px, 15px); }
      .profile .item-title:nth-child(3):after {
        right: -10px; } }
    @media (min-width: 992px) and (max-width: 992px) {
      .profile .item-title:nth-child(3):after {
        right: -22px;
        top: 30px; } }
  @media (min-width: 992px) {
    .profile .item-title:nth-child(4) {
      transform: translate(0px, 5px); }
      .profile .item-title:nth-child(4):after {
        right: 24px; } }
    @media (min-width: 992px) and (max-width: 992px) {
      .profile .item-title:nth-child(4):after {
        right: -23px;
        top: 25px; } }
  @media (min-width: 992px) {
    .profile .item-title:nth-child(5) {
      transform: translate(20px, 5px); }
      .profile .item-title:nth-child(5):after {
        right: 43px; } }
    @media (min-width: 992px) and (max-width: 992px) {
      .profile .item-title:nth-child(5):after {
        right: -23px;
        top: 25px; } }
  @media (min-width: 992px) {
    .profile .item-title:nth-child(6) {
      transform: translate(0px, 8px); }
      .profile .item-title:nth-child(6):after {
        right: 25px; } }
    @media (min-width: 992px) and (max-width: 992px) {
      .profile .item-title:nth-child(6):after {
        right: -23px;
        top: 25px; } }
  @media (min-width: 992px) {
    .profile .item-title:nth-child(7) {
      transform: translate(-20px, 10px); }
      .profile .item-title:nth-child(7):after {
        right: -9px; } }
    @media (min-width: 992px) and (max-width: 992px) {
      .profile .item-title:nth-child(7):after {
        right: -21px;
        top: 25px; } }
  @media (min-width: 992px) {
    .profile .item-title:nth-child(8) {
      transform: translate(-40px, 10px); }
      .profile .item-title:nth-child(8):after {
        right: -17px; }
    .profile .item-title:nth-child(9) {
      transform: translateX(-60px); }
      .profile .item-title:nth-child(9):after {
        right: -12px; } }

.profile-wrap-grid {
  display: flex;
  gap: 30px; }
  @media (max-width: 992px) {
    .profile-wrap-grid {
      flex-wrap: wrap;
      gap: 15px; } }
  .profile-wrap-grid .profile-wrap-right {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px); }
    @media (max-width: 1281px) {
      .profile-wrap-grid .profile-wrap-right {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px); } }
    @media (max-width: 992px) {
      .profile-wrap-grid .profile-wrap-right {
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 1500px) {
      .profile-wrap-grid .profile-wrap-right {
        transform: translateX(-130px); } }
  .profile-wrap-grid .profile-wrap-left {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px); }
    @media (max-width: 1281px) {
      .profile-wrap-grid .profile-wrap-left {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px); } }
    @media (max-width: 992px) {
      .profile-wrap-grid .profile-wrap-left {
        flex: 0 0 100%;
        max-width: 100%; } }
  .profile-wrap-grid .profile-wrap-left .profile-wrap-left-image {
    padding: 40px 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 992px) {
      .profile-wrap-grid .profile-wrap-left .profile-wrap-left-image {
        padding: 0px 0 20px; } }
    .profile-wrap-grid .profile-wrap-left .profile-wrap-left-image:before {
      content: '';
      position: absolute;
      background-image: var(--bg-image);
      background-position: center center;
      background-repeat: no-repeat;
      z-index: -1;
      left: 25px; }
  .profile-wrap-grid .timeline-items-right {
    transform: translate(5px, 0px);
    position: relative; }
    @media (min-width: 1366px) {
      .profile-wrap-grid .timeline-items-right {
        transform: translate(65px, 0px); } }
    @media (max-width: 992px) {
      .profile-wrap-grid .timeline-items-right {
        flex: 0 0 calc(60% - 7.5px);
        max-width: calc(60% - 7.5px); } }
    .profile-wrap-grid .timeline-items-right .item {
      position: relative; }
      .profile-wrap-grid .timeline-items-right .item span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px dotted #65d1e6;
        padding: 8px 16px;
        border-radius: 8px; }
        @media (max-width: 992px) {
          .profile-wrap-grid .timeline-items-right .item span {
            font-size: 12px;
            padding: 5px; } }
      .profile-wrap-grid .timeline-items-right .item:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        top: 1.25em;
        z-index: 900;
        background: white;
        right: -20px;
        border: 1px solid #65d1e6;
        margin-right: -80px; }
        @media (min-width: 992px) {
          .profile-wrap-grid .timeline-items-right .item:after {
            display: none !important; } }
        @media (max-width: 992px) {
          .profile-wrap-grid .timeline-items-right .item:after {
            top: 50% !important;
            transform: translateY(-50%) !important;
            right: 100%;
            margin-right: 14px; } }
        @media (max-width: 375px) {
          .profile-wrap-grid .timeline-items-right .item:after {
            right: -31px !important; } }
      @media (max-width: 992px) {
        .profile-wrap-grid .timeline-items-right .item {
          transform: unset !important; } }
      .profile-wrap-grid .timeline-items-right .item:nth-child(1) {
        transform: translateX(-75px); }
      .profile-wrap-grid .timeline-items-right .item:nth-child(2) {
        transform: translateX(-60px); }
      .profile-wrap-grid .timeline-items-right .item:nth-child(3) {
        transform: translateX(-40px); }
      .profile-wrap-grid .timeline-items-right .item:nth-child(4) {
        transform: translateX(-30px); }
      .profile-wrap-grid .timeline-items-right .item:nth-child(5) {
        transform: translateX(-25px); }
      .profile-wrap-grid .timeline-items-right .item:nth-child(6) {
        transform: translateX(-30px); }
      .profile-wrap-grid .timeline-items-right .item:nth-child(7) {
        transform: translateX(-50px); }
      .profile-wrap-grid .timeline-items-right .item:nth-child(8) {
        transform: translateX(-65px); }
      .profile-wrap-grid .timeline-items-right .item:nth-child(9) {
        transform: translateX(-90px); }

.profile-wrap-grid .profile-wrap-left .profile-wrap-left-image:before {
  right: 0px;
  top: 0;
  z-index: -1;
  background-size: contain;
  width: 100%;
  height: 100%; }

.home-intro {
  padding-top: 50px; }
  .home-intro .home-intro-title h2 {
    text-align: center;
    color: #000;
    font-size: 2.25em;
    font-weight: black;
    display: block;
    margin: 0 auto 35px; }
  .home-intro .contents {
    max-width: 100%;
    margin: auto; }
    @media (max-width: 992px) {
      .home-intro .contents {
        max-width: 100%; } }
    .home-intro .contents .block-content:nth-child(2) {
      align-items: start;
      margin-top: 15px;
      gap: 0 !important; }
      .home-intro .contents .block-content:nth-child(2) .image {
        transform: translateY(-40px); }
        @media (max-width: 992px) {
          .home-intro .contents .block-content:nth-child(2) .image {
            transform: translateY(-20px); } }
      @media (max-width: 992px) {
        .home-intro .contents .block-content:nth-child(2) {
          grid-template-columns: 60% 40% !important; } }
  .home-intro .block-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 15px; }
    @media (max-width: 992px) {
      .home-intro .block-content {
        grid-template-columns: 40% 60%; } }
    .home-intro .block-content .content {
      font-size: 20px;
      line-height: 35px; }
      @media (max-width: 992px) {
        .home-intro .block-content .content {
          font-size: 14px;
          line-height: 1.5; } }
  .home-intro .block-image {
    margin-bottom: 15px; }
  .home-intro .wrapper-content {
    font-size: 22px;
    line-height: 45px; }
    @media (max-width: 992px) {
      .home-intro .wrapper-content {
        font-size: 16px;
        line-height: 1.5; } }

#pro-modal-pdf .modal-dialog {
  width: 90%; }
  @media (min-width: 1280px) {
    #pro-modal-pdf .modal-dialog {
      width: 80%; } }

.fanpage-fixed {
  position: fixed;
  right: 37px;
  bottom: 60px;
  z-index: 99; }

.home-intro .intror-rights {
  padding-left: 50px; }
  @media (max-width: 1024px) {
    .home-intro .intror-rights {
      padding-left: 15px; } }
  .home-intro .intror-rights .wrapper-content {
    font-size: 20px;
    line-height: 40px; }

@media (min-width: 1000px) {
  .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-cardbock {
    gap: 8em; }
  .home-op .home-op-item-3 .home-op-item-popup .home-op-item-popup-cardbock .popup-card-item {
    margin: 0 50px; }
  .home-intro .intror-rights {
    padding-left: 70px;
    margin: auto 0;
    display: block;
    height: 100%; }
  .home-intro .contents .block-content:nth-child(2) .image {
    transform: translateX(50px) translateY(-40px) rotate(90deg);
    width: 200px; }
  .home-intro .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; } }

@media (min-width: 1550px) {
  .home-op .home-op-item-popup {
    max-width: 1440px; } }

.home-op .home-op-wrap .home-op-items * sq {
  font-size: 40px; }

@media (min-width: 1200px) {
  .home-op .home-op-item-2 .home-op-item-popup .home-op-item-popup-cardbock .home-op-item-popup-cardbock--left .popup-card_inner {
    padding: 2px 15px; }
  .home-op .home-op-wrap .home-op-items .home-op-item-popup-cardbock--right .popup-card_inner {
    padding: 18px 15px !important; } }

header .flexContainer-header .header-upper-logo .header-logo a,
.pteam .pteam-process .pteam-process-list .pteam-process-item .pteam-process-item-inner,
.pteam .pteam-activities .pteam-activities-list .pteam-activities-item .pteam-activities-item-inner {
  pointer-events: none; }

.home-op .home-op-item-1 .home-op-item-popup .home-op-item-popup-bot .home-op-item5-popup-bot-item-link,
.home-op .home-op-item-popup .subtitle-link,
.home-op-item5-popup-bot-item-link,
.home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li .home-op-item-popup-bot-wrap .home-op-item-popup-bot-left a,
.home-op .home-op-item-4 .home-op-item-popup .home-op-item-popup-bot ul li .home-op-item-popup-bot-wrap .home-op-item-popup-bot-right a {
  pointer-events: none; }
